~ubuntu-branches/ubuntu/lucid/konversation/lucid-updates

« back to all changes in this revision

Viewing changes to debian/patches/98_buildprep.diff

  • Committer: Bazaar Package Importer
  • Author(s): Richard Birnie
  • Date: 2008-05-07 13:46:21 UTC
  • Revision ID: james.westby@ubuntu.com-20080507134621-hfob6nmjllmydv16
Tags: 1.0.1-6ubuntu1
Merge with Debian, remaining change just the .orig md5sum, closes LP: #226180

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -uNr -x debian -x .pc konversation-1.0.1/acinclude.m4 konversation-1.0.1.n/acinclude.m4
 
2
--- konversation-1.0.1/acinclude.m4     2007-07-16 20:15:57.000000000 +0300
 
3
+++ konversation-1.0.1.n/acinclude.m4   2007-07-17 02:59:47.000000000 +0300
 
4
@@ -1689,15 +1689,6 @@
 
5
        KDE_USE_CLOSURE_TRUE="#"
 
6
        KDE_USE_CLOSURE_FALSE=""
 
7
        KDE_NO_UNDEFINED=""
 
8
-       case $host in 
 
9
-         *-*-linux-gnu)
 
10
-           KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
 
11
-                [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
 
12
-               [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
 
13
-               [KDE_NO_UNDEFINED=""])],
 
14
-           [KDE_NO_UNDEFINED=""])
 
15
-           ;;
 
16
-       esac
 
17
   fi
 
18
   AC_SUBST(KDE_USE_CLOSURE_TRUE)
 
19
   AC_SUBST(KDE_USE_CLOSURE_FALSE)
 
20
@@ -2144,9 +2135,6 @@
 
21
 save_CXXFLAGS="$CXXFLAGS"
 
22
 kde_safe_LIBS="$LIBS"
 
23
 LIBS="$LIBS $X_EXTRA_LIBS"
 
24
-if test "$GXX" = "yes"; then
 
25
-CXXFLAGS="$CXXFLAGS -pedantic-errors"
 
26
-fi
 
27
 AC_TRY_COMPILE([
 
28
 $2
 
29
 ],
 
30
@@ -5970,30 +5958,15 @@
 
31
   fi
 
32
 ])
 
33
 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
 
34
-## Copyright 1996, 1997, 1998, 1999, 2000, 2001
 
35
+## Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007
 
36
 ## Free Software Foundation, Inc.
 
37
 ## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 
38
 ##
 
39
-## This program is free software; you can redistribute it and/or modify
 
40
-## it under the terms of the GNU General Public License as published by
 
41
-## the Free Software Foundation; either version 2 of the License, or
 
42
-## (at your option) any later version.
 
43
-##
 
44
-## This program is distributed in the hope that it will be useful, but
 
45
-## WITHOUT ANY WARRANTY; without even the implied warranty of
 
46
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
47
-## General Public License for more details.
 
48
-##
 
49
-## You should have received a copy of the GNU General Public License
 
50
-## along with this program; if not, write to the Free Software
 
51
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
52
-##
 
53
-## As a special exception to the GNU General Public License, if you
 
54
-## distribute this file as part of a program that contains a
 
55
-## configuration script generated by Autoconf, you may include it under
 
56
-## the same distribution terms that you use for the rest of that program.
 
57
+## This file is free software; the Free Software Foundation gives
 
58
+## unlimited permission to copy and/or distribute it, with or without
 
59
+## modifications, as long as this notice is preserved.
 
60
 
 
61
-# serial 47 AC_PROG_LIBTOOL
 
62
+# serial 51 Debian 1.5.24-1 AC_PROG_LIBTOOL
 
63
 
 
64
 
 
65
 # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
 
66
@@ -6053,7 +6026,7 @@
 
67
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
 
68
 
 
69
 # Always use our own libtool.
 
70
-LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
 
71
+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 
72
 AC_SUBST(LIBTOOL)dnl
 
73
 
 
74
 # Prevent multiple expansion
 
75
@@ -6103,7 +6076,7 @@
 
76
 
 
77
 # Sed substitution that helps us do robust quoting.  It backslashifies
 
78
 # metacharacters that are still active within double-quoted strings.
 
79
-Xsed='sed -e s/^X//'
 
80
+Xsed='sed -e 1s/^X//'
 
81
 [sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
 
82
 
 
83
 # Same as above, but do not quote variable references.
 
84
@@ -6123,7 +6096,7 @@
 
85
 default_ofile=libtool
 
86
 can_build_shared=yes
 
87
 
 
88
-# All known linkers require a `.a' archive for static linking (except M$VC,
 
89
+# All known linkers require a `.a' archive for static linking (except MSVC,
 
90
 # which needs '.lib').
 
91
 libext=a
 
92
 ltmain="$ac_aux_dir/ltmain.sh"
 
93
@@ -6143,6 +6116,7 @@
 
94
 test -z "$AS" && AS=as
 
95
 test -z "$CC" && CC=cc
 
96
 test -z "$LTCC" && LTCC=$CC
 
97
+test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
 
98
 test -z "$DLLTOOL" && DLLTOOL=dlltool
 
99
 test -z "$LD" && LD=ld
 
100
 test -z "$LN_S" && LN_S="ln -s"
 
101
@@ -6155,22 +6129,24 @@
 
102
 test -z "$ac_objext" && ac_objext=o
 
103
 
 
104
 # Determine commands to create old-style static archives.
 
105
-old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
 
106
+old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
 
107
 old_postinstall_cmds='chmod 644 $oldlib'
 
108
 old_postuninstall_cmds=
 
109
 
 
110
 if test -n "$RANLIB"; then
 
111
   case $host_os in
 
112
   openbsd*)
 
113
-    old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
 
114
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
 
115
     ;;
 
116
   *)
 
117
-    old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
 
118
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
 
119
     ;;
 
120
   esac
 
121
   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
 
122
 fi
 
123
 
 
124
+_LT_CC_BASENAME([$compiler])
 
125
+
 
126
 # Only perform the check for file, if the check method requires it
 
127
 case $deplibs_check_method in
 
128
 file_magic*)
 
129
@@ -6211,11 +6187,58 @@
 
130
 # If no C compiler was specified, use CC.
 
131
 LTCC=${LTCC-"$CC"}
 
132
 
 
133
+# If no C compiler flags were specified, use CFLAGS.
 
134
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
 
135
+
 
136
 # Allow CC to be a program name with arguments.
 
137
 compiler=$CC
 
138
 ])# _LT_AC_SYS_COMPILER
 
139
 
 
140
 
 
141
+# _LT_CC_BASENAME(CC)
 
142
+# -------------------
 
143
+# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
 
144
+AC_DEFUN([_LT_CC_BASENAME],
 
145
+[for cc_temp in $1""; do
 
146
+  case $cc_temp in
 
147
+    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
 
148
+    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
 
149
+    \-*) ;;
 
150
+    *) break;;
 
151
+  esac
 
152
+done
 
153
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
154
+])
 
155
+
 
156
+
 
157
+# _LT_COMPILER_BOILERPLATE
 
158
+# ------------------------
 
159
+# Check for compiler boilerplate output or warnings with
 
160
+# the simple compiler test code.
 
161
+AC_DEFUN([_LT_COMPILER_BOILERPLATE],
 
162
+[AC_REQUIRE([LT_AC_PROG_SED])dnl
 
163
+ac_outfile=conftest.$ac_objext
 
164
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
 
165
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
166
+_lt_compiler_boilerplate=`cat conftest.err`
 
167
+$rm conftest*
 
168
+])# _LT_COMPILER_BOILERPLATE
 
169
+
 
170
+
 
171
+# _LT_LINKER_BOILERPLATE
 
172
+# ----------------------
 
173
+# Check for linker boilerplate output or warnings with
 
174
+# the simple link test code.
 
175
+AC_DEFUN([_LT_LINKER_BOILERPLATE],
 
176
+[AC_REQUIRE([LT_AC_PROG_SED])dnl
 
177
+ac_outfile=conftest.$ac_objext
 
178
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
 
179
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
180
+_lt_linker_boilerplate=`cat conftest.err`
 
181
+$rm conftest*
 
182
+])# _LT_LINKER_BOILERPLATE
 
183
+
 
184
+
 
185
 # _LT_AC_SYS_LIBPATH_AIX
 
186
 # ----------------------
 
187
 # Links a minimal program and checks the executable
 
188
@@ -6225,12 +6248,20 @@
 
189
 # If we don't find anything, use the default library path according
 
190
 # to the aix ld manual.
 
191
 AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX],
 
192
-[AC_LINK_IFELSE(AC_LANG_PROGRAM,[
 
193
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
194
-}'`
 
195
+[AC_REQUIRE([LT_AC_PROG_SED])dnl
 
196
+AC_LINK_IFELSE(AC_LANG_PROGRAM,[
 
197
+lt_aix_libpath_sed='
 
198
+    /Import File Strings/,/^$/ {
 
199
+       /^0/ {
 
200
+           s/^0  *\(.*\)$/\1/
 
201
+           p
 
202
+       }
 
203
+    }'
 
204
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
205
 # Check for a 64-bit object if we didn't find anything.
 
206
-if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
207
-}'`; fi],[])
 
208
+if test -z "$aix_libpath"; then
 
209
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
210
+fi],[])
 
211
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
212
 ])# _LT_AC_SYS_LIBPATH_AIX
 
213
 
 
214
@@ -6288,15 +6319,15 @@
 
215
 
 
216
 # The HP-UX ksh and POSIX shell print the target directory to stdout
 
217
 # if CDPATH is set.
 
218
-if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
 
219
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
220
 
 
221
 if test -z "$ECHO"; then
 
222
 if test "X${echo_test_string+set}" != Xset; then
 
223
 # find a string as large as possible, as long as the shell can cope with it
 
224
   for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
 
225
     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
 
226
-    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
 
227
-       echo_test_string="`eval $cmd`" &&
 
228
+    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
 
229
+       echo_test_string=`eval $cmd` &&
 
230
        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
 
231
     then
 
232
       break
 
233
@@ -6461,18 +6492,21 @@
 
234
   rm -rf conftest*
 
235
   ;;
 
236
 
 
237
-x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
 
238
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
 
239
+s390*-*linux*|sparc*-*linux*)
 
240
   # Find out which ABI we are using.
 
241
   echo 'int i;' > conftest.$ac_ext
 
242
   if AC_TRY_EVAL(ac_compile); then
 
243
-    case "`/usr/bin/file conftest.o`" in
 
244
+    case `/usr/bin/file conftest.o` in
 
245
     *32-bit*)
 
246
-      LINUX_64_MODE="32"
 
247
       case $host in
 
248
+        x86_64-*kfreebsd*-gnu)
 
249
+          LD="${LD-ld} -m elf_i386_fbsd"
 
250
+          ;;
 
251
         x86_64-*linux*)
 
252
           LD="${LD-ld} -m elf_i386"
 
253
           ;;
 
254
-        ppc64-*linux*)
 
255
+        ppc64-*linux*|powerpc64-*linux*)
 
256
           LD="${LD-ld} -m elf32ppclinux"
 
257
           ;;
 
258
         s390x-*linux*)
 
259
@@ -6484,8 +6518,10 @@
 
260
       esac
 
261
       ;;
 
262
     *64-bit*)
 
263
-      LINUX_64_MODE="64"
 
264
       case $host in
 
265
+        x86_64-*kfreebsd*-gnu)
 
266
+          LD="${LD-ld} -m elf_x86_64_fbsd"
 
267
+          ;;
 
268
         x86_64-*linux*)
 
269
           LD="${LD-ld} -m elf_x86_64"
 
270
           ;;
 
271
@@ -6518,6 +6554,22 @@
 
272
     CFLAGS="$SAVE_CFLAGS"
 
273
   fi
 
274
   ;;
 
275
+sparc*-*solaris*)
 
276
+  # Find out which ABI we are using.
 
277
+  echo 'int i;' > conftest.$ac_ext
 
278
+  if AC_TRY_EVAL(ac_compile); then
 
279
+    case `/usr/bin/file conftest.o` in
 
280
+    *64-bit*)
 
281
+      case $lt_cv_prog_gnu_ld in
 
282
+      yes*) LD="${LD-ld} -m elf64_sparc" ;;
 
283
+      *)    LD="${LD-ld} -64" ;;
 
284
+      esac
 
285
+      ;;
 
286
+    esac
 
287
+  fi
 
288
+  rm -rf conftest*
 
289
+  ;;
 
290
+
 
291
 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
 
292
 [*-*-cygwin* | *-*-mingw* | *-*-pw32*)
 
293
   AC_CHECK_TOOL(DLLTOOL, dlltool, false)
 
294
@@ -6541,7 +6593,7 @@
 
295
 AC_CACHE_CHECK([$1], [$2],
 
296
   [$2=no
 
297
   ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
 
298
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
299
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
300
    lt_compiler_flag="$3"
 
301
    # Insert the option either (1) after the last *FLAGS variable, or
 
302
    # (2) before a word containing "conftest.", or (3) at the end.
 
303
@@ -6549,7 +6601,7 @@
 
304
    # with a dollar sign (not a hyphen), so the echo should work correctly.
 
305
    # The option is referenced via a variable to avoid confusing sed.
 
306
    lt_compile=`echo "$ac_compile" | $SED \
 
307
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
 
308
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
309
    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
 
310
    -e 's:$: $lt_compiler_flag:'`
 
311
    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
 
312
@@ -6559,8 +6611,10 @@
 
313
    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
314
    if (exit $ac_status) && test -s "$ac_outfile"; then
 
315
      # The compiler can only warn and ignore the option if not recognized
 
316
-     # So say no if there are warnings
 
317
-     if test ! -s conftest.err; then
 
318
+     # So say no if there are warnings other than the usual output.
 
319
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
320
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
321
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
322
        $2=yes
 
323
      fi
 
324
    fi
 
325
@@ -6580,17 +6634,23 @@
 
326
 # ------------------------------------------------------------
 
327
 # Check whether the given compiler option works
 
328
 AC_DEFUN([AC_LIBTOOL_LINKER_OPTION],
 
329
-[AC_CACHE_CHECK([$1], [$2],
 
330
+[AC_REQUIRE([LT_AC_PROG_SED])dnl
 
331
+AC_CACHE_CHECK([$1], [$2],
 
332
   [$2=no
 
333
    save_LDFLAGS="$LDFLAGS"
 
334
    LDFLAGS="$LDFLAGS $3"
 
335
-   printf "$lt_simple_link_test_code" > conftest.$ac_ext
 
336
+   echo "$lt_simple_link_test_code" > conftest.$ac_ext
 
337
    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
 
338
-     # The compiler can only warn and ignore the option if not recognized
 
339
+     # The linker can only warn and ignore the option if not recognized
 
340
      # So say no if there are warnings
 
341
      if test -s conftest.err; then
 
342
        # Append any errors to the config.log.
 
343
        cat conftest.err 1>&AS_MESSAGE_LOG_FD
 
344
+       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
345
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
346
+       if diff conftest.exp conftest.er2 >/dev/null; then
 
347
+         $2=yes
 
348
+       fi
 
349
      else
 
350
        $2=yes
 
351
      fi
 
352
@@ -6614,7 +6674,7 @@
 
353
 AC_MSG_CHECKING([the maximum length of command line arguments])
 
354
 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
 
355
   i=0
 
356
-  testring="ABCD"
 
357
+  teststring="ABCD"
 
358
 
 
359
   case $build_os in
 
360
   msdosdjgpp*)
 
361
@@ -6643,24 +6703,77 @@
 
362
     lt_cv_sys_max_cmd_len=8192;
 
363
     ;;
 
364
 
 
365
- *)
 
366
-    # If test is not a shell built-in, we'll probably end up computing a
 
367
-    # maximum length that is only half of the actual maximum length, but
 
368
-    # we can't tell.
 
369
-    while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \
 
370
-              = "XX$testring") >/dev/null 2>&1 &&
 
371
-           new_result=`expr "X$testring" : ".*" 2>&1` &&
 
372
-           lt_cv_sys_max_cmd_len=$new_result &&
 
373
-           test $i != 17 # 1/2 MB should be enough
 
374
-    do
 
375
-      i=`expr $i + 1`
 
376
-      testring=$testring$testring
 
377
-    done
 
378
-    testring=
 
379
-    # Add a significant safety factor because C++ compilers can tack on massive
 
380
-    # amounts of additional arguments before passing them to the linker.
 
381
-    # It appears as though 1/2 is a usable value.
 
382
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
 
383
+  amigaos*)
 
384
+    # On AmigaOS with pdksh, this test takes hours, literally.
 
385
+    # So we just punt and use a minimum line length of 8192.
 
386
+    lt_cv_sys_max_cmd_len=8192;
 
387
+    ;;
 
388
+
 
389
+  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
 
390
+    # This has been around since 386BSD, at least.  Likely further.
 
391
+    if test -x /sbin/sysctl; then
 
392
+      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
 
393
+    elif test -x /usr/sbin/sysctl; then
 
394
+      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
 
395
+    else
 
396
+      lt_cv_sys_max_cmd_len=65536      # usable default for all BSDs
 
397
+    fi
 
398
+    # And add a safety zone
 
399
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
400
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
 
401
+    ;;
 
402
+
 
403
+  interix*)
 
404
+    # We know the value 262144 and hardcode it with a safety zone (like BSD)
 
405
+    lt_cv_sys_max_cmd_len=196608
 
406
+    ;;
 
407
+
 
408
+  osf*)
 
409
+    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
 
410
+    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
 
411
+    # nice to cause kernel panics so lets avoid the loop below.
 
412
+    # First set a reasonable default.
 
413
+    lt_cv_sys_max_cmd_len=16384
 
414
+    #
 
415
+    if test -x /sbin/sysconfig; then
 
416
+      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
 
417
+        *1*) lt_cv_sys_max_cmd_len=-1 ;;
 
418
+      esac
 
419
+    fi
 
420
+    ;;
 
421
+  sco3.2v5*)
 
422
+    lt_cv_sys_max_cmd_len=102400
 
423
+    ;;
 
424
+  sysv5* | sco5v6* | sysv4.2uw2*)
 
425
+    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
 
426
+    if test -n "$kargmax"; then
 
427
+      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[       ]]//'`
 
428
+    else
 
429
+      lt_cv_sys_max_cmd_len=32768
 
430
+    fi
 
431
+    ;;
 
432
+  *)
 
433
+    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
 
434
+    if test -n "$lt_cv_sys_max_cmd_len"; then
 
435
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
436
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
 
437
+    else
 
438
+      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
 
439
+      while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
 
440
+              = "XX$teststring") >/dev/null 2>&1 &&
 
441
+             new_result=`expr "X$teststring" : ".*" 2>&1` &&
 
442
+             lt_cv_sys_max_cmd_len=$new_result &&
 
443
+             test $i != 17 # 1/2 MB should be enough
 
444
+      do
 
445
+        i=`expr $i + 1`
 
446
+        teststring=$teststring$teststring
 
447
+      done
 
448
+      teststring=
 
449
+      # Add a significant safety factor because C++ compilers can tack on massive
 
450
+      # amounts of additional arguments before passing them to the linker.
 
451
+      # It appears as though 1/2 is a usable value.
 
452
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
 
453
+    fi
 
454
     ;;
 
455
   esac
 
456
 ])
 
457
@@ -6673,7 +6786,7 @@
 
458
 
 
459
 
 
460
 # _LT_AC_CHECK_DLFCN
 
461
-# --------------------
 
462
+# ------------------
 
463
 AC_DEFUN([_LT_AC_CHECK_DLFCN],
 
464
 [AC_CHECK_HEADERS(dlfcn.h)dnl
 
465
 ])# _LT_AC_CHECK_DLFCN
 
466
@@ -6681,7 +6794,7 @@
 
467
 
 
468
 # _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
 
469
 #                           ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
 
470
-# ------------------------------------------------------------------
 
471
+# ---------------------------------------------------------------------
 
472
 AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],
 
473
 [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
 
474
 if test "$cross_compiling" = yes; then :
 
475
@@ -6747,17 +6860,19 @@
 
476
       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
477
       /* dlclose (self); */
 
478
     }
 
479
+  else
 
480
+    puts (dlerror ());
 
481
 
 
482
     exit (status);
 
483
 }]
 
484
 EOF
 
485
   if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
 
486
-    (./conftest; exit; ) 2>/dev/null
 
487
+    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
 
488
     lt_status=$?
 
489
     case x$lt_status in
 
490
       x$lt_dlno_uscore) $1 ;;
 
491
       x$lt_dlneed_uscore) $2 ;;
 
492
-      x$lt_unknown|x*) $3 ;;
 
493
+      x$lt_dlunknown|x*) $3 ;;
 
494
     esac
 
495
   else :
 
496
     # compilation failed
 
497
@@ -6769,7 +6884,7 @@
 
498
 
 
499
 
 
500
 # AC_LIBTOOL_DLOPEN_SELF
 
501
-# -------------------
 
502
+# ----------------------
 
503
 AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],
 
504
 [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
 
505
 if test "x$enable_dlopen" != xyes; then
 
506
@@ -6806,7 +6921,7 @@
 
507
     lt_cv_dlopen_self=yes
 
508
     ])
 
509
    ;;
 
510
-    
 
511
+
 
512
   *)
 
513
     AC_CHECK_FUNC([shl_load],
 
514
          [lt_cv_dlopen="shl_load"],
 
515
@@ -6840,7 +6955,7 @@
 
516
     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 
517
 
 
518
     save_LDFLAGS="$LDFLAGS"
 
519
-    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
520
+    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
521
 
 
522
     save_LIBS="$LIBS"
 
523
     LIBS="$lt_cv_dlopen_libs $LIBS"
 
524
@@ -6853,7 +6968,7 @@
 
525
     ])
 
526
 
 
527
     if test "x$lt_cv_dlopen_self" = xyes; then
 
528
-      LDFLAGS="$LDFLAGS $link_static_flag"
 
529
+      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
 
530
       AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
 
531
          lt_cv_dlopen_self_static, [dnl
 
532
          _LT_AC_TRY_DLOPEN_SELF(
 
533
@@ -6885,7 +7000,8 @@
 
534
 # ---------------------------------
 
535
 # Check to see if options -c and -o are simultaneously supported by compiler
 
536
 AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O],
 
537
-[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
 
538
+[AC_REQUIRE([LT_AC_PROG_SED])dnl
 
539
+AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
 
540
 AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
 
541
   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
 
542
   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
 
543
@@ -6893,14 +7009,7 @@
 
544
    mkdir conftest
 
545
    cd conftest
 
546
    mkdir out
 
547
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
548
-
 
549
-   # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
 
550
-   # that will create temporary files in the current directory regardless of
 
551
-   # the output directory.  Thus, making CWD read-only will cause this test
 
552
-   # to fail, enabling locking or at least warning the user not to do parallel
 
553
-   # builds.
 
554
-   chmod -w .
 
555
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
556
 
 
557
    lt_compiler_flag="-o out/conftest2.$ac_objext"
 
558
    # Insert the option either (1) after the last *FLAGS variable, or
 
559
@@ -6908,7 +7017,7 @@
 
560
    # Note that $ac_compile itself does not contain backslashes and begins
 
561
    # with a dollar sign (not a hyphen), so the echo should work correctly.
 
562
    lt_compile=`echo "$ac_compile" | $SED \
 
563
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
 
564
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
565
    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
 
566
    -e 's:$: $lt_compiler_flag:'`
 
567
    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
 
568
@@ -6920,13 +7029,18 @@
 
569
    then
 
570
      # The compiler can only warn and ignore the option if not recognized
 
571
      # So say no if there are warnings
 
572
-     if test ! -s out/conftest.err; then
 
573
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
574
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
 
575
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
 
576
        _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
 
577
      fi
 
578
    fi
 
579
-   chmod u+w .
 
580
-   $rm conftest* out/*
 
581
-   rmdir out
 
582
+   chmod u+w . 2>&AS_MESSAGE_LOG_FD
 
583
+   $rm conftest*
 
584
+   # SGI C++ compiler will create directory out/ii_files/ for
 
585
+   # template instantiation
 
586
+   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
 
587
+   $rm out/* && rmdir out
 
588
    cd ..
 
589
    rmdir conftest
 
590
    $rm conftest*
 
591
@@ -6985,8 +7099,8 @@
 
592
 [AC_MSG_CHECKING([how to hardcode library paths into programs])
 
593
 _LT_AC_TAGVAR(hardcode_action, $1)=
 
594
 if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
 
595
-   test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \
 
596
-   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then
 
597
+   test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
 
598
+   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
 
599
 
 
600
   # We can hardcode non-existant directories.
 
601
   if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
 
602
@@ -7035,6 +7149,7 @@
 
603
    darwin*)
 
604
        if test -n "$STRIP" ; then
 
605
          striplib="$STRIP -x"
 
606
+         old_striplib="$STRIP -S"
 
607
          AC_MSG_RESULT([yes])
 
608
        else
 
609
   AC_MSG_RESULT([no])
 
610
@@ -7043,7 +7158,7 @@
 
611
    *)
 
612
   AC_MSG_RESULT([no])
 
613
     ;;
 
614
-  esac  
 
615
+  esac
 
616
 fi
 
617
 ])# AC_LIBTOOL_SYS_LIB_STRIP
 
618
 
 
619
@@ -7052,11 +7167,12 @@
 
620
 # -----------------------------
 
621
 # PORTME Fill in your ld.so characteristics
 
622
 AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER],
 
623
-[AC_MSG_CHECKING([dynamic linker characteristics])
 
624
+[AC_REQUIRE([LT_AC_PROG_SED])dnl
 
625
+AC_MSG_CHECKING([dynamic linker characteristics])
 
626
 library_names_spec=
 
627
 libname_spec='lib$name'
 
628
 soname_spec=
 
629
-shrext=".so"
 
630
+shrext_cmds=".so"
 
631
 postinstall_cmds=
 
632
 postuninstall_cmds=
 
633
 finish_cmds=
 
634
@@ -7066,7 +7182,58 @@
 
635
 version_type=none
 
636
 dynamic_linker="$host_os ld.so"
 
637
 sys_lib_dlsearch_path_spec="/lib /usr/lib"
 
638
-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
 
639
+m4_if($1,[],[
 
640
+if test "$GCC" = yes; then
 
641
+  case $host_os in
 
642
+    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
 
643
+    *) lt_awk_arg="/^libraries:/" ;;
 
644
+  esac
 
645
+  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
646
+  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
 
647
+    # if the path contains ";" then we assume it to be the separator
 
648
+    # otherwise default to the standard path separator (i.e. ":") - it is
 
649
+    # assumed that no part of a normal pathname contains ";" but that should
 
650
+    # okay in the real world where ";" in dirpaths is itself problematic.
 
651
+    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
 
652
+  else
 
653
+    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
654
+  fi
 
655
+  # Ok, now we have the path, separated by spaces, we can step through it
 
656
+  # and add multilib dir if necessary.
 
657
+  lt_tmp_lt_search_path_spec=
 
658
+  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
 
659
+  for lt_sys_path in $lt_search_path_spec; do
 
660
+    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
 
661
+      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
 
662
+    else
 
663
+      test -d "$lt_sys_path" && \
 
664
+       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
 
665
+    fi
 
666
+  done
 
667
+  lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk '
 
668
+BEGIN {RS=" "; FS="/|\n";} {
 
669
+  lt_foo="";
 
670
+  lt_count=0;
 
671
+  for (lt_i = NF; lt_i > 0; lt_i--) {
 
672
+    if ($lt_i != "" && $lt_i != ".") {
 
673
+      if ($lt_i == "..") {
 
674
+        lt_count++;
 
675
+      } else {
 
676
+        if (lt_count == 0) {
 
677
+          lt_foo="/" $lt_i lt_foo;
 
678
+        } else {
 
679
+          lt_count--;
 
680
+        }
 
681
+      }
 
682
+    }
 
683
+  }
 
684
+  if (lt_foo != "") { lt_freq[[lt_foo]]++; }
 
685
+  if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
 
686
+}'`
 
687
+  sys_lib_search_path_spec=`echo $lt_search_path_spec`
 
688
+else
 
689
+  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
 
690
+fi])
 
691
 need_lib_prefix=unknown
 
692
 hardcode_into_libs=no
 
693
 
 
694
@@ -7131,7 +7298,7 @@
 
695
 amigaos*)
 
696
   library_names_spec='$libname.ixlibrary $libname.a'
 
697
   # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
698
-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
 
699
+  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
 
700
   ;;
 
701
 
 
702
 beos*)
 
703
@@ -7140,7 +7307,7 @@
 
704
   shlibpath_var=LIBRARY_PATH
 
705
   ;;
 
706
 
 
707
-bsdi4*)
 
708
+bsdi[[45]]*)
 
709
   version_type=linux
 
710
   need_version=no
 
711
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
712
@@ -7156,7 +7323,7 @@
 
713
 
 
714
 cygwin* | mingw* | pw32*)
 
715
   version_type=windows
 
716
-  shrext=".dll"
 
717
+  shrext_cmds=".dll"
 
718
   need_version=no
 
719
   need_lib_prefix=no
 
720
 
 
721
@@ -7168,7 +7335,8 @@
 
722
       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
 
723
       dldir=$destdir/`dirname \$dlpath`~
 
724
       test -d \$dldir || mkdir -p \$dldir~
 
725
-      $install_prog $dir/$dlname \$dldir/$dlname'
 
726
+      $install_prog $dir/$dlname \$dldir/$dlname~
 
727
+      chmod a+x \$dldir/$dlname'
 
728
     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
 
729
       dlpath=$dir/\$dldll~
 
730
        $rm \$dlpath'
 
731
@@ -7198,7 +7366,7 @@
 
732
       ;;
 
733
     pw32*)
 
734
       # pw32 DLLs use 'pw' prefix rather than 'lib'
 
735
-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
736
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
737
       ;;
 
738
     esac
 
739
     ;;
 
740
@@ -7221,13 +7389,9 @@
 
741
   soname_spec='${libname}${release}${major}$shared_ext'
 
742
   shlibpath_overrides_runpath=yes
 
743
   shlibpath_var=DYLD_LIBRARY_PATH
 
744
-  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
 
745
-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
 
746
-  if test "$GCC" = yes; then
 
747
-    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
 
748
-  else
 
749
-    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
 
750
-  fi
 
751
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
 
752
+  m4_if([$1], [],[
 
753
+  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) 
 
754
   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
 
755
   ;;
 
756
 
 
757
@@ -7244,20 +7408,17 @@
 
758
   dynamic_linker=no
 
759
   ;;
 
760
 
 
761
-kfreebsd*-gnu*)
 
762
-  version_type=linux
 
763
-  need_lib_prefix=no
 
764
-  need_version=no
 
765
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
766
-  soname_spec='${libname}${release}${shared_ext}$major'
 
767
-  shlibpath_var=LD_LIBRARY_PATH
 
768
-  shlibpath_overrides_runpath=no
 
769
-  hardcode_into_libs=yes
 
770
-  dynamic_linker='GNU ld.so'
 
771
-  ;;
 
772
-
 
773
-freebsd*)
 
774
-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
 
775
+freebsd* | dragonfly*)
 
776
+  # DragonFly does not have aout.  When/if they implement a new
 
777
+  # versioning mechanism, adjust this.
 
778
+  if test -x /usr/bin/objformat; then
 
779
+    objformat=`/usr/bin/objformat`
 
780
+  else
 
781
+    case $host_os in
 
782
+    freebsd[[123]]*) objformat=aout ;;
 
783
+    *) objformat=elf ;;
 
784
+    esac
 
785
+  fi
 
786
   version_type=freebsd-$objformat
 
787
   case $version_type in
 
788
     freebsd-elf*)
 
789
@@ -7275,14 +7436,19 @@
 
790
   freebsd2*)
 
791
     shlibpath_overrides_runpath=yes
 
792
     ;;
 
793
-  freebsd3.[01]* | freebsdelf3.[01]*)
 
794
+  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
 
795
     shlibpath_overrides_runpath=yes
 
796
     hardcode_into_libs=yes
 
797
     ;;
 
798
-  *) # from 3.2 on
 
799
+  freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
 
800
+  freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
 
801
     shlibpath_overrides_runpath=no
 
802
     hardcode_into_libs=yes
 
803
     ;;
 
804
+  *) # from 4.6 on, and DragonFly
 
805
+    shlibpath_overrides_runpath=yes
 
806
+    hardcode_into_libs=yes
 
807
+    ;;
 
808
   esac
 
809
   ;;
 
810
 
 
811
@@ -7302,9 +7468,9 @@
 
812
   version_type=sunos
 
813
   need_lib_prefix=no
 
814
   need_version=no
 
815
-  case "$host_cpu" in
 
816
+  case $host_cpu in
 
817
   ia64*)
 
818
-    shrext='.so'
 
819
+    shrext_cmds='.so'
 
820
     hardcode_into_libs=yes
 
821
     dynamic_linker="$host_os dld.so"
 
822
     shlibpath_var=LD_LIBRARY_PATH
 
823
@@ -7319,7 +7485,7 @@
 
824
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
825
     ;;
 
826
    hppa*64*)
 
827
-     shrext='.sl'
 
828
+     shrext_cmds='.sl'
 
829
      hardcode_into_libs=yes
 
830
      dynamic_linker="$host_os dld.sl"
 
831
      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
 
832
@@ -7330,7 +7496,7 @@
 
833
      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
834
      ;;
 
835
    *)
 
836
-    shrext='.sl'
 
837
+    shrext_cmds='.sl'
 
838
     dynamic_linker="$host_os dld.sl"
 
839
     shlibpath_var=SHLIB_PATH
 
840
     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
 
841
@@ -7342,6 +7508,18 @@
 
842
   postinstall_cmds='chmod 555 $lib'
 
843
   ;;
 
844
 
 
845
+interix[[3-9]]*)
 
846
+  version_type=linux
 
847
+  need_lib_prefix=no
 
848
+  need_version=no
 
849
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
850
+  soname_spec='${libname}${release}${shared_ext}$major'
 
851
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
 
852
+  shlibpath_var=LD_LIBRARY_PATH
 
853
+  shlibpath_overrides_runpath=no
 
854
+  hardcode_into_libs=yes
 
855
+  ;;
 
856
+
 
857
 irix5* | irix6* | nonstopux*)
 
858
   case $host_os in
 
859
     nonstopux*) version_type=nonstopux ;;
 
860
@@ -7385,29 +7563,26 @@
 
861
   ;;
 
862
 
 
863
 # This must be Linux ELF.
 
864
-linux*)
 
865
+linux* | k*bsd*-gnu)
 
866
   version_type=linux
 
867
   need_lib_prefix=no
 
868
   need_version=no
 
869
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
870
   soname_spec='${libname}${release}${shared_ext}$major'
 
871
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 
872
-  libsuff=
 
873
-  if test "x$LINUX_64_MODE" = x64; then
 
874
-    # Some platforms are per default 64-bit, so there's no /lib64
 
875
-    if test -d /lib64; then
 
876
-      libsuff=64
 
877
-    fi
 
878
-  fi
 
879
   shlibpath_var=LD_LIBRARY_PATH
 
880
   shlibpath_overrides_runpath=no
 
881
-  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
 
882
-  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
 
883
   # This implies no fast_install, which is unacceptable.
 
884
   # Some rework will be needed to allow for fast_install
 
885
   # before this can be enabled.
 
886
   hardcode_into_libs=yes
 
887
 
 
888
+  # Append ld.so.conf contents to the search path
 
889
+  if test -f /etc/ld.so.conf; then
 
890
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[         ]*hwcap[        ]/d;s/[:,       ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
 
891
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
892
+  fi
 
893
+
 
894
   # We used to test for /lib/ld.so.1 and disable shared libraries on
 
895
   # powerpc, because MkLinux only supported shared libraries with the
 
896
   # GNU dynamic linker.  Since this was broken with cross compilers,
 
897
@@ -7417,6 +7592,18 @@
 
898
   dynamic_linker='GNU/Linux ld.so'
 
899
   ;;
 
900
 
 
901
+netbsdelf*-gnu)
 
902
+  version_type=linux
 
903
+  need_lib_prefix=no
 
904
+  need_version=no
 
905
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
906
+  soname_spec='${libname}${release}${shared_ext}$major'
 
907
+  shlibpath_var=LD_LIBRARY_PATH
 
908
+  shlibpath_overrides_runpath=no
 
909
+  hardcode_into_libs=yes
 
910
+  dynamic_linker='NetBSD ld.elf_so'
 
911
+  ;;
 
912
+
 
913
 netbsd*)
 
914
   version_type=sunos
 
915
   need_lib_prefix=no
 
916
@@ -7426,7 +7613,7 @@
 
917
     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
918
     dynamic_linker='NetBSD (a.out) ld.so'
 
919
   else
 
920
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
 
921
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
922
     soname_spec='${libname}${release}${shared_ext}$major'
 
923
     dynamic_linker='NetBSD ld.elf_so'
 
924
   fi
 
925
@@ -7454,8 +7641,13 @@
 
926
 
 
927
 openbsd*)
 
928
   version_type=sunos
 
929
+  sys_lib_dlsearch_path_spec="/usr/lib"
 
930
   need_lib_prefix=no
 
931
-  need_version=no
 
932
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
 
933
+  case $host_os in
 
934
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
 
935
+    *)                         need_version=no  ;;
 
936
+  esac
 
937
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
938
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
939
   shlibpath_var=LD_LIBRARY_PATH
 
940
@@ -7475,7 +7667,7 @@
 
941
 
 
942
 os2*)
 
943
   libname_spec='$name'
 
944
-  shrext=".dll"
 
945
+  shrext_cmds=".dll"
 
946
   need_lib_prefix=no
 
947
   library_names_spec='$libname${shared_ext} $libname.a'
 
948
   dynamic_linker='OS/2 ld.exe'
 
949
@@ -7493,11 +7685,8 @@
 
950
   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
 
951
   ;;
 
952
 
 
953
-sco3.2v5*)
 
954
-  version_type=osf
 
955
-  soname_spec='${libname}${release}${shared_ext}$major'
 
956
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
957
-  shlibpath_var=LD_LIBRARY_PATH
 
958
+rdos*)
 
959
+  dynamic_linker=no
 
960
   ;;
 
961
 
 
962
 solaris*)
 
963
@@ -7525,7 +7714,7 @@
 
964
   need_version=yes
 
965
   ;;
 
966
 
 
967
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
968
+sysv4 | sysv4.3*)
 
969
   version_type=linux
 
970
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
971
   soname_spec='${libname}${release}${shared_ext}$major'
 
972
@@ -7558,6 +7747,29 @@
 
973
   fi
 
974
   ;;
 
975
 
 
976
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
977
+  version_type=freebsd-elf
 
978
+  need_lib_prefix=no
 
979
+  need_version=no
 
980
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
981
+  soname_spec='${libname}${release}${shared_ext}$major'
 
982
+  shlibpath_var=LD_LIBRARY_PATH
 
983
+  hardcode_into_libs=yes
 
984
+  if test "$with_gnu_ld" = yes; then
 
985
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
 
986
+    shlibpath_overrides_runpath=no
 
987
+  else
 
988
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
 
989
+    shlibpath_overrides_runpath=yes
 
990
+    case $host_os in
 
991
+      sco3.2v5*)
 
992
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
 
993
+       ;;
 
994
+    esac
 
995
+  fi
 
996
+  sys_lib_dlsearch_path_spec='/usr/lib'
 
997
+  ;;
 
998
+
 
999
 uts4*)
 
1000
   version_type=linux
 
1001
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
1002
@@ -7571,13 +7783,19 @@
 
1003
 esac
 
1004
 AC_MSG_RESULT([$dynamic_linker])
 
1005
 test "$dynamic_linker" = no && can_build_shared=no
 
1006
+
 
1007
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
1008
+if test "$GCC" = yes; then
 
1009
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
1010
+fi
 
1011
 ])# AC_LIBTOOL_SYS_DYNAMIC_LINKER
 
1012
 
 
1013
 
 
1014
 # _LT_AC_TAGCONFIG
 
1015
 # ----------------
 
1016
 AC_DEFUN([_LT_AC_TAGCONFIG],
 
1017
-[AC_ARG_WITH([tags],
 
1018
+[AC_REQUIRE([LT_AC_PROG_SED])dnl
 
1019
+AC_ARG_WITH([tags],
 
1020
     [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
 
1021
         [include additional configurations @<:@automatic@:>@])],
 
1022
     [tagnames="$withval"])
 
1023
@@ -7595,6 +7813,9 @@
 
1024
       AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
 
1025
     fi
 
1026
   fi
 
1027
+  if test -z "$LTCFLAGS"; then
 
1028
+    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
 
1029
+  fi
 
1030
 
 
1031
   # Extract list of available tagged configurations in $ofile.
 
1032
   # Note that this assumes the entire list is on one line.
 
1033
@@ -7621,7 +7842,9 @@
 
1034
 
 
1035
       case $tagname in
 
1036
       CXX)
 
1037
-       if test -n "$CXX" && test "X$CXX" != "Xno"; then
 
1038
+       if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
 
1039
+           ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
 
1040
+           (test "X$CXX" != "Xg++"))) ; then
 
1041
          AC_LIBTOOL_LANG_CXX_CONFIG
 
1042
        else
 
1043
          tagname=""
 
1044
@@ -7683,7 +7906,7 @@
 
1045
 
 
1046
 # AC_LIBTOOL_WIN32_DLL
 
1047
 # --------------------
 
1048
-# declare package support for building win32 dll's
 
1049
+# declare package support for building win32 DLLs
 
1050
 AC_DEFUN([AC_LIBTOOL_WIN32_DLL],
 
1051
 [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
 
1052
 ])# AC_LIBTOOL_WIN32_DLL
 
1053
@@ -7721,7 +7944,7 @@
 
1054
 
 
1055
 # AC_DISABLE_SHARED
 
1056
 # -----------------
 
1057
-#- set the default shared flag to --disable-shared
 
1058
+# set the default shared flag to --disable-shared
 
1059
 AC_DEFUN([AC_DISABLE_SHARED],
 
1060
 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
1061
 AC_ENABLE_SHARED(no)
 
1062
@@ -7833,7 +8056,7 @@
 
1063
 
 
1064
 # AC_PATH_TOOL_PREFIX
 
1065
 # -------------------
 
1066
-# find a file program which can recognise shared library
 
1067
+# find a file program which can recognize shared library
 
1068
 AC_DEFUN([AC_PATH_TOOL_PREFIX],
 
1069
 [AC_REQUIRE([AC_PROG_EGREP])dnl
 
1070
 AC_MSG_CHECKING([for $1])
 
1071
@@ -7857,7 +8080,7 @@
 
1072
       if test -n "$file_magic_test_file"; then
 
1073
        case $deplibs_check_method in
 
1074
        "file_magic "*)
 
1075
-         file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
 
1076
+         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
 
1077
          MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
1078
          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 
1079
            $EGREP "$file_magic_regex" > /dev/null; then
 
1080
@@ -7896,7 +8119,7 @@
 
1081
 
 
1082
 # AC_PATH_MAGIC
 
1083
 # -------------
 
1084
-# find a file program which can recognise a shared library
 
1085
+# find a file program which can recognize a shared library
 
1086
 AC_DEFUN([AC_PATH_MAGIC],
 
1087
 [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
 
1088
 if test -z "$lt_cv_path_MAGIC_CMD"; then
 
1089
@@ -7967,7 +8190,7 @@
 
1090
     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
 
1091
       lt_cv_path_LD="$ac_dir/$ac_prog"
 
1092
       # Check to see if the program is GNU ld.  I'd rather use --version,
 
1093
-      # but apparently some GNU ld's only accept -v.
 
1094
+      # but apparently some variants of GNU ld only accept -v.
 
1095
       # Break only if it was the GNU/non-GNU ld that we prefer.
 
1096
       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
 
1097
       *GNU* | *'with BFD'*)
 
1098
@@ -7999,7 +8222,7 @@
 
1099
 AC_DEFUN([AC_PROG_LD_GNU],
 
1100
 [AC_REQUIRE([AC_PROG_EGREP])dnl
 
1101
 AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
 
1102
-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
 
1103
+[# I'd rather use --version here, but apparently some GNU lds only accept -v.
 
1104
 case `$LD -v 2>&1 </dev/null` in
 
1105
 *GNU* | *'with BFD'*)
 
1106
   lt_cv_prog_gnu_ld=yes
 
1107
@@ -8026,6 +8249,15 @@
 
1108
 *) reload_flag=" $reload_flag" ;;
 
1109
 esac
 
1110
 reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
1111
+case $host_os in
 
1112
+  darwin*)
 
1113
+    if test "$GCC" = yes; then
 
1114
+      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
 
1115
+    else
 
1116
+      reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
1117
+    fi
 
1118
+    ;;
 
1119
+esac
 
1120
 ])# AC_PROG_LD_RELOAD_FLAG
 
1121
 
 
1122
 
 
1123
@@ -8034,7 +8266,7 @@
 
1124
 # how to check for library dependencies
 
1125
 #  -- PORTME fill in with the dynamic library characteristics
 
1126
 AC_DEFUN([AC_DEPLIBS_CHECK_METHOD],
 
1127
-[AC_CACHE_CHECK([how to recognise dependent libraries],
 
1128
+[AC_CACHE_CHECK([how to recognize dependent libraries],
 
1129
 lt_cv_deplibs_check_method,
 
1130
 [lt_cv_file_magic_cmd='$MAGIC_CMD'
 
1131
 lt_cv_file_magic_test_file=
 
1132
@@ -8059,44 +8291,42 @@
 
1133
   lt_cv_deplibs_check_method=pass_all
 
1134
   ;;
 
1135
 
 
1136
-bsdi4*)
 
1137
+bsdi[[45]]*)
 
1138
   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
 
1139
   lt_cv_file_magic_cmd='/usr/bin/file -L'
 
1140
   lt_cv_file_magic_test_file=/shlib/libc.so
 
1141
   ;;
 
1142
 
 
1143
 cygwin*)
 
1144
-  lt_cv_deplibs_check_method=pass_all
 
1145
+  # func_win32_libid is a shell function defined in ltmain.sh
 
1146
+  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
1147
+  lt_cv_file_magic_cmd='func_win32_libid'
 
1148
   ;;
 
1149
-  
 
1150
+
 
1151
 mingw* | pw32*)
 
1152
-  # win32_libid is a shell function defined in ltmain.sh
 
1153
-  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
1154
-  lt_cv_file_magic_cmd='win32_libid'
 
1155
+  # Base MSYS/MinGW do not provide the 'file' command needed by
 
1156
+  # func_win32_libid shell function, so use a weaker test based on 'objdump',
 
1157
+  # unless we find 'file', for example because we are cross-compiling.
 
1158
+  if ( file / ) >/dev/null 2>&1; then
 
1159
+    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
1160
+    lt_cv_file_magic_cmd='func_win32_libid'
 
1161
+  else
 
1162
+    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
 
1163
+    lt_cv_file_magic_cmd='$OBJDUMP -f'
 
1164
+  fi
 
1165
   ;;
 
1166
 
 
1167
 darwin* | rhapsody*)
 
1168
-  # this will be overwritten by pass_all, but leave it in just in case
 
1169
-  lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
 
1170
-  lt_cv_file_magic_cmd='/usr/bin/file -L'
 
1171
-  case "$host_os" in
 
1172
-  rhapsody* | darwin1.[[012]])
 
1173
-    lt_cv_file_magic_test_file=`/System/Library/Frameworks/System.framework/System`
 
1174
-    ;;
 
1175
-  *) # Darwin 1.3 on
 
1176
-    lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
 
1177
-    ;;
 
1178
-  esac
 
1179
   lt_cv_deplibs_check_method=pass_all
 
1180
   ;;
 
1181
 
 
1182
-freebsd* | kfreebsd*-gnu)
 
1183
+freebsd* | dragonfly*)
 
1184
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
 
1185
     case $host_cpu in
 
1186
     i*86 )
 
1187
       # Not sure whether the presence of OpenBSD here was a mistake.
 
1188
       # Let's accept both of them until this is cleared up.
 
1189
-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
 
1190
+      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
 
1191
       lt_cv_file_magic_cmd=/usr/bin/file
 
1192
       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
 
1193
       ;;
 
1194
@@ -8112,7 +8342,7 @@
 
1195
 
 
1196
 hpux10.20* | hpux11*)
 
1197
   lt_cv_file_magic_cmd=/usr/bin/file
 
1198
-  case "$host_cpu" in
 
1199
+  case $host_cpu in
 
1200
   ia64*)
 
1201
     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
 
1202
     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
 
1203
@@ -8128,43 +8358,27 @@
 
1204
   esac
 
1205
   ;;
 
1206
 
 
1207
+interix[[3-9]]*)
 
1208
+  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
 
1209
+  lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
 
1210
+  ;;
 
1211
+
 
1212
 irix5* | irix6* | nonstopux*)
 
1213
-  case $host_os in
 
1214
-  irix5* | nonstopux*)
 
1215
-    # this will be overridden with pass_all, but let us keep it just in case
 
1216
-    lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
 
1217
-    ;;
 
1218
-  *)
 
1219
-    case $LD in
 
1220
-    *-32|*"-32 ") libmagic=32-bit;;
 
1221
-    *-n32|*"-n32 ") libmagic=N32;;
 
1222
-    *-64|*"-64 ") libmagic=64-bit;;
 
1223
-    *) libmagic=never-match;;
 
1224
-    esac
 
1225
-    # this will be overridden with pass_all, but let us keep it just in case
 
1226
-    lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[[1234]] dynamic lib MIPS - version 1"
 
1227
-    ;;
 
1228
+  case $LD in
 
1229
+  *-32|*"-32 ") libmagic=32-bit;;
 
1230
+  *-n32|*"-n32 ") libmagic=N32;;
 
1231
+  *-64|*"-64 ") libmagic=64-bit;;
 
1232
+  *) libmagic=never-match;;
 
1233
   esac
 
1234
-  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
 
1235
   lt_cv_deplibs_check_method=pass_all
 
1236
   ;;
 
1237
 
 
1238
 # This must be Linux ELF.
 
1239
-linux*)
 
1240
-  case $host_cpu in
 
1241
-  alpha* | hppa* | i*86 | ia64* | m68* | mips* | powerpc* | sparc* | s390* | sh* | x86_64* )
 
1242
-    lt_cv_deplibs_check_method=pass_all ;;
 
1243
-  # the debian people say, arm and glibc 2.3.1 works for them with pass_all
 
1244
-  arm* )
 
1245
-    lt_cv_deplibs_check_method=pass_all ;;
 
1246
-  *)
 
1247
-    # glibc up to 2.1.1 does not perform some relocations on ARM
 
1248
-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
 
1249
-  esac
 
1250
-  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
 
1251
+linux* | k*bsd*-gnu)
 
1252
+  lt_cv_deplibs_check_method=pass_all
 
1253
   ;;
 
1254
 
 
1255
-netbsd*)
 
1256
+netbsd* | netbsdelf*-gnu)
 
1257
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
 
1258
     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
 
1259
   else
 
1260
@@ -8183,32 +8397,26 @@
 
1261
   ;;
 
1262
 
 
1263
 openbsd*)
 
1264
-  lt_cv_file_magic_cmd=/usr/bin/file
 
1265
-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
 
1266
   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
1267
-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
 
1268
+    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
 
1269
   else
 
1270
-    lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
 
1271
+    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
 
1272
   fi
 
1273
   ;;
 
1274
 
 
1275
 osf3* | osf4* | osf5*)
 
1276
-  # this will be overridden with pass_all, but let us keep it just in case
 
1277
-  lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
 
1278
-  lt_cv_file_magic_test_file=/shlib/libc.so
 
1279
   lt_cv_deplibs_check_method=pass_all
 
1280
   ;;
 
1281
 
 
1282
-sco3.2v5*)
 
1283
+rdos*)
 
1284
   lt_cv_deplibs_check_method=pass_all
 
1285
   ;;
 
1286
 
 
1287
 solaris*)
 
1288
   lt_cv_deplibs_check_method=pass_all
 
1289
-  lt_cv_file_magic_test_file=/lib/libc.so
 
1290
   ;;
 
1291
 
 
1292
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
1293
+sysv4 | sysv4.3*)
 
1294
   case $host_vendor in
 
1295
   motorola)
 
1296
     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
 
1297
@@ -8229,10 +8437,13 @@
 
1298
   siemens)
 
1299
     lt_cv_deplibs_check_method=pass_all
 
1300
     ;;
 
1301
+  pc)
 
1302
+    lt_cv_deplibs_check_method=pass_all
 
1303
+    ;;
 
1304
   esac
 
1305
   ;;
 
1306
 
 
1307
-sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
 
1308
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
1309
   lt_cv_deplibs_check_method=pass_all
 
1310
   ;;
 
1311
 esac
 
1312
@@ -8252,36 +8463,43 @@
 
1313
   # Let the user override the test.
 
1314
   lt_cv_path_NM="$NM"
 
1315
 else
 
1316
-  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
1317
-  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
 
1318
-    IFS="$lt_save_ifs"
 
1319
-    test -z "$ac_dir" && ac_dir=.
 
1320
-    tmp_nm="$ac_dir/${ac_tool_prefix}nm"
 
1321
-    if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
 
1322
-      # Check to see if the nm accepts a BSD-compat flag.
 
1323
-      # Adding the `sed 1q' prevents false positives on HP-UX, which says:
 
1324
-      #   nm: unknown option "B" ignored
 
1325
-      # Tru64's nm complains that /dev/null is an invalid object file
 
1326
-      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
 
1327
-      */dev/null* | *'Invalid file or object type'*)
 
1328
-       lt_cv_path_NM="$tmp_nm -B"
 
1329
-       break
 
1330
-        ;;
 
1331
-      *)
 
1332
-       case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
 
1333
-       */dev/null*)
 
1334
-         lt_cv_path_NM="$tmp_nm -p"
 
1335
+  lt_nm_to_check="${ac_tool_prefix}nm"
 
1336
+  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
 
1337
+    lt_nm_to_check="$lt_nm_to_check nm"
 
1338
+  fi
 
1339
+  for lt_tmp_nm in $lt_nm_to_check; do
 
1340
+    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
1341
+    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
 
1342
+      IFS="$lt_save_ifs"
 
1343
+      test -z "$ac_dir" && ac_dir=.
 
1344
+      tmp_nm="$ac_dir/$lt_tmp_nm"
 
1345
+      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
 
1346
+       # Check to see if the nm accepts a BSD-compat flag.
 
1347
+       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
 
1348
+       #   nm: unknown option "B" ignored
 
1349
+       # Tru64's nm complains that /dev/null is an invalid object file
 
1350
+       case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
 
1351
+       */dev/null* | *'Invalid file or object type'*)
 
1352
+         lt_cv_path_NM="$tmp_nm -B"
 
1353
          break
 
1354
          ;;
 
1355
        *)
 
1356
-         lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
 
1357
-         continue # so that we can try to find one that supports BSD flags
 
1358
+         case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
 
1359
+         */dev/null*)
 
1360
+           lt_cv_path_NM="$tmp_nm -p"
 
1361
+           break
 
1362
+           ;;
 
1363
+         *)
 
1364
+           lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
 
1365
+           continue # so that we can try to find one that supports BSD flags
 
1366
+           ;;
 
1367
+         esac
 
1368
          ;;
 
1369
        esac
 
1370
-      esac
 
1371
-    fi
 
1372
+      fi
 
1373
+    done
 
1374
+    IFS="$lt_save_ifs"
 
1375
   done
 
1376
-  IFS="$lt_save_ifs"
 
1377
   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
 
1378
 fi])
 
1379
 NM="$lt_cv_path_NM"
 
1380
@@ -8313,13 +8531,13 @@
 
1381
 # -----------------------------------
 
1382
 # sets LIBLTDL to the link flags for the libltdl convenience library and
 
1383
 # LTDLINCL to the include flags for the libltdl header and adds
 
1384
-# --enable-ltdl-convenience to the configure arguments.  Note that LIBLTDL
 
1385
-# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If
 
1386
-# DIRECTORY is not provided, it is assumed to be `libltdl'.  LIBLTDL will
 
1387
-# be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed with
 
1388
-# '${top_srcdir}/' (note the single quotes!).  If your package is not
 
1389
-# flat and you're not using automake, define top_builddir and
 
1390
-# top_srcdir appropriately in the Makefiles.
 
1391
+# --enable-ltdl-convenience to the configure arguments.  Note that
 
1392
+# AC_CONFIG_SUBDIRS is not called here.  If DIRECTORY is not provided,
 
1393
+# it is assumed to be `libltdl'.  LIBLTDL will be prefixed with
 
1394
+# '${top_builddir}/' and LTDLINCL will be prefixed with '${top_srcdir}/'
 
1395
+# (note the single quotes!).  If your package is not flat and you're not
 
1396
+# using automake, define top_builddir and top_srcdir appropriately in
 
1397
+# the Makefiles.
 
1398
 AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
 
1399
 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
1400
   case $enable_ltdl_convenience in
 
1401
@@ -8338,13 +8556,13 @@
 
1402
 # -----------------------------------
 
1403
 # sets LIBLTDL to the link flags for the libltdl installable library and
 
1404
 # LTDLINCL to the include flags for the libltdl header and adds
 
1405
-# --enable-ltdl-install to the configure arguments.  Note that LIBLTDL
 
1406
-# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If
 
1407
-# DIRECTORY is not provided and an installed libltdl is not found, it is
 
1408
-# assumed to be `libltdl'.  LIBLTDL will be prefixed with '${top_builddir}/'
 
1409
-# and LTDLINCL will be prefixed with '${top_srcdir}/' (note the single
 
1410
-# quotes!).  If your package is not flat and you're not using automake,
 
1411
-# define top_builddir and top_srcdir appropriately in the Makefiles.
 
1412
+# --enable-ltdl-install to the configure arguments.  Note that
 
1413
+# AC_CONFIG_SUBDIRS is not called here.  If DIRECTORY is not provided,
 
1414
+# and an installed libltdl is not found, it is assumed to be `libltdl'.
 
1415
+# LIBLTDL will be prefixed with '${top_builddir}/'# and LTDLINCL with
 
1416
+# '${top_srcdir}/' (note the single quotes!).  If your package is not
 
1417
+# flat and you're not using automake, define top_builddir and top_srcdir
 
1418
+# appropriately in the Makefiles.
 
1419
 # In the future, this macro may have to be called after AC_PROG_LIBTOOL.
 
1420
 AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
 
1421
 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
1422
@@ -8382,10 +8600,21 @@
 
1423
 # ---------------
 
1424
 AC_DEFUN([_LT_AC_LANG_CXX],
 
1425
 [AC_REQUIRE([AC_PROG_CXX])
 
1426
-AC_REQUIRE([AC_PROG_CXXCPP])
 
1427
+AC_REQUIRE([_LT_AC_PROG_CXXCPP])
 
1428
 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
 
1429
 ])# _LT_AC_LANG_CXX
 
1430
 
 
1431
+# _LT_AC_PROG_CXXCPP
 
1432
+# ------------------
 
1433
+AC_DEFUN([_LT_AC_PROG_CXXCPP],
 
1434
+[
 
1435
+AC_REQUIRE([AC_PROG_CXX])
 
1436
+if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
 
1437
+    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
 
1438
+    (test "X$CXX" != "Xg++"))) ; then
 
1439
+  AC_PROG_CXXCPP
 
1440
+fi
 
1441
+])# _LT_AC_PROG_CXXCPP
 
1442
 
 
1443
 # AC_LIBTOOL_F77
 
1444
 # --------------
 
1445
@@ -8425,7 +8654,7 @@
 
1446
 
 
1447
 
 
1448
 # AC_LIBTOOL_RC
 
1449
-# --------------
 
1450
+# -------------
 
1451
 # enable support for Windows resource files
 
1452
 AC_DEFUN([AC_LIBTOOL_RC],
 
1453
 [AC_REQUIRE([LT_AC_PROG_RC])
 
1454
@@ -8451,43 +8680,16 @@
 
1455
 _LT_AC_TAGVAR(objext, $1)=$objext
 
1456
 
 
1457
 # Code to be used in simple compile tests
 
1458
-lt_simple_compile_test_code="int some_variable = 0;\n"
 
1459
+lt_simple_compile_test_code="int some_variable = 0;"
 
1460
 
 
1461
 # Code to be used in simple link tests
 
1462
-lt_simple_link_test_code='int main(){return(0);}\n'
 
1463
+lt_simple_link_test_code='int main(){return(0);}'
 
1464
 
 
1465
 _LT_AC_SYS_COMPILER
 
1466
 
 
1467
-#
 
1468
-# Check for any special shared library compilation flags.
 
1469
-#
 
1470
-_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
 
1471
-if test "$GCC" = no; then
 
1472
-  case $host_os in
 
1473
-  sco3.2v5*)
 
1474
-    _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
 
1475
-    ;;
 
1476
-  esac
 
1477
-fi
 
1478
-if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
 
1479
-  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
 
1480
-  if echo "$old_CC $old_CFLAGS " | grep "[[    ]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[      ]]" >/dev/null; then :
 
1481
-  else
 
1482
-    AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
 
1483
-    _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
 
1484
-  fi
 
1485
-fi
 
1486
-
 
1487
-
 
1488
-#
 
1489
-# Check to make sure the static flag actually works.
 
1490
-#
 
1491
-AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
 
1492
-  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
 
1493
-  $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
 
1494
-  [],
 
1495
-  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
 
1496
-
 
1497
+# save warnings/boilerplate of simple test code
 
1498
+_LT_COMPILER_BOILERPLATE
 
1499
+_LT_LINKER_BOILERPLATE
 
1500
 
 
1501
 ## CAVEAT EMPTOR:
 
1502
 ## There is no encapsulation within the following macros, do not change
 
1503
@@ -8501,9 +8703,9 @@
 
1504
 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 
1505
 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 
1506
 AC_LIBTOOL_SYS_LIB_STRIP
 
1507
-AC_LIBTOOL_DLOPEN_SELF($1)
 
1508
+AC_LIBTOOL_DLOPEN_SELF
 
1509
 
 
1510
-# Report which librarie types wil actually be built
 
1511
+# Report which library types will actually be built
 
1512
 AC_MSG_CHECKING([if libtool supports shared libraries])
 
1513
 AC_MSG_RESULT([$can_build_shared])
 
1514
 
 
1515
@@ -8512,7 +8714,7 @@
 
1516
 
 
1517
 # On AIX, shared libraries and static libraries use the same namespace, and
 
1518
 # are all built from PIC.
 
1519
-case "$host_os" in
 
1520
+case $host_os in
 
1521
 aix3*)
 
1522
   test "$enable_shared" = yes && enable_static=no
 
1523
   if test -n "$RANLIB"; then
 
1524
@@ -8521,48 +8723,11 @@
 
1525
   fi
 
1526
   ;;
 
1527
 
 
1528
-aix4*)
 
1529
+aix4* | aix5*)
 
1530
   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
1531
     test "$enable_shared" = yes && enable_static=no
 
1532
   fi
 
1533
-  ;;
 
1534
-  darwin* | rhapsody*)
 
1535
-  if test "$GCC" = yes; then
 
1536
-    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
1537
-    case "$host_os" in
 
1538
-    rhapsody* | darwin1.[[012]])
 
1539
-      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
 
1540
-      ;;
 
1541
-    *) # Darwin 1.3 on
 
1542
-      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
1543
-       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
 
1544
-      else
 
1545
-       case ${MACOSX_DEPLOYMENT_TARGET} in
 
1546
-         10.[012])
 
1547
-           _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
 
1548
-           ;;
 
1549
-         10.*)
 
1550
-           _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
 
1551
-           ;;
 
1552
-       esac
 
1553
-      fi
 
1554
-      ;;
 
1555
-    esac
 
1556
-    output_verbose_link_cmd='echo'
 
1557
-    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
 
1558
-    _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
 
1559
-    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
 
1560
-    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag  -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
1561
-    _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
1562
-    _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
1563
-    _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
 
1564
-    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
1565
-    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
 
1566
-    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
1567
-  else
 
1568
-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
1569
-  fi  
 
1570
-    ;;  
 
1571
+    ;;
 
1572
 esac
 
1573
 AC_MSG_RESULT([$enable_shared])
 
1574
 
 
1575
@@ -8587,7 +8752,7 @@
 
1576
 AC_DEFUN([_LT_AC_LANG_CXX_CONFIG],
 
1577
 [AC_LANG_PUSH(C++)
 
1578
 AC_REQUIRE([AC_PROG_CXX])
 
1579
-AC_REQUIRE([AC_PROG_CXXCPP])
 
1580
+AC_REQUIRE([_LT_AC_PROG_CXXCPP])
 
1581
 
 
1582
 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
1583
 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
 
1584
@@ -8599,6 +8764,7 @@
 
1585
 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
1586
 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
1587
 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
 
1588
+_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
1589
 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
 
1590
 _LT_AC_TAGVAR(module_cmds, $1)=
 
1591
 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
 
1592
@@ -8616,21 +8782,25 @@
 
1593
 _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
 
1594
 
 
1595
 # Source file extension for C++ test sources.
 
1596
-ac_ext=cc
 
1597
+ac_ext=cpp
 
1598
 
 
1599
 # Object file extension for compiled C++ test sources.
 
1600
 objext=o
 
1601
 _LT_AC_TAGVAR(objext, $1)=$objext
 
1602
 
 
1603
 # Code to be used in simple compile tests
 
1604
-lt_simple_compile_test_code="int some_variable = 0;\n"
 
1605
+lt_simple_compile_test_code="int some_variable = 0;"
 
1606
 
 
1607
 # Code to be used in simple link tests
 
1608
-lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
 
1609
+lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
 
1610
 
 
1611
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
1612
 _LT_AC_SYS_COMPILER
 
1613
 
 
1614
+# save warnings/boilerplate of simple test code
 
1615
+_LT_COMPILER_BOILERPLATE
 
1616
+_LT_LINKER_BOILERPLATE
 
1617
+
 
1618
 # Allow CC to be a program name with arguments.
 
1619
 lt_save_CC=$CC
 
1620
 lt_save_LD=$LD
 
1621
@@ -8641,18 +8811,18 @@
 
1622
 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
 
1623
   lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
 
1624
 else
 
1625
-  unset lt_cv_prog_gnu_ld
 
1626
+  $as_unset lt_cv_prog_gnu_ld
 
1627
 fi
 
1628
 if test -n "${lt_cv_path_LDCXX+set}"; then
 
1629
   lt_cv_path_LD=$lt_cv_path_LDCXX
 
1630
 else
 
1631
-  unset lt_cv_path_LD
 
1632
+  $as_unset lt_cv_path_LD
 
1633
 fi
 
1634
 test -z "${LDCXX+set}" || LD=$LDCXX
 
1635
 CC=${CXX-"c++"}
 
1636
 compiler=$CC
 
1637
 _LT_AC_TAGVAR(compiler, $1)=$CC
 
1638
-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
 
1639
+_LT_CC_BASENAME([$compiler])
 
1640
 
 
1641
 # We don't want -fno-exception wen compiling C++ code, so set the
 
1642
 # no_builtin_flag separately
 
1643
@@ -8670,8 +8840,8 @@
 
1644
   # Check if GNU C++ uses GNU ld as the underlying linker, since the
 
1645
   # archiving commands below assume that GNU ld is being used.
 
1646
   if test "$with_gnu_ld" = yes; then
 
1647
-    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
 
1648
-    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
1649
+    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
1650
+    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
1651
 
 
1652
     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
 
1653
     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
1654
@@ -8697,7 +8867,7 @@
 
1655
     # linker, instead of GNU ld.  If possible, this setting should
 
1656
     # overridden to take advantage of the native linker features on
 
1657
     # the platform it is being used on.
 
1658
-    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $lib'
 
1659
+    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
1660
   fi
 
1661
 
 
1662
   # Commands to make compiler produce verbose output that lists
 
1663
@@ -8727,8 +8897,23 @@
 
1664
       exp_sym_flag='-Bexport'
 
1665
       no_entry_flag=""
 
1666
     else
 
1667
-      # KDE requires run time linking.  Make it the default.
 
1668
-      aix_use_runtimelinking=yes
 
1669
+      aix_use_runtimelinking=no
 
1670
+
 
1671
+      # Test if we are trying to use run time linking or normal
 
1672
+      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
1673
+      # need to do runtime linking.
 
1674
+      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
 
1675
+       for ld_flag in $LDFLAGS; do
 
1676
+         case $ld_flag in
 
1677
+         *-brtl*)
 
1678
+           aix_use_runtimelinking=yes
 
1679
+           break
 
1680
+           ;;
 
1681
+         esac
 
1682
+       done
 
1683
+       ;;
 
1684
+      esac
 
1685
+
 
1686
       exp_sym_flag='-bexport'
 
1687
       no_entry_flag='-bnoentry'
 
1688
     fi
 
1689
@@ -8745,7 +8930,7 @@
 
1690
     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
1691
 
 
1692
     if test "$GXX" = yes; then
 
1693
-      case $host_os in aix4.[012]|aix4.[012].*)
 
1694
+      case $host_os in aix4.[[012]]|aix4.[[012]].*)
 
1695
       # We only want to do this on AIX 4.2 and lower, the check
 
1696
       # below for broken collect2 doesn't work under 4.3+
 
1697
        collect2name=`${CC} -print-prog-name=collect2`
 
1698
@@ -8753,7 +8938,7 @@
 
1699
           strings "$collect2name" | grep resolve_lib_name >/dev/null
 
1700
        then
 
1701
          # We have reworked collect2
 
1702
-         _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
1703
+         :
 
1704
        else
 
1705
          # We have old collect2
 
1706
          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
 
1707
@@ -8764,8 +8949,12 @@
 
1708
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
1709
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
1710
        fi
 
1711
+       ;;
 
1712
       esac
 
1713
       shared_flag='-shared'
 
1714
+      if test "$aix_use_runtimelinking" = yes; then
 
1715
+       shared_flag="$shared_flag "'${wl}-G'
 
1716
+      fi
 
1717
     else
 
1718
       # not using gcc
 
1719
       if test "$host_cpu" = ia64; then
 
1720
@@ -8774,15 +8963,16 @@
 
1721
        shared_flag='-G'
 
1722
       else
 
1723
        if test "$aix_use_runtimelinking" = yes; then
 
1724
-         shared_flag='-qmkshrobj ${wl}-G'
 
1725
+         shared_flag='${wl}-G'
 
1726
        else
 
1727
-         shared_flag='-qmkshrobj'
 
1728
+         shared_flag='${wl}-bM:SRE'
 
1729
        fi
 
1730
       fi
 
1731
     fi
 
1732
 
 
1733
-    # Let the compiler handle the export list.
 
1734
-    _LT_AC_TAGVAR(always_export_symbols, $1)=no
 
1735
+    # It seems that -bexpall does not export symbols beginning with
 
1736
+    # underscore (_), so it is better to generate a list of symbols to export.
 
1737
+    _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
1738
     if test "$aix_use_runtimelinking" = yes; then
 
1739
       # Warning - without using the other runtime loading flags (-brtl),
 
1740
       # -berok will link without error, but may produce a broken library.
 
1741
@@ -8791,13 +8981,12 @@
 
1742
       _LT_AC_SYS_LIBPATH_AIX
 
1743
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
1744
 
 
1745
-      _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
 
1746
-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
1747
+      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
1748
      else
 
1749
       if test "$host_cpu" = ia64; then
 
1750
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 
1751
        _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
 
1752
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
 
1753
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
 
1754
       else
 
1755
        # Determine the default libpath from the value encoded in an empty executable.
 
1756
        _LT_AC_SYS_LIBPATH_AIX
 
1757
@@ -8806,16 +8995,26 @@
 
1758
        # -berok will link without error, but may produce a broken library.
 
1759
        _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
 
1760
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
 
1761
-       # -bexpall does not export symbols beginning with underscore (_)
 
1762
-       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
1763
        # Exported symbols can be pulled into shared objects from archives
 
1764
-       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
 
1765
+       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
 
1766
        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
1767
-       # This is similar to how AIX traditionally builds it's shared libraries.
 
1768
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 
1769
+       # This is similar to how AIX traditionally builds its shared libraries.
 
1770
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 
1771
       fi
 
1772
     fi
 
1773
     ;;
 
1774
+
 
1775
+  beos*)
 
1776
+    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
1777
+      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
1778
+      # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
1779
+      # support --undefined.  This deserves some investigation.  FIXME
 
1780
+      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
1781
+    else
 
1782
+      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
1783
+    fi
 
1784
+    ;;
 
1785
+
 
1786
   chorus*)
 
1787
     case $cc_basename in
 
1788
       *)
 
1789
@@ -8829,12 +9028,12 @@
 
1790
     # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
 
1791
     # as there is no search path for DLLs.
 
1792
     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
1793
-    _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
 
1794
+    _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
1795
     _LT_AC_TAGVAR(always_export_symbols, $1)=no
 
1796
     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
1797
 
 
1798
     if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
 
1799
-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
 
1800
+      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
1801
       # If the export-symbols file already is a .def file (1st line
 
1802
       # is EXPORTS), use it as is; otherwise, prepend...
 
1803
       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
1804
@@ -8843,70 +9042,81 @@
 
1805
        echo EXPORTS > $output_objdir/$soname.def;
 
1806
        cat $export_symbols >> $output_objdir/$soname.def;
 
1807
       fi~
 
1808
-      $CC -shared -nostdlib $output_objdir/$soname.def $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
 
1809
+      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
1810
     else
 
1811
       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
1812
     fi
 
1813
   ;;
 
1814
+      darwin* | rhapsody*)
 
1815
+        case $host_os in
 
1816
+        rhapsody* | darwin1.[[012]])
 
1817
+         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
 
1818
+         ;;
 
1819
+       *) # Darwin 1.3 on
 
1820
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
1821
+           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
1822
+         else
 
1823
+           case ${MACOSX_DEPLOYMENT_TARGET} in
 
1824
+             10.[[012]])
 
1825
+               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
1826
+               ;;
 
1827
+             10.*)
 
1828
+               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
 
1829
+               ;;
 
1830
+           esac
 
1831
+         fi
 
1832
+         ;;
 
1833
+        esac
 
1834
+      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
1835
+      _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
1836
+      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
 
1837
+      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
1838
+      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
 
1839
+      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
1840
 
 
1841
-  darwin* | rhapsody*)
 
1842
-  if test "$GXX" = yes; then
 
1843
-    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
1844
-    case "$host_os" in
 
1845
-    rhapsody* | darwin1.[[012]])
 
1846
-      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
 
1847
-      ;;
 
1848
-    *) # Darwin 1.3 on
 
1849
-      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
1850
-       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
 
1851
-      else
 
1852
-       case ${MACOSX_DEPLOYMENT_TARGET} in
 
1853
-         10.[012])
 
1854
-           _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
 
1855
-           ;;
 
1856
-         10.*)
 
1857
-           _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
 
1858
-           ;;
 
1859
-       esac
 
1860
+    if test "$GXX" = yes ; then
 
1861
+      lt_int_apple_cc_single_mod=no
 
1862
+      output_verbose_link_cmd='echo'
 
1863
+      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
 
1864
+       lt_int_apple_cc_single_mod=yes
 
1865
       fi
 
1866
-      ;;
 
1867
-    esac
 
1868
-    lt_int_apple_cc_single_mod=no
 
1869
-    output_verbose_link_cmd='echo'
 
1870
-    if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
 
1871
-      lt_int_apple_cc_single_mod=yes
 
1872
-    fi
 
1873
-    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
1874
-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
 
1875
-    else
 
1876
-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
 
1877
-    fi
 
1878
-    _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
 
1879
-
 
1880
-    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
 
1881
-    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
1882
-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
1883
-    else
 
1884
-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
1885
-    fi
 
1886
-    _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
1887
-    _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
1888
-    _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
 
1889
-    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
1890
-    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
 
1891
-    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
1892
-  else
 
1893
-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
1894
-  fi
 
1895
-    ;;
 
1896
+      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
1897
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
 
1898
+      else
 
1899
+          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
 
1900
+        fi
 
1901
+        _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
1902
+        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
1903
+          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
1904
+            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
1905
+          else
 
1906
+            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
1907
+          fi
 
1908
+            _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
1909
+      else
 
1910
+      case $cc_basename in
 
1911
+        xlc*)
 
1912
+         output_verbose_link_cmd='echo'
 
1913
+          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
 
1914
+          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
1915
+          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
1916
+          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
1917
+          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
1918
+          ;;
 
1919
+       *)
 
1920
+         _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
1921
+          ;;
 
1922
+      esac
 
1923
+      fi
 
1924
+        ;;
 
1925
 
 
1926
   dgux*)
 
1927
     case $cc_basename in
 
1928
-      ec++)
 
1929
+      ec++*)
 
1930
        # FIXME: insert proper C++ library support
 
1931
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
1932
        ;;
 
1933
-      ghcx)
 
1934
+      ghcx*)
 
1935
        # Green Hills C++ Compiler
 
1936
        # FIXME: insert proper C++ library support
 
1937
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
1938
@@ -8917,14 +9127,14 @@
 
1939
        ;;
 
1940
     esac
 
1941
     ;;
 
1942
-  freebsd[12]*)
 
1943
+  freebsd[[12]]*)
 
1944
     # C++ shared libraries reported to be fairly broken before switch to ELF
 
1945
     _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
1946
     ;;
 
1947
   freebsd-elf*)
 
1948
     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
1949
     ;;
 
1950
-  freebsd* | kfreebsd*-gnu)
 
1951
+  freebsd* | dragonfly*)
 
1952
     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
 
1953
     # conventions
 
1954
     _LT_AC_TAGVAR(ld_shlibs, $1)=yes
 
1955
@@ -8941,12 +9151,12 @@
 
1956
                                # location of the library.
 
1957
 
 
1958
     case $cc_basename in
 
1959
-    CC)
 
1960
+    CC*)
 
1961
       # FIXME: insert proper C++ library support
 
1962
       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
1963
       ;;
 
1964
-    aCC)
 
1965
-      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
1966
+    aCC*)
 
1967
+      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
1968
       # Commands to make compiler produce verbose output that lists
 
1969
       # what "hidden" libraries, object files and flags are used when
 
1970
       # linking a shared library.
 
1971
@@ -8955,11 +9165,11 @@
 
1972
       # explicitly linking system object files so we need to strip them
 
1973
       # from the output so that they don't get included in the library
 
1974
       # dependencies.
 
1975
-      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 
1976
+      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 
1977
       ;;
 
1978
     *)
 
1979
       if test "$GXX" = yes; then
 
1980
-        _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
1981
+        _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
1982
       else
 
1983
         # FIXME: insert proper C++ library support
 
1984
         _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
1985
@@ -8969,33 +9179,20 @@
 
1986
     ;;
 
1987
   hpux10*|hpux11*)
 
1988
     if test $with_gnu_ld = no; then
 
1989
-      case "$host_cpu" in
 
1990
-      hppa*64*)
 
1991
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
1992
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
 
1993
-       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
1994
-        ;;
 
1995
-      ia64*)
 
1996
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
1997
-        ;;
 
1998
+      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
1999
+      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2000
+
 
2001
+      case $host_cpu in
 
2002
+      hppa*64*|ia64*) ;;
 
2003
       *)
 
2004
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
2005
-       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2006
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
2007
         ;;
 
2008
       esac
 
2009
     fi
 
2010
-    case "$host_cpu" in
 
2011
-    hppa*64*)
 
2012
-      _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
2013
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2014
-      ;;
 
2015
-    ia64*)
 
2016
+    case $host_cpu in
 
2017
+    hppa*64*|ia64*)
 
2018
       _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
2019
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2020
-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
 
2021
-                                             # but as the default
 
2022
-                                             # location of the library.
 
2023
       ;;
 
2024
     *)
 
2025
       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2026
@@ -9006,17 +9203,20 @@
 
2027
     esac
 
2028
 
 
2029
     case $cc_basename in
 
2030
-      CC)
 
2031
+      CC*)
 
2032
        # FIXME: insert proper C++ library support
 
2033
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2034
        ;;
 
2035
-      aCC)
 
2036
-       case "$host_cpu" in
 
2037
-       hppa*64*|ia64*)
 
2038
-         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
 
2039
+      aCC*)
 
2040
+       case $host_cpu in
 
2041
+       hppa*64*)
 
2042
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
2043
+         ;;
 
2044
+       ia64*)
 
2045
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
2046
          ;;
 
2047
        *)
 
2048
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
 
2049
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
2050
          ;;
 
2051
        esac
 
2052
        # Commands to make compiler produce verbose output that lists
 
2053
@@ -9032,12 +9232,15 @@
 
2054
       *)
 
2055
        if test "$GXX" = yes; then
 
2056
          if test $with_gnu_ld = no; then
 
2057
-           case "$host_cpu" in
 
2058
-           ia64*|hppa*64*)
 
2059
-             _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
 
2060
+           case $host_cpu in
 
2061
+           hppa*64*)
 
2062
+             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
2063
+             ;;
 
2064
+           ia64*)
 
2065
+             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
2066
              ;;
 
2067
            *)
 
2068
-             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
 
2069
+             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
2070
              ;;
 
2071
            esac
 
2072
          fi
 
2073
@@ -9048,11 +9251,25 @@
 
2074
        ;;
 
2075
     esac
 
2076
     ;;
 
2077
+  interix[[3-9]]*)
 
2078
+    _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
2079
+    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2080
+    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
2081
+    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
2082
+    # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
2083
+    # Instead, shared libraries are loaded at an image base (0x10000000 by
 
2084
+    # default) and relocated if they conflict, which is a slow very memory
 
2085
+    # consuming and fragmenting process.  To avoid this, we pick a random,
 
2086
+    # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
2087
+    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
2088
+    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
 
2089
+    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
 
2090
+    ;;
 
2091
   irix5* | irix6*)
 
2092
     case $cc_basename in
 
2093
-      CC)
 
2094
+      CC*)
 
2095
        # SGI C++
 
2096
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
 
2097
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
2098
 
 
2099
        # Archives containing C++ object files must be created using
 
2100
        # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
 
2101
@@ -9063,9 +9280,9 @@
 
2102
       *)
 
2103
        if test "$GXX" = yes; then
 
2104
          if test "$with_gnu_ld" = no; then
 
2105
-           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
 
2106
+           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
2107
          else
 
2108
-           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
 
2109
+           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
 
2110
          fi
 
2111
        fi
 
2112
        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
2113
@@ -9074,16 +9291,16 @@
 
2114
     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
2115
     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2116
     ;;
 
2117
-  linux*)
 
2118
+  linux* | k*bsd*-gnu)
 
2119
     case $cc_basename in
 
2120
-      KCC)
 
2121
+      KCC*)
 
2122
        # Kuck and Associates, Inc. (KAI) C++ Compiler
 
2123
 
 
2124
        # KCC will only create a shared library if the output file
 
2125
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
2126
        # to its proper name (with version) after linking.
 
2127
-       _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
 
2128
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
 
2129
+       _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
 
2130
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
 
2131
        # Commands to make compiler produce verbose output that lists
 
2132
        # what "hidden" libraries, object files and flags are used when
 
2133
        # linking a shared library.
 
2134
@@ -9101,20 +9318,44 @@
 
2135
        # "CC -Bstatic", where "CC" is the KAI C++ compiler.
 
2136
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
 
2137
        ;;
 
2138
-      icpc)
 
2139
+      icpc*)
 
2140
        # Intel C++
 
2141
        with_gnu_ld=yes
 
2142
+       # version 8.0 and above of icpc choke on multiply defined symbols
 
2143
+       # if we add $predep_objects and $postdep_objects, however 7.1 and
 
2144
+       # earlier do not add the objects themselves.
 
2145
+       case `$CC -V 2>&1` in
 
2146
+       *"Version 7."*)
 
2147
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
2148
+         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
2149
+         ;;
 
2150
+       *)  # Version 8.0 or newer
 
2151
+         tmp_idyn=
 
2152
+         case $host_cpu in
 
2153
+           ia64*) tmp_idyn=' -i_dynamic';;
 
2154
+         esac
 
2155
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
2156
+         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
2157
+         ;;
 
2158
+       esac
 
2159
        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
2160
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
 
2161
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
2162
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
2163
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
2164
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 
2165
        ;;
 
2166
-      cxx)
 
2167
+      pgCC*)
 
2168
+        # Portland Group C++ compiler
 
2169
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
 
2170
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
 
2171
+
 
2172
+       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
 
2173
+       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
2174
+       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
2175
+        ;;
 
2176
+      cxx*)
 
2177
        # Compaq C++
 
2178
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
 
2179
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
 
2180
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
2181
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
 
2182
 
 
2183
        runpath_var=LD_RUN_PATH
 
2184
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
2185
@@ -9130,6 +9371,29 @@
 
2186
        # dependencies.
 
2187
        output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 
2188
        ;;
 
2189
+      *)
 
2190
+       case `$CC -V 2>&1 | sed 5q` in
 
2191
+       *Sun\ C*)
 
2192
+         # Sun C++ 5.9
 
2193
+         _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
 
2194
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
2195
+         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
 
2196
+         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
2197
+         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
2198
+
 
2199
+         # Not sure whether something based on
 
2200
+         # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
 
2201
+         # would be better.
 
2202
+         output_verbose_link_cmd='echo'
 
2203
+
 
2204
+         # Archives containing C++ object files must be created using
 
2205
+         # "CC -xar", where "CC" is the Sun C++ compiler.  This is
 
2206
+         # necessary to make sure instantiated templates are included
 
2207
+         # in the archive.
 
2208
+         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
 
2209
+         ;;
 
2210
+       esac
 
2211
+       ;;
 
2212
     esac
 
2213
     ;;
 
2214
   lynxos*)
 
2215
@@ -9142,7 +9406,7 @@
 
2216
     ;;
 
2217
   mvs*)
 
2218
     case $cc_basename in
 
2219
-      cxx)
 
2220
+      cxx*)
 
2221
        # FIXME: insert proper C++ library support
 
2222
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2223
        ;;
 
2224
@@ -9152,7 +9416,7 @@
 
2225
        ;;
 
2226
     esac
 
2227
     ;;
 
2228
-  netbsd*)
 
2229
+  netbsd* | netbsdelf*-gnu)
 
2230
     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
2231
       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
 
2232
       wlarc=
 
2233
@@ -9163,15 +9427,35 @@
 
2234
     # Workaround some broken pre-1.5 toolchains
 
2235
     output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
 
2236
     ;;
 
2237
+  openbsd2*)
 
2238
+    # C++ shared libraries are fairly broken
 
2239
+    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2240
+    ;;
 
2241
+  openbsd*)
 
2242
+    if test -f /usr/libexec/ld.so; then
 
2243
+      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2244
+      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2245
+      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
2246
+      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
2247
+      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
2248
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
 
2249
+       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
2250
+       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
2251
+      fi
 
2252
+      output_verbose_link_cmd='echo'
 
2253
+    else
 
2254
+      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2255
+    fi
 
2256
+    ;;
 
2257
   osf3*)
 
2258
     case $cc_basename in
 
2259
-      KCC)
 
2260
+      KCC*)
 
2261
        # Kuck and Associates, Inc. (KAI) C++ Compiler
 
2262
 
 
2263
        # KCC will only create a shared library if the output file
 
2264
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
2265
        # to its proper name (with version) after linking.
 
2266
-       _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
 
2267
+       _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
 
2268
 
 
2269
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
2270
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2271
@@ -9181,14 +9465,14 @@
 
2272
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
 
2273
 
 
2274
        ;;
 
2275
-      RCC)
 
2276
+      RCC*)
 
2277
        # Rational C++ 2.4.1
 
2278
        # FIXME: insert proper C++ library support
 
2279
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2280
        ;;
 
2281
-      cxx)
 
2282
+      cxx*)
 
2283
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
2284
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
 
2285
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
2286
 
 
2287
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
2288
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2289
@@ -9206,7 +9490,7 @@
 
2290
       *)
 
2291
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
2292
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
2293
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
 
2294
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
2295
 
 
2296
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
2297
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2298
@@ -9225,13 +9509,13 @@
 
2299
     ;;
 
2300
   osf4* | osf5*)
 
2301
     case $cc_basename in
 
2302
-      KCC)
 
2303
+      KCC*)
 
2304
        # Kuck and Associates, Inc. (KAI) C++ Compiler
 
2305
 
 
2306
        # KCC will only create a shared library if the output file
 
2307
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
2308
        # to its proper name (with version) after linking.
 
2309
-       _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
 
2310
+       _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
 
2311
 
 
2312
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
2313
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2314
@@ -9240,17 +9524,17 @@
 
2315
        # the KAI C++ compiler.
 
2316
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
 
2317
        ;;
 
2318
-      RCC)
 
2319
+      RCC*)
 
2320
        # Rational C++ 2.4.1
 
2321
        # FIXME: insert proper C++ library support
 
2322
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2323
        ;;
 
2324
-      cxx)
 
2325
+      cxx*)
 
2326
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
2327
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
 
2328
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
2329
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
 
2330
          echo "-hidden">> $lib.exp~
 
2331
-         $CC -shared$allow_undefined_flag $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~
 
2332
+         $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~
 
2333
          $rm $lib.exp'
 
2334
 
 
2335
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
2336
@@ -9269,7 +9553,7 @@
 
2337
       *)
 
2338
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
2339
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
2340
-        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
 
2341
+        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
2342
 
 
2343
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
2344
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2345
@@ -9290,27 +9574,14 @@
 
2346
     # FIXME: insert proper C++ library support
 
2347
     _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2348
     ;;
 
2349
-  sco*)
 
2350
-    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
2351
-    case $cc_basename in
 
2352
-      CC)
 
2353
-       # FIXME: insert proper C++ library support
 
2354
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2355
-       ;;
 
2356
-      *)
 
2357
-       # FIXME: insert proper C++ library support
 
2358
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2359
-       ;;
 
2360
-    esac
 
2361
-    ;;
 
2362
   sunos4*)
 
2363
     case $cc_basename in
 
2364
-      CC)
 
2365
+      CC*)
 
2366
        # Sun C++ 4.x
 
2367
        # FIXME: insert proper C++ library support
 
2368
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2369
        ;;
 
2370
-      lcc)
 
2371
+      lcc*)
 
2372
        # Lucid
 
2373
        # FIXME: insert proper C++ library support
 
2374
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2375
@@ -9323,36 +9594,28 @@
 
2376
     ;;
 
2377
   solaris*)
 
2378
     case $cc_basename in
 
2379
-      CC)
 
2380
+      CC*)
 
2381
        # Sun C++ 4.2, 5.x and Centerline C++
 
2382
+        _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
 
2383
        _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
 
2384
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
 
2385
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
2386
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
2387
-       $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
 
2388
+       $CC -G${allow_undefined_flag}  ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
 
2389
 
 
2390
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
2391
        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2392
        case $host_os in
 
2393
-         solaris2.[0-5] | solaris2.[0-5].*) ;;
 
2394
+         solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
2395
          *)
 
2396
-           # The C++ compiler is used as linker so we must use $wl
 
2397
-           # flag to pass the commands to the underlying system
 
2398
-           # linker.
 
2399
+           # The compiler driver will combine and reorder linker options,
 
2400
+           # but understands `-z linker_flag'.
 
2401
            # Supported since Solaris 2.6 (maybe 2.5.1?)
 
2402
-           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
2403
+           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
 
2404
            ;;
 
2405
        esac
 
2406
        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
2407
 
 
2408
-       # Commands to make compiler produce verbose output that lists
 
2409
-       # what "hidden" libraries, object files and flags are used when
 
2410
-       # linking a shared library.
 
2411
-       #
 
2412
-       # There doesn't appear to be a way to prevent this compiler from
 
2413
-       # explicitly linking system object files so we need to strip them
 
2414
-       # from the output so that they don't get included in the library
 
2415
-       # dependencies.
 
2416
-       output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 
2417
+       output_verbose_link_cmd='echo'
 
2418
 
 
2419
        # Archives containing C++ object files must be created using
 
2420
        # "CC -xar", where "CC" is the Sun C++ compiler.  This is
 
2421
@@ -9360,9 +9623,9 @@
 
2422
        # in the archive.
 
2423
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
 
2424
        ;;
 
2425
-      gcx)
 
2426
+      gcx*)
 
2427
        # Green Hills C++ Compiler
 
2428
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
 
2429
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
2430
 
 
2431
        # The C++ compiler must be used to create the archive.
 
2432
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
 
2433
@@ -9372,9 +9635,9 @@
 
2434
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
2435
          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
 
2436
          if $CC --version | grep -v '^2\.7' > /dev/null; then
 
2437
-           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
 
2438
+           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
2439
            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
2440
-               $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
 
2441
+               $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
 
2442
 
 
2443
            # Commands to make compiler produce verbose output that lists
 
2444
            # what "hidden" libraries, object files and flags are used when
 
2445
@@ -9383,9 +9646,9 @@
 
2446
          else
 
2447
            # g++ 2.7 appears to require `-G' NOT `-shared' on this
 
2448
            # platform.
 
2449
-           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
 
2450
+           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
2451
            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
2452
-               $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
 
2453
+               $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
 
2454
 
 
2455
            # Commands to make compiler produce verbose output that lists
 
2456
            # what "hidden" libraries, object files and flags are used when
 
2457
@@ -9394,16 +9657,73 @@
 
2458
          fi
 
2459
 
 
2460
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
 
2461
+         case $host_os in
 
2462
+         solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
2463
+         *)
 
2464
+           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
2465
+           ;;
 
2466
+         esac
 
2467
        fi
 
2468
        ;;
 
2469
     esac
 
2470
     ;;
 
2471
-  sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
 
2472
+  sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
 
2473
+    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
2474
     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
2475
+    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2476
+    runpath_var='LD_RUN_PATH'
 
2477
+
 
2478
+    case $cc_basename in
 
2479
+      CC*)
 
2480
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
2481
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
2482
+       ;;
 
2483
+      *)
 
2484
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
2485
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
2486
+       ;;
 
2487
+    esac
 
2488
+    ;;
 
2489
+  sysv5* | sco3.2v5* | sco5v6*)
 
2490
+    # Note: We can NOT use -z defs as we might desire, because we do not
 
2491
+    # link with -lc, and that would cause any symbols used from libc to
 
2492
+    # always be unresolved, which means just about no library would
 
2493
+    # ever link correctly.  If we're not using GNU ld we use -z text
 
2494
+    # though, which does catch some bad symbols but isn't as heavy-handed
 
2495
+    # as -z defs.
 
2496
+    # For security reasons, it is highly recommended that you always
 
2497
+    # use absolute paths for naming shared libraries, and exclude the
 
2498
+    # DT_RUNPATH tag from executables and libraries.  But doing so
 
2499
+    # requires that you compile everything twice, which is a pain.
 
2500
+    # So that behaviour is only enabled if SCOABSPATH is set to a
 
2501
+    # non-empty value in the environment.  Most likely only useful for
 
2502
+    # creating official distributions of packages.
 
2503
+    # This is a hack until libtool officially supports absolute path
 
2504
+    # names for shared libraries.
 
2505
+    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
2506
+    _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
 
2507
+    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
2508
+    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2509
+    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
 
2510
+    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
 
2511
+    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
2512
+    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
 
2513
+    runpath_var='LD_RUN_PATH'
 
2514
+
 
2515
+    case $cc_basename in
 
2516
+      CC*)
 
2517
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
2518
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
2519
+       ;;
 
2520
+      *)
 
2521
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
2522
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
2523
+       ;;
 
2524
+    esac
 
2525
     ;;
 
2526
   tandem*)
 
2527
     case $cc_basename in
 
2528
-      NCC)
 
2529
+      NCC*)
 
2530
        # NonStop-UX NCC 3.20
 
2531
        # FIXME: insert proper C++ library support
 
2532
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2533
@@ -9440,8 +9760,6 @@
 
2534
 AC_LIBTOOL_PROG_LD_SHLIBS($1)
 
2535
 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 
2536
 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 
2537
-AC_LIBTOOL_SYS_LIB_STRIP
 
2538
-AC_LIBTOOL_DLOPEN_SELF($1)
 
2539
 
 
2540
 AC_LIBTOOL_CONFIG($1)
 
2541
 
 
2542
@@ -9459,7 +9777,7 @@
 
2543
 ])# AC_LIBTOOL_LANG_CXX_CONFIG
 
2544
 
 
2545
 # AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME])
 
2546
-# ------------------------
 
2547
+# ------------------------------------
 
2548
 # Figure out "hidden" library dependencies from verbose
 
2549
 # compiler output when linking a shared library.
 
2550
 # Parse the compiler output and extract the necessary
 
2551
@@ -9513,7 +9831,7 @@
 
2552
   # The `*' in the case matches for architectures that use `case' in
 
2553
   # $output_verbose_cmd can trigger glob expansion during the loop
 
2554
   # eval without this substitution.
 
2555
-  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
 
2556
+  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
 
2557
 
 
2558
   for p in `eval $output_verbose_link_cmd`; do
 
2559
     case $p in
 
2560
@@ -9553,7 +9871,7 @@
 
2561
        fi
 
2562
        ;;
 
2563
 
 
2564
-    *.$objext|*.$libext)
 
2565
+    *.$objext)
 
2566
        # This assumes that the test object file only shows up
 
2567
        # once in the compiler output.
 
2568
        if test "$p" = "conftest.$objext"; then
 
2569
@@ -9589,13 +9907,70 @@
 
2570
 
 
2571
 $rm -f confest.$objext
 
2572
 
 
2573
+# PORTME: override above test on systems where it is broken
 
2574
+ifelse([$1],[CXX],
 
2575
+[case $host_os in
 
2576
+interix[[3-9]]*)
 
2577
+  # Interix 3.5 installs completely hosed .la files for C++, so rather than
 
2578
+  # hack all around it, let's just trust "g++" to DTRT.
 
2579
+  _LT_AC_TAGVAR(predep_objects,$1)=
 
2580
+  _LT_AC_TAGVAR(postdep_objects,$1)=
 
2581
+  _LT_AC_TAGVAR(postdeps,$1)=
 
2582
+  ;;
 
2583
+
 
2584
+linux*)
 
2585
+  case `$CC -V 2>&1 | sed 5q` in
 
2586
+  *Sun\ C*)
 
2587
+    # Sun C++ 5.9
 
2588
+    #
 
2589
+    # The more standards-conforming stlport4 library is
 
2590
+    # incompatible with the Cstd library. Avoid specifying
 
2591
+    # it if it's in CXXFLAGS. Ignore libCrun as
 
2592
+    # -library=stlport4 depends on it.
 
2593
+    case " $CXX $CXXFLAGS " in
 
2594
+    *" -library=stlport4 "*)
 
2595
+      solaris_use_stlport4=yes
 
2596
+      ;;
 
2597
+    esac
 
2598
+    if test "$solaris_use_stlport4" != yes; then
 
2599
+      _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
 
2600
+    fi
 
2601
+    ;;
 
2602
+  esac
 
2603
+  ;;
 
2604
+
 
2605
+solaris*)
 
2606
+  case $cc_basename in
 
2607
+  CC*)
 
2608
+    # The more standards-conforming stlport4 library is
 
2609
+    # incompatible with the Cstd library. Avoid specifying
 
2610
+    # it if it's in CXXFLAGS. Ignore libCrun as
 
2611
+    # -library=stlport4 depends on it.
 
2612
+    case " $CXX $CXXFLAGS " in
 
2613
+    *" -library=stlport4 "*)
 
2614
+      solaris_use_stlport4=yes
 
2615
+      ;;
 
2616
+    esac
 
2617
+
 
2618
+    # Adding this requires a known-good setup of shared libraries for
 
2619
+    # Sun compiler versions before 5.6, else PIC objects from an old
 
2620
+    # archive will be linked into the output, leading to subtle bugs.
 
2621
+    if test "$solaris_use_stlport4" != yes; then
 
2622
+      _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
 
2623
+    fi
 
2624
+    ;;
 
2625
+  esac
 
2626
+  ;;
 
2627
+esac
 
2628
+])
 
2629
+
 
2630
 case " $_LT_AC_TAGVAR(postdeps, $1) " in
 
2631
 *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
 
2632
 esac
 
2633
 ])# AC_LIBTOOL_POSTDEP_PREDEP
 
2634
 
 
2635
 # AC_LIBTOOL_LANG_F77_CONFIG
 
2636
-# ------------------------
 
2637
+# --------------------------
 
2638
 # Ensure that the configuration vars for the C compiler are
 
2639
 # suitably defined.  Those variables are subsequently used by
 
2640
 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
 
2641
@@ -9631,20 +10006,31 @@
 
2642
 _LT_AC_TAGVAR(objext, $1)=$objext
 
2643
 
 
2644
 # Code to be used in simple compile tests
 
2645
-lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
 
2646
+lt_simple_compile_test_code="\
 
2647
+      subroutine t
 
2648
+      return
 
2649
+      end
 
2650
+"
 
2651
 
 
2652
 # Code to be used in simple link tests
 
2653
-lt_simple_link_test_code="      program t\n      end\n"
 
2654
+lt_simple_link_test_code="\
 
2655
+      program t
 
2656
+      end
 
2657
+"
 
2658
 
 
2659
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
2660
 _LT_AC_SYS_COMPILER
 
2661
 
 
2662
+# save warnings/boilerplate of simple test code
 
2663
+_LT_COMPILER_BOILERPLATE
 
2664
+_LT_LINKER_BOILERPLATE
 
2665
+
 
2666
 # Allow CC to be a program name with arguments.
 
2667
 lt_save_CC="$CC"
 
2668
 CC=${F77-"f77"}
 
2669
 compiler=$CC
 
2670
 _LT_AC_TAGVAR(compiler, $1)=$CC
 
2671
-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
 
2672
+_LT_CC_BASENAME([$compiler])
 
2673
 
 
2674
 AC_MSG_CHECKING([if libtool supports shared libraries])
 
2675
 AC_MSG_RESULT([$can_build_shared])
 
2676
@@ -9654,7 +10040,7 @@
 
2677
 
 
2678
 # On AIX, shared libraries and static libraries use the same namespace, and
 
2679
 # are all built from PIC.
 
2680
-case "$host_os" in
 
2681
+case $host_os in
 
2682
 aix3*)
 
2683
   test "$enable_shared" = yes && enable_static=no
 
2684
   if test -n "$RANLIB"; then
 
2685
@@ -9662,8 +10048,10 @@
 
2686
     postinstall_cmds='$RANLIB $lib'
 
2687
   fi
 
2688
   ;;
 
2689
-aix4*)
 
2690
-  test "$enable_shared" = yes && enable_static=no
 
2691
+aix4* | aix5*)
 
2692
+  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
2693
+    test "$enable_shared" = yes && enable_static=no
 
2694
+  fi
 
2695
   ;;
 
2696
 esac
 
2697
 AC_MSG_RESULT([$enable_shared])
 
2698
@@ -9673,8 +10061,6 @@
 
2699
 test "$enable_shared" = yes || enable_static=yes
 
2700
 AC_MSG_RESULT([$enable_static])
 
2701
 
 
2702
-test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
2703
-
 
2704
 _LT_AC_TAGVAR(GCC, $1)="$G77"
 
2705
 _LT_AC_TAGVAR(LD, $1)="$LD"
 
2706
 
 
2707
@@ -9684,8 +10070,6 @@
 
2708
 AC_LIBTOOL_PROG_LD_SHLIBS($1)
 
2709
 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 
2710
 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 
2711
-AC_LIBTOOL_SYS_LIB_STRIP
 
2712
-
 
2713
 
 
2714
 AC_LIBTOOL_CONFIG($1)
 
2715
 
 
2716
@@ -9711,23 +10095,30 @@
 
2717
 _LT_AC_TAGVAR(objext, $1)=$objext
 
2718
 
 
2719
 # Code to be used in simple compile tests
 
2720
-lt_simple_compile_test_code="class foo {}\n"
 
2721
+lt_simple_compile_test_code="class foo {}"
 
2722
 
 
2723
 # Code to be used in simple link tests
 
2724
-lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
 
2725
+lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
 
2726
 
 
2727
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
2728
 _LT_AC_SYS_COMPILER
 
2729
 
 
2730
+# save warnings/boilerplate of simple test code
 
2731
+_LT_COMPILER_BOILERPLATE
 
2732
+_LT_LINKER_BOILERPLATE
 
2733
+
 
2734
 # Allow CC to be a program name with arguments.
 
2735
 lt_save_CC="$CC"
 
2736
 CC=${GCJ-"gcj"}
 
2737
 compiler=$CC
 
2738
 _LT_AC_TAGVAR(compiler, $1)=$CC
 
2739
+_LT_CC_BASENAME([$compiler])
 
2740
 
 
2741
 # GCJ did not exist at the time GCC didn't implicitly link libc in.
 
2742
 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
2743
 
 
2744
+_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
2745
+
 
2746
 ## CAVEAT EMPTOR:
 
2747
 ## There is no encapsulation within the following macros, do not change
 
2748
 ## the running order or otherwise move them around unless you know exactly
 
2749
@@ -9739,8 +10130,6 @@
 
2750
 AC_LIBTOOL_PROG_LD_SHLIBS($1)
 
2751
 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 
2752
 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 
2753
-AC_LIBTOOL_SYS_LIB_STRIP
 
2754
-AC_LIBTOOL_DLOPEN_SELF($1)
 
2755
 
 
2756
 AC_LIBTOOL_CONFIG($1)
 
2757
 
 
2758
@@ -9750,7 +10139,7 @@
 
2759
 
 
2760
 
 
2761
 # AC_LIBTOOL_LANG_RC_CONFIG
 
2762
-# --------------------------
 
2763
+# -------------------------
 
2764
 # Ensure that the configuration vars for the Windows resource compiler are
 
2765
 # suitably defined.  Those variables are subsequently used by
 
2766
 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
 
2767
@@ -9766,7 +10155,7 @@
 
2768
 _LT_AC_TAGVAR(objext, $1)=$objext
 
2769
 
 
2770
 # Code to be used in simple compile tests
 
2771
-lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
 
2772
+lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
 
2773
 
 
2774
 # Code to be used in simple link tests
 
2775
 lt_simple_link_test_code="$lt_simple_compile_test_code"
 
2776
@@ -9774,11 +10163,16 @@
 
2777
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
2778
 _LT_AC_SYS_COMPILER
 
2779
 
 
2780
+# save warnings/boilerplate of simple test code
 
2781
+_LT_COMPILER_BOILERPLATE
 
2782
+_LT_LINKER_BOILERPLATE
 
2783
+
 
2784
 # Allow CC to be a program name with arguments.
 
2785
 lt_save_CC="$CC"
 
2786
 CC=${RC-"windres"}
 
2787
 compiler=$CC
 
2788
 _LT_AC_TAGVAR(compiler, $1)=$CC
 
2789
+_LT_CC_BASENAME([$compiler])
 
2790
 _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
 
2791
 
 
2792
 AC_LIBTOOL_CONFIG($1)
 
2793
@@ -9804,11 +10198,12 @@
 
2794
   # without removal of \ escapes.
 
2795
   if test -n "${ZSH_VERSION+set}" ; then
 
2796
     setopt NO_GLOB_SUBST
 
2797
-  fi  
 
2798
+  fi
 
2799
   # Now quote all the things that may contain metacharacters while being
 
2800
   # careful not to overquote the AC_SUBSTed values.  We take copies of the
 
2801
   # variables and quote the copies for generation of the libtool script.
 
2802
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
 
2803
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
 
2804
+    SED SHELL STRIP \
 
2805
     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
 
2806
     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
 
2807
     deplibs_check_method reload_flag reload_cmds need_locks \
 
2808
@@ -9849,6 +10244,7 @@
 
2809
     _LT_AC_TAGVAR(module_cmds, $1) \
 
2810
     _LT_AC_TAGVAR(module_expsym_cmds, $1) \
 
2811
     _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
 
2812
+    _LT_AC_TAGVAR(fix_srcfile_path, $1) \
 
2813
     _LT_AC_TAGVAR(exclude_expsyms, $1) \
 
2814
     _LT_AC_TAGVAR(include_expsyms, $1); do
 
2815
 
 
2816
@@ -9858,7 +10254,7 @@
 
2817
     _LT_AC_TAGVAR(archive_cmds, $1) | \
 
2818
     _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
 
2819
     _LT_AC_TAGVAR(module_cmds, $1) | \
 
2820
-    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \   
 
2821
+    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
 
2822
     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
 
2823
     _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
 
2824
     extract_expsyms_cmds | reload_cmds | finish_cmds | \
 
2825
@@ -9895,7 +10291,7 @@
 
2826
 # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
 
2827
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 
2828
 #
 
2829
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
 
2830
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
 
2831
 # Free Software Foundation, Inc.
 
2832
 #
 
2833
 # This file is part of GNU Libtool:
 
2834
@@ -9924,11 +10320,11 @@
 
2835
 SED=$lt_SED
 
2836
 
 
2837
 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
 
2838
-Xsed="$SED -e s/^X//"
 
2839
+Xsed="$SED -e 1s/^X//"
 
2840
 
 
2841
 # The HP-UX ksh and POSIX shell print the target directory to stdout
 
2842
 # if CDPATH is set.
 
2843
-if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
 
2844
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
2845
 
 
2846
 # The names of the tagged configurations supported by this script.
 
2847
 available_tags=
 
2848
@@ -9959,6 +10355,12 @@
 
2849
 # The host system.
 
2850
 host_alias=$host_alias
 
2851
 host=$host
 
2852
+host_os=$host_os
 
2853
+
 
2854
+# The build system.
 
2855
+build_alias=$build_alias
 
2856
+build=$build
 
2857
+build_os=$build_os
 
2858
 
 
2859
 # An echo program that does not interpret backslashes.
 
2860
 echo=$lt_echo
 
2861
@@ -9970,6 +10372,9 @@
 
2862
 # A C compiler.
 
2863
 LTCC=$lt_LTCC
 
2864
 
 
2865
+# LTCC compiler flags.
 
2866
+LTCFLAGS=$lt_LTCFLAGS
 
2867
+
 
2868
 # A language-specific compiler.
 
2869
 CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
 
2870
 
 
2871
@@ -9989,7 +10394,7 @@
 
2872
 NM=$lt_NM
 
2873
 
 
2874
 # A symbol stripping program
 
2875
-STRIP=$STRIP
 
2876
+STRIP=$lt_STRIP
 
2877
 
 
2878
 # Used to examine libraries when file_magic_cmd begins "file"
 
2879
 MAGIC_CMD=$MAGIC_CMD
 
2880
@@ -10020,7 +10425,7 @@
 
2881
 libext="$libext"
 
2882
 
 
2883
 # Shared library suffix (normally ".so").
 
2884
-shrext='$shrext'
 
2885
+shrext_cmds='$shrext_cmds'
 
2886
 
 
2887
 # Executable file suffix (normally "").
 
2888
 exeext="$exeext"
 
2889
@@ -10035,7 +10440,7 @@
 
2890
 # Does compiler simultaneously support -c and -o options?
 
2891
 compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
 
2892
 
 
2893
-# Must we lock files when doing compilation ?
 
2894
+# Must we lock files when doing compilation?
 
2895
 need_locks=$lt_need_locks
 
2896
 
 
2897
 # Do we need the lib prefix for modules?
 
2898
@@ -10211,7 +10616,7 @@
 
2899
 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
2900
 
 
2901
 # Fix the shell variable \$srcfile for the compiler.
 
2902
-fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
 
2903
+fix_srcfile_path=$lt_fix_srcfile_path
 
2904
 
 
2905
 # Set to yes if exported symbols are required.
 
2906
 always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
 
2907
@@ -10264,7 +10669,10 @@
 
2908
   # If there is no Makefile yet, we rely on a make rule to execute
 
2909
   # `config.status --recheck' to rerun these tests and create the
 
2910
   # libtool script then.
 
2911
-  test -f Makefile && make "$ltmain"
 
2912
+  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
 
2913
+  if test -f "$ltmain_in"; then
 
2914
+    test -f Makefile && make "$ltmain"
 
2915
+  fi
 
2916
 fi
 
2917
 ])# AC_LIBTOOL_CONFIG
 
2918
 
 
2919
@@ -10291,6 +10699,7 @@
 
2920
 # ---------------------------------
 
2921
 AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE],
 
2922
 [AC_REQUIRE([AC_CANONICAL_HOST])
 
2923
+AC_REQUIRE([LT_AC_PROG_SED])
 
2924
 AC_REQUIRE([AC_PROG_NM])
 
2925
 AC_REQUIRE([AC_OBJEXT])
 
2926
 # Check for command to grab the raw symbol name followed by C symbol from nm.
 
2927
@@ -10306,9 +10715,6 @@
 
2928
 # Regexp to match symbols that can be accessed directly from C.
 
2929
 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
 
2930
 
 
2931
-# Transform the above into a raw symbol and a C symbol.
 
2932
-symxfrm='\1 \2\3 \3'
 
2933
-
 
2934
 # Transform an extracted symbol line into a proper C declaration
 
2935
 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
 
2936
 
 
2937
@@ -10330,14 +10736,30 @@
 
2938
   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
 
2939
   lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
 
2940
   ;;
 
2941
+linux* | k*bsd*-gnu)
 
2942
+  if test "$host_cpu" = ia64; then
 
2943
+    symcode='[[ABCDGIRSTW]]'
 
2944
+    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
 
2945
+    lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
 
2946
+  fi
 
2947
+  ;;
 
2948
 irix* | nonstopux*)
 
2949
   symcode='[[BCDEGRST]]'
 
2950
   ;;
 
2951
 osf*)
 
2952
   symcode='[[BCDEGQRST]]'
 
2953
   ;;
 
2954
-solaris* | sysv5*)
 
2955
-  symcode='[[BDT]]'
 
2956
+solaris*)
 
2957
+  symcode='[[BDRT]]'
 
2958
+  ;;
 
2959
+sco3.2v5*)
 
2960
+  symcode='[[DT]]'
 
2961
+  ;;
 
2962
+sysv4.2uw2*)
 
2963
+  symcode='[[DT]]'
 
2964
+  ;;
 
2965
+sysv5* | sco5v6* | unixware* | OpenUNIX*)
 
2966
+  symcode='[[ABDT]]'
 
2967
   ;;
 
2968
 sysv4)
 
2969
   symcode='[[DFNSTU]]'
 
2970
@@ -10355,14 +10777,17 @@
 
2971
 # If we're using GNU nm, then use its standard symbol codes.
 
2972
 case `$NM -V 2>&1` in
 
2973
 *GNU* | *'with BFD'*)
 
2974
-  symcode='[[ABCDGISTW]]' ;;
 
2975
+  symcode='[[ABCDGIRSTW]]' ;;
 
2976
 esac
 
2977
 
 
2978
 # Try without a prefix undercore, then with it.
 
2979
 for ac_symprfx in "" "_"; do
 
2980
 
 
2981
+  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
 
2982
+  symxfrm="\\1 $ac_symprfx\\2 \\2"
 
2983
+
 
2984
   # Write the raw and C identifiers.
 
2985
-  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[     ]]\($symcode$symcode*\)[[       ]][[    ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
 
2986
+  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[     ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
 
2987
 
 
2988
   # Check to see that the pipe works correctly.
 
2989
   pipe_works=no
 
2990
@@ -10501,12 +10926,14 @@
 
2991
       # like `-m68040'.
 
2992
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
 
2993
       ;;
 
2994
-    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
2995
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
2996
       # PIC is the default for these OSes.
 
2997
       ;;
 
2998
-    mingw* | os2* | pw32*)
 
2999
+    mingw* | cygwin* | os2* | pw32*)
 
3000
       # This hack is so that the source file can tell whether it is being
 
3001
       # built for inclusion in a dll (and should export symbols for example).
 
3002
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
 
3003
+      # (--disable-auto-import) libraries
 
3004
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
 
3005
       ;;
 
3006
     darwin* | rhapsody*)
 
3007
@@ -10518,6 +10945,10 @@
 
3008
       # DJGPP does not support shared libraries at all
 
3009
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
3010
       ;;
 
3011
+    interix[[3-9]]*)
 
3012
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
3013
+      # Instead, we relocate shared libraries at runtime.
 
3014
+      ;;
 
3015
     sysv4*MP*)
 
3016
       if test -d /usr/nec; then
 
3017
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
 
3018
@@ -10526,7 +10957,7 @@
 
3019
     hpux*)
 
3020
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
3021
       # not for PA HP-UX.
 
3022
-      case "$host_cpu" in
 
3023
+      case $host_cpu in
 
3024
       hppa*64*|ia64*)
 
3025
        ;;
 
3026
       *)
 
3027
@@ -10551,18 +10982,28 @@
 
3028
        ;;
 
3029
       chorus*)
 
3030
        case $cc_basename in
 
3031
-       cxch68)
 
3032
+       cxch68*)
 
3033
          # Green Hills C++ Compiler
 
3034
          # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
 
3035
          ;;
 
3036
        esac
 
3037
        ;;
 
3038
+       darwin*)
 
3039
+         # PIC is the default on this platform
 
3040
+         # Common symbols not allowed in MH_DYLIB files
 
3041
+         case $cc_basename in
 
3042
+           xlc*)
 
3043
+           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
 
3044
+           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3045
+           ;;
 
3046
+         esac
 
3047
+       ;;
 
3048
       dgux*)
 
3049
        case $cc_basename in
 
3050
-         ec++)
 
3051
+         ec++*)
 
3052
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
3053
            ;;
 
3054
-         ghcx)
 
3055
+         ghcx*)
 
3056
            # Green Hills C++ Compiler
 
3057
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
3058
            ;;
 
3059
@@ -10570,22 +11011,22 @@
 
3060
            ;;
 
3061
        esac
 
3062
        ;;
 
3063
-      freebsd* | kfreebsd*-gnu)
 
3064
+      freebsd* | dragonfly*)
 
3065
        # FreeBSD uses GNU C++
 
3066
        ;;
 
3067
       hpux9* | hpux10* | hpux11*)
 
3068
        case $cc_basename in
 
3069
-         CC)
 
3070
+         CC*)
 
3071
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3072
-           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
 
3073
+           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
 
3074
            if test "$host_cpu" != ia64; then
 
3075
              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
 
3076
            fi
 
3077
            ;;
 
3078
-         aCC)
 
3079
+         aCC*)
 
3080
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3081
-           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
 
3082
-           case "$host_cpu" in
 
3083
+           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
 
3084
+           case $host_cpu in
 
3085
            hppa*64*|ia64*)
 
3086
              # +Z the default
 
3087
              ;;
 
3088
@@ -10598,9 +11039,13 @@
 
3089
            ;;
 
3090
        esac
 
3091
        ;;
 
3092
+      interix*)
 
3093
+       # This is c89, which is MS Visual C++ (no shared libs)
 
3094
+       # Anyone wants to do a port?
 
3095
+       ;;
 
3096
       irix5* | irix6* | nonstopux*)
 
3097
        case $cc_basename in
 
3098
-         CC)
 
3099
+         CC*)
 
3100
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3101
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
3102
            # CC pic flag -KPIC is the default.
 
3103
@@ -10609,20 +11054,26 @@
 
3104
            ;;
 
3105
        esac
 
3106
        ;;
 
3107
-      linux*)
 
3108
+      linux* | k*bsd*-gnu)
 
3109
        case $cc_basename in
 
3110
-         KCC)
 
3111
+         KCC*)
 
3112
            # KAI C++ Compiler
 
3113
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
 
3114
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
3115
            ;;
 
3116
-         icpc)
 
3117
+         icpc* | ecpc*)
 
3118
            # Intel C++
 
3119
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3120
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
3121
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
3122
-           ;; 
 
3123
-         cxx)
 
3124
+           ;;
 
3125
+         pgCC*)
 
3126
+           # Portland Group C++ compiler.
 
3127
+           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3128
+           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
 
3129
+           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3130
+           ;;
 
3131
+         cxx*)
 
3132
            # Compaq C++
 
3133
            # Make sure the PIC flag is empty.  It appears that all Alpha
 
3134
            # Linux and Compaq Tru64 Unix objects are PIC.
 
3135
@@ -10630,6 +11081,14 @@
 
3136
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
3137
            ;;
 
3138
          *)
 
3139
+           case `$CC -V 2>&1 | sed 5q` in
 
3140
+           *Sun\ C*)
 
3141
+             # Sun C++ 5.9
 
3142
+             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
3143
+             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3144
+             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
 
3145
+             ;;
 
3146
+           esac
 
3147
            ;;
 
3148
        esac
 
3149
        ;;
 
3150
@@ -10639,25 +11098,25 @@
 
3151
        ;;
 
3152
       mvs*)
 
3153
        case $cc_basename in
 
3154
-         cxx)
 
3155
+         cxx*)
 
3156
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
 
3157
            ;;
 
3158
          *)
 
3159
            ;;
 
3160
        esac
 
3161
        ;;
 
3162
-      netbsd*)
 
3163
+      netbsd* | netbsdelf*-gnu)
 
3164
        ;;
 
3165
       osf3* | osf4* | osf5*)
 
3166
        case $cc_basename in
 
3167
-         KCC)
 
3168
+         KCC*)
 
3169
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
 
3170
            ;;
 
3171
-         RCC)
 
3172
+         RCC*)
 
3173
            # Rational C++ 2.4.1
 
3174
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
3175
            ;;
 
3176
-         cxx)
 
3177
+         cxx*)
 
3178
            # Digital/Compaq C++
 
3179
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3180
            # Make sure the PIC flag is empty.  It appears that all Alpha
 
3181
@@ -10671,24 +11130,15 @@
 
3182
        ;;
 
3183
       psos*)
 
3184
        ;;
 
3185
-      sco*)
 
3186
-       case $cc_basename in
 
3187
-         CC)
 
3188
-           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
3189
-           ;;
 
3190
-         *)
 
3191
-           ;;
 
3192
-       esac
 
3193
-       ;;
 
3194
       solaris*)
 
3195
        case $cc_basename in
 
3196
-         CC)
 
3197
+         CC*)
 
3198
            # Sun C++ 4.2, 5.x and Centerline C++
 
3199
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
3200
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3201
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
 
3202
            ;;
 
3203
-         gcx)
 
3204
+         gcx*)
 
3205
            # Green Hills C++ Compiler
 
3206
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
 
3207
            ;;
 
3208
@@ -10698,12 +11148,12 @@
 
3209
        ;;
 
3210
       sunos4*)
 
3211
        case $cc_basename in
 
3212
-         CC)
 
3213
+         CC*)
 
3214
            # Sun C++ 4.x
 
3215
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
3216
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3217
            ;;
 
3218
-         lcc)
 
3219
+         lcc*)
 
3220
            # Lucid
 
3221
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
3222
            ;;
 
3223
@@ -10713,7 +11163,7 @@
 
3224
        ;;
 
3225
       tandem*)
 
3226
        case $cc_basename in
 
3227
-         NCC)
 
3228
+         NCC*)
 
3229
            # NonStop-UX NCC 3.20
 
3230
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
3231
            ;;
 
3232
@@ -10721,7 +11171,14 @@
 
3233
            ;;
 
3234
        esac
 
3235
        ;;
 
3236
-      unixware*)
 
3237
+      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
 
3238
+       case $cc_basename in
 
3239
+         CC*)
 
3240
+           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3241
+           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
3242
+           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3243
+           ;;
 
3244
+       esac
 
3245
        ;;
 
3246
       vxworks*)
 
3247
        ;;
 
3248
@@ -10752,13 +11209,15 @@
 
3249
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
 
3250
       ;;
 
3251
 
 
3252
-    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
3253
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
3254
       # PIC is the default for these OSes.
 
3255
       ;;
 
3256
 
 
3257
-    mingw* | pw32* | os2*)
 
3258
+    mingw* | cygwin* | pw32* | os2*)
 
3259
       # This hack is so that the source file can tell whether it is being
 
3260
       # built for inclusion in a dll (and should export symbols for example).
 
3261
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
 
3262
+      # (--disable-auto-import) libraries
 
3263
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
 
3264
       ;;
 
3265
 
 
3266
@@ -10768,6 +11227,11 @@
 
3267
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
 
3268
       ;;
 
3269
 
 
3270
+    interix[[3-9]]*)
 
3271
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
3272
+      # Instead, we relocate shared libraries at runtime.
 
3273
+      ;;
 
3274
+
 
3275
     msdosdjgpp*)
 
3276
       # Just because we use GCC doesn't mean we suddenly get shared libraries
 
3277
       # on systems that don't support them.
 
3278
@@ -10784,7 +11248,7 @@
 
3279
     hpux*)
 
3280
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
3281
       # not for PA HP-UX.
 
3282
-      case "$host_cpu" in
 
3283
+      case $host_cpu in
 
3284
       hppa*64*|ia64*)
 
3285
        # +Z the default
 
3286
        ;;
 
3287
@@ -10810,8 +11274,18 @@
 
3288
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
 
3289
       fi
 
3290
       ;;
 
3291
+      darwin*)
 
3292
+        # PIC is the default on this platform
 
3293
+        # Common symbols not allowed in MH_DYLIB files
 
3294
+       case $cc_basename in
 
3295
+         xlc*)
 
3296
+         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
 
3297
+         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3298
+         ;;
 
3299
+       esac
 
3300
+       ;;
 
3301
 
 
3302
-    mingw* | pw32* | os2*)
 
3303
+    mingw* | cygwin* | pw32* | os2*)
 
3304
       # This hack is so that the source file can tell whether it is being
 
3305
       # built for inclusion in a dll (and should export symbols for example).
 
3306
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
 
3307
@@ -10821,7 +11295,7 @@
 
3308
       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3309
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
3310
       # not for PA HP-UX.
 
3311
-      case "$host_cpu" in
 
3312
+      case $host_cpu in
 
3313
       hppa*64*|ia64*)
 
3314
        # +Z the default
 
3315
        ;;
 
3316
@@ -10844,18 +11318,41 @@
 
3317
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3318
       ;;
 
3319
 
 
3320
-    linux*)
 
3321
-      case $CC in
 
3322
+    linux* | k*bsd*-gnu)
 
3323
+      case $cc_basename in
 
3324
       icc* | ecc*)
 
3325
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3326
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
3327
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
3328
         ;;
 
3329
+      pgcc* | pgf77* | pgf90* | pgf95*)
 
3330
+        # Portland Group compilers (*not* the Pentium gcc compiler,
 
3331
+       # which looks to be a dead project)
 
3332
+       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3333
+       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
 
3334
+       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3335
+        ;;
 
3336
       ccc*)
 
3337
         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3338
         # All Alpha code is PIC.
 
3339
         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
3340
         ;;
 
3341
+      *)
 
3342
+        case `$CC -V 2>&1 | sed 5q` in
 
3343
+       *Sun\ C*)
 
3344
+         # Sun C 5.9
 
3345
+         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
3346
+         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3347
+         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3348
+         ;;
 
3349
+       *Sun\ F*)
 
3350
+         # Sun Fortran 8.3 passes all unrecognized flags to the linker
 
3351
+         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
3352
+         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3353
+         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=''
 
3354
+         ;;
 
3355
+       esac
 
3356
+       ;;
 
3357
       esac
 
3358
       ;;
 
3359
 
 
3360
@@ -10865,15 +11362,19 @@
 
3361
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
3362
       ;;
 
3363
 
 
3364
-    sco3.2v5*)
 
3365
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
 
3366
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
 
3367
+    rdos*)
 
3368
+      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
3369
       ;;
 
3370
 
 
3371
     solaris*)
 
3372
-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3373
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
3374
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3375
+      case $cc_basename in
 
3376
+      f77* | f90* | f95*)
 
3377
+       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
 
3378
+      *)
 
3379
+       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
 
3380
+      esac
 
3381
       ;;
 
3382
 
 
3383
     sunos4*)
 
3384
@@ -10882,7 +11383,7 @@
 
3385
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3386
       ;;
 
3387
 
 
3388
-    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
3389
+    sysv4 | sysv4.2uw2* | sysv4.3*)
 
3390
       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3391
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
3392
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3393
@@ -10895,6 +11396,17 @@
 
3394
       fi
 
3395
       ;;
 
3396
 
 
3397
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
 
3398
+      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3399
+      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
3400
+      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3401
+      ;;
 
3402
+
 
3403
+    unicos*)
 
3404
+      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3405
+      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
3406
+      ;;
 
3407
+
 
3408
     uts4*)
 
3409
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
3410
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3411
@@ -10922,7 +11434,7 @@
 
3412
     [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
3413
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
 
3414
 fi
 
3415
-case "$host_os" in
 
3416
+case $host_os in
 
3417
   # For platforms which do not support PIC, -DPIC is meaningless:
 
3418
   *djgpp*)
 
3419
     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
3420
@@ -10931,6 +11443,16 @@
 
3421
     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
 
3422
     ;;
 
3423
 esac
 
3424
+
 
3425
+#
 
3426
+# Check to make sure the static flag actually works.
 
3427
+#
 
3428
+wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
 
3429
+AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
 
3430
+  _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
 
3431
+  $lt_tmp_static_flag,
 
3432
+  [],
 
3433
+  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
 
3434
 ])
 
3435
 
 
3436
 
 
3437
@@ -10938,7 +11460,8 @@
 
3438
 # ------------------------------------
 
3439
 # See if the linker supports building shared libraries.
 
3440
 AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS],
 
3441
-[AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
 
3442
+[AC_REQUIRE([LT_AC_PROG_SED])dnl
 
3443
+AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
 
3444
 ifelse([$1],[CXX],[
 
3445
   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
3446
   case $host_os in
 
3447
@@ -10955,7 +11478,10 @@
 
3448
     _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
 
3449
   ;;
 
3450
   cygwin* | mingw*)
 
3451
-    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
 
3452
+    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
 
3453
+  ;;
 
3454
+  linux* | k*bsd*-gnu)
 
3455
+    _LT_AC_TAGVAR(link_all_deplibs, $1)=no
 
3456
   ;;
 
3457
   *)
 
3458
     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
3459
@@ -10981,7 +11507,7 @@
 
3460
   _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
 
3461
   _LT_AC_TAGVAR(hardcode_automatic, $1)=no
 
3462
   _LT_AC_TAGVAR(module_cmds, $1)=
 
3463
-  _LT_AC_TAGVAR(module_expsym_cmds, $1)=  
 
3464
+  _LT_AC_TAGVAR(module_expsym_cmds, $1)=
 
3465
   _LT_AC_TAGVAR(always_export_symbols, $1)=no
 
3466
   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
3467
   # include_expsyms should be a list of space-separated symbols to be *always*
 
3468
@@ -10998,7 +11524,8 @@
 
3469
   # rely on this symbol name, it's probably fine to never include it in
 
3470
   # preloaded symbol tables.
 
3471
   extract_expsyms_cmds=
 
3472
-
 
3473
+  # Just being paranoid about ensuring that cc_basename is set.
 
3474
+  _LT_CC_BASENAME([$compiler])
 
3475
   case $host_os in
 
3476
   cygwin* | mingw* | pw32*)
 
3477
     # FIXME: the MSVC++ port hasn't been tested in a loooong time
 
3478
@@ -11008,6 +11535,10 @@
 
3479
       with_gnu_ld=no
 
3480
     fi
 
3481
     ;;
 
3482
+  interix*)
 
3483
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
 
3484
+    with_gnu_ld=yes
 
3485
+    ;;
 
3486
   openbsd*)
 
3487
     with_gnu_ld=no
 
3488
     ;;
 
3489
@@ -11018,6 +11549,27 @@
 
3490
     # If archive_cmds runs LD, not CC, wlarc should be empty
 
3491
     wlarc='${wl}'
 
3492
 
 
3493
+    # Set some defaults for GNU ld with shared library support. These
 
3494
+    # are reset later if shared libraries are not supported. Putting them
 
3495
+    # here allows them to be overridden if necessary.
 
3496
+    runpath_var=LD_RUN_PATH
 
3497
+    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
 
3498
+    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
3499
+    # ancient GNU ld didn't support --whole-archive et. al.
 
3500
+    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
 
3501
+       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
3502
+      else
 
3503
+       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
3504
+    fi
 
3505
+    supports_anon_versioning=no
 
3506
+    case `$LD -v 2>/dev/null` in
 
3507
+      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
 
3508
+      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
 
3509
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
 
3510
+      *\ 2.11.*) ;; # other 2.11 versions
 
3511
+      *) supports_anon_versioning=yes ;;
 
3512
+    esac
 
3513
+
 
3514
     # See if GNU ld supports shared libraries.
 
3515
     case $host_os in
 
3516
     aix3* | aix4* | aix5*)
 
3517
@@ -11055,7 +11607,7 @@
 
3518
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
3519
        # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
3520
        # support --undefined.  This deserves some investigation.  FIXME
 
3521
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
 
3522
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
3523
       else
 
3524
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3525
       fi
 
3526
@@ -11065,13 +11617,13 @@
 
3527
       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
 
3528
       # as there is no search path for DLLs.
 
3529
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
3530
-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
 
3531
+      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
3532
       _LT_AC_TAGVAR(always_export_symbols, $1)=no
 
3533
       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
3534
-      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
 
3535
+      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
 
3536
 
 
3537
       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
 
3538
-        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
 
3539
+        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
3540
        # If the export-symbols file already is a .def file (1st line
 
3541
        # is EXPORTS), use it as is; otherwise, prepend...
 
3542
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
3543
@@ -11080,23 +11632,79 @@
 
3544
          echo EXPORTS > $output_objdir/$soname.def;
 
3545
          cat $export_symbols >> $output_objdir/$soname.def;
 
3546
        fi~
 
3547
-       $CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
 
3548
+       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
3549
+      else
 
3550
+       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3551
+      fi
 
3552
+      ;;
 
3553
+
 
3554
+    interix[[3-9]]*)
 
3555
+      _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
3556
+      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
3557
+      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
3558
+      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
3559
+      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
3560
+      # Instead, shared libraries are loaded at an image base (0x10000000 by
 
3561
+      # default) and relocated if they conflict, which is a slow very memory
 
3562
+      # consuming and fragmenting process.  To avoid this, we pick a random,
 
3563
+      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
3564
+      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
3565
+      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
 
3566
+      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
 
3567
+      ;;
 
3568
+
 
3569
+    gnu* | linux* | k*bsd*-gnu)
 
3570
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
3571
+       tmp_addflag=
 
3572
+       case $cc_basename,$host_cpu in
 
3573
+       pgcc*)                          # Portland Group C compiler
 
3574
+         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
3575
+         tmp_addflag=' $pic_flag'
 
3576
+         ;;
 
3577
+       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
 
3578
+         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
3579
+         tmp_addflag=' $pic_flag -Mnomain' ;;
 
3580
+       ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
 
3581
+         tmp_addflag=' -i_dynamic' ;;
 
3582
+       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
 
3583
+         tmp_addflag=' -i_dynamic -nofor_main' ;;
 
3584
+       ifc* | ifort*)                  # Intel Fortran compiler
 
3585
+         tmp_addflag=' -nofor_main' ;;
 
3586
+       esac
 
3587
+       case `$CC -V 2>&1 | sed 5q` in
 
3588
+       *Sun\ C*)                       # Sun C 5.9
 
3589
+         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
3590
+         tmp_sharedflag='-G' ;;
 
3591
+       *Sun\ F*)                       # Sun Fortran 8.3
 
3592
+         tmp_sharedflag='-G' ;;
 
3593
+       *)
 
3594
+         tmp_sharedflag='-shared' ;;
 
3595
+       esac
 
3596
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
3597
+
 
3598
+       if test $supports_anon_versioning = yes; then
 
3599
+         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
 
3600
+  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
3601
+  $echo "local: *; };" >> $output_objdir/$libname.ver~
 
3602
+         $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 
3603
+       fi
 
3604
+       _LT_AC_TAGVAR(link_all_deplibs, $1)=no
 
3605
       else
 
3606
-       ld_shlibs=no
 
3607
+       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3608
       fi
 
3609
       ;;
 
3610
 
 
3611
-    netbsd*)
 
3612
+    netbsd* | netbsdelf*-gnu)
 
3613
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
3614
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 
3615
        wlarc=
 
3616
       else
 
3617
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
 
3618
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
3619
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
3620
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
3621
       fi
 
3622
       ;;
 
3623
 
 
3624
-    solaris* | sysv5*)
 
3625
+    solaris*)
 
3626
       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
 
3627
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3628
        cat <<EOF 1>&2
 
3629
@@ -11110,13 +11718,40 @@
 
3630
 
 
3631
 EOF
 
3632
       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
3633
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
 
3634
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
3635
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
3636
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
3637
       else
 
3638
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3639
       fi
 
3640
       ;;
 
3641
 
 
3642
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
 
3643
+      case `$LD -v 2>&1` in
 
3644
+        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
 
3645
+       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3646
+       cat <<_LT_EOF 1>&2
 
3647
+
 
3648
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
 
3649
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
 
3650
+*** is disabling shared libraries support.  We urge you to upgrade GNU
 
3651
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
 
3652
+*** your PATH or compiler configuration so that the native linker is
 
3653
+*** used, and then restart.
 
3654
+
 
3655
+_LT_EOF
 
3656
+       ;;
 
3657
+       *)
 
3658
+         if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
3659
+           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
 
3660
+           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
 
3661
+           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
 
3662
+         else
 
3663
+           _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3664
+         fi
 
3665
+       ;;
 
3666
+      esac
 
3667
+      ;;
 
3668
+
 
3669
     sunos4*)
 
3670
       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
3671
       wlarc=
 
3672
@@ -11126,24 +11761,19 @@
 
3673
 
 
3674
     *)
 
3675
       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
3676
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
 
3677
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
3678
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
3679
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
3680
       else
 
3681
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3682
       fi
 
3683
       ;;
 
3684
     esac
 
3685
 
 
3686
-    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then
 
3687
-      runpath_var=LD_RUN_PATH
 
3688
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
 
3689
-      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
3690
-      # ancient GNU ld didn't support --whole-archive et. al.
 
3691
-      if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
 
3692
-       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
3693
-      else
 
3694
-       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
3695
-      fi
 
3696
+    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
 
3697
+      runpath_var=
 
3698
+      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
3699
+      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
 
3700
+      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
3701
     fi
 
3702
   else
 
3703
     # PORTME fill in a description of your system's linker (not GNU ld)
 
3704
@@ -11155,7 +11785,7 @@
 
3705
       # Note: this linker hardcodes the directories in LIBPATH if there
 
3706
       # are no directories specified by -L.
 
3707
       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
3708
-      if test "$GCC" = yes && test -z "$link_static_flag"; then
 
3709
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
 
3710
        # Neither direct hardcoding nor static linking is supported with a
 
3711
        # broken collect2.
 
3712
        _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
 
3713
@@ -11177,9 +11807,21 @@
 
3714
        else
 
3715
          _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
 
3716
        fi
 
3717
+       aix_use_runtimelinking=no
 
3718
+
 
3719
+       # Test if we are trying to use run time linking or normal
 
3720
+       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
3721
+       # need to do runtime linking.
 
3722
+       case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
 
3723
+         for ld_flag in $LDFLAGS; do
 
3724
+         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
 
3725
+           aix_use_runtimelinking=yes
 
3726
+           break
 
3727
+         fi
 
3728
+         done
 
3729
+         ;;
 
3730
+       esac
 
3731
 
 
3732
-       # KDE requires run time linking.  Make it the default.
 
3733
-       aix_use_runtimelinking=yes
 
3734
        exp_sym_flag='-bexport'
 
3735
        no_entry_flag='-bnoentry'
 
3736
       fi
 
3737
@@ -11196,7 +11838,7 @@
 
3738
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
3739
 
 
3740
       if test "$GCC" = yes; then
 
3741
-       case $host_os in aix4.[012]|aix4.[012].*)
 
3742
+       case $host_os in aix4.[[012]]|aix4.[[012]].*)
 
3743
        # We only want to do this on AIX 4.2 and lower, the check
 
3744
        # below for broken collect2 doesn't work under 4.3+
 
3745
          collect2name=`${CC} -print-prog-name=collect2`
 
3746
@@ -11204,7 +11846,7 @@
 
3747
           strings "$collect2name" | grep resolve_lib_name >/dev/null
 
3748
          then
 
3749
          # We have reworked collect2
 
3750
-         _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
3751
+         :
 
3752
          else
 
3753
          # We have old collect2
 
3754
          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
 
3755
@@ -11215,8 +11857,12 @@
 
3756
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
3757
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
3758
          fi
 
3759
+         ;;
 
3760
        esac
 
3761
        shared_flag='-shared'
 
3762
+       if test "$aix_use_runtimelinking" = yes; then
 
3763
+         shared_flag="$shared_flag "'${wl}-G'
 
3764
+       fi
 
3765
       else
 
3766
        # not using gcc
 
3767
        if test "$host_cpu" = ia64; then
 
3768
@@ -11224,30 +11870,30 @@
 
3769
        # chokes on -Wl,-G. The following line is correct:
 
3770
          shared_flag='-G'
 
3771
        else
 
3772
-       if test "$aix_use_runtimelinking" = yes; then
 
3773
-           shared_flag='-qmkshrobj ${wl}-G'
 
3774
+         if test "$aix_use_runtimelinking" = yes; then
 
3775
+           shared_flag='${wl}-G'
 
3776
          else
 
3777
-           shared_flag='-qmkshrobj'
 
3778
-       fi
 
3779
+           shared_flag='${wl}-bM:SRE'
 
3780
+         fi
 
3781
        fi
 
3782
       fi
 
3783
 
 
3784
-      # Let the compiler handle the export list.
 
3785
-      _LT_AC_TAGVAR(always_export_symbols, $1)=no
 
3786
+      # It seems that -bexpall does not export symbols beginning with
 
3787
+      # underscore (_), so it is better to generate a list of symbols to export.
 
3788
+      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
3789
       if test "$aix_use_runtimelinking" = yes; then
 
3790
        # Warning - without using the other runtime loading flags (-brtl),
 
3791
        # -berok will link without error, but may produce a broken library.
 
3792
        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
 
3793
        # Determine the default libpath from the value encoded in an empty executable.
 
3794
-       _LT_AC_SYS_LIBPATH_AIX
 
3795
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
3796
-       _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
 
3797
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
3798
+       _LT_AC_SYS_LIBPATH_AIX
 
3799
+       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
3800
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
3801
        else
 
3802
        if test "$host_cpu" = ia64; then
 
3803
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 
3804
          _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
 
3805
-         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
 
3806
+         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
 
3807
        else
 
3808
         # Determine the default libpath from the value encoded in an empty executable.
 
3809
         _LT_AC_SYS_LIBPATH_AIX
 
3810
@@ -11256,13 +11902,11 @@
 
3811
          # -berok will link without error, but may produce a broken library.
 
3812
          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
 
3813
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
 
3814
-         # -bexpall does not export symbols beginning with underscore (_)
 
3815
-         _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
3816
          # Exported symbols can be pulled into shared objects from archives
 
3817
-         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
 
3818
+         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
 
3819
          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
3820
-         # This is similar to how AIX traditionally builds it's shared libraries.
 
3821
-         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 
3822
+         # This is similar to how AIX traditionally builds its shared libraries.
 
3823
+         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 
3824
        fi
 
3825
       fi
 
3826
       ;;
 
3827
@@ -11275,7 +11919,7 @@
 
3828
       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3829
       ;;
 
3830
 
 
3831
-    bsdi4*)
 
3832
+    bsdi[[45]]*)
 
3833
       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
 
3834
       ;;
 
3835
 
 
3836
@@ -11285,69 +11929,69 @@
 
3837
       # hardcode_libdir_flag_spec is actually meaningless, as there is
 
3838
       # no search path for DLLs.
 
3839
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
 
3840
-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=no
 
3841
+      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
3842
       # Tell ltmain to make .lib files, not .a files.
 
3843
       libext=lib
 
3844
       # Tell ltmain to make .dll files, not .so files.
 
3845
-      shrext=".dll"
 
3846
+      shrext_cmds=".dll"
 
3847
       # FIXME: Setting linknames here is a bad hack.
 
3848
-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
3849
+      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
3850
       # The linker will automatically build a .lib file if we build a DLL.
 
3851
       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
 
3852
       # FIXME: Should let the user specify the lib program.
 
3853
-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
 
3854
-      fix_srcfile_path='`cygpath -w "$srcfile"`'
 
3855
+      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
 
3856
+      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
 
3857
       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
3858
       ;;
 
3859
 
 
3860
     darwin* | rhapsody*)
 
3861
-    if test "$GXX" = yes ; then
 
3862
-      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
3863
-      case "$host_os" in
 
3864
-      rhapsody* | darwin1.[[012]])
 
3865
-       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,suppress'
 
3866
-       ;;
 
3867
-      *) # Darwin 1.3 on
 
3868
-       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
3869
-         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
 
3870
-       else
 
3871
-         case ${MACOSX_DEPLOYMENT_TARGET} in
 
3872
-           10.[012])
 
3873
-             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
 
3874
-             ;;
 
3875
-           10.*)
 
3876
-             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-Wl,-undefined -Wl,dynamic_lookup'
 
3877
-             ;;
 
3878
-         esac
 
3879
-       fi
 
3880
-       ;;
 
3881
+      case $host_os in
 
3882
+        rhapsody* | darwin1.[[012]])
 
3883
+         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
 
3884
+         ;;
 
3885
+       *) # Darwin 1.3 on
 
3886
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
3887
+           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
3888
+         else
 
3889
+           case ${MACOSX_DEPLOYMENT_TARGET} in
 
3890
+             10.[[012]])
 
3891
+               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
3892
+               ;;
 
3893
+             10.*)
 
3894
+               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
 
3895
+               ;;
 
3896
+           esac
 
3897
+         fi
 
3898
+         ;;
 
3899
       esac
 
3900
-       lt_int_apple_cc_single_mod=no
 
3901
-       output_verbose_link_cmd='echo'
 
3902
-       if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
 
3903
-         lt_int_apple_cc_single_mod=yes
 
3904
-       fi
 
3905
-       if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
3906
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
 
3907
-       else
 
3908
-        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
 
3909
-      fi
 
3910
-      _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
 
3911
-      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
 
3912
-        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
3913
-          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
3914
-        else
 
3915
-          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
3916
-        fi
 
3917
-          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
3918
+      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
3919
       _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
3920
       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
 
3921
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
3922
-      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
 
3923
+      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
 
3924
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
3925
-    else  
 
3926
-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3927
-    fi  
 
3928
+    if test "$GCC" = yes ; then
 
3929
+       output_verbose_link_cmd='echo'
 
3930
+        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
 
3931
+      _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
3932
+      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
3933
+      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
3934
+      _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
3935
+    else
 
3936
+      case $cc_basename in
 
3937
+        xlc*)
 
3938
+         output_verbose_link_cmd='echo'
 
3939
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
 
3940
+         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
3941
+          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
3942
+         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
3943
+          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
3944
+          ;;
 
3945
+       *)
 
3946
+         _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
3947
+          ;;
 
3948
+      esac
 
3949
+    fi
 
3950
       ;;
 
3951
 
 
3952
     dgux*)
 
3953
@@ -11380,8 +12024,8 @@
 
3954
       ;;
 
3955
 
 
3956
     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
 
3957
-    freebsd* | kfreebsd*-gnu)
 
3958
-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
 
3959
+    freebsd* | dragonfly*)
 
3960
+      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
 
3961
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
3962
       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
3963
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
3964
@@ -11389,7 +12033,7 @@
 
3965
 
 
3966
     hpux9*)
 
3967
       if test "$GCC" = yes; then
 
3968
-       _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
3969
+       _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
3970
       else
 
3971
        _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
3972
       fi
 
3973
@@ -11403,47 +12047,62 @@
 
3974
       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
3975
       ;;
 
3976
 
 
3977
-    hpux10* | hpux11*)
 
3978
+    hpux10*)
 
3979
       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
3980
-       case "$host_cpu" in
 
3981
-       hppa*64*|ia64*)
 
3982
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
 
3983
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
3984
+      else
 
3985
+       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
3986
+      fi
 
3987
+      if test "$with_gnu_ld" = no; then
 
3988
+       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
3989
+       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
3990
+
 
3991
+       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
3992
+       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
3993
+
 
3994
+       # hardcode_minus_L: Not really in the search PATH,
 
3995
+       # but as the default location of the library.
 
3996
+       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
3997
+      fi
 
3998
+      ;;
 
3999
+
 
4000
+    hpux11*)
 
4001
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
4002
+       case $host_cpu in
 
4003
+       hppa*64*)
 
4004
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
4005
+         ;;
 
4006
+       ia64*)
 
4007
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
4008
          ;;
 
4009
        *)
 
4010
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
 
4011
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
4012
          ;;
 
4013
        esac
 
4014
       else
 
4015
-       case "$host_cpu" in
 
4016
-       hppa*64*|ia64*)
 
4017
-         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
 
4018
+       case $host_cpu in
 
4019
+       hppa*64*)
 
4020
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
4021
+         ;;
 
4022
+       ia64*)
 
4023
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
4024
          ;;
 
4025
        *)
 
4026
-         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
4027
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
4028
          ;;
 
4029
        esac
 
4030
       fi
 
4031
       if test "$with_gnu_ld" = no; then
 
4032
-       case "$host_cpu" in
 
4033
-       hppa*64*)
 
4034
-         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
4035
+       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
4036
+       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
4037
+
 
4038
+       case $host_cpu in
 
4039
+       hppa*64*|ia64*)
 
4040
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
 
4041
-         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
4042
          _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
4043
          _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
4044
          ;;
 
4045
-       ia64*)
 
4046
-         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
4047
-         _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
4048
-         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
4049
-
 
4050
-         # hardcode_minus_L: Not really in the search PATH,
 
4051
-         # but as the default location of the library.
 
4052
-         _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
4053
-         ;;
 
4054
        *)
 
4055
-         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
4056
-         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
4057
          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
4058
          _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
4059
 
 
4060
@@ -11457,7 +12116,7 @@
 
4061
 
 
4062
     irix5* | irix6* | nonstopux*)
 
4063
       if test "$GCC" = yes; then
 
4064
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
4065
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
4066
       else
 
4067
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
4068
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
 
4069
@@ -11467,7 +12126,7 @@
 
4070
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
4071
       ;;
 
4072
 
 
4073
-    netbsd*)
 
4074
+    netbsd* | netbsdelf*-gnu)
 
4075
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
4076
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
 
4077
       else
 
4078
@@ -11487,23 +12146,28 @@
 
4079
       ;;
 
4080
 
 
4081
     openbsd*)
 
4082
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
4083
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
4084
-      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
4085
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
 
4086
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
4087
-       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
4088
+      if test -f /usr/libexec/ld.so; then
 
4089
+       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
4090
+       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
4091
+       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
4092
+         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
4093
+         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
 
4094
+         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
4095
+         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
4096
+       else
 
4097
+         case $host_os in
 
4098
+          openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
 
4099
+            _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
4100
+            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
4101
+            ;;
 
4102
+          *)
 
4103
+            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
4104
+            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
4105
+            ;;
 
4106
+         esac
 
4107
+        fi
 
4108
       else
 
4109
-       case $host_os in
 
4110
-        openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
 
4111
-          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
4112
-          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
4113
-          ;;
 
4114
-        *)
 
4115
-          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
 
4116
-          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
4117
-          ;;
 
4118
-       esac
 
4119
+       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4120
       fi
 
4121
       ;;
 
4122
 
 
4123
@@ -11511,14 +12175,14 @@
 
4124
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
4125
       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
4126
       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
4127
-      _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def'
 
4128
+      _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
 
4129
       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
 
4130
       ;;
 
4131
 
 
4132
     osf3*)
 
4133
       if test "$GCC" = yes; then
 
4134
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
4135
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
4136
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
4137
       else
 
4138
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
4139
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
4140
@@ -11530,13 +12194,13 @@
 
4141
     osf4* | osf5*)     # as osf3* with the addition of -msym flag
 
4142
       if test "$GCC" = yes; then
 
4143
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
4144
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
4145
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
4146
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
4147
       else
 
4148
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
4149
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
4150
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
 
4151
-       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
 
4152
+       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
 
4153
 
 
4154
        # Both c and cxx compiler support -rpath directly
 
4155
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
4156
@@ -11544,21 +12208,15 @@
 
4157
       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
4158
       ;;
 
4159
 
 
4160
-    sco3.2v5*)
 
4161
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
4162
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
4163
-      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
 
4164
-      runpath_var=LD_RUN_PATH
 
4165
-      hardcode_runpath_var=yes
 
4166
-      ;;
 
4167
-
 
4168
     solaris*)
 
4169
       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
 
4170
       if test "$GCC" = yes; then
 
4171
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
 
4172
+       wlarc='${wl}'
 
4173
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
4174
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
4175
-         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
 
4176
+         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
 
4177
       else
 
4178
+       wlarc=''
 
4179
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
4180
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
4181
        $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
 
4182
@@ -11567,8 +12225,17 @@
 
4183
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
4184
       case $host_os in
 
4185
       solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
4186
-      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
 
4187
-       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
 
4188
+      *)
 
4189
+       # The compiler driver will combine and reorder linker options,
 
4190
+       # but understands `-z linker_flag'.  GCC discards it without `$wl',
 
4191
+       # but is careful enough not to reorder.
 
4192
+       # Supported since Solaris 2.6 (maybe 2.5.1?)
 
4193
+       if test "$GCC" = yes; then
 
4194
+         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
4195
+       else
 
4196
+         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
 
4197
+       fi
 
4198
+       ;;
 
4199
       esac
 
4200
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
4201
       ;;
 
4202
@@ -11577,7 +12244,7 @@
 
4203
       if test "x$host_vendor" = xsequent; then
 
4204
        # Use $CC to link under sequent, because it throws in some extra .o
 
4205
        # files that make .init and .fini sections work.
 
4206
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
 
4207
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
 
4208
       else
 
4209
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
 
4210
       fi
 
4211
@@ -11625,36 +12292,45 @@
 
4212
       fi
 
4213
       ;;
 
4214
 
 
4215
-    sysv4.2uw2*)
 
4216
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
 
4217
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
4218
-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
 
4219
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
 
4220
+      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
4221
+      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
4222
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
4223
-      hardcode_runpath_var=yes
 
4224
-      runpath_var=LD_RUN_PATH
 
4225
-      ;;
 
4226
+      runpath_var='LD_RUN_PATH'
 
4227
 
 
4228
-   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[[78]]* | unixware7*)
 
4229
-      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
 
4230
       if test "$GCC" = yes; then
 
4231
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
 
4232
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
4233
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
4234
       else
 
4235
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
 
4236
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
4237
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
4238
       fi
 
4239
-      runpath_var='LD_RUN_PATH'
 
4240
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
4241
       ;;
 
4242
 
 
4243
-    sysv5*)
 
4244
-      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
 
4245
-      # $CC -shared without GNU ld will not create a library from C++
 
4246
-      # object files and a static libstdc++, better avoid it by now
 
4247
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
4248
-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
4249
-               $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
 
4250
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
4251
+    sysv5* | sco3.2v5* | sco5v6*)
 
4252
+      # Note: We can NOT use -z defs as we might desire, because we do not
 
4253
+      # link with -lc, and that would cause any symbols used from libc to
 
4254
+      # always be unresolved, which means just about no library would
 
4255
+      # ever link correctly.  If we're not using GNU ld we use -z text
 
4256
+      # though, which does catch some bad symbols but isn't as heavy-handed
 
4257
+      # as -z defs.
 
4258
+      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
4259
+      _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
 
4260
+      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
4261
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
4262
+      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
 
4263
+      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
 
4264
+      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
4265
+      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
 
4266
       runpath_var='LD_RUN_PATH'
 
4267
+
 
4268
+      if test "$GCC" = yes; then
 
4269
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
4270
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
4271
+      else
 
4272
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
4273
+       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
4274
+      fi
 
4275
       ;;
 
4276
 
 
4277
     uts4*)
 
4278
@@ -11672,11 +12348,6 @@
 
4279
 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
 
4280
 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
4281
 
 
4282
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
4283
-if test "$GCC" = yes; then
 
4284
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
4285
-fi
 
4286
-
 
4287
 #
 
4288
 # Do we need to explicitly link libc?
 
4289
 #
 
4290
@@ -11696,14 +12367,15 @@
 
4291
       # to ld, don't add -lc before -lgcc.
 
4292
       AC_MSG_CHECKING([whether -lc should be explicitly linked in])
 
4293
       $rm conftest*
 
4294
-      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
4295
-  
 
4296
+      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
4297
+
 
4298
       if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
 
4299
         soname=conftest
 
4300
         lib=conftest
 
4301
         libobjs=conftest.$ac_objext
 
4302
         deplibs=
 
4303
         wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
 
4304
+       pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
 
4305
         compiler_flags=-v
 
4306
         linker_flags=-v
 
4307
         verstring=
 
4308
@@ -11798,6 +12470,30 @@
 
4309
 [AC_CHECK_TOOL(RC, windres, no)
 
4310
 ])
 
4311
 
 
4312
+
 
4313
+# Cheap backport of AS_EXECUTABLE_P and required macros
 
4314
+# from Autoconf 2.59; we should not use $as_executable_p directly.
 
4315
+
 
4316
+# _AS_TEST_PREPARE
 
4317
+# ----------------
 
4318
+m4_ifndef([_AS_TEST_PREPARE],
 
4319
+[m4_defun([_AS_TEST_PREPARE],
 
4320
+[if test -x / >/dev/null 2>&1; then
 
4321
+  as_executable_p='test -x'
 
4322
+else
 
4323
+  as_executable_p='test -f'
 
4324
+fi
 
4325
+])])# _AS_TEST_PREPARE
 
4326
+
 
4327
+# AS_EXECUTABLE_P
 
4328
+# ---------------
 
4329
+# Check whether a file is executable.
 
4330
+m4_ifndef([AS_EXECUTABLE_P],
 
4331
+[m4_defun([AS_EXECUTABLE_P],
 
4332
+[AS_REQUIRE([_AS_TEST_PREPARE])dnl
 
4333
+$as_executable_p $1[]dnl
 
4334
+])])# AS_EXECUTABLE_P
 
4335
+
 
4336
 ############################################################
 
4337
 # NOTE: This macro has been submitted for inclusion into   #
 
4338
 #  GNU Autoconf as AC_PROG_SED.  When it is available in   #
 
4339
@@ -11820,18 +12516,19 @@
 
4340
   test -z "$as_dir" && as_dir=.
 
4341
   for lt_ac_prog in sed gsed; do
 
4342
     for ac_exec_ext in '' $ac_executable_extensions; do
 
4343
-      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
 
4344
+      if AS_EXECUTABLE_P(["$as_dir/$lt_ac_prog$ac_exec_ext"]); then
 
4345
         lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
 
4346
       fi
 
4347
     done
 
4348
   done
 
4349
 done
 
4350
+IFS=$as_save_IFS
 
4351
 lt_ac_max=0
 
4352
 lt_ac_count=0
 
4353
 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
 
4354
 # along with /bin/sed that truncates output.
 
4355
 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
 
4356
-  test ! -f $lt_ac_sed && break
 
4357
+  test ! -f $lt_ac_sed && continue
 
4358
   cat /dev/null > conftest.in
 
4359
   lt_ac_count=0
 
4360
   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
 
4361
@@ -11858,6 +12555,7 @@
 
4362
 done
 
4363
 ])
 
4364
 SED=$lt_cv_path_SED
 
4365
+AC_SUBST([SED])
 
4366
 AC_MSG_RESULT([$SED])
 
4367
 ])
 
4368
 
 
4369
diff -uNr -x debian -x .pc konversation-1.0.1/aclocal.m4 konversation-1.0.1.n/aclocal.m4
 
4370
--- konversation-1.0.1/aclocal.m4       2007-07-16 20:15:57.000000000 +0300
 
4371
+++ konversation-1.0.1.n/aclocal.m4     2007-07-17 02:59:54.000000000 +0300
 
4372
@@ -501,6 +501,35 @@
 
4373
 rmdir .tst 2>/dev/null
 
4374
 AC_SUBST([am__leading_dot])])
 
4375
 
 
4376
+# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
 
4377
+# From Jim Meyering
 
4378
+
 
4379
+# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
 
4380
+# Free Software Foundation, Inc.
 
4381
+#
 
4382
+# This file is free software; the Free Software Foundation
 
4383
+# gives unlimited permission to copy and/or distribute it,
 
4384
+# with or without modifications, as long as this notice is preserved.
 
4385
+
 
4386
+# serial 4
 
4387
+
 
4388
+AC_DEFUN([AM_MAINTAINER_MODE],
 
4389
+[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
 
4390
+  dnl maintainer-mode is disabled by default
 
4391
+  AC_ARG_ENABLE(maintainer-mode,
 
4392
+[  --enable-maintainer-mode  enable make rules and dependencies not useful
 
4393
+                         (and sometimes confusing) to the casual installer],
 
4394
+      USE_MAINTAINER_MODE=$enableval,
 
4395
+      USE_MAINTAINER_MODE=no)
 
4396
+  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
 
4397
+  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
 
4398
+  MAINT=$MAINTAINER_MODE_TRUE
 
4399
+  AC_SUBST(MAINT)dnl
 
4400
+]
 
4401
+)
 
4402
+
 
4403
+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
 
4404
+
 
4405
 # Check to see how 'make' treats includes.                 -*- Autoconf -*-
 
4406
 
 
4407
 # Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
 
4408
diff -uNr -x debian -x .pc konversation-1.0.1/config.h.in konversation-1.0.1.n/config.h.in
 
4409
--- konversation-1.0.1/config.h.in      2007-07-16 20:15:57.000000000 +0300
 
4410
+++ konversation-1.0.1.n/config.h.in    2007-07-17 02:59:59.000000000 +0300
 
4411
@@ -111,22 +111,22 @@
 
4412
 /* Define to the version of this package. */
 
4413
 #undef PACKAGE_VERSION
 
4414
 
 
4415
-/* The size of a `char *', as computed by sizeof. */
 
4416
+/* The size of `char *', as computed by sizeof. */
 
4417
 #undef SIZEOF_CHAR_P
 
4418
 
 
4419
-/* The size of a `int', as computed by sizeof. */
 
4420
+/* The size of `int', as computed by sizeof. */
 
4421
 #undef SIZEOF_INT
 
4422
 
 
4423
-/* The size of a `long', as computed by sizeof. */
 
4424
+/* The size of `long', as computed by sizeof. */
 
4425
 #undef SIZEOF_LONG
 
4426
 
 
4427
-/* The size of a `short', as computed by sizeof. */
 
4428
+/* The size of `short', as computed by sizeof. */
 
4429
 #undef SIZEOF_SHORT
 
4430
 
 
4431
-/* The size of a `size_t', as computed by sizeof. */
 
4432
+/* The size of `size_t', as computed by sizeof. */
 
4433
 #undef SIZEOF_SIZE_T
 
4434
 
 
4435
-/* The size of a `unsigned long', as computed by sizeof. */
 
4436
+/* The size of `unsigned long', as computed by sizeof. */
 
4437
 #undef SIZEOF_UNSIGNED_LONG
 
4438
 
 
4439
 /* Define to 1 if you have the ANSI C header files. */
 
4440
diff -uNr -x debian -x .pc konversation-1.0.1/configure konversation-1.0.1.n/configure
 
4441
--- konversation-1.0.1/configure        2007-07-16 20:15:57.000000000 +0300
 
4442
+++ konversation-1.0.1.n/configure      2007-07-17 02:59:58.000000000 +0300
 
4443
@@ -1,25 +1,54 @@
 
4444
 #! /bin/sh
 
4445
 # Guess values for system-dependent variables and create Makefiles.
 
4446
-# Generated by GNU Autoconf 2.59.
 
4447
+# Generated by GNU Autoconf 2.61.
 
4448
 #
 
4449
-# Copyright (C) 2003 Free Software Foundation, Inc.
 
4450
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 
4451
+# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
4452
 # This configure script is free software; the Free Software Foundation
 
4453
 # gives unlimited permission to copy, distribute and modify it.
 
4454
 ## --------------------- ##
 
4455
 ## M4sh Initialization.  ##
 
4456
 ## --------------------- ##
 
4457
 
 
4458
-# Be Bourne compatible
 
4459
+# Be more Bourne compatible
 
4460
+DUALCASE=1; export DUALCASE # for MKS sh
 
4461
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
4462
   emulate sh
 
4463
   NULLCMD=:
 
4464
   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
4465
   # is contrary to our usage.  Disable this feature.
 
4466
   alias -g '${1+"$@"}'='"$@"'
 
4467
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
 
4468
-  set -o posix
 
4469
+  setopt NO_GLOB_SUBST
 
4470
+else
 
4471
+  case `(set -o) 2>/dev/null` in
 
4472
+  *posix*) set -o posix ;;
 
4473
+esac
 
4474
+
 
4475
+fi
 
4476
+
 
4477
+
 
4478
+
 
4479
+
 
4480
+# PATH needs CR
 
4481
+# Avoid depending upon Character Ranges.
 
4482
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
4483
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
4484
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
4485
+as_cr_digits='0123456789'
 
4486
+as_cr_alnum=$as_cr_Letters$as_cr_digits
 
4487
+
 
4488
+# The user is always right.
 
4489
+if test "${PATH_SEPARATOR+set}" != set; then
 
4490
+  echo "#! /bin/sh" >conf$$.sh
 
4491
+  echo  "exit 0"   >>conf$$.sh
 
4492
+  chmod +x conf$$.sh
 
4493
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 
4494
+    PATH_SEPARATOR=';'
 
4495
+  else
 
4496
+    PATH_SEPARATOR=:
 
4497
+  fi
 
4498
+  rm -f conf$$.sh
 
4499
 fi
 
4500
-DUALCASE=1; export DUALCASE # for MKS sh
 
4501
 
 
4502
 # Support unset when possible.
 
4503
 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 
4504
@@ -29,8 +58,43 @@
 
4505
 fi
 
4506
 
 
4507
 
 
4508
+# IFS
 
4509
+# We need space, tab and new line, in precisely that order.  Quoting is
 
4510
+# there to prevent editors from complaining about space-tab.
 
4511
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 
4512
+# splitting by setting IFS to empty value.)
 
4513
+as_nl='
 
4514
+'
 
4515
+IFS=" ""       $as_nl"
 
4516
+
 
4517
+# Find who we are.  Look in the path if we contain no directory separator.
 
4518
+case $0 in
 
4519
+  *[\\/]* ) as_myself=$0 ;;
 
4520
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
4521
+for as_dir in $PATH
 
4522
+do
 
4523
+  IFS=$as_save_IFS
 
4524
+  test -z "$as_dir" && as_dir=.
 
4525
+  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
4526
+done
 
4527
+IFS=$as_save_IFS
 
4528
+
 
4529
+     ;;
 
4530
+esac
 
4531
+# We did not find ourselves, most probably we were run as `sh COMMAND'
 
4532
+# in which case we are not to be found in the path.
 
4533
+if test "x$as_myself" = x; then
 
4534
+  as_myself=$0
 
4535
+fi
 
4536
+if test ! -f "$as_myself"; then
 
4537
+  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
4538
+  { (exit 1); exit 1; }
 
4539
+fi
 
4540
+
 
4541
 # Work around bugs in pre-3.0 UWIN ksh.
 
4542
-$as_unset ENV MAIL MAILPATH
 
4543
+for as_var in ENV MAIL MAILPATH
 
4544
+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
4545
+done
 
4546
 PS1='$ '
 
4547
 PS2='> '
 
4548
 PS4='+ '
 
4549
@@ -44,18 +108,19 @@
 
4550
   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 
4551
     eval $as_var=C; export $as_var
 
4552
   else
 
4553
-    $as_unset $as_var
 
4554
+    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
4555
   fi
 
4556
 done
 
4557
 
 
4558
 # Required to use basename.
 
4559
-if expr a : '\(a\)' >/dev/null 2>&1; then
 
4560
+if expr a : '\(a\)' >/dev/null 2>&1 &&
 
4561
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
4562
   as_expr=expr
 
4563
 else
 
4564
   as_expr=false
 
4565
 fi
 
4566
 
 
4567
-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
 
4568
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 
4569
   as_basename=basename
 
4570
 else
 
4571
   as_basename=false
 
4572
@@ -63,157 +128,388 @@
 
4573
 
 
4574
 
 
4575
 # Name of the executable.
 
4576
-as_me=`$as_basename "$0" ||
 
4577
+as_me=`$as_basename -- "$0" ||
 
4578
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
4579
         X"$0" : 'X\(//\)$' \| \
 
4580
-        X"$0" : 'X\(/\)$' \| \
 
4581
-        .     : '\(.\)' 2>/dev/null ||
 
4582
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
4583
 echo X/"$0" |
 
4584
-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
 
4585
-         /^X\/\(\/\/\)$/{ s//\1/; q; }
 
4586
-         /^X\/\(\/\).*/{ s//\1/; q; }
 
4587
-         s/.*/./; q'`
 
4588
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
 
4589
+           s//\1/
 
4590
+           q
 
4591
+         }
 
4592
+         /^X\/\(\/\/\)$/{
 
4593
+           s//\1/
 
4594
+           q
 
4595
+         }
 
4596
+         /^X\/\(\/\).*/{
 
4597
+           s//\1/
 
4598
+           q
 
4599
+         }
 
4600
+         s/.*/./; q'`
 
4601
 
 
4602
+# CDPATH.
 
4603
+$as_unset CDPATH
 
4604
 
 
4605
-# PATH needs CR, and LINENO needs CR and PATH.
 
4606
-# Avoid depending upon Character Ranges.
 
4607
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
4608
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
4609
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
4610
-as_cr_digits='0123456789'
 
4611
-as_cr_alnum=$as_cr_Letters$as_cr_digits
 
4612
 
 
4613
-# The user is always right.
 
4614
-if test "${PATH_SEPARATOR+set}" != set; then
 
4615
-  echo "#! /bin/sh" >conf$$.sh
 
4616
-  echo  "exit 0"   >>conf$$.sh
 
4617
-  chmod +x conf$$.sh
 
4618
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 
4619
-    PATH_SEPARATOR=';'
 
4620
-  else
 
4621
-    PATH_SEPARATOR=:
 
4622
-  fi
 
4623
-  rm -f conf$$.sh
 
4624
+if test "x$CONFIG_SHELL" = x; then
 
4625
+  if (eval ":") 2>/dev/null; then
 
4626
+  as_have_required=yes
 
4627
+else
 
4628
+  as_have_required=no
 
4629
 fi
 
4630
 
 
4631
+  if test $as_have_required = yes &&    (eval ":
 
4632
+(as_func_return () {
 
4633
+  (exit \$1)
 
4634
+}
 
4635
+as_func_success () {
 
4636
+  as_func_return 0
 
4637
+}
 
4638
+as_func_failure () {
 
4639
+  as_func_return 1
 
4640
+}
 
4641
+as_func_ret_success () {
 
4642
+  return 0
 
4643
+}
 
4644
+as_func_ret_failure () {
 
4645
+  return 1
 
4646
+}
 
4647
 
 
4648
-  as_lineno_1=$LINENO
 
4649
-  as_lineno_2=$LINENO
 
4650
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 
4651
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
4652
-  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
 
4653
-  # Find who we are.  Look in the path if we contain no path at all
 
4654
-  # relative or not.
 
4655
-  case $0 in
 
4656
-    *[\\/]* ) as_myself=$0 ;;
 
4657
-    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
4658
-for as_dir in $PATH
 
4659
-do
 
4660
-  IFS=$as_save_IFS
 
4661
-  test -z "$as_dir" && as_dir=.
 
4662
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
4663
-done
 
4664
+exitcode=0
 
4665
+if as_func_success; then
 
4666
+  :
 
4667
+else
 
4668
+  exitcode=1
 
4669
+  echo as_func_success failed.
 
4670
+fi
 
4671
 
 
4672
-       ;;
 
4673
-  esac
 
4674
-  # We did not find ourselves, most probably we were run as `sh COMMAND'
 
4675
-  # in which case we are not to be found in the path.
 
4676
-  if test "x$as_myself" = x; then
 
4677
-    as_myself=$0
 
4678
-  fi
 
4679
-  if test ! -f "$as_myself"; then
 
4680
-    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
 
4681
-   { (exit 1); exit 1; }; }
 
4682
-  fi
 
4683
-  case $CONFIG_SHELL in
 
4684
-  '')
 
4685
+if as_func_failure; then
 
4686
+  exitcode=1
 
4687
+  echo as_func_failure succeeded.
 
4688
+fi
 
4689
+
 
4690
+if as_func_ret_success; then
 
4691
+  :
 
4692
+else
 
4693
+  exitcode=1
 
4694
+  echo as_func_ret_success failed.
 
4695
+fi
 
4696
+
 
4697
+if as_func_ret_failure; then
 
4698
+  exitcode=1
 
4699
+  echo as_func_ret_failure succeeded.
 
4700
+fi
 
4701
+
 
4702
+if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
 
4703
+  :
 
4704
+else
 
4705
+  exitcode=1
 
4706
+  echo positional parameters were not saved.
 
4707
+fi
 
4708
+
 
4709
+test \$exitcode = 0) || { (exit 1); exit 1; }
 
4710
+
 
4711
+(
 
4712
+  as_lineno_1=\$LINENO
 
4713
+  as_lineno_2=\$LINENO
 
4714
+  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
 
4715
+  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
 
4716
+") 2> /dev/null; then
 
4717
+  :
 
4718
+else
 
4719
+  as_candidate_shells=
 
4720
     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
4721
 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 
4722
 do
 
4723
   IFS=$as_save_IFS
 
4724
   test -z "$as_dir" && as_dir=.
 
4725
-  for as_base in sh bash ksh sh5; do
 
4726
-        case $as_dir in
 
4727
+  case $as_dir in
 
4728
         /*)
 
4729
-          if ("$as_dir/$as_base" -c '
 
4730
+          for as_base in sh bash ksh sh5; do
 
4731
+            as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
 
4732
+          done;;
 
4733
+       esac
 
4734
+done
 
4735
+IFS=$as_save_IFS
 
4736
+
 
4737
+
 
4738
+      for as_shell in $as_candidate_shells $SHELL; do
 
4739
+        # Try only shells that exist, to save several forks.
 
4740
+        if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
 
4741
+               { ("$as_shell") 2> /dev/null <<\_ASEOF
 
4742
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
4743
+  emulate sh
 
4744
+  NULLCMD=:
 
4745
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
4746
+  # is contrary to our usage.  Disable this feature.
 
4747
+  alias -g '${1+"$@"}'='"$@"'
 
4748
+  setopt NO_GLOB_SUBST
 
4749
+else
 
4750
+  case `(set -o) 2>/dev/null` in
 
4751
+  *posix*) set -o posix ;;
 
4752
+esac
 
4753
+
 
4754
+fi
 
4755
+
 
4756
+
 
4757
+:
 
4758
+_ASEOF
 
4759
+}; then
 
4760
+  CONFIG_SHELL=$as_shell
 
4761
+              as_have_required=yes
 
4762
+              if { "$as_shell" 2> /dev/null <<\_ASEOF
 
4763
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
4764
+  emulate sh
 
4765
+  NULLCMD=:
 
4766
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
4767
+  # is contrary to our usage.  Disable this feature.
 
4768
+  alias -g '${1+"$@"}'='"$@"'
 
4769
+  setopt NO_GLOB_SUBST
 
4770
+else
 
4771
+  case `(set -o) 2>/dev/null` in
 
4772
+  *posix*) set -o posix ;;
 
4773
+esac
 
4774
+
 
4775
+fi
 
4776
+
 
4777
+
 
4778
+:
 
4779
+(as_func_return () {
 
4780
+  (exit $1)
 
4781
+}
 
4782
+as_func_success () {
 
4783
+  as_func_return 0
 
4784
+}
 
4785
+as_func_failure () {
 
4786
+  as_func_return 1
 
4787
+}
 
4788
+as_func_ret_success () {
 
4789
+  return 0
 
4790
+}
 
4791
+as_func_ret_failure () {
 
4792
+  return 1
 
4793
+}
 
4794
+
 
4795
+exitcode=0
 
4796
+if as_func_success; then
 
4797
+  :
 
4798
+else
 
4799
+  exitcode=1
 
4800
+  echo as_func_success failed.
 
4801
+fi
 
4802
+
 
4803
+if as_func_failure; then
 
4804
+  exitcode=1
 
4805
+  echo as_func_failure succeeded.
 
4806
+fi
 
4807
+
 
4808
+if as_func_ret_success; then
 
4809
+  :
 
4810
+else
 
4811
+  exitcode=1
 
4812
+  echo as_func_ret_success failed.
 
4813
+fi
 
4814
+
 
4815
+if as_func_ret_failure; then
 
4816
+  exitcode=1
 
4817
+  echo as_func_ret_failure succeeded.
 
4818
+fi
 
4819
+
 
4820
+if ( set x; as_func_ret_success y && test x = "$1" ); then
 
4821
+  :
 
4822
+else
 
4823
+  exitcode=1
 
4824
+  echo positional parameters were not saved.
 
4825
+fi
 
4826
+
 
4827
+test $exitcode = 0) || { (exit 1); exit 1; }
 
4828
+
 
4829
+(
 
4830
   as_lineno_1=$LINENO
 
4831
   as_lineno_2=$LINENO
 
4832
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 
4833
   test "x$as_lineno_1" != "x$as_lineno_2" &&
 
4834
-  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
 
4835
-            $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
 
4836
-            $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
 
4837
-            CONFIG_SHELL=$as_dir/$as_base
 
4838
-            export CONFIG_SHELL
 
4839
-            exec "$CONFIG_SHELL" "$0" ${1+"$@"}
 
4840
-          fi;;
 
4841
-        esac
 
4842
-       done
 
4843
-done
 
4844
-;;
 
4845
-  esac
 
4846
+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
 
4847
+
 
4848
+_ASEOF
 
4849
+}; then
 
4850
+  break
 
4851
+fi
 
4852
+
 
4853
+fi
 
4854
+
 
4855
+      done
 
4856
+
 
4857
+      if test "x$CONFIG_SHELL" != x; then
 
4858
+  for as_var in BASH_ENV ENV
 
4859
+        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
4860
+        done
 
4861
+        export CONFIG_SHELL
 
4862
+        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
 
4863
+fi
 
4864
+
 
4865
+
 
4866
+    if test $as_have_required = no; then
 
4867
+  echo This script requires a shell more modern than all the
 
4868
+      echo shells that I found on your system.  Please install a
 
4869
+      echo modern shell, or manually run the script under such a
 
4870
+      echo shell if you do have one.
 
4871
+      { (exit 1); exit 1; }
 
4872
+fi
 
4873
+
 
4874
+
 
4875
+fi
 
4876
+
 
4877
+fi
 
4878
+
 
4879
+
 
4880
+
 
4881
+(eval "as_func_return () {
 
4882
+  (exit \$1)
 
4883
+}
 
4884
+as_func_success () {
 
4885
+  as_func_return 0
 
4886
+}
 
4887
+as_func_failure () {
 
4888
+  as_func_return 1
 
4889
+}
 
4890
+as_func_ret_success () {
 
4891
+  return 0
 
4892
+}
 
4893
+as_func_ret_failure () {
 
4894
+  return 1
 
4895
+}
 
4896
+
 
4897
+exitcode=0
 
4898
+if as_func_success; then
 
4899
+  :
 
4900
+else
 
4901
+  exitcode=1
 
4902
+  echo as_func_success failed.
 
4903
+fi
 
4904
+
 
4905
+if as_func_failure; then
 
4906
+  exitcode=1
 
4907
+  echo as_func_failure succeeded.
 
4908
+fi
 
4909
+
 
4910
+if as_func_ret_success; then
 
4911
+  :
 
4912
+else
 
4913
+  exitcode=1
 
4914
+  echo as_func_ret_success failed.
 
4915
+fi
 
4916
+
 
4917
+if as_func_ret_failure; then
 
4918
+  exitcode=1
 
4919
+  echo as_func_ret_failure succeeded.
 
4920
+fi
 
4921
+
 
4922
+if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
 
4923
+  :
 
4924
+else
 
4925
+  exitcode=1
 
4926
+  echo positional parameters were not saved.
 
4927
+fi
 
4928
+
 
4929
+test \$exitcode = 0") || {
 
4930
+  echo No shell found that supports shell functions.
 
4931
+  echo Please tell autoconf@gnu.org about your system,
 
4932
+  echo including any error possibly output before this
 
4933
+  echo message
 
4934
+}
 
4935
+
 
4936
+
 
4937
+
 
4938
+  as_lineno_1=$LINENO
 
4939
+  as_lineno_2=$LINENO
 
4940
+  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
4941
+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
 
4942
 
 
4943
   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 
4944
   # uniformly replaced by the line number.  The first 'sed' inserts a
 
4945
-  # line-number line before each line; the second 'sed' does the real
 
4946
-  # work.  The second script uses 'N' to pair each line-number line
 
4947
-  # with the numbered line, and appends trailing '-' during
 
4948
-  # substitution so that $LINENO is not a special case at line end.
 
4949
+  # line-number line after each line using $LINENO; the second 'sed'
 
4950
+  # does the real work.  The second script uses 'N' to pair each
 
4951
+  # line-number line with the line containing $LINENO, and appends
 
4952
+  # trailing '-' during substitution so that $LINENO is not a special
 
4953
+  # case at line end.
 
4954
   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 
4955
-  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
 
4956
-  sed '=' <$as_myself |
 
4957
+  # scripts with optimization help from Paolo Bonzini.  Blame Lee
 
4958
+  # E. McMahon (1931-1989) for sed's syntax.  :-)
 
4959
+  sed -n '
 
4960
+    p
 
4961
+    /[$]LINENO/=
 
4962
+  ' <$as_myself |
 
4963
     sed '
 
4964
+      s/[$]LINENO.*/&-/
 
4965
+      t lineno
 
4966
+      b
 
4967
+      :lineno
 
4968
       N
 
4969
-      s,$,-,
 
4970
-      : loop
 
4971
-      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
 
4972
+      :loop
 
4973
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 
4974
       t loop
 
4975
-      s,-$,,
 
4976
-      s,^['$as_cr_digits']*\n,,
 
4977
+      s/-\n.*//
 
4978
     ' >$as_me.lineno &&
 
4979
-  chmod +x $as_me.lineno ||
 
4980
+  chmod +x "$as_me.lineno" ||
 
4981
     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
4982
    { (exit 1); exit 1; }; }
 
4983
 
 
4984
   # Don't try to exec as it changes $[0], causing all sort of problems
 
4985
   # (the dirname of $[0] is not the place where we might find the
 
4986
-  # original and so on.  Autoconf is especially sensible to this).
 
4987
-  . ./$as_me.lineno
 
4988
+  # original and so on.  Autoconf is especially sensitive to this).
 
4989
+  . "./$as_me.lineno"
 
4990
   # Exit status is that of the last command.
 
4991
   exit
 
4992
 }
 
4993
 
 
4994
 
 
4995
-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
 
4996
-  *c*,-n*) ECHO_N= ECHO_C='
 
4997
-' ECHO_T='     ' ;;
 
4998
-  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
 
4999
-  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
 
5000
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
5001
+  as_dirname=dirname
 
5002
+else
 
5003
+  as_dirname=false
 
5004
+fi
 
5005
+
 
5006
+ECHO_C= ECHO_N= ECHO_T=
 
5007
+case `echo -n x` in
 
5008
+-n*)
 
5009
+  case `echo 'x\c'` in
 
5010
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
 
5011
+  *)   ECHO_C='\c';;
 
5012
+  esac;;
 
5013
+*)
 
5014
+  ECHO_N='-n';;
 
5015
 esac
 
5016
 
 
5017
-if expr a : '\(a\)' >/dev/null 2>&1; then
 
5018
+if expr a : '\(a\)' >/dev/null 2>&1 &&
 
5019
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
5020
   as_expr=expr
 
5021
 else
 
5022
   as_expr=false
 
5023
 fi
 
5024
 
 
5025
 rm -f conf$$ conf$$.exe conf$$.file
 
5026
+if test -d conf$$.dir; then
 
5027
+  rm -f conf$$.dir/conf$$.file
 
5028
+else
 
5029
+  rm -f conf$$.dir
 
5030
+  mkdir conf$$.dir
 
5031
+fi
 
5032
 echo >conf$$.file
 
5033
 if ln -s conf$$.file conf$$ 2>/dev/null; then
 
5034
-  # We could just check for DJGPP; but this test a) works b) is more generic
 
5035
-  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
 
5036
-  if test -f conf$$.exe; then
 
5037
-    # Don't use ln at all; we don't have any links
 
5038
+  as_ln_s='ln -s'
 
5039
+  # ... but there are two gotchas:
 
5040
+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
5041
+  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
5042
+  # In both cases, we have to default to `cp -p'.
 
5043
+  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
5044
     as_ln_s='cp -p'
 
5045
-  else
 
5046
-    as_ln_s='ln -s'
 
5047
-  fi
 
5048
 elif ln conf$$.file conf$$ 2>/dev/null; then
 
5049
   as_ln_s=ln
 
5050
 else
 
5051
   as_ln_s='cp -p'
 
5052
 fi
 
5053
-rm -f conf$$ conf$$.exe conf$$.file
 
5054
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 
5055
+rmdir conf$$.dir 2>/dev/null
 
5056
 
 
5057
 if mkdir -p . 2>/dev/null; then
 
5058
   as_mkdir_p=:
 
5059
@@ -222,7 +518,28 @@
 
5060
   as_mkdir_p=false
 
5061
 fi
 
5062
 
 
5063
-as_executable_p="test -f"
 
5064
+if test -x / >/dev/null 2>&1; then
 
5065
+  as_test_x='test -x'
 
5066
+else
 
5067
+  if ls -dL / >/dev/null 2>&1; then
 
5068
+    as_ls_L_option=L
 
5069
+  else
 
5070
+    as_ls_L_option=
 
5071
+  fi
 
5072
+  as_test_x='
 
5073
+    eval sh -c '\''
 
5074
+      if test -d "$1"; then
 
5075
+        test -d "$1/.";
 
5076
+      else
 
5077
+       case $1 in
 
5078
+        -*)set "./$1";;
 
5079
+       esac;
 
5080
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 
5081
+       ???[sx]*):;;*)false;;esac;fi
 
5082
+    '\'' sh
 
5083
+  '
 
5084
+fi
 
5085
+as_executable_p=$as_test_x
 
5086
 
 
5087
 # Sed expression to map a string onto a valid CPP name.
 
5088
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 
5089
@@ -231,15 +548,6 @@
 
5090
 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
5091
 
 
5092
 
 
5093
-# IFS
 
5094
-# We need space, tab and new line, in precisely that order.
 
5095
-as_nl='
 
5096
-'
 
5097
-IFS="  $as_nl"
 
5098
-
 
5099
-# CDPATH.
 
5100
-$as_unset CDPATH
 
5101
-
 
5102
 
 
5103
 
 
5104
 # Check that we are running under the correct shell.
 
5105
@@ -278,15 +586,15 @@
 
5106
 
 
5107
 # The HP-UX ksh and POSIX shell print the target directory to stdout
 
5108
 # if CDPATH is set.
 
5109
-if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
 
5110
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
5111
 
 
5112
 if test -z "$ECHO"; then
 
5113
 if test "X${echo_test_string+set}" != Xset; then
 
5114
 # find a string as large as possible, as long as the shell can cope with it
 
5115
   for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
 
5116
     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
 
5117
-    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
 
5118
-       echo_test_string="`eval $cmd`" &&
 
5119
+    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
 
5120
+       echo_test_string=`eval $cmd` &&
 
5121
        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
 
5122
     then
 
5123
       break
 
5124
@@ -395,29 +703,26 @@
 
5125
 
 
5126
 tagnames=${tagnames+${tagnames},}F77
 
5127
 
 
5128
+exec 7<&0 </dev/null 6>&1
 
5129
+
 
5130
 # Name of the host.
 
5131
 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
 
5132
 # so uname gets run too.
 
5133
 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
 
5134
 
 
5135
-exec 6>&1
 
5136
-
 
5137
 #
 
5138
 # Initializations.
 
5139
 #
 
5140
 ac_default_prefix=/usr/local
 
5141
+ac_clean_files=
 
5142
 ac_config_libobj_dir=.
 
5143
+LIBOBJS=
 
5144
 cross_compiling=no
 
5145
 subdirs=
 
5146
 MFLAGS=
 
5147
 MAKEFLAGS=
 
5148
 SHELL=${CONFIG_SHELL-/bin/sh}
 
5149
 
 
5150
-# Maximum number of lines to put in a shell here document.
 
5151
-# This variable seems obsolete.  It should probably be removed, and
 
5152
-# only ac_max_sed_lines should be used.
 
5153
-: ${ac_max_here_lines=38}
 
5154
-
 
5155
 # Identity of this package.
 
5156
 PACKAGE_NAME=
 
5157
 PACKAGE_TARNAME=
 
5158
@@ -430,42 +735,320 @@
 
5159
 # Factoring default headers for most tests.
 
5160
 ac_includes_default="\
 
5161
 #include <stdio.h>
 
5162
-#if HAVE_SYS_TYPES_H
 
5163
+#ifdef HAVE_SYS_TYPES_H
 
5164
 # include <sys/types.h>
 
5165
 #endif
 
5166
-#if HAVE_SYS_STAT_H
 
5167
+#ifdef HAVE_SYS_STAT_H
 
5168
 # include <sys/stat.h>
 
5169
 #endif
 
5170
-#if STDC_HEADERS
 
5171
+#ifdef STDC_HEADERS
 
5172
 # include <stdlib.h>
 
5173
 # include <stddef.h>
 
5174
 #else
 
5175
-# if HAVE_STDLIB_H
 
5176
+# ifdef HAVE_STDLIB_H
 
5177
 #  include <stdlib.h>
 
5178
 # endif
 
5179
 #endif
 
5180
-#if HAVE_STRING_H
 
5181
-# if !STDC_HEADERS && HAVE_MEMORY_H
 
5182
+#ifdef HAVE_STRING_H
 
5183
+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 
5184
 #  include <memory.h>
 
5185
 # endif
 
5186
 # include <string.h>
 
5187
 #endif
 
5188
-#if HAVE_STRINGS_H
 
5189
+#ifdef HAVE_STRINGS_H
 
5190
 # include <strings.h>
 
5191
 #endif
 
5192
-#if HAVE_INTTYPES_H
 
5193
+#ifdef HAVE_INTTYPES_H
 
5194
 # include <inttypes.h>
 
5195
-#else
 
5196
-# if HAVE_STDINT_H
 
5197
-#  include <stdint.h>
 
5198
-# endif
 
5199
 #endif
 
5200
-#if HAVE_UNISTD_H
 
5201
+#ifdef HAVE_STDINT_H
 
5202
+# include <stdint.h>
 
5203
+#endif
 
5204
+#ifdef HAVE_UNISTD_H
 
5205
 # include <unistd.h>
 
5206
 #endif"
 
5207
 
 
5208
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar KDECONFIG kde_libs_prefix kde_libs_htmldir CONF_FILES CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE WOVERLOADED_VIRTUAL HAVE_GCC_VISIBILITY unsermake_enable_pch_TRUE unsermake_enable_pch_FALSE USE_EXCEPTIONS USE_RTTI CXXCPP NOOPT_CXXFLAGS NOOPT_CFLAGS ENABLE_PERMISSIVE_FLAG LDFLAGS_AS_NEEDED LDFLAGS_NEW_DTAGS KDE_USE_FINAL_TRUE KDE_USE_FINAL_FALSE KDE_USE_CLOSURE_TRUE KDE_USE_CLOSURE_FALSE KDE_NO_UNDEFINED KDE_USE_NMCHECK_TRUE KDE_USE_NMCHECK_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB F77 FFLAGS ac_ct_F77 LIBTOOL KDE_PLUGIN KDE_CHECK_PLUGIN MSGFMT GMSGFMT XGETTEXT LIBUTIL LIBCOMPAT LIBCRYPT LIBRESOLV LIB_POLL FRAMEWORK_COREAUDIO LIBSOCKET X_EXTRA_LIBS LIBUCB LIBDL KDE_USE_FPIE KDE_USE_PIE include_x11_TRUE include_x11_FALSE X_PRE_LIBS LIB_X11 LIB_XRENDER LIBSM X_INCLUDES X_LDFLAGS x_includes x_libraries QTE_NORTTI LIB_XEXT LIBPTHREAD USE_THREADS KDE_MT_LDFLAGS KDE_MT_LIBS USER_INCLUDES USER_LDFLAGS LIBZ LIBPNG LIBJPEG qt_libraries qt_includes QT_INCLUDES QT_LDFLAGS PERL MOC UIC UIC_TR LIB_QT LIB_QPE kde_qtver KDE_EXTRA_RPATH KDE_RPATH X_RPATH kde_libraries kde_includes KDE_LDFLAGS KDE_INCLUDES all_includes all_libraries AUTODIRS include_ARTS_TRUE include_ARTS_FALSE MAKEKDEWIDGETS KCONFIG_COMPILER KCFG_DEPENDENCIES DCOPIDLNG DCOPIDL DCOPIDL2CPP DCOP_DEPENDENCIES MCOPIDL ARTSCCONFIG MEINPROC KDE_XSL_STYLESHEET XMLLINT kde_htmldir kde_appsdir kde_icondir kde_sounddir kde_datadir kde_locale kde_confdir kde_kcfgdir kde_mimedir kde_wallpaperdir kde_bindir xdg_appsdir xdg_menudir xdg_directorydir kde_templatesdir kde_servicesdir kde_servicetypesdir kde_moduledir kdeinitdir kde_styledir kde_widgetdir LIB_KDED LIB_KDECORE LIB_KDEUI LIB_KIO LIB_KJS LIB_SMB LIB_KAB LIB_KABC LIB_KHTML LIB_KSPELL LIB_KPARTS LIB_KDEPRINT LIB_KUTILS LIB_KDEPIM LIB_KIMPROXY LIB_KNEWSTUFF LIB_KDNSSD LIB_KUNITTEST LIB_KSYCOCA LIB_KFILE LIB_KFM LIB_ARTS QTDOCDIR KDE_HAVE_DOT DOXYGEN DOXYGEN_PROJECT_NAME DOXYGEN_PROJECT_NUMBER KDE_HAS_DOXYGEN LIB_KIMIFACE TOPSUBDIRS doc_SUBDIR_included_TRUE doc_SUBDIR_included_FALSE konversation_SUBDIR_included_TRUE konversation_SUBDIR_included_FALSE po_SUBDIR_included_TRUE po_SUBDIR_included_FALSE LIBOBJS LTLIBOBJS'
 
5209
+ac_subst_vars='SHELL
 
5210
+PATH_SEPARATOR
 
5211
+PACKAGE_NAME
 
5212
+PACKAGE_TARNAME
 
5213
+PACKAGE_VERSION
 
5214
+PACKAGE_STRING
 
5215
+PACKAGE_BUGREPORT
 
5216
+exec_prefix
 
5217
+prefix
 
5218
+program_transform_name
 
5219
+bindir
 
5220
+sbindir
 
5221
+libexecdir
 
5222
+datarootdir
 
5223
+datadir
 
5224
+sysconfdir
 
5225
+sharedstatedir
 
5226
+localstatedir
 
5227
+includedir
 
5228
+oldincludedir
 
5229
+docdir
 
5230
+infodir
 
5231
+htmldir
 
5232
+dvidir
 
5233
+pdfdir
 
5234
+psdir
 
5235
+libdir
 
5236
+localedir
 
5237
+mandir
 
5238
+DEFS
 
5239
+ECHO_C
 
5240
+ECHO_N
 
5241
+ECHO_T
 
5242
+LIBS
 
5243
+build_alias
 
5244
+host_alias
 
5245
+target_alias
 
5246
+build
 
5247
+build_cpu
 
5248
+build_vendor
 
5249
+build_os
 
5250
+host
 
5251
+host_cpu
 
5252
+host_vendor
 
5253
+host_os
 
5254
+target
 
5255
+target_cpu
 
5256
+target_vendor
 
5257
+target_os
 
5258
+INSTALL_PROGRAM
 
5259
+INSTALL_SCRIPT
 
5260
+INSTALL_DATA
 
5261
+CYGPATH_W
 
5262
+PACKAGE
 
5263
+VERSION
 
5264
+ACLOCAL
 
5265
+AUTOCONF
 
5266
+AUTOMAKE
 
5267
+AUTOHEADER
 
5268
+MAKEINFO
 
5269
+install_sh
 
5270
+STRIP
 
5271
+INSTALL_STRIP_PROGRAM
 
5272
+mkdir_p
 
5273
+AWK
 
5274
+SET_MAKE
 
5275
+am__leading_dot
 
5276
+AMTAR
 
5277
+am__tar
 
5278
+am__untar
 
5279
+MAINTAINER_MODE_TRUE
 
5280
+MAINTAINER_MODE_FALSE
 
5281
+MAINT
 
5282
+KDECONFIG
 
5283
+kde_libs_prefix
 
5284
+kde_libs_htmldir
 
5285
+CONF_FILES
 
5286
+CC
 
5287
+CFLAGS
 
5288
+LDFLAGS
 
5289
+CPPFLAGS
 
5290
+ac_ct_CC
 
5291
+EXEEXT
 
5292
+OBJEXT
 
5293
+DEPDIR
 
5294
+am__include
 
5295
+am__quote
 
5296
+AMDEP_TRUE
 
5297
+AMDEP_FALSE
 
5298
+AMDEPBACKSLASH
 
5299
+CCDEPMODE
 
5300
+am__fastdepCC_TRUE
 
5301
+am__fastdepCC_FALSE
 
5302
+CPP
 
5303
+CXX
 
5304
+CXXFLAGS
 
5305
+ac_ct_CXX
 
5306
+CXXDEPMODE
 
5307
+am__fastdepCXX_TRUE
 
5308
+am__fastdepCXX_FALSE
 
5309
+WOVERLOADED_VIRTUAL
 
5310
+HAVE_GCC_VISIBILITY
 
5311
+unsermake_enable_pch_TRUE
 
5312
+unsermake_enable_pch_FALSE
 
5313
+USE_EXCEPTIONS
 
5314
+USE_RTTI
 
5315
+CXXCPP
 
5316
+NOOPT_CXXFLAGS
 
5317
+NOOPT_CFLAGS
 
5318
+ENABLE_PERMISSIVE_FLAG
 
5319
+LDFLAGS_AS_NEEDED
 
5320
+LDFLAGS_NEW_DTAGS
 
5321
+KDE_USE_FINAL_TRUE
 
5322
+KDE_USE_FINAL_FALSE
 
5323
+KDE_USE_CLOSURE_TRUE
 
5324
+KDE_USE_CLOSURE_FALSE
 
5325
+KDE_NO_UNDEFINED
 
5326
+KDE_USE_NMCHECK_TRUE
 
5327
+KDE_USE_NMCHECK_FALSE
 
5328
+SED
 
5329
+GREP
 
5330
+EGREP
 
5331
+LN_S
 
5332
+ECHO
 
5333
+AR
 
5334
+RANLIB
 
5335
+F77
 
5336
+FFLAGS
 
5337
+ac_ct_F77
 
5338
+LIBTOOL
 
5339
+KDE_PLUGIN
 
5340
+KDE_CHECK_PLUGIN
 
5341
+MSGFMT
 
5342
+GMSGFMT
 
5343
+XGETTEXT
 
5344
+LIBUTIL
 
5345
+LIBCOMPAT
 
5346
+LIBCRYPT
 
5347
+LIBRESOLV
 
5348
+LIB_POLL
 
5349
+FRAMEWORK_COREAUDIO
 
5350
+LIBSOCKET
 
5351
+X_EXTRA_LIBS
 
5352
+LIBUCB
 
5353
+LIBDL
 
5354
+KDE_USE_FPIE
 
5355
+KDE_USE_PIE
 
5356
+include_x11_TRUE
 
5357
+include_x11_FALSE
 
5358
+XMKMF
 
5359
+X_PRE_LIBS
 
5360
+LIB_X11
 
5361
+LIB_XRENDER
 
5362
+LIBSM
 
5363
+X_INCLUDES
 
5364
+X_LDFLAGS
 
5365
+x_includes
 
5366
+x_libraries
 
5367
+QTE_NORTTI
 
5368
+LIB_XEXT
 
5369
+LIBPTHREAD
 
5370
+USE_THREADS
 
5371
+KDE_MT_LDFLAGS
 
5372
+KDE_MT_LIBS
 
5373
+USER_INCLUDES
 
5374
+USER_LDFLAGS
 
5375
+LIBZ
 
5376
+LIBPNG
 
5377
+LIBJPEG
 
5378
+qt_libraries
 
5379
+qt_includes
 
5380
+QT_INCLUDES
 
5381
+QT_LDFLAGS
 
5382
+PERL
 
5383
+MOC
 
5384
+UIC
 
5385
+UIC_TR
 
5386
+LIB_QT
 
5387
+LIB_QPE
 
5388
+kde_qtver
 
5389
+KDE_EXTRA_RPATH
 
5390
+KDE_RPATH
 
5391
+X_RPATH
 
5392
+kde_libraries
 
5393
+kde_includes
 
5394
+KDE_LDFLAGS
 
5395
+KDE_INCLUDES
 
5396
+all_includes
 
5397
+all_libraries
 
5398
+AUTODIRS
 
5399
+include_ARTS_TRUE
 
5400
+include_ARTS_FALSE
 
5401
+MAKEKDEWIDGETS
 
5402
+KCONFIG_COMPILER
 
5403
+KCFG_DEPENDENCIES
 
5404
+DCOPIDLNG
 
5405
+DCOPIDL
 
5406
+DCOPIDL2CPP
 
5407
+DCOP_DEPENDENCIES
 
5408
+MCOPIDL
 
5409
+ARTSCCONFIG
 
5410
+MEINPROC
 
5411
+KDE_XSL_STYLESHEET
 
5412
+XMLLINT
 
5413
+kde_htmldir
 
5414
+kde_appsdir
 
5415
+kde_icondir
 
5416
+kde_sounddir
 
5417
+kde_datadir
 
5418
+kde_locale
 
5419
+kde_confdir
 
5420
+kde_kcfgdir
 
5421
+kde_mimedir
 
5422
+kde_wallpaperdir
 
5423
+kde_bindir
 
5424
+xdg_appsdir
 
5425
+xdg_menudir
 
5426
+xdg_directorydir
 
5427
+kde_templatesdir
 
5428
+kde_servicesdir
 
5429
+kde_servicetypesdir
 
5430
+kde_moduledir
 
5431
+kdeinitdir
 
5432
+kde_styledir
 
5433
+kde_widgetdir
 
5434
+LIB_KDED
 
5435
+LIB_KDECORE
 
5436
+LIB_KDEUI
 
5437
+LIB_KIO
 
5438
+LIB_KJS
 
5439
+LIB_SMB
 
5440
+LIB_KAB
 
5441
+LIB_KABC
 
5442
+LIB_KHTML
 
5443
+LIB_KSPELL
 
5444
+LIB_KPARTS
 
5445
+LIB_KDEPRINT
 
5446
+LIB_KUTILS
 
5447
+LIB_KDEPIM
 
5448
+LIB_KIMPROXY
 
5449
+LIB_KNEWSTUFF
 
5450
+LIB_KDNSSD
 
5451
+LIB_KUNITTEST
 
5452
+LIB_KSYCOCA
 
5453
+LIB_KFILE
 
5454
+LIB_KFM
 
5455
+LIB_ARTS
 
5456
+QTDOCDIR
 
5457
+KDE_HAVE_DOT
 
5458
+DOXYGEN
 
5459
+DOXYGEN_PROJECT_NAME
 
5460
+DOXYGEN_PROJECT_NUMBER
 
5461
+KDE_HAS_DOXYGEN
 
5462
+LIB_KIMIFACE
 
5463
+TOPSUBDIRS
 
5464
+doc_SUBDIR_included_TRUE
 
5465
+doc_SUBDIR_included_FALSE
 
5466
+konversation_SUBDIR_included_TRUE
 
5467
+konversation_SUBDIR_included_FALSE
 
5468
+po_SUBDIR_included_TRUE
 
5469
+po_SUBDIR_included_FALSE
 
5470
+LIBOBJS
 
5471
+LTLIBOBJS'
 
5472
 ac_subst_files=''
 
5473
+      ac_precious_vars='build_alias
 
5474
+host_alias
 
5475
+target_alias
 
5476
+CC
 
5477
+CFLAGS
 
5478
+LDFLAGS
 
5479
+LIBS
 
5480
+CPPFLAGS
 
5481
+CPP
 
5482
+CXX
 
5483
+CXXFLAGS
 
5484
+CCC
 
5485
+CXXCPP
 
5486
+F77
 
5487
+FFLAGS
 
5488
+XMKMF'
 
5489
+
 
5490
 
 
5491
 # Initialize some variables set by options.
 
5492
 ac_init_help=
 
5493
@@ -492,34 +1075,48 @@
 
5494
 # and all the variables that are supposed to be based on exec_prefix
 
5495
 # by default will actually change.
 
5496
 # Use braces instead of parens because sh, perl, etc. also accept them.
 
5497
+# (The list follows the same order as the GNU Coding Standards.)
 
5498
 bindir='${exec_prefix}/bin'
 
5499
 sbindir='${exec_prefix}/sbin'
 
5500
 libexecdir='${exec_prefix}/libexec'
 
5501
-datadir='${prefix}/share'
 
5502
+datarootdir='${prefix}/share'
 
5503
+datadir='${datarootdir}'
 
5504
 sysconfdir='${prefix}/etc'
 
5505
 sharedstatedir='${prefix}/com'
 
5506
 localstatedir='${prefix}/var'
 
5507
-libdir='${exec_prefix}/lib'
 
5508
 includedir='${prefix}/include'
 
5509
 oldincludedir='/usr/include'
 
5510
-infodir='${prefix}/info'
 
5511
-mandir='${prefix}/man'
 
5512
+docdir='${datarootdir}/doc/${PACKAGE}'
 
5513
+infodir='${datarootdir}/info'
 
5514
+htmldir='${docdir}'
 
5515
+dvidir='${docdir}'
 
5516
+pdfdir='${docdir}'
 
5517
+psdir='${docdir}'
 
5518
+libdir='${exec_prefix}/lib'
 
5519
+localedir='${datarootdir}/locale'
 
5520
+mandir='${datarootdir}/man'
 
5521
 
 
5522
 ac_prev=
 
5523
+ac_dashdash=
 
5524
 for ac_option
 
5525
 do
 
5526
   # If the previous option needs an argument, assign it.
 
5527
   if test -n "$ac_prev"; then
 
5528
-    eval "$ac_prev=\$ac_option"
 
5529
+    eval $ac_prev=\$ac_option
 
5530
     ac_prev=
 
5531
     continue
 
5532
   fi
 
5533
 
 
5534
-  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
 
5535
+  case $ac_option in
 
5536
+  *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
 
5537
+  *)   ac_optarg=yes ;;
 
5538
+  esac
 
5539
 
 
5540
   # Accept the important Cygnus configure options, so we can diagnose typos.
 
5541
 
 
5542
-  case $ac_option in
 
5543
+  case $ac_dashdash$ac_option in
 
5544
+  --)
 
5545
+    ac_dashdash=yes ;;
 
5546
 
 
5547
   -bindir | --bindir | --bindi | --bind | --bin | --bi)
 
5548
     ac_prev=bindir ;;
 
5549
@@ -541,33 +1138,45 @@
 
5550
   --config-cache | -C)
 
5551
     cache_file=config.cache ;;
 
5552
 
 
5553
-  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
 
5554
+  -datadir | --datadir | --datadi | --datad)
 
5555
     ac_prev=datadir ;;
 
5556
-  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
 
5557
-  | --da=*)
 
5558
+  -datadir=* | --datadir=* | --datadi=* | --datad=*)
 
5559
     datadir=$ac_optarg ;;
 
5560
 
 
5561
+  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
 
5562
+  | --dataroo | --dataro | --datar)
 
5563
+    ac_prev=datarootdir ;;
 
5564
+  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
 
5565
+  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
 
5566
+    datarootdir=$ac_optarg ;;
 
5567
+
 
5568
   -disable-* | --disable-*)
 
5569
     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
 
5570
     # Reject names that are not valid shell variable names.
 
5571
-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 
5572
+    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
5573
       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 
5574
    { (exit 1); exit 1; }; }
 
5575
-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
 
5576
-    eval "enable_$ac_feature=no" ;;
 
5577
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
 
5578
+    eval enable_$ac_feature=no ;;
 
5579
+
 
5580
+  -docdir | --docdir | --docdi | --doc | --do)
 
5581
+    ac_prev=docdir ;;
 
5582
+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
 
5583
+    docdir=$ac_optarg ;;
 
5584
+
 
5585
+  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
 
5586
+    ac_prev=dvidir ;;
 
5587
+  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
 
5588
+    dvidir=$ac_optarg ;;
 
5589
 
 
5590
   -enable-* | --enable-*)
 
5591
     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
 
5592
     # Reject names that are not valid shell variable names.
 
5593
-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 
5594
+    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
5595
       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 
5596
    { (exit 1); exit 1; }; }
 
5597
-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
 
5598
-    case $ac_option in
 
5599
-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
 
5600
-      *) ac_optarg=yes ;;
 
5601
-    esac
 
5602
-    eval "enable_$ac_feature='$ac_optarg'" ;;
 
5603
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
 
5604
+    eval enable_$ac_feature=\$ac_optarg ;;
 
5605
 
 
5606
   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
 
5607
   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
 
5608
@@ -594,6 +1203,12 @@
 
5609
   -host=* | --host=* | --hos=* | --ho=*)
 
5610
     host_alias=$ac_optarg ;;
 
5611
 
 
5612
+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
 
5613
+    ac_prev=htmldir ;;
 
5614
+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
 
5615
+  | --ht=*)
 
5616
+    htmldir=$ac_optarg ;;
 
5617
+
 
5618
   -includedir | --includedir | --includedi | --included | --include \
 
5619
   | --includ | --inclu | --incl | --inc)
 
5620
     ac_prev=includedir ;;
 
5621
@@ -618,13 +1233,16 @@
 
5622
   | --libexe=* | --libex=* | --libe=*)
 
5623
     libexecdir=$ac_optarg ;;
 
5624
 
 
5625
+  -localedir | --localedir | --localedi | --localed | --locale)
 
5626
+    ac_prev=localedir ;;
 
5627
+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
 
5628
+    localedir=$ac_optarg ;;
 
5629
+
 
5630
   -localstatedir | --localstatedir | --localstatedi | --localstated \
 
5631
-  | --localstate | --localstat | --localsta | --localst \
 
5632
-  | --locals | --local | --loca | --loc | --lo)
 
5633
+  | --localstate | --localstat | --localsta | --localst | --locals)
 
5634
     ac_prev=localstatedir ;;
 
5635
   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
 
5636
-  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
 
5637
-  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
 
5638
+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
 
5639
     localstatedir=$ac_optarg ;;
 
5640
 
 
5641
   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
 
5642
@@ -689,6 +1307,16 @@
 
5643
   | --progr-tra=* | --program-tr=* | --program-t=*)
 
5644
     program_transform_name=$ac_optarg ;;
 
5645
 
 
5646
+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
 
5647
+    ac_prev=pdfdir ;;
 
5648
+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
 
5649
+    pdfdir=$ac_optarg ;;
 
5650
+
 
5651
+  -psdir | --psdir | --psdi | --psd | --ps)
 
5652
+    ac_prev=psdir ;;
 
5653
+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
 
5654
+    psdir=$ac_optarg ;;
 
5655
+
 
5656
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
5657
   | -silent | --silent | --silen | --sile | --sil)
 
5658
     silent=yes ;;
 
5659
@@ -741,24 +1369,20 @@
 
5660
   -with-* | --with-*)
 
5661
     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
 
5662
     # Reject names that are not valid shell variable names.
 
5663
-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 
5664
+    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
5665
       { echo "$as_me: error: invalid package name: $ac_package" >&2
 
5666
    { (exit 1); exit 1; }; }
 
5667
-    ac_package=`echo $ac_package| sed 's/-/_/g'`
 
5668
-    case $ac_option in
 
5669
-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
 
5670
-      *) ac_optarg=yes ;;
 
5671
-    esac
 
5672
-    eval "with_$ac_package='$ac_optarg'" ;;
 
5673
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
 
5674
+    eval with_$ac_package=\$ac_optarg ;;
 
5675
 
 
5676
   -without-* | --without-*)
 
5677
     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
 
5678
     # Reject names that are not valid shell variable names.
 
5679
-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 
5680
+    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
5681
       { echo "$as_me: error: invalid package name: $ac_package" >&2
 
5682
    { (exit 1); exit 1; }; }
 
5683
-    ac_package=`echo $ac_package | sed 's/-/_/g'`
 
5684
-    eval "with_$ac_package=no" ;;
 
5685
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
 
5686
+    eval with_$ac_package=no ;;
 
5687
 
 
5688
   --x)
 
5689
     # Obsolete; use --with-x.
 
5690
@@ -789,8 +1413,7 @@
 
5691
     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
 
5692
       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
 
5693
    { (exit 1); exit 1; }; }
 
5694
-    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
 
5695
-    eval "$ac_envvar='$ac_optarg'"
 
5696
+    eval $ac_envvar=\$ac_optarg
 
5697
     export $ac_envvar ;;
 
5698
 
 
5699
   *)
 
5700
@@ -810,27 +1433,19 @@
 
5701
    { (exit 1); exit 1; }; }
 
5702
 fi
 
5703
 
 
5704
-# Be sure to have absolute paths.
 
5705
-for ac_var in exec_prefix prefix
 
5706
+# Be sure to have absolute directory names.
 
5707
+for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
 
5708
+               datadir sysconfdir sharedstatedir localstatedir includedir \
 
5709
+               oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
 
5710
+               libdir localedir mandir
 
5711
 do
 
5712
-  eval ac_val=$`echo $ac_var`
 
5713
+  eval ac_val=\$$ac_var
 
5714
   case $ac_val in
 
5715
-    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
 
5716
-    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 
5717
-   { (exit 1); exit 1; }; };;
 
5718
-  esac
 
5719
-done
 
5720
-
 
5721
-# Be sure to have absolute paths.
 
5722
-for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
 
5723
-             localstatedir libdir includedir oldincludedir infodir mandir
 
5724
-do
 
5725
-  eval ac_val=$`echo $ac_var`
 
5726
-  case $ac_val in
 
5727
-    [\\/$]* | ?:[\\/]* ) ;;
 
5728
-    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 
5729
-   { (exit 1); exit 1; }; };;
 
5730
+    [\\/$]* | ?:[\\/]* )  continue;;
 
5731
+    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
 
5732
   esac
 
5733
+  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 
5734
+   { (exit 1); exit 1; }; }
 
5735
 done
 
5736
 
 
5737
 # There might be people who depend on the old broken behavior: `$host'
 
5738
@@ -857,22 +1472,43 @@
 
5739
 test "$silent" = yes && exec 6>/dev/null
 
5740
 
 
5741
 
 
5742
+ac_pwd=`pwd` && test -n "$ac_pwd" &&
 
5743
+ac_ls_di=`ls -di .` &&
 
5744
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
 
5745
+  { echo "$as_me: error: Working directory cannot be determined" >&2
 
5746
+   { (exit 1); exit 1; }; }
 
5747
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
 
5748
+  { echo "$as_me: error: pwd does not report name of working directory" >&2
 
5749
+   { (exit 1); exit 1; }; }
 
5750
+
 
5751
+
 
5752
 # Find the source files, if location was not specified.
 
5753
 if test -z "$srcdir"; then
 
5754
   ac_srcdir_defaulted=yes
 
5755
-  # Try the directory containing this script, then its parent.
 
5756
-  ac_confdir=`(dirname "$0") 2>/dev/null ||
 
5757
+  # Try the directory containing this script, then the parent directory.
 
5758
+  ac_confdir=`$as_dirname -- "$0" ||
 
5759
 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
5760
         X"$0" : 'X\(//\)[^/]' \| \
 
5761
         X"$0" : 'X\(//\)$' \| \
 
5762
-        X"$0" : 'X\(/\)' \| \
 
5763
-        .     : '\(.\)' 2>/dev/null ||
 
5764
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
5765
 echo X"$0" |
 
5766
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
5767
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
5768
-         /^X\(\/\/\)$/{ s//\1/; q; }
 
5769
-         /^X\(\/\).*/{ s//\1/; q; }
 
5770
-         s/.*/./; q'`
 
5771
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
5772
+           s//\1/
 
5773
+           q
 
5774
+         }
 
5775
+         /^X\(\/\/\)[^/].*/{
 
5776
+           s//\1/
 
5777
+           q
 
5778
+         }
 
5779
+         /^X\(\/\/\)$/{
 
5780
+           s//\1/
 
5781
+           q
 
5782
+         }
 
5783
+         /^X\(\/\).*/{
 
5784
+           s//\1/
 
5785
+           q
 
5786
+         }
 
5787
+         s/.*/./; q'`
 
5788
   srcdir=$ac_confdir
 
5789
   if test ! -r "$srcdir/$ac_unique_file"; then
 
5790
     srcdir=..
 
5791
@@ -881,70 +1517,31 @@
 
5792
   ac_srcdir_defaulted=no
 
5793
 fi
 
5794
 if test ! -r "$srcdir/$ac_unique_file"; then
 
5795
-  if test "$ac_srcdir_defaulted" = yes; then
 
5796
-    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
 
5797
-   { (exit 1); exit 1; }; }
 
5798
-  else
 
5799
-    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
 
5800
+  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
 
5801
+  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
 
5802
    { (exit 1); exit 1; }; }
 
5803
-  fi
 
5804
 fi
 
5805
-(cd $srcdir && test -r "./$ac_unique_file") 2>/dev/null ||
 
5806
-  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
 
5807
-   { (exit 1); exit 1; }; }
 
5808
-srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
 
5809
-ac_env_build_alias_set=${build_alias+set}
 
5810
-ac_env_build_alias_value=$build_alias
 
5811
-ac_cv_env_build_alias_set=${build_alias+set}
 
5812
-ac_cv_env_build_alias_value=$build_alias
 
5813
-ac_env_host_alias_set=${host_alias+set}
 
5814
-ac_env_host_alias_value=$host_alias
 
5815
-ac_cv_env_host_alias_set=${host_alias+set}
 
5816
-ac_cv_env_host_alias_value=$host_alias
 
5817
-ac_env_target_alias_set=${target_alias+set}
 
5818
-ac_env_target_alias_value=$target_alias
 
5819
-ac_cv_env_target_alias_set=${target_alias+set}
 
5820
-ac_cv_env_target_alias_value=$target_alias
 
5821
-ac_env_CC_set=${CC+set}
 
5822
-ac_env_CC_value=$CC
 
5823
-ac_cv_env_CC_set=${CC+set}
 
5824
-ac_cv_env_CC_value=$CC
 
5825
-ac_env_CFLAGS_set=${CFLAGS+set}
 
5826
-ac_env_CFLAGS_value=$CFLAGS
 
5827
-ac_cv_env_CFLAGS_set=${CFLAGS+set}
 
5828
-ac_cv_env_CFLAGS_value=$CFLAGS
 
5829
-ac_env_LDFLAGS_set=${LDFLAGS+set}
 
5830
-ac_env_LDFLAGS_value=$LDFLAGS
 
5831
-ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
 
5832
-ac_cv_env_LDFLAGS_value=$LDFLAGS
 
5833
-ac_env_CPPFLAGS_set=${CPPFLAGS+set}
 
5834
-ac_env_CPPFLAGS_value=$CPPFLAGS
 
5835
-ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
 
5836
-ac_cv_env_CPPFLAGS_value=$CPPFLAGS
 
5837
-ac_env_CPP_set=${CPP+set}
 
5838
-ac_env_CPP_value=$CPP
 
5839
-ac_cv_env_CPP_set=${CPP+set}
 
5840
-ac_cv_env_CPP_value=$CPP
 
5841
-ac_env_CXX_set=${CXX+set}
 
5842
-ac_env_CXX_value=$CXX
 
5843
-ac_cv_env_CXX_set=${CXX+set}
 
5844
-ac_cv_env_CXX_value=$CXX
 
5845
-ac_env_CXXFLAGS_set=${CXXFLAGS+set}
 
5846
-ac_env_CXXFLAGS_value=$CXXFLAGS
 
5847
-ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
 
5848
-ac_cv_env_CXXFLAGS_value=$CXXFLAGS
 
5849
-ac_env_CXXCPP_set=${CXXCPP+set}
 
5850
-ac_env_CXXCPP_value=$CXXCPP
 
5851
-ac_cv_env_CXXCPP_set=${CXXCPP+set}
 
5852
-ac_cv_env_CXXCPP_value=$CXXCPP
 
5853
-ac_env_F77_set=${F77+set}
 
5854
-ac_env_F77_value=$F77
 
5855
-ac_cv_env_F77_set=${F77+set}
 
5856
-ac_cv_env_F77_value=$F77
 
5857
-ac_env_FFLAGS_set=${FFLAGS+set}
 
5858
-ac_env_FFLAGS_value=$FFLAGS
 
5859
-ac_cv_env_FFLAGS_set=${FFLAGS+set}
 
5860
-ac_cv_env_FFLAGS_value=$FFLAGS
 
5861
+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
 
5862
+ac_abs_confdir=`(
 
5863
+       cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
 
5864
+   { (exit 1); exit 1; }; }
 
5865
+       pwd)`
 
5866
+# When building in place, set srcdir=.
 
5867
+if test "$ac_abs_confdir" = "$ac_pwd"; then
 
5868
+  srcdir=.
 
5869
+fi
 
5870
+# Remove unnecessary trailing slashes from srcdir.
 
5871
+# Double slashes in file names in object file debugging info
 
5872
+# mess up M-x gdb in Emacs.
 
5873
+case $srcdir in
 
5874
+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
 
5875
+esac
 
5876
+for ac_var in $ac_precious_vars; do
 
5877
+  eval ac_env_${ac_var}_set=\${${ac_var}+set}
 
5878
+  eval ac_env_${ac_var}_value=\$${ac_var}
 
5879
+  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
 
5880
+  eval ac_cv_env_${ac_var}_value=\$${ac_var}
 
5881
+done
 
5882
 
 
5883
 #
 
5884
 # Report the --help message.
 
5885
@@ -973,9 +1570,6 @@
 
5886
   -n, --no-create         do not create output files
 
5887
       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
 
5888
 
 
5889
-_ACEOF
 
5890
-
 
5891
-  cat <<_ACEOF
 
5892
 Installation directories:
 
5893
   --prefix=PREFIX         install architecture-independent files in PREFIX
 
5894
                          [$ac_default_prefix]
 
5895
@@ -993,15 +1587,22 @@
 
5896
   --bindir=DIR           user executables [EPREFIX/bin]
 
5897
   --sbindir=DIR          system admin executables [EPREFIX/sbin]
 
5898
   --libexecdir=DIR       program executables [EPREFIX/libexec]
 
5899
-  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
 
5900
   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
 
5901
   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
 
5902
   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
 
5903
   --libdir=DIR           object code libraries [EPREFIX/lib]
 
5904
   --includedir=DIR       C header files [PREFIX/include]
 
5905
   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
 
5906
-  --infodir=DIR          info documentation [PREFIX/info]
 
5907
-  --mandir=DIR           man documentation [PREFIX/man]
 
5908
+  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
 
5909
+  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
 
5910
+  --infodir=DIR          info documentation [DATAROOTDIR/info]
 
5911
+  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
 
5912
+  --mandir=DIR           man documentation [DATAROOTDIR/man]
 
5913
+  --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
 
5914
+  --htmldir=DIR          html documentation [DOCDIR]
 
5915
+  --dvidir=DIR           dvi documentation [DOCDIR]
 
5916
+  --pdfdir=DIR           pdf documentation [DOCDIR]
 
5917
+  --psdir=DIR            ps documentation [DOCDIR]
 
5918
 _ACEOF
 
5919
 
 
5920
   cat <<\_ACEOF
 
5921
@@ -1025,6 +1626,8 @@
 
5922
 Optional Features:
 
5923
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
 
5924
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
 
5925
+  --enable-maintainer-mode  enable make rules and dependencies not useful
 
5926
+                         (and sometimes confusing) to the casual installer
 
5927
   --disable-fast-perl     disable fast Makefile generation (needs perl)
 
5928
   --enable-debug=ARG      enables debug symbols (yes|no|full) default=no
 
5929
   --disable-debug         disables debug output and debug symbols default=no
 
5930
@@ -1042,10 +1645,8 @@
 
5931
                           of memory)
 
5932
   --enable-closure        delay template instantiation
 
5933
   --enable-nmcheck        enable automatic namespace cleanness check
 
5934
-  --enable-shared[=PKGS]
 
5935
-                          build shared libraries [default=yes]
 
5936
-  --enable-static[=PKGS]
 
5937
-                          build static libraries [default=no]
 
5938
+  --enable-shared[=PKGS]  build shared libraries [default=yes]
 
5939
+  --enable-static[=PKGS]  build static libraries [default=no]
 
5940
   --enable-libsuffix      /lib directory suffix (64,32,none,auto=default)
 
5941
   --enable-fast-install[=PKGS]
 
5942
                           optimize for fast installation [default=yes]
 
5943
@@ -1065,8 +1666,7 @@
 
5944
   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
 
5945
   --with-pic              try to use only PIC/non-PIC objects [default=use
 
5946
                           both]
 
5947
-  --with-tags[=TAGS]
 
5948
-                          include additional configurations [automatic]
 
5949
+  --with-tags[=TAGS]      include additional configurations [automatic]
 
5950
   --with-extra-includes=DIR
 
5951
                           adds non standard include paths
 
5952
   --with-extra-libs=DIR   adds non standard library paths
 
5953
@@ -1080,131 +1680,101 @@
 
5954
   CFLAGS      C compiler flags
 
5955
   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
 
5956
               nonstandard directory <lib dir>
 
5957
-  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
 
5958
-              headers in a nonstandard directory <include dir>
 
5959
+  LIBS        libraries to pass to the linker, e.g. -l<library>
 
5960
+  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
 
5961
+              you have headers in a nonstandard directory <include dir>
 
5962
   CPP         C preprocessor
 
5963
   CXX         C++ compiler command
 
5964
   CXXFLAGS    C++ compiler flags
 
5965
   CXXCPP      C++ preprocessor
 
5966
   F77         Fortran 77 compiler command
 
5967
   FFLAGS      Fortran 77 compiler flags
 
5968
+  XMKMF       Path to xmkmf, Makefile generator for X Window System
 
5969
 
 
5970
 Use these variables to override the choices made by `configure' or to help
 
5971
 it to find libraries and programs with nonstandard names/locations.
 
5972
 
 
5973
 _ACEOF
 
5974
+ac_status=$?
 
5975
 fi
 
5976
 
 
5977
 if test "$ac_init_help" = "recursive"; then
 
5978
   # If there are subdirs, report their specific --help.
 
5979
-  ac_popdir=`pwd`
 
5980
   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
 
5981
-    test -d $ac_dir || continue
 
5982
+    test -d "$ac_dir" || continue
 
5983
     ac_builddir=.
 
5984
 
 
5985
-if test "$ac_dir" != .; then
 
5986
+case "$ac_dir" in
 
5987
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
5988
+*)
 
5989
   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 
5990
-  # A "../" for each directory in $ac_dir_suffix.
 
5991
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
 
5992
-else
 
5993
-  ac_dir_suffix= ac_top_builddir=
 
5994
-fi
 
5995
+  # A ".." for each directory in $ac_dir_suffix.
 
5996
+  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 
5997
+  case $ac_top_builddir_sub in
 
5998
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
5999
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
6000
+  esac ;;
 
6001
+esac
 
6002
+ac_abs_top_builddir=$ac_pwd
 
6003
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
 
6004
+# for backward compatibility:
 
6005
+ac_top_builddir=$ac_top_build_prefix
 
6006
 
 
6007
 case $srcdir in
 
6008
-  .)  # No --srcdir option.  We are building in place.
 
6009
+  .)  # We are building in place.
 
6010
     ac_srcdir=.
 
6011
-    if test -z "$ac_top_builddir"; then
 
6012
-       ac_top_srcdir=.
 
6013
-    else
 
6014
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
 
6015
-    fi ;;
 
6016
-  [\\/]* | ?:[\\/]* )  # Absolute path.
 
6017
+    ac_top_srcdir=$ac_top_builddir_sub
 
6018
+    ac_abs_top_srcdir=$ac_pwd ;;
 
6019
+  [\\/]* | ?:[\\/]* )  # Absolute name.
 
6020
     ac_srcdir=$srcdir$ac_dir_suffix;
 
6021
-    ac_top_srcdir=$srcdir ;;
 
6022
-  *) # Relative path.
 
6023
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
 
6024
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
 
6025
-esac
 
6026
-
 
6027
-# Do not use `cd foo && pwd` to compute absolute paths, because
 
6028
-# the directories may not exist.
 
6029
-case `pwd` in
 
6030
-.) ac_abs_builddir="$ac_dir";;
 
6031
-*)
 
6032
-  case "$ac_dir" in
 
6033
-  .) ac_abs_builddir=`pwd`;;
 
6034
-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
 
6035
-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
 
6036
-  esac;;
 
6037
-esac
 
6038
-case $ac_abs_builddir in
 
6039
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
 
6040
-*)
 
6041
-  case ${ac_top_builddir}. in
 
6042
-  .) ac_abs_top_builddir=$ac_abs_builddir;;
 
6043
-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
 
6044
-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
 
6045
-  esac;;
 
6046
-esac
 
6047
-case $ac_abs_builddir in
 
6048
-.) ac_abs_srcdir=$ac_srcdir;;
 
6049
-*)
 
6050
-  case $ac_srcdir in
 
6051
-  .) ac_abs_srcdir=$ac_abs_builddir;;
 
6052
-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
 
6053
-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
 
6054
-  esac;;
 
6055
-esac
 
6056
-case $ac_abs_builddir in
 
6057
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
 
6058
-*)
 
6059
-  case $ac_top_srcdir in
 
6060
-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
 
6061
-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
 
6062
-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
 
6063
-  esac;;
 
6064
+    ac_top_srcdir=$srcdir
 
6065
+    ac_abs_top_srcdir=$srcdir ;;
 
6066
+  *) # Relative name.
 
6067
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 
6068
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
 
6069
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 
6070
 esac
 
6071
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
6072
 
 
6073
-    cd $ac_dir
 
6074
-    # Check for guested configure; otherwise get Cygnus style configure.
 
6075
-    if test -f $ac_srcdir/configure.gnu; then
 
6076
-      echo
 
6077
-      $SHELL $ac_srcdir/configure.gnu  --help=recursive
 
6078
-    elif test -f $ac_srcdir/configure; then
 
6079
-      echo
 
6080
-      $SHELL $ac_srcdir/configure  --help=recursive
 
6081
-    elif test -f $ac_srcdir/configure.ac ||
 
6082
-          test -f $ac_srcdir/configure.in; then
 
6083
-      echo
 
6084
-      $ac_configure --help
 
6085
+    cd "$ac_dir" || { ac_status=$?; continue; }
 
6086
+    # Check for guested configure.
 
6087
+    if test -f "$ac_srcdir/configure.gnu"; then
 
6088
+      echo &&
 
6089
+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
 
6090
+    elif test -f "$ac_srcdir/configure"; then
 
6091
+      echo &&
 
6092
+      $SHELL "$ac_srcdir/configure" --help=recursive
 
6093
     else
 
6094
       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
 
6095
-    fi
 
6096
-    cd $ac_popdir
 
6097
+    fi || ac_status=$?
 
6098
+    cd "$ac_pwd" || { ac_status=$?; break; }
 
6099
   done
 
6100
 fi
 
6101
 
 
6102
-test -n "$ac_init_help" && exit 0
 
6103
+test -n "$ac_init_help" && exit $ac_status
 
6104
 if $ac_init_version; then
 
6105
   cat <<\_ACEOF
 
6106
+configure
 
6107
+generated by GNU Autoconf 2.61
 
6108
 
 
6109
-Copyright (C) 2003 Free Software Foundation, Inc.
 
6110
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 
6111
+2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
6112
 This configure script is free software; the Free Software Foundation
 
6113
 gives unlimited permission to copy, distribute and modify it.
 
6114
 _ACEOF
 
6115
-  exit 0
 
6116
+  exit
 
6117
 fi
 
6118
-exec 5>config.log
 
6119
-cat >&5 <<_ACEOF
 
6120
+cat >config.log <<_ACEOF
 
6121
 This file contains any messages produced by compilers while
 
6122
 running configure, to aid debugging if configure makes a mistake.
 
6123
 
 
6124
 It was created by $as_me, which was
 
6125
-generated by GNU Autoconf 2.59.  Invocation command line was
 
6126
+generated by GNU Autoconf 2.61.  Invocation command line was
 
6127
 
 
6128
   $ $0 $@
 
6129
 
 
6130
 _ACEOF
 
6131
+exec 5>>config.log
 
6132
 {
 
6133
 cat <<_ASUNAME
 
6134
 ## --------- ##
 
6135
@@ -1223,7 +1793,7 @@
 
6136
 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
 
6137
 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
 
6138
 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
 
6139
-hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
 
6140
+/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
 
6141
 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
 
6142
 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
 
6143
 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
 
6144
@@ -1237,6 +1807,7 @@
 
6145
   test -z "$as_dir" && as_dir=.
 
6146
   echo "PATH: $as_dir"
 
6147
 done
 
6148
+IFS=$as_save_IFS
 
6149
 
 
6150
 } >&5
 
6151
 
 
6152
@@ -1258,7 +1829,6 @@
 
6153
 ac_configure_args=
 
6154
 ac_configure_args0=
 
6155
 ac_configure_args1=
 
6156
-ac_sep=
 
6157
 ac_must_keep_next=false
 
6158
 for ac_pass in 1 2
 
6159
 do
 
6160
@@ -1269,7 +1839,7 @@
 
6161
     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
6162
     | -silent | --silent | --silen | --sile | --sil)
 
6163
       continue ;;
 
6164
-    *" "*|*"   "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
 
6165
+    *\'*)
 
6166
       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
6167
     esac
 
6168
     case $ac_pass in
 
6169
@@ -1291,9 +1861,7 @@
 
6170
          -* ) ac_must_keep_next=true ;;
 
6171
        esac
 
6172
       fi
 
6173
-      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
 
6174
-      # Get rid of the leading space.
 
6175
-      ac_sep=" "
 
6176
+      ac_configure_args="$ac_configure_args '$ac_arg'"
 
6177
       ;;
 
6178
     esac
 
6179
   done
 
6180
@@ -1304,8 +1872,8 @@
 
6181
 # When interrupted or exit'd, cleanup temporary files, and complete
 
6182
 # config.log.  We remove comments because anyway the quotes in there
 
6183
 # would cause problems or look ugly.
 
6184
-# WARNING: Be sure not to use single quotes in there, as some shells,
 
6185
-# such as our DU 5.0 friend, will then `close' the trap.
 
6186
+# WARNING: Use '\'' to represent an apostrophe within the trap.
 
6187
+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
 
6188
 trap 'exit_status=$?
 
6189
   # Save into config.log some information that might help in debugging.
 
6190
   {
 
6191
@@ -1318,20 +1886,34 @@
 
6192
 _ASBOX
 
6193
     echo
 
6194
     # The following way of writing the cache mishandles newlines in values,
 
6195
-{
 
6196
+(
 
6197
+  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
 
6198
+    eval ac_val=\$$ac_var
 
6199
+    case $ac_val in #(
 
6200
+    *${as_nl}*)
 
6201
+      case $ac_var in #(
 
6202
+      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 
6203
+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 
6204
+      esac
 
6205
+      case $ac_var in #(
 
6206
+      _ | IFS | as_nl) ;; #(
 
6207
+      *) $as_unset $ac_var ;;
 
6208
+      esac ;;
 
6209
+    esac
 
6210
+  done
 
6211
   (set) 2>&1 |
 
6212
-    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
 
6213
-    *ac_space=\ *)
 
6214
+    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
 
6215
+    *${as_nl}ac_space=\ *)
 
6216
       sed -n \
 
6217
-       "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
 
6218
-         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
 
6219
-      ;;
 
6220
+       "s/'\''/'\''\\\\'\'''\''/g;
 
6221
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
 
6222
+      ;; #(
 
6223
     *)
 
6224
-      sed -n \
 
6225
-       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
 
6226
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 
6227
       ;;
 
6228
-    esac;
 
6229
-}
 
6230
+    esac |
 
6231
+    sort
 
6232
+)
 
6233
     echo
 
6234
 
 
6235
     cat <<\_ASBOX
 
6236
@@ -1342,22 +1924,28 @@
 
6237
     echo
 
6238
     for ac_var in $ac_subst_vars
 
6239
     do
 
6240
-      eval ac_val=$`echo $ac_var`
 
6241
-      echo "$ac_var='"'"'$ac_val'"'"'"
 
6242
+      eval ac_val=\$$ac_var
 
6243
+      case $ac_val in
 
6244
+      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
6245
+      esac
 
6246
+      echo "$ac_var='\''$ac_val'\''"
 
6247
     done | sort
 
6248
     echo
 
6249
 
 
6250
     if test -n "$ac_subst_files"; then
 
6251
       cat <<\_ASBOX
 
6252
-## ------------- ##
 
6253
-## Output files. ##
 
6254
-## ------------- ##
 
6255
+## ------------------- ##
 
6256
+## File substitutions. ##
 
6257
+## ------------------- ##
 
6258
 _ASBOX
 
6259
       echo
 
6260
       for ac_var in $ac_subst_files
 
6261
       do
 
6262
-       eval ac_val=$`echo $ac_var`
 
6263
-       echo "$ac_var='"'"'$ac_val'"'"'"
 
6264
+       eval ac_val=\$$ac_var
 
6265
+       case $ac_val in
 
6266
+       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
6267
+       esac
 
6268
+       echo "$ac_var='\''$ac_val'\''"
 
6269
       done | sort
 
6270
       echo
 
6271
     fi
 
6272
@@ -1369,26 +1957,24 @@
 
6273
 ## ----------- ##
 
6274
 _ASBOX
 
6275
       echo
 
6276
-      sed "/^$/d" confdefs.h | sort
 
6277
+      cat confdefs.h
 
6278
       echo
 
6279
     fi
 
6280
     test "$ac_signal" != 0 &&
 
6281
       echo "$as_me: caught signal $ac_signal"
 
6282
     echo "$as_me: exit $exit_status"
 
6283
   } >&5
 
6284
-  rm -f core *.core &&
 
6285
-  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
 
6286
+  rm -f core *.core core.conftest.* &&
 
6287
+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
 
6288
     exit $exit_status
 
6289
-     ' 0
 
6290
+' 0
 
6291
 for ac_signal in 1 2 13 15; do
 
6292
   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
 
6293
 done
 
6294
 ac_signal=0
 
6295
 
 
6296
 # confdefs.h avoids OS command line length limits that DEFS can exceed.
 
6297
-rm -rf conftest* confdefs.h
 
6298
-# AIX cpp loses on an empty file, so make sure it contains at least a newline.
 
6299
-echo >confdefs.h
 
6300
+rm -f -r conftest* confdefs.h
 
6301
 
 
6302
 # Predefined preprocessor variables.
 
6303
 
 
6304
@@ -1419,14 +2005,17 @@
 
6305
 
 
6306
 # Let the site file select an alternate cache file if it wants to.
 
6307
 # Prefer explicitly selected file to automatically selected ones.
 
6308
-if test -z "$CONFIG_SITE"; then
 
6309
-  if test "x$prefix" != xNONE; then
 
6310
-    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
 
6311
-  else
 
6312
-    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
 
6313
-  fi
 
6314
+if test -n "$CONFIG_SITE"; then
 
6315
+  set x "$CONFIG_SITE"
 
6316
+elif test "x$prefix" != xNONE; then
 
6317
+  set x "$prefix/share/config.site" "$prefix/etc/config.site"
 
6318
+else
 
6319
+  set x "$ac_default_prefix/share/config.site" \
 
6320
+       "$ac_default_prefix/etc/config.site"
 
6321
 fi
 
6322
-for ac_site_file in $CONFIG_SITE; do
 
6323
+shift
 
6324
+for ac_site_file
 
6325
+do
 
6326
   if test -r "$ac_site_file"; then
 
6327
     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
 
6328
 echo "$as_me: loading site script $ac_site_file" >&6;}
 
6329
@@ -1442,8 +2031,8 @@
 
6330
     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
 
6331
 echo "$as_me: loading cache $cache_file" >&6;}
 
6332
     case $cache_file in
 
6333
-      [\\/]* | ?:[\\/]* ) . $cache_file;;
 
6334
-      *)                      . ./$cache_file;;
 
6335
+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
 
6336
+      *)                      . "./$cache_file";;
 
6337
     esac
 
6338
   fi
 
6339
 else
 
6340
@@ -1455,12 +2044,11 @@
 
6341
 # Check that the precious variables saved in the cache have kept the same
 
6342
 # value.
 
6343
 ac_cache_corrupted=false
 
6344
-for ac_var in `(set) 2>&1 |
 
6345
-              sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
 
6346
+for ac_var in $ac_precious_vars; do
 
6347
   eval ac_old_set=\$ac_cv_env_${ac_var}_set
 
6348
   eval ac_new_set=\$ac_env_${ac_var}_set
 
6349
-  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
 
6350
-  eval ac_new_val="\$ac_env_${ac_var}_value"
 
6351
+  eval ac_old_val=\$ac_cv_env_${ac_var}_value
 
6352
+  eval ac_new_val=\$ac_env_${ac_var}_value
 
6353
   case $ac_old_set,$ac_new_set in
 
6354
     set,)
 
6355
       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
 
6356
@@ -1485,8 +2073,7 @@
 
6357
   # Pass precious variables to config.status.
 
6358
   if test "$ac_new_set" = set; then
 
6359
     case $ac_new_val in
 
6360
-    *" "*|*"   "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
 
6361
-      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
 
6362
+    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
 
6363
     *) ac_arg=$ac_var=$ac_new_val ;;
 
6364
     esac
 
6365
     case " $ac_configure_args " in
 
6366
@@ -1503,12 +2090,6 @@
 
6367
    { (exit 1); exit 1; }; }
 
6368
 fi
 
6369
 
 
6370
-ac_ext=c
 
6371
-ac_cpp='$CPP $CPPFLAGS'
 
6372
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
6373
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
6374
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
6375
-
 
6376
 
 
6377
 
 
6378
 
 
6379
@@ -1525,110 +2106,165 @@
 
6380
 
 
6381
 
 
6382
 
 
6383
+ac_ext=c
 
6384
+ac_cpp='$CPP $CPPFLAGS'
 
6385
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
6386
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
6387
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
6388
 
 
6389
 
 
6390
 ac_aux_dir=
 
6391
-for ac_dir in admin $srcdir/admin; do
 
6392
-  if test -f $ac_dir/install-sh; then
 
6393
+for ac_dir in admin "$srcdir"/admin; do
 
6394
+  if test -f "$ac_dir/install-sh"; then
 
6395
     ac_aux_dir=$ac_dir
 
6396
     ac_install_sh="$ac_aux_dir/install-sh -c"
 
6397
     break
 
6398
-  elif test -f $ac_dir/install.sh; then
 
6399
+  elif test -f "$ac_dir/install.sh"; then
 
6400
     ac_aux_dir=$ac_dir
 
6401
     ac_install_sh="$ac_aux_dir/install.sh -c"
 
6402
     break
 
6403
-  elif test -f $ac_dir/shtool; then
 
6404
+  elif test -f "$ac_dir/shtool"; then
 
6405
     ac_aux_dir=$ac_dir
 
6406
     ac_install_sh="$ac_aux_dir/shtool install -c"
 
6407
     break
 
6408
   fi
 
6409
 done
 
6410
 if test -z "$ac_aux_dir"; then
 
6411
-  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in admin $srcdir/admin" >&5
 
6412
-echo "$as_me: error: cannot find install-sh or install.sh in admin $srcdir/admin" >&2;}
 
6413
+  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in admin \"$srcdir\"/admin" >&5
 
6414
+echo "$as_me: error: cannot find install-sh or install.sh in admin \"$srcdir\"/admin" >&2;}
 
6415
    { (exit 1); exit 1; }; }
 
6416
 fi
 
6417
-ac_config_guess="$SHELL $ac_aux_dir/config.guess"
 
6418
-ac_config_sub="$SHELL $ac_aux_dir/config.sub"
 
6419
-ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
 
6420
+
 
6421
+# These three variables are undocumented and unsupported,
 
6422
+# and are intended to be withdrawn in a future Autoconf release.
 
6423
+# They can cause serious problems if a builder's source tree is in a directory
 
6424
+# whose full name contains unusual characters.
 
6425
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
 
6426
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
 
6427
+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
 
6428
+
 
6429
 
 
6430
 
 
6431
 unset CDPATH
 
6432
 
 
6433
 # Make sure we can run config.sub.
 
6434
-$ac_config_sub sun4 >/dev/null 2>&1 ||
 
6435
-  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
 
6436
-echo "$as_me: error: cannot run $ac_config_sub" >&2;}
 
6437
+$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
 
6438
+  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
 
6439
+echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
 
6440
    { (exit 1); exit 1; }; }
 
6441
 
 
6442
-echo "$as_me:$LINENO: checking build system type" >&5
 
6443
-echo $ECHO_N "checking build system type... $ECHO_C" >&6
 
6444
+{ echo "$as_me:$LINENO: checking build system type" >&5
 
6445
+echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
 
6446
 if test "${ac_cv_build+set}" = set; then
 
6447
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
6448
 else
 
6449
-  ac_cv_build_alias=$build_alias
 
6450
-test -z "$ac_cv_build_alias" &&
 
6451
-  ac_cv_build_alias=`$ac_config_guess`
 
6452
-test -z "$ac_cv_build_alias" &&
 
6453
+  ac_build_alias=$build_alias
 
6454
+test "x$ac_build_alias" = x &&
 
6455
+  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
 
6456
+test "x$ac_build_alias" = x &&
 
6457
   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
 
6458
 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
 
6459
    { (exit 1); exit 1; }; }
 
6460
-ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
 
6461
-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
 
6462
-echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
 
6463
+ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
 
6464
+  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
 
6465
+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
 
6466
    { (exit 1); exit 1; }; }
 
6467
 
 
6468
 fi
 
6469
-echo "$as_me:$LINENO: result: $ac_cv_build" >&5
 
6470
-echo "${ECHO_T}$ac_cv_build" >&6
 
6471
+{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
 
6472
+echo "${ECHO_T}$ac_cv_build" >&6; }
 
6473
+case $ac_cv_build in
 
6474
+*-*-*) ;;
 
6475
+*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
 
6476
+echo "$as_me: error: invalid value of canonical build" >&2;}
 
6477
+   { (exit 1); exit 1; }; };;
 
6478
+esac
 
6479
 build=$ac_cv_build
 
6480
-build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
 
6481
-build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
 
6482
-build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 
6483
+ac_save_IFS=$IFS; IFS='-'
 
6484
+set x $ac_cv_build
 
6485
+shift
 
6486
+build_cpu=$1
 
6487
+build_vendor=$2
 
6488
+shift; shift
 
6489
+# Remember, the first character of IFS is used to create $*,
 
6490
+# except with old shells:
 
6491
+build_os=$*
 
6492
+IFS=$ac_save_IFS
 
6493
+case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
 
6494
 
 
6495
 
 
6496
-echo "$as_me:$LINENO: checking host system type" >&5
 
6497
-echo $ECHO_N "checking host system type... $ECHO_C" >&6
 
6498
+{ echo "$as_me:$LINENO: checking host system type" >&5
 
6499
+echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
 
6500
 if test "${ac_cv_host+set}" = set; then
 
6501
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
6502
 else
 
6503
-  ac_cv_host_alias=$host_alias
 
6504
-test -z "$ac_cv_host_alias" &&
 
6505
-  ac_cv_host_alias=$ac_cv_build_alias
 
6506
-ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
 
6507
-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
 
6508
-echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
 
6509
+  if test "x$host_alias" = x; then
 
6510
+  ac_cv_host=$ac_cv_build
 
6511
+else
 
6512
+  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
 
6513
+    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
 
6514
+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
 
6515
    { (exit 1); exit 1; }; }
 
6516
+fi
 
6517
 
 
6518
 fi
 
6519
-echo "$as_me:$LINENO: result: $ac_cv_host" >&5
 
6520
-echo "${ECHO_T}$ac_cv_host" >&6
 
6521
+{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
 
6522
+echo "${ECHO_T}$ac_cv_host" >&6; }
 
6523
+case $ac_cv_host in
 
6524
+*-*-*) ;;
 
6525
+*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
 
6526
+echo "$as_me: error: invalid value of canonical host" >&2;}
 
6527
+   { (exit 1); exit 1; }; };;
 
6528
+esac
 
6529
 host=$ac_cv_host
 
6530
-host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
 
6531
-host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
 
6532
-host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 
6533
+ac_save_IFS=$IFS; IFS='-'
 
6534
+set x $ac_cv_host
 
6535
+shift
 
6536
+host_cpu=$1
 
6537
+host_vendor=$2
 
6538
+shift; shift
 
6539
+# Remember, the first character of IFS is used to create $*,
 
6540
+# except with old shells:
 
6541
+host_os=$*
 
6542
+IFS=$ac_save_IFS
 
6543
+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
 
6544
 
 
6545
 
 
6546
-echo "$as_me:$LINENO: checking target system type" >&5
 
6547
-echo $ECHO_N "checking target system type... $ECHO_C" >&6
 
6548
+{ echo "$as_me:$LINENO: checking target system type" >&5
 
6549
+echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
 
6550
 if test "${ac_cv_target+set}" = set; then
 
6551
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
6552
 else
 
6553
-  ac_cv_target_alias=$target_alias
 
6554
-test "x$ac_cv_target_alias" = "x" &&
 
6555
-  ac_cv_target_alias=$ac_cv_host_alias
 
6556
-ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
 
6557
-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
 
6558
-echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
 
6559
+  if test "x$target_alias" = x; then
 
6560
+  ac_cv_target=$ac_cv_host
 
6561
+else
 
6562
+  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
 
6563
+    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
 
6564
+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
 
6565
    { (exit 1); exit 1; }; }
 
6566
+fi
 
6567
 
 
6568
 fi
 
6569
-echo "$as_me:$LINENO: result: $ac_cv_target" >&5
 
6570
-echo "${ECHO_T}$ac_cv_target" >&6
 
6571
+{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5
 
6572
+echo "${ECHO_T}$ac_cv_target" >&6; }
 
6573
+case $ac_cv_target in
 
6574
+*-*-*) ;;
 
6575
+*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
 
6576
+echo "$as_me: error: invalid value of canonical target" >&2;}
 
6577
+   { (exit 1); exit 1; }; };;
 
6578
+esac
 
6579
 target=$ac_cv_target
 
6580
-target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
 
6581
-target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
 
6582
-target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 
6583
+ac_save_IFS=$IFS; IFS='-'
 
6584
+set x $ac_cv_target
 
6585
+shift
 
6586
+target_cpu=$1
 
6587
+target_vendor=$2
 
6588
+shift; shift
 
6589
+# Remember, the first character of IFS is used to create $*,
 
6590
+# except with old shells:
 
6591
+target_os=$*
 
6592
+IFS=$ac_save_IFS
 
6593
+case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
 
6594
 
 
6595
 
 
6596
 # The aliases save the names the user supplied, while $host etc.
 
6597
@@ -1638,17 +2274,17 @@
 
6598
     NONENONEs,x,x, &&
 
6599
   program_prefix=${target_alias}-
 
6600
 test "$program_prefix" != NONE &&
 
6601
-  program_transform_name="s,^,$program_prefix,;$program_transform_name"
 
6602
+  program_transform_name="s&^&$program_prefix&;$program_transform_name"
 
6603
 # Use a double $ so make ignores it.
 
6604
 test "$program_suffix" != NONE &&
 
6605
-  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
 
6606
+  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
 
6607
 # Double any \ or $.  echo might interpret backslashes.
 
6608
 # By default was `s,x,x', remove it if useless.
 
6609
 cat <<\_ACEOF >conftest.sed
 
6610
 s/[\\$]/&&/g;s/;s,x,x,$//
 
6611
 _ACEOF
 
6612
 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
 
6613
-rm conftest.sed
 
6614
+rm -f conftest.sed
 
6615
 
 
6616
 
 
6617
 am__api_version="1.9"
 
6618
@@ -1670,8 +2306,8 @@
 
6619
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 
6620
 # OS/2's system install, which has a completely different semantic
 
6621
 # ./install, which can be erroneously created by make from ./install.sh.
 
6622
-echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 
6623
-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
 
6624
+{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 
6625
+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
 
6626
 if test -z "$INSTALL"; then
 
6627
 if test "${ac_cv_path_install+set}" = set; then
 
6628
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
6629
@@ -1693,7 +2329,7 @@
 
6630
     # by default.
 
6631
     for ac_prog in ginstall scoinst install; do
 
6632
       for ac_exec_ext in '' $ac_executable_extensions; do
 
6633
-       if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
 
6634
+       if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
 
6635
          if test $ac_prog = install &&
 
6636
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 
6637
            # AIX install.  It has an incompatible calling convention.
 
6638
@@ -1712,21 +2348,22 @@
 
6639
     ;;
 
6640
 esac
 
6641
 done
 
6642
+IFS=$as_save_IFS
 
6643
 
 
6644
 
 
6645
 fi
 
6646
   if test "${ac_cv_path_install+set}" = set; then
 
6647
     INSTALL=$ac_cv_path_install
 
6648
   else
 
6649
-    # As a last resort, use the slow shell script.  We don't cache a
 
6650
-    # path for INSTALL within a source directory, because that will
 
6651
+    # As a last resort, use the slow shell script.  Don't cache a
 
6652
+    # value for INSTALL within a source directory, because that will
 
6653
     # break other packages using the cache if that directory is
 
6654
-    # removed, or if the path is relative.
 
6655
+    # removed, or if the value is a relative name.
 
6656
     INSTALL=$ac_install_sh
 
6657
   fi
 
6658
 fi
 
6659
-echo "$as_me:$LINENO: result: $INSTALL" >&5
 
6660
-echo "${ECHO_T}$INSTALL" >&6
 
6661
+{ echo "$as_me:$LINENO: result: $INSTALL" >&5
 
6662
+echo "${ECHO_T}$INSTALL" >&6; }
 
6663
 
 
6664
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 
6665
 # It thinks the first close brace ends the variable substitution.
 
6666
@@ -1740,8 +2377,8 @@
 
6667
   if test -z "$kde_save_INSTALL_given" ; then
 
6668
     # OK, user hasn't given any INSTALL, autoconf found one for us
 
6669
     # now we test, if it supports the -p flag
 
6670
-    echo "$as_me:$LINENO: checking for -p flag to install" >&5
 
6671
-echo $ECHO_N "checking for -p flag to install... $ECHO_C" >&6
 
6672
+    { echo "$as_me:$LINENO: checking for -p flag to install" >&5
 
6673
+echo $ECHO_N "checking for -p flag to install... $ECHO_C" >&6; }
 
6674
     rm -f confinst.$$.* > /dev/null 2>&1
 
6675
     echo "Testtest" > confinst.$$.orig
 
6676
     ac_res=no
 
6677
@@ -1753,8 +2390,8 @@
 
6678
       fi
 
6679
     fi
 
6680
     rm -f confinst.$$.*
 
6681
-    echo "$as_me:$LINENO: result: $ac_res" >&5
 
6682
-echo "${ECHO_T}$ac_res" >&6
 
6683
+    { echo "$as_me:$LINENO: result: $ac_res" >&5
 
6684
+echo "${ECHO_T}$ac_res" >&6; }
 
6685
   fi
 
6686
 
 
6687
   if test -z "$kde_save_INSTALL_PROGRAM_given" ; then
 
6688
@@ -1764,8 +2401,8 @@
 
6689
     INSTALL_SCRIPT='${INSTALL}'
 
6690
   fi
 
6691
 
 
6692
-echo "$as_me:$LINENO: checking whether build environment is sane" >&5
 
6693
-echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
 
6694
+{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
 
6695
+echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
 
6696
 # Just in case
 
6697
 sleep 1
 
6698
 echo timestamp > conftest.file
 
6699
@@ -1807,8 +2444,8 @@
 
6700
 Check your system clock" >&2;}
 
6701
    { (exit 1); exit 1; }; }
 
6702
 fi
 
6703
-echo "$as_me:$LINENO: result: yes" >&5
 
6704
-echo "${ECHO_T}yes" >&6
 
6705
+{ echo "$as_me:$LINENO: result: yes" >&5
 
6706
+echo "${ECHO_T}yes" >&6; }
 
6707
 # expand $ac_aux_dir to an absolute path
 
6708
 am_aux_dir=`cd $ac_aux_dir && pwd`
 
6709
 
 
6710
@@ -1859,8 +2496,8 @@
 
6711
 do
 
6712
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
6713
 set dummy $ac_prog; ac_word=$2
 
6714
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
6715
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
6716
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
6717
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
6718
 if test "${ac_cv_prog_AWK+set}" = set; then
 
6719
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
6720
 else
 
6721
@@ -1873,54 +2510,57 @@
 
6722
   IFS=$as_save_IFS
 
6723
   test -z "$as_dir" && as_dir=.
 
6724
   for ac_exec_ext in '' $ac_executable_extensions; do
 
6725
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
6726
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
6727
     ac_cv_prog_AWK="$ac_prog"
 
6728
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
6729
     break 2
 
6730
   fi
 
6731
 done
 
6732
 done
 
6733
+IFS=$as_save_IFS
 
6734
 
 
6735
 fi
 
6736
 fi
 
6737
 AWK=$ac_cv_prog_AWK
 
6738
 if test -n "$AWK"; then
 
6739
-  echo "$as_me:$LINENO: result: $AWK" >&5
 
6740
-echo "${ECHO_T}$AWK" >&6
 
6741
+  { echo "$as_me:$LINENO: result: $AWK" >&5
 
6742
+echo "${ECHO_T}$AWK" >&6; }
 
6743
 else
 
6744
-  echo "$as_me:$LINENO: result: no" >&5
 
6745
-echo "${ECHO_T}no" >&6
 
6746
+  { echo "$as_me:$LINENO: result: no" >&5
 
6747
+echo "${ECHO_T}no" >&6; }
 
6748
 fi
 
6749
 
 
6750
+
 
6751
   test -n "$AWK" && break
 
6752
 done
 
6753
 
 
6754
-echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 
6755
-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
 
6756
-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
 
6757
-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
 
6758
+{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 
6759
+echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
 
6760
+set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 
6761
+if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
 
6762
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
6763
 else
 
6764
   cat >conftest.make <<\_ACEOF
 
6765
+SHELL = /bin/sh
 
6766
 all:
 
6767
-       @echo 'ac_maketemp="$(MAKE)"'
 
6768
+       @echo '@@@%%%=$(MAKE)=@@@%%%'
 
6769
 _ACEOF
 
6770
 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
 
6771
-eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
 
6772
-if test -n "$ac_maketemp"; then
 
6773
-  eval ac_cv_prog_make_${ac_make}_set=yes
 
6774
-else
 
6775
-  eval ac_cv_prog_make_${ac_make}_set=no
 
6776
-fi
 
6777
+case `${MAKE-make} -f conftest.make 2>/dev/null` in
 
6778
+  *@@@%%%=?*=@@@%%%*)
 
6779
+    eval ac_cv_prog_make_${ac_make}_set=yes;;
 
6780
+  *)
 
6781
+    eval ac_cv_prog_make_${ac_make}_set=no;;
 
6782
+esac
 
6783
 rm -f conftest.make
 
6784
 fi
 
6785
-if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
 
6786
-  echo "$as_me:$LINENO: result: yes" >&5
 
6787
-echo "${ECHO_T}yes" >&6
 
6788
+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
 
6789
+  { echo "$as_me:$LINENO: result: yes" >&5
 
6790
+echo "${ECHO_T}yes" >&6; }
 
6791
   SET_MAKE=
 
6792
 else
 
6793
-  echo "$as_me:$LINENO: result: no" >&5
 
6794
-echo "${ECHO_T}no" >&6
 
6795
+  { echo "$as_me:$LINENO: result: no" >&5
 
6796
+echo "${ECHO_T}no" >&6; }
 
6797
   SET_MAKE="MAKE=${MAKE-make}"
 
6798
 fi
 
6799
 
 
6800
@@ -1952,8 +2592,8 @@
 
6801
 
 
6802
 
 
6803
 # Define the identity of the package.
 
6804
- PACKAGE=konversation
 
6805
- VERSION=1.0.1
 
6806
+ PACKAGE=konversation-1.0.1.n
 
6807
+ VERSION="3.5.5"
 
6808
 
 
6809
 
 
6810
 cat >>confdefs.h <<_ACEOF
 
6811
@@ -1991,8 +2631,8 @@
 
6812
   if test -n "$ac_tool_prefix"; then
 
6813
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 
6814
 set dummy ${ac_tool_prefix}strip; ac_word=$2
 
6815
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
6816
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
6817
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
6818
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
6819
 if test "${ac_cv_prog_STRIP+set}" = set; then
 
6820
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
6821
 else
 
6822
@@ -2005,32 +2645,34 @@
 
6823
   IFS=$as_save_IFS
 
6824
   test -z "$as_dir" && as_dir=.
 
6825
   for ac_exec_ext in '' $ac_executable_extensions; do
 
6826
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
6827
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
6828
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 
6829
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
6830
     break 2
 
6831
   fi
 
6832
 done
 
6833
 done
 
6834
+IFS=$as_save_IFS
 
6835
 
 
6836
 fi
 
6837
 fi
 
6838
 STRIP=$ac_cv_prog_STRIP
 
6839
 if test -n "$STRIP"; then
 
6840
-  echo "$as_me:$LINENO: result: $STRIP" >&5
 
6841
-echo "${ECHO_T}$STRIP" >&6
 
6842
+  { echo "$as_me:$LINENO: result: $STRIP" >&5
 
6843
+echo "${ECHO_T}$STRIP" >&6; }
 
6844
 else
 
6845
-  echo "$as_me:$LINENO: result: no" >&5
 
6846
-echo "${ECHO_T}no" >&6
 
6847
+  { echo "$as_me:$LINENO: result: no" >&5
 
6848
+echo "${ECHO_T}no" >&6; }
 
6849
 fi
 
6850
 
 
6851
+
 
6852
 fi
 
6853
 if test -z "$ac_cv_prog_STRIP"; then
 
6854
   ac_ct_STRIP=$STRIP
 
6855
   # Extract the first word of "strip", so it can be a program name with args.
 
6856
 set dummy strip; ac_word=$2
 
6857
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
6858
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
6859
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
6860
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
6861
 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 
6862
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
6863
 else
 
6864
@@ -2043,27 +2685,41 @@
 
6865
   IFS=$as_save_IFS
 
6866
   test -z "$as_dir" && as_dir=.
 
6867
   for ac_exec_ext in '' $ac_executable_extensions; do
 
6868
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
6869
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
6870
     ac_cv_prog_ac_ct_STRIP="strip"
 
6871
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
6872
     break 2
 
6873
   fi
 
6874
 done
 
6875
 done
 
6876
+IFS=$as_save_IFS
 
6877
 
 
6878
-  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
 
6879
 fi
 
6880
 fi
 
6881
 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 
6882
 if test -n "$ac_ct_STRIP"; then
 
6883
-  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
6884
-echo "${ECHO_T}$ac_ct_STRIP" >&6
 
6885
+  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
6886
+echo "${ECHO_T}$ac_ct_STRIP" >&6; }
 
6887
 else
 
6888
-  echo "$as_me:$LINENO: result: no" >&5
 
6889
-echo "${ECHO_T}no" >&6
 
6890
+  { echo "$as_me:$LINENO: result: no" >&5
 
6891
+echo "${ECHO_T}no" >&6; }
 
6892
 fi
 
6893
 
 
6894
-  STRIP=$ac_ct_STRIP
 
6895
+  if test "x$ac_ct_STRIP" = x; then
 
6896
+    STRIP=":"
 
6897
+  else
 
6898
+    case $cross_compiling:$ac_tool_warned in
 
6899
+yes:)
 
6900
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
6901
+whose name does not start with the host triplet.  If you think this
 
6902
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
6903
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
6904
+whose name does not start with the host triplet.  If you think this
 
6905
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
6906
+ac_tool_warned=yes ;;
 
6907
+esac
 
6908
+    STRIP=$ac_ct_STRIP
 
6909
+  fi
 
6910
 else
 
6911
   STRIP="$ac_cv_prog_STRIP"
 
6912
 fi
 
6913
@@ -2083,6 +2739,31 @@
 
6914
 
 
6915
 
 
6916
 
 
6917
+{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
 
6918
+echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
 
6919
+    # Check whether --enable-maintainer-mode was given.
 
6920
+if test "${enable_maintainer_mode+set}" = set; then
 
6921
+  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
 
6922
+else
 
6923
+  USE_MAINTAINER_MODE=no
 
6924
+fi
 
6925
+
 
6926
+  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
 
6927
+echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
 
6928
+
 
6929
+
 
6930
+if test $USE_MAINTAINER_MODE = yes; then
 
6931
+  MAINTAINER_MODE_TRUE=
 
6932
+  MAINTAINER_MODE_FALSE='#'
 
6933
+else
 
6934
+  MAINTAINER_MODE_TRUE='#'
 
6935
+  MAINTAINER_MODE_FALSE=
 
6936
+fi
 
6937
+
 
6938
+  MAINT=$MAINTAINER_MODE_TRUE
 
6939
+
 
6940
+
 
6941
+
 
6942
 
 
6943
   unset CDPATH
 
6944
 
 
6945
@@ -2101,14 +2782,14 @@
 
6946
 
 
6947
   if test "x$prefix" = "xNONE"; then
 
6948
 
 
6949
-   echo "$as_me:$LINENO: checking for kde-config" >&5
 
6950
-echo $ECHO_N "checking for kde-config... $ECHO_C" >&6
 
6951
+   { echo "$as_me:$LINENO: checking for kde-config" >&5
 
6952
+echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; }
 
6953
    if test -n "$KDECONFIG"; then
 
6954
         kde_cv_path="$KDECONFIG";
 
6955
    else
 
6956
         kde_cache=`echo kde-config | sed 'y%./+-%__p_%'`
 
6957
 
 
6958
-        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
 
6959
+        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
6960
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
6961
 else
 
6962
 
 
6963
@@ -2151,8 +2832,8 @@
 
6964
    fi
 
6965
 
 
6966
    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
 
6967
-      echo "$as_me:$LINENO: result: not found" >&5
 
6968
-echo "${ECHO_T}not found" >&6
 
6969
+      { echo "$as_me:$LINENO: result: not found" >&5
 
6970
+echo "${ECHO_T}not found" >&6; }
 
6971
 
 
6972
     { { echo "$as_me:$LINENO: error: The important program kde-config was not found!
 
6973
 Please check whether you installed KDE correctly.
 
6974
@@ -2163,8 +2844,8 @@
 
6975
    { (exit 1); exit 1; }; }
 
6976
 
 
6977
    else
 
6978
-      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
6979
-echo "${ECHO_T}$kde_cv_path" >&6
 
6980
+      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
6981
+echo "${ECHO_T}$kde_cv_path" >&6; }
 
6982
       KDECONFIG=$kde_cv_path
 
6983
 
 
6984
    fi
 
6985
@@ -2173,14 +2854,14 @@
 
6986
         kde_save_PATH="$PATH"
 
6987
     PATH="$exec_prefix/bin:$prefix/bin:$PATH"
 
6988
 
 
6989
-   echo "$as_me:$LINENO: checking for kde-config" >&5
 
6990
-echo $ECHO_N "checking for kde-config... $ECHO_C" >&6
 
6991
+   { echo "$as_me:$LINENO: checking for kde-config" >&5
 
6992
+echo $ECHO_N "checking for kde-config... $ECHO_C" >&6; }
 
6993
    if test -n "$KDECONFIG"; then
 
6994
         kde_cv_path="$KDECONFIG";
 
6995
    else
 
6996
         kde_cache=`echo kde-config | sed 'y%./+-%__p_%'`
 
6997
 
 
6998
-        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
 
6999
+        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
7000
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
7001
 else
 
7002
 
 
7003
@@ -2223,8 +2904,8 @@
 
7004
    fi
 
7005
 
 
7006
    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
 
7007
-      echo "$as_me:$LINENO: result: not found" >&5
 
7008
-echo "${ECHO_T}not found" >&6
 
7009
+      { echo "$as_me:$LINENO: result: not found" >&5
 
7010
+echo "${ECHO_T}not found" >&6; }
 
7011
 
 
7012
     { { echo "$as_me:$LINENO: error: The important program kde-config was not found!
 
7013
 Please check whether you installed KDE correctly.
 
7014
@@ -2235,8 +2916,8 @@
 
7015
    { (exit 1); exit 1; }; }
 
7016
 
 
7017
    else
 
7018
-      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
7019
-echo "${ECHO_T}$kde_cv_path" >&6
 
7020
+      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
7021
+echo "${ECHO_T}$kde_cv_path" >&6; }
 
7022
       KDECONFIG=$kde_cv_path
 
7023
 
 
7024
    fi
 
7025
@@ -2258,16 +2939,16 @@
 
7026
   fi
 
7027
   kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
 
7028
 
 
7029
-  echo "$as_me:$LINENO: checking where to install" >&5
 
7030
-echo $ECHO_N "checking where to install... $ECHO_C" >&6
 
7031
+  { echo "$as_me:$LINENO: checking where to install" >&5
 
7032
+echo $ECHO_N "checking where to install... $ECHO_C" >&6; }
 
7033
   if test "x$prefix" = "xNONE"; then
 
7034
     prefix=$kde_libs_prefix
 
7035
-    echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5
 
7036
-echo "${ECHO_T}$prefix (as returned by kde-config)" >&6
 
7037
+    { echo "$as_me:$LINENO: result: $prefix (as returned by kde-config)" >&5
 
7038
+echo "${ECHO_T}$prefix (as returned by kde-config)" >&6; }
 
7039
   else
 
7040
         given_prefix=$prefix
 
7041
-    echo "$as_me:$LINENO: result: $prefix (as requested)" >&5
 
7042
-echo "${ECHO_T}$prefix (as requested)" >&6
 
7043
+    { echo "$as_me:$LINENO: result: $prefix (as requested)" >&5
 
7044
+echo "${ECHO_T}$prefix (as requested)" >&6; }
 
7045
   fi
 
7046
 
 
7047
   # And delete superfluous '/' to make compares easier
 
7048
@@ -2280,13 +2961,13 @@
 
7049
 
 
7050
 
 
7051
 
 
7052
-    # Check whether --enable-fast-perl or --disable-fast-perl was given.
 
7053
+    # Check whether --enable-fast-perl was given.
 
7054
 if test "${enable_fast_perl+set}" = set; then
 
7055
-  enableval="$enable_fast_perl"
 
7056
-  with_fast_perl=$enableval
 
7057
+  enableval=$enable_fast_perl; with_fast_perl=$enableval
 
7058
 else
 
7059
   with_fast_perl=yes
 
7060
-fi;
 
7061
+fi
 
7062
+
 
7063
 
 
7064
 
 
7065
   val=
 
7066
@@ -2303,11 +2984,11 @@
 
7067
 
 
7068
 
 
7069
 
 
7070
-          ac_config_headers="$ac_config_headers config.h"
 
7071
+ac_config_headers="$ac_config_headers config.h"
 
7072
 
 
7073
 DEPDIR="${am__leading_dot}deps"
 
7074
 
 
7075
-          ac_config_commands="$ac_config_commands depfiles"
 
7076
+ac_config_commands="$ac_config_commands depfiles"
 
7077
 
 
7078
 
 
7079
 am_make=${MAKE-make}
 
7080
@@ -2317,8 +2998,8 @@
 
7081
 .PHONY: am__doit
 
7082
 END
 
7083
 # If we don't find an include directive, just comment out the code.
 
7084
-echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
 
7085
-echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
 
7086
+{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
 
7087
+echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
 
7088
 am__include="#"
 
7089
 am__quote=
 
7090
 _am_result=none
 
7091
@@ -2345,15 +3026,15 @@
 
7092
 fi
 
7093
 
 
7094
 
 
7095
-echo "$as_me:$LINENO: result: $_am_result" >&5
 
7096
-echo "${ECHO_T}$_am_result" >&6
 
7097
+{ echo "$as_me:$LINENO: result: $_am_result" >&5
 
7098
+echo "${ECHO_T}$_am_result" >&6; }
 
7099
 rm -f confinc confmf
 
7100
 
 
7101
-# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
 
7102
+# Check whether --enable-dependency-tracking was given.
 
7103
 if test "${enable_dependency_tracking+set}" = set; then
 
7104
-  enableval="$enable_dependency_tracking"
 
7105
+  enableval=$enable_dependency_tracking;
 
7106
+fi
 
7107
 
 
7108
-fi;
 
7109
 if test "x$enable_dependency_tracking" != xno; then
 
7110
   am_depcomp="$ac_aux_dir/depcomp"
 
7111
   AMDEPBACKSLASH='\'
 
7112
@@ -2373,10 +3054,9 @@
 
7113
 
 
7114
 
 
7115
 
 
7116
-  # Check whether --enable-debug or --disable-debug was given.
 
7117
+  # Check whether --enable-debug was given.
 
7118
 if test "${enable_debug+set}" = set; then
 
7119
-  enableval="$enable_debug"
 
7120
-
 
7121
+  enableval=$enable_debug;
 
7122
     case $enableval in
 
7123
       yes)
 
7124
         kde_use_debug_code="yes"
 
7125
@@ -2396,18 +3076,18 @@
 
7126
   kde_use_debug_code="no"
 
7127
       kde_use_debug_define=no
 
7128
 
 
7129
-fi;
 
7130
+fi
 
7131
+
 
7132
 
 
7133
-    # Check whether --enable-dummyoption or --disable-dummyoption was given.
 
7134
+    # Check whether --enable-dummyoption was given.
 
7135
 if test "${enable_dummyoption+set}" = set; then
 
7136
-  enableval="$enable_dummyoption"
 
7137
+  enableval=$enable_dummyoption;
 
7138
+fi
 
7139
 
 
7140
-fi;
 
7141
 
 
7142
-  # Check whether --enable-strict or --disable-strict was given.
 
7143
+  # Check whether --enable-strict was given.
 
7144
 if test "${enable_strict+set}" = set; then
 
7145
-  enableval="$enable_strict"
 
7146
-
 
7147
+  enableval=$enable_strict;
 
7148
     if test $enableval = "no"; then
 
7149
          kde_use_strict_options="no"
 
7150
        else
 
7151
@@ -2416,12 +3096,12 @@
 
7152
 
 
7153
 else
 
7154
   kde_use_strict_options="no"
 
7155
-fi;
 
7156
+fi
 
7157
 
 
7158
-  # Check whether --enable-warnings or --disable-warnings was given.
 
7159
-if test "${enable_warnings+set}" = set; then
 
7160
-  enableval="$enable_warnings"
 
7161
 
 
7162
+  # Check whether --enable-warnings was given.
 
7163
+if test "${enable_warnings+set}" = set; then
 
7164
+  enableval=$enable_warnings;
 
7165
     if test $enableval = "no"; then
 
7166
          kde_use_warnings="no"
 
7167
        else
 
7168
@@ -2430,20 +3110,21 @@
 
7169
 
 
7170
 else
 
7171
   kde_use_warnings="yes"
 
7172
-fi;
 
7173
+fi
 
7174
+
 
7175
 
 
7176
     if test "$kde_use_debug_code" != "no"; then
 
7177
     kde_use_warnings=yes
 
7178
   fi
 
7179
 
 
7180
-  # Check whether --enable-profile or --disable-profile was given.
 
7181
+  # Check whether --enable-profile was given.
 
7182
 if test "${enable_profile+set}" = set; then
 
7183
-  enableval="$enable_profile"
 
7184
-  kde_use_profiling=$enableval
 
7185
+  enableval=$enable_profile; kde_use_profiling=$enableval
 
7186
 else
 
7187
   kde_use_profiling="no"
 
7188
 
 
7189
-fi;
 
7190
+fi
 
7191
+
 
7192
 
 
7193
     CFLAGS=" $CFLAGS"
 
7194
 
 
7195
@@ -2455,8 +3136,8 @@
 
7196
 if test -n "$ac_tool_prefix"; then
 
7197
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
 
7198
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
 
7199
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7200
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
7201
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7202
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
7203
 if test "${ac_cv_prog_CC+set}" = set; then
 
7204
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
7205
 else
 
7206
@@ -2469,32 +3150,34 @@
 
7207
   IFS=$as_save_IFS
 
7208
   test -z "$as_dir" && as_dir=.
 
7209
   for ac_exec_ext in '' $ac_executable_extensions; do
 
7210
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
7211
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7212
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
 
7213
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7214
     break 2
 
7215
   fi
 
7216
 done
 
7217
 done
 
7218
+IFS=$as_save_IFS
 
7219
 
 
7220
 fi
 
7221
 fi
 
7222
 CC=$ac_cv_prog_CC
 
7223
 if test -n "$CC"; then
 
7224
-  echo "$as_me:$LINENO: result: $CC" >&5
 
7225
-echo "${ECHO_T}$CC" >&6
 
7226
+  { echo "$as_me:$LINENO: result: $CC" >&5
 
7227
+echo "${ECHO_T}$CC" >&6; }
 
7228
 else
 
7229
-  echo "$as_me:$LINENO: result: no" >&5
 
7230
-echo "${ECHO_T}no" >&6
 
7231
+  { echo "$as_me:$LINENO: result: no" >&5
 
7232
+echo "${ECHO_T}no" >&6; }
 
7233
 fi
 
7234
 
 
7235
+
 
7236
 fi
 
7237
 if test -z "$ac_cv_prog_CC"; then
 
7238
   ac_ct_CC=$CC
 
7239
   # Extract the first word of "gcc", so it can be a program name with args.
 
7240
 set dummy gcc; ac_word=$2
 
7241
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7242
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
7243
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7244
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
7245
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
7246
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
7247
 else
 
7248
@@ -2507,36 +3190,51 @@
 
7249
   IFS=$as_save_IFS
 
7250
   test -z "$as_dir" && as_dir=.
 
7251
   for ac_exec_ext in '' $ac_executable_extensions; do
 
7252
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
7253
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7254
     ac_cv_prog_ac_ct_CC="gcc"
 
7255
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7256
     break 2
 
7257
   fi
 
7258
 done
 
7259
 done
 
7260
+IFS=$as_save_IFS
 
7261
 
 
7262
 fi
 
7263
 fi
 
7264
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
7265
 if test -n "$ac_ct_CC"; then
 
7266
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
7267
-echo "${ECHO_T}$ac_ct_CC" >&6
 
7268
+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
7269
+echo "${ECHO_T}$ac_ct_CC" >&6; }
 
7270
 else
 
7271
-  echo "$as_me:$LINENO: result: no" >&5
 
7272
-echo "${ECHO_T}no" >&6
 
7273
+  { echo "$as_me:$LINENO: result: no" >&5
 
7274
+echo "${ECHO_T}no" >&6; }
 
7275
 fi
 
7276
 
 
7277
-  CC=$ac_ct_CC
 
7278
+  if test "x$ac_ct_CC" = x; then
 
7279
+    CC=""
 
7280
+  else
 
7281
+    case $cross_compiling:$ac_tool_warned in
 
7282
+yes:)
 
7283
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
7284
+whose name does not start with the host triplet.  If you think this
 
7285
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
7286
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
7287
+whose name does not start with the host triplet.  If you think this
 
7288
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
7289
+ac_tool_warned=yes ;;
 
7290
+esac
 
7291
+    CC=$ac_ct_CC
 
7292
+  fi
 
7293
 else
 
7294
   CC="$ac_cv_prog_CC"
 
7295
 fi
 
7296
 
 
7297
 if test -z "$CC"; then
 
7298
-  if test -n "$ac_tool_prefix"; then
 
7299
-  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
 
7300
+          if test -n "$ac_tool_prefix"; then
 
7301
+    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
 
7302
 set dummy ${ac_tool_prefix}cc; ac_word=$2
 
7303
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7304
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
7305
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7306
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
7307
 if test "${ac_cv_prog_CC+set}" = set; then
 
7308
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
7309
 else
 
7310
@@ -2549,74 +3247,34 @@
 
7311
   IFS=$as_save_IFS
 
7312
   test -z "$as_dir" && as_dir=.
 
7313
   for ac_exec_ext in '' $ac_executable_extensions; do
 
7314
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
7315
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7316
     ac_cv_prog_CC="${ac_tool_prefix}cc"
 
7317
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7318
     break 2
 
7319
   fi
 
7320
 done
 
7321
 done
 
7322
+IFS=$as_save_IFS
 
7323
 
 
7324
 fi
 
7325
 fi
 
7326
 CC=$ac_cv_prog_CC
 
7327
 if test -n "$CC"; then
 
7328
-  echo "$as_me:$LINENO: result: $CC" >&5
 
7329
-echo "${ECHO_T}$CC" >&6
 
7330
-else
 
7331
-  echo "$as_me:$LINENO: result: no" >&5
 
7332
-echo "${ECHO_T}no" >&6
 
7333
-fi
 
7334
-
 
7335
-fi
 
7336
-if test -z "$ac_cv_prog_CC"; then
 
7337
-  ac_ct_CC=$CC
 
7338
-  # Extract the first word of "cc", so it can be a program name with args.
 
7339
-set dummy cc; ac_word=$2
 
7340
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7341
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
7342
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
7343
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
7344
-else
 
7345
-  if test -n "$ac_ct_CC"; then
 
7346
-  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 
7347
-else
 
7348
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
7349
-for as_dir in $PATH
 
7350
-do
 
7351
-  IFS=$as_save_IFS
 
7352
-  test -z "$as_dir" && as_dir=.
 
7353
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
7354
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
7355
-    ac_cv_prog_ac_ct_CC="cc"
 
7356
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7357
-    break 2
 
7358
-  fi
 
7359
-done
 
7360
-done
 
7361
-
 
7362
-fi
 
7363
-fi
 
7364
-ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
7365
-if test -n "$ac_ct_CC"; then
 
7366
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
7367
-echo "${ECHO_T}$ac_ct_CC" >&6
 
7368
+  { echo "$as_me:$LINENO: result: $CC" >&5
 
7369
+echo "${ECHO_T}$CC" >&6; }
 
7370
 else
 
7371
-  echo "$as_me:$LINENO: result: no" >&5
 
7372
-echo "${ECHO_T}no" >&6
 
7373
+  { echo "$as_me:$LINENO: result: no" >&5
 
7374
+echo "${ECHO_T}no" >&6; }
 
7375
 fi
 
7376
 
 
7377
-  CC=$ac_ct_CC
 
7378
-else
 
7379
-  CC="$ac_cv_prog_CC"
 
7380
-fi
 
7381
 
 
7382
+  fi
 
7383
 fi
 
7384
 if test -z "$CC"; then
 
7385
   # Extract the first word of "cc", so it can be a program name with args.
 
7386
 set dummy cc; ac_word=$2
 
7387
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7388
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
7389
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7390
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
7391
 if test "${ac_cv_prog_CC+set}" = set; then
 
7392
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
7393
 else
 
7394
@@ -2630,7 +3288,7 @@
 
7395
   IFS=$as_save_IFS
 
7396
   test -z "$as_dir" && as_dir=.
 
7397
   for ac_exec_ext in '' $ac_executable_extensions; do
 
7398
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
7399
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7400
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
 
7401
        ac_prog_rejected=yes
 
7402
        continue
 
7403
@@ -2641,6 +3299,7 @@
 
7404
   fi
 
7405
 done
 
7406
 done
 
7407
+IFS=$as_save_IFS
 
7408
 
 
7409
 if test $ac_prog_rejected = yes; then
 
7410
   # We found a bogon in the path, so make sure we never use it.
 
7411
@@ -2658,22 +3317,23 @@
 
7412
 fi
 
7413
 CC=$ac_cv_prog_CC
 
7414
 if test -n "$CC"; then
 
7415
-  echo "$as_me:$LINENO: result: $CC" >&5
 
7416
-echo "${ECHO_T}$CC" >&6
 
7417
+  { echo "$as_me:$LINENO: result: $CC" >&5
 
7418
+echo "${ECHO_T}$CC" >&6; }
 
7419
 else
 
7420
-  echo "$as_me:$LINENO: result: no" >&5
 
7421
-echo "${ECHO_T}no" >&6
 
7422
+  { echo "$as_me:$LINENO: result: no" >&5
 
7423
+echo "${ECHO_T}no" >&6; }
 
7424
 fi
 
7425
 
 
7426
+
 
7427
 fi
 
7428
 if test -z "$CC"; then
 
7429
   if test -n "$ac_tool_prefix"; then
 
7430
-  for ac_prog in cl
 
7431
+  for ac_prog in cl.exe
 
7432
   do
 
7433
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
7434
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
7435
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7436
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
7437
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7438
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
7439
 if test "${ac_cv_prog_CC+set}" = set; then
 
7440
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
7441
 else
 
7442
@@ -2686,36 +3346,38 @@
 
7443
   IFS=$as_save_IFS
 
7444
   test -z "$as_dir" && as_dir=.
 
7445
   for ac_exec_ext in '' $ac_executable_extensions; do
 
7446
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
7447
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7448
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
 
7449
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7450
     break 2
 
7451
   fi
 
7452
 done
 
7453
 done
 
7454
+IFS=$as_save_IFS
 
7455
 
 
7456
 fi
 
7457
 fi
 
7458
 CC=$ac_cv_prog_CC
 
7459
 if test -n "$CC"; then
 
7460
-  echo "$as_me:$LINENO: result: $CC" >&5
 
7461
-echo "${ECHO_T}$CC" >&6
 
7462
+  { echo "$as_me:$LINENO: result: $CC" >&5
 
7463
+echo "${ECHO_T}$CC" >&6; }
 
7464
 else
 
7465
-  echo "$as_me:$LINENO: result: no" >&5
 
7466
-echo "${ECHO_T}no" >&6
 
7467
+  { echo "$as_me:$LINENO: result: no" >&5
 
7468
+echo "${ECHO_T}no" >&6; }
 
7469
 fi
 
7470
 
 
7471
+
 
7472
     test -n "$CC" && break
 
7473
   done
 
7474
 fi
 
7475
 if test -z "$CC"; then
 
7476
   ac_ct_CC=$CC
 
7477
-  for ac_prog in cl
 
7478
+  for ac_prog in cl.exe
 
7479
 do
 
7480
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
7481
 set dummy $ac_prog; ac_word=$2
 
7482
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7483
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
7484
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
7485
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
7486
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
7487
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
7488
 else
 
7489
@@ -2728,29 +3390,45 @@
 
7490
   IFS=$as_save_IFS
 
7491
   test -z "$as_dir" && as_dir=.
 
7492
   for ac_exec_ext in '' $ac_executable_extensions; do
 
7493
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
7494
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
7495
     ac_cv_prog_ac_ct_CC="$ac_prog"
 
7496
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
7497
     break 2
 
7498
   fi
 
7499
 done
 
7500
 done
 
7501
+IFS=$as_save_IFS
 
7502
 
 
7503
 fi
 
7504
 fi
 
7505
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
7506
 if test -n "$ac_ct_CC"; then
 
7507
-  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
7508
-echo "${ECHO_T}$ac_ct_CC" >&6
 
7509
+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
7510
+echo "${ECHO_T}$ac_ct_CC" >&6; }
 
7511
 else
 
7512
-  echo "$as_me:$LINENO: result: no" >&5
 
7513
-echo "${ECHO_T}no" >&6
 
7514
+  { echo "$as_me:$LINENO: result: no" >&5
 
7515
+echo "${ECHO_T}no" >&6; }
 
7516
 fi
 
7517
 
 
7518
+
 
7519
   test -n "$ac_ct_CC" && break
 
7520
 done
 
7521
 
 
7522
-  CC=$ac_ct_CC
 
7523
+  if test "x$ac_ct_CC" = x; then
 
7524
+    CC=""
 
7525
+  else
 
7526
+    case $cross_compiling:$ac_tool_warned in
 
7527
+yes:)
 
7528
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
7529
+whose name does not start with the host triplet.  If you think this
 
7530
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
7531
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
7532
+whose name does not start with the host triplet.  If you think this
 
7533
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
7534
+ac_tool_warned=yes ;;
 
7535
+esac
 
7536
+    CC=$ac_ct_CC
 
7537
+  fi
 
7538
 fi
 
7539
 
 
7540
 fi
 
7541
@@ -2763,21 +3441,35 @@
 
7542
    { (exit 1); exit 1; }; }
 
7543
 
 
7544
 # Provide some information about the compiler.
 
7545
-echo "$as_me:$LINENO:" \
 
7546
-     "checking for C compiler version" >&5
 
7547
+echo "$as_me:$LINENO: checking for C compiler version" >&5
 
7548
 ac_compiler=`set X $ac_compile; echo $2`
 
7549
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
 
7550
-  (eval $ac_compiler --version </dev/null >&5) 2>&5
 
7551
+{ (ac_try="$ac_compiler --version >&5"
 
7552
+case "(($ac_try" in
 
7553
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7554
+  *) ac_try_echo=$ac_try;;
 
7555
+esac
 
7556
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
7557
+  (eval "$ac_compiler --version >&5") 2>&5
 
7558
   ac_status=$?
 
7559
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7560
   (exit $ac_status); }
 
7561
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
 
7562
-  (eval $ac_compiler -v </dev/null >&5) 2>&5
 
7563
+{ (ac_try="$ac_compiler -v >&5"
 
7564
+case "(($ac_try" in
 
7565
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7566
+  *) ac_try_echo=$ac_try;;
 
7567
+esac
 
7568
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
7569
+  (eval "$ac_compiler -v >&5") 2>&5
 
7570
   ac_status=$?
 
7571
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7572
   (exit $ac_status); }
 
7573
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
 
7574
-  (eval $ac_compiler -V </dev/null >&5) 2>&5
 
7575
+{ (ac_try="$ac_compiler -V >&5"
 
7576
+case "(($ac_try" in
 
7577
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7578
+  *) ac_try_echo=$ac_try;;
 
7579
+esac
 
7580
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
7581
+  (eval "$ac_compiler -V >&5") 2>&5
 
7582
   ac_status=$?
 
7583
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7584
   (exit $ac_status); }
 
7585
@@ -2802,47 +3494,77 @@
 
7586
 # Try to create an executable without -o first, disregard a.out.
 
7587
 # It will help us diagnose broken compilers, and finding out an intuition
 
7588
 # of exeext.
 
7589
-echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
 
7590
-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
 
7591
+{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
 
7592
+echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
 
7593
 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
 
7594
-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
 
7595
-  (eval $ac_link_default) 2>&5
 
7596
+#
 
7597
+# List of possible output files, starting from the most likely.
 
7598
+# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
 
7599
+# only as a last resort.  b.out is created by i960 compilers.
 
7600
+ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
 
7601
+#
 
7602
+# The IRIX 6 linker writes into existing files which may not be
 
7603
+# executable, retaining their permissions.  Remove them first so a
 
7604
+# subsequent execution test works.
 
7605
+ac_rmfiles=
 
7606
+for ac_file in $ac_files
 
7607
+do
 
7608
+  case $ac_file in
 
7609
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
 
7610
+    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
 
7611
+  esac
 
7612
+done
 
7613
+rm -f $ac_rmfiles
 
7614
+
 
7615
+if { (ac_try="$ac_link_default"
 
7616
+case "(($ac_try" in
 
7617
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7618
+  *) ac_try_echo=$ac_try;;
 
7619
+esac
 
7620
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
7621
+  (eval "$ac_link_default") 2>&5
 
7622
   ac_status=$?
 
7623
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7624
   (exit $ac_status); }; then
 
7625
-  # Find the output, starting from the most likely.  This scheme is
 
7626
-# not robust to junk in `.', hence go to wildcards (a.*) only as a last
 
7627
-# resort.
 
7628
-
 
7629
-# Be careful to initialize this variable, since it used to be cached.
 
7630
-# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
 
7631
-ac_cv_exeext=
 
7632
-# b.out is created by i960 compilers.
 
7633
-for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
 
7634
+  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
 
7635
+# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
 
7636
+# in a Makefile.  We should not override ac_cv_exeext if it was cached,
 
7637
+# so that the user can short-circuit this test for compilers unknown to
 
7638
+# Autoconf.
 
7639
+for ac_file in $ac_files ''
 
7640
 do
 
7641
   test -f "$ac_file" || continue
 
7642
   case $ac_file in
 
7643
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
 
7644
-       ;;
 
7645
-    conftest.$ac_ext )
 
7646
-       # This is the source file.
 
7647
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
 
7648
        ;;
 
7649
     [ab].out )
 
7650
        # We found the default executable, but exeext='' is most
 
7651
        # certainly right.
 
7652
        break;;
 
7653
     *.* )
 
7654
-       ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
 
7655
-       # FIXME: I believe we export ac_cv_exeext for Libtool,
 
7656
-       # but it would be cool to find out if it's true.  Does anybody
 
7657
-       # maintain Libtool? --akim.
 
7658
-       export ac_cv_exeext
 
7659
+        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
 
7660
+       then :; else
 
7661
+          ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
 
7662
+       fi
 
7663
+       # We set ac_cv_exeext here because the later test for it is not
 
7664
+       # safe: cross compilers may not add the suffix if given an `-o'
 
7665
+       # argument, so we may need to know it at that point already.
 
7666
+       # Even if this section looks crufty: it has the advantage of
 
7667
+       # actually working.
 
7668
        break;;
 
7669
     * )
 
7670
        break;;
 
7671
   esac
 
7672
 done
 
7673
+test "$ac_cv_exeext" = no && ac_cv_exeext=
 
7674
+
 
7675
 else
 
7676
+  ac_file=''
 
7677
+fi
 
7678
+
 
7679
+{ echo "$as_me:$LINENO: result: $ac_file" >&5
 
7680
+echo "${ECHO_T}$ac_file" >&6; }
 
7681
+if test -z "$ac_file"; then
 
7682
   echo "$as_me: failed program was:" >&5
 
7683
 sed 's/^/| /' conftest.$ac_ext >&5
 
7684
 
 
7685
@@ -2854,19 +3576,21 @@
 
7686
 fi
 
7687
 
 
7688
 ac_exeext=$ac_cv_exeext
 
7689
-echo "$as_me:$LINENO: result: $ac_file" >&5
 
7690
-echo "${ECHO_T}$ac_file" >&6
 
7691
 
 
7692
-# Check the compiler produces executables we can run.  If not, either
 
7693
+# Check that the compiler produces executables we can run.  If not, either
 
7694
 # the compiler is broken, or we cross compile.
 
7695
-echo "$as_me:$LINENO: checking whether the C compiler works" >&5
 
7696
-echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
 
7697
+{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
 
7698
+echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
 
7699
 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
 
7700
 # If not cross compiling, check that we can run a simple program.
 
7701
 if test "$cross_compiling" != yes; then
 
7702
   if { ac_try='./$ac_file'
 
7703
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
7704
-  (eval $ac_try) 2>&5
 
7705
+  { (case "(($ac_try" in
 
7706
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7707
+  *) ac_try_echo=$ac_try;;
 
7708
+esac
 
7709
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
7710
+  (eval "$ac_try") 2>&5
 
7711
   ac_status=$?
 
7712
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7713
   (exit $ac_status); }; }; then
 
7714
@@ -2885,22 +3609,27 @@
 
7715
     fi
 
7716
   fi
 
7717
 fi
 
7718
-echo "$as_me:$LINENO: result: yes" >&5
 
7719
-echo "${ECHO_T}yes" >&6
 
7720
+{ echo "$as_me:$LINENO: result: yes" >&5
 
7721
+echo "${ECHO_T}yes" >&6; }
 
7722
 
 
7723
 rm -f a.out a.exe conftest$ac_cv_exeext b.out
 
7724
 ac_clean_files=$ac_clean_files_save
 
7725
-# Check the compiler produces executables we can run.  If not, either
 
7726
+# Check that the compiler produces executables we can run.  If not, either
 
7727
 # the compiler is broken, or we cross compile.
 
7728
-echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
 
7729
-echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
 
7730
-echo "$as_me:$LINENO: result: $cross_compiling" >&5
 
7731
-echo "${ECHO_T}$cross_compiling" >&6
 
7732
-
 
7733
-echo "$as_me:$LINENO: checking for suffix of executables" >&5
 
7734
-echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
 
7735
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
7736
-  (eval $ac_link) 2>&5
 
7737
+{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
 
7738
+echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
 
7739
+{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
 
7740
+echo "${ECHO_T}$cross_compiling" >&6; }
 
7741
+
 
7742
+{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
 
7743
+echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
 
7744
+if { (ac_try="$ac_link"
 
7745
+case "(($ac_try" in
 
7746
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7747
+  *) ac_try_echo=$ac_try;;
 
7748
+esac
 
7749
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
7750
+  (eval "$ac_link") 2>&5
 
7751
   ac_status=$?
 
7752
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7753
   (exit $ac_status); }; then
 
7754
@@ -2911,9 +3640,8 @@
 
7755
 for ac_file in conftest.exe conftest conftest.*; do
 
7756
   test -f "$ac_file" || continue
 
7757
   case $ac_file in
 
7758
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
 
7759
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
 
7760
     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
 
7761
-         export ac_cv_exeext
 
7762
          break;;
 
7763
     * ) break;;
 
7764
   esac
 
7765
@@ -2927,14 +3655,14 @@
 
7766
 fi
 
7767
 
 
7768
 rm -f conftest$ac_cv_exeext
 
7769
-echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
 
7770
-echo "${ECHO_T}$ac_cv_exeext" >&6
 
7771
+{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
 
7772
+echo "${ECHO_T}$ac_cv_exeext" >&6; }
 
7773
 
 
7774
 rm -f conftest.$ac_ext
 
7775
 EXEEXT=$ac_cv_exeext
 
7776
 ac_exeext=$EXEEXT
 
7777
-echo "$as_me:$LINENO: checking for suffix of object files" >&5
 
7778
-echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
 
7779
+{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
 
7780
+echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
 
7781
 if test "${ac_cv_objext+set}" = set; then
 
7782
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
7783
 else
 
7784
@@ -2954,14 +3682,20 @@
 
7785
 }
 
7786
 _ACEOF
 
7787
 rm -f conftest.o conftest.obj
 
7788
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
7789
-  (eval $ac_compile) 2>&5
 
7790
+if { (ac_try="$ac_compile"
 
7791
+case "(($ac_try" in
 
7792
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7793
+  *) ac_try_echo=$ac_try;;
 
7794
+esac
 
7795
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
7796
+  (eval "$ac_compile") 2>&5
 
7797
   ac_status=$?
 
7798
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7799
   (exit $ac_status); }; then
 
7800
-  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
 
7801
+  for ac_file in conftest.o conftest.obj conftest.*; do
 
7802
+  test -f "$ac_file" || continue;
 
7803
   case $ac_file in
 
7804
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
 
7805
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
 
7806
     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
 
7807
        break;;
 
7808
   esac
 
7809
@@ -2979,12 +3713,12 @@
 
7810
 
 
7811
 rm -f conftest.$ac_cv_objext conftest.$ac_ext
 
7812
 fi
 
7813
-echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
 
7814
-echo "${ECHO_T}$ac_cv_objext" >&6
 
7815
+{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
 
7816
+echo "${ECHO_T}$ac_cv_objext" >&6; }
 
7817
 OBJEXT=$ac_cv_objext
 
7818
 ac_objext=$OBJEXT
 
7819
-echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 
7820
-echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
 
7821
+{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 
7822
+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
 
7823
 if test "${ac_cv_c_compiler_gnu+set}" = set; then
 
7824
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
7825
 else
 
7826
@@ -3007,50 +3741,49 @@
 
7827
 }
 
7828
 _ACEOF
 
7829
 rm -f conftest.$ac_objext
 
7830
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
7831
-  (eval $ac_compile) 2>conftest.er1
 
7832
+if { (ac_try="$ac_compile"
 
7833
+case "(($ac_try" in
 
7834
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7835
+  *) ac_try_echo=$ac_try;;
 
7836
+esac
 
7837
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
7838
+  (eval "$ac_compile") 2>conftest.er1
 
7839
   ac_status=$?
 
7840
   grep -v '^ *+' conftest.er1 >conftest.err
 
7841
   rm -f conftest.er1
 
7842
   cat conftest.err >&5
 
7843
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7844
-  (exit $ac_status); } &&
 
7845
-        { ac_try='test -z "$ac_c_werror_flag"
 
7846
-                        || test ! -s conftest.err'
 
7847
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
7848
-  (eval $ac_try) 2>&5
 
7849
-  ac_status=$?
 
7850
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7851
-  (exit $ac_status); }; } &&
 
7852
-        { ac_try='test -s conftest.$ac_objext'
 
7853
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
7854
-  (eval $ac_try) 2>&5
 
7855
-  ac_status=$?
 
7856
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7857
-  (exit $ac_status); }; }; then
 
7858
+  (exit $ac_status); } && {
 
7859
+        test -z "$ac_c_werror_flag" ||
 
7860
+        test ! -s conftest.err
 
7861
+       } && test -s conftest.$ac_objext; then
 
7862
   ac_compiler_gnu=yes
 
7863
 else
 
7864
   echo "$as_me: failed program was:" >&5
 
7865
 sed 's/^/| /' conftest.$ac_ext >&5
 
7866
 
 
7867
-ac_compiler_gnu=no
 
7868
+       ac_compiler_gnu=no
 
7869
 fi
 
7870
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
7871
+
 
7872
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
7873
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
 
7874
 
 
7875
 fi
 
7876
-echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 
7877
-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
 
7878
+{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 
7879
+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
 
7880
 GCC=`test $ac_compiler_gnu = yes && echo yes`
 
7881
 ac_test_CFLAGS=${CFLAGS+set}
 
7882
 ac_save_CFLAGS=$CFLAGS
 
7883
-CFLAGS="-g"
 
7884
-echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 
7885
-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
 
7886
+{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 
7887
+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
 
7888
 if test "${ac_cv_prog_cc_g+set}" = set; then
 
7889
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
7890
 else
 
7891
-  cat >conftest.$ac_ext <<_ACEOF
 
7892
+  ac_save_c_werror_flag=$ac_c_werror_flag
 
7893
+   ac_c_werror_flag=yes
 
7894
+   ac_cv_prog_cc_g=no
 
7895
+   CFLAGS="-g"
 
7896
+   cat >conftest.$ac_ext <<_ACEOF
 
7897
 /* confdefs.h.  */
 
7898
 _ACEOF
 
7899
 cat confdefs.h >>conftest.$ac_ext
 
7900
@@ -3066,38 +3799,118 @@
 
7901
 }
 
7902
 _ACEOF
 
7903
 rm -f conftest.$ac_objext
 
7904
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
7905
-  (eval $ac_compile) 2>conftest.er1
 
7906
+if { (ac_try="$ac_compile"
 
7907
+case "(($ac_try" in
 
7908
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7909
+  *) ac_try_echo=$ac_try;;
 
7910
+esac
 
7911
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
7912
+  (eval "$ac_compile") 2>conftest.er1
 
7913
   ac_status=$?
 
7914
   grep -v '^ *+' conftest.er1 >conftest.err
 
7915
   rm -f conftest.er1
 
7916
   cat conftest.err >&5
 
7917
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7918
-  (exit $ac_status); } &&
 
7919
-        { ac_try='test -z "$ac_c_werror_flag"
 
7920
-                        || test ! -s conftest.err'
 
7921
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
7922
-  (eval $ac_try) 2>&5
 
7923
+  (exit $ac_status); } && {
 
7924
+        test -z "$ac_c_werror_flag" ||
 
7925
+        test ! -s conftest.err
 
7926
+       } && test -s conftest.$ac_objext; then
 
7927
+  ac_cv_prog_cc_g=yes
 
7928
+else
 
7929
+  echo "$as_me: failed program was:" >&5
 
7930
+sed 's/^/| /' conftest.$ac_ext >&5
 
7931
+
 
7932
+       CFLAGS=""
 
7933
+      cat >conftest.$ac_ext <<_ACEOF
 
7934
+/* confdefs.h.  */
 
7935
+_ACEOF
 
7936
+cat confdefs.h >>conftest.$ac_ext
 
7937
+cat >>conftest.$ac_ext <<_ACEOF
 
7938
+/* end confdefs.h.  */
 
7939
+
 
7940
+int
 
7941
+main ()
 
7942
+{
 
7943
+
 
7944
+  ;
 
7945
+  return 0;
 
7946
+}
 
7947
+_ACEOF
 
7948
+rm -f conftest.$ac_objext
 
7949
+if { (ac_try="$ac_compile"
 
7950
+case "(($ac_try" in
 
7951
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7952
+  *) ac_try_echo=$ac_try;;
 
7953
+esac
 
7954
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
7955
+  (eval "$ac_compile") 2>conftest.er1
 
7956
   ac_status=$?
 
7957
+  grep -v '^ *+' conftest.er1 >conftest.err
 
7958
+  rm -f conftest.er1
 
7959
+  cat conftest.err >&5
 
7960
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7961
-  (exit $ac_status); }; } &&
 
7962
-        { ac_try='test -s conftest.$ac_objext'
 
7963
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
7964
-  (eval $ac_try) 2>&5
 
7965
+  (exit $ac_status); } && {
 
7966
+        test -z "$ac_c_werror_flag" ||
 
7967
+        test ! -s conftest.err
 
7968
+       } && test -s conftest.$ac_objext; then
 
7969
+  :
 
7970
+else
 
7971
+  echo "$as_me: failed program was:" >&5
 
7972
+sed 's/^/| /' conftest.$ac_ext >&5
 
7973
+
 
7974
+       ac_c_werror_flag=$ac_save_c_werror_flag
 
7975
+        CFLAGS="-g"
 
7976
+        cat >conftest.$ac_ext <<_ACEOF
 
7977
+/* confdefs.h.  */
 
7978
+_ACEOF
 
7979
+cat confdefs.h >>conftest.$ac_ext
 
7980
+cat >>conftest.$ac_ext <<_ACEOF
 
7981
+/* end confdefs.h.  */
 
7982
+
 
7983
+int
 
7984
+main ()
 
7985
+{
 
7986
+
 
7987
+  ;
 
7988
+  return 0;
 
7989
+}
 
7990
+_ACEOF
 
7991
+rm -f conftest.$ac_objext
 
7992
+if { (ac_try="$ac_compile"
 
7993
+case "(($ac_try" in
 
7994
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7995
+  *) ac_try_echo=$ac_try;;
 
7996
+esac
 
7997
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
7998
+  (eval "$ac_compile") 2>conftest.er1
 
7999
   ac_status=$?
 
8000
+  grep -v '^ *+' conftest.er1 >conftest.err
 
8001
+  rm -f conftest.er1
 
8002
+  cat conftest.err >&5
 
8003
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8004
-  (exit $ac_status); }; }; then
 
8005
+  (exit $ac_status); } && {
 
8006
+        test -z "$ac_c_werror_flag" ||
 
8007
+        test ! -s conftest.err
 
8008
+       } && test -s conftest.$ac_objext; then
 
8009
   ac_cv_prog_cc_g=yes
 
8010
 else
 
8011
   echo "$as_me: failed program was:" >&5
 
8012
 sed 's/^/| /' conftest.$ac_ext >&5
 
8013
 
 
8014
-ac_cv_prog_cc_g=no
 
8015
+
 
8016
+fi
 
8017
+
 
8018
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
8019
+fi
 
8020
+
 
8021
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
8022
 fi
 
8023
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
8024
+
 
8025
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
8026
+   ac_c_werror_flag=$ac_save_c_werror_flag
 
8027
 fi
 
8028
-echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 
8029
-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
 
8030
+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 
8031
+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
 
8032
 if test "$ac_test_CFLAGS" = set; then
 
8033
   CFLAGS=$ac_save_CFLAGS
 
8034
 elif test $ac_cv_prog_cc_g = yes; then
 
8035
@@ -3113,12 +3926,12 @@
 
8036
     CFLAGS=
 
8037
   fi
 
8038
 fi
 
8039
-echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
 
8040
-echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
 
8041
-if test "${ac_cv_prog_cc_stdc+set}" = set; then
 
8042
+{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
 
8043
+echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
 
8044
+if test "${ac_cv_prog_cc_c89+set}" = set; then
 
8045
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
8046
 else
 
8047
-  ac_cv_prog_cc_stdc=no
 
8048
+  ac_cv_prog_cc_c89=no
 
8049
 ac_save_CC=$CC
 
8050
 cat >conftest.$ac_ext <<_ACEOF
 
8051
 /* confdefs.h.  */
 
8052
@@ -3152,12 +3965,17 @@
 
8053
 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
 
8054
    function prototypes and stuff, but not '\xHH' hex character constants.
 
8055
    These don't provoke an error unfortunately, instead are silently treated
 
8056
-   as 'x'.  The following induces an error, until -std1 is added to get
 
8057
+   as 'x'.  The following induces an error, until -std is added to get
 
8058
    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
 
8059
    array size at least.  It's necessary to write '\x00'==0 to get something
 
8060
-   that's true only with -std1.  */
 
8061
+   that's true only with -std.  */
 
8062
 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
 
8063
 
 
8064
+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
 
8065
+   inside strings and character constants.  */
 
8066
+#define FOO(x) 'x'
 
8067
+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
 
8068
+
 
8069
 int test (int i, double x);
 
8070
 struct s1 {int (*f) (int a);};
 
8071
 struct s2 {int (*f) (double a);};
 
8072
@@ -3172,205 +3990,57 @@
 
8073
   return 0;
 
8074
 }
 
8075
 _ACEOF
 
8076
-# Don't try gcc -ansi; that turns off useful extensions and
 
8077
-# breaks some systems' header files.
 
8078
-# AIX                  -qlanglvl=ansi
 
8079
-# Ultrix and OSF/1     -std1
 
8080
-# HP-UX 10.20 and later        -Ae
 
8081
-# HP-UX older versions -Aa -D_HPUX_SOURCE
 
8082
-# SVR4                 -Xc -D__EXTENSIONS__
 
8083
-for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
 
8084
+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
 
8085
+       -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
 
8086
 do
 
8087
   CC="$ac_save_CC $ac_arg"
 
8088
   rm -f conftest.$ac_objext
 
8089
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
8090
-  (eval $ac_compile) 2>conftest.er1
 
8091
+if { (ac_try="$ac_compile"
 
8092
+case "(($ac_try" in
 
8093
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8094
+  *) ac_try_echo=$ac_try;;
 
8095
+esac
 
8096
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8097
+  (eval "$ac_compile") 2>conftest.er1
 
8098
   ac_status=$?
 
8099
   grep -v '^ *+' conftest.er1 >conftest.err
 
8100
   rm -f conftest.er1
 
8101
   cat conftest.err >&5
 
8102
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8103
-  (exit $ac_status); } &&
 
8104
-        { ac_try='test -z "$ac_c_werror_flag"
 
8105
-                        || test ! -s conftest.err'
 
8106
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
8107
-  (eval $ac_try) 2>&5
 
8108
-  ac_status=$?
 
8109
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8110
-  (exit $ac_status); }; } &&
 
8111
-        { ac_try='test -s conftest.$ac_objext'
 
8112
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
8113
-  (eval $ac_try) 2>&5
 
8114
-  ac_status=$?
 
8115
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8116
-  (exit $ac_status); }; }; then
 
8117
-  ac_cv_prog_cc_stdc=$ac_arg
 
8118
-break
 
8119
+  (exit $ac_status); } && {
 
8120
+        test -z "$ac_c_werror_flag" ||
 
8121
+        test ! -s conftest.err
 
8122
+       } && test -s conftest.$ac_objext; then
 
8123
+  ac_cv_prog_cc_c89=$ac_arg
 
8124
 else
 
8125
   echo "$as_me: failed program was:" >&5
 
8126
 sed 's/^/| /' conftest.$ac_ext >&5
 
8127
 
 
8128
+
 
8129
 fi
 
8130
-rm -f conftest.err conftest.$ac_objext
 
8131
+
 
8132
+rm -f core conftest.err conftest.$ac_objext
 
8133
+  test "x$ac_cv_prog_cc_c89" != "xno" && break
 
8134
 done
 
8135
-rm -f conftest.$ac_ext conftest.$ac_objext
 
8136
+rm -f conftest.$ac_ext
 
8137
 CC=$ac_save_CC
 
8138
 
 
8139
 fi
 
8140
-
 
8141
-case "x$ac_cv_prog_cc_stdc" in
 
8142
-  x|xno)
 
8143
-    echo "$as_me:$LINENO: result: none needed" >&5
 
8144
-echo "${ECHO_T}none needed" >&6 ;;
 
8145
+# AC_CACHE_VAL
 
8146
+case "x$ac_cv_prog_cc_c89" in
 
8147
+  x)
 
8148
+    { echo "$as_me:$LINENO: result: none needed" >&5
 
8149
+echo "${ECHO_T}none needed" >&6; } ;;
 
8150
+  xno)
 
8151
+    { echo "$as_me:$LINENO: result: unsupported" >&5
 
8152
+echo "${ECHO_T}unsupported" >&6; } ;;
 
8153
   *)
 
8154
-    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
 
8155
-echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
 
8156
-    CC="$CC $ac_cv_prog_cc_stdc" ;;
 
8157
+    CC="$CC $ac_cv_prog_cc_c89"
 
8158
+    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
 
8159
+echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
 
8160
 esac
 
8161
 
 
8162
-# Some people use a C++ compiler to compile C.  Since we use `exit',
 
8163
-# in C++ we need to declare it.  In case someone uses the same compiler
 
8164
-# for both compiling C and C++ we need to have the C++ compiler decide
 
8165
-# the declaration of exit, since it's the most demanding environment.
 
8166
-cat >conftest.$ac_ext <<_ACEOF
 
8167
-#ifndef __cplusplus
 
8168
-  choke me
 
8169
-#endif
 
8170
-_ACEOF
 
8171
-rm -f conftest.$ac_objext
 
8172
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
8173
-  (eval $ac_compile) 2>conftest.er1
 
8174
-  ac_status=$?
 
8175
-  grep -v '^ *+' conftest.er1 >conftest.err
 
8176
-  rm -f conftest.er1
 
8177
-  cat conftest.err >&5
 
8178
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8179
-  (exit $ac_status); } &&
 
8180
-        { ac_try='test -z "$ac_c_werror_flag"
 
8181
-                        || test ! -s conftest.err'
 
8182
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
8183
-  (eval $ac_try) 2>&5
 
8184
-  ac_status=$?
 
8185
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8186
-  (exit $ac_status); }; } &&
 
8187
-        { ac_try='test -s conftest.$ac_objext'
 
8188
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
8189
-  (eval $ac_try) 2>&5
 
8190
-  ac_status=$?
 
8191
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8192
-  (exit $ac_status); }; }; then
 
8193
-  for ac_declaration in \
 
8194
-   '' \
 
8195
-   'extern "C" void std::exit (int) throw (); using std::exit;' \
 
8196
-   'extern "C" void std::exit (int); using std::exit;' \
 
8197
-   'extern "C" void exit (int) throw ();' \
 
8198
-   'extern "C" void exit (int);' \
 
8199
-   'void exit (int);'
 
8200
-do
 
8201
-  cat >conftest.$ac_ext <<_ACEOF
 
8202
-/* confdefs.h.  */
 
8203
-_ACEOF
 
8204
-cat confdefs.h >>conftest.$ac_ext
 
8205
-cat >>conftest.$ac_ext <<_ACEOF
 
8206
-/* end confdefs.h.  */
 
8207
-$ac_declaration
 
8208
-#include <stdlib.h>
 
8209
-int
 
8210
-main ()
 
8211
-{
 
8212
-exit (42);
 
8213
-  ;
 
8214
-  return 0;
 
8215
-}
 
8216
-_ACEOF
 
8217
-rm -f conftest.$ac_objext
 
8218
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
8219
-  (eval $ac_compile) 2>conftest.er1
 
8220
-  ac_status=$?
 
8221
-  grep -v '^ *+' conftest.er1 >conftest.err
 
8222
-  rm -f conftest.er1
 
8223
-  cat conftest.err >&5
 
8224
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8225
-  (exit $ac_status); } &&
 
8226
-        { ac_try='test -z "$ac_c_werror_flag"
 
8227
-                        || test ! -s conftest.err'
 
8228
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
8229
-  (eval $ac_try) 2>&5
 
8230
-  ac_status=$?
 
8231
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8232
-  (exit $ac_status); }; } &&
 
8233
-        { ac_try='test -s conftest.$ac_objext'
 
8234
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
8235
-  (eval $ac_try) 2>&5
 
8236
-  ac_status=$?
 
8237
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8238
-  (exit $ac_status); }; }; then
 
8239
-  :
 
8240
-else
 
8241
-  echo "$as_me: failed program was:" >&5
 
8242
-sed 's/^/| /' conftest.$ac_ext >&5
 
8243
-
 
8244
-continue
 
8245
-fi
 
8246
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
8247
-  cat >conftest.$ac_ext <<_ACEOF
 
8248
-/* confdefs.h.  */
 
8249
-_ACEOF
 
8250
-cat confdefs.h >>conftest.$ac_ext
 
8251
-cat >>conftest.$ac_ext <<_ACEOF
 
8252
-/* end confdefs.h.  */
 
8253
-$ac_declaration
 
8254
-int
 
8255
-main ()
 
8256
-{
 
8257
-exit (42);
 
8258
-  ;
 
8259
-  return 0;
 
8260
-}
 
8261
-_ACEOF
 
8262
-rm -f conftest.$ac_objext
 
8263
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
8264
-  (eval $ac_compile) 2>conftest.er1
 
8265
-  ac_status=$?
 
8266
-  grep -v '^ *+' conftest.er1 >conftest.err
 
8267
-  rm -f conftest.er1
 
8268
-  cat conftest.err >&5
 
8269
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8270
-  (exit $ac_status); } &&
 
8271
-        { ac_try='test -z "$ac_c_werror_flag"
 
8272
-                        || test ! -s conftest.err'
 
8273
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
8274
-  (eval $ac_try) 2>&5
 
8275
-  ac_status=$?
 
8276
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8277
-  (exit $ac_status); }; } &&
 
8278
-        { ac_try='test -s conftest.$ac_objext'
 
8279
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
8280
-  (eval $ac_try) 2>&5
 
8281
-  ac_status=$?
 
8282
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8283
-  (exit $ac_status); }; }; then
 
8284
-  break
 
8285
-else
 
8286
-  echo "$as_me: failed program was:" >&5
 
8287
-sed 's/^/| /' conftest.$ac_ext >&5
 
8288
-
 
8289
-fi
 
8290
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
8291
-done
 
8292
-rm -f conftest*
 
8293
-if test -n "$ac_declaration"; then
 
8294
-  echo '#ifdef __cplusplus' >>confdefs.h
 
8295
-  echo $ac_declaration      >>confdefs.h
 
8296
-  echo '#endif'             >>confdefs.h
 
8297
-fi
 
8298
-
 
8299
-else
 
8300
-  echo "$as_me: failed program was:" >&5
 
8301
-sed 's/^/| /' conftest.$ac_ext >&5
 
8302
 
 
8303
-fi
 
8304
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
8305
 ac_ext=c
 
8306
 ac_cpp='$CPP $CPPFLAGS'
 
8307
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
8308
@@ -3379,8 +4049,8 @@
 
8309
 
 
8310
 depcc="$CC"   am_compiler_list=
 
8311
 
 
8312
-echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
8313
-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
 
8314
+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
8315
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
 
8316
 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
 
8317
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
8318
 else
 
8319
@@ -3469,8 +4139,8 @@
 
8320
 fi
 
8321
 
 
8322
 fi
 
8323
-echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 
8324
-echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
 
8325
+{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 
8326
+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
 
8327
 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 
8328
 
 
8329
 
 
8330
@@ -3492,8 +4162,8 @@
 
8331
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
8332
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
8333
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
8334
-echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
 
8335
-echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
 
8336
+{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
 
8337
+echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
 
8338
 # On Suns, sometimes $CPP names a directory.
 
8339
 if test -n "$CPP" && test -d "$CPP"; then
 
8340
   CPP=
 
8341
@@ -3527,24 +4197,22 @@
 
8342
 #endif
 
8343
                     Syntax error
 
8344
 _ACEOF
 
8345
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
8346
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
8347
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
8348
+case "(($ac_try" in
 
8349
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8350
+  *) ac_try_echo=$ac_try;;
 
8351
+esac
 
8352
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8353
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
8354
   ac_status=$?
 
8355
   grep -v '^ *+' conftest.er1 >conftest.err
 
8356
   rm -f conftest.er1
 
8357
   cat conftest.err >&5
 
8358
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8359
-  (exit $ac_status); } >/dev/null; then
 
8360
-  if test -s conftest.err; then
 
8361
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
8362
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
8363
-  else
 
8364
-    ac_cpp_err=
 
8365
-  fi
 
8366
-else
 
8367
-  ac_cpp_err=yes
 
8368
-fi
 
8369
-if test -z "$ac_cpp_err"; then
 
8370
+  (exit $ac_status); } >/dev/null && {
 
8371
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
8372
+        test ! -s conftest.err
 
8373
+       }; then
 
8374
   :
 
8375
 else
 
8376
   echo "$as_me: failed program was:" >&5
 
8377
@@ -3553,9 +4221,10 @@
 
8378
   # Broken: fails on valid input.
 
8379
 continue
 
8380
 fi
 
8381
+
 
8382
 rm -f conftest.err conftest.$ac_ext
 
8383
 
 
8384
-  # OK, works on sane cases.  Now check whether non-existent headers
 
8385
+  # OK, works on sane cases.  Now check whether nonexistent headers
 
8386
   # can be detected and how.
 
8387
   cat >conftest.$ac_ext <<_ACEOF
 
8388
 /* confdefs.h.  */
 
8389
@@ -3565,24 +4234,22 @@
 
8390
 /* end confdefs.h.  */
 
8391
 #include <ac_nonexistent.h>
 
8392
 _ACEOF
 
8393
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
8394
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
8395
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
8396
+case "(($ac_try" in
 
8397
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8398
+  *) ac_try_echo=$ac_try;;
 
8399
+esac
 
8400
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8401
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
8402
   ac_status=$?
 
8403
   grep -v '^ *+' conftest.er1 >conftest.err
 
8404
   rm -f conftest.er1
 
8405
   cat conftest.err >&5
 
8406
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8407
-  (exit $ac_status); } >/dev/null; then
 
8408
-  if test -s conftest.err; then
 
8409
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
8410
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
8411
-  else
 
8412
-    ac_cpp_err=
 
8413
-  fi
 
8414
-else
 
8415
-  ac_cpp_err=yes
 
8416
-fi
 
8417
-if test -z "$ac_cpp_err"; then
 
8418
+  (exit $ac_status); } >/dev/null && {
 
8419
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
8420
+        test ! -s conftest.err
 
8421
+       }; then
 
8422
   # Broken: success on invalid input.
 
8423
 continue
 
8424
 else
 
8425
@@ -3593,6 +4260,7 @@
 
8426
 ac_preproc_ok=:
 
8427
 break
 
8428
 fi
 
8429
+
 
8430
 rm -f conftest.err conftest.$ac_ext
 
8431
 
 
8432
 done
 
8433
@@ -3610,8 +4278,8 @@
 
8434
 else
 
8435
   ac_cv_prog_CPP=$CPP
 
8436
 fi
 
8437
-echo "$as_me:$LINENO: result: $CPP" >&5
 
8438
-echo "${ECHO_T}$CPP" >&6
 
8439
+{ echo "$as_me:$LINENO: result: $CPP" >&5
 
8440
+echo "${ECHO_T}$CPP" >&6; }
 
8441
 ac_preproc_ok=false
 
8442
 for ac_c_preproc_warn_flag in '' yes
 
8443
 do
 
8444
@@ -3634,24 +4302,22 @@
 
8445
 #endif
 
8446
                     Syntax error
 
8447
 _ACEOF
 
8448
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
8449
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
8450
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
8451
+case "(($ac_try" in
 
8452
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8453
+  *) ac_try_echo=$ac_try;;
 
8454
+esac
 
8455
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8456
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
8457
   ac_status=$?
 
8458
   grep -v '^ *+' conftest.er1 >conftest.err
 
8459
   rm -f conftest.er1
 
8460
   cat conftest.err >&5
 
8461
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8462
-  (exit $ac_status); } >/dev/null; then
 
8463
-  if test -s conftest.err; then
 
8464
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
8465
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
8466
-  else
 
8467
-    ac_cpp_err=
 
8468
-  fi
 
8469
-else
 
8470
-  ac_cpp_err=yes
 
8471
-fi
 
8472
-if test -z "$ac_cpp_err"; then
 
8473
+  (exit $ac_status); } >/dev/null && {
 
8474
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
8475
+        test ! -s conftest.err
 
8476
+       }; then
 
8477
   :
 
8478
 else
 
8479
   echo "$as_me: failed program was:" >&5
 
8480
@@ -3660,9 +4326,10 @@
 
8481
   # Broken: fails on valid input.
 
8482
 continue
 
8483
 fi
 
8484
+
 
8485
 rm -f conftest.err conftest.$ac_ext
 
8486
 
 
8487
-  # OK, works on sane cases.  Now check whether non-existent headers
 
8488
+  # OK, works on sane cases.  Now check whether nonexistent headers
 
8489
   # can be detected and how.
 
8490
   cat >conftest.$ac_ext <<_ACEOF
 
8491
 /* confdefs.h.  */
 
8492
@@ -3672,24 +4339,22 @@
 
8493
 /* end confdefs.h.  */
 
8494
 #include <ac_nonexistent.h>
 
8495
 _ACEOF
 
8496
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
8497
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
8498
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
8499
+case "(($ac_try" in
 
8500
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8501
+  *) ac_try_echo=$ac_try;;
 
8502
+esac
 
8503
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8504
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
8505
   ac_status=$?
 
8506
   grep -v '^ *+' conftest.er1 >conftest.err
 
8507
   rm -f conftest.er1
 
8508
   cat conftest.err >&5
 
8509
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8510
-  (exit $ac_status); } >/dev/null; then
 
8511
-  if test -s conftest.err; then
 
8512
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
8513
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
8514
-  else
 
8515
-    ac_cpp_err=
 
8516
-  fi
 
8517
-else
 
8518
-  ac_cpp_err=yes
 
8519
-fi
 
8520
-if test -z "$ac_cpp_err"; then
 
8521
+  (exit $ac_status); } >/dev/null && {
 
8522
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
8523
+        test ! -s conftest.err
 
8524
+       }; then
 
8525
   # Broken: success on invalid input.
 
8526
 continue
 
8527
 else
 
8528
@@ -3700,6 +4365,7 @@
 
8529
 ac_preproc_ok=:
 
8530
 break
 
8531
 fi
 
8532
+
 
8533
 rm -f conftest.err conftest.$ac_ext
 
8534
 
 
8535
 done
 
8536
@@ -3750,18 +4416,22 @@
 
8537
 
 
8538
   CXXFLAGS=" $CXXFLAGS"
 
8539
 
 
8540
-  ac_ext=cc
 
8541
+  ac_ext=cpp
 
8542
 ac_cpp='$CXXCPP $CPPFLAGS'
 
8543
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
8544
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
8545
 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
8546
-if test -n "$ac_tool_prefix"; then
 
8547
-  for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
 
8548
+if test -z "$CXX"; then
 
8549
+  if test -n "$CCC"; then
 
8550
+    CXX=$CCC
 
8551
+  else
 
8552
+    if test -n "$ac_tool_prefix"; then
 
8553
+  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
 
8554
   do
 
8555
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
8556
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
8557
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8558
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
8559
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8560
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
8561
 if test "${ac_cv_prog_CXX+set}" = set; then
 
8562
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
8563
 else
 
8564
@@ -3774,36 +4444,38 @@
 
8565
   IFS=$as_save_IFS
 
8566
   test -z "$as_dir" && as_dir=.
 
8567
   for ac_exec_ext in '' $ac_executable_extensions; do
 
8568
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
8569
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8570
     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
 
8571
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8572
     break 2
 
8573
   fi
 
8574
 done
 
8575
 done
 
8576
+IFS=$as_save_IFS
 
8577
 
 
8578
 fi
 
8579
 fi
 
8580
 CXX=$ac_cv_prog_CXX
 
8581
 if test -n "$CXX"; then
 
8582
-  echo "$as_me:$LINENO: result: $CXX" >&5
 
8583
-echo "${ECHO_T}$CXX" >&6
 
8584
+  { echo "$as_me:$LINENO: result: $CXX" >&5
 
8585
+echo "${ECHO_T}$CXX" >&6; }
 
8586
 else
 
8587
-  echo "$as_me:$LINENO: result: no" >&5
 
8588
-echo "${ECHO_T}no" >&6
 
8589
+  { echo "$as_me:$LINENO: result: no" >&5
 
8590
+echo "${ECHO_T}no" >&6; }
 
8591
 fi
 
8592
 
 
8593
+
 
8594
     test -n "$CXX" && break
 
8595
   done
 
8596
 fi
 
8597
 if test -z "$CXX"; then
 
8598
   ac_ct_CXX=$CXX
 
8599
-  for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
 
8600
+  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
 
8601
 do
 
8602
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
8603
 set dummy $ac_prog; ac_word=$2
 
8604
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8605
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
8606
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
8607
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
8608
 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
 
8609
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
8610
 else
 
8611
@@ -3816,55 +4488,85 @@
 
8612
   IFS=$as_save_IFS
 
8613
   test -z "$as_dir" && as_dir=.
 
8614
   for ac_exec_ext in '' $ac_executable_extensions; do
 
8615
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
8616
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
8617
     ac_cv_prog_ac_ct_CXX="$ac_prog"
 
8618
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
8619
     break 2
 
8620
   fi
 
8621
 done
 
8622
 done
 
8623
+IFS=$as_save_IFS
 
8624
 
 
8625
 fi
 
8626
 fi
 
8627
 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
 
8628
 if test -n "$ac_ct_CXX"; then
 
8629
-  echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
 
8630
-echo "${ECHO_T}$ac_ct_CXX" >&6
 
8631
+  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
 
8632
+echo "${ECHO_T}$ac_ct_CXX" >&6; }
 
8633
 else
 
8634
-  echo "$as_me:$LINENO: result: no" >&5
 
8635
-echo "${ECHO_T}no" >&6
 
8636
+  { echo "$as_me:$LINENO: result: no" >&5
 
8637
+echo "${ECHO_T}no" >&6; }
 
8638
 fi
 
8639
 
 
8640
+
 
8641
   test -n "$ac_ct_CXX" && break
 
8642
 done
 
8643
-test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
 
8644
 
 
8645
-  CXX=$ac_ct_CXX
 
8646
+  if test "x$ac_ct_CXX" = x; then
 
8647
+    CXX="g++"
 
8648
+  else
 
8649
+    case $cross_compiling:$ac_tool_warned in
 
8650
+yes:)
 
8651
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
8652
+whose name does not start with the host triplet.  If you think this
 
8653
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
8654
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
8655
+whose name does not start with the host triplet.  If you think this
 
8656
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
8657
+ac_tool_warned=yes ;;
 
8658
+esac
 
8659
+    CXX=$ac_ct_CXX
 
8660
+  fi
 
8661
 fi
 
8662
 
 
8663
-
 
8664
+  fi
 
8665
+fi
 
8666
 # Provide some information about the compiler.
 
8667
-echo "$as_me:$LINENO:" \
 
8668
-     "checking for C++ compiler version" >&5
 
8669
+echo "$as_me:$LINENO: checking for C++ compiler version" >&5
 
8670
 ac_compiler=`set X $ac_compile; echo $2`
 
8671
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
 
8672
-  (eval $ac_compiler --version </dev/null >&5) 2>&5
 
8673
+{ (ac_try="$ac_compiler --version >&5"
 
8674
+case "(($ac_try" in
 
8675
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8676
+  *) ac_try_echo=$ac_try;;
 
8677
+esac
 
8678
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8679
+  (eval "$ac_compiler --version >&5") 2>&5
 
8680
   ac_status=$?
 
8681
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8682
   (exit $ac_status); }
 
8683
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
 
8684
-  (eval $ac_compiler -v </dev/null >&5) 2>&5
 
8685
+{ (ac_try="$ac_compiler -v >&5"
 
8686
+case "(($ac_try" in
 
8687
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8688
+  *) ac_try_echo=$ac_try;;
 
8689
+esac
 
8690
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8691
+  (eval "$ac_compiler -v >&5") 2>&5
 
8692
   ac_status=$?
 
8693
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8694
   (exit $ac_status); }
 
8695
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
 
8696
-  (eval $ac_compiler -V </dev/null >&5) 2>&5
 
8697
+{ (ac_try="$ac_compiler -V >&5"
 
8698
+case "(($ac_try" in
 
8699
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8700
+  *) ac_try_echo=$ac_try;;
 
8701
+esac
 
8702
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8703
+  (eval "$ac_compiler -V >&5") 2>&5
 
8704
   ac_status=$?
 
8705
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8706
   (exit $ac_status); }
 
8707
 
 
8708
-echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
 
8709
-echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
 
8710
+{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
 
8711
+echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
 
8712
 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
 
8713
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
8714
 else
 
8715
@@ -3887,50 +4589,49 @@
 
8716
 }
 
8717
 _ACEOF
 
8718
 rm -f conftest.$ac_objext
 
8719
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
8720
-  (eval $ac_compile) 2>conftest.er1
 
8721
+if { (ac_try="$ac_compile"
 
8722
+case "(($ac_try" in
 
8723
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8724
+  *) ac_try_echo=$ac_try;;
 
8725
+esac
 
8726
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8727
+  (eval "$ac_compile") 2>conftest.er1
 
8728
   ac_status=$?
 
8729
   grep -v '^ *+' conftest.er1 >conftest.err
 
8730
   rm -f conftest.er1
 
8731
   cat conftest.err >&5
 
8732
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8733
-  (exit $ac_status); } &&
 
8734
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
8735
-                        || test ! -s conftest.err'
 
8736
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
8737
-  (eval $ac_try) 2>&5
 
8738
-  ac_status=$?
 
8739
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8740
-  (exit $ac_status); }; } &&
 
8741
-        { ac_try='test -s conftest.$ac_objext'
 
8742
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
8743
-  (eval $ac_try) 2>&5
 
8744
-  ac_status=$?
 
8745
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8746
-  (exit $ac_status); }; }; then
 
8747
+  (exit $ac_status); } && {
 
8748
+        test -z "$ac_cxx_werror_flag" ||
 
8749
+        test ! -s conftest.err
 
8750
+       } && test -s conftest.$ac_objext; then
 
8751
   ac_compiler_gnu=yes
 
8752
 else
 
8753
   echo "$as_me: failed program was:" >&5
 
8754
 sed 's/^/| /' conftest.$ac_ext >&5
 
8755
 
 
8756
-ac_compiler_gnu=no
 
8757
+       ac_compiler_gnu=no
 
8758
 fi
 
8759
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
8760
+
 
8761
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
8762
 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
 
8763
 
 
8764
 fi
 
8765
-echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
 
8766
-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
 
8767
+{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
 
8768
+echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
 
8769
 GXX=`test $ac_compiler_gnu = yes && echo yes`
 
8770
 ac_test_CXXFLAGS=${CXXFLAGS+set}
 
8771
 ac_save_CXXFLAGS=$CXXFLAGS
 
8772
-CXXFLAGS="-g"
 
8773
-echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
 
8774
-echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
 
8775
+{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
 
8776
+echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
 
8777
 if test "${ac_cv_prog_cxx_g+set}" = set; then
 
8778
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
8779
 else
 
8780
-  cat >conftest.$ac_ext <<_ACEOF
 
8781
+  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
 
8782
+   ac_cxx_werror_flag=yes
 
8783
+   ac_cv_prog_cxx_g=no
 
8784
+   CXXFLAGS="-g"
 
8785
+   cat >conftest.$ac_ext <<_ACEOF
 
8786
 /* confdefs.h.  */
 
8787
 _ACEOF
 
8788
 cat confdefs.h >>conftest.$ac_ext
 
8789
@@ -3946,159 +4647,133 @@
 
8790
 }
 
8791
 _ACEOF
 
8792
 rm -f conftest.$ac_objext
 
8793
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
8794
-  (eval $ac_compile) 2>conftest.er1
 
8795
+if { (ac_try="$ac_compile"
 
8796
+case "(($ac_try" in
 
8797
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8798
+  *) ac_try_echo=$ac_try;;
 
8799
+esac
 
8800
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8801
+  (eval "$ac_compile") 2>conftest.er1
 
8802
   ac_status=$?
 
8803
   grep -v '^ *+' conftest.er1 >conftest.err
 
8804
   rm -f conftest.er1
 
8805
   cat conftest.err >&5
 
8806
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8807
-  (exit $ac_status); } &&
 
8808
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
8809
-                        || test ! -s conftest.err'
 
8810
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
8811
-  (eval $ac_try) 2>&5
 
8812
-  ac_status=$?
 
8813
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8814
-  (exit $ac_status); }; } &&
 
8815
-        { ac_try='test -s conftest.$ac_objext'
 
8816
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
8817
-  (eval $ac_try) 2>&5
 
8818
-  ac_status=$?
 
8819
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8820
-  (exit $ac_status); }; }; then
 
8821
+  (exit $ac_status); } && {
 
8822
+        test -z "$ac_cxx_werror_flag" ||
 
8823
+        test ! -s conftest.err
 
8824
+       } && test -s conftest.$ac_objext; then
 
8825
   ac_cv_prog_cxx_g=yes
 
8826
 else
 
8827
   echo "$as_me: failed program was:" >&5
 
8828
 sed 's/^/| /' conftest.$ac_ext >&5
 
8829
 
 
8830
-ac_cv_prog_cxx_g=no
 
8831
-fi
 
8832
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
8833
-fi
 
8834
-echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
 
8835
-echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
 
8836
-if test "$ac_test_CXXFLAGS" = set; then
 
8837
-  CXXFLAGS=$ac_save_CXXFLAGS
 
8838
-elif test $ac_cv_prog_cxx_g = yes; then
 
8839
-  if test "$GXX" = yes; then
 
8840
-    CXXFLAGS="-g -O2"
 
8841
-  else
 
8842
-    CXXFLAGS="-g"
 
8843
-  fi
 
8844
-else
 
8845
-  if test "$GXX" = yes; then
 
8846
-    CXXFLAGS="-O2"
 
8847
-  else
 
8848
-    CXXFLAGS=
 
8849
-  fi
 
8850
-fi
 
8851
-for ac_declaration in \
 
8852
-   '' \
 
8853
-   'extern "C" void std::exit (int) throw (); using std::exit;' \
 
8854
-   'extern "C" void std::exit (int); using std::exit;' \
 
8855
-   'extern "C" void exit (int) throw ();' \
 
8856
-   'extern "C" void exit (int);' \
 
8857
-   'void exit (int);'
 
8858
-do
 
8859
-  cat >conftest.$ac_ext <<_ACEOF
 
8860
+       CXXFLAGS=""
 
8861
+      cat >conftest.$ac_ext <<_ACEOF
 
8862
 /* confdefs.h.  */
 
8863
 _ACEOF
 
8864
 cat confdefs.h >>conftest.$ac_ext
 
8865
 cat >>conftest.$ac_ext <<_ACEOF
 
8866
 /* end confdefs.h.  */
 
8867
-$ac_declaration
 
8868
-#include <stdlib.h>
 
8869
+
 
8870
 int
 
8871
 main ()
 
8872
 {
 
8873
-exit (42);
 
8874
+
 
8875
   ;
 
8876
   return 0;
 
8877
 }
 
8878
 _ACEOF
 
8879
 rm -f conftest.$ac_objext
 
8880
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
8881
-  (eval $ac_compile) 2>conftest.er1
 
8882
+if { (ac_try="$ac_compile"
 
8883
+case "(($ac_try" in
 
8884
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8885
+  *) ac_try_echo=$ac_try;;
 
8886
+esac
 
8887
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8888
+  (eval "$ac_compile") 2>conftest.er1
 
8889
   ac_status=$?
 
8890
   grep -v '^ *+' conftest.er1 >conftest.err
 
8891
   rm -f conftest.er1
 
8892
   cat conftest.err >&5
 
8893
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8894
-  (exit $ac_status); } &&
 
8895
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
8896
-                        || test ! -s conftest.err'
 
8897
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
8898
-  (eval $ac_try) 2>&5
 
8899
-  ac_status=$?
 
8900
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8901
-  (exit $ac_status); }; } &&
 
8902
-        { ac_try='test -s conftest.$ac_objext'
 
8903
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
8904
-  (eval $ac_try) 2>&5
 
8905
-  ac_status=$?
 
8906
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8907
-  (exit $ac_status); }; }; then
 
8908
+  (exit $ac_status); } && {
 
8909
+        test -z "$ac_cxx_werror_flag" ||
 
8910
+        test ! -s conftest.err
 
8911
+       } && test -s conftest.$ac_objext; then
 
8912
   :
 
8913
 else
 
8914
   echo "$as_me: failed program was:" >&5
 
8915
 sed 's/^/| /' conftest.$ac_ext >&5
 
8916
 
 
8917
-continue
 
8918
-fi
 
8919
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
8920
-  cat >conftest.$ac_ext <<_ACEOF
 
8921
+       ac_cxx_werror_flag=$ac_save_cxx_werror_flag
 
8922
+        CXXFLAGS="-g"
 
8923
+        cat >conftest.$ac_ext <<_ACEOF
 
8924
 /* confdefs.h.  */
 
8925
 _ACEOF
 
8926
 cat confdefs.h >>conftest.$ac_ext
 
8927
 cat >>conftest.$ac_ext <<_ACEOF
 
8928
 /* end confdefs.h.  */
 
8929
-$ac_declaration
 
8930
+
 
8931
 int
 
8932
 main ()
 
8933
 {
 
8934
-exit (42);
 
8935
+
 
8936
   ;
 
8937
   return 0;
 
8938
 }
 
8939
 _ACEOF
 
8940
 rm -f conftest.$ac_objext
 
8941
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
8942
-  (eval $ac_compile) 2>conftest.er1
 
8943
+if { (ac_try="$ac_compile"
 
8944
+case "(($ac_try" in
 
8945
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8946
+  *) ac_try_echo=$ac_try;;
 
8947
+esac
 
8948
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8949
+  (eval "$ac_compile") 2>conftest.er1
 
8950
   ac_status=$?
 
8951
   grep -v '^ *+' conftest.er1 >conftest.err
 
8952
   rm -f conftest.er1
 
8953
   cat conftest.err >&5
 
8954
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8955
-  (exit $ac_status); } &&
 
8956
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
8957
-                        || test ! -s conftest.err'
 
8958
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
8959
-  (eval $ac_try) 2>&5
 
8960
-  ac_status=$?
 
8961
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8962
-  (exit $ac_status); }; } &&
 
8963
-        { ac_try='test -s conftest.$ac_objext'
 
8964
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
8965
-  (eval $ac_try) 2>&5
 
8966
-  ac_status=$?
 
8967
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8968
-  (exit $ac_status); }; }; then
 
8969
-  break
 
8970
+  (exit $ac_status); } && {
 
8971
+        test -z "$ac_cxx_werror_flag" ||
 
8972
+        test ! -s conftest.err
 
8973
+       } && test -s conftest.$ac_objext; then
 
8974
+  ac_cv_prog_cxx_g=yes
 
8975
 else
 
8976
   echo "$as_me: failed program was:" >&5
 
8977
 sed 's/^/| /' conftest.$ac_ext >&5
 
8978
 
 
8979
+
 
8980
 fi
 
8981
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
8982
-done
 
8983
-rm -f conftest*
 
8984
-if test -n "$ac_declaration"; then
 
8985
-  echo '#ifdef __cplusplus' >>confdefs.h
 
8986
-  echo $ac_declaration      >>confdefs.h
 
8987
-  echo '#endif'             >>confdefs.h
 
8988
+
 
8989
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
8990
+fi
 
8991
+
 
8992
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
8993
 fi
 
8994
 
 
8995
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
8996
+   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
 
8997
+fi
 
8998
+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
 
8999
+echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
 
9000
+if test "$ac_test_CXXFLAGS" = set; then
 
9001
+  CXXFLAGS=$ac_save_CXXFLAGS
 
9002
+elif test $ac_cv_prog_cxx_g = yes; then
 
9003
+  if test "$GXX" = yes; then
 
9004
+    CXXFLAGS="-g -O2"
 
9005
+  else
 
9006
+    CXXFLAGS="-g"
 
9007
+  fi
 
9008
+else
 
9009
+  if test "$GXX" = yes; then
 
9010
+    CXXFLAGS="-O2"
 
9011
+  else
 
9012
+    CXXFLAGS=
 
9013
+  fi
 
9014
+fi
 
9015
 ac_ext=c
 
9016
 ac_cpp='$CPP $CPPFLAGS'
 
9017
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
9018
@@ -4107,8 +4782,8 @@
 
9019
 
 
9020
 depcc="$CXX"  am_compiler_list=
 
9021
 
 
9022
-echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
9023
-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
 
9024
+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
9025
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
 
9026
 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
 
9027
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
9028
 else
 
9029
@@ -4197,8 +4872,8 @@
 
9030
 fi
 
9031
 
 
9032
 fi
 
9033
-echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
 
9034
-echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
 
9035
+{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
 
9036
+echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
 
9037
 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
 
9038
 
 
9039
 
 
9040
@@ -4216,8 +4891,8 @@
 
9041
 
 
9042
 
 
9043
 
 
9044
-  echo "$as_me:$LINENO: checking whether $CC is blacklisted" >&5
 
9045
-echo $ECHO_N "checking whether $CC is blacklisted... $ECHO_C" >&6
 
9046
+  { echo "$as_me:$LINENO: checking whether $CC is blacklisted" >&5
 
9047
+echo $ECHO_N "checking whether $CC is blacklisted... $ECHO_C" >&6; }
 
9048
 
 
9049
 
 
9050
   cat >conftest.$ac_ext <<_ACEOF
 
9051
@@ -4242,39 +4917,35 @@
 
9052
 }
 
9053
 _ACEOF
 
9054
 rm -f conftest.$ac_objext
 
9055
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
9056
-  (eval $ac_compile) 2>conftest.er1
 
9057
+if { (ac_try="$ac_compile"
 
9058
+case "(($ac_try" in
 
9059
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9060
+  *) ac_try_echo=$ac_try;;
 
9061
+esac
 
9062
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9063
+  (eval "$ac_compile") 2>conftest.er1
 
9064
   ac_status=$?
 
9065
   grep -v '^ *+' conftest.er1 >conftest.err
 
9066
   rm -f conftest.er1
 
9067
   cat conftest.err >&5
 
9068
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9069
-  (exit $ac_status); } &&
 
9070
-        { ac_try='test -z "$ac_c_werror_flag"
 
9071
-                        || test ! -s conftest.err'
 
9072
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9073
-  (eval $ac_try) 2>&5
 
9074
-  ac_status=$?
 
9075
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9076
-  (exit $ac_status); }; } &&
 
9077
-        { ac_try='test -s conftest.$ac_objext'
 
9078
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9079
-  (eval $ac_try) 2>&5
 
9080
-  ac_status=$?
 
9081
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9082
-  (exit $ac_status); }; }; then
 
9083
+  (exit $ac_status); } && {
 
9084
+        test -z "$ac_c_werror_flag" ||
 
9085
+        test ! -s conftest.err
 
9086
+       } && test -s conftest.$ac_objext; then
 
9087
   kde_bad_compiler=no
 
9088
 else
 
9089
   echo "$as_me: failed program was:" >&5
 
9090
 sed 's/^/| /' conftest.$ac_ext >&5
 
9091
 
 
9092
-kde_bad_compiler=yes
 
9093
+       kde_bad_compiler=yes
 
9094
 
 
9095
 fi
 
9096
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
9097
 
 
9098
-  echo "$as_me:$LINENO: result: $kde_bad_compiler" >&5
 
9099
-echo "${ECHO_T}$kde_bad_compiler" >&6
 
9100
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
9101
+
 
9102
+  { echo "$as_me:$LINENO: result: $kde_bad_compiler" >&5
 
9103
+echo "${ECHO_T}$kde_bad_compiler" >&6; }
 
9104
 
 
9105
 if test "$kde_bad_compiler" = "yes"; then
 
9106
   { { echo "$as_me:$LINENO: error:
 
9107
@@ -4316,17 +4987,16 @@
 
9108
         fi
 
9109
       fi
 
9110
 
 
9111
-echo "$as_me:$LINENO: checking whether $CXX supports -fno-builtin" >&5
 
9112
-echo $ECHO_N "checking whether $CXX supports -fno-builtin... $ECHO_C" >&6
 
9113
+{ echo "$as_me:$LINENO: checking whether $CXX supports -fno-builtin" >&5
 
9114
+echo $ECHO_N "checking whether $CXX supports -fno-builtin... $ECHO_C" >&6; }
 
9115
 kde_cache=`echo fno-builtin | sed 'y% .=/+-,%____p__%'`
 
9116
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
9117
+if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
9118
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
9119
 else
 
9120
 
 
9121
 
 
9122
 
 
9123
-
 
9124
-ac_ext=cc
 
9125
+ac_ext=cpp
 
9126
 ac_cpp='$CXXCPP $CPPFLAGS'
 
9127
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
9128
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
9129
@@ -4354,34 +5024,32 @@
 
9130
 }
 
9131
 _ACEOF
 
9132
 rm -f conftest.$ac_objext conftest$ac_exeext
 
9133
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
9134
-  (eval $ac_link) 2>conftest.er1
 
9135
+if { (ac_try="$ac_link"
 
9136
+case "(($ac_try" in
 
9137
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9138
+  *) ac_try_echo=$ac_try;;
 
9139
+esac
 
9140
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9141
+  (eval "$ac_link") 2>conftest.er1
 
9142
   ac_status=$?
 
9143
   grep -v '^ *+' conftest.er1 >conftest.err
 
9144
   rm -f conftest.er1
 
9145
   cat conftest.err >&5
 
9146
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9147
-  (exit $ac_status); } &&
 
9148
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
9149
-                        || test ! -s conftest.err'
 
9150
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9151
-  (eval $ac_try) 2>&5
 
9152
-  ac_status=$?
 
9153
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9154
-  (exit $ac_status); }; } &&
 
9155
-        { ac_try='test -s conftest$ac_exeext'
 
9156
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9157
-  (eval $ac_try) 2>&5
 
9158
-  ac_status=$?
 
9159
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9160
-  (exit $ac_status); }; }; then
 
9161
+  (exit $ac_status); } && {
 
9162
+        test -z "$ac_cxx_werror_flag" ||
 
9163
+        test ! -s conftest.err
 
9164
+       } && test -s conftest$ac_exeext &&
 
9165
+       $as_test_x conftest$ac_exeext; then
 
9166
   eval "kde_cv_prog_cxx_$kde_cache=yes"
 
9167
 else
 
9168
   echo "$as_me: failed program was:" >&5
 
9169
 sed 's/^/| /' conftest.$ac_ext >&5
 
9170
 
 
9171
+
 
9172
 fi
 
9173
-rm -f conftest.err conftest.$ac_objext \
 
9174
+
 
9175
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
9176
       conftest$ac_exeext conftest.$ac_ext
 
9177
   CXXFLAGS="$save_CXXFLAGS"
 
9178
   ac_ext=c
 
9179
@@ -4394,29 +5062,28 @@
 
9180
 fi
 
9181
 
 
9182
 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
9183
- echo "$as_me:$LINENO: result: yes" >&5
 
9184
-echo "${ECHO_T}yes" >&6
 
9185
+ { echo "$as_me:$LINENO: result: yes" >&5
 
9186
+echo "${ECHO_T}yes" >&6; }
 
9187
  :
 
9188
  CXXFLAGS="-fno-builtin $CXXFLAGS"
 
9189
 else
 
9190
- echo "$as_me:$LINENO: result: no" >&5
 
9191
-echo "${ECHO_T}no" >&6
 
9192
+ { echo "$as_me:$LINENO: result: no" >&5
 
9193
+echo "${ECHO_T}no" >&6; }
 
9194
  :
 
9195
 
 
9196
 fi
 
9197
 
 
9198
 
 
9199
 
 
9200
-echo "$as_me:$LINENO: checking whether $CXX supports -Woverloaded-virtual" >&5
 
9201
-echo $ECHO_N "checking whether $CXX supports -Woverloaded-virtual... $ECHO_C" >&6
 
9202
+{ echo "$as_me:$LINENO: checking whether $CXX supports -Woverloaded-virtual" >&5
 
9203
+echo $ECHO_N "checking whether $CXX supports -Woverloaded-virtual... $ECHO_C" >&6; }
 
9204
 kde_cache=`echo Woverloaded-virtual | sed 'y% .=/+-,%____p__%'`
 
9205
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
9206
+if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
9207
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
9208
 else
 
9209
 
 
9210
 
 
9211
-
 
9212
-   ac_ext=cc
 
9213
+   ac_ext=cpp
 
9214
 ac_cpp='$CXXCPP $CPPFLAGS'
 
9215
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
9216
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
9217
@@ -4443,34 +5110,32 @@
 
9218
 }
 
9219
 _ACEOF
 
9220
 rm -f conftest.$ac_objext conftest$ac_exeext
 
9221
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
9222
-  (eval $ac_link) 2>conftest.er1
 
9223
+if { (ac_try="$ac_link"
 
9224
+case "(($ac_try" in
 
9225
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9226
+  *) ac_try_echo=$ac_try;;
 
9227
+esac
 
9228
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9229
+  (eval "$ac_link") 2>conftest.er1
 
9230
   ac_status=$?
 
9231
   grep -v '^ *+' conftest.er1 >conftest.err
 
9232
   rm -f conftest.er1
 
9233
   cat conftest.err >&5
 
9234
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9235
-  (exit $ac_status); } &&
 
9236
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
9237
-                        || test ! -s conftest.err'
 
9238
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9239
-  (eval $ac_try) 2>&5
 
9240
-  ac_status=$?
 
9241
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9242
-  (exit $ac_status); }; } &&
 
9243
-        { ac_try='test -s conftest$ac_exeext'
 
9244
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9245
-  (eval $ac_try) 2>&5
 
9246
-  ac_status=$?
 
9247
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9248
-  (exit $ac_status); }; }; then
 
9249
+  (exit $ac_status); } && {
 
9250
+        test -z "$ac_cxx_werror_flag" ||
 
9251
+        test ! -s conftest.err
 
9252
+       } && test -s conftest$ac_exeext &&
 
9253
+       $as_test_x conftest$ac_exeext; then
 
9254
   eval "kde_cv_prog_cxx_$kde_cache=yes"
 
9255
 else
 
9256
   echo "$as_me: failed program was:" >&5
 
9257
 sed 's/^/| /' conftest.$ac_ext >&5
 
9258
 
 
9259
+
 
9260
 fi
 
9261
-rm -f conftest.err conftest.$ac_objext \
 
9262
+
 
9263
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
9264
       conftest$ac_exeext conftest.$ac_ext
 
9265
   CXXFLAGS="$save_CXXFLAGS"
 
9266
   ac_ext=c
 
9267
@@ -4483,13 +5148,13 @@
 
9268
 fi
 
9269
 
 
9270
 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
9271
- echo "$as_me:$LINENO: result: yes" >&5
 
9272
-echo "${ECHO_T}yes" >&6
 
9273
+ { echo "$as_me:$LINENO: result: yes" >&5
 
9274
+echo "${ECHO_T}yes" >&6; }
 
9275
  :
 
9276
  WOVERLOADED_VIRTUAL="-Woverloaded-virtual"
 
9277
 else
 
9278
- echo "$as_me:$LINENO: result: no" >&5
 
9279
-echo "${ECHO_T}no" >&6
 
9280
+ { echo "$as_me:$LINENO: result: no" >&5
 
9281
+echo "${ECHO_T}no" >&6; }
 
9282
  :
 
9283
  WOVERLOADED_VRITUAL=""
 
9284
 fi
 
9285
@@ -4510,16 +5175,15 @@
 
9286
 
 
9287
   if test "$kde_use_profiling" = "yes"; then
 
9288
 
 
9289
-echo "$as_me:$LINENO: checking whether $CXX supports -pg" >&5
 
9290
-echo $ECHO_N "checking whether $CXX supports -pg... $ECHO_C" >&6
 
9291
+{ echo "$as_me:$LINENO: checking whether $CXX supports -pg" >&5
 
9292
+echo $ECHO_N "checking whether $CXX supports -pg... $ECHO_C" >&6; }
 
9293
 kde_cache=`echo pg | sed 'y% .=/+-,%____p__%'`
 
9294
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
9295
+if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
9296
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
9297
 else
 
9298
 
 
9299
 
 
9300
-
 
9301
-   ac_ext=cc
 
9302
+   ac_ext=cpp
 
9303
 ac_cpp='$CXXCPP $CPPFLAGS'
 
9304
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
9305
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
9306
@@ -4546,34 +5210,32 @@
 
9307
 }
 
9308
 _ACEOF
 
9309
 rm -f conftest.$ac_objext conftest$ac_exeext
 
9310
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
9311
-  (eval $ac_link) 2>conftest.er1
 
9312
+if { (ac_try="$ac_link"
 
9313
+case "(($ac_try" in
 
9314
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9315
+  *) ac_try_echo=$ac_try;;
 
9316
+esac
 
9317
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9318
+  (eval "$ac_link") 2>conftest.er1
 
9319
   ac_status=$?
 
9320
   grep -v '^ *+' conftest.er1 >conftest.err
 
9321
   rm -f conftest.er1
 
9322
   cat conftest.err >&5
 
9323
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9324
-  (exit $ac_status); } &&
 
9325
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
9326
-                        || test ! -s conftest.err'
 
9327
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9328
-  (eval $ac_try) 2>&5
 
9329
-  ac_status=$?
 
9330
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9331
-  (exit $ac_status); }; } &&
 
9332
-        { ac_try='test -s conftest$ac_exeext'
 
9333
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9334
-  (eval $ac_try) 2>&5
 
9335
-  ac_status=$?
 
9336
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9337
-  (exit $ac_status); }; }; then
 
9338
+  (exit $ac_status); } && {
 
9339
+        test -z "$ac_cxx_werror_flag" ||
 
9340
+        test ! -s conftest.err
 
9341
+       } && test -s conftest$ac_exeext &&
 
9342
+       $as_test_x conftest$ac_exeext; then
 
9343
   eval "kde_cv_prog_cxx_$kde_cache=yes"
 
9344
 else
 
9345
   echo "$as_me: failed program was:" >&5
 
9346
 sed 's/^/| /' conftest.$ac_ext >&5
 
9347
 
 
9348
+
 
9349
 fi
 
9350
-rm -f conftest.err conftest.$ac_objext \
 
9351
+
 
9352
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
9353
       conftest$ac_exeext conftest.$ac_ext
 
9354
   CXXFLAGS="$save_CXXFLAGS"
 
9355
   ac_ext=c
 
9356
@@ -4586,16 +5248,16 @@
 
9357
 fi
 
9358
 
 
9359
 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
9360
- echo "$as_me:$LINENO: result: yes" >&5
 
9361
-echo "${ECHO_T}yes" >&6
 
9362
+ { echo "$as_me:$LINENO: result: yes" >&5
 
9363
+echo "${ECHO_T}yes" >&6; }
 
9364
  :
 
9365
 
 
9366
       CFLAGS="-pg $CFLAGS"
 
9367
       CXXFLAGS="-pg $CXXFLAGS"
 
9368
 
 
9369
 else
 
9370
- echo "$as_me:$LINENO: result: no" >&5
 
9371
-echo "${ECHO_T}no" >&6
 
9372
+ { echo "$as_me:$LINENO: result: no" >&5
 
9373
+echo "${ECHO_T}no" >&6; }
 
9374
  :
 
9375
 
 
9376
 fi
 
9377
@@ -4610,16 +5272,15 @@
 
9378
             CFLAGS="-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS"
 
9379
             CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts $CXXFLAGS"
 
9380
 
 
9381
-echo "$as_me:$LINENO: checking whether $CXX supports -Wmissing-format-attribute" >&5
 
9382
-echo $ECHO_N "checking whether $CXX supports -Wmissing-format-attribute... $ECHO_C" >&6
 
9383
+{ echo "$as_me:$LINENO: checking whether $CXX supports -Wmissing-format-attribute" >&5
 
9384
+echo $ECHO_N "checking whether $CXX supports -Wmissing-format-attribute... $ECHO_C" >&6; }
 
9385
 kde_cache=`echo Wmissing-format-attribute | sed 'y% .=/+-,%____p__%'`
 
9386
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
9387
+if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
9388
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
9389
 else
 
9390
 
 
9391
 
 
9392
-
 
9393
-   ac_ext=cc
 
9394
+   ac_ext=cpp
 
9395
 ac_cpp='$CXXCPP $CPPFLAGS'
 
9396
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
9397
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
9398
@@ -4646,34 +5307,32 @@
 
9399
 }
 
9400
 _ACEOF
 
9401
 rm -f conftest.$ac_objext conftest$ac_exeext
 
9402
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
9403
-  (eval $ac_link) 2>conftest.er1
 
9404
+if { (ac_try="$ac_link"
 
9405
+case "(($ac_try" in
 
9406
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9407
+  *) ac_try_echo=$ac_try;;
 
9408
+esac
 
9409
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9410
+  (eval "$ac_link") 2>conftest.er1
 
9411
   ac_status=$?
 
9412
   grep -v '^ *+' conftest.er1 >conftest.err
 
9413
   rm -f conftest.er1
 
9414
   cat conftest.err >&5
 
9415
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9416
-  (exit $ac_status); } &&
 
9417
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
9418
-                        || test ! -s conftest.err'
 
9419
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9420
-  (eval $ac_try) 2>&5
 
9421
-  ac_status=$?
 
9422
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9423
-  (exit $ac_status); }; } &&
 
9424
-        { ac_try='test -s conftest$ac_exeext'
 
9425
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9426
-  (eval $ac_try) 2>&5
 
9427
-  ac_status=$?
 
9428
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9429
-  (exit $ac_status); }; }; then
 
9430
+  (exit $ac_status); } && {
 
9431
+        test -z "$ac_cxx_werror_flag" ||
 
9432
+        test ! -s conftest.err
 
9433
+       } && test -s conftest$ac_exeext &&
 
9434
+       $as_test_x conftest$ac_exeext; then
 
9435
   eval "kde_cv_prog_cxx_$kde_cache=yes"
 
9436
 else
 
9437
   echo "$as_me: failed program was:" >&5
 
9438
 sed 's/^/| /' conftest.$ac_ext >&5
 
9439
 
 
9440
+
 
9441
 fi
 
9442
-rm -f conftest.err conftest.$ac_objext \
 
9443
+
 
9444
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
9445
       conftest$ac_exeext conftest.$ac_ext
 
9446
   CXXFLAGS="$save_CXXFLAGS"
 
9447
   ac_ext=c
 
9448
@@ -4686,27 +5345,26 @@
 
9449
 fi
 
9450
 
 
9451
 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
9452
- echo "$as_me:$LINENO: result: yes" >&5
 
9453
-echo "${ECHO_T}yes" >&6
 
9454
+ { echo "$as_me:$LINENO: result: yes" >&5
 
9455
+echo "${ECHO_T}yes" >&6; }
 
9456
  :
 
9457
  CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute"
 
9458
 else
 
9459
- echo "$as_me:$LINENO: result: no" >&5
 
9460
-echo "${ECHO_T}no" >&6
 
9461
+ { echo "$as_me:$LINENO: result: no" >&5
 
9462
+echo "${ECHO_T}no" >&6; }
 
9463
  :
 
9464
 
 
9465
 fi
 
9466
 
 
9467
 
 
9468
-echo "$as_me:$LINENO: checking whether $CC supports -Wmissing-format-attribute" >&5
 
9469
-echo $ECHO_N "checking whether $CC supports -Wmissing-format-attribute... $ECHO_C" >&6
 
9470
+{ echo "$as_me:$LINENO: checking whether $CC supports -Wmissing-format-attribute" >&5
 
9471
+echo $ECHO_N "checking whether $CC supports -Wmissing-format-attribute... $ECHO_C" >&6; }
 
9472
 kde_cache=`echo Wmissing-format-attribute | sed 'y% .=/+-,%____p__%'`
 
9473
-if eval "test \"\${kde_cv_prog_cc_$kde_cache+set}\" = set"; then
 
9474
+if { as_var=kde_cv_prog_cc_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
9475
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
9476
 else
 
9477
 
 
9478
 
 
9479
-
 
9480
   ac_ext=c
 
9481
 ac_cpp='$CPP $CPPFLAGS'
 
9482
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
9483
@@ -4731,34 +5389,32 @@
 
9484
 }
 
9485
 _ACEOF
 
9486
 rm -f conftest.$ac_objext conftest$ac_exeext
 
9487
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
9488
-  (eval $ac_link) 2>conftest.er1
 
9489
+if { (ac_try="$ac_link"
 
9490
+case "(($ac_try" in
 
9491
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9492
+  *) ac_try_echo=$ac_try;;
 
9493
+esac
 
9494
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9495
+  (eval "$ac_link") 2>conftest.er1
 
9496
   ac_status=$?
 
9497
   grep -v '^ *+' conftest.er1 >conftest.err
 
9498
   rm -f conftest.er1
 
9499
   cat conftest.err >&5
 
9500
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9501
-  (exit $ac_status); } &&
 
9502
-        { ac_try='test -z "$ac_c_werror_flag"
 
9503
-                        || test ! -s conftest.err'
 
9504
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9505
-  (eval $ac_try) 2>&5
 
9506
-  ac_status=$?
 
9507
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9508
-  (exit $ac_status); }; } &&
 
9509
-        { ac_try='test -s conftest$ac_exeext'
 
9510
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9511
-  (eval $ac_try) 2>&5
 
9512
-  ac_status=$?
 
9513
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9514
-  (exit $ac_status); }; }; then
 
9515
+  (exit $ac_status); } && {
 
9516
+        test -z "$ac_c_werror_flag" ||
 
9517
+        test ! -s conftest.err
 
9518
+       } && test -s conftest$ac_exeext &&
 
9519
+       $as_test_x conftest$ac_exeext; then
 
9520
   eval "kde_cv_prog_cc_$kde_cache=yes"
 
9521
 else
 
9522
   echo "$as_me: failed program was:" >&5
 
9523
 sed 's/^/| /' conftest.$ac_ext >&5
 
9524
 
 
9525
+
 
9526
 fi
 
9527
-rm -f conftest.err conftest.$ac_objext \
 
9528
+
 
9529
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
9530
       conftest$ac_exeext conftest.$ac_ext
 
9531
   CFLAGS="$save_CFLAGS"
 
9532
   ac_ext=c
 
9533
@@ -4771,13 +5427,13 @@
 
9534
 fi
 
9535
 
 
9536
 if eval "test \"`echo '$kde_cv_prog_cc_'$kde_cache`\" = yes"; then
 
9537
- echo "$as_me:$LINENO: result: yes" >&5
 
9538
-echo "${ECHO_T}yes" >&6
 
9539
+ { echo "$as_me:$LINENO: result: yes" >&5
 
9540
+echo "${ECHO_T}yes" >&6; }
 
9541
  :
 
9542
  CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute"
 
9543
 else
 
9544
- echo "$as_me:$LINENO: result: no" >&5
 
9545
-echo "${ECHO_T}no" >&6
 
9546
+ { echo "$as_me:$LINENO: result: no" >&5
 
9547
+echo "${ECHO_T}no" >&6; }
 
9548
  :
 
9549
 
 
9550
 fi
 
9551
@@ -4785,16 +5441,15 @@
 
9552
           ;;
 
9553
         esac
 
9554
 
 
9555
-echo "$as_me:$LINENO: checking whether $CXX supports -Wundef" >&5
 
9556
-echo $ECHO_N "checking whether $CXX supports -Wundef... $ECHO_C" >&6
 
9557
+{ echo "$as_me:$LINENO: checking whether $CXX supports -Wundef" >&5
 
9558
+echo $ECHO_N "checking whether $CXX supports -Wundef... $ECHO_C" >&6; }
 
9559
 kde_cache=`echo Wundef | sed 'y% .=/+-,%____p__%'`
 
9560
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
9561
+if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
9562
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
9563
 else
 
9564
 
 
9565
 
 
9566
-
 
9567
-   ac_ext=cc
 
9568
+   ac_ext=cpp
 
9569
 ac_cpp='$CXXCPP $CPPFLAGS'
 
9570
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
9571
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
9572
@@ -4821,34 +5476,32 @@
 
9573
 }
 
9574
 _ACEOF
 
9575
 rm -f conftest.$ac_objext conftest$ac_exeext
 
9576
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
9577
-  (eval $ac_link) 2>conftest.er1
 
9578
+if { (ac_try="$ac_link"
 
9579
+case "(($ac_try" in
 
9580
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9581
+  *) ac_try_echo=$ac_try;;
 
9582
+esac
 
9583
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9584
+  (eval "$ac_link") 2>conftest.er1
 
9585
   ac_status=$?
 
9586
   grep -v '^ *+' conftest.er1 >conftest.err
 
9587
   rm -f conftest.er1
 
9588
   cat conftest.err >&5
 
9589
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9590
-  (exit $ac_status); } &&
 
9591
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
9592
-                        || test ! -s conftest.err'
 
9593
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9594
-  (eval $ac_try) 2>&5
 
9595
-  ac_status=$?
 
9596
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9597
-  (exit $ac_status); }; } &&
 
9598
-        { ac_try='test -s conftest$ac_exeext'
 
9599
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9600
-  (eval $ac_try) 2>&5
 
9601
-  ac_status=$?
 
9602
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9603
-  (exit $ac_status); }; }; then
 
9604
+  (exit $ac_status); } && {
 
9605
+        test -z "$ac_cxx_werror_flag" ||
 
9606
+        test ! -s conftest.err
 
9607
+       } && test -s conftest$ac_exeext &&
 
9608
+       $as_test_x conftest$ac_exeext; then
 
9609
   eval "kde_cv_prog_cxx_$kde_cache=yes"
 
9610
 else
 
9611
   echo "$as_me: failed program was:" >&5
 
9612
 sed 's/^/| /' conftest.$ac_ext >&5
 
9613
 
 
9614
+
 
9615
 fi
 
9616
-rm -f conftest.err conftest.$ac_objext \
 
9617
+
 
9618
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
9619
       conftest$ac_exeext conftest.$ac_ext
 
9620
   CXXFLAGS="$save_CXXFLAGS"
 
9621
   ac_ext=c
 
9622
@@ -4861,28 +5514,27 @@
 
9623
 fi
 
9624
 
 
9625
 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
9626
- echo "$as_me:$LINENO: result: yes" >&5
 
9627
-echo "${ECHO_T}yes" >&6
 
9628
+ { echo "$as_me:$LINENO: result: yes" >&5
 
9629
+echo "${ECHO_T}yes" >&6; }
 
9630
  :
 
9631
  CXXFLAGS="-Wundef $CXXFLAGS"
 
9632
 else
 
9633
- echo "$as_me:$LINENO: result: no" >&5
 
9634
-echo "${ECHO_T}no" >&6
 
9635
+ { echo "$as_me:$LINENO: result: no" >&5
 
9636
+echo "${ECHO_T}no" >&6; }
 
9637
  :
 
9638
 
 
9639
 fi
 
9640
 
 
9641
 
 
9642
-echo "$as_me:$LINENO: checking whether $CXX supports -Wno-long-long" >&5
 
9643
-echo $ECHO_N "checking whether $CXX supports -Wno-long-long... $ECHO_C" >&6
 
9644
+{ echo "$as_me:$LINENO: checking whether $CXX supports -Wno-long-long" >&5
 
9645
+echo $ECHO_N "checking whether $CXX supports -Wno-long-long... $ECHO_C" >&6; }
 
9646
 kde_cache=`echo Wno-long-long | sed 'y% .=/+-,%____p__%'`
 
9647
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
9648
+if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
9649
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
9650
 else
 
9651
 
 
9652
 
 
9653
-
 
9654
-   ac_ext=cc
 
9655
+   ac_ext=cpp
 
9656
 ac_cpp='$CXXCPP $CPPFLAGS'
 
9657
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
9658
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
9659
@@ -4909,34 +5561,32 @@
 
9660
 }
 
9661
 _ACEOF
 
9662
 rm -f conftest.$ac_objext conftest$ac_exeext
 
9663
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
9664
-  (eval $ac_link) 2>conftest.er1
 
9665
+if { (ac_try="$ac_link"
 
9666
+case "(($ac_try" in
 
9667
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9668
+  *) ac_try_echo=$ac_try;;
 
9669
+esac
 
9670
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9671
+  (eval "$ac_link") 2>conftest.er1
 
9672
   ac_status=$?
 
9673
   grep -v '^ *+' conftest.er1 >conftest.err
 
9674
   rm -f conftest.er1
 
9675
   cat conftest.err >&5
 
9676
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9677
-  (exit $ac_status); } &&
 
9678
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
9679
-                        || test ! -s conftest.err'
 
9680
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9681
-  (eval $ac_try) 2>&5
 
9682
-  ac_status=$?
 
9683
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9684
-  (exit $ac_status); }; } &&
 
9685
-        { ac_try='test -s conftest$ac_exeext'
 
9686
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9687
-  (eval $ac_try) 2>&5
 
9688
-  ac_status=$?
 
9689
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9690
-  (exit $ac_status); }; }; then
 
9691
+  (exit $ac_status); } && {
 
9692
+        test -z "$ac_cxx_werror_flag" ||
 
9693
+        test ! -s conftest.err
 
9694
+       } && test -s conftest$ac_exeext &&
 
9695
+       $as_test_x conftest$ac_exeext; then
 
9696
   eval "kde_cv_prog_cxx_$kde_cache=yes"
 
9697
 else
 
9698
   echo "$as_me: failed program was:" >&5
 
9699
 sed 's/^/| /' conftest.$ac_ext >&5
 
9700
 
 
9701
+
 
9702
 fi
 
9703
-rm -f conftest.err conftest.$ac_objext \
 
9704
+
 
9705
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
9706
       conftest$ac_exeext conftest.$ac_ext
 
9707
   CXXFLAGS="$save_CXXFLAGS"
 
9708
   ac_ext=c
 
9709
@@ -4949,28 +5599,27 @@
 
9710
 fi
 
9711
 
 
9712
 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
9713
- echo "$as_me:$LINENO: result: yes" >&5
 
9714
-echo "${ECHO_T}yes" >&6
 
9715
+ { echo "$as_me:$LINENO: result: yes" >&5
 
9716
+echo "${ECHO_T}yes" >&6; }
 
9717
  :
 
9718
  CXXFLAGS="-Wno-long-long $CXXFLAGS"
 
9719
 else
 
9720
- echo "$as_me:$LINENO: result: no" >&5
 
9721
-echo "${ECHO_T}no" >&6
 
9722
+ { echo "$as_me:$LINENO: result: no" >&5
 
9723
+echo "${ECHO_T}no" >&6; }
 
9724
  :
 
9725
 
 
9726
 fi
 
9727
 
 
9728
 
 
9729
-echo "$as_me:$LINENO: checking whether $CXX supports -Wno-non-virtual-dtor" >&5
 
9730
-echo $ECHO_N "checking whether $CXX supports -Wno-non-virtual-dtor... $ECHO_C" >&6
 
9731
+{ echo "$as_me:$LINENO: checking whether $CXX supports -Wno-non-virtual-dtor" >&5
 
9732
+echo $ECHO_N "checking whether $CXX supports -Wno-non-virtual-dtor... $ECHO_C" >&6; }
 
9733
 kde_cache=`echo Wno-non-virtual-dtor | sed 'y% .=/+-,%____p__%'`
 
9734
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
9735
+if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
9736
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
9737
 else
 
9738
 
 
9739
 
 
9740
-
 
9741
-   ac_ext=cc
 
9742
+   ac_ext=cpp
 
9743
 ac_cpp='$CXXCPP $CPPFLAGS'
 
9744
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
9745
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
9746
@@ -4997,34 +5646,32 @@
 
9747
 }
 
9748
 _ACEOF
 
9749
 rm -f conftest.$ac_objext conftest$ac_exeext
 
9750
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
9751
-  (eval $ac_link) 2>conftest.er1
 
9752
+if { (ac_try="$ac_link"
 
9753
+case "(($ac_try" in
 
9754
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9755
+  *) ac_try_echo=$ac_try;;
 
9756
+esac
 
9757
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9758
+  (eval "$ac_link") 2>conftest.er1
 
9759
   ac_status=$?
 
9760
   grep -v '^ *+' conftest.er1 >conftest.err
 
9761
   rm -f conftest.er1
 
9762
   cat conftest.err >&5
 
9763
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9764
-  (exit $ac_status); } &&
 
9765
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
9766
-                        || test ! -s conftest.err'
 
9767
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9768
-  (eval $ac_try) 2>&5
 
9769
-  ac_status=$?
 
9770
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9771
-  (exit $ac_status); }; } &&
 
9772
-        { ac_try='test -s conftest$ac_exeext'
 
9773
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9774
-  (eval $ac_try) 2>&5
 
9775
-  ac_status=$?
 
9776
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9777
-  (exit $ac_status); }; }; then
 
9778
+  (exit $ac_status); } && {
 
9779
+        test -z "$ac_cxx_werror_flag" ||
 
9780
+        test ! -s conftest.err
 
9781
+       } && test -s conftest$ac_exeext &&
 
9782
+       $as_test_x conftest$ac_exeext; then
 
9783
   eval "kde_cv_prog_cxx_$kde_cache=yes"
 
9784
 else
 
9785
   echo "$as_me: failed program was:" >&5
 
9786
 sed 's/^/| /' conftest.$ac_ext >&5
 
9787
 
 
9788
+
 
9789
 fi
 
9790
-rm -f conftest.err conftest.$ac_objext \
 
9791
+
 
9792
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
9793
       conftest$ac_exeext conftest.$ac_ext
 
9794
   CXXFLAGS="$save_CXXFLAGS"
 
9795
   ac_ext=c
 
9796
@@ -5037,13 +5684,13 @@
 
9797
 fi
 
9798
 
 
9799
 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
9800
- echo "$as_me:$LINENO: result: yes" >&5
 
9801
-echo "${ECHO_T}yes" >&6
 
9802
+ { echo "$as_me:$LINENO: result: yes" >&5
 
9803
+echo "${ECHO_T}yes" >&6; }
 
9804
  :
 
9805
  CXXFLAGS="$CXXFLAGS -Wno-non-virtual-dtor"
 
9806
 else
 
9807
- echo "$as_me:$LINENO: result: no" >&5
 
9808
-echo "${ECHO_T}no" >&6
 
9809
+ { echo "$as_me:$LINENO: result: no" >&5
 
9810
+echo "${ECHO_T}no" >&6; }
 
9811
  :
 
9812
 
 
9813
 fi
 
9814
@@ -5055,13 +5702,13 @@
 
9815
     CXXFLAGS="-Wcast-qual -Wshadow -Wcast-align $CXXFLAGS"
 
9816
   fi
 
9817
 
 
9818
-  # Check whether --enable-pch or --disable-pch was given.
 
9819
+  # Check whether --enable-pch was given.
 
9820
 if test "${enable_pch+set}" = set; then
 
9821
-  enableval="$enable_pch"
 
9822
-   kde_use_pch=$enableval
 
9823
+  enableval=$enable_pch;  kde_use_pch=$enableval
 
9824
 else
 
9825
    kde_use_pch=no
 
9826
-fi;
 
9827
+fi
 
9828
+
 
9829
 
 
9830
   HAVE_GCC_VISIBILITY=0
 
9831
 
 
9832
@@ -5069,16 +5716,15 @@
 
9833
   if test "$GXX" = "yes"; then
 
9834
     gcc_no_reorder_blocks=NO
 
9835
 
 
9836
-echo "$as_me:$LINENO: checking whether $CXX supports -fno-reorder-blocks" >&5
 
9837
-echo $ECHO_N "checking whether $CXX supports -fno-reorder-blocks... $ECHO_C" >&6
 
9838
+{ echo "$as_me:$LINENO: checking whether $CXX supports -fno-reorder-blocks" >&5
 
9839
+echo $ECHO_N "checking whether $CXX supports -fno-reorder-blocks... $ECHO_C" >&6; }
 
9840
 kde_cache=`echo fno-reorder-blocks | sed 'y% .=/+-,%____p__%'`
 
9841
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
9842
+if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
9843
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
9844
 else
 
9845
 
 
9846
 
 
9847
-
 
9848
-   ac_ext=cc
 
9849
+   ac_ext=cpp
 
9850
 ac_cpp='$CXXCPP $CPPFLAGS'
 
9851
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
9852
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
9853
@@ -5105,34 +5751,32 @@
 
9854
 }
 
9855
 _ACEOF
 
9856
 rm -f conftest.$ac_objext conftest$ac_exeext
 
9857
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
9858
-  (eval $ac_link) 2>conftest.er1
 
9859
+if { (ac_try="$ac_link"
 
9860
+case "(($ac_try" in
 
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_link") 2>conftest.er1
 
9866
   ac_status=$?
 
9867
   grep -v '^ *+' conftest.er1 >conftest.err
 
9868
   rm -f conftest.er1
 
9869
   cat conftest.err >&5
 
9870
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9871
-  (exit $ac_status); } &&
 
9872
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
9873
-                        || test ! -s conftest.err'
 
9874
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9875
-  (eval $ac_try) 2>&5
 
9876
-  ac_status=$?
 
9877
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9878
-  (exit $ac_status); }; } &&
 
9879
-        { ac_try='test -s conftest$ac_exeext'
 
9880
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9881
-  (eval $ac_try) 2>&5
 
9882
-  ac_status=$?
 
9883
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9884
-  (exit $ac_status); }; }; then
 
9885
+  (exit $ac_status); } && {
 
9886
+        test -z "$ac_cxx_werror_flag" ||
 
9887
+        test ! -s conftest.err
 
9888
+       } && test -s conftest$ac_exeext &&
 
9889
+       $as_test_x conftest$ac_exeext; then
 
9890
   eval "kde_cv_prog_cxx_$kde_cache=yes"
 
9891
 else
 
9892
   echo "$as_me: failed program was:" >&5
 
9893
 sed 's/^/| /' conftest.$ac_ext >&5
 
9894
 
 
9895
+
 
9896
 fi
 
9897
-rm -f conftest.err conftest.$ac_objext \
 
9898
+
 
9899
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
9900
       conftest$ac_exeext conftest.$ac_ext
 
9901
   CXXFLAGS="$save_CXXFLAGS"
 
9902
   ac_ext=c
 
9903
@@ -5145,13 +5789,13 @@
 
9904
 fi
 
9905
 
 
9906
 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
9907
- echo "$as_me:$LINENO: result: yes" >&5
 
9908
-echo "${ECHO_T}yes" >&6
 
9909
+ { echo "$as_me:$LINENO: result: yes" >&5
 
9910
+echo "${ECHO_T}yes" >&6; }
 
9911
  :
 
9912
  gcc_no_reorder_blocks=YES
 
9913
 else
 
9914
- echo "$as_me:$LINENO: result: no" >&5
 
9915
-echo "${ECHO_T}no" >&6
 
9916
+ { echo "$as_me:$LINENO: result: no" >&5
 
9917
+echo "${ECHO_T}no" >&6; }
 
9918
  :
 
9919
 
 
9920
 fi
 
9921
@@ -5163,16 +5807,15 @@
 
9922
           CFLAGS="$CFLAGS -fno-reorder-blocks"
 
9923
     fi
 
9924
 
 
9925
-echo "$as_me:$LINENO: checking whether $CXX supports -fno-exceptions" >&5
 
9926
-echo $ECHO_N "checking whether $CXX supports -fno-exceptions... $ECHO_C" >&6
 
9927
+{ echo "$as_me:$LINENO: checking whether $CXX supports -fno-exceptions" >&5
 
9928
+echo $ECHO_N "checking whether $CXX supports -fno-exceptions... $ECHO_C" >&6; }
 
9929
 kde_cache=`echo fno-exceptions | sed 'y% .=/+-,%____p__%'`
 
9930
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
9931
+if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
9932
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
9933
 else
 
9934
 
 
9935
 
 
9936
-
 
9937
-   ac_ext=cc
 
9938
+   ac_ext=cpp
 
9939
 ac_cpp='$CXXCPP $CPPFLAGS'
 
9940
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
9941
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
9942
@@ -5199,34 +5842,32 @@
 
9943
 }
 
9944
 _ACEOF
 
9945
 rm -f conftest.$ac_objext conftest$ac_exeext
 
9946
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
9947
-  (eval $ac_link) 2>conftest.er1
 
9948
+if { (ac_try="$ac_link"
 
9949
+case "(($ac_try" in
 
9950
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
9951
+  *) ac_try_echo=$ac_try;;
 
9952
+esac
 
9953
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
9954
+  (eval "$ac_link") 2>conftest.er1
 
9955
   ac_status=$?
 
9956
   grep -v '^ *+' conftest.er1 >conftest.err
 
9957
   rm -f conftest.er1
 
9958
   cat conftest.err >&5
 
9959
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9960
-  (exit $ac_status); } &&
 
9961
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
9962
-                        || test ! -s conftest.err'
 
9963
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9964
-  (eval $ac_try) 2>&5
 
9965
-  ac_status=$?
 
9966
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9967
-  (exit $ac_status); }; } &&
 
9968
-        { ac_try='test -s conftest$ac_exeext'
 
9969
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
9970
-  (eval $ac_try) 2>&5
 
9971
-  ac_status=$?
 
9972
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
9973
-  (exit $ac_status); }; }; then
 
9974
+  (exit $ac_status); } && {
 
9975
+        test -z "$ac_cxx_werror_flag" ||
 
9976
+        test ! -s conftest.err
 
9977
+       } && test -s conftest$ac_exeext &&
 
9978
+       $as_test_x conftest$ac_exeext; then
 
9979
   eval "kde_cv_prog_cxx_$kde_cache=yes"
 
9980
 else
 
9981
   echo "$as_me: failed program was:" >&5
 
9982
 sed 's/^/| /' conftest.$ac_ext >&5
 
9983
 
 
9984
+
 
9985
 fi
 
9986
-rm -f conftest.err conftest.$ac_objext \
 
9987
+
 
9988
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
9989
       conftest$ac_exeext conftest.$ac_ext
 
9990
   CXXFLAGS="$save_CXXFLAGS"
 
9991
   ac_ext=c
 
9992
@@ -5239,28 +5880,27 @@
 
9993
 fi
 
9994
 
 
9995
 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
9996
- echo "$as_me:$LINENO: result: yes" >&5
 
9997
-echo "${ECHO_T}yes" >&6
 
9998
+ { echo "$as_me:$LINENO: result: yes" >&5
 
9999
+echo "${ECHO_T}yes" >&6; }
 
10000
  :
 
10001
  CXXFLAGS="$CXXFLAGS -fno-exceptions"
 
10002
 else
 
10003
- echo "$as_me:$LINENO: result: no" >&5
 
10004
-echo "${ECHO_T}no" >&6
 
10005
+ { echo "$as_me:$LINENO: result: no" >&5
 
10006
+echo "${ECHO_T}no" >&6; }
 
10007
  :
 
10008
 
 
10009
 fi
 
10010
 
 
10011
 
 
10012
-echo "$as_me:$LINENO: checking whether $CXX supports -fno-check-new" >&5
 
10013
-echo $ECHO_N "checking whether $CXX supports -fno-check-new... $ECHO_C" >&6
 
10014
+{ echo "$as_me:$LINENO: checking whether $CXX supports -fno-check-new" >&5
 
10015
+echo $ECHO_N "checking whether $CXX supports -fno-check-new... $ECHO_C" >&6; }
 
10016
 kde_cache=`echo fno-check-new | sed 'y% .=/+-,%____p__%'`
 
10017
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
10018
+if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
10019
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
10020
 else
 
10021
 
 
10022
 
 
10023
-
 
10024
-   ac_ext=cc
 
10025
+   ac_ext=cpp
 
10026
 ac_cpp='$CXXCPP $CPPFLAGS'
 
10027
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
10028
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
10029
@@ -5287,34 +5927,32 @@
 
10030
 }
 
10031
 _ACEOF
 
10032
 rm -f conftest.$ac_objext conftest$ac_exeext
 
10033
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
10034
-  (eval $ac_link) 2>conftest.er1
 
10035
+if { (ac_try="$ac_link"
 
10036
+case "(($ac_try" in
 
10037
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10038
+  *) ac_try_echo=$ac_try;;
 
10039
+esac
 
10040
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
10041
+  (eval "$ac_link") 2>conftest.er1
 
10042
   ac_status=$?
 
10043
   grep -v '^ *+' conftest.er1 >conftest.err
 
10044
   rm -f conftest.er1
 
10045
   cat conftest.err >&5
 
10046
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10047
-  (exit $ac_status); } &&
 
10048
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
10049
-                        || test ! -s conftest.err'
 
10050
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
10051
-  (eval $ac_try) 2>&5
 
10052
-  ac_status=$?
 
10053
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10054
-  (exit $ac_status); }; } &&
 
10055
-        { ac_try='test -s conftest$ac_exeext'
 
10056
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
10057
-  (eval $ac_try) 2>&5
 
10058
-  ac_status=$?
 
10059
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10060
-  (exit $ac_status); }; }; then
 
10061
+  (exit $ac_status); } && {
 
10062
+        test -z "$ac_cxx_werror_flag" ||
 
10063
+        test ! -s conftest.err
 
10064
+       } && test -s conftest$ac_exeext &&
 
10065
+       $as_test_x conftest$ac_exeext; then
 
10066
   eval "kde_cv_prog_cxx_$kde_cache=yes"
 
10067
 else
 
10068
   echo "$as_me: failed program was:" >&5
 
10069
 sed 's/^/| /' conftest.$ac_ext >&5
 
10070
 
 
10071
+
 
10072
 fi
 
10073
-rm -f conftest.err conftest.$ac_objext \
 
10074
+
 
10075
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
10076
       conftest$ac_exeext conftest.$ac_ext
 
10077
   CXXFLAGS="$save_CXXFLAGS"
 
10078
   ac_ext=c
 
10079
@@ -5327,28 +5965,27 @@
 
10080
 fi
 
10081
 
 
10082
 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
10083
- echo "$as_me:$LINENO: result: yes" >&5
 
10084
-echo "${ECHO_T}yes" >&6
 
10085
+ { echo "$as_me:$LINENO: result: yes" >&5
 
10086
+echo "${ECHO_T}yes" >&6; }
 
10087
  :
 
10088
  CXXFLAGS="$CXXFLAGS -fno-check-new"
 
10089
 else
 
10090
- echo "$as_me:$LINENO: result: no" >&5
 
10091
-echo "${ECHO_T}no" >&6
 
10092
+ { echo "$as_me:$LINENO: result: no" >&5
 
10093
+echo "${ECHO_T}no" >&6; }
 
10094
  :
 
10095
 
 
10096
 fi
 
10097
 
 
10098
 
 
10099
-echo "$as_me:$LINENO: checking whether $CXX supports -fno-common" >&5
 
10100
-echo $ECHO_N "checking whether $CXX supports -fno-common... $ECHO_C" >&6
 
10101
+{ echo "$as_me:$LINENO: checking whether $CXX supports -fno-common" >&5
 
10102
+echo $ECHO_N "checking whether $CXX supports -fno-common... $ECHO_C" >&6; }
 
10103
 kde_cache=`echo fno-common | sed 'y% .=/+-,%____p__%'`
 
10104
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
10105
+if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
10106
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
10107
 else
 
10108
 
 
10109
 
 
10110
-
 
10111
-   ac_ext=cc
 
10112
+   ac_ext=cpp
 
10113
 ac_cpp='$CXXCPP $CPPFLAGS'
 
10114
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
10115
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
10116
@@ -5375,34 +6012,32 @@
 
10117
 }
 
10118
 _ACEOF
 
10119
 rm -f conftest.$ac_objext conftest$ac_exeext
 
10120
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
10121
-  (eval $ac_link) 2>conftest.er1
 
10122
+if { (ac_try="$ac_link"
 
10123
+case "(($ac_try" in
 
10124
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10125
+  *) ac_try_echo=$ac_try;;
 
10126
+esac
 
10127
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
10128
+  (eval "$ac_link") 2>conftest.er1
 
10129
   ac_status=$?
 
10130
   grep -v '^ *+' conftest.er1 >conftest.err
 
10131
   rm -f conftest.er1
 
10132
   cat conftest.err >&5
 
10133
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10134
-  (exit $ac_status); } &&
 
10135
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
10136
-                        || test ! -s conftest.err'
 
10137
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
10138
-  (eval $ac_try) 2>&5
 
10139
-  ac_status=$?
 
10140
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10141
-  (exit $ac_status); }; } &&
 
10142
-        { ac_try='test -s conftest$ac_exeext'
 
10143
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
10144
-  (eval $ac_try) 2>&5
 
10145
-  ac_status=$?
 
10146
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10147
-  (exit $ac_status); }; }; then
 
10148
+  (exit $ac_status); } && {
 
10149
+        test -z "$ac_cxx_werror_flag" ||
 
10150
+        test ! -s conftest.err
 
10151
+       } && test -s conftest$ac_exeext &&
 
10152
+       $as_test_x conftest$ac_exeext; then
 
10153
   eval "kde_cv_prog_cxx_$kde_cache=yes"
 
10154
 else
 
10155
   echo "$as_me: failed program was:" >&5
 
10156
 sed 's/^/| /' conftest.$ac_ext >&5
 
10157
 
 
10158
+
 
10159
 fi
 
10160
-rm -f conftest.err conftest.$ac_objext \
 
10161
+
 
10162
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
10163
       conftest$ac_exeext conftest.$ac_ext
 
10164
   CXXFLAGS="$save_CXXFLAGS"
 
10165
   ac_ext=c
 
10166
@@ -5415,28 +6050,27 @@
 
10167
 fi
 
10168
 
 
10169
 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
10170
- echo "$as_me:$LINENO: result: yes" >&5
 
10171
-echo "${ECHO_T}yes" >&6
 
10172
+ { echo "$as_me:$LINENO: result: yes" >&5
 
10173
+echo "${ECHO_T}yes" >&6; }
 
10174
  :
 
10175
  CXXFLAGS="$CXXFLAGS -fno-common"
 
10176
 else
 
10177
- echo "$as_me:$LINENO: result: no" >&5
 
10178
-echo "${ECHO_T}no" >&6
 
10179
+ { echo "$as_me:$LINENO: result: no" >&5
 
10180
+echo "${ECHO_T}no" >&6; }
 
10181
  :
 
10182
 
 
10183
 fi
 
10184
 
 
10185
 
 
10186
-echo "$as_me:$LINENO: checking whether $CXX supports -fexceptions" >&5
 
10187
-echo $ECHO_N "checking whether $CXX supports -fexceptions... $ECHO_C" >&6
 
10188
+{ echo "$as_me:$LINENO: checking whether $CXX supports -fexceptions" >&5
 
10189
+echo $ECHO_N "checking whether $CXX supports -fexceptions... $ECHO_C" >&6; }
 
10190
 kde_cache=`echo fexceptions | sed 'y% .=/+-,%____p__%'`
 
10191
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
10192
+if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
10193
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
10194
 else
 
10195
 
 
10196
 
 
10197
-
 
10198
-   ac_ext=cc
 
10199
+   ac_ext=cpp
 
10200
 ac_cpp='$CXXCPP $CPPFLAGS'
 
10201
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
10202
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
10203
@@ -5463,34 +6097,32 @@
 
10204
 }
 
10205
 _ACEOF
 
10206
 rm -f conftest.$ac_objext conftest$ac_exeext
 
10207
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
10208
-  (eval $ac_link) 2>conftest.er1
 
10209
+if { (ac_try="$ac_link"
 
10210
+case "(($ac_try" in
 
10211
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10212
+  *) ac_try_echo=$ac_try;;
 
10213
+esac
 
10214
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
10215
+  (eval "$ac_link") 2>conftest.er1
 
10216
   ac_status=$?
 
10217
   grep -v '^ *+' conftest.er1 >conftest.err
 
10218
   rm -f conftest.er1
 
10219
   cat conftest.err >&5
 
10220
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10221
-  (exit $ac_status); } &&
 
10222
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
10223
-                        || test ! -s conftest.err'
 
10224
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
10225
-  (eval $ac_try) 2>&5
 
10226
-  ac_status=$?
 
10227
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10228
-  (exit $ac_status); }; } &&
 
10229
-        { ac_try='test -s conftest$ac_exeext'
 
10230
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
10231
-  (eval $ac_try) 2>&5
 
10232
-  ac_status=$?
 
10233
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10234
-  (exit $ac_status); }; }; then
 
10235
+  (exit $ac_status); } && {
 
10236
+        test -z "$ac_cxx_werror_flag" ||
 
10237
+        test ! -s conftest.err
 
10238
+       } && test -s conftest$ac_exeext &&
 
10239
+       $as_test_x conftest$ac_exeext; then
 
10240
   eval "kde_cv_prog_cxx_$kde_cache=yes"
 
10241
 else
 
10242
   echo "$as_me: failed program was:" >&5
 
10243
 sed 's/^/| /' conftest.$ac_ext >&5
 
10244
 
 
10245
+
 
10246
 fi
 
10247
-rm -f conftest.err conftest.$ac_objext \
 
10248
+
 
10249
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
10250
       conftest$ac_exeext conftest.$ac_ext
 
10251
   CXXFLAGS="$save_CXXFLAGS"
 
10252
   ac_ext=c
 
10253
@@ -5503,13 +6135,13 @@
 
10254
 fi
 
10255
 
 
10256
 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
10257
- echo "$as_me:$LINENO: result: yes" >&5
 
10258
-echo "${ECHO_T}yes" >&6
 
10259
+ { echo "$as_me:$LINENO: result: yes" >&5
 
10260
+echo "${ECHO_T}yes" >&6; }
 
10261
  :
 
10262
  USE_EXCEPTIONS="-fexceptions"
 
10263
 else
 
10264
- echo "$as_me:$LINENO: result: no" >&5
 
10265
-echo "${ECHO_T}no" >&6
 
10266
+ { echo "$as_me:$LINENO: result: no" >&5
 
10267
+echo "${ECHO_T}no" >&6; }
 
10268
  :
 
10269
  USE_EXCEPTIONS=
 
10270
 fi
 
10271
@@ -5517,37 +6149,37 @@
 
10272
     ENABLE_PERMISSIVE_FLAG="-fpermissive"
 
10273
 
 
10274
     if test "$kde_use_pch" = "yes"; then
 
10275
-        echo "$as_me:$LINENO: checking whether gcc supports precompiling c header files" >&5
 
10276
-echo $ECHO_N "checking whether gcc supports precompiling c header files... $ECHO_C" >&6
 
10277
+        { echo "$as_me:$LINENO: checking whether gcc supports precompiling c header files" >&5
 
10278
+echo $ECHO_N "checking whether gcc supports precompiling c header files... $ECHO_C" >&6; }
 
10279
         echo >conftest.h
 
10280
         if $CC -x c-header conftest.h >/dev/null 2>/dev/null; then
 
10281
             kde_gcc_supports_pch=yes
 
10282
-            echo "$as_me:$LINENO: result: yes" >&5
 
10283
-echo "${ECHO_T}yes" >&6
 
10284
+            { echo "$as_me:$LINENO: result: yes" >&5
 
10285
+echo "${ECHO_T}yes" >&6; }
 
10286
         else
 
10287
             kde_gcc_supports_pch=no
 
10288
-            echo "$as_me:$LINENO: result: no" >&5
 
10289
-echo "${ECHO_T}no" >&6
 
10290
+            { echo "$as_me:$LINENO: result: no" >&5
 
10291
+echo "${ECHO_T}no" >&6; }
 
10292
         fi
 
10293
         if test "$kde_gcc_supports_pch" = "yes"; then
 
10294
-            echo "$as_me:$LINENO: checking whether gcc supports precompiling c++ header files" >&5
 
10295
-echo $ECHO_N "checking whether gcc supports precompiling c++ header files... $ECHO_C" >&6
 
10296
+            { echo "$as_me:$LINENO: checking whether gcc supports precompiling c++ header files" >&5
 
10297
+echo $ECHO_N "checking whether gcc supports precompiling c++ header files... $ECHO_C" >&6; }
 
10298
             if $CXX -x c++-header conftest.h >/dev/null 2>/dev/null; then
 
10299
                 kde_gcc_supports_pch=yes
 
10300
-                echo "$as_me:$LINENO: result: yes" >&5
 
10301
-echo "${ECHO_T}yes" >&6
 
10302
+                { echo "$as_me:$LINENO: result: yes" >&5
 
10303
+echo "${ECHO_T}yes" >&6; }
 
10304
             else
 
10305
                 kde_gcc_supports_pch=no
 
10306
-                echo "$as_me:$LINENO: result: no" >&5
 
10307
-echo "${ECHO_T}no" >&6
 
10308
+                { echo "$as_me:$LINENO: result: no" >&5
 
10309
+echo "${ECHO_T}no" >&6; }
 
10310
             fi
 
10311
         fi
 
10312
         rm -f conftest.h conftest.h.gch
 
10313
     fi
 
10314
 
 
10315
 
 
10316
-  echo "$as_me:$LINENO: checking whether system headers can cope with -O2 -fno-inline" >&5
 
10317
-echo $ECHO_N "checking whether system headers can cope with -O2 -fno-inline... $ECHO_C" >&6
 
10318
+  { echo "$as_me:$LINENO: checking whether system headers can cope with -O2 -fno-inline" >&5
 
10319
+echo $ECHO_N "checking whether system headers can cope with -O2 -fno-inline... $ECHO_C" >&6; }
 
10320
 if test "${kde_cv_opt_noinline_match+set}" = set; then
 
10321
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
10322
 else
 
10323
@@ -5579,44 +6211,41 @@
 
10324
 }
 
10325
 _ACEOF
 
10326
 rm -f conftest.$ac_objext conftest$ac_exeext
 
10327
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
10328
-  (eval $ac_link) 2>conftest.er1
 
10329
+if { (ac_try="$ac_link"
 
10330
+case "(($ac_try" in
 
10331
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10332
+  *) ac_try_echo=$ac_try;;
 
10333
+esac
 
10334
+eval "echo \"\$as_me:$LINENO: $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
-  (exit $ac_status); } &&
 
10342
-        { ac_try='test -z "$ac_c_werror_flag"
 
10343
-                        || test ! -s conftest.err'
 
10344
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
10345
-  (eval $ac_try) 2>&5
 
10346
-  ac_status=$?
 
10347
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10348
-  (exit $ac_status); }; } &&
 
10349
-        { ac_try='test -s conftest$ac_exeext'
 
10350
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
10351
-  (eval $ac_try) 2>&5
 
10352
-  ac_status=$?
 
10353
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10354
-  (exit $ac_status); }; }; then
 
10355
+  (exit $ac_status); } && {
 
10356
+        test -z "$ac_c_werror_flag" ||
 
10357
+        test ! -s conftest.err
 
10358
+       } && test -s conftest$ac_exeext &&
 
10359
+       $as_test_x conftest$ac_exeext; then
 
10360
   kde_cv_opt_noinline_match=yes
 
10361
 else
 
10362
   echo "$as_me: failed program was:" >&5
 
10363
 sed 's/^/| /' conftest.$ac_ext >&5
 
10364
 
 
10365
-kde_cv_opt_noinline_match=no
 
10366
+       kde_cv_opt_noinline_match=no
 
10367
 
 
10368
 fi
 
10369
-rm -f conftest.err conftest.$ac_objext \
 
10370
+
 
10371
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
10372
       conftest$ac_exeext conftest.$ac_ext
 
10373
 
 
10374
     CFLAGS="$ac_cflags_save"
 
10375
   fi
 
10376
 
 
10377
 fi
 
10378
-echo "$as_me:$LINENO: result: $kde_cv_opt_noinline_match" >&5
 
10379
-echo "${ECHO_T}$kde_cv_opt_noinline_match" >&6
 
10380
+{ echo "$as_me:$LINENO: result: $kde_cv_opt_noinline_match" >&5
 
10381
+echo "${ECHO_T}$kde_cv_opt_noinline_match" >&6; }
 
10382
 
 
10383
     if test "x$kde_cv_opt_noinline_match" = "xno" ; then
 
10384
        CFLAGS="`echo "$CFLAGS" | sed "s/ -fno-inline//"`"
 
10385
@@ -5636,16 +6265,15 @@
 
10386
 
 
10387
     if test "$kde_use_pch" = "yes"; then
 
10388
 
 
10389
-echo "$as_me:$LINENO: checking whether $CXX supports --pch" >&5
 
10390
-echo $ECHO_N "checking whether $CXX supports --pch... $ECHO_C" >&6
 
10391
+{ echo "$as_me:$LINENO: checking whether $CXX supports --pch" >&5
 
10392
+echo $ECHO_N "checking whether $CXX supports --pch... $ECHO_C" >&6; }
 
10393
 kde_cache=`echo -pch | sed 'y% .=/+-,%____p__%'`
 
10394
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
10395
+if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
10396
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
10397
 else
 
10398
 
 
10399
 
 
10400
-
 
10401
-   ac_ext=cc
 
10402
+   ac_ext=cpp
 
10403
 ac_cpp='$CXXCPP $CPPFLAGS'
 
10404
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
10405
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
10406
@@ -5672,34 +6300,32 @@
 
10407
 }
 
10408
 _ACEOF
 
10409
 rm -f conftest.$ac_objext conftest$ac_exeext
 
10410
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
10411
-  (eval $ac_link) 2>conftest.er1
 
10412
+if { (ac_try="$ac_link"
 
10413
+case "(($ac_try" in
 
10414
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10415
+  *) ac_try_echo=$ac_try;;
 
10416
+esac
 
10417
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
10418
+  (eval "$ac_link") 2>conftest.er1
 
10419
   ac_status=$?
 
10420
   grep -v '^ *+' conftest.er1 >conftest.err
 
10421
   rm -f conftest.er1
 
10422
   cat conftest.err >&5
 
10423
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10424
-  (exit $ac_status); } &&
 
10425
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
10426
-                        || test ! -s conftest.err'
 
10427
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
10428
-  (eval $ac_try) 2>&5
 
10429
-  ac_status=$?
 
10430
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10431
-  (exit $ac_status); }; } &&
 
10432
-        { ac_try='test -s conftest$ac_exeext'
 
10433
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
10434
-  (eval $ac_try) 2>&5
 
10435
-  ac_status=$?
 
10436
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10437
-  (exit $ac_status); }; }; then
 
10438
+  (exit $ac_status); } && {
 
10439
+        test -z "$ac_cxx_werror_flag" ||
 
10440
+        test ! -s conftest.err
 
10441
+       } && test -s conftest$ac_exeext &&
 
10442
+       $as_test_x conftest$ac_exeext; then
 
10443
   eval "kde_cv_prog_cxx_$kde_cache=yes"
 
10444
 else
 
10445
   echo "$as_me: failed program was:" >&5
 
10446
 sed 's/^/| /' conftest.$ac_ext >&5
 
10447
 
 
10448
+
 
10449
 fi
 
10450
-rm -f conftest.err conftest.$ac_objext \
 
10451
+
 
10452
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
10453
       conftest$ac_exeext conftest.$ac_ext
 
10454
   CXXFLAGS="$save_CXXFLAGS"
 
10455
   ac_ext=c
 
10456
@@ -5712,29 +6338,28 @@
 
10457
 fi
 
10458
 
 
10459
 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
10460
- echo "$as_me:$LINENO: result: yes" >&5
 
10461
-echo "${ECHO_T}yes" >&6
 
10462
+ { echo "$as_me:$LINENO: result: yes" >&5
 
10463
+echo "${ECHO_T}yes" >&6; }
 
10464
  :
 
10465
  CXXFLAGS="$CXXFLAGS --pch"
 
10466
 else
 
10467
- echo "$as_me:$LINENO: result: no" >&5
 
10468
-echo "${ECHO_T}no" >&6
 
10469
+ { echo "$as_me:$LINENO: result: no" >&5
 
10470
+echo "${ECHO_T}no" >&6; }
 
10471
  :
 
10472
 
 
10473
 fi
 
10474
 
 
10475
                                               fi
 
10476
 
 
10477
-echo "$as_me:$LINENO: checking whether $CXX supports --inline_keyword_space_time=6" >&5
 
10478
-echo $ECHO_N "checking whether $CXX supports --inline_keyword_space_time=6... $ECHO_C" >&6
 
10479
+{ echo "$as_me:$LINENO: checking whether $CXX supports --inline_keyword_space_time=6" >&5
 
10480
+echo $ECHO_N "checking whether $CXX supports --inline_keyword_space_time=6... $ECHO_C" >&6; }
 
10481
 kde_cache=`echo -inline_keyword_space_time=6 | sed 'y% .=/+-,%____p__%'`
 
10482
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
10483
+if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
10484
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
10485
 else
 
10486
 
 
10487
 
 
10488
-
 
10489
-   ac_ext=cc
 
10490
+   ac_ext=cpp
 
10491
 ac_cpp='$CXXCPP $CPPFLAGS'
 
10492
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
10493
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
10494
@@ -5761,34 +6386,32 @@
 
10495
 }
 
10496
 _ACEOF
 
10497
 rm -f conftest.$ac_objext conftest$ac_exeext
 
10498
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
10499
-  (eval $ac_link) 2>conftest.er1
 
10500
+if { (ac_try="$ac_link"
 
10501
+case "(($ac_try" in
 
10502
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10503
+  *) ac_try_echo=$ac_try;;
 
10504
+esac
 
10505
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
10506
+  (eval "$ac_link") 2>conftest.er1
 
10507
   ac_status=$?
 
10508
   grep -v '^ *+' conftest.er1 >conftest.err
 
10509
   rm -f conftest.er1
 
10510
   cat conftest.err >&5
 
10511
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10512
-  (exit $ac_status); } &&
 
10513
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
10514
-                        || test ! -s conftest.err'
 
10515
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
10516
-  (eval $ac_try) 2>&5
 
10517
-  ac_status=$?
 
10518
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10519
-  (exit $ac_status); }; } &&
 
10520
-        { ac_try='test -s conftest$ac_exeext'
 
10521
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
10522
-  (eval $ac_try) 2>&5
 
10523
-  ac_status=$?
 
10524
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10525
-  (exit $ac_status); }; }; then
 
10526
+  (exit $ac_status); } && {
 
10527
+        test -z "$ac_cxx_werror_flag" ||
 
10528
+        test ! -s conftest.err
 
10529
+       } && test -s conftest$ac_exeext &&
 
10530
+       $as_test_x conftest$ac_exeext; then
 
10531
   eval "kde_cv_prog_cxx_$kde_cache=yes"
 
10532
 else
 
10533
   echo "$as_me: failed program was:" >&5
 
10534
 sed 's/^/| /' conftest.$ac_ext >&5
 
10535
 
 
10536
+
 
10537
 fi
 
10538
-rm -f conftest.err conftest.$ac_objext \
 
10539
+
 
10540
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
10541
       conftest$ac_exeext conftest.$ac_ext
 
10542
   CXXFLAGS="$save_CXXFLAGS"
 
10543
   ac_ext=c
 
10544
@@ -5801,28 +6424,27 @@
 
10545
 fi
 
10546
 
 
10547
 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
10548
- echo "$as_me:$LINENO: result: yes" >&5
 
10549
-echo "${ECHO_T}yes" >&6
 
10550
+ { echo "$as_me:$LINENO: result: yes" >&5
 
10551
+echo "${ECHO_T}yes" >&6; }
 
10552
  :
 
10553
  CXXFLAGS="$CXXFLAGS --inline_keyword_space_time=6"
 
10554
 else
 
10555
- echo "$as_me:$LINENO: result: no" >&5
 
10556
-echo "${ECHO_T}no" >&6
 
10557
+ { echo "$as_me:$LINENO: result: no" >&5
 
10558
+echo "${ECHO_T}no" >&6; }
 
10559
  :
 
10560
 
 
10561
 fi
 
10562
 
 
10563
 
 
10564
-echo "$as_me:$LINENO: checking whether $CXX supports --inline_auto_space_time=2" >&5
 
10565
-echo $ECHO_N "checking whether $CXX supports --inline_auto_space_time=2... $ECHO_C" >&6
 
10566
+{ echo "$as_me:$LINENO: checking whether $CXX supports --inline_auto_space_time=2" >&5
 
10567
+echo $ECHO_N "checking whether $CXX supports --inline_auto_space_time=2... $ECHO_C" >&6; }
 
10568
 kde_cache=`echo -inline_auto_space_time=2 | sed 'y% .=/+-,%____p__%'`
 
10569
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
10570
+if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
10571
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
10572
 else
 
10573
 
 
10574
 
 
10575
-
 
10576
-   ac_ext=cc
 
10577
+   ac_ext=cpp
 
10578
 ac_cpp='$CXXCPP $CPPFLAGS'
 
10579
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
10580
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
10581
@@ -5849,34 +6471,32 @@
 
10582
 }
 
10583
 _ACEOF
 
10584
 rm -f conftest.$ac_objext conftest$ac_exeext
 
10585
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
10586
-  (eval $ac_link) 2>conftest.er1
 
10587
+if { (ac_try="$ac_link"
 
10588
+case "(($ac_try" in
 
10589
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10590
+  *) ac_try_echo=$ac_try;;
 
10591
+esac
 
10592
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
10593
+  (eval "$ac_link") 2>conftest.er1
 
10594
   ac_status=$?
 
10595
   grep -v '^ *+' conftest.er1 >conftest.err
 
10596
   rm -f conftest.er1
 
10597
   cat conftest.err >&5
 
10598
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10599
-  (exit $ac_status); } &&
 
10600
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
10601
-                        || test ! -s conftest.err'
 
10602
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
10603
-  (eval $ac_try) 2>&5
 
10604
-  ac_status=$?
 
10605
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10606
-  (exit $ac_status); }; } &&
 
10607
-        { ac_try='test -s conftest$ac_exeext'
 
10608
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
10609
-  (eval $ac_try) 2>&5
 
10610
-  ac_status=$?
 
10611
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10612
-  (exit $ac_status); }; }; then
 
10613
+  (exit $ac_status); } && {
 
10614
+        test -z "$ac_cxx_werror_flag" ||
 
10615
+        test ! -s conftest.err
 
10616
+       } && test -s conftest$ac_exeext &&
 
10617
+       $as_test_x conftest$ac_exeext; then
 
10618
   eval "kde_cv_prog_cxx_$kde_cache=yes"
 
10619
 else
 
10620
   echo "$as_me: failed program was:" >&5
 
10621
 sed 's/^/| /' conftest.$ac_ext >&5
 
10622
 
 
10623
+
 
10624
 fi
 
10625
-rm -f conftest.err conftest.$ac_objext \
 
10626
+
 
10627
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
10628
       conftest$ac_exeext conftest.$ac_ext
 
10629
   CXXFLAGS="$save_CXXFLAGS"
 
10630
   ac_ext=c
 
10631
@@ -5889,28 +6509,27 @@
 
10632
 fi
 
10633
 
 
10634
 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
10635
- echo "$as_me:$LINENO: result: yes" >&5
 
10636
-echo "${ECHO_T}yes" >&6
 
10637
+ { echo "$as_me:$LINENO: result: yes" >&5
 
10638
+echo "${ECHO_T}yes" >&6; }
 
10639
  :
 
10640
  CXXFLAGS="$CXXFLAGS --inline_auto_space_time=2"
 
10641
 else
 
10642
- echo "$as_me:$LINENO: result: no" >&5
 
10643
-echo "${ECHO_T}no" >&6
 
10644
+ { echo "$as_me:$LINENO: result: no" >&5
 
10645
+echo "${ECHO_T}no" >&6; }
 
10646
  :
 
10647
 
 
10648
 fi
 
10649
 
 
10650
 
 
10651
-echo "$as_me:$LINENO: checking whether $CXX supports --inline_implicit_space_time=2.0" >&5
 
10652
-echo $ECHO_N "checking whether $CXX supports --inline_implicit_space_time=2.0... $ECHO_C" >&6
 
10653
+{ echo "$as_me:$LINENO: checking whether $CXX supports --inline_implicit_space_time=2.0" >&5
 
10654
+echo $ECHO_N "checking whether $CXX supports --inline_implicit_space_time=2.0... $ECHO_C" >&6; }
 
10655
 kde_cache=`echo -inline_implicit_space_time=2.0 | sed 'y% .=/+-,%____p__%'`
 
10656
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
10657
+if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
10658
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
10659
 else
 
10660
 
 
10661
 
 
10662
-
 
10663
-   ac_ext=cc
 
10664
+   ac_ext=cpp
 
10665
 ac_cpp='$CXXCPP $CPPFLAGS'
 
10666
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
10667
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
10668
@@ -5937,34 +6556,32 @@
 
10669
 }
 
10670
 _ACEOF
 
10671
 rm -f conftest.$ac_objext conftest$ac_exeext
 
10672
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
10673
-  (eval $ac_link) 2>conftest.er1
 
10674
+if { (ac_try="$ac_link"
 
10675
+case "(($ac_try" in
 
10676
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10677
+  *) ac_try_echo=$ac_try;;
 
10678
+esac
 
10679
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
10680
+  (eval "$ac_link") 2>conftest.er1
 
10681
   ac_status=$?
 
10682
   grep -v '^ *+' conftest.er1 >conftest.err
 
10683
   rm -f conftest.er1
 
10684
   cat conftest.err >&5
 
10685
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10686
-  (exit $ac_status); } &&
 
10687
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
10688
-                        || test ! -s conftest.err'
 
10689
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
10690
-  (eval $ac_try) 2>&5
 
10691
-  ac_status=$?
 
10692
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10693
-  (exit $ac_status); }; } &&
 
10694
-        { ac_try='test -s conftest$ac_exeext'
 
10695
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
10696
-  (eval $ac_try) 2>&5
 
10697
-  ac_status=$?
 
10698
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10699
-  (exit $ac_status); }; }; then
 
10700
+  (exit $ac_status); } && {
 
10701
+        test -z "$ac_cxx_werror_flag" ||
 
10702
+        test ! -s conftest.err
 
10703
+       } && test -s conftest$ac_exeext &&
 
10704
+       $as_test_x conftest$ac_exeext; then
 
10705
   eval "kde_cv_prog_cxx_$kde_cache=yes"
 
10706
 else
 
10707
   echo "$as_me: failed program was:" >&5
 
10708
 sed 's/^/| /' conftest.$ac_ext >&5
 
10709
 
 
10710
+
 
10711
 fi
 
10712
-rm -f conftest.err conftest.$ac_objext \
 
10713
+
 
10714
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
10715
       conftest$ac_exeext conftest.$ac_ext
 
10716
   CXXFLAGS="$save_CXXFLAGS"
 
10717
   ac_ext=c
 
10718
@@ -5977,28 +6594,27 @@
 
10719
 fi
 
10720
 
 
10721
 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
10722
- echo "$as_me:$LINENO: result: yes" >&5
 
10723
-echo "${ECHO_T}yes" >&6
 
10724
+ { echo "$as_me:$LINENO: result: yes" >&5
 
10725
+echo "${ECHO_T}yes" >&6; }
 
10726
  :
 
10727
  CXXFLAGS="$CXXFLAGS --inline_implicit_space_time=2.0"
 
10728
 else
 
10729
- echo "$as_me:$LINENO: result: no" >&5
 
10730
-echo "${ECHO_T}no" >&6
 
10731
+ { echo "$as_me:$LINENO: result: no" >&5
 
10732
+echo "${ECHO_T}no" >&6; }
 
10733
  :
 
10734
 
 
10735
 fi
 
10736
 
 
10737
 
 
10738
-echo "$as_me:$LINENO: checking whether $CXX supports --inline_generated_space_time=2.0" >&5
 
10739
-echo $ECHO_N "checking whether $CXX supports --inline_generated_space_time=2.0... $ECHO_C" >&6
 
10740
+{ echo "$as_me:$LINENO: checking whether $CXX supports --inline_generated_space_time=2.0" >&5
 
10741
+echo $ECHO_N "checking whether $CXX supports --inline_generated_space_time=2.0... $ECHO_C" >&6; }
 
10742
 kde_cache=`echo -inline_generated_space_time=2.0 | sed 'y% .=/+-,%____p__%'`
 
10743
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
10744
+if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
10745
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
10746
 else
 
10747
 
 
10748
 
 
10749
-
 
10750
-   ac_ext=cc
 
10751
+   ac_ext=cpp
 
10752
 ac_cpp='$CXXCPP $CPPFLAGS'
 
10753
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
10754
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
10755
@@ -6025,34 +6641,32 @@
 
10756
 }
 
10757
 _ACEOF
 
10758
 rm -f conftest.$ac_objext conftest$ac_exeext
 
10759
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
10760
-  (eval $ac_link) 2>conftest.er1
 
10761
+if { (ac_try="$ac_link"
 
10762
+case "(($ac_try" in
 
10763
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10764
+  *) ac_try_echo=$ac_try;;
 
10765
+esac
 
10766
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
10767
+  (eval "$ac_link") 2>conftest.er1
 
10768
   ac_status=$?
 
10769
   grep -v '^ *+' conftest.er1 >conftest.err
 
10770
   rm -f conftest.er1
 
10771
   cat conftest.err >&5
 
10772
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10773
-  (exit $ac_status); } &&
 
10774
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
10775
-                        || test ! -s conftest.err'
 
10776
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
10777
-  (eval $ac_try) 2>&5
 
10778
-  ac_status=$?
 
10779
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10780
-  (exit $ac_status); }; } &&
 
10781
-        { ac_try='test -s conftest$ac_exeext'
 
10782
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
10783
-  (eval $ac_try) 2>&5
 
10784
-  ac_status=$?
 
10785
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10786
-  (exit $ac_status); }; }; then
 
10787
+  (exit $ac_status); } && {
 
10788
+        test -z "$ac_cxx_werror_flag" ||
 
10789
+        test ! -s conftest.err
 
10790
+       } && test -s conftest$ac_exeext &&
 
10791
+       $as_test_x conftest$ac_exeext; then
 
10792
   eval "kde_cv_prog_cxx_$kde_cache=yes"
 
10793
 else
 
10794
   echo "$as_me: failed program was:" >&5
 
10795
 sed 's/^/| /' conftest.$ac_ext >&5
 
10796
 
 
10797
+
 
10798
 fi
 
10799
-rm -f conftest.err conftest.$ac_objext \
 
10800
+
 
10801
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
10802
       conftest$ac_exeext conftest.$ac_ext
 
10803
   CXXFLAGS="$save_CXXFLAGS"
 
10804
   ac_ext=c
 
10805
@@ -6065,28 +6679,27 @@
 
10806
 fi
 
10807
 
 
10808
 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
10809
- echo "$as_me:$LINENO: result: yes" >&5
 
10810
-echo "${ECHO_T}yes" >&6
 
10811
+ { echo "$as_me:$LINENO: result: yes" >&5
 
10812
+echo "${ECHO_T}yes" >&6; }
 
10813
  :
 
10814
  CXXFLAGS="$CXXFLAGS --inline_generated_space_time=2.0"
 
10815
 else
 
10816
- echo "$as_me:$LINENO: result: no" >&5
 
10817
-echo "${ECHO_T}no" >&6
 
10818
+ { echo "$as_me:$LINENO: result: no" >&5
 
10819
+echo "${ECHO_T}no" >&6; }
 
10820
  :
 
10821
 
 
10822
 fi
 
10823
 
 
10824
 
 
10825
-echo "$as_me:$LINENO: checking whether $CXX supports --one_per" >&5
 
10826
-echo $ECHO_N "checking whether $CXX supports --one_per... $ECHO_C" >&6
 
10827
+{ echo "$as_me:$LINENO: checking whether $CXX supports --one_per" >&5
 
10828
+echo $ECHO_N "checking whether $CXX supports --one_per... $ECHO_C" >&6; }
 
10829
 kde_cache=`echo -one_per | sed 'y% .=/+-,%____p__%'`
 
10830
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
10831
+if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
10832
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
10833
 else
 
10834
 
 
10835
 
 
10836
-
 
10837
-   ac_ext=cc
 
10838
+   ac_ext=cpp
 
10839
 ac_cpp='$CXXCPP $CPPFLAGS'
 
10840
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
10841
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
10842
@@ -6113,34 +6726,32 @@
 
10843
 }
 
10844
 _ACEOF
 
10845
 rm -f conftest.$ac_objext conftest$ac_exeext
 
10846
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
10847
-  (eval $ac_link) 2>conftest.er1
 
10848
+if { (ac_try="$ac_link"
 
10849
+case "(($ac_try" in
 
10850
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10851
+  *) ac_try_echo=$ac_try;;
 
10852
+esac
 
10853
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
10854
+  (eval "$ac_link") 2>conftest.er1
 
10855
   ac_status=$?
 
10856
   grep -v '^ *+' conftest.er1 >conftest.err
 
10857
   rm -f conftest.er1
 
10858
   cat conftest.err >&5
 
10859
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10860
-  (exit $ac_status); } &&
 
10861
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
10862
-                        || test ! -s conftest.err'
 
10863
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
10864
-  (eval $ac_try) 2>&5
 
10865
-  ac_status=$?
 
10866
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10867
-  (exit $ac_status); }; } &&
 
10868
-        { ac_try='test -s conftest$ac_exeext'
 
10869
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
10870
-  (eval $ac_try) 2>&5
 
10871
-  ac_status=$?
 
10872
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10873
-  (exit $ac_status); }; }; then
 
10874
+  (exit $ac_status); } && {
 
10875
+        test -z "$ac_cxx_werror_flag" ||
 
10876
+        test ! -s conftest.err
 
10877
+       } && test -s conftest$ac_exeext &&
 
10878
+       $as_test_x conftest$ac_exeext; then
 
10879
   eval "kde_cv_prog_cxx_$kde_cache=yes"
 
10880
 else
 
10881
   echo "$as_me: failed program was:" >&5
 
10882
 sed 's/^/| /' conftest.$ac_ext >&5
 
10883
 
 
10884
+
 
10885
 fi
 
10886
-rm -f conftest.err conftest.$ac_objext \
 
10887
+
 
10888
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
10889
       conftest$ac_exeext conftest.$ac_ext
 
10890
   CXXFLAGS="$save_CXXFLAGS"
 
10891
   ac_ext=c
 
10892
@@ -6153,13 +6764,13 @@
 
10893
 fi
 
10894
 
 
10895
 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
10896
- echo "$as_me:$LINENO: result: yes" >&5
 
10897
-echo "${ECHO_T}yes" >&6
 
10898
+ { echo "$as_me:$LINENO: result: yes" >&5
 
10899
+echo "${ECHO_T}yes" >&6; }
 
10900
  :
 
10901
  CXXFLAGS="$CXXFLAGS --one_per"
 
10902
 else
 
10903
- echo "$as_me:$LINENO: result: no" >&5
 
10904
-echo "${ECHO_T}no" >&6
 
10905
+ { echo "$as_me:$LINENO: result: no" >&5
 
10906
+echo "${ECHO_T}no" >&6; }
 
10907
  :
 
10908
 
 
10909
 fi
 
10910
@@ -6266,13 +6877,13 @@
 
10911
 fi
 
10912
 
 
10913
 
 
10914
-  ac_ext=cc
 
10915
+  ac_ext=cpp
 
10916
 ac_cpp='$CXXCPP $CPPFLAGS'
 
10917
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
10918
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
10919
 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
10920
-echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
 
10921
-echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
 
10922
+{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
 
10923
+echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
 
10924
 if test -z "$CXXCPP"; then
 
10925
   if test "${ac_cv_prog_CXXCPP+set}" = set; then
 
10926
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
10927
@@ -6302,24 +6913,22 @@
 
10928
 #endif
 
10929
                     Syntax error
 
10930
 _ACEOF
 
10931
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
10932
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
10933
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
10934
+case "(($ac_try" in
 
10935
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10936
+  *) ac_try_echo=$ac_try;;
 
10937
+esac
 
10938
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
10939
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
10940
   ac_status=$?
 
10941
   grep -v '^ *+' conftest.er1 >conftest.err
 
10942
   rm -f conftest.er1
 
10943
   cat conftest.err >&5
 
10944
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10945
-  (exit $ac_status); } >/dev/null; then
 
10946
-  if test -s conftest.err; then
 
10947
-    ac_cpp_err=$ac_cxx_preproc_warn_flag
 
10948
-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
 
10949
-  else
 
10950
-    ac_cpp_err=
 
10951
-  fi
 
10952
-else
 
10953
-  ac_cpp_err=yes
 
10954
-fi
 
10955
-if test -z "$ac_cpp_err"; then
 
10956
+  (exit $ac_status); } >/dev/null && {
 
10957
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
10958
+        test ! -s conftest.err
 
10959
+       }; then
 
10960
   :
 
10961
 else
 
10962
   echo "$as_me: failed program was:" >&5
 
10963
@@ -6328,9 +6937,10 @@
 
10964
   # Broken: fails on valid input.
 
10965
 continue
 
10966
 fi
 
10967
+
 
10968
 rm -f conftest.err conftest.$ac_ext
 
10969
 
 
10970
-  # OK, works on sane cases.  Now check whether non-existent headers
 
10971
+  # OK, works on sane cases.  Now check whether nonexistent headers
 
10972
   # can be detected and how.
 
10973
   cat >conftest.$ac_ext <<_ACEOF
 
10974
 /* confdefs.h.  */
 
10975
@@ -6340,24 +6950,22 @@
 
10976
 /* end confdefs.h.  */
 
10977
 #include <ac_nonexistent.h>
 
10978
 _ACEOF
 
10979
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
10980
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
10981
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
10982
+case "(($ac_try" in
 
10983
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
10984
+  *) ac_try_echo=$ac_try;;
 
10985
+esac
 
10986
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
10987
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
10988
   ac_status=$?
 
10989
   grep -v '^ *+' conftest.er1 >conftest.err
 
10990
   rm -f conftest.er1
 
10991
   cat conftest.err >&5
 
10992
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
10993
-  (exit $ac_status); } >/dev/null; then
 
10994
-  if test -s conftest.err; then
 
10995
-    ac_cpp_err=$ac_cxx_preproc_warn_flag
 
10996
-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
 
10997
-  else
 
10998
-    ac_cpp_err=
 
10999
-  fi
 
11000
-else
 
11001
-  ac_cpp_err=yes
 
11002
-fi
 
11003
-if test -z "$ac_cpp_err"; then
 
11004
+  (exit $ac_status); } >/dev/null && {
 
11005
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
11006
+        test ! -s conftest.err
 
11007
+       }; then
 
11008
   # Broken: success on invalid input.
 
11009
 continue
 
11010
 else
 
11011
@@ -6368,6 +6976,7 @@
 
11012
 ac_preproc_ok=:
 
11013
 break
 
11014
 fi
 
11015
+
 
11016
 rm -f conftest.err conftest.$ac_ext
 
11017
 
 
11018
 done
 
11019
@@ -6385,8 +6994,8 @@
 
11020
 else
 
11021
   ac_cv_prog_CXXCPP=$CXXCPP
 
11022
 fi
 
11023
-echo "$as_me:$LINENO: result: $CXXCPP" >&5
 
11024
-echo "${ECHO_T}$CXXCPP" >&6
 
11025
+{ echo "$as_me:$LINENO: result: $CXXCPP" >&5
 
11026
+echo "${ECHO_T}$CXXCPP" >&6; }
 
11027
 ac_preproc_ok=false
 
11028
 for ac_cxx_preproc_warn_flag in '' yes
 
11029
 do
 
11030
@@ -6409,24 +7018,22 @@
 
11031
 #endif
 
11032
                     Syntax error
 
11033
 _ACEOF
 
11034
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
11035
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
11036
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
11037
+case "(($ac_try" in
 
11038
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
11039
+  *) ac_try_echo=$ac_try;;
 
11040
+esac
 
11041
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
11042
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
11043
   ac_status=$?
 
11044
   grep -v '^ *+' conftest.er1 >conftest.err
 
11045
   rm -f conftest.er1
 
11046
   cat conftest.err >&5
 
11047
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11048
-  (exit $ac_status); } >/dev/null; then
 
11049
-  if test -s conftest.err; then
 
11050
-    ac_cpp_err=$ac_cxx_preproc_warn_flag
 
11051
-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
 
11052
-  else
 
11053
-    ac_cpp_err=
 
11054
-  fi
 
11055
-else
 
11056
-  ac_cpp_err=yes
 
11057
-fi
 
11058
-if test -z "$ac_cpp_err"; then
 
11059
+  (exit $ac_status); } >/dev/null && {
 
11060
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
11061
+        test ! -s conftest.err
 
11062
+       }; then
 
11063
   :
 
11064
 else
 
11065
   echo "$as_me: failed program was:" >&5
 
11066
@@ -6435,9 +7042,10 @@
 
11067
   # Broken: fails on valid input.
 
11068
 continue
 
11069
 fi
 
11070
+
 
11071
 rm -f conftest.err conftest.$ac_ext
 
11072
 
 
11073
-  # OK, works on sane cases.  Now check whether non-existent headers
 
11074
+  # OK, works on sane cases.  Now check whether nonexistent headers
 
11075
   # can be detected and how.
 
11076
   cat >conftest.$ac_ext <<_ACEOF
 
11077
 /* confdefs.h.  */
 
11078
@@ -6447,24 +7055,22 @@
 
11079
 /* end confdefs.h.  */
 
11080
 #include <ac_nonexistent.h>
 
11081
 _ACEOF
 
11082
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
11083
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
11084
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
11085
+case "(($ac_try" in
 
11086
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
11087
+  *) ac_try_echo=$ac_try;;
 
11088
+esac
 
11089
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
11090
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
11091
   ac_status=$?
 
11092
   grep -v '^ *+' conftest.er1 >conftest.err
 
11093
   rm -f conftest.er1
 
11094
   cat conftest.err >&5
 
11095
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11096
-  (exit $ac_status); } >/dev/null; then
 
11097
-  if test -s conftest.err; then
 
11098
-    ac_cpp_err=$ac_cxx_preproc_warn_flag
 
11099
-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
 
11100
-  else
 
11101
-    ac_cpp_err=
 
11102
-  fi
 
11103
-else
 
11104
-  ac_cpp_err=yes
 
11105
-fi
 
11106
-if test -z "$ac_cpp_err"; then
 
11107
+  (exit $ac_status); } >/dev/null && {
 
11108
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
11109
+        test ! -s conftest.err
 
11110
+       }; then
 
11111
   # Broken: success on invalid input.
 
11112
 continue
 
11113
 else
 
11114
@@ -6475,6 +7081,7 @@
 
11115
 ac_preproc_ok=:
 
11116
 break
 
11117
 fi
 
11118
+
 
11119
 rm -f conftest.err conftest.$ac_ext
 
11120
 
 
11121
 done
 
11122
@@ -6501,16 +7108,15 @@
 
11123
      NOOPT_CFLAGS=-O0
 
11124
   fi
 
11125
 
 
11126
-echo "$as_me:$LINENO: checking whether $CXX supports -O0" >&5
 
11127
-echo $ECHO_N "checking whether $CXX supports -O0... $ECHO_C" >&6
 
11128
+{ echo "$as_me:$LINENO: checking whether $CXX supports -O0" >&5
 
11129
+echo $ECHO_N "checking whether $CXX supports -O0... $ECHO_C" >&6; }
 
11130
 kde_cache=`echo O0 | sed 'y% .=/+-,%____p__%'`
 
11131
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
11132
+if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
11133
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
11134
 else
 
11135
 
 
11136
 
 
11137
-
 
11138
-   ac_ext=cc
 
11139
+   ac_ext=cpp
 
11140
 ac_cpp='$CXXCPP $CPPFLAGS'
 
11141
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
11142
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
11143
@@ -6537,34 +7143,32 @@
 
11144
 }
 
11145
 _ACEOF
 
11146
 rm -f conftest.$ac_objext conftest$ac_exeext
 
11147
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
11148
-  (eval $ac_link) 2>conftest.er1
 
11149
+if { (ac_try="$ac_link"
 
11150
+case "(($ac_try" in
 
11151
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
11152
+  *) ac_try_echo=$ac_try;;
 
11153
+esac
 
11154
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
11155
+  (eval "$ac_link") 2>conftest.er1
 
11156
   ac_status=$?
 
11157
   grep -v '^ *+' conftest.er1 >conftest.err
 
11158
   rm -f conftest.er1
 
11159
   cat conftest.err >&5
 
11160
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11161
-  (exit $ac_status); } &&
 
11162
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
11163
-                        || test ! -s conftest.err'
 
11164
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
11165
-  (eval $ac_try) 2>&5
 
11166
-  ac_status=$?
 
11167
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11168
-  (exit $ac_status); }; } &&
 
11169
-        { ac_try='test -s conftest$ac_exeext'
 
11170
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
11171
-  (eval $ac_try) 2>&5
 
11172
-  ac_status=$?
 
11173
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11174
-  (exit $ac_status); }; }; then
 
11175
+  (exit $ac_status); } && {
 
11176
+        test -z "$ac_cxx_werror_flag" ||
 
11177
+        test ! -s conftest.err
 
11178
+       } && test -s conftest$ac_exeext &&
 
11179
+       $as_test_x conftest$ac_exeext; then
 
11180
   eval "kde_cv_prog_cxx_$kde_cache=yes"
 
11181
 else
 
11182
   echo "$as_me: failed program was:" >&5
 
11183
 sed 's/^/| /' conftest.$ac_ext >&5
 
11184
 
 
11185
+
 
11186
 fi
 
11187
-rm -f conftest.err conftest.$ac_objext \
 
11188
+
 
11189
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
11190
       conftest$ac_exeext conftest.$ac_ext
 
11191
   CXXFLAGS="$save_CXXFLAGS"
 
11192
   ac_ext=c
 
11193
@@ -6577,22 +7181,21 @@
 
11194
 fi
 
11195
 
 
11196
 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
11197
- echo "$as_me:$LINENO: result: yes" >&5
 
11198
-echo "${ECHO_T}yes" >&6
 
11199
+ { echo "$as_me:$LINENO: result: yes" >&5
 
11200
+echo "${ECHO_T}yes" >&6; }
 
11201
  :
 
11202
  NOOPT_CXXFLAGS=-O0
 
11203
 else
 
11204
- echo "$as_me:$LINENO: result: no" >&5
 
11205
-echo "${ECHO_T}no" >&6
 
11206
+ { echo "$as_me:$LINENO: result: no" >&5
 
11207
+echo "${ECHO_T}no" >&6; }
 
11208
  :
 
11209
 
 
11210
 fi
 
11211
 
 
11212
 
 
11213
-  # Check whether --enable-coverage or --disable-coverage was given.
 
11214
+  # Check whether --enable-coverage was given.
 
11215
 if test "${enable_coverage+set}" = set; then
 
11216
-  enableval="$enable_coverage"
 
11217
-
 
11218
+  enableval=$enable_coverage;
 
11219
       if test "$am_cv_CC_dependencies_compiler_type" = "gcc3"; then
 
11220
         ac_coverage_compiler="-fprofile-arcs -ftest-coverage"
 
11221
         ac_coverage_linker="-lgcc"
 
11222
@@ -6608,36 +7211,36 @@
 
11223
       CXXFLAGS="$CXXFLAGS $ac_coverage_compiler"
 
11224
       LDFLAGS="$LDFLAGS $ac_coverage_linker"
 
11225
 
 
11226
-fi;
 
11227
+fi
 
11228
+
 
11229
 
 
11230
 
 
11231
 
 
11232
 
 
11233
 
 
11234
 
 
11235
-  # Check whether --enable-new_ldflags or --disable-new_ldflags was given.
 
11236
+  # Check whether --enable-new_ldflags was given.
 
11237
 if test "${enable_new_ldflags+set}" = set; then
 
11238
-  enableval="$enable_new_ldflags"
 
11239
-  kde_use_new_ldflags=$enableval
 
11240
+  enableval=$enable_new_ldflags; kde_use_new_ldflags=$enableval
 
11241
 else
 
11242
   kde_use_new_ldflags=no
 
11243
-fi;
 
11244
+fi
 
11245
+
 
11246
 
 
11247
   LDFLAGS_AS_NEEDED=""
 
11248
   LDFLAGS_NEW_DTAGS=""
 
11249
   if test "x$kde_use_new_ldflags" = "xyes"; then
 
11250
        LDFLAGS_NEW_DTAGS=""
 
11251
 
 
11252
-echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--enable-new-dtags" >&5
 
11253
-echo $ECHO_N "checking whether $CXX supports -Wl,--enable-new-dtags... $ECHO_C" >&6
 
11254
+{ echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--enable-new-dtags" >&5
 
11255
+echo $ECHO_N "checking whether $CXX supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
 
11256
 kde_cache=`echo Wl,--enable-new-dtags | sed 'y% .=/+-,%____p__%'`
 
11257
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
11258
+if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
11259
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
11260
 else
 
11261
 
 
11262
 
 
11263
-
 
11264
-   ac_ext=cc
 
11265
+   ac_ext=cpp
 
11266
 ac_cpp='$CXXCPP $CPPFLAGS'
 
11267
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
11268
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
11269
@@ -6664,34 +7267,32 @@
 
11270
 }
 
11271
 _ACEOF
 
11272
 rm -f conftest.$ac_objext conftest$ac_exeext
 
11273
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
11274
-  (eval $ac_link) 2>conftest.er1
 
11275
+if { (ac_try="$ac_link"
 
11276
+case "(($ac_try" in
 
11277
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
11278
+  *) ac_try_echo=$ac_try;;
 
11279
+esac
 
11280
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
11281
+  (eval "$ac_link") 2>conftest.er1
 
11282
   ac_status=$?
 
11283
   grep -v '^ *+' conftest.er1 >conftest.err
 
11284
   rm -f conftest.er1
 
11285
   cat conftest.err >&5
 
11286
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11287
-  (exit $ac_status); } &&
 
11288
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
11289
-                        || test ! -s conftest.err'
 
11290
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
11291
-  (eval $ac_try) 2>&5
 
11292
-  ac_status=$?
 
11293
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11294
-  (exit $ac_status); }; } &&
 
11295
-        { ac_try='test -s conftest$ac_exeext'
 
11296
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
11297
-  (eval $ac_try) 2>&5
 
11298
-  ac_status=$?
 
11299
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11300
-  (exit $ac_status); }; }; then
 
11301
+  (exit $ac_status); } && {
 
11302
+        test -z "$ac_cxx_werror_flag" ||
 
11303
+        test ! -s conftest.err
 
11304
+       } && test -s conftest$ac_exeext &&
 
11305
+       $as_test_x conftest$ac_exeext; then
 
11306
   eval "kde_cv_prog_cxx_$kde_cache=yes"
 
11307
 else
 
11308
   echo "$as_me: failed program was:" >&5
 
11309
 sed 's/^/| /' conftest.$ac_ext >&5
 
11310
 
 
11311
+
 
11312
 fi
 
11313
-rm -f conftest.err conftest.$ac_objext \
 
11314
+
 
11315
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
11316
       conftest$ac_exeext conftest.$ac_ext
 
11317
   CXXFLAGS="$save_CXXFLAGS"
 
11318
   ac_ext=c
 
11319
@@ -6704,29 +7305,28 @@
 
11320
 fi
 
11321
 
 
11322
 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
11323
- echo "$as_me:$LINENO: result: yes" >&5
 
11324
-echo "${ECHO_T}yes" >&6
 
11325
+ { echo "$as_me:$LINENO: result: yes" >&5
 
11326
+echo "${ECHO_T}yes" >&6; }
 
11327
  :
 
11328
  LDFLAGS_NEW_DTAGS="-Wl,--enable-new-dtags"
 
11329
 else
 
11330
- echo "$as_me:$LINENO: result: no" >&5
 
11331
-echo "${ECHO_T}no" >&6
 
11332
+ { echo "$as_me:$LINENO: result: no" >&5
 
11333
+echo "${ECHO_T}no" >&6; }
 
11334
  :
 
11335
 
 
11336
 fi
 
11337
 
 
11338
 
 
11339
 
 
11340
-echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--as-needed" >&5
 
11341
-echo $ECHO_N "checking whether $CXX supports -Wl,--as-needed... $ECHO_C" >&6
 
11342
+{ echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--as-needed" >&5
 
11343
+echo $ECHO_N "checking whether $CXX supports -Wl,--as-needed... $ECHO_C" >&6; }
 
11344
 kde_cache=`echo Wl,--as-needed | sed 'y% .=/+-,%____p__%'`
 
11345
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
11346
+if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
11347
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
11348
 else
 
11349
 
 
11350
 
 
11351
-
 
11352
-   ac_ext=cc
 
11353
+   ac_ext=cpp
 
11354
 ac_cpp='$CXXCPP $CPPFLAGS'
 
11355
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
11356
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
11357
@@ -6753,34 +7353,32 @@
 
11358
 }
 
11359
 _ACEOF
 
11360
 rm -f conftest.$ac_objext conftest$ac_exeext
 
11361
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
11362
-  (eval $ac_link) 2>conftest.er1
 
11363
+if { (ac_try="$ac_link"
 
11364
+case "(($ac_try" in
 
11365
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
11366
+  *) ac_try_echo=$ac_try;;
 
11367
+esac
 
11368
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
11369
+  (eval "$ac_link") 2>conftest.er1
 
11370
   ac_status=$?
 
11371
   grep -v '^ *+' conftest.er1 >conftest.err
 
11372
   rm -f conftest.er1
 
11373
   cat conftest.err >&5
 
11374
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11375
-  (exit $ac_status); } &&
 
11376
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
11377
-                        || test ! -s conftest.err'
 
11378
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
11379
-  (eval $ac_try) 2>&5
 
11380
-  ac_status=$?
 
11381
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11382
-  (exit $ac_status); }; } &&
 
11383
-        { ac_try='test -s conftest$ac_exeext'
 
11384
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
11385
-  (eval $ac_try) 2>&5
 
11386
-  ac_status=$?
 
11387
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11388
-  (exit $ac_status); }; }; then
 
11389
+  (exit $ac_status); } && {
 
11390
+        test -z "$ac_cxx_werror_flag" ||
 
11391
+        test ! -s conftest.err
 
11392
+       } && test -s conftest$ac_exeext &&
 
11393
+       $as_test_x conftest$ac_exeext; then
 
11394
   eval "kde_cv_prog_cxx_$kde_cache=yes"
 
11395
 else
 
11396
   echo "$as_me: failed program was:" >&5
 
11397
 sed 's/^/| /' conftest.$ac_ext >&5
 
11398
 
 
11399
+
 
11400
 fi
 
11401
-rm -f conftest.err conftest.$ac_objext \
 
11402
+
 
11403
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
11404
       conftest$ac_exeext conftest.$ac_ext
 
11405
   CXXFLAGS="$save_CXXFLAGS"
 
11406
   ac_ext=c
 
11407
@@ -6793,13 +7391,13 @@
 
11408
 fi
 
11409
 
 
11410
 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
11411
- echo "$as_me:$LINENO: result: yes" >&5
 
11412
-echo "${ECHO_T}yes" >&6
 
11413
+ { echo "$as_me:$LINENO: result: yes" >&5
 
11414
+echo "${ECHO_T}yes" >&6; }
 
11415
  :
 
11416
  LDFLAGS_AS_NEEDED="-Wl,--as-needed"
 
11417
 else
 
11418
- echo "$as_me:$LINENO: result: no" >&5
 
11419
-echo "${ECHO_T}no" >&6
 
11420
+ { echo "$as_me:$LINENO: result: no" >&5
 
11421
+echo "${ECHO_T}no" >&6; }
 
11422
  :
 
11423
 
 
11424
 fi
 
11425
@@ -6809,13 +7407,13 @@
 
11426
 
 
11427
 
 
11428
 
 
11429
-  # Check whether --enable-final or --disable-final was given.
 
11430
+  # Check whether --enable-final was given.
 
11431
 if test "${enable_final+set}" = set; then
 
11432
-  enableval="$enable_final"
 
11433
-  kde_use_final=$enableval
 
11434
+  enableval=$enable_final; kde_use_final=$enableval
 
11435
 else
 
11436
   kde_use_final=no
 
11437
-fi;
 
11438
+fi
 
11439
+
 
11440
 
 
11441
   if test "x$kde_use_final" = "xyes"; then
 
11442
       KDE_USE_FINAL_TRUE=""
 
11443
@@ -6828,13 +7426,13 @@
 
11444
 
 
11445
 
 
11446
 
 
11447
-  # Check whether --enable-closure or --disable-closure was given.
 
11448
+  # Check whether --enable-closure was given.
 
11449
 if test "${enable_closure+set}" = set; then
 
11450
-  enableval="$enable_closure"
 
11451
-  kde_use_closure=$enableval
 
11452
+  enableval=$enable_closure; kde_use_closure=$enableval
 
11453
 else
 
11454
   kde_use_closure=no
 
11455
-fi;
 
11456
+fi
 
11457
+
 
11458
 
 
11459
   KDE_NO_UNDEFINED=""
 
11460
   if test "x$kde_use_closure" = "xyes"; then
 
11461
@@ -6845,216 +7443,36 @@
 
11462
        KDE_USE_CLOSURE_TRUE="#"
 
11463
        KDE_USE_CLOSURE_FALSE=""
 
11464
        KDE_NO_UNDEFINED=""
 
11465
-       case $host in
 
11466
-         *-*-linux-gnu)
 
11467
+  fi
 
11468
 
 
11469
-echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--no-undefined" >&5
 
11470
-echo $ECHO_N "checking whether $CXX supports -Wl,--no-undefined... $ECHO_C" >&6
 
11471
-kde_cache=`echo Wl,--no-undefined | sed 'y% .=/+-,%____p__%'`
 
11472
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
11473
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
11474
+
 
11475
+
 
11476
+
 
11477
+
 
11478
+  # Check whether --enable-nmcheck was given.
 
11479
+if test "${enable_nmcheck+set}" = set; then
 
11480
+  enableval=$enable_nmcheck; kde_use_nmcheck=$enableval
 
11481
 else
 
11482
+  kde_use_nmcheck=no
 
11483
+fi
 
11484
 
 
11485
 
 
11486
+  if test "$kde_use_nmcheck" = "yes"; then
 
11487
+      KDE_USE_NMCHECK_TRUE=""
 
11488
+      KDE_USE_NMCHECK_FALSE="#"
 
11489
+   else
 
11490
+      KDE_USE_NMCHECK_TRUE="#"
 
11491
+      KDE_USE_NMCHECK_FALSE=""
 
11492
+  fi
 
11493
 
 
11494
-   ac_ext=cc
 
11495
-ac_cpp='$CXXCPP $CPPFLAGS'
 
11496
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
11497
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
11498
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
11499
 
 
11500
-ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
 
11501
 
 
11502
 
 
11503
-  save_CXXFLAGS="$CXXFLAGS"
 
11504
-  CXXFLAGS="$CXXFLAGS -Wl,--no-undefined"
 
11505
-  cat >conftest.$ac_ext <<_ACEOF
 
11506
-/* confdefs.h.  */
 
11507
-_ACEOF
 
11508
-cat confdefs.h >>conftest.$ac_ext
 
11509
-cat >>conftest.$ac_ext <<_ACEOF
 
11510
-/* end confdefs.h.  */
 
11511
-
 
11512
-int
 
11513
-main ()
 
11514
-{
 
11515
- return 0;
 
11516
-  ;
 
11517
-  return 0;
 
11518
-}
 
11519
-_ACEOF
 
11520
-rm -f conftest.$ac_objext conftest$ac_exeext
 
11521
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
11522
-  (eval $ac_link) 2>conftest.er1
 
11523
-  ac_status=$?
 
11524
-  grep -v '^ *+' conftest.er1 >conftest.err
 
11525
-  rm -f conftest.er1
 
11526
-  cat conftest.err >&5
 
11527
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11528
-  (exit $ac_status); } &&
 
11529
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
11530
-                        || test ! -s conftest.err'
 
11531
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
11532
-  (eval $ac_try) 2>&5
 
11533
-  ac_status=$?
 
11534
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11535
-  (exit $ac_status); }; } &&
 
11536
-        { ac_try='test -s conftest$ac_exeext'
 
11537
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
11538
-  (eval $ac_try) 2>&5
 
11539
-  ac_status=$?
 
11540
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11541
-  (exit $ac_status); }; }; then
 
11542
-  eval "kde_cv_prog_cxx_$kde_cache=yes"
 
11543
-else
 
11544
-  echo "$as_me: failed program was:" >&5
 
11545
-sed 's/^/| /' conftest.$ac_ext >&5
 
11546
-
 
11547
-fi
 
11548
-rm -f conftest.err conftest.$ac_objext \
 
11549
-      conftest$ac_exeext conftest.$ac_ext
 
11550
-  CXXFLAGS="$save_CXXFLAGS"
 
11551
-  ac_ext=c
 
11552
-ac_cpp='$CPP $CPPFLAGS'
 
11553
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
11554
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
11555
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
11556
-
 
11557
-
 
11558
-fi
 
11559
-
 
11560
-if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
11561
- echo "$as_me:$LINENO: result: yes" >&5
 
11562
-echo "${ECHO_T}yes" >&6
 
11563
- :
 
11564
-
 
11565
-echo "$as_me:$LINENO: checking whether $CXX supports -Wl,--allow-shlib-undefined" >&5
 
11566
-echo $ECHO_N "checking whether $CXX supports -Wl,--allow-shlib-undefined... $ECHO_C" >&6
 
11567
-kde_cache=`echo Wl,--allow-shlib-undefined | sed 'y% .=/+-,%____p__%'`
 
11568
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
11569
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
11570
-else
 
11571
-
 
11572
-
 
11573
-
 
11574
-   ac_ext=cc
 
11575
-ac_cpp='$CXXCPP $CPPFLAGS'
 
11576
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
11577
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
11578
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
11579
-
 
11580
-ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
 
11581
-
 
11582
-
 
11583
-  save_CXXFLAGS="$CXXFLAGS"
 
11584
-  CXXFLAGS="$CXXFLAGS -Wl,--allow-shlib-undefined"
 
11585
-  cat >conftest.$ac_ext <<_ACEOF
 
11586
-/* confdefs.h.  */
 
11587
-_ACEOF
 
11588
-cat confdefs.h >>conftest.$ac_ext
 
11589
-cat >>conftest.$ac_ext <<_ACEOF
 
11590
-/* end confdefs.h.  */
 
11591
-
 
11592
-int
 
11593
-main ()
 
11594
-{
 
11595
- return 0;
 
11596
-  ;
 
11597
-  return 0;
 
11598
-}
 
11599
-_ACEOF
 
11600
-rm -f conftest.$ac_objext conftest$ac_exeext
 
11601
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
11602
-  (eval $ac_link) 2>conftest.er1
 
11603
-  ac_status=$?
 
11604
-  grep -v '^ *+' conftest.er1 >conftest.err
 
11605
-  rm -f conftest.er1
 
11606
-  cat conftest.err >&5
 
11607
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11608
-  (exit $ac_status); } &&
 
11609
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
11610
-                        || test ! -s conftest.err'
 
11611
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
11612
-  (eval $ac_try) 2>&5
 
11613
-  ac_status=$?
 
11614
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11615
-  (exit $ac_status); }; } &&
 
11616
-        { ac_try='test -s conftest$ac_exeext'
 
11617
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
11618
-  (eval $ac_try) 2>&5
 
11619
-  ac_status=$?
 
11620
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
11621
-  (exit $ac_status); }; }; then
 
11622
-  eval "kde_cv_prog_cxx_$kde_cache=yes"
 
11623
-else
 
11624
-  echo "$as_me: failed program was:" >&5
 
11625
-sed 's/^/| /' conftest.$ac_ext >&5
 
11626
-
 
11627
-fi
 
11628
-rm -f conftest.err conftest.$ac_objext \
 
11629
-      conftest$ac_exeext conftest.$ac_ext
 
11630
-  CXXFLAGS="$save_CXXFLAGS"
 
11631
-  ac_ext=c
 
11632
-ac_cpp='$CPP $CPPFLAGS'
 
11633
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
11634
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
11635
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
11636
-
 
11637
-
 
11638
-fi
 
11639
-
 
11640
-if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
11641
- echo "$as_me:$LINENO: result: yes" >&5
 
11642
-echo "${ECHO_T}yes" >&6
 
11643
- :
 
11644
- KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"
 
11645
-else
 
11646
- echo "$as_me:$LINENO: result: no" >&5
 
11647
-echo "${ECHO_T}no" >&6
 
11648
- :
 
11649
- KDE_NO_UNDEFINED=""
 
11650
-fi
 
11651
-
 
11652
-else
 
11653
- echo "$as_me:$LINENO: result: no" >&5
 
11654
-echo "${ECHO_T}no" >&6
 
11655
- :
 
11656
- KDE_NO_UNDEFINED=""
 
11657
-fi
 
11658
-
 
11659
-           ;;
 
11660
-       esac
 
11661
-  fi
 
11662
-
 
11663
-
 
11664
-
 
11665
-
 
11666
-
 
11667
-  # Check whether --enable-nmcheck or --disable-nmcheck was given.
 
11668
-if test "${enable_nmcheck+set}" = set; then
 
11669
-  enableval="$enable_nmcheck"
 
11670
-  kde_use_nmcheck=$enableval
 
11671
-else
 
11672
-  kde_use_nmcheck=no
 
11673
-fi;
 
11674
-
 
11675
-  if test "$kde_use_nmcheck" = "yes"; then
 
11676
-      KDE_USE_NMCHECK_TRUE=""
 
11677
-      KDE_USE_NMCHECK_FALSE="#"
 
11678
-   else
 
11679
-      KDE_USE_NMCHECK_TRUE="#"
 
11680
-      KDE_USE_NMCHECK_FALSE=""
 
11681
-  fi
 
11682
-
 
11683
 
 
11684
 
 
11685
-
 
11686
-
 
11687
-
 
11688
-# Check whether --enable-shared or --disable-shared was given.
 
11689
+# Check whether --enable-shared was given.
 
11690
 if test "${enable_shared+set}" = set; then
 
11691
-  enableval="$enable_shared"
 
11692
-  p=${PACKAGE-default}
 
11693
+  enableval=$enable_shared; p=${PACKAGE-default}
 
11694
     case $enableval in
 
11695
     yes) enable_shared=yes ;;
 
11696
     no) enable_shared=no ;;
 
11697
@@ -7073,12 +7491,12 @@
 
11698
     esac
 
11699
 else
 
11700
   enable_shared=yes
 
11701
-fi;
 
11702
+fi
 
11703
 
 
11704
-# Check whether --enable-static or --disable-static was given.
 
11705
+
 
11706
+# Check whether --enable-static was given.
 
11707
 if test "${enable_static+set}" = set; then
 
11708
-  enableval="$enable_static"
 
11709
-  p=${PACKAGE-default}
 
11710
+  enableval=$enable_static; p=${PACKAGE-default}
 
11711
     case $enableval in
 
11712
     yes) enable_static=yes ;;
 
11713
     no) enable_static=no ;;
 
11714
@@ -7097,18 +7515,19 @@
 
11715
     esac
 
11716
 else
 
11717
   enable_static=no
 
11718
-fi;
 
11719
+fi
 
11720
 
 
11721
 
 
11722
 
 
11723
 
 
11724
-    # Check whether --enable-libsuffix or --disable-libsuffix was given.
 
11725
+
 
11726
+    # Check whether --enable-libsuffix was given.
 
11727
 if test "${enable_libsuffix+set}" = set; then
 
11728
-  enableval="$enable_libsuffix"
 
11729
-  kdelibsuff=$enableval
 
11730
+  enableval=$enable_libsuffix; kdelibsuff=$enableval
 
11731
 else
 
11732
   kdelibsuff="auto"
 
11733
-fi;
 
11734
+fi
 
11735
+
 
11736
 
 
11737
     if test "$kdelibsuff" = "auto"; then
 
11738
 
 
11739
@@ -7129,8 +7548,8 @@
 
11740
        kdelibsuff=
 
11741
     fi
 
11742
     if test -z "$kdelibsuff"; then
 
11743
-        echo "$as_me:$LINENO: result: not using lib directory suffix" >&5
 
11744
-echo "${ECHO_T}not using lib directory suffix" >&6
 
11745
+        { echo "$as_me:$LINENO: result: not using lib directory suffix" >&5
 
11746
+echo "${ECHO_T}not using lib directory suffix" >&6; }
 
11747
 
 
11748
 cat >>confdefs.h <<\_ACEOF
 
11749
 #define KDELIBSUFF ""
 
11750
@@ -7146,14 +7565,13 @@
 
11751
 #define KDELIBSUFF "${kdelibsuff}"
 
11752
 _ACEOF
 
11753
 
 
11754
-        echo "$as_me:$LINENO: result: using lib directory suffix $kdelibsuff" >&5
 
11755
-echo "${ECHO_T}using lib directory suffix $kdelibsuff" >&6
 
11756
+        { echo "$as_me:$LINENO: result: using lib directory suffix $kdelibsuff" >&5
 
11757
+echo "${ECHO_T}using lib directory suffix $kdelibsuff" >&6; }
 
11758
     fi
 
11759
 
 
11760
-# Check whether --enable-fast-install or --disable-fast-install was given.
 
11761
+# Check whether --enable-fast-install was given.
 
11762
 if test "${enable_fast_install+set}" = set; then
 
11763
-  enableval="$enable_fast_install"
 
11764
-  p=${PACKAGE-default}
 
11765
+  enableval=$enable_fast_install; p=${PACKAGE-default}
 
11766
     case $enableval in
 
11767
     yes) enable_fast_install=yes ;;
 
11768
     no) enable_fast_install=no ;;
 
11769
@@ -7172,10 +7590,11 @@
 
11770
     esac
 
11771
 else
 
11772
   enable_fast_install=yes
 
11773
-fi;
 
11774
+fi
 
11775
 
 
11776
-echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
 
11777
-echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
 
11778
+
 
11779
+{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
 
11780
+echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
 
11781
 if test "${lt_cv_path_SED+set}" = set; then
 
11782
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
11783
 else
 
11784
@@ -7188,18 +7607,19 @@
 
11785
   test -z "$as_dir" && as_dir=.
 
11786
   for lt_ac_prog in sed gsed; do
 
11787
     for ac_exec_ext in '' $ac_executable_extensions; do
 
11788
-      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
 
11789
+      if { test -f "$as_dir/$lt_ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$lt_ac_prog$ac_exec_ext"; }; then
 
11790
         lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
 
11791
       fi
 
11792
     done
 
11793
   done
 
11794
 done
 
11795
+IFS=$as_save_IFS
 
11796
 lt_ac_max=0
 
11797
 lt_ac_count=0
 
11798
 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
 
11799
 # along with /bin/sed that truncates output.
 
11800
 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
 
11801
-  test ! -f $lt_ac_sed && break
 
11802
+  test ! -f $lt_ac_sed && continue
 
11803
   cat /dev/null > conftest.in
 
11804
   lt_ac_count=0
 
11805
   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
 
11806
@@ -7228,37 +7648,185 @@
 
11807
 fi
 
11808
 
 
11809
 SED=$lt_cv_path_SED
 
11810
-echo "$as_me:$LINENO: result: $SED" >&5
 
11811
-echo "${ECHO_T}$SED" >&6
 
11812
 
 
11813
-echo "$as_me:$LINENO: checking for egrep" >&5
 
11814
-echo $ECHO_N "checking for egrep... $ECHO_C" >&6
 
11815
-if test "${ac_cv_prog_egrep+set}" = set; then
 
11816
+{ echo "$as_me:$LINENO: result: $SED" >&5
 
11817
+echo "${ECHO_T}$SED" >&6; }
 
11818
+
 
11819
+{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
 
11820
+echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
 
11821
+if test "${ac_cv_path_GREP+set}" = set; then
 
11822
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
11823
+else
 
11824
+  # Extract the first word of "grep ggrep" to use in msg output
 
11825
+if test -z "$GREP"; then
 
11826
+set dummy grep ggrep; ac_prog_name=$2
 
11827
+if test "${ac_cv_path_GREP+set}" = set; then
 
11828
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
11829
+else
 
11830
+  ac_path_GREP_found=false
 
11831
+# Loop through the user's path and test for each of PROGNAME-LIST
 
11832
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
11833
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 
11834
+do
 
11835
+  IFS=$as_save_IFS
 
11836
+  test -z "$as_dir" && as_dir=.
 
11837
+  for ac_prog in grep ggrep; do
 
11838
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
11839
+    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
 
11840
+    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
 
11841
+    # Check for GNU ac_path_GREP and select it if it is found.
 
11842
+  # Check for GNU $ac_path_GREP
 
11843
+case `"$ac_path_GREP" --version 2>&1` in
 
11844
+*GNU*)
 
11845
+  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
 
11846
+*)
 
11847
+  ac_count=0
 
11848
+  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 
11849
+  while :
 
11850
+  do
 
11851
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
 
11852
+    mv "conftest.tmp" "conftest.in"
 
11853
+    cp "conftest.in" "conftest.nl"
 
11854
+    echo 'GREP' >> "conftest.nl"
 
11855
+    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
 
11856
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 
11857
+    ac_count=`expr $ac_count + 1`
 
11858
+    if test $ac_count -gt ${ac_path_GREP_max-0}; then
 
11859
+      # Best one so far, save it but keep looking for a better one
 
11860
+      ac_cv_path_GREP="$ac_path_GREP"
 
11861
+      ac_path_GREP_max=$ac_count
 
11862
+    fi
 
11863
+    # 10*(2^10) chars as input seems more than enough
 
11864
+    test $ac_count -gt 10 && break
 
11865
+  done
 
11866
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 
11867
+esac
 
11868
+
 
11869
+
 
11870
+    $ac_path_GREP_found && break 3
 
11871
+  done
 
11872
+done
 
11873
+
 
11874
+done
 
11875
+IFS=$as_save_IFS
 
11876
+
 
11877
+
 
11878
+fi
 
11879
+
 
11880
+GREP="$ac_cv_path_GREP"
 
11881
+if test -z "$GREP"; then
 
11882
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 
11883
+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 
11884
+   { (exit 1); exit 1; }; }
 
11885
+fi
 
11886
+
 
11887
+else
 
11888
+  ac_cv_path_GREP=$GREP
 
11889
+fi
 
11890
+
 
11891
+
 
11892
+fi
 
11893
+{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
 
11894
+echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
 
11895
+ GREP="$ac_cv_path_GREP"
 
11896
+
 
11897
+
 
11898
+{ echo "$as_me:$LINENO: checking for egrep" >&5
 
11899
+echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
 
11900
+if test "${ac_cv_path_EGREP+set}" = set; then
 
11901
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
11902
+else
 
11903
+  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
 
11904
+   then ac_cv_path_EGREP="$GREP -E"
 
11905
+   else
 
11906
+     # Extract the first word of "egrep" to use in msg output
 
11907
+if test -z "$EGREP"; then
 
11908
+set dummy egrep; ac_prog_name=$2
 
11909
+if test "${ac_cv_path_EGREP+set}" = set; then
 
11910
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
11911
 else
 
11912
-  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
 
11913
-    then ac_cv_prog_egrep='grep -E'
 
11914
-    else ac_cv_prog_egrep='egrep'
 
11915
+  ac_path_EGREP_found=false
 
11916
+# Loop through the user's path and test for each of PROGNAME-LIST
 
11917
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
11918
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 
11919
+do
 
11920
+  IFS=$as_save_IFS
 
11921
+  test -z "$as_dir" && as_dir=.
 
11922
+  for ac_prog in egrep; do
 
11923
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
11924
+    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
 
11925
+    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
 
11926
+    # Check for GNU ac_path_EGREP and select it if it is found.
 
11927
+  # Check for GNU $ac_path_EGREP
 
11928
+case `"$ac_path_EGREP" --version 2>&1` in
 
11929
+*GNU*)
 
11930
+  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
 
11931
+*)
 
11932
+  ac_count=0
 
11933
+  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 
11934
+  while :
 
11935
+  do
 
11936
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
 
11937
+    mv "conftest.tmp" "conftest.in"
 
11938
+    cp "conftest.in" "conftest.nl"
 
11939
+    echo 'EGREP' >> "conftest.nl"
 
11940
+    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
 
11941
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 
11942
+    ac_count=`expr $ac_count + 1`
 
11943
+    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
 
11944
+      # Best one so far, save it but keep looking for a better one
 
11945
+      ac_cv_path_EGREP="$ac_path_EGREP"
 
11946
+      ac_path_EGREP_max=$ac_count
 
11947
     fi
 
11948
+    # 10*(2^10) chars as input seems more than enough
 
11949
+    test $ac_count -gt 10 && break
 
11950
+  done
 
11951
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 
11952
+esac
 
11953
+
 
11954
+
 
11955
+    $ac_path_EGREP_found && break 3
 
11956
+  done
 
11957
+done
 
11958
+
 
11959
+done
 
11960
+IFS=$as_save_IFS
 
11961
+
 
11962
+
 
11963
+fi
 
11964
+
 
11965
+EGREP="$ac_cv_path_EGREP"
 
11966
+if test -z "$EGREP"; then
 
11967
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 
11968
+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 
11969
+   { (exit 1); exit 1; }; }
 
11970
+fi
 
11971
+
 
11972
+else
 
11973
+  ac_cv_path_EGREP=$EGREP
 
11974
 fi
 
11975
-echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
 
11976
-echo "${ECHO_T}$ac_cv_prog_egrep" >&6
 
11977
- EGREP=$ac_cv_prog_egrep
 
11978
+
 
11979
+
 
11980
+   fi
 
11981
+fi
 
11982
+{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
 
11983
+echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
 
11984
+ EGREP="$ac_cv_path_EGREP"
 
11985
 
 
11986
 
 
11987
 
 
11988
-# Check whether --with-gnu-ld or --without-gnu-ld was given.
 
11989
+# Check whether --with-gnu-ld was given.
 
11990
 if test "${with_gnu_ld+set}" = set; then
 
11991
-  withval="$with_gnu_ld"
 
11992
-  test "$withval" = no || with_gnu_ld=yes
 
11993
+  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
 
11994
 else
 
11995
   with_gnu_ld=no
 
11996
-fi;
 
11997
+fi
 
11998
+
 
11999
 ac_prog=ld
 
12000
 if test "$GCC" = yes; then
 
12001
   # Check if gcc -print-prog-name=ld gives a path.
 
12002
-  echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 
12003
-echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
 
12004
+  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 
12005
+echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
 
12006
   case $host in
 
12007
   *-*-mingw*)
 
12008
     # gcc leaves a trailing carriage return which upsets mingw
 
12009
@@ -7287,11 +7855,11 @@
 
12010
     ;;
 
12011
   esac
 
12012
 elif test "$with_gnu_ld" = yes; then
 
12013
-  echo "$as_me:$LINENO: checking for GNU ld" >&5
 
12014
-echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
 
12015
+  { echo "$as_me:$LINENO: checking for GNU ld" >&5
 
12016
+echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
 
12017
 else
 
12018
-  echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 
12019
-echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
 
12020
+  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 
12021
+echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
 
12022
 fi
 
12023
 if test "${lt_cv_path_LD+set}" = set; then
 
12024
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
12025
@@ -7304,7 +7872,7 @@
 
12026
     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
 
12027
       lt_cv_path_LD="$ac_dir/$ac_prog"
 
12028
       # Check to see if the program is GNU ld.  I'd rather use --version,
 
12029
-      # but apparently some GNU ld's only accept -v.
 
12030
+      # but apparently some variants of GNU ld only accept -v.
 
12031
       # Break only if it was the GNU/non-GNU ld that we prefer.
 
12032
       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
 
12033
       *GNU* | *'with BFD'*)
 
12034
@@ -7324,21 +7892,21 @@
 
12035
 
 
12036
 LD="$lt_cv_path_LD"
 
12037
 if test -n "$LD"; then
 
12038
-  echo "$as_me:$LINENO: result: $LD" >&5
 
12039
-echo "${ECHO_T}$LD" >&6
 
12040
+  { echo "$as_me:$LINENO: result: $LD" >&5
 
12041
+echo "${ECHO_T}$LD" >&6; }
 
12042
 else
 
12043
-  echo "$as_me:$LINENO: result: no" >&5
 
12044
-echo "${ECHO_T}no" >&6
 
12045
+  { echo "$as_me:$LINENO: result: no" >&5
 
12046
+echo "${ECHO_T}no" >&6; }
 
12047
 fi
 
12048
 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
 
12049
 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
 
12050
    { (exit 1); exit 1; }; }
 
12051
-echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 
12052
-echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
 
12053
+{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 
12054
+echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
 
12055
 if test "${lt_cv_prog_gnu_ld+set}" = set; then
 
12056
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
12057
 else
 
12058
-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
 
12059
+  # I'd rather use --version here, but apparently some GNU lds only accept -v.
 
12060
 case `$LD -v 2>&1 </dev/null` in
 
12061
 *GNU* | *'with BFD'*)
 
12062
   lt_cv_prog_gnu_ld=yes
 
12063
@@ -7348,29 +7916,38 @@
 
12064
   ;;
 
12065
 esac
 
12066
 fi
 
12067
-echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 
12068
-echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
 
12069
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 
12070
+echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
 
12071
 with_gnu_ld=$lt_cv_prog_gnu_ld
 
12072
 
 
12073
 
 
12074
-echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
 
12075
-echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
 
12076
+{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
 
12077
+echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
 
12078
 if test "${lt_cv_ld_reload_flag+set}" = set; then
 
12079
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
12080
 else
 
12081
   lt_cv_ld_reload_flag='-r'
 
12082
 fi
 
12083
-echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
 
12084
-echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
 
12085
+{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
 
12086
+echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
 
12087
 reload_flag=$lt_cv_ld_reload_flag
 
12088
 case $reload_flag in
 
12089
 "" | " "*) ;;
 
12090
 *) reload_flag=" $reload_flag" ;;
 
12091
 esac
 
12092
 reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
12093
+case $host_os in
 
12094
+  darwin*)
 
12095
+    if test "$GCC" = yes; then
 
12096
+      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
 
12097
+    else
 
12098
+      reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
12099
+    fi
 
12100
+    ;;
 
12101
+esac
 
12102
 
 
12103
-echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
 
12104
-echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
 
12105
+{ echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
 
12106
+echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; }
 
12107
 if test "${lt_cv_path_NM+set}" = set; then
 
12108
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
12109
 else
 
12110
@@ -7378,56 +7955,63 @@
 
12111
   # Let the user override the test.
 
12112
   lt_cv_path_NM="$NM"
 
12113
 else
 
12114
-  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
12115
-  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
 
12116
-    IFS="$lt_save_ifs"
 
12117
-    test -z "$ac_dir" && ac_dir=.
 
12118
-    tmp_nm="$ac_dir/${ac_tool_prefix}nm"
 
12119
-    if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
 
12120
-      # Check to see if the nm accepts a BSD-compat flag.
 
12121
-      # Adding the `sed 1q' prevents false positives on HP-UX, which says:
 
12122
-      #   nm: unknown option "B" ignored
 
12123
-      # Tru64's nm complains that /dev/null is an invalid object file
 
12124
-      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
 
12125
-      */dev/null* | *'Invalid file or object type'*)
 
12126
-       lt_cv_path_NM="$tmp_nm -B"
 
12127
-       break
 
12128
-        ;;
 
12129
-      *)
 
12130
-       case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
 
12131
-       */dev/null*)
 
12132
-         lt_cv_path_NM="$tmp_nm -p"
 
12133
+  lt_nm_to_check="${ac_tool_prefix}nm"
 
12134
+  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
 
12135
+    lt_nm_to_check="$lt_nm_to_check nm"
 
12136
+  fi
 
12137
+  for lt_tmp_nm in $lt_nm_to_check; do
 
12138
+    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
12139
+    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
 
12140
+      IFS="$lt_save_ifs"
 
12141
+      test -z "$ac_dir" && ac_dir=.
 
12142
+      tmp_nm="$ac_dir/$lt_tmp_nm"
 
12143
+      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
 
12144
+       # Check to see if the nm accepts a BSD-compat flag.
 
12145
+       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
 
12146
+       #   nm: unknown option "B" ignored
 
12147
+       # Tru64's nm complains that /dev/null is an invalid object file
 
12148
+       case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
 
12149
+       */dev/null* | *'Invalid file or object type'*)
 
12150
+         lt_cv_path_NM="$tmp_nm -B"
 
12151
          break
 
12152
          ;;
 
12153
        *)
 
12154
-         lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
 
12155
-         continue # so that we can try to find one that supports BSD flags
 
12156
+         case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
 
12157
+         */dev/null*)
 
12158
+           lt_cv_path_NM="$tmp_nm -p"
 
12159
+           break
 
12160
+           ;;
 
12161
+         *)
 
12162
+           lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
 
12163
+           continue # so that we can try to find one that supports BSD flags
 
12164
+           ;;
 
12165
+         esac
 
12166
          ;;
 
12167
        esac
 
12168
-      esac
 
12169
-    fi
 
12170
+      fi
 
12171
+    done
 
12172
+    IFS="$lt_save_ifs"
 
12173
   done
 
12174
-  IFS="$lt_save_ifs"
 
12175
   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
 
12176
 fi
 
12177
 fi
 
12178
-echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
 
12179
-echo "${ECHO_T}$lt_cv_path_NM" >&6
 
12180
+{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
 
12181
+echo "${ECHO_T}$lt_cv_path_NM" >&6; }
 
12182
 NM="$lt_cv_path_NM"
 
12183
 
 
12184
-echo "$as_me:$LINENO: checking whether ln -s works" >&5
 
12185
-echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
 
12186
+{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
 
12187
+echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
 
12188
 LN_S=$as_ln_s
 
12189
 if test "$LN_S" = "ln -s"; then
 
12190
-  echo "$as_me:$LINENO: result: yes" >&5
 
12191
-echo "${ECHO_T}yes" >&6
 
12192
+  { echo "$as_me:$LINENO: result: yes" >&5
 
12193
+echo "${ECHO_T}yes" >&6; }
 
12194
 else
 
12195
-  echo "$as_me:$LINENO: result: no, using $LN_S" >&5
 
12196
-echo "${ECHO_T}no, using $LN_S" >&6
 
12197
+  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
 
12198
+echo "${ECHO_T}no, using $LN_S" >&6; }
 
12199
 fi
 
12200
 
 
12201
-echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5
 
12202
-echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6
 
12203
+{ echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
 
12204
+echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; }
 
12205
 if test "${lt_cv_deplibs_check_method+set}" = set; then
 
12206
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
12207
 else
 
12208
@@ -7454,44 +8038,42 @@
 
12209
   lt_cv_deplibs_check_method=pass_all
 
12210
   ;;
 
12211
 
 
12212
-bsdi4*)
 
12213
+bsdi[45]*)
 
12214
   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
 
12215
   lt_cv_file_magic_cmd='/usr/bin/file -L'
 
12216
   lt_cv_file_magic_test_file=/shlib/libc.so
 
12217
   ;;
 
12218
 
 
12219
 cygwin*)
 
12220
-  lt_cv_deplibs_check_method=pass_all
 
12221
+  # func_win32_libid is a shell function defined in ltmain.sh
 
12222
+  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
12223
+  lt_cv_file_magic_cmd='func_win32_libid'
 
12224
   ;;
 
12225
 
 
12226
 mingw* | pw32*)
 
12227
-  # win32_libid is a shell function defined in ltmain.sh
 
12228
-  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
12229
-  lt_cv_file_magic_cmd='win32_libid'
 
12230
+  # Base MSYS/MinGW do not provide the 'file' command needed by
 
12231
+  # func_win32_libid shell function, so use a weaker test based on 'objdump',
 
12232
+  # unless we find 'file', for example because we are cross-compiling.
 
12233
+  if ( file / ) >/dev/null 2>&1; then
 
12234
+    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
12235
+    lt_cv_file_magic_cmd='func_win32_libid'
 
12236
+  else
 
12237
+    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
 
12238
+    lt_cv_file_magic_cmd='$OBJDUMP -f'
 
12239
+  fi
 
12240
   ;;
 
12241
 
 
12242
 darwin* | rhapsody*)
 
12243
-  # this will be overwritten by pass_all, but leave it in just in case
 
12244
-  lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
 
12245
-  lt_cv_file_magic_cmd='/usr/bin/file -L'
 
12246
-  case "$host_os" in
 
12247
-  rhapsody* | darwin1.[012])
 
12248
-    lt_cv_file_magic_test_file=`/System/Library/Frameworks/System.framework/System`
 
12249
-    ;;
 
12250
-  *) # Darwin 1.3 on
 
12251
-    lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
 
12252
-    ;;
 
12253
-  esac
 
12254
   lt_cv_deplibs_check_method=pass_all
 
12255
   ;;
 
12256
 
 
12257
-freebsd* | kfreebsd*-gnu)
 
12258
+freebsd* | dragonfly*)
 
12259
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
 
12260
     case $host_cpu in
 
12261
     i*86 )
 
12262
       # Not sure whether the presence of OpenBSD here was a mistake.
 
12263
       # Let's accept both of them until this is cleared up.
 
12264
-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
 
12265
+      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
 
12266
       lt_cv_file_magic_cmd=/usr/bin/file
 
12267
       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
 
12268
       ;;
 
12269
@@ -7507,7 +8089,7 @@
 
12270
 
 
12271
 hpux10.20* | hpux11*)
 
12272
   lt_cv_file_magic_cmd=/usr/bin/file
 
12273
-  case "$host_cpu" in
 
12274
+  case $host_cpu in
 
12275
   ia64*)
 
12276
     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
 
12277
     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
 
12278
@@ -7523,43 +8105,27 @@
 
12279
   esac
 
12280
   ;;
 
12281
 
 
12282
+interix[3-9]*)
 
12283
+  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
 
12284
+  lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
 
12285
+  ;;
 
12286
+
 
12287
 irix5* | irix6* | nonstopux*)
 
12288
-  case $host_os in
 
12289
-  irix5* | nonstopux*)
 
12290
-    # this will be overridden with pass_all, but let us keep it just in case
 
12291
-    lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
 
12292
-    ;;
 
12293
-  *)
 
12294
-    case $LD in
 
12295
-    *-32|*"-32 ") libmagic=32-bit;;
 
12296
-    *-n32|*"-n32 ") libmagic=N32;;
 
12297
-    *-64|*"-64 ") libmagic=64-bit;;
 
12298
-    *) libmagic=never-match;;
 
12299
-    esac
 
12300
-    # this will be overridden with pass_all, but let us keep it just in case
 
12301
-    lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
 
12302
-    ;;
 
12303
+  case $LD in
 
12304
+  *-32|*"-32 ") libmagic=32-bit;;
 
12305
+  *-n32|*"-n32 ") libmagic=N32;;
 
12306
+  *-64|*"-64 ") libmagic=64-bit;;
 
12307
+  *) libmagic=never-match;;
 
12308
   esac
 
12309
-  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
 
12310
   lt_cv_deplibs_check_method=pass_all
 
12311
   ;;
 
12312
 
 
12313
 # This must be Linux ELF.
 
12314
-linux*)
 
12315
-  case $host_cpu in
 
12316
-  alpha* | hppa* | i*86 | ia64* | m68* | mips* | powerpc* | sparc* | s390* | sh* | x86_64* )
 
12317
-    lt_cv_deplibs_check_method=pass_all ;;
 
12318
-  # the debian people say, arm and glibc 2.3.1 works for them with pass_all
 
12319
-  arm* )
 
12320
-    lt_cv_deplibs_check_method=pass_all ;;
 
12321
-  *)
 
12322
-    # glibc up to 2.1.1 does not perform some relocations on ARM
 
12323
-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
 
12324
-  esac
 
12325
-  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
 
12326
+linux* | k*bsd*-gnu)
 
12327
+  lt_cv_deplibs_check_method=pass_all
 
12328
   ;;
 
12329
 
 
12330
-netbsd*)
 
12331
+netbsd* | netbsdelf*-gnu)
 
12332
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
 
12333
     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
 
12334
   else
 
12335
@@ -7578,32 +8144,26 @@
 
12336
   ;;
 
12337
 
 
12338
 openbsd*)
 
12339
-  lt_cv_file_magic_cmd=/usr/bin/file
 
12340
-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
 
12341
   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
12342
-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
 
12343
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
 
12344
   else
 
12345
-    lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
 
12346
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
 
12347
   fi
 
12348
   ;;
 
12349
 
 
12350
 osf3* | osf4* | osf5*)
 
12351
-  # this will be overridden with pass_all, but let us keep it just in case
 
12352
-  lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
 
12353
-  lt_cv_file_magic_test_file=/shlib/libc.so
 
12354
   lt_cv_deplibs_check_method=pass_all
 
12355
   ;;
 
12356
 
 
12357
-sco3.2v5*)
 
12358
+rdos*)
 
12359
   lt_cv_deplibs_check_method=pass_all
 
12360
   ;;
 
12361
 
 
12362
 solaris*)
 
12363
   lt_cv_deplibs_check_method=pass_all
 
12364
-  lt_cv_file_magic_test_file=/lib/libc.so
 
12365
   ;;
 
12366
 
 
12367
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
12368
+sysv4 | sysv4.3*)
 
12369
   case $host_vendor in
 
12370
   motorola)
 
12371
     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
 
12372
@@ -7624,17 +8184,20 @@
 
12373
   siemens)
 
12374
     lt_cv_deplibs_check_method=pass_all
 
12375
     ;;
 
12376
+  pc)
 
12377
+    lt_cv_deplibs_check_method=pass_all
 
12378
+    ;;
 
12379
   esac
 
12380
   ;;
 
12381
 
 
12382
-sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7* | sysv4*uw2*)
 
12383
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
12384
   lt_cv_deplibs_check_method=pass_all
 
12385
   ;;
 
12386
 esac
 
12387
 
 
12388
 fi
 
12389
-echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
 
12390
-echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
 
12391
+{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
 
12392
+echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
 
12393
 file_magic_cmd=$lt_cv_file_magic_cmd
 
12394
 deplibs_check_method=$lt_cv_deplibs_check_method
 
12395
 test -z "$deplibs_check_method" && deplibs_check_method=unknown
 
12396
@@ -7643,14 +8206,17 @@
 
12397
 # If no C compiler was specified, use CC.
 
12398
 LTCC=${LTCC-"$CC"}
 
12399
 
 
12400
+# If no C compiler flags were specified, use CFLAGS.
 
12401
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
 
12402
+
 
12403
 # Allow CC to be a program name with arguments.
 
12404
 compiler=$CC
 
12405
 
 
12406
-# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
 
12407
+# Check whether --enable-libtool-lock was given.
 
12408
 if test "${enable_libtool_lock+set}" = set; then
 
12409
-  enableval="$enable_libtool_lock"
 
12410
+  enableval=$enable_libtool_lock;
 
12411
+fi
 
12412
 
 
12413
-fi;
 
12414
 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
12415
 
 
12416
 # Some flags need to be propagated to the compiler or linker for good
 
12417
@@ -7677,7 +8243,7 @@
 
12418
   ;;
 
12419
 *-*-irix6*)
 
12420
   # Find out which ABI we are using.
 
12421
-  echo '#line 7680 "configure"' > conftest.$ac_ext
 
12422
+  echo '#line 8246 "configure"' > conftest.$ac_ext
 
12423
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
12424
   (eval $ac_compile) 2>&5
 
12425
   ac_status=$?
 
12426
@@ -7712,7 +8278,8 @@
 
12427
   rm -rf conftest*
 
12428
   ;;
 
12429
 
 
12430
-x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
 
12431
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
 
12432
+s390*-*linux*|sparc*-*linux*)
 
12433
   # Find out which ABI we are using.
 
12434
   echo 'int i;' > conftest.$ac_ext
 
12435
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
12436
@@ -7720,14 +8287,16 @@
 
12437
   ac_status=$?
 
12438
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12439
   (exit $ac_status); }; then
 
12440
-    case "`/usr/bin/file conftest.o`" in
 
12441
+    case `/usr/bin/file conftest.o` in
 
12442
     *32-bit*)
 
12443
-      LINUX_64_MODE="32"
 
12444
       case $host in
 
12445
+        x86_64-*kfreebsd*-gnu)
 
12446
+          LD="${LD-ld} -m elf_i386_fbsd"
 
12447
+          ;;
 
12448
         x86_64-*linux*)
 
12449
           LD="${LD-ld} -m elf_i386"
 
12450
           ;;
 
12451
-        ppc64-*linux*)
 
12452
+        ppc64-*linux*|powerpc64-*linux*)
 
12453
           LD="${LD-ld} -m elf32ppclinux"
 
12454
           ;;
 
12455
         s390x-*linux*)
 
12456
@@ -7739,8 +8308,10 @@
 
12457
       esac
 
12458
       ;;
 
12459
     *64-bit*)
 
12460
-      LINUX_64_MODE="64"
 
12461
       case $host in
 
12462
+        x86_64-*kfreebsd*-gnu)
 
12463
+          LD="${LD-ld} -m elf_x86_64_fbsd"
 
12464
+          ;;
 
12465
         x86_64-*linux*)
 
12466
           LD="${LD-ld} -m elf_x86_64"
 
12467
           ;;
 
12468
@@ -7764,8 +8335,8 @@
 
12469
   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
 
12470
   SAVE_CFLAGS="$CFLAGS"
 
12471
   CFLAGS="$CFLAGS -belf"
 
12472
-  echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
 
12473
-echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
 
12474
+  { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
 
12475
+echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
 
12476
 if test "${lt_cv_cc_needs_belf+set}" = set; then
 
12477
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
12478
 else
 
12479
@@ -7791,35 +8362,32 @@
 
12480
 }
 
12481
 _ACEOF
 
12482
 rm -f conftest.$ac_objext conftest$ac_exeext
 
12483
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
12484
-  (eval $ac_link) 2>conftest.er1
 
12485
+if { (ac_try="$ac_link"
 
12486
+case "(($ac_try" in
 
12487
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
12488
+  *) ac_try_echo=$ac_try;;
 
12489
+esac
 
12490
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
12491
+  (eval "$ac_link") 2>conftest.er1
 
12492
   ac_status=$?
 
12493
   grep -v '^ *+' conftest.er1 >conftest.err
 
12494
   rm -f conftest.er1
 
12495
   cat conftest.err >&5
 
12496
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12497
-  (exit $ac_status); } &&
 
12498
-        { ac_try='test -z "$ac_c_werror_flag"
 
12499
-                        || test ! -s conftest.err'
 
12500
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
12501
-  (eval $ac_try) 2>&5
 
12502
-  ac_status=$?
 
12503
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12504
-  (exit $ac_status); }; } &&
 
12505
-        { ac_try='test -s conftest$ac_exeext'
 
12506
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
12507
-  (eval $ac_try) 2>&5
 
12508
-  ac_status=$?
 
12509
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12510
-  (exit $ac_status); }; }; then
 
12511
+  (exit $ac_status); } && {
 
12512
+        test -z "$ac_c_werror_flag" ||
 
12513
+        test ! -s conftest.err
 
12514
+       } && test -s conftest$ac_exeext &&
 
12515
+       $as_test_x conftest$ac_exeext; then
 
12516
   lt_cv_cc_needs_belf=yes
 
12517
 else
 
12518
   echo "$as_me: failed program was:" >&5
 
12519
 sed 's/^/| /' conftest.$ac_ext >&5
 
12520
 
 
12521
-lt_cv_cc_needs_belf=no
 
12522
+       lt_cv_cc_needs_belf=no
 
12523
 fi
 
12524
-rm -f conftest.err conftest.$ac_objext \
 
12525
+
 
12526
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
12527
       conftest$ac_exeext conftest.$ac_ext
 
12528
      ac_ext=c
 
12529
 ac_cpp='$CPP $CPPFLAGS'
 
12530
@@ -7828,13 +8396,33 @@
 
12531
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
12532
 
 
12533
 fi
 
12534
-echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
 
12535
-echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
 
12536
+{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
 
12537
+echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
 
12538
   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
 
12539
     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
 
12540
     CFLAGS="$SAVE_CFLAGS"
 
12541
   fi
 
12542
   ;;
 
12543
+sparc*-*solaris*)
 
12544
+  # Find out which ABI we are using.
 
12545
+  echo 'int i;' > conftest.$ac_ext
 
12546
+  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
12547
+  (eval $ac_compile) 2>&5
 
12548
+  ac_status=$?
 
12549
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12550
+  (exit $ac_status); }; then
 
12551
+    case `/usr/bin/file conftest.o` in
 
12552
+    *64-bit*)
 
12553
+      case $lt_cv_prog_gnu_ld in
 
12554
+      yes*) LD="${LD-ld} -m elf64_sparc" ;;
 
12555
+      *)    LD="${LD-ld} -64" ;;
 
12556
+      esac
 
12557
+      ;;
 
12558
+    esac
 
12559
+  fi
 
12560
+  rm -rf conftest*
 
12561
+  ;;
 
12562
+
 
12563
 
 
12564
 esac
 
12565
 
 
12566
@@ -7842,8 +8430,8 @@
 
12567
 
 
12568
 
 
12569
 
 
12570
-echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 
12571
-echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
 
12572
+{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 
12573
+echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
 
12574
 if test "${ac_cv_header_stdc+set}" = set; then
 
12575
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
12576
 else
 
12577
@@ -7867,35 +8455,31 @@
 
12578
 }
 
12579
 _ACEOF
 
12580
 rm -f conftest.$ac_objext
 
12581
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
12582
-  (eval $ac_compile) 2>conftest.er1
 
12583
+if { (ac_try="$ac_compile"
 
12584
+case "(($ac_try" in
 
12585
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
12586
+  *) ac_try_echo=$ac_try;;
 
12587
+esac
 
12588
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
12589
+  (eval "$ac_compile") 2>conftest.er1
 
12590
   ac_status=$?
 
12591
   grep -v '^ *+' conftest.er1 >conftest.err
 
12592
   rm -f conftest.er1
 
12593
   cat conftest.err >&5
 
12594
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12595
-  (exit $ac_status); } &&
 
12596
-        { ac_try='test -z "$ac_c_werror_flag"
 
12597
-                        || test ! -s conftest.err'
 
12598
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
12599
-  (eval $ac_try) 2>&5
 
12600
-  ac_status=$?
 
12601
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12602
-  (exit $ac_status); }; } &&
 
12603
-        { ac_try='test -s conftest.$ac_objext'
 
12604
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
12605
-  (eval $ac_try) 2>&5
 
12606
-  ac_status=$?
 
12607
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12608
-  (exit $ac_status); }; }; then
 
12609
+  (exit $ac_status); } && {
 
12610
+        test -z "$ac_c_werror_flag" ||
 
12611
+        test ! -s conftest.err
 
12612
+       } && test -s conftest.$ac_objext; then
 
12613
   ac_cv_header_stdc=yes
 
12614
 else
 
12615
   echo "$as_me: failed program was:" >&5
 
12616
 sed 's/^/| /' conftest.$ac_ext >&5
 
12617
 
 
12618
-ac_cv_header_stdc=no
 
12619
+       ac_cv_header_stdc=no
 
12620
 fi
 
12621
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
12622
+
 
12623
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
12624
 
 
12625
 if test $ac_cv_header_stdc = yes; then
 
12626
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
 
12627
@@ -7951,6 +8535,7 @@
 
12628
 cat >>conftest.$ac_ext <<_ACEOF
 
12629
 /* end confdefs.h.  */
 
12630
 #include <ctype.h>
 
12631
+#include <stdlib.h>
 
12632
 #if ((' ' & 0x0FF) == 0x020)
 
12633
 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
 
12634
 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
 
12635
@@ -7970,18 +8555,27 @@
 
12636
   for (i = 0; i < 256; i++)
 
12637
     if (XOR (islower (i), ISLOWER (i))
 
12638
        || toupper (i) != TOUPPER (i))
 
12639
-      exit(2);
 
12640
-  exit (0);
 
12641
+      return 2;
 
12642
+  return 0;
 
12643
 }
 
12644
 _ACEOF
 
12645
 rm -f conftest$ac_exeext
 
12646
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
12647
-  (eval $ac_link) 2>&5
 
12648
+if { (ac_try="$ac_link"
 
12649
+case "(($ac_try" in
 
12650
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
12651
+  *) ac_try_echo=$ac_try;;
 
12652
+esac
 
12653
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
12654
+  (eval "$ac_link") 2>&5
 
12655
   ac_status=$?
 
12656
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12657
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
12658
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
12659
-  (eval $ac_try) 2>&5
 
12660
+  { (case "(($ac_try" in
 
12661
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
12662
+  *) ac_try_echo=$ac_try;;
 
12663
+esac
 
12664
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
12665
+  (eval "$ac_try") 2>&5
 
12666
   ac_status=$?
 
12667
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12668
   (exit $ac_status); }; }; then
 
12669
@@ -7994,12 +8588,14 @@
 
12670
 ( exit $ac_status )
 
12671
 ac_cv_header_stdc=no
 
12672
 fi
 
12673
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
12674
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
12675
 fi
 
12676
+
 
12677
+
 
12678
 fi
 
12679
 fi
 
12680
-echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 
12681
-echo "${ECHO_T}$ac_cv_header_stdc" >&6
 
12682
+{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 
12683
+echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
 
12684
 if test $ac_cv_header_stdc = yes; then
 
12685
 
 
12686
 cat >>confdefs.h <<\_ACEOF
 
12687
@@ -8022,9 +8618,9 @@
 
12688
                  inttypes.h stdint.h unistd.h
 
12689
 do
 
12690
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
12691
-echo "$as_me:$LINENO: checking for $ac_header" >&5
 
12692
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 
12693
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
12694
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
12695
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
12696
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
12697
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
12698
 else
 
12699
   cat >conftest.$ac_ext <<_ACEOF
 
12700
@@ -8038,38 +8634,35 @@
 
12701
 #include <$ac_header>
 
12702
 _ACEOF
 
12703
 rm -f conftest.$ac_objext
 
12704
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
12705
-  (eval $ac_compile) 2>conftest.er1
 
12706
+if { (ac_try="$ac_compile"
 
12707
+case "(($ac_try" in
 
12708
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
12709
+  *) ac_try_echo=$ac_try;;
 
12710
+esac
 
12711
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
12712
+  (eval "$ac_compile") 2>conftest.er1
 
12713
   ac_status=$?
 
12714
   grep -v '^ *+' conftest.er1 >conftest.err
 
12715
   rm -f conftest.er1
 
12716
   cat conftest.err >&5
 
12717
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12718
-  (exit $ac_status); } &&
 
12719
-        { ac_try='test -z "$ac_c_werror_flag"
 
12720
-                        || test ! -s conftest.err'
 
12721
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
12722
-  (eval $ac_try) 2>&5
 
12723
-  ac_status=$?
 
12724
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12725
-  (exit $ac_status); }; } &&
 
12726
-        { ac_try='test -s conftest.$ac_objext'
 
12727
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
12728
-  (eval $ac_try) 2>&5
 
12729
-  ac_status=$?
 
12730
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12731
-  (exit $ac_status); }; }; then
 
12732
+  (exit $ac_status); } && {
 
12733
+        test -z "$ac_c_werror_flag" ||
 
12734
+        test ! -s conftest.err
 
12735
+       } && test -s conftest.$ac_objext; then
 
12736
   eval "$as_ac_Header=yes"
 
12737
 else
 
12738
   echo "$as_me: failed program was:" >&5
 
12739
 sed 's/^/| /' conftest.$ac_ext >&5
 
12740
 
 
12741
-eval "$as_ac_Header=no"
 
12742
+       eval "$as_ac_Header=no"
 
12743
 fi
 
12744
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
12745
+
 
12746
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
12747
 fi
 
12748
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 
12749
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 
12750
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
12751
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
12752
+echo "${ECHO_T}$ac_res" >&6; }
 
12753
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
12754
   cat >>confdefs.h <<_ACEOF
 
12755
 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
12756
@@ -8084,18 +8677,19 @@
 
12757
 for ac_header in dlfcn.h
 
12758
 do
 
12759
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
12760
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
12761
-  echo "$as_me:$LINENO: checking for $ac_header" >&5
 
12762
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 
12763
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
12764
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
12765
+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
 
12766
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
12767
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
12768
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
12769
 fi
 
12770
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 
12771
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 
12772
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
12773
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
12774
+echo "${ECHO_T}$ac_res" >&6; }
 
12775
 else
 
12776
   # Is the header compilable?
 
12777
-echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
12778
-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
 
12779
+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
12780
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
 
12781
 cat >conftest.$ac_ext <<_ACEOF
 
12782
 /* confdefs.h.  */
 
12783
 _ACEOF
 
12784
@@ -8106,41 +8700,37 @@
 
12785
 #include <$ac_header>
 
12786
 _ACEOF
 
12787
 rm -f conftest.$ac_objext
 
12788
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
12789
-  (eval $ac_compile) 2>conftest.er1
 
12790
+if { (ac_try="$ac_compile"
 
12791
+case "(($ac_try" in
 
12792
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
12793
+  *) ac_try_echo=$ac_try;;
 
12794
+esac
 
12795
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
12796
+  (eval "$ac_compile") 2>conftest.er1
 
12797
   ac_status=$?
 
12798
   grep -v '^ *+' conftest.er1 >conftest.err
 
12799
   rm -f conftest.er1
 
12800
   cat conftest.err >&5
 
12801
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12802
-  (exit $ac_status); } &&
 
12803
-        { ac_try='test -z "$ac_c_werror_flag"
 
12804
-                        || test ! -s conftest.err'
 
12805
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
12806
-  (eval $ac_try) 2>&5
 
12807
-  ac_status=$?
 
12808
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12809
-  (exit $ac_status); }; } &&
 
12810
-        { ac_try='test -s conftest.$ac_objext'
 
12811
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
12812
-  (eval $ac_try) 2>&5
 
12813
-  ac_status=$?
 
12814
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12815
-  (exit $ac_status); }; }; then
 
12816
+  (exit $ac_status); } && {
 
12817
+        test -z "$ac_c_werror_flag" ||
 
12818
+        test ! -s conftest.err
 
12819
+       } && test -s conftest.$ac_objext; then
 
12820
   ac_header_compiler=yes
 
12821
 else
 
12822
   echo "$as_me: failed program was:" >&5
 
12823
 sed 's/^/| /' conftest.$ac_ext >&5
 
12824
 
 
12825
-ac_header_compiler=no
 
12826
+       ac_header_compiler=no
 
12827
 fi
 
12828
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
12829
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
12830
-echo "${ECHO_T}$ac_header_compiler" >&6
 
12831
+
 
12832
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
12833
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
12834
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
12835
 
 
12836
 # Is the header present?
 
12837
-echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
12838
-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
 
12839
+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
12840
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
 
12841
 cat >conftest.$ac_ext <<_ACEOF
 
12842
 /* confdefs.h.  */
 
12843
 _ACEOF
 
12844
@@ -8149,24 +8739,22 @@
 
12845
 /* end confdefs.h.  */
 
12846
 #include <$ac_header>
 
12847
 _ACEOF
 
12848
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
12849
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
12850
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
12851
+case "(($ac_try" in
 
12852
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
12853
+  *) ac_try_echo=$ac_try;;
 
12854
+esac
 
12855
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
12856
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
12857
   ac_status=$?
 
12858
   grep -v '^ *+' conftest.er1 >conftest.err
 
12859
   rm -f conftest.er1
 
12860
   cat conftest.err >&5
 
12861
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12862
-  (exit $ac_status); } >/dev/null; then
 
12863
-  if test -s conftest.err; then
 
12864
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
12865
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
12866
-  else
 
12867
-    ac_cpp_err=
 
12868
-  fi
 
12869
-else
 
12870
-  ac_cpp_err=yes
 
12871
-fi
 
12872
-if test -z "$ac_cpp_err"; then
 
12873
+  (exit $ac_status); } >/dev/null && {
 
12874
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
12875
+        test ! -s conftest.err
 
12876
+       }; then
 
12877
   ac_header_preproc=yes
 
12878
 else
 
12879
   echo "$as_me: failed program was:" >&5
 
12880
@@ -8174,9 +8762,10 @@
 
12881
 
 
12882
   ac_header_preproc=no
 
12883
 fi
 
12884
+
 
12885
 rm -f conftest.err conftest.$ac_ext
 
12886
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
12887
-echo "${ECHO_T}$ac_header_preproc" >&6
 
12888
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
12889
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
12890
 
 
12891
 # So?  What about this header?
 
12892
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
12893
@@ -8200,25 +8789,19 @@
 
12894
 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
12895
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
12896
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
12897
-    (
 
12898
-      cat <<\_ASBOX
 
12899
-## ------------------------------------------ ##
 
12900
-## Report this to the AC_PACKAGE_NAME lists.  ##
 
12901
-## ------------------------------------------ ##
 
12902
-_ASBOX
 
12903
-    ) |
 
12904
-      sed "s/^/$as_me: WARNING:     /" >&2
 
12905
+
 
12906
     ;;
 
12907
 esac
 
12908
-echo "$as_me:$LINENO: checking for $ac_header" >&5
 
12909
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 
12910
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
12911
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
12912
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
12913
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
12914
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
12915
 else
 
12916
   eval "$as_ac_Header=\$ac_header_preproc"
 
12917
 fi
 
12918
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 
12919
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 
12920
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
12921
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
12922
+echo "${ECHO_T}$ac_res" >&6; }
 
12923
 
 
12924
 fi
 
12925
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
12926
@@ -8230,17 +8813,250 @@
 
12927
 
 
12928
 done
 
12929
 
 
12930
+
 
12931
+
 
12932
+if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
 
12933
+    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
 
12934
+    (test "X$CXX" != "Xg++"))) ; then
 
12935
+  ac_ext=cpp
 
12936
+ac_cpp='$CXXCPP $CPPFLAGS'
 
12937
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
12938
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
12939
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
12940
+{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
 
12941
+echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
 
12942
+if test -z "$CXXCPP"; then
 
12943
+  if test "${ac_cv_prog_CXXCPP+set}" = set; then
 
12944
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
12945
+else
 
12946
+      # Double quotes because CXXCPP needs to be expanded
 
12947
+    for CXXCPP in "$CXX -E" "/lib/cpp"
 
12948
+    do
 
12949
+      ac_preproc_ok=false
 
12950
+for ac_cxx_preproc_warn_flag in '' yes
 
12951
+do
 
12952
+  # Use a header file that comes with gcc, so configuring glibc
 
12953
+  # with a fresh cross-compiler works.
 
12954
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
12955
+  # <limits.h> exists even on freestanding compilers.
 
12956
+  # On the NeXT, cc -E runs the code through the compiler's parser,
 
12957
+  # not just through cpp. "Syntax error" is here to catch this case.
 
12958
+  cat >conftest.$ac_ext <<_ACEOF
 
12959
+/* confdefs.h.  */
 
12960
+_ACEOF
 
12961
+cat confdefs.h >>conftest.$ac_ext
 
12962
+cat >>conftest.$ac_ext <<_ACEOF
 
12963
+/* end confdefs.h.  */
 
12964
+#ifdef __STDC__
 
12965
+# include <limits.h>
 
12966
+#else
 
12967
+# include <assert.h>
 
12968
+#endif
 
12969
+                    Syntax error
 
12970
+_ACEOF
 
12971
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
12972
+case "(($ac_try" in
 
12973
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
12974
+  *) ac_try_echo=$ac_try;;
 
12975
+esac
 
12976
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
12977
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
12978
+  ac_status=$?
 
12979
+  grep -v '^ *+' conftest.er1 >conftest.err
 
12980
+  rm -f conftest.er1
 
12981
+  cat conftest.err >&5
 
12982
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12983
+  (exit $ac_status); } >/dev/null && {
 
12984
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
12985
+        test ! -s conftest.err
 
12986
+       }; then
 
12987
+  :
 
12988
+else
 
12989
+  echo "$as_me: failed program was:" >&5
 
12990
+sed 's/^/| /' conftest.$ac_ext >&5
 
12991
+
 
12992
+  # Broken: fails on valid input.
 
12993
+continue
 
12994
+fi
 
12995
+
 
12996
+rm -f conftest.err conftest.$ac_ext
 
12997
+
 
12998
+  # OK, works on sane cases.  Now check whether nonexistent headers
 
12999
+  # can be detected and how.
 
13000
+  cat >conftest.$ac_ext <<_ACEOF
 
13001
+/* confdefs.h.  */
 
13002
+_ACEOF
 
13003
+cat confdefs.h >>conftest.$ac_ext
 
13004
+cat >>conftest.$ac_ext <<_ACEOF
 
13005
+/* end confdefs.h.  */
 
13006
+#include <ac_nonexistent.h>
 
13007
+_ACEOF
 
13008
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
13009
+case "(($ac_try" in
 
13010
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
13011
+  *) ac_try_echo=$ac_try;;
 
13012
+esac
 
13013
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
13014
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
13015
+  ac_status=$?
 
13016
+  grep -v '^ *+' conftest.er1 >conftest.err
 
13017
+  rm -f conftest.er1
 
13018
+  cat conftest.err >&5
 
13019
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
13020
+  (exit $ac_status); } >/dev/null && {
 
13021
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
13022
+        test ! -s conftest.err
 
13023
+       }; then
 
13024
+  # Broken: success on invalid input.
 
13025
+continue
 
13026
+else
 
13027
+  echo "$as_me: failed program was:" >&5
 
13028
+sed 's/^/| /' conftest.$ac_ext >&5
 
13029
+
 
13030
+  # Passes both tests.
 
13031
+ac_preproc_ok=:
 
13032
+break
 
13033
+fi
 
13034
+
 
13035
+rm -f conftest.err conftest.$ac_ext
 
13036
+
 
13037
+done
 
13038
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 
13039
+rm -f conftest.err conftest.$ac_ext
 
13040
+if $ac_preproc_ok; then
 
13041
+  break
 
13042
+fi
 
13043
+
 
13044
+    done
 
13045
+    ac_cv_prog_CXXCPP=$CXXCPP
 
13046
+
 
13047
+fi
 
13048
+  CXXCPP=$ac_cv_prog_CXXCPP
 
13049
+else
 
13050
+  ac_cv_prog_CXXCPP=$CXXCPP
 
13051
+fi
 
13052
+{ echo "$as_me:$LINENO: result: $CXXCPP" >&5
 
13053
+echo "${ECHO_T}$CXXCPP" >&6; }
 
13054
+ac_preproc_ok=false
 
13055
+for ac_cxx_preproc_warn_flag in '' yes
 
13056
+do
 
13057
+  # Use a header file that comes with gcc, so configuring glibc
 
13058
+  # with a fresh cross-compiler works.
 
13059
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
13060
+  # <limits.h> exists even on freestanding compilers.
 
13061
+  # On the NeXT, cc -E runs the code through the compiler's parser,
 
13062
+  # not just through cpp. "Syntax error" is here to catch this case.
 
13063
+  cat >conftest.$ac_ext <<_ACEOF
 
13064
+/* confdefs.h.  */
 
13065
+_ACEOF
 
13066
+cat confdefs.h >>conftest.$ac_ext
 
13067
+cat >>conftest.$ac_ext <<_ACEOF
 
13068
+/* end confdefs.h.  */
 
13069
+#ifdef __STDC__
 
13070
+# include <limits.h>
 
13071
+#else
 
13072
+# include <assert.h>
 
13073
+#endif
 
13074
+                    Syntax error
 
13075
+_ACEOF
 
13076
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
13077
+case "(($ac_try" in
 
13078
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
13079
+  *) ac_try_echo=$ac_try;;
 
13080
+esac
 
13081
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
13082
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
13083
+  ac_status=$?
 
13084
+  grep -v '^ *+' conftest.er1 >conftest.err
 
13085
+  rm -f conftest.er1
 
13086
+  cat conftest.err >&5
 
13087
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
13088
+  (exit $ac_status); } >/dev/null && {
 
13089
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
13090
+        test ! -s conftest.err
 
13091
+       }; then
 
13092
+  :
 
13093
+else
 
13094
+  echo "$as_me: failed program was:" >&5
 
13095
+sed 's/^/| /' conftest.$ac_ext >&5
 
13096
+
 
13097
+  # Broken: fails on valid input.
 
13098
+continue
 
13099
+fi
 
13100
+
 
13101
+rm -f conftest.err conftest.$ac_ext
 
13102
+
 
13103
+  # OK, works on sane cases.  Now check whether nonexistent headers
 
13104
+  # can be detected and how.
 
13105
+  cat >conftest.$ac_ext <<_ACEOF
 
13106
+/* confdefs.h.  */
 
13107
+_ACEOF
 
13108
+cat confdefs.h >>conftest.$ac_ext
 
13109
+cat >>conftest.$ac_ext <<_ACEOF
 
13110
+/* end confdefs.h.  */
 
13111
+#include <ac_nonexistent.h>
 
13112
+_ACEOF
 
13113
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
13114
+case "(($ac_try" in
 
13115
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
13116
+  *) ac_try_echo=$ac_try;;
 
13117
+esac
 
13118
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
13119
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
13120
+  ac_status=$?
 
13121
+  grep -v '^ *+' conftest.er1 >conftest.err
 
13122
+  rm -f conftest.er1
 
13123
+  cat conftest.err >&5
 
13124
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
13125
+  (exit $ac_status); } >/dev/null && {
 
13126
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
13127
+        test ! -s conftest.err
 
13128
+       }; then
 
13129
+  # Broken: success on invalid input.
 
13130
+continue
 
13131
+else
 
13132
+  echo "$as_me: failed program was:" >&5
 
13133
+sed 's/^/| /' conftest.$ac_ext >&5
 
13134
+
 
13135
+  # Passes both tests.
 
13136
+ac_preproc_ok=:
 
13137
+break
 
13138
+fi
 
13139
+
 
13140
+rm -f conftest.err conftest.$ac_ext
 
13141
+
 
13142
+done
 
13143
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 
13144
+rm -f conftest.err conftest.$ac_ext
 
13145
+if $ac_preproc_ok; then
 
13146
+  :
 
13147
+else
 
13148
+  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
 
13149
+See \`config.log' for more details." >&5
 
13150
+echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
 
13151
+See \`config.log' for more details." >&2;}
 
13152
+   { (exit 1); exit 1; }; }
 
13153
+fi
 
13154
+
 
13155
+ac_ext=cpp
 
13156
+ac_cpp='$CXXCPP $CPPFLAGS'
 
13157
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
13158
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
13159
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
13160
+
 
13161
+fi
 
13162
+
 
13163
 ac_ext=f
 
13164
 ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
 
13165
 ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
13166
 ac_compiler_gnu=$ac_cv_f77_compiler_gnu
 
13167
 if test -n "$ac_tool_prefix"; then
 
13168
-  for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
 
13169
+  for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
 
13170
   do
 
13171
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
13172
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
13173
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
13174
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
13175
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
13176
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
13177
 if test "${ac_cv_prog_F77+set}" = set; then
 
13178
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
13179
 else
 
13180
@@ -8253,36 +9069,38 @@
 
13181
   IFS=$as_save_IFS
 
13182
   test -z "$as_dir" && as_dir=.
 
13183
   for ac_exec_ext in '' $ac_executable_extensions; do
 
13184
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
13185
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
13186
     ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
 
13187
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
13188
     break 2
 
13189
   fi
 
13190
 done
 
13191
 done
 
13192
+IFS=$as_save_IFS
 
13193
 
 
13194
 fi
 
13195
 fi
 
13196
 F77=$ac_cv_prog_F77
 
13197
 if test -n "$F77"; then
 
13198
-  echo "$as_me:$LINENO: result: $F77" >&5
 
13199
-echo "${ECHO_T}$F77" >&6
 
13200
+  { echo "$as_me:$LINENO: result: $F77" >&5
 
13201
+echo "${ECHO_T}$F77" >&6; }
 
13202
 else
 
13203
-  echo "$as_me:$LINENO: result: no" >&5
 
13204
-echo "${ECHO_T}no" >&6
 
13205
+  { echo "$as_me:$LINENO: result: no" >&5
 
13206
+echo "${ECHO_T}no" >&6; }
 
13207
 fi
 
13208
 
 
13209
+
 
13210
     test -n "$F77" && break
 
13211
   done
 
13212
 fi
 
13213
 if test -z "$F77"; then
 
13214
   ac_ct_F77=$F77
 
13215
-  for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
 
13216
+  for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
 
13217
 do
 
13218
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
13219
 set dummy $ac_prog; ac_word=$2
 
13220
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
13221
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
13222
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
13223
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
13224
 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
 
13225
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
13226
 else
 
13227
@@ -8295,48 +9113,78 @@
 
13228
   IFS=$as_save_IFS
 
13229
   test -z "$as_dir" && as_dir=.
 
13230
   for ac_exec_ext in '' $ac_executable_extensions; do
 
13231
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
13232
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
13233
     ac_cv_prog_ac_ct_F77="$ac_prog"
 
13234
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
13235
     break 2
 
13236
   fi
 
13237
 done
 
13238
 done
 
13239
+IFS=$as_save_IFS
 
13240
 
 
13241
 fi
 
13242
 fi
 
13243
 ac_ct_F77=$ac_cv_prog_ac_ct_F77
 
13244
 if test -n "$ac_ct_F77"; then
 
13245
-  echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
 
13246
-echo "${ECHO_T}$ac_ct_F77" >&6
 
13247
+  { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
 
13248
+echo "${ECHO_T}$ac_ct_F77" >&6; }
 
13249
 else
 
13250
-  echo "$as_me:$LINENO: result: no" >&5
 
13251
-echo "${ECHO_T}no" >&6
 
13252
+  { echo "$as_me:$LINENO: result: no" >&5
 
13253
+echo "${ECHO_T}no" >&6; }
 
13254
 fi
 
13255
 
 
13256
+
 
13257
   test -n "$ac_ct_F77" && break
 
13258
 done
 
13259
 
 
13260
-  F77=$ac_ct_F77
 
13261
+  if test "x$ac_ct_F77" = x; then
 
13262
+    F77=""
 
13263
+  else
 
13264
+    case $cross_compiling:$ac_tool_warned in
 
13265
+yes:)
 
13266
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
13267
+whose name does not start with the host triplet.  If you think this
 
13268
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
13269
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
13270
+whose name does not start with the host triplet.  If you think this
 
13271
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
13272
+ac_tool_warned=yes ;;
 
13273
+esac
 
13274
+    F77=$ac_ct_F77
 
13275
+  fi
 
13276
 fi
 
13277
 
 
13278
 
 
13279
 # Provide some information about the compiler.
 
13280
-echo "$as_me:8325:" \
 
13281
-     "checking for Fortran 77 compiler version" >&5
 
13282
+echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
 
13283
 ac_compiler=`set X $ac_compile; echo $2`
 
13284
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
 
13285
-  (eval $ac_compiler --version </dev/null >&5) 2>&5
 
13286
+{ (ac_try="$ac_compiler --version >&5"
 
13287
+case "(($ac_try" in
 
13288
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
13289
+  *) ac_try_echo=$ac_try;;
 
13290
+esac
 
13291
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
13292
+  (eval "$ac_compiler --version >&5") 2>&5
 
13293
   ac_status=$?
 
13294
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
13295
   (exit $ac_status); }
 
13296
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
 
13297
-  (eval $ac_compiler -v </dev/null >&5) 2>&5
 
13298
+{ (ac_try="$ac_compiler -v >&5"
 
13299
+case "(($ac_try" in
 
13300
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
13301
+  *) ac_try_echo=$ac_try;;
 
13302
+esac
 
13303
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
13304
+  (eval "$ac_compiler -v >&5") 2>&5
 
13305
   ac_status=$?
 
13306
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
13307
   (exit $ac_status); }
 
13308
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
 
13309
-  (eval $ac_compiler -V </dev/null >&5) 2>&5
 
13310
+{ (ac_try="$ac_compiler -V >&5"
 
13311
+case "(($ac_try" in
 
13312
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
13313
+  *) ac_try_echo=$ac_try;;
 
13314
+esac
 
13315
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
13316
+  (eval "$ac_compiler -V >&5") 2>&5
 
13317
   ac_status=$?
 
13318
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
13319
   (exit $ac_status); }
 
13320
@@ -8346,8 +9194,8 @@
 
13321
 # input file.  (Note that this only needs to work for GNU compilers.)
 
13322
 ac_save_ext=$ac_ext
 
13323
 ac_ext=F
 
13324
-echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
 
13325
-echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6
 
13326
+{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
 
13327
+echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
 
13328
 if test "${ac_cv_f77_compiler_gnu+set}" = set; then
 
13329
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
13330
 else
 
13331
@@ -8360,46 +9208,42 @@
 
13332
       end
 
13333
 _ACEOF
 
13334
 rm -f conftest.$ac_objext
 
13335
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
13336
-  (eval $ac_compile) 2>conftest.er1
 
13337
+if { (ac_try="$ac_compile"
 
13338
+case "(($ac_try" in
 
13339
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
13340
+  *) ac_try_echo=$ac_try;;
 
13341
+esac
 
13342
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
13343
+  (eval "$ac_compile") 2>conftest.er1
 
13344
   ac_status=$?
 
13345
   grep -v '^ *+' conftest.er1 >conftest.err
 
13346
   rm -f conftest.er1
 
13347
   cat conftest.err >&5
 
13348
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
13349
-  (exit $ac_status); } &&
 
13350
-        { ac_try='test -z "$ac_f77_werror_flag"
 
13351
-                        || test ! -s conftest.err'
 
13352
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
13353
-  (eval $ac_try) 2>&5
 
13354
-  ac_status=$?
 
13355
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
13356
-  (exit $ac_status); }; } &&
 
13357
-        { ac_try='test -s conftest.$ac_objext'
 
13358
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
13359
-  (eval $ac_try) 2>&5
 
13360
-  ac_status=$?
 
13361
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
13362
-  (exit $ac_status); }; }; then
 
13363
+  (exit $ac_status); } && {
 
13364
+        test -z "$ac_f77_werror_flag" ||
 
13365
+        test ! -s conftest.err
 
13366
+       } && test -s conftest.$ac_objext; then
 
13367
   ac_compiler_gnu=yes
 
13368
 else
 
13369
   echo "$as_me: failed program was:" >&5
 
13370
 sed 's/^/| /' conftest.$ac_ext >&5
 
13371
 
 
13372
-ac_compiler_gnu=no
 
13373
+       ac_compiler_gnu=no
 
13374
 fi
 
13375
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
13376
+
 
13377
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
13378
 ac_cv_f77_compiler_gnu=$ac_compiler_gnu
 
13379
 
 
13380
 fi
 
13381
-echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
 
13382
-echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6
 
13383
+{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
 
13384
+echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
 
13385
 ac_ext=$ac_save_ext
 
13386
 ac_test_FFLAGS=${FFLAGS+set}
 
13387
 ac_save_FFLAGS=$FFLAGS
 
13388
 FFLAGS=
 
13389
-echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
 
13390
-echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6
 
13391
+{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
 
13392
+echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
 
13393
 if test "${ac_cv_prog_f77_g+set}" = set; then
 
13394
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
13395
 else
 
13396
@@ -8410,39 +9254,35 @@
 
13397
       end
 
13398
 _ACEOF
 
13399
 rm -f conftest.$ac_objext
 
13400
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
13401
-  (eval $ac_compile) 2>conftest.er1
 
13402
+if { (ac_try="$ac_compile"
 
13403
+case "(($ac_try" in
 
13404
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
13405
+  *) ac_try_echo=$ac_try;;
 
13406
+esac
 
13407
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
13408
+  (eval "$ac_compile") 2>conftest.er1
 
13409
   ac_status=$?
 
13410
   grep -v '^ *+' conftest.er1 >conftest.err
 
13411
   rm -f conftest.er1
 
13412
   cat conftest.err >&5
 
13413
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
13414
-  (exit $ac_status); } &&
 
13415
-        { ac_try='test -z "$ac_f77_werror_flag"
 
13416
-                        || test ! -s conftest.err'
 
13417
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
13418
-  (eval $ac_try) 2>&5
 
13419
-  ac_status=$?
 
13420
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
13421
-  (exit $ac_status); }; } &&
 
13422
-        { ac_try='test -s conftest.$ac_objext'
 
13423
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
13424
-  (eval $ac_try) 2>&5
 
13425
-  ac_status=$?
 
13426
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
13427
-  (exit $ac_status); }; }; then
 
13428
+  (exit $ac_status); } && {
 
13429
+        test -z "$ac_f77_werror_flag" ||
 
13430
+        test ! -s conftest.err
 
13431
+       } && test -s conftest.$ac_objext; then
 
13432
   ac_cv_prog_f77_g=yes
 
13433
 else
 
13434
   echo "$as_me: failed program was:" >&5
 
13435
 sed 's/^/| /' conftest.$ac_ext >&5
 
13436
 
 
13437
-ac_cv_prog_f77_g=no
 
13438
+       ac_cv_prog_f77_g=no
 
13439
 fi
 
13440
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
13441
+
 
13442
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
13443
 
 
13444
 fi
 
13445
-echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
 
13446
-echo "${ECHO_T}$ac_cv_prog_f77_g" >&6
 
13447
+{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
 
13448
+echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
 
13449
 if test "$ac_test_FFLAGS" = set; then
 
13450
   FFLAGS=$ac_save_FFLAGS
 
13451
 elif test $ac_cv_prog_f77_g = yes; then
 
13452
@@ -8471,13 +9311,13 @@
 
13453
 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
 
13454
 
 
13455
 # find the maximum length of command line arguments
 
13456
-echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
 
13457
-echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
 
13458
+{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
 
13459
+echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
 
13460
 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
 
13461
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
13462
 else
 
13463
     i=0
 
13464
-  testring="ABCD"
 
13465
+  teststring="ABCD"
 
13466
 
 
13467
   case $build_os in
 
13468
   msdosdjgpp*)
 
13469
@@ -8506,43 +9346,97 @@
 
13470
     lt_cv_sys_max_cmd_len=8192;
 
13471
     ;;
 
13472
 
 
13473
- *)
 
13474
-    # If test is not a shell built-in, we'll probably end up computing a
 
13475
-    # maximum length that is only half of the actual maximum length, but
 
13476
-    # we can't tell.
 
13477
-    while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$testring" 2>/dev/null` \
 
13478
-              = "XX$testring") >/dev/null 2>&1 &&
 
13479
-           new_result=`expr "X$testring" : ".*" 2>&1` &&
 
13480
-           lt_cv_sys_max_cmd_len=$new_result &&
 
13481
-           test $i != 17 # 1/2 MB should be enough
 
13482
-    do
 
13483
-      i=`expr $i + 1`
 
13484
-      testring=$testring$testring
 
13485
-    done
 
13486
-    testring=
 
13487
-    # Add a significant safety factor because C++ compilers can tack on massive
 
13488
-    # amounts of additional arguments before passing them to the linker.
 
13489
-    # It appears as though 1/2 is a usable value.
 
13490
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
 
13491
+  amigaos*)
 
13492
+    # On AmigaOS with pdksh, this test takes hours, literally.
 
13493
+    # So we just punt and use a minimum line length of 8192.
 
13494
+    lt_cv_sys_max_cmd_len=8192;
 
13495
+    ;;
 
13496
+
 
13497
+  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
 
13498
+    # This has been around since 386BSD, at least.  Likely further.
 
13499
+    if test -x /sbin/sysctl; then
 
13500
+      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
 
13501
+    elif test -x /usr/sbin/sysctl; then
 
13502
+      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
 
13503
+    else
 
13504
+      lt_cv_sys_max_cmd_len=65536      # usable default for all BSDs
 
13505
+    fi
 
13506
+    # And add a safety zone
 
13507
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
13508
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
 
13509
+    ;;
 
13510
+
 
13511
+  interix*)
 
13512
+    # We know the value 262144 and hardcode it with a safety zone (like BSD)
 
13513
+    lt_cv_sys_max_cmd_len=196608
 
13514
+    ;;
 
13515
+
 
13516
+  osf*)
 
13517
+    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
 
13518
+    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
 
13519
+    # nice to cause kernel panics so lets avoid the loop below.
 
13520
+    # First set a reasonable default.
 
13521
+    lt_cv_sys_max_cmd_len=16384
 
13522
+    #
 
13523
+    if test -x /sbin/sysconfig; then
 
13524
+      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
 
13525
+        *1*) lt_cv_sys_max_cmd_len=-1 ;;
 
13526
+      esac
 
13527
+    fi
 
13528
+    ;;
 
13529
+  sco3.2v5*)
 
13530
+    lt_cv_sys_max_cmd_len=102400
 
13531
+    ;;
 
13532
+  sysv5* | sco5v6* | sysv4.2uw2*)
 
13533
+    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
 
13534
+    if test -n "$kargmax"; then
 
13535
+      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[        ]//'`
 
13536
+    else
 
13537
+      lt_cv_sys_max_cmd_len=32768
 
13538
+    fi
 
13539
+    ;;
 
13540
+  *)
 
13541
+    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
 
13542
+    if test -n "$lt_cv_sys_max_cmd_len"; then
 
13543
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
13544
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
 
13545
+    else
 
13546
+      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
 
13547
+      while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
 
13548
+              = "XX$teststring") >/dev/null 2>&1 &&
 
13549
+             new_result=`expr "X$teststring" : ".*" 2>&1` &&
 
13550
+             lt_cv_sys_max_cmd_len=$new_result &&
 
13551
+             test $i != 17 # 1/2 MB should be enough
 
13552
+      do
 
13553
+        i=`expr $i + 1`
 
13554
+        teststring=$teststring$teststring
 
13555
+      done
 
13556
+      teststring=
 
13557
+      # Add a significant safety factor because C++ compilers can tack on massive
 
13558
+      # amounts of additional arguments before passing them to the linker.
 
13559
+      # It appears as though 1/2 is a usable value.
 
13560
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
 
13561
+    fi
 
13562
     ;;
 
13563
   esac
 
13564
 
 
13565
 fi
 
13566
 
 
13567
 if test -n $lt_cv_sys_max_cmd_len ; then
 
13568
-  echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
 
13569
-echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
 
13570
+  { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
 
13571
+echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
 
13572
 else
 
13573
-  echo "$as_me:$LINENO: result: none" >&5
 
13574
-echo "${ECHO_T}none" >&6
 
13575
+  { echo "$as_me:$LINENO: result: none" >&5
 
13576
+echo "${ECHO_T}none" >&6; }
 
13577
 fi
 
13578
 
 
13579
 
 
13580
 
 
13581
 
 
13582
+
 
13583
 # Check for command to grab the raw symbol name followed by C symbol from nm.
 
13584
-echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
 
13585
-echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6
 
13586
+{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
 
13587
+echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
 
13588
 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
 
13589
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
13590
 else
 
13591
@@ -8556,9 +9450,6 @@
 
13592
 # Regexp to match symbols that can be accessed directly from C.
 
13593
 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
 
13594
 
 
13595
-# Transform the above into a raw symbol and a C symbol.
 
13596
-symxfrm='\1 \2\3 \3'
 
13597
-
 
13598
 # Transform an extracted symbol line into a proper C declaration
 
13599
 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
 
13600
 
 
13601
@@ -8580,14 +9471,30 @@
 
13602
   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
 
13603
   lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
 
13604
   ;;
 
13605
+linux* | k*bsd*-gnu)
 
13606
+  if test "$host_cpu" = ia64; then
 
13607
+    symcode='[ABCDGIRSTW]'
 
13608
+    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
 
13609
+    lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
 
13610
+  fi
 
13611
+  ;;
 
13612
 irix* | nonstopux*)
 
13613
   symcode='[BCDEGRST]'
 
13614
   ;;
 
13615
 osf*)
 
13616
   symcode='[BCDEGQRST]'
 
13617
   ;;
 
13618
-solaris* | sysv5*)
 
13619
-  symcode='[BDT]'
 
13620
+solaris*)
 
13621
+  symcode='[BDRT]'
 
13622
+  ;;
 
13623
+sco3.2v5*)
 
13624
+  symcode='[DT]'
 
13625
+  ;;
 
13626
+sysv4.2uw2*)
 
13627
+  symcode='[DT]'
 
13628
+  ;;
 
13629
+sysv5* | sco5v6* | unixware* | OpenUNIX*)
 
13630
+  symcode='[ABDT]'
 
13631
   ;;
 
13632
 sysv4)
 
13633
   symcode='[DFNSTU]'
 
13634
@@ -8605,14 +9512,17 @@
 
13635
 # If we're using GNU nm, then use its standard symbol codes.
 
13636
 case `$NM -V 2>&1` in
 
13637
 *GNU* | *'with BFD'*)
 
13638
-  symcode='[ABCDGISTW]' ;;
 
13639
+  symcode='[ABCDGIRSTW]' ;;
 
13640
 esac
 
13641
 
 
13642
 # Try without a prefix undercore, then with it.
 
13643
 for ac_symprfx in "" "_"; do
 
13644
 
 
13645
+  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
 
13646
+  symxfrm="\\1 $ac_symprfx\\2 \\2"
 
13647
+
 
13648
   # Write the raw and C identifiers.
 
13649
-  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
 
13650
+  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
 
13651
 
 
13652
   # Check to see that the pipe works correctly.
 
13653
   pipe_works=no
 
13654
@@ -8730,15 +9640,15 @@
 
13655
   lt_cv_sys_global_symbol_to_cdecl=
 
13656
 fi
 
13657
 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
 
13658
-  echo "$as_me:$LINENO: result: failed" >&5
 
13659
-echo "${ECHO_T}failed" >&6
 
13660
+  { echo "$as_me:$LINENO: result: failed" >&5
 
13661
+echo "${ECHO_T}failed" >&6; }
 
13662
 else
 
13663
-  echo "$as_me:$LINENO: result: ok" >&5
 
13664
-echo "${ECHO_T}ok" >&6
 
13665
+  { echo "$as_me:$LINENO: result: ok" >&5
 
13666
+echo "${ECHO_T}ok" >&6; }
 
13667
 fi
 
13668
 
 
13669
-echo "$as_me:$LINENO: checking for objdir" >&5
 
13670
-echo $ECHO_N "checking for objdir... $ECHO_C" >&6
 
13671
+{ echo "$as_me:$LINENO: checking for objdir" >&5
 
13672
+echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
 
13673
 if test "${lt_cv_objdir+set}" = set; then
 
13674
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
13675
 else
 
13676
@@ -8752,8 +9662,8 @@
 
13677
 fi
 
13678
 rmdir .libs 2>/dev/null
 
13679
 fi
 
13680
-echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
 
13681
-echo "${ECHO_T}$lt_cv_objdir" >&6
 
13682
+{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
 
13683
+echo "${ECHO_T}$lt_cv_objdir" >&6; }
 
13684
 objdir=$lt_cv_objdir
 
13685
 
 
13686
 
 
13687
@@ -8774,7 +9684,7 @@
 
13688
 
 
13689
 # Sed substitution that helps us do robust quoting.  It backslashifies
 
13690
 # metacharacters that are still active within double-quoted strings.
 
13691
-Xsed='sed -e s/^X//'
 
13692
+Xsed='sed -e 1s/^X//'
 
13693
 sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'
 
13694
 
 
13695
 # Same as above, but do not quote variable references.
 
13696
@@ -8794,7 +9704,7 @@
 
13697
 default_ofile=libtool
 
13698
 can_build_shared=yes
 
13699
 
 
13700
-# All known linkers require a `.a' archive for static linking (except M$VC,
 
13701
+# All known linkers require a `.a' archive for static linking (except MSVC,
 
13702
 # which needs '.lib').
 
13703
 libext=a
 
13704
 ltmain="$ac_aux_dir/ltmain.sh"
 
13705
@@ -8804,8 +9714,8 @@
 
13706
 if test -n "$ac_tool_prefix"; then
 
13707
   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
 
13708
 set dummy ${ac_tool_prefix}ar; ac_word=$2
 
13709
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
13710
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
13711
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
13712
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
13713
 if test "${ac_cv_prog_AR+set}" = set; then
 
13714
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
13715
 else
 
13716
@@ -8818,32 +9728,34 @@
 
13717
   IFS=$as_save_IFS
 
13718
   test -z "$as_dir" && as_dir=.
 
13719
   for ac_exec_ext in '' $ac_executable_extensions; do
 
13720
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
13721
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
13722
     ac_cv_prog_AR="${ac_tool_prefix}ar"
 
13723
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
13724
     break 2
 
13725
   fi
 
13726
 done
 
13727
 done
 
13728
+IFS=$as_save_IFS
 
13729
 
 
13730
 fi
 
13731
 fi
 
13732
 AR=$ac_cv_prog_AR
 
13733
 if test -n "$AR"; then
 
13734
-  echo "$as_me:$LINENO: result: $AR" >&5
 
13735
-echo "${ECHO_T}$AR" >&6
 
13736
+  { echo "$as_me:$LINENO: result: $AR" >&5
 
13737
+echo "${ECHO_T}$AR" >&6; }
 
13738
 else
 
13739
-  echo "$as_me:$LINENO: result: no" >&5
 
13740
-echo "${ECHO_T}no" >&6
 
13741
+  { echo "$as_me:$LINENO: result: no" >&5
 
13742
+echo "${ECHO_T}no" >&6; }
 
13743
 fi
 
13744
 
 
13745
+
 
13746
 fi
 
13747
 if test -z "$ac_cv_prog_AR"; then
 
13748
   ac_ct_AR=$AR
 
13749
   # Extract the first word of "ar", so it can be a program name with args.
 
13750
 set dummy ar; ac_word=$2
 
13751
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
13752
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
13753
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
13754
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
13755
 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
 
13756
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
13757
 else
 
13758
@@ -8856,27 +9768,41 @@
 
13759
   IFS=$as_save_IFS
 
13760
   test -z "$as_dir" && as_dir=.
 
13761
   for ac_exec_ext in '' $ac_executable_extensions; do
 
13762
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
13763
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
13764
     ac_cv_prog_ac_ct_AR="ar"
 
13765
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
13766
     break 2
 
13767
   fi
 
13768
 done
 
13769
 done
 
13770
+IFS=$as_save_IFS
 
13771
 
 
13772
-  test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false"
 
13773
 fi
 
13774
 fi
 
13775
 ac_ct_AR=$ac_cv_prog_ac_ct_AR
 
13776
 if test -n "$ac_ct_AR"; then
 
13777
-  echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 
13778
-echo "${ECHO_T}$ac_ct_AR" >&6
 
13779
+  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 
13780
+echo "${ECHO_T}$ac_ct_AR" >&6; }
 
13781
 else
 
13782
-  echo "$as_me:$LINENO: result: no" >&5
 
13783
-echo "${ECHO_T}no" >&6
 
13784
+  { echo "$as_me:$LINENO: result: no" >&5
 
13785
+echo "${ECHO_T}no" >&6; }
 
13786
 fi
 
13787
 
 
13788
-  AR=$ac_ct_AR
 
13789
+  if test "x$ac_ct_AR" = x; then
 
13790
+    AR="false"
 
13791
+  else
 
13792
+    case $cross_compiling:$ac_tool_warned in
 
13793
+yes:)
 
13794
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
13795
+whose name does not start with the host triplet.  If you think this
 
13796
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
13797
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
13798
+whose name does not start with the host triplet.  If you think this
 
13799
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
13800
+ac_tool_warned=yes ;;
 
13801
+esac
 
13802
+    AR=$ac_ct_AR
 
13803
+  fi
 
13804
 else
 
13805
   AR="$ac_cv_prog_AR"
 
13806
 fi
 
13807
@@ -8884,8 +9810,8 @@
 
13808
 if test -n "$ac_tool_prefix"; then
 
13809
   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
 
13810
 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
 
13811
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
13812
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
13813
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
13814
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
13815
 if test "${ac_cv_prog_RANLIB+set}" = set; then
 
13816
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
13817
 else
 
13818
@@ -8898,32 +9824,34 @@
 
13819
   IFS=$as_save_IFS
 
13820
   test -z "$as_dir" && as_dir=.
 
13821
   for ac_exec_ext in '' $ac_executable_extensions; do
 
13822
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
13823
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
13824
     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
 
13825
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
13826
     break 2
 
13827
   fi
 
13828
 done
 
13829
 done
 
13830
+IFS=$as_save_IFS
 
13831
 
 
13832
 fi
 
13833
 fi
 
13834
 RANLIB=$ac_cv_prog_RANLIB
 
13835
 if test -n "$RANLIB"; then
 
13836
-  echo "$as_me:$LINENO: result: $RANLIB" >&5
 
13837
-echo "${ECHO_T}$RANLIB" >&6
 
13838
+  { echo "$as_me:$LINENO: result: $RANLIB" >&5
 
13839
+echo "${ECHO_T}$RANLIB" >&6; }
 
13840
 else
 
13841
-  echo "$as_me:$LINENO: result: no" >&5
 
13842
-echo "${ECHO_T}no" >&6
 
13843
+  { echo "$as_me:$LINENO: result: no" >&5
 
13844
+echo "${ECHO_T}no" >&6; }
 
13845
 fi
 
13846
 
 
13847
+
 
13848
 fi
 
13849
 if test -z "$ac_cv_prog_RANLIB"; then
 
13850
   ac_ct_RANLIB=$RANLIB
 
13851
   # Extract the first word of "ranlib", so it can be a program name with args.
 
13852
 set dummy ranlib; ac_word=$2
 
13853
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
13854
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
13855
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
13856
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
13857
 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
 
13858
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
13859
 else
 
13860
@@ -8936,27 +9864,41 @@
 
13861
   IFS=$as_save_IFS
 
13862
   test -z "$as_dir" && as_dir=.
 
13863
   for ac_exec_ext in '' $ac_executable_extensions; do
 
13864
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
13865
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
13866
     ac_cv_prog_ac_ct_RANLIB="ranlib"
 
13867
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
13868
     break 2
 
13869
   fi
 
13870
 done
 
13871
 done
 
13872
+IFS=$as_save_IFS
 
13873
 
 
13874
-  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
 
13875
 fi
 
13876
 fi
 
13877
 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
 
13878
 if test -n "$ac_ct_RANLIB"; then
 
13879
-  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 
13880
-echo "${ECHO_T}$ac_ct_RANLIB" >&6
 
13881
+  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 
13882
+echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
 
13883
 else
 
13884
-  echo "$as_me:$LINENO: result: no" >&5
 
13885
-echo "${ECHO_T}no" >&6
 
13886
+  { echo "$as_me:$LINENO: result: no" >&5
 
13887
+echo "${ECHO_T}no" >&6; }
 
13888
 fi
 
13889
 
 
13890
-  RANLIB=$ac_ct_RANLIB
 
13891
+  if test "x$ac_ct_RANLIB" = x; then
 
13892
+    RANLIB=":"
 
13893
+  else
 
13894
+    case $cross_compiling:$ac_tool_warned in
 
13895
+yes:)
 
13896
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
13897
+whose name does not start with the host triplet.  If you think this
 
13898
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
13899
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
13900
+whose name does not start with the host triplet.  If you think this
 
13901
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
13902
+ac_tool_warned=yes ;;
 
13903
+esac
 
13904
+    RANLIB=$ac_ct_RANLIB
 
13905
+  fi
 
13906
 else
 
13907
   RANLIB="$ac_cv_prog_RANLIB"
 
13908
 fi
 
13909
@@ -8964,8 +9906,8 @@
 
13910
 if test -n "$ac_tool_prefix"; then
 
13911
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 
13912
 set dummy ${ac_tool_prefix}strip; ac_word=$2
 
13913
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
13914
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
13915
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
13916
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
13917
 if test "${ac_cv_prog_STRIP+set}" = set; then
 
13918
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
13919
 else
 
13920
@@ -8978,32 +9920,34 @@
 
13921
   IFS=$as_save_IFS
 
13922
   test -z "$as_dir" && as_dir=.
 
13923
   for ac_exec_ext in '' $ac_executable_extensions; do
 
13924
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
13925
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
13926
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 
13927
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
13928
     break 2
 
13929
   fi
 
13930
 done
 
13931
 done
 
13932
+IFS=$as_save_IFS
 
13933
 
 
13934
 fi
 
13935
 fi
 
13936
 STRIP=$ac_cv_prog_STRIP
 
13937
 if test -n "$STRIP"; then
 
13938
-  echo "$as_me:$LINENO: result: $STRIP" >&5
 
13939
-echo "${ECHO_T}$STRIP" >&6
 
13940
+  { echo "$as_me:$LINENO: result: $STRIP" >&5
 
13941
+echo "${ECHO_T}$STRIP" >&6; }
 
13942
 else
 
13943
-  echo "$as_me:$LINENO: result: no" >&5
 
13944
-echo "${ECHO_T}no" >&6
 
13945
+  { echo "$as_me:$LINENO: result: no" >&5
 
13946
+echo "${ECHO_T}no" >&6; }
 
13947
 fi
 
13948
 
 
13949
+
 
13950
 fi
 
13951
 if test -z "$ac_cv_prog_STRIP"; then
 
13952
   ac_ct_STRIP=$STRIP
 
13953
   # Extract the first word of "strip", so it can be a program name with args.
 
13954
 set dummy strip; ac_word=$2
 
13955
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
13956
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
13957
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
13958
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
13959
 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 
13960
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
13961
 else
 
13962
@@ -9016,27 +9960,41 @@
 
13963
   IFS=$as_save_IFS
 
13964
   test -z "$as_dir" && as_dir=.
 
13965
   for ac_exec_ext in '' $ac_executable_extensions; do
 
13966
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
13967
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
13968
     ac_cv_prog_ac_ct_STRIP="strip"
 
13969
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
13970
     break 2
 
13971
   fi
 
13972
 done
 
13973
 done
 
13974
+IFS=$as_save_IFS
 
13975
 
 
13976
-  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
 
13977
 fi
 
13978
 fi
 
13979
 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 
13980
 if test -n "$ac_ct_STRIP"; then
 
13981
-  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
13982
-echo "${ECHO_T}$ac_ct_STRIP" >&6
 
13983
+  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
13984
+echo "${ECHO_T}$ac_ct_STRIP" >&6; }
 
13985
 else
 
13986
-  echo "$as_me:$LINENO: result: no" >&5
 
13987
-echo "${ECHO_T}no" >&6
 
13988
+  { echo "$as_me:$LINENO: result: no" >&5
 
13989
+echo "${ECHO_T}no" >&6; }
 
13990
 fi
 
13991
 
 
13992
-  STRIP=$ac_ct_STRIP
 
13993
+  if test "x$ac_ct_STRIP" = x; then
 
13994
+    STRIP=":"
 
13995
+  else
 
13996
+    case $cross_compiling:$ac_tool_warned in
 
13997
+yes:)
 
13998
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
13999
+whose name does not start with the host triplet.  If you think this
 
14000
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
14001
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
14002
+whose name does not start with the host triplet.  If you think this
 
14003
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
14004
+ac_tool_warned=yes ;;
 
14005
+esac
 
14006
+    STRIP=$ac_ct_STRIP
 
14007
+  fi
 
14008
 else
 
14009
   STRIP="$ac_cv_prog_STRIP"
 
14010
 fi
 
14011
@@ -9051,6 +10009,7 @@
 
14012
 test -z "$AS" && AS=as
 
14013
 test -z "$CC" && CC=cc
 
14014
 test -z "$LTCC" && LTCC=$CC
 
14015
+test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
 
14016
 test -z "$DLLTOOL" && DLLTOOL=dlltool
 
14017
 test -z "$LD" && LD=ld
 
14018
 test -z "$LN_S" && LN_S="ln -s"
 
14019
@@ -9063,28 +10022,39 @@
 
14020
 test -z "$ac_objext" && ac_objext=o
 
14021
 
 
14022
 # Determine commands to create old-style static archives.
 
14023
-old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
 
14024
+old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
 
14025
 old_postinstall_cmds='chmod 644 $oldlib'
 
14026
 old_postuninstall_cmds=
 
14027
 
 
14028
 if test -n "$RANLIB"; then
 
14029
   case $host_os in
 
14030
   openbsd*)
 
14031
-    old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
 
14032
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
 
14033
     ;;
 
14034
   *)
 
14035
-    old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
 
14036
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
 
14037
     ;;
 
14038
   esac
 
14039
   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
 
14040
 fi
 
14041
 
 
14042
+for cc_temp in $compiler""; do
 
14043
+  case $cc_temp in
 
14044
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
 
14045
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
 
14046
+    \-*) ;;
 
14047
+    *) break;;
 
14048
+  esac
 
14049
+done
 
14050
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
14051
+
 
14052
+
 
14053
 # Only perform the check for file, if the check method requires it
 
14054
 case $deplibs_check_method in
 
14055
 file_magic*)
 
14056
   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
 
14057
-    echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
 
14058
-echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
 
14059
+    { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
 
14060
+echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
 
14061
 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
 
14062
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
14063
 else
 
14064
@@ -9104,7 +10074,7 @@
 
14065
       if test -n "$file_magic_test_file"; then
 
14066
        case $deplibs_check_method in
 
14067
        "file_magic "*)
 
14068
-         file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
 
14069
+         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
 
14070
          MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
14071
          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 
14072
            $EGREP "$file_magic_regex" > /dev/null; then
 
14073
@@ -9136,17 +10106,17 @@
 
14074
 
 
14075
 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
14076
 if test -n "$MAGIC_CMD"; then
 
14077
-  echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 
14078
-echo "${ECHO_T}$MAGIC_CMD" >&6
 
14079
+  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 
14080
+echo "${ECHO_T}$MAGIC_CMD" >&6; }
 
14081
 else
 
14082
-  echo "$as_me:$LINENO: result: no" >&5
 
14083
-echo "${ECHO_T}no" >&6
 
14084
+  { echo "$as_me:$LINENO: result: no" >&5
 
14085
+echo "${ECHO_T}no" >&6; }
 
14086
 fi
 
14087
 
 
14088
 if test -z "$lt_cv_path_MAGIC_CMD"; then
 
14089
   if test -n "$ac_tool_prefix"; then
 
14090
-    echo "$as_me:$LINENO: checking for file" >&5
 
14091
-echo $ECHO_N "checking for file... $ECHO_C" >&6
 
14092
+    { echo "$as_me:$LINENO: checking for file" >&5
 
14093
+echo $ECHO_N "checking for file... $ECHO_C" >&6; }
 
14094
 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
 
14095
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
14096
 else
 
14097
@@ -9166,7 +10136,7 @@
 
14098
       if test -n "$file_magic_test_file"; then
 
14099
        case $deplibs_check_method in
 
14100
        "file_magic "*)
 
14101
-         file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
 
14102
+         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
 
14103
          MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
14104
          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 
14105
            $EGREP "$file_magic_regex" > /dev/null; then
 
14106
@@ -9198,11 +10168,11 @@
 
14107
 
 
14108
 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
14109
 if test -n "$MAGIC_CMD"; then
 
14110
-  echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 
14111
-echo "${ECHO_T}$MAGIC_CMD" >&6
 
14112
+  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 
14113
+echo "${ECHO_T}$MAGIC_CMD" >&6; }
 
14114
 else
 
14115
-  echo "$as_me:$LINENO: result: no" >&5
 
14116
-echo "${ECHO_T}no" >&6
 
14117
+  { echo "$as_me:$LINENO: result: no" >&5
 
14118
+echo "${ECHO_T}no" >&6; }
 
14119
 fi
 
14120
 
 
14121
   else
 
14122
@@ -9217,21 +10187,21 @@
 
14123
 enable_dlopen=yes
 
14124
 enable_win32_dll=no
 
14125
 
 
14126
-# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
 
14127
+# Check whether --enable-libtool-lock was given.
 
14128
 if test "${enable_libtool_lock+set}" = set; then
 
14129
-  enableval="$enable_libtool_lock"
 
14130
+  enableval=$enable_libtool_lock;
 
14131
+fi
 
14132
 
 
14133
-fi;
 
14134
 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
14135
 
 
14136
 
 
14137
-# Check whether --with-pic or --without-pic was given.
 
14138
+# Check whether --with-pic was given.
 
14139
 if test "${with_pic+set}" = set; then
 
14140
-  withval="$with_pic"
 
14141
-  pic_mode="$withval"
 
14142
+  withval=$with_pic; pic_mode="$withval"
 
14143
 else
 
14144
   pic_mode=default
 
14145
-fi;
 
14146
+fi
 
14147
+
 
14148
 test -z "$pic_mode" && pic_mode=default
 
14149
 
 
14150
 # Use C for the default configuration in the libtool script
 
14151
@@ -9252,77 +10222,34 @@
 
14152
 objext=$objext
 
14153
 
 
14154
 # Code to be used in simple compile tests
 
14155
-lt_simple_compile_test_code="int some_variable = 0;\n"
 
14156
+lt_simple_compile_test_code="int some_variable = 0;"
 
14157
 
 
14158
 # Code to be used in simple link tests
 
14159
-lt_simple_link_test_code='int main(){return(0);}\n'
 
14160
+lt_simple_link_test_code='int main(){return(0);}'
 
14161
 
 
14162
 
 
14163
 # If no C compiler was specified, use CC.
 
14164
 LTCC=${LTCC-"$CC"}
 
14165
 
 
14166
+# If no C compiler flags were specified, use CFLAGS.
 
14167
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
 
14168
+
 
14169
 # Allow CC to be a program name with arguments.
 
14170
 compiler=$CC
 
14171
 
 
14172
 
 
14173
-#
 
14174
-# Check for any special shared library compilation flags.
 
14175
-#
 
14176
-lt_prog_cc_shlib=
 
14177
-if test "$GCC" = no; then
 
14178
-  case $host_os in
 
14179
-  sco3.2v5*)
 
14180
-    lt_prog_cc_shlib='-belf'
 
14181
-    ;;
 
14182
-  esac
 
14183
-fi
 
14184
-if test -n "$lt_prog_cc_shlib"; then
 
14185
-  { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5
 
14186
-echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;}
 
14187
-  if echo "$old_CC $old_CFLAGS " | grep "[     ]$lt_prog_cc_shlib[     ]" >/dev/null; then :
 
14188
-  else
 
14189
-    { echo "$as_me:$LINENO: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5
 
14190
-echo "$as_me: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;}
 
14191
-    lt_cv_prog_cc_can_build_shared=no
 
14192
-  fi
 
14193
-fi
 
14194
-
 
14195
-
 
14196
-#
 
14197
-# Check to make sure the static flag actually works.
 
14198
-#
 
14199
-echo "$as_me:$LINENO: checking if $compiler static flag $lt_prog_compiler_static works" >&5
 
14200
-echo $ECHO_N "checking if $compiler static flag $lt_prog_compiler_static works... $ECHO_C" >&6
 
14201
-if test "${lt_prog_compiler_static_works+set}" = set; then
 
14202
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
14203
-else
 
14204
-  lt_prog_compiler_static_works=no
 
14205
-   save_LDFLAGS="$LDFLAGS"
 
14206
-   LDFLAGS="$LDFLAGS $lt_prog_compiler_static"
 
14207
-   printf "$lt_simple_link_test_code" > conftest.$ac_ext
 
14208
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
 
14209
-     # The compiler can only warn and ignore the option if not recognized
 
14210
-     # So say no if there are warnings
 
14211
-     if test -s conftest.err; then
 
14212
-       # Append any errors to the config.log.
 
14213
-       cat conftest.err 1>&5
 
14214
-     else
 
14215
-       lt_prog_compiler_static_works=yes
 
14216
-     fi
 
14217
-   fi
 
14218
-   $rm conftest*
 
14219
-   LDFLAGS="$save_LDFLAGS"
 
14220
-
 
14221
-fi
 
14222
-echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
 
14223
-echo "${ECHO_T}$lt_prog_compiler_static_works" >&6
 
14224
-
 
14225
-if test x"$lt_prog_compiler_static_works" = xyes; then
 
14226
-    :
 
14227
-else
 
14228
-    lt_prog_compiler_static=
 
14229
-fi
 
14230
-
 
14231
+# save warnings/boilerplate of simple test code
 
14232
+ac_outfile=conftest.$ac_objext
 
14233
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
 
14234
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
14235
+_lt_compiler_boilerplate=`cat conftest.err`
 
14236
+$rm conftest*
 
14237
+
 
14238
+ac_outfile=conftest.$ac_objext
 
14239
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
 
14240
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
14241
+_lt_linker_boilerplate=`cat conftest.err`
 
14242
+$rm conftest*
 
14243
 
 
14244
 
 
14245
 ## CAVEAT EMPTOR:
 
14246
@@ -9336,14 +10263,14 @@
 
14247
   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
 
14248
 
 
14249
 
 
14250
-echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 
14251
-echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
 
14252
+{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 
14253
+echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
 
14254
 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
 
14255
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
14256
 else
 
14257
   lt_cv_prog_compiler_rtti_exceptions=no
 
14258
   ac_outfile=conftest.$ac_objext
 
14259
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
14260
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
14261
    lt_compiler_flag="-fno-rtti -fno-exceptions"
 
14262
    # Insert the option either (1) after the last *FLAGS variable, or
 
14263
    # (2) before a word containing "conftest.", or (3) at the end.
 
14264
@@ -9351,26 +10278,28 @@
 
14265
    # with a dollar sign (not a hyphen), so the echo should work correctly.
 
14266
    # The option is referenced via a variable to avoid confusing sed.
 
14267
    lt_compile=`echo "$ac_compile" | $SED \
 
14268
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
 
14269
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
14270
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
14271
    -e 's:$: $lt_compiler_flag:'`
 
14272
-   (eval echo "\"\$as_me:9357: $lt_compile\"" >&5)
 
14273
+   (eval echo "\"\$as_me:10284: $lt_compile\"" >&5)
 
14274
    (eval "$lt_compile" 2>conftest.err)
 
14275
    ac_status=$?
 
14276
    cat conftest.err >&5
 
14277
-   echo "$as_me:9361: \$? = $ac_status" >&5
 
14278
+   echo "$as_me:10288: \$? = $ac_status" >&5
 
14279
    if (exit $ac_status) && test -s "$ac_outfile"; then
 
14280
      # The compiler can only warn and ignore the option if not recognized
 
14281
-     # So say no if there are warnings
 
14282
-     if test ! -s conftest.err; then
 
14283
+     # So say no if there are warnings other than the usual output.
 
14284
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
14285
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
14286
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
14287
        lt_cv_prog_compiler_rtti_exceptions=yes
 
14288
      fi
 
14289
    fi
 
14290
    $rm conftest*
 
14291
 
 
14292
 fi
 
14293
-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 
14294
-echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
 
14295
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 
14296
+echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
 
14297
 
 
14298
 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
 
14299
     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
 
14300
@@ -9384,8 +10313,8 @@
 
14301
 lt_prog_compiler_pic=
 
14302
 lt_prog_compiler_static=
 
14303
 
 
14304
-echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
14305
-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
 
14306
+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
14307
+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
 
14308
 
 
14309
   if test "$GCC" = yes; then
 
14310
     lt_prog_compiler_wl='-Wl,'
 
14311
@@ -9407,13 +10336,15 @@
 
14312
       lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
 
14313
       ;;
 
14314
 
 
14315
-    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
14316
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
14317
       # PIC is the default for these OSes.
 
14318
       ;;
 
14319
 
 
14320
-    mingw* | pw32* | os2*)
 
14321
+    mingw* | cygwin* | pw32* | os2*)
 
14322
       # This hack is so that the source file can tell whether it is being
 
14323
       # built for inclusion in a dll (and should export symbols for example).
 
14324
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
 
14325
+      # (--disable-auto-import) libraries
 
14326
       lt_prog_compiler_pic='-DDLL_EXPORT'
 
14327
       ;;
 
14328
 
 
14329
@@ -9423,6 +10354,11 @@
 
14330
       lt_prog_compiler_pic='-fno-common'
 
14331
       ;;
 
14332
 
 
14333
+    interix[3-9]*)
 
14334
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
14335
+      # Instead, we relocate shared libraries at runtime.
 
14336
+      ;;
 
14337
+
 
14338
     msdosdjgpp*)
 
14339
       # Just because we use GCC doesn't mean we suddenly get shared libraries
 
14340
       # on systems that don't support them.
 
14341
@@ -9439,7 +10375,7 @@
 
14342
     hpux*)
 
14343
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
14344
       # not for PA HP-UX.
 
14345
-      case "$host_cpu" in
 
14346
+      case $host_cpu in
 
14347
       hppa*64*|ia64*)
 
14348
        # +Z the default
 
14349
        ;;
 
14350
@@ -9465,8 +10401,18 @@
 
14351
        lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
 
14352
       fi
 
14353
       ;;
 
14354
+      darwin*)
 
14355
+        # PIC is the default on this platform
 
14356
+        # Common symbols not allowed in MH_DYLIB files
 
14357
+       case $cc_basename in
 
14358
+         xlc*)
 
14359
+         lt_prog_compiler_pic='-qnocommon'
 
14360
+         lt_prog_compiler_wl='-Wl,'
 
14361
+         ;;
 
14362
+       esac
 
14363
+       ;;
 
14364
 
 
14365
-    mingw* | pw32* | os2*)
 
14366
+    mingw* | cygwin* | pw32* | os2*)
 
14367
       # This hack is so that the source file can tell whether it is being
 
14368
       # built for inclusion in a dll (and should export symbols for example).
 
14369
       lt_prog_compiler_pic='-DDLL_EXPORT'
 
14370
@@ -9476,7 +10422,7 @@
 
14371
       lt_prog_compiler_wl='-Wl,'
 
14372
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
14373
       # not for PA HP-UX.
 
14374
-      case "$host_cpu" in
 
14375
+      case $host_cpu in
 
14376
       hppa*64*|ia64*)
 
14377
        # +Z the default
 
14378
        ;;
 
14379
@@ -9499,18 +10445,41 @@
 
14380
       lt_prog_compiler_static='-Bstatic'
 
14381
       ;;
 
14382
 
 
14383
-    linux*)
 
14384
-      case $CC in
 
14385
+    linux* | k*bsd*-gnu)
 
14386
+      case $cc_basename in
 
14387
       icc* | ecc*)
 
14388
        lt_prog_compiler_wl='-Wl,'
 
14389
        lt_prog_compiler_pic='-KPIC'
 
14390
        lt_prog_compiler_static='-static'
 
14391
         ;;
 
14392
+      pgcc* | pgf77* | pgf90* | pgf95*)
 
14393
+        # Portland Group compilers (*not* the Pentium gcc compiler,
 
14394
+       # which looks to be a dead project)
 
14395
+       lt_prog_compiler_wl='-Wl,'
 
14396
+       lt_prog_compiler_pic='-fpic'
 
14397
+       lt_prog_compiler_static='-Bstatic'
 
14398
+        ;;
 
14399
       ccc*)
 
14400
         lt_prog_compiler_wl='-Wl,'
 
14401
         # All Alpha code is PIC.
 
14402
         lt_prog_compiler_static='-non_shared'
 
14403
         ;;
 
14404
+      *)
 
14405
+        case `$CC -V 2>&1 | sed 5q` in
 
14406
+       *Sun\ C*)
 
14407
+         # Sun C 5.9
 
14408
+         lt_prog_compiler_pic='-KPIC'
 
14409
+         lt_prog_compiler_static='-Bstatic'
 
14410
+         lt_prog_compiler_wl='-Wl,'
 
14411
+         ;;
 
14412
+       *Sun\ F*)
 
14413
+         # Sun Fortran 8.3 passes all unrecognized flags to the linker
 
14414
+         lt_prog_compiler_pic='-KPIC'
 
14415
+         lt_prog_compiler_static='-Bstatic'
 
14416
+         lt_prog_compiler_wl=''
 
14417
+         ;;
 
14418
+       esac
 
14419
+       ;;
 
14420
       esac
 
14421
       ;;
 
14422
 
 
14423
@@ -9520,15 +10489,19 @@
 
14424
       lt_prog_compiler_static='-non_shared'
 
14425
       ;;
 
14426
 
 
14427
-    sco3.2v5*)
 
14428
-      lt_prog_compiler_pic='-Kpic'
 
14429
-      lt_prog_compiler_static='-dn'
 
14430
+    rdos*)
 
14431
+      lt_prog_compiler_static='-non_shared'
 
14432
       ;;
 
14433
 
 
14434
     solaris*)
 
14435
-      lt_prog_compiler_wl='-Wl,'
 
14436
       lt_prog_compiler_pic='-KPIC'
 
14437
       lt_prog_compiler_static='-Bstatic'
 
14438
+      case $cc_basename in
 
14439
+      f77* | f90* | f95*)
 
14440
+       lt_prog_compiler_wl='-Qoption ld ';;
 
14441
+      *)
 
14442
+       lt_prog_compiler_wl='-Wl,';;
 
14443
+      esac
 
14444
       ;;
 
14445
 
 
14446
     sunos4*)
 
14447
@@ -9537,7 +10510,7 @@
 
14448
       lt_prog_compiler_static='-Bstatic'
 
14449
       ;;
 
14450
 
 
14451
-    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
14452
+    sysv4 | sysv4.2uw2* | sysv4.3*)
 
14453
       lt_prog_compiler_wl='-Wl,'
 
14454
       lt_prog_compiler_pic='-KPIC'
 
14455
       lt_prog_compiler_static='-Bstatic'
 
14456
@@ -9550,6 +10523,17 @@
 
14457
       fi
 
14458
       ;;
 
14459
 
 
14460
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
 
14461
+      lt_prog_compiler_wl='-Wl,'
 
14462
+      lt_prog_compiler_pic='-KPIC'
 
14463
+      lt_prog_compiler_static='-Bstatic'
 
14464
+      ;;
 
14465
+
 
14466
+    unicos*)
 
14467
+      lt_prog_compiler_wl='-Wl,'
 
14468
+      lt_prog_compiler_can_build_shared=no
 
14469
+      ;;
 
14470
+
 
14471
     uts4*)
 
14472
       lt_prog_compiler_pic='-pic'
 
14473
       lt_prog_compiler_static='-Bstatic'
 
14474
@@ -9561,22 +10545,22 @@
 
14475
     esac
 
14476
   fi
 
14477
 
 
14478
-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
 
14479
-echo "${ECHO_T}$lt_prog_compiler_pic" >&6
 
14480
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
 
14481
+echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
 
14482
 
 
14483
 #
 
14484
 # Check to make sure the PIC flag actually works.
 
14485
 #
 
14486
 if test -n "$lt_prog_compiler_pic"; then
 
14487
 
 
14488
-echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
 
14489
-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
 
14490
+{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
 
14491
+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
 
14492
 if test "${lt_prog_compiler_pic_works+set}" = set; then
 
14493
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
14494
 else
 
14495
   lt_prog_compiler_pic_works=no
 
14496
   ac_outfile=conftest.$ac_objext
 
14497
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
14498
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
14499
    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
 
14500
    # Insert the option either (1) after the last *FLAGS variable, or
 
14501
    # (2) before a word containing "conftest.", or (3) at the end.
 
14502
@@ -9584,26 +10568,28 @@
 
14503
    # with a dollar sign (not a hyphen), so the echo should work correctly.
 
14504
    # The option is referenced via a variable to avoid confusing sed.
 
14505
    lt_compile=`echo "$ac_compile" | $SED \
 
14506
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
 
14507
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
14508
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
14509
    -e 's:$: $lt_compiler_flag:'`
 
14510
-   (eval echo "\"\$as_me:9590: $lt_compile\"" >&5)
 
14511
+   (eval echo "\"\$as_me:10574: $lt_compile\"" >&5)
 
14512
    (eval "$lt_compile" 2>conftest.err)
 
14513
    ac_status=$?
 
14514
    cat conftest.err >&5
 
14515
-   echo "$as_me:9594: \$? = $ac_status" >&5
 
14516
+   echo "$as_me:10578: \$? = $ac_status" >&5
 
14517
    if (exit $ac_status) && test -s "$ac_outfile"; then
 
14518
      # The compiler can only warn and ignore the option if not recognized
 
14519
-     # So say no if there are warnings
 
14520
-     if test ! -s conftest.err; then
 
14521
+     # So say no if there are warnings other than the usual output.
 
14522
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
14523
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
14524
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
14525
        lt_prog_compiler_pic_works=yes
 
14526
      fi
 
14527
    fi
 
14528
    $rm conftest*
 
14529
 
 
14530
 fi
 
14531
-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
 
14532
-echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6
 
14533
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
 
14534
+echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6; }
 
14535
 
 
14536
 if test x"$lt_prog_compiler_pic_works" = xyes; then
 
14537
     case $lt_prog_compiler_pic in
 
14538
@@ -9616,7 +10602,7 @@
 
14539
 fi
 
14540
 
 
14541
 fi
 
14542
-case "$host_os" in
 
14543
+case $host_os in
 
14544
   # For platforms which do not support PIC, -DPIC is meaningless:
 
14545
   *djgpp*)
 
14546
     lt_prog_compiler_pic=
 
14547
@@ -9626,8 +10612,50 @@
 
14548
     ;;
 
14549
 esac
 
14550
 
 
14551
-echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
14552
-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
 
14553
+#
 
14554
+# Check to make sure the static flag actually works.
 
14555
+#
 
14556
+wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
 
14557
+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
14558
+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
 
14559
+if test "${lt_prog_compiler_static_works+set}" = set; then
 
14560
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
14561
+else
 
14562
+  lt_prog_compiler_static_works=no
 
14563
+   save_LDFLAGS="$LDFLAGS"
 
14564
+   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
 
14565
+   echo "$lt_simple_link_test_code" > conftest.$ac_ext
 
14566
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
 
14567
+     # The linker can only warn and ignore the option if not recognized
 
14568
+     # So say no if there are warnings
 
14569
+     if test -s conftest.err; then
 
14570
+       # Append any errors to the config.log.
 
14571
+       cat conftest.err 1>&5
 
14572
+       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
14573
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
14574
+       if diff conftest.exp conftest.er2 >/dev/null; then
 
14575
+         lt_prog_compiler_static_works=yes
 
14576
+       fi
 
14577
+     else
 
14578
+       lt_prog_compiler_static_works=yes
 
14579
+     fi
 
14580
+   fi
 
14581
+   $rm conftest*
 
14582
+   LDFLAGS="$save_LDFLAGS"
 
14583
+
 
14584
+fi
 
14585
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
 
14586
+echo "${ECHO_T}$lt_prog_compiler_static_works" >&6; }
 
14587
+
 
14588
+if test x"$lt_prog_compiler_static_works" = xyes; then
 
14589
+    :
 
14590
+else
 
14591
+    lt_prog_compiler_static=
 
14592
+fi
 
14593
+
 
14594
+
 
14595
+{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
14596
+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 
14597
 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
 
14598
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
14599
 else
 
14600
@@ -9636,14 +10664,7 @@
 
14601
    mkdir conftest
 
14602
    cd conftest
 
14603
    mkdir out
 
14604
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
14605
-
 
14606
-   # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
 
14607
-   # that will create temporary files in the current directory regardless of
 
14608
-   # the output directory.  Thus, making CWD read-only will cause this test
 
14609
-   # to fail, enabling locking or at least warning the user not to do parallel
 
14610
-   # builds.
 
14611
-   chmod -w .
 
14612
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
14613
 
 
14614
    lt_compiler_flag="-o out/conftest2.$ac_objext"
 
14615
    # Insert the option either (1) after the last *FLAGS variable, or
 
14616
@@ -9651,47 +10672,52 @@
 
14617
    # Note that $ac_compile itself does not contain backslashes and begins
 
14618
    # with a dollar sign (not a hyphen), so the echo should work correctly.
 
14619
    lt_compile=`echo "$ac_compile" | $SED \
 
14620
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
 
14621
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
14622
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
14623
    -e 's:$: $lt_compiler_flag:'`
 
14624
-   (eval echo "\"\$as_me:9657: $lt_compile\"" >&5)
 
14625
+   (eval echo "\"\$as_me:10678: $lt_compile\"" >&5)
 
14626
    (eval "$lt_compile" 2>out/conftest.err)
 
14627
    ac_status=$?
 
14628
    cat out/conftest.err >&5
 
14629
-   echo "$as_me:9661: \$? = $ac_status" >&5
 
14630
+   echo "$as_me:10682: \$? = $ac_status" >&5
 
14631
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
14632
    then
 
14633
      # The compiler can only warn and ignore the option if not recognized
 
14634
      # So say no if there are warnings
 
14635
-     if test ! -s out/conftest.err; then
 
14636
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
14637
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
 
14638
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
 
14639
        lt_cv_prog_compiler_c_o=yes
 
14640
      fi
 
14641
    fi
 
14642
-   chmod u+w .
 
14643
-   $rm conftest* out/*
 
14644
-   rmdir out
 
14645
+   chmod u+w . 2>&5
 
14646
+   $rm conftest*
 
14647
+   # SGI C++ compiler will create directory out/ii_files/ for
 
14648
+   # template instantiation
 
14649
+   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
 
14650
+   $rm out/* && rmdir out
 
14651
    cd ..
 
14652
    rmdir conftest
 
14653
    $rm conftest*
 
14654
 
 
14655
 fi
 
14656
-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 
14657
-echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
 
14658
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 
14659
+echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
 
14660
 
 
14661
 
 
14662
 hard_links="nottested"
 
14663
 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
 
14664
   # do not overwrite the value of need_locks provided by the user
 
14665
-  echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
14666
-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
 
14667
+  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
14668
+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
 
14669
   hard_links=yes
 
14670
   $rm conftest*
 
14671
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
14672
   touch conftest.a
 
14673
   ln conftest.a conftest.b 2>&5 || hard_links=no
 
14674
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
14675
-  echo "$as_me:$LINENO: result: $hard_links" >&5
 
14676
-echo "${ECHO_T}$hard_links" >&6
 
14677
+  { echo "$as_me:$LINENO: result: $hard_links" >&5
 
14678
+echo "${ECHO_T}$hard_links" >&6; }
 
14679
   if test "$hard_links" = no; then
 
14680
     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
14681
 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
14682
@@ -9701,8 +10727,8 @@
 
14683
   need_locks=no
 
14684
 fi
 
14685
 
 
14686
-echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
14687
-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
 
14688
+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
14689
+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 
14690
 
 
14691
   runpath_var=
 
14692
   allow_undefined_flag=
 
14693
@@ -9740,6 +10766,16 @@
 
14694
   # rely on this symbol name, it's probably fine to never include it in
 
14695
   # preloaded symbol tables.
 
14696
   extract_expsyms_cmds=
 
14697
+  # Just being paranoid about ensuring that cc_basename is set.
 
14698
+  for cc_temp in $compiler""; do
 
14699
+  case $cc_temp in
 
14700
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
 
14701
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
 
14702
+    \-*) ;;
 
14703
+    *) break;;
 
14704
+  esac
 
14705
+done
 
14706
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
14707
 
 
14708
   case $host_os in
 
14709
   cygwin* | mingw* | pw32*)
 
14710
@@ -9750,6 +10786,10 @@
 
14711
       with_gnu_ld=no
 
14712
     fi
 
14713
     ;;
 
14714
+  interix*)
 
14715
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
 
14716
+    with_gnu_ld=yes
 
14717
+    ;;
 
14718
   openbsd*)
 
14719
     with_gnu_ld=no
 
14720
     ;;
 
14721
@@ -9760,6 +10800,27 @@
 
14722
     # If archive_cmds runs LD, not CC, wlarc should be empty
 
14723
     wlarc='${wl}'
 
14724
 
 
14725
+    # Set some defaults for GNU ld with shared library support. These
 
14726
+    # are reset later if shared libraries are not supported. Putting them
 
14727
+    # here allows them to be overridden if necessary.
 
14728
+    runpath_var=LD_RUN_PATH
 
14729
+    hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
 
14730
+    export_dynamic_flag_spec='${wl}--export-dynamic'
 
14731
+    # ancient GNU ld didn't support --whole-archive et. al.
 
14732
+    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
 
14733
+       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
14734
+      else
 
14735
+       whole_archive_flag_spec=
 
14736
+    fi
 
14737
+    supports_anon_versioning=no
 
14738
+    case `$LD -v 2>/dev/null` in
 
14739
+      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
 
14740
+      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
 
14741
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
 
14742
+      *\ 2.11.*) ;; # other 2.11 versions
 
14743
+      *) supports_anon_versioning=yes ;;
 
14744
+    esac
 
14745
+
 
14746
     # See if GNU ld supports shared libraries.
 
14747
     case $host_os in
 
14748
     aix3* | aix4* | aix5*)
 
14749
@@ -9797,7 +10858,7 @@
 
14750
        allow_undefined_flag=unsupported
 
14751
        # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
14752
        # support --undefined.  This deserves some investigation.  FIXME
 
14753
-       archive_cmds='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
 
14754
+       archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
14755
       else
 
14756
        ld_shlibs=no
 
14757
       fi
 
14758
@@ -9807,13 +10868,13 @@
 
14759
       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
 
14760
       # as there is no search path for DLLs.
 
14761
       hardcode_libdir_flag_spec='-L$libdir'
 
14762
-      allow_undefined_flag=no
 
14763
+      allow_undefined_flag=unsupported
 
14764
       always_export_symbols=no
 
14765
       enable_shared_with_static_runtimes=yes
 
14766
-      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
 
14767
+      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
 
14768
 
 
14769
       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
 
14770
-        archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
 
14771
+        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
14772
        # If the export-symbols file already is a .def file (1st line
 
14773
        # is EXPORTS), use it as is; otherwise, prepend...
 
14774
        archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
14775
@@ -9822,23 +10883,79 @@
 
14776
          echo EXPORTS > $output_objdir/$soname.def;
 
14777
          cat $export_symbols >> $output_objdir/$soname.def;
 
14778
        fi~
 
14779
-       $CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
 
14780
+       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
14781
+      else
 
14782
+       ld_shlibs=no
 
14783
+      fi
 
14784
+      ;;
 
14785
+
 
14786
+    interix[3-9]*)
 
14787
+      hardcode_direct=no
 
14788
+      hardcode_shlibpath_var=no
 
14789
+      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
 
14790
+      export_dynamic_flag_spec='${wl}-E'
 
14791
+      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
14792
+      # Instead, shared libraries are loaded at an image base (0x10000000 by
 
14793
+      # default) and relocated if they conflict, which is a slow very memory
 
14794
+      # consuming and fragmenting process.  To avoid this, we pick a random,
 
14795
+      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
14796
+      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
14797
+      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
 
14798
+      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
 
14799
+      ;;
 
14800
+
 
14801
+    gnu* | linux* | k*bsd*-gnu)
 
14802
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
14803
+       tmp_addflag=
 
14804
+       case $cc_basename,$host_cpu in
 
14805
+       pgcc*)                          # Portland Group C compiler
 
14806
+         whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
14807
+         tmp_addflag=' $pic_flag'
 
14808
+         ;;
 
14809
+       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
 
14810
+         whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
14811
+         tmp_addflag=' $pic_flag -Mnomain' ;;
 
14812
+       ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
 
14813
+         tmp_addflag=' -i_dynamic' ;;
 
14814
+       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
 
14815
+         tmp_addflag=' -i_dynamic -nofor_main' ;;
 
14816
+       ifc* | ifort*)                  # Intel Fortran compiler
 
14817
+         tmp_addflag=' -nofor_main' ;;
 
14818
+       esac
 
14819
+       case `$CC -V 2>&1 | sed 5q` in
 
14820
+       *Sun\ C*)                       # Sun C 5.9
 
14821
+         whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
14822
+         tmp_sharedflag='-G' ;;
 
14823
+       *Sun\ F*)                       # Sun Fortran 8.3
 
14824
+         tmp_sharedflag='-G' ;;
 
14825
+       *)
 
14826
+         tmp_sharedflag='-shared' ;;
 
14827
+       esac
 
14828
+       archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
14829
+
 
14830
+       if test $supports_anon_versioning = yes; then
 
14831
+         archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
 
14832
+  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
14833
+  $echo "local: *; };" >> $output_objdir/$libname.ver~
 
14834
+         $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 
14835
+       fi
 
14836
+       link_all_deplibs=no
 
14837
       else
 
14838
        ld_shlibs=no
 
14839
       fi
 
14840
       ;;
 
14841
 
 
14842
-    netbsd*)
 
14843
+    netbsd* | netbsdelf*-gnu)
 
14844
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
14845
        archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 
14846
        wlarc=
 
14847
       else
 
14848
-       archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
 
14849
-       archive_expsym_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
14850
+       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
14851
+       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
14852
       fi
 
14853
       ;;
 
14854
 
 
14855
-    solaris* | sysv5*)
 
14856
+    solaris*)
 
14857
       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
 
14858
        ld_shlibs=no
 
14859
        cat <<EOF 1>&2
 
14860
@@ -9852,13 +10969,40 @@
 
14861
 
 
14862
 EOF
 
14863
       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
14864
-       archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
 
14865
-       archive_expsym_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
14866
+       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
14867
+       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
14868
       else
 
14869
        ld_shlibs=no
 
14870
       fi
 
14871
       ;;
 
14872
 
 
14873
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
 
14874
+      case `$LD -v 2>&1` in
 
14875
+        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
 
14876
+       ld_shlibs=no
 
14877
+       cat <<_LT_EOF 1>&2
 
14878
+
 
14879
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
 
14880
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
 
14881
+*** is disabling shared libraries support.  We urge you to upgrade GNU
 
14882
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
 
14883
+*** your PATH or compiler configuration so that the native linker is
 
14884
+*** used, and then restart.
 
14885
+
 
14886
+_LT_EOF
 
14887
+       ;;
 
14888
+       *)
 
14889
+         if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
14890
+           hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
 
14891
+           archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
 
14892
+           archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
 
14893
+         else
 
14894
+           ld_shlibs=no
 
14895
+         fi
 
14896
+       ;;
 
14897
+      esac
 
14898
+      ;;
 
14899
+
 
14900
     sunos4*)
 
14901
       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
14902
       wlarc=
 
14903
@@ -9868,24 +11012,19 @@
 
14904
 
 
14905
     *)
 
14906
       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
14907
-       archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
 
14908
-       archive_expsym_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
14909
+       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
14910
+       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
14911
       else
 
14912
        ld_shlibs=no
 
14913
       fi
 
14914
       ;;
 
14915
     esac
 
14916
 
 
14917
-    if test "$ld_shlibs" = yes; then
 
14918
-      runpath_var=LD_RUN_PATH
 
14919
-      hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
 
14920
-      export_dynamic_flag_spec='${wl}--export-dynamic'
 
14921
-      # ancient GNU ld didn't support --whole-archive et. al.
 
14922
-      if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
 
14923
-       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
14924
-      else
 
14925
-       whole_archive_flag_spec=
 
14926
-      fi
 
14927
+    if test "$ld_shlibs" = no; then
 
14928
+      runpath_var=
 
14929
+      hardcode_libdir_flag_spec=
 
14930
+      export_dynamic_flag_spec=
 
14931
+      whole_archive_flag_spec=
 
14932
     fi
 
14933
   else
 
14934
     # PORTME fill in a description of your system's linker (not GNU ld)
 
14935
@@ -9897,7 +11036,7 @@
 
14936
       # Note: this linker hardcodes the directories in LIBPATH if there
 
14937
       # are no directories specified by -L.
 
14938
       hardcode_minus_L=yes
 
14939
-      if test "$GCC" = yes && test -z "$link_static_flag"; then
 
14940
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
 
14941
        # Neither direct hardcoding nor static linking is supported with a
 
14942
        # broken collect2.
 
14943
        hardcode_direct=unsupported
 
14944
@@ -9919,9 +11058,21 @@
 
14945
        else
 
14946
          export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
 
14947
        fi
 
14948
+       aix_use_runtimelinking=no
 
14949
+
 
14950
+       # Test if we are trying to use run time linking or normal
 
14951
+       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
14952
+       # need to do runtime linking.
 
14953
+       case $host_os in aix4.[23]|aix4.[23].*|aix5*)
 
14954
+         for ld_flag in $LDFLAGS; do
 
14955
+         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
 
14956
+           aix_use_runtimelinking=yes
 
14957
+           break
 
14958
+         fi
 
14959
+         done
 
14960
+         ;;
 
14961
+       esac
 
14962
 
 
14963
-       # KDE requires run time linking.  Make it the default.
 
14964
-       aix_use_runtimelinking=yes
 
14965
        exp_sym_flag='-bexport'
 
14966
        no_entry_flag='-bnoentry'
 
14967
       fi
 
14968
@@ -9938,7 +11089,7 @@
 
14969
       link_all_deplibs=yes
 
14970
 
 
14971
       if test "$GCC" = yes; then
 
14972
-       case $host_os in aix4.012|aix4.012.*)
 
14973
+       case $host_os in aix4.[012]|aix4.[012].*)
 
14974
        # We only want to do this on AIX 4.2 and lower, the check
 
14975
        # below for broken collect2 doesn't work under 4.3+
 
14976
          collect2name=`${CC} -print-prog-name=collect2`
 
14977
@@ -9946,7 +11097,7 @@
 
14978
           strings "$collect2name" | grep resolve_lib_name >/dev/null
 
14979
          then
 
14980
          # We have reworked collect2
 
14981
-         hardcode_direct=yes
 
14982
+         :
 
14983
          else
 
14984
          # We have old collect2
 
14985
          hardcode_direct=unsupported
 
14986
@@ -9957,8 +11108,12 @@
 
14987
          hardcode_libdir_flag_spec='-L$libdir'
 
14988
          hardcode_libdir_separator=
 
14989
          fi
 
14990
+         ;;
 
14991
        esac
 
14992
        shared_flag='-shared'
 
14993
+       if test "$aix_use_runtimelinking" = yes; then
 
14994
+         shared_flag="$shared_flag "'${wl}-G'
 
14995
+       fi
 
14996
       else
 
14997
        # not using gcc
 
14998
        if test "$host_cpu" = ia64; then
 
14999
@@ -9966,22 +11121,23 @@
 
15000
        # chokes on -Wl,-G. The following line is correct:
 
15001
          shared_flag='-G'
 
15002
        else
 
15003
-       if test "$aix_use_runtimelinking" = yes; then
 
15004
-           shared_flag='-qmkshrobj ${wl}-G'
 
15005
+         if test "$aix_use_runtimelinking" = yes; then
 
15006
+           shared_flag='${wl}-G'
 
15007
          else
 
15008
-           shared_flag='-qmkshrobj'
 
15009
-       fi
 
15010
+           shared_flag='${wl}-bM:SRE'
 
15011
+         fi
 
15012
        fi
 
15013
       fi
 
15014
 
 
15015
-      # Let the compiler handle the export list.
 
15016
-      always_export_symbols=no
 
15017
+      # It seems that -bexpall does not export symbols beginning with
 
15018
+      # underscore (_), so it is better to generate a list of symbols to export.
 
15019
+      always_export_symbols=yes
 
15020
       if test "$aix_use_runtimelinking" = yes; then
 
15021
        # Warning - without using the other runtime loading flags (-brtl),
 
15022
        # -berok will link without error, but may produce a broken library.
 
15023
        allow_undefined_flag='-berok'
 
15024
        # Determine the default libpath from the value encoded in an empty executable.
 
15025
-       cat >conftest.$ac_ext <<_ACEOF
 
15026
+       cat >conftest.$ac_ext <<_ACEOF
 
15027
 /* confdefs.h.  */
 
15028
 _ACEOF
 
15029
 cat confdefs.h >>conftest.$ac_ext
 
15030
@@ -9997,50 +11153,54 @@
 
15031
 }
 
15032
 _ACEOF
 
15033
 rm -f conftest.$ac_objext conftest$ac_exeext
 
15034
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
15035
-  (eval $ac_link) 2>conftest.er1
 
15036
+if { (ac_try="$ac_link"
 
15037
+case "(($ac_try" in
 
15038
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
15039
+  *) ac_try_echo=$ac_try;;
 
15040
+esac
 
15041
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
15042
+  (eval "$ac_link") 2>conftest.er1
 
15043
   ac_status=$?
 
15044
   grep -v '^ *+' conftest.er1 >conftest.err
 
15045
   rm -f conftest.er1
 
15046
   cat conftest.err >&5
 
15047
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15048
-  (exit $ac_status); } &&
 
15049
-        { ac_try='test -z "$ac_c_werror_flag"
 
15050
-                        || test ! -s conftest.err'
 
15051
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
15052
-  (eval $ac_try) 2>&5
 
15053
-  ac_status=$?
 
15054
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15055
-  (exit $ac_status); }; } &&
 
15056
-        { ac_try='test -s conftest$ac_exeext'
 
15057
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
15058
-  (eval $ac_try) 2>&5
 
15059
-  ac_status=$?
 
15060
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15061
-  (exit $ac_status); }; }; then
 
15062
+  (exit $ac_status); } && {
 
15063
+        test -z "$ac_c_werror_flag" ||
 
15064
+        test ! -s conftest.err
 
15065
+       } && test -s conftest$ac_exeext &&
 
15066
+       $as_test_x conftest$ac_exeext; then
 
15067
 
 
15068
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
15069
-}'`
 
15070
+lt_aix_libpath_sed='
 
15071
+    /Import File Strings/,/^$/ {
 
15072
+       /^0/ {
 
15073
+           s/^0  *\(.*\)$/\1/
 
15074
+           p
 
15075
+       }
 
15076
+    }'
 
15077
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
15078
 # Check for a 64-bit object if we didn't find anything.
 
15079
-if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
15080
-}'`; fi
 
15081
+if test -z "$aix_libpath"; then
 
15082
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
15083
+fi
 
15084
 else
 
15085
   echo "$as_me: failed program was:" >&5
 
15086
 sed 's/^/| /' conftest.$ac_ext >&5
 
15087
 
 
15088
+
 
15089
 fi
 
15090
-rm -f conftest.err conftest.$ac_objext \
 
15091
+
 
15092
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
15093
       conftest$ac_exeext conftest.$ac_ext
 
15094
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
15095
 
 
15096
-       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
 
15097
-       archive_cmds="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
 
15098
-       archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
15099
+       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
 
15100
+       archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
15101
        else
 
15102
        if test "$host_cpu" = ia64; then
 
15103
          hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
 
15104
          allow_undefined_flag="-z nodefs"
 
15105
-         archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
 
15106
+         archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
 
15107
        else
 
15108
         # Determine the default libpath from the value encoded in an empty executable.
 
15109
         cat >conftest.$ac_ext <<_ACEOF
 
15110
@@ -10059,39 +11219,44 @@
 
15111
 }
 
15112
 _ACEOF
 
15113
 rm -f conftest.$ac_objext conftest$ac_exeext
 
15114
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
15115
-  (eval $ac_link) 2>conftest.er1
 
15116
+if { (ac_try="$ac_link"
 
15117
+case "(($ac_try" in
 
15118
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
15119
+  *) ac_try_echo=$ac_try;;
 
15120
+esac
 
15121
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
15122
+  (eval "$ac_link") 2>conftest.er1
 
15123
   ac_status=$?
 
15124
   grep -v '^ *+' conftest.er1 >conftest.err
 
15125
   rm -f conftest.er1
 
15126
   cat conftest.err >&5
 
15127
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15128
-  (exit $ac_status); } &&
 
15129
-        { ac_try='test -z "$ac_c_werror_flag"
 
15130
-                        || test ! -s conftest.err'
 
15131
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
15132
-  (eval $ac_try) 2>&5
 
15133
-  ac_status=$?
 
15134
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15135
-  (exit $ac_status); }; } &&
 
15136
-        { ac_try='test -s conftest$ac_exeext'
 
15137
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
15138
-  (eval $ac_try) 2>&5
 
15139
-  ac_status=$?
 
15140
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15141
-  (exit $ac_status); }; }; then
 
15142
+  (exit $ac_status); } && {
 
15143
+        test -z "$ac_c_werror_flag" ||
 
15144
+        test ! -s conftest.err
 
15145
+       } && test -s conftest$ac_exeext &&
 
15146
+       $as_test_x conftest$ac_exeext; then
 
15147
 
 
15148
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
15149
-}'`
 
15150
+lt_aix_libpath_sed='
 
15151
+    /Import File Strings/,/^$/ {
 
15152
+       /^0/ {
 
15153
+           s/^0  *\(.*\)$/\1/
 
15154
+           p
 
15155
+       }
 
15156
+    }'
 
15157
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
15158
 # Check for a 64-bit object if we didn't find anything.
 
15159
-if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
15160
-}'`; fi
 
15161
+if test -z "$aix_libpath"; then
 
15162
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
15163
+fi
 
15164
 else
 
15165
   echo "$as_me: failed program was:" >&5
 
15166
 sed 's/^/| /' conftest.$ac_ext >&5
 
15167
 
 
15168
+
 
15169
 fi
 
15170
-rm -f conftest.err conftest.$ac_objext \
 
15171
+
 
15172
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
15173
       conftest$ac_exeext conftest.$ac_ext
 
15174
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
15175
 
 
15176
@@ -10100,13 +11265,11 @@
 
15177
          # -berok will link without error, but may produce a broken library.
 
15178
          no_undefined_flag=' ${wl}-bernotok'
 
15179
          allow_undefined_flag=' ${wl}-berok'
 
15180
-         # -bexpall does not export symbols beginning with underscore (_)
 
15181
-         always_export_symbols=yes
 
15182
          # Exported symbols can be pulled into shared objects from archives
 
15183
-         whole_archive_flag_spec=' '
 
15184
+         whole_archive_flag_spec='$convenience'
 
15185
          archive_cmds_need_lc=yes
 
15186
-         # This is similar to how AIX traditionally builds it's shared libraries.
 
15187
-         archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 
15188
+         # This is similar to how AIX traditionally builds its shared libraries.
 
15189
+         archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 
15190
        fi
 
15191
       fi
 
15192
       ;;
 
15193
@@ -10119,7 +11282,7 @@
 
15194
       ld_shlibs=no
 
15195
       ;;
 
15196
 
 
15197
-    bsdi4*)
 
15198
+    bsdi[45]*)
 
15199
       export_dynamic_flag_spec=-rdynamic
 
15200
       ;;
 
15201
 
 
15202
@@ -10129,68 +11292,68 @@
 
15203
       # hardcode_libdir_flag_spec is actually meaningless, as there is
 
15204
       # no search path for DLLs.
 
15205
       hardcode_libdir_flag_spec=' '
 
15206
-      allow_undefined_flag=no
 
15207
+      allow_undefined_flag=unsupported
 
15208
       # Tell ltmain to make .lib files, not .a files.
 
15209
       libext=lib
 
15210
       # Tell ltmain to make .dll files, not .so files.
 
15211
-      shrext=".dll"
 
15212
+      shrext_cmds=".dll"
 
15213
       # FIXME: Setting linknames here is a bad hack.
 
15214
-      archive_cmds='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
15215
+      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
15216
       # The linker will automatically build a .lib file if we build a DLL.
 
15217
       old_archive_From_new_cmds='true'
 
15218
       # FIXME: Should let the user specify the lib program.
 
15219
-      old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
 
15220
+      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
 
15221
       fix_srcfile_path='`cygpath -w "$srcfile"`'
 
15222
       enable_shared_with_static_runtimes=yes
 
15223
       ;;
 
15224
 
 
15225
     darwin* | rhapsody*)
 
15226
-    if test "$GXX" = yes ; then
 
15227
-      archive_cmds_need_lc=no
 
15228
-      case "$host_os" in
 
15229
-      rhapsody* | darwin1.[012])
 
15230
-       allow_undefined_flag='-Wl,-undefined -Wl,suppress'
 
15231
-       ;;
 
15232
-      *) # Darwin 1.3 on
 
15233
-       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
15234
-         allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
 
15235
-       else
 
15236
-         case ${MACOSX_DEPLOYMENT_TARGET} in
 
15237
-           10.012)
 
15238
-             allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
 
15239
-             ;;
 
15240
-           10.*)
 
15241
-             allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup'
 
15242
-             ;;
 
15243
-         esac
 
15244
-       fi
 
15245
-       ;;
 
15246
+      case $host_os in
 
15247
+        rhapsody* | darwin1.[012])
 
15248
+         allow_undefined_flag='${wl}-undefined ${wl}suppress'
 
15249
+         ;;
 
15250
+       *) # Darwin 1.3 on
 
15251
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
15252
+           allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
15253
+         else
 
15254
+           case ${MACOSX_DEPLOYMENT_TARGET} in
 
15255
+             10.[012])
 
15256
+               allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
15257
+               ;;
 
15258
+             10.*)
 
15259
+               allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
 
15260
+               ;;
 
15261
+           esac
 
15262
+         fi
 
15263
+         ;;
 
15264
       esac
 
15265
-       lt_int_apple_cc_single_mod=no
 
15266
-       output_verbose_link_cmd='echo'
 
15267
-       if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
 
15268
-         lt_int_apple_cc_single_mod=yes
 
15269
-       fi
 
15270
-       if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
15271
-         archive_cmds='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
 
15272
-       else
 
15273
-        archive_cmds='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
 
15274
-      fi
 
15275
-      module_cmds='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
 
15276
-      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
 
15277
-        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
15278
-          archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
15279
-        else
 
15280
-          archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
15281
-        fi
 
15282
-          module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
15283
+      archive_cmds_need_lc=no
 
15284
       hardcode_direct=no
 
15285
       hardcode_automatic=yes
 
15286
       hardcode_shlibpath_var=unsupported
 
15287
-      whole_archive_flag_spec='-all_load $convenience'
 
15288
+      whole_archive_flag_spec=''
 
15289
       link_all_deplibs=yes
 
15290
+    if test "$GCC" = yes ; then
 
15291
+       output_verbose_link_cmd='echo'
 
15292
+        archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
 
15293
+      module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
15294
+      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
15295
+      archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
15296
+      module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
15297
     else
 
15298
-      ld_shlibs=no
 
15299
+      case $cc_basename in
 
15300
+        xlc*)
 
15301
+         output_verbose_link_cmd='echo'
 
15302
+         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
 
15303
+         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
15304
+          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
15305
+         archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
15306
+          module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
15307
+          ;;
 
15308
+       *)
 
15309
+         ld_shlibs=no
 
15310
+          ;;
 
15311
+      esac
 
15312
     fi
 
15313
       ;;
 
15314
 
 
15315
@@ -10224,8 +11387,8 @@
 
15316
       ;;
 
15317
 
 
15318
     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
 
15319
-    freebsd* | kfreebsd*-gnu)
 
15320
-      archive_cmds='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
 
15321
+    freebsd* | dragonfly*)
 
15322
+      archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
 
15323
       hardcode_libdir_flag_spec='-R$libdir'
 
15324
       hardcode_direct=yes
 
15325
       hardcode_shlibpath_var=no
 
15326
@@ -10233,7 +11396,7 @@
 
15327
 
 
15328
     hpux9*)
 
15329
       if test "$GCC" = yes; then
 
15330
-       archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
15331
+       archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
15332
       else
 
15333
        archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
15334
       fi
 
15335
@@ -10247,47 +11410,62 @@
 
15336
       export_dynamic_flag_spec='${wl}-E'
 
15337
       ;;
 
15338
 
 
15339
-    hpux10* | hpux11*)
 
15340
+    hpux10*)
 
15341
       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
15342
-       case "$host_cpu" in
 
15343
-       hppa*64*|ia64*)
 
15344
-         archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
 
15345
+       archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
15346
+      else
 
15347
+       archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
15348
+      fi
 
15349
+      if test "$with_gnu_ld" = no; then
 
15350
+       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
 
15351
+       hardcode_libdir_separator=:
 
15352
+
 
15353
+       hardcode_direct=yes
 
15354
+       export_dynamic_flag_spec='${wl}-E'
 
15355
+
 
15356
+       # hardcode_minus_L: Not really in the search PATH,
 
15357
+       # but as the default location of the library.
 
15358
+       hardcode_minus_L=yes
 
15359
+      fi
 
15360
+      ;;
 
15361
+
 
15362
+    hpux11*)
 
15363
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
15364
+       case $host_cpu in
 
15365
+       hppa*64*)
 
15366
+         archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
15367
+         ;;
 
15368
+       ia64*)
 
15369
+         archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
15370
          ;;
 
15371
        *)
 
15372
-         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
 
15373
+         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
15374
          ;;
 
15375
        esac
 
15376
       else
 
15377
-       case "$host_cpu" in
 
15378
-       hppa*64*|ia64*)
 
15379
-         archive_cmds='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
 
15380
+       case $host_cpu in
 
15381
+       hppa*64*)
 
15382
+         archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
15383
+         ;;
 
15384
+       ia64*)
 
15385
+         archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
15386
          ;;
 
15387
        *)
 
15388
-         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
15389
+         archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
15390
          ;;
 
15391
        esac
 
15392
       fi
 
15393
       if test "$with_gnu_ld" = no; then
 
15394
-       case "$host_cpu" in
 
15395
-       hppa*64*)
 
15396
-         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
 
15397
+       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
 
15398
+       hardcode_libdir_separator=:
 
15399
+
 
15400
+       case $host_cpu in
 
15401
+       hppa*64*|ia64*)
 
15402
          hardcode_libdir_flag_spec_ld='+b $libdir'
 
15403
-         hardcode_libdir_separator=:
 
15404
-         hardcode_direct=no
 
15405
-         hardcode_shlibpath_var=no
 
15406
-         ;;
 
15407
-       ia64*)
 
15408
-         hardcode_libdir_flag_spec='-L$libdir'
 
15409
          hardcode_direct=no
 
15410
          hardcode_shlibpath_var=no
 
15411
-
 
15412
-         # hardcode_minus_L: Not really in the search PATH,
 
15413
-         # but as the default location of the library.
 
15414
-         hardcode_minus_L=yes
 
15415
          ;;
 
15416
        *)
 
15417
-         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
 
15418
-         hardcode_libdir_separator=:
 
15419
          hardcode_direct=yes
 
15420
          export_dynamic_flag_spec='${wl}-E'
 
15421
 
 
15422
@@ -10301,7 +11479,7 @@
 
15423
 
 
15424
     irix5* | irix6* | nonstopux*)
 
15425
       if test "$GCC" = yes; then
 
15426
-       archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
15427
+       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
15428
       else
 
15429
        archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
15430
        hardcode_libdir_flag_spec_ld='-rpath $libdir'
 
15431
@@ -10311,7 +11489,7 @@
 
15432
       link_all_deplibs=yes
 
15433
       ;;
 
15434
 
 
15435
-    netbsd*)
 
15436
+    netbsd* | netbsdelf*-gnu)
 
15437
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
15438
        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
 
15439
       else
 
15440
@@ -10331,23 +11509,28 @@
 
15441
       ;;
 
15442
 
 
15443
     openbsd*)
 
15444
-      hardcode_direct=yes
 
15445
-      hardcode_shlibpath_var=no
 
15446
-      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
15447
-       archive_cmds='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
 
15448
-       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
 
15449
-       export_dynamic_flag_spec='${wl}-E'
 
15450
+      if test -f /usr/libexec/ld.so; then
 
15451
+       hardcode_direct=yes
 
15452
+       hardcode_shlibpath_var=no
 
15453
+       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
15454
+         archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
15455
+         archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
 
15456
+         hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
 
15457
+         export_dynamic_flag_spec='${wl}-E'
 
15458
+       else
 
15459
+         case $host_os in
 
15460
+          openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
 
15461
+            archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
15462
+            hardcode_libdir_flag_spec='-R$libdir'
 
15463
+            ;;
 
15464
+          *)
 
15465
+            archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
15466
+            hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
 
15467
+            ;;
 
15468
+         esac
 
15469
+        fi
 
15470
       else
 
15471
-       case $host_os in
 
15472
-        openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
 
15473
-          archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
15474
-          hardcode_libdir_flag_spec='-R$libdir'
 
15475
-          ;;
 
15476
-        *)
 
15477
-          archive_cmds='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
 
15478
-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
 
15479
-          ;;
 
15480
-       esac
 
15481
+       ld_shlibs=no
 
15482
       fi
 
15483
       ;;
 
15484
 
 
15485
@@ -10355,14 +11538,14 @@
 
15486
       hardcode_libdir_flag_spec='-L$libdir'
 
15487
       hardcode_minus_L=yes
 
15488
       allow_undefined_flag=unsupported
 
15489
-      archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def'
 
15490
+      archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
 
15491
       old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
 
15492
       ;;
 
15493
 
 
15494
     osf3*)
 
15495
       if test "$GCC" = yes; then
 
15496
        allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
 
15497
-       archive_cmds='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
15498
+       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
15499
       else
 
15500
        allow_undefined_flag=' -expect_unresolved \*'
 
15501
        archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
15502
@@ -10374,13 +11557,13 @@
 
15503
     osf4* | osf5*)     # as osf3* with the addition of -msym flag
 
15504
       if test "$GCC" = yes; then
 
15505
        allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
 
15506
-       archive_cmds='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
15507
+       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
15508
        hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
 
15509
       else
 
15510
        allow_undefined_flag=' -expect_unresolved \*'
 
15511
        archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
15512
        archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
 
15513
-       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
 
15514
+       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
 
15515
 
 
15516
        # Both c and cxx compiler support -rpath directly
 
15517
        hardcode_libdir_flag_spec='-rpath $libdir'
 
15518
@@ -10388,21 +11571,15 @@
 
15519
       hardcode_libdir_separator=:
 
15520
       ;;
 
15521
 
 
15522
-    sco3.2v5*)
 
15523
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
15524
-      hardcode_shlibpath_var=no
 
15525
-      export_dynamic_flag_spec='${wl}-Bexport'
 
15526
-      runpath_var=LD_RUN_PATH
 
15527
-      hardcode_runpath_var=yes
 
15528
-      ;;
 
15529
-
 
15530
     solaris*)
 
15531
       no_undefined_flag=' -z text'
 
15532
       if test "$GCC" = yes; then
 
15533
-       archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
 
15534
+       wlarc='${wl}'
 
15535
+       archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
15536
        archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
15537
-         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
 
15538
+         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
 
15539
       else
 
15540
+       wlarc=''
 
15541
        archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
15542
        archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
15543
        $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
 
15544
@@ -10411,8 +11588,17 @@
 
15545
       hardcode_shlibpath_var=no
 
15546
       case $host_os in
 
15547
       solaris2.[0-5] | solaris2.[0-5].*) ;;
 
15548
-      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
 
15549
-       whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
 
15550
+      *)
 
15551
+       # The compiler driver will combine and reorder linker options,
 
15552
+       # but understands `-z linker_flag'.  GCC discards it without `$wl',
 
15553
+       # but is careful enough not to reorder.
 
15554
+       # Supported since Solaris 2.6 (maybe 2.5.1?)
 
15555
+       if test "$GCC" = yes; then
 
15556
+         whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
15557
+       else
 
15558
+         whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
 
15559
+       fi
 
15560
+       ;;
 
15561
       esac
 
15562
       link_all_deplibs=yes
 
15563
       ;;
 
15564
@@ -10421,7 +11607,7 @@
 
15565
       if test "x$host_vendor" = xsequent; then
 
15566
        # Use $CC to link under sequent, because it throws in some extra .o
 
15567
        # files that make .init and .fini sections work.
 
15568
-       archive_cmds='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
 
15569
+       archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
 
15570
       else
 
15571
        archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
 
15572
       fi
 
15573
@@ -10469,36 +11655,45 @@
 
15574
       fi
 
15575
       ;;
 
15576
 
 
15577
-    sysv4.2uw2*)
 
15578
-      archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
 
15579
-      hardcode_direct=yes
 
15580
-      hardcode_minus_L=no
 
15581
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
 
15582
+      no_undefined_flag='${wl}-z,text'
 
15583
+      archive_cmds_need_lc=no
 
15584
       hardcode_shlibpath_var=no
 
15585
-      hardcode_runpath_var=yes
 
15586
-      runpath_var=LD_RUN_PATH
 
15587
-      ;;
 
15588
+      runpath_var='LD_RUN_PATH'
 
15589
 
 
15590
-   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[78]* | unixware7*)
 
15591
-      no_undefined_flag='${wl}-z ${wl}text'
 
15592
       if test "$GCC" = yes; then
 
15593
-       archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
 
15594
+       archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
15595
+       archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
15596
       else
 
15597
-       archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
 
15598
+       archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
15599
+       archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
15600
       fi
 
15601
-      runpath_var='LD_RUN_PATH'
 
15602
-      hardcode_shlibpath_var=no
 
15603
       ;;
 
15604
 
 
15605
-    sysv5*)
 
15606
-      no_undefined_flag=' -z text'
 
15607
-      # $CC -shared without GNU ld will not create a library from C++
 
15608
-      # object files and a static libstdc++, better avoid it by now
 
15609
-      archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
15610
-      archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
15611
-               $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
 
15612
-      hardcode_libdir_flag_spec=
 
15613
+    sysv5* | sco3.2v5* | sco5v6*)
 
15614
+      # Note: We can NOT use -z defs as we might desire, because we do not
 
15615
+      # link with -lc, and that would cause any symbols used from libc to
 
15616
+      # always be unresolved, which means just about no library would
 
15617
+      # ever link correctly.  If we're not using GNU ld we use -z text
 
15618
+      # though, which does catch some bad symbols but isn't as heavy-handed
 
15619
+      # as -z defs.
 
15620
+      no_undefined_flag='${wl}-z,text'
 
15621
+      allow_undefined_flag='${wl}-z,nodefs'
 
15622
+      archive_cmds_need_lc=no
 
15623
       hardcode_shlibpath_var=no
 
15624
+      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
 
15625
+      hardcode_libdir_separator=':'
 
15626
+      link_all_deplibs=yes
 
15627
+      export_dynamic_flag_spec='${wl}-Bexport'
 
15628
       runpath_var='LD_RUN_PATH'
 
15629
+
 
15630
+      if test "$GCC" = yes; then
 
15631
+       archive_cmds='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
15632
+       archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
15633
+      else
 
15634
+       archive_cmds='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
15635
+       archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
15636
+      fi
 
15637
       ;;
 
15638
 
 
15639
     uts4*)
 
15640
@@ -10513,15 +11708,10 @@
 
15641
     esac
 
15642
   fi
 
15643
 
 
15644
-echo "$as_me:$LINENO: result: $ld_shlibs" >&5
 
15645
-echo "${ECHO_T}$ld_shlibs" >&6
 
15646
+{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5
 
15647
+echo "${ECHO_T}$ld_shlibs" >&6; }
 
15648
 test "$ld_shlibs" = no && can_build_shared=no
 
15649
 
 
15650
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
15651
-if test "$GCC" = yes; then
 
15652
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
15653
-fi
 
15654
-
 
15655
 #
 
15656
 # Do we need to explicitly link libc?
 
15657
 #
 
15658
@@ -10539,10 +11729,10 @@
 
15659
       # Test whether the compiler implicitly links with -lc since on some
 
15660
       # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
15661
       # to ld, don't add -lc before -lgcc.
 
15662
-      echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
15663
-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
 
15664
+      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
15665
+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
 
15666
       $rm conftest*
 
15667
-      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
15668
+      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
15669
 
 
15670
       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
15671
   (eval $ac_compile) 2>&5
 
15672
@@ -10554,6 +11744,7 @@
 
15673
         libobjs=conftest.$ac_objext
 
15674
         deplibs=
 
15675
         wl=$lt_prog_compiler_wl
 
15676
+       pic_flag=$lt_prog_compiler_pic
 
15677
         compiler_flags=-v
 
15678
         linker_flags=-v
 
15679
         verstring=
 
15680
@@ -10576,20 +11767,20 @@
 
15681
         cat conftest.err 1>&5
 
15682
       fi
 
15683
       $rm conftest*
 
15684
-      echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
 
15685
-echo "${ECHO_T}$archive_cmds_need_lc" >&6
 
15686
+      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
 
15687
+echo "${ECHO_T}$archive_cmds_need_lc" >&6; }
 
15688
       ;;
 
15689
     esac
 
15690
   fi
 
15691
   ;;
 
15692
 esac
 
15693
 
 
15694
-echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
15695
-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
 
15696
+{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
15697
+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
 
15698
 library_names_spec=
 
15699
 libname_spec='lib$name'
 
15700
 soname_spec=
 
15701
-shrext=".so"
 
15702
+shrext_cmds=".so"
 
15703
 postinstall_cmds=
 
15704
 postuninstall_cmds=
 
15705
 finish_cmds=
 
15706
@@ -10599,7 +11790,58 @@
 
15707
 version_type=none
 
15708
 dynamic_linker="$host_os ld.so"
 
15709
 sys_lib_dlsearch_path_spec="/lib /usr/lib"
 
15710
-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
 
15711
+
 
15712
+if test "$GCC" = yes; then
 
15713
+  case $host_os in
 
15714
+    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
 
15715
+    *) lt_awk_arg="/^libraries:/" ;;
 
15716
+  esac
 
15717
+  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
15718
+  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
 
15719
+    # if the path contains ";" then we assume it to be the separator
 
15720
+    # otherwise default to the standard path separator (i.e. ":") - it is
 
15721
+    # assumed that no part of a normal pathname contains ";" but that should
 
15722
+    # okay in the real world where ";" in dirpaths is itself problematic.
 
15723
+    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
 
15724
+  else
 
15725
+    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
15726
+  fi
 
15727
+  # Ok, now we have the path, separated by spaces, we can step through it
 
15728
+  # and add multilib dir if necessary.
 
15729
+  lt_tmp_lt_search_path_spec=
 
15730
+  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
 
15731
+  for lt_sys_path in $lt_search_path_spec; do
 
15732
+    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
 
15733
+      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
 
15734
+    else
 
15735
+      test -d "$lt_sys_path" && \
 
15736
+       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
 
15737
+    fi
 
15738
+  done
 
15739
+  lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk '
 
15740
+BEGIN {RS=" "; FS="/|\n";} {
 
15741
+  lt_foo="";
 
15742
+  lt_count=0;
 
15743
+  for (lt_i = NF; lt_i > 0; lt_i--) {
 
15744
+    if ($lt_i != "" && $lt_i != ".") {
 
15745
+      if ($lt_i == "..") {
 
15746
+        lt_count++;
 
15747
+      } else {
 
15748
+        if (lt_count == 0) {
 
15749
+          lt_foo="/" $lt_i lt_foo;
 
15750
+        } else {
 
15751
+          lt_count--;
 
15752
+        }
 
15753
+      }
 
15754
+    }
 
15755
+  }
 
15756
+  if (lt_foo != "") { lt_freq[lt_foo]++; }
 
15757
+  if (lt_freq[lt_foo] == 1) { print lt_foo; }
 
15758
+}'`
 
15759
+  sys_lib_search_path_spec=`echo $lt_search_path_spec`
 
15760
+else
 
15761
+  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
 
15762
+fi
 
15763
 need_lib_prefix=unknown
 
15764
 hardcode_into_libs=no
 
15765
 
 
15766
@@ -10664,7 +11906,7 @@
 
15767
 amigaos*)
 
15768
   library_names_spec='$libname.ixlibrary $libname.a'
 
15769
   # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
15770
-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
 
15771
+  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
 
15772
   ;;
 
15773
 
 
15774
 beos*)
 
15775
@@ -10673,7 +11915,7 @@
 
15776
   shlibpath_var=LIBRARY_PATH
 
15777
   ;;
 
15778
 
 
15779
-bsdi4*)
 
15780
+bsdi[45]*)
 
15781
   version_type=linux
 
15782
   need_version=no
 
15783
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
15784
@@ -10689,7 +11931,7 @@
 
15785
 
 
15786
 cygwin* | mingw* | pw32*)
 
15787
   version_type=windows
 
15788
-  shrext=".dll"
 
15789
+  shrext_cmds=".dll"
 
15790
   need_version=no
 
15791
   need_lib_prefix=no
 
15792
 
 
15793
@@ -10701,7 +11943,8 @@
 
15794
       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
 
15795
       dldir=$destdir/`dirname \$dlpath`~
 
15796
       test -d \$dldir || mkdir -p \$dldir~
 
15797
-      $install_prog $dir/$dlname \$dldir/$dlname'
 
15798
+      $install_prog $dir/$dlname \$dldir/$dlname~
 
15799
+      chmod a+x \$dldir/$dlname'
 
15800
     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
 
15801
       dlpath=$dir/\$dldll~
 
15802
        $rm \$dlpath'
 
15803
@@ -10731,7 +11974,7 @@
 
15804
       ;;
 
15805
     pw32*)
 
15806
       # pw32 DLLs use 'pw' prefix rather than 'lib'
 
15807
-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
 
15808
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
15809
       ;;
 
15810
     esac
 
15811
     ;;
 
15812
@@ -10754,13 +11997,9 @@
 
15813
   soname_spec='${libname}${release}${major}$shared_ext'
 
15814
   shlibpath_overrides_runpath=yes
 
15815
   shlibpath_var=DYLD_LIBRARY_PATH
 
15816
-  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
 
15817
-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
 
15818
-  if test "$GCC" = yes; then
 
15819
-    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
 
15820
-  else
 
15821
-    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
 
15822
-  fi
 
15823
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
 
15824
+
 
15825
+  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
 
15826
   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
 
15827
   ;;
 
15828
 
 
15829
@@ -10777,20 +12016,17 @@
 
15830
   dynamic_linker=no
 
15831
   ;;
 
15832
 
 
15833
-kfreebsd*-gnu*)
 
15834
-  version_type=linux
 
15835
-  need_lib_prefix=no
 
15836
-  need_version=no
 
15837
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
15838
-  soname_spec='${libname}${release}${shared_ext}$major'
 
15839
-  shlibpath_var=LD_LIBRARY_PATH
 
15840
-  shlibpath_overrides_runpath=no
 
15841
-  hardcode_into_libs=yes
 
15842
-  dynamic_linker='GNU ld.so'
 
15843
-  ;;
 
15844
-
 
15845
-freebsd*)
 
15846
-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
 
15847
+freebsd* | dragonfly*)
 
15848
+  # DragonFly does not have aout.  When/if they implement a new
 
15849
+  # versioning mechanism, adjust this.
 
15850
+  if test -x /usr/bin/objformat; then
 
15851
+    objformat=`/usr/bin/objformat`
 
15852
+  else
 
15853
+    case $host_os in
 
15854
+    freebsd[123]*) objformat=aout ;;
 
15855
+    *) objformat=elf ;;
 
15856
+    esac
 
15857
+  fi
 
15858
   version_type=freebsd-$objformat
 
15859
   case $version_type in
 
15860
     freebsd-elf*)
 
15861
@@ -10808,14 +12044,19 @@
 
15862
   freebsd2*)
 
15863
     shlibpath_overrides_runpath=yes
 
15864
     ;;
 
15865
-  freebsd3.01* | freebsdelf3.01*)
 
15866
+  freebsd3.[01]* | freebsdelf3.[01]*)
 
15867
     shlibpath_overrides_runpath=yes
 
15868
     hardcode_into_libs=yes
 
15869
     ;;
 
15870
-  *) # from 3.2 on
 
15871
+  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
 
15872
+  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
 
15873
     shlibpath_overrides_runpath=no
 
15874
     hardcode_into_libs=yes
 
15875
     ;;
 
15876
+  *) # from 4.6 on, and DragonFly
 
15877
+    shlibpath_overrides_runpath=yes
 
15878
+    hardcode_into_libs=yes
 
15879
+    ;;
 
15880
   esac
 
15881
   ;;
 
15882
 
 
15883
@@ -10835,9 +12076,9 @@
 
15884
   version_type=sunos
 
15885
   need_lib_prefix=no
 
15886
   need_version=no
 
15887
-  case "$host_cpu" in
 
15888
+  case $host_cpu in
 
15889
   ia64*)
 
15890
-    shrext='.so'
 
15891
+    shrext_cmds='.so'
 
15892
     hardcode_into_libs=yes
 
15893
     dynamic_linker="$host_os dld.so"
 
15894
     shlibpath_var=LD_LIBRARY_PATH
 
15895
@@ -10852,7 +12093,7 @@
 
15896
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
15897
     ;;
 
15898
    hppa*64*)
 
15899
-     shrext='.sl'
 
15900
+     shrext_cmds='.sl'
 
15901
      hardcode_into_libs=yes
 
15902
      dynamic_linker="$host_os dld.sl"
 
15903
      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
 
15904
@@ -10863,7 +12104,7 @@
 
15905
      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
15906
      ;;
 
15907
    *)
 
15908
-    shrext='.sl'
 
15909
+    shrext_cmds='.sl'
 
15910
     dynamic_linker="$host_os dld.sl"
 
15911
     shlibpath_var=SHLIB_PATH
 
15912
     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
 
15913
@@ -10875,6 +12116,18 @@
 
15914
   postinstall_cmds='chmod 555 $lib'
 
15915
   ;;
 
15916
 
 
15917
+interix[3-9]*)
 
15918
+  version_type=linux
 
15919
+  need_lib_prefix=no
 
15920
+  need_version=no
 
15921
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
15922
+  soname_spec='${libname}${release}${shared_ext}$major'
 
15923
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
 
15924
+  shlibpath_var=LD_LIBRARY_PATH
 
15925
+  shlibpath_overrides_runpath=no
 
15926
+  hardcode_into_libs=yes
 
15927
+  ;;
 
15928
+
 
15929
 irix5* | irix6* | nonstopux*)
 
15930
   case $host_os in
 
15931
     nonstopux*) version_type=nonstopux ;;
 
15932
@@ -10918,29 +12171,26 @@
 
15933
   ;;
 
15934
 
 
15935
 # This must be Linux ELF.
 
15936
-linux*)
 
15937
+linux* | k*bsd*-gnu)
 
15938
   version_type=linux
 
15939
   need_lib_prefix=no
 
15940
   need_version=no
 
15941
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
15942
   soname_spec='${libname}${release}${shared_ext}$major'
 
15943
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 
15944
-  libsuff=
 
15945
-  if test "x$LINUX_64_MODE" = x64; then
 
15946
-    # Some platforms are per default 64-bit, so there's no /lib64
 
15947
-    if test -d /lib64; then
 
15948
-      libsuff=64
 
15949
-    fi
 
15950
-  fi
 
15951
   shlibpath_var=LD_LIBRARY_PATH
 
15952
   shlibpath_overrides_runpath=no
 
15953
-  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
 
15954
-  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
 
15955
   # This implies no fast_install, which is unacceptable.
 
15956
   # Some rework will be needed to allow for fast_install
 
15957
   # before this can be enabled.
 
15958
   hardcode_into_libs=yes
 
15959
 
 
15960
+  # Append ld.so.conf contents to the search path
 
15961
+  if test -f /etc/ld.so.conf; then
 
15962
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[     ]*hwcap[        ]/d;s/[:,       ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
 
15963
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
15964
+  fi
 
15965
+
 
15966
   # We used to test for /lib/ld.so.1 and disable shared libraries on
 
15967
   # powerpc, because MkLinux only supported shared libraries with the
 
15968
   # GNU dynamic linker.  Since this was broken with cross compilers,
 
15969
@@ -10950,6 +12200,18 @@
 
15970
   dynamic_linker='GNU/Linux ld.so'
 
15971
   ;;
 
15972
 
 
15973
+netbsdelf*-gnu)
 
15974
+  version_type=linux
 
15975
+  need_lib_prefix=no
 
15976
+  need_version=no
 
15977
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
15978
+  soname_spec='${libname}${release}${shared_ext}$major'
 
15979
+  shlibpath_var=LD_LIBRARY_PATH
 
15980
+  shlibpath_overrides_runpath=no
 
15981
+  hardcode_into_libs=yes
 
15982
+  dynamic_linker='NetBSD ld.elf_so'
 
15983
+  ;;
 
15984
+
 
15985
 netbsd*)
 
15986
   version_type=sunos
 
15987
   need_lib_prefix=no
 
15988
@@ -10959,7 +12221,7 @@
 
15989
     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
15990
     dynamic_linker='NetBSD (a.out) ld.so'
 
15991
   else
 
15992
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
 
15993
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
15994
     soname_spec='${libname}${release}${shared_ext}$major'
 
15995
     dynamic_linker='NetBSD ld.elf_so'
 
15996
   fi
 
15997
@@ -10987,8 +12249,13 @@
 
15998
 
 
15999
 openbsd*)
 
16000
   version_type=sunos
 
16001
+  sys_lib_dlsearch_path_spec="/usr/lib"
 
16002
   need_lib_prefix=no
 
16003
-  need_version=no
 
16004
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
 
16005
+  case $host_os in
 
16006
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
 
16007
+    *)                         need_version=no  ;;
 
16008
+  esac
 
16009
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
16010
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
16011
   shlibpath_var=LD_LIBRARY_PATH
 
16012
@@ -11008,7 +12275,7 @@
 
16013
 
 
16014
 os2*)
 
16015
   libname_spec='$name'
 
16016
-  shrext=".dll"
 
16017
+  shrext_cmds=".dll"
 
16018
   need_lib_prefix=no
 
16019
   library_names_spec='$libname${shared_ext} $libname.a'
 
16020
   dynamic_linker='OS/2 ld.exe'
 
16021
@@ -11026,11 +12293,8 @@
 
16022
   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
 
16023
   ;;
 
16024
 
 
16025
-sco3.2v5*)
 
16026
-  version_type=osf
 
16027
-  soname_spec='${libname}${release}${shared_ext}$major'
 
16028
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
16029
-  shlibpath_var=LD_LIBRARY_PATH
 
16030
+rdos*)
 
16031
+  dynamic_linker=no
 
16032
   ;;
 
16033
 
 
16034
 solaris*)
 
16035
@@ -11058,7 +12322,7 @@
 
16036
   need_version=yes
 
16037
   ;;
 
16038
 
 
16039
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
16040
+sysv4 | sysv4.3*)
 
16041
   version_type=linux
 
16042
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
16043
   soname_spec='${libname}${release}${shared_ext}$major'
 
16044
@@ -11091,6 +12355,29 @@
 
16045
   fi
 
16046
   ;;
 
16047
 
 
16048
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
16049
+  version_type=freebsd-elf
 
16050
+  need_lib_prefix=no
 
16051
+  need_version=no
 
16052
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
16053
+  soname_spec='${libname}${release}${shared_ext}$major'
 
16054
+  shlibpath_var=LD_LIBRARY_PATH
 
16055
+  hardcode_into_libs=yes
 
16056
+  if test "$with_gnu_ld" = yes; then
 
16057
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
 
16058
+    shlibpath_overrides_runpath=no
 
16059
+  else
 
16060
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
 
16061
+    shlibpath_overrides_runpath=yes
 
16062
+    case $host_os in
 
16063
+      sco3.2v5*)
 
16064
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
 
16065
+       ;;
 
16066
+    esac
 
16067
+  fi
 
16068
+  sys_lib_dlsearch_path_spec='/usr/lib'
 
16069
+  ;;
 
16070
+
 
16071
 uts4*)
 
16072
   version_type=linux
 
16073
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
16074
@@ -11102,16 +12389,21 @@
 
16075
   dynamic_linker=no
 
16076
   ;;
 
16077
 esac
 
16078
-echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
16079
-echo "${ECHO_T}$dynamic_linker" >&6
 
16080
+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
16081
+echo "${ECHO_T}$dynamic_linker" >&6; }
 
16082
 test "$dynamic_linker" = no && can_build_shared=no
 
16083
 
 
16084
-echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
16085
-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
 
16086
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
16087
+if test "$GCC" = yes; then
 
16088
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
16089
+fi
 
16090
+
 
16091
+{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
16092
+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
 
16093
 hardcode_action=
 
16094
 if test -n "$hardcode_libdir_flag_spec" || \
 
16095
-   test -n "$runpath_var " || \
 
16096
-   test "X$hardcode_automatic"="Xyes" ; then
 
16097
+   test -n "$runpath_var" || \
 
16098
+   test "X$hardcode_automatic" = "Xyes" ; then
 
16099
 
 
16100
   # We can hardcode non-existant directories.
 
16101
   if test "$hardcode_direct" != no &&
 
16102
@@ -11131,8 +12423,8 @@
 
16103
   # directories.
 
16104
   hardcode_action=unsupported
 
16105
 fi
 
16106
-echo "$as_me:$LINENO: result: $hardcode_action" >&5
 
16107
-echo "${ECHO_T}$hardcode_action" >&6
 
16108
+{ echo "$as_me:$LINENO: result: $hardcode_action" >&5
 
16109
+echo "${ECHO_T}$hardcode_action" >&6; }
 
16110
 
 
16111
 if test "$hardcode_action" = relink; then
 
16112
   # Fast installation is not supported
 
16113
@@ -11145,29 +12437,30 @@
 
16114
 
 
16115
 striplib=
 
16116
 old_striplib=
 
16117
-echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
 
16118
-echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
 
16119
+{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
 
16120
+echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
 
16121
 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
 
16122
   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
 
16123
   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
 
16124
-  echo "$as_me:$LINENO: result: yes" >&5
 
16125
-echo "${ECHO_T}yes" >&6
 
16126
+  { echo "$as_me:$LINENO: result: yes" >&5
 
16127
+echo "${ECHO_T}yes" >&6; }
 
16128
 else
 
16129
 # FIXME - insert some real tests, host_os isn't really good enough
 
16130
   case $host_os in
 
16131
    darwin*)
 
16132
        if test -n "$STRIP" ; then
 
16133
          striplib="$STRIP -x"
 
16134
-         echo "$as_me:$LINENO: result: yes" >&5
 
16135
-echo "${ECHO_T}yes" >&6
 
16136
+         old_striplib="$STRIP -S"
 
16137
+         { echo "$as_me:$LINENO: result: yes" >&5
 
16138
+echo "${ECHO_T}yes" >&6; }
 
16139
        else
 
16140
-  echo "$as_me:$LINENO: result: no" >&5
 
16141
-echo "${ECHO_T}no" >&6
 
16142
+  { echo "$as_me:$LINENO: result: no" >&5
 
16143
+echo "${ECHO_T}no" >&6; }
 
16144
 fi
 
16145
        ;;
 
16146
    *)
 
16147
-  echo "$as_me:$LINENO: result: no" >&5
 
16148
-echo "${ECHO_T}no" >&6
 
16149
+  { echo "$as_me:$LINENO: result: no" >&5
 
16150
+echo "${ECHO_T}no" >&6; }
 
16151
     ;;
 
16152
   esac
 
16153
 fi
 
16154
@@ -11199,8 +12492,8 @@
 
16155
 
 
16156
   darwin*)
 
16157
   # if libdl is installed we need to link against it
 
16158
-    echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
16159
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
 
16160
+    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
16161
+echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
 
16162
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 
16163
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
16164
 else
 
16165
@@ -11213,56 +12506,53 @@
 
16166
 cat >>conftest.$ac_ext <<_ACEOF
 
16167
 /* end confdefs.h.  */
 
16168
 
 
16169
-/* Override any gcc2 internal prototype to avoid an error.  */
 
16170
+/* Override any GCC internal prototype to avoid an error.
 
16171
+   Use char because int might match the return type of a GCC
 
16172
+   builtin and then its argument prototype would still apply.  */
 
16173
 #ifdef __cplusplus
 
16174
 extern "C"
 
16175
 #endif
 
16176
-/* We use char because int might match the return type of a gcc2
 
16177
-   builtin and then its argument prototype would still apply.  */
 
16178
 char dlopen ();
 
16179
 int
 
16180
 main ()
 
16181
 {
 
16182
-dlopen ();
 
16183
+return dlopen ();
 
16184
   ;
 
16185
   return 0;
 
16186
 }
 
16187
 _ACEOF
 
16188
 rm -f conftest.$ac_objext conftest$ac_exeext
 
16189
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
16190
-  (eval $ac_link) 2>conftest.er1
 
16191
+if { (ac_try="$ac_link"
 
16192
+case "(($ac_try" in
 
16193
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
16194
+  *) ac_try_echo=$ac_try;;
 
16195
+esac
 
16196
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
16197
+  (eval "$ac_link") 2>conftest.er1
 
16198
   ac_status=$?
 
16199
   grep -v '^ *+' conftest.er1 >conftest.err
 
16200
   rm -f conftest.er1
 
16201
   cat conftest.err >&5
 
16202
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16203
-  (exit $ac_status); } &&
 
16204
-        { ac_try='test -z "$ac_c_werror_flag"
 
16205
-                        || test ! -s conftest.err'
 
16206
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
16207
-  (eval $ac_try) 2>&5
 
16208
-  ac_status=$?
 
16209
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16210
-  (exit $ac_status); }; } &&
 
16211
-        { ac_try='test -s conftest$ac_exeext'
 
16212
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
16213
-  (eval $ac_try) 2>&5
 
16214
-  ac_status=$?
 
16215
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16216
-  (exit $ac_status); }; }; then
 
16217
+  (exit $ac_status); } && {
 
16218
+        test -z "$ac_c_werror_flag" ||
 
16219
+        test ! -s conftest.err
 
16220
+       } && test -s conftest$ac_exeext &&
 
16221
+       $as_test_x conftest$ac_exeext; then
 
16222
   ac_cv_lib_dl_dlopen=yes
 
16223
 else
 
16224
   echo "$as_me: failed program was:" >&5
 
16225
 sed 's/^/| /' conftest.$ac_ext >&5
 
16226
 
 
16227
-ac_cv_lib_dl_dlopen=no
 
16228
+       ac_cv_lib_dl_dlopen=no
 
16229
 fi
 
16230
-rm -f conftest.err conftest.$ac_objext \
 
16231
+
 
16232
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
16233
       conftest$ac_exeext conftest.$ac_ext
 
16234
 LIBS=$ac_check_lib_save_LIBS
 
16235
 fi
 
16236
-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
16237
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
 
16238
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
16239
+echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
 
16240
 if test $ac_cv_lib_dl_dlopen = yes; then
 
16241
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 
16242
 else
 
16243
@@ -11276,8 +12566,8 @@
 
16244
    ;;
 
16245
 
 
16246
   *)
 
16247
-    echo "$as_me:$LINENO: checking for shl_load" >&5
 
16248
-echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
 
16249
+    { echo "$as_me:$LINENO: checking for shl_load" >&5
 
16250
+echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
 
16251
 if test "${ac_cv_func_shl_load+set}" = set; then
 
16252
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
16253
 else
 
16254
@@ -11304,73 +12594,64 @@
 
16255
 
 
16256
 #undef shl_load
 
16257
 
 
16258
-/* Override any gcc2 internal prototype to avoid an error.  */
 
16259
+/* Override any GCC internal prototype to avoid an error.
 
16260
+   Use char because int might match the return type of a GCC
 
16261
+   builtin and then its argument prototype would still apply.  */
 
16262
 #ifdef __cplusplus
 
16263
 extern "C"
 
16264
-{
 
16265
 #endif
 
16266
-/* We use char because int might match the return type of a gcc2
 
16267
-   builtin and then its argument prototype would still apply.  */
 
16268
 char shl_load ();
 
16269
 /* The GNU C library defines this for functions which it implements
 
16270
     to always fail with ENOSYS.  Some functions are actually named
 
16271
     something starting with __ and the normal name is an alias.  */
 
16272
-#if defined (__stub_shl_load) || defined (__stub___shl_load)
 
16273
+#if defined __stub_shl_load || defined __stub___shl_load
 
16274
 choke me
 
16275
-#else
 
16276
-char (*f) () = shl_load;
 
16277
-#endif
 
16278
-#ifdef __cplusplus
 
16279
-}
 
16280
 #endif
 
16281
 
 
16282
 int
 
16283
 main ()
 
16284
 {
 
16285
-return f != shl_load;
 
16286
+return shl_load ();
 
16287
   ;
 
16288
   return 0;
 
16289
 }
 
16290
 _ACEOF
 
16291
 rm -f conftest.$ac_objext conftest$ac_exeext
 
16292
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
16293
-  (eval $ac_link) 2>conftest.er1
 
16294
+if { (ac_try="$ac_link"
 
16295
+case "(($ac_try" in
 
16296
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
16297
+  *) ac_try_echo=$ac_try;;
 
16298
+esac
 
16299
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
16300
+  (eval "$ac_link") 2>conftest.er1
 
16301
   ac_status=$?
 
16302
   grep -v '^ *+' conftest.er1 >conftest.err
 
16303
   rm -f conftest.er1
 
16304
   cat conftest.err >&5
 
16305
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16306
-  (exit $ac_status); } &&
 
16307
-        { ac_try='test -z "$ac_c_werror_flag"
 
16308
-                        || test ! -s conftest.err'
 
16309
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
16310
-  (eval $ac_try) 2>&5
 
16311
-  ac_status=$?
 
16312
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16313
-  (exit $ac_status); }; } &&
 
16314
-        { ac_try='test -s conftest$ac_exeext'
 
16315
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
16316
-  (eval $ac_try) 2>&5
 
16317
-  ac_status=$?
 
16318
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16319
-  (exit $ac_status); }; }; then
 
16320
+  (exit $ac_status); } && {
 
16321
+        test -z "$ac_c_werror_flag" ||
 
16322
+        test ! -s conftest.err
 
16323
+       } && test -s conftest$ac_exeext &&
 
16324
+       $as_test_x conftest$ac_exeext; then
 
16325
   ac_cv_func_shl_load=yes
 
16326
 else
 
16327
   echo "$as_me: failed program was:" >&5
 
16328
 sed 's/^/| /' conftest.$ac_ext >&5
 
16329
 
 
16330
-ac_cv_func_shl_load=no
 
16331
+       ac_cv_func_shl_load=no
 
16332
 fi
 
16333
-rm -f conftest.err conftest.$ac_objext \
 
16334
+
 
16335
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
16336
       conftest$ac_exeext conftest.$ac_ext
 
16337
 fi
 
16338
-echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
 
16339
-echo "${ECHO_T}$ac_cv_func_shl_load" >&6
 
16340
+{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
 
16341
+echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
 
16342
 if test $ac_cv_func_shl_load = yes; then
 
16343
   lt_cv_dlopen="shl_load"
 
16344
 else
 
16345
-  echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
 
16346
-echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
 
16347
+  { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
 
16348
+echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
 
16349
 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
 
16350
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
16351
 else
 
16352
@@ -11383,61 +12664,58 @@
 
16353
 cat >>conftest.$ac_ext <<_ACEOF
 
16354
 /* end confdefs.h.  */
 
16355
 
 
16356
-/* Override any gcc2 internal prototype to avoid an error.  */
 
16357
+/* Override any GCC internal prototype to avoid an error.
 
16358
+   Use char because int might match the return type of a GCC
 
16359
+   builtin and then its argument prototype would still apply.  */
 
16360
 #ifdef __cplusplus
 
16361
 extern "C"
 
16362
 #endif
 
16363
-/* We use char because int might match the return type of a gcc2
 
16364
-   builtin and then its argument prototype would still apply.  */
 
16365
 char shl_load ();
 
16366
 int
 
16367
 main ()
 
16368
 {
 
16369
-shl_load ();
 
16370
+return shl_load ();
 
16371
   ;
 
16372
   return 0;
 
16373
 }
 
16374
 _ACEOF
 
16375
 rm -f conftest.$ac_objext conftest$ac_exeext
 
16376
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
16377
-  (eval $ac_link) 2>conftest.er1
 
16378
+if { (ac_try="$ac_link"
 
16379
+case "(($ac_try" in
 
16380
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
16381
+  *) ac_try_echo=$ac_try;;
 
16382
+esac
 
16383
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
16384
+  (eval "$ac_link") 2>conftest.er1
 
16385
   ac_status=$?
 
16386
   grep -v '^ *+' conftest.er1 >conftest.err
 
16387
   rm -f conftest.er1
 
16388
   cat conftest.err >&5
 
16389
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16390
-  (exit $ac_status); } &&
 
16391
-        { ac_try='test -z "$ac_c_werror_flag"
 
16392
-                        || test ! -s conftest.err'
 
16393
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
16394
-  (eval $ac_try) 2>&5
 
16395
-  ac_status=$?
 
16396
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16397
-  (exit $ac_status); }; } &&
 
16398
-        { ac_try='test -s conftest$ac_exeext'
 
16399
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
16400
-  (eval $ac_try) 2>&5
 
16401
-  ac_status=$?
 
16402
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16403
-  (exit $ac_status); }; }; then
 
16404
+  (exit $ac_status); } && {
 
16405
+        test -z "$ac_c_werror_flag" ||
 
16406
+        test ! -s conftest.err
 
16407
+       } && test -s conftest$ac_exeext &&
 
16408
+       $as_test_x conftest$ac_exeext; then
 
16409
   ac_cv_lib_dld_shl_load=yes
 
16410
 else
 
16411
   echo "$as_me: failed program was:" >&5
 
16412
 sed 's/^/| /' conftest.$ac_ext >&5
 
16413
 
 
16414
-ac_cv_lib_dld_shl_load=no
 
16415
+       ac_cv_lib_dld_shl_load=no
 
16416
 fi
 
16417
-rm -f conftest.err conftest.$ac_objext \
 
16418
+
 
16419
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
16420
       conftest$ac_exeext conftest.$ac_ext
 
16421
 LIBS=$ac_check_lib_save_LIBS
 
16422
 fi
 
16423
-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
 
16424
-echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
 
16425
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
 
16426
+echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
 
16427
 if test $ac_cv_lib_dld_shl_load = yes; then
 
16428
   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
 
16429
 else
 
16430
-  echo "$as_me:$LINENO: checking for dlopen" >&5
 
16431
-echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
 
16432
+  { echo "$as_me:$LINENO: checking for dlopen" >&5
 
16433
+echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
 
16434
 if test "${ac_cv_func_dlopen+set}" = set; then
 
16435
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
16436
 else
 
16437
@@ -11464,73 +12742,64 @@
 
16438
 
 
16439
 #undef dlopen
 
16440
 
 
16441
-/* Override any gcc2 internal prototype to avoid an error.  */
 
16442
+/* Override any GCC internal prototype to avoid an error.
 
16443
+   Use char because int might match the return type of a GCC
 
16444
+   builtin and then its argument prototype would still apply.  */
 
16445
 #ifdef __cplusplus
 
16446
 extern "C"
 
16447
-{
 
16448
 #endif
 
16449
-/* We use char because int might match the return type of a gcc2
 
16450
-   builtin and then its argument prototype would still apply.  */
 
16451
 char dlopen ();
 
16452
 /* The GNU C library defines this for functions which it implements
 
16453
     to always fail with ENOSYS.  Some functions are actually named
 
16454
     something starting with __ and the normal name is an alias.  */
 
16455
-#if defined (__stub_dlopen) || defined (__stub___dlopen)
 
16456
+#if defined __stub_dlopen || defined __stub___dlopen
 
16457
 choke me
 
16458
-#else
 
16459
-char (*f) () = dlopen;
 
16460
-#endif
 
16461
-#ifdef __cplusplus
 
16462
-}
 
16463
 #endif
 
16464
 
 
16465
 int
 
16466
 main ()
 
16467
 {
 
16468
-return f != dlopen;
 
16469
+return dlopen ();
 
16470
   ;
 
16471
   return 0;
 
16472
 }
 
16473
 _ACEOF
 
16474
 rm -f conftest.$ac_objext conftest$ac_exeext
 
16475
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
16476
-  (eval $ac_link) 2>conftest.er1
 
16477
+if { (ac_try="$ac_link"
 
16478
+case "(($ac_try" in
 
16479
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
16480
+  *) ac_try_echo=$ac_try;;
 
16481
+esac
 
16482
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
16483
+  (eval "$ac_link") 2>conftest.er1
 
16484
   ac_status=$?
 
16485
   grep -v '^ *+' conftest.er1 >conftest.err
 
16486
   rm -f conftest.er1
 
16487
   cat conftest.err >&5
 
16488
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16489
-  (exit $ac_status); } &&
 
16490
-        { ac_try='test -z "$ac_c_werror_flag"
 
16491
-                        || test ! -s conftest.err'
 
16492
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
16493
-  (eval $ac_try) 2>&5
 
16494
-  ac_status=$?
 
16495
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16496
-  (exit $ac_status); }; } &&
 
16497
-        { ac_try='test -s conftest$ac_exeext'
 
16498
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
16499
-  (eval $ac_try) 2>&5
 
16500
-  ac_status=$?
 
16501
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16502
-  (exit $ac_status); }; }; then
 
16503
+  (exit $ac_status); } && {
 
16504
+        test -z "$ac_c_werror_flag" ||
 
16505
+        test ! -s conftest.err
 
16506
+       } && test -s conftest$ac_exeext &&
 
16507
+       $as_test_x conftest$ac_exeext; then
 
16508
   ac_cv_func_dlopen=yes
 
16509
 else
 
16510
   echo "$as_me: failed program was:" >&5
 
16511
 sed 's/^/| /' conftest.$ac_ext >&5
 
16512
 
 
16513
-ac_cv_func_dlopen=no
 
16514
+       ac_cv_func_dlopen=no
 
16515
 fi
 
16516
-rm -f conftest.err conftest.$ac_objext \
 
16517
+
 
16518
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
16519
       conftest$ac_exeext conftest.$ac_ext
 
16520
 fi
 
16521
-echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
 
16522
-echo "${ECHO_T}$ac_cv_func_dlopen" >&6
 
16523
+{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
 
16524
+echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
 
16525
 if test $ac_cv_func_dlopen = yes; then
 
16526
   lt_cv_dlopen="dlopen"
 
16527
 else
 
16528
-  echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
16529
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
 
16530
+  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
16531
+echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
 
16532
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 
16533
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
16534
 else
 
16535
@@ -11543,61 +12812,58 @@
 
16536
 cat >>conftest.$ac_ext <<_ACEOF
 
16537
 /* end confdefs.h.  */
 
16538
 
 
16539
-/* Override any gcc2 internal prototype to avoid an error.  */
 
16540
+/* Override any GCC internal prototype to avoid an error.
 
16541
+   Use char because int might match the return type of a GCC
 
16542
+   builtin and then its argument prototype would still apply.  */
 
16543
 #ifdef __cplusplus
 
16544
 extern "C"
 
16545
 #endif
 
16546
-/* We use char because int might match the return type of a gcc2
 
16547
-   builtin and then its argument prototype would still apply.  */
 
16548
 char dlopen ();
 
16549
 int
 
16550
 main ()
 
16551
 {
 
16552
-dlopen ();
 
16553
+return dlopen ();
 
16554
   ;
 
16555
   return 0;
 
16556
 }
 
16557
 _ACEOF
 
16558
 rm -f conftest.$ac_objext conftest$ac_exeext
 
16559
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
16560
-  (eval $ac_link) 2>conftest.er1
 
16561
+if { (ac_try="$ac_link"
 
16562
+case "(($ac_try" in
 
16563
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
16564
+  *) ac_try_echo=$ac_try;;
 
16565
+esac
 
16566
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
16567
+  (eval "$ac_link") 2>conftest.er1
 
16568
   ac_status=$?
 
16569
   grep -v '^ *+' conftest.er1 >conftest.err
 
16570
   rm -f conftest.er1
 
16571
   cat conftest.err >&5
 
16572
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16573
-  (exit $ac_status); } &&
 
16574
-        { ac_try='test -z "$ac_c_werror_flag"
 
16575
-                        || test ! -s conftest.err'
 
16576
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
16577
-  (eval $ac_try) 2>&5
 
16578
-  ac_status=$?
 
16579
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16580
-  (exit $ac_status); }; } &&
 
16581
-        { ac_try='test -s conftest$ac_exeext'
 
16582
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
16583
-  (eval $ac_try) 2>&5
 
16584
-  ac_status=$?
 
16585
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16586
-  (exit $ac_status); }; }; then
 
16587
+  (exit $ac_status); } && {
 
16588
+        test -z "$ac_c_werror_flag" ||
 
16589
+        test ! -s conftest.err
 
16590
+       } && test -s conftest$ac_exeext &&
 
16591
+       $as_test_x conftest$ac_exeext; then
 
16592
   ac_cv_lib_dl_dlopen=yes
 
16593
 else
 
16594
   echo "$as_me: failed program was:" >&5
 
16595
 sed 's/^/| /' conftest.$ac_ext >&5
 
16596
 
 
16597
-ac_cv_lib_dl_dlopen=no
 
16598
+       ac_cv_lib_dl_dlopen=no
 
16599
 fi
 
16600
-rm -f conftest.err conftest.$ac_objext \
 
16601
+
 
16602
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
16603
       conftest$ac_exeext conftest.$ac_ext
 
16604
 LIBS=$ac_check_lib_save_LIBS
 
16605
 fi
 
16606
-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
16607
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
 
16608
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
16609
+echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
 
16610
 if test $ac_cv_lib_dl_dlopen = yes; then
 
16611
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 
16612
 else
 
16613
-  echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
 
16614
-echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
 
16615
+  { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
 
16616
+echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
 
16617
 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
 
16618
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
16619
 else
 
16620
@@ -11610,61 +12876,58 @@
 
16621
 cat >>conftest.$ac_ext <<_ACEOF
 
16622
 /* end confdefs.h.  */
 
16623
 
 
16624
-/* Override any gcc2 internal prototype to avoid an error.  */
 
16625
+/* Override any GCC internal prototype to avoid an error.
 
16626
+   Use char because int might match the return type of a GCC
 
16627
+   builtin and then its argument prototype would still apply.  */
 
16628
 #ifdef __cplusplus
 
16629
 extern "C"
 
16630
 #endif
 
16631
-/* We use char because int might match the return type of a gcc2
 
16632
-   builtin and then its argument prototype would still apply.  */
 
16633
 char dlopen ();
 
16634
 int
 
16635
 main ()
 
16636
 {
 
16637
-dlopen ();
 
16638
+return dlopen ();
 
16639
   ;
 
16640
   return 0;
 
16641
 }
 
16642
 _ACEOF
 
16643
 rm -f conftest.$ac_objext conftest$ac_exeext
 
16644
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
16645
-  (eval $ac_link) 2>conftest.er1
 
16646
+if { (ac_try="$ac_link"
 
16647
+case "(($ac_try" in
 
16648
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
16649
+  *) ac_try_echo=$ac_try;;
 
16650
+esac
 
16651
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
16652
+  (eval "$ac_link") 2>conftest.er1
 
16653
   ac_status=$?
 
16654
   grep -v '^ *+' conftest.er1 >conftest.err
 
16655
   rm -f conftest.er1
 
16656
   cat conftest.err >&5
 
16657
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16658
-  (exit $ac_status); } &&
 
16659
-        { ac_try='test -z "$ac_c_werror_flag"
 
16660
-                        || test ! -s conftest.err'
 
16661
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
16662
-  (eval $ac_try) 2>&5
 
16663
-  ac_status=$?
 
16664
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16665
-  (exit $ac_status); }; } &&
 
16666
-        { ac_try='test -s conftest$ac_exeext'
 
16667
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
16668
-  (eval $ac_try) 2>&5
 
16669
-  ac_status=$?
 
16670
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16671
-  (exit $ac_status); }; }; then
 
16672
+  (exit $ac_status); } && {
 
16673
+        test -z "$ac_c_werror_flag" ||
 
16674
+        test ! -s conftest.err
 
16675
+       } && test -s conftest$ac_exeext &&
 
16676
+       $as_test_x conftest$ac_exeext; then
 
16677
   ac_cv_lib_svld_dlopen=yes
 
16678
 else
 
16679
   echo "$as_me: failed program was:" >&5
 
16680
 sed 's/^/| /' conftest.$ac_ext >&5
 
16681
 
 
16682
-ac_cv_lib_svld_dlopen=no
 
16683
+       ac_cv_lib_svld_dlopen=no
 
16684
 fi
 
16685
-rm -f conftest.err conftest.$ac_objext \
 
16686
+
 
16687
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
16688
       conftest$ac_exeext conftest.$ac_ext
 
16689
 LIBS=$ac_check_lib_save_LIBS
 
16690
 fi
 
16691
-echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
 
16692
-echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
 
16693
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
 
16694
+echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
 
16695
 if test $ac_cv_lib_svld_dlopen = yes; then
 
16696
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
 
16697
 else
 
16698
-  echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
 
16699
-echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
 
16700
+  { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
 
16701
+echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
 
16702
 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
 
16703
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
16704
 else
 
16705
@@ -11677,56 +12940,53 @@
 
16706
 cat >>conftest.$ac_ext <<_ACEOF
 
16707
 /* end confdefs.h.  */
 
16708
 
 
16709
-/* Override any gcc2 internal prototype to avoid an error.  */
 
16710
+/* Override any GCC internal prototype to avoid an error.
 
16711
+   Use char because int might match the return type of a GCC
 
16712
+   builtin and then its argument prototype would still apply.  */
 
16713
 #ifdef __cplusplus
 
16714
 extern "C"
 
16715
 #endif
 
16716
-/* We use char because int might match the return type of a gcc2
 
16717
-   builtin and then its argument prototype would still apply.  */
 
16718
 char dld_link ();
 
16719
 int
 
16720
 main ()
 
16721
 {
 
16722
-dld_link ();
 
16723
+return dld_link ();
 
16724
   ;
 
16725
   return 0;
 
16726
 }
 
16727
 _ACEOF
 
16728
 rm -f conftest.$ac_objext conftest$ac_exeext
 
16729
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
16730
-  (eval $ac_link) 2>conftest.er1
 
16731
+if { (ac_try="$ac_link"
 
16732
+case "(($ac_try" in
 
16733
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
16734
+  *) ac_try_echo=$ac_try;;
 
16735
+esac
 
16736
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
16737
+  (eval "$ac_link") 2>conftest.er1
 
16738
   ac_status=$?
 
16739
   grep -v '^ *+' conftest.er1 >conftest.err
 
16740
   rm -f conftest.er1
 
16741
   cat conftest.err >&5
 
16742
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16743
-  (exit $ac_status); } &&
 
16744
-        { ac_try='test -z "$ac_c_werror_flag"
 
16745
-                        || test ! -s conftest.err'
 
16746
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
16747
-  (eval $ac_try) 2>&5
 
16748
-  ac_status=$?
 
16749
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16750
-  (exit $ac_status); }; } &&
 
16751
-        { ac_try='test -s conftest$ac_exeext'
 
16752
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
16753
-  (eval $ac_try) 2>&5
 
16754
-  ac_status=$?
 
16755
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16756
-  (exit $ac_status); }; }; then
 
16757
+  (exit $ac_status); } && {
 
16758
+        test -z "$ac_c_werror_flag" ||
 
16759
+        test ! -s conftest.err
 
16760
+       } && test -s conftest$ac_exeext &&
 
16761
+       $as_test_x conftest$ac_exeext; then
 
16762
   ac_cv_lib_dld_dld_link=yes
 
16763
 else
 
16764
   echo "$as_me: failed program was:" >&5
 
16765
 sed 's/^/| /' conftest.$ac_ext >&5
 
16766
 
 
16767
-ac_cv_lib_dld_dld_link=no
 
16768
+       ac_cv_lib_dld_dld_link=no
 
16769
 fi
 
16770
-rm -f conftest.err conftest.$ac_objext \
 
16771
+
 
16772
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
16773
       conftest$ac_exeext conftest.$ac_ext
 
16774
 LIBS=$ac_check_lib_save_LIBS
 
16775
 fi
 
16776
-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
 
16777
-echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
 
16778
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
 
16779
+echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
 
16780
 if test $ac_cv_lib_dld_dld_link = yes; then
 
16781
   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
 
16782
 fi
 
16783
@@ -11761,13 +13021,13 @@
 
16784
     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 
16785
 
 
16786
     save_LDFLAGS="$LDFLAGS"
 
16787
-    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
16788
+    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
16789
 
 
16790
     save_LIBS="$LIBS"
 
16791
     LIBS="$lt_cv_dlopen_libs $LIBS"
 
16792
 
 
16793
-    echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
 
16794
-echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
 
16795
+    { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
 
16796
+echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
 
16797
 if test "${lt_cv_dlopen_self+set}" = set; then
 
16798
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
16799
 else
 
16800
@@ -11777,7 +13037,7 @@
 
16801
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
16802
   lt_status=$lt_dlunknown
 
16803
   cat > conftest.$ac_ext <<EOF
 
16804
-#line 11780 "configure"
 
16805
+#line 13040 "configure"
 
16806
 #include "confdefs.h"
 
16807
 
 
16808
 #if HAVE_DLFCN_H
 
16809
@@ -11834,6 +13094,8 @@
 
16810
       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
16811
       /* dlclose (self); */
 
16812
     }
 
16813
+  else
 
16814
+    puts (dlerror ());
 
16815
 
 
16816
     exit (status);
 
16817
 }
 
16818
@@ -11843,12 +13105,12 @@
 
16819
   ac_status=$?
 
16820
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16821
   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
 
16822
-    (./conftest; exit; ) 2>/dev/null
 
16823
+    (./conftest; exit; ) >&5 2>/dev/null
 
16824
     lt_status=$?
 
16825
     case x$lt_status in
 
16826
       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
 
16827
       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
 
16828
-      x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
 
16829
+      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
 
16830
     esac
 
16831
   else :
 
16832
     # compilation failed
 
16833
@@ -11859,13 +13121,13 @@
 
16834
 
 
16835
 
 
16836
 fi
 
16837
-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
 
16838
-echo "${ECHO_T}$lt_cv_dlopen_self" >&6
 
16839
+{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
 
16840
+echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
 
16841
 
 
16842
     if test "x$lt_cv_dlopen_self" = xyes; then
 
16843
-      LDFLAGS="$LDFLAGS $link_static_flag"
 
16844
-      echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
 
16845
-echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
 
16846
+      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
 
16847
+      { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
 
16848
+echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
 
16849
 if test "${lt_cv_dlopen_self_static+set}" = set; then
 
16850
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
16851
 else
 
16852
@@ -11875,7 +13137,7 @@
 
16853
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
16854
   lt_status=$lt_dlunknown
 
16855
   cat > conftest.$ac_ext <<EOF
 
16856
-#line 11878 "configure"
 
16857
+#line 13140 "configure"
 
16858
 #include "confdefs.h"
 
16859
 
 
16860
 #if HAVE_DLFCN_H
 
16861
@@ -11932,6 +13194,8 @@
 
16862
       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
16863
       /* dlclose (self); */
 
16864
     }
 
16865
+  else
 
16866
+    puts (dlerror ());
 
16867
 
 
16868
     exit (status);
 
16869
 }
 
16870
@@ -11941,12 +13205,12 @@
 
16871
   ac_status=$?
 
16872
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16873
   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
 
16874
-    (./conftest; exit; ) 2>/dev/null
 
16875
+    (./conftest; exit; ) >&5 2>/dev/null
 
16876
     lt_status=$?
 
16877
     case x$lt_status in
 
16878
       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
 
16879
       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
 
16880
-      x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
 
16881
+      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
 
16882
     esac
 
16883
   else :
 
16884
     # compilation failed
 
16885
@@ -11957,8 +13221,8 @@
 
16886
 
 
16887
 
 
16888
 fi
 
16889
-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
 
16890
-echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
 
16891
+{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
 
16892
+echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
 
16893
     fi
 
16894
 
 
16895
     CPPFLAGS="$save_CPPFLAGS"
 
16896
@@ -11979,19 +13243,19 @@
 
16897
 fi
 
16898
 
 
16899
 
 
16900
-# Report which librarie types wil actually be built
 
16901
-echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 
16902
-echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
 
16903
-echo "$as_me:$LINENO: result: $can_build_shared" >&5
 
16904
-echo "${ECHO_T}$can_build_shared" >&6
 
16905
+# Report which library types will actually be built
 
16906
+{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 
16907
+echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
 
16908
+{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
 
16909
+echo "${ECHO_T}$can_build_shared" >&6; }
 
16910
 
 
16911
-echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 
16912
-echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
 
16913
+{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 
16914
+echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
 
16915
 test "$can_build_shared" = "no" && enable_shared=no
 
16916
 
 
16917
 # On AIX, shared libraries and static libraries use the same namespace, and
 
16918
 # are all built from PIC.
 
16919
-case "$host_os" in
 
16920
+case $host_os in
 
16921
 aix3*)
 
16922
   test "$enable_shared" = yes && enable_static=no
 
16923
   if test -n "$RANLIB"; then
 
16924
@@ -12000,58 +13264,21 @@
 
16925
   fi
 
16926
   ;;
 
16927
 
 
16928
-aix4*)
 
16929
+aix4* | aix5*)
 
16930
   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
16931
     test "$enable_shared" = yes && enable_static=no
 
16932
   fi
 
16933
-  ;;
 
16934
-  darwin* | rhapsody*)
 
16935
-  if test "$GCC" = yes; then
 
16936
-    archive_cmds_need_lc=no
 
16937
-    case "$host_os" in
 
16938
-    rhapsody* | darwin1.[012])
 
16939
-      allow_undefined_flag='-Wl,-undefined -Wl,suppress'
 
16940
-      ;;
 
16941
-    *) # Darwin 1.3 on
 
16942
-      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
16943
-       allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
 
16944
-      else
 
16945
-       case ${MACOSX_DEPLOYMENT_TARGET} in
 
16946
-         10.012)
 
16947
-           allow_undefined_flag='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
 
16948
-           ;;
 
16949
-         10.*)
 
16950
-           allow_undefined_flag='-Wl,-undefined -Wl,dynamic_lookup'
 
16951
-           ;;
 
16952
-       esac
 
16953
-      fi
 
16954
-      ;;
 
16955
-    esac
 
16956
-    output_verbose_link_cmd='echo'
 
16957
-    archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
 
16958
-    module_cmds='$CC $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
 
16959
-    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
 
16960
-    archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag  -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
16961
-    module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
16962
-    hardcode_direct=no
 
16963
-    hardcode_automatic=yes
 
16964
-    hardcode_shlibpath_var=unsupported
 
16965
-    whole_archive_flag_spec='-all_load $convenience'
 
16966
-    link_all_deplibs=yes
 
16967
-  else
 
16968
-    ld_shlibs=no
 
16969
-  fi
 
16970
     ;;
 
16971
 esac
 
16972
-echo "$as_me:$LINENO: result: $enable_shared" >&5
 
16973
-echo "${ECHO_T}$enable_shared" >&6
 
16974
+{ echo "$as_me:$LINENO: result: $enable_shared" >&5
 
16975
+echo "${ECHO_T}$enable_shared" >&6; }
 
16976
 
 
16977
-echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 
16978
-echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
 
16979
+{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 
16980
+echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
 
16981
 # Make sure either enable_shared or enable_static is yes.
 
16982
 test "$enable_shared" = yes || enable_static=yes
 
16983
-echo "$as_me:$LINENO: result: $enable_static" >&5
 
16984
-echo "${ECHO_T}$enable_static" >&6
 
16985
+{ echo "$as_me:$LINENO: result: $enable_static" >&5
 
16986
+echo "${ECHO_T}$enable_static" >&6; }
 
16987
 
 
16988
 # The else clause should only fire when bootstrapping the
 
16989
 # libtool distribution, otherwise you forgot to ship ltmain.sh
 
16990
@@ -12066,7 +13293,8 @@
 
16991
   # Now quote all the things that may contain metacharacters while being
 
16992
   # careful not to overquote the AC_SUBSTed values.  We take copies of the
 
16993
   # variables and quote the copies for generation of the libtool script.
 
16994
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
 
16995
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
 
16996
+    SED SHELL STRIP \
 
16997
     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
 
16998
     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
 
16999
     deplibs_check_method reload_flag reload_cmds need_locks \
 
17000
@@ -12107,6 +13335,7 @@
 
17001
     module_cmds \
 
17002
     module_expsym_cmds \
 
17003
     lt_cv_prog_compiler_c_o \
 
17004
+    fix_srcfile_path \
 
17005
     exclude_expsyms \
 
17006
     include_expsyms; do
 
17007
 
 
17008
@@ -12151,7 +13380,7 @@
 
17009
 # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
 
17010
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 
17011
 #
 
17012
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
 
17013
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
 
17014
 # Free Software Foundation, Inc.
 
17015
 #
 
17016
 # This file is part of GNU Libtool:
 
17017
@@ -12180,11 +13409,11 @@
 
17018
 SED=$lt_SED
 
17019
 
 
17020
 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
 
17021
-Xsed="$SED -e s/^X//"
 
17022
+Xsed="$SED -e 1s/^X//"
 
17023
 
 
17024
 # The HP-UX ksh and POSIX shell print the target directory to stdout
 
17025
 # if CDPATH is set.
 
17026
-if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
 
17027
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
17028
 
 
17029
 # The names of the tagged configurations supported by this script.
 
17030
 available_tags=
 
17031
@@ -12214,6 +13443,12 @@
 
17032
 # The host system.
 
17033
 host_alias=$host_alias
 
17034
 host=$host
 
17035
+host_os=$host_os
 
17036
+
 
17037
+# The build system.
 
17038
+build_alias=$build_alias
 
17039
+build=$build
 
17040
+build_os=$build_os
 
17041
 
 
17042
 # An echo program that does not interpret backslashes.
 
17043
 echo=$lt_echo
 
17044
@@ -12225,6 +13460,9 @@
 
17045
 # A C compiler.
 
17046
 LTCC=$lt_LTCC
 
17047
 
 
17048
+# LTCC compiler flags.
 
17049
+LTCFLAGS=$lt_LTCFLAGS
 
17050
+
 
17051
 # A language-specific compiler.
 
17052
 CC=$lt_compiler
 
17053
 
 
17054
@@ -12244,7 +13482,7 @@
 
17055
 NM=$lt_NM
 
17056
 
 
17057
 # A symbol stripping program
 
17058
-STRIP=$STRIP
 
17059
+STRIP=$lt_STRIP
 
17060
 
 
17061
 # Used to examine libraries when file_magic_cmd begins "file"
 
17062
 MAGIC_CMD=$MAGIC_CMD
 
17063
@@ -12275,7 +13513,7 @@
 
17064
 libext="$libext"
 
17065
 
 
17066
 # Shared library suffix (normally ".so").
 
17067
-shrext='$shrext'
 
17068
+shrext_cmds='$shrext_cmds'
 
17069
 
 
17070
 # Executable file suffix (normally "").
 
17071
 exeext="$exeext"
 
17072
@@ -12290,7 +13528,7 @@
 
17073
 # Does compiler simultaneously support -c and -o options?
 
17074
 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
 
17075
 
 
17076
-# Must we lock files when doing compilation ?
 
17077
+# Must we lock files when doing compilation?
 
17078
 need_locks=$lt_need_locks
 
17079
 
 
17080
 # Do we need the lib prefix for modules?
 
17081
@@ -12466,7 +13704,7 @@
 
17082
 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
17083
 
 
17084
 # Fix the shell variable \$srcfile for the compiler.
 
17085
-fix_srcfile_path="$fix_srcfile_path"
 
17086
+fix_srcfile_path=$lt_fix_srcfile_path
 
17087
 
 
17088
 # Set to yes if exported symbols are required.
 
17089
 always_export_symbols=$always_export_symbols
 
17090
@@ -12517,7 +13755,10 @@
 
17091
   # If there is no Makefile yet, we rely on a make rule to execute
 
17092
   # `config.status --recheck' to rerun these tests and create the
 
17093
   # libtool script then.
 
17094
-  test -f Makefile && make "$ltmain"
 
17095
+  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
 
17096
+  if test -f "$ltmain_in"; then
 
17097
+    test -f Makefile && make "$ltmain"
 
17098
+  fi
 
17099
 fi
 
17100
 
 
17101
 
 
17102
@@ -12530,11 +13771,11 @@
 
17103
 CC="$lt_save_CC"
 
17104
 
 
17105
 
 
17106
-# Check whether --with-tags or --without-tags was given.
 
17107
+# Check whether --with-tags was given.
 
17108
 if test "${with_tags+set}" = set; then
 
17109
-  withval="$with_tags"
 
17110
-  tagnames="$withval"
 
17111
-fi;
 
17112
+  withval=$with_tags; tagnames="$withval"
 
17113
+fi
 
17114
+
 
17115
 
 
17116
 if test -f "$ltmain" && test -n "$tagnames"; then
 
17117
   if test ! -f "${ofile}"; then
 
17118
@@ -12552,6 +13793,9 @@
 
17119
 echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
 
17120
     fi
 
17121
   fi
 
17122
+  if test -z "$LTCFLAGS"; then
 
17123
+    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
 
17124
+  fi
 
17125
 
 
17126
   # Extract list of available tagged configurations in $ofile.
 
17127
   # Note that this assumes the entire list is on one line.
 
17128
@@ -12582,8 +13826,10 @@
 
17129
 
 
17130
       case $tagname in
 
17131
       CXX)
 
17132
-       if test -n "$CXX" && test "X$CXX" != "Xno"; then
 
17133
-         ac_ext=cc
 
17134
+       if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
 
17135
+           ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
 
17136
+           (test "X$CXX" != "Xg++"))) ; then
 
17137
+         ac_ext=cpp
 
17138
 ac_cpp='$CXXCPP $CPPFLAGS'
 
17139
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
17140
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
17141
@@ -12602,6 +13848,7 @@
 
17142
 hardcode_libdir_flag_spec_ld_CXX=
 
17143
 hardcode_libdir_separator_CXX=
 
17144
 hardcode_minus_L_CXX=no
 
17145
+hardcode_shlibpath_var_CXX=unsupported
 
17146
 hardcode_automatic_CXX=no
 
17147
 module_cmds_CXX=
 
17148
 module_expsym_cmds_CXX=
 
17149
@@ -12619,27 +13866,44 @@
 
17150
 compiler_lib_search_path_CXX=
 
17151
 
 
17152
 # Source file extension for C++ test sources.
 
17153
-ac_ext=cc
 
17154
+ac_ext=cpp
 
17155
 
 
17156
 # Object file extension for compiled C++ test sources.
 
17157
 objext=o
 
17158
 objext_CXX=$objext
 
17159
 
 
17160
 # Code to be used in simple compile tests
 
17161
-lt_simple_compile_test_code="int some_variable = 0;\n"
 
17162
+lt_simple_compile_test_code="int some_variable = 0;"
 
17163
 
 
17164
 # Code to be used in simple link tests
 
17165
-lt_simple_link_test_code='int main(int, char *) { return(0); }\n'
 
17166
+lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
 
17167
 
 
17168
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
17169
 
 
17170
 # If no C compiler was specified, use CC.
 
17171
 LTCC=${LTCC-"$CC"}
 
17172
 
 
17173
+# If no C compiler flags were specified, use CFLAGS.
 
17174
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
 
17175
+
 
17176
 # Allow CC to be a program name with arguments.
 
17177
 compiler=$CC
 
17178
 
 
17179
 
 
17180
+# save warnings/boilerplate of simple test code
 
17181
+ac_outfile=conftest.$ac_objext
 
17182
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
 
17183
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
17184
+_lt_compiler_boilerplate=`cat conftest.err`
 
17185
+$rm conftest*
 
17186
+
 
17187
+ac_outfile=conftest.$ac_objext
 
17188
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
 
17189
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
17190
+_lt_linker_boilerplate=`cat conftest.err`
 
17191
+$rm conftest*
 
17192
+
 
17193
+
 
17194
 # Allow CC to be a program name with arguments.
 
17195
 lt_save_CC=$CC
 
17196
 lt_save_LD=$LD
 
17197
@@ -12650,18 +13914,27 @@
 
17198
 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
 
17199
   lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
 
17200
 else
 
17201
-  unset lt_cv_prog_gnu_ld
 
17202
+  $as_unset lt_cv_prog_gnu_ld
 
17203
 fi
 
17204
 if test -n "${lt_cv_path_LDCXX+set}"; then
 
17205
   lt_cv_path_LD=$lt_cv_path_LDCXX
 
17206
 else
 
17207
-  unset lt_cv_path_LD
 
17208
+  $as_unset lt_cv_path_LD
 
17209
 fi
 
17210
 test -z "${LDCXX+set}" || LD=$LDCXX
 
17211
 CC=${CXX-"c++"}
 
17212
 compiler=$CC
 
17213
 compiler_CXX=$CC
 
17214
-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
 
17215
+for cc_temp in $compiler""; do
 
17216
+  case $cc_temp in
 
17217
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
 
17218
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
 
17219
+    \-*) ;;
 
17220
+    *) break;;
 
17221
+  esac
 
17222
+done
 
17223
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
17224
+
 
17225
 
 
17226
 # We don't want -fno-exception wen compiling C++ code, so set the
 
17227
 # no_builtin_flag separately
 
17228
@@ -12675,18 +13948,18 @@
 
17229
   # Set up default GNU C++ configuration
 
17230
 
 
17231
 
 
17232
-# Check whether --with-gnu-ld or --without-gnu-ld was given.
 
17233
+# Check whether --with-gnu-ld was given.
 
17234
 if test "${with_gnu_ld+set}" = set; then
 
17235
-  withval="$with_gnu_ld"
 
17236
-  test "$withval" = no || with_gnu_ld=yes
 
17237
+  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
 
17238
 else
 
17239
   with_gnu_ld=no
 
17240
-fi;
 
17241
+fi
 
17242
+
 
17243
 ac_prog=ld
 
17244
 if test "$GCC" = yes; then
 
17245
   # Check if gcc -print-prog-name=ld gives a path.
 
17246
-  echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 
17247
-echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
 
17248
+  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 
17249
+echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
 
17250
   case $host in
 
17251
   *-*-mingw*)
 
17252
     # gcc leaves a trailing carriage return which upsets mingw
 
17253
@@ -12715,11 +13988,11 @@
 
17254
     ;;
 
17255
   esac
 
17256
 elif test "$with_gnu_ld" = yes; then
 
17257
-  echo "$as_me:$LINENO: checking for GNU ld" >&5
 
17258
-echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
 
17259
+  { echo "$as_me:$LINENO: checking for GNU ld" >&5
 
17260
+echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
 
17261
 else
 
17262
-  echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 
17263
-echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
 
17264
+  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 
17265
+echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
 
17266
 fi
 
17267
 if test "${lt_cv_path_LD+set}" = set; then
 
17268
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
17269
@@ -12732,7 +14005,7 @@
 
17270
     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
 
17271
       lt_cv_path_LD="$ac_dir/$ac_prog"
 
17272
       # Check to see if the program is GNU ld.  I'd rather use --version,
 
17273
-      # but apparently some GNU ld's only accept -v.
 
17274
+      # but apparently some variants of GNU ld only accept -v.
 
17275
       # Break only if it was the GNU/non-GNU ld that we prefer.
 
17276
       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
 
17277
       *GNU* | *'with BFD'*)
 
17278
@@ -12752,21 +14025,21 @@
 
17279
 
 
17280
 LD="$lt_cv_path_LD"
 
17281
 if test -n "$LD"; then
 
17282
-  echo "$as_me:$LINENO: result: $LD" >&5
 
17283
-echo "${ECHO_T}$LD" >&6
 
17284
+  { echo "$as_me:$LINENO: result: $LD" >&5
 
17285
+echo "${ECHO_T}$LD" >&6; }
 
17286
 else
 
17287
-  echo "$as_me:$LINENO: result: no" >&5
 
17288
-echo "${ECHO_T}no" >&6
 
17289
+  { echo "$as_me:$LINENO: result: no" >&5
 
17290
+echo "${ECHO_T}no" >&6; }
 
17291
 fi
 
17292
 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
 
17293
 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
 
17294
    { (exit 1); exit 1; }; }
 
17295
-echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 
17296
-echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
 
17297
+{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 
17298
+echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
 
17299
 if test "${lt_cv_prog_gnu_ld+set}" = set; then
 
17300
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
17301
 else
 
17302
-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
 
17303
+  # I'd rather use --version here, but apparently some GNU lds only accept -v.
 
17304
 case `$LD -v 2>&1 </dev/null` in
 
17305
 *GNU* | *'with BFD'*)
 
17306
   lt_cv_prog_gnu_ld=yes
 
17307
@@ -12776,8 +14049,8 @@
 
17308
   ;;
 
17309
 esac
 
17310
 fi
 
17311
-echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 
17312
-echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
 
17313
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 
17314
+echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
 
17315
 with_gnu_ld=$lt_cv_prog_gnu_ld
 
17316
 
 
17317
 
 
17318
@@ -12785,8 +14058,8 @@
 
17319
   # Check if GNU C++ uses GNU ld as the underlying linker, since the
 
17320
   # archiving commands below assume that GNU ld is being used.
 
17321
   if test "$with_gnu_ld" = yes; then
 
17322
-    archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
 
17323
-    archive_expsym_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
17324
+    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
17325
+    archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
17326
 
 
17327
     hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
 
17328
     export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
 
17329
@@ -12812,7 +14085,7 @@
 
17330
     # linker, instead of GNU ld.  If possible, this setting should
 
17331
     # overridden to take advantage of the native linker features on
 
17332
     # the platform it is being used on.
 
17333
-    archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $lib'
 
17334
+    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
17335
   fi
 
17336
 
 
17337
   # Commands to make compiler produce verbose output that lists
 
17338
@@ -12827,8 +14100,8 @@
 
17339
 fi
 
17340
 
 
17341
 # PORTME: fill in a description of your system's C++ link characteristics
 
17342
-echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
17343
-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
 
17344
+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
17345
+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 
17346
 ld_shlibs_CXX=yes
 
17347
 case $host_os in
 
17348
   aix3*)
 
17349
@@ -12843,8 +14116,23 @@
 
17350
       exp_sym_flag='-Bexport'
 
17351
       no_entry_flag=""
 
17352
     else
 
17353
-      # KDE requires run time linking.  Make it the default.
 
17354
-      aix_use_runtimelinking=yes
 
17355
+      aix_use_runtimelinking=no
 
17356
+
 
17357
+      # Test if we are trying to use run time linking or normal
 
17358
+      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
17359
+      # need to do runtime linking.
 
17360
+      case $host_os in aix4.[23]|aix4.[23].*|aix5*)
 
17361
+       for ld_flag in $LDFLAGS; do
 
17362
+         case $ld_flag in
 
17363
+         *-brtl*)
 
17364
+           aix_use_runtimelinking=yes
 
17365
+           break
 
17366
+           ;;
 
17367
+         esac
 
17368
+       done
 
17369
+       ;;
 
17370
+      esac
 
17371
+
 
17372
       exp_sym_flag='-bexport'
 
17373
       no_entry_flag='-bnoentry'
 
17374
     fi
 
17375
@@ -12861,7 +14149,7 @@
 
17376
     link_all_deplibs_CXX=yes
 
17377
 
 
17378
     if test "$GXX" = yes; then
 
17379
-      case $host_os in aix4.012|aix4.012.*)
 
17380
+      case $host_os in aix4.[012]|aix4.[012].*)
 
17381
       # We only want to do this on AIX 4.2 and lower, the check
 
17382
       # below for broken collect2 doesn't work under 4.3+
 
17383
        collect2name=`${CC} -print-prog-name=collect2`
 
17384
@@ -12869,7 +14157,7 @@
 
17385
           strings "$collect2name" | grep resolve_lib_name >/dev/null
 
17386
        then
 
17387
          # We have reworked collect2
 
17388
-         hardcode_direct_CXX=yes
 
17389
+         :
 
17390
        else
 
17391
          # We have old collect2
 
17392
          hardcode_direct_CXX=unsupported
 
17393
@@ -12880,8 +14168,12 @@
 
17394
          hardcode_libdir_flag_spec_CXX='-L$libdir'
 
17395
          hardcode_libdir_separator_CXX=
 
17396
        fi
 
17397
+       ;;
 
17398
       esac
 
17399
       shared_flag='-shared'
 
17400
+      if test "$aix_use_runtimelinking" = yes; then
 
17401
+       shared_flag="$shared_flag "'${wl}-G'
 
17402
+      fi
 
17403
     else
 
17404
       # not using gcc
 
17405
       if test "$host_cpu" = ia64; then
 
17406
@@ -12890,15 +14182,16 @@
 
17407
        shared_flag='-G'
 
17408
       else
 
17409
        if test "$aix_use_runtimelinking" = yes; then
 
17410
-         shared_flag='-qmkshrobj ${wl}-G'
 
17411
+         shared_flag='${wl}-G'
 
17412
        else
 
17413
-         shared_flag='-qmkshrobj'
 
17414
+         shared_flag='${wl}-bM:SRE'
 
17415
        fi
 
17416
       fi
 
17417
     fi
 
17418
 
 
17419
-    # Let the compiler handle the export list.
 
17420
-    always_export_symbols_CXX=no
 
17421
+    # It seems that -bexpall does not export symbols beginning with
 
17422
+    # underscore (_), so it is better to generate a list of symbols to export.
 
17423
+    always_export_symbols_CXX=yes
 
17424
     if test "$aix_use_runtimelinking" = yes; then
 
17425
       # Warning - without using the other runtime loading flags (-brtl),
 
17426
       # -berok will link without error, but may produce a broken library.
 
17427
@@ -12920,51 +14213,55 @@
 
17428
 }
 
17429
 _ACEOF
 
17430
 rm -f conftest.$ac_objext conftest$ac_exeext
 
17431
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
17432
-  (eval $ac_link) 2>conftest.er1
 
17433
+if { (ac_try="$ac_link"
 
17434
+case "(($ac_try" in
 
17435
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
17436
+  *) ac_try_echo=$ac_try;;
 
17437
+esac
 
17438
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
17439
+  (eval "$ac_link") 2>conftest.er1
 
17440
   ac_status=$?
 
17441
   grep -v '^ *+' conftest.er1 >conftest.err
 
17442
   rm -f conftest.er1
 
17443
   cat conftest.err >&5
 
17444
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17445
-  (exit $ac_status); } &&
 
17446
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
17447
-                        || test ! -s conftest.err'
 
17448
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
17449
-  (eval $ac_try) 2>&5
 
17450
-  ac_status=$?
 
17451
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17452
-  (exit $ac_status); }; } &&
 
17453
-        { ac_try='test -s conftest$ac_exeext'
 
17454
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
17455
-  (eval $ac_try) 2>&5
 
17456
-  ac_status=$?
 
17457
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17458
-  (exit $ac_status); }; }; then
 
17459
+  (exit $ac_status); } && {
 
17460
+        test -z "$ac_cxx_werror_flag" ||
 
17461
+        test ! -s conftest.err
 
17462
+       } && test -s conftest$ac_exeext &&
 
17463
+       $as_test_x conftest$ac_exeext; then
 
17464
 
 
17465
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
17466
-}'`
 
17467
+lt_aix_libpath_sed='
 
17468
+    /Import File Strings/,/^$/ {
 
17469
+       /^0/ {
 
17470
+           s/^0  *\(.*\)$/\1/
 
17471
+           p
 
17472
+       }
 
17473
+    }'
 
17474
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
17475
 # Check for a 64-bit object if we didn't find anything.
 
17476
-if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
17477
-}'`; fi
 
17478
+if test -z "$aix_libpath"; then
 
17479
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
17480
+fi
 
17481
 else
 
17482
   echo "$as_me: failed program was:" >&5
 
17483
 sed 's/^/| /' conftest.$ac_ext >&5
 
17484
 
 
17485
+
 
17486
 fi
 
17487
-rm -f conftest.err conftest.$ac_objext \
 
17488
+
 
17489
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
17490
       conftest$ac_exeext conftest.$ac_ext
 
17491
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
17492
 
 
17493
       hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
 
17494
 
 
17495
-      archive_cmds_CXX="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
 
17496
-      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
17497
+      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
17498
      else
 
17499
       if test "$host_cpu" = ia64; then
 
17500
        hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
 
17501
        allow_undefined_flag_CXX="-z nodefs"
 
17502
-       archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
 
17503
+       archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
 
17504
       else
 
17505
        # Determine the default libpath from the value encoded in an empty executable.
 
17506
        cat >conftest.$ac_ext <<_ACEOF
 
17507
@@ -12983,39 +14280,44 @@
 
17508
 }
 
17509
 _ACEOF
 
17510
 rm -f conftest.$ac_objext conftest$ac_exeext
 
17511
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
17512
-  (eval $ac_link) 2>conftest.er1
 
17513
+if { (ac_try="$ac_link"
 
17514
+case "(($ac_try" in
 
17515
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
17516
+  *) ac_try_echo=$ac_try;;
 
17517
+esac
 
17518
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
17519
+  (eval "$ac_link") 2>conftest.er1
 
17520
   ac_status=$?
 
17521
   grep -v '^ *+' conftest.er1 >conftest.err
 
17522
   rm -f conftest.er1
 
17523
   cat conftest.err >&5
 
17524
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17525
-  (exit $ac_status); } &&
 
17526
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
17527
-                        || test ! -s conftest.err'
 
17528
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
17529
-  (eval $ac_try) 2>&5
 
17530
-  ac_status=$?
 
17531
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17532
-  (exit $ac_status); }; } &&
 
17533
-        { ac_try='test -s conftest$ac_exeext'
 
17534
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
17535
-  (eval $ac_try) 2>&5
 
17536
-  ac_status=$?
 
17537
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17538
-  (exit $ac_status); }; }; then
 
17539
+  (exit $ac_status); } && {
 
17540
+        test -z "$ac_cxx_werror_flag" ||
 
17541
+        test ! -s conftest.err
 
17542
+       } && test -s conftest$ac_exeext &&
 
17543
+       $as_test_x conftest$ac_exeext; then
 
17544
 
 
17545
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
17546
-}'`
 
17547
+lt_aix_libpath_sed='
 
17548
+    /Import File Strings/,/^$/ {
 
17549
+       /^0/ {
 
17550
+           s/^0  *\(.*\)$/\1/
 
17551
+           p
 
17552
+       }
 
17553
+    }'
 
17554
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
17555
 # Check for a 64-bit object if we didn't find anything.
 
17556
-if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
17557
-}'`; fi
 
17558
+if test -z "$aix_libpath"; then
 
17559
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
17560
+fi
 
17561
 else
 
17562
   echo "$as_me: failed program was:" >&5
 
17563
 sed 's/^/| /' conftest.$ac_ext >&5
 
17564
 
 
17565
+
 
17566
 fi
 
17567
-rm -f conftest.err conftest.$ac_objext \
 
17568
+
 
17569
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
17570
       conftest$ac_exeext conftest.$ac_ext
 
17571
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
17572
 
 
17573
@@ -13024,16 +14326,26 @@
 
17574
        # -berok will link without error, but may produce a broken library.
 
17575
        no_undefined_flag_CXX=' ${wl}-bernotok'
 
17576
        allow_undefined_flag_CXX=' ${wl}-berok'
 
17577
-       # -bexpall does not export symbols beginning with underscore (_)
 
17578
-       always_export_symbols_CXX=yes
 
17579
        # Exported symbols can be pulled into shared objects from archives
 
17580
-       whole_archive_flag_spec_CXX=' '
 
17581
+       whole_archive_flag_spec_CXX='$convenience'
 
17582
        archive_cmds_need_lc_CXX=yes
 
17583
-       # This is similar to how AIX traditionally builds it's shared libraries.
 
17584
-       archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 
17585
+       # This is similar to how AIX traditionally builds its shared libraries.
 
17586
+       archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 
17587
       fi
 
17588
     fi
 
17589
     ;;
 
17590
+
 
17591
+  beos*)
 
17592
+    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
17593
+      allow_undefined_flag_CXX=unsupported
 
17594
+      # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
17595
+      # support --undefined.  This deserves some investigation.  FIXME
 
17596
+      archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
17597
+    else
 
17598
+      ld_shlibs_CXX=no
 
17599
+    fi
 
17600
+    ;;
 
17601
+
 
17602
   chorus*)
 
17603
     case $cc_basename in
 
17604
       *)
 
17605
@@ -13047,12 +14359,12 @@
 
17606
     # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
 
17607
     # as there is no search path for DLLs.
 
17608
     hardcode_libdir_flag_spec_CXX='-L$libdir'
 
17609
-    allow_undefined_flag_CXX=no
 
17610
+    allow_undefined_flag_CXX=unsupported
 
17611
     always_export_symbols_CXX=no
 
17612
     enable_shared_with_static_runtimes_CXX=yes
 
17613
 
 
17614
     if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
 
17615
-      archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
 
17616
+      archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
17617
       # If the export-symbols file already is a .def file (1st line
 
17618
       # is EXPORTS), use it as is; otherwise, prepend...
 
17619
       archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
17620
@@ -13061,70 +14373,81 @@
 
17621
        echo EXPORTS > $output_objdir/$soname.def;
 
17622
        cat $export_symbols >> $output_objdir/$soname.def;
 
17623
       fi~
 
17624
-      $CC -shared -nostdlib $output_objdir/$soname.def $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
 
17625
+      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
17626
     else
 
17627
       ld_shlibs_CXX=no
 
17628
     fi
 
17629
   ;;
 
17630
+      darwin* | rhapsody*)
 
17631
+        case $host_os in
 
17632
+        rhapsody* | darwin1.[012])
 
17633
+         allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress'
 
17634
+         ;;
 
17635
+       *) # Darwin 1.3 on
 
17636
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
17637
+           allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
17638
+         else
 
17639
+           case ${MACOSX_DEPLOYMENT_TARGET} in
 
17640
+             10.[012])
 
17641
+               allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
17642
+               ;;
 
17643
+             10.*)
 
17644
+               allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup'
 
17645
+               ;;
 
17646
+           esac
 
17647
+         fi
 
17648
+         ;;
 
17649
+        esac
 
17650
+      archive_cmds_need_lc_CXX=no
 
17651
+      hardcode_direct_CXX=no
 
17652
+      hardcode_automatic_CXX=yes
 
17653
+      hardcode_shlibpath_var_CXX=unsupported
 
17654
+      whole_archive_flag_spec_CXX=''
 
17655
+      link_all_deplibs_CXX=yes
 
17656
 
 
17657
-  darwin* | rhapsody*)
 
17658
-  if test "$GXX" = yes; then
 
17659
-    archive_cmds_need_lc_CXX=no
 
17660
-    case "$host_os" in
 
17661
-    rhapsody* | darwin1.[012])
 
17662
-      allow_undefined_flag_CXX='-Wl,-undefined -Wl,suppress'
 
17663
-      ;;
 
17664
-    *) # Darwin 1.3 on
 
17665
-      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
17666
-       allow_undefined_flag_CXX='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
 
17667
-      else
 
17668
-       case ${MACOSX_DEPLOYMENT_TARGET} in
 
17669
-         10.012)
 
17670
-           allow_undefined_flag_CXX='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
 
17671
-           ;;
 
17672
-         10.*)
 
17673
-           allow_undefined_flag_CXX='-Wl,-undefined -Wl,dynamic_lookup'
 
17674
-           ;;
 
17675
-       esac
 
17676
+    if test "$GXX" = yes ; then
 
17677
+      lt_int_apple_cc_single_mod=no
 
17678
+      output_verbose_link_cmd='echo'
 
17679
+      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
 
17680
+       lt_int_apple_cc_single_mod=yes
 
17681
       fi
 
17682
-      ;;
 
17683
-    esac
 
17684
-    lt_int_apple_cc_single_mod=no
 
17685
-    output_verbose_link_cmd='echo'
 
17686
-    if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
 
17687
-      lt_int_apple_cc_single_mod=yes
 
17688
-    fi
 
17689
-    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
17690
-      archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
 
17691
-    else
 
17692
-      archive_cmds_CXX='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
 
17693
-    fi
 
17694
-    module_cmds_CXX='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
 
17695
-
 
17696
-    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
 
17697
-    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
17698
-      archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
17699
-    else
 
17700
-      archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
17701
-    fi
 
17702
-    module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
17703
-    hardcode_direct_CXX=no
 
17704
-    hardcode_automatic_CXX=yes
 
17705
-    hardcode_shlibpath_var_CXX=unsupported
 
17706
-    whole_archive_flag_spec_CXX='-all_load $convenience'
 
17707
-    link_all_deplibs_CXX=yes
 
17708
-  else
 
17709
-    ld_shlibs_CXX=no
 
17710
-  fi
 
17711
-    ;;
 
17712
+      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
17713
+       archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
 
17714
+      else
 
17715
+          archive_cmds_CXX='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
 
17716
+        fi
 
17717
+        module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
17718
+        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
17719
+          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
17720
+            archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
17721
+          else
 
17722
+            archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
17723
+          fi
 
17724
+            module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
17725
+      else
 
17726
+      case $cc_basename in
 
17727
+        xlc*)
 
17728
+         output_verbose_link_cmd='echo'
 
17729
+          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
 
17730
+          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
17731
+          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
17732
+          archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
17733
+          module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
17734
+          ;;
 
17735
+       *)
 
17736
+         ld_shlibs_CXX=no
 
17737
+          ;;
 
17738
+      esac
 
17739
+      fi
 
17740
+        ;;
 
17741
 
 
17742
   dgux*)
 
17743
     case $cc_basename in
 
17744
-      ec++)
 
17745
+      ec++*)
 
17746
        # FIXME: insert proper C++ library support
 
17747
        ld_shlibs_CXX=no
 
17748
        ;;
 
17749
-      ghcx)
 
17750
+      ghcx*)
 
17751
        # Green Hills C++ Compiler
 
17752
        # FIXME: insert proper C++ library support
 
17753
        ld_shlibs_CXX=no
 
17754
@@ -13135,14 +14458,14 @@
 
17755
        ;;
 
17756
     esac
 
17757
     ;;
 
17758
-  freebsd12*)
 
17759
+  freebsd[12]*)
 
17760
     # C++ shared libraries reported to be fairly broken before switch to ELF
 
17761
     ld_shlibs_CXX=no
 
17762
     ;;
 
17763
   freebsd-elf*)
 
17764
     archive_cmds_need_lc_CXX=no
 
17765
     ;;
 
17766
-  freebsd* | kfreebsd*-gnu)
 
17767
+  freebsd* | dragonfly*)
 
17768
     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
 
17769
     # conventions
 
17770
     ld_shlibs_CXX=yes
 
17771
@@ -13159,12 +14482,12 @@
 
17772
                                # location of the library.
 
17773
 
 
17774
     case $cc_basename in
 
17775
-    CC)
 
17776
+    CC*)
 
17777
       # FIXME: insert proper C++ library support
 
17778
       ld_shlibs_CXX=no
 
17779
       ;;
 
17780
-    aCC)
 
17781
-      archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
17782
+    aCC*)
 
17783
+      archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
17784
       # Commands to make compiler produce verbose output that lists
 
17785
       # what "hidden" libraries, object files and flags are used when
 
17786
       # linking a shared library.
 
17787
@@ -13173,11 +14496,11 @@
 
17788
       # explicitly linking system object files so we need to strip them
 
17789
       # from the output so that they don't get included in the library
 
17790
       # dependencies.
 
17791
-      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 
17792
+      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 
17793
       ;;
 
17794
     *)
 
17795
       if test "$GXX" = yes; then
 
17796
-        archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
17797
+        archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
17798
       else
 
17799
         # FIXME: insert proper C++ library support
 
17800
         ld_shlibs_CXX=no
 
17801
@@ -13187,33 +14510,20 @@
 
17802
     ;;
 
17803
   hpux10*|hpux11*)
 
17804
     if test $with_gnu_ld = no; then
 
17805
-      case "$host_cpu" in
 
17806
-      hppa*64*)
 
17807
-       hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
 
17808
-       hardcode_libdir_flag_spec_ld_CXX='+b $libdir'
 
17809
-       hardcode_libdir_separator_CXX=:
 
17810
-        ;;
 
17811
-      ia64*)
 
17812
-       hardcode_libdir_flag_spec_CXX='-L$libdir'
 
17813
-        ;;
 
17814
+      hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
 
17815
+      hardcode_libdir_separator_CXX=:
 
17816
+
 
17817
+      case $host_cpu in
 
17818
+      hppa*64*|ia64*) ;;
 
17819
       *)
 
17820
-       hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
 
17821
-       hardcode_libdir_separator_CXX=:
 
17822
        export_dynamic_flag_spec_CXX='${wl}-E'
 
17823
         ;;
 
17824
       esac
 
17825
     fi
 
17826
-    case "$host_cpu" in
 
17827
-    hppa*64*)
 
17828
-      hardcode_direct_CXX=no
 
17829
-      hardcode_shlibpath_var_CXX=no
 
17830
-      ;;
 
17831
-    ia64*)
 
17832
+    case $host_cpu in
 
17833
+    hppa*64*|ia64*)
 
17834
       hardcode_direct_CXX=no
 
17835
       hardcode_shlibpath_var_CXX=no
 
17836
-      hardcode_minus_L_CXX=yes # Not in the search PATH,
 
17837
-                                             # but as the default
 
17838
-                                             # location of the library.
 
17839
       ;;
 
17840
     *)
 
17841
       hardcode_direct_CXX=yes
 
17842
@@ -13224,17 +14534,20 @@
 
17843
     esac
 
17844
 
 
17845
     case $cc_basename in
 
17846
-      CC)
 
17847
+      CC*)
 
17848
        # FIXME: insert proper C++ library support
 
17849
        ld_shlibs_CXX=no
 
17850
        ;;
 
17851
-      aCC)
 
17852
-       case "$host_cpu" in
 
17853
-       hppa*64*|ia64*)
 
17854
-         archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
 
17855
+      aCC*)
 
17856
+       case $host_cpu in
 
17857
+       hppa*64*)
 
17858
+         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
17859
+         ;;
 
17860
+       ia64*)
 
17861
+         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
17862
          ;;
 
17863
        *)
 
17864
-         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
 
17865
+         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
17866
          ;;
 
17867
        esac
 
17868
        # Commands to make compiler produce verbose output that lists
 
17869
@@ -13250,12 +14563,15 @@
 
17870
       *)
 
17871
        if test "$GXX" = yes; then
 
17872
          if test $with_gnu_ld = no; then
 
17873
-           case "$host_cpu" in
 
17874
-           ia64*|hppa*64*)
 
17875
-             archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
 
17876
+           case $host_cpu in
 
17877
+           hppa*64*)
 
17878
+             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
17879
+             ;;
 
17880
+           ia64*)
 
17881
+             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
17882
              ;;
 
17883
            *)
 
17884
-             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
 
17885
+             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
17886
              ;;
 
17887
            esac
 
17888
          fi
 
17889
@@ -13266,11 +14582,25 @@
 
17890
        ;;
 
17891
     esac
 
17892
     ;;
 
17893
+  interix[3-9]*)
 
17894
+    hardcode_direct_CXX=no
 
17895
+    hardcode_shlibpath_var_CXX=no
 
17896
+    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
 
17897
+    export_dynamic_flag_spec_CXX='${wl}-E'
 
17898
+    # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
17899
+    # Instead, shared libraries are loaded at an image base (0x10000000 by
 
17900
+    # default) and relocated if they conflict, which is a slow very memory
 
17901
+    # consuming and fragmenting process.  To avoid this, we pick a random,
 
17902
+    # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
17903
+    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
17904
+    archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
 
17905
+    archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
 
17906
+    ;;
 
17907
   irix5* | irix6*)
 
17908
     case $cc_basename in
 
17909
-      CC)
 
17910
+      CC*)
 
17911
        # SGI C++
 
17912
-       archive_cmds_CXX='$CC -shared -all -multigot $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
 
17913
+       archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
17914
 
 
17915
        # Archives containing C++ object files must be created using
 
17916
        # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
 
17917
@@ -13281,9 +14611,9 @@
 
17918
       *)
 
17919
        if test "$GXX" = yes; then
 
17920
          if test "$with_gnu_ld" = no; then
 
17921
-           archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
 
17922
+           archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
17923
          else
 
17924
-           archive_cmds_CXX='$CC -shared -nostdlib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
 
17925
+           archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
 
17926
          fi
 
17927
        fi
 
17928
        link_all_deplibs_CXX=yes
 
17929
@@ -13292,16 +14622,16 @@
 
17930
     hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
 
17931
     hardcode_libdir_separator_CXX=:
 
17932
     ;;
 
17933
-  linux*)
 
17934
+  linux* | k*bsd*-gnu)
 
17935
     case $cc_basename in
 
17936
-      KCC)
 
17937
+      KCC*)
 
17938
        # Kuck and Associates, Inc. (KAI) C++ Compiler
 
17939
 
 
17940
        # KCC will only create a shared library if the output file
 
17941
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
17942
        # to its proper name (with version) after linking.
 
17943
-       archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
 
17944
-       archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
 
17945
+       archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
 
17946
+       archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
 
17947
        # Commands to make compiler produce verbose output that lists
 
17948
        # what "hidden" libraries, object files and flags are used when
 
17949
        # linking a shared library.
 
17950
@@ -13319,20 +14649,44 @@
 
17951
        # "CC -Bstatic", where "CC" is the KAI C++ compiler.
 
17952
        old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
 
17953
        ;;
 
17954
-      icpc)
 
17955
+      icpc*)
 
17956
        # Intel C++
 
17957
        with_gnu_ld=yes
 
17958
+       # version 8.0 and above of icpc choke on multiply defined symbols
 
17959
+       # if we add $predep_objects and $postdep_objects, however 7.1 and
 
17960
+       # earlier do not add the objects themselves.
 
17961
+       case `$CC -V 2>&1` in
 
17962
+       *"Version 7."*)
 
17963
+         archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
17964
+         archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
17965
+         ;;
 
17966
+       *)  # Version 8.0 or newer
 
17967
+         tmp_idyn=
 
17968
+         case $host_cpu in
 
17969
+           ia64*) tmp_idyn=' -i_dynamic';;
 
17970
+         esac
 
17971
+         archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
17972
+         archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
17973
+         ;;
 
17974
+       esac
 
17975
        archive_cmds_need_lc_CXX=no
 
17976
-       archive_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
 
17977
-       archive_expsym_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
17978
        hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
 
17979
        export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
 
17980
        whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 
17981
        ;;
 
17982
-      cxx)
 
17983
+      pgCC*)
 
17984
+        # Portland Group C++ compiler
 
17985
+       archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
 
17986
+       archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
 
17987
+
 
17988
+       hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
 
17989
+       export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
 
17990
+       whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
17991
+        ;;
 
17992
+      cxx*)
 
17993
        # Compaq C++
 
17994
-       archive_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname -o $lib'
 
17995
-       archive_expsym_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
 
17996
+       archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
17997
+       archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
 
17998
 
 
17999
        runpath_var=LD_RUN_PATH
 
18000
        hardcode_libdir_flag_spec_CXX='-rpath $libdir'
 
18001
@@ -13348,6 +14702,29 @@
 
18002
        # dependencies.
 
18003
        output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 
18004
        ;;
 
18005
+      *)
 
18006
+       case `$CC -V 2>&1 | sed 5q` in
 
18007
+       *Sun\ C*)
 
18008
+         # Sun C++ 5.9
 
18009
+         no_undefined_flag_CXX=' -zdefs'
 
18010
+         archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
18011
+         archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
 
18012
+         hardcode_libdir_flag_spec_CXX='-R$libdir'
 
18013
+         whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
18014
+
 
18015
+         # Not sure whether something based on
 
18016
+         # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
 
18017
+         # would be better.
 
18018
+         output_verbose_link_cmd='echo'
 
18019
+
 
18020
+         # Archives containing C++ object files must be created using
 
18021
+         # "CC -xar", where "CC" is the Sun C++ compiler.  This is
 
18022
+         # necessary to make sure instantiated templates are included
 
18023
+         # in the archive.
 
18024
+         old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
 
18025
+         ;;
 
18026
+       esac
 
18027
+       ;;
 
18028
     esac
 
18029
     ;;
 
18030
   lynxos*)
 
18031
@@ -13360,7 +14737,7 @@
 
18032
     ;;
 
18033
   mvs*)
 
18034
     case $cc_basename in
 
18035
-      cxx)
 
18036
+      cxx*)
 
18037
        # FIXME: insert proper C++ library support
 
18038
        ld_shlibs_CXX=no
 
18039
        ;;
 
18040
@@ -13370,7 +14747,7 @@
 
18041
        ;;
 
18042
     esac
 
18043
     ;;
 
18044
-  netbsd*)
 
18045
+  netbsd* | netbsdelf*-gnu)
 
18046
     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
18047
       archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
 
18048
       wlarc=
 
18049
@@ -13381,15 +14758,35 @@
 
18050
     # Workaround some broken pre-1.5 toolchains
 
18051
     output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
 
18052
     ;;
 
18053
+  openbsd2*)
 
18054
+    # C++ shared libraries are fairly broken
 
18055
+    ld_shlibs_CXX=no
 
18056
+    ;;
 
18057
+  openbsd*)
 
18058
+    if test -f /usr/libexec/ld.so; then
 
18059
+      hardcode_direct_CXX=yes
 
18060
+      hardcode_shlibpath_var_CXX=no
 
18061
+      archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
18062
+      hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
 
18063
+      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
18064
+       archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
 
18065
+       export_dynamic_flag_spec_CXX='${wl}-E'
 
18066
+       whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
18067
+      fi
 
18068
+      output_verbose_link_cmd='echo'
 
18069
+    else
 
18070
+      ld_shlibs_CXX=no
 
18071
+    fi
 
18072
+    ;;
 
18073
   osf3*)
 
18074
     case $cc_basename in
 
18075
-      KCC)
 
18076
+      KCC*)
 
18077
        # Kuck and Associates, Inc. (KAI) C++ Compiler
 
18078
 
 
18079
        # KCC will only create a shared library if the output file
 
18080
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
18081
        # to its proper name (with version) after linking.
 
18082
-       archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
 
18083
+       archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
 
18084
 
 
18085
        hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
 
18086
        hardcode_libdir_separator_CXX=:
 
18087
@@ -13399,14 +14796,14 @@
 
18088
        old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
 
18089
 
 
18090
        ;;
 
18091
-      RCC)
 
18092
+      RCC*)
 
18093
        # Rational C++ 2.4.1
 
18094
        # FIXME: insert proper C++ library support
 
18095
        ld_shlibs_CXX=no
 
18096
        ;;
 
18097
-      cxx)
 
18098
+      cxx*)
 
18099
        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
 
18100
-       archive_cmds_CXX='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
 
18101
+       archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
18102
 
 
18103
        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
 
18104
        hardcode_libdir_separator_CXX=:
 
18105
@@ -13424,7 +14821,7 @@
 
18106
       *)
 
18107
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
18108
          allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
 
18109
-         archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
 
18110
+         archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
18111
 
 
18112
          hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
 
18113
          hardcode_libdir_separator_CXX=:
 
18114
@@ -13443,13 +14840,13 @@
 
18115
     ;;
 
18116
   osf4* | osf5*)
 
18117
     case $cc_basename in
 
18118
-      KCC)
 
18119
+      KCC*)
 
18120
        # Kuck and Associates, Inc. (KAI) C++ Compiler
 
18121
 
 
18122
        # KCC will only create a shared library if the output file
 
18123
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
18124
        # to its proper name (with version) after linking.
 
18125
-       archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects --soname $soname -o \$templib; mv \$templib $lib'
 
18126
+       archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
 
18127
 
 
18128
        hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
 
18129
        hardcode_libdir_separator_CXX=:
 
18130
@@ -13458,17 +14855,17 @@
 
18131
        # the KAI C++ compiler.
 
18132
        old_archive_cmds_CXX='$CC -o $oldlib $oldobjs'
 
18133
        ;;
 
18134
-      RCC)
 
18135
+      RCC*)
 
18136
        # Rational C++ 2.4.1
 
18137
        # FIXME: insert proper C++ library support
 
18138
        ld_shlibs_CXX=no
 
18139
        ;;
 
18140
-      cxx)
 
18141
+      cxx*)
 
18142
        allow_undefined_flag_CXX=' -expect_unresolved \*'
 
18143
-       archive_cmds_CXX='$CC -shared${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
 
18144
+       archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
18145
        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
 
18146
          echo "-hidden">> $lib.exp~
 
18147
-         $CC -shared$allow_undefined_flag $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~
 
18148
+         $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~
 
18149
          $rm $lib.exp'
 
18150
 
 
18151
        hardcode_libdir_flag_spec_CXX='-rpath $libdir'
 
18152
@@ -13487,7 +14884,7 @@
 
18153
       *)
 
18154
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
18155
          allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
 
18156
-        archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
 
18157
+        archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
18158
 
 
18159
          hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
 
18160
          hardcode_libdir_separator_CXX=:
 
18161
@@ -13508,27 +14905,14 @@
 
18162
     # FIXME: insert proper C++ library support
 
18163
     ld_shlibs_CXX=no
 
18164
     ;;
 
18165
-  sco*)
 
18166
-    archive_cmds_need_lc_CXX=no
 
18167
-    case $cc_basename in
 
18168
-      CC)
 
18169
-       # FIXME: insert proper C++ library support
 
18170
-       ld_shlibs_CXX=no
 
18171
-       ;;
 
18172
-      *)
 
18173
-       # FIXME: insert proper C++ library support
 
18174
-       ld_shlibs_CXX=no
 
18175
-       ;;
 
18176
-    esac
 
18177
-    ;;
 
18178
   sunos4*)
 
18179
     case $cc_basename in
 
18180
-      CC)
 
18181
+      CC*)
 
18182
        # Sun C++ 4.x
 
18183
        # FIXME: insert proper C++ library support
 
18184
        ld_shlibs_CXX=no
 
18185
        ;;
 
18186
-      lcc)
 
18187
+      lcc*)
 
18188
        # Lucid
 
18189
        # FIXME: insert proper C++ library support
 
18190
        ld_shlibs_CXX=no
 
18191
@@ -13541,36 +14925,28 @@
 
18192
     ;;
 
18193
   solaris*)
 
18194
     case $cc_basename in
 
18195
-      CC)
 
18196
+      CC*)
 
18197
        # Sun C++ 4.2, 5.x and Centerline C++
 
18198
+        archive_cmds_need_lc_CXX=yes
 
18199
        no_undefined_flag_CXX=' -zdefs'
 
18200
-       archive_cmds_CXX='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects'
 
18201
+       archive_cmds_CXX='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
18202
        archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
18203
-       $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
 
18204
+       $CC -G${allow_undefined_flag}  ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
 
18205
 
 
18206
        hardcode_libdir_flag_spec_CXX='-R$libdir'
 
18207
        hardcode_shlibpath_var_CXX=no
 
18208
        case $host_os in
 
18209
-         solaris2.0-5 | solaris2.0-5.*) ;;
 
18210
+         solaris2.[0-5] | solaris2.[0-5].*) ;;
 
18211
          *)
 
18212
-           # The C++ compiler is used as linker so we must use $wl
 
18213
-           # flag to pass the commands to the underlying system
 
18214
-           # linker.
 
18215
+           # The compiler driver will combine and reorder linker options,
 
18216
+           # but understands `-z linker_flag'.
 
18217
            # Supported since Solaris 2.6 (maybe 2.5.1?)
 
18218
-           whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
18219
+           whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
 
18220
            ;;
 
18221
        esac
 
18222
        link_all_deplibs_CXX=yes
 
18223
 
 
18224
-       # Commands to make compiler produce verbose output that lists
 
18225
-       # what "hidden" libraries, object files and flags are used when
 
18226
-       # linking a shared library.
 
18227
-       #
 
18228
-       # There doesn't appear to be a way to prevent this compiler from
 
18229
-       # explicitly linking system object files so we need to strip them
 
18230
-       # from the output so that they don't get included in the library
 
18231
-       # dependencies.
 
18232
-       output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[LR]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 
18233
+       output_verbose_link_cmd='echo'
 
18234
 
 
18235
        # Archives containing C++ object files must be created using
 
18236
        # "CC -xar", where "CC" is the Sun C++ compiler.  This is
 
18237
@@ -13578,9 +14954,9 @@
 
18238
        # in the archive.
 
18239
        old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
 
18240
        ;;
 
18241
-      gcx)
 
18242
+      gcx*)
 
18243
        # Green Hills C++ Compiler
 
18244
-       archive_cmds_CXX='$CC -shared $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
 
18245
+       archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
18246
 
 
18247
        # The C++ compiler must be used to create the archive.
 
18248
        old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
 
18249
@@ -13590,9 +14966,9 @@
 
18250
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
18251
          no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
 
18252
          if $CC --version | grep -v '^2\.7' > /dev/null; then
 
18253
-           archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
 
18254
+           archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
18255
            archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
18256
-               $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
 
18257
+               $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
 
18258
 
 
18259
            # Commands to make compiler produce verbose output that lists
 
18260
            # what "hidden" libraries, object files and flags are used when
 
18261
@@ -13601,9 +14977,9 @@
 
18262
          else
 
18263
            # g++ 2.7 appears to require `-G' NOT `-shared' on this
 
18264
            # platform.
 
18265
-           archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects ${wl}-h $wl$soname -o $lib'
 
18266
+           archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
18267
            archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
18268
-               $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $compiler_flags $predep_objects $libobjs $deplibs $postdep_objects~$rm $lib.exp'
 
18269
+               $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
 
18270
 
 
18271
            # Commands to make compiler produce verbose output that lists
 
18272
            # what "hidden" libraries, object files and flags are used when
 
18273
@@ -13612,16 +14988,73 @@
 
18274
          fi
 
18275
 
 
18276
          hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
 
18277
+         case $host_os in
 
18278
+         solaris2.[0-5] | solaris2.[0-5].*) ;;
 
18279
+         *)
 
18280
+           whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
18281
+           ;;
 
18282
+         esac
 
18283
        fi
 
18284
        ;;
 
18285
     esac
 
18286
     ;;
 
18287
-  sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*)
 
18288
+  sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
 
18289
+    no_undefined_flag_CXX='${wl}-z,text'
 
18290
+    archive_cmds_need_lc_CXX=no
 
18291
+    hardcode_shlibpath_var_CXX=no
 
18292
+    runpath_var='LD_RUN_PATH'
 
18293
+
 
18294
+    case $cc_basename in
 
18295
+      CC*)
 
18296
+       archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
18297
+       archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
18298
+       ;;
 
18299
+      *)
 
18300
+       archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
18301
+       archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
18302
+       ;;
 
18303
+    esac
 
18304
+    ;;
 
18305
+  sysv5* | sco3.2v5* | sco5v6*)
 
18306
+    # Note: We can NOT use -z defs as we might desire, because we do not
 
18307
+    # link with -lc, and that would cause any symbols used from libc to
 
18308
+    # always be unresolved, which means just about no library would
 
18309
+    # ever link correctly.  If we're not using GNU ld we use -z text
 
18310
+    # though, which does catch some bad symbols but isn't as heavy-handed
 
18311
+    # as -z defs.
 
18312
+    # For security reasons, it is highly recommended that you always
 
18313
+    # use absolute paths for naming shared libraries, and exclude the
 
18314
+    # DT_RUNPATH tag from executables and libraries.  But doing so
 
18315
+    # requires that you compile everything twice, which is a pain.
 
18316
+    # So that behaviour is only enabled if SCOABSPATH is set to a
 
18317
+    # non-empty value in the environment.  Most likely only useful for
 
18318
+    # creating official distributions of packages.
 
18319
+    # This is a hack until libtool officially supports absolute path
 
18320
+    # names for shared libraries.
 
18321
+    no_undefined_flag_CXX='${wl}-z,text'
 
18322
+    allow_undefined_flag_CXX='${wl}-z,nodefs'
 
18323
     archive_cmds_need_lc_CXX=no
 
18324
+    hardcode_shlibpath_var_CXX=no
 
18325
+    hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
 
18326
+    hardcode_libdir_separator_CXX=':'
 
18327
+    link_all_deplibs_CXX=yes
 
18328
+    export_dynamic_flag_spec_CXX='${wl}-Bexport'
 
18329
+    runpath_var='LD_RUN_PATH'
 
18330
+
 
18331
+    case $cc_basename in
 
18332
+      CC*)
 
18333
+       archive_cmds_CXX='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
18334
+       archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
18335
+       ;;
 
18336
+      *)
 
18337
+       archive_cmds_CXX='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
18338
+       archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
18339
+       ;;
 
18340
+    esac
 
18341
     ;;
 
18342
   tandem*)
 
18343
     case $cc_basename in
 
18344
-      NCC)
 
18345
+      NCC*)
 
18346
        # NonStop-UX NCC 3.20
 
18347
        # FIXME: insert proper C++ library support
 
18348
        ld_shlibs_CXX=no
 
18349
@@ -13641,8 +15074,8 @@
 
18350
     ld_shlibs_CXX=no
 
18351
     ;;
 
18352
 esac
 
18353
-echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
 
18354
-echo "${ECHO_T}$ld_shlibs_CXX" >&6
 
18355
+{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
 
18356
+echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
 
18357
 test "$ld_shlibs_CXX" = no && can_build_shared=no
 
18358
 
 
18359
 GCC_CXX="$GXX"
 
18360
@@ -13678,7 +15111,7 @@
 
18361
   # The `*' in the case matches for architectures that use `case' in
 
18362
   # $output_verbose_cmd can trigger glob expansion during the loop
 
18363
   # eval without this substitution.
 
18364
-  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
 
18365
+  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
 
18366
 
 
18367
   for p in `eval $output_verbose_link_cmd`; do
 
18368
     case $p in
 
18369
@@ -13718,7 +15151,7 @@
 
18370
        fi
 
18371
        ;;
 
18372
 
 
18373
-    *.$objext|*.$libext)
 
18374
+    *.$objext)
 
18375
        # This assumes that the test object file only shows up
 
18376
        # once in the compiler output.
 
18377
        if test "$p" = "conftest.$objext"; then
 
18378
@@ -13754,6 +15187,62 @@
 
18379
 
 
18380
 $rm -f confest.$objext
 
18381
 
 
18382
+# PORTME: override above test on systems where it is broken
 
18383
+case $host_os in
 
18384
+interix[3-9]*)
 
18385
+  # Interix 3.5 installs completely hosed .la files for C++, so rather than
 
18386
+  # hack all around it, let's just trust "g++" to DTRT.
 
18387
+  predep_objects_CXX=
 
18388
+  postdep_objects_CXX=
 
18389
+  postdeps_CXX=
 
18390
+  ;;
 
18391
+
 
18392
+linux*)
 
18393
+  case `$CC -V 2>&1 | sed 5q` in
 
18394
+  *Sun\ C*)
 
18395
+    # Sun C++ 5.9
 
18396
+    #
 
18397
+    # The more standards-conforming stlport4 library is
 
18398
+    # incompatible with the Cstd library. Avoid specifying
 
18399
+    # it if it's in CXXFLAGS. Ignore libCrun as
 
18400
+    # -library=stlport4 depends on it.
 
18401
+    case " $CXX $CXXFLAGS " in
 
18402
+    *" -library=stlport4 "*)
 
18403
+      solaris_use_stlport4=yes
 
18404
+      ;;
 
18405
+    esac
 
18406
+    if test "$solaris_use_stlport4" != yes; then
 
18407
+      postdeps_CXX='-library=Cstd -library=Crun'
 
18408
+    fi
 
18409
+    ;;
 
18410
+  esac
 
18411
+  ;;
 
18412
+
 
18413
+solaris*)
 
18414
+  case $cc_basename in
 
18415
+  CC*)
 
18416
+    # The more standards-conforming stlport4 library is
 
18417
+    # incompatible with the Cstd library. Avoid specifying
 
18418
+    # it if it's in CXXFLAGS. Ignore libCrun as
 
18419
+    # -library=stlport4 depends on it.
 
18420
+    case " $CXX $CXXFLAGS " in
 
18421
+    *" -library=stlport4 "*)
 
18422
+      solaris_use_stlport4=yes
 
18423
+      ;;
 
18424
+    esac
 
18425
+
 
18426
+    # Adding this requires a known-good setup of shared libraries for
 
18427
+    # Sun compiler versions before 5.6, else PIC objects from an old
 
18428
+    # archive will be linked into the output, leading to subtle bugs.
 
18429
+    if test "$solaris_use_stlport4" != yes; then
 
18430
+      postdeps_CXX='-library=Cstd -library=Crun'
 
18431
+    fi
 
18432
+    ;;
 
18433
+  esac
 
18434
+  ;;
 
18435
+esac
 
18436
+
 
18437
+
 
18438
 case " $postdeps_CXX " in
 
18439
 *" -lc "*) archive_cmds_need_lc_CXX=no ;;
 
18440
 esac
 
18441
@@ -13762,8 +15251,8 @@
 
18442
 lt_prog_compiler_pic_CXX=
 
18443
 lt_prog_compiler_static_CXX=
 
18444
 
 
18445
-echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
18446
-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
 
18447
+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
18448
+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
 
18449
 
 
18450
   # C++ specific cases for pic, static, wl, etc.
 
18451
   if test "$GXX" = yes; then
 
18452
@@ -13784,12 +15273,14 @@
 
18453
       # like `-m68040'.
 
18454
       lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
 
18455
       ;;
 
18456
-    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
18457
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
18458
       # PIC is the default for these OSes.
 
18459
       ;;
 
18460
-    mingw* | os2* | pw32*)
 
18461
+    mingw* | cygwin* | os2* | pw32*)
 
18462
       # This hack is so that the source file can tell whether it is being
 
18463
       # built for inclusion in a dll (and should export symbols for example).
 
18464
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
 
18465
+      # (--disable-auto-import) libraries
 
18466
       lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
 
18467
       ;;
 
18468
     darwin* | rhapsody*)
 
18469
@@ -13801,6 +15292,10 @@
 
18470
       # DJGPP does not support shared libraries at all
 
18471
       lt_prog_compiler_pic_CXX=
 
18472
       ;;
 
18473
+    interix[3-9]*)
 
18474
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
18475
+      # Instead, we relocate shared libraries at runtime.
 
18476
+      ;;
 
18477
     sysv4*MP*)
 
18478
       if test -d /usr/nec; then
 
18479
        lt_prog_compiler_pic_CXX=-Kconform_pic
 
18480
@@ -13809,7 +15304,7 @@
 
18481
     hpux*)
 
18482
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
18483
       # not for PA HP-UX.
 
18484
-      case "$host_cpu" in
 
18485
+      case $host_cpu in
 
18486
       hppa*64*|ia64*)
 
18487
        ;;
 
18488
       *)
 
18489
@@ -13834,18 +15329,28 @@
 
18490
        ;;
 
18491
       chorus*)
 
18492
        case $cc_basename in
 
18493
-       cxch68)
 
18494
+       cxch68*)
 
18495
          # Green Hills C++ Compiler
 
18496
          # _LT_AC_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
 
18497
          ;;
 
18498
        esac
 
18499
        ;;
 
18500
+       darwin*)
 
18501
+         # PIC is the default on this platform
 
18502
+         # Common symbols not allowed in MH_DYLIB files
 
18503
+         case $cc_basename in
 
18504
+           xlc*)
 
18505
+           lt_prog_compiler_pic_CXX='-qnocommon'
 
18506
+           lt_prog_compiler_wl_CXX='-Wl,'
 
18507
+           ;;
 
18508
+         esac
 
18509
+       ;;
 
18510
       dgux*)
 
18511
        case $cc_basename in
 
18512
-         ec++)
 
18513
+         ec++*)
 
18514
            lt_prog_compiler_pic_CXX='-KPIC'
 
18515
            ;;
 
18516
-         ghcx)
 
18517
+         ghcx*)
 
18518
            # Green Hills C++ Compiler
 
18519
            lt_prog_compiler_pic_CXX='-pic'
 
18520
            ;;
 
18521
@@ -13853,22 +15358,22 @@
 
18522
            ;;
 
18523
        esac
 
18524
        ;;
 
18525
-      freebsd* | kfreebsd*-gnu)
 
18526
+      freebsd* | dragonfly*)
 
18527
        # FreeBSD uses GNU C++
 
18528
        ;;
 
18529
       hpux9* | hpux10* | hpux11*)
 
18530
        case $cc_basename in
 
18531
-         CC)
 
18532
+         CC*)
 
18533
            lt_prog_compiler_wl_CXX='-Wl,'
 
18534
-           lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
 
18535
+           lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
 
18536
            if test "$host_cpu" != ia64; then
 
18537
              lt_prog_compiler_pic_CXX='+Z'
 
18538
            fi
 
18539
            ;;
 
18540
-         aCC)
 
18541
+         aCC*)
 
18542
            lt_prog_compiler_wl_CXX='-Wl,'
 
18543
-           lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
 
18544
-           case "$host_cpu" in
 
18545
+           lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
 
18546
+           case $host_cpu in
 
18547
            hppa*64*|ia64*)
 
18548
              # +Z the default
 
18549
              ;;
 
18550
@@ -13881,9 +15386,13 @@
 
18551
            ;;
 
18552
        esac
 
18553
        ;;
 
18554
+      interix*)
 
18555
+       # This is c89, which is MS Visual C++ (no shared libs)
 
18556
+       # Anyone wants to do a port?
 
18557
+       ;;
 
18558
       irix5* | irix6* | nonstopux*)
 
18559
        case $cc_basename in
 
18560
-         CC)
 
18561
+         CC*)
 
18562
            lt_prog_compiler_wl_CXX='-Wl,'
 
18563
            lt_prog_compiler_static_CXX='-non_shared'
 
18564
            # CC pic flag -KPIC is the default.
 
18565
@@ -13892,20 +15401,26 @@
 
18566
            ;;
 
18567
        esac
 
18568
        ;;
 
18569
-      linux*)
 
18570
+      linux* | k*bsd*-gnu)
 
18571
        case $cc_basename in
 
18572
-         KCC)
 
18573
+         KCC*)
 
18574
            # KAI C++ Compiler
 
18575
            lt_prog_compiler_wl_CXX='--backend -Wl,'
 
18576
            lt_prog_compiler_pic_CXX='-fPIC'
 
18577
            ;;
 
18578
-         icpc)
 
18579
+         icpc* | ecpc*)
 
18580
            # Intel C++
 
18581
            lt_prog_compiler_wl_CXX='-Wl,'
 
18582
            lt_prog_compiler_pic_CXX='-KPIC'
 
18583
            lt_prog_compiler_static_CXX='-static'
 
18584
            ;;
 
18585
-         cxx)
 
18586
+         pgCC*)
 
18587
+           # Portland Group C++ compiler.
 
18588
+           lt_prog_compiler_wl_CXX='-Wl,'
 
18589
+           lt_prog_compiler_pic_CXX='-fpic'
 
18590
+           lt_prog_compiler_static_CXX='-Bstatic'
 
18591
+           ;;
 
18592
+         cxx*)
 
18593
            # Compaq C++
 
18594
            # Make sure the PIC flag is empty.  It appears that all Alpha
 
18595
            # Linux and Compaq Tru64 Unix objects are PIC.
 
18596
@@ -13913,6 +15428,14 @@
 
18597
            lt_prog_compiler_static_CXX='-non_shared'
 
18598
            ;;
 
18599
          *)
 
18600
+           case `$CC -V 2>&1 | sed 5q` in
 
18601
+           *Sun\ C*)
 
18602
+             # Sun C++ 5.9
 
18603
+             lt_prog_compiler_pic_CXX='-KPIC'
 
18604
+             lt_prog_compiler_static_CXX='-Bstatic'
 
18605
+             lt_prog_compiler_wl_CXX='-Qoption ld '
 
18606
+             ;;
 
18607
+           esac
 
18608
            ;;
 
18609
        esac
 
18610
        ;;
 
18611
@@ -13922,25 +15445,25 @@
 
18612
        ;;
 
18613
       mvs*)
 
18614
        case $cc_basename in
 
18615
-         cxx)
 
18616
+         cxx*)
 
18617
            lt_prog_compiler_pic_CXX='-W c,exportall'
 
18618
            ;;
 
18619
          *)
 
18620
            ;;
 
18621
        esac
 
18622
        ;;
 
18623
-      netbsd*)
 
18624
+      netbsd* | netbsdelf*-gnu)
 
18625
        ;;
 
18626
       osf3* | osf4* | osf5*)
 
18627
        case $cc_basename in
 
18628
-         KCC)
 
18629
+         KCC*)
 
18630
            lt_prog_compiler_wl_CXX='--backend -Wl,'
 
18631
            ;;
 
18632
-         RCC)
 
18633
+         RCC*)
 
18634
            # Rational C++ 2.4.1
 
18635
            lt_prog_compiler_pic_CXX='-pic'
 
18636
            ;;
 
18637
-         cxx)
 
18638
+         cxx*)
 
18639
            # Digital/Compaq C++
 
18640
            lt_prog_compiler_wl_CXX='-Wl,'
 
18641
            # Make sure the PIC flag is empty.  It appears that all Alpha
 
18642
@@ -13954,24 +15477,15 @@
 
18643
        ;;
 
18644
       psos*)
 
18645
        ;;
 
18646
-      sco*)
 
18647
-       case $cc_basename in
 
18648
-         CC)
 
18649
-           lt_prog_compiler_pic_CXX='-fPIC'
 
18650
-           ;;
 
18651
-         *)
 
18652
-           ;;
 
18653
-       esac
 
18654
-       ;;
 
18655
       solaris*)
 
18656
        case $cc_basename in
 
18657
-         CC)
 
18658
+         CC*)
 
18659
            # Sun C++ 4.2, 5.x and Centerline C++
 
18660
            lt_prog_compiler_pic_CXX='-KPIC'
 
18661
            lt_prog_compiler_static_CXX='-Bstatic'
 
18662
            lt_prog_compiler_wl_CXX='-Qoption ld '
 
18663
            ;;
 
18664
-         gcx)
 
18665
+         gcx*)
 
18666
            # Green Hills C++ Compiler
 
18667
            lt_prog_compiler_pic_CXX='-PIC'
 
18668
            ;;
 
18669
@@ -13981,12 +15495,12 @@
 
18670
        ;;
 
18671
       sunos4*)
 
18672
        case $cc_basename in
 
18673
-         CC)
 
18674
+         CC*)
 
18675
            # Sun C++ 4.x
 
18676
            lt_prog_compiler_pic_CXX='-pic'
 
18677
            lt_prog_compiler_static_CXX='-Bstatic'
 
18678
            ;;
 
18679
-         lcc)
 
18680
+         lcc*)
 
18681
            # Lucid
 
18682
            lt_prog_compiler_pic_CXX='-pic'
 
18683
            ;;
 
18684
@@ -13996,7 +15510,7 @@
 
18685
        ;;
 
18686
       tandem*)
 
18687
        case $cc_basename in
 
18688
-         NCC)
 
18689
+         NCC*)
 
18690
            # NonStop-UX NCC 3.20
 
18691
            lt_prog_compiler_pic_CXX='-KPIC'
 
18692
            ;;
 
18693
@@ -14004,7 +15518,14 @@
 
18694
            ;;
 
18695
        esac
 
18696
        ;;
 
18697
-      unixware*)
 
18698
+      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
 
18699
+       case $cc_basename in
 
18700
+         CC*)
 
18701
+           lt_prog_compiler_wl_CXX='-Wl,'
 
18702
+           lt_prog_compiler_pic_CXX='-KPIC'
 
18703
+           lt_prog_compiler_static_CXX='-Bstatic'
 
18704
+           ;;
 
18705
+       esac
 
18706
        ;;
 
18707
       vxworks*)
 
18708
        ;;
 
18709
@@ -14014,22 +15535,22 @@
 
18710
     esac
 
18711
   fi
 
18712
 
 
18713
-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
 
18714
-echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6
 
18715
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
 
18716
+echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; }
 
18717
 
 
18718
 #
 
18719
 # Check to make sure the PIC flag actually works.
 
18720
 #
 
18721
 if test -n "$lt_prog_compiler_pic_CXX"; then
 
18722
 
 
18723
-echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
 
18724
-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6
 
18725
+{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
 
18726
+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; }
 
18727
 if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then
 
18728
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
18729
 else
 
18730
   lt_prog_compiler_pic_works_CXX=no
 
18731
   ac_outfile=conftest.$ac_objext
 
18732
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
18733
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
18734
    lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
 
18735
    # Insert the option either (1) after the last *FLAGS variable, or
 
18736
    # (2) before a word containing "conftest.", or (3) at the end.
 
18737
@@ -14037,26 +15558,28 @@
 
18738
    # with a dollar sign (not a hyphen), so the echo should work correctly.
 
18739
    # The option is referenced via a variable to avoid confusing sed.
 
18740
    lt_compile=`echo "$ac_compile" | $SED \
 
18741
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
 
18742
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
18743
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
18744
    -e 's:$: $lt_compiler_flag:'`
 
18745
-   (eval echo "\"\$as_me:14043: $lt_compile\"" >&5)
 
18746
+   (eval echo "\"\$as_me:15564: $lt_compile\"" >&5)
 
18747
    (eval "$lt_compile" 2>conftest.err)
 
18748
    ac_status=$?
 
18749
    cat conftest.err >&5
 
18750
-   echo "$as_me:14047: \$? = $ac_status" >&5
 
18751
+   echo "$as_me:15568: \$? = $ac_status" >&5
 
18752
    if (exit $ac_status) && test -s "$ac_outfile"; then
 
18753
      # The compiler can only warn and ignore the option if not recognized
 
18754
-     # So say no if there are warnings
 
18755
-     if test ! -s conftest.err; then
 
18756
+     # So say no if there are warnings other than the usual output.
 
18757
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
18758
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
18759
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
18760
        lt_prog_compiler_pic_works_CXX=yes
 
18761
      fi
 
18762
    fi
 
18763
    $rm conftest*
 
18764
 
 
18765
 fi
 
18766
-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5
 
18767
-echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6
 
18768
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5
 
18769
+echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6; }
 
18770
 
 
18771
 if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then
 
18772
     case $lt_prog_compiler_pic_CXX in
 
18773
@@ -14069,7 +15592,7 @@
 
18774
 fi
 
18775
 
 
18776
 fi
 
18777
-case "$host_os" in
 
18778
+case $host_os in
 
18779
   # For platforms which do not support PIC, -DPIC is meaningless:
 
18780
   *djgpp*)
 
18781
     lt_prog_compiler_pic_CXX=
 
18782
@@ -14079,72 +15602,112 @@
 
18783
     ;;
 
18784
 esac
 
18785
 
 
18786
-echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
18787
-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
 
18788
-if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
 
18789
+#
 
18790
+# Check to make sure the static flag actually works.
 
18791
+#
 
18792
+wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
 
18793
+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
18794
+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
 
18795
+if test "${lt_prog_compiler_static_works_CXX+set}" = set; then
 
18796
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
18797
 else
 
18798
-  lt_cv_prog_compiler_c_o_CXX=no
 
18799
-   $rm -r conftest 2>/dev/null
 
18800
-   mkdir conftest
 
18801
-   cd conftest
 
18802
-   mkdir out
 
18803
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
18804
-
 
18805
-   # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
 
18806
-   # that will create temporary files in the current directory regardless of
 
18807
-   # the output directory.  Thus, making CWD read-only will cause this test
 
18808
-   # to fail, enabling locking or at least warning the user not to do parallel
 
18809
-   # builds.
 
18810
-   chmod -w .
 
18811
-
 
18812
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
 
18813
-   # Insert the option either (1) after the last *FLAGS variable, or
 
18814
-   # (2) before a word containing "conftest.", or (3) at the end.
 
18815
-   # Note that $ac_compile itself does not contain backslashes and begins
 
18816
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
18817
-   lt_compile=`echo "$ac_compile" | $SED \
 
18818
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
 
18819
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
18820
-   -e 's:$: $lt_compiler_flag:'`
 
18821
-   (eval echo "\"\$as_me:14110: $lt_compile\"" >&5)
 
18822
+  lt_prog_compiler_static_works_CXX=no
 
18823
+   save_LDFLAGS="$LDFLAGS"
 
18824
+   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
 
18825
+   echo "$lt_simple_link_test_code" > conftest.$ac_ext
 
18826
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
 
18827
+     # The linker can only warn and ignore the option if not recognized
 
18828
+     # So say no if there are warnings
 
18829
+     if test -s conftest.err; then
 
18830
+       # Append any errors to the config.log.
 
18831
+       cat conftest.err 1>&5
 
18832
+       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
18833
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
18834
+       if diff conftest.exp conftest.er2 >/dev/null; then
 
18835
+         lt_prog_compiler_static_works_CXX=yes
 
18836
+       fi
 
18837
+     else
 
18838
+       lt_prog_compiler_static_works_CXX=yes
 
18839
+     fi
 
18840
+   fi
 
18841
+   $rm conftest*
 
18842
+   LDFLAGS="$save_LDFLAGS"
 
18843
+
 
18844
+fi
 
18845
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_CXX" >&5
 
18846
+echo "${ECHO_T}$lt_prog_compiler_static_works_CXX" >&6; }
 
18847
+
 
18848
+if test x"$lt_prog_compiler_static_works_CXX" = xyes; then
 
18849
+    :
 
18850
+else
 
18851
+    lt_prog_compiler_static_CXX=
 
18852
+fi
 
18853
+
 
18854
+
 
18855
+{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
18856
+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 
18857
+if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
 
18858
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
18859
+else
 
18860
+  lt_cv_prog_compiler_c_o_CXX=no
 
18861
+   $rm -r conftest 2>/dev/null
 
18862
+   mkdir conftest
 
18863
+   cd conftest
 
18864
+   mkdir out
 
18865
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
18866
+
 
18867
+   lt_compiler_flag="-o out/conftest2.$ac_objext"
 
18868
+   # Insert the option either (1) after the last *FLAGS variable, or
 
18869
+   # (2) before a word containing "conftest.", or (3) at the end.
 
18870
+   # Note that $ac_compile itself does not contain backslashes and begins
 
18871
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
18872
+   lt_compile=`echo "$ac_compile" | $SED \
 
18873
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
18874
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
18875
+   -e 's:$: $lt_compiler_flag:'`
 
18876
+   (eval echo "\"\$as_me:15668: $lt_compile\"" >&5)
 
18877
    (eval "$lt_compile" 2>out/conftest.err)
 
18878
    ac_status=$?
 
18879
    cat out/conftest.err >&5
 
18880
-   echo "$as_me:14114: \$? = $ac_status" >&5
 
18881
+   echo "$as_me:15672: \$? = $ac_status" >&5
 
18882
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
18883
    then
 
18884
      # The compiler can only warn and ignore the option if not recognized
 
18885
      # So say no if there are warnings
 
18886
-     if test ! -s out/conftest.err; then
 
18887
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
18888
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
 
18889
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
 
18890
        lt_cv_prog_compiler_c_o_CXX=yes
 
18891
      fi
 
18892
    fi
 
18893
-   chmod u+w .
 
18894
-   $rm conftest* out/*
 
18895
-   rmdir out
 
18896
+   chmod u+w . 2>&5
 
18897
+   $rm conftest*
 
18898
+   # SGI C++ compiler will create directory out/ii_files/ for
 
18899
+   # template instantiation
 
18900
+   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
 
18901
+   $rm out/* && rmdir out
 
18902
    cd ..
 
18903
    rmdir conftest
 
18904
    $rm conftest*
 
18905
 
 
18906
 fi
 
18907
-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
 
18908
-echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6
 
18909
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
 
18910
+echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }
 
18911
 
 
18912
 
 
18913
 hard_links="nottested"
 
18914
 if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
 
18915
   # do not overwrite the value of need_locks provided by the user
 
18916
-  echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
18917
-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
 
18918
+  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
18919
+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
 
18920
   hard_links=yes
 
18921
   $rm conftest*
 
18922
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
18923
   touch conftest.a
 
18924
   ln conftest.a conftest.b 2>&5 || hard_links=no
 
18925
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
18926
-  echo "$as_me:$LINENO: result: $hard_links" >&5
 
18927
-echo "${ECHO_T}$hard_links" >&6
 
18928
+  { echo "$as_me:$LINENO: result: $hard_links" >&5
 
18929
+echo "${ECHO_T}$hard_links" >&6; }
 
18930
   if test "$hard_links" = no; then
 
18931
     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
18932
 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
18933
@@ -14154,8 +15717,8 @@
 
18934
   need_locks=no
 
18935
 fi
 
18936
 
 
18937
-echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
18938
-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
 
18939
+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
18940
+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 
18941
 
 
18942
   export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
18943
   case $host_os in
 
18944
@@ -14172,22 +15735,20 @@
 
18945
     export_symbols_cmds_CXX="$ltdll_cmds"
 
18946
   ;;
 
18947
   cygwin* | mingw*)
 
18948
-    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
 
18949
+    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
 
18950
+  ;;
 
18951
+  linux* | k*bsd*-gnu)
 
18952
+    link_all_deplibs_CXX=no
 
18953
   ;;
 
18954
   *)
 
18955
     export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
18956
   ;;
 
18957
   esac
 
18958
 
 
18959
-echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
 
18960
-echo "${ECHO_T}$ld_shlibs_CXX" >&6
 
18961
+{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
 
18962
+echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
 
18963
 test "$ld_shlibs_CXX" = no && can_build_shared=no
 
18964
 
 
18965
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
18966
-if test "$GCC" = yes; then
 
18967
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
18968
-fi
 
18969
-
 
18970
 #
 
18971
 # Do we need to explicitly link libc?
 
18972
 #
 
18973
@@ -14205,10 +15766,10 @@
 
18974
       # Test whether the compiler implicitly links with -lc since on some
 
18975
       # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
18976
       # to ld, don't add -lc before -lgcc.
 
18977
-      echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
18978
-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
 
18979
+      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
18980
+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
 
18981
       $rm conftest*
 
18982
-      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
18983
+      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
18984
 
 
18985
       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
18986
   (eval $ac_compile) 2>&5
 
18987
@@ -14220,6 +15781,7 @@
 
18988
         libobjs=conftest.$ac_objext
 
18989
         deplibs=
 
18990
         wl=$lt_prog_compiler_wl_CXX
 
18991
+       pic_flag=$lt_prog_compiler_pic_CXX
 
18992
         compiler_flags=-v
 
18993
         linker_flags=-v
 
18994
         verstring=
 
18995
@@ -14242,20 +15804,20 @@
 
18996
         cat conftest.err 1>&5
 
18997
       fi
 
18998
       $rm conftest*
 
18999
-      echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
 
19000
-echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6
 
19001
+      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
 
19002
+echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; }
 
19003
       ;;
 
19004
     esac
 
19005
   fi
 
19006
   ;;
 
19007
 esac
 
19008
 
 
19009
-echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
19010
-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
 
19011
+{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
19012
+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
 
19013
 library_names_spec=
 
19014
 libname_spec='lib$name'
 
19015
 soname_spec=
 
19016
-shrext=".so"
 
19017
+shrext_cmds=".so"
 
19018
 postinstall_cmds=
 
19019
 postuninstall_cmds=
 
19020
 finish_cmds=
 
19021
@@ -14265,7 +15827,7 @@
 
19022
 version_type=none
 
19023
 dynamic_linker="$host_os ld.so"
 
19024
 sys_lib_dlsearch_path_spec="/lib /usr/lib"
 
19025
-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
 
19026
+
 
19027
 need_lib_prefix=unknown
 
19028
 hardcode_into_libs=no
 
19029
 
 
19030
@@ -14330,7 +15892,7 @@
 
19031
 amigaos*)
 
19032
   library_names_spec='$libname.ixlibrary $libname.a'
 
19033
   # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
19034
-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
 
19035
+  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
 
19036
   ;;
 
19037
 
 
19038
 beos*)
 
19039
@@ -14339,7 +15901,7 @@
 
19040
   shlibpath_var=LIBRARY_PATH
 
19041
   ;;
 
19042
 
 
19043
-bsdi4*)
 
19044
+bsdi[45]*)
 
19045
   version_type=linux
 
19046
   need_version=no
 
19047
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
19048
@@ -14355,7 +15917,7 @@
 
19049
 
 
19050
 cygwin* | mingw* | pw32*)
 
19051
   version_type=windows
 
19052
-  shrext=".dll"
 
19053
+  shrext_cmds=".dll"
 
19054
   need_version=no
 
19055
   need_lib_prefix=no
 
19056
 
 
19057
@@ -14367,7 +15929,8 @@
 
19058
       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
 
19059
       dldir=$destdir/`dirname \$dlpath`~
 
19060
       test -d \$dldir || mkdir -p \$dldir~
 
19061
-      $install_prog $dir/$dlname \$dldir/$dlname'
 
19062
+      $install_prog $dir/$dlname \$dldir/$dlname~
 
19063
+      chmod a+x \$dldir/$dlname'
 
19064
     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
 
19065
       dlpath=$dir/\$dldll~
 
19066
        $rm \$dlpath'
 
19067
@@ -14397,7 +15960,7 @@
 
19068
       ;;
 
19069
     pw32*)
 
19070
       # pw32 DLLs use 'pw' prefix rather than 'lib'
 
19071
-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
 
19072
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
19073
       ;;
 
19074
     esac
 
19075
     ;;
 
19076
@@ -14420,13 +15983,8 @@
 
19077
   soname_spec='${libname}${release}${major}$shared_ext'
 
19078
   shlibpath_overrides_runpath=yes
 
19079
   shlibpath_var=DYLD_LIBRARY_PATH
 
19080
-  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
 
19081
-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
 
19082
-  if test "$GCC" = yes; then
 
19083
-    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
 
19084
-  else
 
19085
-    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
 
19086
-  fi
 
19087
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
 
19088
+
 
19089
   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
 
19090
   ;;
 
19091
 
 
19092
@@ -14443,20 +16001,17 @@
 
19093
   dynamic_linker=no
 
19094
   ;;
 
19095
 
 
19096
-kfreebsd*-gnu*)
 
19097
-  version_type=linux
 
19098
-  need_lib_prefix=no
 
19099
-  need_version=no
 
19100
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
19101
-  soname_spec='${libname}${release}${shared_ext}$major'
 
19102
-  shlibpath_var=LD_LIBRARY_PATH
 
19103
-  shlibpath_overrides_runpath=no
 
19104
-  hardcode_into_libs=yes
 
19105
-  dynamic_linker='GNU ld.so'
 
19106
-  ;;
 
19107
-
 
19108
-freebsd*)
 
19109
-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
 
19110
+freebsd* | dragonfly*)
 
19111
+  # DragonFly does not have aout.  When/if they implement a new
 
19112
+  # versioning mechanism, adjust this.
 
19113
+  if test -x /usr/bin/objformat; then
 
19114
+    objformat=`/usr/bin/objformat`
 
19115
+  else
 
19116
+    case $host_os in
 
19117
+    freebsd[123]*) objformat=aout ;;
 
19118
+    *) objformat=elf ;;
 
19119
+    esac
 
19120
+  fi
 
19121
   version_type=freebsd-$objformat
 
19122
   case $version_type in
 
19123
     freebsd-elf*)
 
19124
@@ -14474,14 +16029,19 @@
 
19125
   freebsd2*)
 
19126
     shlibpath_overrides_runpath=yes
 
19127
     ;;
 
19128
-  freebsd3.01* | freebsdelf3.01*)
 
19129
+  freebsd3.[01]* | freebsdelf3.[01]*)
 
19130
     shlibpath_overrides_runpath=yes
 
19131
     hardcode_into_libs=yes
 
19132
     ;;
 
19133
-  *) # from 3.2 on
 
19134
+  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
 
19135
+  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
 
19136
     shlibpath_overrides_runpath=no
 
19137
     hardcode_into_libs=yes
 
19138
     ;;
 
19139
+  *) # from 4.6 on, and DragonFly
 
19140
+    shlibpath_overrides_runpath=yes
 
19141
+    hardcode_into_libs=yes
 
19142
+    ;;
 
19143
   esac
 
19144
   ;;
 
19145
 
 
19146
@@ -14501,9 +16061,9 @@
 
19147
   version_type=sunos
 
19148
   need_lib_prefix=no
 
19149
   need_version=no
 
19150
-  case "$host_cpu" in
 
19151
+  case $host_cpu in
 
19152
   ia64*)
 
19153
-    shrext='.so'
 
19154
+    shrext_cmds='.so'
 
19155
     hardcode_into_libs=yes
 
19156
     dynamic_linker="$host_os dld.so"
 
19157
     shlibpath_var=LD_LIBRARY_PATH
 
19158
@@ -14518,7 +16078,7 @@
 
19159
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
19160
     ;;
 
19161
    hppa*64*)
 
19162
-     shrext='.sl'
 
19163
+     shrext_cmds='.sl'
 
19164
      hardcode_into_libs=yes
 
19165
      dynamic_linker="$host_os dld.sl"
 
19166
      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
 
19167
@@ -14529,7 +16089,7 @@
 
19168
      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
19169
      ;;
 
19170
    *)
 
19171
-    shrext='.sl'
 
19172
+    shrext_cmds='.sl'
 
19173
     dynamic_linker="$host_os dld.sl"
 
19174
     shlibpath_var=SHLIB_PATH
 
19175
     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
 
19176
@@ -14541,6 +16101,18 @@
 
19177
   postinstall_cmds='chmod 555 $lib'
 
19178
   ;;
 
19179
 
 
19180
+interix[3-9]*)
 
19181
+  version_type=linux
 
19182
+  need_lib_prefix=no
 
19183
+  need_version=no
 
19184
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
19185
+  soname_spec='${libname}${release}${shared_ext}$major'
 
19186
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
 
19187
+  shlibpath_var=LD_LIBRARY_PATH
 
19188
+  shlibpath_overrides_runpath=no
 
19189
+  hardcode_into_libs=yes
 
19190
+  ;;
 
19191
+
 
19192
 irix5* | irix6* | nonstopux*)
 
19193
   case $host_os in
 
19194
     nonstopux*) version_type=nonstopux ;;
 
19195
@@ -14584,29 +16156,26 @@
 
19196
   ;;
 
19197
 
 
19198
 # This must be Linux ELF.
 
19199
-linux*)
 
19200
+linux* | k*bsd*-gnu)
 
19201
   version_type=linux
 
19202
   need_lib_prefix=no
 
19203
   need_version=no
 
19204
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
19205
   soname_spec='${libname}${release}${shared_ext}$major'
 
19206
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 
19207
-  libsuff=
 
19208
-  if test "x$LINUX_64_MODE" = x64; then
 
19209
-    # Some platforms are per default 64-bit, so there's no /lib64
 
19210
-    if test -d /lib64; then
 
19211
-      libsuff=64
 
19212
-    fi
 
19213
-  fi
 
19214
   shlibpath_var=LD_LIBRARY_PATH
 
19215
   shlibpath_overrides_runpath=no
 
19216
-  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
 
19217
-  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
 
19218
   # This implies no fast_install, which is unacceptable.
 
19219
   # Some rework will be needed to allow for fast_install
 
19220
   # before this can be enabled.
 
19221
   hardcode_into_libs=yes
 
19222
 
 
19223
+  # Append ld.so.conf contents to the search path
 
19224
+  if test -f /etc/ld.so.conf; then
 
19225
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[     ]*hwcap[        ]/d;s/[:,       ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
 
19226
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
19227
+  fi
 
19228
+
 
19229
   # We used to test for /lib/ld.so.1 and disable shared libraries on
 
19230
   # powerpc, because MkLinux only supported shared libraries with the
 
19231
   # GNU dynamic linker.  Since this was broken with cross compilers,
 
19232
@@ -14616,6 +16185,18 @@
 
19233
   dynamic_linker='GNU/Linux ld.so'
 
19234
   ;;
 
19235
 
 
19236
+netbsdelf*-gnu)
 
19237
+  version_type=linux
 
19238
+  need_lib_prefix=no
 
19239
+  need_version=no
 
19240
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
19241
+  soname_spec='${libname}${release}${shared_ext}$major'
 
19242
+  shlibpath_var=LD_LIBRARY_PATH
 
19243
+  shlibpath_overrides_runpath=no
 
19244
+  hardcode_into_libs=yes
 
19245
+  dynamic_linker='NetBSD ld.elf_so'
 
19246
+  ;;
 
19247
+
 
19248
 netbsd*)
 
19249
   version_type=sunos
 
19250
   need_lib_prefix=no
 
19251
@@ -14625,7 +16206,7 @@
 
19252
     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
19253
     dynamic_linker='NetBSD (a.out) ld.so'
 
19254
   else
 
19255
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
 
19256
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
19257
     soname_spec='${libname}${release}${shared_ext}$major'
 
19258
     dynamic_linker='NetBSD ld.elf_so'
 
19259
   fi
 
19260
@@ -14653,8 +16234,13 @@
 
19261
 
 
19262
 openbsd*)
 
19263
   version_type=sunos
 
19264
+  sys_lib_dlsearch_path_spec="/usr/lib"
 
19265
   need_lib_prefix=no
 
19266
-  need_version=no
 
19267
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
 
19268
+  case $host_os in
 
19269
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
 
19270
+    *)                         need_version=no  ;;
 
19271
+  esac
 
19272
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
19273
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
19274
   shlibpath_var=LD_LIBRARY_PATH
 
19275
@@ -14674,7 +16260,7 @@
 
19276
 
 
19277
 os2*)
 
19278
   libname_spec='$name'
 
19279
-  shrext=".dll"
 
19280
+  shrext_cmds=".dll"
 
19281
   need_lib_prefix=no
 
19282
   library_names_spec='$libname${shared_ext} $libname.a'
 
19283
   dynamic_linker='OS/2 ld.exe'
 
19284
@@ -14692,11 +16278,8 @@
 
19285
   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
 
19286
   ;;
 
19287
 
 
19288
-sco3.2v5*)
 
19289
-  version_type=osf
 
19290
-  soname_spec='${libname}${release}${shared_ext}$major'
 
19291
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
19292
-  shlibpath_var=LD_LIBRARY_PATH
 
19293
+rdos*)
 
19294
+  dynamic_linker=no
 
19295
   ;;
 
19296
 
 
19297
 solaris*)
 
19298
@@ -14724,7 +16307,7 @@
 
19299
   need_version=yes
 
19300
   ;;
 
19301
 
 
19302
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
19303
+sysv4 | sysv4.3*)
 
19304
   version_type=linux
 
19305
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
19306
   soname_spec='${libname}${release}${shared_ext}$major'
 
19307
@@ -14757,6 +16340,29 @@
 
19308
   fi
 
19309
   ;;
 
19310
 
 
19311
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
19312
+  version_type=freebsd-elf
 
19313
+  need_lib_prefix=no
 
19314
+  need_version=no
 
19315
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
19316
+  soname_spec='${libname}${release}${shared_ext}$major'
 
19317
+  shlibpath_var=LD_LIBRARY_PATH
 
19318
+  hardcode_into_libs=yes
 
19319
+  if test "$with_gnu_ld" = yes; then
 
19320
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
 
19321
+    shlibpath_overrides_runpath=no
 
19322
+  else
 
19323
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
 
19324
+    shlibpath_overrides_runpath=yes
 
19325
+    case $host_os in
 
19326
+      sco3.2v5*)
 
19327
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
 
19328
+       ;;
 
19329
+    esac
 
19330
+  fi
 
19331
+  sys_lib_dlsearch_path_spec='/usr/lib'
 
19332
+  ;;
 
19333
+
 
19334
 uts4*)
 
19335
   version_type=linux
 
19336
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
19337
@@ -14768,16 +16374,21 @@
 
19338
   dynamic_linker=no
 
19339
   ;;
 
19340
 esac
 
19341
-echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
19342
-echo "${ECHO_T}$dynamic_linker" >&6
 
19343
+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
19344
+echo "${ECHO_T}$dynamic_linker" >&6; }
 
19345
 test "$dynamic_linker" = no && can_build_shared=no
 
19346
 
 
19347
-echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
19348
-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
 
19349
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
19350
+if test "$GCC" = yes; then
 
19351
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
19352
+fi
 
19353
+
 
19354
+{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
19355
+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
 
19356
 hardcode_action_CXX=
 
19357
 if test -n "$hardcode_libdir_flag_spec_CXX" || \
 
19358
-   test -n "$runpath_var CXX" || \
 
19359
-   test "X$hardcode_automatic_CXX"="Xyes" ; then
 
19360
+   test -n "$runpath_var_CXX" || \
 
19361
+   test "X$hardcode_automatic_CXX" = "Xyes" ; then
 
19362
 
 
19363
   # We can hardcode non-existant directories.
 
19364
   if test "$hardcode_direct_CXX" != no &&
 
19365
@@ -14797,8 +16408,8 @@
 
19366
   # directories.
 
19367
   hardcode_action_CXX=unsupported
 
19368
 fi
 
19369
-echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
 
19370
-echo "${ECHO_T}$hardcode_action_CXX" >&6
 
19371
+{ echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
 
19372
+echo "${ECHO_T}$hardcode_action_CXX" >&6; }
 
19373
 
 
19374
 if test "$hardcode_action_CXX" = relink; then
 
19375
   # Fast installation is not supported
 
19376
@@ -14809,1155 +16420,331 @@
 
19377
   enable_fast_install=needless
 
19378
 fi
 
19379
 
 
19380
-striplib=
 
19381
-old_striplib=
 
19382
-echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
 
19383
-echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
 
19384
-if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
 
19385
-  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
 
19386
-  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
 
19387
-  echo "$as_me:$LINENO: result: yes" >&5
 
19388
-echo "${ECHO_T}yes" >&6
 
19389
-else
 
19390
-# FIXME - insert some real tests, host_os isn't really good enough
 
19391
-  case $host_os in
 
19392
-   darwin*)
 
19393
-       if test -n "$STRIP" ; then
 
19394
-         striplib="$STRIP -x"
 
19395
-         echo "$as_me:$LINENO: result: yes" >&5
 
19396
-echo "${ECHO_T}yes" >&6
 
19397
-       else
 
19398
-  echo "$as_me:$LINENO: result: no" >&5
 
19399
-echo "${ECHO_T}no" >&6
 
19400
-fi
 
19401
-       ;;
 
19402
-   *)
 
19403
-  echo "$as_me:$LINENO: result: no" >&5
 
19404
-echo "${ECHO_T}no" >&6
 
19405
+
 
19406
+# The else clause should only fire when bootstrapping the
 
19407
+# libtool distribution, otherwise you forgot to ship ltmain.sh
 
19408
+# with your package, and you will get complaints that there are
 
19409
+# no rules to generate ltmain.sh.
 
19410
+if test -f "$ltmain"; then
 
19411
+  # See if we are running on zsh, and set the options which allow our commands through
 
19412
+  # without removal of \ escapes.
 
19413
+  if test -n "${ZSH_VERSION+set}" ; then
 
19414
+    setopt NO_GLOB_SUBST
 
19415
+  fi
 
19416
+  # Now quote all the things that may contain metacharacters while being
 
19417
+  # careful not to overquote the AC_SUBSTed values.  We take copies of the
 
19418
+  # variables and quote the copies for generation of the libtool script.
 
19419
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
 
19420
+    SED SHELL STRIP \
 
19421
+    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
 
19422
+    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
 
19423
+    deplibs_check_method reload_flag reload_cmds need_locks \
 
19424
+    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
 
19425
+    lt_cv_sys_global_symbol_to_c_name_address \
 
19426
+    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
 
19427
+    old_postinstall_cmds old_postuninstall_cmds \
 
19428
+    compiler_CXX \
 
19429
+    CC_CXX \
 
19430
+    LD_CXX \
 
19431
+    lt_prog_compiler_wl_CXX \
 
19432
+    lt_prog_compiler_pic_CXX \
 
19433
+    lt_prog_compiler_static_CXX \
 
19434
+    lt_prog_compiler_no_builtin_flag_CXX \
 
19435
+    export_dynamic_flag_spec_CXX \
 
19436
+    thread_safe_flag_spec_CXX \
 
19437
+    whole_archive_flag_spec_CXX \
 
19438
+    enable_shared_with_static_runtimes_CXX \
 
19439
+    old_archive_cmds_CXX \
 
19440
+    old_archive_from_new_cmds_CXX \
 
19441
+    predep_objects_CXX \
 
19442
+    postdep_objects_CXX \
 
19443
+    predeps_CXX \
 
19444
+    postdeps_CXX \
 
19445
+    compiler_lib_search_path_CXX \
 
19446
+    archive_cmds_CXX \
 
19447
+    archive_expsym_cmds_CXX \
 
19448
+    postinstall_cmds_CXX \
 
19449
+    postuninstall_cmds_CXX \
 
19450
+    old_archive_from_expsyms_cmds_CXX \
 
19451
+    allow_undefined_flag_CXX \
 
19452
+    no_undefined_flag_CXX \
 
19453
+    export_symbols_cmds_CXX \
 
19454
+    hardcode_libdir_flag_spec_CXX \
 
19455
+    hardcode_libdir_flag_spec_ld_CXX \
 
19456
+    hardcode_libdir_separator_CXX \
 
19457
+    hardcode_automatic_CXX \
 
19458
+    module_cmds_CXX \
 
19459
+    module_expsym_cmds_CXX \
 
19460
+    lt_cv_prog_compiler_c_o_CXX \
 
19461
+    fix_srcfile_path_CXX \
 
19462
+    exclude_expsyms_CXX \
 
19463
+    include_expsyms_CXX; do
 
19464
+
 
19465
+    case $var in
 
19466
+    old_archive_cmds_CXX | \
 
19467
+    old_archive_from_new_cmds_CXX | \
 
19468
+    archive_cmds_CXX | \
 
19469
+    archive_expsym_cmds_CXX | \
 
19470
+    module_cmds_CXX | \
 
19471
+    module_expsym_cmds_CXX | \
 
19472
+    old_archive_from_expsyms_cmds_CXX | \
 
19473
+    export_symbols_cmds_CXX | \
 
19474
+    extract_expsyms_cmds | reload_cmds | finish_cmds | \
 
19475
+    postinstall_cmds | postuninstall_cmds | \
 
19476
+    old_postinstall_cmds | old_postuninstall_cmds | \
 
19477
+    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
 
19478
+      # Double-quote double-evaled strings.
 
19479
+      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
 
19480
+      ;;
 
19481
+    *)
 
19482
+      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
 
19483
+      ;;
 
19484
+    esac
 
19485
+  done
 
19486
+
 
19487
+  case $lt_echo in
 
19488
+  *'\$0 --fallback-echo"')
 
19489
+    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
 
19490
     ;;
 
19491
   esac
 
19492
-fi
 
19493
 
 
19494
-if test "x$enable_dlopen" != xyes; then
 
19495
-  enable_dlopen=unknown
 
19496
-  enable_dlopen_self=unknown
 
19497
-  enable_dlopen_self_static=unknown
 
19498
-else
 
19499
-  lt_cv_dlopen=no
 
19500
-  lt_cv_dlopen_libs=
 
19501
+cfgfile="$ofile"
 
19502
 
 
19503
-  case $host_os in
 
19504
-  beos*)
 
19505
-    lt_cv_dlopen="load_add_on"
 
19506
-    lt_cv_dlopen_libs=
 
19507
-    lt_cv_dlopen_self=yes
 
19508
-    ;;
 
19509
+  cat <<__EOF__ >> "$cfgfile"
 
19510
+# ### BEGIN LIBTOOL TAG CONFIG: $tagname
 
19511
 
 
19512
-  mingw* | pw32*)
 
19513
-    lt_cv_dlopen="LoadLibrary"
 
19514
-    lt_cv_dlopen_libs=
 
19515
-   ;;
 
19516
+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 
19517
 
 
19518
-  cygwin*)
 
19519
-    lt_cv_dlopen="dlopen"
 
19520
-    lt_cv_dlopen_libs=
 
19521
-   ;;
 
19522
+# Shell to use when invoking shell scripts.
 
19523
+SHELL=$lt_SHELL
 
19524
 
 
19525
-  darwin*)
 
19526
-  # if libdl is installed we need to link against it
 
19527
-    echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
19528
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
 
19529
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 
19530
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19531
-else
 
19532
-  ac_check_lib_save_LIBS=$LIBS
 
19533
-LIBS="-ldl  $LIBS"
 
19534
-cat >conftest.$ac_ext <<_ACEOF
 
19535
-/* confdefs.h.  */
 
19536
-_ACEOF
 
19537
-cat confdefs.h >>conftest.$ac_ext
 
19538
-cat >>conftest.$ac_ext <<_ACEOF
 
19539
-/* end confdefs.h.  */
 
19540
+# Whether or not to build shared libraries.
 
19541
+build_libtool_libs=$enable_shared
 
19542
 
 
19543
-/* Override any gcc2 internal prototype to avoid an error.  */
 
19544
-#ifdef __cplusplus
 
19545
-extern "C"
 
19546
-#endif
 
19547
-/* We use char because int might match the return type of a gcc2
 
19548
-   builtin and then its argument prototype would still apply.  */
 
19549
-char dlopen ();
 
19550
-int
 
19551
-main ()
 
19552
-{
 
19553
-dlopen ();
 
19554
-  ;
 
19555
-  return 0;
 
19556
-}
 
19557
-_ACEOF
 
19558
-rm -f conftest.$ac_objext conftest$ac_exeext
 
19559
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
19560
-  (eval $ac_link) 2>conftest.er1
 
19561
-  ac_status=$?
 
19562
-  grep -v '^ *+' conftest.er1 >conftest.err
 
19563
-  rm -f conftest.er1
 
19564
-  cat conftest.err >&5
 
19565
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19566
-  (exit $ac_status); } &&
 
19567
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
19568
-                        || test ! -s conftest.err'
 
19569
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
19570
-  (eval $ac_try) 2>&5
 
19571
-  ac_status=$?
 
19572
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19573
-  (exit $ac_status); }; } &&
 
19574
-        { ac_try='test -s conftest$ac_exeext'
 
19575
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
19576
-  (eval $ac_try) 2>&5
 
19577
-  ac_status=$?
 
19578
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19579
-  (exit $ac_status); }; }; then
 
19580
-  ac_cv_lib_dl_dlopen=yes
 
19581
-else
 
19582
-  echo "$as_me: failed program was:" >&5
 
19583
-sed 's/^/| /' conftest.$ac_ext >&5
 
19584
+# Whether or not to build static libraries.
 
19585
+build_old_libs=$enable_static
 
19586
 
 
19587
-ac_cv_lib_dl_dlopen=no
 
19588
-fi
 
19589
-rm -f conftest.err conftest.$ac_objext \
 
19590
-      conftest$ac_exeext conftest.$ac_ext
 
19591
-LIBS=$ac_check_lib_save_LIBS
 
19592
-fi
 
19593
-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
19594
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
 
19595
-if test $ac_cv_lib_dl_dlopen = yes; then
 
19596
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 
19597
-else
 
19598
+# Whether or not to add -lc for building shared libraries.
 
19599
+build_libtool_need_lc=$archive_cmds_need_lc_CXX
 
19600
 
 
19601
-    lt_cv_dlopen="dyld"
 
19602
-    lt_cv_dlopen_libs=
 
19603
-    lt_cv_dlopen_self=yes
 
19604
+# Whether or not to disallow shared libs when runtime libs are static
 
19605
+allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
 
19606
 
 
19607
-fi
 
19608
+# Whether or not to optimize for fast installation.
 
19609
+fast_install=$enable_fast_install
 
19610
 
 
19611
-   ;;
 
19612
+# The host system.
 
19613
+host_alias=$host_alias
 
19614
+host=$host
 
19615
+host_os=$host_os
 
19616
 
 
19617
-  *)
 
19618
-    echo "$as_me:$LINENO: checking for shl_load" >&5
 
19619
-echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
 
19620
-if test "${ac_cv_func_shl_load+set}" = set; then
 
19621
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19622
-else
 
19623
-  cat >conftest.$ac_ext <<_ACEOF
 
19624
-/* confdefs.h.  */
 
19625
-_ACEOF
 
19626
-cat confdefs.h >>conftest.$ac_ext
 
19627
-cat >>conftest.$ac_ext <<_ACEOF
 
19628
-/* end confdefs.h.  */
 
19629
-/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
 
19630
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
19631
-#define shl_load innocuous_shl_load
 
19632
+# The build system.
 
19633
+build_alias=$build_alias
 
19634
+build=$build
 
19635
+build_os=$build_os
 
19636
 
 
19637
-/* System header to define __stub macros and hopefully few prototypes,
 
19638
-    which can conflict with char shl_load (); below.
 
19639
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
19640
-    <limits.h> exists even on freestanding compilers.  */
 
19641
+# An echo program that does not interpret backslashes.
 
19642
+echo=$lt_echo
 
19643
 
 
19644
-#ifdef __STDC__
 
19645
-# include <limits.h>
 
19646
-#else
 
19647
-# include <assert.h>
 
19648
-#endif
 
19649
+# The archiver.
 
19650
+AR=$lt_AR
 
19651
+AR_FLAGS=$lt_AR_FLAGS
 
19652
 
 
19653
-#undef shl_load
 
19654
+# A C compiler.
 
19655
+LTCC=$lt_LTCC
 
19656
 
 
19657
-/* Override any gcc2 internal prototype to avoid an error.  */
 
19658
-#ifdef __cplusplus
 
19659
-extern "C"
 
19660
-{
 
19661
-#endif
 
19662
-/* We use char because int might match the return type of a gcc2
 
19663
-   builtin and then its argument prototype would still apply.  */
 
19664
-char shl_load ();
 
19665
-/* The GNU C library defines this for functions which it implements
 
19666
-    to always fail with ENOSYS.  Some functions are actually named
 
19667
-    something starting with __ and the normal name is an alias.  */
 
19668
-#if defined (__stub_shl_load) || defined (__stub___shl_load)
 
19669
-choke me
 
19670
-#else
 
19671
-char (*f) () = shl_load;
 
19672
-#endif
 
19673
-#ifdef __cplusplus
 
19674
-}
 
19675
-#endif
 
19676
+# LTCC compiler flags.
 
19677
+LTCFLAGS=$lt_LTCFLAGS
 
19678
 
 
19679
-int
 
19680
-main ()
 
19681
-{
 
19682
-return f != shl_load;
 
19683
-  ;
 
19684
-  return 0;
 
19685
-}
 
19686
-_ACEOF
 
19687
-rm -f conftest.$ac_objext conftest$ac_exeext
 
19688
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
19689
-  (eval $ac_link) 2>conftest.er1
 
19690
-  ac_status=$?
 
19691
-  grep -v '^ *+' conftest.er1 >conftest.err
 
19692
-  rm -f conftest.er1
 
19693
-  cat conftest.err >&5
 
19694
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19695
-  (exit $ac_status); } &&
 
19696
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
19697
-                        || test ! -s conftest.err'
 
19698
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
19699
-  (eval $ac_try) 2>&5
 
19700
-  ac_status=$?
 
19701
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19702
-  (exit $ac_status); }; } &&
 
19703
-        { ac_try='test -s conftest$ac_exeext'
 
19704
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
19705
-  (eval $ac_try) 2>&5
 
19706
-  ac_status=$?
 
19707
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19708
-  (exit $ac_status); }; }; then
 
19709
-  ac_cv_func_shl_load=yes
 
19710
-else
 
19711
-  echo "$as_me: failed program was:" >&5
 
19712
-sed 's/^/| /' conftest.$ac_ext >&5
 
19713
+# A language-specific compiler.
 
19714
+CC=$lt_compiler_CXX
 
19715
 
 
19716
-ac_cv_func_shl_load=no
 
19717
-fi
 
19718
-rm -f conftest.err conftest.$ac_objext \
 
19719
-      conftest$ac_exeext conftest.$ac_ext
 
19720
-fi
 
19721
-echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
 
19722
-echo "${ECHO_T}$ac_cv_func_shl_load" >&6
 
19723
-if test $ac_cv_func_shl_load = yes; then
 
19724
-  lt_cv_dlopen="shl_load"
 
19725
-else
 
19726
-  echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
 
19727
-echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
 
19728
-if test "${ac_cv_lib_dld_shl_load+set}" = set; then
 
19729
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19730
-else
 
19731
-  ac_check_lib_save_LIBS=$LIBS
 
19732
-LIBS="-ldld  $LIBS"
 
19733
-cat >conftest.$ac_ext <<_ACEOF
 
19734
-/* confdefs.h.  */
 
19735
-_ACEOF
 
19736
-cat confdefs.h >>conftest.$ac_ext
 
19737
-cat >>conftest.$ac_ext <<_ACEOF
 
19738
-/* end confdefs.h.  */
 
19739
+# Is the compiler the GNU C compiler?
 
19740
+with_gcc=$GCC_CXX
 
19741
 
 
19742
-/* Override any gcc2 internal prototype to avoid an error.  */
 
19743
-#ifdef __cplusplus
 
19744
-extern "C"
 
19745
-#endif
 
19746
-/* We use char because int might match the return type of a gcc2
 
19747
-   builtin and then its argument prototype would still apply.  */
 
19748
-char shl_load ();
 
19749
-int
 
19750
-main ()
 
19751
-{
 
19752
-shl_load ();
 
19753
-  ;
 
19754
-  return 0;
 
19755
-}
 
19756
-_ACEOF
 
19757
-rm -f conftest.$ac_objext conftest$ac_exeext
 
19758
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
19759
-  (eval $ac_link) 2>conftest.er1
 
19760
-  ac_status=$?
 
19761
-  grep -v '^ *+' conftest.er1 >conftest.err
 
19762
-  rm -f conftest.er1
 
19763
-  cat conftest.err >&5
 
19764
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19765
-  (exit $ac_status); } &&
 
19766
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
19767
-                        || test ! -s conftest.err'
 
19768
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
19769
-  (eval $ac_try) 2>&5
 
19770
-  ac_status=$?
 
19771
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19772
-  (exit $ac_status); }; } &&
 
19773
-        { ac_try='test -s conftest$ac_exeext'
 
19774
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
19775
-  (eval $ac_try) 2>&5
 
19776
-  ac_status=$?
 
19777
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19778
-  (exit $ac_status); }; }; then
 
19779
-  ac_cv_lib_dld_shl_load=yes
 
19780
-else
 
19781
-  echo "$as_me: failed program was:" >&5
 
19782
-sed 's/^/| /' conftest.$ac_ext >&5
 
19783
+# An ERE matcher.
 
19784
+EGREP=$lt_EGREP
 
19785
 
 
19786
-ac_cv_lib_dld_shl_load=no
 
19787
-fi
 
19788
-rm -f conftest.err conftest.$ac_objext \
 
19789
-      conftest$ac_exeext conftest.$ac_ext
 
19790
-LIBS=$ac_check_lib_save_LIBS
 
19791
-fi
 
19792
-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
 
19793
-echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
 
19794
-if test $ac_cv_lib_dld_shl_load = yes; then
 
19795
-  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
 
19796
-else
 
19797
-  echo "$as_me:$LINENO: checking for dlopen" >&5
 
19798
-echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
 
19799
-if test "${ac_cv_func_dlopen+set}" = set; then
 
19800
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19801
-else
 
19802
-  cat >conftest.$ac_ext <<_ACEOF
 
19803
-/* confdefs.h.  */
 
19804
-_ACEOF
 
19805
-cat confdefs.h >>conftest.$ac_ext
 
19806
-cat >>conftest.$ac_ext <<_ACEOF
 
19807
-/* end confdefs.h.  */
 
19808
-/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
 
19809
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
19810
-#define dlopen innocuous_dlopen
 
19811
+# The linker used to build libraries.
 
19812
+LD=$lt_LD_CXX
 
19813
 
 
19814
-/* System header to define __stub macros and hopefully few prototypes,
 
19815
-    which can conflict with char dlopen (); below.
 
19816
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
19817
-    <limits.h> exists even on freestanding compilers.  */
 
19818
+# Whether we need hard or soft links.
 
19819
+LN_S=$lt_LN_S
 
19820
 
 
19821
-#ifdef __STDC__
 
19822
-# include <limits.h>
 
19823
-#else
 
19824
-# include <assert.h>
 
19825
-#endif
 
19826
+# A BSD-compatible nm program.
 
19827
+NM=$lt_NM
 
19828
 
 
19829
-#undef dlopen
 
19830
+# A symbol stripping program
 
19831
+STRIP=$lt_STRIP
 
19832
 
 
19833
-/* Override any gcc2 internal prototype to avoid an error.  */
 
19834
-#ifdef __cplusplus
 
19835
-extern "C"
 
19836
-{
 
19837
-#endif
 
19838
-/* We use char because int might match the return type of a gcc2
 
19839
-   builtin and then its argument prototype would still apply.  */
 
19840
-char dlopen ();
 
19841
-/* The GNU C library defines this for functions which it implements
 
19842
-    to always fail with ENOSYS.  Some functions are actually named
 
19843
-    something starting with __ and the normal name is an alias.  */
 
19844
-#if defined (__stub_dlopen) || defined (__stub___dlopen)
 
19845
-choke me
 
19846
-#else
 
19847
-char (*f) () = dlopen;
 
19848
-#endif
 
19849
-#ifdef __cplusplus
 
19850
-}
 
19851
-#endif
 
19852
+# Used to examine libraries when file_magic_cmd begins "file"
 
19853
+MAGIC_CMD=$MAGIC_CMD
 
19854
 
 
19855
-int
 
19856
-main ()
 
19857
-{
 
19858
-return f != dlopen;
 
19859
-  ;
 
19860
-  return 0;
 
19861
-}
 
19862
-_ACEOF
 
19863
-rm -f conftest.$ac_objext conftest$ac_exeext
 
19864
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
19865
-  (eval $ac_link) 2>conftest.er1
 
19866
-  ac_status=$?
 
19867
-  grep -v '^ *+' conftest.er1 >conftest.err
 
19868
-  rm -f conftest.er1
 
19869
-  cat conftest.err >&5
 
19870
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19871
-  (exit $ac_status); } &&
 
19872
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
19873
-                        || test ! -s conftest.err'
 
19874
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
19875
-  (eval $ac_try) 2>&5
 
19876
-  ac_status=$?
 
19877
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19878
-  (exit $ac_status); }; } &&
 
19879
-        { ac_try='test -s conftest$ac_exeext'
 
19880
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
19881
-  (eval $ac_try) 2>&5
 
19882
-  ac_status=$?
 
19883
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19884
-  (exit $ac_status); }; }; then
 
19885
-  ac_cv_func_dlopen=yes
 
19886
-else
 
19887
-  echo "$as_me: failed program was:" >&5
 
19888
-sed 's/^/| /' conftest.$ac_ext >&5
 
19889
+# Used on cygwin: DLL creation program.
 
19890
+DLLTOOL="$DLLTOOL"
 
19891
 
 
19892
-ac_cv_func_dlopen=no
 
19893
-fi
 
19894
-rm -f conftest.err conftest.$ac_objext \
 
19895
-      conftest$ac_exeext conftest.$ac_ext
 
19896
-fi
 
19897
-echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
 
19898
-echo "${ECHO_T}$ac_cv_func_dlopen" >&6
 
19899
-if test $ac_cv_func_dlopen = yes; then
 
19900
-  lt_cv_dlopen="dlopen"
 
19901
-else
 
19902
-  echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
19903
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
 
19904
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 
19905
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19906
-else
 
19907
-  ac_check_lib_save_LIBS=$LIBS
 
19908
-LIBS="-ldl  $LIBS"
 
19909
-cat >conftest.$ac_ext <<_ACEOF
 
19910
-/* confdefs.h.  */
 
19911
-_ACEOF
 
19912
-cat confdefs.h >>conftest.$ac_ext
 
19913
-cat >>conftest.$ac_ext <<_ACEOF
 
19914
-/* end confdefs.h.  */
 
19915
+# Used on cygwin: object dumper.
 
19916
+OBJDUMP="$OBJDUMP"
 
19917
 
 
19918
-/* Override any gcc2 internal prototype to avoid an error.  */
 
19919
-#ifdef __cplusplus
 
19920
-extern "C"
 
19921
-#endif
 
19922
-/* We use char because int might match the return type of a gcc2
 
19923
-   builtin and then its argument prototype would still apply.  */
 
19924
-char dlopen ();
 
19925
-int
 
19926
-main ()
 
19927
-{
 
19928
-dlopen ();
 
19929
-  ;
 
19930
-  return 0;
 
19931
-}
 
19932
-_ACEOF
 
19933
-rm -f conftest.$ac_objext conftest$ac_exeext
 
19934
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
19935
-  (eval $ac_link) 2>conftest.er1
 
19936
-  ac_status=$?
 
19937
-  grep -v '^ *+' conftest.er1 >conftest.err
 
19938
-  rm -f conftest.er1
 
19939
-  cat conftest.err >&5
 
19940
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19941
-  (exit $ac_status); } &&
 
19942
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
19943
-                        || test ! -s conftest.err'
 
19944
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
19945
-  (eval $ac_try) 2>&5
 
19946
-  ac_status=$?
 
19947
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19948
-  (exit $ac_status); }; } &&
 
19949
-        { ac_try='test -s conftest$ac_exeext'
 
19950
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
19951
-  (eval $ac_try) 2>&5
 
19952
-  ac_status=$?
 
19953
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19954
-  (exit $ac_status); }; }; then
 
19955
-  ac_cv_lib_dl_dlopen=yes
 
19956
-else
 
19957
-  echo "$as_me: failed program was:" >&5
 
19958
-sed 's/^/| /' conftest.$ac_ext >&5
 
19959
+# Used on cygwin: assembler.
 
19960
+AS="$AS"
 
19961
 
 
19962
-ac_cv_lib_dl_dlopen=no
 
19963
-fi
 
19964
-rm -f conftest.err conftest.$ac_objext \
 
19965
-      conftest$ac_exeext conftest.$ac_ext
 
19966
-LIBS=$ac_check_lib_save_LIBS
 
19967
-fi
 
19968
-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
19969
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
 
19970
-if test $ac_cv_lib_dl_dlopen = yes; then
 
19971
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 
19972
-else
 
19973
-  echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
 
19974
-echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
 
19975
-if test "${ac_cv_lib_svld_dlopen+set}" = set; then
 
19976
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19977
-else
 
19978
-  ac_check_lib_save_LIBS=$LIBS
 
19979
-LIBS="-lsvld  $LIBS"
 
19980
-cat >conftest.$ac_ext <<_ACEOF
 
19981
-/* confdefs.h.  */
 
19982
-_ACEOF
 
19983
-cat confdefs.h >>conftest.$ac_ext
 
19984
-cat >>conftest.$ac_ext <<_ACEOF
 
19985
-/* end confdefs.h.  */
 
19986
+# The name of the directory that contains temporary libtool files.
 
19987
+objdir=$objdir
 
19988
 
 
19989
-/* Override any gcc2 internal prototype to avoid an error.  */
 
19990
-#ifdef __cplusplus
 
19991
-extern "C"
 
19992
-#endif
 
19993
-/* We use char because int might match the return type of a gcc2
 
19994
-   builtin and then its argument prototype would still apply.  */
 
19995
-char dlopen ();
 
19996
-int
 
19997
-main ()
 
19998
-{
 
19999
-dlopen ();
 
20000
-  ;
 
20001
-  return 0;
 
20002
-}
 
20003
-_ACEOF
 
20004
-rm -f conftest.$ac_objext conftest$ac_exeext
 
20005
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
20006
-  (eval $ac_link) 2>conftest.er1
 
20007
-  ac_status=$?
 
20008
-  grep -v '^ *+' conftest.er1 >conftest.err
 
20009
-  rm -f conftest.er1
 
20010
-  cat conftest.err >&5
 
20011
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
20012
-  (exit $ac_status); } &&
 
20013
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
20014
-                        || test ! -s conftest.err'
 
20015
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
20016
-  (eval $ac_try) 2>&5
 
20017
-  ac_status=$?
 
20018
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
20019
-  (exit $ac_status); }; } &&
 
20020
-        { ac_try='test -s conftest$ac_exeext'
 
20021
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
20022
-  (eval $ac_try) 2>&5
 
20023
-  ac_status=$?
 
20024
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
20025
-  (exit $ac_status); }; }; then
 
20026
-  ac_cv_lib_svld_dlopen=yes
 
20027
-else
 
20028
-  echo "$as_me: failed program was:" >&5
 
20029
-sed 's/^/| /' conftest.$ac_ext >&5
 
20030
+# How to create reloadable object files.
 
20031
+reload_flag=$lt_reload_flag
 
20032
+reload_cmds=$lt_reload_cmds
 
20033
 
 
20034
-ac_cv_lib_svld_dlopen=no
 
20035
-fi
 
20036
-rm -f conftest.err conftest.$ac_objext \
 
20037
-      conftest$ac_exeext conftest.$ac_ext
 
20038
-LIBS=$ac_check_lib_save_LIBS
 
20039
-fi
 
20040
-echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
 
20041
-echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
 
20042
-if test $ac_cv_lib_svld_dlopen = yes; then
 
20043
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
 
20044
-else
 
20045
-  echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
 
20046
-echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
 
20047
-if test "${ac_cv_lib_dld_dld_link+set}" = set; then
 
20048
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20049
-else
 
20050
-  ac_check_lib_save_LIBS=$LIBS
 
20051
-LIBS="-ldld  $LIBS"
 
20052
-cat >conftest.$ac_ext <<_ACEOF
 
20053
-/* confdefs.h.  */
 
20054
-_ACEOF
 
20055
-cat confdefs.h >>conftest.$ac_ext
 
20056
-cat >>conftest.$ac_ext <<_ACEOF
 
20057
-/* end confdefs.h.  */
 
20058
+# How to pass a linker flag through the compiler.
 
20059
+wl=$lt_lt_prog_compiler_wl_CXX
 
20060
 
 
20061
-/* Override any gcc2 internal prototype to avoid an error.  */
 
20062
-#ifdef __cplusplus
 
20063
-extern "C"
 
20064
-#endif
 
20065
-/* We use char because int might match the return type of a gcc2
 
20066
-   builtin and then its argument prototype would still apply.  */
 
20067
-char dld_link ();
 
20068
-int
 
20069
-main ()
 
20070
-{
 
20071
-dld_link ();
 
20072
-  ;
 
20073
-  return 0;
 
20074
-}
 
20075
-_ACEOF
 
20076
-rm -f conftest.$ac_objext conftest$ac_exeext
 
20077
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
20078
-  (eval $ac_link) 2>conftest.er1
 
20079
-  ac_status=$?
 
20080
-  grep -v '^ *+' conftest.er1 >conftest.err
 
20081
-  rm -f conftest.er1
 
20082
-  cat conftest.err >&5
 
20083
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
20084
-  (exit $ac_status); } &&
 
20085
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
20086
-                        || test ! -s conftest.err'
 
20087
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
20088
-  (eval $ac_try) 2>&5
 
20089
-  ac_status=$?
 
20090
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
20091
-  (exit $ac_status); }; } &&
 
20092
-        { ac_try='test -s conftest$ac_exeext'
 
20093
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
20094
-  (eval $ac_try) 2>&5
 
20095
-  ac_status=$?
 
20096
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
20097
-  (exit $ac_status); }; }; then
 
20098
-  ac_cv_lib_dld_dld_link=yes
 
20099
-else
 
20100
-  echo "$as_me: failed program was:" >&5
 
20101
-sed 's/^/| /' conftest.$ac_ext >&5
 
20102
+# Object file suffix (normally "o").
 
20103
+objext="$ac_objext"
 
20104
 
 
20105
-ac_cv_lib_dld_dld_link=no
 
20106
-fi
 
20107
-rm -f conftest.err conftest.$ac_objext \
 
20108
-      conftest$ac_exeext conftest.$ac_ext
 
20109
-LIBS=$ac_check_lib_save_LIBS
 
20110
-fi
 
20111
-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
 
20112
-echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
 
20113
-if test $ac_cv_lib_dld_dld_link = yes; then
 
20114
-  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
 
20115
-fi
 
20116
+# Old archive suffix (normally "a").
 
20117
+libext="$libext"
 
20118
 
 
20119
+# Shared library suffix (normally ".so").
 
20120
+shrext_cmds='$shrext_cmds'
 
20121
 
 
20122
-fi
 
20123
+# Executable file suffix (normally "").
 
20124
+exeext="$exeext"
 
20125
 
 
20126
+# Additional compiler flags for building library objects.
 
20127
+pic_flag=$lt_lt_prog_compiler_pic_CXX
 
20128
+pic_mode=$pic_mode
 
20129
 
 
20130
-fi
 
20131
+# What is the maximum length of a command?
 
20132
+max_cmd_len=$lt_cv_sys_max_cmd_len
 
20133
 
 
20134
+# Does compiler simultaneously support -c and -o options?
 
20135
+compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
 
20136
 
 
20137
-fi
 
20138
+# Must we lock files when doing compilation?
 
20139
+need_locks=$lt_need_locks
 
20140
 
 
20141
+# Do we need the lib prefix for modules?
 
20142
+need_lib_prefix=$need_lib_prefix
 
20143
 
 
20144
-fi
 
20145
+# Do we need a version for libraries?
 
20146
+need_version=$need_version
 
20147
 
 
20148
+# Whether dlopen is supported.
 
20149
+dlopen_support=$enable_dlopen
 
20150
 
 
20151
-fi
 
20152
+# Whether dlopen of programs is supported.
 
20153
+dlopen_self=$enable_dlopen_self
 
20154
 
 
20155
-    ;;
 
20156
-  esac
 
20157
+# Whether dlopen of statically linked programs is supported.
 
20158
+dlopen_self_static=$enable_dlopen_self_static
 
20159
 
 
20160
-  if test "x$lt_cv_dlopen" != xno; then
 
20161
-    enable_dlopen=yes
 
20162
-  else
 
20163
-    enable_dlopen=no
 
20164
-  fi
 
20165
+# Compiler flag to prevent dynamic linking.
 
20166
+link_static_flag=$lt_lt_prog_compiler_static_CXX
 
20167
 
 
20168
-  case $lt_cv_dlopen in
 
20169
-  dlopen)
 
20170
-    save_CPPFLAGS="$CPPFLAGS"
 
20171
-    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 
20172
+# Compiler flag to turn off builtin functions.
 
20173
+no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
 
20174
 
 
20175
-    save_LDFLAGS="$LDFLAGS"
 
20176
-    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
20177
+# Compiler flag to allow reflexive dlopens.
 
20178
+export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
 
20179
 
 
20180
-    save_LIBS="$LIBS"
 
20181
-    LIBS="$lt_cv_dlopen_libs $LIBS"
 
20182
+# Compiler flag to generate shared objects directly from archives.
 
20183
+whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
 
20184
 
 
20185
-    echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
 
20186
-echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
 
20187
-if test "${lt_cv_dlopen_self+set}" = set; then
 
20188
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20189
-else
 
20190
-         if test "$cross_compiling" = yes; then :
 
20191
-  lt_cv_dlopen_self=cross
 
20192
-else
 
20193
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
20194
-  lt_status=$lt_dlunknown
 
20195
-  cat > conftest.$ac_ext <<EOF
 
20196
-#line 15446 "configure"
 
20197
-#include "confdefs.h"
 
20198
+# Compiler flag to generate thread-safe objects.
 
20199
+thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX
 
20200
 
 
20201
-#if HAVE_DLFCN_H
 
20202
-#include <dlfcn.h>
 
20203
-#endif
 
20204
+# Library versioning type.
 
20205
+version_type=$version_type
 
20206
 
 
20207
-#include <stdio.h>
 
20208
+# Format of library name prefix.
 
20209
+libname_spec=$lt_libname_spec
 
20210
 
 
20211
-#ifdef RTLD_GLOBAL
 
20212
-#  define LT_DLGLOBAL          RTLD_GLOBAL
 
20213
-#else
 
20214
-#  ifdef DL_GLOBAL
 
20215
-#    define LT_DLGLOBAL                DL_GLOBAL
 
20216
-#  else
 
20217
-#    define LT_DLGLOBAL                0
 
20218
-#  endif
 
20219
-#endif
 
20220
+# List of archive names.  First name is the real one, the rest are links.
 
20221
+# The last name is the one that the linker finds with -lNAME.
 
20222
+library_names_spec=$lt_library_names_spec
 
20223
 
 
20224
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
 
20225
-   find out it does not work in some platform. */
 
20226
-#ifndef LT_DLLAZY_OR_NOW
 
20227
-#  ifdef RTLD_LAZY
 
20228
-#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
 
20229
-#  else
 
20230
-#    ifdef DL_LAZY
 
20231
-#      define LT_DLLAZY_OR_NOW         DL_LAZY
 
20232
-#    else
 
20233
-#      ifdef RTLD_NOW
 
20234
-#        define LT_DLLAZY_OR_NOW       RTLD_NOW
 
20235
-#      else
 
20236
-#        ifdef DL_NOW
 
20237
-#          define LT_DLLAZY_OR_NOW     DL_NOW
 
20238
-#        else
 
20239
-#          define LT_DLLAZY_OR_NOW     0
 
20240
-#        endif
 
20241
-#      endif
 
20242
-#    endif
 
20243
-#  endif
 
20244
-#endif
 
20245
+# The coded name of the library, if different from the real name.
 
20246
+soname_spec=$lt_soname_spec
 
20247
 
 
20248
-#ifdef __cplusplus
 
20249
-extern "C" void exit (int);
 
20250
-#endif
 
20251
+# Commands used to build and install an old-style archive.
 
20252
+RANLIB=$lt_RANLIB
 
20253
+old_archive_cmds=$lt_old_archive_cmds_CXX
 
20254
+old_postinstall_cmds=$lt_old_postinstall_cmds
 
20255
+old_postuninstall_cmds=$lt_old_postuninstall_cmds
 
20256
 
 
20257
-void fnord() { int i=42;}
 
20258
-int main ()
 
20259
-{
 
20260
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
20261
-  int status = $lt_dlunknown;
 
20262
+# Create an old-style archive from a shared archive.
 
20263
+old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
 
20264
 
 
20265
-  if (self)
 
20266
-    {
 
20267
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
20268
-      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
20269
-      /* dlclose (self); */
 
20270
-    }
 
20271
+# Create a temporary old-style archive to link instead of a shared archive.
 
20272
+old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
 
20273
 
 
20274
-    exit (status);
 
20275
-}
 
20276
-EOF
 
20277
-  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
20278
-  (eval $ac_link) 2>&5
 
20279
-  ac_status=$?
 
20280
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
20281
-  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
 
20282
-    (./conftest; exit; ) 2>/dev/null
 
20283
-    lt_status=$?
 
20284
-    case x$lt_status in
 
20285
-      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
 
20286
-      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
 
20287
-      x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
 
20288
-    esac
 
20289
-  else :
 
20290
-    # compilation failed
 
20291
-    lt_cv_dlopen_self=no
 
20292
-  fi
 
20293
-fi
 
20294
-rm -fr conftest*
 
20295
+# Commands used to build and install a shared archive.
 
20296
+archive_cmds=$lt_archive_cmds_CXX
 
20297
+archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
 
20298
+postinstall_cmds=$lt_postinstall_cmds
 
20299
+postuninstall_cmds=$lt_postuninstall_cmds
 
20300
 
 
20301
+# Commands used to build a loadable module (assumed same as above if empty)
 
20302
+module_cmds=$lt_module_cmds_CXX
 
20303
+module_expsym_cmds=$lt_module_expsym_cmds_CXX
 
20304
 
 
20305
-fi
 
20306
-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
 
20307
-echo "${ECHO_T}$lt_cv_dlopen_self" >&6
 
20308
+# Commands to strip libraries.
 
20309
+old_striplib=$lt_old_striplib
 
20310
+striplib=$lt_striplib
 
20311
 
 
20312
-    if test "x$lt_cv_dlopen_self" = xyes; then
 
20313
-      LDFLAGS="$LDFLAGS $link_static_flag"
 
20314
-      echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
 
20315
-echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
 
20316
-if test "${lt_cv_dlopen_self_static+set}" = set; then
 
20317
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20318
-else
 
20319
-         if test "$cross_compiling" = yes; then :
 
20320
-  lt_cv_dlopen_self_static=cross
 
20321
-else
 
20322
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
20323
-  lt_status=$lt_dlunknown
 
20324
-  cat > conftest.$ac_ext <<EOF
 
20325
-#line 15544 "configure"
 
20326
-#include "confdefs.h"
 
20327
+# Dependencies to place before the objects being linked to create a
 
20328
+# shared library.
 
20329
+predep_objects=$lt_predep_objects_CXX
 
20330
 
 
20331
-#if HAVE_DLFCN_H
 
20332
-#include <dlfcn.h>
 
20333
-#endif
 
20334
+# Dependencies to place after the objects being linked to create a
 
20335
+# shared library.
 
20336
+postdep_objects=$lt_postdep_objects_CXX
 
20337
 
 
20338
-#include <stdio.h>
 
20339
+# Dependencies to place before the objects being linked to create a
 
20340
+# shared library.
 
20341
+predeps=$lt_predeps_CXX
 
20342
 
 
20343
-#ifdef RTLD_GLOBAL
 
20344
-#  define LT_DLGLOBAL          RTLD_GLOBAL
 
20345
-#else
 
20346
-#  ifdef DL_GLOBAL
 
20347
-#    define LT_DLGLOBAL                DL_GLOBAL
 
20348
-#  else
 
20349
-#    define LT_DLGLOBAL                0
 
20350
-#  endif
 
20351
-#endif
 
20352
+# Dependencies to place after the objects being linked to create a
 
20353
+# shared library.
 
20354
+postdeps=$lt_postdeps_CXX
 
20355
 
 
20356
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
 
20357
-   find out it does not work in some platform. */
 
20358
-#ifndef LT_DLLAZY_OR_NOW
 
20359
-#  ifdef RTLD_LAZY
 
20360
-#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
 
20361
-#  else
 
20362
-#    ifdef DL_LAZY
 
20363
-#      define LT_DLLAZY_OR_NOW         DL_LAZY
 
20364
-#    else
 
20365
-#      ifdef RTLD_NOW
 
20366
-#        define LT_DLLAZY_OR_NOW       RTLD_NOW
 
20367
-#      else
 
20368
-#        ifdef DL_NOW
 
20369
-#          define LT_DLLAZY_OR_NOW     DL_NOW
 
20370
-#        else
 
20371
-#          define LT_DLLAZY_OR_NOW     0
 
20372
-#        endif
 
20373
-#      endif
 
20374
-#    endif
 
20375
-#  endif
 
20376
-#endif
 
20377
+# The library search path used internally by the compiler when linking
 
20378
+# a shared library.
 
20379
+compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
 
20380
 
 
20381
-#ifdef __cplusplus
 
20382
-extern "C" void exit (int);
 
20383
-#endif
 
20384
+# Method to check whether dependent libraries are shared objects.
 
20385
+deplibs_check_method=$lt_deplibs_check_method
 
20386
 
 
20387
-void fnord() { int i=42;}
 
20388
-int main ()
 
20389
-{
 
20390
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
20391
-  int status = $lt_dlunknown;
 
20392
+# Command to use when deplibs_check_method == file_magic.
 
20393
+file_magic_cmd=$lt_file_magic_cmd
 
20394
 
 
20395
-  if (self)
 
20396
-    {
 
20397
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
20398
-      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
20399
-      /* dlclose (self); */
 
20400
-    }
 
20401
+# Flag that allows shared libraries with undefined symbols to be built.
 
20402
+allow_undefined_flag=$lt_allow_undefined_flag_CXX
 
20403
 
 
20404
-    exit (status);
 
20405
-}
 
20406
-EOF
 
20407
-  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
20408
-  (eval $ac_link) 2>&5
 
20409
-  ac_status=$?
 
20410
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
20411
-  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
 
20412
-    (./conftest; exit; ) 2>/dev/null
 
20413
-    lt_status=$?
 
20414
-    case x$lt_status in
 
20415
-      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
 
20416
-      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
 
20417
-      x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
 
20418
-    esac
 
20419
-  else :
 
20420
-    # compilation failed
 
20421
-    lt_cv_dlopen_self_static=no
 
20422
-  fi
 
20423
-fi
 
20424
-rm -fr conftest*
 
20425
+# Flag that forces no undefined symbols.
 
20426
+no_undefined_flag=$lt_no_undefined_flag_CXX
 
20427
 
 
20428
+# Commands used to finish a libtool library installation in a directory.
 
20429
+finish_cmds=$lt_finish_cmds
 
20430
 
 
20431
-fi
 
20432
-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
 
20433
-echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
 
20434
-    fi
 
20435
+# Same as above, but a single script fragment to be evaled but not shown.
 
20436
+finish_eval=$lt_finish_eval
 
20437
 
 
20438
-    CPPFLAGS="$save_CPPFLAGS"
 
20439
-    LDFLAGS="$save_LDFLAGS"
 
20440
-    LIBS="$save_LIBS"
 
20441
-    ;;
 
20442
-  esac
 
20443
+# Take the output of nm and produce a listing of raw symbols and C names.
 
20444
+global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
 
20445
 
 
20446
-  case $lt_cv_dlopen_self in
 
20447
-  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
 
20448
-  *) enable_dlopen_self=unknown ;;
 
20449
-  esac
 
20450
+# Transform the output of nm in a proper C declaration
 
20451
+global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
 
20452
 
 
20453
-  case $lt_cv_dlopen_self_static in
 
20454
-  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
 
20455
-  *) enable_dlopen_self_static=unknown ;;
 
20456
-  esac
 
20457
-fi
 
20458
+# Transform the output of nm in a C name address pair
 
20459
+global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
 
20460
 
 
20461
+# This is the shared library runtime path variable.
 
20462
+runpath_var=$runpath_var
 
20463
 
 
20464
-# The else clause should only fire when bootstrapping the
 
20465
-# libtool distribution, otherwise you forgot to ship ltmain.sh
 
20466
-# with your package, and you will get complaints that there are
 
20467
-# no rules to generate ltmain.sh.
 
20468
-if test -f "$ltmain"; then
 
20469
-  # See if we are running on zsh, and set the options which allow our commands through
 
20470
-  # without removal of \ escapes.
 
20471
-  if test -n "${ZSH_VERSION+set}" ; then
 
20472
-    setopt NO_GLOB_SUBST
 
20473
-  fi
 
20474
-  # Now quote all the things that may contain metacharacters while being
 
20475
-  # careful not to overquote the AC_SUBSTed values.  We take copies of the
 
20476
-  # variables and quote the copies for generation of the libtool script.
 
20477
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
 
20478
-    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
 
20479
-    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
 
20480
-    deplibs_check_method reload_flag reload_cmds need_locks \
 
20481
-    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
 
20482
-    lt_cv_sys_global_symbol_to_c_name_address \
 
20483
-    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
 
20484
-    old_postinstall_cmds old_postuninstall_cmds \
 
20485
-    compiler_CXX \
 
20486
-    CC_CXX \
 
20487
-    LD_CXX \
 
20488
-    lt_prog_compiler_wl_CXX \
 
20489
-    lt_prog_compiler_pic_CXX \
 
20490
-    lt_prog_compiler_static_CXX \
 
20491
-    lt_prog_compiler_no_builtin_flag_CXX \
 
20492
-    export_dynamic_flag_spec_CXX \
 
20493
-    thread_safe_flag_spec_CXX \
 
20494
-    whole_archive_flag_spec_CXX \
 
20495
-    enable_shared_with_static_runtimes_CXX \
 
20496
-    old_archive_cmds_CXX \
 
20497
-    old_archive_from_new_cmds_CXX \
 
20498
-    predep_objects_CXX \
 
20499
-    postdep_objects_CXX \
 
20500
-    predeps_CXX \
 
20501
-    postdeps_CXX \
 
20502
-    compiler_lib_search_path_CXX \
 
20503
-    archive_cmds_CXX \
 
20504
-    archive_expsym_cmds_CXX \
 
20505
-    postinstall_cmds_CXX \
 
20506
-    postuninstall_cmds_CXX \
 
20507
-    old_archive_from_expsyms_cmds_CXX \
 
20508
-    allow_undefined_flag_CXX \
 
20509
-    no_undefined_flag_CXX \
 
20510
-    export_symbols_cmds_CXX \
 
20511
-    hardcode_libdir_flag_spec_CXX \
 
20512
-    hardcode_libdir_flag_spec_ld_CXX \
 
20513
-    hardcode_libdir_separator_CXX \
 
20514
-    hardcode_automatic_CXX \
 
20515
-    module_cmds_CXX \
 
20516
-    module_expsym_cmds_CXX \
 
20517
-    lt_cv_prog_compiler_c_o_CXX \
 
20518
-    exclude_expsyms_CXX \
 
20519
-    include_expsyms_CXX; do
 
20520
-
 
20521
-    case $var in
 
20522
-    old_archive_cmds_CXX | \
 
20523
-    old_archive_from_new_cmds_CXX | \
 
20524
-    archive_cmds_CXX | \
 
20525
-    archive_expsym_cmds_CXX | \
 
20526
-    module_cmds_CXX | \
 
20527
-    module_expsym_cmds_CXX | \
 
20528
-    old_archive_from_expsyms_cmds_CXX | \
 
20529
-    export_symbols_cmds_CXX | \
 
20530
-    extract_expsyms_cmds | reload_cmds | finish_cmds | \
 
20531
-    postinstall_cmds | postuninstall_cmds | \
 
20532
-    old_postinstall_cmds | old_postuninstall_cmds | \
 
20533
-    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
 
20534
-      # Double-quote double-evaled strings.
 
20535
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
 
20536
-      ;;
 
20537
-    *)
 
20538
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
 
20539
-      ;;
 
20540
-    esac
 
20541
-  done
 
20542
-
 
20543
-  case $lt_echo in
 
20544
-  *'\$0 --fallback-echo"')
 
20545
-    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
 
20546
-    ;;
 
20547
-  esac
 
20548
-
 
20549
-cfgfile="$ofile"
 
20550
-
 
20551
-  cat <<__EOF__ >> "$cfgfile"
 
20552
-# ### BEGIN LIBTOOL TAG CONFIG: $tagname
 
20553
-
 
20554
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 
20555
-
 
20556
-# Shell to use when invoking shell scripts.
 
20557
-SHELL=$lt_SHELL
 
20558
-
 
20559
-# Whether or not to build shared libraries.
 
20560
-build_libtool_libs=$enable_shared
 
20561
-
 
20562
-# Whether or not to build static libraries.
 
20563
-build_old_libs=$enable_static
 
20564
-
 
20565
-# Whether or not to add -lc for building shared libraries.
 
20566
-build_libtool_need_lc=$archive_cmds_need_lc_CXX
 
20567
-
 
20568
-# Whether or not to disallow shared libs when runtime libs are static
 
20569
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
 
20570
-
 
20571
-# Whether or not to optimize for fast installation.
 
20572
-fast_install=$enable_fast_install
 
20573
-
 
20574
-# The host system.
 
20575
-host_alias=$host_alias
 
20576
-host=$host
 
20577
-
 
20578
-# An echo program that does not interpret backslashes.
 
20579
-echo=$lt_echo
 
20580
-
 
20581
-# The archiver.
 
20582
-AR=$lt_AR
 
20583
-AR_FLAGS=$lt_AR_FLAGS
 
20584
-
 
20585
-# A C compiler.
 
20586
-LTCC=$lt_LTCC
 
20587
-
 
20588
-# A language-specific compiler.
 
20589
-CC=$lt_compiler_CXX
 
20590
-
 
20591
-# Is the compiler the GNU C compiler?
 
20592
-with_gcc=$GCC_CXX
 
20593
-
 
20594
-# An ERE matcher.
 
20595
-EGREP=$lt_EGREP
 
20596
-
 
20597
-# The linker used to build libraries.
 
20598
-LD=$lt_LD_CXX
 
20599
-
 
20600
-# Whether we need hard or soft links.
 
20601
-LN_S=$lt_LN_S
 
20602
-
 
20603
-# A BSD-compatible nm program.
 
20604
-NM=$lt_NM
 
20605
-
 
20606
-# A symbol stripping program
 
20607
-STRIP=$STRIP
 
20608
-
 
20609
-# Used to examine libraries when file_magic_cmd begins "file"
 
20610
-MAGIC_CMD=$MAGIC_CMD
 
20611
-
 
20612
-# Used on cygwin: DLL creation program.
 
20613
-DLLTOOL="$DLLTOOL"
 
20614
-
 
20615
-# Used on cygwin: object dumper.
 
20616
-OBJDUMP="$OBJDUMP"
 
20617
-
 
20618
-# Used on cygwin: assembler.
 
20619
-AS="$AS"
 
20620
-
 
20621
-# The name of the directory that contains temporary libtool files.
 
20622
-objdir=$objdir
 
20623
-
 
20624
-# How to create reloadable object files.
 
20625
-reload_flag=$lt_reload_flag
 
20626
-reload_cmds=$lt_reload_cmds
 
20627
-
 
20628
-# How to pass a linker flag through the compiler.
 
20629
-wl=$lt_lt_prog_compiler_wl_CXX
 
20630
-
 
20631
-# Object file suffix (normally "o").
 
20632
-objext="$ac_objext"
 
20633
-
 
20634
-# Old archive suffix (normally "a").
 
20635
-libext="$libext"
 
20636
-
 
20637
-# Shared library suffix (normally ".so").
 
20638
-shrext='$shrext'
 
20639
-
 
20640
-# Executable file suffix (normally "").
 
20641
-exeext="$exeext"
 
20642
-
 
20643
-# Additional compiler flags for building library objects.
 
20644
-pic_flag=$lt_lt_prog_compiler_pic_CXX
 
20645
-pic_mode=$pic_mode
 
20646
-
 
20647
-# What is the maximum length of a command?
 
20648
-max_cmd_len=$lt_cv_sys_max_cmd_len
 
20649
-
 
20650
-# Does compiler simultaneously support -c and -o options?
 
20651
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
 
20652
-
 
20653
-# Must we lock files when doing compilation ?
 
20654
-need_locks=$lt_need_locks
 
20655
-
 
20656
-# Do we need the lib prefix for modules?
 
20657
-need_lib_prefix=$need_lib_prefix
 
20658
-
 
20659
-# Do we need a version for libraries?
 
20660
-need_version=$need_version
 
20661
-
 
20662
-# Whether dlopen is supported.
 
20663
-dlopen_support=$enable_dlopen
 
20664
-
 
20665
-# Whether dlopen of programs is supported.
 
20666
-dlopen_self=$enable_dlopen_self
 
20667
-
 
20668
-# Whether dlopen of statically linked programs is supported.
 
20669
-dlopen_self_static=$enable_dlopen_self_static
 
20670
-
 
20671
-# Compiler flag to prevent dynamic linking.
 
20672
-link_static_flag=$lt_lt_prog_compiler_static_CXX
 
20673
-
 
20674
-# Compiler flag to turn off builtin functions.
 
20675
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
 
20676
-
 
20677
-# Compiler flag to allow reflexive dlopens.
 
20678
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
 
20679
-
 
20680
-# Compiler flag to generate shared objects directly from archives.
 
20681
-whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
 
20682
-
 
20683
-# Compiler flag to generate thread-safe objects.
 
20684
-thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX
 
20685
-
 
20686
-# Library versioning type.
 
20687
-version_type=$version_type
 
20688
-
 
20689
-# Format of library name prefix.
 
20690
-libname_spec=$lt_libname_spec
 
20691
-
 
20692
-# List of archive names.  First name is the real one, the rest are links.
 
20693
-# The last name is the one that the linker finds with -lNAME.
 
20694
-library_names_spec=$lt_library_names_spec
 
20695
-
 
20696
-# The coded name of the library, if different from the real name.
 
20697
-soname_spec=$lt_soname_spec
 
20698
-
 
20699
-# Commands used to build and install an old-style archive.
 
20700
-RANLIB=$lt_RANLIB
 
20701
-old_archive_cmds=$lt_old_archive_cmds_CXX
 
20702
-old_postinstall_cmds=$lt_old_postinstall_cmds
 
20703
-old_postuninstall_cmds=$lt_old_postuninstall_cmds
 
20704
-
 
20705
-# Create an old-style archive from a shared archive.
 
20706
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
 
20707
-
 
20708
-# Create a temporary old-style archive to link instead of a shared archive.
 
20709
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
 
20710
-
 
20711
-# Commands used to build and install a shared archive.
 
20712
-archive_cmds=$lt_archive_cmds_CXX
 
20713
-archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
 
20714
-postinstall_cmds=$lt_postinstall_cmds
 
20715
-postuninstall_cmds=$lt_postuninstall_cmds
 
20716
-
 
20717
-# Commands used to build a loadable module (assumed same as above if empty)
 
20718
-module_cmds=$lt_module_cmds_CXX
 
20719
-module_expsym_cmds=$lt_module_expsym_cmds_CXX
 
20720
-
 
20721
-# Commands to strip libraries.
 
20722
-old_striplib=$lt_old_striplib
 
20723
-striplib=$lt_striplib
 
20724
-
 
20725
-# Dependencies to place before the objects being linked to create a
 
20726
-# shared library.
 
20727
-predep_objects=$lt_predep_objects_CXX
 
20728
-
 
20729
-# Dependencies to place after the objects being linked to create a
 
20730
-# shared library.
 
20731
-postdep_objects=$lt_postdep_objects_CXX
 
20732
-
 
20733
-# Dependencies to place before the objects being linked to create a
 
20734
-# shared library.
 
20735
-predeps=$lt_predeps_CXX
 
20736
-
 
20737
-# Dependencies to place after the objects being linked to create a
 
20738
-# shared library.
 
20739
-postdeps=$lt_postdeps_CXX
 
20740
-
 
20741
-# The library search path used internally by the compiler when linking
 
20742
-# a shared library.
 
20743
-compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
 
20744
-
 
20745
-# Method to check whether dependent libraries are shared objects.
 
20746
-deplibs_check_method=$lt_deplibs_check_method
 
20747
-
 
20748
-# Command to use when deplibs_check_method == file_magic.
 
20749
-file_magic_cmd=$lt_file_magic_cmd
 
20750
-
 
20751
-# Flag that allows shared libraries with undefined symbols to be built.
 
20752
-allow_undefined_flag=$lt_allow_undefined_flag_CXX
 
20753
-
 
20754
-# Flag that forces no undefined symbols.
 
20755
-no_undefined_flag=$lt_no_undefined_flag_CXX
 
20756
-
 
20757
-# Commands used to finish a libtool library installation in a directory.
 
20758
-finish_cmds=$lt_finish_cmds
 
20759
-
 
20760
-# Same as above, but a single script fragment to be evaled but not shown.
 
20761
-finish_eval=$lt_finish_eval
 
20762
-
 
20763
-# Take the output of nm and produce a listing of raw symbols and C names.
 
20764
-global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
 
20765
-
 
20766
-# Transform the output of nm in a proper C declaration
 
20767
-global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
 
20768
-
 
20769
-# Transform the output of nm in a C name address pair
 
20770
-global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
 
20771
-
 
20772
-# This is the shared library runtime path variable.
 
20773
-runpath_var=$runpath_var
 
20774
-
 
20775
-# This is the shared library path variable.
 
20776
-shlibpath_var=$shlibpath_var
 
20777
+# This is the shared library path variable.
 
20778
+shlibpath_var=$shlibpath_var
 
20779
 
 
20780
 # Is shlibpath searched before the hard-coded library search path?
 
20781
 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
 
20782
@@ -16010,7 +16797,7 @@
 
20783
 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
20784
 
 
20785
 # Fix the shell variable \$srcfile for the compiler.
 
20786
-fix_srcfile_path="$fix_srcfile_path_CXX"
 
20787
+fix_srcfile_path=$lt_fix_srcfile_path
 
20788
 
 
20789
 # Set to yes if exported symbols are required.
 
20790
 always_export_symbols=$always_export_symbols_CXX
 
20791
@@ -16036,7 +16823,10 @@
 
20792
   # If there is no Makefile yet, we rely on a make rule to execute
 
20793
   # `config.status --recheck' to rerun these tests and create the
 
20794
   # libtool script then.
 
20795
-  test -f Makefile && make "$ltmain"
 
20796
+  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
 
20797
+  if test -f "$ltmain_in"; then
 
20798
+    test -f Makefile && make "$ltmain"
 
20799
+  fi
 
20800
 fi
 
20801
 
 
20802
 
 
20803
@@ -16098,39 +16888,72 @@
 
20804
 objext_F77=$objext
 
20805
 
 
20806
 # Code to be used in simple compile tests
 
20807
-lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
 
20808
+lt_simple_compile_test_code="\
 
20809
+      subroutine t
 
20810
+      return
 
20811
+      end
 
20812
+"
 
20813
 
 
20814
 # Code to be used in simple link tests
 
20815
-lt_simple_link_test_code="      program t\n      end\n"
 
20816
+lt_simple_link_test_code="\
 
20817
+      program t
 
20818
+      end
 
20819
+"
 
20820
 
 
20821
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
20822
 
 
20823
 # If no C compiler was specified, use CC.
 
20824
 LTCC=${LTCC-"$CC"}
 
20825
 
 
20826
+# If no C compiler flags were specified, use CFLAGS.
 
20827
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
 
20828
+
 
20829
 # Allow CC to be a program name with arguments.
 
20830
 compiler=$CC
 
20831
 
 
20832
 
 
20833
+# save warnings/boilerplate of simple test code
 
20834
+ac_outfile=conftest.$ac_objext
 
20835
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
 
20836
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
20837
+_lt_compiler_boilerplate=`cat conftest.err`
 
20838
+$rm conftest*
 
20839
+
 
20840
+ac_outfile=conftest.$ac_objext
 
20841
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
 
20842
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
20843
+_lt_linker_boilerplate=`cat conftest.err`
 
20844
+$rm conftest*
 
20845
+
 
20846
+
 
20847
 # Allow CC to be a program name with arguments.
 
20848
 lt_save_CC="$CC"
 
20849
 CC=${F77-"f77"}
 
20850
 compiler=$CC
 
20851
 compiler_F77=$CC
 
20852
-cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
 
20853
+for cc_temp in $compiler""; do
 
20854
+  case $cc_temp in
 
20855
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
 
20856
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
 
20857
+    \-*) ;;
 
20858
+    *) break;;
 
20859
+  esac
 
20860
+done
 
20861
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
20862
+
 
20863
 
 
20864
-echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 
20865
-echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
 
20866
-echo "$as_me:$LINENO: result: $can_build_shared" >&5
 
20867
-echo "${ECHO_T}$can_build_shared" >&6
 
20868
+{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 
20869
+echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
 
20870
+{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
 
20871
+echo "${ECHO_T}$can_build_shared" >&6; }
 
20872
 
 
20873
-echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 
20874
-echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
 
20875
+{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 
20876
+echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
 
20877
 test "$can_build_shared" = "no" && enable_shared=no
 
20878
 
 
20879
 # On AIX, shared libraries and static libraries use the same namespace, and
 
20880
 # are all built from PIC.
 
20881
-case "$host_os" in
 
20882
+case $host_os in
 
20883
 aix3*)
 
20884
   test "$enable_shared" = yes && enable_static=no
 
20885
   if test -n "$RANLIB"; then
 
20886
@@ -16138,21 +16961,21 @@
 
20887
     postinstall_cmds='$RANLIB $lib'
 
20888
   fi
 
20889
   ;;
 
20890
-aix4*)
 
20891
-  test "$enable_shared" = yes && enable_static=no
 
20892
+aix4* | aix5*)
 
20893
+  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
20894
+    test "$enable_shared" = yes && enable_static=no
 
20895
+  fi
 
20896
   ;;
 
20897
 esac
 
20898
-echo "$as_me:$LINENO: result: $enable_shared" >&5
 
20899
-echo "${ECHO_T}$enable_shared" >&6
 
20900
+{ echo "$as_me:$LINENO: result: $enable_shared" >&5
 
20901
+echo "${ECHO_T}$enable_shared" >&6; }
 
20902
 
 
20903
-echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 
20904
-echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
 
20905
+{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 
20906
+echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
 
20907
 # Make sure either enable_shared or enable_static is yes.
 
20908
 test "$enable_shared" = yes || enable_static=yes
 
20909
-echo "$as_me:$LINENO: result: $enable_static" >&5
 
20910
-echo "${ECHO_T}$enable_static" >&6
 
20911
-
 
20912
-test "$ld_shlibs_F77" = no && can_build_shared=no
 
20913
+{ echo "$as_me:$LINENO: result: $enable_static" >&5
 
20914
+echo "${ECHO_T}$enable_static" >&6; }
 
20915
 
 
20916
 GCC_F77="$G77"
 
20917
 LD_F77="$LD"
 
20918
@@ -16161,8 +16984,8 @@
 
20919
 lt_prog_compiler_pic_F77=
 
20920
 lt_prog_compiler_static_F77=
 
20921
 
 
20922
-echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
20923
-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
 
20924
+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
20925
+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
 
20926
 
 
20927
   if test "$GCC" = yes; then
 
20928
     lt_prog_compiler_wl_F77='-Wl,'
 
20929
@@ -16184,13 +17007,15 @@
 
20930
       lt_prog_compiler_pic_F77='-m68020 -resident32 -malways-restore-a4'
 
20931
       ;;
 
20932
 
 
20933
-    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
20934
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
20935
       # PIC is the default for these OSes.
 
20936
       ;;
 
20937
 
 
20938
-    mingw* | pw32* | os2*)
 
20939
+    mingw* | cygwin* | pw32* | os2*)
 
20940
       # This hack is so that the source file can tell whether it is being
 
20941
       # built for inclusion in a dll (and should export symbols for example).
 
20942
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
 
20943
+      # (--disable-auto-import) libraries
 
20944
       lt_prog_compiler_pic_F77='-DDLL_EXPORT'
 
20945
       ;;
 
20946
 
 
20947
@@ -16200,6 +17025,11 @@
 
20948
       lt_prog_compiler_pic_F77='-fno-common'
 
20949
       ;;
 
20950
 
 
20951
+    interix[3-9]*)
 
20952
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
20953
+      # Instead, we relocate shared libraries at runtime.
 
20954
+      ;;
 
20955
+
 
20956
     msdosdjgpp*)
 
20957
       # Just because we use GCC doesn't mean we suddenly get shared libraries
 
20958
       # on systems that don't support them.
 
20959
@@ -16216,7 +17046,7 @@
 
20960
     hpux*)
 
20961
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
20962
       # not for PA HP-UX.
 
20963
-      case "$host_cpu" in
 
20964
+      case $host_cpu in
 
20965
       hppa*64*|ia64*)
 
20966
        # +Z the default
 
20967
        ;;
 
20968
@@ -16242,8 +17072,18 @@
 
20969
        lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp'
 
20970
       fi
 
20971
       ;;
 
20972
+      darwin*)
 
20973
+        # PIC is the default on this platform
 
20974
+        # Common symbols not allowed in MH_DYLIB files
 
20975
+       case $cc_basename in
 
20976
+         xlc*)
 
20977
+         lt_prog_compiler_pic_F77='-qnocommon'
 
20978
+         lt_prog_compiler_wl_F77='-Wl,'
 
20979
+         ;;
 
20980
+       esac
 
20981
+       ;;
 
20982
 
 
20983
-    mingw* | pw32* | os2*)
 
20984
+    mingw* | cygwin* | pw32* | os2*)
 
20985
       # This hack is so that the source file can tell whether it is being
 
20986
       # built for inclusion in a dll (and should export symbols for example).
 
20987
       lt_prog_compiler_pic_F77='-DDLL_EXPORT'
 
20988
@@ -16253,7 +17093,7 @@
 
20989
       lt_prog_compiler_wl_F77='-Wl,'
 
20990
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
20991
       # not for PA HP-UX.
 
20992
-      case "$host_cpu" in
 
20993
+      case $host_cpu in
 
20994
       hppa*64*|ia64*)
 
20995
        # +Z the default
 
20996
        ;;
 
20997
@@ -16276,18 +17116,41 @@
 
20998
       lt_prog_compiler_static_F77='-Bstatic'
 
20999
       ;;
 
21000
 
 
21001
-    linux*)
 
21002
-      case $CC in
 
21003
+    linux* | k*bsd*-gnu)
 
21004
+      case $cc_basename in
 
21005
       icc* | ecc*)
 
21006
        lt_prog_compiler_wl_F77='-Wl,'
 
21007
        lt_prog_compiler_pic_F77='-KPIC'
 
21008
        lt_prog_compiler_static_F77='-static'
 
21009
         ;;
 
21010
+      pgcc* | pgf77* | pgf90* | pgf95*)
 
21011
+        # Portland Group compilers (*not* the Pentium gcc compiler,
 
21012
+       # which looks to be a dead project)
 
21013
+       lt_prog_compiler_wl_F77='-Wl,'
 
21014
+       lt_prog_compiler_pic_F77='-fpic'
 
21015
+       lt_prog_compiler_static_F77='-Bstatic'
 
21016
+        ;;
 
21017
       ccc*)
 
21018
         lt_prog_compiler_wl_F77='-Wl,'
 
21019
         # All Alpha code is PIC.
 
21020
         lt_prog_compiler_static_F77='-non_shared'
 
21021
         ;;
 
21022
+      *)
 
21023
+        case `$CC -V 2>&1 | sed 5q` in
 
21024
+       *Sun\ C*)
 
21025
+         # Sun C 5.9
 
21026
+         lt_prog_compiler_pic_F77='-KPIC'
 
21027
+         lt_prog_compiler_static_F77='-Bstatic'
 
21028
+         lt_prog_compiler_wl_F77='-Wl,'
 
21029
+         ;;
 
21030
+       *Sun\ F*)
 
21031
+         # Sun Fortran 8.3 passes all unrecognized flags to the linker
 
21032
+         lt_prog_compiler_pic_F77='-KPIC'
 
21033
+         lt_prog_compiler_static_F77='-Bstatic'
 
21034
+         lt_prog_compiler_wl_F77=''
 
21035
+         ;;
 
21036
+       esac
 
21037
+       ;;
 
21038
       esac
 
21039
       ;;
 
21040
 
 
21041
@@ -16297,15 +17160,19 @@
 
21042
       lt_prog_compiler_static_F77='-non_shared'
 
21043
       ;;
 
21044
 
 
21045
-    sco3.2v5*)
 
21046
-      lt_prog_compiler_pic_F77='-Kpic'
 
21047
-      lt_prog_compiler_static_F77='-dn'
 
21048
+    rdos*)
 
21049
+      lt_prog_compiler_static_F77='-non_shared'
 
21050
       ;;
 
21051
 
 
21052
     solaris*)
 
21053
-      lt_prog_compiler_wl_F77='-Wl,'
 
21054
       lt_prog_compiler_pic_F77='-KPIC'
 
21055
       lt_prog_compiler_static_F77='-Bstatic'
 
21056
+      case $cc_basename in
 
21057
+      f77* | f90* | f95*)
 
21058
+       lt_prog_compiler_wl_F77='-Qoption ld ';;
 
21059
+      *)
 
21060
+       lt_prog_compiler_wl_F77='-Wl,';;
 
21061
+      esac
 
21062
       ;;
 
21063
 
 
21064
     sunos4*)
 
21065
@@ -16314,7 +17181,7 @@
 
21066
       lt_prog_compiler_static_F77='-Bstatic'
 
21067
       ;;
 
21068
 
 
21069
-    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
21070
+    sysv4 | sysv4.2uw2* | sysv4.3*)
 
21071
       lt_prog_compiler_wl_F77='-Wl,'
 
21072
       lt_prog_compiler_pic_F77='-KPIC'
 
21073
       lt_prog_compiler_static_F77='-Bstatic'
 
21074
@@ -16327,6 +17194,17 @@
 
21075
       fi
 
21076
       ;;
 
21077
 
 
21078
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
 
21079
+      lt_prog_compiler_wl_F77='-Wl,'
 
21080
+      lt_prog_compiler_pic_F77='-KPIC'
 
21081
+      lt_prog_compiler_static_F77='-Bstatic'
 
21082
+      ;;
 
21083
+
 
21084
+    unicos*)
 
21085
+      lt_prog_compiler_wl_F77='-Wl,'
 
21086
+      lt_prog_compiler_can_build_shared_F77=no
 
21087
+      ;;
 
21088
+
 
21089
     uts4*)
 
21090
       lt_prog_compiler_pic_F77='-pic'
 
21091
       lt_prog_compiler_static_F77='-Bstatic'
 
21092
@@ -16338,22 +17216,22 @@
 
21093
     esac
 
21094
   fi
 
21095
 
 
21096
-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
 
21097
-echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6
 
21098
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
 
21099
+echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; }
 
21100
 
 
21101
 #
 
21102
 # Check to make sure the PIC flag actually works.
 
21103
 #
 
21104
 if test -n "$lt_prog_compiler_pic_F77"; then
 
21105
 
 
21106
-echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
 
21107
-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6
 
21108
+{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
 
21109
+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; }
 
21110
 if test "${lt_prog_compiler_pic_works_F77+set}" = set; then
 
21111
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
21112
 else
 
21113
   lt_prog_compiler_pic_works_F77=no
 
21114
   ac_outfile=conftest.$ac_objext
 
21115
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
21116
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
21117
    lt_compiler_flag="$lt_prog_compiler_pic_F77"
 
21118
    # Insert the option either (1) after the last *FLAGS variable, or
 
21119
    # (2) before a word containing "conftest.", or (3) at the end.
 
21120
@@ -16361,26 +17239,28 @@
 
21121
    # with a dollar sign (not a hyphen), so the echo should work correctly.
 
21122
    # The option is referenced via a variable to avoid confusing sed.
 
21123
    lt_compile=`echo "$ac_compile" | $SED \
 
21124
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
 
21125
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
21126
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
21127
    -e 's:$: $lt_compiler_flag:'`
 
21128
-   (eval echo "\"\$as_me:16367: $lt_compile\"" >&5)
 
21129
+   (eval echo "\"\$as_me:17245: $lt_compile\"" >&5)
 
21130
    (eval "$lt_compile" 2>conftest.err)
 
21131
    ac_status=$?
 
21132
    cat conftest.err >&5
 
21133
-   echo "$as_me:16371: \$? = $ac_status" >&5
 
21134
+   echo "$as_me:17249: \$? = $ac_status" >&5
 
21135
    if (exit $ac_status) && test -s "$ac_outfile"; then
 
21136
      # The compiler can only warn and ignore the option if not recognized
 
21137
-     # So say no if there are warnings
 
21138
-     if test ! -s conftest.err; then
 
21139
+     # So say no if there are warnings other than the usual output.
 
21140
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
21141
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
21142
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
21143
        lt_prog_compiler_pic_works_F77=yes
 
21144
      fi
 
21145
    fi
 
21146
    $rm conftest*
 
21147
 
 
21148
 fi
 
21149
-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5
 
21150
-echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6
 
21151
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5
 
21152
+echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6; }
 
21153
 
 
21154
 if test x"$lt_prog_compiler_pic_works_F77" = xyes; then
 
21155
     case $lt_prog_compiler_pic_F77 in
 
21156
@@ -16393,7 +17273,7 @@
 
21157
 fi
 
21158
 
 
21159
 fi
 
21160
-case "$host_os" in
 
21161
+case $host_os in
 
21162
   # For platforms which do not support PIC, -DPIC is meaningless:
 
21163
   *djgpp*)
 
21164
     lt_prog_compiler_pic_F77=
 
21165
@@ -16403,8 +17283,50 @@
 
21166
     ;;
 
21167
 esac
 
21168
 
 
21169
-echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
21170
-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
 
21171
+#
 
21172
+# Check to make sure the static flag actually works.
 
21173
+#
 
21174
+wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\"
 
21175
+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
21176
+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
 
21177
+if test "${lt_prog_compiler_static_works_F77+set}" = set; then
 
21178
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
21179
+else
 
21180
+  lt_prog_compiler_static_works_F77=no
 
21181
+   save_LDFLAGS="$LDFLAGS"
 
21182
+   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
 
21183
+   echo "$lt_simple_link_test_code" > conftest.$ac_ext
 
21184
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
 
21185
+     # The linker can only warn and ignore the option if not recognized
 
21186
+     # So say no if there are warnings
 
21187
+     if test -s conftest.err; then
 
21188
+       # Append any errors to the config.log.
 
21189
+       cat conftest.err 1>&5
 
21190
+       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
21191
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
21192
+       if diff conftest.exp conftest.er2 >/dev/null; then
 
21193
+         lt_prog_compiler_static_works_F77=yes
 
21194
+       fi
 
21195
+     else
 
21196
+       lt_prog_compiler_static_works_F77=yes
 
21197
+     fi
 
21198
+   fi
 
21199
+   $rm conftest*
 
21200
+   LDFLAGS="$save_LDFLAGS"
 
21201
+
 
21202
+fi
 
21203
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_F77" >&5
 
21204
+echo "${ECHO_T}$lt_prog_compiler_static_works_F77" >&6; }
 
21205
+
 
21206
+if test x"$lt_prog_compiler_static_works_F77" = xyes; then
 
21207
+    :
 
21208
+else
 
21209
+    lt_prog_compiler_static_F77=
 
21210
+fi
 
21211
+
 
21212
+
 
21213
+{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
21214
+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 
21215
 if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
 
21216
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
21217
 else
 
21218
@@ -16413,14 +17335,7 @@
 
21219
    mkdir conftest
 
21220
    cd conftest
 
21221
    mkdir out
 
21222
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
21223
-
 
21224
-   # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
 
21225
-   # that will create temporary files in the current directory regardless of
 
21226
-   # the output directory.  Thus, making CWD read-only will cause this test
 
21227
-   # to fail, enabling locking or at least warning the user not to do parallel
 
21228
-   # builds.
 
21229
-   chmod -w .
 
21230
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
21231
 
 
21232
    lt_compiler_flag="-o out/conftest2.$ac_objext"
 
21233
    # Insert the option either (1) after the last *FLAGS variable, or
 
21234
@@ -16428,47 +17343,52 @@
 
21235
    # Note that $ac_compile itself does not contain backslashes and begins
 
21236
    # with a dollar sign (not a hyphen), so the echo should work correctly.
 
21237
    lt_compile=`echo "$ac_compile" | $SED \
 
21238
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
 
21239
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
21240
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
21241
    -e 's:$: $lt_compiler_flag:'`
 
21242
-   (eval echo "\"\$as_me:16434: $lt_compile\"" >&5)
 
21243
+   (eval echo "\"\$as_me:17349: $lt_compile\"" >&5)
 
21244
    (eval "$lt_compile" 2>out/conftest.err)
 
21245
    ac_status=$?
 
21246
    cat out/conftest.err >&5
 
21247
-   echo "$as_me:16438: \$? = $ac_status" >&5
 
21248
+   echo "$as_me:17353: \$? = $ac_status" >&5
 
21249
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
21250
    then
 
21251
      # The compiler can only warn and ignore the option if not recognized
 
21252
      # So say no if there are warnings
 
21253
-     if test ! -s out/conftest.err; then
 
21254
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
21255
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
 
21256
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
 
21257
        lt_cv_prog_compiler_c_o_F77=yes
 
21258
      fi
 
21259
    fi
 
21260
-   chmod u+w .
 
21261
-   $rm conftest* out/*
 
21262
-   rmdir out
 
21263
+   chmod u+w . 2>&5
 
21264
+   $rm conftest*
 
21265
+   # SGI C++ compiler will create directory out/ii_files/ for
 
21266
+   # template instantiation
 
21267
+   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
 
21268
+   $rm out/* && rmdir out
 
21269
    cd ..
 
21270
    rmdir conftest
 
21271
    $rm conftest*
 
21272
 
 
21273
 fi
 
21274
-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
 
21275
-echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6
 
21276
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
 
21277
+echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; }
 
21278
 
 
21279
 
 
21280
 hard_links="nottested"
 
21281
 if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then
 
21282
   # do not overwrite the value of need_locks provided by the user
 
21283
-  echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
21284
-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
 
21285
+  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
21286
+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
 
21287
   hard_links=yes
 
21288
   $rm conftest*
 
21289
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
21290
   touch conftest.a
 
21291
   ln conftest.a conftest.b 2>&5 || hard_links=no
 
21292
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
21293
-  echo "$as_me:$LINENO: result: $hard_links" >&5
 
21294
-echo "${ECHO_T}$hard_links" >&6
 
21295
+  { echo "$as_me:$LINENO: result: $hard_links" >&5
 
21296
+echo "${ECHO_T}$hard_links" >&6; }
 
21297
   if test "$hard_links" = no; then
 
21298
     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
21299
 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
21300
@@ -16478,8 +17398,8 @@
 
21301
   need_locks=no
 
21302
 fi
 
21303
 
 
21304
-echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
21305
-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
 
21306
+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
21307
+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 
21308
 
 
21309
   runpath_var=
 
21310
   allow_undefined_flag_F77=
 
21311
@@ -16517,6 +17437,16 @@
 
21312
   # rely on this symbol name, it's probably fine to never include it in
 
21313
   # preloaded symbol tables.
 
21314
   extract_expsyms_cmds=
 
21315
+  # Just being paranoid about ensuring that cc_basename is set.
 
21316
+  for cc_temp in $compiler""; do
 
21317
+  case $cc_temp in
 
21318
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
 
21319
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
 
21320
+    \-*) ;;
 
21321
+    *) break;;
 
21322
+  esac
 
21323
+done
 
21324
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
21325
 
 
21326
   case $host_os in
 
21327
   cygwin* | mingw* | pw32*)
 
21328
@@ -16527,6 +17457,10 @@
 
21329
       with_gnu_ld=no
 
21330
     fi
 
21331
     ;;
 
21332
+  interix*)
 
21333
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
 
21334
+    with_gnu_ld=yes
 
21335
+    ;;
 
21336
   openbsd*)
 
21337
     with_gnu_ld=no
 
21338
     ;;
 
21339
@@ -16537,6 +17471,27 @@
 
21340
     # If archive_cmds runs LD, not CC, wlarc should be empty
 
21341
     wlarc='${wl}'
 
21342
 
 
21343
+    # Set some defaults for GNU ld with shared library support. These
 
21344
+    # are reset later if shared libraries are not supported. Putting them
 
21345
+    # here allows them to be overridden if necessary.
 
21346
+    runpath_var=LD_RUN_PATH
 
21347
+    hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir'
 
21348
+    export_dynamic_flag_spec_F77='${wl}--export-dynamic'
 
21349
+    # ancient GNU ld didn't support --whole-archive et. al.
 
21350
+    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
 
21351
+       whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
21352
+      else
 
21353
+       whole_archive_flag_spec_F77=
 
21354
+    fi
 
21355
+    supports_anon_versioning=no
 
21356
+    case `$LD -v 2>/dev/null` in
 
21357
+      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
 
21358
+      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
 
21359
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
 
21360
+      *\ 2.11.*) ;; # other 2.11 versions
 
21361
+      *) supports_anon_versioning=yes ;;
 
21362
+    esac
 
21363
+
 
21364
     # See if GNU ld supports shared libraries.
 
21365
     case $host_os in
 
21366
     aix3* | aix4* | aix5*)
 
21367
@@ -16574,7 +17529,7 @@
 
21368
        allow_undefined_flag_F77=unsupported
 
21369
        # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
21370
        # support --undefined.  This deserves some investigation.  FIXME
 
21371
-       archive_cmds_F77='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
 
21372
+       archive_cmds_F77='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
21373
       else
 
21374
        ld_shlibs_F77=no
 
21375
       fi
 
21376
@@ -16584,13 +17539,13 @@
 
21377
       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless,
 
21378
       # as there is no search path for DLLs.
 
21379
       hardcode_libdir_flag_spec_F77='-L$libdir'
 
21380
-      allow_undefined_flag_F77=no
 
21381
+      allow_undefined_flag_F77=unsupported
 
21382
       always_export_symbols_F77=no
 
21383
       enable_shared_with_static_runtimes_F77=yes
 
21384
-      export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
 
21385
+      export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
 
21386
 
 
21387
       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
 
21388
-        archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
 
21389
+        archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
21390
        # If the export-symbols file already is a .def file (1st line
 
21391
        # is EXPORTS), use it as is; otherwise, prepend...
 
21392
        archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
21393
@@ -16599,23 +17554,79 @@
 
21394
          echo EXPORTS > $output_objdir/$soname.def;
 
21395
          cat $export_symbols >> $output_objdir/$soname.def;
 
21396
        fi~
 
21397
-       $CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
 
21398
+       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
21399
       else
 
21400
-       ld_shlibs=no
 
21401
+       ld_shlibs_F77=no
 
21402
+      fi
 
21403
+      ;;
 
21404
+
 
21405
+    interix[3-9]*)
 
21406
+      hardcode_direct_F77=no
 
21407
+      hardcode_shlibpath_var_F77=no
 
21408
+      hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
 
21409
+      export_dynamic_flag_spec_F77='${wl}-E'
 
21410
+      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
21411
+      # Instead, shared libraries are loaded at an image base (0x10000000 by
 
21412
+      # default) and relocated if they conflict, which is a slow very memory
 
21413
+      # consuming and fragmenting process.  To avoid this, we pick a random,
 
21414
+      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
21415
+      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
21416
+      archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
 
21417
+      archive_expsym_cmds_F77='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
 
21418
+      ;;
 
21419
+
 
21420
+    gnu* | linux* | k*bsd*-gnu)
 
21421
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
21422
+       tmp_addflag=
 
21423
+       case $cc_basename,$host_cpu in
 
21424
+       pgcc*)                          # Portland Group C compiler
 
21425
+         whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
21426
+         tmp_addflag=' $pic_flag'
 
21427
+         ;;
 
21428
+       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
 
21429
+         whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
21430
+         tmp_addflag=' $pic_flag -Mnomain' ;;
 
21431
+       ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
 
21432
+         tmp_addflag=' -i_dynamic' ;;
 
21433
+       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
 
21434
+         tmp_addflag=' -i_dynamic -nofor_main' ;;
 
21435
+       ifc* | ifort*)                  # Intel Fortran compiler
 
21436
+         tmp_addflag=' -nofor_main' ;;
 
21437
+       esac
 
21438
+       case `$CC -V 2>&1 | sed 5q` in
 
21439
+       *Sun\ C*)                       # Sun C 5.9
 
21440
+         whole_archive_flag_spec_F77='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
21441
+         tmp_sharedflag='-G' ;;
 
21442
+       *Sun\ F*)                       # Sun Fortran 8.3
 
21443
+         tmp_sharedflag='-G' ;;
 
21444
+       *)
 
21445
+         tmp_sharedflag='-shared' ;;
 
21446
+       esac
 
21447
+       archive_cmds_F77='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
21448
+
 
21449
+       if test $supports_anon_versioning = yes; then
 
21450
+         archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~
 
21451
+  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
21452
+  $echo "local: *; };" >> $output_objdir/$libname.ver~
 
21453
+         $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 
21454
+       fi
 
21455
+       link_all_deplibs_F77=no
 
21456
+      else
 
21457
+       ld_shlibs_F77=no
 
21458
       fi
 
21459
       ;;
 
21460
 
 
21461
-    netbsd*)
 
21462
+    netbsd* | netbsdelf*-gnu)
 
21463
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
21464
        archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 
21465
        wlarc=
 
21466
       else
 
21467
-       archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
 
21468
-       archive_expsym_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
21469
+       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
21470
+       archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
21471
       fi
 
21472
       ;;
 
21473
 
 
21474
-    solaris* | sysv5*)
 
21475
+    solaris*)
 
21476
       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
 
21477
        ld_shlibs_F77=no
 
21478
        cat <<EOF 1>&2
 
21479
@@ -16629,13 +17640,40 @@
 
21480
 
 
21481
 EOF
 
21482
       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
21483
-       archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
 
21484
-       archive_expsym_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
21485
+       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
21486
+       archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
21487
       else
 
21488
        ld_shlibs_F77=no
 
21489
       fi
 
21490
       ;;
 
21491
 
 
21492
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
 
21493
+      case `$LD -v 2>&1` in
 
21494
+        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
 
21495
+       ld_shlibs_F77=no
 
21496
+       cat <<_LT_EOF 1>&2
 
21497
+
 
21498
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
 
21499
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
 
21500
+*** is disabling shared libraries support.  We urge you to upgrade GNU
 
21501
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
 
21502
+*** your PATH or compiler configuration so that the native linker is
 
21503
+*** used, and then restart.
 
21504
+
 
21505
+_LT_EOF
 
21506
+       ;;
 
21507
+       *)
 
21508
+         if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
21509
+           hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
 
21510
+           archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
 
21511
+           archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
 
21512
+         else
 
21513
+           ld_shlibs_F77=no
 
21514
+         fi
 
21515
+       ;;
 
21516
+      esac
 
21517
+      ;;
 
21518
+
 
21519
     sunos4*)
 
21520
       archive_cmds_F77='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
21521
       wlarc=
 
21522
@@ -16645,24 +17683,19 @@
 
21523
 
 
21524
     *)
 
21525
       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
21526
-       archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
 
21527
-       archive_expsym_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
21528
+       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
21529
+       archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
21530
       else
 
21531
        ld_shlibs_F77=no
 
21532
       fi
 
21533
       ;;
 
21534
     esac
 
21535
 
 
21536
-    if test "$ld_shlibs_F77" = yes; then
 
21537
-      runpath_var=LD_RUN_PATH
 
21538
-      hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir'
 
21539
-      export_dynamic_flag_spec_F77='${wl}--export-dynamic'
 
21540
-      # ancient GNU ld didn't support --whole-archive et. al.
 
21541
-      if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
 
21542
-       whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
21543
-      else
 
21544
-       whole_archive_flag_spec_F77=
 
21545
-      fi
 
21546
+    if test "$ld_shlibs_F77" = no; then
 
21547
+      runpath_var=
 
21548
+      hardcode_libdir_flag_spec_F77=
 
21549
+      export_dynamic_flag_spec_F77=
 
21550
+      whole_archive_flag_spec_F77=
 
21551
     fi
 
21552
   else
 
21553
     # PORTME fill in a description of your system's linker (not GNU ld)
 
21554
@@ -16674,7 +17707,7 @@
 
21555
       # Note: this linker hardcodes the directories in LIBPATH if there
 
21556
       # are no directories specified by -L.
 
21557
       hardcode_minus_L_F77=yes
 
21558
-      if test "$GCC" = yes && test -z "$link_static_flag"; then
 
21559
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
 
21560
        # Neither direct hardcoding nor static linking is supported with a
 
21561
        # broken collect2.
 
21562
        hardcode_direct_F77=unsupported
 
21563
@@ -16696,9 +17729,21 @@
 
21564
        else
 
21565
          export_symbols_cmds_F77='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
 
21566
        fi
 
21567
+       aix_use_runtimelinking=no
 
21568
+
 
21569
+       # Test if we are trying to use run time linking or normal
 
21570
+       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
21571
+       # need to do runtime linking.
 
21572
+       case $host_os in aix4.[23]|aix4.[23].*|aix5*)
 
21573
+         for ld_flag in $LDFLAGS; do
 
21574
+         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
 
21575
+           aix_use_runtimelinking=yes
 
21576
+           break
 
21577
+         fi
 
21578
+         done
 
21579
+         ;;
 
21580
+       esac
 
21581
 
 
21582
-       # KDE requires run time linking.  Make it the default.
 
21583
-       aix_use_runtimelinking=yes
 
21584
        exp_sym_flag='-bexport'
 
21585
        no_entry_flag='-bnoentry'
 
21586
       fi
 
21587
@@ -16715,7 +17760,7 @@
 
21588
       link_all_deplibs_F77=yes
 
21589
 
 
21590
       if test "$GCC" = yes; then
 
21591
-       case $host_os in aix4.012|aix4.012.*)
 
21592
+       case $host_os in aix4.[012]|aix4.[012].*)
 
21593
        # We only want to do this on AIX 4.2 and lower, the check
 
21594
        # below for broken collect2 doesn't work under 4.3+
 
21595
          collect2name=`${CC} -print-prog-name=collect2`
 
21596
@@ -16723,7 +17768,7 @@
 
21597
           strings "$collect2name" | grep resolve_lib_name >/dev/null
 
21598
          then
 
21599
          # We have reworked collect2
 
21600
-         hardcode_direct_F77=yes
 
21601
+         :
 
21602
          else
 
21603
          # We have old collect2
 
21604
          hardcode_direct_F77=unsupported
 
21605
@@ -16734,8 +17779,12 @@
 
21606
          hardcode_libdir_flag_spec_F77='-L$libdir'
 
21607
          hardcode_libdir_separator_F77=
 
21608
          fi
 
21609
+         ;;
 
21610
        esac
 
21611
        shared_flag='-shared'
 
21612
+       if test "$aix_use_runtimelinking" = yes; then
 
21613
+         shared_flag="$shared_flag "'${wl}-G'
 
21614
+       fi
 
21615
       else
 
21616
        # not using gcc
 
21617
        if test "$host_cpu" = ia64; then
 
21618
@@ -16743,71 +17792,76 @@
 
21619
        # chokes on -Wl,-G. The following line is correct:
 
21620
          shared_flag='-G'
 
21621
        else
 
21622
-       if test "$aix_use_runtimelinking" = yes; then
 
21623
-           shared_flag='-qmkshrobj ${wl}-G'
 
21624
+         if test "$aix_use_runtimelinking" = yes; then
 
21625
+           shared_flag='${wl}-G'
 
21626
          else
 
21627
-           shared_flag='-qmkshrobj'
 
21628
-       fi
 
21629
+           shared_flag='${wl}-bM:SRE'
 
21630
+         fi
 
21631
        fi
 
21632
       fi
 
21633
 
 
21634
-      # Let the compiler handle the export list.
 
21635
-      always_export_symbols_F77=no
 
21636
+      # It seems that -bexpall does not export symbols beginning with
 
21637
+      # underscore (_), so it is better to generate a list of symbols to export.
 
21638
+      always_export_symbols_F77=yes
 
21639
       if test "$aix_use_runtimelinking" = yes; then
 
21640
        # Warning - without using the other runtime loading flags (-brtl),
 
21641
        # -berok will link without error, but may produce a broken library.
 
21642
        allow_undefined_flag_F77='-berok'
 
21643
        # Determine the default libpath from the value encoded in an empty executable.
 
21644
-       cat >conftest.$ac_ext <<_ACEOF
 
21645
+       cat >conftest.$ac_ext <<_ACEOF
 
21646
       program main
 
21647
 
 
21648
       end
 
21649
 _ACEOF
 
21650
 rm -f conftest.$ac_objext conftest$ac_exeext
 
21651
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
21652
-  (eval $ac_link) 2>conftest.er1
 
21653
+if { (ac_try="$ac_link"
 
21654
+case "(($ac_try" in
 
21655
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21656
+  *) ac_try_echo=$ac_try;;
 
21657
+esac
 
21658
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
21659
+  (eval "$ac_link") 2>conftest.er1
 
21660
   ac_status=$?
 
21661
   grep -v '^ *+' conftest.er1 >conftest.err
 
21662
   rm -f conftest.er1
 
21663
   cat conftest.err >&5
 
21664
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21665
-  (exit $ac_status); } &&
 
21666
-        { ac_try='test -z "$ac_f77_werror_flag"
 
21667
-                        || test ! -s conftest.err'
 
21668
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
21669
-  (eval $ac_try) 2>&5
 
21670
-  ac_status=$?
 
21671
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21672
-  (exit $ac_status); }; } &&
 
21673
-        { ac_try='test -s conftest$ac_exeext'
 
21674
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
21675
-  (eval $ac_try) 2>&5
 
21676
-  ac_status=$?
 
21677
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21678
-  (exit $ac_status); }; }; then
 
21679
+  (exit $ac_status); } && {
 
21680
+        test -z "$ac_f77_werror_flag" ||
 
21681
+        test ! -s conftest.err
 
21682
+       } && test -s conftest$ac_exeext &&
 
21683
+       $as_test_x conftest$ac_exeext; then
 
21684
 
 
21685
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
21686
-}'`
 
21687
+lt_aix_libpath_sed='
 
21688
+    /Import File Strings/,/^$/ {
 
21689
+       /^0/ {
 
21690
+           s/^0  *\(.*\)$/\1/
 
21691
+           p
 
21692
+       }
 
21693
+    }'
 
21694
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
21695
 # Check for a 64-bit object if we didn't find anything.
 
21696
-if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
21697
-}'`; fi
 
21698
+if test -z "$aix_libpath"; then
 
21699
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
21700
+fi
 
21701
 else
 
21702
   echo "$as_me: failed program was:" >&5
 
21703
 sed 's/^/| /' conftest.$ac_ext >&5
 
21704
 
 
21705
+
 
21706
 fi
 
21707
-rm -f conftest.err conftest.$ac_objext \
 
21708
+
 
21709
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
21710
       conftest$ac_exeext conftest.$ac_ext
 
21711
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
21712
 
 
21713
-       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
 
21714
-       archive_cmds_F77="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
 
21715
-       archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
21716
+       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
 
21717
+       archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
21718
        else
 
21719
        if test "$host_cpu" = ia64; then
 
21720
          hardcode_libdir_flag_spec_F77='${wl}-R $libdir:/usr/lib:/lib'
 
21721
          allow_undefined_flag_F77="-z nodefs"
 
21722
-         archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
 
21723
+         archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
 
21724
        else
 
21725
         # Determine the default libpath from the value encoded in an empty executable.
 
21726
         cat >conftest.$ac_ext <<_ACEOF
 
21727
@@ -16816,39 +17870,44 @@
 
21728
       end
 
21729
 _ACEOF
 
21730
 rm -f conftest.$ac_objext conftest$ac_exeext
 
21731
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
21732
-  (eval $ac_link) 2>conftest.er1
 
21733
+if { (ac_try="$ac_link"
 
21734
+case "(($ac_try" in
 
21735
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21736
+  *) ac_try_echo=$ac_try;;
 
21737
+esac
 
21738
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
21739
+  (eval "$ac_link") 2>conftest.er1
 
21740
   ac_status=$?
 
21741
   grep -v '^ *+' conftest.er1 >conftest.err
 
21742
   rm -f conftest.er1
 
21743
   cat conftest.err >&5
 
21744
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21745
-  (exit $ac_status); } &&
 
21746
-        { ac_try='test -z "$ac_f77_werror_flag"
 
21747
-                        || test ! -s conftest.err'
 
21748
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
21749
-  (eval $ac_try) 2>&5
 
21750
-  ac_status=$?
 
21751
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21752
-  (exit $ac_status); }; } &&
 
21753
-        { ac_try='test -s conftest$ac_exeext'
 
21754
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
21755
-  (eval $ac_try) 2>&5
 
21756
-  ac_status=$?
 
21757
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21758
-  (exit $ac_status); }; }; then
 
21759
+  (exit $ac_status); } && {
 
21760
+        test -z "$ac_f77_werror_flag" ||
 
21761
+        test ! -s conftest.err
 
21762
+       } && test -s conftest$ac_exeext &&
 
21763
+       $as_test_x conftest$ac_exeext; then
 
21764
 
 
21765
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
21766
-}'`
 
21767
+lt_aix_libpath_sed='
 
21768
+    /Import File Strings/,/^$/ {
 
21769
+       /^0/ {
 
21770
+           s/^0  *\(.*\)$/\1/
 
21771
+           p
 
21772
+       }
 
21773
+    }'
 
21774
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
21775
 # Check for a 64-bit object if we didn't find anything.
 
21776
-if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
21777
-}'`; fi
 
21778
+if test -z "$aix_libpath"; then
 
21779
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
21780
+fi
 
21781
 else
 
21782
   echo "$as_me: failed program was:" >&5
 
21783
 sed 's/^/| /' conftest.$ac_ext >&5
 
21784
 
 
21785
+
 
21786
 fi
 
21787
-rm -f conftest.err conftest.$ac_objext \
 
21788
+
 
21789
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
21790
       conftest$ac_exeext conftest.$ac_ext
 
21791
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
21792
 
 
21793
@@ -16857,13 +17916,11 @@
 
21794
          # -berok will link without error, but may produce a broken library.
 
21795
          no_undefined_flag_F77=' ${wl}-bernotok'
 
21796
          allow_undefined_flag_F77=' ${wl}-berok'
 
21797
-         # -bexpall does not export symbols beginning with underscore (_)
 
21798
-         always_export_symbols_F77=yes
 
21799
          # Exported symbols can be pulled into shared objects from archives
 
21800
-         whole_archive_flag_spec_F77=' '
 
21801
+         whole_archive_flag_spec_F77='$convenience'
 
21802
          archive_cmds_need_lc_F77=yes
 
21803
-         # This is similar to how AIX traditionally builds it's shared libraries.
 
21804
-         archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 
21805
+         # This is similar to how AIX traditionally builds its shared libraries.
 
21806
+         archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 
21807
        fi
 
21808
       fi
 
21809
       ;;
 
21810
@@ -16876,7 +17933,7 @@
 
21811
       ld_shlibs_F77=no
 
21812
       ;;
 
21813
 
 
21814
-    bsdi4*)
 
21815
+    bsdi[45]*)
 
21816
       export_dynamic_flag_spec_F77=-rdynamic
 
21817
       ;;
 
21818
 
 
21819
@@ -16886,68 +17943,68 @@
 
21820
       # hardcode_libdir_flag_spec is actually meaningless, as there is
 
21821
       # no search path for DLLs.
 
21822
       hardcode_libdir_flag_spec_F77=' '
 
21823
-      allow_undefined_flag_F77=no
 
21824
+      allow_undefined_flag_F77=unsupported
 
21825
       # Tell ltmain to make .lib files, not .a files.
 
21826
       libext=lib
 
21827
       # Tell ltmain to make .dll files, not .so files.
 
21828
-      shrext=".dll"
 
21829
+      shrext_cmds=".dll"
 
21830
       # FIXME: Setting linknames here is a bad hack.
 
21831
-      archive_cmds_F77='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
21832
+      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
21833
       # The linker will automatically build a .lib file if we build a DLL.
 
21834
       old_archive_From_new_cmds_F77='true'
 
21835
       # FIXME: Should let the user specify the lib program.
 
21836
-      old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs'
 
21837
-      fix_srcfile_path='`cygpath -w "$srcfile"`'
 
21838
+      old_archive_cmds_F77='lib -OUT:$oldlib$oldobjs$old_deplibs'
 
21839
+      fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
 
21840
       enable_shared_with_static_runtimes_F77=yes
 
21841
       ;;
 
21842
 
 
21843
     darwin* | rhapsody*)
 
21844
-    if test "$GXX" = yes ; then
 
21845
-      archive_cmds_need_lc_F77=no
 
21846
-      case "$host_os" in
 
21847
-      rhapsody* | darwin1.[012])
 
21848
-       allow_undefined_flag_F77='-Wl,-undefined -Wl,suppress'
 
21849
-       ;;
 
21850
-      *) # Darwin 1.3 on
 
21851
-       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
21852
-         allow_undefined_flag_F77='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
 
21853
-       else
 
21854
-         case ${MACOSX_DEPLOYMENT_TARGET} in
 
21855
-           10.012)
 
21856
-             allow_undefined_flag_F77='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
 
21857
-             ;;
 
21858
-           10.*)
 
21859
-             allow_undefined_flag_F77='-Wl,-undefined -Wl,dynamic_lookup'
 
21860
-             ;;
 
21861
-         esac
 
21862
-       fi
 
21863
-       ;;
 
21864
+      case $host_os in
 
21865
+        rhapsody* | darwin1.[012])
 
21866
+         allow_undefined_flag_F77='${wl}-undefined ${wl}suppress'
 
21867
+         ;;
 
21868
+       *) # Darwin 1.3 on
 
21869
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
21870
+           allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
21871
+         else
 
21872
+           case ${MACOSX_DEPLOYMENT_TARGET} in
 
21873
+             10.[012])
 
21874
+               allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
21875
+               ;;
 
21876
+             10.*)
 
21877
+               allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup'
 
21878
+               ;;
 
21879
+           esac
 
21880
+         fi
 
21881
+         ;;
 
21882
       esac
 
21883
-       lt_int_apple_cc_single_mod=no
 
21884
-       output_verbose_link_cmd='echo'
 
21885
-       if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
 
21886
-         lt_int_apple_cc_single_mod=yes
 
21887
-       fi
 
21888
-       if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
21889
-         archive_cmds_F77='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
 
21890
-       else
 
21891
-        archive_cmds_F77='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
 
21892
-      fi
 
21893
-      module_cmds_F77='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
 
21894
-      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
 
21895
-        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
21896
-          archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
21897
-        else
 
21898
-          archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
21899
-        fi
 
21900
-          module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
21901
+      archive_cmds_need_lc_F77=no
 
21902
       hardcode_direct_F77=no
 
21903
       hardcode_automatic_F77=yes
 
21904
       hardcode_shlibpath_var_F77=unsupported
 
21905
-      whole_archive_flag_spec_F77='-all_load $convenience'
 
21906
+      whole_archive_flag_spec_F77=''
 
21907
       link_all_deplibs_F77=yes
 
21908
+    if test "$GCC" = yes ; then
 
21909
+       output_verbose_link_cmd='echo'
 
21910
+        archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
 
21911
+      module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
21912
+      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
21913
+      archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
21914
+      module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
21915
     else
 
21916
-      ld_shlibs_F77=no
 
21917
+      case $cc_basename in
 
21918
+        xlc*)
 
21919
+         output_verbose_link_cmd='echo'
 
21920
+         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
 
21921
+         module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
21922
+          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
21923
+         archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
21924
+          module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
21925
+          ;;
 
21926
+       *)
 
21927
+         ld_shlibs_F77=no
 
21928
+          ;;
 
21929
+      esac
 
21930
     fi
 
21931
       ;;
 
21932
 
 
21933
@@ -16981,8 +18038,8 @@
 
21934
       ;;
 
21935
 
 
21936
     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
 
21937
-    freebsd* | kfreebsd*-gnu)
 
21938
-      archive_cmds_F77='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
 
21939
+    freebsd* | dragonfly*)
 
21940
+      archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
 
21941
       hardcode_libdir_flag_spec_F77='-R$libdir'
 
21942
       hardcode_direct_F77=yes
 
21943
       hardcode_shlibpath_var_F77=no
 
21944
@@ -16990,7 +18047,7 @@
 
21945
 
 
21946
     hpux9*)
 
21947
       if test "$GCC" = yes; then
 
21948
-       archive_cmds_F77='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
21949
+       archive_cmds_F77='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
21950
       else
 
21951
        archive_cmds_F77='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
21952
       fi
 
21953
@@ -17004,47 +18061,62 @@
 
21954
       export_dynamic_flag_spec_F77='${wl}-E'
 
21955
       ;;
 
21956
 
 
21957
-    hpux10* | hpux11*)
 
21958
+    hpux10*)
 
21959
       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
21960
-       case "$host_cpu" in
 
21961
-       hppa*64*|ia64*)
 
21962
-         archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
 
21963
+       archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
21964
+      else
 
21965
+       archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
21966
+      fi
 
21967
+      if test "$with_gnu_ld" = no; then
 
21968
+       hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
 
21969
+       hardcode_libdir_separator_F77=:
 
21970
+
 
21971
+       hardcode_direct_F77=yes
 
21972
+       export_dynamic_flag_spec_F77='${wl}-E'
 
21973
+
 
21974
+       # hardcode_minus_L: Not really in the search PATH,
 
21975
+       # but as the default location of the library.
 
21976
+       hardcode_minus_L_F77=yes
 
21977
+      fi
 
21978
+      ;;
 
21979
+
 
21980
+    hpux11*)
 
21981
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
21982
+       case $host_cpu in
 
21983
+       hppa*64*)
 
21984
+         archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
21985
+         ;;
 
21986
+       ia64*)
 
21987
+         archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
21988
          ;;
 
21989
        *)
 
21990
-         archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
 
21991
+         archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
21992
          ;;
 
21993
        esac
 
21994
       else
 
21995
-       case "$host_cpu" in
 
21996
-       hppa*64*|ia64*)
 
21997
-         archive_cmds_F77='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
 
21998
+       case $host_cpu in
 
21999
+       hppa*64*)
 
22000
+         archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
22001
+         ;;
 
22002
+       ia64*)
 
22003
+         archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
22004
          ;;
 
22005
        *)
 
22006
-         archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
22007
+         archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
22008
          ;;
 
22009
        esac
 
22010
       fi
 
22011
       if test "$with_gnu_ld" = no; then
 
22012
-       case "$host_cpu" in
 
22013
-       hppa*64*)
 
22014
-         hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
 
22015
+       hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
 
22016
+       hardcode_libdir_separator_F77=:
 
22017
+
 
22018
+       case $host_cpu in
 
22019
+       hppa*64*|ia64*)
 
22020
          hardcode_libdir_flag_spec_ld_F77='+b $libdir'
 
22021
-         hardcode_libdir_separator_F77=:
 
22022
-         hardcode_direct_F77=no
 
22023
-         hardcode_shlibpath_var_F77=no
 
22024
-         ;;
 
22025
-       ia64*)
 
22026
-         hardcode_libdir_flag_spec_F77='-L$libdir'
 
22027
          hardcode_direct_F77=no
 
22028
          hardcode_shlibpath_var_F77=no
 
22029
-
 
22030
-         # hardcode_minus_L: Not really in the search PATH,
 
22031
-         # but as the default location of the library.
 
22032
-         hardcode_minus_L_F77=yes
 
22033
          ;;
 
22034
        *)
 
22035
-         hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
 
22036
-         hardcode_libdir_separator_F77=:
 
22037
          hardcode_direct_F77=yes
 
22038
          export_dynamic_flag_spec_F77='${wl}-E'
 
22039
 
 
22040
@@ -17058,7 +18130,7 @@
 
22041
 
 
22042
     irix5* | irix6* | nonstopux*)
 
22043
       if test "$GCC" = yes; then
 
22044
-       archive_cmds_F77='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
22045
+       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
22046
       else
 
22047
        archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
22048
        hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
 
22049
@@ -17068,7 +18140,7 @@
 
22050
       link_all_deplibs_F77=yes
 
22051
       ;;
 
22052
 
 
22053
-    netbsd*)
 
22054
+    netbsd* | netbsdelf*-gnu)
 
22055
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
22056
        archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
 
22057
       else
 
22058
@@ -17088,23 +18160,28 @@
 
22059
       ;;
 
22060
 
 
22061
     openbsd*)
 
22062
-      hardcode_direct_F77=yes
 
22063
-      hardcode_shlibpath_var_F77=no
 
22064
-      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
22065
-       archive_cmds_F77='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
 
22066
-       hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
 
22067
-       export_dynamic_flag_spec_F77='${wl}-E'
 
22068
+      if test -f /usr/libexec/ld.so; then
 
22069
+       hardcode_direct_F77=yes
 
22070
+       hardcode_shlibpath_var_F77=no
 
22071
+       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
22072
+         archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
22073
+         archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
 
22074
+         hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
 
22075
+         export_dynamic_flag_spec_F77='${wl}-E'
 
22076
+       else
 
22077
+         case $host_os in
 
22078
+          openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
 
22079
+            archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
22080
+            hardcode_libdir_flag_spec_F77='-R$libdir'
 
22081
+            ;;
 
22082
+          *)
 
22083
+            archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
22084
+            hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
 
22085
+            ;;
 
22086
+         esac
 
22087
+        fi
 
22088
       else
 
22089
-       case $host_os in
 
22090
-        openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
 
22091
-          archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
22092
-          hardcode_libdir_flag_spec_F77='-R$libdir'
 
22093
-          ;;
 
22094
-        *)
 
22095
-          archive_cmds_F77='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
 
22096
-          hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
 
22097
-          ;;
 
22098
-       esac
 
22099
+       ld_shlibs_F77=no
 
22100
       fi
 
22101
       ;;
 
22102
 
 
22103
@@ -17112,14 +18189,14 @@
 
22104
       hardcode_libdir_flag_spec_F77='-L$libdir'
 
22105
       hardcode_minus_L_F77=yes
 
22106
       allow_undefined_flag_F77=unsupported
 
22107
-      archive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def'
 
22108
+      archive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
 
22109
       old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
 
22110
       ;;
 
22111
 
 
22112
     osf3*)
 
22113
       if test "$GCC" = yes; then
 
22114
        allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
 
22115
-       archive_cmds_F77='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
22116
+       archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
22117
       else
 
22118
        allow_undefined_flag_F77=' -expect_unresolved \*'
 
22119
        archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
22120
@@ -17131,13 +18208,13 @@
 
22121
     osf4* | osf5*)     # as osf3* with the addition of -msym flag
 
22122
       if test "$GCC" = yes; then
 
22123
        allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
 
22124
-       archive_cmds_F77='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
22125
+       archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
22126
        hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
 
22127
       else
 
22128
        allow_undefined_flag_F77=' -expect_unresolved \*'
 
22129
        archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
22130
        archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
 
22131
-       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
 
22132
+       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
 
22133
 
 
22134
        # Both c and cxx compiler support -rpath directly
 
22135
        hardcode_libdir_flag_spec_F77='-rpath $libdir'
 
22136
@@ -17145,21 +18222,15 @@
 
22137
       hardcode_libdir_separator_F77=:
 
22138
       ;;
 
22139
 
 
22140
-    sco3.2v5*)
 
22141
-      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
22142
-      hardcode_shlibpath_var_F77=no
 
22143
-      export_dynamic_flag_spec_F77='${wl}-Bexport'
 
22144
-      runpath_var=LD_RUN_PATH
 
22145
-      hardcode_runpath_var=yes
 
22146
-      ;;
 
22147
-
 
22148
     solaris*)
 
22149
       no_undefined_flag_F77=' -z text'
 
22150
       if test "$GCC" = yes; then
 
22151
-       archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
 
22152
+       wlarc='${wl}'
 
22153
+       archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
22154
        archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
22155
-         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
 
22156
+         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
 
22157
       else
 
22158
+       wlarc=''
 
22159
        archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
22160
        archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
22161
        $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
 
22162
@@ -17168,8 +18239,17 @@
 
22163
       hardcode_shlibpath_var_F77=no
 
22164
       case $host_os in
 
22165
       solaris2.[0-5] | solaris2.[0-5].*) ;;
 
22166
-      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
 
22167
-       whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;;
 
22168
+      *)
 
22169
+       # The compiler driver will combine and reorder linker options,
 
22170
+       # but understands `-z linker_flag'.  GCC discards it without `$wl',
 
22171
+       # but is careful enough not to reorder.
 
22172
+       # Supported since Solaris 2.6 (maybe 2.5.1?)
 
22173
+       if test "$GCC" = yes; then
 
22174
+         whole_archive_flag_spec_F77='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
22175
+       else
 
22176
+         whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract'
 
22177
+       fi
 
22178
+       ;;
 
22179
       esac
 
22180
       link_all_deplibs_F77=yes
 
22181
       ;;
 
22182
@@ -17178,7 +18258,7 @@
 
22183
       if test "x$host_vendor" = xsequent; then
 
22184
        # Use $CC to link under sequent, because it throws in some extra .o
 
22185
        # files that make .init and .fini sections work.
 
22186
-       archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
 
22187
+       archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
 
22188
       else
 
22189
        archive_cmds_F77='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
 
22190
       fi
 
22191
@@ -17226,36 +18306,45 @@
 
22192
       fi
 
22193
       ;;
 
22194
 
 
22195
-    sysv4.2uw2*)
 
22196
-      archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags'
 
22197
-      hardcode_direct_F77=yes
 
22198
-      hardcode_minus_L_F77=no
 
22199
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
 
22200
+      no_undefined_flag_F77='${wl}-z,text'
 
22201
+      archive_cmds_need_lc_F77=no
 
22202
       hardcode_shlibpath_var_F77=no
 
22203
-      hardcode_runpath_var=yes
 
22204
-      runpath_var=LD_RUN_PATH
 
22205
-      ;;
 
22206
+      runpath_var='LD_RUN_PATH'
 
22207
 
 
22208
-   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[78]* | unixware7*)
 
22209
-      no_undefined_flag_F77='${wl}-z ${wl}text'
 
22210
       if test "$GCC" = yes; then
 
22211
-       archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
 
22212
+       archive_cmds_F77='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
22213
+       archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
22214
       else
 
22215
-       archive_cmds_F77='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
 
22216
+       archive_cmds_F77='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
22217
+       archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
22218
       fi
 
22219
-      runpath_var='LD_RUN_PATH'
 
22220
-      hardcode_shlibpath_var_F77=no
 
22221
       ;;
 
22222
 
 
22223
-    sysv5*)
 
22224
-      no_undefined_flag_F77=' -z text'
 
22225
-      # $CC -shared without GNU ld will not create a library from C++
 
22226
-      # object files and a static libstdc++, better avoid it by now
 
22227
-      archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
22228
-      archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
22229
-               $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
 
22230
-      hardcode_libdir_flag_spec_F77=
 
22231
+    sysv5* | sco3.2v5* | sco5v6*)
 
22232
+      # Note: We can NOT use -z defs as we might desire, because we do not
 
22233
+      # link with -lc, and that would cause any symbols used from libc to
 
22234
+      # always be unresolved, which means just about no library would
 
22235
+      # ever link correctly.  If we're not using GNU ld we use -z text
 
22236
+      # though, which does catch some bad symbols but isn't as heavy-handed
 
22237
+      # as -z defs.
 
22238
+      no_undefined_flag_F77='${wl}-z,text'
 
22239
+      allow_undefined_flag_F77='${wl}-z,nodefs'
 
22240
+      archive_cmds_need_lc_F77=no
 
22241
       hardcode_shlibpath_var_F77=no
 
22242
+      hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
 
22243
+      hardcode_libdir_separator_F77=':'
 
22244
+      link_all_deplibs_F77=yes
 
22245
+      export_dynamic_flag_spec_F77='${wl}-Bexport'
 
22246
       runpath_var='LD_RUN_PATH'
 
22247
+
 
22248
+      if test "$GCC" = yes; then
 
22249
+       archive_cmds_F77='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
22250
+       archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
22251
+      else
 
22252
+       archive_cmds_F77='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
22253
+       archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
22254
+      fi
 
22255
       ;;
 
22256
 
 
22257
     uts4*)
 
22258
@@ -17270,15 +18359,10 @@
 
22259
     esac
 
22260
   fi
 
22261
 
 
22262
-echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
 
22263
-echo "${ECHO_T}$ld_shlibs_F77" >&6
 
22264
+{ echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
 
22265
+echo "${ECHO_T}$ld_shlibs_F77" >&6; }
 
22266
 test "$ld_shlibs_F77" = no && can_build_shared=no
 
22267
 
 
22268
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
22269
-if test "$GCC" = yes; then
 
22270
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
22271
-fi
 
22272
-
 
22273
 #
 
22274
 # Do we need to explicitly link libc?
 
22275
 #
 
22276
@@ -17296,10 +18380,10 @@
 
22277
       # Test whether the compiler implicitly links with -lc since on some
 
22278
       # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
22279
       # to ld, don't add -lc before -lgcc.
 
22280
-      echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
22281
-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
 
22282
+      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
22283
+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
 
22284
       $rm conftest*
 
22285
-      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
22286
+      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
22287
 
 
22288
       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
22289
   (eval $ac_compile) 2>&5
 
22290
@@ -17311,6 +18395,7 @@
 
22291
         libobjs=conftest.$ac_objext
 
22292
         deplibs=
 
22293
         wl=$lt_prog_compiler_wl_F77
 
22294
+       pic_flag=$lt_prog_compiler_pic_F77
 
22295
         compiler_flags=-v
 
22296
         linker_flags=-v
 
22297
         verstring=
 
22298
@@ -17333,20 +18418,20 @@
 
22299
         cat conftest.err 1>&5
 
22300
       fi
 
22301
       $rm conftest*
 
22302
-      echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
 
22303
-echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6
 
22304
+      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
 
22305
+echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; }
 
22306
       ;;
 
22307
     esac
 
22308
   fi
 
22309
   ;;
 
22310
 esac
 
22311
 
 
22312
-echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
22313
-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
 
22314
+{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
22315
+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
 
22316
 library_names_spec=
 
22317
 libname_spec='lib$name'
 
22318
 soname_spec=
 
22319
-shrext=".so"
 
22320
+shrext_cmds=".so"
 
22321
 postinstall_cmds=
 
22322
 postuninstall_cmds=
 
22323
 finish_cmds=
 
22324
@@ -17356,7 +18441,7 @@
 
22325
 version_type=none
 
22326
 dynamic_linker="$host_os ld.so"
 
22327
 sys_lib_dlsearch_path_spec="/lib /usr/lib"
 
22328
-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
 
22329
+
 
22330
 need_lib_prefix=unknown
 
22331
 hardcode_into_libs=no
 
22332
 
 
22333
@@ -17421,7 +18506,7 @@
 
22334
 amigaos*)
 
22335
   library_names_spec='$libname.ixlibrary $libname.a'
 
22336
   # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
22337
-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
 
22338
+  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
 
22339
   ;;
 
22340
 
 
22341
 beos*)
 
22342
@@ -17430,7 +18515,7 @@
 
22343
   shlibpath_var=LIBRARY_PATH
 
22344
   ;;
 
22345
 
 
22346
-bsdi4*)
 
22347
+bsdi[45]*)
 
22348
   version_type=linux
 
22349
   need_version=no
 
22350
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
22351
@@ -17446,7 +18531,7 @@
 
22352
 
 
22353
 cygwin* | mingw* | pw32*)
 
22354
   version_type=windows
 
22355
-  shrext=".dll"
 
22356
+  shrext_cmds=".dll"
 
22357
   need_version=no
 
22358
   need_lib_prefix=no
 
22359
 
 
22360
@@ -17458,7 +18543,8 @@
 
22361
       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
 
22362
       dldir=$destdir/`dirname \$dlpath`~
 
22363
       test -d \$dldir || mkdir -p \$dldir~
 
22364
-      $install_prog $dir/$dlname \$dldir/$dlname'
 
22365
+      $install_prog $dir/$dlname \$dldir/$dlname~
 
22366
+      chmod a+x \$dldir/$dlname'
 
22367
     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
 
22368
       dlpath=$dir/\$dldll~
 
22369
        $rm \$dlpath'
 
22370
@@ -17488,7 +18574,7 @@
 
22371
       ;;
 
22372
     pw32*)
 
22373
       # pw32 DLLs use 'pw' prefix rather than 'lib'
 
22374
-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
 
22375
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
22376
       ;;
 
22377
     esac
 
22378
     ;;
 
22379
@@ -17511,13 +18597,8 @@
 
22380
   soname_spec='${libname}${release}${major}$shared_ext'
 
22381
   shlibpath_overrides_runpath=yes
 
22382
   shlibpath_var=DYLD_LIBRARY_PATH
 
22383
-  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
 
22384
-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
 
22385
-  if test "$GCC" = yes; then
 
22386
-    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
 
22387
-  else
 
22388
-    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
 
22389
-  fi
 
22390
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
 
22391
+
 
22392
   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
 
22393
   ;;
 
22394
 
 
22395
@@ -17534,20 +18615,17 @@
 
22396
   dynamic_linker=no
 
22397
   ;;
 
22398
 
 
22399
-kfreebsd*-gnu*)
 
22400
-  version_type=linux
 
22401
-  need_lib_prefix=no
 
22402
-  need_version=no
 
22403
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
22404
-  soname_spec='${libname}${release}${shared_ext}$major'
 
22405
-  shlibpath_var=LD_LIBRARY_PATH
 
22406
-  shlibpath_overrides_runpath=no
 
22407
-  hardcode_into_libs=yes
 
22408
-  dynamic_linker='GNU ld.so'
 
22409
-  ;;
 
22410
-
 
22411
-freebsd*)
 
22412
-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
 
22413
+freebsd* | dragonfly*)
 
22414
+  # DragonFly does not have aout.  When/if they implement a new
 
22415
+  # versioning mechanism, adjust this.
 
22416
+  if test -x /usr/bin/objformat; then
 
22417
+    objformat=`/usr/bin/objformat`
 
22418
+  else
 
22419
+    case $host_os in
 
22420
+    freebsd[123]*) objformat=aout ;;
 
22421
+    *) objformat=elf ;;
 
22422
+    esac
 
22423
+  fi
 
22424
   version_type=freebsd-$objformat
 
22425
   case $version_type in
 
22426
     freebsd-elf*)
 
22427
@@ -17565,14 +18643,19 @@
 
22428
   freebsd2*)
 
22429
     shlibpath_overrides_runpath=yes
 
22430
     ;;
 
22431
-  freebsd3.01* | freebsdelf3.01*)
 
22432
+  freebsd3.[01]* | freebsdelf3.[01]*)
 
22433
     shlibpath_overrides_runpath=yes
 
22434
     hardcode_into_libs=yes
 
22435
     ;;
 
22436
-  *) # from 3.2 on
 
22437
+  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
 
22438
+  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
 
22439
     shlibpath_overrides_runpath=no
 
22440
     hardcode_into_libs=yes
 
22441
     ;;
 
22442
+  *) # from 4.6 on, and DragonFly
 
22443
+    shlibpath_overrides_runpath=yes
 
22444
+    hardcode_into_libs=yes
 
22445
+    ;;
 
22446
   esac
 
22447
   ;;
 
22448
 
 
22449
@@ -17592,9 +18675,9 @@
 
22450
   version_type=sunos
 
22451
   need_lib_prefix=no
 
22452
   need_version=no
 
22453
-  case "$host_cpu" in
 
22454
+  case $host_cpu in
 
22455
   ia64*)
 
22456
-    shrext='.so'
 
22457
+    shrext_cmds='.so'
 
22458
     hardcode_into_libs=yes
 
22459
     dynamic_linker="$host_os dld.so"
 
22460
     shlibpath_var=LD_LIBRARY_PATH
 
22461
@@ -17609,7 +18692,7 @@
 
22462
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
22463
     ;;
 
22464
    hppa*64*)
 
22465
-     shrext='.sl'
 
22466
+     shrext_cmds='.sl'
 
22467
      hardcode_into_libs=yes
 
22468
      dynamic_linker="$host_os dld.sl"
 
22469
      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
 
22470
@@ -17620,7 +18703,7 @@
 
22471
      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
22472
      ;;
 
22473
    *)
 
22474
-    shrext='.sl'
 
22475
+    shrext_cmds='.sl'
 
22476
     dynamic_linker="$host_os dld.sl"
 
22477
     shlibpath_var=SHLIB_PATH
 
22478
     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
 
22479
@@ -17632,6 +18715,18 @@
 
22480
   postinstall_cmds='chmod 555 $lib'
 
22481
   ;;
 
22482
 
 
22483
+interix[3-9]*)
 
22484
+  version_type=linux
 
22485
+  need_lib_prefix=no
 
22486
+  need_version=no
 
22487
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
22488
+  soname_spec='${libname}${release}${shared_ext}$major'
 
22489
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
 
22490
+  shlibpath_var=LD_LIBRARY_PATH
 
22491
+  shlibpath_overrides_runpath=no
 
22492
+  hardcode_into_libs=yes
 
22493
+  ;;
 
22494
+
 
22495
 irix5* | irix6* | nonstopux*)
 
22496
   case $host_os in
 
22497
     nonstopux*) version_type=nonstopux ;;
 
22498
@@ -17675,29 +18770,26 @@
 
22499
   ;;
 
22500
 
 
22501
 # This must be Linux ELF.
 
22502
-linux*)
 
22503
+linux* | k*bsd*-gnu)
 
22504
   version_type=linux
 
22505
   need_lib_prefix=no
 
22506
   need_version=no
 
22507
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
22508
   soname_spec='${libname}${release}${shared_ext}$major'
 
22509
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 
22510
-  libsuff=
 
22511
-  if test "x$LINUX_64_MODE" = x64; then
 
22512
-    # Some platforms are per default 64-bit, so there's no /lib64
 
22513
-    if test -d /lib64; then
 
22514
-      libsuff=64
 
22515
-    fi
 
22516
-  fi
 
22517
   shlibpath_var=LD_LIBRARY_PATH
 
22518
   shlibpath_overrides_runpath=no
 
22519
-  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
 
22520
-  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
 
22521
   # This implies no fast_install, which is unacceptable.
 
22522
   # Some rework will be needed to allow for fast_install
 
22523
   # before this can be enabled.
 
22524
   hardcode_into_libs=yes
 
22525
 
 
22526
+  # Append ld.so.conf contents to the search path
 
22527
+  if test -f /etc/ld.so.conf; then
 
22528
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[     ]*hwcap[        ]/d;s/[:,       ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
 
22529
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
22530
+  fi
 
22531
+
 
22532
   # We used to test for /lib/ld.so.1 and disable shared libraries on
 
22533
   # powerpc, because MkLinux only supported shared libraries with the
 
22534
   # GNU dynamic linker.  Since this was broken with cross compilers,
 
22535
@@ -17707,6 +18799,18 @@
 
22536
   dynamic_linker='GNU/Linux ld.so'
 
22537
   ;;
 
22538
 
 
22539
+netbsdelf*-gnu)
 
22540
+  version_type=linux
 
22541
+  need_lib_prefix=no
 
22542
+  need_version=no
 
22543
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
22544
+  soname_spec='${libname}${release}${shared_ext}$major'
 
22545
+  shlibpath_var=LD_LIBRARY_PATH
 
22546
+  shlibpath_overrides_runpath=no
 
22547
+  hardcode_into_libs=yes
 
22548
+  dynamic_linker='NetBSD ld.elf_so'
 
22549
+  ;;
 
22550
+
 
22551
 netbsd*)
 
22552
   version_type=sunos
 
22553
   need_lib_prefix=no
 
22554
@@ -17716,7 +18820,7 @@
 
22555
     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
22556
     dynamic_linker='NetBSD (a.out) ld.so'
 
22557
   else
 
22558
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
 
22559
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
22560
     soname_spec='${libname}${release}${shared_ext}$major'
 
22561
     dynamic_linker='NetBSD ld.elf_so'
 
22562
   fi
 
22563
@@ -17744,8 +18848,13 @@
 
22564
 
 
22565
 openbsd*)
 
22566
   version_type=sunos
 
22567
+  sys_lib_dlsearch_path_spec="/usr/lib"
 
22568
   need_lib_prefix=no
 
22569
-  need_version=no
 
22570
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
 
22571
+  case $host_os in
 
22572
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
 
22573
+    *)                         need_version=no  ;;
 
22574
+  esac
 
22575
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
22576
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
22577
   shlibpath_var=LD_LIBRARY_PATH
 
22578
@@ -17765,7 +18874,7 @@
 
22579
 
 
22580
 os2*)
 
22581
   libname_spec='$name'
 
22582
-  shrext=".dll"
 
22583
+  shrext_cmds=".dll"
 
22584
   need_lib_prefix=no
 
22585
   library_names_spec='$libname${shared_ext} $libname.a'
 
22586
   dynamic_linker='OS/2 ld.exe'
 
22587
@@ -17783,11 +18892,8 @@
 
22588
   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
 
22589
   ;;
 
22590
 
 
22591
-sco3.2v5*)
 
22592
-  version_type=osf
 
22593
-  soname_spec='${libname}${release}${shared_ext}$major'
 
22594
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
22595
-  shlibpath_var=LD_LIBRARY_PATH
 
22596
+rdos*)
 
22597
+  dynamic_linker=no
 
22598
   ;;
 
22599
 
 
22600
 solaris*)
 
22601
@@ -17815,7 +18921,7 @@
 
22602
   need_version=yes
 
22603
   ;;
 
22604
 
 
22605
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
22606
+sysv4 | sysv4.3*)
 
22607
   version_type=linux
 
22608
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
22609
   soname_spec='${libname}${release}${shared_ext}$major'
 
22610
@@ -17848,6 +18954,29 @@
 
22611
   fi
 
22612
   ;;
 
22613
 
 
22614
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
22615
+  version_type=freebsd-elf
 
22616
+  need_lib_prefix=no
 
22617
+  need_version=no
 
22618
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
22619
+  soname_spec='${libname}${release}${shared_ext}$major'
 
22620
+  shlibpath_var=LD_LIBRARY_PATH
 
22621
+  hardcode_into_libs=yes
 
22622
+  if test "$with_gnu_ld" = yes; then
 
22623
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
 
22624
+    shlibpath_overrides_runpath=no
 
22625
+  else
 
22626
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
 
22627
+    shlibpath_overrides_runpath=yes
 
22628
+    case $host_os in
 
22629
+      sco3.2v5*)
 
22630
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
 
22631
+       ;;
 
22632
+    esac
 
22633
+  fi
 
22634
+  sys_lib_dlsearch_path_spec='/usr/lib'
 
22635
+  ;;
 
22636
+
 
22637
 uts4*)
 
22638
   version_type=linux
 
22639
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
22640
@@ -17859,16 +18988,21 @@
 
22641
   dynamic_linker=no
 
22642
   ;;
 
22643
 esac
 
22644
-echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
22645
-echo "${ECHO_T}$dynamic_linker" >&6
 
22646
+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
22647
+echo "${ECHO_T}$dynamic_linker" >&6; }
 
22648
 test "$dynamic_linker" = no && can_build_shared=no
 
22649
 
 
22650
-echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
22651
-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
 
22652
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
22653
+if test "$GCC" = yes; then
 
22654
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
22655
+fi
 
22656
+
 
22657
+{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
22658
+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
 
22659
 hardcode_action_F77=
 
22660
 if test -n "$hardcode_libdir_flag_spec_F77" || \
 
22661
-   test -n "$runpath_var F77" || \
 
22662
-   test "X$hardcode_automatic_F77"="Xyes" ; then
 
22663
+   test -n "$runpath_var_F77" || \
 
22664
+   test "X$hardcode_automatic_F77" = "Xyes" ; then
 
22665
 
 
22666
   # We can hardcode non-existant directories.
 
22667
   if test "$hardcode_direct_F77" != no &&
 
22668
@@ -17888,8 +19022,8 @@
 
22669
   # directories.
 
22670
   hardcode_action_F77=unsupported
 
22671
 fi
 
22672
-echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
 
22673
-echo "${ECHO_T}$hardcode_action_F77" >&6
 
22674
+{ echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
 
22675
+echo "${ECHO_T}$hardcode_action_F77" >&6; }
 
22676
 
 
22677
 if test "$hardcode_action_F77" = relink; then
 
22678
   # Fast installation is not supported
 
22679
@@ -17900,36 +19034,6 @@
 
22680
   enable_fast_install=needless
 
22681
 fi
 
22682
 
 
22683
-striplib=
 
22684
-old_striplib=
 
22685
-echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
 
22686
-echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
 
22687
-if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
 
22688
-  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
 
22689
-  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
 
22690
-  echo "$as_me:$LINENO: result: yes" >&5
 
22691
-echo "${ECHO_T}yes" >&6
 
22692
-else
 
22693
-# FIXME - insert some real tests, host_os isn't really good enough
 
22694
-  case $host_os in
 
22695
-   darwin*)
 
22696
-       if test -n "$STRIP" ; then
 
22697
-         striplib="$STRIP -x"
 
22698
-         echo "$as_me:$LINENO: result: yes" >&5
 
22699
-echo "${ECHO_T}yes" >&6
 
22700
-       else
 
22701
-  echo "$as_me:$LINENO: result: no" >&5
 
22702
-echo "${ECHO_T}no" >&6
 
22703
-fi
 
22704
-       ;;
 
22705
-   *)
 
22706
-  echo "$as_me:$LINENO: result: no" >&5
 
22707
-echo "${ECHO_T}no" >&6
 
22708
-    ;;
 
22709
-  esac
 
22710
-fi
 
22711
-
 
22712
-
 
22713
 
 
22714
 # The else clause should only fire when bootstrapping the
 
22715
 # libtool distribution, otherwise you forgot to ship ltmain.sh
 
22716
@@ -17944,7 +19048,8 @@
 
22717
   # Now quote all the things that may contain metacharacters while being
 
22718
   # careful not to overquote the AC_SUBSTed values.  We take copies of the
 
22719
   # variables and quote the copies for generation of the libtool script.
 
22720
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
 
22721
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
 
22722
+    SED SHELL STRIP \
 
22723
     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
 
22724
     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
 
22725
     deplibs_check_method reload_flag reload_cmds need_locks \
 
22726
@@ -17985,6 +19090,7 @@
 
22727
     module_cmds_F77 \
 
22728
     module_expsym_cmds_F77 \
 
22729
     lt_cv_prog_compiler_c_o_F77 \
 
22730
+    fix_srcfile_path_F77 \
 
22731
     exclude_expsyms_F77 \
 
22732
     include_expsyms_F77; do
 
22733
 
 
22734
@@ -18044,6 +19150,12 @@
 
22735
 # The host system.
 
22736
 host_alias=$host_alias
 
22737
 host=$host
 
22738
+host_os=$host_os
 
22739
+
 
22740
+# The build system.
 
22741
+build_alias=$build_alias
 
22742
+build=$build
 
22743
+build_os=$build_os
 
22744
 
 
22745
 # An echo program that does not interpret backslashes.
 
22746
 echo=$lt_echo
 
22747
@@ -18055,6 +19167,9 @@
 
22748
 # A C compiler.
 
22749
 LTCC=$lt_LTCC
 
22750
 
 
22751
+# LTCC compiler flags.
 
22752
+LTCFLAGS=$lt_LTCFLAGS
 
22753
+
 
22754
 # A language-specific compiler.
 
22755
 CC=$lt_compiler_F77
 
22756
 
 
22757
@@ -18074,7 +19189,7 @@
 
22758
 NM=$lt_NM
 
22759
 
 
22760
 # A symbol stripping program
 
22761
-STRIP=$STRIP
 
22762
+STRIP=$lt_STRIP
 
22763
 
 
22764
 # Used to examine libraries when file_magic_cmd begins "file"
 
22765
 MAGIC_CMD=$MAGIC_CMD
 
22766
@@ -18105,7 +19220,7 @@
 
22767
 libext="$libext"
 
22768
 
 
22769
 # Shared library suffix (normally ".so").
 
22770
-shrext='$shrext'
 
22771
+shrext_cmds='$shrext_cmds'
 
22772
 
 
22773
 # Executable file suffix (normally "").
 
22774
 exeext="$exeext"
 
22775
@@ -18120,7 +19235,7 @@
 
22776
 # Does compiler simultaneously support -c and -o options?
 
22777
 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77
 
22778
 
 
22779
-# Must we lock files when doing compilation ?
 
22780
+# Must we lock files when doing compilation?
 
22781
 need_locks=$lt_need_locks
 
22782
 
 
22783
 # Do we need the lib prefix for modules?
 
22784
@@ -18296,7 +19411,7 @@
 
22785
 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
22786
 
 
22787
 # Fix the shell variable \$srcfile for the compiler.
 
22788
-fix_srcfile_path="$fix_srcfile_path_F77"
 
22789
+fix_srcfile_path=$lt_fix_srcfile_path
 
22790
 
 
22791
 # Set to yes if exported symbols are required.
 
22792
 always_export_symbols=$always_export_symbols_F77
 
22793
@@ -18322,7 +19437,10 @@
 
22794
   # If there is no Makefile yet, we rely on a make rule to execute
 
22795
   # `config.status --recheck' to rerun these tests and create the
 
22796
   # libtool script then.
 
22797
-  test -f Makefile && make "$ltmain"
 
22798
+  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
 
22799
+  if test -f "$ltmain_in"; then
 
22800
+    test -f Makefile && make "$ltmain"
 
22801
+  fi
 
22802
 fi
 
22803
 
 
22804
 
 
22805
@@ -18343,7 +19461,6 @@
 
22806
        if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
 
22807
 
 
22808
 
 
22809
-
 
22810
 # Source file extension for Java test sources.
 
22811
 ac_ext=java
 
22812
 
 
22813
@@ -18352,29 +19469,58 @@
 
22814
 objext_GCJ=$objext
 
22815
 
 
22816
 # Code to be used in simple compile tests
 
22817
-lt_simple_compile_test_code="class foo {}\n"
 
22818
+lt_simple_compile_test_code="class foo {}"
 
22819
 
 
22820
 # Code to be used in simple link tests
 
22821
-lt_simple_link_test_code='public class conftest { public static void main(String argv) {}; }\n'
 
22822
+lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }'
 
22823
 
 
22824
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
22825
 
 
22826
 # If no C compiler was specified, use CC.
 
22827
 LTCC=${LTCC-"$CC"}
 
22828
 
 
22829
+# If no C compiler flags were specified, use CFLAGS.
 
22830
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
 
22831
+
 
22832
 # Allow CC to be a program name with arguments.
 
22833
 compiler=$CC
 
22834
 
 
22835
 
 
22836
+# save warnings/boilerplate of simple test code
 
22837
+ac_outfile=conftest.$ac_objext
 
22838
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
 
22839
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
22840
+_lt_compiler_boilerplate=`cat conftest.err`
 
22841
+$rm conftest*
 
22842
+
 
22843
+ac_outfile=conftest.$ac_objext
 
22844
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
 
22845
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
22846
+_lt_linker_boilerplate=`cat conftest.err`
 
22847
+$rm conftest*
 
22848
+
 
22849
+
 
22850
 # Allow CC to be a program name with arguments.
 
22851
 lt_save_CC="$CC"
 
22852
 CC=${GCJ-"gcj"}
 
22853
 compiler=$CC
 
22854
 compiler_GCJ=$CC
 
22855
+for cc_temp in $compiler""; do
 
22856
+  case $cc_temp in
 
22857
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
 
22858
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
 
22859
+    \-*) ;;
 
22860
+    *) break;;
 
22861
+  esac
 
22862
+done
 
22863
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
22864
+
 
22865
 
 
22866
 # GCJ did not exist at the time GCC didn't implicitly link libc in.
 
22867
 archive_cmds_need_lc_GCJ=no
 
22868
 
 
22869
+old_archive_cmds_GCJ=$old_archive_cmds
 
22870
+
 
22871
 ## CAVEAT EMPTOR:
 
22872
 ## There is no encapsulation within the following macros, do not change
 
22873
 ## the running order or otherwise move them around unless you know exactly
 
22874
@@ -18386,14 +19532,14 @@
 
22875
   lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin'
 
22876
 
 
22877
 
 
22878
-echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 
22879
-echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
 
22880
+{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 
22881
+echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
 
22882
 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
 
22883
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
22884
 else
 
22885
   lt_cv_prog_compiler_rtti_exceptions=no
 
22886
   ac_outfile=conftest.$ac_objext
 
22887
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
22888
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
22889
    lt_compiler_flag="-fno-rtti -fno-exceptions"
 
22890
    # Insert the option either (1) after the last *FLAGS variable, or
 
22891
    # (2) before a word containing "conftest.", or (3) at the end.
 
22892
@@ -18401,26 +19547,28 @@
 
22893
    # with a dollar sign (not a hyphen), so the echo should work correctly.
 
22894
    # The option is referenced via a variable to avoid confusing sed.
 
22895
    lt_compile=`echo "$ac_compile" | $SED \
 
22896
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
 
22897
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
22898
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
22899
    -e 's:$: $lt_compiler_flag:'`
 
22900
-   (eval echo "\"\$as_me:18407: $lt_compile\"" >&5)
 
22901
+   (eval echo "\"\$as_me:19553: $lt_compile\"" >&5)
 
22902
    (eval "$lt_compile" 2>conftest.err)
 
22903
    ac_status=$?
 
22904
    cat conftest.err >&5
 
22905
-   echo "$as_me:18411: \$? = $ac_status" >&5
 
22906
+   echo "$as_me:19557: \$? = $ac_status" >&5
 
22907
    if (exit $ac_status) && test -s "$ac_outfile"; then
 
22908
      # The compiler can only warn and ignore the option if not recognized
 
22909
-     # So say no if there are warnings
 
22910
-     if test ! -s conftest.err; then
 
22911
+     # So say no if there are warnings other than the usual output.
 
22912
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
22913
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
22914
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
22915
        lt_cv_prog_compiler_rtti_exceptions=yes
 
22916
      fi
 
22917
    fi
 
22918
    $rm conftest*
 
22919
 
 
22920
 fi
 
22921
-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 
22922
-echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
 
22923
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 
22924
+echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
 
22925
 
 
22926
 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
 
22927
     lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"
 
22928
@@ -18434,8 +19582,8 @@
 
22929
 lt_prog_compiler_pic_GCJ=
 
22930
 lt_prog_compiler_static_GCJ=
 
22931
 
 
22932
-echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
22933
-echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
 
22934
+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
22935
+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
 
22936
 
 
22937
   if test "$GCC" = yes; then
 
22938
     lt_prog_compiler_wl_GCJ='-Wl,'
 
22939
@@ -18457,13 +19605,15 @@
 
22940
       lt_prog_compiler_pic_GCJ='-m68020 -resident32 -malways-restore-a4'
 
22941
       ;;
 
22942
 
 
22943
-    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
22944
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
22945
       # PIC is the default for these OSes.
 
22946
       ;;
 
22947
 
 
22948
-    mingw* | pw32* | os2*)
 
22949
+    mingw* | cygwin* | pw32* | os2*)
 
22950
       # This hack is so that the source file can tell whether it is being
 
22951
       # built for inclusion in a dll (and should export symbols for example).
 
22952
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
 
22953
+      # (--disable-auto-import) libraries
 
22954
       lt_prog_compiler_pic_GCJ='-DDLL_EXPORT'
 
22955
       ;;
 
22956
 
 
22957
@@ -18473,6 +19623,11 @@
 
22958
       lt_prog_compiler_pic_GCJ='-fno-common'
 
22959
       ;;
 
22960
 
 
22961
+    interix[3-9]*)
 
22962
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
22963
+      # Instead, we relocate shared libraries at runtime.
 
22964
+      ;;
 
22965
+
 
22966
     msdosdjgpp*)
 
22967
       # Just because we use GCC doesn't mean we suddenly get shared libraries
 
22968
       # on systems that don't support them.
 
22969
@@ -18489,7 +19644,7 @@
 
22970
     hpux*)
 
22971
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
22972
       # not for PA HP-UX.
 
22973
-      case "$host_cpu" in
 
22974
+      case $host_cpu in
 
22975
       hppa*64*|ia64*)
 
22976
        # +Z the default
 
22977
        ;;
 
22978
@@ -18515,8 +19670,18 @@
 
22979
        lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp'
 
22980
       fi
 
22981
       ;;
 
22982
+      darwin*)
 
22983
+        # PIC is the default on this platform
 
22984
+        # Common symbols not allowed in MH_DYLIB files
 
22985
+       case $cc_basename in
 
22986
+         xlc*)
 
22987
+         lt_prog_compiler_pic_GCJ='-qnocommon'
 
22988
+         lt_prog_compiler_wl_GCJ='-Wl,'
 
22989
+         ;;
 
22990
+       esac
 
22991
+       ;;
 
22992
 
 
22993
-    mingw* | pw32* | os2*)
 
22994
+    mingw* | cygwin* | pw32* | os2*)
 
22995
       # This hack is so that the source file can tell whether it is being
 
22996
       # built for inclusion in a dll (and should export symbols for example).
 
22997
       lt_prog_compiler_pic_GCJ='-DDLL_EXPORT'
 
22998
@@ -18526,7 +19691,7 @@
 
22999
       lt_prog_compiler_wl_GCJ='-Wl,'
 
23000
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
23001
       # not for PA HP-UX.
 
23002
-      case "$host_cpu" in
 
23003
+      case $host_cpu in
 
23004
       hppa*64*|ia64*)
 
23005
        # +Z the default
 
23006
        ;;
 
23007
@@ -18549,18 +19714,41 @@
 
23008
       lt_prog_compiler_static_GCJ='-Bstatic'
 
23009
       ;;
 
23010
 
 
23011
-    linux*)
 
23012
-      case $CC in
 
23013
+    linux* | k*bsd*-gnu)
 
23014
+      case $cc_basename in
 
23015
       icc* | ecc*)
 
23016
        lt_prog_compiler_wl_GCJ='-Wl,'
 
23017
        lt_prog_compiler_pic_GCJ='-KPIC'
 
23018
        lt_prog_compiler_static_GCJ='-static'
 
23019
         ;;
 
23020
+      pgcc* | pgf77* | pgf90* | pgf95*)
 
23021
+        # Portland Group compilers (*not* the Pentium gcc compiler,
 
23022
+       # which looks to be a dead project)
 
23023
+       lt_prog_compiler_wl_GCJ='-Wl,'
 
23024
+       lt_prog_compiler_pic_GCJ='-fpic'
 
23025
+       lt_prog_compiler_static_GCJ='-Bstatic'
 
23026
+        ;;
 
23027
       ccc*)
 
23028
         lt_prog_compiler_wl_GCJ='-Wl,'
 
23029
         # All Alpha code is PIC.
 
23030
         lt_prog_compiler_static_GCJ='-non_shared'
 
23031
         ;;
 
23032
+      *)
 
23033
+        case `$CC -V 2>&1 | sed 5q` in
 
23034
+       *Sun\ C*)
 
23035
+         # Sun C 5.9
 
23036
+         lt_prog_compiler_pic_GCJ='-KPIC'
 
23037
+         lt_prog_compiler_static_GCJ='-Bstatic'
 
23038
+         lt_prog_compiler_wl_GCJ='-Wl,'
 
23039
+         ;;
 
23040
+       *Sun\ F*)
 
23041
+         # Sun Fortran 8.3 passes all unrecognized flags to the linker
 
23042
+         lt_prog_compiler_pic_GCJ='-KPIC'
 
23043
+         lt_prog_compiler_static_GCJ='-Bstatic'
 
23044
+         lt_prog_compiler_wl_GCJ=''
 
23045
+         ;;
 
23046
+       esac
 
23047
+       ;;
 
23048
       esac
 
23049
       ;;
 
23050
 
 
23051
@@ -18570,15 +19758,19 @@
 
23052
       lt_prog_compiler_static_GCJ='-non_shared'
 
23053
       ;;
 
23054
 
 
23055
-    sco3.2v5*)
 
23056
-      lt_prog_compiler_pic_GCJ='-Kpic'
 
23057
-      lt_prog_compiler_static_GCJ='-dn'
 
23058
+    rdos*)
 
23059
+      lt_prog_compiler_static_GCJ='-non_shared'
 
23060
       ;;
 
23061
 
 
23062
     solaris*)
 
23063
-      lt_prog_compiler_wl_GCJ='-Wl,'
 
23064
       lt_prog_compiler_pic_GCJ='-KPIC'
 
23065
       lt_prog_compiler_static_GCJ='-Bstatic'
 
23066
+      case $cc_basename in
 
23067
+      f77* | f90* | f95*)
 
23068
+       lt_prog_compiler_wl_GCJ='-Qoption ld ';;
 
23069
+      *)
 
23070
+       lt_prog_compiler_wl_GCJ='-Wl,';;
 
23071
+      esac
 
23072
       ;;
 
23073
 
 
23074
     sunos4*)
 
23075
@@ -18587,7 +19779,7 @@
 
23076
       lt_prog_compiler_static_GCJ='-Bstatic'
 
23077
       ;;
 
23078
 
 
23079
-    sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
23080
+    sysv4 | sysv4.2uw2* | sysv4.3*)
 
23081
       lt_prog_compiler_wl_GCJ='-Wl,'
 
23082
       lt_prog_compiler_pic_GCJ='-KPIC'
 
23083
       lt_prog_compiler_static_GCJ='-Bstatic'
 
23084
@@ -18600,6 +19792,17 @@
 
23085
       fi
 
23086
       ;;
 
23087
 
 
23088
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
 
23089
+      lt_prog_compiler_wl_GCJ='-Wl,'
 
23090
+      lt_prog_compiler_pic_GCJ='-KPIC'
 
23091
+      lt_prog_compiler_static_GCJ='-Bstatic'
 
23092
+      ;;
 
23093
+
 
23094
+    unicos*)
 
23095
+      lt_prog_compiler_wl_GCJ='-Wl,'
 
23096
+      lt_prog_compiler_can_build_shared_GCJ=no
 
23097
+      ;;
 
23098
+
 
23099
     uts4*)
 
23100
       lt_prog_compiler_pic_GCJ='-pic'
 
23101
       lt_prog_compiler_static_GCJ='-Bstatic'
 
23102
@@ -18611,22 +19814,22 @@
 
23103
     esac
 
23104
   fi
 
23105
 
 
23106
-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
 
23107
-echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6
 
23108
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
 
23109
+echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; }
 
23110
 
 
23111
 #
 
23112
 # Check to make sure the PIC flag actually works.
 
23113
 #
 
23114
 if test -n "$lt_prog_compiler_pic_GCJ"; then
 
23115
 
 
23116
-echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
 
23117
-echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6
 
23118
+{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
 
23119
+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; }
 
23120
 if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then
 
23121
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
23122
 else
 
23123
   lt_prog_compiler_pic_works_GCJ=no
 
23124
   ac_outfile=conftest.$ac_objext
 
23125
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
23126
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
23127
    lt_compiler_flag="$lt_prog_compiler_pic_GCJ"
 
23128
    # Insert the option either (1) after the last *FLAGS variable, or
 
23129
    # (2) before a word containing "conftest.", or (3) at the end.
 
23130
@@ -18634,26 +19837,28 @@
 
23131
    # with a dollar sign (not a hyphen), so the echo should work correctly.
 
23132
    # The option is referenced via a variable to avoid confusing sed.
 
23133
    lt_compile=`echo "$ac_compile" | $SED \
 
23134
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
 
23135
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
23136
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
23137
    -e 's:$: $lt_compiler_flag:'`
 
23138
-   (eval echo "\"\$as_me:18640: $lt_compile\"" >&5)
 
23139
+   (eval echo "\"\$as_me:19843: $lt_compile\"" >&5)
 
23140
    (eval "$lt_compile" 2>conftest.err)
 
23141
    ac_status=$?
 
23142
    cat conftest.err >&5
 
23143
-   echo "$as_me:18644: \$? = $ac_status" >&5
 
23144
+   echo "$as_me:19847: \$? = $ac_status" >&5
 
23145
    if (exit $ac_status) && test -s "$ac_outfile"; then
 
23146
      # The compiler can only warn and ignore the option if not recognized
 
23147
-     # So say no if there are warnings
 
23148
-     if test ! -s conftest.err; then
 
23149
+     # So say no if there are warnings other than the usual output.
 
23150
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
23151
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
23152
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
23153
        lt_prog_compiler_pic_works_GCJ=yes
 
23154
      fi
 
23155
    fi
 
23156
    $rm conftest*
 
23157
 
 
23158
 fi
 
23159
-echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5
 
23160
-echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6
 
23161
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5
 
23162
+echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6; }
 
23163
 
 
23164
 if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then
 
23165
     case $lt_prog_compiler_pic_GCJ in
 
23166
@@ -18666,7 +19871,7 @@
 
23167
 fi
 
23168
 
 
23169
 fi
 
23170
-case "$host_os" in
 
23171
+case $host_os in
 
23172
   # For platforms which do not support PIC, -DPIC is meaningless:
 
23173
   *djgpp*)
 
23174
     lt_prog_compiler_pic_GCJ=
 
23175
@@ -18676,8 +19881,50 @@
 
23176
     ;;
 
23177
 esac
 
23178
 
 
23179
-echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
23180
-echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
 
23181
+#
 
23182
+# Check to make sure the static flag actually works.
 
23183
+#
 
23184
+wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\"
 
23185
+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
23186
+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
 
23187
+if test "${lt_prog_compiler_static_works_GCJ+set}" = set; then
 
23188
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
23189
+else
 
23190
+  lt_prog_compiler_static_works_GCJ=no
 
23191
+   save_LDFLAGS="$LDFLAGS"
 
23192
+   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
 
23193
+   echo "$lt_simple_link_test_code" > conftest.$ac_ext
 
23194
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
 
23195
+     # The linker can only warn and ignore the option if not recognized
 
23196
+     # So say no if there are warnings
 
23197
+     if test -s conftest.err; then
 
23198
+       # Append any errors to the config.log.
 
23199
+       cat conftest.err 1>&5
 
23200
+       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
23201
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
23202
+       if diff conftest.exp conftest.er2 >/dev/null; then
 
23203
+         lt_prog_compiler_static_works_GCJ=yes
 
23204
+       fi
 
23205
+     else
 
23206
+       lt_prog_compiler_static_works_GCJ=yes
 
23207
+     fi
 
23208
+   fi
 
23209
+   $rm conftest*
 
23210
+   LDFLAGS="$save_LDFLAGS"
 
23211
+
 
23212
+fi
 
23213
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_GCJ" >&5
 
23214
+echo "${ECHO_T}$lt_prog_compiler_static_works_GCJ" >&6; }
 
23215
+
 
23216
+if test x"$lt_prog_compiler_static_works_GCJ" = xyes; then
 
23217
+    :
 
23218
+else
 
23219
+    lt_prog_compiler_static_GCJ=
 
23220
+fi
 
23221
+
 
23222
+
 
23223
+{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
23224
+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 
23225
 if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
 
23226
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
23227
 else
 
23228
@@ -18686,14 +19933,7 @@
 
23229
    mkdir conftest
 
23230
    cd conftest
 
23231
    mkdir out
 
23232
-   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
23233
-
 
23234
-   # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
 
23235
-   # that will create temporary files in the current directory regardless of
 
23236
-   # the output directory.  Thus, making CWD read-only will cause this test
 
23237
-   # to fail, enabling locking or at least warning the user not to do parallel
 
23238
-   # builds.
 
23239
-   chmod -w .
 
23240
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
23241
 
 
23242
    lt_compiler_flag="-o out/conftest2.$ac_objext"
 
23243
    # Insert the option either (1) after the last *FLAGS variable, or
 
23244
@@ -18701,47 +19941,52 @@
 
23245
    # Note that $ac_compile itself does not contain backslashes and begins
 
23246
    # with a dollar sign (not a hyphen), so the echo should work correctly.
 
23247
    lt_compile=`echo "$ac_compile" | $SED \
 
23248
-   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
 
23249
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
23250
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
23251
    -e 's:$: $lt_compiler_flag:'`
 
23252
-   (eval echo "\"\$as_me:18707: $lt_compile\"" >&5)
 
23253
+   (eval echo "\"\$as_me:19947: $lt_compile\"" >&5)
 
23254
    (eval "$lt_compile" 2>out/conftest.err)
 
23255
    ac_status=$?
 
23256
    cat out/conftest.err >&5
 
23257
-   echo "$as_me:18711: \$? = $ac_status" >&5
 
23258
+   echo "$as_me:19951: \$? = $ac_status" >&5
 
23259
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
23260
    then
 
23261
      # The compiler can only warn and ignore the option if not recognized
 
23262
      # So say no if there are warnings
 
23263
-     if test ! -s out/conftest.err; then
 
23264
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
23265
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
 
23266
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
 
23267
        lt_cv_prog_compiler_c_o_GCJ=yes
 
23268
      fi
 
23269
    fi
 
23270
-   chmod u+w .
 
23271
-   $rm conftest* out/*
 
23272
-   rmdir out
 
23273
+   chmod u+w . 2>&5
 
23274
+   $rm conftest*
 
23275
+   # SGI C++ compiler will create directory out/ii_files/ for
 
23276
+   # template instantiation
 
23277
+   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
 
23278
+   $rm out/* && rmdir out
 
23279
    cd ..
 
23280
    rmdir conftest
 
23281
    $rm conftest*
 
23282
 
 
23283
 fi
 
23284
-echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
 
23285
-echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6
 
23286
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
 
23287
+echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; }
 
23288
 
 
23289
 
 
23290
 hard_links="nottested"
 
23291
 if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then
 
23292
   # do not overwrite the value of need_locks provided by the user
 
23293
-  echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
23294
-echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
 
23295
+  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
23296
+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
 
23297
   hard_links=yes
 
23298
   $rm conftest*
 
23299
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
23300
   touch conftest.a
 
23301
   ln conftest.a conftest.b 2>&5 || hard_links=no
 
23302
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
23303
-  echo "$as_me:$LINENO: result: $hard_links" >&5
 
23304
-echo "${ECHO_T}$hard_links" >&6
 
23305
+  { echo "$as_me:$LINENO: result: $hard_links" >&5
 
23306
+echo "${ECHO_T}$hard_links" >&6; }
 
23307
   if test "$hard_links" = no; then
 
23308
     { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
23309
 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
23310
@@ -18751,8 +19996,8 @@
 
23311
   need_locks=no
 
23312
 fi
 
23313
 
 
23314
-echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
23315
-echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
 
23316
+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
23317
+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 
23318
 
 
23319
   runpath_var=
 
23320
   allow_undefined_flag_GCJ=
 
23321
@@ -18790,6 +20035,16 @@
 
23322
   # rely on this symbol name, it's probably fine to never include it in
 
23323
   # preloaded symbol tables.
 
23324
   extract_expsyms_cmds=
 
23325
+  # Just being paranoid about ensuring that cc_basename is set.
 
23326
+  for cc_temp in $compiler""; do
 
23327
+  case $cc_temp in
 
23328
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
 
23329
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
 
23330
+    \-*) ;;
 
23331
+    *) break;;
 
23332
+  esac
 
23333
+done
 
23334
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
23335
 
 
23336
   case $host_os in
 
23337
   cygwin* | mingw* | pw32*)
 
23338
@@ -18800,6 +20055,10 @@
 
23339
       with_gnu_ld=no
 
23340
     fi
 
23341
     ;;
 
23342
+  interix*)
 
23343
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
 
23344
+    with_gnu_ld=yes
 
23345
+    ;;
 
23346
   openbsd*)
 
23347
     with_gnu_ld=no
 
23348
     ;;
 
23349
@@ -18810,6 +20069,27 @@
 
23350
     # If archive_cmds runs LD, not CC, wlarc should be empty
 
23351
     wlarc='${wl}'
 
23352
 
 
23353
+    # Set some defaults for GNU ld with shared library support. These
 
23354
+    # are reset later if shared libraries are not supported. Putting them
 
23355
+    # here allows them to be overridden if necessary.
 
23356
+    runpath_var=LD_RUN_PATH
 
23357
+    hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir'
 
23358
+    export_dynamic_flag_spec_GCJ='${wl}--export-dynamic'
 
23359
+    # ancient GNU ld didn't support --whole-archive et. al.
 
23360
+    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
 
23361
+       whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
23362
+      else
 
23363
+       whole_archive_flag_spec_GCJ=
 
23364
+    fi
 
23365
+    supports_anon_versioning=no
 
23366
+    case `$LD -v 2>/dev/null` in
 
23367
+      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
 
23368
+      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
 
23369
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
 
23370
+      *\ 2.11.*) ;; # other 2.11 versions
 
23371
+      *) supports_anon_versioning=yes ;;
 
23372
+    esac
 
23373
+
 
23374
     # See if GNU ld supports shared libraries.
 
23375
     case $host_os in
 
23376
     aix3* | aix4* | aix5*)
 
23377
@@ -18847,7 +20127,7 @@
 
23378
        allow_undefined_flag_GCJ=unsupported
 
23379
        # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
23380
        # support --undefined.  This deserves some investigation.  FIXME
 
23381
-       archive_cmds_GCJ='$CC -nostart $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
 
23382
+       archive_cmds_GCJ='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
23383
       else
 
23384
        ld_shlibs_GCJ=no
 
23385
       fi
 
23386
@@ -18857,13 +20137,13 @@
 
23387
       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless,
 
23388
       # as there is no search path for DLLs.
 
23389
       hardcode_libdir_flag_spec_GCJ='-L$libdir'
 
23390
-      allow_undefined_flag_GCJ=no
 
23391
+      allow_undefined_flag_GCJ=unsupported
 
23392
       always_export_symbols_GCJ=no
 
23393
       enable_shared_with_static_runtimes_GCJ=yes
 
23394
-      export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
 
23395
+      export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
 
23396
 
 
23397
       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
 
23398
-        archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
 
23399
+        archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
23400
        # If the export-symbols file already is a .def file (1st line
 
23401
        # is EXPORTS), use it as is; otherwise, prepend...
 
23402
        archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
23403
@@ -18872,23 +20152,79 @@
 
23404
          echo EXPORTS > $output_objdir/$soname.def;
 
23405
          cat $export_symbols >> $output_objdir/$soname.def;
 
23406
        fi~
 
23407
-       $CC -shared $output_objdir/$soname.def $compiler_flags $libobjs $deplibs -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
 
23408
+       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
23409
       else
 
23410
-       ld_shlibs=no
 
23411
+       ld_shlibs_GCJ=no
 
23412
+      fi
 
23413
+      ;;
 
23414
+
 
23415
+    interix[3-9]*)
 
23416
+      hardcode_direct_GCJ=no
 
23417
+      hardcode_shlibpath_var_GCJ=no
 
23418
+      hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
 
23419
+      export_dynamic_flag_spec_GCJ='${wl}-E'
 
23420
+      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
23421
+      # Instead, shared libraries are loaded at an image base (0x10000000 by
 
23422
+      # default) and relocated if they conflict, which is a slow very memory
 
23423
+      # consuming and fragmenting process.  To avoid this, we pick a random,
 
23424
+      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
23425
+      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
23426
+      archive_cmds_GCJ='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
 
23427
+      archive_expsym_cmds_GCJ='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
 
23428
+      ;;
 
23429
+
 
23430
+    gnu* | linux* | k*bsd*-gnu)
 
23431
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
23432
+       tmp_addflag=
 
23433
+       case $cc_basename,$host_cpu in
 
23434
+       pgcc*)                          # Portland Group C compiler
 
23435
+         whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
23436
+         tmp_addflag=' $pic_flag'
 
23437
+         ;;
 
23438
+       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
 
23439
+         whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
23440
+         tmp_addflag=' $pic_flag -Mnomain' ;;
 
23441
+       ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
 
23442
+         tmp_addflag=' -i_dynamic' ;;
 
23443
+       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
 
23444
+         tmp_addflag=' -i_dynamic -nofor_main' ;;
 
23445
+       ifc* | ifort*)                  # Intel Fortran compiler
 
23446
+         tmp_addflag=' -nofor_main' ;;
 
23447
+       esac
 
23448
+       case `$CC -V 2>&1 | sed 5q` in
 
23449
+       *Sun\ C*)                       # Sun C 5.9
 
23450
+         whole_archive_flag_spec_GCJ='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
23451
+         tmp_sharedflag='-G' ;;
 
23452
+       *Sun\ F*)                       # Sun Fortran 8.3
 
23453
+         tmp_sharedflag='-G' ;;
 
23454
+       *)
 
23455
+         tmp_sharedflag='-shared' ;;
 
23456
+       esac
 
23457
+       archive_cmds_GCJ='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
23458
+
 
23459
+       if test $supports_anon_versioning = yes; then
 
23460
+         archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~
 
23461
+  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
23462
+  $echo "local: *; };" >> $output_objdir/$libname.ver~
 
23463
+         $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 
23464
+       fi
 
23465
+       link_all_deplibs_GCJ=no
 
23466
+      else
 
23467
+       ld_shlibs_GCJ=no
 
23468
       fi
 
23469
       ;;
 
23470
 
 
23471
-    netbsd*)
 
23472
+    netbsd* | netbsdelf*-gnu)
 
23473
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
23474
        archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 
23475
        wlarc=
 
23476
       else
 
23477
-       archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
 
23478
-       archive_expsym_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
23479
+       archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
23480
+       archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
23481
       fi
 
23482
       ;;
 
23483
 
 
23484
-    solaris* | sysv5*)
 
23485
+    solaris*)
 
23486
       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
 
23487
        ld_shlibs_GCJ=no
 
23488
        cat <<EOF 1>&2
 
23489
@@ -18902,13 +20238,40 @@
 
23490
 
 
23491
 EOF
 
23492
       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
23493
-       archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
 
23494
-       archive_expsym_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
23495
+       archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
23496
+       archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
23497
       else
 
23498
        ld_shlibs_GCJ=no
 
23499
       fi
 
23500
       ;;
 
23501
 
 
23502
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
 
23503
+      case `$LD -v 2>&1` in
 
23504
+        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
 
23505
+       ld_shlibs_GCJ=no
 
23506
+       cat <<_LT_EOF 1>&2
 
23507
+
 
23508
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
 
23509
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
 
23510
+*** is disabling shared libraries support.  We urge you to upgrade GNU
 
23511
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
 
23512
+*** your PATH or compiler configuration so that the native linker is
 
23513
+*** used, and then restart.
 
23514
+
 
23515
+_LT_EOF
 
23516
+       ;;
 
23517
+       *)
 
23518
+         if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
23519
+           hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
 
23520
+           archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
 
23521
+           archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
 
23522
+         else
 
23523
+           ld_shlibs_GCJ=no
 
23524
+         fi
 
23525
+       ;;
 
23526
+      esac
 
23527
+      ;;
 
23528
+
 
23529
     sunos4*)
 
23530
       archive_cmds_GCJ='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
23531
       wlarc=
 
23532
@@ -18918,24 +20281,19 @@
 
23533
 
 
23534
     *)
 
23535
       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
23536
-       archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib'
 
23537
-       archive_expsym_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
23538
+       archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
23539
+       archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
23540
       else
 
23541
        ld_shlibs_GCJ=no
 
23542
       fi
 
23543
       ;;
 
23544
     esac
 
23545
 
 
23546
-    if test "$ld_shlibs_GCJ" = yes; then
 
23547
-      runpath_var=LD_RUN_PATH
 
23548
-      hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir'
 
23549
-      export_dynamic_flag_spec_GCJ='${wl}--export-dynamic'
 
23550
-      # ancient GNU ld didn't support --whole-archive et. al.
 
23551
-      if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
 
23552
-       whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
23553
-      else
 
23554
-       whole_archive_flag_spec_GCJ=
 
23555
-      fi
 
23556
+    if test "$ld_shlibs_GCJ" = no; then
 
23557
+      runpath_var=
 
23558
+      hardcode_libdir_flag_spec_GCJ=
 
23559
+      export_dynamic_flag_spec_GCJ=
 
23560
+      whole_archive_flag_spec_GCJ=
 
23561
     fi
 
23562
   else
 
23563
     # PORTME fill in a description of your system's linker (not GNU ld)
 
23564
@@ -18947,7 +20305,7 @@
 
23565
       # Note: this linker hardcodes the directories in LIBPATH if there
 
23566
       # are no directories specified by -L.
 
23567
       hardcode_minus_L_GCJ=yes
 
23568
-      if test "$GCC" = yes && test -z "$link_static_flag"; then
 
23569
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
 
23570
        # Neither direct hardcoding nor static linking is supported with a
 
23571
        # broken collect2.
 
23572
        hardcode_direct_GCJ=unsupported
 
23573
@@ -18969,9 +20327,21 @@
 
23574
        else
 
23575
          export_symbols_cmds_GCJ='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
 
23576
        fi
 
23577
+       aix_use_runtimelinking=no
 
23578
+
 
23579
+       # Test if we are trying to use run time linking or normal
 
23580
+       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
23581
+       # need to do runtime linking.
 
23582
+       case $host_os in aix4.[23]|aix4.[23].*|aix5*)
 
23583
+         for ld_flag in $LDFLAGS; do
 
23584
+         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
 
23585
+           aix_use_runtimelinking=yes
 
23586
+           break
 
23587
+         fi
 
23588
+         done
 
23589
+         ;;
 
23590
+       esac
 
23591
 
 
23592
-       # KDE requires run time linking.  Make it the default.
 
23593
-       aix_use_runtimelinking=yes
 
23594
        exp_sym_flag='-bexport'
 
23595
        no_entry_flag='-bnoentry'
 
23596
       fi
 
23597
@@ -18988,7 +20358,7 @@
 
23598
       link_all_deplibs_GCJ=yes
 
23599
 
 
23600
       if test "$GCC" = yes; then
 
23601
-       case $host_os in aix4.012|aix4.012.*)
 
23602
+       case $host_os in aix4.[012]|aix4.[012].*)
 
23603
        # We only want to do this on AIX 4.2 and lower, the check
 
23604
        # below for broken collect2 doesn't work under 4.3+
 
23605
          collect2name=`${CC} -print-prog-name=collect2`
 
23606
@@ -18996,7 +20366,7 @@
 
23607
           strings "$collect2name" | grep resolve_lib_name >/dev/null
 
23608
          then
 
23609
          # We have reworked collect2
 
23610
-         hardcode_direct_GCJ=yes
 
23611
+         :
 
23612
          else
 
23613
          # We have old collect2
 
23614
          hardcode_direct_GCJ=unsupported
 
23615
@@ -19007,8 +20377,12 @@
 
23616
          hardcode_libdir_flag_spec_GCJ='-L$libdir'
 
23617
          hardcode_libdir_separator_GCJ=
 
23618
          fi
 
23619
+         ;;
 
23620
        esac
 
23621
        shared_flag='-shared'
 
23622
+       if test "$aix_use_runtimelinking" = yes; then
 
23623
+         shared_flag="$shared_flag "'${wl}-G'
 
23624
+       fi
 
23625
       else
 
23626
        # not using gcc
 
23627
        if test "$host_cpu" = ia64; then
 
23628
@@ -19016,22 +20390,23 @@
 
23629
        # chokes on -Wl,-G. The following line is correct:
 
23630
          shared_flag='-G'
 
23631
        else
 
23632
-       if test "$aix_use_runtimelinking" = yes; then
 
23633
-           shared_flag='-qmkshrobj ${wl}-G'
 
23634
+         if test "$aix_use_runtimelinking" = yes; then
 
23635
+           shared_flag='${wl}-G'
 
23636
          else
 
23637
-           shared_flag='-qmkshrobj'
 
23638
-       fi
 
23639
+           shared_flag='${wl}-bM:SRE'
 
23640
+         fi
 
23641
        fi
 
23642
       fi
 
23643
 
 
23644
-      # Let the compiler handle the export list.
 
23645
-      always_export_symbols_GCJ=no
 
23646
+      # It seems that -bexpall does not export symbols beginning with
 
23647
+      # underscore (_), so it is better to generate a list of symbols to export.
 
23648
+      always_export_symbols_GCJ=yes
 
23649
       if test "$aix_use_runtimelinking" = yes; then
 
23650
        # Warning - without using the other runtime loading flags (-brtl),
 
23651
        # -berok will link without error, but may produce a broken library.
 
23652
        allow_undefined_flag_GCJ='-berok'
 
23653
        # Determine the default libpath from the value encoded in an empty executable.
 
23654
-       cat >conftest.$ac_ext <<_ACEOF
 
23655
+       cat >conftest.$ac_ext <<_ACEOF
 
23656
 /* confdefs.h.  */
 
23657
 _ACEOF
 
23658
 cat confdefs.h >>conftest.$ac_ext
 
23659
@@ -19047,50 +20422,54 @@
 
23660
 }
 
23661
 _ACEOF
 
23662
 rm -f conftest.$ac_objext conftest$ac_exeext
 
23663
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
23664
-  (eval $ac_link) 2>conftest.er1
 
23665
+if { (ac_try="$ac_link"
 
23666
+case "(($ac_try" in
 
23667
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
23668
+  *) ac_try_echo=$ac_try;;
 
23669
+esac
 
23670
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
23671
+  (eval "$ac_link") 2>conftest.er1
 
23672
   ac_status=$?
 
23673
   grep -v '^ *+' conftest.er1 >conftest.err
 
23674
   rm -f conftest.er1
 
23675
   cat conftest.err >&5
 
23676
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23677
-  (exit $ac_status); } &&
 
23678
-        { ac_try='test -z "$ac_c_werror_flag"
 
23679
-                        || test ! -s conftest.err'
 
23680
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
23681
-  (eval $ac_try) 2>&5
 
23682
-  ac_status=$?
 
23683
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23684
-  (exit $ac_status); }; } &&
 
23685
-        { ac_try='test -s conftest$ac_exeext'
 
23686
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
23687
-  (eval $ac_try) 2>&5
 
23688
-  ac_status=$?
 
23689
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23690
-  (exit $ac_status); }; }; then
 
23691
+  (exit $ac_status); } && {
 
23692
+        test -z "$ac_c_werror_flag" ||
 
23693
+        test ! -s conftest.err
 
23694
+       } && test -s conftest$ac_exeext &&
 
23695
+       $as_test_x conftest$ac_exeext; then
 
23696
 
 
23697
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
23698
-}'`
 
23699
+lt_aix_libpath_sed='
 
23700
+    /Import File Strings/,/^$/ {
 
23701
+       /^0/ {
 
23702
+           s/^0  *\(.*\)$/\1/
 
23703
+           p
 
23704
+       }
 
23705
+    }'
 
23706
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
23707
 # Check for a 64-bit object if we didn't find anything.
 
23708
-if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
23709
-}'`; fi
 
23710
+if test -z "$aix_libpath"; then
 
23711
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
23712
+fi
 
23713
 else
 
23714
   echo "$as_me: failed program was:" >&5
 
23715
 sed 's/^/| /' conftest.$ac_ext >&5
 
23716
 
 
23717
+
 
23718
 fi
 
23719
-rm -f conftest.err conftest.$ac_objext \
 
23720
+
 
23721
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
23722
       conftest$ac_exeext conftest.$ac_ext
 
23723
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
23724
 
 
23725
-       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
 
23726
-       archive_cmds_GCJ="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
 
23727
-       archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
23728
+       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
 
23729
+       archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
23730
        else
 
23731
        if test "$host_cpu" = ia64; then
 
23732
          hardcode_libdir_flag_spec_GCJ='${wl}-R $libdir:/usr/lib:/lib'
 
23733
          allow_undefined_flag_GCJ="-z nodefs"
 
23734
-         archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
 
23735
+         archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
 
23736
        else
 
23737
         # Determine the default libpath from the value encoded in an empty executable.
 
23738
         cat >conftest.$ac_ext <<_ACEOF
 
23739
@@ -19109,39 +20488,44 @@
 
23740
 }
 
23741
 _ACEOF
 
23742
 rm -f conftest.$ac_objext conftest$ac_exeext
 
23743
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
23744
-  (eval $ac_link) 2>conftest.er1
 
23745
+if { (ac_try="$ac_link"
 
23746
+case "(($ac_try" in
 
23747
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
23748
+  *) ac_try_echo=$ac_try;;
 
23749
+esac
 
23750
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
23751
+  (eval "$ac_link") 2>conftest.er1
 
23752
   ac_status=$?
 
23753
   grep -v '^ *+' conftest.er1 >conftest.err
 
23754
   rm -f conftest.er1
 
23755
   cat conftest.err >&5
 
23756
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23757
-  (exit $ac_status); } &&
 
23758
-        { ac_try='test -z "$ac_c_werror_flag"
 
23759
-                        || test ! -s conftest.err'
 
23760
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
23761
-  (eval $ac_try) 2>&5
 
23762
-  ac_status=$?
 
23763
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23764
-  (exit $ac_status); }; } &&
 
23765
-        { ac_try='test -s conftest$ac_exeext'
 
23766
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
23767
-  (eval $ac_try) 2>&5
 
23768
-  ac_status=$?
 
23769
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23770
-  (exit $ac_status); }; }; then
 
23771
+  (exit $ac_status); } && {
 
23772
+        test -z "$ac_c_werror_flag" ||
 
23773
+        test ! -s conftest.err
 
23774
+       } && test -s conftest$ac_exeext &&
 
23775
+       $as_test_x conftest$ac_exeext; then
 
23776
 
 
23777
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
23778
-}'`
 
23779
+lt_aix_libpath_sed='
 
23780
+    /Import File Strings/,/^$/ {
 
23781
+       /^0/ {
 
23782
+           s/^0  *\(.*\)$/\1/
 
23783
+           p
 
23784
+       }
 
23785
+    }'
 
23786
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
23787
 # Check for a 64-bit object if we didn't find anything.
 
23788
-if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
23789
-}'`; fi
 
23790
+if test -z "$aix_libpath"; then
 
23791
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
23792
+fi
 
23793
 else
 
23794
   echo "$as_me: failed program was:" >&5
 
23795
 sed 's/^/| /' conftest.$ac_ext >&5
 
23796
 
 
23797
+
 
23798
 fi
 
23799
-rm -f conftest.err conftest.$ac_objext \
 
23800
+
 
23801
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
23802
       conftest$ac_exeext conftest.$ac_ext
 
23803
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
23804
 
 
23805
@@ -19150,13 +20534,11 @@
 
23806
          # -berok will link without error, but may produce a broken library.
 
23807
          no_undefined_flag_GCJ=' ${wl}-bernotok'
 
23808
          allow_undefined_flag_GCJ=' ${wl}-berok'
 
23809
-         # -bexpall does not export symbols beginning with underscore (_)
 
23810
-         always_export_symbols_GCJ=yes
 
23811
          # Exported symbols can be pulled into shared objects from archives
 
23812
-         whole_archive_flag_spec_GCJ=' '
 
23813
+         whole_archive_flag_spec_GCJ='$convenience'
 
23814
          archive_cmds_need_lc_GCJ=yes
 
23815
-         # This is similar to how AIX traditionally builds it's shared libraries.
 
23816
-         archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $compiler_flags $libobjs $deplibs ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 
23817
+         # This is similar to how AIX traditionally builds its shared libraries.
 
23818
+         archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 
23819
        fi
 
23820
       fi
 
23821
       ;;
 
23822
@@ -19169,7 +20551,7 @@
 
23823
       ld_shlibs_GCJ=no
 
23824
       ;;
 
23825
 
 
23826
-    bsdi4*)
 
23827
+    bsdi[45]*)
 
23828
       export_dynamic_flag_spec_GCJ=-rdynamic
 
23829
       ;;
 
23830
 
 
23831
@@ -19179,68 +20561,68 @@
 
23832
       # hardcode_libdir_flag_spec is actually meaningless, as there is
 
23833
       # no search path for DLLs.
 
23834
       hardcode_libdir_flag_spec_GCJ=' '
 
23835
-      allow_undefined_flag_GCJ=no
 
23836
+      allow_undefined_flag_GCJ=unsupported
 
23837
       # Tell ltmain to make .lib files, not .a files.
 
23838
       libext=lib
 
23839
       # Tell ltmain to make .dll files, not .so files.
 
23840
-      shrext=".dll"
 
23841
+      shrext_cmds=".dll"
 
23842
       # FIXME: Setting linknames here is a bad hack.
 
23843
-      archive_cmds_GCJ='$CC -o $lib $compiler_flags $libobjs `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
23844
+      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
23845
       # The linker will automatically build a .lib file if we build a DLL.
 
23846
       old_archive_From_new_cmds_GCJ='true'
 
23847
       # FIXME: Should let the user specify the lib program.
 
23848
-      old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs'
 
23849
-      fix_srcfile_path='`cygpath -w "$srcfile"`'
 
23850
+      old_archive_cmds_GCJ='lib -OUT:$oldlib$oldobjs$old_deplibs'
 
23851
+      fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
 
23852
       enable_shared_with_static_runtimes_GCJ=yes
 
23853
       ;;
 
23854
 
 
23855
     darwin* | rhapsody*)
 
23856
-    if test "$GXX" = yes ; then
 
23857
-      archive_cmds_need_lc_GCJ=no
 
23858
-      case "$host_os" in
 
23859
-      rhapsody* | darwin1.[012])
 
23860
-       allow_undefined_flag_GCJ='-Wl,-undefined -Wl,suppress'
 
23861
-       ;;
 
23862
-      *) # Darwin 1.3 on
 
23863
-       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
23864
-         allow_undefined_flag_GCJ='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
 
23865
-       else
 
23866
-         case ${MACOSX_DEPLOYMENT_TARGET} in
 
23867
-           10.012)
 
23868
-             allow_undefined_flag_GCJ='-Wl,-flat_namespace -Wl,-undefined -Wl,suppress'
 
23869
-             ;;
 
23870
-           10.*)
 
23871
-             allow_undefined_flag_GCJ='-Wl,-undefined -Wl,dynamic_lookup'
 
23872
-             ;;
 
23873
-         esac
 
23874
-       fi
 
23875
-       ;;
 
23876
+      case $host_os in
 
23877
+        rhapsody* | darwin1.[012])
 
23878
+         allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress'
 
23879
+         ;;
 
23880
+       *) # Darwin 1.3 on
 
23881
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
23882
+           allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
23883
+         else
 
23884
+           case ${MACOSX_DEPLOYMENT_TARGET} in
 
23885
+             10.[012])
 
23886
+               allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
23887
+               ;;
 
23888
+             10.*)
 
23889
+               allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup'
 
23890
+               ;;
 
23891
+           esac
 
23892
+         fi
 
23893
+         ;;
 
23894
       esac
 
23895
-       lt_int_apple_cc_single_mod=no
 
23896
-       output_verbose_link_cmd='echo'
 
23897
-       if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
 
23898
-         lt_int_apple_cc_single_mod=yes
 
23899
-       fi
 
23900
-       if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
23901
-         archive_cmds_GCJ='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring'
 
23902
-       else
 
23903
-        archive_cmds_GCJ='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring'
 
23904
-      fi
 
23905
-      module_cmds_GCJ='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $compiler_flags $libobjs $deplibs'
 
23906
-      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
 
23907
-        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
23908
-          archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $compiler_flags $libobjs $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
23909
-        else
 
23910
-          archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $compiler_flags $deplibs -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
23911
-        fi
 
23912
-          module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $compiler_flags $libobjs $deplibs~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
23913
+      archive_cmds_need_lc_GCJ=no
 
23914
       hardcode_direct_GCJ=no
 
23915
       hardcode_automatic_GCJ=yes
 
23916
       hardcode_shlibpath_var_GCJ=unsupported
 
23917
-      whole_archive_flag_spec_GCJ='-all_load $convenience'
 
23918
+      whole_archive_flag_spec_GCJ=''
 
23919
       link_all_deplibs_GCJ=yes
 
23920
+    if test "$GCC" = yes ; then
 
23921
+       output_verbose_link_cmd='echo'
 
23922
+        archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
 
23923
+      module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
23924
+      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
23925
+      archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
23926
+      module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
23927
     else
 
23928
-      ld_shlibs_GCJ=no
 
23929
+      case $cc_basename in
 
23930
+        xlc*)
 
23931
+         output_verbose_link_cmd='echo'
 
23932
+         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
 
23933
+         module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
23934
+          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
23935
+         archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
23936
+          module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
23937
+          ;;
 
23938
+       *)
 
23939
+         ld_shlibs_GCJ=no
 
23940
+          ;;
 
23941
+      esac
 
23942
     fi
 
23943
       ;;
 
23944
 
 
23945
@@ -19274,8 +20656,8 @@
 
23946
       ;;
 
23947
 
 
23948
     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
 
23949
-    freebsd* | kfreebsd*-gnu)
 
23950
-      archive_cmds_GCJ='$CC -shared -o $lib $compiler_flags $libobjs $deplibs'
 
23951
+    freebsd* | dragonfly*)
 
23952
+      archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
 
23953
       hardcode_libdir_flag_spec_GCJ='-R$libdir'
 
23954
       hardcode_direct_GCJ=yes
 
23955
       hardcode_shlibpath_var_GCJ=no
 
23956
@@ -19283,7 +20665,7 @@
 
23957
 
 
23958
     hpux9*)
 
23959
       if test "$GCC" = yes; then
 
23960
-       archive_cmds_GCJ='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $compiler_flags $libobjs $deplibs~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
23961
+       archive_cmds_GCJ='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
23962
       else
 
23963
        archive_cmds_GCJ='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
23964
       fi
 
23965
@@ -19297,47 +20679,62 @@
 
23966
       export_dynamic_flag_spec_GCJ='${wl}-E'
 
23967
       ;;
 
23968
 
 
23969
-    hpux10* | hpux11*)
 
23970
+    hpux10*)
 
23971
       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
23972
-       case "$host_cpu" in
 
23973
-       hppa*64*|ia64*)
 
23974
-         archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
 
23975
-         ;;
 
23976
-       *)
 
23977
-         archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $compiler_flags $libobjs $deplibs'
 
23978
-         ;;
 
23979
-       esac
 
23980
+       archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
23981
       else
 
23982
-       case "$host_cpu" in
 
23983
-       hppa*64*|ia64*)
 
23984
-         archive_cmds_GCJ='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
 
23985
-         ;;
 
23986
-       *)
 
23987
-         archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
23988
-         ;;
 
23989
-       esac
 
23990
+       archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
23991
       fi
 
23992
       if test "$with_gnu_ld" = no; then
 
23993
-       case "$host_cpu" in
 
23994
-       hppa*64*)
 
23995
-         hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
 
23996
-         hardcode_libdir_flag_spec_ld_GCJ='+b $libdir'
 
23997
-         hardcode_libdir_separator_GCJ=:
 
23998
-         hardcode_direct_GCJ=no
 
23999
-         hardcode_shlibpath_var_GCJ=no
 
24000
+       hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
 
24001
+       hardcode_libdir_separator_GCJ=:
 
24002
+
 
24003
+       hardcode_direct_GCJ=yes
 
24004
+       export_dynamic_flag_spec_GCJ='${wl}-E'
 
24005
+
 
24006
+       # hardcode_minus_L: Not really in the search PATH,
 
24007
+       # but as the default location of the library.
 
24008
+       hardcode_minus_L_GCJ=yes
 
24009
+      fi
 
24010
+      ;;
 
24011
+
 
24012
+    hpux11*)
 
24013
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
24014
+       case $host_cpu in
 
24015
+       hppa*64*)
 
24016
+         archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
24017
+         ;;
 
24018
+       ia64*)
 
24019
+         archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
24020
+         ;;
 
24021
+       *)
 
24022
+         archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
24023
+         ;;
 
24024
+       esac
 
24025
+      else
 
24026
+       case $host_cpu in
 
24027
+       hppa*64*)
 
24028
+         archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
24029
          ;;
 
24030
        ia64*)
 
24031
-         hardcode_libdir_flag_spec_GCJ='-L$libdir'
 
24032
+         archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
24033
+         ;;
 
24034
+       *)
 
24035
+         archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
24036
+         ;;
 
24037
+       esac
 
24038
+      fi
 
24039
+      if test "$with_gnu_ld" = no; then
 
24040
+       hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
 
24041
+       hardcode_libdir_separator_GCJ=:
 
24042
+
 
24043
+       case $host_cpu in
 
24044
+       hppa*64*|ia64*)
 
24045
+         hardcode_libdir_flag_spec_ld_GCJ='+b $libdir'
 
24046
          hardcode_direct_GCJ=no
 
24047
          hardcode_shlibpath_var_GCJ=no
 
24048
-
 
24049
-         # hardcode_minus_L: Not really in the search PATH,
 
24050
-         # but as the default location of the library.
 
24051
-         hardcode_minus_L_GCJ=yes
 
24052
          ;;
 
24053
        *)
 
24054
-         hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
 
24055
-         hardcode_libdir_separator_GCJ=:
 
24056
          hardcode_direct_GCJ=yes
 
24057
          export_dynamic_flag_spec_GCJ='${wl}-E'
 
24058
 
 
24059
@@ -19351,7 +20748,7 @@
 
24060
 
 
24061
     irix5* | irix6* | nonstopux*)
 
24062
       if test "$GCC" = yes; then
 
24063
-       archive_cmds_GCJ='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
24064
+       archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
24065
       else
 
24066
        archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
24067
        hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
 
24068
@@ -19361,7 +20758,7 @@
 
24069
       link_all_deplibs_GCJ=yes
 
24070
       ;;
 
24071
 
 
24072
-    netbsd*)
 
24073
+    netbsd* | netbsdelf*-gnu)
 
24074
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
24075
        archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
 
24076
       else
 
24077
@@ -19381,23 +20778,28 @@
 
24078
       ;;
 
24079
 
 
24080
     openbsd*)
 
24081
-      hardcode_direct_GCJ=yes
 
24082
-      hardcode_shlibpath_var_GCJ=no
 
24083
-      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
24084
-       archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
 
24085
-       hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
 
24086
-       export_dynamic_flag_spec_GCJ='${wl}-E'
 
24087
+      if test -f /usr/libexec/ld.so; then
 
24088
+       hardcode_direct_GCJ=yes
 
24089
+       hardcode_shlibpath_var_GCJ=no
 
24090
+       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
24091
+         archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
24092
+         archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
 
24093
+         hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
 
24094
+         export_dynamic_flag_spec_GCJ='${wl}-E'
 
24095
+       else
 
24096
+         case $host_os in
 
24097
+          openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
 
24098
+            archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
24099
+            hardcode_libdir_flag_spec_GCJ='-R$libdir'
 
24100
+            ;;
 
24101
+          *)
 
24102
+            archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
24103
+            hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
 
24104
+            ;;
 
24105
+         esac
 
24106
+        fi
 
24107
       else
 
24108
-       case $host_os in
 
24109
-        openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
 
24110
-          archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
24111
-          hardcode_libdir_flag_spec_GCJ='-R$libdir'
 
24112
-          ;;
 
24113
-        *)
 
24114
-          archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $compiler_flags $libobjs $deplibs'
 
24115
-          hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
 
24116
-          ;;
 
24117
-       esac
 
24118
+       ld_shlibs_GCJ=no
 
24119
       fi
 
24120
       ;;
 
24121
 
 
24122
@@ -19405,14 +20807,14 @@
 
24123
       hardcode_libdir_flag_spec_GCJ='-L$libdir'
 
24124
       hardcode_minus_L_GCJ=yes
 
24125
       allow_undefined_flag_GCJ=unsupported
 
24126
-      archive_cmds_GCJ='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $compiler_flags $libobjs $deplibs$output_objdir/$libname.def'
 
24127
+      archive_cmds_GCJ='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
 
24128
       old_archive_From_new_cmds_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
 
24129
       ;;
 
24130
 
 
24131
     osf3*)
 
24132
       if test "$GCC" = yes; then
 
24133
        allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
 
24134
-       archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
24135
+       archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
24136
       else
 
24137
        allow_undefined_flag_GCJ=' -expect_unresolved \*'
 
24138
        archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
24139
@@ -19424,13 +20826,13 @@
 
24140
     osf4* | osf5*)     # as osf3* with the addition of -msym flag
 
24141
       if test "$GCC" = yes; then
 
24142
        allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
 
24143
-       archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $compiler_flags $libobjs $deplibs ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
24144
+       archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
24145
        hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
 
24146
       else
 
24147
        allow_undefined_flag_GCJ=' -expect_unresolved \*'
 
24148
        archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
24149
        archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
 
24150
-       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
 
24151
+       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
 
24152
 
 
24153
        # Both c and cxx compiler support -rpath directly
 
24154
        hardcode_libdir_flag_spec_GCJ='-rpath $libdir'
 
24155
@@ -19438,21 +20840,15 @@
 
24156
       hardcode_libdir_separator_GCJ=:
 
24157
       ;;
 
24158
 
 
24159
-    sco3.2v5*)
 
24160
-      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
24161
-      hardcode_shlibpath_var_GCJ=no
 
24162
-      export_dynamic_flag_spec_GCJ='${wl}-Bexport'
 
24163
-      runpath_var=LD_RUN_PATH
 
24164
-      hardcode_runpath_var=yes
 
24165
-      ;;
 
24166
-
 
24167
     solaris*)
 
24168
       no_undefined_flag_GCJ=' -z text'
 
24169
       if test "$GCC" = yes; then
 
24170
-       archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
 
24171
+       wlarc='${wl}'
 
24172
+       archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
24173
        archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
24174
-         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs~$rm $lib.exp'
 
24175
+         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
 
24176
       else
 
24177
+       wlarc=''
 
24178
        archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
24179
        archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
24180
        $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
 
24181
@@ -19461,8 +20857,17 @@
 
24182
       hardcode_shlibpath_var_GCJ=no
 
24183
       case $host_os in
 
24184
       solaris2.[0-5] | solaris2.[0-5].*) ;;
 
24185
-      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
 
24186
-       whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;;
 
24187
+      *)
 
24188
+       # The compiler driver will combine and reorder linker options,
 
24189
+       # but understands `-z linker_flag'.  GCC discards it without `$wl',
 
24190
+       # but is careful enough not to reorder.
 
24191
+       # Supported since Solaris 2.6 (maybe 2.5.1?)
 
24192
+       if test "$GCC" = yes; then
 
24193
+         whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
24194
+       else
 
24195
+         whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract'
 
24196
+       fi
 
24197
+       ;;
 
24198
       esac
 
24199
       link_all_deplibs_GCJ=yes
 
24200
       ;;
 
24201
@@ -19471,7 +20876,7 @@
 
24202
       if test "x$host_vendor" = xsequent; then
 
24203
        # Use $CC to link under sequent, because it throws in some extra .o
 
24204
        # files that make .init and .fini sections work.
 
24205
-       archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $compiler_flags $libobjs $deplibs'
 
24206
+       archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
 
24207
       else
 
24208
        archive_cmds_GCJ='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
 
24209
       fi
 
24210
@@ -19519,36 +20924,45 @@
 
24211
       fi
 
24212
       ;;
 
24213
 
 
24214
-    sysv4.2uw2*)
 
24215
-      archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags'
 
24216
-      hardcode_direct_GCJ=yes
 
24217
-      hardcode_minus_L_GCJ=no
 
24218
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
 
24219
+      no_undefined_flag_GCJ='${wl}-z,text'
 
24220
+      archive_cmds_need_lc_GCJ=no
 
24221
       hardcode_shlibpath_var_GCJ=no
 
24222
-      hardcode_runpath_var=yes
 
24223
-      runpath_var=LD_RUN_PATH
 
24224
-      ;;
 
24225
+      runpath_var='LD_RUN_PATH'
 
24226
 
 
24227
-   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[78]* | unixware7*)
 
24228
-      no_undefined_flag_GCJ='${wl}-z ${wl}text'
 
24229
       if test "$GCC" = yes; then
 
24230
-       archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
 
24231
+       archive_cmds_GCJ='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
24232
+       archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
24233
       else
 
24234
-       archive_cmds_GCJ='$CC -G ${wl}-h ${wl}$soname -o $lib $compiler_flags $libobjs $deplibs'
 
24235
+       archive_cmds_GCJ='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
24236
+       archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
24237
       fi
 
24238
-      runpath_var='LD_RUN_PATH'
 
24239
-      hardcode_shlibpath_var_GCJ=no
 
24240
       ;;
 
24241
 
 
24242
-    sysv5*)
 
24243
-      no_undefined_flag_GCJ=' -z text'
 
24244
-      # $CC -shared without GNU ld will not create a library from C++
 
24245
-      # object files and a static libstdc++, better avoid it by now
 
24246
-      archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
24247
-      archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
24248
-               $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
 
24249
-      hardcode_libdir_flag_spec_GCJ=
 
24250
+    sysv5* | sco3.2v5* | sco5v6*)
 
24251
+      # Note: We can NOT use -z defs as we might desire, because we do not
 
24252
+      # link with -lc, and that would cause any symbols used from libc to
 
24253
+      # always be unresolved, which means just about no library would
 
24254
+      # ever link correctly.  If we're not using GNU ld we use -z text
 
24255
+      # though, which does catch some bad symbols but isn't as heavy-handed
 
24256
+      # as -z defs.
 
24257
+      no_undefined_flag_GCJ='${wl}-z,text'
 
24258
+      allow_undefined_flag_GCJ='${wl}-z,nodefs'
 
24259
+      archive_cmds_need_lc_GCJ=no
 
24260
       hardcode_shlibpath_var_GCJ=no
 
24261
+      hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
 
24262
+      hardcode_libdir_separator_GCJ=':'
 
24263
+      link_all_deplibs_GCJ=yes
 
24264
+      export_dynamic_flag_spec_GCJ='${wl}-Bexport'
 
24265
       runpath_var='LD_RUN_PATH'
 
24266
+
 
24267
+      if test "$GCC" = yes; then
 
24268
+       archive_cmds_GCJ='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
24269
+       archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
24270
+      else
 
24271
+       archive_cmds_GCJ='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
24272
+       archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
24273
+      fi
 
24274
       ;;
 
24275
 
 
24276
     uts4*)
 
24277
@@ -19563,15 +20977,10 @@
 
24278
     esac
 
24279
   fi
 
24280
 
 
24281
-echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
 
24282
-echo "${ECHO_T}$ld_shlibs_GCJ" >&6
 
24283
+{ echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
 
24284
+echo "${ECHO_T}$ld_shlibs_GCJ" >&6; }
 
24285
 test "$ld_shlibs_GCJ" = no && can_build_shared=no
 
24286
 
 
24287
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
24288
-if test "$GCC" = yes; then
 
24289
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
24290
-fi
 
24291
-
 
24292
 #
 
24293
 # Do we need to explicitly link libc?
 
24294
 #
 
24295
@@ -19589,10 +20998,10 @@
 
24296
       # Test whether the compiler implicitly links with -lc since on some
 
24297
       # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
24298
       # to ld, don't add -lc before -lgcc.
 
24299
-      echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
24300
-echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
 
24301
+      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
24302
+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
 
24303
       $rm conftest*
 
24304
-      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
 
24305
+      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
24306
 
 
24307
       if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
24308
   (eval $ac_compile) 2>&5
 
24309
@@ -19604,6 +21013,7 @@
 
24310
         libobjs=conftest.$ac_objext
 
24311
         deplibs=
 
24312
         wl=$lt_prog_compiler_wl_GCJ
 
24313
+       pic_flag=$lt_prog_compiler_pic_GCJ
 
24314
         compiler_flags=-v
 
24315
         linker_flags=-v
 
24316
         verstring=
 
24317
@@ -19626,20 +21036,20 @@
 
24318
         cat conftest.err 1>&5
 
24319
       fi
 
24320
       $rm conftest*
 
24321
-      echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
 
24322
-echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6
 
24323
+      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
 
24324
+echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; }
 
24325
       ;;
 
24326
     esac
 
24327
   fi
 
24328
   ;;
 
24329
 esac
 
24330
 
 
24331
-echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
24332
-echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
 
24333
+{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
24334
+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
 
24335
 library_names_spec=
 
24336
 libname_spec='lib$name'
 
24337
 soname_spec=
 
24338
-shrext=".so"
 
24339
+shrext_cmds=".so"
 
24340
 postinstall_cmds=
 
24341
 postuninstall_cmds=
 
24342
 finish_cmds=
 
24343
@@ -19649,7 +21059,7 @@
 
24344
 version_type=none
 
24345
 dynamic_linker="$host_os ld.so"
 
24346
 sys_lib_dlsearch_path_spec="/lib /usr/lib"
 
24347
-sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
 
24348
+
 
24349
 need_lib_prefix=unknown
 
24350
 hardcode_into_libs=no
 
24351
 
 
24352
@@ -19714,7 +21124,7 @@
 
24353
 amigaos*)
 
24354
   library_names_spec='$libname.ixlibrary $libname.a'
 
24355
   # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
24356
-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
 
24357
+  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
 
24358
   ;;
 
24359
 
 
24360
 beos*)
 
24361
@@ -19723,7 +21133,7 @@
 
24362
   shlibpath_var=LIBRARY_PATH
 
24363
   ;;
 
24364
 
 
24365
-bsdi4*)
 
24366
+bsdi[45]*)
 
24367
   version_type=linux
 
24368
   need_version=no
 
24369
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
24370
@@ -19739,7 +21149,7 @@
 
24371
 
 
24372
 cygwin* | mingw* | pw32*)
 
24373
   version_type=windows
 
24374
-  shrext=".dll"
 
24375
+  shrext_cmds=".dll"
 
24376
   need_version=no
 
24377
   need_lib_prefix=no
 
24378
 
 
24379
@@ -19751,7 +21161,8 @@
 
24380
       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
 
24381
       dldir=$destdir/`dirname \$dlpath`~
 
24382
       test -d \$dldir || mkdir -p \$dldir~
 
24383
-      $install_prog $dir/$dlname \$dldir/$dlname'
 
24384
+      $install_prog $dir/$dlname \$dldir/$dlname~
 
24385
+      chmod a+x \$dldir/$dlname'
 
24386
     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
 
24387
       dlpath=$dir/\$dldll~
 
24388
        $rm \$dlpath'
 
24389
@@ -19781,7 +21192,7 @@
 
24390
       ;;
 
24391
     pw32*)
 
24392
       # pw32 DLLs use 'pw' prefix rather than 'lib'
 
24393
-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
 
24394
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
24395
       ;;
 
24396
     esac
 
24397
     ;;
 
24398
@@ -19804,13 +21215,8 @@
 
24399
   soname_spec='${libname}${release}${major}$shared_ext'
 
24400
   shlibpath_overrides_runpath=yes
 
24401
   shlibpath_var=DYLD_LIBRARY_PATH
 
24402
-  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
 
24403
-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
 
24404
-  if test "$GCC" = yes; then
 
24405
-    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
 
24406
-  else
 
24407
-    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
 
24408
-  fi
 
24409
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
 
24410
+
 
24411
   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
 
24412
   ;;
 
24413
 
 
24414
@@ -19827,20 +21233,17 @@
 
24415
   dynamic_linker=no
 
24416
   ;;
 
24417
 
 
24418
-kfreebsd*-gnu*)
 
24419
-  version_type=linux
 
24420
-  need_lib_prefix=no
 
24421
-  need_version=no
 
24422
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
24423
-  soname_spec='${libname}${release}${shared_ext}$major'
 
24424
-  shlibpath_var=LD_LIBRARY_PATH
 
24425
-  shlibpath_overrides_runpath=no
 
24426
-  hardcode_into_libs=yes
 
24427
-  dynamic_linker='GNU ld.so'
 
24428
-  ;;
 
24429
-
 
24430
-freebsd*)
 
24431
-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
 
24432
+freebsd* | dragonfly*)
 
24433
+  # DragonFly does not have aout.  When/if they implement a new
 
24434
+  # versioning mechanism, adjust this.
 
24435
+  if test -x /usr/bin/objformat; then
 
24436
+    objformat=`/usr/bin/objformat`
 
24437
+  else
 
24438
+    case $host_os in
 
24439
+    freebsd[123]*) objformat=aout ;;
 
24440
+    *) objformat=elf ;;
 
24441
+    esac
 
24442
+  fi
 
24443
   version_type=freebsd-$objformat
 
24444
   case $version_type in
 
24445
     freebsd-elf*)
 
24446
@@ -19858,14 +21261,19 @@
 
24447
   freebsd2*)
 
24448
     shlibpath_overrides_runpath=yes
 
24449
     ;;
 
24450
-  freebsd3.01* | freebsdelf3.01*)
 
24451
+  freebsd3.[01]* | freebsdelf3.[01]*)
 
24452
     shlibpath_overrides_runpath=yes
 
24453
     hardcode_into_libs=yes
 
24454
     ;;
 
24455
-  *) # from 3.2 on
 
24456
+  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
 
24457
+  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
 
24458
     shlibpath_overrides_runpath=no
 
24459
     hardcode_into_libs=yes
 
24460
     ;;
 
24461
+  *) # from 4.6 on, and DragonFly
 
24462
+    shlibpath_overrides_runpath=yes
 
24463
+    hardcode_into_libs=yes
 
24464
+    ;;
 
24465
   esac
 
24466
   ;;
 
24467
 
 
24468
@@ -19885,9 +21293,9 @@
 
24469
   version_type=sunos
 
24470
   need_lib_prefix=no
 
24471
   need_version=no
 
24472
-  case "$host_cpu" in
 
24473
+  case $host_cpu in
 
24474
   ia64*)
 
24475
-    shrext='.so'
 
24476
+    shrext_cmds='.so'
 
24477
     hardcode_into_libs=yes
 
24478
     dynamic_linker="$host_os dld.so"
 
24479
     shlibpath_var=LD_LIBRARY_PATH
 
24480
@@ -19902,7 +21310,7 @@
 
24481
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
24482
     ;;
 
24483
    hppa*64*)
 
24484
-     shrext='.sl'
 
24485
+     shrext_cmds='.sl'
 
24486
      hardcode_into_libs=yes
 
24487
      dynamic_linker="$host_os dld.sl"
 
24488
      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
 
24489
@@ -19913,7 +21321,7 @@
 
24490
      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
24491
      ;;
 
24492
    *)
 
24493
-    shrext='.sl'
 
24494
+    shrext_cmds='.sl'
 
24495
     dynamic_linker="$host_os dld.sl"
 
24496
     shlibpath_var=SHLIB_PATH
 
24497
     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
 
24498
@@ -19925,6 +21333,18 @@
 
24499
   postinstall_cmds='chmod 555 $lib'
 
24500
   ;;
 
24501
 
 
24502
+interix[3-9]*)
 
24503
+  version_type=linux
 
24504
+  need_lib_prefix=no
 
24505
+  need_version=no
 
24506
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
24507
+  soname_spec='${libname}${release}${shared_ext}$major'
 
24508
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
 
24509
+  shlibpath_var=LD_LIBRARY_PATH
 
24510
+  shlibpath_overrides_runpath=no
 
24511
+  hardcode_into_libs=yes
 
24512
+  ;;
 
24513
+
 
24514
 irix5* | irix6* | nonstopux*)
 
24515
   case $host_os in
 
24516
     nonstopux*) version_type=nonstopux ;;
 
24517
@@ -19968,29 +21388,26 @@
 
24518
   ;;
 
24519
 
 
24520
 # This must be Linux ELF.
 
24521
-linux*)
 
24522
+linux* | k*bsd*-gnu)
 
24523
   version_type=linux
 
24524
   need_lib_prefix=no
 
24525
   need_version=no
 
24526
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
24527
   soname_spec='${libname}${release}${shared_ext}$major'
 
24528
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 
24529
-  libsuff=
 
24530
-  if test "x$LINUX_64_MODE" = x64; then
 
24531
-    # Some platforms are per default 64-bit, so there's no /lib64
 
24532
-    if test -d /lib64; then
 
24533
-      libsuff=64
 
24534
-    fi
 
24535
-  fi
 
24536
   shlibpath_var=LD_LIBRARY_PATH
 
24537
   shlibpath_overrides_runpath=no
 
24538
-  sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
 
24539
-  sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
 
24540
   # This implies no fast_install, which is unacceptable.
 
24541
   # Some rework will be needed to allow for fast_install
 
24542
   # before this can be enabled.
 
24543
   hardcode_into_libs=yes
 
24544
 
 
24545
+  # Append ld.so.conf contents to the search path
 
24546
+  if test -f /etc/ld.so.conf; then
 
24547
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[     ]*hwcap[        ]/d;s/[:,       ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
 
24548
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
24549
+  fi
 
24550
+
 
24551
   # We used to test for /lib/ld.so.1 and disable shared libraries on
 
24552
   # powerpc, because MkLinux only supported shared libraries with the
 
24553
   # GNU dynamic linker.  Since this was broken with cross compilers,
 
24554
@@ -20000,6 +21417,18 @@
 
24555
   dynamic_linker='GNU/Linux ld.so'
 
24556
   ;;
 
24557
 
 
24558
+netbsdelf*-gnu)
 
24559
+  version_type=linux
 
24560
+  need_lib_prefix=no
 
24561
+  need_version=no
 
24562
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
24563
+  soname_spec='${libname}${release}${shared_ext}$major'
 
24564
+  shlibpath_var=LD_LIBRARY_PATH
 
24565
+  shlibpath_overrides_runpath=no
 
24566
+  hardcode_into_libs=yes
 
24567
+  dynamic_linker='NetBSD ld.elf_so'
 
24568
+  ;;
 
24569
+
 
24570
 netbsd*)
 
24571
   version_type=sunos
 
24572
   need_lib_prefix=no
 
24573
@@ -20009,7 +21438,7 @@
 
24574
     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
24575
     dynamic_linker='NetBSD (a.out) ld.so'
 
24576
   else
 
24577
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
 
24578
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
24579
     soname_spec='${libname}${release}${shared_ext}$major'
 
24580
     dynamic_linker='NetBSD ld.elf_so'
 
24581
   fi
 
24582
@@ -20037,8 +21466,13 @@
 
24583
 
 
24584
 openbsd*)
 
24585
   version_type=sunos
 
24586
+  sys_lib_dlsearch_path_spec="/usr/lib"
 
24587
   need_lib_prefix=no
 
24588
-  need_version=no
 
24589
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
 
24590
+  case $host_os in
 
24591
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
 
24592
+    *)                         need_version=no  ;;
 
24593
+  esac
 
24594
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
24595
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
24596
   shlibpath_var=LD_LIBRARY_PATH
 
24597
@@ -20058,7 +21492,7 @@
 
24598
 
 
24599
 os2*)
 
24600
   libname_spec='$name'
 
24601
-  shrext=".dll"
 
24602
+  shrext_cmds=".dll"
 
24603
   need_lib_prefix=no
 
24604
   library_names_spec='$libname${shared_ext} $libname.a'
 
24605
   dynamic_linker='OS/2 ld.exe'
 
24606
@@ -20076,11 +21510,8 @@
 
24607
   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
 
24608
   ;;
 
24609
 
 
24610
-sco3.2v5*)
 
24611
-  version_type=osf
 
24612
-  soname_spec='${libname}${release}${shared_ext}$major'
 
24613
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
24614
-  shlibpath_var=LD_LIBRARY_PATH
 
24615
+rdos*)
 
24616
+  dynamic_linker=no
 
24617
   ;;
 
24618
 
 
24619
 solaris*)
 
24620
@@ -20108,7 +21539,7 @@
 
24621
   need_version=yes
 
24622
   ;;
 
24623
 
 
24624
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
24625
+sysv4 | sysv4.3*)
 
24626
   version_type=linux
 
24627
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
24628
   soname_spec='${libname}${release}${shared_ext}$major'
 
24629
@@ -20141,891 +21572,84 @@
 
24630
   fi
 
24631
   ;;
 
24632
 
 
24633
-uts4*)
 
24634
-  version_type=linux
 
24635
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
24636
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
24637
+  version_type=freebsd-elf
 
24638
+  need_lib_prefix=no
 
24639
+  need_version=no
 
24640
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
24641
   soname_spec='${libname}${release}${shared_ext}$major'
 
24642
   shlibpath_var=LD_LIBRARY_PATH
 
24643
-  ;;
 
24644
-
 
24645
-*)
 
24646
-  dynamic_linker=no
 
24647
-  ;;
 
24648
-esac
 
24649
-echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
24650
-echo "${ECHO_T}$dynamic_linker" >&6
 
24651
-test "$dynamic_linker" = no && can_build_shared=no
 
24652
-
 
24653
-echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
24654
-echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
 
24655
-hardcode_action_GCJ=
 
24656
-if test -n "$hardcode_libdir_flag_spec_GCJ" || \
 
24657
-   test -n "$runpath_var GCJ" || \
 
24658
-   test "X$hardcode_automatic_GCJ"="Xyes" ; then
 
24659
-
 
24660
-  # We can hardcode non-existant directories.
 
24661
-  if test "$hardcode_direct_GCJ" != no &&
 
24662
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
 
24663
-     # have to relink, otherwise we might link with an installed library
 
24664
-     # when we should be linking with a yet-to-be-installed one
 
24665
-     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&
 
24666
-     test "$hardcode_minus_L_GCJ" != no; then
 
24667
-    # Linking always hardcodes the temporary library directory.
 
24668
-    hardcode_action_GCJ=relink
 
24669
+  hardcode_into_libs=yes
 
24670
+  if test "$with_gnu_ld" = yes; then
 
24671
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
 
24672
+    shlibpath_overrides_runpath=no
 
24673
   else
 
24674
-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
 
24675
-    hardcode_action_GCJ=immediate
 
24676
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
 
24677
+    shlibpath_overrides_runpath=yes
 
24678
+    case $host_os in
 
24679
+      sco3.2v5*)
 
24680
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
 
24681
+       ;;
 
24682
+    esac
 
24683
   fi
 
24684
-else
 
24685
-  # We cannot hardcode anything, or else we can only hardcode existing
 
24686
-  # directories.
 
24687
-  hardcode_action_GCJ=unsupported
 
24688
-fi
 
24689
-echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
 
24690
-echo "${ECHO_T}$hardcode_action_GCJ" >&6
 
24691
-
 
24692
-if test "$hardcode_action_GCJ" = relink; then
 
24693
-  # Fast installation is not supported
 
24694
-  enable_fast_install=no
 
24695
-elif test "$shlibpath_overrides_runpath" = yes ||
 
24696
-     test "$enable_shared" = no; then
 
24697
-  # Fast installation is not necessary
 
24698
-  enable_fast_install=needless
 
24699
-fi
 
24700
-
 
24701
-striplib=
 
24702
-old_striplib=
 
24703
-echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
 
24704
-echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
 
24705
-if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
 
24706
-  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
 
24707
-  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
 
24708
-  echo "$as_me:$LINENO: result: yes" >&5
 
24709
-echo "${ECHO_T}yes" >&6
 
24710
-else
 
24711
-# FIXME - insert some real tests, host_os isn't really good enough
 
24712
-  case $host_os in
 
24713
-   darwin*)
 
24714
-       if test -n "$STRIP" ; then
 
24715
-         striplib="$STRIP -x"
 
24716
-         echo "$as_me:$LINENO: result: yes" >&5
 
24717
-echo "${ECHO_T}yes" >&6
 
24718
-       else
 
24719
-  echo "$as_me:$LINENO: result: no" >&5
 
24720
-echo "${ECHO_T}no" >&6
 
24721
-fi
 
24722
-       ;;
 
24723
-   *)
 
24724
-  echo "$as_me:$LINENO: result: no" >&5
 
24725
-echo "${ECHO_T}no" >&6
 
24726
-    ;;
 
24727
-  esac
 
24728
-fi
 
24729
-
 
24730
-if test "x$enable_dlopen" != xyes; then
 
24731
-  enable_dlopen=unknown
 
24732
-  enable_dlopen_self=unknown
 
24733
-  enable_dlopen_self_static=unknown
 
24734
-else
 
24735
-  lt_cv_dlopen=no
 
24736
-  lt_cv_dlopen_libs=
 
24737
-
 
24738
-  case $host_os in
 
24739
-  beos*)
 
24740
-    lt_cv_dlopen="load_add_on"
 
24741
-    lt_cv_dlopen_libs=
 
24742
-    lt_cv_dlopen_self=yes
 
24743
-    ;;
 
24744
-
 
24745
-  mingw* | pw32*)
 
24746
-    lt_cv_dlopen="LoadLibrary"
 
24747
-    lt_cv_dlopen_libs=
 
24748
-   ;;
 
24749
-
 
24750
-  cygwin*)
 
24751
-    lt_cv_dlopen="dlopen"
 
24752
-    lt_cv_dlopen_libs=
 
24753
-   ;;
 
24754
-
 
24755
-  darwin*)
 
24756
-  # if libdl is installed we need to link against it
 
24757
-    echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
24758
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
 
24759
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 
24760
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
24761
-else
 
24762
-  ac_check_lib_save_LIBS=$LIBS
 
24763
-LIBS="-ldl  $LIBS"
 
24764
-cat >conftest.$ac_ext <<_ACEOF
 
24765
-/* confdefs.h.  */
 
24766
-_ACEOF
 
24767
-cat confdefs.h >>conftest.$ac_ext
 
24768
-cat >>conftest.$ac_ext <<_ACEOF
 
24769
-/* end confdefs.h.  */
 
24770
-
 
24771
-/* Override any gcc2 internal prototype to avoid an error.  */
 
24772
-#ifdef __cplusplus
 
24773
-extern "C"
 
24774
-#endif
 
24775
-/* We use char because int might match the return type of a gcc2
 
24776
-   builtin and then its argument prototype would still apply.  */
 
24777
-char dlopen ();
 
24778
-int
 
24779
-main ()
 
24780
-{
 
24781
-dlopen ();
 
24782
-  ;
 
24783
-  return 0;
 
24784
-}
 
24785
-_ACEOF
 
24786
-rm -f conftest.$ac_objext conftest$ac_exeext
 
24787
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
24788
-  (eval $ac_link) 2>conftest.er1
 
24789
-  ac_status=$?
 
24790
-  grep -v '^ *+' conftest.er1 >conftest.err
 
24791
-  rm -f conftest.er1
 
24792
-  cat conftest.err >&5
 
24793
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24794
-  (exit $ac_status); } &&
 
24795
-        { ac_try='test -z "$ac_c_werror_flag"
 
24796
-                        || test ! -s conftest.err'
 
24797
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
24798
-  (eval $ac_try) 2>&5
 
24799
-  ac_status=$?
 
24800
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24801
-  (exit $ac_status); }; } &&
 
24802
-        { ac_try='test -s conftest$ac_exeext'
 
24803
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
24804
-  (eval $ac_try) 2>&5
 
24805
-  ac_status=$?
 
24806
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24807
-  (exit $ac_status); }; }; then
 
24808
-  ac_cv_lib_dl_dlopen=yes
 
24809
-else
 
24810
-  echo "$as_me: failed program was:" >&5
 
24811
-sed 's/^/| /' conftest.$ac_ext >&5
 
24812
-
 
24813
-ac_cv_lib_dl_dlopen=no
 
24814
-fi
 
24815
-rm -f conftest.err conftest.$ac_objext \
 
24816
-      conftest$ac_exeext conftest.$ac_ext
 
24817
-LIBS=$ac_check_lib_save_LIBS
 
24818
-fi
 
24819
-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
24820
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
 
24821
-if test $ac_cv_lib_dl_dlopen = yes; then
 
24822
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 
24823
-else
 
24824
-
 
24825
-    lt_cv_dlopen="dyld"
 
24826
-    lt_cv_dlopen_libs=
 
24827
-    lt_cv_dlopen_self=yes
 
24828
-
 
24829
-fi
 
24830
-
 
24831
-   ;;
 
24832
-
 
24833
-  *)
 
24834
-    echo "$as_me:$LINENO: checking for shl_load" >&5
 
24835
-echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
 
24836
-if test "${ac_cv_func_shl_load+set}" = set; then
 
24837
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
24838
-else
 
24839
-  cat >conftest.$ac_ext <<_ACEOF
 
24840
-/* confdefs.h.  */
 
24841
-_ACEOF
 
24842
-cat confdefs.h >>conftest.$ac_ext
 
24843
-cat >>conftest.$ac_ext <<_ACEOF
 
24844
-/* end confdefs.h.  */
 
24845
-/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
 
24846
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
24847
-#define shl_load innocuous_shl_load
 
24848
-
 
24849
-/* System header to define __stub macros and hopefully few prototypes,
 
24850
-    which can conflict with char shl_load (); below.
 
24851
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
24852
-    <limits.h> exists even on freestanding compilers.  */
 
24853
-
 
24854
-#ifdef __STDC__
 
24855
-# include <limits.h>
 
24856
-#else
 
24857
-# include <assert.h>
 
24858
-#endif
 
24859
-
 
24860
-#undef shl_load
 
24861
-
 
24862
-/* Override any gcc2 internal prototype to avoid an error.  */
 
24863
-#ifdef __cplusplus
 
24864
-extern "C"
 
24865
-{
 
24866
-#endif
 
24867
-/* We use char because int might match the return type of a gcc2
 
24868
-   builtin and then its argument prototype would still apply.  */
 
24869
-char shl_load ();
 
24870
-/* The GNU C library defines this for functions which it implements
 
24871
-    to always fail with ENOSYS.  Some functions are actually named
 
24872
-    something starting with __ and the normal name is an alias.  */
 
24873
-#if defined (__stub_shl_load) || defined (__stub___shl_load)
 
24874
-choke me
 
24875
-#else
 
24876
-char (*f) () = shl_load;
 
24877
-#endif
 
24878
-#ifdef __cplusplus
 
24879
-}
 
24880
-#endif
 
24881
-
 
24882
-int
 
24883
-main ()
 
24884
-{
 
24885
-return f != shl_load;
 
24886
-  ;
 
24887
-  return 0;
 
24888
-}
 
24889
-_ACEOF
 
24890
-rm -f conftest.$ac_objext conftest$ac_exeext
 
24891
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
24892
-  (eval $ac_link) 2>conftest.er1
 
24893
-  ac_status=$?
 
24894
-  grep -v '^ *+' conftest.er1 >conftest.err
 
24895
-  rm -f conftest.er1
 
24896
-  cat conftest.err >&5
 
24897
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24898
-  (exit $ac_status); } &&
 
24899
-        { ac_try='test -z "$ac_c_werror_flag"
 
24900
-                        || test ! -s conftest.err'
 
24901
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
24902
-  (eval $ac_try) 2>&5
 
24903
-  ac_status=$?
 
24904
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24905
-  (exit $ac_status); }; } &&
 
24906
-        { ac_try='test -s conftest$ac_exeext'
 
24907
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
24908
-  (eval $ac_try) 2>&5
 
24909
-  ac_status=$?
 
24910
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24911
-  (exit $ac_status); }; }; then
 
24912
-  ac_cv_func_shl_load=yes
 
24913
-else
 
24914
-  echo "$as_me: failed program was:" >&5
 
24915
-sed 's/^/| /' conftest.$ac_ext >&5
 
24916
-
 
24917
-ac_cv_func_shl_load=no
 
24918
-fi
 
24919
-rm -f conftest.err conftest.$ac_objext \
 
24920
-      conftest$ac_exeext conftest.$ac_ext
 
24921
-fi
 
24922
-echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
 
24923
-echo "${ECHO_T}$ac_cv_func_shl_load" >&6
 
24924
-if test $ac_cv_func_shl_load = yes; then
 
24925
-  lt_cv_dlopen="shl_load"
 
24926
-else
 
24927
-  echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
 
24928
-echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
 
24929
-if test "${ac_cv_lib_dld_shl_load+set}" = set; then
 
24930
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
24931
-else
 
24932
-  ac_check_lib_save_LIBS=$LIBS
 
24933
-LIBS="-ldld  $LIBS"
 
24934
-cat >conftest.$ac_ext <<_ACEOF
 
24935
-/* confdefs.h.  */
 
24936
-_ACEOF
 
24937
-cat confdefs.h >>conftest.$ac_ext
 
24938
-cat >>conftest.$ac_ext <<_ACEOF
 
24939
-/* end confdefs.h.  */
 
24940
-
 
24941
-/* Override any gcc2 internal prototype to avoid an error.  */
 
24942
-#ifdef __cplusplus
 
24943
-extern "C"
 
24944
-#endif
 
24945
-/* We use char because int might match the return type of a gcc2
 
24946
-   builtin and then its argument prototype would still apply.  */
 
24947
-char shl_load ();
 
24948
-int
 
24949
-main ()
 
24950
-{
 
24951
-shl_load ();
 
24952
-  ;
 
24953
-  return 0;
 
24954
-}
 
24955
-_ACEOF
 
24956
-rm -f conftest.$ac_objext conftest$ac_exeext
 
24957
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
24958
-  (eval $ac_link) 2>conftest.er1
 
24959
-  ac_status=$?
 
24960
-  grep -v '^ *+' conftest.er1 >conftest.err
 
24961
-  rm -f conftest.er1
 
24962
-  cat conftest.err >&5
 
24963
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24964
-  (exit $ac_status); } &&
 
24965
-        { ac_try='test -z "$ac_c_werror_flag"
 
24966
-                        || test ! -s conftest.err'
 
24967
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
24968
-  (eval $ac_try) 2>&5
 
24969
-  ac_status=$?
 
24970
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24971
-  (exit $ac_status); }; } &&
 
24972
-        { ac_try='test -s conftest$ac_exeext'
 
24973
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
24974
-  (eval $ac_try) 2>&5
 
24975
-  ac_status=$?
 
24976
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24977
-  (exit $ac_status); }; }; then
 
24978
-  ac_cv_lib_dld_shl_load=yes
 
24979
-else
 
24980
-  echo "$as_me: failed program was:" >&5
 
24981
-sed 's/^/| /' conftest.$ac_ext >&5
 
24982
-
 
24983
-ac_cv_lib_dld_shl_load=no
 
24984
-fi
 
24985
-rm -f conftest.err conftest.$ac_objext \
 
24986
-      conftest$ac_exeext conftest.$ac_ext
 
24987
-LIBS=$ac_check_lib_save_LIBS
 
24988
-fi
 
24989
-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
 
24990
-echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
 
24991
-if test $ac_cv_lib_dld_shl_load = yes; then
 
24992
-  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
 
24993
-else
 
24994
-  echo "$as_me:$LINENO: checking for dlopen" >&5
 
24995
-echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
 
24996
-if test "${ac_cv_func_dlopen+set}" = set; then
 
24997
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
24998
-else
 
24999
-  cat >conftest.$ac_ext <<_ACEOF
 
25000
-/* confdefs.h.  */
 
25001
-_ACEOF
 
25002
-cat confdefs.h >>conftest.$ac_ext
 
25003
-cat >>conftest.$ac_ext <<_ACEOF
 
25004
-/* end confdefs.h.  */
 
25005
-/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
 
25006
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
25007
-#define dlopen innocuous_dlopen
 
25008
-
 
25009
-/* System header to define __stub macros and hopefully few prototypes,
 
25010
-    which can conflict with char dlopen (); below.
 
25011
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
25012
-    <limits.h> exists even on freestanding compilers.  */
 
25013
-
 
25014
-#ifdef __STDC__
 
25015
-# include <limits.h>
 
25016
-#else
 
25017
-# include <assert.h>
 
25018
-#endif
 
25019
-
 
25020
-#undef dlopen
 
25021
-
 
25022
-/* Override any gcc2 internal prototype to avoid an error.  */
 
25023
-#ifdef __cplusplus
 
25024
-extern "C"
 
25025
-{
 
25026
-#endif
 
25027
-/* We use char because int might match the return type of a gcc2
 
25028
-   builtin and then its argument prototype would still apply.  */
 
25029
-char dlopen ();
 
25030
-/* The GNU C library defines this for functions which it implements
 
25031
-    to always fail with ENOSYS.  Some functions are actually named
 
25032
-    something starting with __ and the normal name is an alias.  */
 
25033
-#if defined (__stub_dlopen) || defined (__stub___dlopen)
 
25034
-choke me
 
25035
-#else
 
25036
-char (*f) () = dlopen;
 
25037
-#endif
 
25038
-#ifdef __cplusplus
 
25039
-}
 
25040
-#endif
 
25041
-
 
25042
-int
 
25043
-main ()
 
25044
-{
 
25045
-return f != dlopen;
 
25046
-  ;
 
25047
-  return 0;
 
25048
-}
 
25049
-_ACEOF
 
25050
-rm -f conftest.$ac_objext conftest$ac_exeext
 
25051
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
25052
-  (eval $ac_link) 2>conftest.er1
 
25053
-  ac_status=$?
 
25054
-  grep -v '^ *+' conftest.er1 >conftest.err
 
25055
-  rm -f conftest.er1
 
25056
-  cat conftest.err >&5
 
25057
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25058
-  (exit $ac_status); } &&
 
25059
-        { ac_try='test -z "$ac_c_werror_flag"
 
25060
-                        || test ! -s conftest.err'
 
25061
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
25062
-  (eval $ac_try) 2>&5
 
25063
-  ac_status=$?
 
25064
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25065
-  (exit $ac_status); }; } &&
 
25066
-        { ac_try='test -s conftest$ac_exeext'
 
25067
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
25068
-  (eval $ac_try) 2>&5
 
25069
-  ac_status=$?
 
25070
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25071
-  (exit $ac_status); }; }; then
 
25072
-  ac_cv_func_dlopen=yes
 
25073
-else
 
25074
-  echo "$as_me: failed program was:" >&5
 
25075
-sed 's/^/| /' conftest.$ac_ext >&5
 
25076
-
 
25077
-ac_cv_func_dlopen=no
 
25078
-fi
 
25079
-rm -f conftest.err conftest.$ac_objext \
 
25080
-      conftest$ac_exeext conftest.$ac_ext
 
25081
-fi
 
25082
-echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
 
25083
-echo "${ECHO_T}$ac_cv_func_dlopen" >&6
 
25084
-if test $ac_cv_func_dlopen = yes; then
 
25085
-  lt_cv_dlopen="dlopen"
 
25086
-else
 
25087
-  echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
25088
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
 
25089
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 
25090
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
25091
-else
 
25092
-  ac_check_lib_save_LIBS=$LIBS
 
25093
-LIBS="-ldl  $LIBS"
 
25094
-cat >conftest.$ac_ext <<_ACEOF
 
25095
-/* confdefs.h.  */
 
25096
-_ACEOF
 
25097
-cat confdefs.h >>conftest.$ac_ext
 
25098
-cat >>conftest.$ac_ext <<_ACEOF
 
25099
-/* end confdefs.h.  */
 
25100
-
 
25101
-/* Override any gcc2 internal prototype to avoid an error.  */
 
25102
-#ifdef __cplusplus
 
25103
-extern "C"
 
25104
-#endif
 
25105
-/* We use char because int might match the return type of a gcc2
 
25106
-   builtin and then its argument prototype would still apply.  */
 
25107
-char dlopen ();
 
25108
-int
 
25109
-main ()
 
25110
-{
 
25111
-dlopen ();
 
25112
-  ;
 
25113
-  return 0;
 
25114
-}
 
25115
-_ACEOF
 
25116
-rm -f conftest.$ac_objext conftest$ac_exeext
 
25117
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
25118
-  (eval $ac_link) 2>conftest.er1
 
25119
-  ac_status=$?
 
25120
-  grep -v '^ *+' conftest.er1 >conftest.err
 
25121
-  rm -f conftest.er1
 
25122
-  cat conftest.err >&5
 
25123
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25124
-  (exit $ac_status); } &&
 
25125
-        { ac_try='test -z "$ac_c_werror_flag"
 
25126
-                        || test ! -s conftest.err'
 
25127
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
25128
-  (eval $ac_try) 2>&5
 
25129
-  ac_status=$?
 
25130
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25131
-  (exit $ac_status); }; } &&
 
25132
-        { ac_try='test -s conftest$ac_exeext'
 
25133
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
25134
-  (eval $ac_try) 2>&5
 
25135
-  ac_status=$?
 
25136
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25137
-  (exit $ac_status); }; }; then
 
25138
-  ac_cv_lib_dl_dlopen=yes
 
25139
-else
 
25140
-  echo "$as_me: failed program was:" >&5
 
25141
-sed 's/^/| /' conftest.$ac_ext >&5
 
25142
-
 
25143
-ac_cv_lib_dl_dlopen=no
 
25144
-fi
 
25145
-rm -f conftest.err conftest.$ac_objext \
 
25146
-      conftest$ac_exeext conftest.$ac_ext
 
25147
-LIBS=$ac_check_lib_save_LIBS
 
25148
-fi
 
25149
-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
25150
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
 
25151
-if test $ac_cv_lib_dl_dlopen = yes; then
 
25152
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 
25153
-else
 
25154
-  echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
 
25155
-echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
 
25156
-if test "${ac_cv_lib_svld_dlopen+set}" = set; then
 
25157
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
25158
-else
 
25159
-  ac_check_lib_save_LIBS=$LIBS
 
25160
-LIBS="-lsvld  $LIBS"
 
25161
-cat >conftest.$ac_ext <<_ACEOF
 
25162
-/* confdefs.h.  */
 
25163
-_ACEOF
 
25164
-cat confdefs.h >>conftest.$ac_ext
 
25165
-cat >>conftest.$ac_ext <<_ACEOF
 
25166
-/* end confdefs.h.  */
 
25167
-
 
25168
-/* Override any gcc2 internal prototype to avoid an error.  */
 
25169
-#ifdef __cplusplus
 
25170
-extern "C"
 
25171
-#endif
 
25172
-/* We use char because int might match the return type of a gcc2
 
25173
-   builtin and then its argument prototype would still apply.  */
 
25174
-char dlopen ();
 
25175
-int
 
25176
-main ()
 
25177
-{
 
25178
-dlopen ();
 
25179
-  ;
 
25180
-  return 0;
 
25181
-}
 
25182
-_ACEOF
 
25183
-rm -f conftest.$ac_objext conftest$ac_exeext
 
25184
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
25185
-  (eval $ac_link) 2>conftest.er1
 
25186
-  ac_status=$?
 
25187
-  grep -v '^ *+' conftest.er1 >conftest.err
 
25188
-  rm -f conftest.er1
 
25189
-  cat conftest.err >&5
 
25190
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25191
-  (exit $ac_status); } &&
 
25192
-        { ac_try='test -z "$ac_c_werror_flag"
 
25193
-                        || test ! -s conftest.err'
 
25194
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
25195
-  (eval $ac_try) 2>&5
 
25196
-  ac_status=$?
 
25197
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25198
-  (exit $ac_status); }; } &&
 
25199
-        { ac_try='test -s conftest$ac_exeext'
 
25200
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
25201
-  (eval $ac_try) 2>&5
 
25202
-  ac_status=$?
 
25203
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25204
-  (exit $ac_status); }; }; then
 
25205
-  ac_cv_lib_svld_dlopen=yes
 
25206
-else
 
25207
-  echo "$as_me: failed program was:" >&5
 
25208
-sed 's/^/| /' conftest.$ac_ext >&5
 
25209
-
 
25210
-ac_cv_lib_svld_dlopen=no
 
25211
-fi
 
25212
-rm -f conftest.err conftest.$ac_objext \
 
25213
-      conftest$ac_exeext conftest.$ac_ext
 
25214
-LIBS=$ac_check_lib_save_LIBS
 
25215
-fi
 
25216
-echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
 
25217
-echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
 
25218
-if test $ac_cv_lib_svld_dlopen = yes; then
 
25219
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
 
25220
-else
 
25221
-  echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
 
25222
-echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
 
25223
-if test "${ac_cv_lib_dld_dld_link+set}" = set; then
 
25224
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
25225
-else
 
25226
-  ac_check_lib_save_LIBS=$LIBS
 
25227
-LIBS="-ldld  $LIBS"
 
25228
-cat >conftest.$ac_ext <<_ACEOF
 
25229
-/* confdefs.h.  */
 
25230
-_ACEOF
 
25231
-cat confdefs.h >>conftest.$ac_ext
 
25232
-cat >>conftest.$ac_ext <<_ACEOF
 
25233
-/* end confdefs.h.  */
 
25234
-
 
25235
-/* Override any gcc2 internal prototype to avoid an error.  */
 
25236
-#ifdef __cplusplus
 
25237
-extern "C"
 
25238
-#endif
 
25239
-/* We use char because int might match the return type of a gcc2
 
25240
-   builtin and then its argument prototype would still apply.  */
 
25241
-char dld_link ();
 
25242
-int
 
25243
-main ()
 
25244
-{
 
25245
-dld_link ();
 
25246
-  ;
 
25247
-  return 0;
 
25248
-}
 
25249
-_ACEOF
 
25250
-rm -f conftest.$ac_objext conftest$ac_exeext
 
25251
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
25252
-  (eval $ac_link) 2>conftest.er1
 
25253
-  ac_status=$?
 
25254
-  grep -v '^ *+' conftest.er1 >conftest.err
 
25255
-  rm -f conftest.er1
 
25256
-  cat conftest.err >&5
 
25257
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25258
-  (exit $ac_status); } &&
 
25259
-        { ac_try='test -z "$ac_c_werror_flag"
 
25260
-                        || test ! -s conftest.err'
 
25261
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
25262
-  (eval $ac_try) 2>&5
 
25263
-  ac_status=$?
 
25264
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25265
-  (exit $ac_status); }; } &&
 
25266
-        { ac_try='test -s conftest$ac_exeext'
 
25267
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
25268
-  (eval $ac_try) 2>&5
 
25269
-  ac_status=$?
 
25270
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25271
-  (exit $ac_status); }; }; then
 
25272
-  ac_cv_lib_dld_dld_link=yes
 
25273
-else
 
25274
-  echo "$as_me: failed program was:" >&5
 
25275
-sed 's/^/| /' conftest.$ac_ext >&5
 
25276
-
 
25277
-ac_cv_lib_dld_dld_link=no
 
25278
-fi
 
25279
-rm -f conftest.err conftest.$ac_objext \
 
25280
-      conftest$ac_exeext conftest.$ac_ext
 
25281
-LIBS=$ac_check_lib_save_LIBS
 
25282
-fi
 
25283
-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
 
25284
-echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
 
25285
-if test $ac_cv_lib_dld_dld_link = yes; then
 
25286
-  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
 
25287
-fi
 
25288
-
 
25289
-
 
25290
-fi
 
25291
-
 
25292
-
 
25293
-fi
 
25294
-
 
25295
-
 
25296
-fi
 
25297
-
 
25298
-
 
25299
-fi
 
25300
-
 
25301
-
 
25302
-fi
 
25303
-
 
25304
-    ;;
 
25305
-  esac
 
25306
-
 
25307
-  if test "x$lt_cv_dlopen" != xno; then
 
25308
-    enable_dlopen=yes
 
25309
-  else
 
25310
-    enable_dlopen=no
 
25311
-  fi
 
25312
-
 
25313
-  case $lt_cv_dlopen in
 
25314
-  dlopen)
 
25315
-    save_CPPFLAGS="$CPPFLAGS"
 
25316
-    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 
25317
-
 
25318
-    save_LDFLAGS="$LDFLAGS"
 
25319
-    eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
25320
-
 
25321
-    save_LIBS="$LIBS"
 
25322
-    LIBS="$lt_cv_dlopen_libs $LIBS"
 
25323
-
 
25324
-    echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
 
25325
-echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
 
25326
-if test "${lt_cv_dlopen_self+set}" = set; then
 
25327
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
25328
-else
 
25329
-         if test "$cross_compiling" = yes; then :
 
25330
-  lt_cv_dlopen_self=cross
 
25331
-else
 
25332
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
25333
-  lt_status=$lt_dlunknown
 
25334
-  cat > conftest.$ac_ext <<EOF
 
25335
-#line 20830 "configure"
 
25336
-#include "confdefs.h"
 
25337
-
 
25338
-#if HAVE_DLFCN_H
 
25339
-#include <dlfcn.h>
 
25340
-#endif
 
25341
-
 
25342
-#include <stdio.h>
 
25343
-
 
25344
-#ifdef RTLD_GLOBAL
 
25345
-#  define LT_DLGLOBAL          RTLD_GLOBAL
 
25346
-#else
 
25347
-#  ifdef DL_GLOBAL
 
25348
-#    define LT_DLGLOBAL                DL_GLOBAL
 
25349
-#  else
 
25350
-#    define LT_DLGLOBAL                0
 
25351
-#  endif
 
25352
-#endif
 
25353
-
 
25354
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
 
25355
-   find out it does not work in some platform. */
 
25356
-#ifndef LT_DLLAZY_OR_NOW
 
25357
-#  ifdef RTLD_LAZY
 
25358
-#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
 
25359
-#  else
 
25360
-#    ifdef DL_LAZY
 
25361
-#      define LT_DLLAZY_OR_NOW         DL_LAZY
 
25362
-#    else
 
25363
-#      ifdef RTLD_NOW
 
25364
-#        define LT_DLLAZY_OR_NOW       RTLD_NOW
 
25365
-#      else
 
25366
-#        ifdef DL_NOW
 
25367
-#          define LT_DLLAZY_OR_NOW     DL_NOW
 
25368
-#        else
 
25369
-#          define LT_DLLAZY_OR_NOW     0
 
25370
-#        endif
 
25371
-#      endif
 
25372
-#    endif
 
25373
-#  endif
 
25374
-#endif
 
25375
-
 
25376
-#ifdef __cplusplus
 
25377
-extern "C" void exit (int);
 
25378
-#endif
 
25379
-
 
25380
-void fnord() { int i=42;}
 
25381
-int main ()
 
25382
-{
 
25383
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
25384
-  int status = $lt_dlunknown;
 
25385
-
 
25386
-  if (self)
 
25387
-    {
 
25388
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
25389
-      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
25390
-      /* dlclose (self); */
 
25391
-    }
 
25392
-
 
25393
-    exit (status);
 
25394
-}
 
25395
-EOF
 
25396
-  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
25397
-  (eval $ac_link) 2>&5
 
25398
-  ac_status=$?
 
25399
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25400
-  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
 
25401
-    (./conftest; exit; ) 2>/dev/null
 
25402
-    lt_status=$?
 
25403
-    case x$lt_status in
 
25404
-      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
 
25405
-      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
 
25406
-      x$lt_unknown|x*) lt_cv_dlopen_self=no ;;
 
25407
-    esac
 
25408
-  else :
 
25409
-    # compilation failed
 
25410
-    lt_cv_dlopen_self=no
 
25411
-  fi
 
25412
-fi
 
25413
-rm -fr conftest*
 
25414
-
 
25415
-
 
25416
-fi
 
25417
-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
 
25418
-echo "${ECHO_T}$lt_cv_dlopen_self" >&6
 
25419
-
 
25420
-    if test "x$lt_cv_dlopen_self" = xyes; then
 
25421
-      LDFLAGS="$LDFLAGS $link_static_flag"
 
25422
-      echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
 
25423
-echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
 
25424
-if test "${lt_cv_dlopen_self_static+set}" = set; then
 
25425
-  echo $ECHO_N "(cached) $ECHO_C" >&6
 
25426
-else
 
25427
-         if test "$cross_compiling" = yes; then :
 
25428
-  lt_cv_dlopen_self_static=cross
 
25429
-else
 
25430
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
25431
-  lt_status=$lt_dlunknown
 
25432
-  cat > conftest.$ac_ext <<EOF
 
25433
-#line 20928 "configure"
 
25434
-#include "confdefs.h"
 
25435
-
 
25436
-#if HAVE_DLFCN_H
 
25437
-#include <dlfcn.h>
 
25438
-#endif
 
25439
-
 
25440
-#include <stdio.h>
 
25441
-
 
25442
-#ifdef RTLD_GLOBAL
 
25443
-#  define LT_DLGLOBAL          RTLD_GLOBAL
 
25444
-#else
 
25445
-#  ifdef DL_GLOBAL
 
25446
-#    define LT_DLGLOBAL                DL_GLOBAL
 
25447
-#  else
 
25448
-#    define LT_DLGLOBAL                0
 
25449
-#  endif
 
25450
-#endif
 
25451
-
 
25452
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
 
25453
-   find out it does not work in some platform. */
 
25454
-#ifndef LT_DLLAZY_OR_NOW
 
25455
-#  ifdef RTLD_LAZY
 
25456
-#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
 
25457
-#  else
 
25458
-#    ifdef DL_LAZY
 
25459
-#      define LT_DLLAZY_OR_NOW         DL_LAZY
 
25460
-#    else
 
25461
-#      ifdef RTLD_NOW
 
25462
-#        define LT_DLLAZY_OR_NOW       RTLD_NOW
 
25463
-#      else
 
25464
-#        ifdef DL_NOW
 
25465
-#          define LT_DLLAZY_OR_NOW     DL_NOW
 
25466
-#        else
 
25467
-#          define LT_DLLAZY_OR_NOW     0
 
25468
-#        endif
 
25469
-#      endif
 
25470
-#    endif
 
25471
-#  endif
 
25472
-#endif
 
25473
-
 
25474
-#ifdef __cplusplus
 
25475
-extern "C" void exit (int);
 
25476
-#endif
 
25477
-
 
25478
-void fnord() { int i=42;}
 
25479
-int main ()
 
25480
-{
 
25481
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
25482
-  int status = $lt_dlunknown;
 
25483
-
 
25484
-  if (self)
 
25485
-    {
 
25486
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
25487
-      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
25488
-      /* dlclose (self); */
 
25489
-    }
 
25490
-
 
25491
-    exit (status);
 
25492
-}
 
25493
-EOF
 
25494
-  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
25495
-  (eval $ac_link) 2>&5
 
25496
-  ac_status=$?
 
25497
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25498
-  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
 
25499
-    (./conftest; exit; ) 2>/dev/null
 
25500
-    lt_status=$?
 
25501
-    case x$lt_status in
 
25502
-      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
 
25503
-      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
 
25504
-      x$lt_unknown|x*) lt_cv_dlopen_self_static=no ;;
 
25505
-    esac
 
25506
-  else :
 
25507
-    # compilation failed
 
25508
-    lt_cv_dlopen_self_static=no
 
25509
-  fi
 
25510
-fi
 
25511
-rm -fr conftest*
 
25512
+  sys_lib_dlsearch_path_spec='/usr/lib'
 
25513
+  ;;
 
25514
 
 
25515
+uts4*)
 
25516
+  version_type=linux
 
25517
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
25518
+  soname_spec='${libname}${release}${shared_ext}$major'
 
25519
+  shlibpath_var=LD_LIBRARY_PATH
 
25520
+  ;;
 
25521
+
 
25522
+*)
 
25523
+  dynamic_linker=no
 
25524
+  ;;
 
25525
+esac
 
25526
+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
25527
+echo "${ECHO_T}$dynamic_linker" >&6; }
 
25528
+test "$dynamic_linker" = no && can_build_shared=no
 
25529
 
 
25530
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
25531
+if test "$GCC" = yes; then
 
25532
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
25533
 fi
 
25534
-echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
 
25535
-echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
 
25536
-    fi
 
25537
 
 
25538
-    CPPFLAGS="$save_CPPFLAGS"
 
25539
-    LDFLAGS="$save_LDFLAGS"
 
25540
-    LIBS="$save_LIBS"
 
25541
-    ;;
 
25542
-  esac
 
25543
+{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
25544
+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
 
25545
+hardcode_action_GCJ=
 
25546
+if test -n "$hardcode_libdir_flag_spec_GCJ" || \
 
25547
+   test -n "$runpath_var_GCJ" || \
 
25548
+   test "X$hardcode_automatic_GCJ" = "Xyes" ; then
 
25549
 
 
25550
-  case $lt_cv_dlopen_self in
 
25551
-  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
 
25552
-  *) enable_dlopen_self=unknown ;;
 
25553
-  esac
 
25554
+  # We can hardcode non-existant directories.
 
25555
+  if test "$hardcode_direct_GCJ" != no &&
 
25556
+     # If the only mechanism to avoid hardcoding is shlibpath_var, we
 
25557
+     # have to relink, otherwise we might link with an installed library
 
25558
+     # when we should be linking with a yet-to-be-installed one
 
25559
+     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&
 
25560
+     test "$hardcode_minus_L_GCJ" != no; then
 
25561
+    # Linking always hardcodes the temporary library directory.
 
25562
+    hardcode_action_GCJ=relink
 
25563
+  else
 
25564
+    # We can link without hardcoding, and we can hardcode nonexisting dirs.
 
25565
+    hardcode_action_GCJ=immediate
 
25566
+  fi
 
25567
+else
 
25568
+  # We cannot hardcode anything, or else we can only hardcode existing
 
25569
+  # directories.
 
25570
+  hardcode_action_GCJ=unsupported
 
25571
+fi
 
25572
+{ echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
 
25573
+echo "${ECHO_T}$hardcode_action_GCJ" >&6; }
 
25574
 
 
25575
-  case $lt_cv_dlopen_self_static in
 
25576
-  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
 
25577
-  *) enable_dlopen_self_static=unknown ;;
 
25578
-  esac
 
25579
+if test "$hardcode_action_GCJ" = relink; then
 
25580
+  # Fast installation is not supported
 
25581
+  enable_fast_install=no
 
25582
+elif test "$shlibpath_overrides_runpath" = yes ||
 
25583
+     test "$enable_shared" = no; then
 
25584
+  # Fast installation is not necessary
 
25585
+  enable_fast_install=needless
 
25586
 fi
 
25587
 
 
25588
 
 
25589
@@ -21042,7 +21666,8 @@
 
25590
   # Now quote all the things that may contain metacharacters while being
 
25591
   # careful not to overquote the AC_SUBSTed values.  We take copies of the
 
25592
   # variables and quote the copies for generation of the libtool script.
 
25593
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
 
25594
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
 
25595
+    SED SHELL STRIP \
 
25596
     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
 
25597
     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
 
25598
     deplibs_check_method reload_flag reload_cmds need_locks \
 
25599
@@ -21083,6 +21708,7 @@
 
25600
     module_cmds_GCJ \
 
25601
     module_expsym_cmds_GCJ \
 
25602
     lt_cv_prog_compiler_c_o_GCJ \
 
25603
+    fix_srcfile_path_GCJ \
 
25604
     exclude_expsyms_GCJ \
 
25605
     include_expsyms_GCJ; do
 
25606
 
 
25607
@@ -21142,6 +21768,12 @@
 
25608
 # The host system.
 
25609
 host_alias=$host_alias
 
25610
 host=$host
 
25611
+host_os=$host_os
 
25612
+
 
25613
+# The build system.
 
25614
+build_alias=$build_alias
 
25615
+build=$build
 
25616
+build_os=$build_os
 
25617
 
 
25618
 # An echo program that does not interpret backslashes.
 
25619
 echo=$lt_echo
 
25620
@@ -21153,6 +21785,9 @@
 
25621
 # A C compiler.
 
25622
 LTCC=$lt_LTCC
 
25623
 
 
25624
+# LTCC compiler flags.
 
25625
+LTCFLAGS=$lt_LTCFLAGS
 
25626
+
 
25627
 # A language-specific compiler.
 
25628
 CC=$lt_compiler_GCJ
 
25629
 
 
25630
@@ -21172,7 +21807,7 @@
 
25631
 NM=$lt_NM
 
25632
 
 
25633
 # A symbol stripping program
 
25634
-STRIP=$STRIP
 
25635
+STRIP=$lt_STRIP
 
25636
 
 
25637
 # Used to examine libraries when file_magic_cmd begins "file"
 
25638
 MAGIC_CMD=$MAGIC_CMD
 
25639
@@ -21203,7 +21838,7 @@
 
25640
 libext="$libext"
 
25641
 
 
25642
 # Shared library suffix (normally ".so").
 
25643
-shrext='$shrext'
 
25644
+shrext_cmds='$shrext_cmds'
 
25645
 
 
25646
 # Executable file suffix (normally "").
 
25647
 exeext="$exeext"
 
25648
@@ -21218,7 +21853,7 @@
 
25649
 # Does compiler simultaneously support -c and -o options?
 
25650
 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ
 
25651
 
 
25652
-# Must we lock files when doing compilation ?
 
25653
+# Must we lock files when doing compilation?
 
25654
 need_locks=$lt_need_locks
 
25655
 
 
25656
 # Do we need the lib prefix for modules?
 
25657
@@ -21394,7 +22029,7 @@
 
25658
 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
25659
 
 
25660
 # Fix the shell variable \$srcfile for the compiler.
 
25661
-fix_srcfile_path="$fix_srcfile_path_GCJ"
 
25662
+fix_srcfile_path=$lt_fix_srcfile_path
 
25663
 
 
25664
 # Set to yes if exported symbols are required.
 
25665
 always_export_symbols=$always_export_symbols_GCJ
 
25666
@@ -21420,7 +22055,10 @@
 
25667
   # If there is no Makefile yet, we rely on a make rule to execute
 
25668
   # `config.status --recheck' to rerun these tests and create the
 
25669
   # libtool script then.
 
25670
-  test -f Makefile && make "$ltmain"
 
25671
+  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
 
25672
+  if test -f "$ltmain_in"; then
 
25673
+    test -f Makefile && make "$ltmain"
 
25674
+  fi
 
25675
 fi
 
25676
 
 
25677
 
 
25678
@@ -21440,7 +22078,6 @@
 
25679
       RC)
 
25680
 
 
25681
 
 
25682
-
 
25683
 # Source file extension for RC test sources.
 
25684
 ac_ext=rc
 
25685
 
 
25686
@@ -21449,7 +22086,7 @@
 
25687
 objext_RC=$objext
 
25688
 
 
25689
 # Code to be used in simple compile tests
 
25690
-lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
 
25691
+lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
 
25692
 
 
25693
 # Code to be used in simple link tests
 
25694
 lt_simple_link_test_code="$lt_simple_compile_test_code"
 
25695
@@ -21459,15 +22096,42 @@
 
25696
 # If no C compiler was specified, use CC.
 
25697
 LTCC=${LTCC-"$CC"}
 
25698
 
 
25699
+# If no C compiler flags were specified, use CFLAGS.
 
25700
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
 
25701
+
 
25702
 # Allow CC to be a program name with arguments.
 
25703
 compiler=$CC
 
25704
 
 
25705
 
 
25706
+# save warnings/boilerplate of simple test code
 
25707
+ac_outfile=conftest.$ac_objext
 
25708
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
 
25709
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
25710
+_lt_compiler_boilerplate=`cat conftest.err`
 
25711
+$rm conftest*
 
25712
+
 
25713
+ac_outfile=conftest.$ac_objext
 
25714
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
 
25715
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
25716
+_lt_linker_boilerplate=`cat conftest.err`
 
25717
+$rm conftest*
 
25718
+
 
25719
+
 
25720
 # Allow CC to be a program name with arguments.
 
25721
 lt_save_CC="$CC"
 
25722
 CC=${RC-"windres"}
 
25723
 compiler=$CC
 
25724
 compiler_RC=$CC
 
25725
+for cc_temp in $compiler""; do
 
25726
+  case $cc_temp in
 
25727
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
 
25728
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
 
25729
+    \-*) ;;
 
25730
+    *) break;;
 
25731
+  esac
 
25732
+done
 
25733
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
25734
+
 
25735
 lt_cv_prog_compiler_c_o_RC=yes
 
25736
 
 
25737
 # The else clause should only fire when bootstrapping the
 
25738
@@ -21483,7 +22147,8 @@
 
25739
   # Now quote all the things that may contain metacharacters while being
 
25740
   # careful not to overquote the AC_SUBSTed values.  We take copies of the
 
25741
   # variables and quote the copies for generation of the libtool script.
 
25742
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
 
25743
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
 
25744
+    SED SHELL STRIP \
 
25745
     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
 
25746
     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
 
25747
     deplibs_check_method reload_flag reload_cmds need_locks \
 
25748
@@ -21524,6 +22189,7 @@
 
25749
     module_cmds_RC \
 
25750
     module_expsym_cmds_RC \
 
25751
     lt_cv_prog_compiler_c_o_RC \
 
25752
+    fix_srcfile_path_RC \
 
25753
     exclude_expsyms_RC \
 
25754
     include_expsyms_RC; do
 
25755
 
 
25756
@@ -21583,6 +22249,12 @@
 
25757
 # The host system.
 
25758
 host_alias=$host_alias
 
25759
 host=$host
 
25760
+host_os=$host_os
 
25761
+
 
25762
+# The build system.
 
25763
+build_alias=$build_alias
 
25764
+build=$build
 
25765
+build_os=$build_os
 
25766
 
 
25767
 # An echo program that does not interpret backslashes.
 
25768
 echo=$lt_echo
 
25769
@@ -21594,6 +22266,9 @@
 
25770
 # A C compiler.
 
25771
 LTCC=$lt_LTCC
 
25772
 
 
25773
+# LTCC compiler flags.
 
25774
+LTCFLAGS=$lt_LTCFLAGS
 
25775
+
 
25776
 # A language-specific compiler.
 
25777
 CC=$lt_compiler_RC
 
25778
 
 
25779
@@ -21613,7 +22288,7 @@
 
25780
 NM=$lt_NM
 
25781
 
 
25782
 # A symbol stripping program
 
25783
-STRIP=$STRIP
 
25784
+STRIP=$lt_STRIP
 
25785
 
 
25786
 # Used to examine libraries when file_magic_cmd begins "file"
 
25787
 MAGIC_CMD=$MAGIC_CMD
 
25788
@@ -21644,7 +22319,7 @@
 
25789
 libext="$libext"
 
25790
 
 
25791
 # Shared library suffix (normally ".so").
 
25792
-shrext='$shrext'
 
25793
+shrext_cmds='$shrext_cmds'
 
25794
 
 
25795
 # Executable file suffix (normally "").
 
25796
 exeext="$exeext"
 
25797
@@ -21659,7 +22334,7 @@
 
25798
 # Does compiler simultaneously support -c and -o options?
 
25799
 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC
 
25800
 
 
25801
-# Must we lock files when doing compilation ?
 
25802
+# Must we lock files when doing compilation?
 
25803
 need_locks=$lt_need_locks
 
25804
 
 
25805
 # Do we need the lib prefix for modules?
 
25806
@@ -21835,7 +22510,7 @@
 
25807
 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
25808
 
 
25809
 # Fix the shell variable \$srcfile for the compiler.
 
25810
-fix_srcfile_path="$fix_srcfile_path_RC"
 
25811
+fix_srcfile_path=$lt_fix_srcfile_path
 
25812
 
 
25813
 # Set to yes if exported symbols are required.
 
25814
 always_export_symbols=$always_export_symbols_RC
 
25815
@@ -21861,7 +22536,10 @@
 
25816
   # If there is no Makefile yet, we rely on a make rule to execute
 
25817
   # `config.status --recheck' to rerun these tests and create the
 
25818
   # libtool script then.
 
25819
-  test -f Makefile && make "$ltmain"
 
25820
+  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
 
25821
+  if test -f "$ltmain_in"; then
 
25822
+    test -f Makefile && make "$ltmain"
 
25823
+  fi
 
25824
 fi
 
25825
 
 
25826
 
 
25827
@@ -21908,7 +22586,7 @@
 
25828
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
 
25829
 
 
25830
 # Always use our own libtool.
 
25831
-LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
 
25832
+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 
25833
 
 
25834
 # Prevent multiple expansion
 
25835
 
 
25836
@@ -21963,8 +22641,8 @@
 
25837
 
 
25838
     # Extract the first word of "msgfmt", so it can be a program name with args.
 
25839
 set dummy msgfmt; ac_word=$2
 
25840
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
25841
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
25842
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
25843
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
25844
 if test "${ac_cv_path_MSGFMT+set}" = set; then
 
25845
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
25846
 else
 
25847
@@ -21990,17 +22668,17 @@
 
25848
 fi
 
25849
 MSGFMT="$ac_cv_path_MSGFMT"
 
25850
 if test -n "$MSGFMT"; then
 
25851
-  echo "$as_me:$LINENO: result: $MSGFMT" >&5
 
25852
-echo "${ECHO_T}$MSGFMT" >&6
 
25853
+  { echo "$as_me:$LINENO: result: $MSGFMT" >&5
 
25854
+echo "${ECHO_T}$MSGFMT" >&6; }
 
25855
 else
 
25856
-  echo "$as_me:$LINENO: result: no" >&5
 
25857
-echo "${ECHO_T}no" >&6
 
25858
+  { echo "$as_me:$LINENO: result: no" >&5
 
25859
+echo "${ECHO_T}no" >&6; }
 
25860
 fi
 
25861
 
 
25862
     # Extract the first word of "gmsgfmt", so it can be a program name with args.
 
25863
 set dummy gmsgfmt; ac_word=$2
 
25864
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
25865
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
25866
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
25867
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
25868
 if test "${ac_cv_path_GMSGFMT+set}" = set; then
 
25869
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
25870
 else
 
25871
@@ -22015,32 +22693,33 @@
 
25872
   IFS=$as_save_IFS
 
25873
   test -z "$as_dir" && as_dir=.
 
25874
   for ac_exec_ext in '' $ac_executable_extensions; do
 
25875
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
25876
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
25877
     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
 
25878
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
25879
     break 2
 
25880
   fi
 
25881
 done
 
25882
 done
 
25883
+IFS=$as_save_IFS
 
25884
 
 
25885
   test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
 
25886
   ;;
 
25887
 esac
 
25888
 fi
 
25889
 GMSGFMT=$ac_cv_path_GMSGFMT
 
25890
-
 
25891
 if test -n "$GMSGFMT"; then
 
25892
-  echo "$as_me:$LINENO: result: $GMSGFMT" >&5
 
25893
-echo "${ECHO_T}$GMSGFMT" >&6
 
25894
+  { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
 
25895
+echo "${ECHO_T}$GMSGFMT" >&6; }
 
25896
 else
 
25897
-  echo "$as_me:$LINENO: result: no" >&5
 
25898
-echo "${ECHO_T}no" >&6
 
25899
+  { echo "$as_me:$LINENO: result: no" >&5
 
25900
+echo "${ECHO_T}no" >&6; }
 
25901
 fi
 
25902
 
 
25903
 
 
25904
+
 
25905
      if test -z "`$GMSGFMT --version 2>&1 | grep 'GNU gettext'`"; then
 
25906
-        echo "$as_me:$LINENO: result: found msgfmt program is not GNU msgfmt; ignore it" >&5
 
25907
-echo "${ECHO_T}found msgfmt program is not GNU msgfmt; ignore it" >&6
 
25908
+        { echo "$as_me:$LINENO: result: found msgfmt program is not GNU msgfmt; ignore it" >&5
 
25909
+echo "${ECHO_T}found msgfmt program is not GNU msgfmt; ignore it" >&6; }
 
25910
         GMSGFMT=":"
 
25911
       fi
 
25912
       MSGFMT=$GMSGFMT
 
25913
@@ -22049,8 +22728,8 @@
 
25914
 
 
25915
       # Extract the first word of "xgettext", so it can be a program name with args.
 
25916
 set dummy xgettext; ac_word=$2
 
25917
-echo "$as_me:$LINENO: checking for $ac_word" >&5
 
25918
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
25919
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
25920
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
25921
 if test "${ac_cv_path_XGETTEXT+set}" = set; then
 
25922
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
25923
 else
 
25924
@@ -22076,11 +22755,11 @@
 
25925
 fi
 
25926
 XGETTEXT="$ac_cv_path_XGETTEXT"
 
25927
 if test -n "$XGETTEXT"; then
 
25928
-  echo "$as_me:$LINENO: result: $XGETTEXT" >&5
 
25929
-echo "${ECHO_T}$XGETTEXT" >&6
 
25930
+  { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
 
25931
+echo "${ECHO_T}$XGETTEXT" >&6; }
 
25932
 else
 
25933
-  echo "$as_me:$LINENO: result: no" >&5
 
25934
-echo "${ECHO_T}no" >&6
 
25935
+  { echo "$as_me:$LINENO: result: no" >&5
 
25936
+echo "${ECHO_T}no" >&6; }
 
25937
 fi
 
25938
 
 
25939
 
 
25940
@@ -22088,8 +22767,8 @@
 
25941
                        if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
 
25942
          : ;
 
25943
        else
 
25944
-         echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5
 
25945
-echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6
 
25946
+         { echo "$as_me:$LINENO: result: found xgettext programs is not GNU xgettext; ignore it" >&5
 
25947
+echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6; }
 
25948
          XGETTEXT=":"
 
25949
        fi
 
25950
       fi
 
25951
@@ -22183,8 +22862,7 @@
 
25952
 
 
25953
 
 
25954
 
 
25955
-
 
25956
-     ac_ext=cc
 
25957
+     ac_ext=cpp
 
25958
 ac_cpp='$CXXCPP $CPPFLAGS'
 
25959
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
25960
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
25961
@@ -22196,8 +22874,8 @@
 
25962
     ac_save_CXXFLAGS="$CXXFLAGS"
 
25963
     CXXFLAGS="`echo $CXXFLAGS | sed s/-fno-exceptions//`"
 
25964
 
 
25965
-    echo "$as_me:$LINENO: checking if C++ programs can be compiled" >&5
 
25966
-echo $ECHO_N "checking if C++ programs can be compiled... $ECHO_C" >&6
 
25967
+    { echo "$as_me:$LINENO: checking if C++ programs can be compiled" >&5
 
25968
+echo $ECHO_N "checking if C++ programs can be compiled... $ECHO_C" >&6; }
 
25969
     if test "${kde_cv_stl_works+set}" = set; then
 
25970
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
25971
 else
 
25972
@@ -22225,41 +22903,37 @@
 
25973
 }
 
25974
 _ACEOF
 
25975
 rm -f conftest.$ac_objext
 
25976
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
25977
-  (eval $ac_compile) 2>conftest.er1
 
25978
+if { (ac_try="$ac_compile"
 
25979
+case "(($ac_try" in
 
25980
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
25981
+  *) ac_try_echo=$ac_try;;
 
25982
+esac
 
25983
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
25984
+  (eval "$ac_compile") 2>conftest.er1
 
25985
   ac_status=$?
 
25986
   grep -v '^ *+' conftest.er1 >conftest.err
 
25987
   rm -f conftest.er1
 
25988
   cat conftest.err >&5
 
25989
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25990
-  (exit $ac_status); } &&
 
25991
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
25992
-                        || test ! -s conftest.err'
 
25993
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
25994
-  (eval $ac_try) 2>&5
 
25995
-  ac_status=$?
 
25996
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25997
-  (exit $ac_status); }; } &&
 
25998
-        { ac_try='test -s conftest.$ac_objext'
 
25999
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26000
-  (eval $ac_try) 2>&5
 
26001
-  ac_status=$?
 
26002
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26003
-  (exit $ac_status); }; }; then
 
26004
+  (exit $ac_status); } && {
 
26005
+        test -z "$ac_cxx_werror_flag" ||
 
26006
+        test ! -s conftest.err
 
26007
+       } && test -s conftest.$ac_objext; then
 
26008
   kde_cv_stl_works=yes
 
26009
 else
 
26010
   echo "$as_me: failed program was:" >&5
 
26011
 sed 's/^/| /' conftest.$ac_ext >&5
 
26012
 
 
26013
-kde_cv_stl_works=no
 
26014
+       kde_cv_stl_works=no
 
26015
 fi
 
26016
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
26017
+
 
26018
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
26019
 
 
26020
 fi
 
26021
 
 
26022
 
 
26023
-   echo "$as_me:$LINENO: result: $kde_cv_stl_works" >&5
 
26024
-echo "${ECHO_T}$kde_cv_stl_works" >&6
 
26025
+   { echo "$as_me:$LINENO: result: $kde_cv_stl_works" >&5
 
26026
+echo "${ECHO_T}$kde_cv_stl_works" >&6; }
 
26027
 
 
26028
    if test "$kde_cv_stl_works" = "yes"; then
 
26029
      # back compatible
 
26030
@@ -22288,15 +22962,14 @@
 
26031
 
 
26032
 
 
26033
 
 
26034
-echo "$as_me:$LINENO: checking for strlcat" >&5
 
26035
-echo $ECHO_N "checking for strlcat... $ECHO_C" >&6
 
26036
+{ echo "$as_me:$LINENO: checking for strlcat" >&5
 
26037
+echo $ECHO_N "checking for strlcat... $ECHO_C" >&6; }
 
26038
 if test "${kde_cv_func_strlcat+set}" = set; then
 
26039
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
26040
 else
 
26041
 
 
26042
 
 
26043
-
 
26044
- ac_ext=cc
 
26045
+ ac_ext=cpp
 
26046
 ac_cpp='$CXXCPP $CPPFLAGS'
 
26047
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
26048
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
26049
@@ -22308,9 +22981,6 @@
 
26050
 save_CXXFLAGS="$CXXFLAGS"
 
26051
 kde_safe_LIBS="$LIBS"
 
26052
 LIBS="$LIBS $X_EXTRA_LIBS"
 
26053
-if test "$GXX" = "yes"; then
 
26054
-CXXFLAGS="$CXXFLAGS -pedantic-errors"
 
26055
-fi
 
26056
 cat >conftest.$ac_ext <<_ACEOF
 
26057
 /* confdefs.h.  */
 
26058
 _ACEOF
 
26059
@@ -22336,35 +23006,31 @@
 
26060
 }
 
26061
 _ACEOF
 
26062
 rm -f conftest.$ac_objext
 
26063
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
26064
-  (eval $ac_compile) 2>conftest.er1
 
26065
+if { (ac_try="$ac_compile"
 
26066
+case "(($ac_try" in
 
26067
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26068
+  *) ac_try_echo=$ac_try;;
 
26069
+esac
 
26070
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
26071
+  (eval "$ac_compile") 2>conftest.er1
 
26072
   ac_status=$?
 
26073
   grep -v '^ *+' conftest.er1 >conftest.err
 
26074
   rm -f conftest.er1
 
26075
   cat conftest.err >&5
 
26076
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26077
-  (exit $ac_status); } &&
 
26078
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
26079
-                        || test ! -s conftest.err'
 
26080
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26081
-  (eval $ac_try) 2>&5
 
26082
-  ac_status=$?
 
26083
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26084
-  (exit $ac_status); }; } &&
 
26085
-        { ac_try='test -s conftest.$ac_objext'
 
26086
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26087
-  (eval $ac_try) 2>&5
 
26088
-  ac_status=$?
 
26089
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26090
-  (exit $ac_status); }; }; then
 
26091
+  (exit $ac_status); } && {
 
26092
+        test -z "$ac_cxx_werror_flag" ||
 
26093
+        test ! -s conftest.err
 
26094
+       } && test -s conftest.$ac_objext; then
 
26095
   kde_cv_func_strlcat=yes
 
26096
 else
 
26097
   echo "$as_me: failed program was:" >&5
 
26098
 sed 's/^/| /' conftest.$ac_ext >&5
 
26099
 
 
26100
-kde_cv_func_strlcat=no
 
26101
+       kde_cv_func_strlcat=no
 
26102
 fi
 
26103
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
26104
+
 
26105
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
26106
 CXXFLAGS="$save_CXXFLAGS"
 
26107
 LIBS="$kde_safe_LIBS"
 
26108
 ac_ext=c
 
26109
@@ -22377,11 +23043,11 @@
 
26110
 fi
 
26111
 
 
26112
 
 
26113
-echo "$as_me:$LINENO: result: $kde_cv_func_strlcat" >&5
 
26114
-echo "${ECHO_T}$kde_cv_func_strlcat" >&6
 
26115
+{ echo "$as_me:$LINENO: result: $kde_cv_func_strlcat" >&5
 
26116
+echo "${ECHO_T}$kde_cv_func_strlcat" >&6; }
 
26117
 
 
26118
-echo "$as_me:$LINENO: checking if strlcat needs custom prototype" >&5
 
26119
-echo $ECHO_N "checking if strlcat needs custom prototype... $ECHO_C" >&6
 
26120
+{ echo "$as_me:$LINENO: checking if strlcat needs custom prototype" >&5
 
26121
+echo $ECHO_N "checking if strlcat needs custom prototype... $ECHO_C" >&6; }
 
26122
 if test "${kde_cv_proto_strlcat+set}" = set; then
 
26123
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
26124
 else
 
26125
@@ -22402,8 +23068,7 @@
 
26126
 if test "x$kde_cv_proto_strlcat" = xunknown; then
 
26127
 
 
26128
 
 
26129
-
 
26130
- ac_ext=cc
 
26131
+ ac_ext=cpp
 
26132
 ac_cpp='$CXXCPP $CPPFLAGS'
 
26133
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
26134
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
26135
@@ -22441,37 +23106,34 @@
 
26136
 }
 
26137
 _ACEOF
 
26138
 rm -f conftest.$ac_objext conftest$ac_exeext
 
26139
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
26140
-  (eval $ac_link) 2>conftest.er1
 
26141
+if { (ac_try="$ac_link"
 
26142
+case "(($ac_try" in
 
26143
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26144
+  *) ac_try_echo=$ac_try;;
 
26145
+esac
 
26146
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
26147
+  (eval "$ac_link") 2>conftest.er1
 
26148
   ac_status=$?
 
26149
   grep -v '^ *+' conftest.er1 >conftest.err
 
26150
   rm -f conftest.er1
 
26151
   cat conftest.err >&5
 
26152
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26153
-  (exit $ac_status); } &&
 
26154
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
26155
-                        || test ! -s conftest.err'
 
26156
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26157
-  (eval $ac_try) 2>&5
 
26158
-  ac_status=$?
 
26159
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26160
-  (exit $ac_status); }; } &&
 
26161
-        { ac_try='test -s conftest$ac_exeext'
 
26162
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26163
-  (eval $ac_try) 2>&5
 
26164
-  ac_status=$?
 
26165
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26166
-  (exit $ac_status); }; }; then
 
26167
+  (exit $ac_status); } && {
 
26168
+        test -z "$ac_cxx_werror_flag" ||
 
26169
+        test ! -s conftest.err
 
26170
+       } && test -s conftest$ac_exeext &&
 
26171
+       $as_test_x conftest$ac_exeext; then
 
26172
    kde_cv_func_strlcat=yes
 
26173
   kde_cv_proto_strlcat=yes
 
26174
 else
 
26175
   echo "$as_me: failed program was:" >&5
 
26176
 sed 's/^/| /' conftest.$ac_ext >&5
 
26177
 
 
26178
-kde_cv_proto_strlcat="strlcat unavailable"
 
26179
+       kde_cv_proto_strlcat="strlcat unavailable"
 
26180
 
 
26181
 fi
 
26182
-rm -f conftest.err conftest.$ac_objext \
 
26183
+
 
26184
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
26185
       conftest$ac_exeext conftest.$ac_ext
 
26186
 LIBS=$kde_safe_libs
 
26187
 ac_ext=c
 
26188
@@ -22484,8 +23146,8 @@
 
26189
 
 
26190
 fi
 
26191
 
 
26192
-echo "$as_me:$LINENO: result: $kde_cv_proto_strlcat" >&5
 
26193
-echo "${ECHO_T}$kde_cv_proto_strlcat" >&6
 
26194
+{ echo "$as_me:$LINENO: result: $kde_cv_proto_strlcat" >&5
 
26195
+echo "${ECHO_T}$kde_cv_proto_strlcat" >&6; }
 
26196
 
 
26197
 if test "x$kde_cv_func_strlcat" = xyes; then
 
26198
 
 
26199
@@ -22509,15 +23171,14 @@
 
26200
 
 
26201
 
 
26202
 
 
26203
-echo "$as_me:$LINENO: checking for strlcpy" >&5
 
26204
-echo $ECHO_N "checking for strlcpy... $ECHO_C" >&6
 
26205
+{ echo "$as_me:$LINENO: checking for strlcpy" >&5
 
26206
+echo $ECHO_N "checking for strlcpy... $ECHO_C" >&6; }
 
26207
 if test "${kde_cv_func_strlcpy+set}" = set; then
 
26208
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
26209
 else
 
26210
 
 
26211
 
 
26212
-
 
26213
- ac_ext=cc
 
26214
+ ac_ext=cpp
 
26215
 ac_cpp='$CXXCPP $CPPFLAGS'
 
26216
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
26217
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
26218
@@ -22529,9 +23190,6 @@
 
26219
 save_CXXFLAGS="$CXXFLAGS"
 
26220
 kde_safe_LIBS="$LIBS"
 
26221
 LIBS="$LIBS $X_EXTRA_LIBS"
 
26222
-if test "$GXX" = "yes"; then
 
26223
-CXXFLAGS="$CXXFLAGS -pedantic-errors"
 
26224
-fi
 
26225
 cat >conftest.$ac_ext <<_ACEOF
 
26226
 /* confdefs.h.  */
 
26227
 _ACEOF
 
26228
@@ -22556,35 +23214,31 @@
 
26229
 }
 
26230
 _ACEOF
 
26231
 rm -f conftest.$ac_objext
 
26232
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
26233
-  (eval $ac_compile) 2>conftest.er1
 
26234
+if { (ac_try="$ac_compile"
 
26235
+case "(($ac_try" in
 
26236
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26237
+  *) ac_try_echo=$ac_try;;
 
26238
+esac
 
26239
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
26240
+  (eval "$ac_compile") 2>conftest.er1
 
26241
   ac_status=$?
 
26242
   grep -v '^ *+' conftest.er1 >conftest.err
 
26243
   rm -f conftest.er1
 
26244
   cat conftest.err >&5
 
26245
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26246
-  (exit $ac_status); } &&
 
26247
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
26248
-                        || test ! -s conftest.err'
 
26249
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26250
-  (eval $ac_try) 2>&5
 
26251
-  ac_status=$?
 
26252
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26253
-  (exit $ac_status); }; } &&
 
26254
-        { ac_try='test -s conftest.$ac_objext'
 
26255
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26256
-  (eval $ac_try) 2>&5
 
26257
-  ac_status=$?
 
26258
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26259
-  (exit $ac_status); }; }; then
 
26260
+  (exit $ac_status); } && {
 
26261
+        test -z "$ac_cxx_werror_flag" ||
 
26262
+        test ! -s conftest.err
 
26263
+       } && test -s conftest.$ac_objext; then
 
26264
   kde_cv_func_strlcpy=yes
 
26265
 else
 
26266
   echo "$as_me: failed program was:" >&5
 
26267
 sed 's/^/| /' conftest.$ac_ext >&5
 
26268
 
 
26269
-kde_cv_func_strlcpy=no
 
26270
+       kde_cv_func_strlcpy=no
 
26271
 fi
 
26272
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
26273
+
 
26274
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
26275
 CXXFLAGS="$save_CXXFLAGS"
 
26276
 LIBS="$kde_safe_LIBS"
 
26277
 ac_ext=c
 
26278
@@ -22597,11 +23251,11 @@
 
26279
 fi
 
26280
 
 
26281
 
 
26282
-echo "$as_me:$LINENO: result: $kde_cv_func_strlcpy" >&5
 
26283
-echo "${ECHO_T}$kde_cv_func_strlcpy" >&6
 
26284
+{ echo "$as_me:$LINENO: result: $kde_cv_func_strlcpy" >&5
 
26285
+echo "${ECHO_T}$kde_cv_func_strlcpy" >&6; }
 
26286
 
 
26287
-echo "$as_me:$LINENO: checking if strlcpy needs custom prototype" >&5
 
26288
-echo $ECHO_N "checking if strlcpy needs custom prototype... $ECHO_C" >&6
 
26289
+{ echo "$as_me:$LINENO: checking if strlcpy needs custom prototype" >&5
 
26290
+echo $ECHO_N "checking if strlcpy needs custom prototype... $ECHO_C" >&6; }
 
26291
 if test "${kde_cv_proto_strlcpy+set}" = set; then
 
26292
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
26293
 else
 
26294
@@ -22622,8 +23276,7 @@
 
26295
 if test "x$kde_cv_proto_strlcpy" = xunknown; then
 
26296
 
 
26297
 
 
26298
-
 
26299
- ac_ext=cc
 
26300
+ ac_ext=cpp
 
26301
 ac_cpp='$CXXCPP $CPPFLAGS'
 
26302
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
26303
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
26304
@@ -22660,37 +23313,34 @@
 
26305
 }
 
26306
 _ACEOF
 
26307
 rm -f conftest.$ac_objext conftest$ac_exeext
 
26308
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
26309
-  (eval $ac_link) 2>conftest.er1
 
26310
+if { (ac_try="$ac_link"
 
26311
+case "(($ac_try" in
 
26312
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26313
+  *) ac_try_echo=$ac_try;;
 
26314
+esac
 
26315
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
26316
+  (eval "$ac_link") 2>conftest.er1
 
26317
   ac_status=$?
 
26318
   grep -v '^ *+' conftest.er1 >conftest.err
 
26319
   rm -f conftest.er1
 
26320
   cat conftest.err >&5
 
26321
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26322
-  (exit $ac_status); } &&
 
26323
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
26324
-                        || test ! -s conftest.err'
 
26325
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26326
-  (eval $ac_try) 2>&5
 
26327
-  ac_status=$?
 
26328
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26329
-  (exit $ac_status); }; } &&
 
26330
-        { ac_try='test -s conftest$ac_exeext'
 
26331
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26332
-  (eval $ac_try) 2>&5
 
26333
-  ac_status=$?
 
26334
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26335
-  (exit $ac_status); }; }; then
 
26336
+  (exit $ac_status); } && {
 
26337
+        test -z "$ac_cxx_werror_flag" ||
 
26338
+        test ! -s conftest.err
 
26339
+       } && test -s conftest$ac_exeext &&
 
26340
+       $as_test_x conftest$ac_exeext; then
 
26341
    kde_cv_func_strlcpy=yes
 
26342
   kde_cv_proto_strlcpy=yes
 
26343
 else
 
26344
   echo "$as_me: failed program was:" >&5
 
26345
 sed 's/^/| /' conftest.$ac_ext >&5
 
26346
 
 
26347
-kde_cv_proto_strlcpy="strlcpy unavailable"
 
26348
+       kde_cv_proto_strlcpy="strlcpy unavailable"
 
26349
 
 
26350
 fi
 
26351
-rm -f conftest.err conftest.$ac_objext \
 
26352
+
 
26353
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
26354
       conftest$ac_exeext conftest.$ac_ext
 
26355
 LIBS=$kde_safe_libs
 
26356
 ac_ext=c
 
26357
@@ -22703,8 +23353,8 @@
 
26358
 
 
26359
 fi
 
26360
 
 
26361
-echo "$as_me:$LINENO: result: $kde_cv_proto_strlcpy" >&5
 
26362
-echo "${ECHO_T}$kde_cv_proto_strlcpy" >&6
 
26363
+{ echo "$as_me:$LINENO: result: $kde_cv_proto_strlcpy" >&5
 
26364
+echo "${ECHO_T}$kde_cv_proto_strlcpy" >&6; }
 
26365
 
 
26366
 if test "x$kde_cv_func_strlcpy" = xyes; then
 
26367
 
 
26368
@@ -22727,8 +23377,8 @@
 
26369
 
 
26370
 
 
26371
 
 
26372
-      echo "$as_me:$LINENO: checking for main in -lutil" >&5
 
26373
-echo $ECHO_N "checking for main in -lutil... $ECHO_C" >&6
 
26374
+      { echo "$as_me:$LINENO: checking for main in -lutil" >&5
 
26375
+echo $ECHO_N "checking for main in -lutil... $ECHO_C" >&6; }
 
26376
 if test "${ac_cv_lib_util_main+set}" = set; then
 
26377
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
26378
 else
 
26379
@@ -22745,52 +23395,49 @@
 
26380
 int
 
26381
 main ()
 
26382
 {
 
26383
-main ();
 
26384
+return main ();
 
26385
   ;
 
26386
   return 0;
 
26387
 }
 
26388
 _ACEOF
 
26389
 rm -f conftest.$ac_objext conftest$ac_exeext
 
26390
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
26391
-  (eval $ac_link) 2>conftest.er1
 
26392
+if { (ac_try="$ac_link"
 
26393
+case "(($ac_try" in
 
26394
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26395
+  *) ac_try_echo=$ac_try;;
 
26396
+esac
 
26397
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
26398
+  (eval "$ac_link") 2>conftest.er1
 
26399
   ac_status=$?
 
26400
   grep -v '^ *+' conftest.er1 >conftest.err
 
26401
   rm -f conftest.er1
 
26402
   cat conftest.err >&5
 
26403
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26404
-  (exit $ac_status); } &&
 
26405
-        { ac_try='test -z "$ac_c_werror_flag"
 
26406
-                        || test ! -s conftest.err'
 
26407
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26408
-  (eval $ac_try) 2>&5
 
26409
-  ac_status=$?
 
26410
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26411
-  (exit $ac_status); }; } &&
 
26412
-        { ac_try='test -s conftest$ac_exeext'
 
26413
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26414
-  (eval $ac_try) 2>&5
 
26415
-  ac_status=$?
 
26416
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26417
-  (exit $ac_status); }; }; then
 
26418
+  (exit $ac_status); } && {
 
26419
+        test -z "$ac_c_werror_flag" ||
 
26420
+        test ! -s conftest.err
 
26421
+       } && test -s conftest$ac_exeext &&
 
26422
+       $as_test_x conftest$ac_exeext; then
 
26423
   ac_cv_lib_util_main=yes
 
26424
 else
 
26425
   echo "$as_me: failed program was:" >&5
 
26426
 sed 's/^/| /' conftest.$ac_ext >&5
 
26427
 
 
26428
-ac_cv_lib_util_main=no
 
26429
+       ac_cv_lib_util_main=no
 
26430
 fi
 
26431
-rm -f conftest.err conftest.$ac_objext \
 
26432
+
 
26433
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
26434
       conftest$ac_exeext conftest.$ac_ext
 
26435
 LIBS=$ac_check_lib_save_LIBS
 
26436
 fi
 
26437
-echo "$as_me:$LINENO: result: $ac_cv_lib_util_main" >&5
 
26438
-echo "${ECHO_T}$ac_cv_lib_util_main" >&6
 
26439
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_util_main" >&5
 
26440
+echo "${ECHO_T}$ac_cv_lib_util_main" >&6; }
 
26441
 if test $ac_cv_lib_util_main = yes; then
 
26442
   LIBUTIL="-lutil"
 
26443
 fi
 
26444
 
 
26445
-   echo "$as_me:$LINENO: checking for main in -lcompat" >&5
 
26446
-echo $ECHO_N "checking for main in -lcompat... $ECHO_C" >&6
 
26447
+   { echo "$as_me:$LINENO: checking for main in -lcompat" >&5
 
26448
+echo $ECHO_N "checking for main in -lcompat... $ECHO_C" >&6; }
 
26449
 if test "${ac_cv_lib_compat_main+set}" = set; then
 
26450
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
26451
 else
 
26452
@@ -22807,53 +23454,50 @@
 
26453
 int
 
26454
 main ()
 
26455
 {
 
26456
-main ();
 
26457
+return main ();
 
26458
   ;
 
26459
   return 0;
 
26460
 }
 
26461
 _ACEOF
 
26462
 rm -f conftest.$ac_objext conftest$ac_exeext
 
26463
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
26464
-  (eval $ac_link) 2>conftest.er1
 
26465
+if { (ac_try="$ac_link"
 
26466
+case "(($ac_try" in
 
26467
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26468
+  *) ac_try_echo=$ac_try;;
 
26469
+esac
 
26470
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
26471
+  (eval "$ac_link") 2>conftest.er1
 
26472
   ac_status=$?
 
26473
   grep -v '^ *+' conftest.er1 >conftest.err
 
26474
   rm -f conftest.er1
 
26475
   cat conftest.err >&5
 
26476
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26477
-  (exit $ac_status); } &&
 
26478
-        { ac_try='test -z "$ac_c_werror_flag"
 
26479
-                        || test ! -s conftest.err'
 
26480
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26481
-  (eval $ac_try) 2>&5
 
26482
-  ac_status=$?
 
26483
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26484
-  (exit $ac_status); }; } &&
 
26485
-        { ac_try='test -s conftest$ac_exeext'
 
26486
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26487
-  (eval $ac_try) 2>&5
 
26488
-  ac_status=$?
 
26489
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26490
-  (exit $ac_status); }; }; then
 
26491
+  (exit $ac_status); } && {
 
26492
+        test -z "$ac_c_werror_flag" ||
 
26493
+        test ! -s conftest.err
 
26494
+       } && test -s conftest$ac_exeext &&
 
26495
+       $as_test_x conftest$ac_exeext; then
 
26496
   ac_cv_lib_compat_main=yes
 
26497
 else
 
26498
   echo "$as_me: failed program was:" >&5
 
26499
 sed 's/^/| /' conftest.$ac_ext >&5
 
26500
 
 
26501
-ac_cv_lib_compat_main=no
 
26502
+       ac_cv_lib_compat_main=no
 
26503
 fi
 
26504
-rm -f conftest.err conftest.$ac_objext \
 
26505
+
 
26506
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
26507
       conftest$ac_exeext conftest.$ac_ext
 
26508
 LIBS=$ac_check_lib_save_LIBS
 
26509
 fi
 
26510
-echo "$as_me:$LINENO: result: $ac_cv_lib_compat_main" >&5
 
26511
-echo "${ECHO_T}$ac_cv_lib_compat_main" >&6
 
26512
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_compat_main" >&5
 
26513
+echo "${ECHO_T}$ac_cv_lib_compat_main" >&6; }
 
26514
 if test $ac_cv_lib_compat_main = yes; then
 
26515
   LIBCOMPAT="-lcompat"
 
26516
 fi
 
26517
 
 
26518
    kde_have_crypt=
 
26519
-   echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5
 
26520
-echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6
 
26521
+   { echo "$as_me:$LINENO: checking for crypt in -lcrypt" >&5
 
26522
+echo $ECHO_N "checking for crypt in -lcrypt... $ECHO_C" >&6; }
 
26523
 if test "${ac_cv_lib_crypt_crypt+set}" = set; then
 
26524
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
26525
 else
 
26526
@@ -22866,61 +23510,58 @@
 
26527
 cat >>conftest.$ac_ext <<_ACEOF
 
26528
 /* end confdefs.h.  */
 
26529
 
 
26530
-/* Override any gcc2 internal prototype to avoid an error.  */
 
26531
+/* Override any GCC internal prototype to avoid an error.
 
26532
+   Use char because int might match the return type of a GCC
 
26533
+   builtin and then its argument prototype would still apply.  */
 
26534
 #ifdef __cplusplus
 
26535
 extern "C"
 
26536
 #endif
 
26537
-/* We use char because int might match the return type of a gcc2
 
26538
-   builtin and then its argument prototype would still apply.  */
 
26539
 char crypt ();
 
26540
 int
 
26541
 main ()
 
26542
 {
 
26543
-crypt ();
 
26544
+return crypt ();
 
26545
   ;
 
26546
   return 0;
 
26547
 }
 
26548
 _ACEOF
 
26549
 rm -f conftest.$ac_objext conftest$ac_exeext
 
26550
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
26551
-  (eval $ac_link) 2>conftest.er1
 
26552
+if { (ac_try="$ac_link"
 
26553
+case "(($ac_try" in
 
26554
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26555
+  *) ac_try_echo=$ac_try;;
 
26556
+esac
 
26557
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
26558
+  (eval "$ac_link") 2>conftest.er1
 
26559
   ac_status=$?
 
26560
   grep -v '^ *+' conftest.er1 >conftest.err
 
26561
   rm -f conftest.er1
 
26562
   cat conftest.err >&5
 
26563
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26564
-  (exit $ac_status); } &&
 
26565
-        { ac_try='test -z "$ac_c_werror_flag"
 
26566
-                        || test ! -s conftest.err'
 
26567
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26568
-  (eval $ac_try) 2>&5
 
26569
-  ac_status=$?
 
26570
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26571
-  (exit $ac_status); }; } &&
 
26572
-        { ac_try='test -s conftest$ac_exeext'
 
26573
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26574
-  (eval $ac_try) 2>&5
 
26575
-  ac_status=$?
 
26576
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26577
-  (exit $ac_status); }; }; then
 
26578
+  (exit $ac_status); } && {
 
26579
+        test -z "$ac_c_werror_flag" ||
 
26580
+        test ! -s conftest.err
 
26581
+       } && test -s conftest$ac_exeext &&
 
26582
+       $as_test_x conftest$ac_exeext; then
 
26583
   ac_cv_lib_crypt_crypt=yes
 
26584
 else
 
26585
   echo "$as_me: failed program was:" >&5
 
26586
 sed 's/^/| /' conftest.$ac_ext >&5
 
26587
 
 
26588
-ac_cv_lib_crypt_crypt=no
 
26589
+       ac_cv_lib_crypt_crypt=no
 
26590
 fi
 
26591
-rm -f conftest.err conftest.$ac_objext \
 
26592
+
 
26593
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
26594
       conftest$ac_exeext conftest.$ac_ext
 
26595
 LIBS=$ac_check_lib_save_LIBS
 
26596
 fi
 
26597
-echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5
 
26598
-echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6
 
26599
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_crypt" >&5
 
26600
+echo "${ECHO_T}$ac_cv_lib_crypt_crypt" >&6; }
 
26601
 if test $ac_cv_lib_crypt_crypt = yes; then
 
26602
   LIBCRYPT="-lcrypt"; kde_have_crypt=yes
 
26603
 else
 
26604
-  echo "$as_me:$LINENO: checking for crypt in -lc" >&5
 
26605
-echo $ECHO_N "checking for crypt in -lc... $ECHO_C" >&6
 
26606
+  { echo "$as_me:$LINENO: checking for crypt in -lc" >&5
 
26607
+echo $ECHO_N "checking for crypt in -lc... $ECHO_C" >&6; }
 
26608
 if test "${ac_cv_lib_c_crypt+set}" = set; then
 
26609
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
26610
 else
 
26611
@@ -22933,56 +23574,53 @@
 
26612
 cat >>conftest.$ac_ext <<_ACEOF
 
26613
 /* end confdefs.h.  */
 
26614
 
 
26615
-/* Override any gcc2 internal prototype to avoid an error.  */
 
26616
+/* Override any GCC internal prototype to avoid an error.
 
26617
+   Use char because int might match the return type of a GCC
 
26618
+   builtin and then its argument prototype would still apply.  */
 
26619
 #ifdef __cplusplus
 
26620
 extern "C"
 
26621
 #endif
 
26622
-/* We use char because int might match the return type of a gcc2
 
26623
-   builtin and then its argument prototype would still apply.  */
 
26624
 char crypt ();
 
26625
 int
 
26626
 main ()
 
26627
 {
 
26628
-crypt ();
 
26629
+return crypt ();
 
26630
   ;
 
26631
   return 0;
 
26632
 }
 
26633
 _ACEOF
 
26634
 rm -f conftest.$ac_objext conftest$ac_exeext
 
26635
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
26636
-  (eval $ac_link) 2>conftest.er1
 
26637
+if { (ac_try="$ac_link"
 
26638
+case "(($ac_try" in
 
26639
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26640
+  *) ac_try_echo=$ac_try;;
 
26641
+esac
 
26642
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
26643
+  (eval "$ac_link") 2>conftest.er1
 
26644
   ac_status=$?
 
26645
   grep -v '^ *+' conftest.er1 >conftest.err
 
26646
   rm -f conftest.er1
 
26647
   cat conftest.err >&5
 
26648
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26649
-  (exit $ac_status); } &&
 
26650
-        { ac_try='test -z "$ac_c_werror_flag"
 
26651
-                        || test ! -s conftest.err'
 
26652
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26653
-  (eval $ac_try) 2>&5
 
26654
-  ac_status=$?
 
26655
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26656
-  (exit $ac_status); }; } &&
 
26657
-        { ac_try='test -s conftest$ac_exeext'
 
26658
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26659
-  (eval $ac_try) 2>&5
 
26660
-  ac_status=$?
 
26661
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26662
-  (exit $ac_status); }; }; then
 
26663
+  (exit $ac_status); } && {
 
26664
+        test -z "$ac_c_werror_flag" ||
 
26665
+        test ! -s conftest.err
 
26666
+       } && test -s conftest$ac_exeext &&
 
26667
+       $as_test_x conftest$ac_exeext; then
 
26668
   ac_cv_lib_c_crypt=yes
 
26669
 else
 
26670
   echo "$as_me: failed program was:" >&5
 
26671
 sed 's/^/| /' conftest.$ac_ext >&5
 
26672
 
 
26673
-ac_cv_lib_c_crypt=no
 
26674
+       ac_cv_lib_c_crypt=no
 
26675
 fi
 
26676
-rm -f conftest.err conftest.$ac_objext \
 
26677
+
 
26678
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
26679
       conftest$ac_exeext conftest.$ac_ext
 
26680
 LIBS=$ac_check_lib_save_LIBS
 
26681
 fi
 
26682
-echo "$as_me:$LINENO: result: $ac_cv_lib_c_crypt" >&5
 
26683
-echo "${ECHO_T}$ac_cv_lib_c_crypt" >&6
 
26684
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_c_crypt" >&5
 
26685
+echo "${ECHO_T}$ac_cv_lib_c_crypt" >&6; }
 
26686
 if test $ac_cv_lib_c_crypt = yes; then
 
26687
   kde_have_crypt=yes
 
26688
 else
 
26689
@@ -23008,13 +23646,13 @@
 
26690
 
 
26691
    fi
 
26692
 
 
26693
-   echo "$as_me:$LINENO: checking for socklen_t" >&5
 
26694
-echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
 
26695
+   { echo "$as_me:$LINENO: checking for socklen_t" >&5
 
26696
+echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; }
 
26697
    if test "${kde_cv_socklen_t+set}" = set; then
 
26698
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
26699
 else
 
26700
 
 
26701
-      ac_ext=cc
 
26702
+      ac_ext=cpp
 
26703
 ac_cpp='$CXXCPP $CPPFLAGS'
 
26704
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
26705
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
26706
@@ -23043,27 +23681,22 @@
 
26707
 }
 
26708
 _ACEOF
 
26709
 rm -f conftest.$ac_objext
 
26710
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
26711
-  (eval $ac_compile) 2>conftest.er1
 
26712
+if { (ac_try="$ac_compile"
 
26713
+case "(($ac_try" in
 
26714
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26715
+  *) ac_try_echo=$ac_try;;
 
26716
+esac
 
26717
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
26718
+  (eval "$ac_compile") 2>conftest.er1
 
26719
   ac_status=$?
 
26720
   grep -v '^ *+' conftest.er1 >conftest.err
 
26721
   rm -f conftest.er1
 
26722
   cat conftest.err >&5
 
26723
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26724
-  (exit $ac_status); } &&
 
26725
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
26726
-                        || test ! -s conftest.err'
 
26727
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26728
-  (eval $ac_try) 2>&5
 
26729
-  ac_status=$?
 
26730
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26731
-  (exit $ac_status); }; } &&
 
26732
-        { ac_try='test -s conftest.$ac_objext'
 
26733
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26734
-  (eval $ac_try) 2>&5
 
26735
-  ac_status=$?
 
26736
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26737
-  (exit $ac_status); }; }; then
 
26738
+  (exit $ac_status); } && {
 
26739
+        test -z "$ac_cxx_werror_flag" ||
 
26740
+        test ! -s conftest.err
 
26741
+       } && test -s conftest.$ac_objext; then
 
26742
 
 
26743
          kde_cv_socklen_t=yes
 
26744
          kde_cv_socklen_t_equiv=socklen_t
 
26745
@@ -23072,8 +23705,10 @@
 
26746
   echo "$as_me: failed program was:" >&5
 
26747
 sed 's/^/| /' conftest.$ac_ext >&5
 
26748
 
 
26749
+
 
26750
 fi
 
26751
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
26752
+
 
26753
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
26754
       ac_ext=c
 
26755
 ac_cpp='$CPP $CPPFLAGS'
 
26756
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
26757
@@ -23083,17 +23718,17 @@
 
26758
 
 
26759
 fi
 
26760
 
 
26761
-   echo "$as_me:$LINENO: result: $kde_cv_socklen_t" >&5
 
26762
-echo "${ECHO_T}$kde_cv_socklen_t" >&6
 
26763
+   { echo "$as_me:$LINENO: result: $kde_cv_socklen_t" >&5
 
26764
+echo "${ECHO_T}$kde_cv_socklen_t" >&6; }
 
26765
    if test $kde_cv_socklen_t = no; then
 
26766
-      echo "$as_me:$LINENO: checking for socklen_t equivalent for socket functions" >&5
 
26767
-echo $ECHO_N "checking for socklen_t equivalent for socket functions... $ECHO_C" >&6
 
26768
+      { echo "$as_me:$LINENO: checking for socklen_t equivalent for socket functions" >&5
 
26769
+echo $ECHO_N "checking for socklen_t equivalent for socket functions... $ECHO_C" >&6; }
 
26770
       if test "${kde_cv_socklen_t_equiv+set}" = set; then
 
26771
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
26772
 else
 
26773
 
 
26774
          kde_cv_socklen_t_equiv=int
 
26775
-         ac_ext=cc
 
26776
+         ac_ext=cpp
 
26777
 ac_cpp='$CXXCPP $CPPFLAGS'
 
26778
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
26779
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
26780
@@ -23122,27 +23757,22 @@
 
26781
 }
 
26782
 _ACEOF
 
26783
 rm -f conftest.$ac_objext
 
26784
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
26785
-  (eval $ac_compile) 2>conftest.er1
 
26786
+if { (ac_try="$ac_compile"
 
26787
+case "(($ac_try" in
 
26788
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26789
+  *) ac_try_echo=$ac_try;;
 
26790
+esac
 
26791
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
26792
+  (eval "$ac_compile") 2>conftest.er1
 
26793
   ac_status=$?
 
26794
   grep -v '^ *+' conftest.er1 >conftest.err
 
26795
   rm -f conftest.er1
 
26796
   cat conftest.err >&5
 
26797
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26798
-  (exit $ac_status); } &&
 
26799
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
26800
-                        || test ! -s conftest.err'
 
26801
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26802
-  (eval $ac_try) 2>&5
 
26803
-  ac_status=$?
 
26804
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26805
-  (exit $ac_status); }; } &&
 
26806
-        { ac_try='test -s conftest.$ac_objext'
 
26807
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26808
-  (eval $ac_try) 2>&5
 
26809
-  ac_status=$?
 
26810
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26811
-  (exit $ac_status); }; }; then
 
26812
+  (exit $ac_status); } && {
 
26813
+        test -z "$ac_cxx_werror_flag" ||
 
26814
+        test ! -s conftest.err
 
26815
+       } && test -s conftest.$ac_objext; then
 
26816
 
 
26817
                kde_cv_socklen_t_equiv="$t"
 
26818
                break
 
26819
@@ -23151,8 +23781,10 @@
 
26820
   echo "$as_me: failed program was:" >&5
 
26821
 sed 's/^/| /' conftest.$ac_ext >&5
 
26822
 
 
26823
+
 
26824
 fi
 
26825
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
26826
+
 
26827
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
26828
          done
 
26829
          ac_ext=c
 
26830
 ac_cpp='$CPP $CPPFLAGS'
 
26831
@@ -23163,8 +23795,8 @@
 
26832
 
 
26833
 fi
 
26834
 
 
26835
-      echo "$as_me:$LINENO: result: $kde_cv_socklen_t_equiv" >&5
 
26836
-echo "${ECHO_T}$kde_cv_socklen_t_equiv" >&6
 
26837
+      { echo "$as_me:$LINENO: result: $kde_cv_socklen_t_equiv" >&5
 
26838
+echo "${ECHO_T}$kde_cv_socklen_t_equiv" >&6; }
 
26839
    fi
 
26840
 
 
26841
 cat >>confdefs.h <<_ACEOF
 
26842
@@ -23177,8 +23809,8 @@
 
26843
 _ACEOF
 
26844
 
 
26845
 
 
26846
-   echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
 
26847
-echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
 
26848
+   { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
 
26849
+echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
 
26850
 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
 
26851
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
26852
 else
 
26853
@@ -23191,63 +23823,60 @@
 
26854
 cat >>conftest.$ac_ext <<_ACEOF
 
26855
 /* end confdefs.h.  */
 
26856
 
 
26857
-/* Override any gcc2 internal prototype to avoid an error.  */
 
26858
+/* Override any GCC internal prototype to avoid an error.
 
26859
+   Use char because int might match the return type of a GCC
 
26860
+   builtin and then its argument prototype would still apply.  */
 
26861
 #ifdef __cplusplus
 
26862
 extern "C"
 
26863
 #endif
 
26864
-/* We use char because int might match the return type of a gcc2
 
26865
-   builtin and then its argument prototype would still apply.  */
 
26866
 char dnet_ntoa ();
 
26867
 int
 
26868
 main ()
 
26869
 {
 
26870
-dnet_ntoa ();
 
26871
+return dnet_ntoa ();
 
26872
   ;
 
26873
   return 0;
 
26874
 }
 
26875
 _ACEOF
 
26876
 rm -f conftest.$ac_objext conftest$ac_exeext
 
26877
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
26878
-  (eval $ac_link) 2>conftest.er1
 
26879
+if { (ac_try="$ac_link"
 
26880
+case "(($ac_try" in
 
26881
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26882
+  *) ac_try_echo=$ac_try;;
 
26883
+esac
 
26884
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
26885
+  (eval "$ac_link") 2>conftest.er1
 
26886
   ac_status=$?
 
26887
   grep -v '^ *+' conftest.er1 >conftest.err
 
26888
   rm -f conftest.er1
 
26889
   cat conftest.err >&5
 
26890
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26891
-  (exit $ac_status); } &&
 
26892
-        { ac_try='test -z "$ac_c_werror_flag"
 
26893
-                        || test ! -s conftest.err'
 
26894
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26895
-  (eval $ac_try) 2>&5
 
26896
-  ac_status=$?
 
26897
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26898
-  (exit $ac_status); }; } &&
 
26899
-        { ac_try='test -s conftest$ac_exeext'
 
26900
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26901
-  (eval $ac_try) 2>&5
 
26902
-  ac_status=$?
 
26903
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26904
-  (exit $ac_status); }; }; then
 
26905
+  (exit $ac_status); } && {
 
26906
+        test -z "$ac_c_werror_flag" ||
 
26907
+        test ! -s conftest.err
 
26908
+       } && test -s conftest$ac_exeext &&
 
26909
+       $as_test_x conftest$ac_exeext; then
 
26910
   ac_cv_lib_dnet_dnet_ntoa=yes
 
26911
 else
 
26912
   echo "$as_me: failed program was:" >&5
 
26913
 sed 's/^/| /' conftest.$ac_ext >&5
 
26914
 
 
26915
-ac_cv_lib_dnet_dnet_ntoa=no
 
26916
+       ac_cv_lib_dnet_dnet_ntoa=no
 
26917
 fi
 
26918
-rm -f conftest.err conftest.$ac_objext \
 
26919
+
 
26920
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
26921
       conftest$ac_exeext conftest.$ac_ext
 
26922
 LIBS=$ac_check_lib_save_LIBS
 
26923
 fi
 
26924
-echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
 
26925
-echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
 
26926
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
 
26927
+echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
 
26928
 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
 
26929
   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
 
26930
 fi
 
26931
 
 
26932
    if test $ac_cv_lib_dnet_dnet_ntoa = no; then
 
26933
-      echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
 
26934
-echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
 
26935
+      { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
 
26936
+echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
 
26937
 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
 
26938
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
26939
 else
 
26940
@@ -23260,63 +23889,60 @@
 
26941
 cat >>conftest.$ac_ext <<_ACEOF
 
26942
 /* end confdefs.h.  */
 
26943
 
 
26944
-/* Override any gcc2 internal prototype to avoid an error.  */
 
26945
+/* Override any GCC internal prototype to avoid an error.
 
26946
+   Use char because int might match the return type of a GCC
 
26947
+   builtin and then its argument prototype would still apply.  */
 
26948
 #ifdef __cplusplus
 
26949
 extern "C"
 
26950
 #endif
 
26951
-/* We use char because int might match the return type of a gcc2
 
26952
-   builtin and then its argument prototype would still apply.  */
 
26953
 char dnet_ntoa ();
 
26954
 int
 
26955
 main ()
 
26956
 {
 
26957
-dnet_ntoa ();
 
26958
+return dnet_ntoa ();
 
26959
   ;
 
26960
   return 0;
 
26961
 }
 
26962
 _ACEOF
 
26963
 rm -f conftest.$ac_objext conftest$ac_exeext
 
26964
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
26965
-  (eval $ac_link) 2>conftest.er1
 
26966
+if { (ac_try="$ac_link"
 
26967
+case "(($ac_try" in
 
26968
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26969
+  *) ac_try_echo=$ac_try;;
 
26970
+esac
 
26971
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
26972
+  (eval "$ac_link") 2>conftest.er1
 
26973
   ac_status=$?
 
26974
   grep -v '^ *+' conftest.er1 >conftest.err
 
26975
   rm -f conftest.er1
 
26976
   cat conftest.err >&5
 
26977
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26978
-  (exit $ac_status); } &&
 
26979
-        { ac_try='test -z "$ac_c_werror_flag"
 
26980
-                        || test ! -s conftest.err'
 
26981
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26982
-  (eval $ac_try) 2>&5
 
26983
-  ac_status=$?
 
26984
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26985
-  (exit $ac_status); }; } &&
 
26986
-        { ac_try='test -s conftest$ac_exeext'
 
26987
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
26988
-  (eval $ac_try) 2>&5
 
26989
-  ac_status=$?
 
26990
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26991
-  (exit $ac_status); }; }; then
 
26992
+  (exit $ac_status); } && {
 
26993
+        test -z "$ac_c_werror_flag" ||
 
26994
+        test ! -s conftest.err
 
26995
+       } && test -s conftest$ac_exeext &&
 
26996
+       $as_test_x conftest$ac_exeext; then
 
26997
   ac_cv_lib_dnet_stub_dnet_ntoa=yes
 
26998
 else
 
26999
   echo "$as_me: failed program was:" >&5
 
27000
 sed 's/^/| /' conftest.$ac_ext >&5
 
27001
 
 
27002
-ac_cv_lib_dnet_stub_dnet_ntoa=no
 
27003
+       ac_cv_lib_dnet_stub_dnet_ntoa=no
 
27004
 fi
 
27005
-rm -f conftest.err conftest.$ac_objext \
 
27006
+
 
27007
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
27008
       conftest$ac_exeext conftest.$ac_ext
 
27009
 LIBS=$ac_check_lib_save_LIBS
 
27010
 fi
 
27011
-echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
 
27012
-echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
 
27013
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
 
27014
+echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
 
27015
 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
 
27016
   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
 
27017
 fi
 
27018
 
 
27019
    fi
 
27020
-   echo "$as_me:$LINENO: checking for inet_ntoa" >&5
 
27021
-echo $ECHO_N "checking for inet_ntoa... $ECHO_C" >&6
 
27022
+   { echo "$as_me:$LINENO: checking for inet_ntoa" >&5
 
27023
+echo $ECHO_N "checking for inet_ntoa... $ECHO_C" >&6; }
 
27024
 if test "${ac_cv_func_inet_ntoa+set}" = set; then
 
27025
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
27026
 else
 
27027
@@ -23343,72 +23969,63 @@
 
27028
 
 
27029
 #undef inet_ntoa
 
27030
 
 
27031
-/* Override any gcc2 internal prototype to avoid an error.  */
 
27032
+/* Override any GCC internal prototype to avoid an error.
 
27033
+   Use char because int might match the return type of a GCC
 
27034
+   builtin and then its argument prototype would still apply.  */
 
27035
 #ifdef __cplusplus
 
27036
 extern "C"
 
27037
-{
 
27038
 #endif
 
27039
-/* We use char because int might match the return type of a gcc2
 
27040
-   builtin and then its argument prototype would still apply.  */
 
27041
 char inet_ntoa ();
 
27042
 /* The GNU C library defines this for functions which it implements
 
27043
     to always fail with ENOSYS.  Some functions are actually named
 
27044
     something starting with __ and the normal name is an alias.  */
 
27045
-#if defined (__stub_inet_ntoa) || defined (__stub___inet_ntoa)
 
27046
+#if defined __stub_inet_ntoa || defined __stub___inet_ntoa
 
27047
 choke me
 
27048
-#else
 
27049
-char (*f) () = inet_ntoa;
 
27050
-#endif
 
27051
-#ifdef __cplusplus
 
27052
-}
 
27053
 #endif
 
27054
 
 
27055
 int
 
27056
 main ()
 
27057
 {
 
27058
-return f != inet_ntoa;
 
27059
+return inet_ntoa ();
 
27060
   ;
 
27061
   return 0;
 
27062
 }
 
27063
 _ACEOF
 
27064
 rm -f conftest.$ac_objext conftest$ac_exeext
 
27065
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
27066
-  (eval $ac_link) 2>conftest.er1
 
27067
+if { (ac_try="$ac_link"
 
27068
+case "(($ac_try" in
 
27069
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27070
+  *) ac_try_echo=$ac_try;;
 
27071
+esac
 
27072
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
27073
+  (eval "$ac_link") 2>conftest.er1
 
27074
   ac_status=$?
 
27075
   grep -v '^ *+' conftest.er1 >conftest.err
 
27076
   rm -f conftest.er1
 
27077
   cat conftest.err >&5
 
27078
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27079
-  (exit $ac_status); } &&
 
27080
-        { ac_try='test -z "$ac_c_werror_flag"
 
27081
-                        || test ! -s conftest.err'
 
27082
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
27083
-  (eval $ac_try) 2>&5
 
27084
-  ac_status=$?
 
27085
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27086
-  (exit $ac_status); }; } &&
 
27087
-        { ac_try='test -s conftest$ac_exeext'
 
27088
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
27089
-  (eval $ac_try) 2>&5
 
27090
-  ac_status=$?
 
27091
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27092
-  (exit $ac_status); }; }; then
 
27093
+  (exit $ac_status); } && {
 
27094
+        test -z "$ac_c_werror_flag" ||
 
27095
+        test ! -s conftest.err
 
27096
+       } && test -s conftest$ac_exeext &&
 
27097
+       $as_test_x conftest$ac_exeext; then
 
27098
   ac_cv_func_inet_ntoa=yes
 
27099
 else
 
27100
   echo "$as_me: failed program was:" >&5
 
27101
 sed 's/^/| /' conftest.$ac_ext >&5
 
27102
 
 
27103
-ac_cv_func_inet_ntoa=no
 
27104
+       ac_cv_func_inet_ntoa=no
 
27105
 fi
 
27106
-rm -f conftest.err conftest.$ac_objext \
 
27107
+
 
27108
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
27109
       conftest$ac_exeext conftest.$ac_ext
 
27110
 fi
 
27111
-echo "$as_me:$LINENO: result: $ac_cv_func_inet_ntoa" >&5
 
27112
-echo "${ECHO_T}$ac_cv_func_inet_ntoa" >&6
 
27113
+{ echo "$as_me:$LINENO: result: $ac_cv_func_inet_ntoa" >&5
 
27114
+echo "${ECHO_T}$ac_cv_func_inet_ntoa" >&6; }
 
27115
 
 
27116
    if test $ac_cv_func_inet_ntoa = no; then
 
27117
-     echo "$as_me:$LINENO: checking for inet_ntoa in -lnsl" >&5
 
27118
-echo $ECHO_N "checking for inet_ntoa in -lnsl... $ECHO_C" >&6
 
27119
+     { echo "$as_me:$LINENO: checking for inet_ntoa in -lnsl" >&5
 
27120
+echo $ECHO_N "checking for inet_ntoa in -lnsl... $ECHO_C" >&6; }
 
27121
 if test "${ac_cv_lib_nsl_inet_ntoa+set}" = set; then
 
27122
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
27123
 else
 
27124
@@ -23421,63 +24038,60 @@
 
27125
 cat >>conftest.$ac_ext <<_ACEOF
 
27126
 /* end confdefs.h.  */
 
27127
 
 
27128
-/* Override any gcc2 internal prototype to avoid an error.  */
 
27129
+/* Override any GCC internal prototype to avoid an error.
 
27130
+   Use char because int might match the return type of a GCC
 
27131
+   builtin and then its argument prototype would still apply.  */
 
27132
 #ifdef __cplusplus
 
27133
 extern "C"
 
27134
 #endif
 
27135
-/* We use char because int might match the return type of a gcc2
 
27136
-   builtin and then its argument prototype would still apply.  */
 
27137
 char inet_ntoa ();
 
27138
 int
 
27139
 main ()
 
27140
 {
 
27141
-inet_ntoa ();
 
27142
+return inet_ntoa ();
 
27143
   ;
 
27144
   return 0;
 
27145
 }
 
27146
 _ACEOF
 
27147
 rm -f conftest.$ac_objext conftest$ac_exeext
 
27148
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
27149
-  (eval $ac_link) 2>conftest.er1
 
27150
+if { (ac_try="$ac_link"
 
27151
+case "(($ac_try" in
 
27152
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27153
+  *) ac_try_echo=$ac_try;;
 
27154
+esac
 
27155
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
27156
+  (eval "$ac_link") 2>conftest.er1
 
27157
   ac_status=$?
 
27158
   grep -v '^ *+' conftest.er1 >conftest.err
 
27159
   rm -f conftest.er1
 
27160
   cat conftest.err >&5
 
27161
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27162
-  (exit $ac_status); } &&
 
27163
-        { ac_try='test -z "$ac_c_werror_flag"
 
27164
-                        || test ! -s conftest.err'
 
27165
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
27166
-  (eval $ac_try) 2>&5
 
27167
-  ac_status=$?
 
27168
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27169
-  (exit $ac_status); }; } &&
 
27170
-        { ac_try='test -s conftest$ac_exeext'
 
27171
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
27172
-  (eval $ac_try) 2>&5
 
27173
-  ac_status=$?
 
27174
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27175
-  (exit $ac_status); }; }; then
 
27176
+  (exit $ac_status); } && {
 
27177
+        test -z "$ac_c_werror_flag" ||
 
27178
+        test ! -s conftest.err
 
27179
+       } && test -s conftest$ac_exeext &&
 
27180
+       $as_test_x conftest$ac_exeext; then
 
27181
   ac_cv_lib_nsl_inet_ntoa=yes
 
27182
 else
 
27183
   echo "$as_me: failed program was:" >&5
 
27184
 sed 's/^/| /' conftest.$ac_ext >&5
 
27185
 
 
27186
-ac_cv_lib_nsl_inet_ntoa=no
 
27187
+       ac_cv_lib_nsl_inet_ntoa=no
 
27188
 fi
 
27189
-rm -f conftest.err conftest.$ac_objext \
 
27190
+
 
27191
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
27192
       conftest$ac_exeext conftest.$ac_ext
 
27193
 LIBS=$ac_check_lib_save_LIBS
 
27194
 fi
 
27195
-echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_ntoa" >&5
 
27196
-echo "${ECHO_T}$ac_cv_lib_nsl_inet_ntoa" >&6
 
27197
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_ntoa" >&5
 
27198
+echo "${ECHO_T}$ac_cv_lib_nsl_inet_ntoa" >&6; }
 
27199
 if test $ac_cv_lib_nsl_inet_ntoa = yes; then
 
27200
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
 
27201
 fi
 
27202
 
 
27203
    fi
 
27204
-   echo "$as_me:$LINENO: checking for connect" >&5
 
27205
-echo $ECHO_N "checking for connect... $ECHO_C" >&6
 
27206
+   { echo "$as_me:$LINENO: checking for connect" >&5
 
27207
+echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
 
27208
 if test "${ac_cv_func_connect+set}" = set; then
 
27209
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
27210
 else
 
27211
@@ -23504,72 +24118,63 @@
 
27212
 
 
27213
 #undef connect
 
27214
 
 
27215
-/* Override any gcc2 internal prototype to avoid an error.  */
 
27216
+/* Override any GCC internal prototype to avoid an error.
 
27217
+   Use char because int might match the return type of a GCC
 
27218
+   builtin and then its argument prototype would still apply.  */
 
27219
 #ifdef __cplusplus
 
27220
 extern "C"
 
27221
-{
 
27222
 #endif
 
27223
-/* We use char because int might match the return type of a gcc2
 
27224
-   builtin and then its argument prototype would still apply.  */
 
27225
 char connect ();
 
27226
 /* The GNU C library defines this for functions which it implements
 
27227
     to always fail with ENOSYS.  Some functions are actually named
 
27228
     something starting with __ and the normal name is an alias.  */
 
27229
-#if defined (__stub_connect) || defined (__stub___connect)
 
27230
+#if defined __stub_connect || defined __stub___connect
 
27231
 choke me
 
27232
-#else
 
27233
-char (*f) () = connect;
 
27234
-#endif
 
27235
-#ifdef __cplusplus
 
27236
-}
 
27237
 #endif
 
27238
 
 
27239
 int
 
27240
 main ()
 
27241
 {
 
27242
-return f != connect;
 
27243
+return connect ();
 
27244
   ;
 
27245
   return 0;
 
27246
 }
 
27247
 _ACEOF
 
27248
 rm -f conftest.$ac_objext conftest$ac_exeext
 
27249
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
27250
-  (eval $ac_link) 2>conftest.er1
 
27251
+if { (ac_try="$ac_link"
 
27252
+case "(($ac_try" in
 
27253
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27254
+  *) ac_try_echo=$ac_try;;
 
27255
+esac
 
27256
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
27257
+  (eval "$ac_link") 2>conftest.er1
 
27258
   ac_status=$?
 
27259
   grep -v '^ *+' conftest.er1 >conftest.err
 
27260
   rm -f conftest.er1
 
27261
   cat conftest.err >&5
 
27262
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27263
-  (exit $ac_status); } &&
 
27264
-        { ac_try='test -z "$ac_c_werror_flag"
 
27265
-                        || test ! -s conftest.err'
 
27266
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
27267
-  (eval $ac_try) 2>&5
 
27268
-  ac_status=$?
 
27269
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27270
-  (exit $ac_status); }; } &&
 
27271
-        { ac_try='test -s conftest$ac_exeext'
 
27272
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
27273
-  (eval $ac_try) 2>&5
 
27274
-  ac_status=$?
 
27275
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27276
-  (exit $ac_status); }; }; then
 
27277
+  (exit $ac_status); } && {
 
27278
+        test -z "$ac_c_werror_flag" ||
 
27279
+        test ! -s conftest.err
 
27280
+       } && test -s conftest$ac_exeext &&
 
27281
+       $as_test_x conftest$ac_exeext; then
 
27282
   ac_cv_func_connect=yes
 
27283
 else
 
27284
   echo "$as_me: failed program was:" >&5
 
27285
 sed 's/^/| /' conftest.$ac_ext >&5
 
27286
 
 
27287
-ac_cv_func_connect=no
 
27288
+       ac_cv_func_connect=no
 
27289
 fi
 
27290
-rm -f conftest.err conftest.$ac_objext \
 
27291
+
 
27292
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
27293
       conftest$ac_exeext conftest.$ac_ext
 
27294
 fi
 
27295
-echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
 
27296
-echo "${ECHO_T}$ac_cv_func_connect" >&6
 
27297
+{ echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
 
27298
+echo "${ECHO_T}$ac_cv_func_connect" >&6; }
 
27299
 
 
27300
    if test $ac_cv_func_connect = no; then
 
27301
-      echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
 
27302
-echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
 
27303
+      { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
 
27304
+echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
 
27305
 if test "${ac_cv_lib_socket_connect+set}" = set; then
 
27306
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
27307
 else
 
27308
@@ -23582,64 +24187,61 @@
 
27309
 cat >>conftest.$ac_ext <<_ACEOF
 
27310
 /* end confdefs.h.  */
 
27311
 
 
27312
-/* Override any gcc2 internal prototype to avoid an error.  */
 
27313
+/* Override any GCC internal prototype to avoid an error.
 
27314
+   Use char because int might match the return type of a GCC
 
27315
+   builtin and then its argument prototype would still apply.  */
 
27316
 #ifdef __cplusplus
 
27317
 extern "C"
 
27318
 #endif
 
27319
-/* We use char because int might match the return type of a gcc2
 
27320
-   builtin and then its argument prototype would still apply.  */
 
27321
 char connect ();
 
27322
 int
 
27323
 main ()
 
27324
 {
 
27325
-connect ();
 
27326
+return connect ();
 
27327
   ;
 
27328
   return 0;
 
27329
 }
 
27330
 _ACEOF
 
27331
 rm -f conftest.$ac_objext conftest$ac_exeext
 
27332
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
27333
-  (eval $ac_link) 2>conftest.er1
 
27334
+if { (ac_try="$ac_link"
 
27335
+case "(($ac_try" in
 
27336
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27337
+  *) ac_try_echo=$ac_try;;
 
27338
+esac
 
27339
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
27340
+  (eval "$ac_link") 2>conftest.er1
 
27341
   ac_status=$?
 
27342
   grep -v '^ *+' conftest.er1 >conftest.err
 
27343
   rm -f conftest.er1
 
27344
   cat conftest.err >&5
 
27345
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27346
-  (exit $ac_status); } &&
 
27347
-        { ac_try='test -z "$ac_c_werror_flag"
 
27348
-                        || test ! -s conftest.err'
 
27349
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
27350
-  (eval $ac_try) 2>&5
 
27351
-  ac_status=$?
 
27352
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27353
-  (exit $ac_status); }; } &&
 
27354
-        { ac_try='test -s conftest$ac_exeext'
 
27355
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
27356
-  (eval $ac_try) 2>&5
 
27357
-  ac_status=$?
 
27358
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27359
-  (exit $ac_status); }; }; then
 
27360
+  (exit $ac_status); } && {
 
27361
+        test -z "$ac_c_werror_flag" ||
 
27362
+        test ! -s conftest.err
 
27363
+       } && test -s conftest$ac_exeext &&
 
27364
+       $as_test_x conftest$ac_exeext; then
 
27365
   ac_cv_lib_socket_connect=yes
 
27366
 else
 
27367
   echo "$as_me: failed program was:" >&5
 
27368
 sed 's/^/| /' conftest.$ac_ext >&5
 
27369
 
 
27370
-ac_cv_lib_socket_connect=no
 
27371
+       ac_cv_lib_socket_connect=no
 
27372
 fi
 
27373
-rm -f conftest.err conftest.$ac_objext \
 
27374
+
 
27375
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
27376
       conftest$ac_exeext conftest.$ac_ext
 
27377
 LIBS=$ac_check_lib_save_LIBS
 
27378
 fi
 
27379
-echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
 
27380
-echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
 
27381
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
 
27382
+echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
 
27383
 if test $ac_cv_lib_socket_connect = yes; then
 
27384
   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
 
27385
 fi
 
27386
 
 
27387
    fi
 
27388
 
 
27389
-   echo "$as_me:$LINENO: checking for remove" >&5
 
27390
-echo $ECHO_N "checking for remove... $ECHO_C" >&6
 
27391
+   { echo "$as_me:$LINENO: checking for remove" >&5
 
27392
+echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
 
27393
 if test "${ac_cv_func_remove+set}" = set; then
 
27394
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
27395
 else
 
27396
@@ -23666,72 +24268,63 @@
 
27397
 
 
27398
 #undef remove
 
27399
 
 
27400
-/* Override any gcc2 internal prototype to avoid an error.  */
 
27401
+/* Override any GCC internal prototype to avoid an error.
 
27402
+   Use char because int might match the return type of a GCC
 
27403
+   builtin and then its argument prototype would still apply.  */
 
27404
 #ifdef __cplusplus
 
27405
 extern "C"
 
27406
-{
 
27407
 #endif
 
27408
-/* We use char because int might match the return type of a gcc2
 
27409
-   builtin and then its argument prototype would still apply.  */
 
27410
 char remove ();
 
27411
 /* The GNU C library defines this for functions which it implements
 
27412
     to always fail with ENOSYS.  Some functions are actually named
 
27413
     something starting with __ and the normal name is an alias.  */
 
27414
-#if defined (__stub_remove) || defined (__stub___remove)
 
27415
+#if defined __stub_remove || defined __stub___remove
 
27416
 choke me
 
27417
-#else
 
27418
-char (*f) () = remove;
 
27419
-#endif
 
27420
-#ifdef __cplusplus
 
27421
-}
 
27422
 #endif
 
27423
 
 
27424
 int
 
27425
 main ()
 
27426
 {
 
27427
-return f != remove;
 
27428
+return remove ();
 
27429
   ;
 
27430
   return 0;
 
27431
 }
 
27432
 _ACEOF
 
27433
 rm -f conftest.$ac_objext conftest$ac_exeext
 
27434
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
27435
-  (eval $ac_link) 2>conftest.er1
 
27436
+if { (ac_try="$ac_link"
 
27437
+case "(($ac_try" in
 
27438
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27439
+  *) ac_try_echo=$ac_try;;
 
27440
+esac
 
27441
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
27442
+  (eval "$ac_link") 2>conftest.er1
 
27443
   ac_status=$?
 
27444
   grep -v '^ *+' conftest.er1 >conftest.err
 
27445
   rm -f conftest.er1
 
27446
-  cat conftest.err >&5
 
27447
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27448
-  (exit $ac_status); } &&
 
27449
-        { ac_try='test -z "$ac_c_werror_flag"
 
27450
-                        || test ! -s conftest.err'
 
27451
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
27452
-  (eval $ac_try) 2>&5
 
27453
-  ac_status=$?
 
27454
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27455
-  (exit $ac_status); }; } &&
 
27456
-        { ac_try='test -s conftest$ac_exeext'
 
27457
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
27458
-  (eval $ac_try) 2>&5
 
27459
-  ac_status=$?
 
27460
+  cat conftest.err >&5
 
27461
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27462
-  (exit $ac_status); }; }; then
 
27463
+  (exit $ac_status); } && {
 
27464
+        test -z "$ac_c_werror_flag" ||
 
27465
+        test ! -s conftest.err
 
27466
+       } && test -s conftest$ac_exeext &&
 
27467
+       $as_test_x conftest$ac_exeext; then
 
27468
   ac_cv_func_remove=yes
 
27469
 else
 
27470
   echo "$as_me: failed program was:" >&5
 
27471
 sed 's/^/| /' conftest.$ac_ext >&5
 
27472
 
 
27473
-ac_cv_func_remove=no
 
27474
+       ac_cv_func_remove=no
 
27475
 fi
 
27476
-rm -f conftest.err conftest.$ac_objext \
 
27477
+
 
27478
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
27479
       conftest$ac_exeext conftest.$ac_ext
 
27480
 fi
 
27481
-echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
 
27482
-echo "${ECHO_T}$ac_cv_func_remove" >&6
 
27483
+{ echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
 
27484
+echo "${ECHO_T}$ac_cv_func_remove" >&6; }
 
27485
 
 
27486
    if test $ac_cv_func_remove = no; then
 
27487
-      echo "$as_me:$LINENO: checking for remove in -lposix" >&5
 
27488
-echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
 
27489
+      { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
 
27490
+echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
 
27491
 if test "${ac_cv_lib_posix_remove+set}" = set; then
 
27492
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
27493
 else
 
27494
@@ -23744,56 +24337,53 @@
 
27495
 cat >>conftest.$ac_ext <<_ACEOF
 
27496
 /* end confdefs.h.  */
 
27497
 
 
27498
-/* Override any gcc2 internal prototype to avoid an error.  */
 
27499
+/* Override any GCC internal prototype to avoid an error.
 
27500
+   Use char because int might match the return type of a GCC
 
27501
+   builtin and then its argument prototype would still apply.  */
 
27502
 #ifdef __cplusplus
 
27503
 extern "C"
 
27504
 #endif
 
27505
-/* We use char because int might match the return type of a gcc2
 
27506
-   builtin and then its argument prototype would still apply.  */
 
27507
 char remove ();
 
27508
 int
 
27509
 main ()
 
27510
 {
 
27511
-remove ();
 
27512
+return remove ();
 
27513
   ;
 
27514
   return 0;
 
27515
 }
 
27516
 _ACEOF
 
27517
 rm -f conftest.$ac_objext conftest$ac_exeext
 
27518
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
27519
-  (eval $ac_link) 2>conftest.er1
 
27520
+if { (ac_try="$ac_link"
 
27521
+case "(($ac_try" in
 
27522
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27523
+  *) ac_try_echo=$ac_try;;
 
27524
+esac
 
27525
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
27526
+  (eval "$ac_link") 2>conftest.er1
 
27527
   ac_status=$?
 
27528
   grep -v '^ *+' conftest.er1 >conftest.err
 
27529
   rm -f conftest.er1
 
27530
   cat conftest.err >&5
 
27531
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27532
-  (exit $ac_status); } &&
 
27533
-        { ac_try='test -z "$ac_c_werror_flag"
 
27534
-                        || test ! -s conftest.err'
 
27535
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
27536
-  (eval $ac_try) 2>&5
 
27537
-  ac_status=$?
 
27538
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27539
-  (exit $ac_status); }; } &&
 
27540
-        { ac_try='test -s conftest$ac_exeext'
 
27541
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
27542
-  (eval $ac_try) 2>&5
 
27543
-  ac_status=$?
 
27544
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27545
-  (exit $ac_status); }; }; then
 
27546
+  (exit $ac_status); } && {
 
27547
+        test -z "$ac_c_werror_flag" ||
 
27548
+        test ! -s conftest.err
 
27549
+       } && test -s conftest$ac_exeext &&
 
27550
+       $as_test_x conftest$ac_exeext; then
 
27551
   ac_cv_lib_posix_remove=yes
 
27552
 else
 
27553
   echo "$as_me: failed program was:" >&5
 
27554
 sed 's/^/| /' conftest.$ac_ext >&5
 
27555
 
 
27556
-ac_cv_lib_posix_remove=no
 
27557
+       ac_cv_lib_posix_remove=no
 
27558
 fi
 
27559
-rm -f conftest.err conftest.$ac_objext \
 
27560
+
 
27561
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
27562
       conftest$ac_exeext conftest.$ac_ext
 
27563
 LIBS=$ac_check_lib_save_LIBS
 
27564
 fi
 
27565
-echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
 
27566
-echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
 
27567
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
 
27568
+echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
 
27569
 if test $ac_cv_lib_posix_remove = yes; then
 
27570
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
 
27571
 fi
 
27572
@@ -23801,8 +24391,8 @@
 
27573
    fi
 
27574
 
 
27575
    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
 
27576
-   echo "$as_me:$LINENO: checking for shmat" >&5
 
27577
-echo $ECHO_N "checking for shmat... $ECHO_C" >&6
 
27578
+   { echo "$as_me:$LINENO: checking for shmat" >&5
 
27579
+echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
 
27580
 if test "${ac_cv_func_shmat+set}" = set; then
 
27581
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
27582
 else
 
27583
@@ -23829,73 +24419,64 @@
 
27584
 
 
27585
 #undef shmat
 
27586
 
 
27587
-/* Override any gcc2 internal prototype to avoid an error.  */
 
27588
+/* Override any GCC internal prototype to avoid an error.
 
27589
+   Use char because int might match the return type of a GCC
 
27590
+   builtin and then its argument prototype would still apply.  */
 
27591
 #ifdef __cplusplus
 
27592
 extern "C"
 
27593
-{
 
27594
 #endif
 
27595
-/* We use char because int might match the return type of a gcc2
 
27596
-   builtin and then its argument prototype would still apply.  */
 
27597
 char shmat ();
 
27598
 /* The GNU C library defines this for functions which it implements
 
27599
     to always fail with ENOSYS.  Some functions are actually named
 
27600
     something starting with __ and the normal name is an alias.  */
 
27601
-#if defined (__stub_shmat) || defined (__stub___shmat)
 
27602
+#if defined __stub_shmat || defined __stub___shmat
 
27603
 choke me
 
27604
-#else
 
27605
-char (*f) () = shmat;
 
27606
-#endif
 
27607
-#ifdef __cplusplus
 
27608
-}
 
27609
 #endif
 
27610
 
 
27611
 int
 
27612
 main ()
 
27613
 {
 
27614
-return f != shmat;
 
27615
+return shmat ();
 
27616
   ;
 
27617
   return 0;
 
27618
 }
 
27619
 _ACEOF
 
27620
 rm -f conftest.$ac_objext conftest$ac_exeext
 
27621
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
27622
-  (eval $ac_link) 2>conftest.er1
 
27623
+if { (ac_try="$ac_link"
 
27624
+case "(($ac_try" in
 
27625
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27626
+  *) ac_try_echo=$ac_try;;
 
27627
+esac
 
27628
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
27629
+  (eval "$ac_link") 2>conftest.er1
 
27630
   ac_status=$?
 
27631
   grep -v '^ *+' conftest.er1 >conftest.err
 
27632
   rm -f conftest.er1
 
27633
   cat conftest.err >&5
 
27634
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27635
-  (exit $ac_status); } &&
 
27636
-        { ac_try='test -z "$ac_c_werror_flag"
 
27637
-                        || test ! -s conftest.err'
 
27638
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
27639
-  (eval $ac_try) 2>&5
 
27640
-  ac_status=$?
 
27641
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27642
-  (exit $ac_status); }; } &&
 
27643
-        { ac_try='test -s conftest$ac_exeext'
 
27644
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
27645
-  (eval $ac_try) 2>&5
 
27646
-  ac_status=$?
 
27647
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27648
-  (exit $ac_status); }; }; then
 
27649
+  (exit $ac_status); } && {
 
27650
+        test -z "$ac_c_werror_flag" ||
 
27651
+        test ! -s conftest.err
 
27652
+       } && test -s conftest$ac_exeext &&
 
27653
+       $as_test_x conftest$ac_exeext; then
 
27654
   ac_cv_func_shmat=yes
 
27655
 else
 
27656
   echo "$as_me: failed program was:" >&5
 
27657
 sed 's/^/| /' conftest.$ac_ext >&5
 
27658
 
 
27659
-ac_cv_func_shmat=no
 
27660
+       ac_cv_func_shmat=no
 
27661
 fi
 
27662
-rm -f conftest.err conftest.$ac_objext \
 
27663
+
 
27664
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
27665
       conftest$ac_exeext conftest.$ac_ext
 
27666
 fi
 
27667
-echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
 
27668
-echo "${ECHO_T}$ac_cv_func_shmat" >&6
 
27669
+{ echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
 
27670
+echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
 
27671
 if test $ac_cv_func_shmat = yes; then
 
27672
   :
 
27673
 else
 
27674
-  echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
 
27675
-echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
 
27676
+  { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
 
27677
+echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
 
27678
 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
 
27679
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
27680
 else
 
27681
@@ -23908,56 +24489,53 @@
 
27682
 cat >>conftest.$ac_ext <<_ACEOF
 
27683
 /* end confdefs.h.  */
 
27684
 
 
27685
-/* Override any gcc2 internal prototype to avoid an error.  */
 
27686
+/* Override any GCC internal prototype to avoid an error.
 
27687
+   Use char because int might match the return type of a GCC
 
27688
+   builtin and then its argument prototype would still apply.  */
 
27689
 #ifdef __cplusplus
 
27690
 extern "C"
 
27691
 #endif
 
27692
-/* We use char because int might match the return type of a gcc2
 
27693
-   builtin and then its argument prototype would still apply.  */
 
27694
 char shmat ();
 
27695
 int
 
27696
 main ()
 
27697
 {
 
27698
-shmat ();
 
27699
+return shmat ();
 
27700
   ;
 
27701
   return 0;
 
27702
 }
 
27703
 _ACEOF
 
27704
 rm -f conftest.$ac_objext conftest$ac_exeext
 
27705
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
27706
-  (eval $ac_link) 2>conftest.er1
 
27707
+if { (ac_try="$ac_link"
 
27708
+case "(($ac_try" in
 
27709
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27710
+  *) ac_try_echo=$ac_try;;
 
27711
+esac
 
27712
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
27713
+  (eval "$ac_link") 2>conftest.er1
 
27714
   ac_status=$?
 
27715
   grep -v '^ *+' conftest.er1 >conftest.err
 
27716
   rm -f conftest.er1
 
27717
   cat conftest.err >&5
 
27718
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27719
-  (exit $ac_status); } &&
 
27720
-        { ac_try='test -z "$ac_c_werror_flag"
 
27721
-                        || test ! -s conftest.err'
 
27722
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
27723
-  (eval $ac_try) 2>&5
 
27724
-  ac_status=$?
 
27725
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27726
-  (exit $ac_status); }; } &&
 
27727
-        { ac_try='test -s conftest$ac_exeext'
 
27728
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
27729
-  (eval $ac_try) 2>&5
 
27730
-  ac_status=$?
 
27731
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27732
-  (exit $ac_status); }; }; then
 
27733
+  (exit $ac_status); } && {
 
27734
+        test -z "$ac_c_werror_flag" ||
 
27735
+        test ! -s conftest.err
 
27736
+       } && test -s conftest$ac_exeext &&
 
27737
+       $as_test_x conftest$ac_exeext; then
 
27738
   ac_cv_lib_ipc_shmat=yes
 
27739
 else
 
27740
   echo "$as_me: failed program was:" >&5
 
27741
 sed 's/^/| /' conftest.$ac_ext >&5
 
27742
 
 
27743
-ac_cv_lib_ipc_shmat=no
 
27744
+       ac_cv_lib_ipc_shmat=no
 
27745
 fi
 
27746
-rm -f conftest.err conftest.$ac_objext \
 
27747
+
 
27748
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
27749
       conftest$ac_exeext conftest.$ac_ext
 
27750
 LIBS=$ac_check_lib_save_LIBS
 
27751
 fi
 
27752
-echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
 
27753
-echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
 
27754
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
 
27755
+echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
 
27756
 if test $ac_cv_lib_ipc_shmat = yes; then
 
27757
   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
 
27758
 fi
 
27759
@@ -23971,18 +24549,19 @@
 
27760
 for ac_header in sys/types.h stdint.h
 
27761
 do
 
27762
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
27763
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
27764
-  echo "$as_me:$LINENO: checking for $ac_header" >&5
 
27765
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 
27766
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
27767
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
27768
+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
 
27769
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
27770
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
27771
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
27772
 fi
 
27773
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 
27774
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 
27775
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
27776
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
27777
+echo "${ECHO_T}$ac_res" >&6; }
 
27778
 else
 
27779
   # Is the header compilable?
 
27780
-echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
27781
-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
 
27782
+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
27783
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
 
27784
 cat >conftest.$ac_ext <<_ACEOF
 
27785
 /* confdefs.h.  */
 
27786
 _ACEOF
 
27787
@@ -23993,41 +24572,37 @@
 
27788
 #include <$ac_header>
 
27789
 _ACEOF
 
27790
 rm -f conftest.$ac_objext
 
27791
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
27792
-  (eval $ac_compile) 2>conftest.er1
 
27793
+if { (ac_try="$ac_compile"
 
27794
+case "(($ac_try" in
 
27795
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27796
+  *) ac_try_echo=$ac_try;;
 
27797
+esac
 
27798
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
27799
+  (eval "$ac_compile") 2>conftest.er1
 
27800
   ac_status=$?
 
27801
   grep -v '^ *+' conftest.er1 >conftest.err
 
27802
   rm -f conftest.er1
 
27803
   cat conftest.err >&5
 
27804
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27805
-  (exit $ac_status); } &&
 
27806
-        { ac_try='test -z "$ac_c_werror_flag"
 
27807
-                        || test ! -s conftest.err'
 
27808
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
27809
-  (eval $ac_try) 2>&5
 
27810
-  ac_status=$?
 
27811
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27812
-  (exit $ac_status); }; } &&
 
27813
-        { ac_try='test -s conftest.$ac_objext'
 
27814
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
27815
-  (eval $ac_try) 2>&5
 
27816
-  ac_status=$?
 
27817
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27818
-  (exit $ac_status); }; }; then
 
27819
+  (exit $ac_status); } && {
 
27820
+        test -z "$ac_c_werror_flag" ||
 
27821
+        test ! -s conftest.err
 
27822
+       } && test -s conftest.$ac_objext; then
 
27823
   ac_header_compiler=yes
 
27824
 else
 
27825
   echo "$as_me: failed program was:" >&5
 
27826
 sed 's/^/| /' conftest.$ac_ext >&5
 
27827
 
 
27828
-ac_header_compiler=no
 
27829
+       ac_header_compiler=no
 
27830
 fi
 
27831
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
27832
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
27833
-echo "${ECHO_T}$ac_header_compiler" >&6
 
27834
+
 
27835
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
27836
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
27837
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
27838
 
 
27839
 # Is the header present?
 
27840
-echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
27841
-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
 
27842
+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
27843
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
 
27844
 cat >conftest.$ac_ext <<_ACEOF
 
27845
 /* confdefs.h.  */
 
27846
 _ACEOF
 
27847
@@ -24036,24 +24611,22 @@
 
27848
 /* end confdefs.h.  */
 
27849
 #include <$ac_header>
 
27850
 _ACEOF
 
27851
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
27852
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
27853
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
27854
+case "(($ac_try" in
 
27855
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27856
+  *) ac_try_echo=$ac_try;;
 
27857
+esac
 
27858
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
27859
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
27860
   ac_status=$?
 
27861
   grep -v '^ *+' conftest.er1 >conftest.err
 
27862
   rm -f conftest.er1
 
27863
   cat conftest.err >&5
 
27864
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27865
-  (exit $ac_status); } >/dev/null; then
 
27866
-  if test -s conftest.err; then
 
27867
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
27868
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
27869
-  else
 
27870
-    ac_cpp_err=
 
27871
-  fi
 
27872
-else
 
27873
-  ac_cpp_err=yes
 
27874
-fi
 
27875
-if test -z "$ac_cpp_err"; then
 
27876
+  (exit $ac_status); } >/dev/null && {
 
27877
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
27878
+        test ! -s conftest.err
 
27879
+       }; then
 
27880
   ac_header_preproc=yes
 
27881
 else
 
27882
   echo "$as_me: failed program was:" >&5
 
27883
@@ -24061,9 +24634,10 @@
 
27884
 
 
27885
   ac_header_preproc=no
 
27886
 fi
 
27887
+
 
27888
 rm -f conftest.err conftest.$ac_ext
 
27889
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
27890
-echo "${ECHO_T}$ac_header_preproc" >&6
 
27891
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
27892
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
27893
 
 
27894
 # So?  What about this header?
 
27895
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
27896
@@ -24087,25 +24661,19 @@
 
27897
 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
27898
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
27899
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
27900
-    (
 
27901
-      cat <<\_ASBOX
 
27902
-## ------------------------------------------ ##
 
27903
-## Report this to the AC_PACKAGE_NAME lists.  ##
 
27904
-## ------------------------------------------ ##
 
27905
-_ASBOX
 
27906
-    ) |
 
27907
-      sed "s/^/$as_me: WARNING:     /" >&2
 
27908
+
 
27909
     ;;
 
27910
 esac
 
27911
-echo "$as_me:$LINENO: checking for $ac_header" >&5
 
27912
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 
27913
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
27914
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
27915
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
27916
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
27917
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
27918
 else
 
27919
   eval "$as_ac_Header=\$ac_header_preproc"
 
27920
 fi
 
27921
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 
27922
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 
27923
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
27924
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
27925
+echo "${ECHO_T}$ac_res" >&6; }
 
27926
 
 
27927
 fi
 
27928
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
27929
@@ -24123,18 +24691,19 @@
 
27930
 for ac_header in sys/bitypes.h
 
27931
 do
 
27932
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
27933
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
27934
-  echo "$as_me:$LINENO: checking for $ac_header" >&5
 
27935
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 
27936
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
27937
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
27938
+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
 
27939
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
27940
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
27941
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
27942
 fi
 
27943
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 
27944
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 
27945
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
27946
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
27947
+echo "${ECHO_T}$ac_res" >&6; }
 
27948
 else
 
27949
   # Is the header compilable?
 
27950
-echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
27951
-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
 
27952
+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
27953
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
 
27954
 cat >conftest.$ac_ext <<_ACEOF
 
27955
 /* confdefs.h.  */
 
27956
 _ACEOF
 
27957
@@ -24145,41 +24714,37 @@
 
27958
 #include <$ac_header>
 
27959
 _ACEOF
 
27960
 rm -f conftest.$ac_objext
 
27961
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
27962
-  (eval $ac_compile) 2>conftest.er1
 
27963
+if { (ac_try="$ac_compile"
 
27964
+case "(($ac_try" in
 
27965
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27966
+  *) ac_try_echo=$ac_try;;
 
27967
+esac
 
27968
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
27969
+  (eval "$ac_compile") 2>conftest.er1
 
27970
   ac_status=$?
 
27971
   grep -v '^ *+' conftest.er1 >conftest.err
 
27972
   rm -f conftest.er1
 
27973
   cat conftest.err >&5
 
27974
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27975
-  (exit $ac_status); } &&
 
27976
-        { ac_try='test -z "$ac_c_werror_flag"
 
27977
-                        || test ! -s conftest.err'
 
27978
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
27979
-  (eval $ac_try) 2>&5
 
27980
-  ac_status=$?
 
27981
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27982
-  (exit $ac_status); }; } &&
 
27983
-        { ac_try='test -s conftest.$ac_objext'
 
27984
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
27985
-  (eval $ac_try) 2>&5
 
27986
-  ac_status=$?
 
27987
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27988
-  (exit $ac_status); }; }; then
 
27989
+  (exit $ac_status); } && {
 
27990
+        test -z "$ac_c_werror_flag" ||
 
27991
+        test ! -s conftest.err
 
27992
+       } && test -s conftest.$ac_objext; then
 
27993
   ac_header_compiler=yes
 
27994
 else
 
27995
   echo "$as_me: failed program was:" >&5
 
27996
 sed 's/^/| /' conftest.$ac_ext >&5
 
27997
 
 
27998
-ac_header_compiler=no
 
27999
+       ac_header_compiler=no
 
28000
 fi
 
28001
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
28002
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
28003
-echo "${ECHO_T}$ac_header_compiler" >&6
 
28004
+
 
28005
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
28006
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
28007
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
28008
 
 
28009
 # Is the header present?
 
28010
-echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
28011
-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
 
28012
+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
28013
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
 
28014
 cat >conftest.$ac_ext <<_ACEOF
 
28015
 /* confdefs.h.  */
 
28016
 _ACEOF
 
28017
@@ -24188,24 +24753,22 @@
 
28018
 /* end confdefs.h.  */
 
28019
 #include <$ac_header>
 
28020
 _ACEOF
 
28021
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
28022
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
28023
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
28024
+case "(($ac_try" in
 
28025
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28026
+  *) ac_try_echo=$ac_try;;
 
28027
+esac
 
28028
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
28029
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
28030
   ac_status=$?
 
28031
   grep -v '^ *+' conftest.er1 >conftest.err
 
28032
   rm -f conftest.er1
 
28033
   cat conftest.err >&5
 
28034
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28035
-  (exit $ac_status); } >/dev/null; then
 
28036
-  if test -s conftest.err; then
 
28037
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
28038
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
28039
-  else
 
28040
-    ac_cpp_err=
 
28041
-  fi
 
28042
-else
 
28043
-  ac_cpp_err=yes
 
28044
-fi
 
28045
-if test -z "$ac_cpp_err"; then
 
28046
+  (exit $ac_status); } >/dev/null && {
 
28047
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
28048
+        test ! -s conftest.err
 
28049
+       }; then
 
28050
   ac_header_preproc=yes
 
28051
 else
 
28052
   echo "$as_me: failed program was:" >&5
 
28053
@@ -24213,9 +24776,10 @@
 
28054
 
 
28055
   ac_header_preproc=no
 
28056
 fi
 
28057
+
 
28058
 rm -f conftest.err conftest.$ac_ext
 
28059
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
28060
-echo "${ECHO_T}$ac_header_preproc" >&6
 
28061
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
28062
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
28063
 
 
28064
 # So?  What about this header?
 
28065
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
28066
@@ -24239,25 +24803,19 @@
 
28067
 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
28068
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
28069
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
28070
-    (
 
28071
-      cat <<\_ASBOX
 
28072
-## ------------------------------------------ ##
 
28073
-## Report this to the AC_PACKAGE_NAME lists.  ##
 
28074
-## ------------------------------------------ ##
 
28075
-_ASBOX
 
28076
-    ) |
 
28077
-      sed "s/^/$as_me: WARNING:     /" >&2
 
28078
+
 
28079
     ;;
 
28080
 esac
 
28081
-echo "$as_me:$LINENO: checking for $ac_header" >&5
 
28082
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 
28083
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
28084
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
28085
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
28086
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
28087
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
28088
 else
 
28089
   eval "$as_ac_Header=\$ac_header_preproc"
 
28090
 fi
 
28091
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 
28092
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 
28093
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
28094
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
28095
+echo "${ECHO_T}$ac_res" >&6; }
 
28096
 
 
28097
 fi
 
28098
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
28099
@@ -24271,8 +24829,8 @@
 
28100
 
 
28101
 
 
28102
    # darwin requires a poll emulation library
 
28103
-   echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
 
28104
-echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6
 
28105
+   { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
 
28106
+echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
 
28107
 if test "${ac_cv_lib_poll_poll+set}" = set; then
 
28108
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
28109
 else
 
28110
@@ -24285,56 +24843,53 @@
 
28111
 cat >>conftest.$ac_ext <<_ACEOF
 
28112
 /* end confdefs.h.  */
 
28113
 
 
28114
-/* Override any gcc2 internal prototype to avoid an error.  */
 
28115
+/* Override any GCC internal prototype to avoid an error.
 
28116
+   Use char because int might match the return type of a GCC
 
28117
+   builtin and then its argument prototype would still apply.  */
 
28118
 #ifdef __cplusplus
 
28119
 extern "C"
 
28120
 #endif
 
28121
-/* We use char because int might match the return type of a gcc2
 
28122
-   builtin and then its argument prototype would still apply.  */
 
28123
 char poll ();
 
28124
 int
 
28125
 main ()
 
28126
 {
 
28127
-poll ();
 
28128
+return poll ();
 
28129
   ;
 
28130
   return 0;
 
28131
 }
 
28132
 _ACEOF
 
28133
 rm -f conftest.$ac_objext conftest$ac_exeext
 
28134
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
28135
-  (eval $ac_link) 2>conftest.er1
 
28136
+if { (ac_try="$ac_link"
 
28137
+case "(($ac_try" in
 
28138
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28139
+  *) ac_try_echo=$ac_try;;
 
28140
+esac
 
28141
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
28142
+  (eval "$ac_link") 2>conftest.er1
 
28143
   ac_status=$?
 
28144
   grep -v '^ *+' conftest.er1 >conftest.err
 
28145
   rm -f conftest.er1
 
28146
   cat conftest.err >&5
 
28147
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28148
-  (exit $ac_status); } &&
 
28149
-        { ac_try='test -z "$ac_c_werror_flag"
 
28150
-                        || test ! -s conftest.err'
 
28151
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
28152
-  (eval $ac_try) 2>&5
 
28153
-  ac_status=$?
 
28154
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28155
-  (exit $ac_status); }; } &&
 
28156
-        { ac_try='test -s conftest$ac_exeext'
 
28157
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
28158
-  (eval $ac_try) 2>&5
 
28159
-  ac_status=$?
 
28160
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28161
-  (exit $ac_status); }; }; then
 
28162
+  (exit $ac_status); } && {
 
28163
+        test -z "$ac_c_werror_flag" ||
 
28164
+        test ! -s conftest.err
 
28165
+       } && test -s conftest$ac_exeext &&
 
28166
+       $as_test_x conftest$ac_exeext; then
 
28167
   ac_cv_lib_poll_poll=yes
 
28168
 else
 
28169
   echo "$as_me: failed program was:" >&5
 
28170
 sed 's/^/| /' conftest.$ac_ext >&5
 
28171
 
 
28172
-ac_cv_lib_poll_poll=no
 
28173
+       ac_cv_lib_poll_poll=no
 
28174
 fi
 
28175
-rm -f conftest.err conftest.$ac_objext \
 
28176
+
 
28177
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
28178
       conftest$ac_exeext conftest.$ac_ext
 
28179
 LIBS=$ac_check_lib_save_LIBS
 
28180
 fi
 
28181
-echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
 
28182
-echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6
 
28183
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
 
28184
+echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
 
28185
 if test $ac_cv_lib_poll_poll = yes; then
 
28186
   LIB_POLL="-lpoll"
 
28187
 fi
 
28188
@@ -24345,18 +24900,19 @@
 
28189
 for ac_header in Carbon/Carbon.h
 
28190
 do
 
28191
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
28192
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
28193
-  echo "$as_me:$LINENO: checking for $ac_header" >&5
 
28194
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 
28195
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
28196
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
28197
+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
 
28198
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
28199
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
28200
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
28201
 fi
 
28202
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 
28203
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 
28204
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
28205
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
28206
+echo "${ECHO_T}$ac_res" >&6; }
 
28207
 else
 
28208
   # Is the header compilable?
 
28209
-echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
28210
-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
 
28211
+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
28212
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
 
28213
 cat >conftest.$ac_ext <<_ACEOF
 
28214
 /* confdefs.h.  */
 
28215
 _ACEOF
 
28216
@@ -24367,41 +24923,37 @@
 
28217
 #include <$ac_header>
 
28218
 _ACEOF
 
28219
 rm -f conftest.$ac_objext
 
28220
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
28221
-  (eval $ac_compile) 2>conftest.er1
 
28222
+if { (ac_try="$ac_compile"
 
28223
+case "(($ac_try" in
 
28224
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28225
+  *) ac_try_echo=$ac_try;;
 
28226
+esac
 
28227
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
28228
+  (eval "$ac_compile") 2>conftest.er1
 
28229
   ac_status=$?
 
28230
   grep -v '^ *+' conftest.er1 >conftest.err
 
28231
   rm -f conftest.er1
 
28232
   cat conftest.err >&5
 
28233
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28234
-  (exit $ac_status); } &&
 
28235
-        { ac_try='test -z "$ac_c_werror_flag"
 
28236
-                        || test ! -s conftest.err'
 
28237
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
28238
-  (eval $ac_try) 2>&5
 
28239
-  ac_status=$?
 
28240
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28241
-  (exit $ac_status); }; } &&
 
28242
-        { ac_try='test -s conftest.$ac_objext'
 
28243
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
28244
-  (eval $ac_try) 2>&5
 
28245
-  ac_status=$?
 
28246
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28247
-  (exit $ac_status); }; }; then
 
28248
+  (exit $ac_status); } && {
 
28249
+        test -z "$ac_c_werror_flag" ||
 
28250
+        test ! -s conftest.err
 
28251
+       } && test -s conftest.$ac_objext; then
 
28252
   ac_header_compiler=yes
 
28253
 else
 
28254
   echo "$as_me: failed program was:" >&5
 
28255
 sed 's/^/| /' conftest.$ac_ext >&5
 
28256
 
 
28257
-ac_header_compiler=no
 
28258
+       ac_header_compiler=no
 
28259
 fi
 
28260
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
28261
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
28262
-echo "${ECHO_T}$ac_header_compiler" >&6
 
28263
+
 
28264
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
28265
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
28266
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
28267
 
 
28268
 # Is the header present?
 
28269
-echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
28270
-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
 
28271
+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
28272
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
 
28273
 cat >conftest.$ac_ext <<_ACEOF
 
28274
 /* confdefs.h.  */
 
28275
 _ACEOF
 
28276
@@ -24410,24 +24962,22 @@
 
28277
 /* end confdefs.h.  */
 
28278
 #include <$ac_header>
 
28279
 _ACEOF
 
28280
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
28281
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
28282
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
28283
+case "(($ac_try" in
 
28284
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28285
+  *) ac_try_echo=$ac_try;;
 
28286
+esac
 
28287
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
28288
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
28289
   ac_status=$?
 
28290
   grep -v '^ *+' conftest.er1 >conftest.err
 
28291
   rm -f conftest.er1
 
28292
   cat conftest.err >&5
 
28293
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28294
-  (exit $ac_status); } >/dev/null; then
 
28295
-  if test -s conftest.err; then
 
28296
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
28297
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
28298
-  else
 
28299
-    ac_cpp_err=
 
28300
-  fi
 
28301
-else
 
28302
-  ac_cpp_err=yes
 
28303
-fi
 
28304
-if test -z "$ac_cpp_err"; then
 
28305
+  (exit $ac_status); } >/dev/null && {
 
28306
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
28307
+        test ! -s conftest.err
 
28308
+       }; then
 
28309
   ac_header_preproc=yes
 
28310
 else
 
28311
   echo "$as_me: failed program was:" >&5
 
28312
@@ -24435,9 +24985,10 @@
 
28313
 
 
28314
   ac_header_preproc=no
 
28315
 fi
 
28316
+
 
28317
 rm -f conftest.err conftest.$ac_ext
 
28318
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
28319
-echo "${ECHO_T}$ac_header_preproc" >&6
 
28320
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
28321
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
28322
 
 
28323
 # So?  What about this header?
 
28324
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
28325
@@ -24461,25 +25012,19 @@
 
28326
 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
28327
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
28328
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
28329
-    (
 
28330
-      cat <<\_ASBOX
 
28331
-## ------------------------------------------ ##
 
28332
-## Report this to the AC_PACKAGE_NAME lists.  ##
 
28333
-## ------------------------------------------ ##
 
28334
-_ASBOX
 
28335
-    ) |
 
28336
-      sed "s/^/$as_me: WARNING:     /" >&2
 
28337
+
 
28338
     ;;
 
28339
 esac
 
28340
-echo "$as_me:$LINENO: checking for $ac_header" >&5
 
28341
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 
28342
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
28343
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
28344
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
28345
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
28346
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
28347
 else
 
28348
   eval "$as_ac_Header=\$ac_header_preproc"
 
28349
 fi
 
28350
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 
28351
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 
28352
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
28353
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
28354
+echo "${ECHO_T}$ac_res" >&6; }
 
28355
 
 
28356
 fi
 
28357
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
28358
@@ -24494,17 +25039,17 @@
 
28359
 
 
28360
    # CoreAudio framework
 
28361
    if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
 
28362
-  echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
 
28363
-echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6
 
28364
+  { echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
 
28365
+echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6; }
 
28366
 if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
 
28367
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
28368
 fi
 
28369
-echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
 
28370
-echo "${ECHO_T}$ac_cv_header_CoreAudio_CoreAudio_h" >&6
 
28371
+{ echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
 
28372
+echo "${ECHO_T}$ac_cv_header_CoreAudio_CoreAudio_h" >&6; }
 
28373
 else
 
28374
   # Is the header compilable?
 
28375
-echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h usability" >&5
 
28376
-echo $ECHO_N "checking CoreAudio/CoreAudio.h usability... $ECHO_C" >&6
 
28377
+{ echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h usability" >&5
 
28378
+echo $ECHO_N "checking CoreAudio/CoreAudio.h usability... $ECHO_C" >&6; }
 
28379
 cat >conftest.$ac_ext <<_ACEOF
 
28380
 /* confdefs.h.  */
 
28381
 _ACEOF
 
28382
@@ -24515,41 +25060,37 @@
 
28383
 #include <CoreAudio/CoreAudio.h>
 
28384
 _ACEOF
 
28385
 rm -f conftest.$ac_objext
 
28386
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
28387
-  (eval $ac_compile) 2>conftest.er1
 
28388
+if { (ac_try="$ac_compile"
 
28389
+case "(($ac_try" in
 
28390
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28391
+  *) ac_try_echo=$ac_try;;
 
28392
+esac
 
28393
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
28394
+  (eval "$ac_compile") 2>conftest.er1
 
28395
   ac_status=$?
 
28396
   grep -v '^ *+' conftest.er1 >conftest.err
 
28397
   rm -f conftest.er1
 
28398
   cat conftest.err >&5
 
28399
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28400
-  (exit $ac_status); } &&
 
28401
-        { ac_try='test -z "$ac_c_werror_flag"
 
28402
-                        || test ! -s conftest.err'
 
28403
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
28404
-  (eval $ac_try) 2>&5
 
28405
-  ac_status=$?
 
28406
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28407
-  (exit $ac_status); }; } &&
 
28408
-        { ac_try='test -s conftest.$ac_objext'
 
28409
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
28410
-  (eval $ac_try) 2>&5
 
28411
-  ac_status=$?
 
28412
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28413
-  (exit $ac_status); }; }; then
 
28414
+  (exit $ac_status); } && {
 
28415
+        test -z "$ac_c_werror_flag" ||
 
28416
+        test ! -s conftest.err
 
28417
+       } && test -s conftest.$ac_objext; then
 
28418
   ac_header_compiler=yes
 
28419
 else
 
28420
   echo "$as_me: failed program was:" >&5
 
28421
 sed 's/^/| /' conftest.$ac_ext >&5
 
28422
 
 
28423
-ac_header_compiler=no
 
28424
+       ac_header_compiler=no
 
28425
 fi
 
28426
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
28427
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
28428
-echo "${ECHO_T}$ac_header_compiler" >&6
 
28429
+
 
28430
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
28431
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
28432
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
28433
 
 
28434
 # Is the header present?
 
28435
-echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h presence" >&5
 
28436
-echo $ECHO_N "checking CoreAudio/CoreAudio.h presence... $ECHO_C" >&6
 
28437
+{ echo "$as_me:$LINENO: checking CoreAudio/CoreAudio.h presence" >&5
 
28438
+echo $ECHO_N "checking CoreAudio/CoreAudio.h presence... $ECHO_C" >&6; }
 
28439
 cat >conftest.$ac_ext <<_ACEOF
 
28440
 /* confdefs.h.  */
 
28441
 _ACEOF
 
28442
@@ -24558,24 +25099,22 @@
 
28443
 /* end confdefs.h.  */
 
28444
 #include <CoreAudio/CoreAudio.h>
 
28445
 _ACEOF
 
28446
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
28447
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
28448
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
28449
+case "(($ac_try" in
 
28450
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28451
+  *) ac_try_echo=$ac_try;;
 
28452
+esac
 
28453
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
28454
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
28455
   ac_status=$?
 
28456
   grep -v '^ *+' conftest.er1 >conftest.err
 
28457
   rm -f conftest.er1
 
28458
   cat conftest.err >&5
 
28459
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28460
-  (exit $ac_status); } >/dev/null; then
 
28461
-  if test -s conftest.err; then
 
28462
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
28463
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
28464
-  else
 
28465
-    ac_cpp_err=
 
28466
-  fi
 
28467
-else
 
28468
-  ac_cpp_err=yes
 
28469
-fi
 
28470
-if test -z "$ac_cpp_err"; then
 
28471
+  (exit $ac_status); } >/dev/null && {
 
28472
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
28473
+        test ! -s conftest.err
 
28474
+       }; then
 
28475
   ac_header_preproc=yes
 
28476
 else
 
28477
   echo "$as_me: failed program was:" >&5
 
28478
@@ -24583,9 +25122,10 @@
 
28479
 
 
28480
   ac_header_preproc=no
 
28481
 fi
 
28482
+
 
28483
 rm -f conftest.err conftest.$ac_ext
 
28484
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
28485
-echo "${ECHO_T}$ac_header_preproc" >&6
 
28486
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
28487
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
28488
 
 
28489
 # So?  What about this header?
 
28490
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
28491
@@ -24609,25 +25149,18 @@
 
28492
 echo "$as_me: WARNING: CoreAudio/CoreAudio.h: proceeding with the preprocessor's result" >&2;}
 
28493
     { echo "$as_me:$LINENO: WARNING: CoreAudio/CoreAudio.h: in the future, the compiler will take precedence" >&5
 
28494
 echo "$as_me: WARNING: CoreAudio/CoreAudio.h: in the future, the compiler will take precedence" >&2;}
 
28495
-    (
 
28496
-      cat <<\_ASBOX
 
28497
-## ------------------------------------------ ##
 
28498
-## Report this to the AC_PACKAGE_NAME lists.  ##
 
28499
-## ------------------------------------------ ##
 
28500
-_ASBOX
 
28501
-    ) |
 
28502
-      sed "s/^/$as_me: WARNING:     /" >&2
 
28503
+
 
28504
     ;;
 
28505
 esac
 
28506
-echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
 
28507
-echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6
 
28508
+{ echo "$as_me:$LINENO: checking for CoreAudio/CoreAudio.h" >&5
 
28509
+echo $ECHO_N "checking for CoreAudio/CoreAudio.h... $ECHO_C" >&6; }
 
28510
 if test "${ac_cv_header_CoreAudio_CoreAudio_h+set}" = set; then
 
28511
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
28512
 else
 
28513
   ac_cv_header_CoreAudio_CoreAudio_h=$ac_header_preproc
 
28514
 fi
 
28515
-echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
 
28516
-echo "${ECHO_T}$ac_cv_header_CoreAudio_CoreAudio_h" >&6
 
28517
+{ echo "$as_me:$LINENO: result: $ac_cv_header_CoreAudio_CoreAudio_h" >&5
 
28518
+echo "${ECHO_T}$ac_cv_header_CoreAudio_CoreAudio_h" >&6; }
 
28519
 
 
28520
 fi
 
28521
 if test $ac_cv_header_CoreAudio_CoreAudio_h = yes; then
 
28522
@@ -24644,8 +25177,8 @@
 
28523
 
 
28524
 
 
28525
 
 
28526
-  echo "$as_me:$LINENO: checking if res_init needs -lresolv" >&5
 
28527
-echo $ECHO_N "checking if res_init needs -lresolv... $ECHO_C" >&6
 
28528
+  { echo "$as_me:$LINENO: checking if res_init needs -lresolv" >&5
 
28529
+echo $ECHO_N "checking if res_init needs -lresolv... $ECHO_C" >&6; }
 
28530
   kde_libs_safe="$LIBS"
 
28531
   LIBS="$LIBS $X_EXTRA_LIBS -lresolv"
 
28532
   cat >conftest.$ac_ext <<_ACEOF
 
28533
@@ -24671,31 +25204,27 @@
 
28534
 }
 
28535
 _ACEOF
 
28536
 rm -f conftest.$ac_objext conftest$ac_exeext
 
28537
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
28538
-  (eval $ac_link) 2>conftest.er1
 
28539
+if { (ac_try="$ac_link"
 
28540
+case "(($ac_try" in
 
28541
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28542
+  *) ac_try_echo=$ac_try;;
 
28543
+esac
 
28544
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
28545
+  (eval "$ac_link") 2>conftest.er1
 
28546
   ac_status=$?
 
28547
   grep -v '^ *+' conftest.er1 >conftest.err
 
28548
   rm -f conftest.er1
 
28549
   cat conftest.err >&5
 
28550
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28551
-  (exit $ac_status); } &&
 
28552
-        { ac_try='test -z "$ac_c_werror_flag"
 
28553
-                        || test ! -s conftest.err'
 
28554
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
28555
-  (eval $ac_try) 2>&5
 
28556
-  ac_status=$?
 
28557
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28558
-  (exit $ac_status); }; } &&
 
28559
-        { ac_try='test -s conftest$ac_exeext'
 
28560
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
28561
-  (eval $ac_try) 2>&5
 
28562
-  ac_status=$?
 
28563
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28564
-  (exit $ac_status); }; }; then
 
28565
+  (exit $ac_status); } && {
 
28566
+        test -z "$ac_c_werror_flag" ||
 
28567
+        test ! -s conftest.err
 
28568
+       } && test -s conftest$ac_exeext &&
 
28569
+       $as_test_x conftest$ac_exeext; then
 
28570
 
 
28571
       LIBRESOLV="-lresolv"
 
28572
-      echo "$as_me:$LINENO: result: yes" >&5
 
28573
-echo "${ECHO_T}yes" >&6
 
28574
+      { echo "$as_me:$LINENO: result: yes" >&5
 
28575
+echo "${ECHO_T}yes" >&6; }
 
28576
 
 
28577
 cat >>confdefs.h <<\_ACEOF
 
28578
 #define HAVE_RES_INIT 1
 
28579
@@ -24706,25 +25235,25 @@
 
28580
   echo "$as_me: failed program was:" >&5
 
28581
 sed 's/^/| /' conftest.$ac_ext >&5
 
28582
 
 
28583
- echo "$as_me:$LINENO: result: no" >&5
 
28584
-echo "${ECHO_T}no" >&6
 
28585
+        { echo "$as_me:$LINENO: result: no" >&5
 
28586
+echo "${ECHO_T}no" >&6; }
 
28587
 
 
28588
 fi
 
28589
-rm -f conftest.err conftest.$ac_objext \
 
28590
+
 
28591
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
28592
       conftest$ac_exeext conftest.$ac_ext
 
28593
   LIBS=$kde_libs_safe
 
28594
 
 
28595
 
 
28596
 
 
28597
-echo "$as_me:$LINENO: checking for res_init" >&5
 
28598
-echo $ECHO_N "checking for res_init... $ECHO_C" >&6
 
28599
+{ echo "$as_me:$LINENO: checking for res_init" >&5
 
28600
+echo $ECHO_N "checking for res_init... $ECHO_C" >&6; }
 
28601
 if test "${kde_cv_func_res_init+set}" = set; then
 
28602
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
28603
 else
 
28604
 
 
28605
 
 
28606
-
 
28607
- ac_ext=cc
 
28608
+ ac_ext=cpp
 
28609
 ac_cpp='$CXXCPP $CPPFLAGS'
 
28610
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
28611
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
28612
@@ -24736,9 +25265,6 @@
 
28613
 save_CXXFLAGS="$CXXFLAGS"
 
28614
 kde_safe_LIBS="$LIBS"
 
28615
 LIBS="$LIBS $X_EXTRA_LIBS"
 
28616
-if test "$GXX" = "yes"; then
 
28617
-CXXFLAGS="$CXXFLAGS -pedantic-errors"
 
28618
-fi
 
28619
 cat >conftest.$ac_ext <<_ACEOF
 
28620
 /* confdefs.h.  */
 
28621
 _ACEOF
 
28622
@@ -24764,35 +25290,31 @@
 
28623
 }
 
28624
 _ACEOF
 
28625
 rm -f conftest.$ac_objext
 
28626
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
28627
-  (eval $ac_compile) 2>conftest.er1
 
28628
+if { (ac_try="$ac_compile"
 
28629
+case "(($ac_try" in
 
28630
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28631
+  *) ac_try_echo=$ac_try;;
 
28632
+esac
 
28633
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
28634
+  (eval "$ac_compile") 2>conftest.er1
 
28635
   ac_status=$?
 
28636
   grep -v '^ *+' conftest.er1 >conftest.err
 
28637
   rm -f conftest.er1
 
28638
   cat conftest.err >&5
 
28639
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28640
-  (exit $ac_status); } &&
 
28641
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
28642
-                        || test ! -s conftest.err'
 
28643
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
28644
-  (eval $ac_try) 2>&5
 
28645
-  ac_status=$?
 
28646
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28647
-  (exit $ac_status); }; } &&
 
28648
-        { ac_try='test -s conftest.$ac_objext'
 
28649
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
28650
-  (eval $ac_try) 2>&5
 
28651
-  ac_status=$?
 
28652
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28653
-  (exit $ac_status); }; }; then
 
28654
+  (exit $ac_status); } && {
 
28655
+        test -z "$ac_cxx_werror_flag" ||
 
28656
+        test ! -s conftest.err
 
28657
+       } && test -s conftest.$ac_objext; then
 
28658
   kde_cv_func_res_init=yes
 
28659
 else
 
28660
   echo "$as_me: failed program was:" >&5
 
28661
 sed 's/^/| /' conftest.$ac_ext >&5
 
28662
 
 
28663
-kde_cv_func_res_init=no
 
28664
+       kde_cv_func_res_init=no
 
28665
 fi
 
28666
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
28667
+
 
28668
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
28669
 CXXFLAGS="$save_CXXFLAGS"
 
28670
 LIBS="$kde_safe_LIBS"
 
28671
 ac_ext=c
 
28672
@@ -24805,11 +25327,11 @@
 
28673
 fi
 
28674
 
 
28675
 
 
28676
-echo "$as_me:$LINENO: result: $kde_cv_func_res_init" >&5
 
28677
-echo "${ECHO_T}$kde_cv_func_res_init" >&6
 
28678
+{ echo "$as_me:$LINENO: result: $kde_cv_func_res_init" >&5
 
28679
+echo "${ECHO_T}$kde_cv_func_res_init" >&6; }
 
28680
 
 
28681
-echo "$as_me:$LINENO: checking if res_init needs custom prototype" >&5
 
28682
-echo $ECHO_N "checking if res_init needs custom prototype... $ECHO_C" >&6
 
28683
+{ echo "$as_me:$LINENO: checking if res_init needs custom prototype" >&5
 
28684
+echo $ECHO_N "checking if res_init needs custom prototype... $ECHO_C" >&6; }
 
28685
 if test "${kde_cv_proto_res_init+set}" = set; then
 
28686
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
28687
 else
 
28688
@@ -24830,8 +25352,7 @@
 
28689
 if test "x$kde_cv_proto_res_init" = xunknown; then
 
28690
 
 
28691
 
 
28692
-
 
28693
- ac_ext=cc
 
28694
+ ac_ext=cpp
 
28695
 ac_cpp='$CXXCPP $CPPFLAGS'
 
28696
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
28697
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
28698
@@ -24869,37 +25390,34 @@
 
28699
 }
 
28700
 _ACEOF
 
28701
 rm -f conftest.$ac_objext conftest$ac_exeext
 
28702
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
28703
-  (eval $ac_link) 2>conftest.er1
 
28704
+if { (ac_try="$ac_link"
 
28705
+case "(($ac_try" in
 
28706
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28707
+  *) ac_try_echo=$ac_try;;
 
28708
+esac
 
28709
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
28710
+  (eval "$ac_link") 2>conftest.er1
 
28711
   ac_status=$?
 
28712
   grep -v '^ *+' conftest.er1 >conftest.err
 
28713
   rm -f conftest.er1
 
28714
   cat conftest.err >&5
 
28715
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28716
-  (exit $ac_status); } &&
 
28717
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
28718
-                        || test ! -s conftest.err'
 
28719
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
28720
-  (eval $ac_try) 2>&5
 
28721
-  ac_status=$?
 
28722
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28723
-  (exit $ac_status); }; } &&
 
28724
-        { ac_try='test -s conftest$ac_exeext'
 
28725
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
28726
-  (eval $ac_try) 2>&5
 
28727
-  ac_status=$?
 
28728
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28729
-  (exit $ac_status); }; }; then
 
28730
+  (exit $ac_status); } && {
 
28731
+        test -z "$ac_cxx_werror_flag" ||
 
28732
+        test ! -s conftest.err
 
28733
+       } && test -s conftest$ac_exeext &&
 
28734
+       $as_test_x conftest$ac_exeext; then
 
28735
    kde_cv_func_res_init=yes
 
28736
   kde_cv_proto_res_init=yes
 
28737
 else
 
28738
   echo "$as_me: failed program was:" >&5
 
28739
 sed 's/^/| /' conftest.$ac_ext >&5
 
28740
 
 
28741
-kde_cv_proto_res_init="res_init unavailable"
 
28742
+       kde_cv_proto_res_init="res_init unavailable"
 
28743
 
 
28744
 fi
 
28745
-rm -f conftest.err conftest.$ac_objext \
 
28746
+
 
28747
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
28748
       conftest$ac_exeext conftest.$ac_ext
 
28749
 LIBS=$kde_safe_libs
 
28750
 ac_ext=c
 
28751
@@ -24912,8 +25430,8 @@
 
28752
 
 
28753
 fi
 
28754
 
 
28755
-echo "$as_me:$LINENO: result: $kde_cv_proto_res_init" >&5
 
28756
-echo "${ECHO_T}$kde_cv_proto_res_init" >&6
 
28757
+{ echo "$as_me:$LINENO: result: $kde_cv_proto_res_init" >&5
 
28758
+echo "${ECHO_T}$kde_cv_proto_res_init" >&6; }
 
28759
 
 
28760
 if test "x$kde_cv_func_res_init" = xyes; then
 
28761
 
 
28762
@@ -24940,8 +25458,8 @@
 
28763
    LIBSOCKET="$X_EXTRA_LIBS"
 
28764
 
 
28765
 
 
28766
-   echo "$as_me:$LINENO: checking for killpg in -lucb" >&5
 
28767
-echo $ECHO_N "checking for killpg in -lucb... $ECHO_C" >&6
 
28768
+   { echo "$as_me:$LINENO: checking for killpg in -lucb" >&5
 
28769
+echo $ECHO_N "checking for killpg in -lucb... $ECHO_C" >&6; }
 
28770
 if test "${ac_cv_lib_ucb_killpg+set}" = set; then
 
28771
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
28772
 else
 
28773
@@ -24954,69 +25472,66 @@
 
28774
 cat >>conftest.$ac_ext <<_ACEOF
 
28775
 /* end confdefs.h.  */
 
28776
 
 
28777
-/* Override any gcc2 internal prototype to avoid an error.  */
 
28778
+/* Override any GCC internal prototype to avoid an error.
 
28779
+   Use char because int might match the return type of a GCC
 
28780
+   builtin and then its argument prototype would still apply.  */
 
28781
 #ifdef __cplusplus
 
28782
 extern "C"
 
28783
 #endif
 
28784
-/* We use char because int might match the return type of a gcc2
 
28785
-   builtin and then its argument prototype would still apply.  */
 
28786
 char killpg ();
 
28787
 int
 
28788
 main ()
 
28789
 {
 
28790
-killpg ();
 
28791
+return killpg ();
 
28792
   ;
 
28793
   return 0;
 
28794
 }
 
28795
 _ACEOF
 
28796
 rm -f conftest.$ac_objext conftest$ac_exeext
 
28797
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
28798
-  (eval $ac_link) 2>conftest.er1
 
28799
+if { (ac_try="$ac_link"
 
28800
+case "(($ac_try" in
 
28801
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28802
+  *) ac_try_echo=$ac_try;;
 
28803
+esac
 
28804
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
28805
+  (eval "$ac_link") 2>conftest.er1
 
28806
   ac_status=$?
 
28807
   grep -v '^ *+' conftest.er1 >conftest.err
 
28808
   rm -f conftest.er1
 
28809
   cat conftest.err >&5
 
28810
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28811
-  (exit $ac_status); } &&
 
28812
-        { ac_try='test -z "$ac_c_werror_flag"
 
28813
-                        || test ! -s conftest.err'
 
28814
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
28815
-  (eval $ac_try) 2>&5
 
28816
-  ac_status=$?
 
28817
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28818
-  (exit $ac_status); }; } &&
 
28819
-        { ac_try='test -s conftest$ac_exeext'
 
28820
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
28821
-  (eval $ac_try) 2>&5
 
28822
-  ac_status=$?
 
28823
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28824
-  (exit $ac_status); }; }; then
 
28825
+  (exit $ac_status); } && {
 
28826
+        test -z "$ac_c_werror_flag" ||
 
28827
+        test ! -s conftest.err
 
28828
+       } && test -s conftest$ac_exeext &&
 
28829
+       $as_test_x conftest$ac_exeext; then
 
28830
   ac_cv_lib_ucb_killpg=yes
 
28831
 else
 
28832
   echo "$as_me: failed program was:" >&5
 
28833
 sed 's/^/| /' conftest.$ac_ext >&5
 
28834
 
 
28835
-ac_cv_lib_ucb_killpg=no
 
28836
+       ac_cv_lib_ucb_killpg=no
 
28837
 fi
 
28838
-rm -f conftest.err conftest.$ac_objext \
 
28839
+
 
28840
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
28841
       conftest$ac_exeext conftest.$ac_ext
 
28842
 LIBS=$ac_check_lib_save_LIBS
 
28843
 fi
 
28844
-echo "$as_me:$LINENO: result: $ac_cv_lib_ucb_killpg" >&5
 
28845
-echo "${ECHO_T}$ac_cv_lib_ucb_killpg" >&6
 
28846
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_ucb_killpg" >&5
 
28847
+echo "${ECHO_T}$ac_cv_lib_ucb_killpg" >&6; }
 
28848
 if test $ac_cv_lib_ucb_killpg = yes; then
 
28849
   LIBUCB="-lucb"
 
28850
 fi
 
28851
 
 
28852
 
 
28853
    case $host in     *-*-lynxos* )
 
28854
-        echo "$as_me:$LINENO: checking LynxOS header file wrappers" >&5
 
28855
-echo $ECHO_N "checking LynxOS header file wrappers... $ECHO_C" >&6
 
28856
+        { echo "$as_me:$LINENO: checking LynxOS header file wrappers" >&5
 
28857
+echo $ECHO_N "checking LynxOS header file wrappers... $ECHO_C" >&6; }
 
28858
         CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__"
 
28859
-        echo "$as_me:$LINENO: result: disabled" >&5
 
28860
-echo "${ECHO_T}disabled" >&6
 
28861
-        echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
 
28862
-echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
 
28863
+        { echo "$as_me:$LINENO: result: disabled" >&5
 
28864
+echo "${ECHO_T}disabled" >&6; }
 
28865
+        { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
 
28866
+echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
 
28867
 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
 
28868
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
28869
 else
 
28870
@@ -25029,64 +25544,61 @@
 
28871
 cat >>conftest.$ac_ext <<_ACEOF
 
28872
 /* end confdefs.h.  */
 
28873
 
 
28874
-/* Override any gcc2 internal prototype to avoid an error.  */
 
28875
+/* Override any GCC internal prototype to avoid an error.
 
28876
+   Use char because int might match the return type of a GCC
 
28877
+   builtin and then its argument prototype would still apply.  */
 
28878
 #ifdef __cplusplus
 
28879
 extern "C"
 
28880
 #endif
 
28881
-/* We use char because int might match the return type of a gcc2
 
28882
-   builtin and then its argument prototype would still apply.  */
 
28883
 char gethostbyname ();
 
28884
 int
 
28885
 main ()
 
28886
 {
 
28887
-gethostbyname ();
 
28888
+return gethostbyname ();
 
28889
   ;
 
28890
   return 0;
 
28891
 }
 
28892
 _ACEOF
 
28893
 rm -f conftest.$ac_objext conftest$ac_exeext
 
28894
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
28895
-  (eval $ac_link) 2>conftest.er1
 
28896
+if { (ac_try="$ac_link"
 
28897
+case "(($ac_try" in
 
28898
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28899
+  *) ac_try_echo=$ac_try;;
 
28900
+esac
 
28901
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
28902
+  (eval "$ac_link") 2>conftest.er1
 
28903
   ac_status=$?
 
28904
   grep -v '^ *+' conftest.er1 >conftest.err
 
28905
   rm -f conftest.er1
 
28906
   cat conftest.err >&5
 
28907
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28908
-  (exit $ac_status); } &&
 
28909
-        { ac_try='test -z "$ac_c_werror_flag"
 
28910
-                        || test ! -s conftest.err'
 
28911
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
28912
-  (eval $ac_try) 2>&5
 
28913
-  ac_status=$?
 
28914
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28915
-  (exit $ac_status); }; } &&
 
28916
-        { ac_try='test -s conftest$ac_exeext'
 
28917
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
28918
-  (eval $ac_try) 2>&5
 
28919
-  ac_status=$?
 
28920
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28921
-  (exit $ac_status); }; }; then
 
28922
+  (exit $ac_status); } && {
 
28923
+        test -z "$ac_c_werror_flag" ||
 
28924
+        test ! -s conftest.err
 
28925
+       } && test -s conftest$ac_exeext &&
 
28926
+       $as_test_x conftest$ac_exeext; then
 
28927
   ac_cv_lib_bsd_gethostbyname=yes
 
28928
 else
 
28929
   echo "$as_me: failed program was:" >&5
 
28930
 sed 's/^/| /' conftest.$ac_ext >&5
 
28931
 
 
28932
-ac_cv_lib_bsd_gethostbyname=no
 
28933
+       ac_cv_lib_bsd_gethostbyname=no
 
28934
 fi
 
28935
-rm -f conftest.err conftest.$ac_objext \
 
28936
+
 
28937
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
28938
       conftest$ac_exeext conftest.$ac_ext
 
28939
 LIBS=$ac_check_lib_save_LIBS
 
28940
 fi
 
28941
-echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
 
28942
-echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
 
28943
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
 
28944
+echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
 
28945
 if test $ac_cv_lib_bsd_gethostbyname = yes; then
 
28946
   LIBSOCKET="-lbsd"
 
28947
 fi
 
28948
           ;;
 
28949
     esac
 
28950
 
 
28951
-     echo "$as_me:$LINENO: checking for int" >&5
 
28952
-echo $ECHO_N "checking for int... $ECHO_C" >&6
 
28953
+     { echo "$as_me:$LINENO: checking for int" >&5
 
28954
+echo $ECHO_N "checking for int... $ECHO_C" >&6; }
 
28955
 if test "${ac_cv_type_int+set}" = set; then
 
28956
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
28957
 else
 
28958
@@ -25097,61 +25609,57 @@
 
28959
 cat >>conftest.$ac_ext <<_ACEOF
 
28960
 /* end confdefs.h.  */
 
28961
 $ac_includes_default
 
28962
+typedef int ac__type_new_;
 
28963
 int
 
28964
 main ()
 
28965
 {
 
28966
-if ((int *) 0)
 
28967
+if ((ac__type_new_ *) 0)
 
28968
   return 0;
 
28969
-if (sizeof (int))
 
28970
+if (sizeof (ac__type_new_))
 
28971
   return 0;
 
28972
   ;
 
28973
   return 0;
 
28974
 }
 
28975
 _ACEOF
 
28976
 rm -f conftest.$ac_objext
 
28977
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
28978
-  (eval $ac_compile) 2>conftest.er1
 
28979
+if { (ac_try="$ac_compile"
 
28980
+case "(($ac_try" in
 
28981
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28982
+  *) ac_try_echo=$ac_try;;
 
28983
+esac
 
28984
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
28985
+  (eval "$ac_compile") 2>conftest.er1
 
28986
   ac_status=$?
 
28987
   grep -v '^ *+' conftest.er1 >conftest.err
 
28988
   rm -f conftest.er1
 
28989
   cat conftest.err >&5
 
28990
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28991
-  (exit $ac_status); } &&
 
28992
-        { ac_try='test -z "$ac_c_werror_flag"
 
28993
-                        || test ! -s conftest.err'
 
28994
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
28995
-  (eval $ac_try) 2>&5
 
28996
-  ac_status=$?
 
28997
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28998
-  (exit $ac_status); }; } &&
 
28999
-        { ac_try='test -s conftest.$ac_objext'
 
29000
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29001
-  (eval $ac_try) 2>&5
 
29002
-  ac_status=$?
 
29003
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29004
-  (exit $ac_status); }; }; then
 
29005
+  (exit $ac_status); } && {
 
29006
+        test -z "$ac_c_werror_flag" ||
 
29007
+        test ! -s conftest.err
 
29008
+       } && test -s conftest.$ac_objext; then
 
29009
   ac_cv_type_int=yes
 
29010
 else
 
29011
   echo "$as_me: failed program was:" >&5
 
29012
 sed 's/^/| /' conftest.$ac_ext >&5
 
29013
 
 
29014
-ac_cv_type_int=no
 
29015
+       ac_cv_type_int=no
 
29016
 fi
 
29017
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
29018
+
 
29019
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
29020
 fi
 
29021
-echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
 
29022
-echo "${ECHO_T}$ac_cv_type_int" >&6
 
29023
+{ echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
 
29024
+echo "${ECHO_T}$ac_cv_type_int" >&6; }
 
29025
 
 
29026
-echo "$as_me:$LINENO: checking size of int" >&5
 
29027
-echo $ECHO_N "checking size of int... $ECHO_C" >&6
 
29028
+# The cast to long int works around a bug in the HP C Compiler
 
29029
+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 
29030
+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 
29031
+# This bug is HP SR number 8606223364.
 
29032
+{ echo "$as_me:$LINENO: checking size of int" >&5
 
29033
+echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
 
29034
 if test "${ac_cv_sizeof_int+set}" = set; then
 
29035
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
29036
 else
 
29037
-  if test "$ac_cv_type_int" = yes; then
 
29038
-  # The cast to unsigned long works around a bug in the HP C Compiler
 
29039
-  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 
29040
-  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 
29041
-  # This bug is HP SR number 8606223364.
 
29042
   if test "$cross_compiling" = yes; then
 
29043
   # Depending upon the size, compute the lo and hi bounds.
 
29044
 cat >conftest.$ac_ext <<_ACEOF
 
29045
@@ -25161,10 +25669,11 @@
 
29046
 cat >>conftest.$ac_ext <<_ACEOF
 
29047
 /* end confdefs.h.  */
 
29048
 $ac_includes_default
 
29049
+   typedef int ac__type_sizeof_;
 
29050
 int
 
29051
 main ()
 
29052
 {
 
29053
-static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
 
29054
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
 
29055
 test_array [0] = 0
 
29056
 
 
29057
   ;
 
29058
@@ -25172,27 +25681,22 @@
 
29059
 }
 
29060
 _ACEOF
 
29061
 rm -f conftest.$ac_objext
 
29062
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
29063
-  (eval $ac_compile) 2>conftest.er1
 
29064
+if { (ac_try="$ac_compile"
 
29065
+case "(($ac_try" in
 
29066
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29067
+  *) ac_try_echo=$ac_try;;
 
29068
+esac
 
29069
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
29070
+  (eval "$ac_compile") 2>conftest.er1
 
29071
   ac_status=$?
 
29072
   grep -v '^ *+' conftest.er1 >conftest.err
 
29073
   rm -f conftest.er1
 
29074
   cat conftest.err >&5
 
29075
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29076
-  (exit $ac_status); } &&
 
29077
-        { ac_try='test -z "$ac_c_werror_flag"
 
29078
-                        || test ! -s conftest.err'
 
29079
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29080
-  (eval $ac_try) 2>&5
 
29081
-  ac_status=$?
 
29082
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29083
-  (exit $ac_status); }; } &&
 
29084
-        { ac_try='test -s conftest.$ac_objext'
 
29085
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29086
-  (eval $ac_try) 2>&5
 
29087
-  ac_status=$?
 
29088
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29089
-  (exit $ac_status); }; }; then
 
29090
+  (exit $ac_status); } && {
 
29091
+        test -z "$ac_c_werror_flag" ||
 
29092
+        test ! -s conftest.err
 
29093
+       } && test -s conftest.$ac_objext; then
 
29094
   ac_lo=0 ac_mid=0
 
29095
   while :; do
 
29096
     cat >conftest.$ac_ext <<_ACEOF
 
29097
@@ -25202,10 +25706,11 @@
 
29098
 cat >>conftest.$ac_ext <<_ACEOF
 
29099
 /* end confdefs.h.  */
 
29100
 $ac_includes_default
 
29101
+   typedef int ac__type_sizeof_;
 
29102
 int
 
29103
 main ()
 
29104
 {
 
29105
-static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
 
29106
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
 
29107
 test_array [0] = 0
 
29108
 
 
29109
   ;
 
29110
@@ -25213,56 +25718,53 @@
 
29111
 }
 
29112
 _ACEOF
 
29113
 rm -f conftest.$ac_objext
 
29114
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
29115
-  (eval $ac_compile) 2>conftest.er1
 
29116
+if { (ac_try="$ac_compile"
 
29117
+case "(($ac_try" in
 
29118
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29119
+  *) ac_try_echo=$ac_try;;
 
29120
+esac
 
29121
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
29122
+  (eval "$ac_compile") 2>conftest.er1
 
29123
   ac_status=$?
 
29124
   grep -v '^ *+' conftest.er1 >conftest.err
 
29125
   rm -f conftest.er1
 
29126
   cat conftest.err >&5
 
29127
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29128
-  (exit $ac_status); } &&
 
29129
-        { ac_try='test -z "$ac_c_werror_flag"
 
29130
-                        || test ! -s conftest.err'
 
29131
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29132
-  (eval $ac_try) 2>&5
 
29133
-  ac_status=$?
 
29134
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29135
-  (exit $ac_status); }; } &&
 
29136
-        { ac_try='test -s conftest.$ac_objext'
 
29137
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29138
-  (eval $ac_try) 2>&5
 
29139
-  ac_status=$?
 
29140
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29141
-  (exit $ac_status); }; }; then
 
29142
+  (exit $ac_status); } && {
 
29143
+        test -z "$ac_c_werror_flag" ||
 
29144
+        test ! -s conftest.err
 
29145
+       } && test -s conftest.$ac_objext; then
 
29146
   ac_hi=$ac_mid; break
 
29147
 else
 
29148
   echo "$as_me: failed program was:" >&5
 
29149
 sed 's/^/| /' conftest.$ac_ext >&5
 
29150
 
 
29151
-ac_lo=`expr $ac_mid + 1`
 
29152
-                   if test $ac_lo -le $ac_mid; then
 
29153
-                     ac_lo= ac_hi=
 
29154
-                     break
 
29155
-                   fi
 
29156
-                   ac_mid=`expr 2 '*' $ac_mid + 1`
 
29157
+       ac_lo=`expr $ac_mid + 1`
 
29158
+                       if test $ac_lo -le $ac_mid; then
 
29159
+                         ac_lo= ac_hi=
 
29160
+                         break
 
29161
+                       fi
 
29162
+                       ac_mid=`expr 2 '*' $ac_mid + 1`
 
29163
 fi
 
29164
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
29165
+
 
29166
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
29167
   done
 
29168
 else
 
29169
   echo "$as_me: failed program was:" >&5
 
29170
 sed 's/^/| /' conftest.$ac_ext >&5
 
29171
 
 
29172
-cat >conftest.$ac_ext <<_ACEOF
 
29173
+       cat >conftest.$ac_ext <<_ACEOF
 
29174
 /* confdefs.h.  */
 
29175
 _ACEOF
 
29176
 cat confdefs.h >>conftest.$ac_ext
 
29177
 cat >>conftest.$ac_ext <<_ACEOF
 
29178
 /* end confdefs.h.  */
 
29179
 $ac_includes_default
 
29180
+   typedef int ac__type_sizeof_;
 
29181
 int
 
29182
 main ()
 
29183
 {
 
29184
-static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
 
29185
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
 
29186
 test_array [0] = 0
 
29187
 
 
29188
   ;
 
29189
@@ -25270,27 +25772,22 @@
 
29190
 }
 
29191
 _ACEOF
 
29192
 rm -f conftest.$ac_objext
 
29193
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
29194
-  (eval $ac_compile) 2>conftest.er1
 
29195
+if { (ac_try="$ac_compile"
 
29196
+case "(($ac_try" in
 
29197
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29198
+  *) ac_try_echo=$ac_try;;
 
29199
+esac
 
29200
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
29201
+  (eval "$ac_compile") 2>conftest.er1
 
29202
   ac_status=$?
 
29203
   grep -v '^ *+' conftest.er1 >conftest.err
 
29204
   rm -f conftest.er1
 
29205
   cat conftest.err >&5
 
29206
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29207
-  (exit $ac_status); } &&
 
29208
-        { ac_try='test -z "$ac_c_werror_flag"
 
29209
-                        || test ! -s conftest.err'
 
29210
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29211
-  (eval $ac_try) 2>&5
 
29212
-  ac_status=$?
 
29213
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29214
-  (exit $ac_status); }; } &&
 
29215
-        { ac_try='test -s conftest.$ac_objext'
 
29216
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29217
-  (eval $ac_try) 2>&5
 
29218
-  ac_status=$?
 
29219
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29220
-  (exit $ac_status); }; }; then
 
29221
+  (exit $ac_status); } && {
 
29222
+        test -z "$ac_c_werror_flag" ||
 
29223
+        test ! -s conftest.err
 
29224
+       } && test -s conftest.$ac_objext; then
 
29225
   ac_hi=-1 ac_mid=-1
 
29226
   while :; do
 
29227
     cat >conftest.$ac_ext <<_ACEOF
 
29228
@@ -25300,10 +25797,11 @@
 
29229
 cat >>conftest.$ac_ext <<_ACEOF
 
29230
 /* end confdefs.h.  */
 
29231
 $ac_includes_default
 
29232
+   typedef int ac__type_sizeof_;
 
29233
 int
 
29234
 main ()
 
29235
 {
 
29236
-static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
 
29237
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
 
29238
 test_array [0] = 0
 
29239
 
 
29240
   ;
 
29241
@@ -25311,50 +25809,48 @@
 
29242
 }
 
29243
 _ACEOF
 
29244
 rm -f conftest.$ac_objext
 
29245
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
29246
-  (eval $ac_compile) 2>conftest.er1
 
29247
+if { (ac_try="$ac_compile"
 
29248
+case "(($ac_try" in
 
29249
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29250
+  *) ac_try_echo=$ac_try;;
 
29251
+esac
 
29252
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
29253
+  (eval "$ac_compile") 2>conftest.er1
 
29254
   ac_status=$?
 
29255
   grep -v '^ *+' conftest.er1 >conftest.err
 
29256
   rm -f conftest.er1
 
29257
   cat conftest.err >&5
 
29258
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29259
-  (exit $ac_status); } &&
 
29260
-        { ac_try='test -z "$ac_c_werror_flag"
 
29261
-                        || test ! -s conftest.err'
 
29262
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29263
-  (eval $ac_try) 2>&5
 
29264
-  ac_status=$?
 
29265
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29266
-  (exit $ac_status); }; } &&
 
29267
-        { ac_try='test -s conftest.$ac_objext'
 
29268
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29269
-  (eval $ac_try) 2>&5
 
29270
-  ac_status=$?
 
29271
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29272
-  (exit $ac_status); }; }; then
 
29273
+  (exit $ac_status); } && {
 
29274
+        test -z "$ac_c_werror_flag" ||
 
29275
+        test ! -s conftest.err
 
29276
+       } && test -s conftest.$ac_objext; then
 
29277
   ac_lo=$ac_mid; break
 
29278
 else
 
29279
   echo "$as_me: failed program was:" >&5
 
29280
 sed 's/^/| /' conftest.$ac_ext >&5
 
29281
 
 
29282
-ac_hi=`expr '(' $ac_mid ')' - 1`
 
29283
-                      if test $ac_mid -le $ac_hi; then
 
29284
-                        ac_lo= ac_hi=
 
29285
-                        break
 
29286
-                      fi
 
29287
-                      ac_mid=`expr 2 '*' $ac_mid`
 
29288
+       ac_hi=`expr '(' $ac_mid ')' - 1`
 
29289
+                       if test $ac_mid -le $ac_hi; then
 
29290
+                         ac_lo= ac_hi=
 
29291
+                         break
 
29292
+                       fi
 
29293
+                       ac_mid=`expr 2 '*' $ac_mid`
 
29294
 fi
 
29295
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
29296
+
 
29297
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
29298
   done
 
29299
 else
 
29300
   echo "$as_me: failed program was:" >&5
 
29301
 sed 's/^/| /' conftest.$ac_ext >&5
 
29302
 
 
29303
-ac_lo= ac_hi=
 
29304
+       ac_lo= ac_hi=
 
29305
 fi
 
29306
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
29307
+
 
29308
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
29309
 fi
 
29310
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
29311
+
 
29312
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
29313
 # Binary search between lo and hi bounds.
 
29314
 while test "x$ac_lo" != "x$ac_hi"; do
 
29315
   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
 
29316
@@ -25365,10 +25861,11 @@
 
29317
 cat >>conftest.$ac_ext <<_ACEOF
 
29318
 /* end confdefs.h.  */
 
29319
 $ac_includes_default
 
29320
+   typedef int ac__type_sizeof_;
 
29321
 int
 
29322
 main ()
 
29323
 {
 
29324
-static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
 
29325
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
 
29326
 test_array [0] = 0
 
29327
 
 
29328
   ;
 
29329
@@ -25376,52 +25873,45 @@
 
29330
 }
 
29331
 _ACEOF
 
29332
 rm -f conftest.$ac_objext
 
29333
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
29334
-  (eval $ac_compile) 2>conftest.er1
 
29335
+if { (ac_try="$ac_compile"
 
29336
+case "(($ac_try" in
 
29337
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29338
+  *) ac_try_echo=$ac_try;;
 
29339
+esac
 
29340
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
29341
+  (eval "$ac_compile") 2>conftest.er1
 
29342
   ac_status=$?
 
29343
   grep -v '^ *+' conftest.er1 >conftest.err
 
29344
   rm -f conftest.er1
 
29345
   cat conftest.err >&5
 
29346
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29347
-  (exit $ac_status); } &&
 
29348
-        { ac_try='test -z "$ac_c_werror_flag"
 
29349
-                        || test ! -s conftest.err'
 
29350
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29351
-  (eval $ac_try) 2>&5
 
29352
-  ac_status=$?
 
29353
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29354
-  (exit $ac_status); }; } &&
 
29355
-        { ac_try='test -s conftest.$ac_objext'
 
29356
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29357
-  (eval $ac_try) 2>&5
 
29358
-  ac_status=$?
 
29359
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29360
-  (exit $ac_status); }; }; then
 
29361
+  (exit $ac_status); } && {
 
29362
+        test -z "$ac_c_werror_flag" ||
 
29363
+        test ! -s conftest.err
 
29364
+       } && test -s conftest.$ac_objext; then
 
29365
   ac_hi=$ac_mid
 
29366
 else
 
29367
   echo "$as_me: failed program was:" >&5
 
29368
 sed 's/^/| /' conftest.$ac_ext >&5
 
29369
 
 
29370
-ac_lo=`expr '(' $ac_mid ')' + 1`
 
29371
+       ac_lo=`expr '(' $ac_mid ')' + 1`
 
29372
 fi
 
29373
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
29374
+
 
29375
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
29376
 done
 
29377
 case $ac_lo in
 
29378
 ?*) ac_cv_sizeof_int=$ac_lo;;
 
29379
-'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
 
29380
+'') if test "$ac_cv_type_int" = yes; then
 
29381
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
 
29382
 See \`config.log' for more details." >&5
 
29383
-echo "$as_me: error: cannot compute sizeof (int), 77
 
29384
+echo "$as_me: error: cannot compute sizeof (int)
 
29385
 See \`config.log' for more details." >&2;}
 
29386
-   { (exit 1); exit 1; }; } ;;
 
29387
+   { (exit 77); exit 77; }; }
 
29388
+   else
 
29389
+     ac_cv_sizeof_int=0
 
29390
+   fi ;;
 
29391
 esac
 
29392
 else
 
29393
-  if test "$cross_compiling" = yes; then
 
29394
-  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
 
29395
-See \`config.log' for more details." >&5
 
29396
-echo "$as_me: error: cannot run test program while cross compiling
 
29397
-See \`config.log' for more details." >&2;}
 
29398
-   { (exit 1); exit 1; }; }
 
29399
-else
 
29400
   cat >conftest.$ac_ext <<_ACEOF
 
29401
 /* confdefs.h.  */
 
29402
 _ACEOF
 
29403
@@ -25429,8 +25919,9 @@
 
29404
 cat >>conftest.$ac_ext <<_ACEOF
 
29405
 /* end confdefs.h.  */
 
29406
 $ac_includes_default
 
29407
-long longval () { return (long) (sizeof (int)); }
 
29408
-unsigned long ulongval () { return (long) (sizeof (int)); }
 
29409
+   typedef int ac__type_sizeof_;
 
29410
+static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
 
29411
+static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
 
29412
 #include <stdio.h>
 
29413
 #include <stdlib.h>
 
29414
 int
 
29415
@@ -25439,35 +25930,44 @@
 
29416
 
 
29417
   FILE *f = fopen ("conftest.val", "w");
 
29418
   if (! f)
 
29419
-    exit (1);
 
29420
-  if (((long) (sizeof (int))) < 0)
 
29421
+    return 1;
 
29422
+  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
 
29423
     {
 
29424
-      long i = longval ();
 
29425
-      if (i != ((long) (sizeof (int))))
 
29426
-       exit (1);
 
29427
+      long int i = longval ();
 
29428
+      if (i != ((long int) (sizeof (ac__type_sizeof_))))
 
29429
+       return 1;
 
29430
       fprintf (f, "%ld\n", i);
 
29431
     }
 
29432
   else
 
29433
     {
 
29434
-      unsigned long i = ulongval ();
 
29435
-      if (i != ((long) (sizeof (int))))
 
29436
-       exit (1);
 
29437
+      unsigned long int i = ulongval ();
 
29438
+      if (i != ((long int) (sizeof (ac__type_sizeof_))))
 
29439
+       return 1;
 
29440
       fprintf (f, "%lu\n", i);
 
29441
     }
 
29442
-  exit (ferror (f) || fclose (f) != 0);
 
29443
+  return ferror (f) || fclose (f) != 0;
 
29444
 
 
29445
   ;
 
29446
   return 0;
 
29447
 }
 
29448
 _ACEOF
 
29449
 rm -f conftest$ac_exeext
 
29450
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
29451
-  (eval $ac_link) 2>&5
 
29452
+if { (ac_try="$ac_link"
 
29453
+case "(($ac_try" in
 
29454
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29455
+  *) ac_try_echo=$ac_try;;
 
29456
+esac
 
29457
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
29458
+  (eval "$ac_link") 2>&5
 
29459
   ac_status=$?
 
29460
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29461
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
29462
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29463
-  (eval $ac_try) 2>&5
 
29464
+  { (case "(($ac_try" in
 
29465
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29466
+  *) ac_try_echo=$ac_try;;
 
29467
+esac
 
29468
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
29469
+  (eval "$ac_try") 2>&5
 
29470
   ac_status=$?
 
29471
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29472
   (exit $ac_status); }; }; then
 
29473
@@ -25478,28 +25978,31 @@
 
29474
 sed 's/^/| /' conftest.$ac_ext >&5
 
29475
 
 
29476
 ( exit $ac_status )
 
29477
-{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
 
29478
+if test "$ac_cv_type_int" = yes; then
 
29479
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
 
29480
 See \`config.log' for more details." >&5
 
29481
-echo "$as_me: error: cannot compute sizeof (int), 77
 
29482
+echo "$as_me: error: cannot compute sizeof (int)
 
29483
 See \`config.log' for more details." >&2;}
 
29484
-   { (exit 1); exit 1; }; }
 
29485
-fi
 
29486
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
29487
+   { (exit 77); exit 77; }; }
 
29488
+   else
 
29489
+     ac_cv_sizeof_int=0
 
29490
+   fi
 
29491
 fi
 
29492
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
29493
 fi
 
29494
 rm -f conftest.val
 
29495
-else
 
29496
-  ac_cv_sizeof_int=0
 
29497
-fi
 
29498
 fi
 
29499
-echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
 
29500
-echo "${ECHO_T}$ac_cv_sizeof_int" >&6
 
29501
+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
 
29502
+echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
 
29503
+
 
29504
+
 
29505
+
 
29506
 cat >>confdefs.h <<_ACEOF
 
29507
 #define SIZEOF_INT $ac_cv_sizeof_int
 
29508
 _ACEOF
 
29509
 
 
29510
-   echo "$as_me:$LINENO: checking for short" >&5
 
29511
-echo $ECHO_N "checking for short... $ECHO_C" >&6
 
29512
+   { echo "$as_me:$LINENO: checking for short" >&5
 
29513
+echo $ECHO_N "checking for short... $ECHO_C" >&6; }
 
29514
 if test "${ac_cv_type_short+set}" = set; then
 
29515
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
29516
 else
 
29517
@@ -25510,61 +26013,57 @@
 
29518
 cat >>conftest.$ac_ext <<_ACEOF
 
29519
 /* end confdefs.h.  */
 
29520
 $ac_includes_default
 
29521
+typedef short ac__type_new_;
 
29522
 int
 
29523
 main ()
 
29524
 {
 
29525
-if ((short *) 0)
 
29526
+if ((ac__type_new_ *) 0)
 
29527
   return 0;
 
29528
-if (sizeof (short))
 
29529
+if (sizeof (ac__type_new_))
 
29530
   return 0;
 
29531
   ;
 
29532
   return 0;
 
29533
 }
 
29534
 _ACEOF
 
29535
 rm -f conftest.$ac_objext
 
29536
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
29537
-  (eval $ac_compile) 2>conftest.er1
 
29538
+if { (ac_try="$ac_compile"
 
29539
+case "(($ac_try" in
 
29540
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29541
+  *) ac_try_echo=$ac_try;;
 
29542
+esac
 
29543
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
29544
+  (eval "$ac_compile") 2>conftest.er1
 
29545
   ac_status=$?
 
29546
   grep -v '^ *+' conftest.er1 >conftest.err
 
29547
   rm -f conftest.er1
 
29548
   cat conftest.err >&5
 
29549
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29550
-  (exit $ac_status); } &&
 
29551
-        { ac_try='test -z "$ac_c_werror_flag"
 
29552
-                        || test ! -s conftest.err'
 
29553
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29554
-  (eval $ac_try) 2>&5
 
29555
-  ac_status=$?
 
29556
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29557
-  (exit $ac_status); }; } &&
 
29558
-        { ac_try='test -s conftest.$ac_objext'
 
29559
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29560
-  (eval $ac_try) 2>&5
 
29561
-  ac_status=$?
 
29562
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29563
-  (exit $ac_status); }; }; then
 
29564
+  (exit $ac_status); } && {
 
29565
+        test -z "$ac_c_werror_flag" ||
 
29566
+        test ! -s conftest.err
 
29567
+       } && test -s conftest.$ac_objext; then
 
29568
   ac_cv_type_short=yes
 
29569
 else
 
29570
   echo "$as_me: failed program was:" >&5
 
29571
 sed 's/^/| /' conftest.$ac_ext >&5
 
29572
 
 
29573
-ac_cv_type_short=no
 
29574
+       ac_cv_type_short=no
 
29575
 fi
 
29576
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
29577
+
 
29578
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
29579
 fi
 
29580
-echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
 
29581
-echo "${ECHO_T}$ac_cv_type_short" >&6
 
29582
+{ echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
 
29583
+echo "${ECHO_T}$ac_cv_type_short" >&6; }
 
29584
 
 
29585
-echo "$as_me:$LINENO: checking size of short" >&5
 
29586
-echo $ECHO_N "checking size of short... $ECHO_C" >&6
 
29587
+# The cast to long int works around a bug in the HP C Compiler
 
29588
+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 
29589
+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 
29590
+# This bug is HP SR number 8606223364.
 
29591
+{ echo "$as_me:$LINENO: checking size of short" >&5
 
29592
+echo $ECHO_N "checking size of short... $ECHO_C" >&6; }
 
29593
 if test "${ac_cv_sizeof_short+set}" = set; then
 
29594
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
29595
 else
 
29596
-  if test "$ac_cv_type_short" = yes; then
 
29597
-  # The cast to unsigned long works around a bug in the HP C Compiler
 
29598
-  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 
29599
-  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 
29600
-  # This bug is HP SR number 8606223364.
 
29601
   if test "$cross_compiling" = yes; then
 
29602
   # Depending upon the size, compute the lo and hi bounds.
 
29603
 cat >conftest.$ac_ext <<_ACEOF
 
29604
@@ -25574,10 +26073,11 @@
 
29605
 cat >>conftest.$ac_ext <<_ACEOF
 
29606
 /* end confdefs.h.  */
 
29607
 $ac_includes_default
 
29608
+   typedef short ac__type_sizeof_;
 
29609
 int
 
29610
 main ()
 
29611
 {
 
29612
-static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
 
29613
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
 
29614
 test_array [0] = 0
 
29615
 
 
29616
   ;
 
29617
@@ -25585,27 +26085,22 @@
 
29618
 }
 
29619
 _ACEOF
 
29620
 rm -f conftest.$ac_objext
 
29621
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
29622
-  (eval $ac_compile) 2>conftest.er1
 
29623
+if { (ac_try="$ac_compile"
 
29624
+case "(($ac_try" in
 
29625
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29626
+  *) ac_try_echo=$ac_try;;
 
29627
+esac
 
29628
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
29629
+  (eval "$ac_compile") 2>conftest.er1
 
29630
   ac_status=$?
 
29631
   grep -v '^ *+' conftest.er1 >conftest.err
 
29632
   rm -f conftest.er1
 
29633
   cat conftest.err >&5
 
29634
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29635
-  (exit $ac_status); } &&
 
29636
-        { ac_try='test -z "$ac_c_werror_flag"
 
29637
-                        || test ! -s conftest.err'
 
29638
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29639
-  (eval $ac_try) 2>&5
 
29640
-  ac_status=$?
 
29641
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29642
-  (exit $ac_status); }; } &&
 
29643
-        { ac_try='test -s conftest.$ac_objext'
 
29644
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29645
-  (eval $ac_try) 2>&5
 
29646
-  ac_status=$?
 
29647
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29648
-  (exit $ac_status); }; }; then
 
29649
+  (exit $ac_status); } && {
 
29650
+        test -z "$ac_c_werror_flag" ||
 
29651
+        test ! -s conftest.err
 
29652
+       } && test -s conftest.$ac_objext; then
 
29653
   ac_lo=0 ac_mid=0
 
29654
   while :; do
 
29655
     cat >conftest.$ac_ext <<_ACEOF
 
29656
@@ -25615,10 +26110,11 @@
 
29657
 cat >>conftest.$ac_ext <<_ACEOF
 
29658
 /* end confdefs.h.  */
 
29659
 $ac_includes_default
 
29660
+   typedef short ac__type_sizeof_;
 
29661
 int
 
29662
 main ()
 
29663
 {
 
29664
-static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
 
29665
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
 
29666
 test_array [0] = 0
 
29667
 
 
29668
   ;
 
29669
@@ -25626,56 +26122,53 @@
 
29670
 }
 
29671
 _ACEOF
 
29672
 rm -f conftest.$ac_objext
 
29673
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
29674
-  (eval $ac_compile) 2>conftest.er1
 
29675
+if { (ac_try="$ac_compile"
 
29676
+case "(($ac_try" in
 
29677
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29678
+  *) ac_try_echo=$ac_try;;
 
29679
+esac
 
29680
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
29681
+  (eval "$ac_compile") 2>conftest.er1
 
29682
   ac_status=$?
 
29683
   grep -v '^ *+' conftest.er1 >conftest.err
 
29684
   rm -f conftest.er1
 
29685
   cat conftest.err >&5
 
29686
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29687
-  (exit $ac_status); } &&
 
29688
-        { ac_try='test -z "$ac_c_werror_flag"
 
29689
-                        || test ! -s conftest.err'
 
29690
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29691
-  (eval $ac_try) 2>&5
 
29692
-  ac_status=$?
 
29693
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29694
-  (exit $ac_status); }; } &&
 
29695
-        { ac_try='test -s conftest.$ac_objext'
 
29696
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29697
-  (eval $ac_try) 2>&5
 
29698
-  ac_status=$?
 
29699
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29700
-  (exit $ac_status); }; }; then
 
29701
+  (exit $ac_status); } && {
 
29702
+        test -z "$ac_c_werror_flag" ||
 
29703
+        test ! -s conftest.err
 
29704
+       } && test -s conftest.$ac_objext; then
 
29705
   ac_hi=$ac_mid; break
 
29706
 else
 
29707
   echo "$as_me: failed program was:" >&5
 
29708
 sed 's/^/| /' conftest.$ac_ext >&5
 
29709
 
 
29710
-ac_lo=`expr $ac_mid + 1`
 
29711
-                   if test $ac_lo -le $ac_mid; then
 
29712
-                     ac_lo= ac_hi=
 
29713
-                     break
 
29714
-                   fi
 
29715
-                   ac_mid=`expr 2 '*' $ac_mid + 1`
 
29716
+       ac_lo=`expr $ac_mid + 1`
 
29717
+                       if test $ac_lo -le $ac_mid; then
 
29718
+                         ac_lo= ac_hi=
 
29719
+                         break
 
29720
+                       fi
 
29721
+                       ac_mid=`expr 2 '*' $ac_mid + 1`
 
29722
 fi
 
29723
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
29724
+
 
29725
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
29726
   done
 
29727
 else
 
29728
   echo "$as_me: failed program was:" >&5
 
29729
 sed 's/^/| /' conftest.$ac_ext >&5
 
29730
 
 
29731
-cat >conftest.$ac_ext <<_ACEOF
 
29732
+       cat >conftest.$ac_ext <<_ACEOF
 
29733
 /* confdefs.h.  */
 
29734
 _ACEOF
 
29735
 cat confdefs.h >>conftest.$ac_ext
 
29736
 cat >>conftest.$ac_ext <<_ACEOF
 
29737
 /* end confdefs.h.  */
 
29738
 $ac_includes_default
 
29739
+   typedef short ac__type_sizeof_;
 
29740
 int
 
29741
 main ()
 
29742
 {
 
29743
-static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
 
29744
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
 
29745
 test_array [0] = 0
 
29746
 
 
29747
   ;
 
29748
@@ -25683,27 +26176,22 @@
 
29749
 }
 
29750
 _ACEOF
 
29751
 rm -f conftest.$ac_objext
 
29752
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
29753
-  (eval $ac_compile) 2>conftest.er1
 
29754
+if { (ac_try="$ac_compile"
 
29755
+case "(($ac_try" in
 
29756
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29757
+  *) ac_try_echo=$ac_try;;
 
29758
+esac
 
29759
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
29760
+  (eval "$ac_compile") 2>conftest.er1
 
29761
   ac_status=$?
 
29762
   grep -v '^ *+' conftest.er1 >conftest.err
 
29763
   rm -f conftest.er1
 
29764
   cat conftest.err >&5
 
29765
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29766
-  (exit $ac_status); } &&
 
29767
-        { ac_try='test -z "$ac_c_werror_flag"
 
29768
-                        || test ! -s conftest.err'
 
29769
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29770
-  (eval $ac_try) 2>&5
 
29771
-  ac_status=$?
 
29772
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29773
-  (exit $ac_status); }; } &&
 
29774
-        { ac_try='test -s conftest.$ac_objext'
 
29775
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29776
-  (eval $ac_try) 2>&5
 
29777
-  ac_status=$?
 
29778
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29779
-  (exit $ac_status); }; }; then
 
29780
+  (exit $ac_status); } && {
 
29781
+        test -z "$ac_c_werror_flag" ||
 
29782
+        test ! -s conftest.err
 
29783
+       } && test -s conftest.$ac_objext; then
 
29784
   ac_hi=-1 ac_mid=-1
 
29785
   while :; do
 
29786
     cat >conftest.$ac_ext <<_ACEOF
 
29787
@@ -25713,10 +26201,11 @@
 
29788
 cat >>conftest.$ac_ext <<_ACEOF
 
29789
 /* end confdefs.h.  */
 
29790
 $ac_includes_default
 
29791
+   typedef short ac__type_sizeof_;
 
29792
 int
 
29793
 main ()
 
29794
 {
 
29795
-static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
 
29796
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
 
29797
 test_array [0] = 0
 
29798
 
 
29799
   ;
 
29800
@@ -25724,50 +26213,48 @@
 
29801
 }
 
29802
 _ACEOF
 
29803
 rm -f conftest.$ac_objext
 
29804
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
29805
-  (eval $ac_compile) 2>conftest.er1
 
29806
+if { (ac_try="$ac_compile"
 
29807
+case "(($ac_try" in
 
29808
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29809
+  *) ac_try_echo=$ac_try;;
 
29810
+esac
 
29811
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
29812
+  (eval "$ac_compile") 2>conftest.er1
 
29813
   ac_status=$?
 
29814
   grep -v '^ *+' conftest.er1 >conftest.err
 
29815
   rm -f conftest.er1
 
29816
   cat conftest.err >&5
 
29817
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29818
-  (exit $ac_status); } &&
 
29819
-        { ac_try='test -z "$ac_c_werror_flag"
 
29820
-                        || test ! -s conftest.err'
 
29821
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29822
-  (eval $ac_try) 2>&5
 
29823
-  ac_status=$?
 
29824
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29825
-  (exit $ac_status); }; } &&
 
29826
-        { ac_try='test -s conftest.$ac_objext'
 
29827
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29828
-  (eval $ac_try) 2>&5
 
29829
-  ac_status=$?
 
29830
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29831
-  (exit $ac_status); }; }; then
 
29832
+  (exit $ac_status); } && {
 
29833
+        test -z "$ac_c_werror_flag" ||
 
29834
+        test ! -s conftest.err
 
29835
+       } && test -s conftest.$ac_objext; then
 
29836
   ac_lo=$ac_mid; break
 
29837
 else
 
29838
   echo "$as_me: failed program was:" >&5
 
29839
 sed 's/^/| /' conftest.$ac_ext >&5
 
29840
 
 
29841
-ac_hi=`expr '(' $ac_mid ')' - 1`
 
29842
-                      if test $ac_mid -le $ac_hi; then
 
29843
-                        ac_lo= ac_hi=
 
29844
-                        break
 
29845
-                      fi
 
29846
-                      ac_mid=`expr 2 '*' $ac_mid`
 
29847
+       ac_hi=`expr '(' $ac_mid ')' - 1`
 
29848
+                       if test $ac_mid -le $ac_hi; then
 
29849
+                         ac_lo= ac_hi=
 
29850
+                         break
 
29851
+                       fi
 
29852
+                       ac_mid=`expr 2 '*' $ac_mid`
 
29853
 fi
 
29854
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
29855
+
 
29856
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
29857
   done
 
29858
 else
 
29859
   echo "$as_me: failed program was:" >&5
 
29860
 sed 's/^/| /' conftest.$ac_ext >&5
 
29861
 
 
29862
-ac_lo= ac_hi=
 
29863
+       ac_lo= ac_hi=
 
29864
 fi
 
29865
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
29866
+
 
29867
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
29868
 fi
 
29869
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
29870
+
 
29871
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
29872
 # Binary search between lo and hi bounds.
 
29873
 while test "x$ac_lo" != "x$ac_hi"; do
 
29874
   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
 
29875
@@ -25778,10 +26265,11 @@
 
29876
 cat >>conftest.$ac_ext <<_ACEOF
 
29877
 /* end confdefs.h.  */
 
29878
 $ac_includes_default
 
29879
+   typedef short ac__type_sizeof_;
 
29880
 int
 
29881
 main ()
 
29882
 {
 
29883
-static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
 
29884
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
 
29885
 test_array [0] = 0
 
29886
 
 
29887
   ;
 
29888
@@ -25789,52 +26277,45 @@
 
29889
 }
 
29890
 _ACEOF
 
29891
 rm -f conftest.$ac_objext
 
29892
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
29893
-  (eval $ac_compile) 2>conftest.er1
 
29894
+if { (ac_try="$ac_compile"
 
29895
+case "(($ac_try" in
 
29896
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29897
+  *) ac_try_echo=$ac_try;;
 
29898
+esac
 
29899
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
29900
+  (eval "$ac_compile") 2>conftest.er1
 
29901
   ac_status=$?
 
29902
   grep -v '^ *+' conftest.er1 >conftest.err
 
29903
   rm -f conftest.er1
 
29904
   cat conftest.err >&5
 
29905
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29906
-  (exit $ac_status); } &&
 
29907
-        { ac_try='test -z "$ac_c_werror_flag"
 
29908
-                        || test ! -s conftest.err'
 
29909
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29910
-  (eval $ac_try) 2>&5
 
29911
-  ac_status=$?
 
29912
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29913
-  (exit $ac_status); }; } &&
 
29914
-        { ac_try='test -s conftest.$ac_objext'
 
29915
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
29916
-  (eval $ac_try) 2>&5
 
29917
-  ac_status=$?
 
29918
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29919
-  (exit $ac_status); }; }; then
 
29920
+  (exit $ac_status); } && {
 
29921
+        test -z "$ac_c_werror_flag" ||
 
29922
+        test ! -s conftest.err
 
29923
+       } && test -s conftest.$ac_objext; then
 
29924
   ac_hi=$ac_mid
 
29925
 else
 
29926
   echo "$as_me: failed program was:" >&5
 
29927
 sed 's/^/| /' conftest.$ac_ext >&5
 
29928
 
 
29929
-ac_lo=`expr '(' $ac_mid ')' + 1`
 
29930
+       ac_lo=`expr '(' $ac_mid ')' + 1`
 
29931
 fi
 
29932
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
29933
+
 
29934
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
29935
 done
 
29936
 case $ac_lo in
 
29937
 ?*) ac_cv_sizeof_short=$ac_lo;;
 
29938
-'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
 
29939
+'') if test "$ac_cv_type_short" = yes; then
 
29940
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
 
29941
 See \`config.log' for more details." >&5
 
29942
-echo "$as_me: error: cannot compute sizeof (short), 77
 
29943
+echo "$as_me: error: cannot compute sizeof (short)
 
29944
 See \`config.log' for more details." >&2;}
 
29945
-   { (exit 1); exit 1; }; } ;;
 
29946
+   { (exit 77); exit 77; }; }
 
29947
+   else
 
29948
+     ac_cv_sizeof_short=0
 
29949
+   fi ;;
 
29950
 esac
 
29951
 else
 
29952
-  if test "$cross_compiling" = yes; then
 
29953
-  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
 
29954
-See \`config.log' for more details." >&5
 
29955
-echo "$as_me: error: cannot run test program while cross compiling
 
29956
-See \`config.log' for more details." >&2;}
 
29957
-   { (exit 1); exit 1; }; }
 
29958
-else
 
29959
   cat >conftest.$ac_ext <<_ACEOF
 
29960
 /* confdefs.h.  */
 
29961
 _ACEOF
 
29962
@@ -25842,8 +26323,9 @@
 
29963
 cat >>conftest.$ac_ext <<_ACEOF
 
29964
 /* end confdefs.h.  */
 
29965
 $ac_includes_default
 
29966
-long longval () { return (long) (sizeof (short)); }
 
29967
-unsigned long ulongval () { return (long) (sizeof (short)); }
 
29968
+   typedef short ac__type_sizeof_;
 
29969
+static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
 
29970
+static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
 
29971
 #include <stdio.h>
 
29972
 #include <stdlib.h>
 
29973
 int
 
29974
@@ -25852,35 +26334,44 @@
 
29975
 
 
29976
   FILE *f = fopen ("conftest.val", "w");
 
29977
   if (! f)
 
29978
-    exit (1);
 
29979
-  if (((long) (sizeof (short))) < 0)
 
29980
+    return 1;
 
29981
+  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
 
29982
     {
 
29983
-      long i = longval ();
 
29984
-      if (i != ((long) (sizeof (short))))
 
29985
-       exit (1);
 
29986
+      long int i = longval ();
 
29987
+      if (i != ((long int) (sizeof (ac__type_sizeof_))))
 
29988
+       return 1;
 
29989
       fprintf (f, "%ld\n", i);
 
29990
     }
 
29991
   else
 
29992
     {
 
29993
-      unsigned long i = ulongval ();
 
29994
-      if (i != ((long) (sizeof (short))))
 
29995
-       exit (1);
 
29996
+      unsigned long int i = ulongval ();
 
29997
+      if (i != ((long int) (sizeof (ac__type_sizeof_))))
 
29998
+       return 1;
 
29999
       fprintf (f, "%lu\n", i);
 
30000
     }
 
30001
-  exit (ferror (f) || fclose (f) != 0);
 
30002
+  return ferror (f) || fclose (f) != 0;
 
30003
 
 
30004
   ;
 
30005
   return 0;
 
30006
 }
 
30007
 _ACEOF
 
30008
 rm -f conftest$ac_exeext
 
30009
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
30010
-  (eval $ac_link) 2>&5
 
30011
+if { (ac_try="$ac_link"
 
30012
+case "(($ac_try" in
 
30013
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30014
+  *) ac_try_echo=$ac_try;;
 
30015
+esac
 
30016
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
30017
+  (eval "$ac_link") 2>&5
 
30018
   ac_status=$?
 
30019
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30020
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
30021
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30022
-  (eval $ac_try) 2>&5
 
30023
+  { (case "(($ac_try" in
 
30024
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30025
+  *) ac_try_echo=$ac_try;;
 
30026
+esac
 
30027
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
30028
+  (eval "$ac_try") 2>&5
 
30029
   ac_status=$?
 
30030
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30031
   (exit $ac_status); }; }; then
 
30032
@@ -25891,28 +26382,31 @@
 
30033
 sed 's/^/| /' conftest.$ac_ext >&5
 
30034
 
 
30035
 ( exit $ac_status )
 
30036
-{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
 
30037
+if test "$ac_cv_type_short" = yes; then
 
30038
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
 
30039
 See \`config.log' for more details." >&5
 
30040
-echo "$as_me: error: cannot compute sizeof (short), 77
 
30041
+echo "$as_me: error: cannot compute sizeof (short)
 
30042
 See \`config.log' for more details." >&2;}
 
30043
-   { (exit 1); exit 1; }; }
 
30044
-fi
 
30045
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
30046
+   { (exit 77); exit 77; }; }
 
30047
+   else
 
30048
+     ac_cv_sizeof_short=0
 
30049
+   fi
 
30050
 fi
 
30051
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
30052
 fi
 
30053
 rm -f conftest.val
 
30054
-else
 
30055
-  ac_cv_sizeof_short=0
 
30056
-fi
 
30057
 fi
 
30058
-echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
 
30059
-echo "${ECHO_T}$ac_cv_sizeof_short" >&6
 
30060
+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
 
30061
+echo "${ECHO_T}$ac_cv_sizeof_short" >&6; }
 
30062
+
 
30063
+
 
30064
+
 
30065
 cat >>confdefs.h <<_ACEOF
 
30066
 #define SIZEOF_SHORT $ac_cv_sizeof_short
 
30067
 _ACEOF
 
30068
 
 
30069
-  echo "$as_me:$LINENO: checking for long" >&5
 
30070
-echo $ECHO_N "checking for long... $ECHO_C" >&6
 
30071
+  { echo "$as_me:$LINENO: checking for long" >&5
 
30072
+echo $ECHO_N "checking for long... $ECHO_C" >&6; }
 
30073
 if test "${ac_cv_type_long+set}" = set; then
 
30074
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
30075
 else
 
30076
@@ -25923,61 +26417,57 @@
 
30077
 cat >>conftest.$ac_ext <<_ACEOF
 
30078
 /* end confdefs.h.  */
 
30079
 $ac_includes_default
 
30080
+typedef long ac__type_new_;
 
30081
 int
 
30082
 main ()
 
30083
 {
 
30084
-if ((long *) 0)
 
30085
+if ((ac__type_new_ *) 0)
 
30086
   return 0;
 
30087
-if (sizeof (long))
 
30088
+if (sizeof (ac__type_new_))
 
30089
   return 0;
 
30090
   ;
 
30091
   return 0;
 
30092
 }
 
30093
 _ACEOF
 
30094
 rm -f conftest.$ac_objext
 
30095
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
30096
-  (eval $ac_compile) 2>conftest.er1
 
30097
+if { (ac_try="$ac_compile"
 
30098
+case "(($ac_try" in
 
30099
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30100
+  *) ac_try_echo=$ac_try;;
 
30101
+esac
 
30102
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
30103
+  (eval "$ac_compile") 2>conftest.er1
 
30104
   ac_status=$?
 
30105
   grep -v '^ *+' conftest.er1 >conftest.err
 
30106
   rm -f conftest.er1
 
30107
   cat conftest.err >&5
 
30108
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30109
-  (exit $ac_status); } &&
 
30110
-        { ac_try='test -z "$ac_c_werror_flag"
 
30111
-                        || test ! -s conftest.err'
 
30112
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30113
-  (eval $ac_try) 2>&5
 
30114
-  ac_status=$?
 
30115
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30116
-  (exit $ac_status); }; } &&
 
30117
-        { ac_try='test -s conftest.$ac_objext'
 
30118
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30119
-  (eval $ac_try) 2>&5
 
30120
-  ac_status=$?
 
30121
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30122
-  (exit $ac_status); }; }; then
 
30123
+  (exit $ac_status); } && {
 
30124
+        test -z "$ac_c_werror_flag" ||
 
30125
+        test ! -s conftest.err
 
30126
+       } && test -s conftest.$ac_objext; then
 
30127
   ac_cv_type_long=yes
 
30128
 else
 
30129
   echo "$as_me: failed program was:" >&5
 
30130
 sed 's/^/| /' conftest.$ac_ext >&5
 
30131
 
 
30132
-ac_cv_type_long=no
 
30133
+       ac_cv_type_long=no
 
30134
 fi
 
30135
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
30136
+
 
30137
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
30138
 fi
 
30139
-echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
 
30140
-echo "${ECHO_T}$ac_cv_type_long" >&6
 
30141
+{ echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
 
30142
+echo "${ECHO_T}$ac_cv_type_long" >&6; }
 
30143
 
 
30144
-echo "$as_me:$LINENO: checking size of long" >&5
 
30145
-echo $ECHO_N "checking size of long... $ECHO_C" >&6
 
30146
+# The cast to long int works around a bug in the HP C Compiler
 
30147
+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 
30148
+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 
30149
+# This bug is HP SR number 8606223364.
 
30150
+{ echo "$as_me:$LINENO: checking size of long" >&5
 
30151
+echo $ECHO_N "checking size of long... $ECHO_C" >&6; }
 
30152
 if test "${ac_cv_sizeof_long+set}" = set; then
 
30153
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
30154
 else
 
30155
-  if test "$ac_cv_type_long" = yes; then
 
30156
-  # The cast to unsigned long works around a bug in the HP C Compiler
 
30157
-  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 
30158
-  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 
30159
-  # This bug is HP SR number 8606223364.
 
30160
   if test "$cross_compiling" = yes; then
 
30161
   # Depending upon the size, compute the lo and hi bounds.
 
30162
 cat >conftest.$ac_ext <<_ACEOF
 
30163
@@ -25987,10 +26477,11 @@
 
30164
 cat >>conftest.$ac_ext <<_ACEOF
 
30165
 /* end confdefs.h.  */
 
30166
 $ac_includes_default
 
30167
+   typedef long ac__type_sizeof_;
 
30168
 int
 
30169
 main ()
 
30170
 {
 
30171
-static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
 
30172
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
 
30173
 test_array [0] = 0
 
30174
 
 
30175
   ;
 
30176
@@ -25998,27 +26489,22 @@
 
30177
 }
 
30178
 _ACEOF
 
30179
 rm -f conftest.$ac_objext
 
30180
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
30181
-  (eval $ac_compile) 2>conftest.er1
 
30182
+if { (ac_try="$ac_compile"
 
30183
+case "(($ac_try" in
 
30184
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30185
+  *) ac_try_echo=$ac_try;;
 
30186
+esac
 
30187
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
30188
+  (eval "$ac_compile") 2>conftest.er1
 
30189
   ac_status=$?
 
30190
   grep -v '^ *+' conftest.er1 >conftest.err
 
30191
   rm -f conftest.er1
 
30192
   cat conftest.err >&5
 
30193
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30194
-  (exit $ac_status); } &&
 
30195
-        { ac_try='test -z "$ac_c_werror_flag"
 
30196
-                        || test ! -s conftest.err'
 
30197
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30198
-  (eval $ac_try) 2>&5
 
30199
-  ac_status=$?
 
30200
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30201
-  (exit $ac_status); }; } &&
 
30202
-        { ac_try='test -s conftest.$ac_objext'
 
30203
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30204
-  (eval $ac_try) 2>&5
 
30205
-  ac_status=$?
 
30206
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30207
-  (exit $ac_status); }; }; then
 
30208
+  (exit $ac_status); } && {
 
30209
+        test -z "$ac_c_werror_flag" ||
 
30210
+        test ! -s conftest.err
 
30211
+       } && test -s conftest.$ac_objext; then
 
30212
   ac_lo=0 ac_mid=0
 
30213
   while :; do
 
30214
     cat >conftest.$ac_ext <<_ACEOF
 
30215
@@ -26028,10 +26514,11 @@
 
30216
 cat >>conftest.$ac_ext <<_ACEOF
 
30217
 /* end confdefs.h.  */
 
30218
 $ac_includes_default
 
30219
+   typedef long ac__type_sizeof_;
 
30220
 int
 
30221
 main ()
 
30222
 {
 
30223
-static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
 
30224
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
 
30225
 test_array [0] = 0
 
30226
 
 
30227
   ;
 
30228
@@ -26039,56 +26526,53 @@
 
30229
 }
 
30230
 _ACEOF
 
30231
 rm -f conftest.$ac_objext
 
30232
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
30233
-  (eval $ac_compile) 2>conftest.er1
 
30234
+if { (ac_try="$ac_compile"
 
30235
+case "(($ac_try" in
 
30236
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30237
+  *) ac_try_echo=$ac_try;;
 
30238
+esac
 
30239
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
30240
+  (eval "$ac_compile") 2>conftest.er1
 
30241
   ac_status=$?
 
30242
   grep -v '^ *+' conftest.er1 >conftest.err
 
30243
   rm -f conftest.er1
 
30244
   cat conftest.err >&5
 
30245
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30246
-  (exit $ac_status); } &&
 
30247
-        { ac_try='test -z "$ac_c_werror_flag"
 
30248
-                        || test ! -s conftest.err'
 
30249
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30250
-  (eval $ac_try) 2>&5
 
30251
-  ac_status=$?
 
30252
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30253
-  (exit $ac_status); }; } &&
 
30254
-        { ac_try='test -s conftest.$ac_objext'
 
30255
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30256
-  (eval $ac_try) 2>&5
 
30257
-  ac_status=$?
 
30258
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30259
-  (exit $ac_status); }; }; then
 
30260
+  (exit $ac_status); } && {
 
30261
+        test -z "$ac_c_werror_flag" ||
 
30262
+        test ! -s conftest.err
 
30263
+       } && test -s conftest.$ac_objext; then
 
30264
   ac_hi=$ac_mid; break
 
30265
 else
 
30266
   echo "$as_me: failed program was:" >&5
 
30267
 sed 's/^/| /' conftest.$ac_ext >&5
 
30268
 
 
30269
-ac_lo=`expr $ac_mid + 1`
 
30270
-                   if test $ac_lo -le $ac_mid; then
 
30271
-                     ac_lo= ac_hi=
 
30272
-                     break
 
30273
-                   fi
 
30274
-                   ac_mid=`expr 2 '*' $ac_mid + 1`
 
30275
+       ac_lo=`expr $ac_mid + 1`
 
30276
+                       if test $ac_lo -le $ac_mid; then
 
30277
+                         ac_lo= ac_hi=
 
30278
+                         break
 
30279
+                       fi
 
30280
+                       ac_mid=`expr 2 '*' $ac_mid + 1`
 
30281
 fi
 
30282
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
30283
+
 
30284
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
30285
   done
 
30286
 else
 
30287
   echo "$as_me: failed program was:" >&5
 
30288
 sed 's/^/| /' conftest.$ac_ext >&5
 
30289
 
 
30290
-cat >conftest.$ac_ext <<_ACEOF
 
30291
+       cat >conftest.$ac_ext <<_ACEOF
 
30292
 /* confdefs.h.  */
 
30293
 _ACEOF
 
30294
 cat confdefs.h >>conftest.$ac_ext
 
30295
 cat >>conftest.$ac_ext <<_ACEOF
 
30296
 /* end confdefs.h.  */
 
30297
 $ac_includes_default
 
30298
+   typedef long ac__type_sizeof_;
 
30299
 int
 
30300
 main ()
 
30301
 {
 
30302
-static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
 
30303
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
 
30304
 test_array [0] = 0
 
30305
 
 
30306
   ;
 
30307
@@ -26096,27 +26580,22 @@
 
30308
 }
 
30309
 _ACEOF
 
30310
 rm -f conftest.$ac_objext
 
30311
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
30312
-  (eval $ac_compile) 2>conftest.er1
 
30313
+if { (ac_try="$ac_compile"
 
30314
+case "(($ac_try" in
 
30315
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30316
+  *) ac_try_echo=$ac_try;;
 
30317
+esac
 
30318
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
30319
+  (eval "$ac_compile") 2>conftest.er1
 
30320
   ac_status=$?
 
30321
   grep -v '^ *+' conftest.er1 >conftest.err
 
30322
   rm -f conftest.er1
 
30323
   cat conftest.err >&5
 
30324
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30325
-  (exit $ac_status); } &&
 
30326
-        { ac_try='test -z "$ac_c_werror_flag"
 
30327
-                        || test ! -s conftest.err'
 
30328
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30329
-  (eval $ac_try) 2>&5
 
30330
-  ac_status=$?
 
30331
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30332
-  (exit $ac_status); }; } &&
 
30333
-        { ac_try='test -s conftest.$ac_objext'
 
30334
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30335
-  (eval $ac_try) 2>&5
 
30336
-  ac_status=$?
 
30337
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30338
-  (exit $ac_status); }; }; then
 
30339
+  (exit $ac_status); } && {
 
30340
+        test -z "$ac_c_werror_flag" ||
 
30341
+        test ! -s conftest.err
 
30342
+       } && test -s conftest.$ac_objext; then
 
30343
   ac_hi=-1 ac_mid=-1
 
30344
   while :; do
 
30345
     cat >conftest.$ac_ext <<_ACEOF
 
30346
@@ -26126,10 +26605,11 @@
 
30347
 cat >>conftest.$ac_ext <<_ACEOF
 
30348
 /* end confdefs.h.  */
 
30349
 $ac_includes_default
 
30350
+   typedef long ac__type_sizeof_;
 
30351
 int
 
30352
 main ()
 
30353
 {
 
30354
-static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
 
30355
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
 
30356
 test_array [0] = 0
 
30357
 
 
30358
   ;
 
30359
@@ -26137,50 +26617,48 @@
 
30360
 }
 
30361
 _ACEOF
 
30362
 rm -f conftest.$ac_objext
 
30363
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
30364
-  (eval $ac_compile) 2>conftest.er1
 
30365
+if { (ac_try="$ac_compile"
 
30366
+case "(($ac_try" in
 
30367
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30368
+  *) ac_try_echo=$ac_try;;
 
30369
+esac
 
30370
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
30371
+  (eval "$ac_compile") 2>conftest.er1
 
30372
   ac_status=$?
 
30373
   grep -v '^ *+' conftest.er1 >conftest.err
 
30374
   rm -f conftest.er1
 
30375
   cat conftest.err >&5
 
30376
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30377
-  (exit $ac_status); } &&
 
30378
-        { ac_try='test -z "$ac_c_werror_flag"
 
30379
-                        || test ! -s conftest.err'
 
30380
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30381
-  (eval $ac_try) 2>&5
 
30382
-  ac_status=$?
 
30383
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30384
-  (exit $ac_status); }; } &&
 
30385
-        { ac_try='test -s conftest.$ac_objext'
 
30386
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30387
-  (eval $ac_try) 2>&5
 
30388
-  ac_status=$?
 
30389
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30390
-  (exit $ac_status); }; }; then
 
30391
+  (exit $ac_status); } && {
 
30392
+        test -z "$ac_c_werror_flag" ||
 
30393
+        test ! -s conftest.err
 
30394
+       } && test -s conftest.$ac_objext; then
 
30395
   ac_lo=$ac_mid; break
 
30396
 else
 
30397
   echo "$as_me: failed program was:" >&5
 
30398
 sed 's/^/| /' conftest.$ac_ext >&5
 
30399
 
 
30400
-ac_hi=`expr '(' $ac_mid ')' - 1`
 
30401
-                      if test $ac_mid -le $ac_hi; then
 
30402
-                        ac_lo= ac_hi=
 
30403
-                        break
 
30404
-                      fi
 
30405
-                      ac_mid=`expr 2 '*' $ac_mid`
 
30406
+       ac_hi=`expr '(' $ac_mid ')' - 1`
 
30407
+                       if test $ac_mid -le $ac_hi; then
 
30408
+                         ac_lo= ac_hi=
 
30409
+                         break
 
30410
+                       fi
 
30411
+                       ac_mid=`expr 2 '*' $ac_mid`
 
30412
 fi
 
30413
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
30414
+
 
30415
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
30416
   done
 
30417
 else
 
30418
   echo "$as_me: failed program was:" >&5
 
30419
 sed 's/^/| /' conftest.$ac_ext >&5
 
30420
 
 
30421
-ac_lo= ac_hi=
 
30422
+       ac_lo= ac_hi=
 
30423
 fi
 
30424
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
30425
+
 
30426
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
30427
 fi
 
30428
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
30429
+
 
30430
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
30431
 # Binary search between lo and hi bounds.
 
30432
 while test "x$ac_lo" != "x$ac_hi"; do
 
30433
   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
 
30434
@@ -26191,10 +26669,11 @@
 
30435
 cat >>conftest.$ac_ext <<_ACEOF
 
30436
 /* end confdefs.h.  */
 
30437
 $ac_includes_default
 
30438
+   typedef long ac__type_sizeof_;
 
30439
 int
 
30440
 main ()
 
30441
 {
 
30442
-static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
 
30443
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
 
30444
 test_array [0] = 0
 
30445
 
 
30446
   ;
 
30447
@@ -26202,52 +26681,45 @@
 
30448
 }
 
30449
 _ACEOF
 
30450
 rm -f conftest.$ac_objext
 
30451
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
30452
-  (eval $ac_compile) 2>conftest.er1
 
30453
+if { (ac_try="$ac_compile"
 
30454
+case "(($ac_try" in
 
30455
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30456
+  *) ac_try_echo=$ac_try;;
 
30457
+esac
 
30458
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
30459
+  (eval "$ac_compile") 2>conftest.er1
 
30460
   ac_status=$?
 
30461
   grep -v '^ *+' conftest.er1 >conftest.err
 
30462
   rm -f conftest.er1
 
30463
   cat conftest.err >&5
 
30464
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30465
-  (exit $ac_status); } &&
 
30466
-        { ac_try='test -z "$ac_c_werror_flag"
 
30467
-                        || test ! -s conftest.err'
 
30468
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30469
-  (eval $ac_try) 2>&5
 
30470
-  ac_status=$?
 
30471
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30472
-  (exit $ac_status); }; } &&
 
30473
-        { ac_try='test -s conftest.$ac_objext'
 
30474
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30475
-  (eval $ac_try) 2>&5
 
30476
-  ac_status=$?
 
30477
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30478
-  (exit $ac_status); }; }; then
 
30479
+  (exit $ac_status); } && {
 
30480
+        test -z "$ac_c_werror_flag" ||
 
30481
+        test ! -s conftest.err
 
30482
+       } && test -s conftest.$ac_objext; then
 
30483
   ac_hi=$ac_mid
 
30484
 else
 
30485
   echo "$as_me: failed program was:" >&5
 
30486
 sed 's/^/| /' conftest.$ac_ext >&5
 
30487
 
 
30488
-ac_lo=`expr '(' $ac_mid ')' + 1`
 
30489
+       ac_lo=`expr '(' $ac_mid ')' + 1`
 
30490
 fi
 
30491
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
30492
+
 
30493
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
30494
 done
 
30495
 case $ac_lo in
 
30496
 ?*) ac_cv_sizeof_long=$ac_lo;;
 
30497
-'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
 
30498
+'') if test "$ac_cv_type_long" = yes; then
 
30499
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
 
30500
 See \`config.log' for more details." >&5
 
30501
-echo "$as_me: error: cannot compute sizeof (long), 77
 
30502
+echo "$as_me: error: cannot compute sizeof (long)
 
30503
 See \`config.log' for more details." >&2;}
 
30504
-   { (exit 1); exit 1; }; } ;;
 
30505
+   { (exit 77); exit 77; }; }
 
30506
+   else
 
30507
+     ac_cv_sizeof_long=0
 
30508
+   fi ;;
 
30509
 esac
 
30510
 else
 
30511
-  if test "$cross_compiling" = yes; then
 
30512
-  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
 
30513
-See \`config.log' for more details." >&5
 
30514
-echo "$as_me: error: cannot run test program while cross compiling
 
30515
-See \`config.log' for more details." >&2;}
 
30516
-   { (exit 1); exit 1; }; }
 
30517
-else
 
30518
   cat >conftest.$ac_ext <<_ACEOF
 
30519
 /* confdefs.h.  */
 
30520
 _ACEOF
 
30521
@@ -26255,8 +26727,9 @@
 
30522
 cat >>conftest.$ac_ext <<_ACEOF
 
30523
 /* end confdefs.h.  */
 
30524
 $ac_includes_default
 
30525
-long longval () { return (long) (sizeof (long)); }
 
30526
-unsigned long ulongval () { return (long) (sizeof (long)); }
 
30527
+   typedef long ac__type_sizeof_;
 
30528
+static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
 
30529
+static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
 
30530
 #include <stdio.h>
 
30531
 #include <stdlib.h>
 
30532
 int
 
30533
@@ -26265,35 +26738,44 @@
 
30534
 
 
30535
   FILE *f = fopen ("conftest.val", "w");
 
30536
   if (! f)
 
30537
-    exit (1);
 
30538
-  if (((long) (sizeof (long))) < 0)
 
30539
+    return 1;
 
30540
+  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
 
30541
     {
 
30542
-      long i = longval ();
 
30543
-      if (i != ((long) (sizeof (long))))
 
30544
-       exit (1);
 
30545
+      long int i = longval ();
 
30546
+      if (i != ((long int) (sizeof (ac__type_sizeof_))))
 
30547
+       return 1;
 
30548
       fprintf (f, "%ld\n", i);
 
30549
     }
 
30550
   else
 
30551
     {
 
30552
-      unsigned long i = ulongval ();
 
30553
-      if (i != ((long) (sizeof (long))))
 
30554
-       exit (1);
 
30555
+      unsigned long int i = ulongval ();
 
30556
+      if (i != ((long int) (sizeof (ac__type_sizeof_))))
 
30557
+       return 1;
 
30558
       fprintf (f, "%lu\n", i);
 
30559
     }
 
30560
-  exit (ferror (f) || fclose (f) != 0);
 
30561
+  return ferror (f) || fclose (f) != 0;
 
30562
 
 
30563
   ;
 
30564
   return 0;
 
30565
 }
 
30566
 _ACEOF
 
30567
 rm -f conftest$ac_exeext
 
30568
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
30569
-  (eval $ac_link) 2>&5
 
30570
+if { (ac_try="$ac_link"
 
30571
+case "(($ac_try" in
 
30572
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30573
+  *) ac_try_echo=$ac_try;;
 
30574
+esac
 
30575
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
30576
+  (eval "$ac_link") 2>&5
 
30577
   ac_status=$?
 
30578
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30579
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
30580
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30581
-  (eval $ac_try) 2>&5
 
30582
+  { (case "(($ac_try" in
 
30583
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30584
+  *) ac_try_echo=$ac_try;;
 
30585
+esac
 
30586
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
30587
+  (eval "$ac_try") 2>&5
 
30588
   ac_status=$?
 
30589
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30590
   (exit $ac_status); }; }; then
 
30591
@@ -26304,28 +26786,31 @@
 
30592
 sed 's/^/| /' conftest.$ac_ext >&5
 
30593
 
 
30594
 ( exit $ac_status )
 
30595
-{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
 
30596
+if test "$ac_cv_type_long" = yes; then
 
30597
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
 
30598
 See \`config.log' for more details." >&5
 
30599
-echo "$as_me: error: cannot compute sizeof (long), 77
 
30600
+echo "$as_me: error: cannot compute sizeof (long)
 
30601
 See \`config.log' for more details." >&2;}
 
30602
-   { (exit 1); exit 1; }; }
 
30603
-fi
 
30604
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
30605
+   { (exit 77); exit 77; }; }
 
30606
+   else
 
30607
+     ac_cv_sizeof_long=0
 
30608
+   fi
 
30609
 fi
 
30610
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
30611
 fi
 
30612
 rm -f conftest.val
 
30613
-else
 
30614
-  ac_cv_sizeof_long=0
 
30615
-fi
 
30616
 fi
 
30617
-echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
 
30618
-echo "${ECHO_T}$ac_cv_sizeof_long" >&6
 
30619
+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
 
30620
+echo "${ECHO_T}$ac_cv_sizeof_long" >&6; }
 
30621
+
 
30622
+
 
30623
+
 
30624
 cat >>confdefs.h <<_ACEOF
 
30625
 #define SIZEOF_LONG $ac_cv_sizeof_long
 
30626
 _ACEOF
 
30627
 
 
30628
-  echo "$as_me:$LINENO: checking for char *" >&5
 
30629
-echo $ECHO_N "checking for char *... $ECHO_C" >&6
 
30630
+  { echo "$as_me:$LINENO: checking for char *" >&5
 
30631
+echo $ECHO_N "checking for char *... $ECHO_C" >&6; }
 
30632
 if test "${ac_cv_type_char_p+set}" = set; then
 
30633
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
30634
 else
 
30635
@@ -26336,61 +26821,57 @@
 
30636
 cat >>conftest.$ac_ext <<_ACEOF
 
30637
 /* end confdefs.h.  */
 
30638
 $ac_includes_default
 
30639
+typedef char * ac__type_new_;
 
30640
 int
 
30641
 main ()
 
30642
 {
 
30643
-if ((char * *) 0)
 
30644
+if ((ac__type_new_ *) 0)
 
30645
   return 0;
 
30646
-if (sizeof (char *))
 
30647
+if (sizeof (ac__type_new_))
 
30648
   return 0;
 
30649
   ;
 
30650
   return 0;
 
30651
 }
 
30652
 _ACEOF
 
30653
 rm -f conftest.$ac_objext
 
30654
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
30655
-  (eval $ac_compile) 2>conftest.er1
 
30656
+if { (ac_try="$ac_compile"
 
30657
+case "(($ac_try" in
 
30658
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30659
+  *) ac_try_echo=$ac_try;;
 
30660
+esac
 
30661
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
30662
+  (eval "$ac_compile") 2>conftest.er1
 
30663
   ac_status=$?
 
30664
   grep -v '^ *+' conftest.er1 >conftest.err
 
30665
   rm -f conftest.er1
 
30666
   cat conftest.err >&5
 
30667
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30668
-  (exit $ac_status); } &&
 
30669
-        { ac_try='test -z "$ac_c_werror_flag"
 
30670
-                        || test ! -s conftest.err'
 
30671
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30672
-  (eval $ac_try) 2>&5
 
30673
-  ac_status=$?
 
30674
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30675
-  (exit $ac_status); }; } &&
 
30676
-        { ac_try='test -s conftest.$ac_objext'
 
30677
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30678
-  (eval $ac_try) 2>&5
 
30679
-  ac_status=$?
 
30680
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30681
-  (exit $ac_status); }; }; then
 
30682
+  (exit $ac_status); } && {
 
30683
+        test -z "$ac_c_werror_flag" ||
 
30684
+        test ! -s conftest.err
 
30685
+       } && test -s conftest.$ac_objext; then
 
30686
   ac_cv_type_char_p=yes
 
30687
 else
 
30688
   echo "$as_me: failed program was:" >&5
 
30689
 sed 's/^/| /' conftest.$ac_ext >&5
 
30690
 
 
30691
-ac_cv_type_char_p=no
 
30692
+       ac_cv_type_char_p=no
 
30693
 fi
 
30694
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
30695
+
 
30696
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
30697
 fi
 
30698
-echo "$as_me:$LINENO: result: $ac_cv_type_char_p" >&5
 
30699
-echo "${ECHO_T}$ac_cv_type_char_p" >&6
 
30700
+{ echo "$as_me:$LINENO: result: $ac_cv_type_char_p" >&5
 
30701
+echo "${ECHO_T}$ac_cv_type_char_p" >&6; }
 
30702
 
 
30703
-echo "$as_me:$LINENO: checking size of char *" >&5
 
30704
-echo $ECHO_N "checking size of char *... $ECHO_C" >&6
 
30705
+# The cast to long int works around a bug in the HP C Compiler
 
30706
+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 
30707
+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 
30708
+# This bug is HP SR number 8606223364.
 
30709
+{ echo "$as_me:$LINENO: checking size of char *" >&5
 
30710
+echo $ECHO_N "checking size of char *... $ECHO_C" >&6; }
 
30711
 if test "${ac_cv_sizeof_char_p+set}" = set; then
 
30712
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
30713
 else
 
30714
-  if test "$ac_cv_type_char_p" = yes; then
 
30715
-  # The cast to unsigned long works around a bug in the HP C Compiler
 
30716
-  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 
30717
-  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 
30718
-  # This bug is HP SR number 8606223364.
 
30719
   if test "$cross_compiling" = yes; then
 
30720
   # Depending upon the size, compute the lo and hi bounds.
 
30721
 cat >conftest.$ac_ext <<_ACEOF
 
30722
@@ -26400,10 +26881,11 @@
 
30723
 cat >>conftest.$ac_ext <<_ACEOF
 
30724
 /* end confdefs.h.  */
 
30725
 $ac_includes_default
 
30726
+   typedef char * ac__type_sizeof_;
 
30727
 int
 
30728
 main ()
 
30729
 {
 
30730
-static int test_array [1 - 2 * !(((long) (sizeof (char *))) >= 0)];
 
30731
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
 
30732
 test_array [0] = 0
 
30733
 
 
30734
   ;
 
30735
@@ -26411,27 +26893,22 @@
 
30736
 }
 
30737
 _ACEOF
 
30738
 rm -f conftest.$ac_objext
 
30739
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
30740
-  (eval $ac_compile) 2>conftest.er1
 
30741
+if { (ac_try="$ac_compile"
 
30742
+case "(($ac_try" in
 
30743
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30744
+  *) ac_try_echo=$ac_try;;
 
30745
+esac
 
30746
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
30747
+  (eval "$ac_compile") 2>conftest.er1
 
30748
   ac_status=$?
 
30749
   grep -v '^ *+' conftest.er1 >conftest.err
 
30750
   rm -f conftest.er1
 
30751
   cat conftest.err >&5
 
30752
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30753
-  (exit $ac_status); } &&
 
30754
-        { ac_try='test -z "$ac_c_werror_flag"
 
30755
-                        || test ! -s conftest.err'
 
30756
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30757
-  (eval $ac_try) 2>&5
 
30758
-  ac_status=$?
 
30759
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30760
-  (exit $ac_status); }; } &&
 
30761
-        { ac_try='test -s conftest.$ac_objext'
 
30762
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30763
-  (eval $ac_try) 2>&5
 
30764
-  ac_status=$?
 
30765
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30766
-  (exit $ac_status); }; }; then
 
30767
+  (exit $ac_status); } && {
 
30768
+        test -z "$ac_c_werror_flag" ||
 
30769
+        test ! -s conftest.err
 
30770
+       } && test -s conftest.$ac_objext; then
 
30771
   ac_lo=0 ac_mid=0
 
30772
   while :; do
 
30773
     cat >conftest.$ac_ext <<_ACEOF
 
30774
@@ -26441,10 +26918,11 @@
 
30775
 cat >>conftest.$ac_ext <<_ACEOF
 
30776
 /* end confdefs.h.  */
 
30777
 $ac_includes_default
 
30778
+   typedef char * ac__type_sizeof_;
 
30779
 int
 
30780
 main ()
 
30781
 {
 
30782
-static int test_array [1 - 2 * !(((long) (sizeof (char *))) <= $ac_mid)];
 
30783
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
 
30784
 test_array [0] = 0
 
30785
 
 
30786
   ;
 
30787
@@ -26452,56 +26930,53 @@
 
30788
 }
 
30789
 _ACEOF
 
30790
 rm -f conftest.$ac_objext
 
30791
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
30792
-  (eval $ac_compile) 2>conftest.er1
 
30793
+if { (ac_try="$ac_compile"
 
30794
+case "(($ac_try" in
 
30795
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30796
+  *) ac_try_echo=$ac_try;;
 
30797
+esac
 
30798
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
30799
+  (eval "$ac_compile") 2>conftest.er1
 
30800
   ac_status=$?
 
30801
   grep -v '^ *+' conftest.er1 >conftest.err
 
30802
   rm -f conftest.er1
 
30803
   cat conftest.err >&5
 
30804
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30805
-  (exit $ac_status); } &&
 
30806
-        { ac_try='test -z "$ac_c_werror_flag"
 
30807
-                        || test ! -s conftest.err'
 
30808
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30809
-  (eval $ac_try) 2>&5
 
30810
-  ac_status=$?
 
30811
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30812
-  (exit $ac_status); }; } &&
 
30813
-        { ac_try='test -s conftest.$ac_objext'
 
30814
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30815
-  (eval $ac_try) 2>&5
 
30816
-  ac_status=$?
 
30817
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30818
-  (exit $ac_status); }; }; then
 
30819
+  (exit $ac_status); } && {
 
30820
+        test -z "$ac_c_werror_flag" ||
 
30821
+        test ! -s conftest.err
 
30822
+       } && test -s conftest.$ac_objext; then
 
30823
   ac_hi=$ac_mid; break
 
30824
 else
 
30825
   echo "$as_me: failed program was:" >&5
 
30826
 sed 's/^/| /' conftest.$ac_ext >&5
 
30827
 
 
30828
-ac_lo=`expr $ac_mid + 1`
 
30829
-                   if test $ac_lo -le $ac_mid; then
 
30830
-                     ac_lo= ac_hi=
 
30831
-                     break
 
30832
-                   fi
 
30833
-                   ac_mid=`expr 2 '*' $ac_mid + 1`
 
30834
+       ac_lo=`expr $ac_mid + 1`
 
30835
+                       if test $ac_lo -le $ac_mid; then
 
30836
+                         ac_lo= ac_hi=
 
30837
+                         break
 
30838
+                       fi
 
30839
+                       ac_mid=`expr 2 '*' $ac_mid + 1`
 
30840
 fi
 
30841
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
30842
+
 
30843
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
30844
   done
 
30845
 else
 
30846
   echo "$as_me: failed program was:" >&5
 
30847
 sed 's/^/| /' conftest.$ac_ext >&5
 
30848
 
 
30849
-cat >conftest.$ac_ext <<_ACEOF
 
30850
+       cat >conftest.$ac_ext <<_ACEOF
 
30851
 /* confdefs.h.  */
 
30852
 _ACEOF
 
30853
 cat confdefs.h >>conftest.$ac_ext
 
30854
 cat >>conftest.$ac_ext <<_ACEOF
 
30855
 /* end confdefs.h.  */
 
30856
 $ac_includes_default
 
30857
+   typedef char * ac__type_sizeof_;
 
30858
 int
 
30859
 main ()
 
30860
 {
 
30861
-static int test_array [1 - 2 * !(((long) (sizeof (char *))) < 0)];
 
30862
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
 
30863
 test_array [0] = 0
 
30864
 
 
30865
   ;
 
30866
@@ -26509,27 +26984,22 @@
 
30867
 }
 
30868
 _ACEOF
 
30869
 rm -f conftest.$ac_objext
 
30870
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
30871
-  (eval $ac_compile) 2>conftest.er1
 
30872
+if { (ac_try="$ac_compile"
 
30873
+case "(($ac_try" in
 
30874
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30875
+  *) ac_try_echo=$ac_try;;
 
30876
+esac
 
30877
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
30878
+  (eval "$ac_compile") 2>conftest.er1
 
30879
   ac_status=$?
 
30880
   grep -v '^ *+' conftest.er1 >conftest.err
 
30881
   rm -f conftest.er1
 
30882
   cat conftest.err >&5
 
30883
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30884
-  (exit $ac_status); } &&
 
30885
-        { ac_try='test -z "$ac_c_werror_flag"
 
30886
-                        || test ! -s conftest.err'
 
30887
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30888
-  (eval $ac_try) 2>&5
 
30889
-  ac_status=$?
 
30890
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30891
-  (exit $ac_status); }; } &&
 
30892
-        { ac_try='test -s conftest.$ac_objext'
 
30893
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30894
-  (eval $ac_try) 2>&5
 
30895
-  ac_status=$?
 
30896
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30897
-  (exit $ac_status); }; }; then
 
30898
+  (exit $ac_status); } && {
 
30899
+        test -z "$ac_c_werror_flag" ||
 
30900
+        test ! -s conftest.err
 
30901
+       } && test -s conftest.$ac_objext; then
 
30902
   ac_hi=-1 ac_mid=-1
 
30903
   while :; do
 
30904
     cat >conftest.$ac_ext <<_ACEOF
 
30905
@@ -26539,10 +27009,11 @@
 
30906
 cat >>conftest.$ac_ext <<_ACEOF
 
30907
 /* end confdefs.h.  */
 
30908
 $ac_includes_default
 
30909
+   typedef char * ac__type_sizeof_;
 
30910
 int
 
30911
 main ()
 
30912
 {
 
30913
-static int test_array [1 - 2 * !(((long) (sizeof (char *))) >= $ac_mid)];
 
30914
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
 
30915
 test_array [0] = 0
 
30916
 
 
30917
   ;
 
30918
@@ -26550,50 +27021,48 @@
 
30919
 }
 
30920
 _ACEOF
 
30921
 rm -f conftest.$ac_objext
 
30922
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
30923
-  (eval $ac_compile) 2>conftest.er1
 
30924
+if { (ac_try="$ac_compile"
 
30925
+case "(($ac_try" in
 
30926
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30927
+  *) ac_try_echo=$ac_try;;
 
30928
+esac
 
30929
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
30930
+  (eval "$ac_compile") 2>conftest.er1
 
30931
   ac_status=$?
 
30932
   grep -v '^ *+' conftest.er1 >conftest.err
 
30933
   rm -f conftest.er1
 
30934
   cat conftest.err >&5
 
30935
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30936
-  (exit $ac_status); } &&
 
30937
-        { ac_try='test -z "$ac_c_werror_flag"
 
30938
-                        || test ! -s conftest.err'
 
30939
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30940
-  (eval $ac_try) 2>&5
 
30941
-  ac_status=$?
 
30942
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30943
-  (exit $ac_status); }; } &&
 
30944
-        { ac_try='test -s conftest.$ac_objext'
 
30945
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
30946
-  (eval $ac_try) 2>&5
 
30947
-  ac_status=$?
 
30948
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30949
-  (exit $ac_status); }; }; then
 
30950
+  (exit $ac_status); } && {
 
30951
+        test -z "$ac_c_werror_flag" ||
 
30952
+        test ! -s conftest.err
 
30953
+       } && test -s conftest.$ac_objext; then
 
30954
   ac_lo=$ac_mid; break
 
30955
 else
 
30956
   echo "$as_me: failed program was:" >&5
 
30957
 sed 's/^/| /' conftest.$ac_ext >&5
 
30958
 
 
30959
-ac_hi=`expr '(' $ac_mid ')' - 1`
 
30960
-                      if test $ac_mid -le $ac_hi; then
 
30961
-                        ac_lo= ac_hi=
 
30962
-                        break
 
30963
-                      fi
 
30964
-                      ac_mid=`expr 2 '*' $ac_mid`
 
30965
+       ac_hi=`expr '(' $ac_mid ')' - 1`
 
30966
+                       if test $ac_mid -le $ac_hi; then
 
30967
+                         ac_lo= ac_hi=
 
30968
+                         break
 
30969
+                       fi
 
30970
+                       ac_mid=`expr 2 '*' $ac_mid`
 
30971
 fi
 
30972
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
30973
+
 
30974
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
30975
   done
 
30976
 else
 
30977
   echo "$as_me: failed program was:" >&5
 
30978
 sed 's/^/| /' conftest.$ac_ext >&5
 
30979
 
 
30980
-ac_lo= ac_hi=
 
30981
+       ac_lo= ac_hi=
 
30982
 fi
 
30983
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
30984
+
 
30985
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
30986
 fi
 
30987
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
30988
+
 
30989
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
30990
 # Binary search between lo and hi bounds.
 
30991
 while test "x$ac_lo" != "x$ac_hi"; do
 
30992
   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
 
30993
@@ -26604,10 +27073,11 @@
 
30994
 cat >>conftest.$ac_ext <<_ACEOF
 
30995
 /* end confdefs.h.  */
 
30996
 $ac_includes_default
 
30997
+   typedef char * ac__type_sizeof_;
 
30998
 int
 
30999
 main ()
 
31000
 {
 
31001
-static int test_array [1 - 2 * !(((long) (sizeof (char *))) <= $ac_mid)];
 
31002
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
 
31003
 test_array [0] = 0
 
31004
 
 
31005
   ;
 
31006
@@ -26615,52 +27085,45 @@
 
31007
 }
 
31008
 _ACEOF
 
31009
 rm -f conftest.$ac_objext
 
31010
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
31011
-  (eval $ac_compile) 2>conftest.er1
 
31012
+if { (ac_try="$ac_compile"
 
31013
+case "(($ac_try" in
 
31014
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31015
+  *) ac_try_echo=$ac_try;;
 
31016
+esac
 
31017
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
31018
+  (eval "$ac_compile") 2>conftest.er1
 
31019
   ac_status=$?
 
31020
   grep -v '^ *+' conftest.er1 >conftest.err
 
31021
   rm -f conftest.er1
 
31022
   cat conftest.err >&5
 
31023
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31024
-  (exit $ac_status); } &&
 
31025
-        { ac_try='test -z "$ac_c_werror_flag"
 
31026
-                        || test ! -s conftest.err'
 
31027
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
31028
-  (eval $ac_try) 2>&5
 
31029
-  ac_status=$?
 
31030
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31031
-  (exit $ac_status); }; } &&
 
31032
-        { ac_try='test -s conftest.$ac_objext'
 
31033
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
31034
-  (eval $ac_try) 2>&5
 
31035
-  ac_status=$?
 
31036
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31037
-  (exit $ac_status); }; }; then
 
31038
+  (exit $ac_status); } && {
 
31039
+        test -z "$ac_c_werror_flag" ||
 
31040
+        test ! -s conftest.err
 
31041
+       } && test -s conftest.$ac_objext; then
 
31042
   ac_hi=$ac_mid
 
31043
 else
 
31044
   echo "$as_me: failed program was:" >&5
 
31045
 sed 's/^/| /' conftest.$ac_ext >&5
 
31046
 
 
31047
-ac_lo=`expr '(' $ac_mid ')' + 1`
 
31048
+       ac_lo=`expr '(' $ac_mid ')' + 1`
 
31049
 fi
 
31050
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
31051
+
 
31052
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
31053
 done
 
31054
 case $ac_lo in
 
31055
 ?*) ac_cv_sizeof_char_p=$ac_lo;;
 
31056
-'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *), 77
 
31057
+'') if test "$ac_cv_type_char_p" = yes; then
 
31058
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *)
 
31059
 See \`config.log' for more details." >&5
 
31060
-echo "$as_me: error: cannot compute sizeof (char *), 77
 
31061
+echo "$as_me: error: cannot compute sizeof (char *)
 
31062
 See \`config.log' for more details." >&2;}
 
31063
-   { (exit 1); exit 1; }; } ;;
 
31064
+   { (exit 77); exit 77; }; }
 
31065
+   else
 
31066
+     ac_cv_sizeof_char_p=0
 
31067
+   fi ;;
 
31068
 esac
 
31069
 else
 
31070
-  if test "$cross_compiling" = yes; then
 
31071
-  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
 
31072
-See \`config.log' for more details." >&5
 
31073
-echo "$as_me: error: cannot run test program while cross compiling
 
31074
-See \`config.log' for more details." >&2;}
 
31075
-   { (exit 1); exit 1; }; }
 
31076
-else
 
31077
   cat >conftest.$ac_ext <<_ACEOF
 
31078
 /* confdefs.h.  */
 
31079
 _ACEOF
 
31080
@@ -26668,8 +27131,9 @@
 
31081
 cat >>conftest.$ac_ext <<_ACEOF
 
31082
 /* end confdefs.h.  */
 
31083
 $ac_includes_default
 
31084
-long longval () { return (long) (sizeof (char *)); }
 
31085
-unsigned long ulongval () { return (long) (sizeof (char *)); }
 
31086
+   typedef char * ac__type_sizeof_;
 
31087
+static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
 
31088
+static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
 
31089
 #include <stdio.h>
 
31090
 #include <stdlib.h>
 
31091
 int
 
31092
@@ -26678,35 +27142,44 @@
 
31093
 
 
31094
   FILE *f = fopen ("conftest.val", "w");
 
31095
   if (! f)
 
31096
-    exit (1);
 
31097
-  if (((long) (sizeof (char *))) < 0)
 
31098
+    return 1;
 
31099
+  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
 
31100
     {
 
31101
-      long i = longval ();
 
31102
-      if (i != ((long) (sizeof (char *))))
 
31103
-       exit (1);
 
31104
+      long int i = longval ();
 
31105
+      if (i != ((long int) (sizeof (ac__type_sizeof_))))
 
31106
+       return 1;
 
31107
       fprintf (f, "%ld\n", i);
 
31108
     }
 
31109
   else
 
31110
     {
 
31111
-      unsigned long i = ulongval ();
 
31112
-      if (i != ((long) (sizeof (char *))))
 
31113
-       exit (1);
 
31114
+      unsigned long int i = ulongval ();
 
31115
+      if (i != ((long int) (sizeof (ac__type_sizeof_))))
 
31116
+       return 1;
 
31117
       fprintf (f, "%lu\n", i);
 
31118
     }
 
31119
-  exit (ferror (f) || fclose (f) != 0);
 
31120
+  return ferror (f) || fclose (f) != 0;
 
31121
 
 
31122
   ;
 
31123
   return 0;
 
31124
 }
 
31125
 _ACEOF
 
31126
 rm -f conftest$ac_exeext
 
31127
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
31128
-  (eval $ac_link) 2>&5
 
31129
+if { (ac_try="$ac_link"
 
31130
+case "(($ac_try" in
 
31131
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31132
+  *) ac_try_echo=$ac_try;;
 
31133
+esac
 
31134
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
31135
+  (eval "$ac_link") 2>&5
 
31136
   ac_status=$?
 
31137
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31138
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
31139
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
31140
-  (eval $ac_try) 2>&5
 
31141
+  { (case "(($ac_try" in
 
31142
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31143
+  *) ac_try_echo=$ac_try;;
 
31144
+esac
 
31145
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
31146
+  (eval "$ac_try") 2>&5
 
31147
   ac_status=$?
 
31148
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31149
   (exit $ac_status); }; }; then
 
31150
@@ -26717,30 +27190,33 @@
 
31151
 sed 's/^/| /' conftest.$ac_ext >&5
 
31152
 
 
31153
 ( exit $ac_status )
 
31154
-{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char *), 77
 
31155
+if test "$ac_cv_type_char_p" = yes; then
 
31156
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *)
 
31157
 See \`config.log' for more details." >&5
 
31158
-echo "$as_me: error: cannot compute sizeof (char *), 77
 
31159
+echo "$as_me: error: cannot compute sizeof (char *)
 
31160
 See \`config.log' for more details." >&2;}
 
31161
-   { (exit 1); exit 1; }; }
 
31162
-fi
 
31163
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
31164
+   { (exit 77); exit 77; }; }
 
31165
+   else
 
31166
+     ac_cv_sizeof_char_p=0
 
31167
+   fi
 
31168
 fi
 
31169
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
31170
 fi
 
31171
 rm -f conftest.val
 
31172
-else
 
31173
-  ac_cv_sizeof_char_p=0
 
31174
-fi
 
31175
 fi
 
31176
-echo "$as_me:$LINENO: result: $ac_cv_sizeof_char_p" >&5
 
31177
-echo "${ECHO_T}$ac_cv_sizeof_char_p" >&6
 
31178
+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_char_p" >&5
 
31179
+echo "${ECHO_T}$ac_cv_sizeof_char_p" >&6; }
 
31180
+
 
31181
+
 
31182
+
 
31183
 cat >>confdefs.h <<_ACEOF
 
31184
 #define SIZEOF_CHAR_P $ac_cv_sizeof_char_p
 
31185
 _ACEOF
 
31186
 
 
31187
 
 
31188
 
 
31189
-echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
31190
-echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
 
31191
+{ echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
31192
+echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
 
31193
 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 
31194
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
31195
 else
 
31196
@@ -26753,56 +27229,53 @@
 
31197
 cat >>conftest.$ac_ext <<_ACEOF
 
31198
 /* end confdefs.h.  */
 
31199
 
 
31200
-/* Override any gcc2 internal prototype to avoid an error.  */
 
31201
+/* Override any GCC internal prototype to avoid an error.
 
31202
+   Use char because int might match the return type of a GCC
 
31203
+   builtin and then its argument prototype would still apply.  */
 
31204
 #ifdef __cplusplus
 
31205
 extern "C"
 
31206
 #endif
 
31207
-/* We use char because int might match the return type of a gcc2
 
31208
-   builtin and then its argument prototype would still apply.  */
 
31209
 char dlopen ();
 
31210
 int
 
31211
 main ()
 
31212
 {
 
31213
-dlopen ();
 
31214
+return dlopen ();
 
31215
   ;
 
31216
   return 0;
 
31217
 }
 
31218
 _ACEOF
 
31219
 rm -f conftest.$ac_objext conftest$ac_exeext
 
31220
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
31221
-  (eval $ac_link) 2>conftest.er1
 
31222
+if { (ac_try="$ac_link"
 
31223
+case "(($ac_try" in
 
31224
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31225
+  *) ac_try_echo=$ac_try;;
 
31226
+esac
 
31227
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
31228
+  (eval "$ac_link") 2>conftest.er1
 
31229
   ac_status=$?
 
31230
   grep -v '^ *+' conftest.er1 >conftest.err
 
31231
   rm -f conftest.er1
 
31232
   cat conftest.err >&5
 
31233
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31234
-  (exit $ac_status); } &&
 
31235
-        { ac_try='test -z "$ac_c_werror_flag"
 
31236
-                        || test ! -s conftest.err'
 
31237
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
31238
-  (eval $ac_try) 2>&5
 
31239
-  ac_status=$?
 
31240
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31241
-  (exit $ac_status); }; } &&
 
31242
-        { ac_try='test -s conftest$ac_exeext'
 
31243
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
31244
-  (eval $ac_try) 2>&5
 
31245
-  ac_status=$?
 
31246
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31247
-  (exit $ac_status); }; }; then
 
31248
+  (exit $ac_status); } && {
 
31249
+        test -z "$ac_c_werror_flag" ||
 
31250
+        test ! -s conftest.err
 
31251
+       } && test -s conftest$ac_exeext &&
 
31252
+       $as_test_x conftest$ac_exeext; then
 
31253
   ac_cv_lib_dl_dlopen=yes
 
31254
 else
 
31255
   echo "$as_me: failed program was:" >&5
 
31256
 sed 's/^/| /' conftest.$ac_ext >&5
 
31257
 
 
31258
-ac_cv_lib_dl_dlopen=no
 
31259
+       ac_cv_lib_dl_dlopen=no
 
31260
 fi
 
31261
-rm -f conftest.err conftest.$ac_objext \
 
31262
+
 
31263
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
31264
       conftest$ac_exeext conftest.$ac_ext
 
31265
 LIBS=$ac_check_lib_save_LIBS
 
31266
 fi
 
31267
-echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
31268
-echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
 
31269
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
31270
+echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
 
31271
 if test $ac_cv_lib_dl_dlopen = yes; then
 
31272
 
 
31273
 LIBDL="-ldl"
 
31274
@@ -26811,8 +27284,8 @@
 
31275
 fi
 
31276
 
 
31277
 
 
31278
-echo "$as_me:$LINENO: checking for shl_unload in -ldld" >&5
 
31279
-echo $ECHO_N "checking for shl_unload in -ldld... $ECHO_C" >&6
 
31280
+{ echo "$as_me:$LINENO: checking for shl_unload in -ldld" >&5
 
31281
+echo $ECHO_N "checking for shl_unload in -ldld... $ECHO_C" >&6; }
 
31282
 if test "${ac_cv_lib_dld_shl_unload+set}" = set; then
 
31283
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
31284
 else
 
31285
@@ -26825,56 +27298,53 @@
 
31286
 cat >>conftest.$ac_ext <<_ACEOF
 
31287
 /* end confdefs.h.  */
 
31288
 
 
31289
-/* Override any gcc2 internal prototype to avoid an error.  */
 
31290
+/* Override any GCC internal prototype to avoid an error.
 
31291
+   Use char because int might match the return type of a GCC
 
31292
+   builtin and then its argument prototype would still apply.  */
 
31293
 #ifdef __cplusplus
 
31294
 extern "C"
 
31295
 #endif
 
31296
-/* We use char because int might match the return type of a gcc2
 
31297
-   builtin and then its argument prototype would still apply.  */
 
31298
 char shl_unload ();
 
31299
 int
 
31300
 main ()
 
31301
 {
 
31302
-shl_unload ();
 
31303
+return shl_unload ();
 
31304
   ;
 
31305
   return 0;
 
31306
 }
 
31307
 _ACEOF
 
31308
 rm -f conftest.$ac_objext conftest$ac_exeext
 
31309
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
31310
-  (eval $ac_link) 2>conftest.er1
 
31311
+if { (ac_try="$ac_link"
 
31312
+case "(($ac_try" in
 
31313
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31314
+  *) ac_try_echo=$ac_try;;
 
31315
+esac
 
31316
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
31317
+  (eval "$ac_link") 2>conftest.er1
 
31318
   ac_status=$?
 
31319
   grep -v '^ *+' conftest.er1 >conftest.err
 
31320
   rm -f conftest.er1
 
31321
   cat conftest.err >&5
 
31322
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31323
-  (exit $ac_status); } &&
 
31324
-        { ac_try='test -z "$ac_c_werror_flag"
 
31325
-                        || test ! -s conftest.err'
 
31326
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
31327
-  (eval $ac_try) 2>&5
 
31328
-  ac_status=$?
 
31329
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31330
-  (exit $ac_status); }; } &&
 
31331
-        { ac_try='test -s conftest$ac_exeext'
 
31332
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
31333
-  (eval $ac_try) 2>&5
 
31334
-  ac_status=$?
 
31335
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31336
-  (exit $ac_status); }; }; then
 
31337
+  (exit $ac_status); } && {
 
31338
+        test -z "$ac_c_werror_flag" ||
 
31339
+        test ! -s conftest.err
 
31340
+       } && test -s conftest$ac_exeext &&
 
31341
+       $as_test_x conftest$ac_exeext; then
 
31342
   ac_cv_lib_dld_shl_unload=yes
 
31343
 else
 
31344
   echo "$as_me: failed program was:" >&5
 
31345
 sed 's/^/| /' conftest.$ac_ext >&5
 
31346
 
 
31347
-ac_cv_lib_dld_shl_unload=no
 
31348
+       ac_cv_lib_dld_shl_unload=no
 
31349
 fi
 
31350
-rm -f conftest.err conftest.$ac_objext \
 
31351
+
 
31352
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
31353
       conftest$ac_exeext conftest.$ac_ext
 
31354
 LIBS=$ac_check_lib_save_LIBS
 
31355
 fi
 
31356
-echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_unload" >&5
 
31357
-echo "${ECHO_T}$ac_cv_lib_dld_shl_unload" >&6
 
31358
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_unload" >&5
 
31359
+echo "${ECHO_T}$ac_cv_lib_dld_shl_unload" >&6; }
 
31360
 if test $ac_cv_lib_dld_shl_unload = yes; then
 
31361
 
 
31362
 LIBDL="-ldld"
 
31363
@@ -26888,8 +27358,8 @@
 
31364
 
 
31365
 
 
31366
 
 
31367
-  echo "$as_me:$LINENO: checking for size_t" >&5
 
31368
-echo $ECHO_N "checking for size_t... $ECHO_C" >&6
 
31369
+  { echo "$as_me:$LINENO: checking for size_t" >&5
 
31370
+echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
 
31371
 if test "${ac_cv_type_size_t+set}" = set; then
 
31372
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
31373
 else
 
31374
@@ -26900,61 +27370,57 @@
 
31375
 cat >>conftest.$ac_ext <<_ACEOF
 
31376
 /* end confdefs.h.  */
 
31377
 $ac_includes_default
 
31378
+typedef size_t ac__type_new_;
 
31379
 int
 
31380
 main ()
 
31381
 {
 
31382
-if ((size_t *) 0)
 
31383
+if ((ac__type_new_ *) 0)
 
31384
   return 0;
 
31385
-if (sizeof (size_t))
 
31386
+if (sizeof (ac__type_new_))
 
31387
   return 0;
 
31388
   ;
 
31389
   return 0;
 
31390
 }
 
31391
 _ACEOF
 
31392
 rm -f conftest.$ac_objext
 
31393
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
31394
-  (eval $ac_compile) 2>conftest.er1
 
31395
+if { (ac_try="$ac_compile"
 
31396
+case "(($ac_try" in
 
31397
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31398
+  *) ac_try_echo=$ac_try;;
 
31399
+esac
 
31400
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
31401
+  (eval "$ac_compile") 2>conftest.er1
 
31402
   ac_status=$?
 
31403
   grep -v '^ *+' conftest.er1 >conftest.err
 
31404
   rm -f conftest.er1
 
31405
   cat conftest.err >&5
 
31406
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31407
-  (exit $ac_status); } &&
 
31408
-        { ac_try='test -z "$ac_c_werror_flag"
 
31409
-                        || test ! -s conftest.err'
 
31410
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
31411
-  (eval $ac_try) 2>&5
 
31412
-  ac_status=$?
 
31413
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31414
-  (exit $ac_status); }; } &&
 
31415
-        { ac_try='test -s conftest.$ac_objext'
 
31416
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
31417
-  (eval $ac_try) 2>&5
 
31418
-  ac_status=$?
 
31419
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31420
-  (exit $ac_status); }; }; then
 
31421
+  (exit $ac_status); } && {
 
31422
+        test -z "$ac_c_werror_flag" ||
 
31423
+        test ! -s conftest.err
 
31424
+       } && test -s conftest.$ac_objext; then
 
31425
   ac_cv_type_size_t=yes
 
31426
 else
 
31427
   echo "$as_me: failed program was:" >&5
 
31428
 sed 's/^/| /' conftest.$ac_ext >&5
 
31429
 
 
31430
-ac_cv_type_size_t=no
 
31431
+       ac_cv_type_size_t=no
 
31432
 fi
 
31433
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
31434
+
 
31435
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
31436
 fi
 
31437
-echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
 
31438
-echo "${ECHO_T}$ac_cv_type_size_t" >&6
 
31439
+{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
 
31440
+echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
 
31441
 
 
31442
-echo "$as_me:$LINENO: checking size of size_t" >&5
 
31443
-echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
 
31444
+# The cast to long int works around a bug in the HP C Compiler
 
31445
+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 
31446
+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 
31447
+# This bug is HP SR number 8606223364.
 
31448
+{ echo "$as_me:$LINENO: checking size of size_t" >&5
 
31449
+echo $ECHO_N "checking size of size_t... $ECHO_C" >&6; }
 
31450
 if test "${ac_cv_sizeof_size_t+set}" = set; then
 
31451
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
31452
 else
 
31453
-  if test "$ac_cv_type_size_t" = yes; then
 
31454
-  # The cast to unsigned long works around a bug in the HP C Compiler
 
31455
-  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 
31456
-  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 
31457
-  # This bug is HP SR number 8606223364.
 
31458
   if test "$cross_compiling" = yes; then
 
31459
   # Depending upon the size, compute the lo and hi bounds.
 
31460
 cat >conftest.$ac_ext <<_ACEOF
 
31461
@@ -26964,10 +27430,11 @@
 
31462
 cat >>conftest.$ac_ext <<_ACEOF
 
31463
 /* end confdefs.h.  */
 
31464
 $ac_includes_default
 
31465
+   typedef size_t ac__type_sizeof_;
 
31466
 int
 
31467
 main ()
 
31468
 {
 
31469
-static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
 
31470
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
 
31471
 test_array [0] = 0
 
31472
 
 
31473
   ;
 
31474
@@ -26975,27 +27442,22 @@
 
31475
 }
 
31476
 _ACEOF
 
31477
 rm -f conftest.$ac_objext
 
31478
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
31479
-  (eval $ac_compile) 2>conftest.er1
 
31480
+if { (ac_try="$ac_compile"
 
31481
+case "(($ac_try" in
 
31482
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31483
+  *) ac_try_echo=$ac_try;;
 
31484
+esac
 
31485
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
31486
+  (eval "$ac_compile") 2>conftest.er1
 
31487
   ac_status=$?
 
31488
   grep -v '^ *+' conftest.er1 >conftest.err
 
31489
   rm -f conftest.er1
 
31490
   cat conftest.err >&5
 
31491
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31492
-  (exit $ac_status); } &&
 
31493
-        { ac_try='test -z "$ac_c_werror_flag"
 
31494
-                        || test ! -s conftest.err'
 
31495
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
31496
-  (eval $ac_try) 2>&5
 
31497
-  ac_status=$?
 
31498
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31499
-  (exit $ac_status); }; } &&
 
31500
-        { ac_try='test -s conftest.$ac_objext'
 
31501
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
31502
-  (eval $ac_try) 2>&5
 
31503
-  ac_status=$?
 
31504
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31505
-  (exit $ac_status); }; }; then
 
31506
+  (exit $ac_status); } && {
 
31507
+        test -z "$ac_c_werror_flag" ||
 
31508
+        test ! -s conftest.err
 
31509
+       } && test -s conftest.$ac_objext; then
 
31510
   ac_lo=0 ac_mid=0
 
31511
   while :; do
 
31512
     cat >conftest.$ac_ext <<_ACEOF
 
31513
@@ -27005,10 +27467,11 @@
 
31514
 cat >>conftest.$ac_ext <<_ACEOF
 
31515
 /* end confdefs.h.  */
 
31516
 $ac_includes_default
 
31517
+   typedef size_t ac__type_sizeof_;
 
31518
 int
 
31519
 main ()
 
31520
 {
 
31521
-static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
 
31522
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
 
31523
 test_array [0] = 0
 
31524
 
 
31525
   ;
 
31526
@@ -27016,56 +27479,53 @@
 
31527
 }
 
31528
 _ACEOF
 
31529
 rm -f conftest.$ac_objext
 
31530
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
31531
-  (eval $ac_compile) 2>conftest.er1
 
31532
+if { (ac_try="$ac_compile"
 
31533
+case "(($ac_try" in
 
31534
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31535
+  *) ac_try_echo=$ac_try;;
 
31536
+esac
 
31537
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
31538
+  (eval "$ac_compile") 2>conftest.er1
 
31539
   ac_status=$?
 
31540
   grep -v '^ *+' conftest.er1 >conftest.err
 
31541
   rm -f conftest.er1
 
31542
   cat conftest.err >&5
 
31543
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31544
-  (exit $ac_status); } &&
 
31545
-        { ac_try='test -z "$ac_c_werror_flag"
 
31546
-                        || test ! -s conftest.err'
 
31547
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
31548
-  (eval $ac_try) 2>&5
 
31549
-  ac_status=$?
 
31550
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31551
-  (exit $ac_status); }; } &&
 
31552
-        { ac_try='test -s conftest.$ac_objext'
 
31553
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
31554
-  (eval $ac_try) 2>&5
 
31555
-  ac_status=$?
 
31556
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31557
-  (exit $ac_status); }; }; then
 
31558
+  (exit $ac_status); } && {
 
31559
+        test -z "$ac_c_werror_flag" ||
 
31560
+        test ! -s conftest.err
 
31561
+       } && test -s conftest.$ac_objext; then
 
31562
   ac_hi=$ac_mid; break
 
31563
 else
 
31564
   echo "$as_me: failed program was:" >&5
 
31565
 sed 's/^/| /' conftest.$ac_ext >&5
 
31566
 
 
31567
-ac_lo=`expr $ac_mid + 1`
 
31568
-                   if test $ac_lo -le $ac_mid; then
 
31569
-                     ac_lo= ac_hi=
 
31570
-                     break
 
31571
-                   fi
 
31572
-                   ac_mid=`expr 2 '*' $ac_mid + 1`
 
31573
+       ac_lo=`expr $ac_mid + 1`
 
31574
+                       if test $ac_lo -le $ac_mid; then
 
31575
+                         ac_lo= ac_hi=
 
31576
+                         break
 
31577
+                       fi
 
31578
+                       ac_mid=`expr 2 '*' $ac_mid + 1`
 
31579
 fi
 
31580
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
31581
+
 
31582
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
31583
   done
 
31584
 else
 
31585
   echo "$as_me: failed program was:" >&5
 
31586
 sed 's/^/| /' conftest.$ac_ext >&5
 
31587
 
 
31588
-cat >conftest.$ac_ext <<_ACEOF
 
31589
+       cat >conftest.$ac_ext <<_ACEOF
 
31590
 /* confdefs.h.  */
 
31591
 _ACEOF
 
31592
 cat confdefs.h >>conftest.$ac_ext
 
31593
 cat >>conftest.$ac_ext <<_ACEOF
 
31594
 /* end confdefs.h.  */
 
31595
 $ac_includes_default
 
31596
+   typedef size_t ac__type_sizeof_;
 
31597
 int
 
31598
 main ()
 
31599
 {
 
31600
-static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
 
31601
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
 
31602
 test_array [0] = 0
 
31603
 
 
31604
   ;
 
31605
@@ -27073,27 +27533,22 @@
 
31606
 }
 
31607
 _ACEOF
 
31608
 rm -f conftest.$ac_objext
 
31609
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
31610
-  (eval $ac_compile) 2>conftest.er1
 
31611
+if { (ac_try="$ac_compile"
 
31612
+case "(($ac_try" in
 
31613
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31614
+  *) ac_try_echo=$ac_try;;
 
31615
+esac
 
31616
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
31617
+  (eval "$ac_compile") 2>conftest.er1
 
31618
   ac_status=$?
 
31619
   grep -v '^ *+' conftest.er1 >conftest.err
 
31620
   rm -f conftest.er1
 
31621
   cat conftest.err >&5
 
31622
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31623
-  (exit $ac_status); } &&
 
31624
-        { ac_try='test -z "$ac_c_werror_flag"
 
31625
-                        || test ! -s conftest.err'
 
31626
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
31627
-  (eval $ac_try) 2>&5
 
31628
-  ac_status=$?
 
31629
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31630
-  (exit $ac_status); }; } &&
 
31631
-        { ac_try='test -s conftest.$ac_objext'
 
31632
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
31633
-  (eval $ac_try) 2>&5
 
31634
-  ac_status=$?
 
31635
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31636
-  (exit $ac_status); }; }; then
 
31637
+  (exit $ac_status); } && {
 
31638
+        test -z "$ac_c_werror_flag" ||
 
31639
+        test ! -s conftest.err
 
31640
+       } && test -s conftest.$ac_objext; then
 
31641
   ac_hi=-1 ac_mid=-1
 
31642
   while :; do
 
31643
     cat >conftest.$ac_ext <<_ACEOF
 
31644
@@ -27103,10 +27558,11 @@
 
31645
 cat >>conftest.$ac_ext <<_ACEOF
 
31646
 /* end confdefs.h.  */
 
31647
 $ac_includes_default
 
31648
+   typedef size_t ac__type_sizeof_;
 
31649
 int
 
31650
 main ()
 
31651
 {
 
31652
-static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
 
31653
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
 
31654
 test_array [0] = 0
 
31655
 
 
31656
   ;
 
31657
@@ -27114,50 +27570,48 @@
 
31658
 }
 
31659
 _ACEOF
 
31660
 rm -f conftest.$ac_objext
 
31661
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
31662
-  (eval $ac_compile) 2>conftest.er1
 
31663
+if { (ac_try="$ac_compile"
 
31664
+case "(($ac_try" in
 
31665
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31666
+  *) ac_try_echo=$ac_try;;
 
31667
+esac
 
31668
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
31669
+  (eval "$ac_compile") 2>conftest.er1
 
31670
   ac_status=$?
 
31671
   grep -v '^ *+' conftest.er1 >conftest.err
 
31672
   rm -f conftest.er1
 
31673
   cat conftest.err >&5
 
31674
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31675
-  (exit $ac_status); } &&
 
31676
-        { ac_try='test -z "$ac_c_werror_flag"
 
31677
-                        || test ! -s conftest.err'
 
31678
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
31679
-  (eval $ac_try) 2>&5
 
31680
-  ac_status=$?
 
31681
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31682
-  (exit $ac_status); }; } &&
 
31683
-        { ac_try='test -s conftest.$ac_objext'
 
31684
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
31685
-  (eval $ac_try) 2>&5
 
31686
-  ac_status=$?
 
31687
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31688
-  (exit $ac_status); }; }; then
 
31689
+  (exit $ac_status); } && {
 
31690
+        test -z "$ac_c_werror_flag" ||
 
31691
+        test ! -s conftest.err
 
31692
+       } && test -s conftest.$ac_objext; then
 
31693
   ac_lo=$ac_mid; break
 
31694
 else
 
31695
   echo "$as_me: failed program was:" >&5
 
31696
 sed 's/^/| /' conftest.$ac_ext >&5
 
31697
 
 
31698
-ac_hi=`expr '(' $ac_mid ')' - 1`
 
31699
-                      if test $ac_mid -le $ac_hi; then
 
31700
-                        ac_lo= ac_hi=
 
31701
-                        break
 
31702
-                      fi
 
31703
-                      ac_mid=`expr 2 '*' $ac_mid`
 
31704
+       ac_hi=`expr '(' $ac_mid ')' - 1`
 
31705
+                       if test $ac_mid -le $ac_hi; then
 
31706
+                         ac_lo= ac_hi=
 
31707
+                         break
 
31708
+                       fi
 
31709
+                       ac_mid=`expr 2 '*' $ac_mid`
 
31710
 fi
 
31711
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
31712
+
 
31713
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
31714
   done
 
31715
 else
 
31716
   echo "$as_me: failed program was:" >&5
 
31717
 sed 's/^/| /' conftest.$ac_ext >&5
 
31718
 
 
31719
-ac_lo= ac_hi=
 
31720
+       ac_lo= ac_hi=
 
31721
 fi
 
31722
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
31723
+
 
31724
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
31725
 fi
 
31726
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
31727
+
 
31728
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
31729
 # Binary search between lo and hi bounds.
 
31730
 while test "x$ac_lo" != "x$ac_hi"; do
 
31731
   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
 
31732
@@ -27168,10 +27622,11 @@
 
31733
 cat >>conftest.$ac_ext <<_ACEOF
 
31734
 /* end confdefs.h.  */
 
31735
 $ac_includes_default
 
31736
+   typedef size_t ac__type_sizeof_;
 
31737
 int
 
31738
 main ()
 
31739
 {
 
31740
-static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
 
31741
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
 
31742
 test_array [0] = 0
 
31743
 
 
31744
   ;
 
31745
@@ -27179,52 +27634,45 @@
 
31746
 }
 
31747
 _ACEOF
 
31748
 rm -f conftest.$ac_objext
 
31749
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
31750
-  (eval $ac_compile) 2>conftest.er1
 
31751
+if { (ac_try="$ac_compile"
 
31752
+case "(($ac_try" in
 
31753
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31754
+  *) ac_try_echo=$ac_try;;
 
31755
+esac
 
31756
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
31757
+  (eval "$ac_compile") 2>conftest.er1
 
31758
   ac_status=$?
 
31759
   grep -v '^ *+' conftest.er1 >conftest.err
 
31760
   rm -f conftest.er1
 
31761
   cat conftest.err >&5
 
31762
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31763
-  (exit $ac_status); } &&
 
31764
-        { ac_try='test -z "$ac_c_werror_flag"
 
31765
-                        || test ! -s conftest.err'
 
31766
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
31767
-  (eval $ac_try) 2>&5
 
31768
-  ac_status=$?
 
31769
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31770
-  (exit $ac_status); }; } &&
 
31771
-        { ac_try='test -s conftest.$ac_objext'
 
31772
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
31773
-  (eval $ac_try) 2>&5
 
31774
-  ac_status=$?
 
31775
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31776
-  (exit $ac_status); }; }; then
 
31777
+  (exit $ac_status); } && {
 
31778
+        test -z "$ac_c_werror_flag" ||
 
31779
+        test ! -s conftest.err
 
31780
+       } && test -s conftest.$ac_objext; then
 
31781
   ac_hi=$ac_mid
 
31782
 else
 
31783
   echo "$as_me: failed program was:" >&5
 
31784
 sed 's/^/| /' conftest.$ac_ext >&5
 
31785
 
 
31786
-ac_lo=`expr '(' $ac_mid ')' + 1`
 
31787
+       ac_lo=`expr '(' $ac_mid ')' + 1`
 
31788
 fi
 
31789
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
31790
+
 
31791
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
31792
 done
 
31793
 case $ac_lo in
 
31794
 ?*) ac_cv_sizeof_size_t=$ac_lo;;
 
31795
-'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
 
31796
+'') if test "$ac_cv_type_size_t" = yes; then
 
31797
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
 
31798
 See \`config.log' for more details." >&5
 
31799
-echo "$as_me: error: cannot compute sizeof (size_t), 77
 
31800
+echo "$as_me: error: cannot compute sizeof (size_t)
 
31801
 See \`config.log' for more details." >&2;}
 
31802
-   { (exit 1); exit 1; }; } ;;
 
31803
+   { (exit 77); exit 77; }; }
 
31804
+   else
 
31805
+     ac_cv_sizeof_size_t=0
 
31806
+   fi ;;
 
31807
 esac
 
31808
 else
 
31809
-  if test "$cross_compiling" = yes; then
 
31810
-  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
 
31811
-See \`config.log' for more details." >&5
 
31812
-echo "$as_me: error: cannot run test program while cross compiling
 
31813
-See \`config.log' for more details." >&2;}
 
31814
-   { (exit 1); exit 1; }; }
 
31815
-else
 
31816
   cat >conftest.$ac_ext <<_ACEOF
 
31817
 /* confdefs.h.  */
 
31818
 _ACEOF
 
31819
@@ -27232,8 +27680,9 @@
 
31820
 cat >>conftest.$ac_ext <<_ACEOF
 
31821
 /* end confdefs.h.  */
 
31822
 $ac_includes_default
 
31823
-long longval () { return (long) (sizeof (size_t)); }
 
31824
-unsigned long ulongval () { return (long) (sizeof (size_t)); }
 
31825
+   typedef size_t ac__type_sizeof_;
 
31826
+static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
 
31827
+static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
 
31828
 #include <stdio.h>
 
31829
 #include <stdlib.h>
 
31830
 int
 
31831
@@ -27242,35 +27691,44 @@
 
31832
 
 
31833
   FILE *f = fopen ("conftest.val", "w");
 
31834
   if (! f)
 
31835
-    exit (1);
 
31836
-  if (((long) (sizeof (size_t))) < 0)
 
31837
+    return 1;
 
31838
+  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
 
31839
     {
 
31840
-      long i = longval ();
 
31841
-      if (i != ((long) (sizeof (size_t))))
 
31842
-       exit (1);
 
31843
+      long int i = longval ();
 
31844
+      if (i != ((long int) (sizeof (ac__type_sizeof_))))
 
31845
+       return 1;
 
31846
       fprintf (f, "%ld\n", i);
 
31847
     }
 
31848
   else
 
31849
     {
 
31850
-      unsigned long i = ulongval ();
 
31851
-      if (i != ((long) (sizeof (size_t))))
 
31852
-       exit (1);
 
31853
+      unsigned long int i = ulongval ();
 
31854
+      if (i != ((long int) (sizeof (ac__type_sizeof_))))
 
31855
+       return 1;
 
31856
       fprintf (f, "%lu\n", i);
 
31857
     }
 
31858
-  exit (ferror (f) || fclose (f) != 0);
 
31859
+  return ferror (f) || fclose (f) != 0;
 
31860
 
 
31861
   ;
 
31862
   return 0;
 
31863
 }
 
31864
 _ACEOF
 
31865
 rm -f conftest$ac_exeext
 
31866
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
31867
-  (eval $ac_link) 2>&5
 
31868
+if { (ac_try="$ac_link"
 
31869
+case "(($ac_try" in
 
31870
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31871
+  *) ac_try_echo=$ac_try;;
 
31872
+esac
 
31873
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
31874
+  (eval "$ac_link") 2>&5
 
31875
   ac_status=$?
 
31876
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31877
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
31878
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
31879
-  (eval $ac_try) 2>&5
 
31880
+  { (case "(($ac_try" in
 
31881
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31882
+  *) ac_try_echo=$ac_try;;
 
31883
+esac
 
31884
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
31885
+  (eval "$ac_try") 2>&5
 
31886
   ac_status=$?
 
31887
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31888
   (exit $ac_status); }; }; then
 
31889
@@ -27281,29 +27739,32 @@
 
31890
 sed 's/^/| /' conftest.$ac_ext >&5
 
31891
 
 
31892
 ( exit $ac_status )
 
31893
-{ { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
 
31894
+if test "$ac_cv_type_size_t" = yes; then
 
31895
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
 
31896
 See \`config.log' for more details." >&5
 
31897
-echo "$as_me: error: cannot compute sizeof (size_t), 77
 
31898
+echo "$as_me: error: cannot compute sizeof (size_t)
 
31899
 See \`config.log' for more details." >&2;}
 
31900
-   { (exit 1); exit 1; }; }
 
31901
-fi
 
31902
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
31903
+   { (exit 77); exit 77; }; }
 
31904
+   else
 
31905
+     ac_cv_sizeof_size_t=0
 
31906
+   fi
 
31907
 fi
 
31908
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
31909
 fi
 
31910
 rm -f conftest.val
 
31911
-else
 
31912
-  ac_cv_sizeof_size_t=0
 
31913
-fi
 
31914
 fi
 
31915
-echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
 
31916
-echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
 
31917
+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
 
31918
+echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6; }
 
31919
+
 
31920
+
 
31921
+
 
31922
 cat >>confdefs.h <<_ACEOF
 
31923
 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
 
31924
 _ACEOF
 
31925
 
 
31926
 
 
31927
-  echo "$as_me:$LINENO: checking for unsigned long" >&5
 
31928
-echo $ECHO_N "checking for unsigned long... $ECHO_C" >&6
 
31929
+  { echo "$as_me:$LINENO: checking for unsigned long" >&5
 
31930
+echo $ECHO_N "checking for unsigned long... $ECHO_C" >&6; }
 
31931
 if test "${ac_cv_type_unsigned_long+set}" = set; then
 
31932
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
31933
 else
 
31934
@@ -27314,61 +27775,57 @@
 
31935
 cat >>conftest.$ac_ext <<_ACEOF
 
31936
 /* end confdefs.h.  */
 
31937
 $ac_includes_default
 
31938
+typedef unsigned long ac__type_new_;
 
31939
 int
 
31940
 main ()
 
31941
 {
 
31942
-if ((unsigned long *) 0)
 
31943
+if ((ac__type_new_ *) 0)
 
31944
   return 0;
 
31945
-if (sizeof (unsigned long))
 
31946
+if (sizeof (ac__type_new_))
 
31947
   return 0;
 
31948
   ;
 
31949
   return 0;
 
31950
 }
 
31951
 _ACEOF
 
31952
 rm -f conftest.$ac_objext
 
31953
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
31954
-  (eval $ac_compile) 2>conftest.er1
 
31955
+if { (ac_try="$ac_compile"
 
31956
+case "(($ac_try" in
 
31957
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31958
+  *) ac_try_echo=$ac_try;;
 
31959
+esac
 
31960
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
31961
+  (eval "$ac_compile") 2>conftest.er1
 
31962
   ac_status=$?
 
31963
   grep -v '^ *+' conftest.er1 >conftest.err
 
31964
   rm -f conftest.er1
 
31965
   cat conftest.err >&5
 
31966
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31967
-  (exit $ac_status); } &&
 
31968
-        { ac_try='test -z "$ac_c_werror_flag"
 
31969
-                        || test ! -s conftest.err'
 
31970
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
31971
-  (eval $ac_try) 2>&5
 
31972
-  ac_status=$?
 
31973
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31974
-  (exit $ac_status); }; } &&
 
31975
-        { ac_try='test -s conftest.$ac_objext'
 
31976
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
31977
-  (eval $ac_try) 2>&5
 
31978
-  ac_status=$?
 
31979
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31980
-  (exit $ac_status); }; }; then
 
31981
+  (exit $ac_status); } && {
 
31982
+        test -z "$ac_c_werror_flag" ||
 
31983
+        test ! -s conftest.err
 
31984
+       } && test -s conftest.$ac_objext; then
 
31985
   ac_cv_type_unsigned_long=yes
 
31986
 else
 
31987
   echo "$as_me: failed program was:" >&5
 
31988
 sed 's/^/| /' conftest.$ac_ext >&5
 
31989
 
 
31990
-ac_cv_type_unsigned_long=no
 
31991
+       ac_cv_type_unsigned_long=no
 
31992
 fi
 
31993
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
31994
+
 
31995
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
31996
 fi
 
31997
-echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long" >&5
 
31998
-echo "${ECHO_T}$ac_cv_type_unsigned_long" >&6
 
31999
+{ echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long" >&5
 
32000
+echo "${ECHO_T}$ac_cv_type_unsigned_long" >&6; }
 
32001
 
 
32002
-echo "$as_me:$LINENO: checking size of unsigned long" >&5
 
32003
-echo $ECHO_N "checking size of unsigned long... $ECHO_C" >&6
 
32004
+# The cast to long int works around a bug in the HP C Compiler
 
32005
+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 
32006
+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 
32007
+# This bug is HP SR number 8606223364.
 
32008
+{ echo "$as_me:$LINENO: checking size of unsigned long" >&5
 
32009
+echo $ECHO_N "checking size of unsigned long... $ECHO_C" >&6; }
 
32010
 if test "${ac_cv_sizeof_unsigned_long+set}" = set; then
 
32011
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
32012
 else
 
32013
-  if test "$ac_cv_type_unsigned_long" = yes; then
 
32014
-  # The cast to unsigned long works around a bug in the HP C Compiler
 
32015
-  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 
32016
-  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 
32017
-  # This bug is HP SR number 8606223364.
 
32018
   if test "$cross_compiling" = yes; then
 
32019
   # Depending upon the size, compute the lo and hi bounds.
 
32020
 cat >conftest.$ac_ext <<_ACEOF
 
32021
@@ -27378,10 +27835,11 @@
 
32022
 cat >>conftest.$ac_ext <<_ACEOF
 
32023
 /* end confdefs.h.  */
 
32024
 $ac_includes_default
 
32025
+   typedef unsigned long ac__type_sizeof_;
 
32026
 int
 
32027
 main ()
 
32028
 {
 
32029
-static int test_array [1 - 2 * !(((long) (sizeof (unsigned long))) >= 0)];
 
32030
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
 
32031
 test_array [0] = 0
 
32032
 
 
32033
   ;
 
32034
@@ -27389,27 +27847,22 @@
 
32035
 }
 
32036
 _ACEOF
 
32037
 rm -f conftest.$ac_objext
 
32038
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
32039
-  (eval $ac_compile) 2>conftest.er1
 
32040
+if { (ac_try="$ac_compile"
 
32041
+case "(($ac_try" in
 
32042
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
32043
+  *) ac_try_echo=$ac_try;;
 
32044
+esac
 
32045
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
32046
+  (eval "$ac_compile") 2>conftest.er1
 
32047
   ac_status=$?
 
32048
   grep -v '^ *+' conftest.er1 >conftest.err
 
32049
   rm -f conftest.er1
 
32050
   cat conftest.err >&5
 
32051
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32052
-  (exit $ac_status); } &&
 
32053
-        { ac_try='test -z "$ac_c_werror_flag"
 
32054
-                        || test ! -s conftest.err'
 
32055
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
32056
-  (eval $ac_try) 2>&5
 
32057
-  ac_status=$?
 
32058
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32059
-  (exit $ac_status); }; } &&
 
32060
-        { ac_try='test -s conftest.$ac_objext'
 
32061
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
32062
-  (eval $ac_try) 2>&5
 
32063
-  ac_status=$?
 
32064
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32065
-  (exit $ac_status); }; }; then
 
32066
+  (exit $ac_status); } && {
 
32067
+        test -z "$ac_c_werror_flag" ||
 
32068
+        test ! -s conftest.err
 
32069
+       } && test -s conftest.$ac_objext; then
 
32070
   ac_lo=0 ac_mid=0
 
32071
   while :; do
 
32072
     cat >conftest.$ac_ext <<_ACEOF
 
32073
@@ -27419,10 +27872,11 @@
 
32074
 cat >>conftest.$ac_ext <<_ACEOF
 
32075
 /* end confdefs.h.  */
 
32076
 $ac_includes_default
 
32077
+   typedef unsigned long ac__type_sizeof_;
 
32078
 int
 
32079
 main ()
 
32080
 {
 
32081
-static int test_array [1 - 2 * !(((long) (sizeof (unsigned long))) <= $ac_mid)];
 
32082
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
 
32083
 test_array [0] = 0
 
32084
 
 
32085
   ;
 
32086
@@ -27430,56 +27884,53 @@
 
32087
 }
 
32088
 _ACEOF
 
32089
 rm -f conftest.$ac_objext
 
32090
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
32091
-  (eval $ac_compile) 2>conftest.er1
 
32092
+if { (ac_try="$ac_compile"
 
32093
+case "(($ac_try" in
 
32094
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
32095
+  *) ac_try_echo=$ac_try;;
 
32096
+esac
 
32097
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
32098
+  (eval "$ac_compile") 2>conftest.er1
 
32099
   ac_status=$?
 
32100
   grep -v '^ *+' conftest.er1 >conftest.err
 
32101
   rm -f conftest.er1
 
32102
   cat conftest.err >&5
 
32103
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32104
-  (exit $ac_status); } &&
 
32105
-        { ac_try='test -z "$ac_c_werror_flag"
 
32106
-                        || test ! -s conftest.err'
 
32107
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
32108
-  (eval $ac_try) 2>&5
 
32109
-  ac_status=$?
 
32110
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32111
-  (exit $ac_status); }; } &&
 
32112
-        { ac_try='test -s conftest.$ac_objext'
 
32113
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
32114
-  (eval $ac_try) 2>&5
 
32115
-  ac_status=$?
 
32116
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32117
-  (exit $ac_status); }; }; then
 
32118
+  (exit $ac_status); } && {
 
32119
+        test -z "$ac_c_werror_flag" ||
 
32120
+        test ! -s conftest.err
 
32121
+       } && test -s conftest.$ac_objext; then
 
32122
   ac_hi=$ac_mid; break
 
32123
 else
 
32124
   echo "$as_me: failed program was:" >&5
 
32125
 sed 's/^/| /' conftest.$ac_ext >&5
 
32126
 
 
32127
-ac_lo=`expr $ac_mid + 1`
 
32128
-                   if test $ac_lo -le $ac_mid; then
 
32129
-                     ac_lo= ac_hi=
 
32130
-                     break
 
32131
-                   fi
 
32132
-                   ac_mid=`expr 2 '*' $ac_mid + 1`
 
32133
+       ac_lo=`expr $ac_mid + 1`
 
32134
+                       if test $ac_lo -le $ac_mid; then
 
32135
+                         ac_lo= ac_hi=
 
32136
+                         break
 
32137
+                       fi
 
32138
+                       ac_mid=`expr 2 '*' $ac_mid + 1`
 
32139
 fi
 
32140
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
32141
+
 
32142
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
32143
   done
 
32144
 else
 
32145
   echo "$as_me: failed program was:" >&5
 
32146
 sed 's/^/| /' conftest.$ac_ext >&5
 
32147
 
 
32148
-cat >conftest.$ac_ext <<_ACEOF
 
32149
+       cat >conftest.$ac_ext <<_ACEOF
 
32150
 /* confdefs.h.  */
 
32151
 _ACEOF
 
32152
 cat confdefs.h >>conftest.$ac_ext
 
32153
 cat >>conftest.$ac_ext <<_ACEOF
 
32154
 /* end confdefs.h.  */
 
32155
 $ac_includes_default
 
32156
+   typedef unsigned long ac__type_sizeof_;
 
32157
 int
 
32158
 main ()
 
32159
 {
 
32160
-static int test_array [1 - 2 * !(((long) (sizeof (unsigned long))) < 0)];
 
32161
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
 
32162
 test_array [0] = 0
 
32163
 
 
32164
   ;
 
32165
@@ -27487,27 +27938,22 @@
 
32166
 }
 
32167
 _ACEOF
 
32168
 rm -f conftest.$ac_objext
 
32169
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
32170
-  (eval $ac_compile) 2>conftest.er1
 
32171
+if { (ac_try="$ac_compile"
 
32172
+case "(($ac_try" in
 
32173
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
32174
+  *) ac_try_echo=$ac_try;;
 
32175
+esac
 
32176
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
32177
+  (eval "$ac_compile") 2>conftest.er1
 
32178
   ac_status=$?
 
32179
   grep -v '^ *+' conftest.er1 >conftest.err
 
32180
   rm -f conftest.er1
 
32181
   cat conftest.err >&5
 
32182
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32183
-  (exit $ac_status); } &&
 
32184
-        { ac_try='test -z "$ac_c_werror_flag"
 
32185
-                        || test ! -s conftest.err'
 
32186
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
32187
-  (eval $ac_try) 2>&5
 
32188
-  ac_status=$?
 
32189
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32190
-  (exit $ac_status); }; } &&
 
32191
-        { ac_try='test -s conftest.$ac_objext'
 
32192
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
32193
-  (eval $ac_try) 2>&5
 
32194
-  ac_status=$?
 
32195
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32196
-  (exit $ac_status); }; }; then
 
32197
+  (exit $ac_status); } && {
 
32198
+        test -z "$ac_c_werror_flag" ||
 
32199
+        test ! -s conftest.err
 
32200
+       } && test -s conftest.$ac_objext; then
 
32201
   ac_hi=-1 ac_mid=-1
 
32202
   while :; do
 
32203
     cat >conftest.$ac_ext <<_ACEOF
 
32204
@@ -27517,10 +27963,11 @@
 
32205
 cat >>conftest.$ac_ext <<_ACEOF
 
32206
 /* end confdefs.h.  */
 
32207
 $ac_includes_default
 
32208
+   typedef unsigned long ac__type_sizeof_;
 
32209
 int
 
32210
 main ()
 
32211
 {
 
32212
-static int test_array [1 - 2 * !(((long) (sizeof (unsigned long))) >= $ac_mid)];
 
32213
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
 
32214
 test_array [0] = 0
 
32215
 
 
32216
   ;
 
32217
@@ -27528,50 +27975,48 @@
 
32218
 }
 
32219
 _ACEOF
 
32220
 rm -f conftest.$ac_objext
 
32221
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
32222
-  (eval $ac_compile) 2>conftest.er1
 
32223
+if { (ac_try="$ac_compile"
 
32224
+case "(($ac_try" in
 
32225
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
32226
+  *) ac_try_echo=$ac_try;;
 
32227
+esac
 
32228
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
32229
+  (eval "$ac_compile") 2>conftest.er1
 
32230
   ac_status=$?
 
32231
   grep -v '^ *+' conftest.er1 >conftest.err
 
32232
   rm -f conftest.er1
 
32233
   cat conftest.err >&5
 
32234
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32235
-  (exit $ac_status); } &&
 
32236
-        { ac_try='test -z "$ac_c_werror_flag"
 
32237
-                        || test ! -s conftest.err'
 
32238
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
32239
-  (eval $ac_try) 2>&5
 
32240
-  ac_status=$?
 
32241
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32242
-  (exit $ac_status); }; } &&
 
32243
-        { ac_try='test -s conftest.$ac_objext'
 
32244
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
32245
-  (eval $ac_try) 2>&5
 
32246
-  ac_status=$?
 
32247
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32248
-  (exit $ac_status); }; }; then
 
32249
+  (exit $ac_status); } && {
 
32250
+        test -z "$ac_c_werror_flag" ||
 
32251
+        test ! -s conftest.err
 
32252
+       } && test -s conftest.$ac_objext; then
 
32253
   ac_lo=$ac_mid; break
 
32254
 else
 
32255
   echo "$as_me: failed program was:" >&5
 
32256
 sed 's/^/| /' conftest.$ac_ext >&5
 
32257
 
 
32258
-ac_hi=`expr '(' $ac_mid ')' - 1`
 
32259
-                      if test $ac_mid -le $ac_hi; then
 
32260
-                        ac_lo= ac_hi=
 
32261
-                        break
 
32262
-                      fi
 
32263
-                      ac_mid=`expr 2 '*' $ac_mid`
 
32264
+       ac_hi=`expr '(' $ac_mid ')' - 1`
 
32265
+                       if test $ac_mid -le $ac_hi; then
 
32266
+                         ac_lo= ac_hi=
 
32267
+                         break
 
32268
+                       fi
 
32269
+                       ac_mid=`expr 2 '*' $ac_mid`
 
32270
 fi
 
32271
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
32272
+
 
32273
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
32274
   done
 
32275
 else
 
32276
   echo "$as_me: failed program was:" >&5
 
32277
 sed 's/^/| /' conftest.$ac_ext >&5
 
32278
 
 
32279
-ac_lo= ac_hi=
 
32280
+       ac_lo= ac_hi=
 
32281
 fi
 
32282
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
32283
+
 
32284
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
32285
 fi
 
32286
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
32287
+
 
32288
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
32289
 # Binary search between lo and hi bounds.
 
32290
 while test "x$ac_lo" != "x$ac_hi"; do
 
32291
   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
 
32292
@@ -27582,10 +28027,11 @@
 
32293
 cat >>conftest.$ac_ext <<_ACEOF
 
32294
 /* end confdefs.h.  */
 
32295
 $ac_includes_default
 
32296
+   typedef unsigned long ac__type_sizeof_;
 
32297
 int
 
32298
 main ()
 
32299
 {
 
32300
-static int test_array [1 - 2 * !(((long) (sizeof (unsigned long))) <= $ac_mid)];
 
32301
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
 
32302
 test_array [0] = 0
 
32303
 
 
32304
   ;
 
32305
@@ -27593,52 +28039,45 @@
 
32306
 }
 
32307
 _ACEOF
 
32308
 rm -f conftest.$ac_objext
 
32309
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
32310
-  (eval $ac_compile) 2>conftest.er1
 
32311
+if { (ac_try="$ac_compile"
 
32312
+case "(($ac_try" in
 
32313
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
32314
+  *) ac_try_echo=$ac_try;;
 
32315
+esac
 
32316
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
32317
+  (eval "$ac_compile") 2>conftest.er1
 
32318
   ac_status=$?
 
32319
   grep -v '^ *+' conftest.er1 >conftest.err
 
32320
   rm -f conftest.er1
 
32321
   cat conftest.err >&5
 
32322
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32323
-  (exit $ac_status); } &&
 
32324
-        { ac_try='test -z "$ac_c_werror_flag"
 
32325
-                        || test ! -s conftest.err'
 
32326
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
32327
-  (eval $ac_try) 2>&5
 
32328
-  ac_status=$?
 
32329
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32330
-  (exit $ac_status); }; } &&
 
32331
-        { ac_try='test -s conftest.$ac_objext'
 
32332
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
32333
-  (eval $ac_try) 2>&5
 
32334
-  ac_status=$?
 
32335
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32336
-  (exit $ac_status); }; }; then
 
32337
+  (exit $ac_status); } && {
 
32338
+        test -z "$ac_c_werror_flag" ||
 
32339
+        test ! -s conftest.err
 
32340
+       } && test -s conftest.$ac_objext; then
 
32341
   ac_hi=$ac_mid
 
32342
 else
 
32343
   echo "$as_me: failed program was:" >&5
 
32344
 sed 's/^/| /' conftest.$ac_ext >&5
 
32345
 
 
32346
-ac_lo=`expr '(' $ac_mid ')' + 1`
 
32347
+       ac_lo=`expr '(' $ac_mid ')' + 1`
 
32348
 fi
 
32349
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
32350
+
 
32351
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
32352
 done
 
32353
 case $ac_lo in
 
32354
 ?*) ac_cv_sizeof_unsigned_long=$ac_lo;;
 
32355
-'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long), 77
 
32356
+'') if test "$ac_cv_type_unsigned_long" = yes; then
 
32357
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long)
 
32358
 See \`config.log' for more details." >&5
 
32359
-echo "$as_me: error: cannot compute sizeof (unsigned long), 77
 
32360
+echo "$as_me: error: cannot compute sizeof (unsigned long)
 
32361
 See \`config.log' for more details." >&2;}
 
32362
-   { (exit 1); exit 1; }; } ;;
 
32363
+   { (exit 77); exit 77; }; }
 
32364
+   else
 
32365
+     ac_cv_sizeof_unsigned_long=0
 
32366
+   fi ;;
 
32367
 esac
 
32368
 else
 
32369
-  if test "$cross_compiling" = yes; then
 
32370
-  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
 
32371
-See \`config.log' for more details." >&5
 
32372
-echo "$as_me: error: cannot run test program while cross compiling
 
32373
-See \`config.log' for more details." >&2;}
 
32374
-   { (exit 1); exit 1; }; }
 
32375
-else
 
32376
   cat >conftest.$ac_ext <<_ACEOF
 
32377
 /* confdefs.h.  */
 
32378
 _ACEOF
 
32379
@@ -27646,8 +28085,9 @@
 
32380
 cat >>conftest.$ac_ext <<_ACEOF
 
32381
 /* end confdefs.h.  */
 
32382
 $ac_includes_default
 
32383
-long longval () { return (long) (sizeof (unsigned long)); }
 
32384
-unsigned long ulongval () { return (long) (sizeof (unsigned long)); }
 
32385
+   typedef unsigned long ac__type_sizeof_;
 
32386
+static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
 
32387
+static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
 
32388
 #include <stdio.h>
 
32389
 #include <stdlib.h>
 
32390
 int
 
32391
@@ -27656,35 +28096,44 @@
 
32392
 
 
32393
   FILE *f = fopen ("conftest.val", "w");
 
32394
   if (! f)
 
32395
-    exit (1);
 
32396
-  if (((long) (sizeof (unsigned long))) < 0)
 
32397
+    return 1;
 
32398
+  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
 
32399
     {
 
32400
-      long i = longval ();
 
32401
-      if (i != ((long) (sizeof (unsigned long))))
 
32402
-       exit (1);
 
32403
+      long int i = longval ();
 
32404
+      if (i != ((long int) (sizeof (ac__type_sizeof_))))
 
32405
+       return 1;
 
32406
       fprintf (f, "%ld\n", i);
 
32407
     }
 
32408
   else
 
32409
     {
 
32410
-      unsigned long i = ulongval ();
 
32411
-      if (i != ((long) (sizeof (unsigned long))))
 
32412
-       exit (1);
 
32413
+      unsigned long int i = ulongval ();
 
32414
+      if (i != ((long int) (sizeof (ac__type_sizeof_))))
 
32415
+       return 1;
 
32416
       fprintf (f, "%lu\n", i);
 
32417
     }
 
32418
-  exit (ferror (f) || fclose (f) != 0);
 
32419
+  return ferror (f) || fclose (f) != 0;
 
32420
 
 
32421
   ;
 
32422
   return 0;
 
32423
 }
 
32424
 _ACEOF
 
32425
 rm -f conftest$ac_exeext
 
32426
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
32427
-  (eval $ac_link) 2>&5
 
32428
+if { (ac_try="$ac_link"
 
32429
+case "(($ac_try" in
 
32430
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
32431
+  *) ac_try_echo=$ac_try;;
 
32432
+esac
 
32433
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
32434
+  (eval "$ac_link") 2>&5
 
32435
   ac_status=$?
 
32436
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32437
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
32438
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
32439
-  (eval $ac_try) 2>&5
 
32440
+  { (case "(($ac_try" in
 
32441
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
32442
+  *) ac_try_echo=$ac_try;;
 
32443
+esac
 
32444
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
32445
+  (eval "$ac_try") 2>&5
 
32446
   ac_status=$?
 
32447
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32448
   (exit $ac_status); }; }; then
 
32449
@@ -27695,30 +28144,33 @@
 
32450
 sed 's/^/| /' conftest.$ac_ext >&5
 
32451
 
 
32452
 ( exit $ac_status )
 
32453
-{ { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long), 77
 
32454
+if test "$ac_cv_type_unsigned_long" = yes; then
 
32455
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long)
 
32456
 See \`config.log' for more details." >&5
 
32457
-echo "$as_me: error: cannot compute sizeof (unsigned long), 77
 
32458
+echo "$as_me: error: cannot compute sizeof (unsigned long)
 
32459
 See \`config.log' for more details." >&2;}
 
32460
-   { (exit 1); exit 1; }; }
 
32461
-fi
 
32462
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
32463
+   { (exit 77); exit 77; }; }
 
32464
+   else
 
32465
+     ac_cv_sizeof_unsigned_long=0
 
32466
+   fi
 
32467
 fi
 
32468
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
32469
 fi
 
32470
 rm -f conftest.val
 
32471
-else
 
32472
-  ac_cv_sizeof_unsigned_long=0
 
32473
-fi
 
32474
 fi
 
32475
-echo "$as_me:$LINENO: result: $ac_cv_sizeof_unsigned_long" >&5
 
32476
-echo "${ECHO_T}$ac_cv_sizeof_unsigned_long" >&6
 
32477
+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_unsigned_long" >&5
 
32478
+echo "${ECHO_T}$ac_cv_sizeof_unsigned_long" >&6; }
 
32479
+
 
32480
+
 
32481
+
 
32482
 cat >>confdefs.h <<_ACEOF
 
32483
 #define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
 
32484
 _ACEOF
 
32485
 
 
32486
 
 
32487
 
 
32488
-  echo "$as_me:$LINENO: checking sizeof size_t == sizeof unsigned long" >&5
 
32489
-echo $ECHO_N "checking sizeof size_t == sizeof unsigned long... $ECHO_C" >&6
 
32490
+  { echo "$as_me:$LINENO: checking sizeof size_t == sizeof unsigned long" >&5
 
32491
+echo $ECHO_N "checking sizeof size_t == sizeof unsigned long... $ECHO_C" >&6; }
 
32492
   cat >conftest.$ac_ext <<_ACEOF
 
32493
 /* confdefs.h.  */
 
32494
 _ACEOF
 
32495
@@ -27739,36 +28191,31 @@
 
32496
 }
 
32497
 _ACEOF
 
32498
 rm -f conftest.$ac_objext
 
32499
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
32500
-  (eval $ac_compile) 2>conftest.er1
 
32501
+if { (ac_try="$ac_compile"
 
32502
+case "(($ac_try" in
 
32503
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
32504
+  *) ac_try_echo=$ac_try;;
 
32505
+esac
 
32506
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
32507
+  (eval "$ac_compile") 2>conftest.er1
 
32508
   ac_status=$?
 
32509
   grep -v '^ *+' conftest.er1 >conftest.err
 
32510
   rm -f conftest.er1
 
32511
   cat conftest.err >&5
 
32512
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32513
-  (exit $ac_status); } &&
 
32514
-        { ac_try='test -z "$ac_c_werror_flag"
 
32515
-                        || test ! -s conftest.err'
 
32516
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
32517
-  (eval $ac_try) 2>&5
 
32518
-  ac_status=$?
 
32519
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32520
-  (exit $ac_status); }; } &&
 
32521
-        { ac_try='test -s conftest.$ac_objext'
 
32522
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
32523
-  (eval $ac_try) 2>&5
 
32524
-  ac_status=$?
 
32525
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32526
-  (exit $ac_status); }; }; then
 
32527
-  echo "$as_me:$LINENO: result: yes" >&5
 
32528
-echo "${ECHO_T}yes" >&6
 
32529
+  (exit $ac_status); } && {
 
32530
+        test -z "$ac_c_werror_flag" ||
 
32531
+        test ! -s conftest.err
 
32532
+       } && test -s conftest.$ac_objext; then
 
32533
+  { echo "$as_me:$LINENO: result: yes" >&5
 
32534
+echo "${ECHO_T}yes" >&6; }
 
32535
 else
 
32536
   echo "$as_me: failed program was:" >&5
 
32537
 sed 's/^/| /' conftest.$ac_ext >&5
 
32538
 
 
32539
 
 
32540
-      echo "$as_me:$LINENO: result: no" >&5
 
32541
-echo "${ECHO_T}no" >&6
 
32542
+      { echo "$as_me:$LINENO: result: no" >&5
 
32543
+echo "${ECHO_T}no" >&6; }
 
32544
       { { echo "$as_me:$LINENO: error:
 
32545
        Apparently on your system our assumption sizeof size_t == sizeof unsigned long
 
32546
        does not apply. Please mail kde-devel@kde.org with a description of your system!
 
32547
@@ -27780,18 +28227,18 @@
 
32548
    { (exit 1); exit 1; }; }
 
32549
 
 
32550
 fi
 
32551
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
32552
 
 
32553
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
32554
 
 
32555
-  echo "$as_me:$LINENO: checking for PIE support" >&5
 
32556
-echo $ECHO_N "checking for PIE support... $ECHO_C" >&6
 
32557
+
 
32558
+  { echo "$as_me:$LINENO: checking for PIE support" >&5
 
32559
+echo $ECHO_N "checking for PIE support... $ECHO_C" >&6; }
 
32560
 if test "${kde_cv_val_pie_support+set}" = set; then
 
32561
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
32562
 else
 
32563
 
 
32564
 
 
32565
-
 
32566
-     ac_ext=cc
 
32567
+     ac_ext=cpp
 
32568
 ac_cpp='$CXXCPP $CPPFLAGS'
 
32569
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
32570
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
32571
@@ -27821,35 +28268,32 @@
 
32572
 }
 
32573
 _ACEOF
 
32574
 rm -f conftest.$ac_objext conftest$ac_exeext
 
32575
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
32576
-  (eval $ac_link) 2>conftest.er1
 
32577
+if { (ac_try="$ac_link"
 
32578
+case "(($ac_try" in
 
32579
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
32580
+  *) ac_try_echo=$ac_try;;
 
32581
+esac
 
32582
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
32583
+  (eval "$ac_link") 2>conftest.er1
 
32584
   ac_status=$?
 
32585
   grep -v '^ *+' conftest.er1 >conftest.err
 
32586
   rm -f conftest.er1
 
32587
   cat conftest.err >&5
 
32588
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32589
-  (exit $ac_status); } &&
 
32590
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
32591
-                        || test ! -s conftest.err'
 
32592
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
32593
-  (eval $ac_try) 2>&5
 
32594
-  ac_status=$?
 
32595
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32596
-  (exit $ac_status); }; } &&
 
32597
-        { ac_try='test -s conftest$ac_exeext'
 
32598
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
32599
-  (eval $ac_try) 2>&5
 
32600
-  ac_status=$?
 
32601
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32602
-  (exit $ac_status); }; }; then
 
32603
+  (exit $ac_status); } && {
 
32604
+        test -z "$ac_cxx_werror_flag" ||
 
32605
+        test ! -s conftest.err
 
32606
+       } && test -s conftest$ac_exeext &&
 
32607
+       $as_test_x conftest$ac_exeext; then
 
32608
   kde_cv_val_pie_support=yes
 
32609
 else
 
32610
   echo "$as_me: failed program was:" >&5
 
32611
 sed 's/^/| /' conftest.$ac_ext >&5
 
32612
 
 
32613
-kde_cv_val_pie_support=no
 
32614
+       kde_cv_val_pie_support=no
 
32615
 fi
 
32616
-rm -f conftest.err conftest.$ac_objext \
 
32617
+
 
32618
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
32619
       conftest$ac_exeext conftest.$ac_ext
 
32620
 
 
32621
     CXXFLAGS=$safe_CXXFLAGS
 
32622
@@ -27862,26 +28306,26 @@
 
32623
 
 
32624
 
 
32625
 fi
 
32626
-echo "$as_me:$LINENO: result: $kde_cv_val_pie_support" >&5
 
32627
-echo "${ECHO_T}$kde_cv_val_pie_support" >&6
 
32628
+{ echo "$as_me:$LINENO: result: $kde_cv_val_pie_support" >&5
 
32629
+echo "${ECHO_T}$kde_cv_val_pie_support" >&6; }
 
32630
 
 
32631
-  echo "$as_me:$LINENO: checking if enabling -pie/fPIE support" >&5
 
32632
-echo $ECHO_N "checking if enabling -pie/fPIE support... $ECHO_C" >&6
 
32633
+  { echo "$as_me:$LINENO: checking if enabling -pie/fPIE support" >&5
 
32634
+echo $ECHO_N "checking if enabling -pie/fPIE support... $ECHO_C" >&6; }
 
32635
 
 
32636
-  # Check whether --enable-pie or --disable-pie was given.
 
32637
+  # Check whether --enable-pie was given.
 
32638
 if test "${enable_pie+set}" = set; then
 
32639
-  enableval="$enable_pie"
 
32640
-  kde_has_pie_support=$enableval
 
32641
+  enableval=$enable_pie; kde_has_pie_support=$enableval
 
32642
 else
 
32643
   kde_has_pie_support=detect
 
32644
-fi;
 
32645
+fi
 
32646
+
 
32647
 
 
32648
   if test "$kde_has_pie_support" = "detect"; then
 
32649
     kde_has_pie_support=$kde_cv_val_pie_support
 
32650
   fi
 
32651
 
 
32652
-  echo "$as_me:$LINENO: result: $kde_has_pie_support" >&5
 
32653
-echo "${ECHO_T}$kde_has_pie_support" >&6
 
32654
+  { echo "$as_me:$LINENO: result: $kde_has_pie_support" >&5
 
32655
+echo "${ECHO_T}$kde_has_pie_support" >&6; }
 
32656
 
 
32657
   KDE_USE_FPIE=""
 
32658
   KDE_USE_PIE=""
 
32659
@@ -27900,18 +28344,19 @@
 
32660
 for ac_header in crt_externs.h
 
32661
 do
 
32662
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
32663
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
32664
-  echo "$as_me:$LINENO: checking for $ac_header" >&5
 
32665
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 
32666
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
32667
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
32668
+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
 
32669
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
32670
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
32671
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
32672
 fi
 
32673
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 
32674
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 
32675
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
32676
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
32677
+echo "${ECHO_T}$ac_res" >&6; }
 
32678
 else
 
32679
   # Is the header compilable?
 
32680
-echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
32681
-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
 
32682
+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
32683
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
 
32684
 cat >conftest.$ac_ext <<_ACEOF
 
32685
 /* confdefs.h.  */
 
32686
 _ACEOF
 
32687
@@ -27922,41 +28367,37 @@
 
32688
 #include <$ac_header>
 
32689
 _ACEOF
 
32690
 rm -f conftest.$ac_objext
 
32691
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
32692
-  (eval $ac_compile) 2>conftest.er1
 
32693
+if { (ac_try="$ac_compile"
 
32694
+case "(($ac_try" in
 
32695
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
32696
+  *) ac_try_echo=$ac_try;;
 
32697
+esac
 
32698
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
32699
+  (eval "$ac_compile") 2>conftest.er1
 
32700
   ac_status=$?
 
32701
   grep -v '^ *+' conftest.er1 >conftest.err
 
32702
   rm -f conftest.er1
 
32703
   cat conftest.err >&5
 
32704
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32705
-  (exit $ac_status); } &&
 
32706
-        { ac_try='test -z "$ac_c_werror_flag"
 
32707
-                        || test ! -s conftest.err'
 
32708
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
32709
-  (eval $ac_try) 2>&5
 
32710
-  ac_status=$?
 
32711
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32712
-  (exit $ac_status); }; } &&
 
32713
-        { ac_try='test -s conftest.$ac_objext'
 
32714
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
32715
-  (eval $ac_try) 2>&5
 
32716
-  ac_status=$?
 
32717
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32718
-  (exit $ac_status); }; }; then
 
32719
+  (exit $ac_status); } && {
 
32720
+        test -z "$ac_c_werror_flag" ||
 
32721
+        test ! -s conftest.err
 
32722
+       } && test -s conftest.$ac_objext; then
 
32723
   ac_header_compiler=yes
 
32724
 else
 
32725
   echo "$as_me: failed program was:" >&5
 
32726
 sed 's/^/| /' conftest.$ac_ext >&5
 
32727
 
 
32728
-ac_header_compiler=no
 
32729
+       ac_header_compiler=no
 
32730
 fi
 
32731
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
32732
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
32733
-echo "${ECHO_T}$ac_header_compiler" >&6
 
32734
+
 
32735
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
32736
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
32737
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
32738
 
 
32739
 # Is the header present?
 
32740
-echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
32741
-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
 
32742
+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
32743
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
 
32744
 cat >conftest.$ac_ext <<_ACEOF
 
32745
 /* confdefs.h.  */
 
32746
 _ACEOF
 
32747
@@ -27965,24 +28406,22 @@
 
32748
 /* end confdefs.h.  */
 
32749
 #include <$ac_header>
 
32750
 _ACEOF
 
32751
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
32752
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
32753
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
32754
+case "(($ac_try" in
 
32755
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
32756
+  *) ac_try_echo=$ac_try;;
 
32757
+esac
 
32758
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
32759
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
32760
   ac_status=$?
 
32761
   grep -v '^ *+' conftest.er1 >conftest.err
 
32762
   rm -f conftest.er1
 
32763
   cat conftest.err >&5
 
32764
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32765
-  (exit $ac_status); } >/dev/null; then
 
32766
-  if test -s conftest.err; then
 
32767
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
32768
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
32769
-  else
 
32770
-    ac_cpp_err=
 
32771
-  fi
 
32772
-else
 
32773
-  ac_cpp_err=yes
 
32774
-fi
 
32775
-if test -z "$ac_cpp_err"; then
 
32776
+  (exit $ac_status); } >/dev/null && {
 
32777
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
32778
+        test ! -s conftest.err
 
32779
+       }; then
 
32780
   ac_header_preproc=yes
 
32781
 else
 
32782
   echo "$as_me: failed program was:" >&5
 
32783
@@ -27990,9 +28429,10 @@
 
32784
 
 
32785
   ac_header_preproc=no
 
32786
 fi
 
32787
+
 
32788
 rm -f conftest.err conftest.$ac_ext
 
32789
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
32790
-echo "${ECHO_T}$ac_header_preproc" >&6
 
32791
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
32792
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
32793
 
 
32794
 # So?  What about this header?
 
32795
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
32796
@@ -28016,25 +28456,19 @@
 
32797
 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
32798
     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
32799
 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
32800
-    (
 
32801
-      cat <<\_ASBOX
 
32802
-## ------------------------------------------ ##
 
32803
-## Report this to the AC_PACKAGE_NAME lists.  ##
 
32804
-## ------------------------------------------ ##
 
32805
-_ASBOX
 
32806
-    ) |
 
32807
-      sed "s/^/$as_me: WARNING:     /" >&2
 
32808
+
 
32809
     ;;
 
32810
 esac
 
32811
-echo "$as_me:$LINENO: checking for $ac_header" >&5
 
32812
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 
32813
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
 
32814
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
32815
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
32816
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
32817
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
32818
 else
 
32819
   eval "$as_ac_Header=\$ac_header_preproc"
 
32820
 fi
 
32821
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 
32822
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 
32823
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
32824
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
32825
+echo "${ECHO_T}$ac_res" >&6; }
 
32826
 
 
32827
 fi
 
32828
 if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
32829
@@ -28046,8 +28480,8 @@
 
32830
 
 
32831
 done
 
32832
 
 
32833
-echo "$as_me:$LINENO: checking for _NSGetEnviron" >&5
 
32834
-echo $ECHO_N "checking for _NSGetEnviron... $ECHO_C" >&6
 
32835
+{ echo "$as_me:$LINENO: checking for _NSGetEnviron" >&5
 
32836
+echo $ECHO_N "checking for _NSGetEnviron... $ECHO_C" >&6; }
 
32837
 if test "${ac_cv_func__NSGetEnviron+set}" = set; then
 
32838
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
32839
 else
 
32840
@@ -28074,68 +28508,59 @@
 
32841
 
 
32842
 #undef _NSGetEnviron
 
32843
 
 
32844
-/* Override any gcc2 internal prototype to avoid an error.  */
 
32845
+/* Override any GCC internal prototype to avoid an error.
 
32846
+   Use char because int might match the return type of a GCC
 
32847
+   builtin and then its argument prototype would still apply.  */
 
32848
 #ifdef __cplusplus
 
32849
 extern "C"
 
32850
-{
 
32851
 #endif
 
32852
-/* We use char because int might match the return type of a gcc2
 
32853
-   builtin and then its argument prototype would still apply.  */
 
32854
 char _NSGetEnviron ();
 
32855
 /* The GNU C library defines this for functions which it implements
 
32856
     to always fail with ENOSYS.  Some functions are actually named
 
32857
     something starting with __ and the normal name is an alias.  */
 
32858
-#if defined (__stub__NSGetEnviron) || defined (__stub____NSGetEnviron)
 
32859
+#if defined __stub__NSGetEnviron || defined __stub____NSGetEnviron
 
32860
 choke me
 
32861
-#else
 
32862
-char (*f) () = _NSGetEnviron;
 
32863
-#endif
 
32864
-#ifdef __cplusplus
 
32865
-}
 
32866
 #endif
 
32867
 
 
32868
 int
 
32869
 main ()
 
32870
 {
 
32871
-return f != _NSGetEnviron;
 
32872
+return _NSGetEnviron ();
 
32873
   ;
 
32874
   return 0;
 
32875
 }
 
32876
 _ACEOF
 
32877
 rm -f conftest.$ac_objext conftest$ac_exeext
 
32878
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
32879
-  (eval $ac_link) 2>conftest.er1
 
32880
+if { (ac_try="$ac_link"
 
32881
+case "(($ac_try" in
 
32882
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
32883
+  *) ac_try_echo=$ac_try;;
 
32884
+esac
 
32885
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
32886
+  (eval "$ac_link") 2>conftest.er1
 
32887
   ac_status=$?
 
32888
   grep -v '^ *+' conftest.er1 >conftest.err
 
32889
   rm -f conftest.er1
 
32890
   cat conftest.err >&5
 
32891
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32892
-  (exit $ac_status); } &&
 
32893
-        { ac_try='test -z "$ac_c_werror_flag"
 
32894
-                        || test ! -s conftest.err'
 
32895
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
32896
-  (eval $ac_try) 2>&5
 
32897
-  ac_status=$?
 
32898
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32899
-  (exit $ac_status); }; } &&
 
32900
-        { ac_try='test -s conftest$ac_exeext'
 
32901
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
32902
-  (eval $ac_try) 2>&5
 
32903
-  ac_status=$?
 
32904
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32905
-  (exit $ac_status); }; }; then
 
32906
+  (exit $ac_status); } && {
 
32907
+        test -z "$ac_c_werror_flag" ||
 
32908
+        test ! -s conftest.err
 
32909
+       } && test -s conftest$ac_exeext &&
 
32910
+       $as_test_x conftest$ac_exeext; then
 
32911
   ac_cv_func__NSGetEnviron=yes
 
32912
 else
 
32913
   echo "$as_me: failed program was:" >&5
 
32914
 sed 's/^/| /' conftest.$ac_ext >&5
 
32915
 
 
32916
-ac_cv_func__NSGetEnviron=no
 
32917
+       ac_cv_func__NSGetEnviron=no
 
32918
 fi
 
32919
-rm -f conftest.err conftest.$ac_objext \
 
32920
+
 
32921
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
32922
       conftest$ac_exeext conftest.$ac_ext
 
32923
 fi
 
32924
-echo "$as_me:$LINENO: result: $ac_cv_func__NSGetEnviron" >&5
 
32925
-echo "${ECHO_T}$ac_cv_func__NSGetEnviron" >&6
 
32926
+{ echo "$as_me:$LINENO: result: $ac_cv_func__NSGetEnviron" >&5
 
32927
+echo "${ECHO_T}$ac_cv_func__NSGetEnviron" >&6; }
 
32928
 if test $ac_cv_func__NSGetEnviron = yes; then
 
32929
 
 
32930
 cat >>confdefs.h <<\_ACEOF
 
32931
@@ -28156,9 +28581,9 @@
 
32932
 for ac_func in vsnprintf snprintf
 
32933
 do
 
32934
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
32935
-echo "$as_me:$LINENO: checking for $ac_func" >&5
 
32936
-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
 
32937
-if eval "test \"\${$as_ac_var+set}\" = set"; then
 
32938
+{ echo "$as_me:$LINENO: checking for $ac_func" >&5
 
32939
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
 
32940
+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
32941
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
32942
 else
 
32943
   cat >conftest.$ac_ext <<_ACEOF
 
32944
@@ -28184,68 +28609,60 @@
 
32945
 
 
32946
 #undef $ac_func
 
32947
 
 
32948
-/* Override any gcc2 internal prototype to avoid an error.  */
 
32949
+/* Override any GCC internal prototype to avoid an error.
 
32950
+   Use char because int might match the return type of a GCC
 
32951
+   builtin and then its argument prototype would still apply.  */
 
32952
 #ifdef __cplusplus
 
32953
 extern "C"
 
32954
-{
 
32955
 #endif
 
32956
-/* We use char because int might match the return type of a gcc2
 
32957
-   builtin and then its argument prototype would still apply.  */
 
32958
 char $ac_func ();
 
32959
 /* The GNU C library defines this for functions which it implements
 
32960
     to always fail with ENOSYS.  Some functions are actually named
 
32961
     something starting with __ and the normal name is an alias.  */
 
32962
-#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 
32963
+#if defined __stub_$ac_func || defined __stub___$ac_func
 
32964
 choke me
 
32965
-#else
 
32966
-char (*f) () = $ac_func;
 
32967
-#endif
 
32968
-#ifdef __cplusplus
 
32969
-}
 
32970
 #endif
 
32971
 
 
32972
 int
 
32973
 main ()
 
32974
 {
 
32975
-return f != $ac_func;
 
32976
+return $ac_func ();
 
32977
   ;
 
32978
   return 0;
 
32979
 }
 
32980
 _ACEOF
 
32981
 rm -f conftest.$ac_objext conftest$ac_exeext
 
32982
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
32983
-  (eval $ac_link) 2>conftest.er1
 
32984
+if { (ac_try="$ac_link"
 
32985
+case "(($ac_try" in
 
32986
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
32987
+  *) ac_try_echo=$ac_try;;
 
32988
+esac
 
32989
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
32990
+  (eval "$ac_link") 2>conftest.er1
 
32991
   ac_status=$?
 
32992
   grep -v '^ *+' conftest.er1 >conftest.err
 
32993
   rm -f conftest.er1
 
32994
   cat conftest.err >&5
 
32995
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32996
-  (exit $ac_status); } &&
 
32997
-        { ac_try='test -z "$ac_c_werror_flag"
 
32998
-                        || test ! -s conftest.err'
 
32999
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
33000
-  (eval $ac_try) 2>&5
 
33001
-  ac_status=$?
 
33002
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33003
-  (exit $ac_status); }; } &&
 
33004
-        { ac_try='test -s conftest$ac_exeext'
 
33005
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
33006
-  (eval $ac_try) 2>&5
 
33007
-  ac_status=$?
 
33008
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33009
-  (exit $ac_status); }; }; then
 
33010
+  (exit $ac_status); } && {
 
33011
+        test -z "$ac_c_werror_flag" ||
 
33012
+        test ! -s conftest.err
 
33013
+       } && test -s conftest$ac_exeext &&
 
33014
+       $as_test_x conftest$ac_exeext; then
 
33015
   eval "$as_ac_var=yes"
 
33016
 else
 
33017
   echo "$as_me: failed program was:" >&5
 
33018
 sed 's/^/| /' conftest.$ac_ext >&5
 
33019
 
 
33020
-eval "$as_ac_var=no"
 
33021
+       eval "$as_ac_var=no"
 
33022
 fi
 
33023
-rm -f conftest.err conftest.$ac_objext \
 
33024
+
 
33025
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
33026
       conftest$ac_exeext conftest.$ac_ext
 
33027
 fi
 
33028
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
 
33029
-echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
 
33030
+ac_res=`eval echo '${'$as_ac_var'}'`
 
33031
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
33032
+echo "${ECHO_T}$ac_res" >&6; }
 
33033
 if test `eval echo '${'$as_ac_var'}'` = yes; then
 
33034
   cat >>confdefs.h <<_ACEOF
 
33035
 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
33036
@@ -28262,32 +28679,32 @@
 
33037
 
 
33038
 
 
33039
 
 
33040
-# Check whether --enable-embedded or --disable-embedded was given.
 
33041
+# Check whether --enable-embedded was given.
 
33042
 if test "${enable_embedded+set}" = set; then
 
33043
-  enableval="$enable_embedded"
 
33044
-  kde_use_qt_emb=$enableval
 
33045
+  enableval=$enable_embedded; kde_use_qt_emb=$enableval
 
33046
 else
 
33047
   kde_use_qt_emb=no
 
33048
 
 
33049
-fi;
 
33050
+fi
 
33051
+
 
33052
 
 
33053
-# Check whether --enable-qtopia or --disable-qtopia was given.
 
33054
+# Check whether --enable-qtopia was given.
 
33055
 if test "${enable_qtopia+set}" = set; then
 
33056
-  enableval="$enable_qtopia"
 
33057
-  kde_use_qt_emb_palm=$enableval
 
33058
+  enableval=$enable_qtopia; kde_use_qt_emb_palm=$enableval
 
33059
 else
 
33060
   kde_use_qt_emb_palm=no
 
33061
 
 
33062
-fi;
 
33063
+fi
 
33064
+
 
33065
 
 
33066
-# Check whether --enable-mac or --disable-mac was given.
 
33067
+# Check whether --enable-mac was given.
 
33068
 if test "${enable_mac+set}" = set; then
 
33069
-  enableval="$enable_mac"
 
33070
-  kde_use_qt_mac=$enableval
 
33071
+  enableval=$enable_mac; kde_use_qt_mac=$enableval
 
33072
 else
 
33073
   kde_use_qt_mac=no
 
33074
 
 
33075
-fi;
 
33076
+fi
 
33077
+
 
33078
 
 
33079
 # used to disable x11-specific stuff on special platforms
 
33080
 
 
33081
@@ -28303,8 +28720,8 @@
 
33082
 
 
33083
 if test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no"; then
 
33084
 
 
33085
-echo "$as_me:$LINENO: checking for X" >&5
 
33086
-echo $ECHO_N "checking for X... $ECHO_C" >&6
 
33087
+{ echo "$as_me:$LINENO: checking for X" >&5
 
33088
+echo $ECHO_N "checking for X... $ECHO_C" >&6; }
 
33089
 
 
33090
 if test "${kde_cv_have_x+set}" = set; then
 
33091
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
33092
@@ -28341,24 +28758,22 @@
 
33093
 /* end confdefs.h.  */
 
33094
 #include <$x_direct_test_include>
 
33095
 _ACEOF
 
33096
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
33097
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
33098
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
33099
+case "(($ac_try" in
 
33100
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
33101
+  *) ac_try_echo=$ac_try;;
 
33102
+esac
 
33103
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
33104
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
33105
   ac_status=$?
 
33106
   grep -v '^ *+' conftest.er1 >conftest.err
 
33107
   rm -f conftest.er1
 
33108
   cat conftest.err >&5
 
33109
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33110
-  (exit $ac_status); } >/dev/null; then
 
33111
-  if test -s conftest.err; then
 
33112
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
33113
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
33114
-  else
 
33115
-    ac_cpp_err=
 
33116
-  fi
 
33117
-else
 
33118
-  ac_cpp_err=yes
 
33119
-fi
 
33120
-if test -z "$ac_cpp_err"; then
 
33121
+  (exit $ac_status); } >/dev/null && {
 
33122
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
33123
+        test ! -s conftest.err
 
33124
+       }; then
 
33125
   # We can compile using X headers with no special include directory.
 
33126
 ac_x_includes=
 
33127
 else
 
33128
@@ -28409,6 +28824,7 @@
 
33129
     fi
 
33130
   done
 
33131
 fi
 
33132
+
 
33133
 rm -f conftest.err conftest.$ac_ext
 
33134
 fi # $ac_x_includes = NO
 
33135
 
 
33136
@@ -28438,27 +28854,23 @@
 
33137
 }
 
33138
 _ACEOF
 
33139
 rm -f conftest.$ac_objext conftest$ac_exeext
 
33140
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
33141
-  (eval $ac_link) 2>conftest.er1
 
33142
+if { (ac_try="$ac_link"
 
33143
+case "(($ac_try" in
 
33144
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
33145
+  *) ac_try_echo=$ac_try;;
 
33146
+esac
 
33147
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
33148
+  (eval "$ac_link") 2>conftest.er1
 
33149
   ac_status=$?
 
33150
   grep -v '^ *+' conftest.er1 >conftest.err
 
33151
   rm -f conftest.er1
 
33152
   cat conftest.err >&5
 
33153
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33154
-  (exit $ac_status); } &&
 
33155
-        { ac_try='test -z "$ac_c_werror_flag"
 
33156
-                        || test ! -s conftest.err'
 
33157
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
33158
-  (eval $ac_try) 2>&5
 
33159
-  ac_status=$?
 
33160
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33161
-  (exit $ac_status); }; } &&
 
33162
-        { ac_try='test -s conftest$ac_exeext'
 
33163
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
33164
-  (eval $ac_try) 2>&5
 
33165
-  ac_status=$?
 
33166
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33167
-  (exit $ac_status); }; }; then
 
33168
+  (exit $ac_status); } && {
 
33169
+        test -z "$ac_c_werror_flag" ||
 
33170
+        test ! -s conftest.err
 
33171
+       } && test -s conftest$ac_exeext &&
 
33172
+       $as_test_x conftest$ac_exeext; then
 
33173
   LIBS="$ac_save_LIBS"
 
33174
 # We can link X programs with no special library path.
 
33175
 ac_x_libraries=
 
33176
@@ -28466,7 +28878,7 @@
 
33177
   echo "$as_me: failed program was:" >&5
 
33178
 sed 's/^/| /' conftest.$ac_ext >&5
 
33179
 
 
33180
-LIBS="$ac_save_LIBS"
 
33181
+       LIBS="$ac_save_LIBS"
 
33182
 # First see if replacing the include by lib works.
 
33183
 # Check X11 before X11Rn because it is often a symlink to the current release.
 
33184
 for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` \
 
33185
@@ -28514,7 +28926,8 @@
 
33186
   done
 
33187
 done
 
33188
 fi
 
33189
-rm -f conftest.err conftest.$ac_objext \
 
33190
+
 
33191
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
33192
       conftest$ac_exeext conftest.$ac_ext
 
33193
 fi # $ac_x_libraries = NO
 
33194
 
 
33195
@@ -28524,21 +28937,26 @@
 
33196
 *-*-solaris*)
 
33197
   ;;
 
33198
 *)
 
33199
-  rm -fr conftest.dir
 
33200
+  rm -f -r conftest.dir
 
33201
 if mkdir conftest.dir; then
 
33202
   cd conftest.dir
 
33203
-  # Make sure to not put "make" in the Imakefile rules, since we grep it out.
 
33204
   cat >Imakefile <<'_ACEOF'
 
33205
-acfindx:
 
33206
-       @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
 
33207
+incroot:
 
33208
+       @echo incroot='${INCROOT}'
 
33209
+usrlibdir:
 
33210
+       @echo usrlibdir='${USRLIBDIR}'
 
33211
+libdir:
 
33212
+       @echo libdir='${LIBDIR}'
 
33213
 _ACEOF
 
33214
-  if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
 
33215
+  if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
 
33216
     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
 
33217
-    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
 
33218
+    for ac_var in incroot usrlibdir libdir; do
 
33219
+      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
 
33220
+    done
 
33221
     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
 
33222
     for ac_extension in a so sl; do
 
33223
-      if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
 
33224
-        test -f $ac_im_libdir/libX11.$ac_extension; then
 
33225
+      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
 
33226
+        test -f "$ac_im_libdir/libX11.$ac_extension"; then
 
33227
        ac_im_usrlibdir=$ac_im_libdir; break
 
33228
       fi
 
33229
     done
 
33230
@@ -28546,7 +28964,7 @@
 
33231
     # bogus both because they are the default anyway, and because
 
33232
     # using them would break gcc on systems where it needs fixed includes.
 
33233
     case $ac_im_incroot in
 
33234
-       /usr/include) ;;
 
33235
+       /usr/include) ac_x_includes= ;;
 
33236
        *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
 
33237
     esac
 
33238
     case $ac_im_usrlibdir in
 
33239
@@ -28555,7 +28973,7 @@
 
33240
     esac
 
33241
   fi
 
33242
   cd ..
 
33243
-  rm -fr conftest.dir
 
33244
+  rm -f -r conftest.dir
 
33245
 fi
 
33246
 
 
33247
   if test -z "$ac_x_includes"; then
 
33248
@@ -28599,12 +29017,12 @@
 
33249
 eval "$kde_cv_have_x"
 
33250
 
 
33251
 if test "$have_x" != yes; then
 
33252
-  echo "$as_me:$LINENO: result: $have_x" >&5
 
33253
-echo "${ECHO_T}$have_x" >&6
 
33254
+  { echo "$as_me:$LINENO: result: $have_x" >&5
 
33255
+echo "${ECHO_T}$have_x" >&6; }
 
33256
   no_x=yes
 
33257
 else
 
33258
-  echo "$as_me:$LINENO: result: libraries $kde_x_libraries, headers $kde_x_includes" >&5
 
33259
-echo "${ECHO_T}libraries $kde_x_libraries, headers $kde_x_includes" >&6
 
33260
+  { echo "$as_me:$LINENO: result: libraries $kde_x_libraries, headers $kde_x_includes" >&5
 
33261
+echo "${ECHO_T}libraries $kde_x_libraries, headers $kde_x_includes" >&6; }
 
33262
 fi
 
33263
 
 
33264
 if test -z "$kde_x_includes" || test "x$kde_x_includes" = xNONE; then
 
33265
@@ -28632,8 +29050,8 @@
 
33266
 # These have to be linked with before -lX11, unlike the other
 
33267
 # libraries we check for below, so use a different variable.
 
33268
 #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
 
33269
-echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
 
33270
-echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
 
33271
+{ echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
 
33272
+echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
 
33273
 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
 
33274
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
33275
 else
 
33276
@@ -28646,56 +29064,53 @@
 
33277
 cat >>conftest.$ac_ext <<_ACEOF
 
33278
 /* end confdefs.h.  */
 
33279
 
 
33280
-/* Override any gcc2 internal prototype to avoid an error.  */
 
33281
+/* Override any GCC internal prototype to avoid an error.
 
33282
+   Use char because int might match the return type of a GCC
 
33283
+   builtin and then its argument prototype would still apply.  */
 
33284
 #ifdef __cplusplus
 
33285
 extern "C"
 
33286
 #endif
 
33287
-/* We use char because int might match the return type of a gcc2
 
33288
-   builtin and then its argument prototype would still apply.  */
 
33289
 char IceConnectionNumber ();
 
33290
 int
 
33291
 main ()
 
33292
 {
 
33293
-IceConnectionNumber ();
 
33294
+return IceConnectionNumber ();
 
33295
   ;
 
33296
   return 0;
 
33297
 }
 
33298
 _ACEOF
 
33299
 rm -f conftest.$ac_objext conftest$ac_exeext
 
33300
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
33301
-  (eval $ac_link) 2>conftest.er1
 
33302
+if { (ac_try="$ac_link"
 
33303
+case "(($ac_try" in
 
33304
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
33305
+  *) ac_try_echo=$ac_try;;
 
33306
+esac
 
33307
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
33308
+  (eval "$ac_link") 2>conftest.er1
 
33309
   ac_status=$?
 
33310
   grep -v '^ *+' conftest.er1 >conftest.err
 
33311
   rm -f conftest.er1
 
33312
   cat conftest.err >&5
 
33313
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33314
-  (exit $ac_status); } &&
 
33315
-        { ac_try='test -z "$ac_c_werror_flag"
 
33316
-                        || test ! -s conftest.err'
 
33317
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
33318
-  (eval $ac_try) 2>&5
 
33319
-  ac_status=$?
 
33320
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33321
-  (exit $ac_status); }; } &&
 
33322
-        { ac_try='test -s conftest$ac_exeext'
 
33323
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
33324
-  (eval $ac_try) 2>&5
 
33325
-  ac_status=$?
 
33326
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33327
-  (exit $ac_status); }; }; then
 
33328
+  (exit $ac_status); } && {
 
33329
+        test -z "$ac_c_werror_flag" ||
 
33330
+        test ! -s conftest.err
 
33331
+       } && test -s conftest$ac_exeext &&
 
33332
+       $as_test_x conftest$ac_exeext; then
 
33333
   ac_cv_lib_ICE_IceConnectionNumber=yes
 
33334
 else
 
33335
   echo "$as_me: failed program was:" >&5
 
33336
 sed 's/^/| /' conftest.$ac_ext >&5
 
33337
 
 
33338
-ac_cv_lib_ICE_IceConnectionNumber=no
 
33339
+       ac_cv_lib_ICE_IceConnectionNumber=no
 
33340
 fi
 
33341
-rm -f conftest.err conftest.$ac_objext \
 
33342
+
 
33343
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
33344
       conftest$ac_exeext conftest.$ac_ext
 
33345
 LIBS=$ac_check_lib_save_LIBS
 
33346
 fi
 
33347
-echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
 
33348
-echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
 
33349
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
 
33350
+echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
 
33351
 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
 
33352
   LIBSM="-lSM -lICE"
 
33353
 fi
 
33354
@@ -28704,8 +29119,8 @@
 
33355
 
 
33356
 LIB_X11='-lX11 $(LIBSOCKET)'
 
33357
 
 
33358
-echo "$as_me:$LINENO: checking for libXext" >&5
 
33359
-echo $ECHO_N "checking for libXext... $ECHO_C" >&6
 
33360
+{ echo "$as_me:$LINENO: checking for libXext" >&5
 
33361
+echo $ECHO_N "checking for libXext... $ECHO_C" >&6; }
 
33362
 if test "${kde_cv_have_libXext+set}" = set; then
 
33363
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
33364
 else
 
33365
@@ -28739,36 +29154,33 @@
 
33366
 }
 
33367
 _ACEOF
 
33368
 rm -f conftest.$ac_objext conftest$ac_exeext
 
33369
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
33370
-  (eval $ac_link) 2>conftest.er1
 
33371
+if { (ac_try="$ac_link"
 
33372
+case "(($ac_try" in
 
33373
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
33374
+  *) ac_try_echo=$ac_try;;
 
33375
+esac
 
33376
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
33377
+  (eval "$ac_link") 2>conftest.er1
 
33378
   ac_status=$?
 
33379
   grep -v '^ *+' conftest.er1 >conftest.err
 
33380
   rm -f conftest.er1
 
33381
   cat conftest.err >&5
 
33382
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33383
-  (exit $ac_status); } &&
 
33384
-        { ac_try='test -z "$ac_c_werror_flag"
 
33385
-                        || test ! -s conftest.err'
 
33386
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
33387
-  (eval $ac_try) 2>&5
 
33388
-  ac_status=$?
 
33389
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33390
-  (exit $ac_status); }; } &&
 
33391
-        { ac_try='test -s conftest$ac_exeext'
 
33392
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
33393
-  (eval $ac_try) 2>&5
 
33394
-  ac_status=$?
 
33395
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33396
-  (exit $ac_status); }; }; then
 
33397
+  (exit $ac_status); } && {
 
33398
+        test -z "$ac_c_werror_flag" ||
 
33399
+        test ! -s conftest.err
 
33400
+       } && test -s conftest$ac_exeext &&
 
33401
+       $as_test_x conftest$ac_exeext; then
 
33402
   kde_cv_have_libXext=yes
 
33403
 else
 
33404
   echo "$as_me: failed program was:" >&5
 
33405
 sed 's/^/| /' conftest.$ac_ext >&5
 
33406
 
 
33407
-kde_cv_have_libXext=no
 
33408
+       kde_cv_have_libXext=no
 
33409
 
 
33410
 fi
 
33411
-rm -f conftest.err conftest.$ac_objext \
 
33412
+
 
33413
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
33414
       conftest$ac_exeext conftest.$ac_ext
 
33415
 
 
33416
 LDFLAGS=$kde_ldflags_safe
 
33417
@@ -28777,8 +29189,8 @@
 
33418
 fi
 
33419
 
 
33420
 
 
33421
-echo "$as_me:$LINENO: result: $kde_cv_have_libXext" >&5
 
33422
-echo "${ECHO_T}$kde_cv_have_libXext" >&6
 
33423
+{ echo "$as_me:$LINENO: result: $kde_cv_have_libXext" >&5
 
33424
+echo "${ECHO_T}$kde_cv_have_libXext" >&6; }
 
33425
 
 
33426
 if test "$kde_cv_have_libXext" = "no"; then
 
33427
   { { echo "$as_me:$LINENO: error: We need a working libXext to proceed. Since configure
 
33428
@@ -28840,8 +29252,8 @@
 
33429
     else
 
33430
       PTHREAD_LIBS_save="$PTHREAD_LIBS"
 
33431
       PTHREAD_LIBS=`echo "$PTHREAD_LIBS_save" | sed -e 's,^-l,,g'`
 
33432
-      echo "$as_me:$LINENO: checking for pthread_create in $PTHREAD_LIBS" >&5
 
33433
-echo $ECHO_N "checking for pthread_create in $PTHREAD_LIBS... $ECHO_C" >&6
 
33434
+      { echo "$as_me:$LINENO: checking for pthread_create in $PTHREAD_LIBS" >&5
 
33435
+echo $ECHO_N "checking for pthread_create in $PTHREAD_LIBS... $ECHO_C" >&6; }
 
33436
 
 
33437
      kde_save_LDFLAGS="$LDFLAGS"
 
33438
           kde_save_LIBS="$LIBS"
 
33439
@@ -28852,9 +29264,9 @@
 
33440
        ;;
 
33441
      esac
 
33442
      as_ac_Lib=`echo "ac_cv_lib_$PTHREAD_LIBS''_pthread_create" | $as_tr_sh`
 
33443
-echo "$as_me:$LINENO: checking for pthread_create in -l$PTHREAD_LIBS" >&5
 
33444
-echo $ECHO_N "checking for pthread_create in -l$PTHREAD_LIBS... $ECHO_C" >&6
 
33445
-if eval "test \"\${$as_ac_Lib+set}\" = set"; then
 
33446
+{ echo "$as_me:$LINENO: checking for pthread_create in -l$PTHREAD_LIBS" >&5
 
33447
+echo $ECHO_N "checking for pthread_create in -l$PTHREAD_LIBS... $ECHO_C" >&6; }
 
33448
+if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
 
33449
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
33450
 else
 
33451
   ac_check_lib_save_LIBS=$LIBS
 
33452
@@ -28866,56 +29278,54 @@
 
33453
 cat >>conftest.$ac_ext <<_ACEOF
 
33454
 /* end confdefs.h.  */
 
33455
 
 
33456
-/* Override any gcc2 internal prototype to avoid an error.  */
 
33457
+/* Override any GCC internal prototype to avoid an error.
 
33458
+   Use char because int might match the return type of a GCC
 
33459
+   builtin and then its argument prototype would still apply.  */
 
33460
 #ifdef __cplusplus
 
33461
 extern "C"
 
33462
 #endif
 
33463
-/* We use char because int might match the return type of a gcc2
 
33464
-   builtin and then its argument prototype would still apply.  */
 
33465
 char pthread_create ();
 
33466
 int
 
33467
 main ()
 
33468
 {
 
33469
-pthread_create ();
 
33470
+return pthread_create ();
 
33471
   ;
 
33472
   return 0;
 
33473
 }
 
33474
 _ACEOF
 
33475
 rm -f conftest.$ac_objext conftest$ac_exeext
 
33476
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
33477
-  (eval $ac_link) 2>conftest.er1
 
33478
+if { (ac_try="$ac_link"
 
33479
+case "(($ac_try" in
 
33480
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
33481
+  *) ac_try_echo=$ac_try;;
 
33482
+esac
 
33483
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
33484
+  (eval "$ac_link") 2>conftest.er1
 
33485
   ac_status=$?
 
33486
   grep -v '^ *+' conftest.er1 >conftest.err
 
33487
   rm -f conftest.er1
 
33488
   cat conftest.err >&5
 
33489
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33490
-  (exit $ac_status); } &&
 
33491
-        { ac_try='test -z "$ac_c_werror_flag"
 
33492
-                        || test ! -s conftest.err'
 
33493
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
33494
-  (eval $ac_try) 2>&5
 
33495
-  ac_status=$?
 
33496
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33497
-  (exit $ac_status); }; } &&
 
33498
-        { ac_try='test -s conftest$ac_exeext'
 
33499
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
33500
-  (eval $ac_try) 2>&5
 
33501
-  ac_status=$?
 
33502
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33503
-  (exit $ac_status); }; }; then
 
33504
+  (exit $ac_status); } && {
 
33505
+        test -z "$ac_c_werror_flag" ||
 
33506
+        test ! -s conftest.err
 
33507
+       } && test -s conftest$ac_exeext &&
 
33508
+       $as_test_x conftest$ac_exeext; then
 
33509
   eval "$as_ac_Lib=yes"
 
33510
 else
 
33511
   echo "$as_me: failed program was:" >&5
 
33512
 sed 's/^/| /' conftest.$ac_ext >&5
 
33513
 
 
33514
-eval "$as_ac_Lib=no"
 
33515
+       eval "$as_ac_Lib=no"
 
33516
 fi
 
33517
-rm -f conftest.err conftest.$ac_objext \
 
33518
+
 
33519
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
33520
       conftest$ac_exeext conftest.$ac_ext
 
33521
 LIBS=$ac_check_lib_save_LIBS
 
33522
 fi
 
33523
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
 
33524
-echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
 
33525
+ac_res=`eval echo '${'$as_ac_Lib'}'`
 
33526
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
33527
+echo "${ECHO_T}$ac_res" >&6; }
 
33528
 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
 
33529
   LIBPTHREAD="$PTHREAD_LIBS_save"
 
33530
 fi
 
33531
@@ -28928,8 +29338,8 @@
 
33532
   fi
 
33533
 
 
33534
     if test -z "$LIBPTHREAD"; then
 
33535
-    echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
 
33536
-echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
 
33537
+    { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
 
33538
+echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
 
33539
 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
 
33540
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
33541
 else
 
33542
@@ -28942,56 +29352,53 @@
 
33543
 cat >>conftest.$ac_ext <<_ACEOF
 
33544
 /* end confdefs.h.  */
 
33545
 
 
33546
-/* Override any gcc2 internal prototype to avoid an error.  */
 
33547
+/* Override any GCC internal prototype to avoid an error.
 
33548
+   Use char because int might match the return type of a GCC
 
33549
+   builtin and then its argument prototype would still apply.  */
 
33550
 #ifdef __cplusplus
 
33551
 extern "C"
 
33552
 #endif
 
33553
-/* We use char because int might match the return type of a gcc2
 
33554
-   builtin and then its argument prototype would still apply.  */
 
33555
 char pthread_create ();
 
33556
 int
 
33557
 main ()
 
33558
 {
 
33559
-pthread_create ();
 
33560
+return pthread_create ();
 
33561
   ;
 
33562
   return 0;
 
33563
 }
 
33564
 _ACEOF
 
33565
 rm -f conftest.$ac_objext conftest$ac_exeext
 
33566
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
33567
-  (eval $ac_link) 2>conftest.er1
 
33568
+if { (ac_try="$ac_link"
 
33569
+case "(($ac_try" in
 
33570
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
33571
+  *) ac_try_echo=$ac_try;;
 
33572
+esac
 
33573
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
33574
+  (eval "$ac_link") 2>conftest.er1
 
33575
   ac_status=$?
 
33576
   grep -v '^ *+' conftest.er1 >conftest.err
 
33577
   rm -f conftest.er1
 
33578
   cat conftest.err >&5
 
33579
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33580
-  (exit $ac_status); } &&
 
33581
-        { ac_try='test -z "$ac_c_werror_flag"
 
33582
-                        || test ! -s conftest.err'
 
33583
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
33584
-  (eval $ac_try) 2>&5
 
33585
-  ac_status=$?
 
33586
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33587
-  (exit $ac_status); }; } &&
 
33588
-        { ac_try='test -s conftest$ac_exeext'
 
33589
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
33590
-  (eval $ac_try) 2>&5
 
33591
-  ac_status=$?
 
33592
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33593
-  (exit $ac_status); }; }; then
 
33594
+  (exit $ac_status); } && {
 
33595
+        test -z "$ac_c_werror_flag" ||
 
33596
+        test ! -s conftest.err
 
33597
+       } && test -s conftest$ac_exeext &&
 
33598
+       $as_test_x conftest$ac_exeext; then
 
33599
   ac_cv_lib_pthread_pthread_create=yes
 
33600
 else
 
33601
   echo "$as_me: failed program was:" >&5
 
33602
 sed 's/^/| /' conftest.$ac_ext >&5
 
33603
 
 
33604
-ac_cv_lib_pthread_pthread_create=no
 
33605
+       ac_cv_lib_pthread_pthread_create=no
 
33606
 fi
 
33607
-rm -f conftest.err conftest.$ac_objext \
 
33608
+
 
33609
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
33610
       conftest$ac_exeext conftest.$ac_ext
 
33611
 LIBS=$ac_check_lib_save_LIBS
 
33612
 fi
 
33613
-echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
 
33614
-echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6
 
33615
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
 
33616
+echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
 
33617
 if test $ac_cv_lib_pthread_pthread_create = yes; then
 
33618
   LIBPTHREAD="-lpthread"
 
33619
 fi
 
33620
@@ -28999,8 +29406,8 @@
 
33621
   fi
 
33622
 
 
33623
     if test -z "$LIBPTHREAD" ; then
 
33624
-    echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
 
33625
-echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6
 
33626
+    { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
 
33627
+echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
 
33628
     kde_safe_libs=$LIBS
 
33629
     LIBS="$LIBS -lpthread"
 
33630
     cat >conftest.$ac_ext <<_ACEOF
 
33631
@@ -29019,40 +29426,37 @@
 
33632
 }
 
33633
 _ACEOF
 
33634
 rm -f conftest.$ac_objext conftest$ac_exeext
 
33635
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
33636
-  (eval $ac_link) 2>conftest.er1
 
33637
+if { (ac_try="$ac_link"
 
33638
+case "(($ac_try" in
 
33639
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
33640
+  *) ac_try_echo=$ac_try;;
 
33641
+esac
 
33642
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
33643
+  (eval "$ac_link") 2>conftest.er1
 
33644
   ac_status=$?
 
33645
   grep -v '^ *+' conftest.er1 >conftest.err
 
33646
   rm -f conftest.er1
 
33647
   cat conftest.err >&5
 
33648
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33649
-  (exit $ac_status); } &&
 
33650
-        { ac_try='test -z "$ac_c_werror_flag"
 
33651
-                        || test ! -s conftest.err'
 
33652
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
33653
-  (eval $ac_try) 2>&5
 
33654
-  ac_status=$?
 
33655
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33656
-  (exit $ac_status); }; } &&
 
33657
-        { ac_try='test -s conftest$ac_exeext'
 
33658
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
33659
-  (eval $ac_try) 2>&5
 
33660
-  ac_status=$?
 
33661
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33662
-  (exit $ac_status); }; }; then
 
33663
+  (exit $ac_status); } && {
 
33664
+        test -z "$ac_c_werror_flag" ||
 
33665
+        test ! -s conftest.err
 
33666
+       } && test -s conftest$ac_exeext &&
 
33667
+       $as_test_x conftest$ac_exeext; then
 
33668
 
 
33669
-        echo "$as_me:$LINENO: result: yes" >&5
 
33670
-echo "${ECHO_T}yes" >&6
 
33671
+        { echo "$as_me:$LINENO: result: yes" >&5
 
33672
+echo "${ECHO_T}yes" >&6; }
 
33673
         LIBPTHREAD="-lpthread"
 
33674
 else
 
33675
   echo "$as_me: failed program was:" >&5
 
33676
 sed 's/^/| /' conftest.$ac_ext >&5
 
33677
 
 
33678
 
 
33679
-       echo "$as_me:$LINENO: result: no" >&5
 
33680
-echo "${ECHO_T}no" >&6
 
33681
+       { echo "$as_me:$LINENO: result: no" >&5
 
33682
+echo "${ECHO_T}no" >&6; }
 
33683
 fi
 
33684
-rm -f conftest.err conftest.$ac_objext \
 
33685
+
 
33686
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
33687
       conftest$ac_exeext conftest.$ac_ext
 
33688
     LIBS=$kde_safe_libs
 
33689
   fi
 
33690
@@ -29067,16 +29471,15 @@
 
33691
       USE_THREADS=""
 
33692
       if test -z "$LIBPTHREAD"; then
 
33693
 
 
33694
-echo "$as_me:$LINENO: checking whether $CXX supports -pthread" >&5
 
33695
-echo $ECHO_N "checking whether $CXX supports -pthread... $ECHO_C" >&6
 
33696
+{ echo "$as_me:$LINENO: checking whether $CXX supports -pthread" >&5
 
33697
+echo $ECHO_N "checking whether $CXX supports -pthread... $ECHO_C" >&6; }
 
33698
 kde_cache=`echo pthread | sed 'y% .=/+-,%____p__%'`
 
33699
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
33700
+if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
33701
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
33702
 else
 
33703
 
 
33704
 
 
33705
-
 
33706
-   ac_ext=cc
 
33707
+   ac_ext=cpp
 
33708
 ac_cpp='$CXXCPP $CPPFLAGS'
 
33709
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
33710
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
33711
@@ -29103,34 +29506,32 @@
 
33712
 }
 
33713
 _ACEOF
 
33714
 rm -f conftest.$ac_objext conftest$ac_exeext
 
33715
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
33716
-  (eval $ac_link) 2>conftest.er1
 
33717
+if { (ac_try="$ac_link"
 
33718
+case "(($ac_try" in
 
33719
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
33720
+  *) ac_try_echo=$ac_try;;
 
33721
+esac
 
33722
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
33723
+  (eval "$ac_link") 2>conftest.er1
 
33724
   ac_status=$?
 
33725
   grep -v '^ *+' conftest.er1 >conftest.err
 
33726
   rm -f conftest.er1
 
33727
   cat conftest.err >&5
 
33728
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33729
-  (exit $ac_status); } &&
 
33730
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
33731
-                        || test ! -s conftest.err'
 
33732
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
33733
-  (eval $ac_try) 2>&5
 
33734
-  ac_status=$?
 
33735
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33736
-  (exit $ac_status); }; } &&
 
33737
-        { ac_try='test -s conftest$ac_exeext'
 
33738
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
33739
-  (eval $ac_try) 2>&5
 
33740
-  ac_status=$?
 
33741
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33742
-  (exit $ac_status); }; }; then
 
33743
+  (exit $ac_status); } && {
 
33744
+        test -z "$ac_cxx_werror_flag" ||
 
33745
+        test ! -s conftest.err
 
33746
+       } && test -s conftest$ac_exeext &&
 
33747
+       $as_test_x conftest$ac_exeext; then
 
33748
   eval "kde_cv_prog_cxx_$kde_cache=yes"
 
33749
 else
 
33750
   echo "$as_me: failed program was:" >&5
 
33751
 sed 's/^/| /' conftest.$ac_ext >&5
 
33752
 
 
33753
+
 
33754
 fi
 
33755
-rm -f conftest.err conftest.$ac_objext \
 
33756
+
 
33757
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
33758
       conftest$ac_exeext conftest.$ac_ext
 
33759
   CXXFLAGS="$save_CXXFLAGS"
 
33760
   ac_ext=c
 
33761
@@ -29143,13 +29544,13 @@
 
33762
 fi
 
33763
 
 
33764
 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
33765
- echo "$as_me:$LINENO: result: yes" >&5
 
33766
-echo "${ECHO_T}yes" >&6
 
33767
+ { echo "$as_me:$LINENO: result: yes" >&5
 
33768
+echo "${ECHO_T}yes" >&6; }
 
33769
  :
 
33770
  USE_THREADS="-D_THREAD_SAFE -pthread"
 
33771
 else
 
33772
- echo "$as_me:$LINENO: result: no" >&5
 
33773
-echo "${ECHO_T}no" >&6
 
33774
+ { echo "$as_me:$LINENO: result: no" >&5
 
33775
+echo "${ECHO_T}no" >&6; }
 
33776
  :
 
33777
 
 
33778
 fi
 
33779
@@ -29161,16 +29562,15 @@
 
33780
     case $host_os in
 
33781
        solaris*)
 
33782
 
 
33783
-echo "$as_me:$LINENO: checking whether $CXX supports -mt" >&5
 
33784
-echo $ECHO_N "checking whether $CXX supports -mt... $ECHO_C" >&6
 
33785
+{ echo "$as_me:$LINENO: checking whether $CXX supports -mt" >&5
 
33786
+echo $ECHO_N "checking whether $CXX supports -mt... $ECHO_C" >&6; }
 
33787
 kde_cache=`echo mt | sed 'y% .=/+-,%____p__%'`
 
33788
-if eval "test \"\${kde_cv_prog_cxx_$kde_cache+set}\" = set"; then
 
33789
+if { as_var=kde_cv_prog_cxx_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
33790
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
33791
 else
 
33792
 
 
33793
 
 
33794
-
 
33795
-   ac_ext=cc
 
33796
+   ac_ext=cpp
 
33797
 ac_cpp='$CXXCPP $CPPFLAGS'
 
33798
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
33799
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
33800
@@ -29197,34 +29597,32 @@
 
33801
 }
 
33802
 _ACEOF
 
33803
 rm -f conftest.$ac_objext conftest$ac_exeext
 
33804
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
33805
-  (eval $ac_link) 2>conftest.er1
 
33806
+if { (ac_try="$ac_link"
 
33807
+case "(($ac_try" in
 
33808
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
33809
+  *) ac_try_echo=$ac_try;;
 
33810
+esac
 
33811
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
33812
+  (eval "$ac_link") 2>conftest.er1
 
33813
   ac_status=$?
 
33814
   grep -v '^ *+' conftest.er1 >conftest.err
 
33815
-  rm -f conftest.er1
 
33816
-  cat conftest.err >&5
 
33817
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33818
-  (exit $ac_status); } &&
 
33819
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
33820
-                        || test ! -s conftest.err'
 
33821
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
33822
-  (eval $ac_try) 2>&5
 
33823
-  ac_status=$?
 
33824
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33825
-  (exit $ac_status); }; } &&
 
33826
-        { ac_try='test -s conftest$ac_exeext'
 
33827
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
33828
-  (eval $ac_try) 2>&5
 
33829
-  ac_status=$?
 
33830
+  rm -f conftest.er1
 
33831
+  cat conftest.err >&5
 
33832
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33833
-  (exit $ac_status); }; }; then
 
33834
+  (exit $ac_status); } && {
 
33835
+        test -z "$ac_cxx_werror_flag" ||
 
33836
+        test ! -s conftest.err
 
33837
+       } && test -s conftest$ac_exeext &&
 
33838
+       $as_test_x conftest$ac_exeext; then
 
33839
   eval "kde_cv_prog_cxx_$kde_cache=yes"
 
33840
 else
 
33841
   echo "$as_me: failed program was:" >&5
 
33842
 sed 's/^/| /' conftest.$ac_ext >&5
 
33843
 
 
33844
+
 
33845
 fi
 
33846
-rm -f conftest.err conftest.$ac_objext \
 
33847
+
 
33848
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
33849
       conftest$ac_exeext conftest.$ac_ext
 
33850
   CXXFLAGS="$save_CXXFLAGS"
 
33851
   ac_ext=c
 
33852
@@ -29237,13 +29635,13 @@
 
33853
 fi
 
33854
 
 
33855
 if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
 
33856
- echo "$as_me:$LINENO: result: yes" >&5
 
33857
-echo "${ECHO_T}yes" >&6
 
33858
+ { echo "$as_me:$LINENO: result: yes" >&5
 
33859
+echo "${ECHO_T}yes" >&6; }
 
33860
  :
 
33861
  USE_THREADS="-mt"
 
33862
 else
 
33863
- echo "$as_me:$LINENO: result: no" >&5
 
33864
-echo "${ECHO_T}no" >&6
 
33865
+ { echo "$as_me:$LINENO: result: no" >&5
 
33866
+echo "${ECHO_T}no" >&6; }
 
33867
  :
 
33868
 
 
33869
 fi
 
33870
@@ -29270,17 +29668,17 @@
 
33871
 
 
33872
 
 
33873
 
 
33874
-echo "$as_me:$LINENO: checking for extra includes" >&5
 
33875
-echo $ECHO_N "checking for extra includes... $ECHO_C" >&6
 
33876
+{ echo "$as_me:$LINENO: checking for extra includes" >&5
 
33877
+echo $ECHO_N "checking for extra includes... $ECHO_C" >&6; }
 
33878
 
 
33879
-# Check whether --with-extra-includes or --without-extra-includes was given.
 
33880
+# Check whether --with-extra-includes was given.
 
33881
 if test "${with_extra_includes+set}" = set; then
 
33882
-  withval="$with_extra_includes"
 
33883
-  kde_use_extra_includes="$withval"
 
33884
+  withval=$with_extra_includes; kde_use_extra_includes="$withval"
 
33885
 else
 
33886
   kde_use_extra_includes=NONE
 
33887
 
 
33888
-fi;
 
33889
+fi
 
33890
+
 
33891
 kde_extra_includes=
 
33892
 if test -n "$kde_use_extra_includes" && \
 
33893
    test "$kde_use_extra_includes" != "NONE"; then
 
33894
@@ -29298,21 +29696,21 @@
 
33895
 fi
 
33896
 
 
33897
 
 
33898
-echo "$as_me:$LINENO: result: $kde_use_extra_includes" >&5
 
33899
-echo "${ECHO_T}$kde_use_extra_includes" >&6
 
33900
+{ echo "$as_me:$LINENO: result: $kde_use_extra_includes" >&5
 
33901
+echo "${ECHO_T}$kde_use_extra_includes" >&6; }
 
33902
 
 
33903
 kde_extra_libs=
 
33904
-echo "$as_me:$LINENO: checking for extra libs" >&5
 
33905
-echo $ECHO_N "checking for extra libs... $ECHO_C" >&6
 
33906
+{ echo "$as_me:$LINENO: checking for extra libs" >&5
 
33907
+echo $ECHO_N "checking for extra libs... $ECHO_C" >&6; }
 
33908
 
 
33909
-# Check whether --with-extra-libs or --without-extra-libs was given.
 
33910
+# Check whether --with-extra-libs was given.
 
33911
 if test "${with_extra_libs+set}" = set; then
 
33912
-  withval="$with_extra_libs"
 
33913
-  kde_use_extra_libs=$withval
 
33914
+  withval=$with_extra_libs; kde_use_extra_libs=$withval
 
33915
 else
 
33916
   kde_use_extra_libs=NONE
 
33917
 
 
33918
-fi;
 
33919
+fi
 
33920
+
 
33921
 if test -n "$kde_use_extra_libs" && \
 
33922
    test "$kde_use_extra_libs" != "NONE"; then
 
33923
 
 
33924
@@ -29331,14 +29729,14 @@
 
33925
 
 
33926
 
 
33927
 
 
33928
-echo "$as_me:$LINENO: result: $kde_use_extra_libs" >&5
 
33929
-echo "${ECHO_T}$kde_use_extra_libs" >&6
 
33930
+{ echo "$as_me:$LINENO: result: $kde_use_extra_libs" >&5
 
33931
+echo "${ECHO_T}$kde_use_extra_libs" >&6; }
 
33932
 
 
33933
 
 
33934
 
 
33935
 
 
33936
-echo "$as_me:$LINENO: checking for libz" >&5
 
33937
-echo $ECHO_N "checking for libz... $ECHO_C" >&6
 
33938
+{ echo "$as_me:$LINENO: checking for libz" >&5
 
33939
+echo $ECHO_N "checking for libz... $ECHO_C" >&6; }
 
33940
 if test "${ac_cv_lib_z+set}" = set; then
 
33941
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
33942
 else
 
33943
@@ -29372,35 +29770,32 @@
 
33944
 }
 
33945
 _ACEOF
 
33946
 rm -f conftest.$ac_objext conftest$ac_exeext
 
33947
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
33948
-  (eval $ac_link) 2>conftest.er1
 
33949
+if { (ac_try="$ac_link"
 
33950
+case "(($ac_try" in
 
33951
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
33952
+  *) ac_try_echo=$ac_try;;
 
33953
+esac
 
33954
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
33955
+  (eval "$ac_link") 2>conftest.er1
 
33956
   ac_status=$?
 
33957
   grep -v '^ *+' conftest.er1 >conftest.err
 
33958
   rm -f conftest.er1
 
33959
   cat conftest.err >&5
 
33960
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33961
-  (exit $ac_status); } &&
 
33962
-        { ac_try='test -z "$ac_c_werror_flag"
 
33963
-                        || test ! -s conftest.err'
 
33964
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
33965
-  (eval $ac_try) 2>&5
 
33966
-  ac_status=$?
 
33967
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33968
-  (exit $ac_status); }; } &&
 
33969
-        { ac_try='test -s conftest$ac_exeext'
 
33970
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
33971
-  (eval $ac_try) 2>&5
 
33972
-  ac_status=$?
 
33973
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33974
-  (exit $ac_status); }; }; then
 
33975
+  (exit $ac_status); } && {
 
33976
+        test -z "$ac_c_werror_flag" ||
 
33977
+        test ! -s conftest.err
 
33978
+       } && test -s conftest$ac_exeext &&
 
33979
+       $as_test_x conftest$ac_exeext; then
 
33980
   eval "ac_cv_lib_z='-lz'"
 
33981
 else
 
33982
   echo "$as_me: failed program was:" >&5
 
33983
 sed 's/^/| /' conftest.$ac_ext >&5
 
33984
 
 
33985
-eval "ac_cv_lib_z=no"
 
33986
+       eval "ac_cv_lib_z=no"
 
33987
 fi
 
33988
-rm -f conftest.err conftest.$ac_objext \
 
33989
+
 
33990
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
33991
       conftest$ac_exeext conftest.$ac_ext
 
33992
 LIBS="$kde_save_LIBS"
 
33993
 CFLAGS="$kde_save_CFLAGS"
 
33994
@@ -29413,8 +29808,8 @@
 
33995
 _ACEOF
 
33996
 
 
33997
   LIBZ="$ac_cv_lib_z"
 
33998
-  echo "$as_me:$LINENO: result: $ac_cv_lib_z" >&5
 
33999
-echo "${ECHO_T}$ac_cv_lib_z" >&6
 
34000
+  { echo "$as_me:$LINENO: result: $ac_cv_lib_z" >&5
 
34001
+echo "${ECHO_T}$ac_cv_lib_z" >&6; }
 
34002
 else
 
34003
   { { echo "$as_me:$LINENO: error: not found.
 
34004
           Possibly configure picks up an outdated version
 
34005
@@ -29434,8 +29829,8 @@
 
34006
 
 
34007
 
 
34008
 
 
34009
-echo "$as_me:$LINENO: checking for libpng" >&5
 
34010
-echo $ECHO_N "checking for libpng... $ECHO_C" >&6
 
34011
+{ echo "$as_me:$LINENO: checking for libpng" >&5
 
34012
+echo $ECHO_N "checking for libpng... $ECHO_C" >&6; }
 
34013
 if test "${ac_cv_lib_png+set}" = set; then
 
34014
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
34015
 else
 
34016
@@ -29471,36 +29866,33 @@
 
34017
 }
 
34018
 _ACEOF
 
34019
 rm -f conftest.$ac_objext conftest$ac_exeext
 
34020
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
34021
-  (eval $ac_link) 2>conftest.er1
 
34022
+if { (ac_try="$ac_link"
 
34023
+case "(($ac_try" in
 
34024
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
34025
+  *) ac_try_echo=$ac_try;;
 
34026
+esac
 
34027
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
34028
+  (eval "$ac_link") 2>conftest.er1
 
34029
   ac_status=$?
 
34030
   grep -v '^ *+' conftest.er1 >conftest.err
 
34031
   rm -f conftest.er1
 
34032
   cat conftest.err >&5
 
34033
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
34034
-  (exit $ac_status); } &&
 
34035
-        { ac_try='test -z "$ac_c_werror_flag"
 
34036
-                        || test ! -s conftest.err'
 
34037
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
34038
-  (eval $ac_try) 2>&5
 
34039
-  ac_status=$?
 
34040
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
34041
-  (exit $ac_status); }; } &&
 
34042
-        { ac_try='test -s conftest$ac_exeext'
 
34043
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
34044
-  (eval $ac_try) 2>&5
 
34045
-  ac_status=$?
 
34046
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
34047
-  (exit $ac_status); }; }; then
 
34048
+  (exit $ac_status); } && {
 
34049
+        test -z "$ac_c_werror_flag" ||
 
34050
+        test ! -s conftest.err
 
34051
+       } && test -s conftest$ac_exeext &&
 
34052
+       $as_test_x conftest$ac_exeext; then
 
34053
   eval "ac_cv_lib_png='-lpng $LIBZ -lm'"
 
34054
 else
 
34055
   echo "$as_me: failed program was:" >&5
 
34056
 sed 's/^/| /' conftest.$ac_ext >&5
 
34057
 
 
34058
-eval "ac_cv_lib_png=no"
 
34059
+       eval "ac_cv_lib_png=no"
 
34060
 
 
34061
 fi
 
34062
-rm -f conftest.err conftest.$ac_objext \
 
34063
+
 
34064
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
34065
       conftest$ac_exeext conftest.$ac_ext
 
34066
 LIBS="$kde_save_LIBS"
 
34067
 CFLAGS="$kde_save_CFLAGS"
 
34068
@@ -29514,19 +29906,19 @@
 
34069
 
 
34070
   LIBPNG="$ac_cv_lib_png"
 
34071
 
 
34072
-  echo "$as_me:$LINENO: result: $ac_cv_lib_png" >&5
 
34073
-echo "${ECHO_T}$ac_cv_lib_png" >&6
 
34074
+  { echo "$as_me:$LINENO: result: $ac_cv_lib_png" >&5
 
34075
+echo "${ECHO_T}$ac_cv_lib_png" >&6; }
 
34076
 else
 
34077
-  echo "$as_me:$LINENO: result: no" >&5
 
34078
-echo "${ECHO_T}no" >&6
 
34079
+  { echo "$as_me:$LINENO: result: no" >&5
 
34080
+echo "${ECHO_T}no" >&6; }
 
34081
   LIBPNG=""
 
34082
 
 
34083
 fi
 
34084
 
 
34085
 
 
34086
 
 
34087
-echo "$as_me:$LINENO: checking for libjpeg6b" >&5
 
34088
-echo $ECHO_N "checking for libjpeg6b... $ECHO_C" >&6
 
34089
+{ echo "$as_me:$LINENO: checking for libjpeg6b" >&5
 
34090
+echo $ECHO_N "checking for libjpeg6b... $ECHO_C" >&6; }
 
34091
 if test "${ac_cv_lib_jpeg_6b+set}" = set; then
 
34092
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
34093
 else
 
34094
@@ -29559,35 +29951,32 @@
 
34095
 }
 
34096
 _ACEOF
 
34097
 rm -f conftest.$ac_objext conftest$ac_exeext
 
34098
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
34099
-  (eval $ac_link) 2>conftest.er1
 
34100
+if { (ac_try="$ac_link"
 
34101
+case "(($ac_try" in
 
34102
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
34103
+  *) ac_try_echo=$ac_try;;
 
34104
+esac
 
34105
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
34106
+  (eval "$ac_link") 2>conftest.er1
 
34107
   ac_status=$?
 
34108
   grep -v '^ *+' conftest.er1 >conftest.err
 
34109
   rm -f conftest.er1
 
34110
   cat conftest.err >&5
 
34111
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
34112
-  (exit $ac_status); } &&
 
34113
-        { ac_try='test -z "$ac_c_werror_flag"
 
34114
-                        || test ! -s conftest.err'
 
34115
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
34116
-  (eval $ac_try) 2>&5
 
34117
-  ac_status=$?
 
34118
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
34119
-  (exit $ac_status); }; } &&
 
34120
-        { ac_try='test -s conftest$ac_exeext'
 
34121
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
34122
-  (eval $ac_try) 2>&5
 
34123
-  ac_status=$?
 
34124
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
34125
-  (exit $ac_status); }; }; then
 
34126
+  (exit $ac_status); } && {
 
34127
+        test -z "$ac_c_werror_flag" ||
 
34128
+        test ! -s conftest.err
 
34129
+       } && test -s conftest$ac_exeext &&
 
34130
+       $as_test_x conftest$ac_exeext; then
 
34131
   eval "ac_cv_lib_jpeg_6b=-ljpeg6b"
 
34132
 else
 
34133
   echo "$as_me: failed program was:" >&5
 
34134
 sed 's/^/| /' conftest.$ac_ext >&5
 
34135
 
 
34136
-eval "ac_cv_lib_jpeg_6b=no"
 
34137
+       eval "ac_cv_lib_jpeg_6b=no"
 
34138
 fi
 
34139
-rm -f conftest.err conftest.$ac_objext \
 
34140
+
 
34141
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
34142
       conftest$ac_exeext conftest.$ac_ext
 
34143
 LIBS="$ac_save_LIBS"
 
34144
 CFLAGS="$ac_save_CFLAGS"
 
34145
@@ -29597,14 +29986,14 @@
 
34146
 
 
34147
 if eval "test ! \"`echo $ac_cv_lib_jpeg_6b`\" = no"; then
 
34148
   LIBJPEG="$ac_cv_lib_jpeg_6b"
 
34149
-  echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_6b" >&5
 
34150
-echo "${ECHO_T}$ac_cv_lib_jpeg_6b" >&6
 
34151
+  { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_6b" >&5
 
34152
+echo "${ECHO_T}$ac_cv_lib_jpeg_6b" >&6; }
 
34153
 else
 
34154
-  echo "$as_me:$LINENO: result: no" >&5
 
34155
-echo "${ECHO_T}no" >&6
 
34156
+  { echo "$as_me:$LINENO: result: no" >&5
 
34157
+echo "${ECHO_T}no" >&6; }
 
34158
 
 
34159
-echo "$as_me:$LINENO: checking for libjpeg" >&5
 
34160
-echo $ECHO_N "checking for libjpeg... $ECHO_C" >&6
 
34161
+{ echo "$as_me:$LINENO: checking for libjpeg" >&5
 
34162
+echo $ECHO_N "checking for libjpeg... $ECHO_C" >&6; }
 
34163
 if test "${ac_cv_lib_jpeg_normal+set}" = set; then
 
34164
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
34165
 else
 
34166
@@ -29637,35 +30026,32 @@
 
34167
 }
 
34168
 _ACEOF
 
34169
 rm -f conftest.$ac_objext conftest$ac_exeext
 
34170
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
34171
-  (eval $ac_link) 2>conftest.er1
 
34172
+if { (ac_try="$ac_link"
 
34173
+case "(($ac_try" in
 
34174
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
34175
+  *) ac_try_echo=$ac_try;;
 
34176
+esac
 
34177
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
34178
+  (eval "$ac_link") 2>conftest.er1
 
34179
   ac_status=$?
 
34180
   grep -v '^ *+' conftest.er1 >conftest.err
 
34181
   rm -f conftest.er1
 
34182
   cat conftest.err >&5
 
34183
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
34184
-  (exit $ac_status); } &&
 
34185
-        { ac_try='test -z "$ac_c_werror_flag"
 
34186
-                        || test ! -s conftest.err'
 
34187
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
34188
-  (eval $ac_try) 2>&5
 
34189
-  ac_status=$?
 
34190
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
34191
-  (exit $ac_status); }; } &&
 
34192
-        { ac_try='test -s conftest$ac_exeext'
 
34193
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
34194
-  (eval $ac_try) 2>&5
 
34195
-  ac_status=$?
 
34196
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
34197
-  (exit $ac_status); }; }; then
 
34198
+  (exit $ac_status); } && {
 
34199
+        test -z "$ac_c_werror_flag" ||
 
34200
+        test ! -s conftest.err
 
34201
+       } && test -s conftest$ac_exeext &&
 
34202
+       $as_test_x conftest$ac_exeext; then
 
34203
   eval "ac_cv_lib_jpeg_normal=-ljpeg"
 
34204
 else
 
34205
   echo "$as_me: failed program was:" >&5
 
34206
 sed 's/^/| /' conftest.$ac_ext >&5
 
34207
 
 
34208
-eval "ac_cv_lib_jpeg_normal=no"
 
34209
+       eval "ac_cv_lib_jpeg_normal=no"
 
34210
 fi
 
34211
-rm -f conftest.err conftest.$ac_objext \
 
34212
+
 
34213
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
34214
       conftest$ac_exeext conftest.$ac_ext
 
34215
 LIBS="$ac_save_LIBS"
 
34216
 CFLAGS="$ac_save_CFLAGS"
 
34217
@@ -29675,11 +30061,11 @@
 
34218
 
 
34219
 if eval "test ! \"`echo $ac_cv_lib_jpeg_normal`\" = no"; then
 
34220
   LIBJPEG="$ac_cv_lib_jpeg_normal"
 
34221
-  echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_normal" >&5
 
34222
-echo "${ECHO_T}$ac_cv_lib_jpeg_normal" >&6
 
34223
+  { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_normal" >&5
 
34224
+echo "${ECHO_T}$ac_cv_lib_jpeg_normal" >&6; }
 
34225
 else
 
34226
-  echo "$as_me:$LINENO: result: no" >&5
 
34227
-echo "${ECHO_T}no" >&6
 
34228
+  { echo "$as_me:$LINENO: result: no" >&5
 
34229
+echo "${ECHO_T}no" >&6; }
 
34230
 
 
34231
        LIBJPEG=
 
34232
 
 
34233
@@ -29699,7 +30085,7 @@
 
34234
 do
 
34235
   for j in jpeglib.h;
 
34236
   do
 
34237
-    echo "configure: 29702: $i/$j" >&5
 
34238
+    echo "configure: 30088: $i/$j" >&5
 
34239
     if test -r "$i/$j"; then
 
34240
       echo "taking that" >&5
 
34241
       jpeg_incdir=$i
 
34242
@@ -29746,14 +30132,14 @@
 
34243
 
 
34244
 
 
34245
 
 
34246
-   echo "$as_me:$LINENO: checking for perl" >&5
 
34247
-echo $ECHO_N "checking for perl... $ECHO_C" >&6
 
34248
+   { echo "$as_me:$LINENO: checking for perl" >&5
 
34249
+echo $ECHO_N "checking for perl... $ECHO_C" >&6; }
 
34250
    if test -n "$PERL"; then
 
34251
         kde_cv_path="$PERL";
 
34252
    else
 
34253
         kde_cache=`echo perl | sed 'y%./+-%__p_%'`
 
34254
 
 
34255
-        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
 
34256
+        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
34257
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
34258
 else
 
34259
 
 
34260
@@ -29796,8 +30182,8 @@
 
34261
    fi
 
34262
 
 
34263
    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
 
34264
-      echo "$as_me:$LINENO: result: not found" >&5
 
34265
-echo "${ECHO_T}not found" >&6
 
34266
+      { echo "$as_me:$LINENO: result: not found" >&5
 
34267
+echo "${ECHO_T}not found" >&6; }
 
34268
 
 
34269
                    { { echo "$as_me:$LINENO: error: No Perl found in your $PATH.
 
34270
 We need perl to generate some code." >&5
 
34271
@@ -29806,8 +30192,8 @@
 
34272
    { (exit 1); exit 1; }; }
 
34273
 
 
34274
    else
 
34275
-      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
34276
-echo "${ECHO_T}$kde_cv_path" >&6
 
34277
+      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
34278
+echo "${ECHO_T}$kde_cv_path" >&6; }
 
34279
       PERL=$kde_cv_path
 
34280
 
 
34281
    fi
 
34282
@@ -29821,10 +30207,9 @@
 
34283
 
 
34284
 
 
34285
 
 
34286
-# Check whether --enable-mt or --disable-mt was given.
 
34287
+# Check whether --enable-mt was given.
 
34288
 if test "${enable_mt+set}" = set; then
 
34289
-  enableval="$enable_mt"
 
34290
-  kde_use_qt_mt=$enableval
 
34291
+  enableval=$enable_mt; kde_use_qt_mt=$enableval
 
34292
 else
 
34293
 
 
34294
     if test $kde_qtver = 3; then
 
34295
@@ -29834,7 +30219,8 @@
 
34296
     fi
 
34297
 
 
34298
 
 
34299
-fi;
 
34300
+fi
 
34301
+
 
34302
 
 
34303
 USING_QT_MT=""
 
34304
 
 
34305
@@ -29854,13 +30240,13 @@
 
34306
   else
 
34307
     kde_check_threading_default=yes
 
34308
   fi
 
34309
-  # Check whether --enable-threading or --disable-threading was given.
 
34310
+  # Check whether --enable-threading was given.
 
34311
 if test "${enable_threading+set}" = set; then
 
34312
-  enableval="$enable_threading"
 
34313
-  kde_use_threading=$enableval
 
34314
+  enableval=$enable_threading; kde_use_threading=$enableval
 
34315
 else
 
34316
   kde_use_threading=$kde_check_threading_default
 
34317
-fi;
 
34318
+fi
 
34319
+
 
34320
   if test "x$kde_use_threading" = "xyes"; then
 
34321
 
 
34322
 cat >>confdefs.h <<\_ACEOF
 
34323
@@ -29932,8 +30318,8 @@
 
34324
   LIBQT="$LIBQT $LIBDL"
 
34325
 fi
 
34326
 
 
34327
-echo "$as_me:$LINENO: checking for Qt" >&5
 
34328
-echo $ECHO_N "checking for Qt... $ECHO_C" >&6
 
34329
+{ echo "$as_me:$LINENO: checking for Qt" >&5
 
34330
+echo $ECHO_N "checking for Qt... $ECHO_C" >&6; }
 
34331
 
 
34332
 if test "x$kde_use_qt_emb" != "xyes" && test "x$kde_use_qt_mac" != "xyes"; then
 
34333
 LIBQT="$LIBQT $X_PRE_LIBS -lXext -lX11 $LIBSM $LIBSOCKET"
 
34334
@@ -29942,34 +30328,34 @@
 
34335
 qt_libraries=""
 
34336
 qt_includes=""
 
34337
 
 
34338
-# Check whether --with-qt-dir or --without-qt-dir was given.
 
34339
+# Check whether --with-qt-dir was given.
 
34340
 if test "${with_qt_dir+set}" = set; then
 
34341
-  withval="$with_qt_dir"
 
34342
-    ac_qt_includes="$withval"/include
 
34343
+  withval=$with_qt_dir;   ac_qt_includes="$withval"/include
 
34344
        ac_qt_libraries="$withval"/lib${kdelibsuff}
 
34345
        ac_qt_bindir="$withval"/bin
 
34346
 
 
34347
-fi;
 
34348
+fi
 
34349
+
 
34350
 
 
34351
 
 
34352
-# Check whether --with-qt-includes or --without-qt-includes was given.
 
34353
+# Check whether --with-qt-includes was given.
 
34354
 if test "${with_qt_includes+set}" = set; then
 
34355
-  withval="$with_qt_includes"
 
34356
-
 
34357
+  withval=$with_qt_includes;
 
34358
        ac_qt_includes="$withval"
 
34359
 
 
34360
-fi;
 
34361
+fi
 
34362
+
 
34363
 
 
34364
 kde_qt_libs_given=no
 
34365
 
 
34366
 
 
34367
-# Check whether --with-qt-libraries or --without-qt-libraries was given.
 
34368
+# Check whether --with-qt-libraries was given.
 
34369
 if test "${with_qt_libraries+set}" = set; then
 
34370
-  withval="$with_qt_libraries"
 
34371
-    ac_qt_libraries="$withval"
 
34372
+  withval=$with_qt_libraries;   ac_qt_libraries="$withval"
 
34373
        kde_qt_libs_given=yes
 
34374
 
 
34375
-fi;
 
34376
+fi
 
34377
+
 
34378
 
 
34379
 if test "${ac_cv_have_qt+set}" = set; then
 
34380
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
34381
@@ -29997,7 +30383,7 @@
 
34382
 do
 
34383
   for j in $kde_qt_header;
 
34384
   do
 
34385
-    echo "configure: 30000: $i/$j" >&5
 
34386
+    echo "configure: 30386: $i/$j" >&5
 
34387
     if test -r "$i/$j"; then
 
34388
       echo "taking that" >&5
 
34389
       qt_incdir=$i
 
34390
@@ -30034,8 +30420,7 @@
 
34391
 ac_qt_libraries="$qt_libdir"
 
34392
 
 
34393
 
 
34394
-
 
34395
- ac_ext=cc
 
34396
+ ac_ext=cpp
 
34397
 ac_cpp='$CXXCPP $CPPFLAGS'
 
34398
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
34399
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
34400
@@ -30172,13 +30557,13 @@
 
34401
 eval "$ac_cv_have_qt"
 
34402
 
 
34403
 if test "$have_qt" != yes; then
 
34404
-  echo "$as_me:$LINENO: result: $have_qt" >&5
 
34405
-echo "${ECHO_T}$have_qt" >&6;
 
34406
+  { echo "$as_me:$LINENO: result: $have_qt" >&5
 
34407
+echo "${ECHO_T}$have_qt" >&6; };
 
34408
 else
 
34409
   ac_cv_have_qt="have_qt=yes \
 
34410
     ac_qt_includes=$ac_qt_includes ac_qt_libraries=$ac_qt_libraries"
 
34411
-  echo "$as_me:$LINENO: result: libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&5
 
34412
-echo "${ECHO_T}libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&6
 
34413
+  { echo "$as_me:$LINENO: result: libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&5
 
34414
+echo "${ECHO_T}libraries $ac_qt_libraries, headers $ac_qt_includes $USING_QT_MT" >&6; }
 
34415
 
 
34416
   qt_libraries="$ac_qt_libraries"
 
34417
   qt_includes="$ac_qt_includes"
 
34418
@@ -30187,15 +30572,14 @@
 
34419
 if test ! "$kde_qt_libs_given" = "yes" && test ! "$kde_qtver" = 3; then
 
34420
 
 
34421
 
 
34422
-echo "$as_me:$LINENO: checking if Qt compiles without flags" >&5
 
34423
-echo $ECHO_N "checking if Qt compiles without flags... $ECHO_C" >&6
 
34424
+{ echo "$as_me:$LINENO: checking if Qt compiles without flags" >&5
 
34425
+echo $ECHO_N "checking if Qt compiles without flags... $ECHO_C" >&6; }
 
34426
 if test "${kde_cv_qt_direct+set}" = set; then
 
34427
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
34428
 else
 
34429
 
 
34430
 
 
34431
-
 
34432
- ac_ext=cc
 
34433
+ ac_ext=cpp
 
34434
 ac_cpp='$CXXCPP $CPPFLAGS'
 
34435
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
34436
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
34437
@@ -30316,12 +30700,12 @@
 
34438
 
 
34439
 
 
34440
 if test "$kde_cv_qt_direct" = "yes"; then
 
34441
-  echo "$as_me:$LINENO: result: yes" >&5
 
34442
-echo "${ECHO_T}yes" >&6
 
34443
+  { echo "$as_me:$LINENO: result: yes" >&5
 
34444
+echo "${ECHO_T}yes" >&6; }
 
34445
   qt_libraries=
 
34446
 else
 
34447
-  echo "$as_me:$LINENO: result: no" >&5
 
34448
-echo "${ECHO_T}no" >&6
 
34449
+  { echo "$as_me:$LINENO: result: no" >&5
 
34450
+echo "${ECHO_T}no" >&6; }
 
34451
 
 
34452
 fi
 
34453
 
 
34454
@@ -30359,14 +30743,14 @@
 
34455
    fi
 
34456
 
 
34457
 
 
34458
-   echo "$as_me:$LINENO: checking for moc" >&5
 
34459
-echo $ECHO_N "checking for moc... $ECHO_C" >&6
 
34460
+   { echo "$as_me:$LINENO: checking for moc" >&5
 
34461
+echo $ECHO_N "checking for moc... $ECHO_C" >&6; }
 
34462
    if test -n "$MOC"; then
 
34463
         kde_cv_path="$MOC";
 
34464
    else
 
34465
         kde_cache=`echo moc | sed 'y%./+-%__p_%'`
 
34466
 
 
34467
-        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
 
34468
+        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
34469
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
34470
 else
 
34471
 
 
34472
@@ -30409,8 +30793,8 @@
 
34473
    fi
 
34474
 
 
34475
    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
 
34476
-      echo "$as_me:$LINENO: result: not found" >&5
 
34477
-echo "${ECHO_T}not found" >&6
 
34478
+      { echo "$as_me:$LINENO: result: not found" >&5
 
34479
+echo "${ECHO_T}not found" >&6; }
 
34480
 
 
34481
     { { echo "$as_me:$LINENO: error: No Qt meta object compiler (moc) found!
 
34482
 Please check whether you installed Qt correctly.
 
34483
@@ -30431,22 +30815,22 @@
 
34484
    { (exit 1); exit 1; }; }
 
34485
 
 
34486
    else
 
34487
-      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
34488
-echo "${ECHO_T}$kde_cv_path" >&6
 
34489
+      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
34490
+echo "${ECHO_T}$kde_cv_path" >&6; }
 
34491
       MOC=$kde_cv_path
 
34492
 
 
34493
    fi
 
34494
 
 
34495
    if test -z "$UIC_NOT_NEEDED"; then
 
34496
 
 
34497
-   echo "$as_me:$LINENO: checking for uic" >&5
 
34498
-echo $ECHO_N "checking for uic... $ECHO_C" >&6
 
34499
+   { echo "$as_me:$LINENO: checking for uic" >&5
 
34500
+echo $ECHO_N "checking for uic... $ECHO_C" >&6; }
 
34501
    if test -n "$UIC_PATH"; then
 
34502
         kde_cv_path="$UIC_PATH";
 
34503
    else
 
34504
         kde_cache=`echo uic | sed 'y%./+-%__p_%'`
 
34505
 
 
34506
-        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
 
34507
+        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
34508
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
34509
 else
 
34510
 
 
34511
@@ -30489,12 +30873,12 @@
 
34512
    fi
 
34513
 
 
34514
    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
 
34515
-      echo "$as_me:$LINENO: result: not found" >&5
 
34516
-echo "${ECHO_T}not found" >&6
 
34517
+      { echo "$as_me:$LINENO: result: not found" >&5
 
34518
+echo "${ECHO_T}not found" >&6; }
 
34519
       UIC_PATH=""
 
34520
    else
 
34521
-      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
34522
-echo "${ECHO_T}$kde_cv_path" >&6
 
34523
+      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
34524
+echo "${ECHO_T}$kde_cv_path" >&6; }
 
34525
       UIC_PATH=$kde_cv_path
 
34526
 
 
34527
    fi
 
34528
@@ -30524,10 +30908,10 @@
 
34529
 
 
34530
        if test $kde_qtver = 3; then
 
34531
 
 
34532
-    echo "$as_me:$LINENO: checking whether uic supports -L " >&5
 
34533
-echo $ECHO_N "checking whether uic supports -L ... $ECHO_C" >&6
 
34534
+    { echo "$as_me:$LINENO: checking whether uic supports -L " >&5
 
34535
+echo $ECHO_N "checking whether uic supports -L ... $ECHO_C" >&6; }
 
34536
     kde_cache=`echo L | sed 'y% .=/+-%____p_%'`
 
34537
-    if eval "test \"\${kde_cv_prog_uic_$kde_cache+set}\" = set"; then
 
34538
+    if { as_var=kde_cv_prog_uic_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
34539
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
34540
 else
 
34541
 
 
34542
@@ -30550,22 +30934,22 @@
 
34543
 
 
34544
 
 
34545
     if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
 
34546
-        echo "$as_me:$LINENO: result: yes" >&5
 
34547
-echo "${ECHO_T}yes" >&6
 
34548
+        { echo "$as_me:$LINENO: result: yes" >&5
 
34549
+echo "${ECHO_T}yes" >&6; }
 
34550
         :
 
34551
         ac_uic_supports_libpath=yes
 
34552
     else
 
34553
-        echo "$as_me:$LINENO: result: no" >&5
 
34554
-echo "${ECHO_T}no" >&6
 
34555
+        { echo "$as_me:$LINENO: result: no" >&5
 
34556
+echo "${ECHO_T}no" >&6; }
 
34557
         :
 
34558
         ac_uic_supports_libpath=no
 
34559
     fi
 
34560
 
 
34561
 
 
34562
-    echo "$as_me:$LINENO: checking whether uic supports -nounload " >&5
 
34563
-echo $ECHO_N "checking whether uic supports -nounload ... $ECHO_C" >&6
 
34564
+    { echo "$as_me:$LINENO: checking whether uic supports -nounload " >&5
 
34565
+echo $ECHO_N "checking whether uic supports -nounload ... $ECHO_C" >&6; }
 
34566
     kde_cache=`echo nounload | sed 'y% .=/+-%____p_%'`
 
34567
-    if eval "test \"\${kde_cv_prog_uic_$kde_cache+set}\" = set"; then
 
34568
+    if { as_var=kde_cv_prog_uic_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
34569
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
34570
 else
 
34571
 
 
34572
@@ -30588,13 +30972,13 @@
 
34573
 
 
34574
 
 
34575
     if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
 
34576
-        echo "$as_me:$LINENO: result: yes" >&5
 
34577
-echo "${ECHO_T}yes" >&6
 
34578
+        { echo "$as_me:$LINENO: result: yes" >&5
 
34579
+echo "${ECHO_T}yes" >&6; }
 
34580
         :
 
34581
         ac_uic_supports_nounload=yes
 
34582
     else
 
34583
-        echo "$as_me:$LINENO: result: no" >&5
 
34584
-echo "${ECHO_T}no" >&6
 
34585
+        { echo "$as_me:$LINENO: result: no" >&5
 
34586
+echo "${ECHO_T}no" >&6; }
 
34587
         :
 
34588
         ac_uic_supports_nounload=no
 
34589
     fi
 
34590
@@ -30625,15 +31009,14 @@
 
34591
 
 
34592
 
 
34593
 if test -n "$LIBJPEG"; then
 
34594
-echo "$as_me:$LINENO: checking if Qt needs $LIBJPEG" >&5
 
34595
-echo $ECHO_N "checking if Qt needs $LIBJPEG... $ECHO_C" >&6
 
34596
+{ echo "$as_me:$LINENO: checking if Qt needs $LIBJPEG" >&5
 
34597
+echo $ECHO_N "checking if Qt needs $LIBJPEG... $ECHO_C" >&6; }
 
34598
 if test "${kde_cv_qt_jpeg+set}" = set; then
 
34599
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
34600
 else
 
34601
 
 
34602
 
 
34603
-
 
34604
- ac_ext=cc
 
34605
+ ac_ext=cpp
 
34606
 ac_cpp='$CXXCPP $CPPFLAGS'
 
34607
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
34608
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
34609
@@ -30666,35 +31049,32 @@
 
34610
 }
 
34611
 _ACEOF
 
34612
 rm -f conftest.$ac_objext conftest$ac_exeext
 
34613
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
34614
-  (eval $ac_link) 2>conftest.er1
 
34615
+if { (ac_try="$ac_link"
 
34616
+case "(($ac_try" in
 
34617
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
34618
+  *) ac_try_echo=$ac_try;;
 
34619
+esac
 
34620
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
34621
+  (eval "$ac_link") 2>conftest.er1
 
34622
   ac_status=$?
 
34623
   grep -v '^ *+' conftest.er1 >conftest.err
 
34624
   rm -f conftest.er1
 
34625
   cat conftest.err >&5
 
34626
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
34627
-  (exit $ac_status); } &&
 
34628
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
34629
-                        || test ! -s conftest.err'
 
34630
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
34631
-  (eval $ac_try) 2>&5
 
34632
-  ac_status=$?
 
34633
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
34634
-  (exit $ac_status); }; } &&
 
34635
-        { ac_try='test -s conftest$ac_exeext'
 
34636
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
34637
-  (eval $ac_try) 2>&5
 
34638
-  ac_status=$?
 
34639
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
34640
-  (exit $ac_status); }; }; then
 
34641
+  (exit $ac_status); } && {
 
34642
+        test -z "$ac_cxx_werror_flag" ||
 
34643
+        test ! -s conftest.err
 
34644
+       } && test -s conftest$ac_exeext &&
 
34645
+       $as_test_x conftest$ac_exeext; then
 
34646
   eval "kde_cv_qt_jpeg=no"
 
34647
 else
 
34648
   echo "$as_me: failed program was:" >&5
 
34649
 sed 's/^/| /' conftest.$ac_ext >&5
 
34650
 
 
34651
-eval "kde_cv_qt_jpeg=yes"
 
34652
+       eval "kde_cv_qt_jpeg=yes"
 
34653
 fi
 
34654
-rm -f conftest.err conftest.$ac_objext \
 
34655
+
 
34656
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
34657
       conftest$ac_exeext conftest.$ac_ext
 
34658
 LIBS="$ac_save_LIBS"
 
34659
 CXXFLAGS="$ac_save_CXXFLAGS"
 
34660
@@ -30710,12 +31090,12 @@
 
34661
 
 
34662
 
 
34663
 if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then
 
34664
-  echo "$as_me:$LINENO: result: yes" >&5
 
34665
-echo "${ECHO_T}yes" >&6
 
34666
+  { echo "$as_me:$LINENO: result: yes" >&5
 
34667
+echo "${ECHO_T}yes" >&6; }
 
34668
   LIBJPEG_QT='$(LIBJPEG)'
 
34669
 else
 
34670
-  echo "$as_me:$LINENO: result: no" >&5
 
34671
-echo "${ECHO_T}no" >&6
 
34672
+  { echo "$as_me:$LINENO: result: no" >&5
 
34673
+echo "${ECHO_T}no" >&6; }
 
34674
   LIBJPEG_QT=
 
34675
 fi
 
34676
 
 
34677
@@ -30746,15 +31126,15 @@
 
34678
 
 
34679
 
 
34680
 
 
34681
-echo "$as_me:$LINENO: checking for rpath" >&5
 
34682
-echo $ECHO_N "checking for rpath... $ECHO_C" >&6
 
34683
-# Check whether --enable-rpath or --disable-rpath was given.
 
34684
+{ echo "$as_me:$LINENO: checking for rpath" >&5
 
34685
+echo $ECHO_N "checking for rpath... $ECHO_C" >&6; }
 
34686
+# Check whether --enable-rpath was given.
 
34687
 if test "${enable_rpath+set}" = set; then
 
34688
-  enableval="$enable_rpath"
 
34689
-  USE_RPATH=$enableval
 
34690
+  enableval=$enable_rpath; USE_RPATH=$enableval
 
34691
 else
 
34692
   USE_RPATH=yes
 
34693
-fi;
 
34694
+fi
 
34695
+
 
34696
 
 
34697
 if test -z "$KDE_RPATH" && test "$USE_RPATH" = "yes"; then
 
34698
 
 
34699
@@ -30778,11 +31158,11 @@
 
34700
 
 
34701
 
 
34702
 
 
34703
-echo "$as_me:$LINENO: result: $USE_RPATH" >&5
 
34704
-echo "${ECHO_T}$USE_RPATH" >&6
 
34705
+{ echo "$as_me:$LINENO: result: $USE_RPATH" >&5
 
34706
+echo "${ECHO_T}$USE_RPATH" >&6; }
 
34707
 
 
34708
-echo "$as_me:$LINENO: checking for KDE" >&5
 
34709
-echo $ECHO_N "checking for KDE... $ECHO_C" >&6
 
34710
+{ echo "$as_me:$LINENO: checking for KDE" >&5
 
34711
+echo $ECHO_N "checking for KDE... $ECHO_C" >&6; }
 
34712
 
 
34713
 if test "${prefix}" != NONE; then
 
34714
   kde_includes=${includedir}
 
34715
@@ -30834,7 +31214,7 @@
 
34716
 do
 
34717
   for j in $kde_check_header;
 
34718
   do
 
34719
-    echo "configure: 30837: $i/$j" >&5
 
34720
+    echo "configure: 31217: $i/$j" >&5
 
34721
     if test -r "$i/$j"; then
 
34722
       echo "taking that" >&5
 
34723
       kde_incdir=$i
 
34724
@@ -30864,7 +31244,7 @@
 
34725
 do
 
34726
   for j in $kde_check_lib;
 
34727
   do
 
34728
-    echo "configure: 30867: $i/$j" >&5
 
34729
+    echo "configure: 31247: $i/$j" >&5
 
34730
     if test -r "$i/$j"; then
 
34731
       echo "taking that" >&5
 
34732
       kde_libdir=$i
 
34733
@@ -30882,7 +31262,7 @@
 
34734
 do
 
34735
   for j in "kde3/plugins/designer/kdewidgets.la";
 
34736
   do
 
34737
-    echo "configure: 30885: $i/$j" >&5
 
34738
+    echo "configure: 31265: $i/$j" >&5
 
34739
     if test -r "$i/$j"; then
 
34740
       echo "taking that" >&5
 
34741
       kde_widgetdir=$i
 
34742
@@ -30941,12 +31321,12 @@
 
34743
  fi
 
34744
  if test "$exec_prefix" = NONE; then
 
34745
   ac_kde_exec_prefix="$ac_kde_prefix"
 
34746
-  echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix" >&5
 
34747
-echo "${ECHO_T}will be installed in $ac_kde_prefix" >&6
 
34748
+  { echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix" >&5
 
34749
+echo "${ECHO_T}will be installed in $ac_kde_prefix" >&6; }
 
34750
  else
 
34751
   ac_kde_exec_prefix="$exec_prefix"
 
34752
-  echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&5
 
34753
-echo "${ECHO_T}will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&6
 
34754
+  { echo "$as_me:$LINENO: result: will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&5
 
34755
+echo "${ECHO_T}will be installed in $ac_kde_prefix and $ac_kde_exec_prefix" >&6; }
 
34756
  fi
 
34757
 
 
34758
  kde_libraries="${libdir}"
 
34759
@@ -30955,8 +31335,8 @@
 
34760
 else
 
34761
   ac_cv_have_kde="have_kde=yes \
 
34762
     ac_kde_includes=$ac_kde_includes ac_kde_libraries=$ac_kde_libraries"
 
34763
-  echo "$as_me:$LINENO: result: libraries $ac_kde_libraries, headers $ac_kde_includes" >&5
 
34764
-echo "${ECHO_T}libraries $ac_kde_libraries, headers $ac_kde_includes" >&6
 
34765
+  { echo "$as_me:$LINENO: result: libraries $ac_kde_libraries, headers $ac_kde_includes" >&5
 
34766
+echo "${ECHO_T}libraries $ac_kde_libraries, headers $ac_kde_includes" >&6; }
 
34767
 
 
34768
   kde_libraries="$ac_kde_libraries"
 
34769
   kde_includes="$ac_kde_includes"
 
34770
@@ -30994,8 +31374,8 @@
 
34771
 
 
34772
 if test x$ac_uic_supports_libpath = xyes; then
 
34773
 
 
34774
-echo "$as_me:$LINENO: checking if UIC has KDE plugins available" >&5
 
34775
-echo $ECHO_N "checking if UIC has KDE plugins available... $ECHO_C" >&6
 
34776
+{ echo "$as_me:$LINENO: checking if UIC has KDE plugins available" >&5
 
34777
+echo $ECHO_N "checking if UIC has KDE plugins available... $ECHO_C" >&6; }
 
34778
 if test "${kde_cv_uic_plugins+set}" = set; then
 
34779
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
34780
 else
 
34781
@@ -31038,8 +31418,8 @@
 
34782
 fi
 
34783
 
 
34784
 
 
34785
-echo "$as_me:$LINENO: result: $kde_cv_uic_plugins" >&5
 
34786
-echo "${ECHO_T}$kde_cv_uic_plugins" >&6
 
34787
+{ echo "$as_me:$LINENO: result: $kde_cv_uic_plugins" >&5
 
34788
+echo "${ECHO_T}$kde_cv_uic_plugins" >&6; }
 
34789
 if test "$kde_cv_uic_plugins" != yes; then
 
34790
        { { echo "$as_me:$LINENO: error:
 
34791
 you need to install kdelibs first.
 
34792
@@ -31071,10 +31451,9 @@
 
34793
 
 
34794
 
 
34795
 
 
34796
-  # Check whether --enable-path-check or --disable-path-check was given.
 
34797
+  # Check whether --enable-path-check was given.
 
34798
 if test "${enable_path_check+set}" = set; then
 
34799
-  enableval="$enable_path_check"
 
34800
-
 
34801
+  enableval=$enable_path_check;
 
34802
   if test "$enableval" = "no";
 
34803
     then ac_use_path_checking="default"
 
34804
     else ac_use_path_checking=""
 
34805
@@ -31088,13 +31467,14 @@
 
34806
   fi
 
34807
 
 
34808
 
 
34809
-fi;
 
34810
+fi
 
34811
+
 
34812
 
 
34813
 
 
34814
 
 
34815
 
 
34816
-echo "$as_me:$LINENO: checking for KDE paths" >&5
 
34817
-echo $ECHO_N "checking for KDE paths... $ECHO_C" >&6
 
34818
+{ echo "$as_me:$LINENO: checking for KDE paths" >&5
 
34819
+echo $ECHO_N "checking for KDE paths... $ECHO_C" >&6; }
 
34820
 kde_result=""
 
34821
 kde_cached_paths=yes
 
34822
 if test "${kde_cv_all_paths+set}" = set; then
 
34823
@@ -31205,15 +31585,14 @@
 
34824
 else
 
34825
 
 
34826
   if test $kde_qtver = 1; then
 
34827
-     echo "$as_me:$LINENO: result: compiling" >&5
 
34828
-echo "${ECHO_T}compiling" >&6
 
34829
+     { echo "$as_me:$LINENO: result: compiling" >&5
 
34830
+echo "${ECHO_T}compiling" >&6; }
 
34831
 
 
34832
 
 
34833
-    echo "$as_me:$LINENO: checking for KDE headers installed" >&5
 
34834
-echo $ECHO_N "checking for KDE headers installed... $ECHO_C" >&6
 
34835
+    { echo "$as_me:$LINENO: checking for KDE headers installed" >&5
 
34836
+echo $ECHO_N "checking for KDE headers installed... $ECHO_C" >&6; }
 
34837
 
 
34838
-
 
34839
-     ac_ext=cc
 
34840
+     ac_ext=cpp
 
34841
 ac_cpp='$CXXCPP $CPPFLAGS'
 
34842
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
34843
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
34844
@@ -31265,8 +31644,8 @@
 
34845
   ac_status=$?
 
34846
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
34847
   (exit $ac_status); }; then
 
34848
-   echo "$as_me:$LINENO: result: yes" >&5
 
34849
-echo "${ECHO_T}yes" >&6
 
34850
+   { echo "$as_me:$LINENO: result: yes" >&5
 
34851
+echo "${ECHO_T}yes" >&6; }
 
34852
  else
 
34853
    { { echo "$as_me:$LINENO: error: your system is not able to compile a small KDE application!
 
34854
 Check, if you installed the KDE header files correctly.
 
34855
@@ -31305,8 +31684,8 @@
 
34856
      KDE_TEST_RPATH="$KDE_TEST_RPATH $KDE_EXTRA_RPATH"
 
34857
   fi
 
34858
 
 
34859
-echo "$as_me:$LINENO: checking for KDE libraries installed" >&5
 
34860
-echo $ECHO_N "checking for KDE libraries installed... $ECHO_C" >&6
 
34861
+{ echo "$as_me:$LINENO: checking for KDE libraries installed" >&5
 
34862
+echo $ECHO_N "checking for KDE libraries installed... $ECHO_C" >&6; }
 
34863
 ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -lkdecore $LIBQT $KDE_TEST_RPATH 1>&5'
 
34864
 
 
34865
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
34866
@@ -31314,8 +31693,8 @@
 
34867
   ac_status=$?
 
34868
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
34869
   (exit $ac_status); } && test -s conftest; then
 
34870
-  echo "$as_me:$LINENO: result: yes" >&5
 
34871
-echo "${ECHO_T}yes" >&6
 
34872
+  { echo "$as_me:$LINENO: result: yes" >&5
 
34873
+echo "${ECHO_T}yes" >&6; }
 
34874
 else
 
34875
   { { echo "$as_me:$LINENO: error: your system fails at linking a small KDE application!
 
34876
 Check, if your compiler is installed correctly and if you have used the
 
34877
@@ -31508,15 +31887,14 @@
 
34878
 else
 
34879
 
 
34880
   if test $kde_qtver = 1; then
 
34881
-     echo "$as_me:$LINENO: result: compiling" >&5
 
34882
-echo "${ECHO_T}compiling" >&6
 
34883
-
 
34884
+     { echo "$as_me:$LINENO: result: compiling" >&5
 
34885
+echo "${ECHO_T}compiling" >&6; }
 
34886
 
 
34887
-    echo "$as_me:$LINENO: checking for KDE headers installed" >&5
 
34888
-echo $ECHO_N "checking for KDE headers installed... $ECHO_C" >&6
 
34889
 
 
34890
+    { echo "$as_me:$LINENO: checking for KDE headers installed" >&5
 
34891
+echo $ECHO_N "checking for KDE headers installed... $ECHO_C" >&6; }
 
34892
 
 
34893
-     ac_ext=cc
 
34894
+     ac_ext=cpp
 
34895
 ac_cpp='$CXXCPP $CPPFLAGS'
 
34896
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
34897
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
34898
@@ -31568,8 +31946,8 @@
 
34899
   ac_status=$?
 
34900
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
34901
   (exit $ac_status); }; then
 
34902
-   echo "$as_me:$LINENO: result: yes" >&5
 
34903
-echo "${ECHO_T}yes" >&6
 
34904
+   { echo "$as_me:$LINENO: result: yes" >&5
 
34905
+echo "${ECHO_T}yes" >&6; }
 
34906
  else
 
34907
    { { echo "$as_me:$LINENO: error: your system is not able to compile a small KDE application!
 
34908
 Check, if you installed the KDE header files correctly.
 
34909
@@ -31608,8 +31986,8 @@
 
34910
      KDE_TEST_RPATH="$KDE_TEST_RPATH $KDE_EXTRA_RPATH"
 
34911
   fi
 
34912
 
 
34913
-echo "$as_me:$LINENO: checking for KDE libraries installed" >&5
 
34914
-echo $ECHO_N "checking for KDE libraries installed... $ECHO_C" >&6
 
34915
+{ echo "$as_me:$LINENO: checking for KDE libraries installed" >&5
 
34916
+echo $ECHO_N "checking for KDE libraries installed... $ECHO_C" >&6; }
 
34917
 ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -lkdecore $LIBQT $KDE_TEST_RPATH 1>&5'
 
34918
 
 
34919
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
34920
@@ -31617,8 +31995,8 @@
 
34921
   ac_status=$?
 
34922
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
34923
   (exit $ac_status); } && test -s conftest; then
 
34924
-  echo "$as_me:$LINENO: result: yes" >&5
 
34925
-echo "${ECHO_T}yes" >&6
 
34926
+  { echo "$as_me:$LINENO: result: yes" >&5
 
34927
+echo "${ECHO_T}yes" >&6; }
 
34928
 else
 
34929
   { { echo "$as_me:$LINENO: error: your system fails at linking a small KDE application!
 
34930
 Check, if your compiler is installed correctly and if you have used the
 
34931
@@ -31710,22 +32088,22 @@
 
34932
    { (exit 1); exit 1; }; }
 
34933
 else
 
34934
   rm -f conftest*
 
34935
-  echo "$as_me:$LINENO: result: $kde_result" >&5
 
34936
-echo "${ECHO_T}$kde_result" >&6
 
34937
+  { echo "$as_me:$LINENO: result: $kde_result" >&5
 
34938
+echo "${ECHO_T}$kde_result" >&6; }
 
34939
 fi
 
34940
 
 
34941
 bindir=$kde_bindir
 
34942
 
 
34943
 
 
34944
 
 
34945
-# Check whether --with-arts or --without-arts was given.
 
34946
+# Check whether --with-arts was given.
 
34947
 if test "${with_arts+set}" = set; then
 
34948
-  withval="$with_arts"
 
34949
-  build_arts=$withval
 
34950
+  withval=$with_arts; build_arts=$withval
 
34951
 else
 
34952
   build_arts=yes
 
34953
 
 
34954
-fi;
 
34955
+fi
 
34956
+
 
34957
 
 
34958
 
 
34959
 if test "$build_arts" '!=' "no"; then
 
34960
@@ -31758,14 +32136,14 @@
 
34961
 
 
34962
         kde_default_bindirs="$exec_prefix/bin $prefix/bin $kde_libs_prefix/bin $kde_default_bindirs"
 
34963
 
 
34964
-   echo "$as_me:$LINENO: checking for dcopidl" >&5
 
34965
-echo $ECHO_N "checking for dcopidl... $ECHO_C" >&6
 
34966
+   { echo "$as_me:$LINENO: checking for dcopidl" >&5
 
34967
+echo $ECHO_N "checking for dcopidl... $ECHO_C" >&6; }
 
34968
    if test -n "$DCOPIDL"; then
 
34969
         kde_cv_path="$DCOPIDL";
 
34970
    else
 
34971
         kde_cache=`echo dcopidl | sed 'y%./+-%__p_%'`
 
34972
 
 
34973
-        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
 
34974
+        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
34975
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
34976
 else
 
34977
 
 
34978
@@ -31808,8 +32186,8 @@
 
34979
    fi
 
34980
 
 
34981
    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
 
34982
-      echo "$as_me:$LINENO: result: not found" >&5
 
34983
-echo "${ECHO_T}not found" >&6
 
34984
+      { echo "$as_me:$LINENO: result: not found" >&5
 
34985
+echo "${ECHO_T}not found" >&6; }
 
34986
 
 
34987
     { { echo "$as_me:$LINENO: error: The important program dcopidl was not found!
 
34988
 Please check whether you installed KDE correctly.
 
34989
@@ -31820,21 +32198,21 @@
 
34990
    { (exit 1); exit 1; }; }
 
34991
 
 
34992
    else
 
34993
-      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
34994
-echo "${ECHO_T}$kde_cv_path" >&6
 
34995
+      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
34996
+echo "${ECHO_T}$kde_cv_path" >&6; }
 
34997
       DCOPIDL=$kde_cv_path
 
34998
 
 
34999
    fi
 
35000
 
 
35001
 
 
35002
-   echo "$as_me:$LINENO: checking for dcopidl2cpp" >&5
 
35003
-echo $ECHO_N "checking for dcopidl2cpp... $ECHO_C" >&6
 
35004
+   { echo "$as_me:$LINENO: checking for dcopidl2cpp" >&5
 
35005
+echo $ECHO_N "checking for dcopidl2cpp... $ECHO_C" >&6; }
 
35006
    if test -n "$DCOPIDL2CPP"; then
 
35007
         kde_cv_path="$DCOPIDL2CPP";
 
35008
    else
 
35009
         kde_cache=`echo dcopidl2cpp | sed 'y%./+-%__p_%'`
 
35010
 
 
35011
-        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
 
35012
+        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
35013
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
35014
 else
 
35015
 
 
35016
@@ -31877,8 +32255,8 @@
 
35017
    fi
 
35018
 
 
35019
    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
 
35020
-      echo "$as_me:$LINENO: result: not found" >&5
 
35021
-echo "${ECHO_T}not found" >&6
 
35022
+      { echo "$as_me:$LINENO: result: not found" >&5
 
35023
+echo "${ECHO_T}not found" >&6; }
 
35024
 
 
35025
     { { echo "$as_me:$LINENO: error: The important program dcopidl2cpp was not found!
 
35026
 Please check whether you installed KDE correctly.
 
35027
@@ -31889,22 +32267,22 @@
 
35028
    { (exit 1); exit 1; }; }
 
35029
 
 
35030
    else
 
35031
-      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
35032
-echo "${ECHO_T}$kde_cv_path" >&6
 
35033
+      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
35034
+echo "${ECHO_T}$kde_cv_path" >&6; }
 
35035
       DCOPIDL2CPP=$kde_cv_path
 
35036
 
 
35037
    fi
 
35038
 
 
35039
         if test "$build_arts" '!=' "no"; then
 
35040
 
 
35041
-   echo "$as_me:$LINENO: checking for mcopidl" >&5
 
35042
-echo $ECHO_N "checking for mcopidl... $ECHO_C" >&6
 
35043
+   { echo "$as_me:$LINENO: checking for mcopidl" >&5
 
35044
+echo $ECHO_N "checking for mcopidl... $ECHO_C" >&6; }
 
35045
    if test -n "$MCOPIDL"; then
 
35046
         kde_cv_path="$MCOPIDL";
 
35047
    else
 
35048
         kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'`
 
35049
 
 
35050
-        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
 
35051
+        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
35052
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
35053
 else
 
35054
 
 
35055
@@ -31947,8 +32325,8 @@
 
35056
    fi
 
35057
 
 
35058
    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
 
35059
-      echo "$as_me:$LINENO: result: not found" >&5
 
35060
-echo "${ECHO_T}not found" >&6
 
35061
+      { echo "$as_me:$LINENO: result: not found" >&5
 
35062
+echo "${ECHO_T}not found" >&6; }
 
35063
 
 
35064
     { { echo "$as_me:$LINENO: error: The important program mcopidl was not found!
 
35065
 Please check whether you installed aRts correctly or use
 
35066
@@ -31961,21 +32339,21 @@
 
35067
    { (exit 1); exit 1; }; }
 
35068
 
 
35069
    else
 
35070
-      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
35071
-echo "${ECHO_T}$kde_cv_path" >&6
 
35072
+      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
35073
+echo "${ECHO_T}$kde_cv_path" >&6; }
 
35074
       MCOPIDL=$kde_cv_path
 
35075
 
 
35076
    fi
 
35077
 
 
35078
 
 
35079
-   echo "$as_me:$LINENO: checking for artsc-config" >&5
 
35080
-echo $ECHO_N "checking for artsc-config... $ECHO_C" >&6
 
35081
+   { echo "$as_me:$LINENO: checking for artsc-config" >&5
 
35082
+echo $ECHO_N "checking for artsc-config... $ECHO_C" >&6; }
 
35083
    if test -n "$ARTSCCONFIG"; then
 
35084
         kde_cv_path="$ARTSCCONFIG";
 
35085
    else
 
35086
         kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'`
 
35087
 
 
35088
-        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
 
35089
+        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
35090
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
35091
 else
 
35092
 
 
35093
@@ -32018,8 +32396,8 @@
 
35094
    fi
 
35095
 
 
35096
    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
 
35097
-      echo "$as_me:$LINENO: result: not found" >&5
 
35098
-echo "${ECHO_T}not found" >&6
 
35099
+      { echo "$as_me:$LINENO: result: not found" >&5
 
35100
+echo "${ECHO_T}not found" >&6; }
 
35101
 
 
35102
     { { echo "$as_me:$LINENO: error: The important program artsc-config was not found!
 
35103
 Please check whether you installed aRts correctly or use
 
35104
@@ -32032,22 +32410,22 @@
 
35105
    { (exit 1); exit 1; }; }
 
35106
 
 
35107
    else
 
35108
-      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
35109
-echo "${ECHO_T}$kde_cv_path" >&6
 
35110
+      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
35111
+echo "${ECHO_T}$kde_cv_path" >&6; }
 
35112
       ARTSCCONFIG=$kde_cv_path
 
35113
 
 
35114
    fi
 
35115
 
 
35116
         fi
 
35117
 
 
35118
-   echo "$as_me:$LINENO: checking for meinproc" >&5
 
35119
-echo $ECHO_N "checking for meinproc... $ECHO_C" >&6
 
35120
+   { echo "$as_me:$LINENO: checking for meinproc" >&5
 
35121
+echo $ECHO_N "checking for meinproc... $ECHO_C" >&6; }
 
35122
    if test -n "$MEINPROC"; then
 
35123
         kde_cv_path="$MEINPROC";
 
35124
    else
 
35125
         kde_cache=`echo meinproc | sed 'y%./+-%__p_%'`
 
35126
 
 
35127
-        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
 
35128
+        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
35129
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
35130
 else
 
35131
 
 
35132
@@ -32090,12 +32468,12 @@
 
35133
    fi
 
35134
 
 
35135
    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
 
35136
-      echo "$as_me:$LINENO: result: not found" >&5
 
35137
-echo "${ECHO_T}not found" >&6
 
35138
+      { echo "$as_me:$LINENO: result: not found" >&5
 
35139
+echo "${ECHO_T}not found" >&6; }
 
35140
 
 
35141
    else
 
35142
-      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
35143
-echo "${ECHO_T}$kde_cv_path" >&6
 
35144
+      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
35145
+echo "${ECHO_T}$kde_cv_path" >&6; }
 
35146
       MEINPROC=$kde_cv_path
 
35147
 
 
35148
    fi
 
35149
@@ -32124,14 +32502,14 @@
 
35150
 
 
35151
         if test -n "$kde32ornewer"; then
 
35152
 
 
35153
-   echo "$as_me:$LINENO: checking for kconfig_compiler" >&5
 
35154
-echo $ECHO_N "checking for kconfig_compiler... $ECHO_C" >&6
 
35155
+   { echo "$as_me:$LINENO: checking for kconfig_compiler" >&5
 
35156
+echo $ECHO_N "checking for kconfig_compiler... $ECHO_C" >&6; }
 
35157
    if test -n "$KCONFIG_COMPILER"; then
 
35158
         kde_cv_path="$KCONFIG_COMPILER";
 
35159
    else
 
35160
         kde_cache=`echo kconfig_compiler | sed 'y%./+-%__p_%'`
 
35161
 
 
35162
-        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
 
35163
+        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
35164
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
35165
 else
 
35166
 
 
35167
@@ -32174,8 +32552,8 @@
 
35168
    fi
 
35169
 
 
35170
    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
 
35171
-      echo "$as_me:$LINENO: result: not found" >&5
 
35172
-echo "${ECHO_T}not found" >&6
 
35173
+      { echo "$as_me:$LINENO: result: not found" >&5
 
35174
+echo "${ECHO_T}not found" >&6; }
 
35175
 
 
35176
     { { echo "$as_me:$LINENO: error: The important program kconfig_compiler was not found!
 
35177
 Please check whether you installed KDE correctly.
 
35178
@@ -32186,21 +32564,21 @@
 
35179
    { (exit 1); exit 1; }; }
 
35180
 
 
35181
    else
 
35182
-      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
35183
-echo "${ECHO_T}$kde_cv_path" >&6
 
35184
+      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
35185
+echo "${ECHO_T}$kde_cv_path" >&6; }
 
35186
       KCONFIG_COMPILER=$kde_cv_path
 
35187
 
 
35188
    fi
 
35189
 
 
35190
 
 
35191
-   echo "$as_me:$LINENO: checking for dcopidlng" >&5
 
35192
-echo $ECHO_N "checking for dcopidlng... $ECHO_C" >&6
 
35193
+   { echo "$as_me:$LINENO: checking for dcopidlng" >&5
 
35194
+echo $ECHO_N "checking for dcopidlng... $ECHO_C" >&6; }
 
35195
    if test -n "$DCOPIDLNG"; then
 
35196
         kde_cv_path="$DCOPIDLNG";
 
35197
    else
 
35198
         kde_cache=`echo dcopidlng | sed 'y%./+-%__p_%'`
 
35199
 
 
35200
-        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
 
35201
+        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
35202
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
35203
 else
 
35204
 
 
35205
@@ -32243,8 +32621,8 @@
 
35206
    fi
 
35207
 
 
35208
    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
 
35209
-      echo "$as_me:$LINENO: result: not found" >&5
 
35210
-echo "${ECHO_T}not found" >&6
 
35211
+      { echo "$as_me:$LINENO: result: not found" >&5
 
35212
+echo "${ECHO_T}not found" >&6; }
 
35213
 
 
35214
     { { echo "$as_me:$LINENO: error: The important program dcopidlng was not found!
 
35215
 Please check whether you installed KDE correctly.
 
35216
@@ -32255,8 +32633,8 @@
 
35217
    { (exit 1); exit 1; }; }
 
35218
 
 
35219
    else
 
35220
-      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
35221
-echo "${ECHO_T}$kde_cv_path" >&6
 
35222
+      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
35223
+echo "${ECHO_T}$kde_cv_path" >&6; }
 
35224
       DCOPIDLNG=$kde_cv_path
 
35225
 
 
35226
    fi
 
35227
@@ -32264,14 +32642,14 @@
 
35228
         fi
 
35229
         if test -n "$kde33ornewer"; then
 
35230
 
 
35231
-   echo "$as_me:$LINENO: checking for makekdewidgets" >&5
 
35232
-echo $ECHO_N "checking for makekdewidgets... $ECHO_C" >&6
 
35233
+   { echo "$as_me:$LINENO: checking for makekdewidgets" >&5
 
35234
+echo $ECHO_N "checking for makekdewidgets... $ECHO_C" >&6; }
 
35235
    if test -n "$MAKEKDEWIDGETS"; then
 
35236
         kde_cv_path="$MAKEKDEWIDGETS";
 
35237
    else
 
35238
         kde_cache=`echo makekdewidgets | sed 'y%./+-%__p_%'`
 
35239
 
 
35240
-        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
 
35241
+        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
35242
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
35243
 else
 
35244
 
 
35245
@@ -32314,8 +32692,8 @@
 
35246
    fi
 
35247
 
 
35248
    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
 
35249
-      echo "$as_me:$LINENO: result: not found" >&5
 
35250
-echo "${ECHO_T}not found" >&6
 
35251
+      { echo "$as_me:$LINENO: result: not found" >&5
 
35252
+echo "${ECHO_T}not found" >&6; }
 
35253
 
 
35254
     { { echo "$as_me:$LINENO: error: The important program makekdewidgets was not found!
 
35255
 Please check whether you installed KDE correctly.
 
35256
@@ -32326,8 +32704,8 @@
 
35257
    { (exit 1); exit 1; }; }
 
35258
 
 
35259
    else
 
35260
-      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
35261
-echo "${ECHO_T}$kde_cv_path" >&6
 
35262
+      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
35263
+echo "${ECHO_T}$kde_cv_path" >&6; }
 
35264
       MAKEKDEWIDGETS=$kde_cv_path
 
35265
 
 
35266
    fi
 
35267
@@ -32335,14 +32713,14 @@
 
35268
 
 
35269
         fi
 
35270
 
 
35271
-   echo "$as_me:$LINENO: checking for xmllint" >&5
 
35272
-echo $ECHO_N "checking for xmllint... $ECHO_C" >&6
 
35273
+   { echo "$as_me:$LINENO: checking for xmllint" >&5
 
35274
+echo $ECHO_N "checking for xmllint... $ECHO_C" >&6; }
 
35275
    if test -n "$XMLLINT"; then
 
35276
         kde_cv_path="$XMLLINT";
 
35277
    else
 
35278
         kde_cache=`echo xmllint | sed 'y%./+-%__p_%'`
 
35279
 
 
35280
-        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
 
35281
+        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
35282
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
35283
 else
 
35284
 
 
35285
@@ -32385,12 +32763,12 @@
 
35286
    fi
 
35287
 
 
35288
    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
 
35289
-      echo "$as_me:$LINENO: result: not found" >&5
 
35290
-echo "${ECHO_T}not found" >&6
 
35291
+      { echo "$as_me:$LINENO: result: not found" >&5
 
35292
+echo "${ECHO_T}not found" >&6; }
 
35293
       XMLLINT=""
 
35294
    else
 
35295
-      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
35296
-echo "${ECHO_T}$kde_cv_path" >&6
 
35297
+      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
35298
+echo "${ECHO_T}$kde_cv_path" >&6; }
 
35299
       XMLLINT=$kde_cv_path
 
35300
 
 
35301
    fi
 
35302
@@ -32405,7 +32783,7 @@
 
35303
 do
 
35304
   for j in apps/ksgmltools2/customization/kde-chunk.xsl;
 
35305
   do
 
35306
-    echo "configure: 32408: $i/$j" >&5
 
35307
+    echo "configure: 32786: $i/$j" >&5
 
35308
     if test -r "$i/$j"; then
 
35309
       echo "taking that" >&5
 
35310
       KDE_XSL_STYLESHEET=$i
 
35311
@@ -32575,8 +32953,8 @@
 
35312
 fi
 
35313
 
 
35314
 
 
35315
-echo "$as_me:$LINENO: checking for Qt docs" >&5
 
35316
-echo $ECHO_N "checking for Qt docs... $ECHO_C" >&6
 
35317
+{ echo "$as_me:$LINENO: checking for Qt docs" >&5
 
35318
+echo $ECHO_N "checking for Qt docs... $ECHO_C" >&6; }
 
35319
 kde_qtdir=
 
35320
 if test "${with_qt_dir+set}" = set; then
 
35321
   kde_qtdir="$with_qt_dir"
 
35322
@@ -32588,7 +32966,7 @@
 
35323
 do
 
35324
   for j in qsql.html;
 
35325
   do
 
35326
-    echo "configure: 32591: $i/$j" >&5
 
35327
+    echo "configure: 32969: $i/$j" >&5
 
35328
     if test -r "$i/$j"; then
 
35329
       echo "taking that" >&5
 
35330
       QTDOCDIR=$i
 
35331
@@ -32597,20 +32975,20 @@
 
35332
   done
 
35333
 done
 
35334
 
 
35335
-echo "$as_me:$LINENO: result: $QTDOCDIR" >&5
 
35336
-echo "${ECHO_T}$QTDOCDIR" >&6
 
35337
+{ echo "$as_me:$LINENO: result: $QTDOCDIR" >&5
 
35338
+echo "${ECHO_T}$QTDOCDIR" >&6; }
 
35339
 
 
35340
 
 
35341
 
 
35342
 
 
35343
-   echo "$as_me:$LINENO: checking for dot" >&5
 
35344
-echo $ECHO_N "checking for dot... $ECHO_C" >&6
 
35345
+   { echo "$as_me:$LINENO: checking for dot" >&5
 
35346
+echo $ECHO_N "checking for dot... $ECHO_C" >&6; }
 
35347
    if test -n "$DOT"; then
 
35348
         kde_cv_path="$DOT";
 
35349
    else
 
35350
         kde_cache=`echo dot | sed 'y%./+-%__p_%'`
 
35351
 
 
35352
-        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
 
35353
+        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
35354
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
35355
 else
 
35356
 
 
35357
@@ -32653,12 +33031,12 @@
 
35358
    fi
 
35359
 
 
35360
    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
 
35361
-      echo "$as_me:$LINENO: result: not found" >&5
 
35362
-echo "${ECHO_T}not found" >&6
 
35363
+      { echo "$as_me:$LINENO: result: not found" >&5
 
35364
+echo "${ECHO_T}not found" >&6; }
 
35365
 
 
35366
    else
 
35367
-      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
35368
-echo "${ECHO_T}$kde_cv_path" >&6
 
35369
+      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
35370
+echo "${ECHO_T}$kde_cv_path" >&6; }
 
35371
       DOT=$kde_cv_path
 
35372
 
 
35373
    fi
 
35374
@@ -32670,14 +33048,14 @@
 
35375
 fi
 
35376
 
 
35377
 
 
35378
-   echo "$as_me:$LINENO: checking for doxygen" >&5
 
35379
-echo $ECHO_N "checking for doxygen... $ECHO_C" >&6
 
35380
+   { echo "$as_me:$LINENO: checking for doxygen" >&5
 
35381
+echo $ECHO_N "checking for doxygen... $ECHO_C" >&6; }
 
35382
    if test -n "$DOXYGEN"; then
 
35383
         kde_cv_path="$DOXYGEN";
 
35384
    else
 
35385
         kde_cache=`echo doxygen | sed 'y%./+-%__p_%'`
 
35386
 
 
35387
-        if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
 
35388
+        if { as_var=kde_cv_path_$kde_cache; eval "test \"\${$as_var+set}\" = set"; }; then
 
35389
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
35390
 else
 
35391
 
 
35392
@@ -32720,12 +33098,12 @@
 
35393
    fi
 
35394
 
 
35395
    if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
 
35396
-      echo "$as_me:$LINENO: result: not found" >&5
 
35397
-echo "${ECHO_T}not found" >&6
 
35398
+      { echo "$as_me:$LINENO: result: not found" >&5
 
35399
+echo "${ECHO_T}not found" >&6; }
 
35400
 
 
35401
    else
 
35402
-      echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
35403
-echo "${ECHO_T}$kde_cv_path" >&6
 
35404
+      { echo "$as_me:$LINENO: result: $kde_cv_path" >&5
 
35405
+echo "${ECHO_T}$kde_cv_path" >&6; }
 
35406
       DOXYGEN=$kde_cv_path
 
35407
 
 
35408
    fi
 
35409
@@ -32751,8 +33129,7 @@
 
35410
    kde_safe_cppflags=$CPPFLAGS
 
35411
    CPPFLAGS="$CPPFLAGS $all_includes"
 
35412
 
 
35413
-
 
35414
-    ac_ext=cc
 
35415
+    ac_ext=cpp
 
35416
 ac_cpp='$CXXCPP $CPPFLAGS'
 
35417
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
35418
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
35419
@@ -32762,17 +33139,17 @@
 
35420
 
 
35421
 
 
35422
    if test "${ac_cv_header_knotifyclient_h+set}" = set; then
 
35423
-  echo "$as_me:$LINENO: checking for knotifyclient.h" >&5
 
35424
-echo $ECHO_N "checking for knotifyclient.h... $ECHO_C" >&6
 
35425
+  { echo "$as_me:$LINENO: checking for knotifyclient.h" >&5
 
35426
+echo $ECHO_N "checking for knotifyclient.h... $ECHO_C" >&6; }
 
35427
 if test "${ac_cv_header_knotifyclient_h+set}" = set; then
 
35428
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
35429
 fi
 
35430
-echo "$as_me:$LINENO: result: $ac_cv_header_knotifyclient_h" >&5
 
35431
-echo "${ECHO_T}$ac_cv_header_knotifyclient_h" >&6
 
35432
+{ echo "$as_me:$LINENO: result: $ac_cv_header_knotifyclient_h" >&5
 
35433
+echo "${ECHO_T}$ac_cv_header_knotifyclient_h" >&6; }
 
35434
 else
 
35435
   # Is the header compilable?
 
35436
-echo "$as_me:$LINENO: checking knotifyclient.h usability" >&5
 
35437
-echo $ECHO_N "checking knotifyclient.h usability... $ECHO_C" >&6
 
35438
+{ echo "$as_me:$LINENO: checking knotifyclient.h usability" >&5
 
35439
+echo $ECHO_N "checking knotifyclient.h usability... $ECHO_C" >&6; }
 
35440
 cat >conftest.$ac_ext <<_ACEOF
 
35441
 /* confdefs.h.  */
 
35442
 _ACEOF
 
35443
@@ -32783,41 +33160,37 @@
 
35444
 #include <knotifyclient.h>
 
35445
 _ACEOF
 
35446
 rm -f conftest.$ac_objext
 
35447
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
35448
-  (eval $ac_compile) 2>conftest.er1
 
35449
+if { (ac_try="$ac_compile"
 
35450
+case "(($ac_try" in
 
35451
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
35452
+  *) ac_try_echo=$ac_try;;
 
35453
+esac
 
35454
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
35455
+  (eval "$ac_compile") 2>conftest.er1
 
35456
   ac_status=$?
 
35457
   grep -v '^ *+' conftest.er1 >conftest.err
 
35458
   rm -f conftest.er1
 
35459
   cat conftest.err >&5
 
35460
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
35461
-  (exit $ac_status); } &&
 
35462
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
35463
-                        || test ! -s conftest.err'
 
35464
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
35465
-  (eval $ac_try) 2>&5
 
35466
-  ac_status=$?
 
35467
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
35468
-  (exit $ac_status); }; } &&
 
35469
-        { ac_try='test -s conftest.$ac_objext'
 
35470
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
35471
-  (eval $ac_try) 2>&5
 
35472
-  ac_status=$?
 
35473
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
35474
-  (exit $ac_status); }; }; then
 
35475
+  (exit $ac_status); } && {
 
35476
+        test -z "$ac_cxx_werror_flag" ||
 
35477
+        test ! -s conftest.err
 
35478
+       } && test -s conftest.$ac_objext; then
 
35479
   ac_header_compiler=yes
 
35480
 else
 
35481
   echo "$as_me: failed program was:" >&5
 
35482
 sed 's/^/| /' conftest.$ac_ext >&5
 
35483
 
 
35484
-ac_header_compiler=no
 
35485
+       ac_header_compiler=no
 
35486
 fi
 
35487
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
35488
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
35489
-echo "${ECHO_T}$ac_header_compiler" >&6
 
35490
+
 
35491
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
35492
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
35493
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
35494
 
 
35495
 # Is the header present?
 
35496
-echo "$as_me:$LINENO: checking knotifyclient.h presence" >&5
 
35497
-echo $ECHO_N "checking knotifyclient.h presence... $ECHO_C" >&6
 
35498
+{ echo "$as_me:$LINENO: checking knotifyclient.h presence" >&5
 
35499
+echo $ECHO_N "checking knotifyclient.h presence... $ECHO_C" >&6; }
 
35500
 cat >conftest.$ac_ext <<_ACEOF
 
35501
 /* confdefs.h.  */
 
35502
 _ACEOF
 
35503
@@ -32826,24 +33199,22 @@
 
35504
 /* end confdefs.h.  */
 
35505
 #include <knotifyclient.h>
 
35506
 _ACEOF
 
35507
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
35508
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
35509
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
35510
+case "(($ac_try" in
 
35511
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
35512
+  *) ac_try_echo=$ac_try;;
 
35513
+esac
 
35514
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
35515
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
35516
   ac_status=$?
 
35517
   grep -v '^ *+' conftest.er1 >conftest.err
 
35518
   rm -f conftest.er1
 
35519
   cat conftest.err >&5
 
35520
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
35521
-  (exit $ac_status); } >/dev/null; then
 
35522
-  if test -s conftest.err; then
 
35523
-    ac_cpp_err=$ac_cxx_preproc_warn_flag
 
35524
-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
 
35525
-  else
 
35526
-    ac_cpp_err=
 
35527
-  fi
 
35528
-else
 
35529
-  ac_cpp_err=yes
 
35530
-fi
 
35531
-if test -z "$ac_cpp_err"; then
 
35532
+  (exit $ac_status); } >/dev/null && {
 
35533
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
35534
+        test ! -s conftest.err
 
35535
+       }; then
 
35536
   ac_header_preproc=yes
 
35537
 else
 
35538
   echo "$as_me: failed program was:" >&5
 
35539
@@ -32851,9 +33222,10 @@
 
35540
 
 
35541
   ac_header_preproc=no
 
35542
 fi
 
35543
+
 
35544
 rm -f conftest.err conftest.$ac_ext
 
35545
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
35546
-echo "${ECHO_T}$ac_header_preproc" >&6
 
35547
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
35548
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
35549
 
 
35550
 # So?  What about this header?
 
35551
 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
 
35552
@@ -32877,25 +33249,18 @@
 
35553
 echo "$as_me: WARNING: knotifyclient.h: proceeding with the preprocessor's result" >&2;}
 
35554
     { echo "$as_me:$LINENO: WARNING: knotifyclient.h: in the future, the compiler will take precedence" >&5
 
35555
 echo "$as_me: WARNING: knotifyclient.h: in the future, the compiler will take precedence" >&2;}
 
35556
-    (
 
35557
-      cat <<\_ASBOX
 
35558
-## ------------------------------------------ ##
 
35559
-## Report this to the AC_PACKAGE_NAME lists.  ##
 
35560
-## ------------------------------------------ ##
 
35561
-_ASBOX
 
35562
-    ) |
 
35563
-      sed "s/^/$as_me: WARNING:     /" >&2
 
35564
+
 
35565
     ;;
 
35566
 esac
 
35567
-echo "$as_me:$LINENO: checking for knotifyclient.h" >&5
 
35568
-echo $ECHO_N "checking for knotifyclient.h... $ECHO_C" >&6
 
35569
+{ echo "$as_me:$LINENO: checking for knotifyclient.h" >&5
 
35570
+echo $ECHO_N "checking for knotifyclient.h... $ECHO_C" >&6; }
 
35571
 if test "${ac_cv_header_knotifyclient_h+set}" = set; then
 
35572
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
35573
 else
 
35574
   ac_cv_header_knotifyclient_h=$ac_header_preproc
 
35575
 fi
 
35576
-echo "$as_me:$LINENO: result: $ac_cv_header_knotifyclient_h" >&5
 
35577
-echo "${ECHO_T}$ac_cv_header_knotifyclient_h" >&6
 
35578
+{ echo "$as_me:$LINENO: result: $ac_cv_header_knotifyclient_h" >&5
 
35579
+echo "${ECHO_T}$ac_cv_header_knotifyclient_h" >&6; }
 
35580
 
 
35581
 fi
 
35582
 if test $ac_cv_header_knotifyclient_h = yes; then
 
35583
@@ -32923,8 +33288,7 @@
 
35584
    kde_safe_cppflags=$CPPFLAGS
 
35585
    CPPFLAGS="$CPPFLAGS $all_includes"
 
35586
 
 
35587
-
 
35588
-    ac_ext=cc
 
35589
+    ac_ext=cpp
 
35590
 ac_cpp='$CXXCPP $CPPFLAGS'
 
35591
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
35592
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
35593
@@ -32934,17 +33298,17 @@
 
35594
 
 
35595
 
 
35596
    if test "${ac_cv_header_kimiface_h+set}" = set; then
 
35597
-  echo "$as_me:$LINENO: checking for kimiface.h" >&5
 
35598
-echo $ECHO_N "checking for kimiface.h... $ECHO_C" >&6
 
35599
+  { echo "$as_me:$LINENO: checking for kimiface.h" >&5
 
35600
+echo $ECHO_N "checking for kimiface.h... $ECHO_C" >&6; }
 
35601
 if test "${ac_cv_header_kimiface_h+set}" = set; then
 
35602
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
35603
 fi
 
35604
-echo "$as_me:$LINENO: result: $ac_cv_header_kimiface_h" >&5
 
35605
-echo "${ECHO_T}$ac_cv_header_kimiface_h" >&6
 
35606
+{ echo "$as_me:$LINENO: result: $ac_cv_header_kimiface_h" >&5
 
35607
+echo "${ECHO_T}$ac_cv_header_kimiface_h" >&6; }
 
35608
 else
 
35609
   # Is the header compilable?
 
35610
-echo "$as_me:$LINENO: checking kimiface.h usability" >&5
 
35611
-echo $ECHO_N "checking kimiface.h usability... $ECHO_C" >&6
 
35612
+{ echo "$as_me:$LINENO: checking kimiface.h usability" >&5
 
35613
+echo $ECHO_N "checking kimiface.h usability... $ECHO_C" >&6; }
 
35614
 cat >conftest.$ac_ext <<_ACEOF
 
35615
 /* confdefs.h.  */
 
35616
 _ACEOF
 
35617
@@ -32955,41 +33319,37 @@
 
35618
 #include <kimiface.h>
 
35619
 _ACEOF
 
35620
 rm -f conftest.$ac_objext
 
35621
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
35622
-  (eval $ac_compile) 2>conftest.er1
 
35623
+if { (ac_try="$ac_compile"
 
35624
+case "(($ac_try" in
 
35625
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
35626
+  *) ac_try_echo=$ac_try;;
 
35627
+esac
 
35628
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
35629
+  (eval "$ac_compile") 2>conftest.er1
 
35630
   ac_status=$?
 
35631
   grep -v '^ *+' conftest.er1 >conftest.err
 
35632
   rm -f conftest.er1
 
35633
   cat conftest.err >&5
 
35634
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
35635
-  (exit $ac_status); } &&
 
35636
-        { ac_try='test -z "$ac_cxx_werror_flag"
 
35637
-                        || test ! -s conftest.err'
 
35638
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
35639
-  (eval $ac_try) 2>&5
 
35640
-  ac_status=$?
 
35641
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
35642
-  (exit $ac_status); }; } &&
 
35643
-        { ac_try='test -s conftest.$ac_objext'
 
35644
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
 
35645
-  (eval $ac_try) 2>&5
 
35646
-  ac_status=$?
 
35647
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
35648
-  (exit $ac_status); }; }; then
 
35649
+  (exit $ac_status); } && {
 
35650
+        test -z "$ac_cxx_werror_flag" ||
 
35651
+        test ! -s conftest.err
 
35652
+       } && test -s conftest.$ac_objext; then
 
35653
   ac_header_compiler=yes
 
35654
 else
 
35655
   echo "$as_me: failed program was:" >&5
 
35656
 sed 's/^/| /' conftest.$ac_ext >&5
 
35657
 
 
35658
-ac_header_compiler=no
 
35659
+       ac_header_compiler=no
 
35660
 fi
 
35661
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
35662
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
35663
-echo "${ECHO_T}$ac_header_compiler" >&6
 
35664
+
 
35665
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
35666
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
35667
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
35668
 
 
35669
 # Is the header present?
 
35670
-echo "$as_me:$LINENO: checking kimiface.h presence" >&5
 
35671
-echo $ECHO_N "checking kimiface.h presence... $ECHO_C" >&6
 
35672
+{ echo "$as_me:$LINENO: checking kimiface.h presence" >&5
 
35673
+echo $ECHO_N "checking kimiface.h presence... $ECHO_C" >&6; }
 
35674
 cat >conftest.$ac_ext <<_ACEOF
 
35675
 /* confdefs.h.  */
 
35676
 _ACEOF
 
35677
@@ -32998,24 +33358,22 @@
 
35678
 /* end confdefs.h.  */
 
35679
 #include <kimiface.h>
 
35680
 _ACEOF
 
35681
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
35682
-  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
35683
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
35684
+case "(($ac_try" in
 
35685
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
35686
+  *) ac_try_echo=$ac_try;;
 
35687
+esac
 
35688
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
35689
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
35690
   ac_status=$?
 
35691
   grep -v '^ *+' conftest.er1 >conftest.err
 
35692
   rm -f conftest.er1
 
35693
   cat conftest.err >&5
 
35694
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
35695
-  (exit $ac_status); } >/dev/null; then
 
35696
-  if test -s conftest.err; then
 
35697
-    ac_cpp_err=$ac_cxx_preproc_warn_flag
 
35698
-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
 
35699
-  else
 
35700
-    ac_cpp_err=
 
35701
-  fi
 
35702
-else
 
35703
-  ac_cpp_err=yes
 
35704
-fi
 
35705
-if test -z "$ac_cpp_err"; then
 
35706
+  (exit $ac_status); } >/dev/null && {
 
35707
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
35708
+        test ! -s conftest.err
 
35709
+       }; then
 
35710
   ac_header_preproc=yes
 
35711
 else
 
35712
   echo "$as_me: failed program was:" >&5
 
35713
@@ -33023,9 +33381,10 @@
 
35714
 
 
35715
   ac_header_preproc=no
 
35716
 fi
 
35717
+
 
35718
 rm -f conftest.err conftest.$ac_ext
 
35719
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
35720
-echo "${ECHO_T}$ac_header_preproc" >&6
 
35721
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
35722
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
35723
 
 
35724
 # So?  What about this header?
 
35725
 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
 
35726
@@ -33049,25 +33408,18 @@
 
35727
 echo "$as_me: WARNING: kimiface.h: proceeding with the preprocessor's result" >&2;}
 
35728
     { echo "$as_me:$LINENO: WARNING: kimiface.h: in the future, the compiler will take precedence" >&5
 
35729
 echo "$as_me: WARNING: kimiface.h: in the future, the compiler will take precedence" >&2;}
 
35730
-    (
 
35731
-      cat <<\_ASBOX
 
35732
-## ------------------------------------------ ##
 
35733
-## Report this to the AC_PACKAGE_NAME lists.  ##
 
35734
-## ------------------------------------------ ##
 
35735
-_ASBOX
 
35736
-    ) |
 
35737
-      sed "s/^/$as_me: WARNING:     /" >&2
 
35738
+
 
35739
     ;;
 
35740
 esac
 
35741
-echo "$as_me:$LINENO: checking for kimiface.h" >&5
 
35742
-echo $ECHO_N "checking for kimiface.h... $ECHO_C" >&6
 
35743
+{ echo "$as_me:$LINENO: checking for kimiface.h" >&5
 
35744
+echo $ECHO_N "checking for kimiface.h... $ECHO_C" >&6; }
 
35745
 if test "${ac_cv_header_kimiface_h+set}" = set; then
 
35746
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
35747
 else
 
35748
   ac_cv_header_kimiface_h=$ac_header_preproc
 
35749
 fi
 
35750
-echo "$as_me:$LINENO: result: $ac_cv_header_kimiface_h" >&5
 
35751
-echo "${ECHO_T}$ac_cv_header_kimiface_h" >&6
 
35752
+{ echo "$as_me:$LINENO: result: $ac_cv_header_kimiface_h" >&5
 
35753
+echo "${ECHO_T}$ac_cv_header_kimiface_h" >&6; }
 
35754
 
 
35755
 fi
 
35756
 if test $ac_cv_header_kimiface_h = yes; then
 
35757
@@ -33112,8 +33464,8 @@
 
35758
 fi
 
35759
 
 
35760
 for i in $ac_topsubdirs; do
 
35761
-  echo "$as_me:$LINENO: checking if $i should be compiled" >&5
 
35762
-echo $ECHO_N "checking if $i should be compiled... $ECHO_C" >&6
 
35763
+  { echo "$as_me:$LINENO: checking if $i should be compiled" >&5
 
35764
+echo $ECHO_N "checking if $i should be compiled... $ECHO_C" >&6; }
 
35765
   if test -d $srcdir/$i; then
 
35766
     install_it="yes"
 
35767
     for j in $DO_NOT_COMPILE; do
 
35768
@@ -33124,8 +33476,8 @@
 
35769
   else
 
35770
     install_it="no"
 
35771
   fi
 
35772
-  echo "$as_me:$LINENO: result: $install_it" >&5
 
35773
-echo "${ECHO_T}$install_it" >&6
 
35774
+  { echo "$as_me:$LINENO: result: $install_it" >&5
 
35775
+echo "${ECHO_T}$install_it" >&6; }
 
35776
   vari=`echo $i | sed -e 's,[-+.@],_,g'`
 
35777
   if test $install_it = "yes"; then
 
35778
     TOPSUBDIRS="$TOPSUBDIRS $i"
 
35779
@@ -33167,121 +33519,121 @@
 
35780
   po_SUBDIR_included_FALSE=
 
35781
 fi
 
35782
 
 
35783
-          ac_config_files="$ac_config_files Makefile"
 
35784
+ac_config_files="$ac_config_files Makefile"
 
35785
 
 
35786
-          ac_config_files="$ac_config_files doc/Makefile"
 
35787
+ac_config_files="$ac_config_files doc/Makefile"
 
35788
 
 
35789
-          ac_config_files="$ac_config_files doc/da/Makefile"
 
35790
+ac_config_files="$ac_config_files doc/da/Makefile"
 
35791
 
 
35792
-          ac_config_files="$ac_config_files doc/es/Makefile"
 
35793
+ac_config_files="$ac_config_files doc/es/Makefile"
 
35794
 
 
35795
-          ac_config_files="$ac_config_files doc/et/Makefile"
 
35796
+ac_config_files="$ac_config_files doc/et/Makefile"
 
35797
 
 
35798
-          ac_config_files="$ac_config_files doc/it/Makefile"
 
35799
+ac_config_files="$ac_config_files doc/it/Makefile"
 
35800
 
 
35801
-          ac_config_files="$ac_config_files doc/konversation/Makefile"
 
35802
+ac_config_files="$ac_config_files doc/konversation/Makefile"
 
35803
 
 
35804
-          ac_config_files="$ac_config_files doc/nl/Makefile"
 
35805
+ac_config_files="$ac_config_files doc/nl/Makefile"
 
35806
 
 
35807
-          ac_config_files="$ac_config_files doc/pt/Makefile"
 
35808
+ac_config_files="$ac_config_files doc/pt/Makefile"
 
35809
 
 
35810
-          ac_config_files="$ac_config_files doc/ru/Makefile"
 
35811
+ac_config_files="$ac_config_files doc/ru/Makefile"
 
35812
 
 
35813
-          ac_config_files="$ac_config_files doc/sv/Makefile"
 
35814
+ac_config_files="$ac_config_files doc/sv/Makefile"
 
35815
 
 
35816
-          ac_config_files="$ac_config_files konversation/Makefile"
 
35817
+ac_config_files="$ac_config_files konversation/Makefile"
 
35818
 
 
35819
-          ac_config_files="$ac_config_files konversation/images/Makefile"
 
35820
+ac_config_files="$ac_config_files konversation/images/Makefile"
 
35821
 
 
35822
-          ac_config_files="$ac_config_files konversation/images/icons/Makefile"
 
35823
+ac_config_files="$ac_config_files konversation/images/icons/Makefile"
 
35824
 
 
35825
-          ac_config_files="$ac_config_files konversation/images/nickicons/Makefile"
 
35826
+ac_config_files="$ac_config_files konversation/images/nickicons/Makefile"
 
35827
 
 
35828
-          ac_config_files="$ac_config_files konversation/images/nickicons/alternative/Makefile"
 
35829
+ac_config_files="$ac_config_files konversation/images/nickicons/alternative/Makefile"
 
35830
 
 
35831
-          ac_config_files="$ac_config_files konversation/images/nickicons/christmas/Makefile"
 
35832
+ac_config_files="$ac_config_files konversation/images/nickicons/christmas/Makefile"
 
35833
 
 
35834
-          ac_config_files="$ac_config_files konversation/images/nickicons/classic/Makefile"
 
35835
+ac_config_files="$ac_config_files konversation/images/nickicons/classic/Makefile"
 
35836
 
 
35837
-          ac_config_files="$ac_config_files konversation/images/nickicons/default/Makefile"
 
35838
+ac_config_files="$ac_config_files konversation/images/nickicons/default/Makefile"
 
35839
 
 
35840
-          ac_config_files="$ac_config_files konversation/images/nickicons/smiling/Makefile"
 
35841
+ac_config_files="$ac_config_files konversation/images/nickicons/smiling/Makefile"
 
35842
 
 
35843
-          ac_config_files="$ac_config_files konversation/images/nickicons/square/Makefile"
 
35844
+ac_config_files="$ac_config_files konversation/images/nickicons/square/Makefile"
 
35845
 
 
35846
-          ac_config_files="$ac_config_files konversation/scripts/Makefile"
 
35847
+ac_config_files="$ac_config_files konversation/scripts/Makefile"
 
35848
 
 
35849
-          ac_config_files="$ac_config_files konversation/src/Makefile"
 
35850
+ac_config_files="$ac_config_files konversation/src/Makefile"
 
35851
 
 
35852
-          ac_config_files="$ac_config_files konversation/src/blowfish/Makefile"
 
35853
+ac_config_files="$ac_config_files konversation/src/blowfish/Makefile"
 
35854
 
 
35855
-          ac_config_files="$ac_config_files konversation/src/config/Makefile"
 
35856
+ac_config_files="$ac_config_files konversation/src/config/Makefile"
 
35857
 
 
35858
-          ac_config_files="$ac_config_files konversation/src/linkaddressbook/Makefile"
 
35859
+ac_config_files="$ac_config_files konversation/src/linkaddressbook/Makefile"
 
35860
 
 
35861
-          ac_config_files="$ac_config_files po/Makefile"
 
35862
+ac_config_files="$ac_config_files po/Makefile"
 
35863
 
 
35864
-          ac_config_files="$ac_config_files po/ar/Makefile"
 
35865
+ac_config_files="$ac_config_files po/ar/Makefile"
 
35866
 
 
35867
-          ac_config_files="$ac_config_files po/bg/Makefile"
 
35868
+ac_config_files="$ac_config_files po/bg/Makefile"
 
35869
 
 
35870
-          ac_config_files="$ac_config_files po/ca/Makefile"
 
35871
+ac_config_files="$ac_config_files po/ca/Makefile"
 
35872
 
 
35873
-          ac_config_files="$ac_config_files po/cs/Makefile"
 
35874
+ac_config_files="$ac_config_files po/cs/Makefile"
 
35875
 
 
35876
-          ac_config_files="$ac_config_files po/da/Makefile"
 
35877
+ac_config_files="$ac_config_files po/da/Makefile"
 
35878
 
 
35879
-          ac_config_files="$ac_config_files po/de/Makefile"
 
35880
+ac_config_files="$ac_config_files po/de/Makefile"
 
35881
 
 
35882
-          ac_config_files="$ac_config_files po/el/Makefile"
 
35883
+ac_config_files="$ac_config_files po/el/Makefile"
 
35884
 
 
35885
-          ac_config_files="$ac_config_files po/en_GB/Makefile"
 
35886
+ac_config_files="$ac_config_files po/en_GB/Makefile"
 
35887
 
 
35888
-          ac_config_files="$ac_config_files po/es/Makefile"
 
35889
+ac_config_files="$ac_config_files po/es/Makefile"
 
35890
 
 
35891
-          ac_config_files="$ac_config_files po/et/Makefile"
 
35892
+ac_config_files="$ac_config_files po/et/Makefile"
 
35893
 
 
35894
-          ac_config_files="$ac_config_files po/fi/Makefile"
 
35895
+ac_config_files="$ac_config_files po/fi/Makefile"
 
35896
 
 
35897
-          ac_config_files="$ac_config_files po/fr/Makefile"
 
35898
+ac_config_files="$ac_config_files po/fr/Makefile"
 
35899
 
 
35900
-          ac_config_files="$ac_config_files po/gl/Makefile"
 
35901
+ac_config_files="$ac_config_files po/gl/Makefile"
 
35902
 
 
35903
-          ac_config_files="$ac_config_files po/he/Makefile"
 
35904
+ac_config_files="$ac_config_files po/he/Makefile"
 
35905
 
 
35906
-          ac_config_files="$ac_config_files po/hu/Makefile"
 
35907
+ac_config_files="$ac_config_files po/hu/Makefile"
 
35908
 
 
35909
-          ac_config_files="$ac_config_files po/it/Makefile"
 
35910
+ac_config_files="$ac_config_files po/it/Makefile"
 
35911
 
 
35912
-          ac_config_files="$ac_config_files po/ja/Makefile"
 
35913
+ac_config_files="$ac_config_files po/ja/Makefile"
 
35914
 
 
35915
-          ac_config_files="$ac_config_files po/ka/Makefile"
 
35916
+ac_config_files="$ac_config_files po/ka/Makefile"
 
35917
 
 
35918
-          ac_config_files="$ac_config_files po/ko/Makefile"
 
35919
+ac_config_files="$ac_config_files po/ko/Makefile"
 
35920
 
 
35921
-          ac_config_files="$ac_config_files po/lt/Makefile"
 
35922
+ac_config_files="$ac_config_files po/lt/Makefile"
 
35923
 
 
35924
-          ac_config_files="$ac_config_files po/nl/Makefile"
 
35925
+ac_config_files="$ac_config_files po/nl/Makefile"
 
35926
 
 
35927
-          ac_config_files="$ac_config_files po/pa/Makefile"
 
35928
+ac_config_files="$ac_config_files po/pa/Makefile"
 
35929
 
 
35930
-          ac_config_files="$ac_config_files po/pt/Makefile"
 
35931
+ac_config_files="$ac_config_files po/pt/Makefile"
 
35932
 
 
35933
-          ac_config_files="$ac_config_files po/pt_BR/Makefile"
 
35934
+ac_config_files="$ac_config_files po/pt_BR/Makefile"
 
35935
 
 
35936
-          ac_config_files="$ac_config_files po/ru/Makefile"
 
35937
+ac_config_files="$ac_config_files po/ru/Makefile"
 
35938
 
 
35939
-          ac_config_files="$ac_config_files po/sr/Makefile"
 
35940
+ac_config_files="$ac_config_files po/sr/Makefile"
 
35941
 
 
35942
-          ac_config_files="$ac_config_files po/sr@Latn/Makefile"
 
35943
+ac_config_files="$ac_config_files po/sr@Latn/Makefile"
 
35944
 
 
35945
-          ac_config_files="$ac_config_files po/sv/Makefile"
 
35946
+ac_config_files="$ac_config_files po/sv/Makefile"
 
35947
 
 
35948
-          ac_config_files="$ac_config_files po/ta/Makefile"
 
35949
+ac_config_files="$ac_config_files po/ta/Makefile"
 
35950
 
 
35951
-          ac_config_files="$ac_config_files po/tr/Makefile"
 
35952
+ac_config_files="$ac_config_files po/tr/Makefile"
 
35953
 
 
35954
-          ac_config_files="$ac_config_files po/zh_TW/Makefile"
 
35955
+ac_config_files="$ac_config_files po/zh_TW/Makefile"
 
35956
 
 
35957
 cat >confcache <<\_ACEOF
 
35958
 # This file is a shell script that caches the results of configure
 
35959
@@ -33301,39 +33653,58 @@
 
35960
 
 
35961
 # The following way of writing the cache mishandles newlines in values,
 
35962
 # but we know of no workaround that is simple, portable, and efficient.
 
35963
-# So, don't put newlines in cache variables' values.
 
35964
+# So, we kill variables containing newlines.
 
35965
 # Ultrix sh set writes to stderr and can't be redirected directly,
 
35966
 # and sets the high bit in the cache file unless we assign to the vars.
 
35967
-{
 
35968
+(
 
35969
+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
 
35970
+    eval ac_val=\$$ac_var
 
35971
+    case $ac_val in #(
 
35972
+    *${as_nl}*)
 
35973
+      case $ac_var in #(
 
35974
+      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 
35975
+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 
35976
+      esac
 
35977
+      case $ac_var in #(
 
35978
+      _ | IFS | as_nl) ;; #(
 
35979
+      *) $as_unset $ac_var ;;
 
35980
+      esac ;;
 
35981
+    esac
 
35982
+  done
 
35983
+
 
35984
   (set) 2>&1 |
 
35985
-    case `(ac_space=' '; set | grep ac_space) 2>&1` in
 
35986
-    *ac_space=\ *)
 
35987
+    case $as_nl`(ac_space=' '; set) 2>&1` in #(
 
35988
+    *${as_nl}ac_space=\ *)
 
35989
       # `set' does not quote correctly, so add quotes (double-quote
 
35990
       # substitution turns \\\\ into \\, and sed turns \\ into \).
 
35991
       sed -n \
 
35992
        "s/'/'\\\\''/g;
 
35993
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
 
35994
-      ;;
 
35995
+      ;; #(
 
35996
     *)
 
35997
       # `set' quotes correctly as required by POSIX, so do not add quotes.
 
35998
-      sed -n \
 
35999
-       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
 
36000
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 
36001
       ;;
 
36002
-    esac;
 
36003
-} |
 
36004
+    esac |
 
36005
+    sort
 
36006
+) |
 
36007
   sed '
 
36008
+     /^ac_cv_env_/b end
 
36009
      t clear
 
36010
-     : clear
 
36011
+     :clear
 
36012
      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
 
36013
      t end
 
36014
-     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 
36015
-     : end' >>confcache
 
36016
-if diff $cache_file confcache >/dev/null 2>&1; then :; else
 
36017
-  if test -w $cache_file; then
 
36018
-    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
 
36019
+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 
36020
+     :end' >>confcache
 
36021
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
 
36022
+  if test -w "$cache_file"; then
 
36023
+    test "x$cache_file" != "x/dev/null" &&
 
36024
+      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
 
36025
+echo "$as_me: updating cache $cache_file" >&6;}
 
36026
     cat confcache >$cache_file
 
36027
   else
 
36028
-    echo "not updating unwritable cache $cache_file"
 
36029
+    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
 
36030
+echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 
36031
   fi
 
36032
 fi
 
36033
 rm -f confcache
 
36034
@@ -33342,38 +33713,31 @@
 
36035
 # Let make expand exec_prefix.
 
36036
 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 
36037
 
 
36038
-# VPATH may cause trouble with some makes, so we remove $(srcdir),
 
36039
-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 
36040
-# trailing colons and then remove the whole line if VPATH becomes empty
 
36041
-# (actually we leave an empty line to preserve line numbers).
 
36042
-if test "x$srcdir" = x.; then
 
36043
-  ac_vpsub='/^[         ]*VPATH[        ]*=/{
 
36044
-s/:*\$(srcdir):*/:/;
 
36045
-s/:*\${srcdir}:*/:/;
 
36046
-s/:*@srcdir@:*/:/;
 
36047
-s/^\([^=]*=[    ]*\):*/\1/;
 
36048
-s/:*$//;
 
36049
-s/^[^=]*=[      ]*$//;
 
36050
-}'
 
36051
-fi
 
36052
-
 
36053
 DEFS=-DHAVE_CONFIG_H
 
36054
 
 
36055
 ac_libobjs=
 
36056
 ac_ltlibobjs=
 
36057
 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
 
36058
   # 1. Remove the extension, and $U if already installed.
 
36059
-  ac_i=`echo "$ac_i" |
 
36060
-        sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
 
36061
-  # 2. Add them.
 
36062
-  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
 
36063
-  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
 
36064
+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
 
36065
+  ac_i=`echo "$ac_i" | sed "$ac_script"`
 
36066
+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
 
36067
+  #    will be set to the directory where LIBOBJS objects are built.
 
36068
+  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
 
36069
+  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
 
36070
 done
 
36071
 LIBOBJS=$ac_libobjs
 
36072
 
 
36073
 LTLIBOBJS=$ac_ltlibobjs
 
36074
 
 
36075
 
 
36076
+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
 
36077
+  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
 
36078
+Usually this means the macro was only invoked conditionally." >&5
 
36079
+echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
 
36080
+Usually this means the macro was only invoked conditionally." >&2;}
 
36081
+   { (exit 1); exit 1; }; }
 
36082
+fi
 
36083
 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
 
36084
   { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
 
36085
 Usually this means the macro was only invoked conditionally." >&5
 
36086
@@ -33461,17 +33825,45 @@
 
36087
 ## M4sh Initialization.  ##
 
36088
 ## --------------------- ##
 
36089
 
 
36090
-# Be Bourne compatible
 
36091
+# Be more Bourne compatible
 
36092
+DUALCASE=1; export DUALCASE # for MKS sh
 
36093
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
36094
   emulate sh
 
36095
   NULLCMD=:
 
36096
   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
36097
   # is contrary to our usage.  Disable this feature.
 
36098
   alias -g '${1+"$@"}'='"$@"'
 
36099
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
 
36100
-  set -o posix
 
36101
+  setopt NO_GLOB_SUBST
 
36102
+else
 
36103
+  case `(set -o) 2>/dev/null` in
 
36104
+  *posix*) set -o posix ;;
 
36105
+esac
 
36106
+
 
36107
+fi
 
36108
+
 
36109
+
 
36110
+
 
36111
+
 
36112
+# PATH needs CR
 
36113
+# Avoid depending upon Character Ranges.
 
36114
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
36115
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
36116
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
36117
+as_cr_digits='0123456789'
 
36118
+as_cr_alnum=$as_cr_Letters$as_cr_digits
 
36119
+
 
36120
+# The user is always right.
 
36121
+if test "${PATH_SEPARATOR+set}" != set; then
 
36122
+  echo "#! /bin/sh" >conf$$.sh
 
36123
+  echo  "exit 0"   >>conf$$.sh
 
36124
+  chmod +x conf$$.sh
 
36125
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 
36126
+    PATH_SEPARATOR=';'
 
36127
+  else
 
36128
+    PATH_SEPARATOR=:
 
36129
+  fi
 
36130
+  rm -f conf$$.sh
 
36131
 fi
 
36132
-DUALCASE=1; export DUALCASE # for MKS sh
 
36133
 
 
36134
 # Support unset when possible.
 
36135
 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 
36136
@@ -33481,8 +33873,43 @@
 
36137
 fi
 
36138
 
 
36139
 
 
36140
+# IFS
 
36141
+# We need space, tab and new line, in precisely that order.  Quoting is
 
36142
+# there to prevent editors from complaining about space-tab.
 
36143
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 
36144
+# splitting by setting IFS to empty value.)
 
36145
+as_nl='
 
36146
+'
 
36147
+IFS=" ""       $as_nl"
 
36148
+
 
36149
+# Find who we are.  Look in the path if we contain no directory separator.
 
36150
+case $0 in
 
36151
+  *[\\/]* ) as_myself=$0 ;;
 
36152
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
36153
+for as_dir in $PATH
 
36154
+do
 
36155
+  IFS=$as_save_IFS
 
36156
+  test -z "$as_dir" && as_dir=.
 
36157
+  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
36158
+done
 
36159
+IFS=$as_save_IFS
 
36160
+
 
36161
+     ;;
 
36162
+esac
 
36163
+# We did not find ourselves, most probably we were run as `sh COMMAND'
 
36164
+# in which case we are not to be found in the path.
 
36165
+if test "x$as_myself" = x; then
 
36166
+  as_myself=$0
 
36167
+fi
 
36168
+if test ! -f "$as_myself"; then
 
36169
+  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
36170
+  { (exit 1); exit 1; }
 
36171
+fi
 
36172
+
 
36173
 # Work around bugs in pre-3.0 UWIN ksh.
 
36174
-$as_unset ENV MAIL MAILPATH
 
36175
+for as_var in ENV MAIL MAILPATH
 
36176
+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
36177
+done
 
36178
 PS1='$ '
 
36179
 PS2='> '
 
36180
 PS4='+ '
 
36181
@@ -33496,18 +33923,19 @@
 
36182
   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 
36183
     eval $as_var=C; export $as_var
 
36184
   else
 
36185
-    $as_unset $as_var
 
36186
+    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
36187
   fi
 
36188
 done
 
36189
 
 
36190
 # Required to use basename.
 
36191
-if expr a : '\(a\)' >/dev/null 2>&1; then
 
36192
+if expr a : '\(a\)' >/dev/null 2>&1 &&
 
36193
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
36194
   as_expr=expr
 
36195
 else
 
36196
   as_expr=false
 
36197
 fi
 
36198
 
 
36199
-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
 
36200
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 
36201
   as_basename=basename
 
36202
 else
 
36203
   as_basename=false
 
36204
@@ -33515,159 +33943,120 @@
 
36205
 
 
36206
 
 
36207
 # Name of the executable.
 
36208
-as_me=`$as_basename "$0" ||
 
36209
+as_me=`$as_basename -- "$0" ||
 
36210
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
36211
         X"$0" : 'X\(//\)$' \| \
 
36212
-        X"$0" : 'X\(/\)$' \| \
 
36213
-        .     : '\(.\)' 2>/dev/null ||
 
36214
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
36215
 echo X/"$0" |
 
36216
-    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
 
36217
-         /^X\/\(\/\/\)$/{ s//\1/; q; }
 
36218
-         /^X\/\(\/\).*/{ s//\1/; q; }
 
36219
-         s/.*/./; q'`
 
36220
-
 
36221
-
 
36222
-# PATH needs CR, and LINENO needs CR and PATH.
 
36223
-# Avoid depending upon Character Ranges.
 
36224
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
36225
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
36226
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
36227
-as_cr_digits='0123456789'
 
36228
-as_cr_alnum=$as_cr_Letters$as_cr_digits
 
36229
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
 
36230
+           s//\1/
 
36231
+           q
 
36232
+         }
 
36233
+         /^X\/\(\/\/\)$/{
 
36234
+           s//\1/
 
36235
+           q
 
36236
+         }
 
36237
+         /^X\/\(\/\).*/{
 
36238
+           s//\1/
 
36239
+           q
 
36240
+         }
 
36241
+         s/.*/./; q'`
 
36242
 
 
36243
-# The user is always right.
 
36244
-if test "${PATH_SEPARATOR+set}" != set; then
 
36245
-  echo "#! /bin/sh" >conf$$.sh
 
36246
-  echo  "exit 0"   >>conf$$.sh
 
36247
-  chmod +x conf$$.sh
 
36248
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 
36249
-    PATH_SEPARATOR=';'
 
36250
-  else
 
36251
-    PATH_SEPARATOR=:
 
36252
-  fi
 
36253
-  rm -f conf$$.sh
 
36254
-fi
 
36255
+# CDPATH.
 
36256
+$as_unset CDPATH
 
36257
 
 
36258
 
 
36259
-  as_lineno_1=$LINENO
 
36260
-  as_lineno_2=$LINENO
 
36261
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 
36262
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
36263
-  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
 
36264
-  # Find who we are.  Look in the path if we contain no path at all
 
36265
-  # relative or not.
 
36266
-  case $0 in
 
36267
-    *[\\/]* ) as_myself=$0 ;;
 
36268
-    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
36269
-for as_dir in $PATH
 
36270
-do
 
36271
-  IFS=$as_save_IFS
 
36272
-  test -z "$as_dir" && as_dir=.
 
36273
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
36274
-done
 
36275
 
 
36276
-       ;;
 
36277
-  esac
 
36278
-  # We did not find ourselves, most probably we were run as `sh COMMAND'
 
36279
-  # in which case we are not to be found in the path.
 
36280
-  if test "x$as_myself" = x; then
 
36281
-    as_myself=$0
 
36282
-  fi
 
36283
-  if test ! -f "$as_myself"; then
 
36284
-    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
 
36285
-echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
 
36286
-   { (exit 1); exit 1; }; }
 
36287
-  fi
 
36288
-  case $CONFIG_SHELL in
 
36289
-  '')
 
36290
-    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
36291
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 
36292
-do
 
36293
-  IFS=$as_save_IFS
 
36294
-  test -z "$as_dir" && as_dir=.
 
36295
-  for as_base in sh bash ksh sh5; do
 
36296
-        case $as_dir in
 
36297
-        /*)
 
36298
-          if ("$as_dir/$as_base" -c '
 
36299
   as_lineno_1=$LINENO
 
36300
   as_lineno_2=$LINENO
 
36301
-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
 
36302
   test "x$as_lineno_1" != "x$as_lineno_2" &&
 
36303
-  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
 
36304
-            $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
 
36305
-            $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
 
36306
-            CONFIG_SHELL=$as_dir/$as_base
 
36307
-            export CONFIG_SHELL
 
36308
-            exec "$CONFIG_SHELL" "$0" ${1+"$@"}
 
36309
-          fi;;
 
36310
-        esac
 
36311
-       done
 
36312
-done
 
36313
-;;
 
36314
-  esac
 
36315
+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
 
36316
 
 
36317
   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 
36318
   # uniformly replaced by the line number.  The first 'sed' inserts a
 
36319
-  # line-number line before each line; the second 'sed' does the real
 
36320
-  # work.  The second script uses 'N' to pair each line-number line
 
36321
-  # with the numbered line, and appends trailing '-' during
 
36322
-  # substitution so that $LINENO is not a special case at line end.
 
36323
+  # line-number line after each line using $LINENO; the second 'sed'
 
36324
+  # does the real work.  The second script uses 'N' to pair each
 
36325
+  # line-number line with the line containing $LINENO, and appends
 
36326
+  # trailing '-' during substitution so that $LINENO is not a special
 
36327
+  # case at line end.
 
36328
   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 
36329
-  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
 
36330
-  sed '=' <$as_myself |
 
36331
+  # scripts with optimization help from Paolo Bonzini.  Blame Lee
 
36332
+  # E. McMahon (1931-1989) for sed's syntax.  :-)
 
36333
+  sed -n '
 
36334
+    p
 
36335
+    /[$]LINENO/=
 
36336
+  ' <$as_myself |
 
36337
     sed '
 
36338
+      s/[$]LINENO.*/&-/
 
36339
+      t lineno
 
36340
+      b
 
36341
+      :lineno
 
36342
       N
 
36343
-      s,$,-,
 
36344
-      : loop
 
36345
-      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
 
36346
+      :loop
 
36347
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 
36348
       t loop
 
36349
-      s,-$,,
 
36350
-      s,^['$as_cr_digits']*\n,,
 
36351
+      s/-\n.*//
 
36352
     ' >$as_me.lineno &&
 
36353
-  chmod +x $as_me.lineno ||
 
36354
-    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
 
36355
-echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
 
36356
+  chmod +x "$as_me.lineno" ||
 
36357
+    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
36358
    { (exit 1); exit 1; }; }
 
36359
 
 
36360
   # Don't try to exec as it changes $[0], causing all sort of problems
 
36361
   # (the dirname of $[0] is not the place where we might find the
 
36362
-  # original and so on.  Autoconf is especially sensible to this).
 
36363
-  . ./$as_me.lineno
 
36364
+  # original and so on.  Autoconf is especially sensitive to this).
 
36365
+  . "./$as_me.lineno"
 
36366
   # Exit status is that of the last command.
 
36367
   exit
 
36368
 }
 
36369
 
 
36370
 
 
36371
-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
 
36372
-  *c*,-n*) ECHO_N= ECHO_C='
 
36373
-' ECHO_T='     ' ;;
 
36374
-  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
 
36375
-  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
 
36376
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
36377
+  as_dirname=dirname
 
36378
+else
 
36379
+  as_dirname=false
 
36380
+fi
 
36381
+
 
36382
+ECHO_C= ECHO_N= ECHO_T=
 
36383
+case `echo -n x` in
 
36384
+-n*)
 
36385
+  case `echo 'x\c'` in
 
36386
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
 
36387
+  *)   ECHO_C='\c';;
 
36388
+  esac;;
 
36389
+*)
 
36390
+  ECHO_N='-n';;
 
36391
 esac
 
36392
 
 
36393
-if expr a : '\(a\)' >/dev/null 2>&1; then
 
36394
+if expr a : '\(a\)' >/dev/null 2>&1 &&
 
36395
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
36396
   as_expr=expr
 
36397
 else
 
36398
   as_expr=false
 
36399
 fi
 
36400
 
 
36401
 rm -f conf$$ conf$$.exe conf$$.file
 
36402
+if test -d conf$$.dir; then
 
36403
+  rm -f conf$$.dir/conf$$.file
 
36404
+else
 
36405
+  rm -f conf$$.dir
 
36406
+  mkdir conf$$.dir
 
36407
+fi
 
36408
 echo >conf$$.file
 
36409
 if ln -s conf$$.file conf$$ 2>/dev/null; then
 
36410
-  # We could just check for DJGPP; but this test a) works b) is more generic
 
36411
-  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
 
36412
-  if test -f conf$$.exe; then
 
36413
-    # Don't use ln at all; we don't have any links
 
36414
+  as_ln_s='ln -s'
 
36415
+  # ... but there are two gotchas:
 
36416
+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
36417
+  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
36418
+  # In both cases, we have to default to `cp -p'.
 
36419
+  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
36420
     as_ln_s='cp -p'
 
36421
-  else
 
36422
-    as_ln_s='ln -s'
 
36423
-  fi
 
36424
 elif ln conf$$.file conf$$ 2>/dev/null; then
 
36425
   as_ln_s=ln
 
36426
 else
 
36427
   as_ln_s='cp -p'
 
36428
 fi
 
36429
-rm -f conf$$ conf$$.exe conf$$.file
 
36430
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 
36431
+rmdir conf$$.dir 2>/dev/null
 
36432
 
 
36433
 if mkdir -p . 2>/dev/null; then
 
36434
   as_mkdir_p=:
 
36435
@@ -33676,7 +34065,28 @@
 
36436
   as_mkdir_p=false
 
36437
 fi
 
36438
 
 
36439
-as_executable_p="test -f"
 
36440
+if test -x / >/dev/null 2>&1; then
 
36441
+  as_test_x='test -x'
 
36442
+else
 
36443
+  if ls -dL / >/dev/null 2>&1; then
 
36444
+    as_ls_L_option=L
 
36445
+  else
 
36446
+    as_ls_L_option=
 
36447
+  fi
 
36448
+  as_test_x='
 
36449
+    eval sh -c '\''
 
36450
+      if test -d "$1"; then
 
36451
+        test -d "$1/.";
 
36452
+      else
 
36453
+       case $1 in
 
36454
+        -*)set "./$1";;
 
36455
+       esac;
 
36456
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 
36457
+       ???[sx]*):;;*)false;;esac;fi
 
36458
+    '\'' sh
 
36459
+  '
 
36460
+fi
 
36461
+as_executable_p=$as_test_x
 
36462
 
 
36463
 # Sed expression to map a string onto a valid CPP name.
 
36464
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 
36465
@@ -33685,31 +34095,14 @@
 
36466
 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
36467
 
 
36468
 
 
36469
-# IFS
 
36470
-# We need space, tab and new line, in precisely that order.
 
36471
-as_nl='
 
36472
-'
 
36473
-IFS="  $as_nl"
 
36474
-
 
36475
-# CDPATH.
 
36476
-$as_unset CDPATH
 
36477
-
 
36478
 exec 6>&1
 
36479
 
 
36480
-# Open the log real soon, to keep \$[0] and so on meaningful, and to
 
36481
+# Save the log message, to keep $[0] and so on meaningful, and to
 
36482
 # report actual input values of CONFIG_FILES etc. instead of their
 
36483
-# values after options handling.  Logging --version etc. is OK.
 
36484
-exec 5>>config.log
 
36485
-{
 
36486
-  echo
 
36487
-  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 
36488
-## Running $as_me. ##
 
36489
-_ASBOX
 
36490
-} >&5
 
36491
-cat >&5 <<_CSEOF
 
36492
-
 
36493
+# values after options handling.
 
36494
+ac_log="
 
36495
 This file was extended by $as_me, which was
 
36496
-generated by GNU Autoconf 2.59.  Invocation command line was
 
36497
+generated by GNU Autoconf 2.61.  Invocation command line was
 
36498
 
 
36499
   CONFIG_FILES    = $CONFIG_FILES
 
36500
   CONFIG_HEADERS  = $CONFIG_HEADERS
 
36501
@@ -33717,30 +34110,20 @@
 
36502
   CONFIG_COMMANDS = $CONFIG_COMMANDS
 
36503
   $ $0 $@
 
36504
 
 
36505
-_CSEOF
 
36506
-echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
 
36507
-echo >&5
 
36508
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
 
36509
+"
 
36510
+
 
36511
 _ACEOF
 
36512
 
 
36513
+cat >>$CONFIG_STATUS <<_ACEOF
 
36514
 # Files that config.status was made for.
 
36515
-if test -n "$ac_config_files"; then
 
36516
-  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
 
36517
-fi
 
36518
-
 
36519
-if test -n "$ac_config_headers"; then
 
36520
-  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
 
36521
-fi
 
36522
-
 
36523
-if test -n "$ac_config_links"; then
 
36524
-  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
 
36525
-fi
 
36526
+config_files="$ac_config_files"
 
36527
+config_headers="$ac_config_headers"
 
36528
+config_commands="$ac_config_commands"
 
36529
 
 
36530
-if test -n "$ac_config_commands"; then
 
36531
-  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
 
36532
-fi
 
36533
+_ACEOF
 
36534
 
 
36535
 cat >>$CONFIG_STATUS <<\_ACEOF
 
36536
-
 
36537
 ac_cs_usage="\
 
36538
 \`$as_me' instantiates files from templates according to the
 
36539
 current configuration.
 
36540
@@ -33748,7 +34131,7 @@
 
36541
 Usage: $0 [OPTIONS] [FILE]...
 
36542
 
 
36543
   -h, --help       print this help, then exit
 
36544
-  -V, --version    print version number, then exit
 
36545
+  -V, --version    print version number and configuration settings, then exit
 
36546
   -q, --quiet      do not print progress messages
 
36547
   -d, --debug      don't remove temporary files
 
36548
       --recheck    update $as_me by reconfiguring in the same conditions
 
36549
@@ -33767,19 +34150,21 @@
 
36550
 $config_commands
 
36551
 
 
36552
 Report bugs to <bug-autoconf@gnu.org>."
 
36553
-_ACEOF
 
36554
 
 
36555
+_ACEOF
 
36556
 cat >>$CONFIG_STATUS <<_ACEOF
 
36557
 ac_cs_version="\\
 
36558
 config.status
 
36559
-configured by $0, generated by GNU Autoconf 2.59,
 
36560
-  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
36561
+configured by $0, generated by GNU Autoconf 2.61,
 
36562
+  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
36563
 
 
36564
-Copyright (C) 2003 Free Software Foundation, Inc.
 
36565
+Copyright (C) 2006 Free Software Foundation, Inc.
 
36566
 This config.status script is free software; the Free Software Foundation
 
36567
 gives unlimited permission to copy, distribute and modify it."
 
36568
-srcdir=$srcdir
 
36569
-INSTALL="$INSTALL"
 
36570
+
 
36571
+ac_pwd='$ac_pwd'
 
36572
+srcdir='$srcdir'
 
36573
+INSTALL='$INSTALL'
 
36574
 _ACEOF
 
36575
 
 
36576
 cat >>$CONFIG_STATUS <<\_ACEOF
 
36577
@@ -33790,39 +34175,24 @@
 
36578
 do
 
36579
   case $1 in
 
36580
   --*=*)
 
36581
-    ac_option=`expr "x$1" : 'x\([^=]*\)='`
 
36582
-    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
 
36583
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
36584
+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
 
36585
     ac_shift=:
 
36586
     ;;
 
36587
-  -*)
 
36588
+  *)
 
36589
     ac_option=$1
 
36590
     ac_optarg=$2
 
36591
     ac_shift=shift
 
36592
     ;;
 
36593
-  *) # This is not an option, so the user has probably given explicit
 
36594
-     # arguments.
 
36595
-     ac_option=$1
 
36596
-     ac_need_defaults=false;;
 
36597
   esac
 
36598
 
 
36599
   case $ac_option in
 
36600
   # Handling of the options.
 
36601
-_ACEOF
 
36602
-cat >>$CONFIG_STATUS <<\_ACEOF
 
36603
   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
 
36604
     ac_cs_recheck=: ;;
 
36605
-  --version | --vers* | -V )
 
36606
-    echo "$ac_cs_version"; exit 0 ;;
 
36607
-  --he | --h)
 
36608
-    # Conflict between --help and --header
 
36609
-    { { echo "$as_me:$LINENO: error: ambiguous option: $1
 
36610
-Try \`$0 --help' for more information." >&5
 
36611
-echo "$as_me: error: ambiguous option: $1
 
36612
-Try \`$0 --help' for more information." >&2;}
 
36613
-   { (exit 1); exit 1; }; };;
 
36614
-  --help | --hel | -h )
 
36615
-    echo "$ac_cs_usage"; exit 0 ;;
 
36616
-  --debug | --d* | -d )
 
36617
+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 
36618
+    echo "$ac_cs_version"; exit ;;
 
36619
+  --debug | --debu | --deb | --de | --d | -d )
 
36620
     debug=: ;;
 
36621
   --file | --fil | --fi | --f )
 
36622
     $ac_shift
 
36623
@@ -33832,18 +34202,24 @@
 
36624
     $ac_shift
 
36625
     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
 
36626
     ac_need_defaults=false;;
 
36627
+  --he | --h)
 
36628
+    # Conflict between --help and --header
 
36629
+    { echo "$as_me: error: ambiguous option: $1
 
36630
+Try \`$0 --help' for more information." >&2
 
36631
+   { (exit 1); exit 1; }; };;
 
36632
+  --help | --hel | -h )
 
36633
+    echo "$ac_cs_usage"; exit ;;
 
36634
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
36635
   | -silent | --silent | --silen | --sile | --sil | --si | --s)
 
36636
     ac_cs_silent=: ;;
 
36637
 
 
36638
   # This is an error.
 
36639
-  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
 
36640
-Try \`$0 --help' for more information." >&5
 
36641
-echo "$as_me: error: unrecognized option: $1
 
36642
-Try \`$0 --help' for more information." >&2;}
 
36643
+  -*) { echo "$as_me: error: unrecognized option: $1
 
36644
+Try \`$0 --help' for more information." >&2
 
36645
    { (exit 1); exit 1; }; } ;;
 
36646
 
 
36647
-  *) ac_config_targets="$ac_config_targets $1" ;;
 
36648
+  *) ac_config_targets="$ac_config_targets $1"
 
36649
+     ac_need_defaults=false ;;
 
36650
 
 
36651
   esac
 
36652
   shift
 
36653
@@ -33859,94 +34235,106 @@
 
36654
 _ACEOF
 
36655
 cat >>$CONFIG_STATUS <<_ACEOF
 
36656
 if \$ac_cs_recheck; then
 
36657
-  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
 
36658
-  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 
36659
+  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
 
36660
+  CONFIG_SHELL=$SHELL
 
36661
+  export CONFIG_SHELL
 
36662
+  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 
36663
 fi
 
36664
 
 
36665
 _ACEOF
 
36666
+cat >>$CONFIG_STATUS <<\_ACEOF
 
36667
+exec 5>>config.log
 
36668
+{
 
36669
+  echo
 
36670
+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 
36671
+## Running $as_me. ##
 
36672
+_ASBOX
 
36673
+  echo "$ac_log"
 
36674
+} >&5
 
36675
 
 
36676
+_ACEOF
 
36677
 cat >>$CONFIG_STATUS <<_ACEOF
 
36678
 #
 
36679
-# INIT-COMMANDS section.
 
36680
+# INIT-COMMANDS
 
36681
 #
 
36682
-
 
36683
 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
 
36684
 
 
36685
 _ACEOF
 
36686
 
 
36687
-
 
36688
-
 
36689
 cat >>$CONFIG_STATUS <<\_ACEOF
 
36690
+
 
36691
+# Handling of arguments.
 
36692
 for ac_config_target in $ac_config_targets
 
36693
 do
 
36694
-  case "$ac_config_target" in
 
36695
-  # Handling of arguments.
 
36696
-  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
36697
-  "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
 
36698
-  "doc/da/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/da/Makefile" ;;
 
36699
-  "doc/es/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/es/Makefile" ;;
 
36700
-  "doc/et/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/et/Makefile" ;;
 
36701
-  "doc/it/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/it/Makefile" ;;
 
36702
-  "doc/konversation/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/konversation/Makefile" ;;
 
36703
-  "doc/nl/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/nl/Makefile" ;;
 
36704
-  "doc/pt/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/pt/Makefile" ;;
 
36705
-  "doc/ru/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/ru/Makefile" ;;
 
36706
-  "doc/sv/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/sv/Makefile" ;;
 
36707
-  "konversation/Makefile" ) CONFIG_FILES="$CONFIG_FILES konversation/Makefile" ;;
 
36708
-  "konversation/images/Makefile" ) CONFIG_FILES="$CONFIG_FILES konversation/images/Makefile" ;;
 
36709
-  "konversation/images/icons/Makefile" ) CONFIG_FILES="$CONFIG_FILES konversation/images/icons/Makefile" ;;
 
36710
-  "konversation/images/nickicons/Makefile" ) CONFIG_FILES="$CONFIG_FILES konversation/images/nickicons/Makefile" ;;
 
36711
-  "konversation/images/nickicons/alternative/Makefile" ) CONFIG_FILES="$CONFIG_FILES konversation/images/nickicons/alternative/Makefile" ;;
 
36712
-  "konversation/images/nickicons/christmas/Makefile" ) CONFIG_FILES="$CONFIG_FILES konversation/images/nickicons/christmas/Makefile" ;;
 
36713
-  "konversation/images/nickicons/classic/Makefile" ) CONFIG_FILES="$CONFIG_FILES konversation/images/nickicons/classic/Makefile" ;;
 
36714
-  "konversation/images/nickicons/default/Makefile" ) CONFIG_FILES="$CONFIG_FILES konversation/images/nickicons/default/Makefile" ;;
 
36715
-  "konversation/images/nickicons/smiling/Makefile" ) CONFIG_FILES="$CONFIG_FILES konversation/images/nickicons/smiling/Makefile" ;;
 
36716
-  "konversation/images/nickicons/square/Makefile" ) CONFIG_FILES="$CONFIG_FILES konversation/images/nickicons/square/Makefile" ;;
 
36717
-  "konversation/scripts/Makefile" ) CONFIG_FILES="$CONFIG_FILES konversation/scripts/Makefile" ;;
 
36718
-  "konversation/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES konversation/src/Makefile" ;;
 
36719
-  "konversation/src/blowfish/Makefile" ) CONFIG_FILES="$CONFIG_FILES konversation/src/blowfish/Makefile" ;;
 
36720
-  "konversation/src/config/Makefile" ) CONFIG_FILES="$CONFIG_FILES konversation/src/config/Makefile" ;;
 
36721
-  "konversation/src/linkaddressbook/Makefile" ) CONFIG_FILES="$CONFIG_FILES konversation/src/linkaddressbook/Makefile" ;;
 
36722
-  "po/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/Makefile" ;;
 
36723
-  "po/ar/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/ar/Makefile" ;;
 
36724
-  "po/bg/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/bg/Makefile" ;;
 
36725
-  "po/ca/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/ca/Makefile" ;;
 
36726
-  "po/cs/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/cs/Makefile" ;;
 
36727
-  "po/da/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/da/Makefile" ;;
 
36728
-  "po/de/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/de/Makefile" ;;
 
36729
-  "po/el/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/el/Makefile" ;;
 
36730
-  "po/en_GB/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/en_GB/Makefile" ;;
 
36731
-  "po/es/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/es/Makefile" ;;
 
36732
-  "po/et/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/et/Makefile" ;;
 
36733
-  "po/fi/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/fi/Makefile" ;;
 
36734
-  "po/fr/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/fr/Makefile" ;;
 
36735
-  "po/gl/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/gl/Makefile" ;;
 
36736
-  "po/he/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/he/Makefile" ;;
 
36737
-  "po/hu/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/hu/Makefile" ;;
 
36738
-  "po/it/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/it/Makefile" ;;
 
36739
-  "po/ja/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/ja/Makefile" ;;
 
36740
-  "po/ka/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/ka/Makefile" ;;
 
36741
-  "po/ko/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/ko/Makefile" ;;
 
36742
-  "po/lt/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/lt/Makefile" ;;
 
36743
-  "po/nl/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/nl/Makefile" ;;
 
36744
-  "po/pa/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/pa/Makefile" ;;
 
36745
-  "po/pt/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/pt/Makefile" ;;
 
36746
-  "po/pt_BR/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/pt_BR/Makefile" ;;
 
36747
-  "po/ru/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/ru/Makefile" ;;
 
36748
-  "po/sr/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/sr/Makefile" ;;
 
36749
-  "po/sr@Latn/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/sr@Latn/Makefile" ;;
 
36750
-  "po/sv/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/sv/Makefile" ;;
 
36751
-  "po/ta/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/ta/Makefile" ;;
 
36752
-  "po/tr/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/tr/Makefile" ;;
 
36753
-  "po/zh_TW/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/zh_TW/Makefile" ;;
 
36754
-  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 
36755
-  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
 
36756
+  case $ac_config_target in
 
36757
+    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
 
36758
+    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 
36759
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
36760
+    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
 
36761
+    "doc/da/Makefile") CONFIG_FILES="$CONFIG_FILES doc/da/Makefile" ;;
 
36762
+    "doc/es/Makefile") CONFIG_FILES="$CONFIG_FILES doc/es/Makefile" ;;
 
36763
+    "doc/et/Makefile") CONFIG_FILES="$CONFIG_FILES doc/et/Makefile" ;;
 
36764
+    "doc/it/Makefile") CONFIG_FILES="$CONFIG_FILES doc/it/Makefile" ;;
 
36765
+    "doc/konversation/Makefile") CONFIG_FILES="$CONFIG_FILES doc/konversation/Makefile" ;;
 
36766
+    "doc/nl/Makefile") CONFIG_FILES="$CONFIG_FILES doc/nl/Makefile" ;;
 
36767
+    "doc/pt/Makefile") CONFIG_FILES="$CONFIG_FILES doc/pt/Makefile" ;;
 
36768
+    "doc/ru/Makefile") CONFIG_FILES="$CONFIG_FILES doc/ru/Makefile" ;;
 
36769
+    "doc/sv/Makefile") CONFIG_FILES="$CONFIG_FILES doc/sv/Makefile" ;;
 
36770
+    "konversation/Makefile") CONFIG_FILES="$CONFIG_FILES konversation/Makefile" ;;
 
36771
+    "konversation/images/Makefile") CONFIG_FILES="$CONFIG_FILES konversation/images/Makefile" ;;
 
36772
+    "konversation/images/icons/Makefile") CONFIG_FILES="$CONFIG_FILES konversation/images/icons/Makefile" ;;
 
36773
+    "konversation/images/nickicons/Makefile") CONFIG_FILES="$CONFIG_FILES konversation/images/nickicons/Makefile" ;;
 
36774
+    "konversation/images/nickicons/alternative/Makefile") CONFIG_FILES="$CONFIG_FILES konversation/images/nickicons/alternative/Makefile" ;;
 
36775
+    "konversation/images/nickicons/christmas/Makefile") CONFIG_FILES="$CONFIG_FILES konversation/images/nickicons/christmas/Makefile" ;;
 
36776
+    "konversation/images/nickicons/classic/Makefile") CONFIG_FILES="$CONFIG_FILES konversation/images/nickicons/classic/Makefile" ;;
 
36777
+    "konversation/images/nickicons/default/Makefile") CONFIG_FILES="$CONFIG_FILES konversation/images/nickicons/default/Makefile" ;;
 
36778
+    "konversation/images/nickicons/smiling/Makefile") CONFIG_FILES="$CONFIG_FILES konversation/images/nickicons/smiling/Makefile" ;;
 
36779
+    "konversation/images/nickicons/square/Makefile") CONFIG_FILES="$CONFIG_FILES konversation/images/nickicons/square/Makefile" ;;
 
36780
+    "konversation/scripts/Makefile") CONFIG_FILES="$CONFIG_FILES konversation/scripts/Makefile" ;;
 
36781
+    "konversation/src/Makefile") CONFIG_FILES="$CONFIG_FILES konversation/src/Makefile" ;;
 
36782
+    "konversation/src/blowfish/Makefile") CONFIG_FILES="$CONFIG_FILES konversation/src/blowfish/Makefile" ;;
 
36783
+    "konversation/src/config/Makefile") CONFIG_FILES="$CONFIG_FILES konversation/src/config/Makefile" ;;
 
36784
+    "konversation/src/linkaddressbook/Makefile") CONFIG_FILES="$CONFIG_FILES konversation/src/linkaddressbook/Makefile" ;;
 
36785
+    "po/Makefile") CONFIG_FILES="$CONFIG_FILES po/Makefile" ;;
 
36786
+    "po/ar/Makefile") CONFIG_FILES="$CONFIG_FILES po/ar/Makefile" ;;
 
36787
+    "po/bg/Makefile") CONFIG_FILES="$CONFIG_FILES po/bg/Makefile" ;;
 
36788
+    "po/ca/Makefile") CONFIG_FILES="$CONFIG_FILES po/ca/Makefile" ;;
 
36789
+    "po/cs/Makefile") CONFIG_FILES="$CONFIG_FILES po/cs/Makefile" ;;
 
36790
+    "po/da/Makefile") CONFIG_FILES="$CONFIG_FILES po/da/Makefile" ;;
 
36791
+    "po/de/Makefile") CONFIG_FILES="$CONFIG_FILES po/de/Makefile" ;;
 
36792
+    "po/el/Makefile") CONFIG_FILES="$CONFIG_FILES po/el/Makefile" ;;
 
36793
+    "po/en_GB/Makefile") CONFIG_FILES="$CONFIG_FILES po/en_GB/Makefile" ;;
 
36794
+    "po/es/Makefile") CONFIG_FILES="$CONFIG_FILES po/es/Makefile" ;;
 
36795
+    "po/et/Makefile") CONFIG_FILES="$CONFIG_FILES po/et/Makefile" ;;
 
36796
+    "po/fi/Makefile") CONFIG_FILES="$CONFIG_FILES po/fi/Makefile" ;;
 
36797
+    "po/fr/Makefile") CONFIG_FILES="$CONFIG_FILES po/fr/Makefile" ;;
 
36798
+    "po/gl/Makefile") CONFIG_FILES="$CONFIG_FILES po/gl/Makefile" ;;
 
36799
+    "po/he/Makefile") CONFIG_FILES="$CONFIG_FILES po/he/Makefile" ;;
 
36800
+    "po/hu/Makefile") CONFIG_FILES="$CONFIG_FILES po/hu/Makefile" ;;
 
36801
+    "po/it/Makefile") CONFIG_FILES="$CONFIG_FILES po/it/Makefile" ;;
 
36802
+    "po/ja/Makefile") CONFIG_FILES="$CONFIG_FILES po/ja/Makefile" ;;
 
36803
+    "po/ka/Makefile") CONFIG_FILES="$CONFIG_FILES po/ka/Makefile" ;;
 
36804
+    "po/ko/Makefile") CONFIG_FILES="$CONFIG_FILES po/ko/Makefile" ;;
 
36805
+    "po/lt/Makefile") CONFIG_FILES="$CONFIG_FILES po/lt/Makefile" ;;
 
36806
+    "po/nl/Makefile") CONFIG_FILES="$CONFIG_FILES po/nl/Makefile" ;;
 
36807
+    "po/pa/Makefile") CONFIG_FILES="$CONFIG_FILES po/pa/Makefile" ;;
 
36808
+    "po/pt/Makefile") CONFIG_FILES="$CONFIG_FILES po/pt/Makefile" ;;
 
36809
+    "po/pt_BR/Makefile") CONFIG_FILES="$CONFIG_FILES po/pt_BR/Makefile" ;;
 
36810
+    "po/ru/Makefile") CONFIG_FILES="$CONFIG_FILES po/ru/Makefile" ;;
 
36811
+    "po/sr/Makefile") CONFIG_FILES="$CONFIG_FILES po/sr/Makefile" ;;
 
36812
+    "po/sr@Latn/Makefile") CONFIG_FILES="$CONFIG_FILES po/sr@Latn/Makefile" ;;
 
36813
+    "po/sv/Makefile") CONFIG_FILES="$CONFIG_FILES po/sv/Makefile" ;;
 
36814
+    "po/ta/Makefile") CONFIG_FILES="$CONFIG_FILES po/ta/Makefile" ;;
 
36815
+    "po/tr/Makefile") CONFIG_FILES="$CONFIG_FILES po/tr/Makefile" ;;
 
36816
+    "po/zh_TW/Makefile") CONFIG_FILES="$CONFIG_FILES po/zh_TW/Makefile" ;;
 
36817
+
 
36818
   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 
36819
 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 
36820
    { (exit 1); exit 1; }; };;
 
36821
   esac
 
36822
 done
 
36823
 
 
36824
+
 
36825
 # If the user did not use the arguments to specify the items to instantiate,
 
36826
 # then the envvar interface is used.  Set only those that are not.
 
36827
 # We use the long form for the default assignment because of an extremely
 
36828
@@ -33958,507 +34346,659 @@
 
36829
 fi
 
36830
 
 
36831
 # Have a temporary directory for convenience.  Make it in the build tree
 
36832
-# simply because there is no reason to put it here, and in addition,
 
36833
+# simply because there is no reason against having it here, and in addition,
 
36834
 # creating and moving files from /tmp can sometimes cause problems.
 
36835
-# Create a temporary directory, and hook for its removal unless debugging.
 
36836
+# Hook for its removal unless debugging.
 
36837
+# Note that there is a small window in which the directory will not be cleaned:
 
36838
+# after its creation but before its name has been assigned to `$tmp'.
 
36839
 $debug ||
 
36840
 {
 
36841
-  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
 
36842
+  tmp=
 
36843
+  trap 'exit_status=$?
 
36844
+  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 
36845
+' 0
 
36846
   trap '{ (exit 1); exit 1; }' 1 2 13 15
 
36847
 }
 
36848
-
 
36849
 # Create a (secure) tmp directory for tmp files.
 
36850
 
 
36851
 {
 
36852
-  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
 
36853
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
 
36854
   test -n "$tmp" && test -d "$tmp"
 
36855
 }  ||
 
36856
 {
 
36857
-  tmp=./confstat$$-$RANDOM
 
36858
-  (umask 077 && mkdir $tmp)
 
36859
+  tmp=./conf$$-$RANDOM
 
36860
+  (umask 077 && mkdir "$tmp")
 
36861
 } ||
 
36862
 {
 
36863
    echo "$me: cannot create a temporary directory in ." >&2
 
36864
    { (exit 1); exit 1; }
 
36865
 }
 
36866
 
 
36867
-_ACEOF
 
36868
-
 
36869
-cat >>$CONFIG_STATUS <<_ACEOF
 
36870
-
 
36871
 #
 
36872
-# CONFIG_FILES section.
 
36873
+# Set up the sed scripts for CONFIG_FILES section.
 
36874
 #
 
36875
 
 
36876
 # No need to generate the scripts if there are no CONFIG_FILES.
 
36877
 # This happens for instance when ./config.status config.h
 
36878
-if test -n "\$CONFIG_FILES"; then
 
36879
-  # Protect against being on the right side of a sed subst in config.status.
 
36880
-  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
 
36881
-   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
 
36882
-s,@SHELL@,$SHELL,;t t
 
36883
-s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
 
36884
-s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
 
36885
-s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
 
36886
-s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
 
36887
-s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
 
36888
-s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
 
36889
-s,@exec_prefix@,$exec_prefix,;t t
 
36890
-s,@prefix@,$prefix,;t t
 
36891
-s,@program_transform_name@,$program_transform_name,;t t
 
36892
-s,@bindir@,$bindir,;t t
 
36893
-s,@sbindir@,$sbindir,;t t
 
36894
-s,@libexecdir@,$libexecdir,;t t
 
36895
-s,@datadir@,$datadir,;t t
 
36896
-s,@sysconfdir@,$sysconfdir,;t t
 
36897
-s,@sharedstatedir@,$sharedstatedir,;t t
 
36898
-s,@localstatedir@,$localstatedir,;t t
 
36899
-s,@libdir@,$libdir,;t t
 
36900
-s,@includedir@,$includedir,;t t
 
36901
-s,@oldincludedir@,$oldincludedir,;t t
 
36902
-s,@infodir@,$infodir,;t t
 
36903
-s,@mandir@,$mandir,;t t
 
36904
-s,@build_alias@,$build_alias,;t t
 
36905
-s,@host_alias@,$host_alias,;t t
 
36906
-s,@target_alias@,$target_alias,;t t
 
36907
-s,@DEFS@,$DEFS,;t t
 
36908
-s,@ECHO_C@,$ECHO_C,;t t
 
36909
-s,@ECHO_N@,$ECHO_N,;t t
 
36910
-s,@ECHO_T@,$ECHO_T,;t t
 
36911
-s,@LIBS@,$LIBS,;t t
 
36912
-s,@build@,$build,;t t
 
36913
-s,@build_cpu@,$build_cpu,;t t
 
36914
-s,@build_vendor@,$build_vendor,;t t
 
36915
-s,@build_os@,$build_os,;t t
 
36916
-s,@host@,$host,;t t
 
36917
-s,@host_cpu@,$host_cpu,;t t
 
36918
-s,@host_vendor@,$host_vendor,;t t
 
36919
-s,@host_os@,$host_os,;t t
 
36920
-s,@target@,$target,;t t
 
36921
-s,@target_cpu@,$target_cpu,;t t
 
36922
-s,@target_vendor@,$target_vendor,;t t
 
36923
-s,@target_os@,$target_os,;t t
 
36924
-s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
 
36925
-s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
 
36926
-s,@INSTALL_DATA@,$INSTALL_DATA,;t t
 
36927
-s,@CYGPATH_W@,$CYGPATH_W,;t t
 
36928
-s,@PACKAGE@,$PACKAGE,;t t
 
36929
-s,@VERSION@,$VERSION,;t t
 
36930
-s,@ACLOCAL@,$ACLOCAL,;t t
 
36931
-s,@AUTOCONF@,$AUTOCONF,;t t
 
36932
-s,@AUTOMAKE@,$AUTOMAKE,;t t
 
36933
-s,@AUTOHEADER@,$AUTOHEADER,;t t
 
36934
-s,@MAKEINFO@,$MAKEINFO,;t t
 
36935
-s,@install_sh@,$install_sh,;t t
 
36936
-s,@STRIP@,$STRIP,;t t
 
36937
-s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
 
36938
-s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
 
36939
-s,@mkdir_p@,$mkdir_p,;t t
 
36940
-s,@AWK@,$AWK,;t t
 
36941
-s,@SET_MAKE@,$SET_MAKE,;t t
 
36942
-s,@am__leading_dot@,$am__leading_dot,;t t
 
36943
-s,@AMTAR@,$AMTAR,;t t
 
36944
-s,@am__tar@,$am__tar,;t t
 
36945
-s,@am__untar@,$am__untar,;t t
 
36946
-s,@KDECONFIG@,$KDECONFIG,;t t
 
36947
-s,@kde_libs_prefix@,$kde_libs_prefix,;t t
 
36948
-s,@kde_libs_htmldir@,$kde_libs_htmldir,;t t
 
36949
-s,@CONF_FILES@,$CONF_FILES,;t t
 
36950
-s,@CC@,$CC,;t t
 
36951
-s,@CFLAGS@,$CFLAGS,;t t
 
36952
-s,@LDFLAGS@,$LDFLAGS,;t t
 
36953
-s,@CPPFLAGS@,$CPPFLAGS,;t t
 
36954
-s,@ac_ct_CC@,$ac_ct_CC,;t t
 
36955
-s,@EXEEXT@,$EXEEXT,;t t
 
36956
-s,@OBJEXT@,$OBJEXT,;t t
 
36957
-s,@DEPDIR@,$DEPDIR,;t t
 
36958
-s,@am__include@,$am__include,;t t
 
36959
-s,@am__quote@,$am__quote,;t t
 
36960
-s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
 
36961
-s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
 
36962
-s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
 
36963
-s,@CCDEPMODE@,$CCDEPMODE,;t t
 
36964
-s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
 
36965
-s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
 
36966
-s,@CPP@,$CPP,;t t
 
36967
-s,@CXX@,$CXX,;t t
 
36968
-s,@CXXFLAGS@,$CXXFLAGS,;t t
 
36969
-s,@ac_ct_CXX@,$ac_ct_CXX,;t t
 
36970
-s,@CXXDEPMODE@,$CXXDEPMODE,;t t
 
36971
-s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
 
36972
-s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
 
36973
-s,@WOVERLOADED_VIRTUAL@,$WOVERLOADED_VIRTUAL,;t t
 
36974
-s,@HAVE_GCC_VISIBILITY@,$HAVE_GCC_VISIBILITY,;t t
 
36975
-s,@unsermake_enable_pch_TRUE@,$unsermake_enable_pch_TRUE,;t t
 
36976
-s,@unsermake_enable_pch_FALSE@,$unsermake_enable_pch_FALSE,;t t
 
36977
-s,@USE_EXCEPTIONS@,$USE_EXCEPTIONS,;t t
 
36978
-s,@USE_RTTI@,$USE_RTTI,;t t
 
36979
-s,@CXXCPP@,$CXXCPP,;t t
 
36980
-s,@NOOPT_CXXFLAGS@,$NOOPT_CXXFLAGS,;t t
 
36981
-s,@NOOPT_CFLAGS@,$NOOPT_CFLAGS,;t t
 
36982
-s,@ENABLE_PERMISSIVE_FLAG@,$ENABLE_PERMISSIVE_FLAG,;t t
 
36983
-s,@LDFLAGS_AS_NEEDED@,$LDFLAGS_AS_NEEDED,;t t
 
36984
-s,@LDFLAGS_NEW_DTAGS@,$LDFLAGS_NEW_DTAGS,;t t
 
36985
-s,@KDE_USE_FINAL_TRUE@,$KDE_USE_FINAL_TRUE,;t t
 
36986
-s,@KDE_USE_FINAL_FALSE@,$KDE_USE_FINAL_FALSE,;t t
 
36987
-s,@KDE_USE_CLOSURE_TRUE@,$KDE_USE_CLOSURE_TRUE,;t t
 
36988
-s,@KDE_USE_CLOSURE_FALSE@,$KDE_USE_CLOSURE_FALSE,;t t
 
36989
-s,@KDE_NO_UNDEFINED@,$KDE_NO_UNDEFINED,;t t
 
36990
-s,@KDE_USE_NMCHECK_TRUE@,$KDE_USE_NMCHECK_TRUE,;t t
 
36991
-s,@KDE_USE_NMCHECK_FALSE@,$KDE_USE_NMCHECK_FALSE,;t t
 
36992
-s,@EGREP@,$EGREP,;t t
 
36993
-s,@LN_S@,$LN_S,;t t
 
36994
-s,@ECHO@,$ECHO,;t t
 
36995
-s,@AR@,$AR,;t t
 
36996
-s,@ac_ct_AR@,$ac_ct_AR,;t t
 
36997
-s,@RANLIB@,$RANLIB,;t t
 
36998
-s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
 
36999
-s,@F77@,$F77,;t t
 
37000
-s,@FFLAGS@,$FFLAGS,;t t
 
37001
-s,@ac_ct_F77@,$ac_ct_F77,;t t
 
37002
-s,@LIBTOOL@,$LIBTOOL,;t t
 
37003
-s,@KDE_PLUGIN@,$KDE_PLUGIN,;t t
 
37004
-s,@KDE_CHECK_PLUGIN@,$KDE_CHECK_PLUGIN,;t t
 
37005
-s,@MSGFMT@,$MSGFMT,;t t
 
37006
-s,@GMSGFMT@,$GMSGFMT,;t t
 
37007
-s,@XGETTEXT@,$XGETTEXT,;t t
 
37008
-s,@LIBUTIL@,$LIBUTIL,;t t
 
37009
-s,@LIBCOMPAT@,$LIBCOMPAT,;t t
 
37010
-s,@LIBCRYPT@,$LIBCRYPT,;t t
 
37011
-s,@LIBRESOLV@,$LIBRESOLV,;t t
 
37012
-s,@LIB_POLL@,$LIB_POLL,;t t
 
37013
-s,@FRAMEWORK_COREAUDIO@,$FRAMEWORK_COREAUDIO,;t t
 
37014
-s,@LIBSOCKET@,$LIBSOCKET,;t t
 
37015
-s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
 
37016
-s,@LIBUCB@,$LIBUCB,;t t
 
37017
-s,@LIBDL@,$LIBDL,;t t
 
37018
-s,@KDE_USE_FPIE@,$KDE_USE_FPIE,;t t
 
37019
-s,@KDE_USE_PIE@,$KDE_USE_PIE,;t t
 
37020
-s,@include_x11_TRUE@,$include_x11_TRUE,;t t
 
37021
-s,@include_x11_FALSE@,$include_x11_FALSE,;t t
 
37022
-s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
 
37023
-s,@LIB_X11@,$LIB_X11,;t t
 
37024
-s,@LIB_XRENDER@,$LIB_XRENDER,;t t
 
37025
-s,@LIBSM@,$LIBSM,;t t
 
37026
-s,@X_INCLUDES@,$X_INCLUDES,;t t
 
37027
-s,@X_LDFLAGS@,$X_LDFLAGS,;t t
 
37028
-s,@x_includes@,$x_includes,;t t
 
37029
-s,@x_libraries@,$x_libraries,;t t
 
37030
-s,@QTE_NORTTI@,$QTE_NORTTI,;t t
 
37031
-s,@LIB_XEXT@,$LIB_XEXT,;t t
 
37032
-s,@LIBPTHREAD@,$LIBPTHREAD,;t t
 
37033
-s,@USE_THREADS@,$USE_THREADS,;t t
 
37034
-s,@KDE_MT_LDFLAGS@,$KDE_MT_LDFLAGS,;t t
 
37035
-s,@KDE_MT_LIBS@,$KDE_MT_LIBS,;t t
 
37036
-s,@USER_INCLUDES@,$USER_INCLUDES,;t t
 
37037
-s,@USER_LDFLAGS@,$USER_LDFLAGS,;t t
 
37038
-s,@LIBZ@,$LIBZ,;t t
 
37039
-s,@LIBPNG@,$LIBPNG,;t t
 
37040
-s,@LIBJPEG@,$LIBJPEG,;t t
 
37041
-s,@qt_libraries@,$qt_libraries,;t t
 
37042
-s,@qt_includes@,$qt_includes,;t t
 
37043
-s,@QT_INCLUDES@,$QT_INCLUDES,;t t
 
37044
-s,@QT_LDFLAGS@,$QT_LDFLAGS,;t t
 
37045
-s,@PERL@,$PERL,;t t
 
37046
-s,@MOC@,$MOC,;t t
 
37047
-s,@UIC@,$UIC,;t t
 
37048
-s,@UIC_TR@,$UIC_TR,;t t
 
37049
-s,@LIB_QT@,$LIB_QT,;t t
 
37050
-s,@LIB_QPE@,$LIB_QPE,;t t
 
37051
-s,@kde_qtver@,$kde_qtver,;t t
 
37052
-s,@KDE_EXTRA_RPATH@,$KDE_EXTRA_RPATH,;t t
 
37053
-s,@KDE_RPATH@,$KDE_RPATH,;t t
 
37054
-s,@X_RPATH@,$X_RPATH,;t t
 
37055
-s,@kde_libraries@,$kde_libraries,;t t
 
37056
-s,@kde_includes@,$kde_includes,;t t
 
37057
-s,@KDE_LDFLAGS@,$KDE_LDFLAGS,;t t
 
37058
-s,@KDE_INCLUDES@,$KDE_INCLUDES,;t t
 
37059
-s,@all_includes@,$all_includes,;t t
 
37060
-s,@all_libraries@,$all_libraries,;t t
 
37061
-s,@AUTODIRS@,$AUTODIRS,;t t
 
37062
-s,@include_ARTS_TRUE@,$include_ARTS_TRUE,;t t
 
37063
-s,@include_ARTS_FALSE@,$include_ARTS_FALSE,;t t
 
37064
-s,@MAKEKDEWIDGETS@,$MAKEKDEWIDGETS,;t t
 
37065
-s,@KCONFIG_COMPILER@,$KCONFIG_COMPILER,;t t
 
37066
-s,@KCFG_DEPENDENCIES@,$KCFG_DEPENDENCIES,;t t
 
37067
-s,@DCOPIDLNG@,$DCOPIDLNG,;t t
 
37068
-s,@DCOPIDL@,$DCOPIDL,;t t
 
37069
-s,@DCOPIDL2CPP@,$DCOPIDL2CPP,;t t
 
37070
-s,@DCOP_DEPENDENCIES@,$DCOP_DEPENDENCIES,;t t
 
37071
-s,@MCOPIDL@,$MCOPIDL,;t t
 
37072
-s,@ARTSCCONFIG@,$ARTSCCONFIG,;t t
 
37073
-s,@MEINPROC@,$MEINPROC,;t t
 
37074
-s,@KDE_XSL_STYLESHEET@,$KDE_XSL_STYLESHEET,;t t
 
37075
-s,@XMLLINT@,$XMLLINT,;t t
 
37076
-s,@kde_htmldir@,$kde_htmldir,;t t
 
37077
-s,@kde_appsdir@,$kde_appsdir,;t t
 
37078
-s,@kde_icondir@,$kde_icondir,;t t
 
37079
-s,@kde_sounddir@,$kde_sounddir,;t t
 
37080
-s,@kde_datadir@,$kde_datadir,;t t
 
37081
-s,@kde_locale@,$kde_locale,;t t
 
37082
-s,@kde_confdir@,$kde_confdir,;t t
 
37083
-s,@kde_kcfgdir@,$kde_kcfgdir,;t t
 
37084
-s,@kde_mimedir@,$kde_mimedir,;t t
 
37085
-s,@kde_wallpaperdir@,$kde_wallpaperdir,;t t
 
37086
-s,@kde_bindir@,$kde_bindir,;t t
 
37087
-s,@xdg_appsdir@,$xdg_appsdir,;t t
 
37088
-s,@xdg_menudir@,$xdg_menudir,;t t
 
37089
-s,@xdg_directorydir@,$xdg_directorydir,;t t
 
37090
-s,@kde_templatesdir@,$kde_templatesdir,;t t
 
37091
-s,@kde_servicesdir@,$kde_servicesdir,;t t
 
37092
-s,@kde_servicetypesdir@,$kde_servicetypesdir,;t t
 
37093
-s,@kde_moduledir@,$kde_moduledir,;t t
 
37094
-s,@kdeinitdir@,$kdeinitdir,;t t
 
37095
-s,@kde_styledir@,$kde_styledir,;t t
 
37096
-s,@kde_widgetdir@,$kde_widgetdir,;t t
 
37097
-s,@LIB_KDED@,$LIB_KDED,;t t
 
37098
-s,@LIB_KDECORE@,$LIB_KDECORE,;t t
 
37099
-s,@LIB_KDEUI@,$LIB_KDEUI,;t t
 
37100
-s,@LIB_KIO@,$LIB_KIO,;t t
 
37101
-s,@LIB_KJS@,$LIB_KJS,;t t
 
37102
-s,@LIB_SMB@,$LIB_SMB,;t t
 
37103
-s,@LIB_KAB@,$LIB_KAB,;t t
 
37104
-s,@LIB_KABC@,$LIB_KABC,;t t
 
37105
-s,@LIB_KHTML@,$LIB_KHTML,;t t
 
37106
-s,@LIB_KSPELL@,$LIB_KSPELL,;t t
 
37107
-s,@LIB_KPARTS@,$LIB_KPARTS,;t t
 
37108
-s,@LIB_KDEPRINT@,$LIB_KDEPRINT,;t t
 
37109
-s,@LIB_KUTILS@,$LIB_KUTILS,;t t
 
37110
-s,@LIB_KDEPIM@,$LIB_KDEPIM,;t t
 
37111
-s,@LIB_KIMPROXY@,$LIB_KIMPROXY,;t t
 
37112
-s,@LIB_KNEWSTUFF@,$LIB_KNEWSTUFF,;t t
 
37113
-s,@LIB_KDNSSD@,$LIB_KDNSSD,;t t
 
37114
-s,@LIB_KUNITTEST@,$LIB_KUNITTEST,;t t
 
37115
-s,@LIB_KSYCOCA@,$LIB_KSYCOCA,;t t
 
37116
-s,@LIB_KFILE@,$LIB_KFILE,;t t
 
37117
-s,@LIB_KFM@,$LIB_KFM,;t t
 
37118
-s,@LIB_ARTS@,$LIB_ARTS,;t t
 
37119
-s,@QTDOCDIR@,$QTDOCDIR,;t t
 
37120
-s,@KDE_HAVE_DOT@,$KDE_HAVE_DOT,;t t
 
37121
-s,@DOXYGEN@,$DOXYGEN,;t t
 
37122
-s,@DOXYGEN_PROJECT_NAME@,$DOXYGEN_PROJECT_NAME,;t t
 
37123
-s,@DOXYGEN_PROJECT_NUMBER@,$DOXYGEN_PROJECT_NUMBER,;t t
 
37124
-s,@KDE_HAS_DOXYGEN@,$KDE_HAS_DOXYGEN,;t t
 
37125
-s,@LIB_KIMIFACE@,$LIB_KIMIFACE,;t t
 
37126
-s,@TOPSUBDIRS@,$TOPSUBDIRS,;t t
 
37127
-s,@doc_SUBDIR_included_TRUE@,$doc_SUBDIR_included_TRUE,;t t
 
37128
-s,@doc_SUBDIR_included_FALSE@,$doc_SUBDIR_included_FALSE,;t t
 
37129
-s,@konversation_SUBDIR_included_TRUE@,$konversation_SUBDIR_included_TRUE,;t t
 
37130
-s,@konversation_SUBDIR_included_FALSE@,$konversation_SUBDIR_included_FALSE,;t t
 
37131
-s,@po_SUBDIR_included_TRUE@,$po_SUBDIR_included_TRUE,;t t
 
37132
-s,@po_SUBDIR_included_FALSE@,$po_SUBDIR_included_FALSE,;t t
 
37133
-s,@LIBOBJS@,$LIBOBJS,;t t
 
37134
-s,@LTLIBOBJS@,$LTLIBOBJS,;t t
 
37135
-CEOF
 
37136
-
 
37137
-_ACEOF
 
37138
-
 
37139
-  cat >>$CONFIG_STATUS <<\_ACEOF
 
37140
-  # Split the substitutions into bite-sized pieces for seds with
 
37141
-  # small command number limits, like on Digital OSF/1 and HP-UX.
 
37142
-  ac_max_sed_lines=48
 
37143
-  ac_sed_frag=1 # Number of current file.
 
37144
-  ac_beg=1 # First line for current file.
 
37145
-  ac_end=$ac_max_sed_lines # Line after last line for current file.
 
37146
-  ac_more_lines=:
 
37147
-  ac_sed_cmds=
 
37148
-  while $ac_more_lines; do
 
37149
-    if test $ac_beg -gt 1; then
 
37150
-      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
 
37151
-    else
 
37152
-      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
 
37153
-    fi
 
37154
-    if test ! -s $tmp/subs.frag; then
 
37155
-      ac_more_lines=false
 
37156
-    else
 
37157
-      # The purpose of the label and of the branching condition is to
 
37158
-      # speed up the sed processing (if there are no `@' at all, there
 
37159
-      # is no need to browse any of the substitutions).
 
37160
-      # These are the two extra sed commands mentioned above.
 
37161
-      (echo ':t
 
37162
-  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
 
37163
-      if test -z "$ac_sed_cmds"; then
 
37164
-       ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
 
37165
-      else
 
37166
-       ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
 
37167
-      fi
 
37168
-      ac_sed_frag=`expr $ac_sed_frag + 1`
 
37169
-      ac_beg=$ac_end
 
37170
-      ac_end=`expr $ac_end + $ac_max_sed_lines`
 
37171
-    fi
 
37172
-  done
 
37173
-  if test -z "$ac_sed_cmds"; then
 
37174
-    ac_sed_cmds=cat
 
37175
+if test -n "$CONFIG_FILES"; then
 
37176
+
 
37177
+_ACEOF
 
37178
+
 
37179
+
 
37180
+
 
37181
+ac_delim='%!_!# '
 
37182
+for ac_last_try in false false false false false :; do
 
37183
+  cat >conf$$subs.sed <<_ACEOF
 
37184
+SHELL!$SHELL$ac_delim
 
37185
+PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
 
37186
+PACKAGE_NAME!$PACKAGE_NAME$ac_delim
 
37187
+PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
 
37188
+PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
 
37189
+PACKAGE_STRING!$PACKAGE_STRING$ac_delim
 
37190
+PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
 
37191
+exec_prefix!$exec_prefix$ac_delim
 
37192
+prefix!$prefix$ac_delim
 
37193
+program_transform_name!$program_transform_name$ac_delim
 
37194
+bindir!$bindir$ac_delim
 
37195
+sbindir!$sbindir$ac_delim
 
37196
+libexecdir!$libexecdir$ac_delim
 
37197
+datarootdir!$datarootdir$ac_delim
 
37198
+datadir!$datadir$ac_delim
 
37199
+sysconfdir!$sysconfdir$ac_delim
 
37200
+sharedstatedir!$sharedstatedir$ac_delim
 
37201
+localstatedir!$localstatedir$ac_delim
 
37202
+includedir!$includedir$ac_delim
 
37203
+oldincludedir!$oldincludedir$ac_delim
 
37204
+docdir!$docdir$ac_delim
 
37205
+infodir!$infodir$ac_delim
 
37206
+htmldir!$htmldir$ac_delim
 
37207
+dvidir!$dvidir$ac_delim
 
37208
+pdfdir!$pdfdir$ac_delim
 
37209
+psdir!$psdir$ac_delim
 
37210
+libdir!$libdir$ac_delim
 
37211
+localedir!$localedir$ac_delim
 
37212
+mandir!$mandir$ac_delim
 
37213
+DEFS!$DEFS$ac_delim
 
37214
+ECHO_C!$ECHO_C$ac_delim
 
37215
+ECHO_N!$ECHO_N$ac_delim
 
37216
+ECHO_T!$ECHO_T$ac_delim
 
37217
+LIBS!$LIBS$ac_delim
 
37218
+build_alias!$build_alias$ac_delim
 
37219
+host_alias!$host_alias$ac_delim
 
37220
+target_alias!$target_alias$ac_delim
 
37221
+build!$build$ac_delim
 
37222
+build_cpu!$build_cpu$ac_delim
 
37223
+build_vendor!$build_vendor$ac_delim
 
37224
+build_os!$build_os$ac_delim
 
37225
+host!$host$ac_delim
 
37226
+host_cpu!$host_cpu$ac_delim
 
37227
+host_vendor!$host_vendor$ac_delim
 
37228
+host_os!$host_os$ac_delim
 
37229
+target!$target$ac_delim
 
37230
+target_cpu!$target_cpu$ac_delim
 
37231
+target_vendor!$target_vendor$ac_delim
 
37232
+target_os!$target_os$ac_delim
 
37233
+INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
 
37234
+INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
 
37235
+INSTALL_DATA!$INSTALL_DATA$ac_delim
 
37236
+CYGPATH_W!$CYGPATH_W$ac_delim
 
37237
+PACKAGE!$PACKAGE$ac_delim
 
37238
+VERSION!$VERSION$ac_delim
 
37239
+ACLOCAL!$ACLOCAL$ac_delim
 
37240
+AUTOCONF!$AUTOCONF$ac_delim
 
37241
+AUTOMAKE!$AUTOMAKE$ac_delim
 
37242
+AUTOHEADER!$AUTOHEADER$ac_delim
 
37243
+MAKEINFO!$MAKEINFO$ac_delim
 
37244
+install_sh!$install_sh$ac_delim
 
37245
+STRIP!$STRIP$ac_delim
 
37246
+INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
 
37247
+mkdir_p!$mkdir_p$ac_delim
 
37248
+AWK!$AWK$ac_delim
 
37249
+SET_MAKE!$SET_MAKE$ac_delim
 
37250
+am__leading_dot!$am__leading_dot$ac_delim
 
37251
+AMTAR!$AMTAR$ac_delim
 
37252
+am__tar!$am__tar$ac_delim
 
37253
+am__untar!$am__untar$ac_delim
 
37254
+MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
 
37255
+MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
 
37256
+MAINT!$MAINT$ac_delim
 
37257
+KDECONFIG!$KDECONFIG$ac_delim
 
37258
+kde_libs_prefix!$kde_libs_prefix$ac_delim
 
37259
+kde_libs_htmldir!$kde_libs_htmldir$ac_delim
 
37260
+CONF_FILES!$CONF_FILES$ac_delim
 
37261
+CC!$CC$ac_delim
 
37262
+CFLAGS!$CFLAGS$ac_delim
 
37263
+LDFLAGS!$LDFLAGS$ac_delim
 
37264
+CPPFLAGS!$CPPFLAGS$ac_delim
 
37265
+ac_ct_CC!$ac_ct_CC$ac_delim
 
37266
+EXEEXT!$EXEEXT$ac_delim
 
37267
+OBJEXT!$OBJEXT$ac_delim
 
37268
+DEPDIR!$DEPDIR$ac_delim
 
37269
+am__include!$am__include$ac_delim
 
37270
+am__quote!$am__quote$ac_delim
 
37271
+AMDEP_TRUE!$AMDEP_TRUE$ac_delim
 
37272
+AMDEP_FALSE!$AMDEP_FALSE$ac_delim
 
37273
+AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
 
37274
+CCDEPMODE!$CCDEPMODE$ac_delim
 
37275
+am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
 
37276
+am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
 
37277
+CPP!$CPP$ac_delim
 
37278
+CXX!$CXX$ac_delim
 
37279
+CXXFLAGS!$CXXFLAGS$ac_delim
 
37280
+ac_ct_CXX!$ac_ct_CXX$ac_delim
 
37281
+_ACEOF
 
37282
+
 
37283
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
37284
+    break
 
37285
+  elif $ac_last_try; then
 
37286
+    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
37287
+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
37288
+   { (exit 1); exit 1; }; }
 
37289
+  else
 
37290
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
37291
   fi
 
37292
-fi # test -n "$CONFIG_FILES"
 
37293
+done
 
37294
+
 
37295
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
37296
+if test -n "$ac_eof"; then
 
37297
+  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
37298
+  ac_eof=`expr $ac_eof + 1`
 
37299
+fi
 
37300
+
 
37301
+cat >>$CONFIG_STATUS <<_ACEOF
 
37302
+cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
 
37303
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
37304
+_ACEOF
 
37305
+sed '
 
37306
+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
37307
+s/^/s,@/; s/!/@,|#_!!_#|/
 
37308
+:n
 
37309
+t n
 
37310
+s/'"$ac_delim"'$/,g/; t
 
37311
+s/$/\\/; p
 
37312
+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
37313
+' >>$CONFIG_STATUS <conf$$subs.sed
 
37314
+rm -f conf$$subs.sed
 
37315
+cat >>$CONFIG_STATUS <<_ACEOF
 
37316
+CEOF$ac_eof
 
37317
+_ACEOF
 
37318
+
 
37319
 
 
37320
+ac_delim='%!_!# '
 
37321
+for ac_last_try in false false false false false :; do
 
37322
+  cat >conf$$subs.sed <<_ACEOF
 
37323
+CXXDEPMODE!$CXXDEPMODE$ac_delim
 
37324
+am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
 
37325
+am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
 
37326
+WOVERLOADED_VIRTUAL!$WOVERLOADED_VIRTUAL$ac_delim
 
37327
+HAVE_GCC_VISIBILITY!$HAVE_GCC_VISIBILITY$ac_delim
 
37328
+unsermake_enable_pch_TRUE!$unsermake_enable_pch_TRUE$ac_delim
 
37329
+unsermake_enable_pch_FALSE!$unsermake_enable_pch_FALSE$ac_delim
 
37330
+USE_EXCEPTIONS!$USE_EXCEPTIONS$ac_delim
 
37331
+USE_RTTI!$USE_RTTI$ac_delim
 
37332
+CXXCPP!$CXXCPP$ac_delim
 
37333
+NOOPT_CXXFLAGS!$NOOPT_CXXFLAGS$ac_delim
 
37334
+NOOPT_CFLAGS!$NOOPT_CFLAGS$ac_delim
 
37335
+ENABLE_PERMISSIVE_FLAG!$ENABLE_PERMISSIVE_FLAG$ac_delim
 
37336
+LDFLAGS_AS_NEEDED!$LDFLAGS_AS_NEEDED$ac_delim
 
37337
+LDFLAGS_NEW_DTAGS!$LDFLAGS_NEW_DTAGS$ac_delim
 
37338
+KDE_USE_FINAL_TRUE!$KDE_USE_FINAL_TRUE$ac_delim
 
37339
+KDE_USE_FINAL_FALSE!$KDE_USE_FINAL_FALSE$ac_delim
 
37340
+KDE_USE_CLOSURE_TRUE!$KDE_USE_CLOSURE_TRUE$ac_delim
 
37341
+KDE_USE_CLOSURE_FALSE!$KDE_USE_CLOSURE_FALSE$ac_delim
 
37342
+KDE_NO_UNDEFINED!$KDE_NO_UNDEFINED$ac_delim
 
37343
+KDE_USE_NMCHECK_TRUE!$KDE_USE_NMCHECK_TRUE$ac_delim
 
37344
+KDE_USE_NMCHECK_FALSE!$KDE_USE_NMCHECK_FALSE$ac_delim
 
37345
+SED!$SED$ac_delim
 
37346
+GREP!$GREP$ac_delim
 
37347
+EGREP!$EGREP$ac_delim
 
37348
+LN_S!$LN_S$ac_delim
 
37349
+ECHO!$ECHO$ac_delim
 
37350
+AR!$AR$ac_delim
 
37351
+RANLIB!$RANLIB$ac_delim
 
37352
+F77!$F77$ac_delim
 
37353
+FFLAGS!$FFLAGS$ac_delim
 
37354
+ac_ct_F77!$ac_ct_F77$ac_delim
 
37355
+LIBTOOL!$LIBTOOL$ac_delim
 
37356
+KDE_PLUGIN!$KDE_PLUGIN$ac_delim
 
37357
+KDE_CHECK_PLUGIN!$KDE_CHECK_PLUGIN$ac_delim
 
37358
+MSGFMT!$MSGFMT$ac_delim
 
37359
+GMSGFMT!$GMSGFMT$ac_delim
 
37360
+XGETTEXT!$XGETTEXT$ac_delim
 
37361
+LIBUTIL!$LIBUTIL$ac_delim
 
37362
+LIBCOMPAT!$LIBCOMPAT$ac_delim
 
37363
+LIBCRYPT!$LIBCRYPT$ac_delim
 
37364
+LIBRESOLV!$LIBRESOLV$ac_delim
 
37365
+LIB_POLL!$LIB_POLL$ac_delim
 
37366
+FRAMEWORK_COREAUDIO!$FRAMEWORK_COREAUDIO$ac_delim
 
37367
+LIBSOCKET!$LIBSOCKET$ac_delim
 
37368
+X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
 
37369
+LIBUCB!$LIBUCB$ac_delim
 
37370
+LIBDL!$LIBDL$ac_delim
 
37371
+KDE_USE_FPIE!$KDE_USE_FPIE$ac_delim
 
37372
+KDE_USE_PIE!$KDE_USE_PIE$ac_delim
 
37373
+include_x11_TRUE!$include_x11_TRUE$ac_delim
 
37374
+include_x11_FALSE!$include_x11_FALSE$ac_delim
 
37375
+XMKMF!$XMKMF$ac_delim
 
37376
+X_PRE_LIBS!$X_PRE_LIBS$ac_delim
 
37377
+LIB_X11!$LIB_X11$ac_delim
 
37378
+LIB_XRENDER!$LIB_XRENDER$ac_delim
 
37379
+LIBSM!$LIBSM$ac_delim
 
37380
+X_INCLUDES!$X_INCLUDES$ac_delim
 
37381
+X_LDFLAGS!$X_LDFLAGS$ac_delim
 
37382
+x_includes!$x_includes$ac_delim
 
37383
+x_libraries!$x_libraries$ac_delim
 
37384
+QTE_NORTTI!$QTE_NORTTI$ac_delim
 
37385
+LIB_XEXT!$LIB_XEXT$ac_delim
 
37386
+LIBPTHREAD!$LIBPTHREAD$ac_delim
 
37387
+USE_THREADS!$USE_THREADS$ac_delim
 
37388
+KDE_MT_LDFLAGS!$KDE_MT_LDFLAGS$ac_delim
 
37389
+KDE_MT_LIBS!$KDE_MT_LIBS$ac_delim
 
37390
+USER_INCLUDES!$USER_INCLUDES$ac_delim
 
37391
+USER_LDFLAGS!$USER_LDFLAGS$ac_delim
 
37392
+LIBZ!$LIBZ$ac_delim
 
37393
+LIBPNG!$LIBPNG$ac_delim
 
37394
+LIBJPEG!$LIBJPEG$ac_delim
 
37395
+qt_libraries!$qt_libraries$ac_delim
 
37396
+qt_includes!$qt_includes$ac_delim
 
37397
+QT_INCLUDES!$QT_INCLUDES$ac_delim
 
37398
+QT_LDFLAGS!$QT_LDFLAGS$ac_delim
 
37399
+PERL!$PERL$ac_delim
 
37400
+MOC!$MOC$ac_delim
 
37401
+UIC!$UIC$ac_delim
 
37402
+UIC_TR!$UIC_TR$ac_delim
 
37403
+LIB_QT!$LIB_QT$ac_delim
 
37404
+LIB_QPE!$LIB_QPE$ac_delim
 
37405
+kde_qtver!$kde_qtver$ac_delim
 
37406
+KDE_EXTRA_RPATH!$KDE_EXTRA_RPATH$ac_delim
 
37407
+KDE_RPATH!$KDE_RPATH$ac_delim
 
37408
+X_RPATH!$X_RPATH$ac_delim
 
37409
+kde_libraries!$kde_libraries$ac_delim
 
37410
+kde_includes!$kde_includes$ac_delim
 
37411
+KDE_LDFLAGS!$KDE_LDFLAGS$ac_delim
 
37412
+KDE_INCLUDES!$KDE_INCLUDES$ac_delim
 
37413
+all_includes!$all_includes$ac_delim
 
37414
+all_libraries!$all_libraries$ac_delim
 
37415
+AUTODIRS!$AUTODIRS$ac_delim
 
37416
+include_ARTS_TRUE!$include_ARTS_TRUE$ac_delim
 
37417
+include_ARTS_FALSE!$include_ARTS_FALSE$ac_delim
 
37418
+MAKEKDEWIDGETS!$MAKEKDEWIDGETS$ac_delim
 
37419
+KCONFIG_COMPILER!$KCONFIG_COMPILER$ac_delim
 
37420
 _ACEOF
 
37421
+
 
37422
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
37423
+    break
 
37424
+  elif $ac_last_try; then
 
37425
+    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
37426
+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
37427
+   { (exit 1); exit 1; }; }
 
37428
+  else
 
37429
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
37430
+  fi
 
37431
+done
 
37432
+
 
37433
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
37434
+if test -n "$ac_eof"; then
 
37435
+  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
37436
+  ac_eof=`expr $ac_eof + 1`
 
37437
+fi
 
37438
+
 
37439
+cat >>$CONFIG_STATUS <<_ACEOF
 
37440
+cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
 
37441
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
37442
+_ACEOF
 
37443
+sed '
 
37444
+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
37445
+s/^/s,@/; s/!/@,|#_!!_#|/
 
37446
+:n
 
37447
+t n
 
37448
+s/'"$ac_delim"'$/,g/; t
 
37449
+s/$/\\/; p
 
37450
+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
37451
+' >>$CONFIG_STATUS <conf$$subs.sed
 
37452
+rm -f conf$$subs.sed
 
37453
+cat >>$CONFIG_STATUS <<_ACEOF
 
37454
+CEOF$ac_eof
 
37455
+_ACEOF
 
37456
+
 
37457
+
 
37458
+ac_delim='%!_!# '
 
37459
+for ac_last_try in false false false false false :; do
 
37460
+  cat >conf$$subs.sed <<_ACEOF
 
37461
+KCFG_DEPENDENCIES!$KCFG_DEPENDENCIES$ac_delim
 
37462
+DCOPIDLNG!$DCOPIDLNG$ac_delim
 
37463
+DCOPIDL!$DCOPIDL$ac_delim
 
37464
+DCOPIDL2CPP!$DCOPIDL2CPP$ac_delim
 
37465
+DCOP_DEPENDENCIES!$DCOP_DEPENDENCIES$ac_delim
 
37466
+MCOPIDL!$MCOPIDL$ac_delim
 
37467
+ARTSCCONFIG!$ARTSCCONFIG$ac_delim
 
37468
+MEINPROC!$MEINPROC$ac_delim
 
37469
+KDE_XSL_STYLESHEET!$KDE_XSL_STYLESHEET$ac_delim
 
37470
+XMLLINT!$XMLLINT$ac_delim
 
37471
+kde_htmldir!$kde_htmldir$ac_delim
 
37472
+kde_appsdir!$kde_appsdir$ac_delim
 
37473
+kde_icondir!$kde_icondir$ac_delim
 
37474
+kde_sounddir!$kde_sounddir$ac_delim
 
37475
+kde_datadir!$kde_datadir$ac_delim
 
37476
+kde_locale!$kde_locale$ac_delim
 
37477
+kde_confdir!$kde_confdir$ac_delim
 
37478
+kde_kcfgdir!$kde_kcfgdir$ac_delim
 
37479
+kde_mimedir!$kde_mimedir$ac_delim
 
37480
+kde_wallpaperdir!$kde_wallpaperdir$ac_delim
 
37481
+kde_bindir!$kde_bindir$ac_delim
 
37482
+xdg_appsdir!$xdg_appsdir$ac_delim
 
37483
+xdg_menudir!$xdg_menudir$ac_delim
 
37484
+xdg_directorydir!$xdg_directorydir$ac_delim
 
37485
+kde_templatesdir!$kde_templatesdir$ac_delim
 
37486
+kde_servicesdir!$kde_servicesdir$ac_delim
 
37487
+kde_servicetypesdir!$kde_servicetypesdir$ac_delim
 
37488
+kde_moduledir!$kde_moduledir$ac_delim
 
37489
+kdeinitdir!$kdeinitdir$ac_delim
 
37490
+kde_styledir!$kde_styledir$ac_delim
 
37491
+kde_widgetdir!$kde_widgetdir$ac_delim
 
37492
+LIB_KDED!$LIB_KDED$ac_delim
 
37493
+LIB_KDECORE!$LIB_KDECORE$ac_delim
 
37494
+LIB_KDEUI!$LIB_KDEUI$ac_delim
 
37495
+LIB_KIO!$LIB_KIO$ac_delim
 
37496
+LIB_KJS!$LIB_KJS$ac_delim
 
37497
+LIB_SMB!$LIB_SMB$ac_delim
 
37498
+LIB_KAB!$LIB_KAB$ac_delim
 
37499
+LIB_KABC!$LIB_KABC$ac_delim
 
37500
+LIB_KHTML!$LIB_KHTML$ac_delim
 
37501
+LIB_KSPELL!$LIB_KSPELL$ac_delim
 
37502
+LIB_KPARTS!$LIB_KPARTS$ac_delim
 
37503
+LIB_KDEPRINT!$LIB_KDEPRINT$ac_delim
 
37504
+LIB_KUTILS!$LIB_KUTILS$ac_delim
 
37505
+LIB_KDEPIM!$LIB_KDEPIM$ac_delim
 
37506
+LIB_KIMPROXY!$LIB_KIMPROXY$ac_delim
 
37507
+LIB_KNEWSTUFF!$LIB_KNEWSTUFF$ac_delim
 
37508
+LIB_KDNSSD!$LIB_KDNSSD$ac_delim
 
37509
+LIB_KUNITTEST!$LIB_KUNITTEST$ac_delim
 
37510
+LIB_KSYCOCA!$LIB_KSYCOCA$ac_delim
 
37511
+LIB_KFILE!$LIB_KFILE$ac_delim
 
37512
+LIB_KFM!$LIB_KFM$ac_delim
 
37513
+LIB_ARTS!$LIB_ARTS$ac_delim
 
37514
+QTDOCDIR!$QTDOCDIR$ac_delim
 
37515
+KDE_HAVE_DOT!$KDE_HAVE_DOT$ac_delim
 
37516
+DOXYGEN!$DOXYGEN$ac_delim
 
37517
+DOXYGEN_PROJECT_NAME!$DOXYGEN_PROJECT_NAME$ac_delim
 
37518
+DOXYGEN_PROJECT_NUMBER!$DOXYGEN_PROJECT_NUMBER$ac_delim
 
37519
+KDE_HAS_DOXYGEN!$KDE_HAS_DOXYGEN$ac_delim
 
37520
+LIB_KIMIFACE!$LIB_KIMIFACE$ac_delim
 
37521
+TOPSUBDIRS!$TOPSUBDIRS$ac_delim
 
37522
+doc_SUBDIR_included_TRUE!$doc_SUBDIR_included_TRUE$ac_delim
 
37523
+doc_SUBDIR_included_FALSE!$doc_SUBDIR_included_FALSE$ac_delim
 
37524
+konversation_SUBDIR_included_TRUE!$konversation_SUBDIR_included_TRUE$ac_delim
 
37525
+konversation_SUBDIR_included_FALSE!$konversation_SUBDIR_included_FALSE$ac_delim
 
37526
+po_SUBDIR_included_TRUE!$po_SUBDIR_included_TRUE$ac_delim
 
37527
+po_SUBDIR_included_FALSE!$po_SUBDIR_included_FALSE$ac_delim
 
37528
+LIBOBJS!$LIBOBJS$ac_delim
 
37529
+LTLIBOBJS!$LTLIBOBJS$ac_delim
 
37530
+_ACEOF
 
37531
+
 
37532
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 69; then
 
37533
+    break
 
37534
+  elif $ac_last_try; then
 
37535
+    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
37536
+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
37537
+   { (exit 1); exit 1; }; }
 
37538
+  else
 
37539
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
37540
+  fi
 
37541
+done
 
37542
+
 
37543
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
37544
+if test -n "$ac_eof"; then
 
37545
+  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
37546
+  ac_eof=`expr $ac_eof + 1`
 
37547
+fi
 
37548
+
 
37549
+cat >>$CONFIG_STATUS <<_ACEOF
 
37550
+cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
 
37551
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
 
37552
+_ACEOF
 
37553
+sed '
 
37554
+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
37555
+s/^/s,@/; s/!/@,|#_!!_#|/
 
37556
+:n
 
37557
+t n
 
37558
+s/'"$ac_delim"'$/,g/; t
 
37559
+s/$/\\/; p
 
37560
+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
37561
+' >>$CONFIG_STATUS <conf$$subs.sed
 
37562
+rm -f conf$$subs.sed
 
37563
+cat >>$CONFIG_STATUS <<_ACEOF
 
37564
+:end
 
37565
+s/|#_!!_#|//g
 
37566
+CEOF$ac_eof
 
37567
+_ACEOF
 
37568
+
 
37569
+
 
37570
+# VPATH may cause trouble with some makes, so we remove $(srcdir),
 
37571
+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 
37572
+# trailing colons and then remove the whole line if VPATH becomes empty
 
37573
+# (actually we leave an empty line to preserve line numbers).
 
37574
+if test "x$srcdir" = x.; then
 
37575
+  ac_vpsub='/^[         ]*VPATH[        ]*=/{
 
37576
+s/:*\$(srcdir):*/:/
 
37577
+s/:*\${srcdir}:*/:/
 
37578
+s/:*@srcdir@:*/:/
 
37579
+s/^\([^=]*=[    ]*\):*/\1/
 
37580
+s/:*$//
 
37581
+s/^[^=]*=[      ]*$//
 
37582
+}'
 
37583
+fi
 
37584
+
 
37585
 cat >>$CONFIG_STATUS <<\_ACEOF
 
37586
-for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
 
37587
-  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
 
37588
-  case $ac_file in
 
37589
-  - | *:- | *:-:* ) # input from stdin
 
37590
-       cat >$tmp/stdin
 
37591
-       ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 
37592
-       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 
37593
-  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 
37594
-       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 
37595
-  * )   ac_file_in=$ac_file.in ;;
 
37596
+fi # test -n "$CONFIG_FILES"
 
37597
+
 
37598
+
 
37599
+for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
 
37600
+do
 
37601
+  case $ac_tag in
 
37602
+  :[FHLC]) ac_mode=$ac_tag; continue;;
 
37603
+  esac
 
37604
+  case $ac_mode$ac_tag in
 
37605
+  :[FHL]*:*);;
 
37606
+  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
 
37607
+echo "$as_me: error: Invalid tag $ac_tag." >&2;}
 
37608
+   { (exit 1); exit 1; }; };;
 
37609
+  :[FH]-) ac_tag=-:-;;
 
37610
+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 
37611
+  esac
 
37612
+  ac_save_IFS=$IFS
 
37613
+  IFS=:
 
37614
+  set x $ac_tag
 
37615
+  IFS=$ac_save_IFS
 
37616
+  shift
 
37617
+  ac_file=$1
 
37618
+  shift
 
37619
+
 
37620
+  case $ac_mode in
 
37621
+  :L) ac_source=$1;;
 
37622
+  :[FH])
 
37623
+    ac_file_inputs=
 
37624
+    for ac_f
 
37625
+    do
 
37626
+      case $ac_f in
 
37627
+      -) ac_f="$tmp/stdin";;
 
37628
+      *) # Look for the file first in the build tree, then in the source tree
 
37629
+        # (if the path is not absolute).  The absolute path cannot be DOS-style,
 
37630
+        # because $ac_f cannot contain `:'.
 
37631
+        test -f "$ac_f" ||
 
37632
+          case $ac_f in
 
37633
+          [\\/$]*) false;;
 
37634
+          *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 
37635
+          esac ||
 
37636
+          { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
 
37637
+echo "$as_me: error: cannot find input file: $ac_f" >&2;}
 
37638
+   { (exit 1); exit 1; }; };;
 
37639
+      esac
 
37640
+      ac_file_inputs="$ac_file_inputs $ac_f"
 
37641
+    done
 
37642
+
 
37643
+    # Let's still pretend it is `configure' which instantiates (i.e., don't
 
37644
+    # use $as_me), people would be surprised to read:
 
37645
+    #    /* config.h.  Generated by config.status.  */
 
37646
+    configure_input="Generated from "`IFS=:
 
37647
+         echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
 
37648
+    if test x"$ac_file" != x-; then
 
37649
+      configure_input="$ac_file.  $configure_input"
 
37650
+      { echo "$as_me:$LINENO: creating $ac_file" >&5
 
37651
+echo "$as_me: creating $ac_file" >&6;}
 
37652
+    fi
 
37653
+
 
37654
+    case $ac_tag in
 
37655
+    *:-:* | *:-) cat >"$tmp/stdin";;
 
37656
+    esac
 
37657
+    ;;
 
37658
   esac
 
37659
 
 
37660
-  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
 
37661
-  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
 
37662
+  ac_dir=`$as_dirname -- "$ac_file" ||
 
37663
 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
37664
         X"$ac_file" : 'X\(//\)[^/]' \| \
 
37665
         X"$ac_file" : 'X\(//\)$' \| \
 
37666
-        X"$ac_file" : 'X\(/\)' \| \
 
37667
-        .     : '\(.\)' 2>/dev/null ||
 
37668
+        X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 
37669
 echo X"$ac_file" |
 
37670
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
37671
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
37672
-         /^X\(\/\/\)$/{ s//\1/; q; }
 
37673
-         /^X\(\/\).*/{ s//\1/; q; }
 
37674
-         s/.*/./; q'`
 
37675
-  { if $as_mkdir_p; then
 
37676
-    mkdir -p "$ac_dir"
 
37677
-  else
 
37678
-    as_dir="$ac_dir"
 
37679
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
37680
+           s//\1/
 
37681
+           q
 
37682
+         }
 
37683
+         /^X\(\/\/\)[^/].*/{
 
37684
+           s//\1/
 
37685
+           q
 
37686
+         }
 
37687
+         /^X\(\/\/\)$/{
 
37688
+           s//\1/
 
37689
+           q
 
37690
+         }
 
37691
+         /^X\(\/\).*/{
 
37692
+           s//\1/
 
37693
+           q
 
37694
+         }
 
37695
+         s/.*/./; q'`
 
37696
+  { as_dir="$ac_dir"
 
37697
+  case $as_dir in #(
 
37698
+  -*) as_dir=./$as_dir;;
 
37699
+  esac
 
37700
+  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 
37701
     as_dirs=
 
37702
-    while test ! -d "$as_dir"; do
 
37703
-      as_dirs="$as_dir $as_dirs"
 
37704
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 
37705
+    while :; do
 
37706
+      case $as_dir in #(
 
37707
+      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 
37708
+      *) as_qdir=$as_dir;;
 
37709
+      esac
 
37710
+      as_dirs="'$as_qdir' $as_dirs"
 
37711
+      as_dir=`$as_dirname -- "$as_dir" ||
 
37712
 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
37713
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
37714
         X"$as_dir" : 'X\(//\)$' \| \
 
37715
-        X"$as_dir" : 'X\(/\)' \| \
 
37716
-        .     : '\(.\)' 2>/dev/null ||
 
37717
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
37718
 echo X"$as_dir" |
 
37719
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
37720
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
37721
-         /^X\(\/\/\)$/{ s//\1/; q; }
 
37722
-         /^X\(\/\).*/{ s//\1/; q; }
 
37723
-         s/.*/./; q'`
 
37724
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
37725
+           s//\1/
 
37726
+           q
 
37727
+         }
 
37728
+         /^X\(\/\/\)[^/].*/{
 
37729
+           s//\1/
 
37730
+           q
 
37731
+         }
 
37732
+         /^X\(\/\/\)$/{
 
37733
+           s//\1/
 
37734
+           q
 
37735
+         }
 
37736
+         /^X\(\/\).*/{
 
37737
+           s//\1/
 
37738
+           q
 
37739
+         }
 
37740
+         s/.*/./; q'`
 
37741
+      test -d "$as_dir" && break
 
37742
     done
 
37743
-    test ! -n "$as_dirs" || mkdir $as_dirs
 
37744
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
 
37745
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
 
37746
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
37747
+  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
37748
+echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
37749
    { (exit 1); exit 1; }; }; }
 
37750
-
 
37751
   ac_builddir=.
 
37752
 
 
37753
-if test "$ac_dir" != .; then
 
37754
+case "$ac_dir" in
 
37755
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
37756
+*)
 
37757
   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 
37758
-  # A "../" for each directory in $ac_dir_suffix.
 
37759
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
 
37760
-else
 
37761
-  ac_dir_suffix= ac_top_builddir=
 
37762
-fi
 
37763
+  # A ".." for each directory in $ac_dir_suffix.
 
37764
+  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 
37765
+  case $ac_top_builddir_sub in
 
37766
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
37767
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
37768
+  esac ;;
 
37769
+esac
 
37770
+ac_abs_top_builddir=$ac_pwd
 
37771
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
 
37772
+# for backward compatibility:
 
37773
+ac_top_builddir=$ac_top_build_prefix
 
37774
 
 
37775
 case $srcdir in
 
37776
-  .)  # No --srcdir option.  We are building in place.
 
37777
+  .)  # We are building in place.
 
37778
     ac_srcdir=.
 
37779
-    if test -z "$ac_top_builddir"; then
 
37780
-       ac_top_srcdir=.
 
37781
-    else
 
37782
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
 
37783
-    fi ;;
 
37784
-  [\\/]* | ?:[\\/]* )  # Absolute path.
 
37785
+    ac_top_srcdir=$ac_top_builddir_sub
 
37786
+    ac_abs_top_srcdir=$ac_pwd ;;
 
37787
+  [\\/]* | ?:[\\/]* )  # Absolute name.
 
37788
     ac_srcdir=$srcdir$ac_dir_suffix;
 
37789
-    ac_top_srcdir=$srcdir ;;
 
37790
-  *) # Relative path.
 
37791
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
 
37792
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
 
37793
+    ac_top_srcdir=$srcdir
 
37794
+    ac_abs_top_srcdir=$srcdir ;;
 
37795
+  *) # Relative name.
 
37796
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 
37797
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
 
37798
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 
37799
 esac
 
37800
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
37801
 
 
37802
-# Do not use `cd foo && pwd` to compute absolute paths, because
 
37803
-# the directories may not exist.
 
37804
-case `pwd` in
 
37805
-.) ac_abs_builddir="$ac_dir";;
 
37806
-*)
 
37807
-  case "$ac_dir" in
 
37808
-  .) ac_abs_builddir=`pwd`;;
 
37809
-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
 
37810
-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
 
37811
-  esac;;
 
37812
-esac
 
37813
-case $ac_abs_builddir in
 
37814
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
 
37815
-*)
 
37816
-  case ${ac_top_builddir}. in
 
37817
-  .) ac_abs_top_builddir=$ac_abs_builddir;;
 
37818
-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
 
37819
-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
 
37820
-  esac;;
 
37821
-esac
 
37822
-case $ac_abs_builddir in
 
37823
-.) ac_abs_srcdir=$ac_srcdir;;
 
37824
-*)
 
37825
-  case $ac_srcdir in
 
37826
-  .) ac_abs_srcdir=$ac_abs_builddir;;
 
37827
-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
 
37828
-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
 
37829
-  esac;;
 
37830
-esac
 
37831
-case $ac_abs_builddir in
 
37832
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
 
37833
-*)
 
37834
-  case $ac_top_srcdir in
 
37835
-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
 
37836
-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
 
37837
-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
 
37838
-  esac;;
 
37839
-esac
 
37840
 
 
37841
+  case $ac_mode in
 
37842
+  :F)
 
37843
+  #
 
37844
+  # CONFIG_FILE
 
37845
+  #
 
37846
 
 
37847
   case $INSTALL in
 
37848
   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
 
37849
-  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
 
37850
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
 
37851
   esac
 
37852
+_ACEOF
 
37853
 
 
37854
-  if test x"$ac_file" != x-; then
 
37855
-    { echo "$as_me:$LINENO: creating $ac_file" >&5
 
37856
-echo "$as_me: creating $ac_file" >&6;}
 
37857
-    rm -f "$ac_file"
 
37858
-  fi
 
37859
-  # Let's still pretend it is `configure' which instantiates (i.e., don't
 
37860
-  # use $as_me), people would be surprised to read:
 
37861
-  #    /* config.h.  Generated by config.status.  */
 
37862
-  if test x"$ac_file" = x-; then
 
37863
-    configure_input=
 
37864
-  else
 
37865
-    configure_input="$ac_file.  "
 
37866
-  fi
 
37867
-  configure_input=$configure_input"Generated from `echo $ac_file_in |
 
37868
-                                    sed 's,.*/,,'` by configure."
 
37869
-
 
37870
-  # First look for the input files in the build tree, otherwise in the
 
37871
-  # src tree.
 
37872
-  ac_file_inputs=`IFS=:
 
37873
-    for f in $ac_file_in; do
 
37874
-      case $f in
 
37875
-      -) echo $tmp/stdin ;;
 
37876
-      [\\/$]*)
 
37877
-        # Absolute (can't be DOS-style, as IFS=:)
 
37878
-        test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 
37879
-echo "$as_me: error: cannot find input file: $f" >&2;}
 
37880
-   { (exit 1); exit 1; }; }
 
37881
-        echo "$f";;
 
37882
-      *) # Relative
 
37883
-        if test -f "$f"; then
 
37884
-          # Build tree
 
37885
-          echo "$f"
 
37886
-        elif test -f "$srcdir/$f"; then
 
37887
-          # Source tree
 
37888
-          echo "$srcdir/$f"
 
37889
-        else
 
37890
-          # /dev/null tree
 
37891
-          { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 
37892
-echo "$as_me: error: cannot find input file: $f" >&2;}
 
37893
-   { (exit 1); exit 1; }; }
 
37894
-        fi;;
 
37895
-      esac
 
37896
-    done` || { (exit 1); exit 1; }
 
37897
+cat >>$CONFIG_STATUS <<\_ACEOF
 
37898
+# If the template does not know about datarootdir, expand it.
 
37899
+# FIXME: This hack should be removed a few years after 2.60.
 
37900
+ac_datarootdir_hack=; ac_datarootdir_seen=
 
37901
+
 
37902
+case `sed -n '/datarootdir/ {
 
37903
+  p
 
37904
+  q
 
37905
+}
 
37906
+/@datadir@/p
 
37907
+/@docdir@/p
 
37908
+/@infodir@/p
 
37909
+/@localedir@/p
 
37910
+/@mandir@/p
 
37911
+' $ac_file_inputs` in
 
37912
+*datarootdir*) ac_datarootdir_seen=yes;;
 
37913
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 
37914
+  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 
37915
+echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 
37916
+_ACEOF
 
37917
+cat >>$CONFIG_STATUS <<_ACEOF
 
37918
+  ac_datarootdir_hack='
 
37919
+  s&@datadir@&$datadir&g
 
37920
+  s&@docdir@&$docdir&g
 
37921
+  s&@infodir@&$infodir&g
 
37922
+  s&@localedir@&$localedir&g
 
37923
+  s&@mandir@&$mandir&g
 
37924
+    s&\\\${datarootdir}&$datarootdir&g' ;;
 
37925
+esac
 
37926
 _ACEOF
 
37927
+
 
37928
+# Neutralize VPATH when `$srcdir' = `.'.
 
37929
+# Shell code in configure.ac might set extrasub.
 
37930
+# FIXME: do we really want to maintain this feature?
 
37931
 cat >>$CONFIG_STATUS <<_ACEOF
 
37932
   sed "$ac_vpsub
 
37933
 $extrasub
 
37934
@@ -34466,248 +35006,130 @@
 
37935
 cat >>$CONFIG_STATUS <<\_ACEOF
 
37936
 :t
 
37937
 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
37938
-s,@configure_input@,$configure_input,;t t
 
37939
-s,@srcdir@,$ac_srcdir,;t t
 
37940
-s,@abs_srcdir@,$ac_abs_srcdir,;t t
 
37941
-s,@top_srcdir@,$ac_top_srcdir,;t t
 
37942
-s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
 
37943
-s,@builddir@,$ac_builddir,;t t
 
37944
-s,@abs_builddir@,$ac_abs_builddir,;t t
 
37945
-s,@top_builddir@,$ac_top_builddir,;t t
 
37946
-s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
 
37947
-s,@INSTALL@,$ac_INSTALL,;t t
 
37948
-" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
 
37949
-  rm -f $tmp/stdin
 
37950
-  if test x"$ac_file" != x-; then
 
37951
-    mv $tmp/out $ac_file
 
37952
-  else
 
37953
-    cat $tmp/out
 
37954
-    rm -f $tmp/out
 
37955
-  fi
 
37956
-
 
37957
-done
 
37958
-_ACEOF
 
37959
-cat >>$CONFIG_STATUS <<\_ACEOF
 
37960
+s&@configure_input@&$configure_input&;t t
 
37961
+s&@top_builddir@&$ac_top_builddir_sub&;t t
 
37962
+s&@srcdir@&$ac_srcdir&;t t
 
37963
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
 
37964
+s&@top_srcdir@&$ac_top_srcdir&;t t
 
37965
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
 
37966
+s&@builddir@&$ac_builddir&;t t
 
37967
+s&@abs_builddir@&$ac_abs_builddir&;t t
 
37968
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 
37969
+s&@INSTALL@&$ac_INSTALL&;t t
 
37970
+$ac_datarootdir_hack
 
37971
+" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" >$tmp/out
 
37972
+
 
37973
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 
37974
+  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 
37975
+  { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 
37976
+  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
37977
+which seems to be undefined.  Please make sure it is defined." >&5
 
37978
+echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
37979
+which seems to be undefined.  Please make sure it is defined." >&2;}
 
37980
 
 
37981
-#
 
37982
-# CONFIG_HEADER section.
 
37983
-#
 
37984
-
 
37985
-# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
 
37986
-# NAME is the cpp macro being defined and VALUE is the value it is being given.
 
37987
-#
 
37988
-# ac_d sets the value in "#define NAME VALUE" lines.
 
37989
-ac_dA='s,^\([   ]*\)#\([        ]*define[       ][      ]*\)'
 
37990
-ac_dB='[        ].*$,\1#\2'
 
37991
-ac_dC=' '
 
37992
-ac_dD=',;t'
 
37993
-# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
 
37994
-ac_uA='s,^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
 
37995
-ac_uB='$,\1#\2define\3'
 
37996
-ac_uC=' '
 
37997
-ac_uD=',;t'
 
37998
-
 
37999
-for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
 
38000
-  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
 
38001
+  rm -f "$tmp/stdin"
 
38002
   case $ac_file in
 
38003
-  - | *:- | *:-:* ) # input from stdin
 
38004
-       cat >$tmp/stdin
 
38005
-       ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 
38006
-       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 
38007
-  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
 
38008
-       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
 
38009
-  * )   ac_file_in=$ac_file.in ;;
 
38010
+  -) cat "$tmp/out"; rm -f "$tmp/out";;
 
38011
+  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
 
38012
   esac
 
38013
-
 
38014
-  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
 
38015
-echo "$as_me: creating $ac_file" >&6;}
 
38016
-
 
38017
-  # First look for the input files in the build tree, otherwise in the
 
38018
-  # src tree.
 
38019
-  ac_file_inputs=`IFS=:
 
38020
-    for f in $ac_file_in; do
 
38021
-      case $f in
 
38022
-      -) echo $tmp/stdin ;;
 
38023
-      [\\/$]*)
 
38024
-        # Absolute (can't be DOS-style, as IFS=:)
 
38025
-        test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 
38026
-echo "$as_me: error: cannot find input file: $f" >&2;}
 
38027
-   { (exit 1); exit 1; }; }
 
38028
-        # Do quote $f, to prevent DOS paths from being IFS'd.
 
38029
-        echo "$f";;
 
38030
-      *) # Relative
 
38031
-        if test -f "$f"; then
 
38032
-          # Build tree
 
38033
-          echo "$f"
 
38034
-        elif test -f "$srcdir/$f"; then
 
38035
-          # Source tree
 
38036
-          echo "$srcdir/$f"
 
38037
-        else
 
38038
-          # /dev/null tree
 
38039
-          { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 
38040
-echo "$as_me: error: cannot find input file: $f" >&2;}
 
38041
-   { (exit 1); exit 1; }; }
 
38042
-        fi;;
 
38043
-      esac
 
38044
-    done` || { (exit 1); exit 1; }
 
38045
-  # Remove the trailing spaces.
 
38046
-  sed 's/[      ]*$//' $ac_file_inputs >$tmp/in
 
38047
-
 
38048
+ ;;
 
38049
+  :H)
 
38050
+  #
 
38051
+  # CONFIG_HEADER
 
38052
+  #
 
38053
 _ACEOF
 
38054
 
 
38055
-# Transform confdefs.h into two sed scripts, `conftest.defines' and
 
38056
-# `conftest.undefs', that substitutes the proper values into
 
38057
-# config.h.in to produce config.h.  The first handles `#define'
 
38058
-# templates, and the second `#undef' templates.
 
38059
-# And first: Protect against being on the right side of a sed subst in
 
38060
-# config.status.  Protect against being in an unquoted here document
 
38061
-# in config.status.
 
38062
-rm -f conftest.defines conftest.undefs
 
38063
-# Using a here document instead of a string reduces the quoting nightmare.
 
38064
-# Putting comments in sed scripts is not portable.
 
38065
-#
 
38066
-# `end' is used to avoid that the second main sed command (meant for
 
38067
-# 0-ary CPP macros) applies to n-ary macro definitions.
 
38068
-# See the Autoconf documentation for `clear'.
 
38069
-cat >confdef2sed.sed <<\_ACEOF
 
38070
-s/[\\&,]/\\&/g
 
38071
-s,[\\$`],\\&,g
 
38072
-t clear
 
38073
-: clear
 
38074
-s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
 
38075
-t end
 
38076
-s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
 
38077
-: end
 
38078
-_ACEOF
 
38079
-# If some macros were called several times there might be several times
 
38080
-# the same #defines, which is useless.  Nevertheless, we may not want to
 
38081
-# sort them, since we want the *last* AC-DEFINE to be honored.
 
38082
-uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
 
38083
-sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
 
38084
-rm -f confdef2sed.sed
 
38085
+# Transform confdefs.h into a sed script `conftest.defines', that
 
38086
+# substitutes the proper values into config.h.in to produce config.h.
 
38087
+rm -f conftest.defines conftest.tail
 
38088
+# First, append a space to every undef/define line, to ease matching.
 
38089
+echo 's/$/ /' >conftest.defines
 
38090
+# Then, protect against being on the right side of a sed subst, or in
 
38091
+# an unquoted here document, in config.status.  If some macros were
 
38092
+# called several times there might be several #defines for the same
 
38093
+# symbol, which is useless.  But do not sort them, since the last
 
38094
+# AC_DEFINE must be honored.
 
38095
+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
 
38096
+# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
 
38097
+# NAME is the cpp macro being defined, VALUE is the value it is being given.
 
38098
+# PARAMS is the parameter list in the macro definition--in most cases, it's
 
38099
+# just an empty string.
 
38100
+ac_dA='s,^\\([  #]*\\)[^        ]*\\([  ]*'
 
38101
+ac_dB='\\)[     (].*,\\1define\\2'
 
38102
+ac_dC=' '
 
38103
+ac_dD=' ,'
 
38104
 
 
38105
-# This sed command replaces #undef with comments.  This is necessary, for
 
38106
+uniq confdefs.h |
 
38107
+  sed -n '
 
38108
+       t rset
 
38109
+       :rset
 
38110
+       s/^[     ]*#[    ]*define[       ][      ]*//
 
38111
+       t ok
 
38112
+       d
 
38113
+       :ok
 
38114
+       s/[\\&,]/\\&/g
 
38115
+       s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
 
38116
+       s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
 
38117
+  ' >>conftest.defines
 
38118
+
 
38119
+# Remove the space that was appended to ease matching.
 
38120
+# Then replace #undef with comments.  This is necessary, for
 
38121
 # example, in the case of _POSIX_SOURCE, which is predefined and required
 
38122
 # on some systems where configure will not decide to define it.
 
38123
-cat >>conftest.undefs <<\_ACEOF
 
38124
-s,^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
 
38125
-_ACEOF
 
38126
+# (The regexp can be short, since the line contains either #define or #undef.)
 
38127
+echo 's/ $//
 
38128
+s,^[    #]*u.*,/* & */,' >>conftest.defines
 
38129
+
 
38130
+# Break up conftest.defines:
 
38131
+ac_max_sed_lines=50
 
38132
+
 
38133
+# First sed command is:         sed -f defines.sed $ac_file_inputs >"$tmp/out1"
 
38134
+# Second one is:        sed -f defines.sed "$tmp/out1" >"$tmp/out2"
 
38135
+# Third one will be:    sed -f defines.sed "$tmp/out2" >"$tmp/out1"
 
38136
+# et cetera.
 
38137
+ac_in='$ac_file_inputs'
 
38138
+ac_out='"$tmp/out1"'
 
38139
+ac_nxt='"$tmp/out2"'
 
38140
 
 
38141
-# Break up conftest.defines because some shells have a limit on the size
 
38142
-# of here documents, and old seds have small limits too (100 cmds).
 
38143
-echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
 
38144
-echo '  if grep "^[     ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
 
38145
-echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
 
38146
-echo '  :' >>$CONFIG_STATUS
 
38147
-rm -f conftest.tail
 
38148
-while grep . conftest.defines >/dev/null
 
38149
+while :
 
38150
 do
 
38151
-  # Write a limited-size here document to $tmp/defines.sed.
 
38152
-  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
 
38153
-  # Speed up: don't consider the non `#define' lines.
 
38154
-  echo '/^[     ]*#[    ]*define/!b' >>$CONFIG_STATUS
 
38155
-  # Work around the forget-to-reset-the-flag bug.
 
38156
-  echo 't clr' >>$CONFIG_STATUS
 
38157
-  echo ': clr' >>$CONFIG_STATUS
 
38158
-  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
 
38159
+  # Write a here document:
 
38160
+    cat >>$CONFIG_STATUS <<_ACEOF
 
38161
+    # First, check the format of the line:
 
38162
+    cat >"\$tmp/defines.sed" <<\\CEOF
 
38163
+/^[     ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
 
38164
+/^[     ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
 
38165
+b
 
38166
+:def
 
38167
+_ACEOF
 
38168
+  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
 
38169
   echo 'CEOF
 
38170
-  sed -f $tmp/defines.sed $tmp/in >$tmp/out
 
38171
-  rm -f $tmp/in
 
38172
-  mv $tmp/out $tmp/in
 
38173
-' >>$CONFIG_STATUS
 
38174
-  sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
 
38175
+    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
 
38176
+  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
 
38177
+  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
 
38178
+  grep . conftest.tail >/dev/null || break
 
38179
   rm -f conftest.defines
 
38180
   mv conftest.tail conftest.defines
 
38181
 done
 
38182
-rm -f conftest.defines
 
38183
-echo '  fi # grep' >>$CONFIG_STATUS
 
38184
-echo >>$CONFIG_STATUS
 
38185
-
 
38186
-# Break up conftest.undefs because some shells have a limit on the size
 
38187
-# of here documents, and old seds have small limits too (100 cmds).
 
38188
-echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
 
38189
-rm -f conftest.tail
 
38190
-while grep . conftest.undefs >/dev/null
 
38191
-do
 
38192
-  # Write a limited-size here document to $tmp/undefs.sed.
 
38193
-  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
 
38194
-  # Speed up: don't consider the non `#undef'
 
38195
-  echo '/^[     ]*#[    ]*undef/!b' >>$CONFIG_STATUS
 
38196
-  # Work around the forget-to-reset-the-flag bug.
 
38197
-  echo 't clr' >>$CONFIG_STATUS
 
38198
-  echo ': clr' >>$CONFIG_STATUS
 
38199
-  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
 
38200
-  echo 'CEOF
 
38201
-  sed -f $tmp/undefs.sed $tmp/in >$tmp/out
 
38202
-  rm -f $tmp/in
 
38203
-  mv $tmp/out $tmp/in
 
38204
-' >>$CONFIG_STATUS
 
38205
-  sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
 
38206
-  rm -f conftest.undefs
 
38207
-  mv conftest.tail conftest.undefs
 
38208
-done
 
38209
-rm -f conftest.undefs
 
38210
+rm -f conftest.defines conftest.tail
 
38211
 
 
38212
+echo "ac_result=$ac_in" >>$CONFIG_STATUS
 
38213
 cat >>$CONFIG_STATUS <<\_ACEOF
 
38214
-  # Let's still pretend it is `configure' which instantiates (i.e., don't
 
38215
-  # use $as_me), people would be surprised to read:
 
38216
-  #    /* config.h.  Generated by config.status.  */
 
38217
-  if test x"$ac_file" = x-; then
 
38218
-    echo "/* Generated by configure.  */" >$tmp/config.h
 
38219
-  else
 
38220
-    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
 
38221
-  fi
 
38222
-  cat $tmp/in >>$tmp/config.h
 
38223
-  rm -f $tmp/in
 
38224
   if test x"$ac_file" != x-; then
 
38225
-    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
 
38226
+    echo "/* $configure_input  */" >"$tmp/config.h"
 
38227
+    cat "$ac_result" >>"$tmp/config.h"
 
38228
+    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
 
38229
       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
 
38230
 echo "$as_me: $ac_file is unchanged" >&6;}
 
38231
     else
 
38232
-      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
 
38233
-$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
38234
-        X"$ac_file" : 'X\(//\)[^/]' \| \
 
38235
-        X"$ac_file" : 'X\(//\)$' \| \
 
38236
-        X"$ac_file" : 'X\(/\)' \| \
 
38237
-        .     : '\(.\)' 2>/dev/null ||
 
38238
-echo X"$ac_file" |
 
38239
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
38240
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
38241
-         /^X\(\/\/\)$/{ s//\1/; q; }
 
38242
-         /^X\(\/\).*/{ s//\1/; q; }
 
38243
-         s/.*/./; q'`
 
38244
-      { if $as_mkdir_p; then
 
38245
-    mkdir -p "$ac_dir"
 
38246
-  else
 
38247
-    as_dir="$ac_dir"
 
38248
-    as_dirs=
 
38249
-    while test ! -d "$as_dir"; do
 
38250
-      as_dirs="$as_dir $as_dirs"
 
38251
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 
38252
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
38253
-        X"$as_dir" : 'X\(//\)[^/]' \| \
 
38254
-        X"$as_dir" : 'X\(//\)$' \| \
 
38255
-        X"$as_dir" : 'X\(/\)' \| \
 
38256
-        .     : '\(.\)' 2>/dev/null ||
 
38257
-echo X"$as_dir" |
 
38258
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
38259
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
38260
-         /^X\(\/\/\)$/{ s//\1/; q; }
 
38261
-         /^X\(\/\).*/{ s//\1/; q; }
 
38262
-         s/.*/./; q'`
 
38263
-    done
 
38264
-    test ! -n "$as_dirs" || mkdir $as_dirs
 
38265
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
 
38266
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
 
38267
-   { (exit 1); exit 1; }; }; }
 
38268
-
 
38269
       rm -f $ac_file
 
38270
-      mv $tmp/config.h $ac_file
 
38271
+      mv "$tmp/config.h" $ac_file
 
38272
     fi
 
38273
   else
 
38274
-    cat $tmp/config.h
 
38275
-    rm -f $tmp/config.h
 
38276
+    echo "/* $configure_input  */"
 
38277
+    cat "$ac_result"
 
38278
   fi
 
38279
+  rm -f "$tmp/out12"
 
38280
 # Compute $ac_file's index in $config_headers.
 
38281
 _am_stamp_count=1
 
38282
 for _am_header in $config_headers :; do
 
38283
@@ -34718,135 +35140,39 @@
 
38284
       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
38285
   esac
 
38286
 done
 
38287
-echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
 
38288
+echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
 
38289
 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
38290
         X$ac_file : 'X\(//\)[^/]' \| \
 
38291
         X$ac_file : 'X\(//\)$' \| \
 
38292
-        X$ac_file : 'X\(/\)' \| \
 
38293
-        .     : '\(.\)' 2>/dev/null ||
 
38294
+        X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
 
38295
 echo X$ac_file |
 
38296
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
38297
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
38298
-         /^X\(\/\/\)$/{ s//\1/; q; }
 
38299
-         /^X\(\/\).*/{ s//\1/; q; }
 
38300
-         s/.*/./; q'`/stamp-h$_am_stamp_count
 
38301
-done
 
38302
-_ACEOF
 
38303
-cat >>$CONFIG_STATUS <<\_ACEOF
 
38304
-
 
38305
-#
 
38306
-# CONFIG_COMMANDS section.
 
38307
-#
 
38308
-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
 
38309
-  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
 
38310
-  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
 
38311
-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
 
38312
-$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
38313
-        X"$ac_dest" : 'X\(//\)[^/]' \| \
 
38314
-        X"$ac_dest" : 'X\(//\)$' \| \
 
38315
-        X"$ac_dest" : 'X\(/\)' \| \
 
38316
-        .     : '\(.\)' 2>/dev/null ||
 
38317
-echo X"$ac_dest" |
 
38318
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
38319
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
38320
-         /^X\(\/\/\)$/{ s//\1/; q; }
 
38321
-         /^X\(\/\).*/{ s//\1/; q; }
 
38322
-         s/.*/./; q'`
 
38323
-  { if $as_mkdir_p; then
 
38324
-    mkdir -p "$ac_dir"
 
38325
-  else
 
38326
-    as_dir="$ac_dir"
 
38327
-    as_dirs=
 
38328
-    while test ! -d "$as_dir"; do
 
38329
-      as_dirs="$as_dir $as_dirs"
 
38330
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 
38331
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
38332
-        X"$as_dir" : 'X\(//\)[^/]' \| \
 
38333
-        X"$as_dir" : 'X\(//\)$' \| \
 
38334
-        X"$as_dir" : 'X\(/\)' \| \
 
38335
-        .     : '\(.\)' 2>/dev/null ||
 
38336
-echo X"$as_dir" |
 
38337
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
38338
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
38339
-         /^X\(\/\/\)$/{ s//\1/; q; }
 
38340
-         /^X\(\/\).*/{ s//\1/; q; }
 
38341
-         s/.*/./; q'`
 
38342
-    done
 
38343
-    test ! -n "$as_dirs" || mkdir $as_dirs
 
38344
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
 
38345
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
 
38346
-   { (exit 1); exit 1; }; }; }
 
38347
-
 
38348
-  ac_builddir=.
 
38349
-
 
38350
-if test "$ac_dir" != .; then
 
38351
-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 
38352
-  # A "../" for each directory in $ac_dir_suffix.
 
38353
-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
 
38354
-else
 
38355
-  ac_dir_suffix= ac_top_builddir=
 
38356
-fi
 
38357
-
 
38358
-case $srcdir in
 
38359
-  .)  # No --srcdir option.  We are building in place.
 
38360
-    ac_srcdir=.
 
38361
-    if test -z "$ac_top_builddir"; then
 
38362
-       ac_top_srcdir=.
 
38363
-    else
 
38364
-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
 
38365
-    fi ;;
 
38366
-  [\\/]* | ?:[\\/]* )  # Absolute path.
 
38367
-    ac_srcdir=$srcdir$ac_dir_suffix;
 
38368
-    ac_top_srcdir=$srcdir ;;
 
38369
-  *) # Relative path.
 
38370
-    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
 
38371
-    ac_top_srcdir=$ac_top_builddir$srcdir ;;
 
38372
-esac
 
38373
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
38374
+           s//\1/
 
38375
+           q
 
38376
+         }
 
38377
+         /^X\(\/\/\)[^/].*/{
 
38378
+           s//\1/
 
38379
+           q
 
38380
+         }
 
38381
+         /^X\(\/\/\)$/{
 
38382
+           s//\1/
 
38383
+           q
 
38384
+         }
 
38385
+         /^X\(\/\).*/{
 
38386
+           s//\1/
 
38387
+           q
 
38388
+         }
 
38389
+         s/.*/./; q'`/stamp-h$_am_stamp_count
 
38390
+ ;;
 
38391
 
 
38392
-# Do not use `cd foo && pwd` to compute absolute paths, because
 
38393
-# the directories may not exist.
 
38394
-case `pwd` in
 
38395
-.) ac_abs_builddir="$ac_dir";;
 
38396
-*)
 
38397
-  case "$ac_dir" in
 
38398
-  .) ac_abs_builddir=`pwd`;;
 
38399
-  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
 
38400
-  *) ac_abs_builddir=`pwd`/"$ac_dir";;
 
38401
-  esac;;
 
38402
-esac
 
38403
-case $ac_abs_builddir in
 
38404
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
 
38405
-*)
 
38406
-  case ${ac_top_builddir}. in
 
38407
-  .) ac_abs_top_builddir=$ac_abs_builddir;;
 
38408
-  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
 
38409
-  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
 
38410
-  esac;;
 
38411
-esac
 
38412
-case $ac_abs_builddir in
 
38413
-.) ac_abs_srcdir=$ac_srcdir;;
 
38414
-*)
 
38415
-  case $ac_srcdir in
 
38416
-  .) ac_abs_srcdir=$ac_abs_builddir;;
 
38417
-  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
 
38418
-  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
 
38419
-  esac;;
 
38420
-esac
 
38421
-case $ac_abs_builddir in
 
38422
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
 
38423
-*)
 
38424
-  case $ac_top_srcdir in
 
38425
-  .) ac_abs_top_srcdir=$ac_abs_builddir;;
 
38426
-  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
 
38427
-  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
 
38428
-  esac;;
 
38429
-esac
 
38430
+  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
 
38431
+echo "$as_me: executing $ac_file commands" >&6;}
 
38432
+ ;;
 
38433
+  esac
 
38434
 
 
38435
 
 
38436
-  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
 
38437
-echo "$as_me: executing $ac_dest commands" >&6;}
 
38438
-  case $ac_dest in
 
38439
-    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
 
38440
+  case $ac_file$ac_mode in
 
38441
+    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
 
38442
   # Strip MF so we end up with the name of the file.
 
38443
   mf=`echo "$mf" | sed -e 's/:.*$//'`
 
38444
   # Check whether this is an Automake generated Makefile or not.
 
38445
@@ -34856,18 +35182,29 @@
 
38446
   # each Makefile.in and add a new line on top of each file to say so.
 
38447
   # So let's grep whole file.
 
38448
   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 
38449
-    dirpart=`(dirname "$mf") 2>/dev/null ||
 
38450
+    dirpart=`$as_dirname -- "$mf" ||
 
38451
 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
38452
         X"$mf" : 'X\(//\)[^/]' \| \
 
38453
         X"$mf" : 'X\(//\)$' \| \
 
38454
-        X"$mf" : 'X\(/\)' \| \
 
38455
-        .     : '\(.\)' 2>/dev/null ||
 
38456
+        X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
 
38457
 echo X"$mf" |
 
38458
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
38459
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
38460
-         /^X\(\/\/\)$/{ s//\1/; q; }
 
38461
-         /^X\(\/\).*/{ s//\1/; q; }
 
38462
-         s/.*/./; q'`
 
38463
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
38464
+           s//\1/
 
38465
+           q
 
38466
+         }
 
38467
+         /^X\(\/\/\)[^/].*/{
 
38468
+           s//\1/
 
38469
+           q
 
38470
+         }
 
38471
+         /^X\(\/\/\)$/{
 
38472
+           s//\1/
 
38473
+           q
 
38474
+         }
 
38475
+         /^X\(\/\).*/{
 
38476
+           s//\1/
 
38477
+           q
 
38478
+         }
 
38479
+         s/.*/./; q'`
 
38480
   else
 
38481
     continue
 
38482
   fi
 
38483
@@ -34889,53 +35226,79 @@
 
38484
        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
38485
     # Make sure the directory exists.
 
38486
     test -f "$dirpart/$file" && continue
 
38487
-    fdir=`(dirname "$file") 2>/dev/null ||
 
38488
+    fdir=`$as_dirname -- "$file" ||
 
38489
 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
38490
         X"$file" : 'X\(//\)[^/]' \| \
 
38491
         X"$file" : 'X\(//\)$' \| \
 
38492
-        X"$file" : 'X\(/\)' \| \
 
38493
-        .     : '\(.\)' 2>/dev/null ||
 
38494
+        X"$file" : 'X\(/\)' \| . 2>/dev/null ||
 
38495
 echo X"$file" |
 
38496
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
38497
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
38498
-         /^X\(\/\/\)$/{ s//\1/; q; }
 
38499
-         /^X\(\/\).*/{ s//\1/; q; }
 
38500
-         s/.*/./; q'`
 
38501
-    { if $as_mkdir_p; then
 
38502
-    mkdir -p $dirpart/$fdir
 
38503
-  else
 
38504
-    as_dir=$dirpart/$fdir
 
38505
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
38506
+           s//\1/
 
38507
+           q
 
38508
+         }
 
38509
+         /^X\(\/\/\)[^/].*/{
 
38510
+           s//\1/
 
38511
+           q
 
38512
+         }
 
38513
+         /^X\(\/\/\)$/{
 
38514
+           s//\1/
 
38515
+           q
 
38516
+         }
 
38517
+         /^X\(\/\).*/{
 
38518
+           s//\1/
 
38519
+           q
 
38520
+         }
 
38521
+         s/.*/./; q'`
 
38522
+    { as_dir=$dirpart/$fdir
 
38523
+  case $as_dir in #(
 
38524
+  -*) as_dir=./$as_dir;;
 
38525
+  esac
 
38526
+  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 
38527
     as_dirs=
 
38528
-    while test ! -d "$as_dir"; do
 
38529
-      as_dirs="$as_dir $as_dirs"
 
38530
-      as_dir=`(dirname "$as_dir") 2>/dev/null ||
 
38531
+    while :; do
 
38532
+      case $as_dir in #(
 
38533
+      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 
38534
+      *) as_qdir=$as_dir;;
 
38535
+      esac
 
38536
+      as_dirs="'$as_qdir' $as_dirs"
 
38537
+      as_dir=`$as_dirname -- "$as_dir" ||
 
38538
 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
38539
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
38540
         X"$as_dir" : 'X\(//\)$' \| \
 
38541
-        X"$as_dir" : 'X\(/\)' \| \
 
38542
-        .     : '\(.\)' 2>/dev/null ||
 
38543
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
38544
 echo X"$as_dir" |
 
38545
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
 
38546
-         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
 
38547
-         /^X\(\/\/\)$/{ s//\1/; q; }
 
38548
-         /^X\(\/\).*/{ s//\1/; q; }
 
38549
-         s/.*/./; q'`
 
38550
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
38551
+           s//\1/
 
38552
+           q
 
38553
+         }
 
38554
+         /^X\(\/\/\)[^/].*/{
 
38555
+           s//\1/
 
38556
+           q
 
38557
+         }
 
38558
+         /^X\(\/\/\)$/{
 
38559
+           s//\1/
 
38560
+           q
 
38561
+         }
 
38562
+         /^X\(\/\).*/{
 
38563
+           s//\1/
 
38564
+           q
 
38565
+         }
 
38566
+         s/.*/./; q'`
 
38567
+      test -d "$as_dir" && break
 
38568
     done
 
38569
-    test ! -n "$as_dirs" || mkdir $as_dirs
 
38570
-  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
 
38571
-echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
 
38572
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
38573
+  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
38574
+echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
38575
    { (exit 1); exit 1; }; }; }
 
38576
-
 
38577
     # echo "creating $dirpart/$file"
 
38578
     echo '# dummy' > "$dirpart/$file"
 
38579
   done
 
38580
 done
 
38581
  ;;
 
38582
+
 
38583
   esac
 
38584
-done
 
38585
-_ACEOF
 
38586
+done # for ac_tag
 
38587
 
 
38588
-cat >>$CONFIG_STATUS <<\_ACEOF
 
38589
 
 
38590
 { (exit 0); exit 0; }
 
38591
 _ACEOF
 
38592
diff -uNr -x debian -x .pc konversation-1.0.1/configure.in konversation-1.0.1.n/configure.in
 
38593
--- konversation-1.0.1/configure.in     2007-07-16 20:15:57.000000000 +0300
 
38594
+++ konversation-1.0.1.n/configure.in   2007-07-17 02:59:47.000000000 +0300
 
38595
@@ -40,7 +40,9 @@
 
38596
 AC_ARG_PROGRAM
 
38597
 
 
38598
 dnl Automake doc recommends to do this only here. (Janos)
 
38599
-AM_INIT_AUTOMAKE(konversation, 1.0.1) dnl searches for some needed programs
 
38600
+AM_INIT_AUTOMAKE(konversation-1.0.1.n, "3.5.5") dnl searches for some needed programs
 
38601
+
 
38602
+AM_MAINTAINER_MODE
 
38603
 
 
38604
 KDE_SET_PREFIX
 
38605
 
 
38606
diff -uNr -x debian -x .pc konversation-1.0.1/doc/da/Makefile.in konversation-1.0.1.n/doc/da/Makefile.in
 
38607
--- konversation-1.0.1/doc/da/Makefile.in       2007-07-16 20:15:57.000000000 +0300
 
38608
+++ konversation-1.0.1.n/doc/da/Makefile.in     2007-07-17 03:00:10.000000000 +0300
 
38609
@@ -94,6 +94,7 @@
 
38610
 FFLAGS = @FFLAGS@
 
38611
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
38612
 GMSGFMT = @GMSGFMT@
 
38613
+GREP = @GREP@
 
38614
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
38615
 INSTALL_DATA = @INSTALL_DATA@
 
38616
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
38617
@@ -171,6 +172,9 @@
 
38618
 LIB_XRENDER = @LIB_XRENDER@
 
38619
 LN_S = @LN_S@
 
38620
 LTLIBOBJS = @LTLIBOBJS@
 
38621
+MAINT = @MAINT@
 
38622
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
38623
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
38624
 MAKEINFO = @MAKEINFO@
 
38625
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
38626
 MCOPIDL = @MCOPIDL@
 
38627
@@ -193,6 +197,7 @@
 
38628
 QT_INCLUDES = @QT_INCLUDES@
 
38629
 QT_LDFLAGS = @QT_LDFLAGS@
 
38630
 RANLIB = @RANLIB@
 
38631
+SED = @SED@
 
38632
 SET_MAKE = @SET_MAKE@
 
38633
 SHELL = @SHELL@
 
38634
 STRIP = @STRIP@
 
38635
@@ -207,18 +212,16 @@
 
38636
 VERSION = @VERSION@
 
38637
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
38638
 XGETTEXT = @XGETTEXT@
 
38639
+XMKMF = @XMKMF@
 
38640
 XMLLINT = @XMLLINT@
 
38641
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
38642
 X_INCLUDES = @X_INCLUDES@
 
38643
 X_LDFLAGS = @X_LDFLAGS@
 
38644
 X_PRE_LIBS = @X_PRE_LIBS@
 
38645
 X_RPATH = @X_RPATH@
 
38646
-ac_ct_AR = @ac_ct_AR@
 
38647
 ac_ct_CC = @ac_ct_CC@
 
38648
 ac_ct_CXX = @ac_ct_CXX@
 
38649
 ac_ct_F77 = @ac_ct_F77@
 
38650
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
38651
-ac_ct_STRIP = @ac_ct_STRIP@
 
38652
 all_includes = @all_includes@
 
38653
 all_libraries = @all_libraries@
 
38654
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
38655
@@ -237,14 +240,18 @@
 
38656
 build_os = @build_os@
 
38657
 build_vendor = @build_vendor@
 
38658
 datadir = @datadir@
 
38659
+datarootdir = @datarootdir@
 
38660
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
38661
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
38662
+docdir = @docdir@
 
38663
+dvidir = @dvidir@
 
38664
 exec_prefix = @exec_prefix@
 
38665
 host = @host@
 
38666
 host_alias = @host_alias@
 
38667
 host_cpu = @host_cpu@
 
38668
 host_os = @host_os@
 
38669
 host_vendor = @host_vendor@
 
38670
+htmldir = @htmldir@
 
38671
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
38672
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
38673
 include_x11_FALSE = @include_x11_FALSE@
 
38674
@@ -279,14 +286,17 @@
 
38675
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
38676
 libdir = @libdir@
 
38677
 libexecdir = @libexecdir@
 
38678
+localedir = @localedir@
 
38679
 localstatedir = @localstatedir@
 
38680
 mandir = @mandir@
 
38681
 mkdir_p = @mkdir_p@
 
38682
 oldincludedir = @oldincludedir@
 
38683
+pdfdir = @pdfdir@
 
38684
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
38685
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
38686
 prefix = @prefix@
 
38687
 program_transform_name = @program_transform_name@
 
38688
+psdir = @psdir@
 
38689
 qt_includes = @qt_includes@
 
38690
 qt_libraries = @qt_libraries@
 
38691
 sbindir = @sbindir@
 
38692
@@ -311,7 +321,7 @@
 
38693
 all: docs-am  all-am
 
38694
 
 
38695
 .SUFFIXES:
 
38696
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
38697
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
38698
 #>-    @for dep in $?; do \
 
38699
 #>-      case '$(am__configure_deps)' in \
 
38700
 #>-        *$$dep*) \
 
38701
@@ -349,9 +359,9 @@
 
38702
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
38703
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
38704
 
 
38705
-$(top_srcdir)/configure:  $(am__configure_deps)
 
38706
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
38707
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
38708
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
38709
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
38710
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
38711
 
 
38712
 mostlyclean-libtool:
 
38713
diff -uNr -x debian -x .pc konversation-1.0.1/doc/es/Makefile.in konversation-1.0.1.n/doc/es/Makefile.in
 
38714
--- konversation-1.0.1/doc/es/Makefile.in       2007-07-16 20:15:57.000000000 +0300
 
38715
+++ konversation-1.0.1.n/doc/es/Makefile.in     2007-07-17 03:00:10.000000000 +0300
 
38716
@@ -94,6 +94,7 @@
 
38717
 FFLAGS = @FFLAGS@
 
38718
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
38719
 GMSGFMT = @GMSGFMT@
 
38720
+GREP = @GREP@
 
38721
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
38722
 INSTALL_DATA = @INSTALL_DATA@
 
38723
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
38724
@@ -171,6 +172,9 @@
 
38725
 LIB_XRENDER = @LIB_XRENDER@
 
38726
 LN_S = @LN_S@
 
38727
 LTLIBOBJS = @LTLIBOBJS@
 
38728
+MAINT = @MAINT@
 
38729
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
38730
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
38731
 MAKEINFO = @MAKEINFO@
 
38732
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
38733
 MCOPIDL = @MCOPIDL@
 
38734
@@ -193,6 +197,7 @@
 
38735
 QT_INCLUDES = @QT_INCLUDES@
 
38736
 QT_LDFLAGS = @QT_LDFLAGS@
 
38737
 RANLIB = @RANLIB@
 
38738
+SED = @SED@
 
38739
 SET_MAKE = @SET_MAKE@
 
38740
 SHELL = @SHELL@
 
38741
 STRIP = @STRIP@
 
38742
@@ -207,18 +212,16 @@
 
38743
 VERSION = @VERSION@
 
38744
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
38745
 XGETTEXT = @XGETTEXT@
 
38746
+XMKMF = @XMKMF@
 
38747
 XMLLINT = @XMLLINT@
 
38748
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
38749
 X_INCLUDES = @X_INCLUDES@
 
38750
 X_LDFLAGS = @X_LDFLAGS@
 
38751
 X_PRE_LIBS = @X_PRE_LIBS@
 
38752
 X_RPATH = @X_RPATH@
 
38753
-ac_ct_AR = @ac_ct_AR@
 
38754
 ac_ct_CC = @ac_ct_CC@
 
38755
 ac_ct_CXX = @ac_ct_CXX@
 
38756
 ac_ct_F77 = @ac_ct_F77@
 
38757
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
38758
-ac_ct_STRIP = @ac_ct_STRIP@
 
38759
 all_includes = @all_includes@
 
38760
 all_libraries = @all_libraries@
 
38761
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
38762
@@ -237,14 +240,18 @@
 
38763
 build_os = @build_os@
 
38764
 build_vendor = @build_vendor@
 
38765
 datadir = @datadir@
 
38766
+datarootdir = @datarootdir@
 
38767
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
38768
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
38769
+docdir = @docdir@
 
38770
+dvidir = @dvidir@
 
38771
 exec_prefix = @exec_prefix@
 
38772
 host = @host@
 
38773
 host_alias = @host_alias@
 
38774
 host_cpu = @host_cpu@
 
38775
 host_os = @host_os@
 
38776
 host_vendor = @host_vendor@
 
38777
+htmldir = @htmldir@
 
38778
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
38779
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
38780
 include_x11_FALSE = @include_x11_FALSE@
 
38781
@@ -279,14 +286,17 @@
 
38782
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
38783
 libdir = @libdir@
 
38784
 libexecdir = @libexecdir@
 
38785
+localedir = @localedir@
 
38786
 localstatedir = @localstatedir@
 
38787
 mandir = @mandir@
 
38788
 mkdir_p = @mkdir_p@
 
38789
 oldincludedir = @oldincludedir@
 
38790
+pdfdir = @pdfdir@
 
38791
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
38792
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
38793
 prefix = @prefix@
 
38794
 program_transform_name = @program_transform_name@
 
38795
+psdir = @psdir@
 
38796
 qt_includes = @qt_includes@
 
38797
 qt_libraries = @qt_libraries@
 
38798
 sbindir = @sbindir@
 
38799
@@ -311,7 +321,7 @@
 
38800
 all: docs-am  all-am
 
38801
 
 
38802
 .SUFFIXES:
 
38803
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
38804
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
38805
 #>-    @for dep in $?; do \
 
38806
 #>-      case '$(am__configure_deps)' in \
 
38807
 #>-        *$$dep*) \
 
38808
@@ -349,9 +359,9 @@
 
38809
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
38810
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
38811
 
 
38812
-$(top_srcdir)/configure:  $(am__configure_deps)
 
38813
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
38814
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
38815
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
38816
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
38817
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
38818
 
 
38819
 mostlyclean-libtool:
 
38820
diff -uNr -x debian -x .pc konversation-1.0.1/doc/et/Makefile.in konversation-1.0.1.n/doc/et/Makefile.in
 
38821
--- konversation-1.0.1/doc/et/Makefile.in       2007-07-16 20:15:57.000000000 +0300
 
38822
+++ konversation-1.0.1.n/doc/et/Makefile.in     2007-07-17 03:00:10.000000000 +0300
 
38823
@@ -94,6 +94,7 @@
 
38824
 FFLAGS = @FFLAGS@
 
38825
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
38826
 GMSGFMT = @GMSGFMT@
 
38827
+GREP = @GREP@
 
38828
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
38829
 INSTALL_DATA = @INSTALL_DATA@
 
38830
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
38831
@@ -171,6 +172,9 @@
 
38832
 LIB_XRENDER = @LIB_XRENDER@
 
38833
 LN_S = @LN_S@
 
38834
 LTLIBOBJS = @LTLIBOBJS@
 
38835
+MAINT = @MAINT@
 
38836
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
38837
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
38838
 MAKEINFO = @MAKEINFO@
 
38839
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
38840
 MCOPIDL = @MCOPIDL@
 
38841
@@ -193,6 +197,7 @@
 
38842
 QT_INCLUDES = @QT_INCLUDES@
 
38843
 QT_LDFLAGS = @QT_LDFLAGS@
 
38844
 RANLIB = @RANLIB@
 
38845
+SED = @SED@
 
38846
 SET_MAKE = @SET_MAKE@
 
38847
 SHELL = @SHELL@
 
38848
 STRIP = @STRIP@
 
38849
@@ -207,18 +212,16 @@
 
38850
 VERSION = @VERSION@
 
38851
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
38852
 XGETTEXT = @XGETTEXT@
 
38853
+XMKMF = @XMKMF@
 
38854
 XMLLINT = @XMLLINT@
 
38855
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
38856
 X_INCLUDES = @X_INCLUDES@
 
38857
 X_LDFLAGS = @X_LDFLAGS@
 
38858
 X_PRE_LIBS = @X_PRE_LIBS@
 
38859
 X_RPATH = @X_RPATH@
 
38860
-ac_ct_AR = @ac_ct_AR@
 
38861
 ac_ct_CC = @ac_ct_CC@
 
38862
 ac_ct_CXX = @ac_ct_CXX@
 
38863
 ac_ct_F77 = @ac_ct_F77@
 
38864
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
38865
-ac_ct_STRIP = @ac_ct_STRIP@
 
38866
 all_includes = @all_includes@
 
38867
 all_libraries = @all_libraries@
 
38868
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
38869
@@ -237,14 +240,18 @@
 
38870
 build_os = @build_os@
 
38871
 build_vendor = @build_vendor@
 
38872
 datadir = @datadir@
 
38873
+datarootdir = @datarootdir@
 
38874
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
38875
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
38876
+docdir = @docdir@
 
38877
+dvidir = @dvidir@
 
38878
 exec_prefix = @exec_prefix@
 
38879
 host = @host@
 
38880
 host_alias = @host_alias@
 
38881
 host_cpu = @host_cpu@
 
38882
 host_os = @host_os@
 
38883
 host_vendor = @host_vendor@
 
38884
+htmldir = @htmldir@
 
38885
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
38886
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
38887
 include_x11_FALSE = @include_x11_FALSE@
 
38888
@@ -279,14 +286,17 @@
 
38889
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
38890
 libdir = @libdir@
 
38891
 libexecdir = @libexecdir@
 
38892
+localedir = @localedir@
 
38893
 localstatedir = @localstatedir@
 
38894
 mandir = @mandir@
 
38895
 mkdir_p = @mkdir_p@
 
38896
 oldincludedir = @oldincludedir@
 
38897
+pdfdir = @pdfdir@
 
38898
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
38899
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
38900
 prefix = @prefix@
 
38901
 program_transform_name = @program_transform_name@
 
38902
+psdir = @psdir@
 
38903
 qt_includes = @qt_includes@
 
38904
 qt_libraries = @qt_libraries@
 
38905
 sbindir = @sbindir@
 
38906
@@ -311,7 +321,7 @@
 
38907
 all: docs-am  all-am
 
38908
 
 
38909
 .SUFFIXES:
 
38910
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
38911
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
38912
 #>-    @for dep in $?; do \
 
38913
 #>-      case '$(am__configure_deps)' in \
 
38914
 #>-        *$$dep*) \
 
38915
@@ -349,9 +359,9 @@
 
38916
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
38917
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
38918
 
 
38919
-$(top_srcdir)/configure:  $(am__configure_deps)
 
38920
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
38921
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
38922
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
38923
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
38924
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
38925
 
 
38926
 mostlyclean-libtool:
 
38927
diff -uNr -x debian -x .pc konversation-1.0.1/doc/it/Makefile.in konversation-1.0.1.n/doc/it/Makefile.in
 
38928
--- konversation-1.0.1/doc/it/Makefile.in       2007-07-16 20:15:57.000000000 +0300
 
38929
+++ konversation-1.0.1.n/doc/it/Makefile.in     2007-07-17 03:00:11.000000000 +0300
 
38930
@@ -94,6 +94,7 @@
 
38931
 FFLAGS = @FFLAGS@
 
38932
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
38933
 GMSGFMT = @GMSGFMT@
 
38934
+GREP = @GREP@
 
38935
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
38936
 INSTALL_DATA = @INSTALL_DATA@
 
38937
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
38938
@@ -171,6 +172,9 @@
 
38939
 LIB_XRENDER = @LIB_XRENDER@
 
38940
 LN_S = @LN_S@
 
38941
 LTLIBOBJS = @LTLIBOBJS@
 
38942
+MAINT = @MAINT@
 
38943
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
38944
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
38945
 MAKEINFO = @MAKEINFO@
 
38946
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
38947
 MCOPIDL = @MCOPIDL@
 
38948
@@ -193,6 +197,7 @@
 
38949
 QT_INCLUDES = @QT_INCLUDES@
 
38950
 QT_LDFLAGS = @QT_LDFLAGS@
 
38951
 RANLIB = @RANLIB@
 
38952
+SED = @SED@
 
38953
 SET_MAKE = @SET_MAKE@
 
38954
 SHELL = @SHELL@
 
38955
 STRIP = @STRIP@
 
38956
@@ -207,18 +212,16 @@
 
38957
 VERSION = @VERSION@
 
38958
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
38959
 XGETTEXT = @XGETTEXT@
 
38960
+XMKMF = @XMKMF@
 
38961
 XMLLINT = @XMLLINT@
 
38962
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
38963
 X_INCLUDES = @X_INCLUDES@
 
38964
 X_LDFLAGS = @X_LDFLAGS@
 
38965
 X_PRE_LIBS = @X_PRE_LIBS@
 
38966
 X_RPATH = @X_RPATH@
 
38967
-ac_ct_AR = @ac_ct_AR@
 
38968
 ac_ct_CC = @ac_ct_CC@
 
38969
 ac_ct_CXX = @ac_ct_CXX@
 
38970
 ac_ct_F77 = @ac_ct_F77@
 
38971
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
38972
-ac_ct_STRIP = @ac_ct_STRIP@
 
38973
 all_includes = @all_includes@
 
38974
 all_libraries = @all_libraries@
 
38975
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
38976
@@ -237,14 +240,18 @@
 
38977
 build_os = @build_os@
 
38978
 build_vendor = @build_vendor@
 
38979
 datadir = @datadir@
 
38980
+datarootdir = @datarootdir@
 
38981
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
38982
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
38983
+docdir = @docdir@
 
38984
+dvidir = @dvidir@
 
38985
 exec_prefix = @exec_prefix@
 
38986
 host = @host@
 
38987
 host_alias = @host_alias@
 
38988
 host_cpu = @host_cpu@
 
38989
 host_os = @host_os@
 
38990
 host_vendor = @host_vendor@
 
38991
+htmldir = @htmldir@
 
38992
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
38993
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
38994
 include_x11_FALSE = @include_x11_FALSE@
 
38995
@@ -279,14 +286,17 @@
 
38996
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
38997
 libdir = @libdir@
 
38998
 libexecdir = @libexecdir@
 
38999
+localedir = @localedir@
 
39000
 localstatedir = @localstatedir@
 
39001
 mandir = @mandir@
 
39002
 mkdir_p = @mkdir_p@
 
39003
 oldincludedir = @oldincludedir@
 
39004
+pdfdir = @pdfdir@
 
39005
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
39006
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
39007
 prefix = @prefix@
 
39008
 program_transform_name = @program_transform_name@
 
39009
+psdir = @psdir@
 
39010
 qt_includes = @qt_includes@
 
39011
 qt_libraries = @qt_libraries@
 
39012
 sbindir = @sbindir@
 
39013
@@ -311,7 +321,7 @@
 
39014
 all: docs-am  all-am
 
39015
 
 
39016
 .SUFFIXES:
 
39017
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
39018
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
39019
 #>-    @for dep in $?; do \
 
39020
 #>-      case '$(am__configure_deps)' in \
 
39021
 #>-        *$$dep*) \
 
39022
@@ -349,9 +359,9 @@
 
39023
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
39024
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39025
 
 
39026
-$(top_srcdir)/configure:  $(am__configure_deps)
 
39027
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
39028
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39029
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
39030
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
39031
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39032
 
 
39033
 mostlyclean-libtool:
 
39034
diff -uNr -x debian -x .pc konversation-1.0.1/doc/konversation/Makefile.in konversation-1.0.1.n/doc/konversation/Makefile.in
 
39035
--- konversation-1.0.1/doc/konversation/Makefile.in     2007-07-16 20:15:57.000000000 +0300
 
39036
+++ konversation-1.0.1.n/doc/konversation/Makefile.in   2007-07-17 03:00:11.000000000 +0300
 
39037
@@ -112,6 +112,7 @@
 
39038
 FFLAGS = @FFLAGS@
 
39039
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
39040
 GMSGFMT = @GMSGFMT@
 
39041
+GREP = @GREP@
 
39042
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
39043
 INSTALL_DATA = @INSTALL_DATA@
 
39044
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
39045
@@ -189,6 +190,9 @@
 
39046
 LIB_XRENDER = @LIB_XRENDER@
 
39047
 LN_S = @LN_S@
 
39048
 LTLIBOBJS = @LTLIBOBJS@
 
39049
+MAINT = @MAINT@
 
39050
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
39051
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
39052
 MAKEINFO = @MAKEINFO@
 
39053
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
39054
 MCOPIDL = @MCOPIDL@
 
39055
@@ -211,6 +215,7 @@
 
39056
 QT_INCLUDES = @QT_INCLUDES@
 
39057
 QT_LDFLAGS = @QT_LDFLAGS@
 
39058
 RANLIB = @RANLIB@
 
39059
+SED = @SED@
 
39060
 SET_MAKE = @SET_MAKE@
 
39061
 SHELL = @SHELL@
 
39062
 STRIP = @STRIP@
 
39063
@@ -225,18 +230,16 @@
 
39064
 VERSION = @VERSION@
 
39065
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
39066
 XGETTEXT = @XGETTEXT@
 
39067
+XMKMF = @XMKMF@
 
39068
 XMLLINT = @XMLLINT@
 
39069
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
39070
 X_INCLUDES = @X_INCLUDES@
 
39071
 X_LDFLAGS = @X_LDFLAGS@
 
39072
 X_PRE_LIBS = @X_PRE_LIBS@
 
39073
 X_RPATH = @X_RPATH@
 
39074
-ac_ct_AR = @ac_ct_AR@
 
39075
 ac_ct_CC = @ac_ct_CC@
 
39076
 ac_ct_CXX = @ac_ct_CXX@
 
39077
 ac_ct_F77 = @ac_ct_F77@
 
39078
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
39079
-ac_ct_STRIP = @ac_ct_STRIP@
 
39080
 all_includes = @all_includes@
 
39081
 all_libraries = @all_libraries@
 
39082
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
39083
@@ -255,14 +258,18 @@
 
39084
 build_os = @build_os@
 
39085
 build_vendor = @build_vendor@
 
39086
 datadir = @datadir@
 
39087
+datarootdir = @datarootdir@
 
39088
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
39089
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
39090
+docdir = @docdir@
 
39091
+dvidir = @dvidir@
 
39092
 exec_prefix = @exec_prefix@
 
39093
 host = @host@
 
39094
 host_alias = @host_alias@
 
39095
 host_cpu = @host_cpu@
 
39096
 host_os = @host_os@
 
39097
 host_vendor = @host_vendor@
 
39098
+htmldir = @htmldir@
 
39099
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
39100
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
39101
 include_x11_FALSE = @include_x11_FALSE@
 
39102
@@ -297,14 +304,17 @@
 
39103
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
39104
 libdir = @libdir@
 
39105
 libexecdir = @libexecdir@
 
39106
+localedir = @localedir@
 
39107
 localstatedir = @localstatedir@
 
39108
 mandir = @mandir@
 
39109
 mkdir_p = @mkdir_p@
 
39110
 oldincludedir = @oldincludedir@
 
39111
+pdfdir = @pdfdir@
 
39112
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
39113
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
39114
 prefix = @prefix@
 
39115
 program_transform_name = @program_transform_name@
 
39116
+psdir = @psdir@
 
39117
 qt_includes = @qt_includes@
 
39118
 qt_libraries = @qt_libraries@
 
39119
 sbindir = @sbindir@
 
39120
@@ -332,7 +342,7 @@
 
39121
 all: docs-am  all-recursive
 
39122
 
 
39123
 .SUFFIXES:
 
39124
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
39125
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
39126
 #>-    @for dep in $?; do \
 
39127
 #>-      case '$(am__configure_deps)' in \
 
39128
 #>-        *$$dep*) \
 
39129
@@ -370,9 +380,9 @@
 
39130
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
39131
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39132
 
 
39133
-$(top_srcdir)/configure:  $(am__configure_deps)
 
39134
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
39135
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39136
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
39137
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
39138
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39139
 
 
39140
 mostlyclean-libtool:
 
39141
diff -uNr -x debian -x .pc konversation-1.0.1/doc/Makefile.in konversation-1.0.1.n/doc/Makefile.in
 
39142
--- konversation-1.0.1/doc/Makefile.in  2007-07-16 20:15:57.000000000 +0300
 
39143
+++ konversation-1.0.1.n/doc/Makefile.in        2007-07-17 03:00:10.000000000 +0300
 
39144
@@ -110,6 +110,7 @@
 
39145
 FFLAGS = @FFLAGS@
 
39146
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
39147
 GMSGFMT = @GMSGFMT@
 
39148
+GREP = @GREP@
 
39149
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
39150
 INSTALL_DATA = @INSTALL_DATA@
 
39151
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
39152
@@ -187,6 +188,9 @@
 
39153
 LIB_XRENDER = @LIB_XRENDER@
 
39154
 LN_S = @LN_S@
 
39155
 LTLIBOBJS = @LTLIBOBJS@
 
39156
+MAINT = @MAINT@
 
39157
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
39158
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
39159
 MAKEINFO = @MAKEINFO@
 
39160
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
39161
 MCOPIDL = @MCOPIDL@
 
39162
@@ -209,6 +213,7 @@
 
39163
 QT_INCLUDES = @QT_INCLUDES@
 
39164
 QT_LDFLAGS = @QT_LDFLAGS@
 
39165
 RANLIB = @RANLIB@
 
39166
+SED = @SED@
 
39167
 SET_MAKE = @SET_MAKE@
 
39168
 SHELL = @SHELL@
 
39169
 STRIP = @STRIP@
 
39170
@@ -223,18 +228,16 @@
 
39171
 VERSION = @VERSION@
 
39172
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
39173
 XGETTEXT = @XGETTEXT@
 
39174
+XMKMF = @XMKMF@
 
39175
 XMLLINT = @XMLLINT@
 
39176
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
39177
 X_INCLUDES = @X_INCLUDES@
 
39178
 X_LDFLAGS = @X_LDFLAGS@
 
39179
 X_PRE_LIBS = @X_PRE_LIBS@
 
39180
 X_RPATH = @X_RPATH@
 
39181
-ac_ct_AR = @ac_ct_AR@
 
39182
 ac_ct_CC = @ac_ct_CC@
 
39183
 ac_ct_CXX = @ac_ct_CXX@
 
39184
 ac_ct_F77 = @ac_ct_F77@
 
39185
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
39186
-ac_ct_STRIP = @ac_ct_STRIP@
 
39187
 all_includes = @all_includes@
 
39188
 all_libraries = @all_libraries@
 
39189
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
39190
@@ -253,14 +256,18 @@
 
39191
 build_os = @build_os@
 
39192
 build_vendor = @build_vendor@
 
39193
 datadir = @datadir@
 
39194
+datarootdir = @datarootdir@
 
39195
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
39196
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
39197
+docdir = @docdir@
 
39198
+dvidir = @dvidir@
 
39199
 exec_prefix = @exec_prefix@
 
39200
 host = @host@
 
39201
 host_alias = @host_alias@
 
39202
 host_cpu = @host_cpu@
 
39203
 host_os = @host_os@
 
39204
 host_vendor = @host_vendor@
 
39205
+htmldir = @htmldir@
 
39206
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
39207
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
39208
 include_x11_FALSE = @include_x11_FALSE@
 
39209
@@ -295,14 +302,17 @@
 
39210
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
39211
 libdir = @libdir@
 
39212
 libexecdir = @libexecdir@
 
39213
+localedir = @localedir@
 
39214
 localstatedir = @localstatedir@
 
39215
 mandir = @mandir@
 
39216
 mkdir_p = @mkdir_p@
 
39217
 oldincludedir = @oldincludedir@
 
39218
+pdfdir = @pdfdir@
 
39219
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
39220
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
39221
 prefix = @prefix@
 
39222
 program_transform_name = @program_transform_name@
 
39223
+psdir = @psdir@
 
39224
 qt_includes = @qt_includes@
 
39225
 qt_libraries = @qt_libraries@
 
39226
 sbindir = @sbindir@
 
39227
@@ -330,7 +340,7 @@
 
39228
 all: docs-am  all-recursive
 
39229
 
 
39230
 .SUFFIXES:
 
39231
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
39232
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
39233
 #>-    @for dep in $?; do \
 
39234
 #>-      case '$(am__configure_deps)' in \
 
39235
 #>-        *$$dep*) \
 
39236
@@ -368,9 +378,9 @@
 
39237
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
39238
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39239
 
 
39240
-$(top_srcdir)/configure:  $(am__configure_deps)
 
39241
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
39242
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39243
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
39244
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
39245
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39246
 
 
39247
 mostlyclean-libtool:
 
39248
diff -uNr -x debian -x .pc konversation-1.0.1/doc/nl/Makefile.in konversation-1.0.1.n/doc/nl/Makefile.in
 
39249
--- konversation-1.0.1/doc/nl/Makefile.in       2007-07-16 20:15:57.000000000 +0300
 
39250
+++ konversation-1.0.1.n/doc/nl/Makefile.in     2007-07-17 03:00:11.000000000 +0300
 
39251
@@ -94,6 +94,7 @@
 
39252
 FFLAGS = @FFLAGS@
 
39253
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
39254
 GMSGFMT = @GMSGFMT@
 
39255
+GREP = @GREP@
 
39256
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
39257
 INSTALL_DATA = @INSTALL_DATA@
 
39258
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
39259
@@ -171,6 +172,9 @@
 
39260
 LIB_XRENDER = @LIB_XRENDER@
 
39261
 LN_S = @LN_S@
 
39262
 LTLIBOBJS = @LTLIBOBJS@
 
39263
+MAINT = @MAINT@
 
39264
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
39265
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
39266
 MAKEINFO = @MAKEINFO@
 
39267
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
39268
 MCOPIDL = @MCOPIDL@
 
39269
@@ -193,6 +197,7 @@
 
39270
 QT_INCLUDES = @QT_INCLUDES@
 
39271
 QT_LDFLAGS = @QT_LDFLAGS@
 
39272
 RANLIB = @RANLIB@
 
39273
+SED = @SED@
 
39274
 SET_MAKE = @SET_MAKE@
 
39275
 SHELL = @SHELL@
 
39276
 STRIP = @STRIP@
 
39277
@@ -207,18 +212,16 @@
 
39278
 VERSION = @VERSION@
 
39279
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
39280
 XGETTEXT = @XGETTEXT@
 
39281
+XMKMF = @XMKMF@
 
39282
 XMLLINT = @XMLLINT@
 
39283
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
39284
 X_INCLUDES = @X_INCLUDES@
 
39285
 X_LDFLAGS = @X_LDFLAGS@
 
39286
 X_PRE_LIBS = @X_PRE_LIBS@
 
39287
 X_RPATH = @X_RPATH@
 
39288
-ac_ct_AR = @ac_ct_AR@
 
39289
 ac_ct_CC = @ac_ct_CC@
 
39290
 ac_ct_CXX = @ac_ct_CXX@
 
39291
 ac_ct_F77 = @ac_ct_F77@
 
39292
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
39293
-ac_ct_STRIP = @ac_ct_STRIP@
 
39294
 all_includes = @all_includes@
 
39295
 all_libraries = @all_libraries@
 
39296
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
39297
@@ -237,14 +240,18 @@
 
39298
 build_os = @build_os@
 
39299
 build_vendor = @build_vendor@
 
39300
 datadir = @datadir@
 
39301
+datarootdir = @datarootdir@
 
39302
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
39303
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
39304
+docdir = @docdir@
 
39305
+dvidir = @dvidir@
 
39306
 exec_prefix = @exec_prefix@
 
39307
 host = @host@
 
39308
 host_alias = @host_alias@
 
39309
 host_cpu = @host_cpu@
 
39310
 host_os = @host_os@
 
39311
 host_vendor = @host_vendor@
 
39312
+htmldir = @htmldir@
 
39313
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
39314
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
39315
 include_x11_FALSE = @include_x11_FALSE@
 
39316
@@ -279,14 +286,17 @@
 
39317
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
39318
 libdir = @libdir@
 
39319
 libexecdir = @libexecdir@
 
39320
+localedir = @localedir@
 
39321
 localstatedir = @localstatedir@
 
39322
 mandir = @mandir@
 
39323
 mkdir_p = @mkdir_p@
 
39324
 oldincludedir = @oldincludedir@
 
39325
+pdfdir = @pdfdir@
 
39326
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
39327
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
39328
 prefix = @prefix@
 
39329
 program_transform_name = @program_transform_name@
 
39330
+psdir = @psdir@
 
39331
 qt_includes = @qt_includes@
 
39332
 qt_libraries = @qt_libraries@
 
39333
 sbindir = @sbindir@
 
39334
@@ -311,7 +321,7 @@
 
39335
 all: docs-am  all-am
 
39336
 
 
39337
 .SUFFIXES:
 
39338
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
39339
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
39340
 #>-    @for dep in $?; do \
 
39341
 #>-      case '$(am__configure_deps)' in \
 
39342
 #>-        *$$dep*) \
 
39343
@@ -349,9 +359,9 @@
 
39344
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
39345
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39346
 
 
39347
-$(top_srcdir)/configure:  $(am__configure_deps)
 
39348
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
39349
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39350
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
39351
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
39352
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39353
 
 
39354
 mostlyclean-libtool:
 
39355
diff -uNr -x debian -x .pc konversation-1.0.1/doc/pt/Makefile.in konversation-1.0.1.n/doc/pt/Makefile.in
 
39356
--- konversation-1.0.1/doc/pt/Makefile.in       2007-07-16 20:15:57.000000000 +0300
 
39357
+++ konversation-1.0.1.n/doc/pt/Makefile.in     2007-07-17 03:00:11.000000000 +0300
 
39358
@@ -94,6 +94,7 @@
 
39359
 FFLAGS = @FFLAGS@
 
39360
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
39361
 GMSGFMT = @GMSGFMT@
 
39362
+GREP = @GREP@
 
39363
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
39364
 INSTALL_DATA = @INSTALL_DATA@
 
39365
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
39366
@@ -171,6 +172,9 @@
 
39367
 LIB_XRENDER = @LIB_XRENDER@
 
39368
 LN_S = @LN_S@
 
39369
 LTLIBOBJS = @LTLIBOBJS@
 
39370
+MAINT = @MAINT@
 
39371
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
39372
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
39373
 MAKEINFO = @MAKEINFO@
 
39374
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
39375
 MCOPIDL = @MCOPIDL@
 
39376
@@ -193,6 +197,7 @@
 
39377
 QT_INCLUDES = @QT_INCLUDES@
 
39378
 QT_LDFLAGS = @QT_LDFLAGS@
 
39379
 RANLIB = @RANLIB@
 
39380
+SED = @SED@
 
39381
 SET_MAKE = @SET_MAKE@
 
39382
 SHELL = @SHELL@
 
39383
 STRIP = @STRIP@
 
39384
@@ -207,18 +212,16 @@
 
39385
 VERSION = @VERSION@
 
39386
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
39387
 XGETTEXT = @XGETTEXT@
 
39388
+XMKMF = @XMKMF@
 
39389
 XMLLINT = @XMLLINT@
 
39390
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
39391
 X_INCLUDES = @X_INCLUDES@
 
39392
 X_LDFLAGS = @X_LDFLAGS@
 
39393
 X_PRE_LIBS = @X_PRE_LIBS@
 
39394
 X_RPATH = @X_RPATH@
 
39395
-ac_ct_AR = @ac_ct_AR@
 
39396
 ac_ct_CC = @ac_ct_CC@
 
39397
 ac_ct_CXX = @ac_ct_CXX@
 
39398
 ac_ct_F77 = @ac_ct_F77@
 
39399
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
39400
-ac_ct_STRIP = @ac_ct_STRIP@
 
39401
 all_includes = @all_includes@
 
39402
 all_libraries = @all_libraries@
 
39403
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
39404
@@ -237,14 +240,18 @@
 
39405
 build_os = @build_os@
 
39406
 build_vendor = @build_vendor@
 
39407
 datadir = @datadir@
 
39408
+datarootdir = @datarootdir@
 
39409
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
39410
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
39411
+docdir = @docdir@
 
39412
+dvidir = @dvidir@
 
39413
 exec_prefix = @exec_prefix@
 
39414
 host = @host@
 
39415
 host_alias = @host_alias@
 
39416
 host_cpu = @host_cpu@
 
39417
 host_os = @host_os@
 
39418
 host_vendor = @host_vendor@
 
39419
+htmldir = @htmldir@
 
39420
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
39421
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
39422
 include_x11_FALSE = @include_x11_FALSE@
 
39423
@@ -279,14 +286,17 @@
 
39424
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
39425
 libdir = @libdir@
 
39426
 libexecdir = @libexecdir@
 
39427
+localedir = @localedir@
 
39428
 localstatedir = @localstatedir@
 
39429
 mandir = @mandir@
 
39430
 mkdir_p = @mkdir_p@
 
39431
 oldincludedir = @oldincludedir@
 
39432
+pdfdir = @pdfdir@
 
39433
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
39434
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
39435
 prefix = @prefix@
 
39436
 program_transform_name = @program_transform_name@
 
39437
+psdir = @psdir@
 
39438
 qt_includes = @qt_includes@
 
39439
 qt_libraries = @qt_libraries@
 
39440
 sbindir = @sbindir@
 
39441
@@ -311,7 +321,7 @@
 
39442
 all: docs-am  all-am
 
39443
 
 
39444
 .SUFFIXES:
 
39445
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
39446
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
39447
 #>-    @for dep in $?; do \
 
39448
 #>-      case '$(am__configure_deps)' in \
 
39449
 #>-        *$$dep*) \
 
39450
@@ -349,9 +359,9 @@
 
39451
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
39452
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39453
 
 
39454
-$(top_srcdir)/configure:  $(am__configure_deps)
 
39455
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
39456
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39457
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
39458
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
39459
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39460
 
 
39461
 mostlyclean-libtool:
 
39462
diff -uNr -x debian -x .pc konversation-1.0.1/doc/ru/Makefile.in konversation-1.0.1.n/doc/ru/Makefile.in
 
39463
--- konversation-1.0.1/doc/ru/Makefile.in       2007-07-16 20:15:57.000000000 +0300
 
39464
+++ konversation-1.0.1.n/doc/ru/Makefile.in     2007-07-17 03:00:11.000000000 +0300
 
39465
@@ -94,6 +94,7 @@
 
39466
 FFLAGS = @FFLAGS@
 
39467
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
39468
 GMSGFMT = @GMSGFMT@
 
39469
+GREP = @GREP@
 
39470
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
39471
 INSTALL_DATA = @INSTALL_DATA@
 
39472
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
39473
@@ -171,6 +172,9 @@
 
39474
 LIB_XRENDER = @LIB_XRENDER@
 
39475
 LN_S = @LN_S@
 
39476
 LTLIBOBJS = @LTLIBOBJS@
 
39477
+MAINT = @MAINT@
 
39478
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
39479
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
39480
 MAKEINFO = @MAKEINFO@
 
39481
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
39482
 MCOPIDL = @MCOPIDL@
 
39483
@@ -193,6 +197,7 @@
 
39484
 QT_INCLUDES = @QT_INCLUDES@
 
39485
 QT_LDFLAGS = @QT_LDFLAGS@
 
39486
 RANLIB = @RANLIB@
 
39487
+SED = @SED@
 
39488
 SET_MAKE = @SET_MAKE@
 
39489
 SHELL = @SHELL@
 
39490
 STRIP = @STRIP@
 
39491
@@ -207,18 +212,16 @@
 
39492
 VERSION = @VERSION@
 
39493
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
39494
 XGETTEXT = @XGETTEXT@
 
39495
+XMKMF = @XMKMF@
 
39496
 XMLLINT = @XMLLINT@
 
39497
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
39498
 X_INCLUDES = @X_INCLUDES@
 
39499
 X_LDFLAGS = @X_LDFLAGS@
 
39500
 X_PRE_LIBS = @X_PRE_LIBS@
 
39501
 X_RPATH = @X_RPATH@
 
39502
-ac_ct_AR = @ac_ct_AR@
 
39503
 ac_ct_CC = @ac_ct_CC@
 
39504
 ac_ct_CXX = @ac_ct_CXX@
 
39505
 ac_ct_F77 = @ac_ct_F77@
 
39506
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
39507
-ac_ct_STRIP = @ac_ct_STRIP@
 
39508
 all_includes = @all_includes@
 
39509
 all_libraries = @all_libraries@
 
39510
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
39511
@@ -237,14 +240,18 @@
 
39512
 build_os = @build_os@
 
39513
 build_vendor = @build_vendor@
 
39514
 datadir = @datadir@
 
39515
+datarootdir = @datarootdir@
 
39516
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
39517
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
39518
+docdir = @docdir@
 
39519
+dvidir = @dvidir@
 
39520
 exec_prefix = @exec_prefix@
 
39521
 host = @host@
 
39522
 host_alias = @host_alias@
 
39523
 host_cpu = @host_cpu@
 
39524
 host_os = @host_os@
 
39525
 host_vendor = @host_vendor@
 
39526
+htmldir = @htmldir@
 
39527
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
39528
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
39529
 include_x11_FALSE = @include_x11_FALSE@
 
39530
@@ -279,14 +286,17 @@
 
39531
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
39532
 libdir = @libdir@
 
39533
 libexecdir = @libexecdir@
 
39534
+localedir = @localedir@
 
39535
 localstatedir = @localstatedir@
 
39536
 mandir = @mandir@
 
39537
 mkdir_p = @mkdir_p@
 
39538
 oldincludedir = @oldincludedir@
 
39539
+pdfdir = @pdfdir@
 
39540
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
39541
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
39542
 prefix = @prefix@
 
39543
 program_transform_name = @program_transform_name@
 
39544
+psdir = @psdir@
 
39545
 qt_includes = @qt_includes@
 
39546
 qt_libraries = @qt_libraries@
 
39547
 sbindir = @sbindir@
 
39548
@@ -311,7 +321,7 @@
 
39549
 all: docs-am  all-am
 
39550
 
 
39551
 .SUFFIXES:
 
39552
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
39553
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
39554
 #>-    @for dep in $?; do \
 
39555
 #>-      case '$(am__configure_deps)' in \
 
39556
 #>-        *$$dep*) \
 
39557
@@ -349,9 +359,9 @@
 
39558
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
39559
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39560
 
 
39561
-$(top_srcdir)/configure:  $(am__configure_deps)
 
39562
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
39563
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39564
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
39565
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
39566
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39567
 
 
39568
 mostlyclean-libtool:
 
39569
diff -uNr -x debian -x .pc konversation-1.0.1/doc/sv/Makefile.in konversation-1.0.1.n/doc/sv/Makefile.in
 
39570
--- konversation-1.0.1/doc/sv/Makefile.in       2007-07-16 20:15:57.000000000 +0300
 
39571
+++ konversation-1.0.1.n/doc/sv/Makefile.in     2007-07-17 03:00:11.000000000 +0300
 
39572
@@ -94,6 +94,7 @@
 
39573
 FFLAGS = @FFLAGS@
 
39574
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
39575
 GMSGFMT = @GMSGFMT@
 
39576
+GREP = @GREP@
 
39577
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
39578
 INSTALL_DATA = @INSTALL_DATA@
 
39579
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
39580
@@ -171,6 +172,9 @@
 
39581
 LIB_XRENDER = @LIB_XRENDER@
 
39582
 LN_S = @LN_S@
 
39583
 LTLIBOBJS = @LTLIBOBJS@
 
39584
+MAINT = @MAINT@
 
39585
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
39586
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
39587
 MAKEINFO = @MAKEINFO@
 
39588
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
39589
 MCOPIDL = @MCOPIDL@
 
39590
@@ -193,6 +197,7 @@
 
39591
 QT_INCLUDES = @QT_INCLUDES@
 
39592
 QT_LDFLAGS = @QT_LDFLAGS@
 
39593
 RANLIB = @RANLIB@
 
39594
+SED = @SED@
 
39595
 SET_MAKE = @SET_MAKE@
 
39596
 SHELL = @SHELL@
 
39597
 STRIP = @STRIP@
 
39598
@@ -207,18 +212,16 @@
 
39599
 VERSION = @VERSION@
 
39600
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
39601
 XGETTEXT = @XGETTEXT@
 
39602
+XMKMF = @XMKMF@
 
39603
 XMLLINT = @XMLLINT@
 
39604
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
39605
 X_INCLUDES = @X_INCLUDES@
 
39606
 X_LDFLAGS = @X_LDFLAGS@
 
39607
 X_PRE_LIBS = @X_PRE_LIBS@
 
39608
 X_RPATH = @X_RPATH@
 
39609
-ac_ct_AR = @ac_ct_AR@
 
39610
 ac_ct_CC = @ac_ct_CC@
 
39611
 ac_ct_CXX = @ac_ct_CXX@
 
39612
 ac_ct_F77 = @ac_ct_F77@
 
39613
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
39614
-ac_ct_STRIP = @ac_ct_STRIP@
 
39615
 all_includes = @all_includes@
 
39616
 all_libraries = @all_libraries@
 
39617
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
39618
@@ -237,14 +240,18 @@
 
39619
 build_os = @build_os@
 
39620
 build_vendor = @build_vendor@
 
39621
 datadir = @datadir@
 
39622
+datarootdir = @datarootdir@
 
39623
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
39624
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
39625
+docdir = @docdir@
 
39626
+dvidir = @dvidir@
 
39627
 exec_prefix = @exec_prefix@
 
39628
 host = @host@
 
39629
 host_alias = @host_alias@
 
39630
 host_cpu = @host_cpu@
 
39631
 host_os = @host_os@
 
39632
 host_vendor = @host_vendor@
 
39633
+htmldir = @htmldir@
 
39634
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
39635
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
39636
 include_x11_FALSE = @include_x11_FALSE@
 
39637
@@ -279,14 +286,17 @@
 
39638
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
39639
 libdir = @libdir@
 
39640
 libexecdir = @libexecdir@
 
39641
+localedir = @localedir@
 
39642
 localstatedir = @localstatedir@
 
39643
 mandir = @mandir@
 
39644
 mkdir_p = @mkdir_p@
 
39645
 oldincludedir = @oldincludedir@
 
39646
+pdfdir = @pdfdir@
 
39647
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
39648
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
39649
 prefix = @prefix@
 
39650
 program_transform_name = @program_transform_name@
 
39651
+psdir = @psdir@
 
39652
 qt_includes = @qt_includes@
 
39653
 qt_libraries = @qt_libraries@
 
39654
 sbindir = @sbindir@
 
39655
@@ -311,7 +321,7 @@
 
39656
 all: docs-am  all-am
 
39657
 
 
39658
 .SUFFIXES:
 
39659
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
39660
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
39661
 #>-    @for dep in $?; do \
 
39662
 #>-      case '$(am__configure_deps)' in \
 
39663
 #>-        *$$dep*) \
 
39664
@@ -349,9 +359,9 @@
 
39665
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
39666
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39667
 
 
39668
-$(top_srcdir)/configure:  $(am__configure_deps)
 
39669
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
39670
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39671
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
39672
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
39673
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39674
 
 
39675
 mostlyclean-libtool:
 
39676
diff -uNr -x debian -x .pc konversation-1.0.1/konversation/images/icons/Makefile.in konversation-1.0.1.n/konversation/images/icons/Makefile.in
 
39677
--- konversation-1.0.1/konversation/images/icons/Makefile.in    2007-07-16 20:15:57.000000000 +0300
 
39678
+++ konversation-1.0.1.n/konversation/images/icons/Makefile.in  2007-07-17 03:00:11.000000000 +0300
 
39679
@@ -94,6 +94,7 @@
 
39680
 FFLAGS = @FFLAGS@
 
39681
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
39682
 GMSGFMT = @GMSGFMT@
 
39683
+GREP = @GREP@
 
39684
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
39685
 INSTALL_DATA = @INSTALL_DATA@
 
39686
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
39687
@@ -171,6 +172,9 @@
 
39688
 LIB_XRENDER = @LIB_XRENDER@
 
39689
 LN_S = @LN_S@
 
39690
 LTLIBOBJS = @LTLIBOBJS@
 
39691
+MAINT = @MAINT@
 
39692
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
39693
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
39694
 MAKEINFO = @MAKEINFO@
 
39695
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
39696
 MCOPIDL = @MCOPIDL@
 
39697
@@ -193,6 +197,7 @@
 
39698
 QT_INCLUDES = @QT_INCLUDES@
 
39699
 QT_LDFLAGS = @QT_LDFLAGS@
 
39700
 RANLIB = @RANLIB@
 
39701
+SED = @SED@
 
39702
 SET_MAKE = @SET_MAKE@
 
39703
 SHELL = @SHELL@
 
39704
 STRIP = @STRIP@
 
39705
@@ -207,18 +212,16 @@
 
39706
 VERSION = @VERSION@
 
39707
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
39708
 XGETTEXT = @XGETTEXT@
 
39709
+XMKMF = @XMKMF@
 
39710
 XMLLINT = @XMLLINT@
 
39711
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
39712
 X_INCLUDES = @X_INCLUDES@
 
39713
 X_LDFLAGS = @X_LDFLAGS@
 
39714
 X_PRE_LIBS = @X_PRE_LIBS@
 
39715
 X_RPATH = @X_RPATH@
 
39716
-ac_ct_AR = @ac_ct_AR@
 
39717
 ac_ct_CC = @ac_ct_CC@
 
39718
 ac_ct_CXX = @ac_ct_CXX@
 
39719
 ac_ct_F77 = @ac_ct_F77@
 
39720
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
39721
-ac_ct_STRIP = @ac_ct_STRIP@
 
39722
 all_includes = @all_includes@
 
39723
 all_libraries = @all_libraries@
 
39724
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
39725
@@ -237,14 +240,18 @@
 
39726
 build_os = @build_os@
 
39727
 build_vendor = @build_vendor@
 
39728
 datadir = @datadir@
 
39729
+datarootdir = @datarootdir@
 
39730
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
39731
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
39732
+docdir = @docdir@
 
39733
+dvidir = @dvidir@
 
39734
 exec_prefix = @exec_prefix@
 
39735
 host = @host@
 
39736
 host_alias = @host_alias@
 
39737
 host_cpu = @host_cpu@
 
39738
 host_os = @host_os@
 
39739
 host_vendor = @host_vendor@
 
39740
+htmldir = @htmldir@
 
39741
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
39742
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
39743
 include_x11_FALSE = @include_x11_FALSE@
 
39744
@@ -279,14 +286,17 @@
 
39745
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
39746
 libdir = @libdir@
 
39747
 libexecdir = @libexecdir@
 
39748
+localedir = @localedir@
 
39749
 localstatedir = @localstatedir@
 
39750
 mandir = @mandir@
 
39751
 mkdir_p = @mkdir_p@
 
39752
 oldincludedir = @oldincludedir@
 
39753
+pdfdir = @pdfdir@
 
39754
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
39755
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
39756
 prefix = @prefix@
 
39757
 program_transform_name = @program_transform_name@
 
39758
+psdir = @psdir@
 
39759
 qt_includes = @qt_includes@
 
39760
 qt_libraries = @qt_libraries@
 
39761
 sbindir = @sbindir@
 
39762
@@ -310,7 +320,7 @@
 
39763
 all: docs-am  all-am
 
39764
 
 
39765
 .SUFFIXES:
 
39766
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
39767
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
39768
 #>-    @for dep in $?; do \
 
39769
 #>-      case '$(am__configure_deps)' in \
 
39770
 #>-        *$$dep*) \
 
39771
@@ -348,9 +358,9 @@
 
39772
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
39773
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39774
 
 
39775
-$(top_srcdir)/configure:  $(am__configure_deps)
 
39776
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
39777
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39778
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
39779
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
39780
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39781
 
 
39782
 mostlyclean-libtool:
 
39783
diff -uNr -x debian -x .pc konversation-1.0.1/konversation/images/Makefile.in konversation-1.0.1.n/konversation/images/Makefile.in
 
39784
--- konversation-1.0.1/konversation/images/Makefile.in  2007-07-16 20:15:57.000000000 +0300
 
39785
+++ konversation-1.0.1.n/konversation/images/Makefile.in        2007-07-17 03:00:11.000000000 +0300
 
39786
@@ -110,6 +110,7 @@
 
39787
 FFLAGS = @FFLAGS@
 
39788
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
39789
 GMSGFMT = @GMSGFMT@
 
39790
+GREP = @GREP@
 
39791
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
39792
 INSTALL_DATA = @INSTALL_DATA@
 
39793
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
39794
@@ -187,6 +188,9 @@
 
39795
 LIB_XRENDER = @LIB_XRENDER@
 
39796
 LN_S = @LN_S@
 
39797
 LTLIBOBJS = @LTLIBOBJS@
 
39798
+MAINT = @MAINT@
 
39799
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
39800
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
39801
 MAKEINFO = @MAKEINFO@
 
39802
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
39803
 MCOPIDL = @MCOPIDL@
 
39804
@@ -209,6 +213,7 @@
 
39805
 QT_INCLUDES = @QT_INCLUDES@
 
39806
 QT_LDFLAGS = @QT_LDFLAGS@
 
39807
 RANLIB = @RANLIB@
 
39808
+SED = @SED@
 
39809
 SET_MAKE = @SET_MAKE@
 
39810
 SHELL = @SHELL@
 
39811
 STRIP = @STRIP@
 
39812
@@ -223,18 +228,16 @@
 
39813
 VERSION = @VERSION@
 
39814
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
39815
 XGETTEXT = @XGETTEXT@
 
39816
+XMKMF = @XMKMF@
 
39817
 XMLLINT = @XMLLINT@
 
39818
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
39819
 X_INCLUDES = @X_INCLUDES@
 
39820
 X_LDFLAGS = @X_LDFLAGS@
 
39821
 X_PRE_LIBS = @X_PRE_LIBS@
 
39822
 X_RPATH = @X_RPATH@
 
39823
-ac_ct_AR = @ac_ct_AR@
 
39824
 ac_ct_CC = @ac_ct_CC@
 
39825
 ac_ct_CXX = @ac_ct_CXX@
 
39826
 ac_ct_F77 = @ac_ct_F77@
 
39827
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
39828
-ac_ct_STRIP = @ac_ct_STRIP@
 
39829
 all_includes = @all_includes@
 
39830
 all_libraries = @all_libraries@
 
39831
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
39832
@@ -253,14 +256,18 @@
 
39833
 build_os = @build_os@
 
39834
 build_vendor = @build_vendor@
 
39835
 datadir = @datadir@
 
39836
+datarootdir = @datarootdir@
 
39837
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
39838
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
39839
+docdir = @docdir@
 
39840
+dvidir = @dvidir@
 
39841
 exec_prefix = @exec_prefix@
 
39842
 host = @host@
 
39843
 host_alias = @host_alias@
 
39844
 host_cpu = @host_cpu@
 
39845
 host_os = @host_os@
 
39846
 host_vendor = @host_vendor@
 
39847
+htmldir = @htmldir@
 
39848
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
39849
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
39850
 include_x11_FALSE = @include_x11_FALSE@
 
39851
@@ -295,14 +302,17 @@
 
39852
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
39853
 libdir = @libdir@
 
39854
 libexecdir = @libexecdir@
 
39855
+localedir = @localedir@
 
39856
 localstatedir = @localstatedir@
 
39857
 mandir = @mandir@
 
39858
 mkdir_p = @mkdir_p@
 
39859
 oldincludedir = @oldincludedir@
 
39860
+pdfdir = @pdfdir@
 
39861
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
39862
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
39863
 prefix = @prefix@
 
39864
 program_transform_name = @program_transform_name@
 
39865
+psdir = @psdir@
 
39866
 qt_includes = @qt_includes@
 
39867
 qt_libraries = @qt_libraries@
 
39868
 sbindir = @sbindir@
 
39869
@@ -326,7 +336,7 @@
 
39870
 all: docs-am  all-recursive
 
39871
 
 
39872
 .SUFFIXES:
 
39873
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
39874
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
39875
 #>-    @for dep in $?; do \
 
39876
 #>-      case '$(am__configure_deps)' in \
 
39877
 #>-        *$$dep*) \
 
39878
@@ -364,9 +374,9 @@
 
39879
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
39880
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39881
 
 
39882
-$(top_srcdir)/configure:  $(am__configure_deps)
 
39883
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
39884
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39885
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
39886
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
39887
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39888
 
 
39889
 mostlyclean-libtool:
 
39890
diff -uNr -x debian -x .pc konversation-1.0.1/konversation/images/nickicons/alternative/Makefile.in konversation-1.0.1.n/konversation/images/nickicons/alternative/Makefile.in
 
39891
--- konversation-1.0.1/konversation/images/nickicons/alternative/Makefile.in    2007-07-16 20:15:57.000000000 +0300
 
39892
+++ konversation-1.0.1.n/konversation/images/nickicons/alternative/Makefile.in  2007-07-17 03:00:11.000000000 +0300
 
39893
@@ -104,6 +104,7 @@
 
39894
 FFLAGS = @FFLAGS@
 
39895
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
39896
 GMSGFMT = @GMSGFMT@
 
39897
+GREP = @GREP@
 
39898
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
39899
 INSTALL_DATA = @INSTALL_DATA@
 
39900
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
39901
@@ -181,6 +182,9 @@
 
39902
 LIB_XRENDER = @LIB_XRENDER@
 
39903
 LN_S = @LN_S@
 
39904
 LTLIBOBJS = @LTLIBOBJS@
 
39905
+MAINT = @MAINT@
 
39906
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
39907
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
39908
 MAKEINFO = @MAKEINFO@
 
39909
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
39910
 MCOPIDL = @MCOPIDL@
 
39911
@@ -203,6 +207,7 @@
 
39912
 QT_INCLUDES = @QT_INCLUDES@
 
39913
 QT_LDFLAGS = @QT_LDFLAGS@
 
39914
 RANLIB = @RANLIB@
 
39915
+SED = @SED@
 
39916
 SET_MAKE = @SET_MAKE@
 
39917
 SHELL = @SHELL@
 
39918
 STRIP = @STRIP@
 
39919
@@ -217,18 +222,16 @@
 
39920
 VERSION = @VERSION@
 
39921
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
39922
 XGETTEXT = @XGETTEXT@
 
39923
+XMKMF = @XMKMF@
 
39924
 XMLLINT = @XMLLINT@
 
39925
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
39926
 X_INCLUDES = @X_INCLUDES@
 
39927
 X_LDFLAGS = @X_LDFLAGS@
 
39928
 X_PRE_LIBS = @X_PRE_LIBS@
 
39929
 X_RPATH = @X_RPATH@
 
39930
-ac_ct_AR = @ac_ct_AR@
 
39931
 ac_ct_CC = @ac_ct_CC@
 
39932
 ac_ct_CXX = @ac_ct_CXX@
 
39933
 ac_ct_F77 = @ac_ct_F77@
 
39934
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
39935
-ac_ct_STRIP = @ac_ct_STRIP@
 
39936
 all_includes = @all_includes@
 
39937
 all_libraries = @all_libraries@
 
39938
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
39939
@@ -247,14 +250,18 @@
 
39940
 build_os = @build_os@
 
39941
 build_vendor = @build_vendor@
 
39942
 datadir = @datadir@
 
39943
+datarootdir = @datarootdir@
 
39944
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
39945
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
39946
+docdir = @docdir@
 
39947
+dvidir = @dvidir@
 
39948
 exec_prefix = @exec_prefix@
 
39949
 host = @host@
 
39950
 host_alias = @host_alias@
 
39951
 host_cpu = @host_cpu@
 
39952
 host_os = @host_os@
 
39953
 host_vendor = @host_vendor@
 
39954
+htmldir = @htmldir@
 
39955
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
39956
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
39957
 include_x11_FALSE = @include_x11_FALSE@
 
39958
@@ -289,14 +296,17 @@
 
39959
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
39960
 libdir = @libdir@
 
39961
 libexecdir = @libexecdir@
 
39962
+localedir = @localedir@
 
39963
 localstatedir = @localstatedir@
 
39964
 mandir = @mandir@
 
39965
 mkdir_p = @mkdir_p@
 
39966
 oldincludedir = @oldincludedir@
 
39967
+pdfdir = @pdfdir@
 
39968
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
39969
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
39970
 prefix = @prefix@
 
39971
 program_transform_name = @program_transform_name@
 
39972
+psdir = @psdir@
 
39973
 qt_includes = @qt_includes@
 
39974
 qt_libraries = @qt_libraries@
 
39975
 sbindir = @sbindir@
 
39976
@@ -323,7 +333,7 @@
 
39977
 all: docs-am  all-am
 
39978
 
 
39979
 .SUFFIXES:
 
39980
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
39981
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
39982
 #>-    @for dep in $?; do \
 
39983
 #>-      case '$(am__configure_deps)' in \
 
39984
 #>-        *$$dep*) \
 
39985
@@ -361,9 +371,9 @@
 
39986
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
39987
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39988
 
 
39989
-$(top_srcdir)/configure:  $(am__configure_deps)
 
39990
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
39991
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39992
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
39993
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
39994
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
39995
 
 
39996
 mostlyclean-libtool:
 
39997
diff -uNr -x debian -x .pc konversation-1.0.1/konversation/images/nickicons/christmas/Makefile.in konversation-1.0.1.n/konversation/images/nickicons/christmas/Makefile.in
 
39998
--- konversation-1.0.1/konversation/images/nickicons/christmas/Makefile.in      2007-07-16 20:15:57.000000000 +0300
 
39999
+++ konversation-1.0.1.n/konversation/images/nickicons/christmas/Makefile.in    2007-07-17 03:00:11.000000000 +0300
 
40000
@@ -104,6 +104,7 @@
 
40001
 FFLAGS = @FFLAGS@
 
40002
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
40003
 GMSGFMT = @GMSGFMT@
 
40004
+GREP = @GREP@
 
40005
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
40006
 INSTALL_DATA = @INSTALL_DATA@
 
40007
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
40008
@@ -181,6 +182,9 @@
 
40009
 LIB_XRENDER = @LIB_XRENDER@
 
40010
 LN_S = @LN_S@
 
40011
 LTLIBOBJS = @LTLIBOBJS@
 
40012
+MAINT = @MAINT@
 
40013
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
40014
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
40015
 MAKEINFO = @MAKEINFO@
 
40016
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
40017
 MCOPIDL = @MCOPIDL@
 
40018
@@ -203,6 +207,7 @@
 
40019
 QT_INCLUDES = @QT_INCLUDES@
 
40020
 QT_LDFLAGS = @QT_LDFLAGS@
 
40021
 RANLIB = @RANLIB@
 
40022
+SED = @SED@
 
40023
 SET_MAKE = @SET_MAKE@
 
40024
 SHELL = @SHELL@
 
40025
 STRIP = @STRIP@
 
40026
@@ -217,18 +222,16 @@
 
40027
 VERSION = @VERSION@
 
40028
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
40029
 XGETTEXT = @XGETTEXT@
 
40030
+XMKMF = @XMKMF@
 
40031
 XMLLINT = @XMLLINT@
 
40032
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
40033
 X_INCLUDES = @X_INCLUDES@
 
40034
 X_LDFLAGS = @X_LDFLAGS@
 
40035
 X_PRE_LIBS = @X_PRE_LIBS@
 
40036
 X_RPATH = @X_RPATH@
 
40037
-ac_ct_AR = @ac_ct_AR@
 
40038
 ac_ct_CC = @ac_ct_CC@
 
40039
 ac_ct_CXX = @ac_ct_CXX@
 
40040
 ac_ct_F77 = @ac_ct_F77@
 
40041
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
40042
-ac_ct_STRIP = @ac_ct_STRIP@
 
40043
 all_includes = @all_includes@
 
40044
 all_libraries = @all_libraries@
 
40045
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
40046
@@ -247,14 +250,18 @@
 
40047
 build_os = @build_os@
 
40048
 build_vendor = @build_vendor@
 
40049
 datadir = @datadir@
 
40050
+datarootdir = @datarootdir@
 
40051
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
40052
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
40053
+docdir = @docdir@
 
40054
+dvidir = @dvidir@
 
40055
 exec_prefix = @exec_prefix@
 
40056
 host = @host@
 
40057
 host_alias = @host_alias@
 
40058
 host_cpu = @host_cpu@
 
40059
 host_os = @host_os@
 
40060
 host_vendor = @host_vendor@
 
40061
+htmldir = @htmldir@
 
40062
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
40063
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
40064
 include_x11_FALSE = @include_x11_FALSE@
 
40065
@@ -289,14 +296,17 @@
 
40066
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
40067
 libdir = @libdir@
 
40068
 libexecdir = @libexecdir@
 
40069
+localedir = @localedir@
 
40070
 localstatedir = @localstatedir@
 
40071
 mandir = @mandir@
 
40072
 mkdir_p = @mkdir_p@
 
40073
 oldincludedir = @oldincludedir@
 
40074
+pdfdir = @pdfdir@
 
40075
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
40076
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
40077
 prefix = @prefix@
 
40078
 program_transform_name = @program_transform_name@
 
40079
+psdir = @psdir@
 
40080
 qt_includes = @qt_includes@
 
40081
 qt_libraries = @qt_libraries@
 
40082
 sbindir = @sbindir@
 
40083
@@ -323,7 +333,7 @@
 
40084
 all: docs-am  all-am
 
40085
 
 
40086
 .SUFFIXES:
 
40087
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
40088
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
40089
 #>-    @for dep in $?; do \
 
40090
 #>-      case '$(am__configure_deps)' in \
 
40091
 #>-        *$$dep*) \
 
40092
@@ -361,9 +371,9 @@
 
40093
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
40094
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40095
 
 
40096
-$(top_srcdir)/configure:  $(am__configure_deps)
 
40097
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
40098
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40099
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
40100
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
40101
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40102
 
 
40103
 mostlyclean-libtool:
 
40104
diff -uNr -x debian -x .pc konversation-1.0.1/konversation/images/nickicons/classic/Makefile.in konversation-1.0.1.n/konversation/images/nickicons/classic/Makefile.in
 
40105
--- konversation-1.0.1/konversation/images/nickicons/classic/Makefile.in        2007-07-16 20:15:57.000000000 +0300
 
40106
+++ konversation-1.0.1.n/konversation/images/nickicons/classic/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
40107
@@ -104,6 +104,7 @@
 
40108
 FFLAGS = @FFLAGS@
 
40109
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
40110
 GMSGFMT = @GMSGFMT@
 
40111
+GREP = @GREP@
 
40112
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
40113
 INSTALL_DATA = @INSTALL_DATA@
 
40114
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
40115
@@ -181,6 +182,9 @@
 
40116
 LIB_XRENDER = @LIB_XRENDER@
 
40117
 LN_S = @LN_S@
 
40118
 LTLIBOBJS = @LTLIBOBJS@
 
40119
+MAINT = @MAINT@
 
40120
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
40121
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
40122
 MAKEINFO = @MAKEINFO@
 
40123
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
40124
 MCOPIDL = @MCOPIDL@
 
40125
@@ -203,6 +207,7 @@
 
40126
 QT_INCLUDES = @QT_INCLUDES@
 
40127
 QT_LDFLAGS = @QT_LDFLAGS@
 
40128
 RANLIB = @RANLIB@
 
40129
+SED = @SED@
 
40130
 SET_MAKE = @SET_MAKE@
 
40131
 SHELL = @SHELL@
 
40132
 STRIP = @STRIP@
 
40133
@@ -217,18 +222,16 @@
 
40134
 VERSION = @VERSION@
 
40135
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
40136
 XGETTEXT = @XGETTEXT@
 
40137
+XMKMF = @XMKMF@
 
40138
 XMLLINT = @XMLLINT@
 
40139
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
40140
 X_INCLUDES = @X_INCLUDES@
 
40141
 X_LDFLAGS = @X_LDFLAGS@
 
40142
 X_PRE_LIBS = @X_PRE_LIBS@
 
40143
 X_RPATH = @X_RPATH@
 
40144
-ac_ct_AR = @ac_ct_AR@
 
40145
 ac_ct_CC = @ac_ct_CC@
 
40146
 ac_ct_CXX = @ac_ct_CXX@
 
40147
 ac_ct_F77 = @ac_ct_F77@
 
40148
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
40149
-ac_ct_STRIP = @ac_ct_STRIP@
 
40150
 all_includes = @all_includes@
 
40151
 all_libraries = @all_libraries@
 
40152
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
40153
@@ -247,14 +250,18 @@
 
40154
 build_os = @build_os@
 
40155
 build_vendor = @build_vendor@
 
40156
 datadir = @datadir@
 
40157
+datarootdir = @datarootdir@
 
40158
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
40159
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
40160
+docdir = @docdir@
 
40161
+dvidir = @dvidir@
 
40162
 exec_prefix = @exec_prefix@
 
40163
 host = @host@
 
40164
 host_alias = @host_alias@
 
40165
 host_cpu = @host_cpu@
 
40166
 host_os = @host_os@
 
40167
 host_vendor = @host_vendor@
 
40168
+htmldir = @htmldir@
 
40169
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
40170
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
40171
 include_x11_FALSE = @include_x11_FALSE@
 
40172
@@ -289,14 +296,17 @@
 
40173
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
40174
 libdir = @libdir@
 
40175
 libexecdir = @libexecdir@
 
40176
+localedir = @localedir@
 
40177
 localstatedir = @localstatedir@
 
40178
 mandir = @mandir@
 
40179
 mkdir_p = @mkdir_p@
 
40180
 oldincludedir = @oldincludedir@
 
40181
+pdfdir = @pdfdir@
 
40182
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
40183
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
40184
 prefix = @prefix@
 
40185
 program_transform_name = @program_transform_name@
 
40186
+psdir = @psdir@
 
40187
 qt_includes = @qt_includes@
 
40188
 qt_libraries = @qt_libraries@
 
40189
 sbindir = @sbindir@
 
40190
@@ -323,7 +333,7 @@
 
40191
 all: docs-am  all-am
 
40192
 
 
40193
 .SUFFIXES:
 
40194
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
40195
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
40196
 #>-    @for dep in $?; do \
 
40197
 #>-      case '$(am__configure_deps)' in \
 
40198
 #>-        *$$dep*) \
 
40199
@@ -361,9 +371,9 @@
 
40200
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
40201
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40202
 
 
40203
-$(top_srcdir)/configure:  $(am__configure_deps)
 
40204
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
40205
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40206
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
40207
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
40208
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40209
 
 
40210
 mostlyclean-libtool:
 
40211
diff -uNr -x debian -x .pc konversation-1.0.1/konversation/images/nickicons/default/Makefile.in konversation-1.0.1.n/konversation/images/nickicons/default/Makefile.in
 
40212
--- konversation-1.0.1/konversation/images/nickicons/default/Makefile.in        2007-07-16 20:15:57.000000000 +0300
 
40213
+++ konversation-1.0.1.n/konversation/images/nickicons/default/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
40214
@@ -104,6 +104,7 @@
 
40215
 FFLAGS = @FFLAGS@
 
40216
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
40217
 GMSGFMT = @GMSGFMT@
 
40218
+GREP = @GREP@
 
40219
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
40220
 INSTALL_DATA = @INSTALL_DATA@
 
40221
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
40222
@@ -181,6 +182,9 @@
 
40223
 LIB_XRENDER = @LIB_XRENDER@
 
40224
 LN_S = @LN_S@
 
40225
 LTLIBOBJS = @LTLIBOBJS@
 
40226
+MAINT = @MAINT@
 
40227
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
40228
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
40229
 MAKEINFO = @MAKEINFO@
 
40230
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
40231
 MCOPIDL = @MCOPIDL@
 
40232
@@ -203,6 +207,7 @@
 
40233
 QT_INCLUDES = @QT_INCLUDES@
 
40234
 QT_LDFLAGS = @QT_LDFLAGS@
 
40235
 RANLIB = @RANLIB@
 
40236
+SED = @SED@
 
40237
 SET_MAKE = @SET_MAKE@
 
40238
 SHELL = @SHELL@
 
40239
 STRIP = @STRIP@
 
40240
@@ -217,18 +222,16 @@
 
40241
 VERSION = @VERSION@
 
40242
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
40243
 XGETTEXT = @XGETTEXT@
 
40244
+XMKMF = @XMKMF@
 
40245
 XMLLINT = @XMLLINT@
 
40246
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
40247
 X_INCLUDES = @X_INCLUDES@
 
40248
 X_LDFLAGS = @X_LDFLAGS@
 
40249
 X_PRE_LIBS = @X_PRE_LIBS@
 
40250
 X_RPATH = @X_RPATH@
 
40251
-ac_ct_AR = @ac_ct_AR@
 
40252
 ac_ct_CC = @ac_ct_CC@
 
40253
 ac_ct_CXX = @ac_ct_CXX@
 
40254
 ac_ct_F77 = @ac_ct_F77@
 
40255
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
40256
-ac_ct_STRIP = @ac_ct_STRIP@
 
40257
 all_includes = @all_includes@
 
40258
 all_libraries = @all_libraries@
 
40259
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
40260
@@ -247,14 +250,18 @@
 
40261
 build_os = @build_os@
 
40262
 build_vendor = @build_vendor@
 
40263
 datadir = @datadir@
 
40264
+datarootdir = @datarootdir@
 
40265
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
40266
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
40267
+docdir = @docdir@
 
40268
+dvidir = @dvidir@
 
40269
 exec_prefix = @exec_prefix@
 
40270
 host = @host@
 
40271
 host_alias = @host_alias@
 
40272
 host_cpu = @host_cpu@
 
40273
 host_os = @host_os@
 
40274
 host_vendor = @host_vendor@
 
40275
+htmldir = @htmldir@
 
40276
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
40277
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
40278
 include_x11_FALSE = @include_x11_FALSE@
 
40279
@@ -289,14 +296,17 @@
 
40280
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
40281
 libdir = @libdir@
 
40282
 libexecdir = @libexecdir@
 
40283
+localedir = @localedir@
 
40284
 localstatedir = @localstatedir@
 
40285
 mandir = @mandir@
 
40286
 mkdir_p = @mkdir_p@
 
40287
 oldincludedir = @oldincludedir@
 
40288
+pdfdir = @pdfdir@
 
40289
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
40290
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
40291
 prefix = @prefix@
 
40292
 program_transform_name = @program_transform_name@
 
40293
+psdir = @psdir@
 
40294
 qt_includes = @qt_includes@
 
40295
 qt_libraries = @qt_libraries@
 
40296
 sbindir = @sbindir@
 
40297
@@ -323,7 +333,7 @@
 
40298
 all: docs-am  all-am
 
40299
 
 
40300
 .SUFFIXES:
 
40301
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
40302
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
40303
 #>-    @for dep in $?; do \
 
40304
 #>-      case '$(am__configure_deps)' in \
 
40305
 #>-        *$$dep*) \
 
40306
@@ -361,9 +371,9 @@
 
40307
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
40308
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40309
 
 
40310
-$(top_srcdir)/configure:  $(am__configure_deps)
 
40311
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
40312
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40313
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
40314
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
40315
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40316
 
 
40317
 mostlyclean-libtool:
 
40318
diff -uNr -x debian -x .pc konversation-1.0.1/konversation/images/nickicons/Makefile.in konversation-1.0.1.n/konversation/images/nickicons/Makefile.in
 
40319
--- konversation-1.0.1/konversation/images/nickicons/Makefile.in        2007-07-16 20:15:57.000000000 +0300
 
40320
+++ konversation-1.0.1.n/konversation/images/nickicons/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
40321
@@ -110,6 +110,7 @@
 
40322
 FFLAGS = @FFLAGS@
 
40323
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
40324
 GMSGFMT = @GMSGFMT@
 
40325
+GREP = @GREP@
 
40326
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
40327
 INSTALL_DATA = @INSTALL_DATA@
 
40328
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
40329
@@ -187,6 +188,9 @@
 
40330
 LIB_XRENDER = @LIB_XRENDER@
 
40331
 LN_S = @LN_S@
 
40332
 LTLIBOBJS = @LTLIBOBJS@
 
40333
+MAINT = @MAINT@
 
40334
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
40335
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
40336
 MAKEINFO = @MAKEINFO@
 
40337
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
40338
 MCOPIDL = @MCOPIDL@
 
40339
@@ -209,6 +213,7 @@
 
40340
 QT_INCLUDES = @QT_INCLUDES@
 
40341
 QT_LDFLAGS = @QT_LDFLAGS@
 
40342
 RANLIB = @RANLIB@
 
40343
+SED = @SED@
 
40344
 SET_MAKE = @SET_MAKE@
 
40345
 SHELL = @SHELL@
 
40346
 STRIP = @STRIP@
 
40347
@@ -223,18 +228,16 @@
 
40348
 VERSION = @VERSION@
 
40349
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
40350
 XGETTEXT = @XGETTEXT@
 
40351
+XMKMF = @XMKMF@
 
40352
 XMLLINT = @XMLLINT@
 
40353
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
40354
 X_INCLUDES = @X_INCLUDES@
 
40355
 X_LDFLAGS = @X_LDFLAGS@
 
40356
 X_PRE_LIBS = @X_PRE_LIBS@
 
40357
 X_RPATH = @X_RPATH@
 
40358
-ac_ct_AR = @ac_ct_AR@
 
40359
 ac_ct_CC = @ac_ct_CC@
 
40360
 ac_ct_CXX = @ac_ct_CXX@
 
40361
 ac_ct_F77 = @ac_ct_F77@
 
40362
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
40363
-ac_ct_STRIP = @ac_ct_STRIP@
 
40364
 all_includes = @all_includes@
 
40365
 all_libraries = @all_libraries@
 
40366
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
40367
@@ -253,14 +256,18 @@
 
40368
 build_os = @build_os@
 
40369
 build_vendor = @build_vendor@
 
40370
 datadir = @datadir@
 
40371
+datarootdir = @datarootdir@
 
40372
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
40373
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
40374
+docdir = @docdir@
 
40375
+dvidir = @dvidir@
 
40376
 exec_prefix = @exec_prefix@
 
40377
 host = @host@
 
40378
 host_alias = @host_alias@
 
40379
 host_cpu = @host_cpu@
 
40380
 host_os = @host_os@
 
40381
 host_vendor = @host_vendor@
 
40382
+htmldir = @htmldir@
 
40383
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
40384
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
40385
 include_x11_FALSE = @include_x11_FALSE@
 
40386
@@ -295,14 +302,17 @@
 
40387
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
40388
 libdir = @libdir@
 
40389
 libexecdir = @libexecdir@
 
40390
+localedir = @localedir@
 
40391
 localstatedir = @localstatedir@
 
40392
 mandir = @mandir@
 
40393
 mkdir_p = @mkdir_p@
 
40394
 oldincludedir = @oldincludedir@
 
40395
+pdfdir = @pdfdir@
 
40396
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
40397
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
40398
 prefix = @prefix@
 
40399
 program_transform_name = @program_transform_name@
 
40400
+psdir = @psdir@
 
40401
 qt_includes = @qt_includes@
 
40402
 qt_libraries = @qt_libraries@
 
40403
 sbindir = @sbindir@
 
40404
@@ -326,7 +336,7 @@
 
40405
 all: docs-am  all-recursive
 
40406
 
 
40407
 .SUFFIXES:
 
40408
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
40409
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
40410
 #>-    @for dep in $?; do \
 
40411
 #>-      case '$(am__configure_deps)' in \
 
40412
 #>-        *$$dep*) \
 
40413
@@ -364,9 +374,9 @@
 
40414
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
40415
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40416
 
 
40417
-$(top_srcdir)/configure:  $(am__configure_deps)
 
40418
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
40419
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40420
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
40421
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
40422
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40423
 
 
40424
 mostlyclean-libtool:
 
40425
diff -uNr -x debian -x .pc konversation-1.0.1/konversation/images/nickicons/smiling/Makefile.in konversation-1.0.1.n/konversation/images/nickicons/smiling/Makefile.in
 
40426
--- konversation-1.0.1/konversation/images/nickicons/smiling/Makefile.in        2007-07-16 20:15:57.000000000 +0300
 
40427
+++ konversation-1.0.1.n/konversation/images/nickicons/smiling/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
40428
@@ -104,6 +104,7 @@
 
40429
 FFLAGS = @FFLAGS@
 
40430
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
40431
 GMSGFMT = @GMSGFMT@
 
40432
+GREP = @GREP@
 
40433
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
40434
 INSTALL_DATA = @INSTALL_DATA@
 
40435
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
40436
@@ -181,6 +182,9 @@
 
40437
 LIB_XRENDER = @LIB_XRENDER@
 
40438
 LN_S = @LN_S@
 
40439
 LTLIBOBJS = @LTLIBOBJS@
 
40440
+MAINT = @MAINT@
 
40441
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
40442
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
40443
 MAKEINFO = @MAKEINFO@
 
40444
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
40445
 MCOPIDL = @MCOPIDL@
 
40446
@@ -203,6 +207,7 @@
 
40447
 QT_INCLUDES = @QT_INCLUDES@
 
40448
 QT_LDFLAGS = @QT_LDFLAGS@
 
40449
 RANLIB = @RANLIB@
 
40450
+SED = @SED@
 
40451
 SET_MAKE = @SET_MAKE@
 
40452
 SHELL = @SHELL@
 
40453
 STRIP = @STRIP@
 
40454
@@ -217,18 +222,16 @@
 
40455
 VERSION = @VERSION@
 
40456
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
40457
 XGETTEXT = @XGETTEXT@
 
40458
+XMKMF = @XMKMF@
 
40459
 XMLLINT = @XMLLINT@
 
40460
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
40461
 X_INCLUDES = @X_INCLUDES@
 
40462
 X_LDFLAGS = @X_LDFLAGS@
 
40463
 X_PRE_LIBS = @X_PRE_LIBS@
 
40464
 X_RPATH = @X_RPATH@
 
40465
-ac_ct_AR = @ac_ct_AR@
 
40466
 ac_ct_CC = @ac_ct_CC@
 
40467
 ac_ct_CXX = @ac_ct_CXX@
 
40468
 ac_ct_F77 = @ac_ct_F77@
 
40469
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
40470
-ac_ct_STRIP = @ac_ct_STRIP@
 
40471
 all_includes = @all_includes@
 
40472
 all_libraries = @all_libraries@
 
40473
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
40474
@@ -247,14 +250,18 @@
 
40475
 build_os = @build_os@
 
40476
 build_vendor = @build_vendor@
 
40477
 datadir = @datadir@
 
40478
+datarootdir = @datarootdir@
 
40479
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
40480
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
40481
+docdir = @docdir@
 
40482
+dvidir = @dvidir@
 
40483
 exec_prefix = @exec_prefix@
 
40484
 host = @host@
 
40485
 host_alias = @host_alias@
 
40486
 host_cpu = @host_cpu@
 
40487
 host_os = @host_os@
 
40488
 host_vendor = @host_vendor@
 
40489
+htmldir = @htmldir@
 
40490
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
40491
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
40492
 include_x11_FALSE = @include_x11_FALSE@
 
40493
@@ -289,14 +296,17 @@
 
40494
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
40495
 libdir = @libdir@
 
40496
 libexecdir = @libexecdir@
 
40497
+localedir = @localedir@
 
40498
 localstatedir = @localstatedir@
 
40499
 mandir = @mandir@
 
40500
 mkdir_p = @mkdir_p@
 
40501
 oldincludedir = @oldincludedir@
 
40502
+pdfdir = @pdfdir@
 
40503
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
40504
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
40505
 prefix = @prefix@
 
40506
 program_transform_name = @program_transform_name@
 
40507
+psdir = @psdir@
 
40508
 qt_includes = @qt_includes@
 
40509
 qt_libraries = @qt_libraries@
 
40510
 sbindir = @sbindir@
 
40511
@@ -323,7 +333,7 @@
 
40512
 all: docs-am  all-am
 
40513
 
 
40514
 .SUFFIXES:
 
40515
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
40516
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
40517
 #>-    @for dep in $?; do \
 
40518
 #>-      case '$(am__configure_deps)' in \
 
40519
 #>-        *$$dep*) \
 
40520
@@ -361,9 +371,9 @@
 
40521
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
40522
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40523
 
 
40524
-$(top_srcdir)/configure:  $(am__configure_deps)
 
40525
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
40526
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40527
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
40528
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
40529
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40530
 
 
40531
 mostlyclean-libtool:
 
40532
diff -uNr -x debian -x .pc konversation-1.0.1/konversation/images/nickicons/square/Makefile.in konversation-1.0.1.n/konversation/images/nickicons/square/Makefile.in
 
40533
--- konversation-1.0.1/konversation/images/nickicons/square/Makefile.in 2007-07-16 20:15:57.000000000 +0300
 
40534
+++ konversation-1.0.1.n/konversation/images/nickicons/square/Makefile.in       2007-07-17 03:00:11.000000000 +0300
 
40535
@@ -104,6 +104,7 @@
 
40536
 FFLAGS = @FFLAGS@
 
40537
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
40538
 GMSGFMT = @GMSGFMT@
 
40539
+GREP = @GREP@
 
40540
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
40541
 INSTALL_DATA = @INSTALL_DATA@
 
40542
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
40543
@@ -181,6 +182,9 @@
 
40544
 LIB_XRENDER = @LIB_XRENDER@
 
40545
 LN_S = @LN_S@
 
40546
 LTLIBOBJS = @LTLIBOBJS@
 
40547
+MAINT = @MAINT@
 
40548
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
40549
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
40550
 MAKEINFO = @MAKEINFO@
 
40551
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
40552
 MCOPIDL = @MCOPIDL@
 
40553
@@ -203,6 +207,7 @@
 
40554
 QT_INCLUDES = @QT_INCLUDES@
 
40555
 QT_LDFLAGS = @QT_LDFLAGS@
 
40556
 RANLIB = @RANLIB@
 
40557
+SED = @SED@
 
40558
 SET_MAKE = @SET_MAKE@
 
40559
 SHELL = @SHELL@
 
40560
 STRIP = @STRIP@
 
40561
@@ -217,18 +222,16 @@
 
40562
 VERSION = @VERSION@
 
40563
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
40564
 XGETTEXT = @XGETTEXT@
 
40565
+XMKMF = @XMKMF@
 
40566
 XMLLINT = @XMLLINT@
 
40567
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
40568
 X_INCLUDES = @X_INCLUDES@
 
40569
 X_LDFLAGS = @X_LDFLAGS@
 
40570
 X_PRE_LIBS = @X_PRE_LIBS@
 
40571
 X_RPATH = @X_RPATH@
 
40572
-ac_ct_AR = @ac_ct_AR@
 
40573
 ac_ct_CC = @ac_ct_CC@
 
40574
 ac_ct_CXX = @ac_ct_CXX@
 
40575
 ac_ct_F77 = @ac_ct_F77@
 
40576
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
40577
-ac_ct_STRIP = @ac_ct_STRIP@
 
40578
 all_includes = @all_includes@
 
40579
 all_libraries = @all_libraries@
 
40580
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
40581
@@ -247,14 +250,18 @@
 
40582
 build_os = @build_os@
 
40583
 build_vendor = @build_vendor@
 
40584
 datadir = @datadir@
 
40585
+datarootdir = @datarootdir@
 
40586
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
40587
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
40588
+docdir = @docdir@
 
40589
+dvidir = @dvidir@
 
40590
 exec_prefix = @exec_prefix@
 
40591
 host = @host@
 
40592
 host_alias = @host_alias@
 
40593
 host_cpu = @host_cpu@
 
40594
 host_os = @host_os@
 
40595
 host_vendor = @host_vendor@
 
40596
+htmldir = @htmldir@
 
40597
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
40598
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
40599
 include_x11_FALSE = @include_x11_FALSE@
 
40600
@@ -289,14 +296,17 @@
 
40601
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
40602
 libdir = @libdir@
 
40603
 libexecdir = @libexecdir@
 
40604
+localedir = @localedir@
 
40605
 localstatedir = @localstatedir@
 
40606
 mandir = @mandir@
 
40607
 mkdir_p = @mkdir_p@
 
40608
 oldincludedir = @oldincludedir@
 
40609
+pdfdir = @pdfdir@
 
40610
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
40611
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
40612
 prefix = @prefix@
 
40613
 program_transform_name = @program_transform_name@
 
40614
+psdir = @psdir@
 
40615
 qt_includes = @qt_includes@
 
40616
 qt_libraries = @qt_libraries@
 
40617
 sbindir = @sbindir@
 
40618
@@ -323,7 +333,7 @@
 
40619
 all: docs-am  all-am
 
40620
 
 
40621
 .SUFFIXES:
 
40622
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
40623
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
40624
 #>-    @for dep in $?; do \
 
40625
 #>-      case '$(am__configure_deps)' in \
 
40626
 #>-        *$$dep*) \
 
40627
@@ -361,9 +371,9 @@
 
40628
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
40629
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40630
 
 
40631
-$(top_srcdir)/configure:  $(am__configure_deps)
 
40632
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
40633
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40634
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
40635
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
40636
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40637
 
 
40638
 mostlyclean-libtool:
 
40639
diff -uNr -x debian -x .pc konversation-1.0.1/konversation/Makefile.in konversation-1.0.1.n/konversation/Makefile.in
 
40640
--- konversation-1.0.1/konversation/Makefile.in 2007-07-16 20:15:57.000000000 +0300
 
40641
+++ konversation-1.0.1.n/konversation/Makefile.in       2007-07-17 03:00:11.000000000 +0300
 
40642
@@ -111,6 +111,7 @@
 
40643
 FFLAGS = @FFLAGS@
 
40644
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
40645
 GMSGFMT = @GMSGFMT@
 
40646
+GREP = @GREP@
 
40647
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
40648
 INSTALL_DATA = @INSTALL_DATA@
 
40649
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
40650
@@ -188,6 +189,9 @@
 
40651
 LIB_XRENDER = @LIB_XRENDER@
 
40652
 LN_S = @LN_S@
 
40653
 LTLIBOBJS = @LTLIBOBJS@
 
40654
+MAINT = @MAINT@
 
40655
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
40656
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
40657
 MAKEINFO = @MAKEINFO@
 
40658
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
40659
 MCOPIDL = @MCOPIDL@
 
40660
@@ -210,6 +214,7 @@
 
40661
 QT_INCLUDES = @QT_INCLUDES@
 
40662
 QT_LDFLAGS = @QT_LDFLAGS@
 
40663
 RANLIB = @RANLIB@
 
40664
+SED = @SED@
 
40665
 SET_MAKE = @SET_MAKE@
 
40666
 SHELL = @SHELL@
 
40667
 STRIP = @STRIP@
 
40668
@@ -224,18 +229,16 @@
 
40669
 VERSION = @VERSION@
 
40670
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
40671
 XGETTEXT = @XGETTEXT@
 
40672
+XMKMF = @XMKMF@
 
40673
 XMLLINT = @XMLLINT@
 
40674
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
40675
 X_INCLUDES = @X_INCLUDES@
 
40676
 X_LDFLAGS = @X_LDFLAGS@
 
40677
 X_PRE_LIBS = @X_PRE_LIBS@
 
40678
 X_RPATH = @X_RPATH@
 
40679
-ac_ct_AR = @ac_ct_AR@
 
40680
 ac_ct_CC = @ac_ct_CC@
 
40681
 ac_ct_CXX = @ac_ct_CXX@
 
40682
 ac_ct_F77 = @ac_ct_F77@
 
40683
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
40684
-ac_ct_STRIP = @ac_ct_STRIP@
 
40685
 all_includes = @all_includes@
 
40686
 all_libraries = @all_libraries@
 
40687
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
40688
@@ -254,14 +257,18 @@
 
40689
 build_os = @build_os@
 
40690
 build_vendor = @build_vendor@
 
40691
 datadir = @datadir@
 
40692
+datarootdir = @datarootdir@
 
40693
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
40694
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
40695
+docdir = @docdir@
 
40696
+dvidir = @dvidir@
 
40697
 exec_prefix = @exec_prefix@
 
40698
 host = @host@
 
40699
 host_alias = @host_alias@
 
40700
 host_cpu = @host_cpu@
 
40701
 host_os = @host_os@
 
40702
 host_vendor = @host_vendor@
 
40703
+htmldir = @htmldir@
 
40704
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
40705
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
40706
 include_x11_FALSE = @include_x11_FALSE@
 
40707
@@ -296,14 +303,17 @@
 
40708
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
40709
 libdir = @libdir@
 
40710
 libexecdir = @libexecdir@
 
40711
+localedir = @localedir@
 
40712
 localstatedir = @localstatedir@
 
40713
 mandir = @mandir@
 
40714
 mkdir_p = @mkdir_p@
 
40715
 oldincludedir = @oldincludedir@
 
40716
+pdfdir = @pdfdir@
 
40717
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
40718
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
40719
 prefix = @prefix@
 
40720
 program_transform_name = @program_transform_name@
 
40721
+psdir = @psdir@
 
40722
 qt_includes = @qt_includes@
 
40723
 qt_libraries = @qt_libraries@
 
40724
 sbindir = @sbindir@
 
40725
@@ -328,7 +338,7 @@
 
40726
 all: docs-am  all-recursive
 
40727
 
 
40728
 .SUFFIXES:
 
40729
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps)
 
40730
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/admin/Doxyfile.am $(am__configure_deps)
 
40731
 #>-    @for dep in $?; do \
 
40732
 #>-      case '$(am__configure_deps)' in \
 
40733
 #>-        *$$dep*) \
 
40734
@@ -366,9 +376,9 @@
 
40735
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
40736
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40737
 
 
40738
-$(top_srcdir)/configure:  $(am__configure_deps)
 
40739
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
40740
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40741
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
40742
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
40743
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40744
 
 
40745
 mostlyclean-libtool:
 
40746
diff -uNr -x debian -x .pc konversation-1.0.1/konversation/scripts/Makefile.in konversation-1.0.1.n/konversation/scripts/Makefile.in
 
40747
--- konversation-1.0.1/konversation/scripts/Makefile.in 2007-07-16 20:15:57.000000000 +0300
 
40748
+++ konversation-1.0.1.n/konversation/scripts/Makefile.in       2007-07-17 03:00:11.000000000 +0300
 
40749
@@ -107,6 +107,7 @@
 
40750
 FFLAGS = @FFLAGS@
 
40751
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
40752
 GMSGFMT = @GMSGFMT@
 
40753
+GREP = @GREP@
 
40754
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
40755
 INSTALL_DATA = @INSTALL_DATA@
 
40756
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
40757
@@ -184,6 +185,9 @@
 
40758
 LIB_XRENDER = @LIB_XRENDER@
 
40759
 LN_S = @LN_S@
 
40760
 LTLIBOBJS = @LTLIBOBJS@
 
40761
+MAINT = @MAINT@
 
40762
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
40763
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
40764
 MAKEINFO = @MAKEINFO@
 
40765
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
40766
 MCOPIDL = @MCOPIDL@
 
40767
@@ -206,6 +210,7 @@
 
40768
 QT_INCLUDES = @QT_INCLUDES@
 
40769
 QT_LDFLAGS = @QT_LDFLAGS@
 
40770
 RANLIB = @RANLIB@
 
40771
+SED = @SED@
 
40772
 SET_MAKE = @SET_MAKE@
 
40773
 SHELL = @SHELL@
 
40774
 STRIP = @STRIP@
 
40775
@@ -220,18 +225,16 @@
 
40776
 VERSION = @VERSION@
 
40777
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
40778
 XGETTEXT = @XGETTEXT@
 
40779
+XMKMF = @XMKMF@
 
40780
 XMLLINT = @XMLLINT@
 
40781
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
40782
 X_INCLUDES = @X_INCLUDES@
 
40783
 X_LDFLAGS = @X_LDFLAGS@
 
40784
 X_PRE_LIBS = @X_PRE_LIBS@
 
40785
 X_RPATH = @X_RPATH@
 
40786
-ac_ct_AR = @ac_ct_AR@
 
40787
 ac_ct_CC = @ac_ct_CC@
 
40788
 ac_ct_CXX = @ac_ct_CXX@
 
40789
 ac_ct_F77 = @ac_ct_F77@
 
40790
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
40791
-ac_ct_STRIP = @ac_ct_STRIP@
 
40792
 all_includes = @all_includes@
 
40793
 all_libraries = @all_libraries@
 
40794
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
40795
@@ -250,14 +253,18 @@
 
40796
 build_os = @build_os@
 
40797
 build_vendor = @build_vendor@
 
40798
 datadir = @datadir@
 
40799
+datarootdir = @datarootdir@
 
40800
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
40801
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
40802
+docdir = @docdir@
 
40803
+dvidir = @dvidir@
 
40804
 exec_prefix = @exec_prefix@
 
40805
 host = @host@
 
40806
 host_alias = @host_alias@
 
40807
 host_cpu = @host_cpu@
 
40808
 host_os = @host_os@
 
40809
 host_vendor = @host_vendor@
 
40810
+htmldir = @htmldir@
 
40811
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
40812
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
40813
 include_x11_FALSE = @include_x11_FALSE@
 
40814
@@ -292,14 +299,17 @@
 
40815
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
40816
 libdir = @libdir@
 
40817
 libexecdir = @libexecdir@
 
40818
+localedir = @localedir@
 
40819
 localstatedir = @localstatedir@
 
40820
 mandir = @mandir@
 
40821
 mkdir_p = @mkdir_p@
 
40822
 oldincludedir = @oldincludedir@
 
40823
+pdfdir = @pdfdir@
 
40824
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
40825
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
40826
 prefix = @prefix@
 
40827
 program_transform_name = @program_transform_name@
 
40828
+psdir = @psdir@
 
40829
 qt_includes = @qt_includes@
 
40830
 qt_libraries = @qt_libraries@
 
40831
 sbindir = @sbindir@
 
40832
@@ -325,7 +335,7 @@
 
40833
 all: docs-am  all-am
 
40834
 
 
40835
 .SUFFIXES:
 
40836
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
40837
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
40838
 #>-    @for dep in $?; do \
 
40839
 #>-      case '$(am__configure_deps)' in \
 
40840
 #>-        *$$dep*) \
 
40841
@@ -363,9 +373,9 @@
 
40842
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
40843
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40844
 
 
40845
-$(top_srcdir)/configure:  $(am__configure_deps)
 
40846
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
40847
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40848
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
40849
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
40850
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40851
 install-scriptsSCRIPTS: $(scripts_SCRIPTS)
 
40852
        @$(NORMAL_INSTALL)
 
40853
diff -uNr -x debian -x .pc konversation-1.0.1/konversation/src/blowfish/Makefile.in konversation-1.0.1.n/konversation/src/blowfish/Makefile.in
 
40854
--- konversation-1.0.1/konversation/src/blowfish/Makefile.in    2007-07-16 20:15:57.000000000 +0300
 
40855
+++ konversation-1.0.1.n/konversation/src/blowfish/Makefile.in  2007-07-17 03:00:11.000000000 +0300
 
40856
@@ -132,6 +132,7 @@
 
40857
 FFLAGS = @FFLAGS@
 
40858
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
40859
 GMSGFMT = @GMSGFMT@
 
40860
+GREP = @GREP@
 
40861
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
40862
 INSTALL_DATA = @INSTALL_DATA@
 
40863
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
40864
@@ -209,6 +210,9 @@
 
40865
 LIB_XRENDER = @LIB_XRENDER@
 
40866
 LN_S = @LN_S@
 
40867
 LTLIBOBJS = @LTLIBOBJS@
 
40868
+MAINT = @MAINT@
 
40869
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
40870
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
40871
 MAKEINFO = @MAKEINFO@
 
40872
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
40873
 MCOPIDL = @MCOPIDL@
 
40874
@@ -231,6 +235,7 @@
 
40875
 QT_INCLUDES = @QT_INCLUDES@
 
40876
 QT_LDFLAGS = @QT_LDFLAGS@
 
40877
 RANLIB = @RANLIB@
 
40878
+SED = @SED@
 
40879
 SET_MAKE = @SET_MAKE@
 
40880
 SHELL = @SHELL@
 
40881
 STRIP = @STRIP@
 
40882
@@ -245,18 +250,16 @@
 
40883
 VERSION = @VERSION@
 
40884
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
40885
 XGETTEXT = @XGETTEXT@
 
40886
+XMKMF = @XMKMF@
 
40887
 XMLLINT = @XMLLINT@
 
40888
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
40889
 X_INCLUDES = @X_INCLUDES@
 
40890
 X_LDFLAGS = @X_LDFLAGS@
 
40891
 X_PRE_LIBS = @X_PRE_LIBS@
 
40892
 X_RPATH = @X_RPATH@
 
40893
-ac_ct_AR = @ac_ct_AR@
 
40894
 ac_ct_CC = @ac_ct_CC@
 
40895
 ac_ct_CXX = @ac_ct_CXX@
 
40896
 ac_ct_F77 = @ac_ct_F77@
 
40897
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
40898
-ac_ct_STRIP = @ac_ct_STRIP@
 
40899
 all_includes = @all_includes@
 
40900
 all_libraries = @all_libraries@
 
40901
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
40902
@@ -275,14 +278,18 @@
 
40903
 build_os = @build_os@
 
40904
 build_vendor = @build_vendor@
 
40905
 datadir = @datadir@
 
40906
+datarootdir = @datarootdir@
 
40907
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
40908
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
40909
+docdir = @docdir@
 
40910
+dvidir = @dvidir@
 
40911
 exec_prefix = @exec_prefix@
 
40912
 host = @host@
 
40913
 host_alias = @host_alias@
 
40914
 host_cpu = @host_cpu@
 
40915
 host_os = @host_os@
 
40916
 host_vendor = @host_vendor@
 
40917
+htmldir = @htmldir@
 
40918
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
40919
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
40920
 include_x11_FALSE = @include_x11_FALSE@
 
40921
@@ -317,14 +324,17 @@
 
40922
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
40923
 libdir = @libdir@
 
40924
 libexecdir = @libexecdir@
 
40925
+localedir = @localedir@
 
40926
 localstatedir = @localstatedir@
 
40927
 mandir = @mandir@
 
40928
 mkdir_p = @mkdir_p@
 
40929
 oldincludedir = @oldincludedir@
 
40930
+pdfdir = @pdfdir@
 
40931
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
40932
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
40933
 prefix = @prefix@
 
40934
 program_transform_name = @program_transform_name@
 
40935
+psdir = @psdir@
 
40936
 qt_includes = @qt_includes@
 
40937
 qt_libraries = @qt_libraries@
 
40938
 sbindir = @sbindir@
 
40939
@@ -355,7 +365,7 @@
 
40940
 
 
40941
 .SUFFIXES:
 
40942
 .SUFFIXES: .cpp .lo .o .obj
 
40943
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
40944
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
40945
 #>-    @for dep in $?; do \
 
40946
 #>-      case '$(am__configure_deps)' in \
 
40947
 #>-        *$$dep*) \
 
40948
@@ -393,9 +403,9 @@
 
40949
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
40950
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40951
 
 
40952
-$(top_srcdir)/configure:  $(am__configure_deps)
 
40953
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
40954
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40955
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
40956
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
40957
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
40958
 
 
40959
 clean-noinstLTLIBRARIES:
 
40960
diff -uNr -x debian -x .pc konversation-1.0.1/konversation/src/config/Makefile.in konversation-1.0.1.n/konversation/src/config/Makefile.in
 
40961
--- konversation-1.0.1/konversation/src/config/Makefile.in      2007-07-16 20:15:57.000000000 +0300
 
40962
+++ konversation-1.0.1.n/konversation/src/config/Makefile.in    2007-07-17 03:00:11.000000000 +0300
 
40963
@@ -50,8 +50,7 @@
 
40964
 CONFIG_HEADER = $(top_builddir)/config.h
 
40965
 CONFIG_CLEAN_FILES =
 
40966
 LTLIBRARIES = $(noinst_LTLIBRARIES)
 
40967
-am__DEPENDENCIES_1 =
 
40968
-libkonversationconfig_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
40969
+libkonversationconfig_la_LIBADD =
 
40970
 am_libkonversationconfig_la_OBJECTS = preferences.lo
 
40971
 #>- libkonversationconfig_la_OBJECTS =  \
 
40972
 #>-    $(am_libkonversationconfig_la_OBJECTS)
 
40973
@@ -139,6 +138,7 @@
 
40974
 FFLAGS = @FFLAGS@
 
40975
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
40976
 GMSGFMT = @GMSGFMT@
 
40977
+GREP = @GREP@
 
40978
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
40979
 INSTALL_DATA = @INSTALL_DATA@
 
40980
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
40981
@@ -216,6 +216,9 @@
 
40982
 LIB_XRENDER = @LIB_XRENDER@
 
40983
 LN_S = @LN_S@
 
40984
 LTLIBOBJS = @LTLIBOBJS@
 
40985
+MAINT = @MAINT@
 
40986
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
40987
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
40988
 MAKEINFO = @MAKEINFO@
 
40989
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
40990
 MCOPIDL = @MCOPIDL@
 
40991
@@ -238,6 +241,7 @@
 
40992
 QT_INCLUDES = @QT_INCLUDES@
 
40993
 QT_LDFLAGS = @QT_LDFLAGS@
 
40994
 RANLIB = @RANLIB@
 
40995
+SED = @SED@
 
40996
 SET_MAKE = @SET_MAKE@
 
40997
 SHELL = @SHELL@
 
40998
 STRIP = @STRIP@
 
40999
@@ -252,18 +256,16 @@
 
41000
 VERSION = @VERSION@
 
41001
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
41002
 XGETTEXT = @XGETTEXT@
 
41003
+XMKMF = @XMKMF@
 
41004
 XMLLINT = @XMLLINT@
 
41005
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
41006
 X_INCLUDES = @X_INCLUDES@
 
41007
 X_LDFLAGS = @X_LDFLAGS@
 
41008
 X_PRE_LIBS = @X_PRE_LIBS@
 
41009
 X_RPATH = @X_RPATH@
 
41010
-ac_ct_AR = @ac_ct_AR@
 
41011
 ac_ct_CC = @ac_ct_CC@
 
41012
 ac_ct_CXX = @ac_ct_CXX@
 
41013
 ac_ct_F77 = @ac_ct_F77@
 
41014
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
41015
-ac_ct_STRIP = @ac_ct_STRIP@
 
41016
 all_includes = @all_includes@
 
41017
 all_libraries = @all_libraries@
 
41018
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
41019
@@ -282,14 +284,18 @@
 
41020
 build_os = @build_os@
 
41021
 build_vendor = @build_vendor@
 
41022
 datadir = @datadir@
 
41023
+datarootdir = @datarootdir@
 
41024
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
41025
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
41026
+docdir = @docdir@
 
41027
+dvidir = @dvidir@
 
41028
 exec_prefix = @exec_prefix@
 
41029
 host = @host@
 
41030
 host_alias = @host_alias@
 
41031
 host_cpu = @host_cpu@
 
41032
 host_os = @host_os@
 
41033
 host_vendor = @host_vendor@
 
41034
+htmldir = @htmldir@
 
41035
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
41036
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
41037
 include_x11_FALSE = @include_x11_FALSE@
 
41038
@@ -324,14 +330,17 @@
 
41039
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
41040
 libdir = @libdir@
 
41041
 libexecdir = @libexecdir@
 
41042
+localedir = @localedir@
 
41043
 localstatedir = @localstatedir@
 
41044
 mandir = @mandir@
 
41045
 mkdir_p = @mkdir_p@
 
41046
 oldincludedir = @oldincludedir@
 
41047
+pdfdir = @pdfdir@
 
41048
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
41049
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
41050
 prefix = @prefix@
 
41051
 program_transform_name = @program_transform_name@
 
41052
+psdir = @psdir@
 
41053
 qt_includes = @qt_includes@
 
41054
 qt_libraries = @qt_libraries@
 
41055
 sbindir = @sbindir@
 
41056
@@ -358,7 +367,6 @@
 
41057
 #>- libkonversationconfig_la_LDFLAGS = $(all_libraries) -no-undefined
 
41058
 #>+ 1
 
41059
 libkonversationconfig_la_LDFLAGS = $(all_libraries) -no-undefined $(KDE_NO_UNDEFINED)
 
41060
-libkonversationconfig_la_LIBADD = $(LIB_KDEUI)
 
41061
 kde_kcfg_DATA = konversation.kcfg
 
41062
 #>- all: all-am
 
41063
 #>+ 1
 
41064
@@ -366,7 +374,7 @@
 
41065
 
 
41066
 .SUFFIXES:
 
41067
 .SUFFIXES: .cpp .lo .o .obj
 
41068
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
41069
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
41070
 #>-    @for dep in $?; do \
 
41071
 #>-      case '$(am__configure_deps)' in \
 
41072
 #>-        *$$dep*) \
 
41073
@@ -404,9 +412,9 @@
 
41074
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
41075
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41076
 
 
41077
-$(top_srcdir)/configure:  $(am__configure_deps)
 
41078
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
41079
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41080
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
41081
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
41082
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41083
 
 
41084
 clean-noinstLTLIBRARIES:
 
41085
diff -uNr -x debian -x .pc konversation-1.0.1/konversation/src/linkaddressbook/Makefile.in konversation-1.0.1.n/konversation/src/linkaddressbook/Makefile.in
 
41086
--- konversation-1.0.1/konversation/src/linkaddressbook/Makefile.in     2007-07-16 20:15:58.000000000 +0300
 
41087
+++ konversation-1.0.1.n/konversation/src/linkaddressbook/Makefile.in   2007-07-17 03:00:11.000000000 +0300
 
41088
@@ -51,9 +51,7 @@
 
41089
 CONFIG_HEADER = $(top_builddir)/config.h
 
41090
 CONFIG_CLEAN_FILES =
 
41091
 LTLIBRARIES = $(noinst_LTLIBRARIES)
 
41092
-am__DEPENDENCIES_1 =
 
41093
-liblinkaddressbookui_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
41094
-       $(am__DEPENDENCIES_1)
 
41095
+liblinkaddressbookui_la_LIBADD =
 
41096
 am_liblinkaddressbookui_la_OBJECTS = linkaddressbookui.lo \
 
41097
        addressbook_base.lo addressbook.lo nicklisttooltip.lo \
 
41098
        nicksonlinetooltip.lo addresseeitem.lo
 
41099
@@ -137,6 +135,7 @@
 
41100
 FFLAGS = @FFLAGS@
 
41101
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
41102
 GMSGFMT = @GMSGFMT@
 
41103
+GREP = @GREP@
 
41104
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
41105
 INSTALL_DATA = @INSTALL_DATA@
 
41106
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
41107
@@ -214,6 +213,9 @@
 
41108
 LIB_XRENDER = @LIB_XRENDER@
 
41109
 LN_S = @LN_S@
 
41110
 LTLIBOBJS = @LTLIBOBJS@
 
41111
+MAINT = @MAINT@
 
41112
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
41113
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
41114
 MAKEINFO = @MAKEINFO@
 
41115
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
41116
 MCOPIDL = @MCOPIDL@
 
41117
@@ -236,6 +238,7 @@
 
41118
 QT_INCLUDES = @QT_INCLUDES@
 
41119
 QT_LDFLAGS = @QT_LDFLAGS@
 
41120
 RANLIB = @RANLIB@
 
41121
+SED = @SED@
 
41122
 SET_MAKE = @SET_MAKE@
 
41123
 SHELL = @SHELL@
 
41124
 STRIP = @STRIP@
 
41125
@@ -250,18 +253,16 @@
 
41126
 VERSION = @VERSION@
 
41127
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
41128
 XGETTEXT = @XGETTEXT@
 
41129
+XMKMF = @XMKMF@
 
41130
 XMLLINT = @XMLLINT@
 
41131
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
41132
 X_INCLUDES = @X_INCLUDES@
 
41133
 X_LDFLAGS = @X_LDFLAGS@
 
41134
 X_PRE_LIBS = @X_PRE_LIBS@
 
41135
 X_RPATH = @X_RPATH@
 
41136
-ac_ct_AR = @ac_ct_AR@
 
41137
 ac_ct_CC = @ac_ct_CC@
 
41138
 ac_ct_CXX = @ac_ct_CXX@
 
41139
 ac_ct_F77 = @ac_ct_F77@
 
41140
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
41141
-ac_ct_STRIP = @ac_ct_STRIP@
 
41142
 all_includes = @all_includes@
 
41143
 all_libraries = @all_libraries@
 
41144
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
41145
@@ -280,14 +281,18 @@
 
41146
 build_os = @build_os@
 
41147
 build_vendor = @build_vendor@
 
41148
 datadir = @datadir@
 
41149
+datarootdir = @datarootdir@
 
41150
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
41151
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
41152
+docdir = @docdir@
 
41153
+dvidir = @dvidir@
 
41154
 exec_prefix = @exec_prefix@
 
41155
 host = @host@
 
41156
 host_alias = @host_alias@
 
41157
 host_cpu = @host_cpu@
 
41158
 host_os = @host_os@
 
41159
 host_vendor = @host_vendor@
 
41160
+htmldir = @htmldir@
 
41161
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
41162
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
41163
 include_x11_FALSE = @include_x11_FALSE@
 
41164
@@ -322,14 +327,17 @@
 
41165
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
41166
 libdir = @libdir@
 
41167
 libexecdir = @libexecdir@
 
41168
+localedir = @localedir@
 
41169
 localstatedir = @localstatedir@
 
41170
 mandir = @mandir@
 
41171
 mkdir_p = @mkdir_p@
 
41172
 oldincludedir = @oldincludedir@
 
41173
+pdfdir = @pdfdir@
 
41174
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
41175
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
41176
 prefix = @prefix@
 
41177
 program_transform_name = @program_transform_name@
 
41178
+psdir = @psdir@
 
41179
 qt_includes = @qt_includes@
 
41180
 qt_libraries = @qt_libraries@
 
41181
 sbindir = @sbindir@
 
41182
@@ -359,14 +367,13 @@
 
41183
 #>- liblinkaddressbookui_la_LDFLAGS = $(all_libraries) -no-undefined
 
41184
 #>+ 1
 
41185
 liblinkaddressbookui_la_LDFLAGS = $(all_libraries) -no-undefined $(KDE_NO_UNDEFINED)
 
41186
-liblinkaddressbookui_la_LIBADD = $(COMPAT_LIBS) $(LIB_KDEUI) $(LIB_KABC)
 
41187
 #>- all: all-am
 
41188
 #>+ 1
 
41189
 all: docs-am  all-am
 
41190
 
 
41191
 .SUFFIXES:
 
41192
 .SUFFIXES: .cpp .lo .o .obj
 
41193
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
41194
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
41195
 #>-    @for dep in $?; do \
 
41196
 #>-      case '$(am__configure_deps)' in \
 
41197
 #>-        *$$dep*) \
 
41198
@@ -404,9 +411,9 @@
 
41199
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
41200
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41201
 
 
41202
-$(top_srcdir)/configure:  $(am__configure_deps)
 
41203
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
41204
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41205
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
41206
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
41207
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41208
 
 
41209
 clean-noinstLTLIBRARIES:
 
41210
diff -uNr -x debian -x .pc konversation-1.0.1/konversation/src/Makefile.in konversation-1.0.1.n/konversation/src/Makefile.in
 
41211
--- konversation-1.0.1/konversation/src/Makefile.in     2007-07-16 20:15:58.000000000 +0300
 
41212
+++ konversation-1.0.1.n/konversation/src/Makefile.in   2007-07-17 03:00:11.000000000 +0300
 
41213
@@ -263,6 +263,7 @@
 
41214
 FFLAGS = @FFLAGS@
 
41215
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
41216
 GMSGFMT = @GMSGFMT@
 
41217
+GREP = @GREP@
 
41218
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
41219
 INSTALL_DATA = @INSTALL_DATA@
 
41220
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
41221
@@ -340,6 +341,9 @@
 
41222
 LIB_XRENDER = @LIB_XRENDER@
 
41223
 LN_S = @LN_S@
 
41224
 LTLIBOBJS = @LTLIBOBJS@
 
41225
+MAINT = @MAINT@
 
41226
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
41227
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
41228
 MAKEINFO = @MAKEINFO@
 
41229
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
41230
 MCOPIDL = @MCOPIDL@
 
41231
@@ -362,6 +366,7 @@
 
41232
 QT_INCLUDES = @QT_INCLUDES@
 
41233
 QT_LDFLAGS = @QT_LDFLAGS@
 
41234
 RANLIB = @RANLIB@
 
41235
+SED = @SED@
 
41236
 SET_MAKE = @SET_MAKE@
 
41237
 SHELL = @SHELL@
 
41238
 STRIP = @STRIP@
 
41239
@@ -376,18 +381,16 @@
 
41240
 VERSION = @VERSION@
 
41241
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
41242
 XGETTEXT = @XGETTEXT@
 
41243
+XMKMF = @XMKMF@
 
41244
 XMLLINT = @XMLLINT@
 
41245
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
41246
 X_INCLUDES = @X_INCLUDES@
 
41247
 X_LDFLAGS = @X_LDFLAGS@
 
41248
 X_PRE_LIBS = @X_PRE_LIBS@
 
41249
 X_RPATH = @X_RPATH@
 
41250
-ac_ct_AR = @ac_ct_AR@
 
41251
 ac_ct_CC = @ac_ct_CC@
 
41252
 ac_ct_CXX = @ac_ct_CXX@
 
41253
 ac_ct_F77 = @ac_ct_F77@
 
41254
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
41255
-ac_ct_STRIP = @ac_ct_STRIP@
 
41256
 all_includes = @all_includes@
 
41257
 all_libraries = @all_libraries@
 
41258
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
41259
@@ -406,14 +409,18 @@
 
41260
 build_os = @build_os@
 
41261
 build_vendor = @build_vendor@
 
41262
 datadir = @datadir@
 
41263
+datarootdir = @datarootdir@
 
41264
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
41265
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
41266
+docdir = @docdir@
 
41267
+dvidir = @dvidir@
 
41268
 exec_prefix = @exec_prefix@
 
41269
 host = @host@
 
41270
 host_alias = @host_alias@
 
41271
 host_cpu = @host_cpu@
 
41272
 host_os = @host_os@
 
41273
 host_vendor = @host_vendor@
 
41274
+htmldir = @htmldir@
 
41275
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
41276
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
41277
 include_x11_FALSE = @include_x11_FALSE@
 
41278
@@ -448,14 +455,17 @@
 
41279
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
41280
 libdir = @libdir@
 
41281
 libexecdir = @libexecdir@
 
41282
+localedir = @localedir@
 
41283
 localstatedir = @localstatedir@
 
41284
 mandir = @mandir@
 
41285
 mkdir_p = @mkdir_p@
 
41286
 oldincludedir = @oldincludedir@
 
41287
+pdfdir = @pdfdir@
 
41288
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
41289
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
41290
 prefix = @prefix@
 
41291
 program_transform_name = @program_transform_name@
 
41292
+psdir = @psdir@
 
41293
 qt_includes = @qt_includes@
 
41294
 qt_libraries = @qt_libraries@
 
41295
 sbindir = @sbindir@
 
41296
@@ -577,7 +587,7 @@
 
41297
 
 
41298
 .SUFFIXES:
 
41299
 .SUFFIXES: .cpp .lo .o .obj
 
41300
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
41301
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
41302
 #>-    @for dep in $?; do \
 
41303
 #>-      case '$(am__configure_deps)' in \
 
41304
 #>-        *$$dep*) \
 
41305
@@ -615,9 +625,9 @@
 
41306
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
41307
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41308
 
 
41309
-$(top_srcdir)/configure:  $(am__configure_deps)
 
41310
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
41311
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41312
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
41313
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
41314
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41315
 install-binPROGRAMS: $(bin_PROGRAMS)
 
41316
        @$(NORMAL_INSTALL)
 
41317
diff -uNr -x debian -x .pc konversation-1.0.1/Makefile.in konversation-1.0.1.n/Makefile.in
 
41318
--- konversation-1.0.1/Makefile.in      2007-07-16 20:15:58.000000000 +0300
 
41319
+++ konversation-1.0.1.n/Makefile.in    2007-07-17 03:00:10.000000000 +0300
 
41320
@@ -128,6 +128,7 @@
 
41321
 FFLAGS = @FFLAGS@
 
41322
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
41323
 GMSGFMT = @GMSGFMT@
 
41324
+GREP = @GREP@
 
41325
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
41326
 INSTALL_DATA = @INSTALL_DATA@
 
41327
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
41328
@@ -205,6 +206,9 @@
 
41329
 LIB_XRENDER = @LIB_XRENDER@
 
41330
 LN_S = @LN_S@
 
41331
 LTLIBOBJS = @LTLIBOBJS@
 
41332
+MAINT = @MAINT@
 
41333
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
41334
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
41335
 MAKEINFO = @MAKEINFO@
 
41336
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
41337
 MCOPIDL = @MCOPIDL@
 
41338
@@ -227,6 +231,7 @@
 
41339
 QT_INCLUDES = @QT_INCLUDES@
 
41340
 QT_LDFLAGS = @QT_LDFLAGS@
 
41341
 RANLIB = @RANLIB@
 
41342
+SED = @SED@
 
41343
 SET_MAKE = @SET_MAKE@
 
41344
 SHELL = @SHELL@
 
41345
 STRIP = @STRIP@
 
41346
@@ -241,18 +246,16 @@
 
41347
 VERSION = @VERSION@
 
41348
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
41349
 XGETTEXT = @XGETTEXT@
 
41350
+XMKMF = @XMKMF@
 
41351
 XMLLINT = @XMLLINT@
 
41352
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
41353
 X_INCLUDES = @X_INCLUDES@
 
41354
 X_LDFLAGS = @X_LDFLAGS@
 
41355
 X_PRE_LIBS = @X_PRE_LIBS@
 
41356
 X_RPATH = @X_RPATH@
 
41357
-ac_ct_AR = @ac_ct_AR@
 
41358
 ac_ct_CC = @ac_ct_CC@
 
41359
 ac_ct_CXX = @ac_ct_CXX@
 
41360
 ac_ct_F77 = @ac_ct_F77@
 
41361
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
41362
-ac_ct_STRIP = @ac_ct_STRIP@
 
41363
 all_includes = @all_includes@
 
41364
 all_libraries = @all_libraries@
 
41365
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
41366
@@ -271,14 +274,18 @@
 
41367
 build_os = @build_os@
 
41368
 build_vendor = @build_vendor@
 
41369
 datadir = @datadir@
 
41370
+datarootdir = @datarootdir@
 
41371
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
41372
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
41373
+docdir = @docdir@
 
41374
+dvidir = @dvidir@
 
41375
 exec_prefix = @exec_prefix@
 
41376
 host = @host@
 
41377
 host_alias = @host_alias@
 
41378
 host_cpu = @host_cpu@
 
41379
 host_os = @host_os@
 
41380
 host_vendor = @host_vendor@
 
41381
+htmldir = @htmldir@
 
41382
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
41383
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
41384
 include_x11_FALSE = @include_x11_FALSE@
 
41385
@@ -313,14 +320,17 @@
 
41386
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
41387
 libdir = @libdir@
 
41388
 libexecdir = @libexecdir@
 
41389
+localedir = @localedir@
 
41390
 localstatedir = @localstatedir@
 
41391
 mandir = @mandir@
 
41392
 mkdir_p = @mkdir_p@
 
41393
 oldincludedir = @oldincludedir@
 
41394
+pdfdir = @pdfdir@
 
41395
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
41396
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
41397
 prefix = @prefix@
 
41398
 program_transform_name = @program_transform_name@
 
41399
+psdir = @psdir@
 
41400
 qt_includes = @qt_includes@
 
41401
 qt_libraries = @qt_libraries@
 
41402
 sbindir = @sbindir@
 
41403
@@ -348,7 +358,7 @@
 
41404
 .SUFFIXES:
 
41405
 am--refresh:
 
41406
        @:
 
41407
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/admin/deps.am $(srcdir)/admin/Doxyfile.am $(am__configure_deps)
 
41408
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/admin/deps.am $(srcdir)/admin/Doxyfile.am $(am__configure_deps)
 
41409
 #>-    @for dep in $?; do \
 
41410
 #>-      case '$(am__configure_deps)' in \
 
41411
 #>-        *$$dep*) \
 
41412
@@ -390,12 +400,12 @@
 
41413
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
41414
        $(SHELL) ./config.status --recheck
 
41415
 
 
41416
-$(top_srcdir)/configure:  $(am__configure_deps)
 
41417
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
41418
 #>-    cd $(srcdir) && $(AUTOCONF)
 
41419
 #>+ 2
 
41420
        cd $(srcdir) && rm -f configure
 
41421
        cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure
 
41422
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
41423
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
41424
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
41425
 
 
41426
 config.h: stamp-h1
 
41427
@@ -407,7 +417,7 @@
 
41428
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
41429
        @rm -f stamp-h1
 
41430
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
41431
-$(srcdir)/config.h.in:  $(am__configure_deps) 
 
41432
+$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
41433
        cd $(top_srcdir) && $(AUTOHEADER)
 
41434
        rm -f stamp-h1
 
41435
        touch $@
 
41436
@@ -915,7 +925,7 @@
 
41437
 .NOEXPORT:
 
41438
 
 
41439
 #>+ 2
 
41440
-KDE_DIST=COPYING-DOCS subdirs Makefile.in configure.files config.h.in configure.in Makefile.cvs aclocal.m4 configure.in.in Makefile.am configure acinclude.m4 VERSION Makefile.am.in 
 
41441
+KDE_DIST=stamp-h.in COPYING-DOCS subdirs Makefile.in configure.files config.h.in configure.in aclocal.m4 configure.in.in Makefile.am configure acinclude.m4 VERSION Makefile.am.in 
 
41442
 
 
41443
 #>+ 2
 
41444
 docs-am:
 
41445
diff -uNr -x debian -x .pc konversation-1.0.1/po/ar/Makefile.in konversation-1.0.1.n/po/ar/Makefile.in
 
41446
--- konversation-1.0.1/po/ar/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
41447
+++ konversation-1.0.1.n/po/ar/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
41448
@@ -112,6 +112,7 @@
 
41449
 FFLAGS = @FFLAGS@
 
41450
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
41451
 GMSGFMT = @GMSGFMT@
 
41452
+GREP = @GREP@
 
41453
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
41454
 INSTALL_DATA = @INSTALL_DATA@
 
41455
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
41456
@@ -189,6 +190,9 @@
 
41457
 LIB_XRENDER = @LIB_XRENDER@
 
41458
 LN_S = @LN_S@
 
41459
 LTLIBOBJS = @LTLIBOBJS@
 
41460
+MAINT = @MAINT@
 
41461
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
41462
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
41463
 MAKEINFO = @MAKEINFO@
 
41464
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
41465
 MCOPIDL = @MCOPIDL@
 
41466
@@ -211,6 +215,7 @@
 
41467
 QT_INCLUDES = @QT_INCLUDES@
 
41468
 QT_LDFLAGS = @QT_LDFLAGS@
 
41469
 RANLIB = @RANLIB@
 
41470
+SED = @SED@
 
41471
 SET_MAKE = @SET_MAKE@
 
41472
 SHELL = @SHELL@
 
41473
 STRIP = @STRIP@
 
41474
@@ -225,18 +230,16 @@
 
41475
 VERSION = @VERSION@
 
41476
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
41477
 XGETTEXT = @XGETTEXT@
 
41478
+XMKMF = @XMKMF@
 
41479
 XMLLINT = @XMLLINT@
 
41480
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
41481
 X_INCLUDES = @X_INCLUDES@
 
41482
 X_LDFLAGS = @X_LDFLAGS@
 
41483
 X_PRE_LIBS = @X_PRE_LIBS@
 
41484
 X_RPATH = @X_RPATH@
 
41485
-ac_ct_AR = @ac_ct_AR@
 
41486
 ac_ct_CC = @ac_ct_CC@
 
41487
 ac_ct_CXX = @ac_ct_CXX@
 
41488
 ac_ct_F77 = @ac_ct_F77@
 
41489
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
41490
-ac_ct_STRIP = @ac_ct_STRIP@
 
41491
 all_includes = @all_includes@
 
41492
 all_libraries = @all_libraries@
 
41493
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
41494
@@ -255,14 +258,18 @@
 
41495
 build_os = @build_os@
 
41496
 build_vendor = @build_vendor@
 
41497
 datadir = @datadir@
 
41498
+datarootdir = @datarootdir@
 
41499
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
41500
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
41501
+docdir = @docdir@
 
41502
+dvidir = @dvidir@
 
41503
 exec_prefix = @exec_prefix@
 
41504
 host = @host@
 
41505
 host_alias = @host_alias@
 
41506
 host_cpu = @host_cpu@
 
41507
 host_os = @host_os@
 
41508
 host_vendor = @host_vendor@
 
41509
+htmldir = @htmldir@
 
41510
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
41511
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
41512
 include_x11_FALSE = @include_x11_FALSE@
 
41513
@@ -297,14 +304,17 @@
 
41514
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
41515
 libdir = @libdir@
 
41516
 libexecdir = @libexecdir@
 
41517
+localedir = @localedir@
 
41518
 localstatedir = @localstatedir@
 
41519
 mandir = @mandir@
 
41520
 mkdir_p = @mkdir_p@
 
41521
 oldincludedir = @oldincludedir@
 
41522
+pdfdir = @pdfdir@
 
41523
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
41524
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
41525
 prefix = @prefix@
 
41526
 program_transform_name = @program_transform_name@
 
41527
+psdir = @psdir@
 
41528
 qt_includes = @qt_includes@
 
41529
 qt_libraries = @qt_libraries@
 
41530
 sbindir = @sbindir@
 
41531
@@ -335,7 +345,7 @@
 
41532
 all: all-nls docs-am  all-recursive
 
41533
 
 
41534
 .SUFFIXES:
 
41535
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
41536
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
41537
 #>-    @for dep in $?; do \
 
41538
 #>-      case '$(am__configure_deps)' in \
 
41539
 #>-        *$$dep*) \
 
41540
@@ -373,9 +383,9 @@
 
41541
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
41542
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41543
 
 
41544
-$(top_srcdir)/configure:  $(am__configure_deps)
 
41545
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
41546
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41547
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
41548
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
41549
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41550
 
 
41551
 mostlyclean-libtool:
 
41552
diff -uNr -x debian -x .pc konversation-1.0.1/po/bg/Makefile.in konversation-1.0.1.n/po/bg/Makefile.in
 
41553
--- konversation-1.0.1/po/bg/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
41554
+++ konversation-1.0.1.n/po/bg/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
41555
@@ -112,6 +112,7 @@
 
41556
 FFLAGS = @FFLAGS@
 
41557
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
41558
 GMSGFMT = @GMSGFMT@
 
41559
+GREP = @GREP@
 
41560
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
41561
 INSTALL_DATA = @INSTALL_DATA@
 
41562
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
41563
@@ -189,6 +190,9 @@
 
41564
 LIB_XRENDER = @LIB_XRENDER@
 
41565
 LN_S = @LN_S@
 
41566
 LTLIBOBJS = @LTLIBOBJS@
 
41567
+MAINT = @MAINT@
 
41568
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
41569
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
41570
 MAKEINFO = @MAKEINFO@
 
41571
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
41572
 MCOPIDL = @MCOPIDL@
 
41573
@@ -211,6 +215,7 @@
 
41574
 QT_INCLUDES = @QT_INCLUDES@
 
41575
 QT_LDFLAGS = @QT_LDFLAGS@
 
41576
 RANLIB = @RANLIB@
 
41577
+SED = @SED@
 
41578
 SET_MAKE = @SET_MAKE@
 
41579
 SHELL = @SHELL@
 
41580
 STRIP = @STRIP@
 
41581
@@ -225,18 +230,16 @@
 
41582
 VERSION = @VERSION@
 
41583
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
41584
 XGETTEXT = @XGETTEXT@
 
41585
+XMKMF = @XMKMF@
 
41586
 XMLLINT = @XMLLINT@
 
41587
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
41588
 X_INCLUDES = @X_INCLUDES@
 
41589
 X_LDFLAGS = @X_LDFLAGS@
 
41590
 X_PRE_LIBS = @X_PRE_LIBS@
 
41591
 X_RPATH = @X_RPATH@
 
41592
-ac_ct_AR = @ac_ct_AR@
 
41593
 ac_ct_CC = @ac_ct_CC@
 
41594
 ac_ct_CXX = @ac_ct_CXX@
 
41595
 ac_ct_F77 = @ac_ct_F77@
 
41596
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
41597
-ac_ct_STRIP = @ac_ct_STRIP@
 
41598
 all_includes = @all_includes@
 
41599
 all_libraries = @all_libraries@
 
41600
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
41601
@@ -255,14 +258,18 @@
 
41602
 build_os = @build_os@
 
41603
 build_vendor = @build_vendor@
 
41604
 datadir = @datadir@
 
41605
+datarootdir = @datarootdir@
 
41606
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
41607
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
41608
+docdir = @docdir@
 
41609
+dvidir = @dvidir@
 
41610
 exec_prefix = @exec_prefix@
 
41611
 host = @host@
 
41612
 host_alias = @host_alias@
 
41613
 host_cpu = @host_cpu@
 
41614
 host_os = @host_os@
 
41615
 host_vendor = @host_vendor@
 
41616
+htmldir = @htmldir@
 
41617
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
41618
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
41619
 include_x11_FALSE = @include_x11_FALSE@
 
41620
@@ -297,14 +304,17 @@
 
41621
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
41622
 libdir = @libdir@
 
41623
 libexecdir = @libexecdir@
 
41624
+localedir = @localedir@
 
41625
 localstatedir = @localstatedir@
 
41626
 mandir = @mandir@
 
41627
 mkdir_p = @mkdir_p@
 
41628
 oldincludedir = @oldincludedir@
 
41629
+pdfdir = @pdfdir@
 
41630
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
41631
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
41632
 prefix = @prefix@
 
41633
 program_transform_name = @program_transform_name@
 
41634
+psdir = @psdir@
 
41635
 qt_includes = @qt_includes@
 
41636
 qt_libraries = @qt_libraries@
 
41637
 sbindir = @sbindir@
 
41638
@@ -335,7 +345,7 @@
 
41639
 all: all-nls docs-am  all-recursive
 
41640
 
 
41641
 .SUFFIXES:
 
41642
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
41643
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
41644
 #>-    @for dep in $?; do \
 
41645
 #>-      case '$(am__configure_deps)' in \
 
41646
 #>-        *$$dep*) \
 
41647
@@ -373,9 +383,9 @@
 
41648
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
41649
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41650
 
 
41651
-$(top_srcdir)/configure:  $(am__configure_deps)
 
41652
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
41653
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41654
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
41655
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
41656
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41657
 
 
41658
 mostlyclean-libtool:
 
41659
diff -uNr -x debian -x .pc konversation-1.0.1/po/ca/Makefile.in konversation-1.0.1.n/po/ca/Makefile.in
 
41660
--- konversation-1.0.1/po/ca/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
41661
+++ konversation-1.0.1.n/po/ca/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
41662
@@ -112,6 +112,7 @@
 
41663
 FFLAGS = @FFLAGS@
 
41664
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
41665
 GMSGFMT = @GMSGFMT@
 
41666
+GREP = @GREP@
 
41667
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
41668
 INSTALL_DATA = @INSTALL_DATA@
 
41669
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
41670
@@ -189,6 +190,9 @@
 
41671
 LIB_XRENDER = @LIB_XRENDER@
 
41672
 LN_S = @LN_S@
 
41673
 LTLIBOBJS = @LTLIBOBJS@
 
41674
+MAINT = @MAINT@
 
41675
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
41676
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
41677
 MAKEINFO = @MAKEINFO@
 
41678
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
41679
 MCOPIDL = @MCOPIDL@
 
41680
@@ -211,6 +215,7 @@
 
41681
 QT_INCLUDES = @QT_INCLUDES@
 
41682
 QT_LDFLAGS = @QT_LDFLAGS@
 
41683
 RANLIB = @RANLIB@
 
41684
+SED = @SED@
 
41685
 SET_MAKE = @SET_MAKE@
 
41686
 SHELL = @SHELL@
 
41687
 STRIP = @STRIP@
 
41688
@@ -225,18 +230,16 @@
 
41689
 VERSION = @VERSION@
 
41690
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
41691
 XGETTEXT = @XGETTEXT@
 
41692
+XMKMF = @XMKMF@
 
41693
 XMLLINT = @XMLLINT@
 
41694
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
41695
 X_INCLUDES = @X_INCLUDES@
 
41696
 X_LDFLAGS = @X_LDFLAGS@
 
41697
 X_PRE_LIBS = @X_PRE_LIBS@
 
41698
 X_RPATH = @X_RPATH@
 
41699
-ac_ct_AR = @ac_ct_AR@
 
41700
 ac_ct_CC = @ac_ct_CC@
 
41701
 ac_ct_CXX = @ac_ct_CXX@
 
41702
 ac_ct_F77 = @ac_ct_F77@
 
41703
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
41704
-ac_ct_STRIP = @ac_ct_STRIP@
 
41705
 all_includes = @all_includes@
 
41706
 all_libraries = @all_libraries@
 
41707
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
41708
@@ -255,14 +258,18 @@
 
41709
 build_os = @build_os@
 
41710
 build_vendor = @build_vendor@
 
41711
 datadir = @datadir@
 
41712
+datarootdir = @datarootdir@
 
41713
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
41714
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
41715
+docdir = @docdir@
 
41716
+dvidir = @dvidir@
 
41717
 exec_prefix = @exec_prefix@
 
41718
 host = @host@
 
41719
 host_alias = @host_alias@
 
41720
 host_cpu = @host_cpu@
 
41721
 host_os = @host_os@
 
41722
 host_vendor = @host_vendor@
 
41723
+htmldir = @htmldir@
 
41724
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
41725
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
41726
 include_x11_FALSE = @include_x11_FALSE@
 
41727
@@ -297,14 +304,17 @@
 
41728
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
41729
 libdir = @libdir@
 
41730
 libexecdir = @libexecdir@
 
41731
+localedir = @localedir@
 
41732
 localstatedir = @localstatedir@
 
41733
 mandir = @mandir@
 
41734
 mkdir_p = @mkdir_p@
 
41735
 oldincludedir = @oldincludedir@
 
41736
+pdfdir = @pdfdir@
 
41737
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
41738
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
41739
 prefix = @prefix@
 
41740
 program_transform_name = @program_transform_name@
 
41741
+psdir = @psdir@
 
41742
 qt_includes = @qt_includes@
 
41743
 qt_libraries = @qt_libraries@
 
41744
 sbindir = @sbindir@
 
41745
@@ -335,7 +345,7 @@
 
41746
 all: all-nls docs-am  all-recursive
 
41747
 
 
41748
 .SUFFIXES:
 
41749
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
41750
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
41751
 #>-    @for dep in $?; do \
 
41752
 #>-      case '$(am__configure_deps)' in \
 
41753
 #>-        *$$dep*) \
 
41754
@@ -373,9 +383,9 @@
 
41755
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
41756
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41757
 
 
41758
-$(top_srcdir)/configure:  $(am__configure_deps)
 
41759
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
41760
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41761
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
41762
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
41763
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41764
 
 
41765
 mostlyclean-libtool:
 
41766
diff -uNr -x debian -x .pc konversation-1.0.1/po/cs/Makefile.in konversation-1.0.1.n/po/cs/Makefile.in
 
41767
--- konversation-1.0.1/po/cs/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
41768
+++ konversation-1.0.1.n/po/cs/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
41769
@@ -112,6 +112,7 @@
 
41770
 FFLAGS = @FFLAGS@
 
41771
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
41772
 GMSGFMT = @GMSGFMT@
 
41773
+GREP = @GREP@
 
41774
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
41775
 INSTALL_DATA = @INSTALL_DATA@
 
41776
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
41777
@@ -189,6 +190,9 @@
 
41778
 LIB_XRENDER = @LIB_XRENDER@
 
41779
 LN_S = @LN_S@
 
41780
 LTLIBOBJS = @LTLIBOBJS@
 
41781
+MAINT = @MAINT@
 
41782
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
41783
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
41784
 MAKEINFO = @MAKEINFO@
 
41785
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
41786
 MCOPIDL = @MCOPIDL@
 
41787
@@ -211,6 +215,7 @@
 
41788
 QT_INCLUDES = @QT_INCLUDES@
 
41789
 QT_LDFLAGS = @QT_LDFLAGS@
 
41790
 RANLIB = @RANLIB@
 
41791
+SED = @SED@
 
41792
 SET_MAKE = @SET_MAKE@
 
41793
 SHELL = @SHELL@
 
41794
 STRIP = @STRIP@
 
41795
@@ -225,18 +230,16 @@
 
41796
 VERSION = @VERSION@
 
41797
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
41798
 XGETTEXT = @XGETTEXT@
 
41799
+XMKMF = @XMKMF@
 
41800
 XMLLINT = @XMLLINT@
 
41801
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
41802
 X_INCLUDES = @X_INCLUDES@
 
41803
 X_LDFLAGS = @X_LDFLAGS@
 
41804
 X_PRE_LIBS = @X_PRE_LIBS@
 
41805
 X_RPATH = @X_RPATH@
 
41806
-ac_ct_AR = @ac_ct_AR@
 
41807
 ac_ct_CC = @ac_ct_CC@
 
41808
 ac_ct_CXX = @ac_ct_CXX@
 
41809
 ac_ct_F77 = @ac_ct_F77@
 
41810
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
41811
-ac_ct_STRIP = @ac_ct_STRIP@
 
41812
 all_includes = @all_includes@
 
41813
 all_libraries = @all_libraries@
 
41814
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
41815
@@ -255,14 +258,18 @@
 
41816
 build_os = @build_os@
 
41817
 build_vendor = @build_vendor@
 
41818
 datadir = @datadir@
 
41819
+datarootdir = @datarootdir@
 
41820
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
41821
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
41822
+docdir = @docdir@
 
41823
+dvidir = @dvidir@
 
41824
 exec_prefix = @exec_prefix@
 
41825
 host = @host@
 
41826
 host_alias = @host_alias@
 
41827
 host_cpu = @host_cpu@
 
41828
 host_os = @host_os@
 
41829
 host_vendor = @host_vendor@
 
41830
+htmldir = @htmldir@
 
41831
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
41832
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
41833
 include_x11_FALSE = @include_x11_FALSE@
 
41834
@@ -297,14 +304,17 @@
 
41835
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
41836
 libdir = @libdir@
 
41837
 libexecdir = @libexecdir@
 
41838
+localedir = @localedir@
 
41839
 localstatedir = @localstatedir@
 
41840
 mandir = @mandir@
 
41841
 mkdir_p = @mkdir_p@
 
41842
 oldincludedir = @oldincludedir@
 
41843
+pdfdir = @pdfdir@
 
41844
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
41845
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
41846
 prefix = @prefix@
 
41847
 program_transform_name = @program_transform_name@
 
41848
+psdir = @psdir@
 
41849
 qt_includes = @qt_includes@
 
41850
 qt_libraries = @qt_libraries@
 
41851
 sbindir = @sbindir@
 
41852
@@ -335,7 +345,7 @@
 
41853
 all: all-nls docs-am  all-recursive
 
41854
 
 
41855
 .SUFFIXES:
 
41856
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
41857
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
41858
 #>-    @for dep in $?; do \
 
41859
 #>-      case '$(am__configure_deps)' in \
 
41860
 #>-        *$$dep*) \
 
41861
@@ -373,9 +383,9 @@
 
41862
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
41863
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41864
 
 
41865
-$(top_srcdir)/configure:  $(am__configure_deps)
 
41866
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
41867
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41868
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
41869
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
41870
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41871
 
 
41872
 mostlyclean-libtool:
 
41873
diff -uNr -x debian -x .pc konversation-1.0.1/po/da/Makefile.in konversation-1.0.1.n/po/da/Makefile.in
 
41874
--- konversation-1.0.1/po/da/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
41875
+++ konversation-1.0.1.n/po/da/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
41876
@@ -112,6 +112,7 @@
 
41877
 FFLAGS = @FFLAGS@
 
41878
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
41879
 GMSGFMT = @GMSGFMT@
 
41880
+GREP = @GREP@
 
41881
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
41882
 INSTALL_DATA = @INSTALL_DATA@
 
41883
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
41884
@@ -189,6 +190,9 @@
 
41885
 LIB_XRENDER = @LIB_XRENDER@
 
41886
 LN_S = @LN_S@
 
41887
 LTLIBOBJS = @LTLIBOBJS@
 
41888
+MAINT = @MAINT@
 
41889
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
41890
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
41891
 MAKEINFO = @MAKEINFO@
 
41892
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
41893
 MCOPIDL = @MCOPIDL@
 
41894
@@ -211,6 +215,7 @@
 
41895
 QT_INCLUDES = @QT_INCLUDES@
 
41896
 QT_LDFLAGS = @QT_LDFLAGS@
 
41897
 RANLIB = @RANLIB@
 
41898
+SED = @SED@
 
41899
 SET_MAKE = @SET_MAKE@
 
41900
 SHELL = @SHELL@
 
41901
 STRIP = @STRIP@
 
41902
@@ -225,18 +230,16 @@
 
41903
 VERSION = @VERSION@
 
41904
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
41905
 XGETTEXT = @XGETTEXT@
 
41906
+XMKMF = @XMKMF@
 
41907
 XMLLINT = @XMLLINT@
 
41908
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
41909
 X_INCLUDES = @X_INCLUDES@
 
41910
 X_LDFLAGS = @X_LDFLAGS@
 
41911
 X_PRE_LIBS = @X_PRE_LIBS@
 
41912
 X_RPATH = @X_RPATH@
 
41913
-ac_ct_AR = @ac_ct_AR@
 
41914
 ac_ct_CC = @ac_ct_CC@
 
41915
 ac_ct_CXX = @ac_ct_CXX@
 
41916
 ac_ct_F77 = @ac_ct_F77@
 
41917
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
41918
-ac_ct_STRIP = @ac_ct_STRIP@
 
41919
 all_includes = @all_includes@
 
41920
 all_libraries = @all_libraries@
 
41921
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
41922
@@ -255,14 +258,18 @@
 
41923
 build_os = @build_os@
 
41924
 build_vendor = @build_vendor@
 
41925
 datadir = @datadir@
 
41926
+datarootdir = @datarootdir@
 
41927
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
41928
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
41929
+docdir = @docdir@
 
41930
+dvidir = @dvidir@
 
41931
 exec_prefix = @exec_prefix@
 
41932
 host = @host@
 
41933
 host_alias = @host_alias@
 
41934
 host_cpu = @host_cpu@
 
41935
 host_os = @host_os@
 
41936
 host_vendor = @host_vendor@
 
41937
+htmldir = @htmldir@
 
41938
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
41939
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
41940
 include_x11_FALSE = @include_x11_FALSE@
 
41941
@@ -297,14 +304,17 @@
 
41942
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
41943
 libdir = @libdir@
 
41944
 libexecdir = @libexecdir@
 
41945
+localedir = @localedir@
 
41946
 localstatedir = @localstatedir@
 
41947
 mandir = @mandir@
 
41948
 mkdir_p = @mkdir_p@
 
41949
 oldincludedir = @oldincludedir@
 
41950
+pdfdir = @pdfdir@
 
41951
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
41952
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
41953
 prefix = @prefix@
 
41954
 program_transform_name = @program_transform_name@
 
41955
+psdir = @psdir@
 
41956
 qt_includes = @qt_includes@
 
41957
 qt_libraries = @qt_libraries@
 
41958
 sbindir = @sbindir@
 
41959
@@ -335,7 +345,7 @@
 
41960
 all: all-nls docs-am  all-recursive
 
41961
 
 
41962
 .SUFFIXES:
 
41963
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
41964
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
41965
 #>-    @for dep in $?; do \
 
41966
 #>-      case '$(am__configure_deps)' in \
 
41967
 #>-        *$$dep*) \
 
41968
@@ -373,9 +383,9 @@
 
41969
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
41970
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41971
 
 
41972
-$(top_srcdir)/configure:  $(am__configure_deps)
 
41973
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
41974
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41975
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
41976
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
41977
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
41978
 
 
41979
 mostlyclean-libtool:
 
41980
diff -uNr -x debian -x .pc konversation-1.0.1/po/de/Makefile.in konversation-1.0.1.n/po/de/Makefile.in
 
41981
--- konversation-1.0.1/po/de/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
41982
+++ konversation-1.0.1.n/po/de/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
41983
@@ -112,6 +112,7 @@
 
41984
 FFLAGS = @FFLAGS@
 
41985
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
41986
 GMSGFMT = @GMSGFMT@
 
41987
+GREP = @GREP@
 
41988
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
41989
 INSTALL_DATA = @INSTALL_DATA@
 
41990
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
41991
@@ -189,6 +190,9 @@
 
41992
 LIB_XRENDER = @LIB_XRENDER@
 
41993
 LN_S = @LN_S@
 
41994
 LTLIBOBJS = @LTLIBOBJS@
 
41995
+MAINT = @MAINT@
 
41996
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
41997
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
41998
 MAKEINFO = @MAKEINFO@
 
41999
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
42000
 MCOPIDL = @MCOPIDL@
 
42001
@@ -211,6 +215,7 @@
 
42002
 QT_INCLUDES = @QT_INCLUDES@
 
42003
 QT_LDFLAGS = @QT_LDFLAGS@
 
42004
 RANLIB = @RANLIB@
 
42005
+SED = @SED@
 
42006
 SET_MAKE = @SET_MAKE@
 
42007
 SHELL = @SHELL@
 
42008
 STRIP = @STRIP@
 
42009
@@ -225,18 +230,16 @@
 
42010
 VERSION = @VERSION@
 
42011
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
42012
 XGETTEXT = @XGETTEXT@
 
42013
+XMKMF = @XMKMF@
 
42014
 XMLLINT = @XMLLINT@
 
42015
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
42016
 X_INCLUDES = @X_INCLUDES@
 
42017
 X_LDFLAGS = @X_LDFLAGS@
 
42018
 X_PRE_LIBS = @X_PRE_LIBS@
 
42019
 X_RPATH = @X_RPATH@
 
42020
-ac_ct_AR = @ac_ct_AR@
 
42021
 ac_ct_CC = @ac_ct_CC@
 
42022
 ac_ct_CXX = @ac_ct_CXX@
 
42023
 ac_ct_F77 = @ac_ct_F77@
 
42024
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
42025
-ac_ct_STRIP = @ac_ct_STRIP@
 
42026
 all_includes = @all_includes@
 
42027
 all_libraries = @all_libraries@
 
42028
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
42029
@@ -255,14 +258,18 @@
 
42030
 build_os = @build_os@
 
42031
 build_vendor = @build_vendor@
 
42032
 datadir = @datadir@
 
42033
+datarootdir = @datarootdir@
 
42034
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
42035
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
42036
+docdir = @docdir@
 
42037
+dvidir = @dvidir@
 
42038
 exec_prefix = @exec_prefix@
 
42039
 host = @host@
 
42040
 host_alias = @host_alias@
 
42041
 host_cpu = @host_cpu@
 
42042
 host_os = @host_os@
 
42043
 host_vendor = @host_vendor@
 
42044
+htmldir = @htmldir@
 
42045
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
42046
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
42047
 include_x11_FALSE = @include_x11_FALSE@
 
42048
@@ -297,14 +304,17 @@
 
42049
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
42050
 libdir = @libdir@
 
42051
 libexecdir = @libexecdir@
 
42052
+localedir = @localedir@
 
42053
 localstatedir = @localstatedir@
 
42054
 mandir = @mandir@
 
42055
 mkdir_p = @mkdir_p@
 
42056
 oldincludedir = @oldincludedir@
 
42057
+pdfdir = @pdfdir@
 
42058
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
42059
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
42060
 prefix = @prefix@
 
42061
 program_transform_name = @program_transform_name@
 
42062
+psdir = @psdir@
 
42063
 qt_includes = @qt_includes@
 
42064
 qt_libraries = @qt_libraries@
 
42065
 sbindir = @sbindir@
 
42066
@@ -335,7 +345,7 @@
 
42067
 all: all-nls docs-am  all-recursive
 
42068
 
 
42069
 .SUFFIXES:
 
42070
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
42071
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
42072
 #>-    @for dep in $?; do \
 
42073
 #>-      case '$(am__configure_deps)' in \
 
42074
 #>-        *$$dep*) \
 
42075
@@ -373,9 +383,9 @@
 
42076
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
42077
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42078
 
 
42079
-$(top_srcdir)/configure:  $(am__configure_deps)
 
42080
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
42081
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42082
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
42083
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
42084
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42085
 
 
42086
 mostlyclean-libtool:
 
42087
diff -uNr -x debian -x .pc konversation-1.0.1/po/el/Makefile.in konversation-1.0.1.n/po/el/Makefile.in
 
42088
--- konversation-1.0.1/po/el/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
42089
+++ konversation-1.0.1.n/po/el/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
42090
@@ -112,6 +112,7 @@
 
42091
 FFLAGS = @FFLAGS@
 
42092
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
42093
 GMSGFMT = @GMSGFMT@
 
42094
+GREP = @GREP@
 
42095
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
42096
 INSTALL_DATA = @INSTALL_DATA@
 
42097
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
42098
@@ -189,6 +190,9 @@
 
42099
 LIB_XRENDER = @LIB_XRENDER@
 
42100
 LN_S = @LN_S@
 
42101
 LTLIBOBJS = @LTLIBOBJS@
 
42102
+MAINT = @MAINT@
 
42103
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
42104
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
42105
 MAKEINFO = @MAKEINFO@
 
42106
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
42107
 MCOPIDL = @MCOPIDL@
 
42108
@@ -211,6 +215,7 @@
 
42109
 QT_INCLUDES = @QT_INCLUDES@
 
42110
 QT_LDFLAGS = @QT_LDFLAGS@
 
42111
 RANLIB = @RANLIB@
 
42112
+SED = @SED@
 
42113
 SET_MAKE = @SET_MAKE@
 
42114
 SHELL = @SHELL@
 
42115
 STRIP = @STRIP@
 
42116
@@ -225,18 +230,16 @@
 
42117
 VERSION = @VERSION@
 
42118
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
42119
 XGETTEXT = @XGETTEXT@
 
42120
+XMKMF = @XMKMF@
 
42121
 XMLLINT = @XMLLINT@
 
42122
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
42123
 X_INCLUDES = @X_INCLUDES@
 
42124
 X_LDFLAGS = @X_LDFLAGS@
 
42125
 X_PRE_LIBS = @X_PRE_LIBS@
 
42126
 X_RPATH = @X_RPATH@
 
42127
-ac_ct_AR = @ac_ct_AR@
 
42128
 ac_ct_CC = @ac_ct_CC@
 
42129
 ac_ct_CXX = @ac_ct_CXX@
 
42130
 ac_ct_F77 = @ac_ct_F77@
 
42131
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
42132
-ac_ct_STRIP = @ac_ct_STRIP@
 
42133
 all_includes = @all_includes@
 
42134
 all_libraries = @all_libraries@
 
42135
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
42136
@@ -255,14 +258,18 @@
 
42137
 build_os = @build_os@
 
42138
 build_vendor = @build_vendor@
 
42139
 datadir = @datadir@
 
42140
+datarootdir = @datarootdir@
 
42141
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
42142
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
42143
+docdir = @docdir@
 
42144
+dvidir = @dvidir@
 
42145
 exec_prefix = @exec_prefix@
 
42146
 host = @host@
 
42147
 host_alias = @host_alias@
 
42148
 host_cpu = @host_cpu@
 
42149
 host_os = @host_os@
 
42150
 host_vendor = @host_vendor@
 
42151
+htmldir = @htmldir@
 
42152
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
42153
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
42154
 include_x11_FALSE = @include_x11_FALSE@
 
42155
@@ -297,14 +304,17 @@
 
42156
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
42157
 libdir = @libdir@
 
42158
 libexecdir = @libexecdir@
 
42159
+localedir = @localedir@
 
42160
 localstatedir = @localstatedir@
 
42161
 mandir = @mandir@
 
42162
 mkdir_p = @mkdir_p@
 
42163
 oldincludedir = @oldincludedir@
 
42164
+pdfdir = @pdfdir@
 
42165
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
42166
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
42167
 prefix = @prefix@
 
42168
 program_transform_name = @program_transform_name@
 
42169
+psdir = @psdir@
 
42170
 qt_includes = @qt_includes@
 
42171
 qt_libraries = @qt_libraries@
 
42172
 sbindir = @sbindir@
 
42173
@@ -335,7 +345,7 @@
 
42174
 all: all-nls docs-am  all-recursive
 
42175
 
 
42176
 .SUFFIXES:
 
42177
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
42178
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
42179
 #>-    @for dep in $?; do \
 
42180
 #>-      case '$(am__configure_deps)' in \
 
42181
 #>-        *$$dep*) \
 
42182
@@ -373,9 +383,9 @@
 
42183
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
42184
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42185
 
 
42186
-$(top_srcdir)/configure:  $(am__configure_deps)
 
42187
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
42188
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42189
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
42190
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
42191
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42192
 
 
42193
 mostlyclean-libtool:
 
42194
diff -uNr -x debian -x .pc konversation-1.0.1/po/en_GB/Makefile.in konversation-1.0.1.n/po/en_GB/Makefile.in
 
42195
--- konversation-1.0.1/po/en_GB/Makefile.in     2007-07-16 20:15:58.000000000 +0300
 
42196
+++ konversation-1.0.1.n/po/en_GB/Makefile.in   2007-07-17 03:00:11.000000000 +0300
 
42197
@@ -112,6 +112,7 @@
 
42198
 FFLAGS = @FFLAGS@
 
42199
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
42200
 GMSGFMT = @GMSGFMT@
 
42201
+GREP = @GREP@
 
42202
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
42203
 INSTALL_DATA = @INSTALL_DATA@
 
42204
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
42205
@@ -189,6 +190,9 @@
 
42206
 LIB_XRENDER = @LIB_XRENDER@
 
42207
 LN_S = @LN_S@
 
42208
 LTLIBOBJS = @LTLIBOBJS@
 
42209
+MAINT = @MAINT@
 
42210
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
42211
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
42212
 MAKEINFO = @MAKEINFO@
 
42213
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
42214
 MCOPIDL = @MCOPIDL@
 
42215
@@ -211,6 +215,7 @@
 
42216
 QT_INCLUDES = @QT_INCLUDES@
 
42217
 QT_LDFLAGS = @QT_LDFLAGS@
 
42218
 RANLIB = @RANLIB@
 
42219
+SED = @SED@
 
42220
 SET_MAKE = @SET_MAKE@
 
42221
 SHELL = @SHELL@
 
42222
 STRIP = @STRIP@
 
42223
@@ -225,18 +230,16 @@
 
42224
 VERSION = @VERSION@
 
42225
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
42226
 XGETTEXT = @XGETTEXT@
 
42227
+XMKMF = @XMKMF@
 
42228
 XMLLINT = @XMLLINT@
 
42229
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
42230
 X_INCLUDES = @X_INCLUDES@
 
42231
 X_LDFLAGS = @X_LDFLAGS@
 
42232
 X_PRE_LIBS = @X_PRE_LIBS@
 
42233
 X_RPATH = @X_RPATH@
 
42234
-ac_ct_AR = @ac_ct_AR@
 
42235
 ac_ct_CC = @ac_ct_CC@
 
42236
 ac_ct_CXX = @ac_ct_CXX@
 
42237
 ac_ct_F77 = @ac_ct_F77@
 
42238
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
42239
-ac_ct_STRIP = @ac_ct_STRIP@
 
42240
 all_includes = @all_includes@
 
42241
 all_libraries = @all_libraries@
 
42242
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
42243
@@ -255,14 +258,18 @@
 
42244
 build_os = @build_os@
 
42245
 build_vendor = @build_vendor@
 
42246
 datadir = @datadir@
 
42247
+datarootdir = @datarootdir@
 
42248
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
42249
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
42250
+docdir = @docdir@
 
42251
+dvidir = @dvidir@
 
42252
 exec_prefix = @exec_prefix@
 
42253
 host = @host@
 
42254
 host_alias = @host_alias@
 
42255
 host_cpu = @host_cpu@
 
42256
 host_os = @host_os@
 
42257
 host_vendor = @host_vendor@
 
42258
+htmldir = @htmldir@
 
42259
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
42260
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
42261
 include_x11_FALSE = @include_x11_FALSE@
 
42262
@@ -297,14 +304,17 @@
 
42263
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
42264
 libdir = @libdir@
 
42265
 libexecdir = @libexecdir@
 
42266
+localedir = @localedir@
 
42267
 localstatedir = @localstatedir@
 
42268
 mandir = @mandir@
 
42269
 mkdir_p = @mkdir_p@
 
42270
 oldincludedir = @oldincludedir@
 
42271
+pdfdir = @pdfdir@
 
42272
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
42273
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
42274
 prefix = @prefix@
 
42275
 program_transform_name = @program_transform_name@
 
42276
+psdir = @psdir@
 
42277
 qt_includes = @qt_includes@
 
42278
 qt_libraries = @qt_libraries@
 
42279
 sbindir = @sbindir@
 
42280
@@ -335,7 +345,7 @@
 
42281
 all: all-nls docs-am  all-recursive
 
42282
 
 
42283
 .SUFFIXES:
 
42284
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
42285
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
42286
 #>-    @for dep in $?; do \
 
42287
 #>-      case '$(am__configure_deps)' in \
 
42288
 #>-        *$$dep*) \
 
42289
@@ -373,9 +383,9 @@
 
42290
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
42291
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42292
 
 
42293
-$(top_srcdir)/configure:  $(am__configure_deps)
 
42294
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
42295
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42296
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
42297
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
42298
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42299
 
 
42300
 mostlyclean-libtool:
 
42301
diff -uNr -x debian -x .pc konversation-1.0.1/po/es/Makefile.in konversation-1.0.1.n/po/es/Makefile.in
 
42302
--- konversation-1.0.1/po/es/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
42303
+++ konversation-1.0.1.n/po/es/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
42304
@@ -112,6 +112,7 @@
 
42305
 FFLAGS = @FFLAGS@
 
42306
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
42307
 GMSGFMT = @GMSGFMT@
 
42308
+GREP = @GREP@
 
42309
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
42310
 INSTALL_DATA = @INSTALL_DATA@
 
42311
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
42312
@@ -189,6 +190,9 @@
 
42313
 LIB_XRENDER = @LIB_XRENDER@
 
42314
 LN_S = @LN_S@
 
42315
 LTLIBOBJS = @LTLIBOBJS@
 
42316
+MAINT = @MAINT@
 
42317
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
42318
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
42319
 MAKEINFO = @MAKEINFO@
 
42320
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
42321
 MCOPIDL = @MCOPIDL@
 
42322
@@ -211,6 +215,7 @@
 
42323
 QT_INCLUDES = @QT_INCLUDES@
 
42324
 QT_LDFLAGS = @QT_LDFLAGS@
 
42325
 RANLIB = @RANLIB@
 
42326
+SED = @SED@
 
42327
 SET_MAKE = @SET_MAKE@
 
42328
 SHELL = @SHELL@
 
42329
 STRIP = @STRIP@
 
42330
@@ -225,18 +230,16 @@
 
42331
 VERSION = @VERSION@
 
42332
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
42333
 XGETTEXT = @XGETTEXT@
 
42334
+XMKMF = @XMKMF@
 
42335
 XMLLINT = @XMLLINT@
 
42336
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
42337
 X_INCLUDES = @X_INCLUDES@
 
42338
 X_LDFLAGS = @X_LDFLAGS@
 
42339
 X_PRE_LIBS = @X_PRE_LIBS@
 
42340
 X_RPATH = @X_RPATH@
 
42341
-ac_ct_AR = @ac_ct_AR@
 
42342
 ac_ct_CC = @ac_ct_CC@
 
42343
 ac_ct_CXX = @ac_ct_CXX@
 
42344
 ac_ct_F77 = @ac_ct_F77@
 
42345
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
42346
-ac_ct_STRIP = @ac_ct_STRIP@
 
42347
 all_includes = @all_includes@
 
42348
 all_libraries = @all_libraries@
 
42349
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
42350
@@ -255,14 +258,18 @@
 
42351
 build_os = @build_os@
 
42352
 build_vendor = @build_vendor@
 
42353
 datadir = @datadir@
 
42354
+datarootdir = @datarootdir@
 
42355
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
42356
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
42357
+docdir = @docdir@
 
42358
+dvidir = @dvidir@
 
42359
 exec_prefix = @exec_prefix@
 
42360
 host = @host@
 
42361
 host_alias = @host_alias@
 
42362
 host_cpu = @host_cpu@
 
42363
 host_os = @host_os@
 
42364
 host_vendor = @host_vendor@
 
42365
+htmldir = @htmldir@
 
42366
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
42367
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
42368
 include_x11_FALSE = @include_x11_FALSE@
 
42369
@@ -297,14 +304,17 @@
 
42370
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
42371
 libdir = @libdir@
 
42372
 libexecdir = @libexecdir@
 
42373
+localedir = @localedir@
 
42374
 localstatedir = @localstatedir@
 
42375
 mandir = @mandir@
 
42376
 mkdir_p = @mkdir_p@
 
42377
 oldincludedir = @oldincludedir@
 
42378
+pdfdir = @pdfdir@
 
42379
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
42380
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
42381
 prefix = @prefix@
 
42382
 program_transform_name = @program_transform_name@
 
42383
+psdir = @psdir@
 
42384
 qt_includes = @qt_includes@
 
42385
 qt_libraries = @qt_libraries@
 
42386
 sbindir = @sbindir@
 
42387
@@ -335,7 +345,7 @@
 
42388
 all: all-nls docs-am  all-recursive
 
42389
 
 
42390
 .SUFFIXES:
 
42391
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
42392
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
42393
 #>-    @for dep in $?; do \
 
42394
 #>-      case '$(am__configure_deps)' in \
 
42395
 #>-        *$$dep*) \
 
42396
@@ -373,9 +383,9 @@
 
42397
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
42398
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42399
 
 
42400
-$(top_srcdir)/configure:  $(am__configure_deps)
 
42401
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
42402
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42403
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
42404
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
42405
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42406
 
 
42407
 mostlyclean-libtool:
 
42408
diff -uNr -x debian -x .pc konversation-1.0.1/po/et/Makefile.in konversation-1.0.1.n/po/et/Makefile.in
 
42409
--- konversation-1.0.1/po/et/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
42410
+++ konversation-1.0.1.n/po/et/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
42411
@@ -112,6 +112,7 @@
 
42412
 FFLAGS = @FFLAGS@
 
42413
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
42414
 GMSGFMT = @GMSGFMT@
 
42415
+GREP = @GREP@
 
42416
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
42417
 INSTALL_DATA = @INSTALL_DATA@
 
42418
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
42419
@@ -189,6 +190,9 @@
 
42420
 LIB_XRENDER = @LIB_XRENDER@
 
42421
 LN_S = @LN_S@
 
42422
 LTLIBOBJS = @LTLIBOBJS@
 
42423
+MAINT = @MAINT@
 
42424
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
42425
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
42426
 MAKEINFO = @MAKEINFO@
 
42427
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
42428
 MCOPIDL = @MCOPIDL@
 
42429
@@ -211,6 +215,7 @@
 
42430
 QT_INCLUDES = @QT_INCLUDES@
 
42431
 QT_LDFLAGS = @QT_LDFLAGS@
 
42432
 RANLIB = @RANLIB@
 
42433
+SED = @SED@
 
42434
 SET_MAKE = @SET_MAKE@
 
42435
 SHELL = @SHELL@
 
42436
 STRIP = @STRIP@
 
42437
@@ -225,18 +230,16 @@
 
42438
 VERSION = @VERSION@
 
42439
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
42440
 XGETTEXT = @XGETTEXT@
 
42441
+XMKMF = @XMKMF@
 
42442
 XMLLINT = @XMLLINT@
 
42443
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
42444
 X_INCLUDES = @X_INCLUDES@
 
42445
 X_LDFLAGS = @X_LDFLAGS@
 
42446
 X_PRE_LIBS = @X_PRE_LIBS@
 
42447
 X_RPATH = @X_RPATH@
 
42448
-ac_ct_AR = @ac_ct_AR@
 
42449
 ac_ct_CC = @ac_ct_CC@
 
42450
 ac_ct_CXX = @ac_ct_CXX@
 
42451
 ac_ct_F77 = @ac_ct_F77@
 
42452
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
42453
-ac_ct_STRIP = @ac_ct_STRIP@
 
42454
 all_includes = @all_includes@
 
42455
 all_libraries = @all_libraries@
 
42456
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
42457
@@ -255,14 +258,18 @@
 
42458
 build_os = @build_os@
 
42459
 build_vendor = @build_vendor@
 
42460
 datadir = @datadir@
 
42461
+datarootdir = @datarootdir@
 
42462
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
42463
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
42464
+docdir = @docdir@
 
42465
+dvidir = @dvidir@
 
42466
 exec_prefix = @exec_prefix@
 
42467
 host = @host@
 
42468
 host_alias = @host_alias@
 
42469
 host_cpu = @host_cpu@
 
42470
 host_os = @host_os@
 
42471
 host_vendor = @host_vendor@
 
42472
+htmldir = @htmldir@
 
42473
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
42474
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
42475
 include_x11_FALSE = @include_x11_FALSE@
 
42476
@@ -297,14 +304,17 @@
 
42477
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
42478
 libdir = @libdir@
 
42479
 libexecdir = @libexecdir@
 
42480
+localedir = @localedir@
 
42481
 localstatedir = @localstatedir@
 
42482
 mandir = @mandir@
 
42483
 mkdir_p = @mkdir_p@
 
42484
 oldincludedir = @oldincludedir@
 
42485
+pdfdir = @pdfdir@
 
42486
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
42487
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
42488
 prefix = @prefix@
 
42489
 program_transform_name = @program_transform_name@
 
42490
+psdir = @psdir@
 
42491
 qt_includes = @qt_includes@
 
42492
 qt_libraries = @qt_libraries@
 
42493
 sbindir = @sbindir@
 
42494
@@ -335,7 +345,7 @@
 
42495
 all: all-nls docs-am  all-recursive
 
42496
 
 
42497
 .SUFFIXES:
 
42498
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
42499
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
42500
 #>-    @for dep in $?; do \
 
42501
 #>-      case '$(am__configure_deps)' in \
 
42502
 #>-        *$$dep*) \
 
42503
@@ -373,9 +383,9 @@
 
42504
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
42505
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42506
 
 
42507
-$(top_srcdir)/configure:  $(am__configure_deps)
 
42508
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
42509
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42510
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
42511
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
42512
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42513
 
 
42514
 mostlyclean-libtool:
 
42515
diff -uNr -x debian -x .pc konversation-1.0.1/po/fi/Makefile.in konversation-1.0.1.n/po/fi/Makefile.in
 
42516
--- konversation-1.0.1/po/fi/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
42517
+++ konversation-1.0.1.n/po/fi/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
42518
@@ -112,6 +112,7 @@
 
42519
 FFLAGS = @FFLAGS@
 
42520
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
42521
 GMSGFMT = @GMSGFMT@
 
42522
+GREP = @GREP@
 
42523
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
42524
 INSTALL_DATA = @INSTALL_DATA@
 
42525
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
42526
@@ -189,6 +190,9 @@
 
42527
 LIB_XRENDER = @LIB_XRENDER@
 
42528
 LN_S = @LN_S@
 
42529
 LTLIBOBJS = @LTLIBOBJS@
 
42530
+MAINT = @MAINT@
 
42531
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
42532
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
42533
 MAKEINFO = @MAKEINFO@
 
42534
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
42535
 MCOPIDL = @MCOPIDL@
 
42536
@@ -211,6 +215,7 @@
 
42537
 QT_INCLUDES = @QT_INCLUDES@
 
42538
 QT_LDFLAGS = @QT_LDFLAGS@
 
42539
 RANLIB = @RANLIB@
 
42540
+SED = @SED@
 
42541
 SET_MAKE = @SET_MAKE@
 
42542
 SHELL = @SHELL@
 
42543
 STRIP = @STRIP@
 
42544
@@ -225,18 +230,16 @@
 
42545
 VERSION = @VERSION@
 
42546
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
42547
 XGETTEXT = @XGETTEXT@
 
42548
+XMKMF = @XMKMF@
 
42549
 XMLLINT = @XMLLINT@
 
42550
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
42551
 X_INCLUDES = @X_INCLUDES@
 
42552
 X_LDFLAGS = @X_LDFLAGS@
 
42553
 X_PRE_LIBS = @X_PRE_LIBS@
 
42554
 X_RPATH = @X_RPATH@
 
42555
-ac_ct_AR = @ac_ct_AR@
 
42556
 ac_ct_CC = @ac_ct_CC@
 
42557
 ac_ct_CXX = @ac_ct_CXX@
 
42558
 ac_ct_F77 = @ac_ct_F77@
 
42559
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
42560
-ac_ct_STRIP = @ac_ct_STRIP@
 
42561
 all_includes = @all_includes@
 
42562
 all_libraries = @all_libraries@
 
42563
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
42564
@@ -255,14 +258,18 @@
 
42565
 build_os = @build_os@
 
42566
 build_vendor = @build_vendor@
 
42567
 datadir = @datadir@
 
42568
+datarootdir = @datarootdir@
 
42569
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
42570
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
42571
+docdir = @docdir@
 
42572
+dvidir = @dvidir@
 
42573
 exec_prefix = @exec_prefix@
 
42574
 host = @host@
 
42575
 host_alias = @host_alias@
 
42576
 host_cpu = @host_cpu@
 
42577
 host_os = @host_os@
 
42578
 host_vendor = @host_vendor@
 
42579
+htmldir = @htmldir@
 
42580
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
42581
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
42582
 include_x11_FALSE = @include_x11_FALSE@
 
42583
@@ -297,14 +304,17 @@
 
42584
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
42585
 libdir = @libdir@
 
42586
 libexecdir = @libexecdir@
 
42587
+localedir = @localedir@
 
42588
 localstatedir = @localstatedir@
 
42589
 mandir = @mandir@
 
42590
 mkdir_p = @mkdir_p@
 
42591
 oldincludedir = @oldincludedir@
 
42592
+pdfdir = @pdfdir@
 
42593
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
42594
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
42595
 prefix = @prefix@
 
42596
 program_transform_name = @program_transform_name@
 
42597
+psdir = @psdir@
 
42598
 qt_includes = @qt_includes@
 
42599
 qt_libraries = @qt_libraries@
 
42600
 sbindir = @sbindir@
 
42601
@@ -335,7 +345,7 @@
 
42602
 all: all-nls docs-am  all-recursive
 
42603
 
 
42604
 .SUFFIXES:
 
42605
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
42606
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
42607
 #>-    @for dep in $?; do \
 
42608
 #>-      case '$(am__configure_deps)' in \
 
42609
 #>-        *$$dep*) \
 
42610
@@ -373,9 +383,9 @@
 
42611
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
42612
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42613
 
 
42614
-$(top_srcdir)/configure:  $(am__configure_deps)
 
42615
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
42616
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42617
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
42618
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
42619
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42620
 
 
42621
 mostlyclean-libtool:
 
42622
diff -uNr -x debian -x .pc konversation-1.0.1/po/fr/Makefile.in konversation-1.0.1.n/po/fr/Makefile.in
 
42623
--- konversation-1.0.1/po/fr/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
42624
+++ konversation-1.0.1.n/po/fr/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
42625
@@ -112,6 +112,7 @@
 
42626
 FFLAGS = @FFLAGS@
 
42627
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
42628
 GMSGFMT = @GMSGFMT@
 
42629
+GREP = @GREP@
 
42630
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
42631
 INSTALL_DATA = @INSTALL_DATA@
 
42632
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
42633
@@ -189,6 +190,9 @@
 
42634
 LIB_XRENDER = @LIB_XRENDER@
 
42635
 LN_S = @LN_S@
 
42636
 LTLIBOBJS = @LTLIBOBJS@
 
42637
+MAINT = @MAINT@
 
42638
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
42639
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
42640
 MAKEINFO = @MAKEINFO@
 
42641
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
42642
 MCOPIDL = @MCOPIDL@
 
42643
@@ -211,6 +215,7 @@
 
42644
 QT_INCLUDES = @QT_INCLUDES@
 
42645
 QT_LDFLAGS = @QT_LDFLAGS@
 
42646
 RANLIB = @RANLIB@
 
42647
+SED = @SED@
 
42648
 SET_MAKE = @SET_MAKE@
 
42649
 SHELL = @SHELL@
 
42650
 STRIP = @STRIP@
 
42651
@@ -225,18 +230,16 @@
 
42652
 VERSION = @VERSION@
 
42653
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
42654
 XGETTEXT = @XGETTEXT@
 
42655
+XMKMF = @XMKMF@
 
42656
 XMLLINT = @XMLLINT@
 
42657
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
42658
 X_INCLUDES = @X_INCLUDES@
 
42659
 X_LDFLAGS = @X_LDFLAGS@
 
42660
 X_PRE_LIBS = @X_PRE_LIBS@
 
42661
 X_RPATH = @X_RPATH@
 
42662
-ac_ct_AR = @ac_ct_AR@
 
42663
 ac_ct_CC = @ac_ct_CC@
 
42664
 ac_ct_CXX = @ac_ct_CXX@
 
42665
 ac_ct_F77 = @ac_ct_F77@
 
42666
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
42667
-ac_ct_STRIP = @ac_ct_STRIP@
 
42668
 all_includes = @all_includes@
 
42669
 all_libraries = @all_libraries@
 
42670
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
42671
@@ -255,14 +258,18 @@
 
42672
 build_os = @build_os@
 
42673
 build_vendor = @build_vendor@
 
42674
 datadir = @datadir@
 
42675
+datarootdir = @datarootdir@
 
42676
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
42677
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
42678
+docdir = @docdir@
 
42679
+dvidir = @dvidir@
 
42680
 exec_prefix = @exec_prefix@
 
42681
 host = @host@
 
42682
 host_alias = @host_alias@
 
42683
 host_cpu = @host_cpu@
 
42684
 host_os = @host_os@
 
42685
 host_vendor = @host_vendor@
 
42686
+htmldir = @htmldir@
 
42687
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
42688
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
42689
 include_x11_FALSE = @include_x11_FALSE@
 
42690
@@ -297,14 +304,17 @@
 
42691
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
42692
 libdir = @libdir@
 
42693
 libexecdir = @libexecdir@
 
42694
+localedir = @localedir@
 
42695
 localstatedir = @localstatedir@
 
42696
 mandir = @mandir@
 
42697
 mkdir_p = @mkdir_p@
 
42698
 oldincludedir = @oldincludedir@
 
42699
+pdfdir = @pdfdir@
 
42700
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
42701
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
42702
 prefix = @prefix@
 
42703
 program_transform_name = @program_transform_name@
 
42704
+psdir = @psdir@
 
42705
 qt_includes = @qt_includes@
 
42706
 qt_libraries = @qt_libraries@
 
42707
 sbindir = @sbindir@
 
42708
@@ -335,7 +345,7 @@
 
42709
 all: all-nls docs-am  all-recursive
 
42710
 
 
42711
 .SUFFIXES:
 
42712
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
42713
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
42714
 #>-    @for dep in $?; do \
 
42715
 #>-      case '$(am__configure_deps)' in \
 
42716
 #>-        *$$dep*) \
 
42717
@@ -373,9 +383,9 @@
 
42718
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
42719
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42720
 
 
42721
-$(top_srcdir)/configure:  $(am__configure_deps)
 
42722
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
42723
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42724
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
42725
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
42726
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42727
 
 
42728
 mostlyclean-libtool:
 
42729
diff -uNr -x debian -x .pc konversation-1.0.1/po/gl/Makefile.in konversation-1.0.1.n/po/gl/Makefile.in
 
42730
--- konversation-1.0.1/po/gl/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
42731
+++ konversation-1.0.1.n/po/gl/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
42732
@@ -112,6 +112,7 @@
 
42733
 FFLAGS = @FFLAGS@
 
42734
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
42735
 GMSGFMT = @GMSGFMT@
 
42736
+GREP = @GREP@
 
42737
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
42738
 INSTALL_DATA = @INSTALL_DATA@
 
42739
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
42740
@@ -189,6 +190,9 @@
 
42741
 LIB_XRENDER = @LIB_XRENDER@
 
42742
 LN_S = @LN_S@
 
42743
 LTLIBOBJS = @LTLIBOBJS@
 
42744
+MAINT = @MAINT@
 
42745
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
42746
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
42747
 MAKEINFO = @MAKEINFO@
 
42748
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
42749
 MCOPIDL = @MCOPIDL@
 
42750
@@ -211,6 +215,7 @@
 
42751
 QT_INCLUDES = @QT_INCLUDES@
 
42752
 QT_LDFLAGS = @QT_LDFLAGS@
 
42753
 RANLIB = @RANLIB@
 
42754
+SED = @SED@
 
42755
 SET_MAKE = @SET_MAKE@
 
42756
 SHELL = @SHELL@
 
42757
 STRIP = @STRIP@
 
42758
@@ -225,18 +230,16 @@
 
42759
 VERSION = @VERSION@
 
42760
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
42761
 XGETTEXT = @XGETTEXT@
 
42762
+XMKMF = @XMKMF@
 
42763
 XMLLINT = @XMLLINT@
 
42764
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
42765
 X_INCLUDES = @X_INCLUDES@
 
42766
 X_LDFLAGS = @X_LDFLAGS@
 
42767
 X_PRE_LIBS = @X_PRE_LIBS@
 
42768
 X_RPATH = @X_RPATH@
 
42769
-ac_ct_AR = @ac_ct_AR@
 
42770
 ac_ct_CC = @ac_ct_CC@
 
42771
 ac_ct_CXX = @ac_ct_CXX@
 
42772
 ac_ct_F77 = @ac_ct_F77@
 
42773
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
42774
-ac_ct_STRIP = @ac_ct_STRIP@
 
42775
 all_includes = @all_includes@
 
42776
 all_libraries = @all_libraries@
 
42777
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
42778
@@ -255,14 +258,18 @@
 
42779
 build_os = @build_os@
 
42780
 build_vendor = @build_vendor@
 
42781
 datadir = @datadir@
 
42782
+datarootdir = @datarootdir@
 
42783
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
42784
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
42785
+docdir = @docdir@
 
42786
+dvidir = @dvidir@
 
42787
 exec_prefix = @exec_prefix@
 
42788
 host = @host@
 
42789
 host_alias = @host_alias@
 
42790
 host_cpu = @host_cpu@
 
42791
 host_os = @host_os@
 
42792
 host_vendor = @host_vendor@
 
42793
+htmldir = @htmldir@
 
42794
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
42795
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
42796
 include_x11_FALSE = @include_x11_FALSE@
 
42797
@@ -297,14 +304,17 @@
 
42798
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
42799
 libdir = @libdir@
 
42800
 libexecdir = @libexecdir@
 
42801
+localedir = @localedir@
 
42802
 localstatedir = @localstatedir@
 
42803
 mandir = @mandir@
 
42804
 mkdir_p = @mkdir_p@
 
42805
 oldincludedir = @oldincludedir@
 
42806
+pdfdir = @pdfdir@
 
42807
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
42808
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
42809
 prefix = @prefix@
 
42810
 program_transform_name = @program_transform_name@
 
42811
+psdir = @psdir@
 
42812
 qt_includes = @qt_includes@
 
42813
 qt_libraries = @qt_libraries@
 
42814
 sbindir = @sbindir@
 
42815
@@ -335,7 +345,7 @@
 
42816
 all: all-nls docs-am  all-recursive
 
42817
 
 
42818
 .SUFFIXES:
 
42819
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
42820
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
42821
 #>-    @for dep in $?; do \
 
42822
 #>-      case '$(am__configure_deps)' in \
 
42823
 #>-        *$$dep*) \
 
42824
@@ -373,9 +383,9 @@
 
42825
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
42826
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42827
 
 
42828
-$(top_srcdir)/configure:  $(am__configure_deps)
 
42829
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
42830
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42831
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
42832
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
42833
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42834
 
 
42835
 mostlyclean-libtool:
 
42836
diff -uNr -x debian -x .pc konversation-1.0.1/po/he/Makefile.in konversation-1.0.1.n/po/he/Makefile.in
 
42837
--- konversation-1.0.1/po/he/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
42838
+++ konversation-1.0.1.n/po/he/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
42839
@@ -112,6 +112,7 @@
 
42840
 FFLAGS = @FFLAGS@
 
42841
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
42842
 GMSGFMT = @GMSGFMT@
 
42843
+GREP = @GREP@
 
42844
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
42845
 INSTALL_DATA = @INSTALL_DATA@
 
42846
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
42847
@@ -189,6 +190,9 @@
 
42848
 LIB_XRENDER = @LIB_XRENDER@
 
42849
 LN_S = @LN_S@
 
42850
 LTLIBOBJS = @LTLIBOBJS@
 
42851
+MAINT = @MAINT@
 
42852
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
42853
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
42854
 MAKEINFO = @MAKEINFO@
 
42855
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
42856
 MCOPIDL = @MCOPIDL@
 
42857
@@ -211,6 +215,7 @@
 
42858
 QT_INCLUDES = @QT_INCLUDES@
 
42859
 QT_LDFLAGS = @QT_LDFLAGS@
 
42860
 RANLIB = @RANLIB@
 
42861
+SED = @SED@
 
42862
 SET_MAKE = @SET_MAKE@
 
42863
 SHELL = @SHELL@
 
42864
 STRIP = @STRIP@
 
42865
@@ -225,18 +230,16 @@
 
42866
 VERSION = @VERSION@
 
42867
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
42868
 XGETTEXT = @XGETTEXT@
 
42869
+XMKMF = @XMKMF@
 
42870
 XMLLINT = @XMLLINT@
 
42871
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
42872
 X_INCLUDES = @X_INCLUDES@
 
42873
 X_LDFLAGS = @X_LDFLAGS@
 
42874
 X_PRE_LIBS = @X_PRE_LIBS@
 
42875
 X_RPATH = @X_RPATH@
 
42876
-ac_ct_AR = @ac_ct_AR@
 
42877
 ac_ct_CC = @ac_ct_CC@
 
42878
 ac_ct_CXX = @ac_ct_CXX@
 
42879
 ac_ct_F77 = @ac_ct_F77@
 
42880
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
42881
-ac_ct_STRIP = @ac_ct_STRIP@
 
42882
 all_includes = @all_includes@
 
42883
 all_libraries = @all_libraries@
 
42884
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
42885
@@ -255,14 +258,18 @@
 
42886
 build_os = @build_os@
 
42887
 build_vendor = @build_vendor@
 
42888
 datadir = @datadir@
 
42889
+datarootdir = @datarootdir@
 
42890
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
42891
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
42892
+docdir = @docdir@
 
42893
+dvidir = @dvidir@
 
42894
 exec_prefix = @exec_prefix@
 
42895
 host = @host@
 
42896
 host_alias = @host_alias@
 
42897
 host_cpu = @host_cpu@
 
42898
 host_os = @host_os@
 
42899
 host_vendor = @host_vendor@
 
42900
+htmldir = @htmldir@
 
42901
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
42902
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
42903
 include_x11_FALSE = @include_x11_FALSE@
 
42904
@@ -297,14 +304,17 @@
 
42905
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
42906
 libdir = @libdir@
 
42907
 libexecdir = @libexecdir@
 
42908
+localedir = @localedir@
 
42909
 localstatedir = @localstatedir@
 
42910
 mandir = @mandir@
 
42911
 mkdir_p = @mkdir_p@
 
42912
 oldincludedir = @oldincludedir@
 
42913
+pdfdir = @pdfdir@
 
42914
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
42915
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
42916
 prefix = @prefix@
 
42917
 program_transform_name = @program_transform_name@
 
42918
+psdir = @psdir@
 
42919
 qt_includes = @qt_includes@
 
42920
 qt_libraries = @qt_libraries@
 
42921
 sbindir = @sbindir@
 
42922
@@ -335,7 +345,7 @@
 
42923
 all: all-nls docs-am  all-recursive
 
42924
 
 
42925
 .SUFFIXES:
 
42926
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
42927
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
42928
 #>-    @for dep in $?; do \
 
42929
 #>-      case '$(am__configure_deps)' in \
 
42930
 #>-        *$$dep*) \
 
42931
@@ -373,9 +383,9 @@
 
42932
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
42933
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42934
 
 
42935
-$(top_srcdir)/configure:  $(am__configure_deps)
 
42936
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
42937
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42938
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
42939
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
42940
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
42941
 
 
42942
 mostlyclean-libtool:
 
42943
diff -uNr -x debian -x .pc konversation-1.0.1/po/hu/Makefile.in konversation-1.0.1.n/po/hu/Makefile.in
 
42944
--- konversation-1.0.1/po/hu/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
42945
+++ konversation-1.0.1.n/po/hu/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
42946
@@ -112,6 +112,7 @@
 
42947
 FFLAGS = @FFLAGS@
 
42948
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
42949
 GMSGFMT = @GMSGFMT@
 
42950
+GREP = @GREP@
 
42951
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
42952
 INSTALL_DATA = @INSTALL_DATA@
 
42953
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
42954
@@ -189,6 +190,9 @@
 
42955
 LIB_XRENDER = @LIB_XRENDER@
 
42956
 LN_S = @LN_S@
 
42957
 LTLIBOBJS = @LTLIBOBJS@
 
42958
+MAINT = @MAINT@
 
42959
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
42960
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
42961
 MAKEINFO = @MAKEINFO@
 
42962
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
42963
 MCOPIDL = @MCOPIDL@
 
42964
@@ -211,6 +215,7 @@
 
42965
 QT_INCLUDES = @QT_INCLUDES@
 
42966
 QT_LDFLAGS = @QT_LDFLAGS@
 
42967
 RANLIB = @RANLIB@
 
42968
+SED = @SED@
 
42969
 SET_MAKE = @SET_MAKE@
 
42970
 SHELL = @SHELL@
 
42971
 STRIP = @STRIP@
 
42972
@@ -225,18 +230,16 @@
 
42973
 VERSION = @VERSION@
 
42974
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
42975
 XGETTEXT = @XGETTEXT@
 
42976
+XMKMF = @XMKMF@
 
42977
 XMLLINT = @XMLLINT@
 
42978
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
42979
 X_INCLUDES = @X_INCLUDES@
 
42980
 X_LDFLAGS = @X_LDFLAGS@
 
42981
 X_PRE_LIBS = @X_PRE_LIBS@
 
42982
 X_RPATH = @X_RPATH@
 
42983
-ac_ct_AR = @ac_ct_AR@
 
42984
 ac_ct_CC = @ac_ct_CC@
 
42985
 ac_ct_CXX = @ac_ct_CXX@
 
42986
 ac_ct_F77 = @ac_ct_F77@
 
42987
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
42988
-ac_ct_STRIP = @ac_ct_STRIP@
 
42989
 all_includes = @all_includes@
 
42990
 all_libraries = @all_libraries@
 
42991
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
42992
@@ -255,14 +258,18 @@
 
42993
 build_os = @build_os@
 
42994
 build_vendor = @build_vendor@
 
42995
 datadir = @datadir@
 
42996
+datarootdir = @datarootdir@
 
42997
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
42998
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
42999
+docdir = @docdir@
 
43000
+dvidir = @dvidir@
 
43001
 exec_prefix = @exec_prefix@
 
43002
 host = @host@
 
43003
 host_alias = @host_alias@
 
43004
 host_cpu = @host_cpu@
 
43005
 host_os = @host_os@
 
43006
 host_vendor = @host_vendor@
 
43007
+htmldir = @htmldir@
 
43008
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
43009
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
43010
 include_x11_FALSE = @include_x11_FALSE@
 
43011
@@ -297,14 +304,17 @@
 
43012
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
43013
 libdir = @libdir@
 
43014
 libexecdir = @libexecdir@
 
43015
+localedir = @localedir@
 
43016
 localstatedir = @localstatedir@
 
43017
 mandir = @mandir@
 
43018
 mkdir_p = @mkdir_p@
 
43019
 oldincludedir = @oldincludedir@
 
43020
+pdfdir = @pdfdir@
 
43021
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
43022
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
43023
 prefix = @prefix@
 
43024
 program_transform_name = @program_transform_name@
 
43025
+psdir = @psdir@
 
43026
 qt_includes = @qt_includes@
 
43027
 qt_libraries = @qt_libraries@
 
43028
 sbindir = @sbindir@
 
43029
@@ -335,7 +345,7 @@
 
43030
 all: all-nls docs-am  all-recursive
 
43031
 
 
43032
 .SUFFIXES:
 
43033
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
43034
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
43035
 #>-    @for dep in $?; do \
 
43036
 #>-      case '$(am__configure_deps)' in \
 
43037
 #>-        *$$dep*) \
 
43038
@@ -373,9 +383,9 @@
 
43039
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
43040
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43041
 
 
43042
-$(top_srcdir)/configure:  $(am__configure_deps)
 
43043
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
43044
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43045
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
43046
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
43047
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43048
 
 
43049
 mostlyclean-libtool:
 
43050
diff -uNr -x debian -x .pc konversation-1.0.1/po/it/Makefile.in konversation-1.0.1.n/po/it/Makefile.in
 
43051
--- konversation-1.0.1/po/it/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
43052
+++ konversation-1.0.1.n/po/it/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
43053
@@ -112,6 +112,7 @@
 
43054
 FFLAGS = @FFLAGS@
 
43055
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
43056
 GMSGFMT = @GMSGFMT@
 
43057
+GREP = @GREP@
 
43058
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
43059
 INSTALL_DATA = @INSTALL_DATA@
 
43060
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
43061
@@ -189,6 +190,9 @@
 
43062
 LIB_XRENDER = @LIB_XRENDER@
 
43063
 LN_S = @LN_S@
 
43064
 LTLIBOBJS = @LTLIBOBJS@
 
43065
+MAINT = @MAINT@
 
43066
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
43067
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
43068
 MAKEINFO = @MAKEINFO@
 
43069
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
43070
 MCOPIDL = @MCOPIDL@
 
43071
@@ -211,6 +215,7 @@
 
43072
 QT_INCLUDES = @QT_INCLUDES@
 
43073
 QT_LDFLAGS = @QT_LDFLAGS@
 
43074
 RANLIB = @RANLIB@
 
43075
+SED = @SED@
 
43076
 SET_MAKE = @SET_MAKE@
 
43077
 SHELL = @SHELL@
 
43078
 STRIP = @STRIP@
 
43079
@@ -225,18 +230,16 @@
 
43080
 VERSION = @VERSION@
 
43081
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
43082
 XGETTEXT = @XGETTEXT@
 
43083
+XMKMF = @XMKMF@
 
43084
 XMLLINT = @XMLLINT@
 
43085
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
43086
 X_INCLUDES = @X_INCLUDES@
 
43087
 X_LDFLAGS = @X_LDFLAGS@
 
43088
 X_PRE_LIBS = @X_PRE_LIBS@
 
43089
 X_RPATH = @X_RPATH@
 
43090
-ac_ct_AR = @ac_ct_AR@
 
43091
 ac_ct_CC = @ac_ct_CC@
 
43092
 ac_ct_CXX = @ac_ct_CXX@
 
43093
 ac_ct_F77 = @ac_ct_F77@
 
43094
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
43095
-ac_ct_STRIP = @ac_ct_STRIP@
 
43096
 all_includes = @all_includes@
 
43097
 all_libraries = @all_libraries@
 
43098
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
43099
@@ -255,14 +258,18 @@
 
43100
 build_os = @build_os@
 
43101
 build_vendor = @build_vendor@
 
43102
 datadir = @datadir@
 
43103
+datarootdir = @datarootdir@
 
43104
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
43105
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
43106
+docdir = @docdir@
 
43107
+dvidir = @dvidir@
 
43108
 exec_prefix = @exec_prefix@
 
43109
 host = @host@
 
43110
 host_alias = @host_alias@
 
43111
 host_cpu = @host_cpu@
 
43112
 host_os = @host_os@
 
43113
 host_vendor = @host_vendor@
 
43114
+htmldir = @htmldir@
 
43115
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
43116
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
43117
 include_x11_FALSE = @include_x11_FALSE@
 
43118
@@ -297,14 +304,17 @@
 
43119
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
43120
 libdir = @libdir@
 
43121
 libexecdir = @libexecdir@
 
43122
+localedir = @localedir@
 
43123
 localstatedir = @localstatedir@
 
43124
 mandir = @mandir@
 
43125
 mkdir_p = @mkdir_p@
 
43126
 oldincludedir = @oldincludedir@
 
43127
+pdfdir = @pdfdir@
 
43128
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
43129
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
43130
 prefix = @prefix@
 
43131
 program_transform_name = @program_transform_name@
 
43132
+psdir = @psdir@
 
43133
 qt_includes = @qt_includes@
 
43134
 qt_libraries = @qt_libraries@
 
43135
 sbindir = @sbindir@
 
43136
@@ -335,7 +345,7 @@
 
43137
 all: all-nls docs-am  all-recursive
 
43138
 
 
43139
 .SUFFIXES:
 
43140
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
43141
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
43142
 #>-    @for dep in $?; do \
 
43143
 #>-      case '$(am__configure_deps)' in \
 
43144
 #>-        *$$dep*) \
 
43145
@@ -373,9 +383,9 @@
 
43146
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
43147
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43148
 
 
43149
-$(top_srcdir)/configure:  $(am__configure_deps)
 
43150
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
43151
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43152
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
43153
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
43154
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43155
 
 
43156
 mostlyclean-libtool:
 
43157
diff -uNr -x debian -x .pc konversation-1.0.1/po/ja/Makefile.in konversation-1.0.1.n/po/ja/Makefile.in
 
43158
--- konversation-1.0.1/po/ja/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
43159
+++ konversation-1.0.1.n/po/ja/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
43160
@@ -112,6 +112,7 @@
 
43161
 FFLAGS = @FFLAGS@
 
43162
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
43163
 GMSGFMT = @GMSGFMT@
 
43164
+GREP = @GREP@
 
43165
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
43166
 INSTALL_DATA = @INSTALL_DATA@
 
43167
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
43168
@@ -189,6 +190,9 @@
 
43169
 LIB_XRENDER = @LIB_XRENDER@
 
43170
 LN_S = @LN_S@
 
43171
 LTLIBOBJS = @LTLIBOBJS@
 
43172
+MAINT = @MAINT@
 
43173
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
43174
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
43175
 MAKEINFO = @MAKEINFO@
 
43176
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
43177
 MCOPIDL = @MCOPIDL@
 
43178
@@ -211,6 +215,7 @@
 
43179
 QT_INCLUDES = @QT_INCLUDES@
 
43180
 QT_LDFLAGS = @QT_LDFLAGS@
 
43181
 RANLIB = @RANLIB@
 
43182
+SED = @SED@
 
43183
 SET_MAKE = @SET_MAKE@
 
43184
 SHELL = @SHELL@
 
43185
 STRIP = @STRIP@
 
43186
@@ -225,18 +230,16 @@
 
43187
 VERSION = @VERSION@
 
43188
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
43189
 XGETTEXT = @XGETTEXT@
 
43190
+XMKMF = @XMKMF@
 
43191
 XMLLINT = @XMLLINT@
 
43192
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
43193
 X_INCLUDES = @X_INCLUDES@
 
43194
 X_LDFLAGS = @X_LDFLAGS@
 
43195
 X_PRE_LIBS = @X_PRE_LIBS@
 
43196
 X_RPATH = @X_RPATH@
 
43197
-ac_ct_AR = @ac_ct_AR@
 
43198
 ac_ct_CC = @ac_ct_CC@
 
43199
 ac_ct_CXX = @ac_ct_CXX@
 
43200
 ac_ct_F77 = @ac_ct_F77@
 
43201
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
43202
-ac_ct_STRIP = @ac_ct_STRIP@
 
43203
 all_includes = @all_includes@
 
43204
 all_libraries = @all_libraries@
 
43205
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
43206
@@ -255,14 +258,18 @@
 
43207
 build_os = @build_os@
 
43208
 build_vendor = @build_vendor@
 
43209
 datadir = @datadir@
 
43210
+datarootdir = @datarootdir@
 
43211
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
43212
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
43213
+docdir = @docdir@
 
43214
+dvidir = @dvidir@
 
43215
 exec_prefix = @exec_prefix@
 
43216
 host = @host@
 
43217
 host_alias = @host_alias@
 
43218
 host_cpu = @host_cpu@
 
43219
 host_os = @host_os@
 
43220
 host_vendor = @host_vendor@
 
43221
+htmldir = @htmldir@
 
43222
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
43223
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
43224
 include_x11_FALSE = @include_x11_FALSE@
 
43225
@@ -297,14 +304,17 @@
 
43226
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
43227
 libdir = @libdir@
 
43228
 libexecdir = @libexecdir@
 
43229
+localedir = @localedir@
 
43230
 localstatedir = @localstatedir@
 
43231
 mandir = @mandir@
 
43232
 mkdir_p = @mkdir_p@
 
43233
 oldincludedir = @oldincludedir@
 
43234
+pdfdir = @pdfdir@
 
43235
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
43236
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
43237
 prefix = @prefix@
 
43238
 program_transform_name = @program_transform_name@
 
43239
+psdir = @psdir@
 
43240
 qt_includes = @qt_includes@
 
43241
 qt_libraries = @qt_libraries@
 
43242
 sbindir = @sbindir@
 
43243
@@ -335,7 +345,7 @@
 
43244
 all: all-nls docs-am  all-recursive
 
43245
 
 
43246
 .SUFFIXES:
 
43247
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
43248
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
43249
 #>-    @for dep in $?; do \
 
43250
 #>-      case '$(am__configure_deps)' in \
 
43251
 #>-        *$$dep*) \
 
43252
@@ -373,9 +383,9 @@
 
43253
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
43254
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43255
 
 
43256
-$(top_srcdir)/configure:  $(am__configure_deps)
 
43257
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
43258
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43259
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
43260
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
43261
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43262
 
 
43263
 mostlyclean-libtool:
 
43264
diff -uNr -x debian -x .pc konversation-1.0.1/po/ka/Makefile.in konversation-1.0.1.n/po/ka/Makefile.in
 
43265
--- konversation-1.0.1/po/ka/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
43266
+++ konversation-1.0.1.n/po/ka/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
43267
@@ -112,6 +112,7 @@
 
43268
 FFLAGS = @FFLAGS@
 
43269
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
43270
 GMSGFMT = @GMSGFMT@
 
43271
+GREP = @GREP@
 
43272
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
43273
 INSTALL_DATA = @INSTALL_DATA@
 
43274
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
43275
@@ -189,6 +190,9 @@
 
43276
 LIB_XRENDER = @LIB_XRENDER@
 
43277
 LN_S = @LN_S@
 
43278
 LTLIBOBJS = @LTLIBOBJS@
 
43279
+MAINT = @MAINT@
 
43280
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
43281
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
43282
 MAKEINFO = @MAKEINFO@
 
43283
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
43284
 MCOPIDL = @MCOPIDL@
 
43285
@@ -211,6 +215,7 @@
 
43286
 QT_INCLUDES = @QT_INCLUDES@
 
43287
 QT_LDFLAGS = @QT_LDFLAGS@
 
43288
 RANLIB = @RANLIB@
 
43289
+SED = @SED@
 
43290
 SET_MAKE = @SET_MAKE@
 
43291
 SHELL = @SHELL@
 
43292
 STRIP = @STRIP@
 
43293
@@ -225,18 +230,16 @@
 
43294
 VERSION = @VERSION@
 
43295
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
43296
 XGETTEXT = @XGETTEXT@
 
43297
+XMKMF = @XMKMF@
 
43298
 XMLLINT = @XMLLINT@
 
43299
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
43300
 X_INCLUDES = @X_INCLUDES@
 
43301
 X_LDFLAGS = @X_LDFLAGS@
 
43302
 X_PRE_LIBS = @X_PRE_LIBS@
 
43303
 X_RPATH = @X_RPATH@
 
43304
-ac_ct_AR = @ac_ct_AR@
 
43305
 ac_ct_CC = @ac_ct_CC@
 
43306
 ac_ct_CXX = @ac_ct_CXX@
 
43307
 ac_ct_F77 = @ac_ct_F77@
 
43308
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
43309
-ac_ct_STRIP = @ac_ct_STRIP@
 
43310
 all_includes = @all_includes@
 
43311
 all_libraries = @all_libraries@
 
43312
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
43313
@@ -255,14 +258,18 @@
 
43314
 build_os = @build_os@
 
43315
 build_vendor = @build_vendor@
 
43316
 datadir = @datadir@
 
43317
+datarootdir = @datarootdir@
 
43318
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
43319
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
43320
+docdir = @docdir@
 
43321
+dvidir = @dvidir@
 
43322
 exec_prefix = @exec_prefix@
 
43323
 host = @host@
 
43324
 host_alias = @host_alias@
 
43325
 host_cpu = @host_cpu@
 
43326
 host_os = @host_os@
 
43327
 host_vendor = @host_vendor@
 
43328
+htmldir = @htmldir@
 
43329
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
43330
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
43331
 include_x11_FALSE = @include_x11_FALSE@
 
43332
@@ -297,14 +304,17 @@
 
43333
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
43334
 libdir = @libdir@
 
43335
 libexecdir = @libexecdir@
 
43336
+localedir = @localedir@
 
43337
 localstatedir = @localstatedir@
 
43338
 mandir = @mandir@
 
43339
 mkdir_p = @mkdir_p@
 
43340
 oldincludedir = @oldincludedir@
 
43341
+pdfdir = @pdfdir@
 
43342
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
43343
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
43344
 prefix = @prefix@
 
43345
 program_transform_name = @program_transform_name@
 
43346
+psdir = @psdir@
 
43347
 qt_includes = @qt_includes@
 
43348
 qt_libraries = @qt_libraries@
 
43349
 sbindir = @sbindir@
 
43350
@@ -335,7 +345,7 @@
 
43351
 all: all-nls docs-am  all-recursive
 
43352
 
 
43353
 .SUFFIXES:
 
43354
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
43355
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
43356
 #>-    @for dep in $?; do \
 
43357
 #>-      case '$(am__configure_deps)' in \
 
43358
 #>-        *$$dep*) \
 
43359
@@ -373,9 +383,9 @@
 
43360
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
43361
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43362
 
 
43363
-$(top_srcdir)/configure:  $(am__configure_deps)
 
43364
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
43365
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43366
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
43367
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
43368
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43369
 
 
43370
 mostlyclean-libtool:
 
43371
diff -uNr -x debian -x .pc konversation-1.0.1/po/ko/Makefile.in konversation-1.0.1.n/po/ko/Makefile.in
 
43372
--- konversation-1.0.1/po/ko/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
43373
+++ konversation-1.0.1.n/po/ko/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
43374
@@ -112,6 +112,7 @@
 
43375
 FFLAGS = @FFLAGS@
 
43376
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
43377
 GMSGFMT = @GMSGFMT@
 
43378
+GREP = @GREP@
 
43379
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
43380
 INSTALL_DATA = @INSTALL_DATA@
 
43381
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
43382
@@ -189,6 +190,9 @@
 
43383
 LIB_XRENDER = @LIB_XRENDER@
 
43384
 LN_S = @LN_S@
 
43385
 LTLIBOBJS = @LTLIBOBJS@
 
43386
+MAINT = @MAINT@
 
43387
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
43388
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
43389
 MAKEINFO = @MAKEINFO@
 
43390
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
43391
 MCOPIDL = @MCOPIDL@
 
43392
@@ -211,6 +215,7 @@
 
43393
 QT_INCLUDES = @QT_INCLUDES@
 
43394
 QT_LDFLAGS = @QT_LDFLAGS@
 
43395
 RANLIB = @RANLIB@
 
43396
+SED = @SED@
 
43397
 SET_MAKE = @SET_MAKE@
 
43398
 SHELL = @SHELL@
 
43399
 STRIP = @STRIP@
 
43400
@@ -225,18 +230,16 @@
 
43401
 VERSION = @VERSION@
 
43402
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
43403
 XGETTEXT = @XGETTEXT@
 
43404
+XMKMF = @XMKMF@
 
43405
 XMLLINT = @XMLLINT@
 
43406
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
43407
 X_INCLUDES = @X_INCLUDES@
 
43408
 X_LDFLAGS = @X_LDFLAGS@
 
43409
 X_PRE_LIBS = @X_PRE_LIBS@
 
43410
 X_RPATH = @X_RPATH@
 
43411
-ac_ct_AR = @ac_ct_AR@
 
43412
 ac_ct_CC = @ac_ct_CC@
 
43413
 ac_ct_CXX = @ac_ct_CXX@
 
43414
 ac_ct_F77 = @ac_ct_F77@
 
43415
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
43416
-ac_ct_STRIP = @ac_ct_STRIP@
 
43417
 all_includes = @all_includes@
 
43418
 all_libraries = @all_libraries@
 
43419
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
43420
@@ -255,14 +258,18 @@
 
43421
 build_os = @build_os@
 
43422
 build_vendor = @build_vendor@
 
43423
 datadir = @datadir@
 
43424
+datarootdir = @datarootdir@
 
43425
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
43426
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
43427
+docdir = @docdir@
 
43428
+dvidir = @dvidir@
 
43429
 exec_prefix = @exec_prefix@
 
43430
 host = @host@
 
43431
 host_alias = @host_alias@
 
43432
 host_cpu = @host_cpu@
 
43433
 host_os = @host_os@
 
43434
 host_vendor = @host_vendor@
 
43435
+htmldir = @htmldir@
 
43436
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
43437
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
43438
 include_x11_FALSE = @include_x11_FALSE@
 
43439
@@ -297,14 +304,17 @@
 
43440
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
43441
 libdir = @libdir@
 
43442
 libexecdir = @libexecdir@
 
43443
+localedir = @localedir@
 
43444
 localstatedir = @localstatedir@
 
43445
 mandir = @mandir@
 
43446
 mkdir_p = @mkdir_p@
 
43447
 oldincludedir = @oldincludedir@
 
43448
+pdfdir = @pdfdir@
 
43449
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
43450
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
43451
 prefix = @prefix@
 
43452
 program_transform_name = @program_transform_name@
 
43453
+psdir = @psdir@
 
43454
 qt_includes = @qt_includes@
 
43455
 qt_libraries = @qt_libraries@
 
43456
 sbindir = @sbindir@
 
43457
@@ -335,7 +345,7 @@
 
43458
 all: all-nls docs-am  all-recursive
 
43459
 
 
43460
 .SUFFIXES:
 
43461
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
43462
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
43463
 #>-    @for dep in $?; do \
 
43464
 #>-      case '$(am__configure_deps)' in \
 
43465
 #>-        *$$dep*) \
 
43466
@@ -373,9 +383,9 @@
 
43467
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
43468
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43469
 
 
43470
-$(top_srcdir)/configure:  $(am__configure_deps)
 
43471
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
43472
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43473
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
43474
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
43475
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43476
 
 
43477
 mostlyclean-libtool:
 
43478
diff -uNr -x debian -x .pc konversation-1.0.1/po/lt/Makefile.in konversation-1.0.1.n/po/lt/Makefile.in
 
43479
--- konversation-1.0.1/po/lt/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
43480
+++ konversation-1.0.1.n/po/lt/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
43481
@@ -112,6 +112,7 @@
 
43482
 FFLAGS = @FFLAGS@
 
43483
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
43484
 GMSGFMT = @GMSGFMT@
 
43485
+GREP = @GREP@
 
43486
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
43487
 INSTALL_DATA = @INSTALL_DATA@
 
43488
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
43489
@@ -189,6 +190,9 @@
 
43490
 LIB_XRENDER = @LIB_XRENDER@
 
43491
 LN_S = @LN_S@
 
43492
 LTLIBOBJS = @LTLIBOBJS@
 
43493
+MAINT = @MAINT@
 
43494
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
43495
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
43496
 MAKEINFO = @MAKEINFO@
 
43497
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
43498
 MCOPIDL = @MCOPIDL@
 
43499
@@ -211,6 +215,7 @@
 
43500
 QT_INCLUDES = @QT_INCLUDES@
 
43501
 QT_LDFLAGS = @QT_LDFLAGS@
 
43502
 RANLIB = @RANLIB@
 
43503
+SED = @SED@
 
43504
 SET_MAKE = @SET_MAKE@
 
43505
 SHELL = @SHELL@
 
43506
 STRIP = @STRIP@
 
43507
@@ -225,18 +230,16 @@
 
43508
 VERSION = @VERSION@
 
43509
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
43510
 XGETTEXT = @XGETTEXT@
 
43511
+XMKMF = @XMKMF@
 
43512
 XMLLINT = @XMLLINT@
 
43513
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
43514
 X_INCLUDES = @X_INCLUDES@
 
43515
 X_LDFLAGS = @X_LDFLAGS@
 
43516
 X_PRE_LIBS = @X_PRE_LIBS@
 
43517
 X_RPATH = @X_RPATH@
 
43518
-ac_ct_AR = @ac_ct_AR@
 
43519
 ac_ct_CC = @ac_ct_CC@
 
43520
 ac_ct_CXX = @ac_ct_CXX@
 
43521
 ac_ct_F77 = @ac_ct_F77@
 
43522
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
43523
-ac_ct_STRIP = @ac_ct_STRIP@
 
43524
 all_includes = @all_includes@
 
43525
 all_libraries = @all_libraries@
 
43526
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
43527
@@ -255,14 +258,18 @@
 
43528
 build_os = @build_os@
 
43529
 build_vendor = @build_vendor@
 
43530
 datadir = @datadir@
 
43531
+datarootdir = @datarootdir@
 
43532
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
43533
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
43534
+docdir = @docdir@
 
43535
+dvidir = @dvidir@
 
43536
 exec_prefix = @exec_prefix@
 
43537
 host = @host@
 
43538
 host_alias = @host_alias@
 
43539
 host_cpu = @host_cpu@
 
43540
 host_os = @host_os@
 
43541
 host_vendor = @host_vendor@
 
43542
+htmldir = @htmldir@
 
43543
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
43544
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
43545
 include_x11_FALSE = @include_x11_FALSE@
 
43546
@@ -297,14 +304,17 @@
 
43547
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
43548
 libdir = @libdir@
 
43549
 libexecdir = @libexecdir@
 
43550
+localedir = @localedir@
 
43551
 localstatedir = @localstatedir@
 
43552
 mandir = @mandir@
 
43553
 mkdir_p = @mkdir_p@
 
43554
 oldincludedir = @oldincludedir@
 
43555
+pdfdir = @pdfdir@
 
43556
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
43557
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
43558
 prefix = @prefix@
 
43559
 program_transform_name = @program_transform_name@
 
43560
+psdir = @psdir@
 
43561
 qt_includes = @qt_includes@
 
43562
 qt_libraries = @qt_libraries@
 
43563
 sbindir = @sbindir@
 
43564
@@ -335,7 +345,7 @@
 
43565
 all: all-nls docs-am  all-recursive
 
43566
 
 
43567
 .SUFFIXES:
 
43568
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
43569
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
43570
 #>-    @for dep in $?; do \
 
43571
 #>-      case '$(am__configure_deps)' in \
 
43572
 #>-        *$$dep*) \
 
43573
@@ -373,9 +383,9 @@
 
43574
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
43575
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43576
 
 
43577
-$(top_srcdir)/configure:  $(am__configure_deps)
 
43578
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
43579
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43580
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
43581
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
43582
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43583
 
 
43584
 mostlyclean-libtool:
 
43585
diff -uNr -x debian -x .pc konversation-1.0.1/po/Makefile.in konversation-1.0.1.n/po/Makefile.in
 
43586
--- konversation-1.0.1/po/Makefile.in   2007-07-16 20:15:58.000000000 +0300
 
43587
+++ konversation-1.0.1.n/po/Makefile.in 2007-07-17 03:00:11.000000000 +0300
 
43588
@@ -110,6 +110,7 @@
 
43589
 FFLAGS = @FFLAGS@
 
43590
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
43591
 GMSGFMT = @GMSGFMT@
 
43592
+GREP = @GREP@
 
43593
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
43594
 INSTALL_DATA = @INSTALL_DATA@
 
43595
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
43596
@@ -187,6 +188,9 @@
 
43597
 LIB_XRENDER = @LIB_XRENDER@
 
43598
 LN_S = @LN_S@
 
43599
 LTLIBOBJS = @LTLIBOBJS@
 
43600
+MAINT = @MAINT@
 
43601
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
43602
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
43603
 MAKEINFO = @MAKEINFO@
 
43604
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
43605
 MCOPIDL = @MCOPIDL@
 
43606
@@ -209,6 +213,7 @@
 
43607
 QT_INCLUDES = @QT_INCLUDES@
 
43608
 QT_LDFLAGS = @QT_LDFLAGS@
 
43609
 RANLIB = @RANLIB@
 
43610
+SED = @SED@
 
43611
 SET_MAKE = @SET_MAKE@
 
43612
 SHELL = @SHELL@
 
43613
 STRIP = @STRIP@
 
43614
@@ -223,18 +228,16 @@
 
43615
 VERSION = @VERSION@
 
43616
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
43617
 XGETTEXT = @XGETTEXT@
 
43618
+XMKMF = @XMKMF@
 
43619
 XMLLINT = @XMLLINT@
 
43620
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
43621
 X_INCLUDES = @X_INCLUDES@
 
43622
 X_LDFLAGS = @X_LDFLAGS@
 
43623
 X_PRE_LIBS = @X_PRE_LIBS@
 
43624
 X_RPATH = @X_RPATH@
 
43625
-ac_ct_AR = @ac_ct_AR@
 
43626
 ac_ct_CC = @ac_ct_CC@
 
43627
 ac_ct_CXX = @ac_ct_CXX@
 
43628
 ac_ct_F77 = @ac_ct_F77@
 
43629
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
43630
-ac_ct_STRIP = @ac_ct_STRIP@
 
43631
 all_includes = @all_includes@
 
43632
 all_libraries = @all_libraries@
 
43633
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
43634
@@ -253,14 +256,18 @@
 
43635
 build_os = @build_os@
 
43636
 build_vendor = @build_vendor@
 
43637
 datadir = @datadir@
 
43638
+datarootdir = @datarootdir@
 
43639
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
43640
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
43641
+docdir = @docdir@
 
43642
+dvidir = @dvidir@
 
43643
 exec_prefix = @exec_prefix@
 
43644
 host = @host@
 
43645
 host_alias = @host_alias@
 
43646
 host_cpu = @host_cpu@
 
43647
 host_os = @host_os@
 
43648
 host_vendor = @host_vendor@
 
43649
+htmldir = @htmldir@
 
43650
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
43651
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
43652
 include_x11_FALSE = @include_x11_FALSE@
 
43653
@@ -295,14 +302,17 @@
 
43654
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
43655
 libdir = @libdir@
 
43656
 libexecdir = @libexecdir@
 
43657
+localedir = @localedir@
 
43658
 localstatedir = @localstatedir@
 
43659
 mandir = @mandir@
 
43660
 mkdir_p = @mkdir_p@
 
43661
 oldincludedir = @oldincludedir@
 
43662
+pdfdir = @pdfdir@
 
43663
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
43664
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
43665
 prefix = @prefix@
 
43666
 program_transform_name = @program_transform_name@
 
43667
+psdir = @psdir@
 
43668
 qt_includes = @qt_includes@
 
43669
 qt_libraries = @qt_libraries@
 
43670
 sbindir = @sbindir@
 
43671
@@ -328,7 +338,7 @@
 
43672
 all: docs-am  all-recursive
 
43673
 
 
43674
 .SUFFIXES:
 
43675
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
43676
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
43677
 #>-    @for dep in $?; do \
 
43678
 #>-      case '$(am__configure_deps)' in \
 
43679
 #>-        *$$dep*) \
 
43680
@@ -366,9 +376,9 @@
 
43681
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
43682
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43683
 
 
43684
-$(top_srcdir)/configure:  $(am__configure_deps)
 
43685
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
43686
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43687
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
43688
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
43689
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43690
 
 
43691
 mostlyclean-libtool:
 
43692
diff -uNr -x debian -x .pc konversation-1.0.1/po/nl/Makefile.in konversation-1.0.1.n/po/nl/Makefile.in
 
43693
--- konversation-1.0.1/po/nl/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
43694
+++ konversation-1.0.1.n/po/nl/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
43695
@@ -112,6 +112,7 @@
 
43696
 FFLAGS = @FFLAGS@
 
43697
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
43698
 GMSGFMT = @GMSGFMT@
 
43699
+GREP = @GREP@
 
43700
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
43701
 INSTALL_DATA = @INSTALL_DATA@
 
43702
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
43703
@@ -189,6 +190,9 @@
 
43704
 LIB_XRENDER = @LIB_XRENDER@
 
43705
 LN_S = @LN_S@
 
43706
 LTLIBOBJS = @LTLIBOBJS@
 
43707
+MAINT = @MAINT@
 
43708
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
43709
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
43710
 MAKEINFO = @MAKEINFO@
 
43711
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
43712
 MCOPIDL = @MCOPIDL@
 
43713
@@ -211,6 +215,7 @@
 
43714
 QT_INCLUDES = @QT_INCLUDES@
 
43715
 QT_LDFLAGS = @QT_LDFLAGS@
 
43716
 RANLIB = @RANLIB@
 
43717
+SED = @SED@
 
43718
 SET_MAKE = @SET_MAKE@
 
43719
 SHELL = @SHELL@
 
43720
 STRIP = @STRIP@
 
43721
@@ -225,18 +230,16 @@
 
43722
 VERSION = @VERSION@
 
43723
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
43724
 XGETTEXT = @XGETTEXT@
 
43725
+XMKMF = @XMKMF@
 
43726
 XMLLINT = @XMLLINT@
 
43727
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
43728
 X_INCLUDES = @X_INCLUDES@
 
43729
 X_LDFLAGS = @X_LDFLAGS@
 
43730
 X_PRE_LIBS = @X_PRE_LIBS@
 
43731
 X_RPATH = @X_RPATH@
 
43732
-ac_ct_AR = @ac_ct_AR@
 
43733
 ac_ct_CC = @ac_ct_CC@
 
43734
 ac_ct_CXX = @ac_ct_CXX@
 
43735
 ac_ct_F77 = @ac_ct_F77@
 
43736
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
43737
-ac_ct_STRIP = @ac_ct_STRIP@
 
43738
 all_includes = @all_includes@
 
43739
 all_libraries = @all_libraries@
 
43740
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
43741
@@ -255,14 +258,18 @@
 
43742
 build_os = @build_os@
 
43743
 build_vendor = @build_vendor@
 
43744
 datadir = @datadir@
 
43745
+datarootdir = @datarootdir@
 
43746
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
43747
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
43748
+docdir = @docdir@
 
43749
+dvidir = @dvidir@
 
43750
 exec_prefix = @exec_prefix@
 
43751
 host = @host@
 
43752
 host_alias = @host_alias@
 
43753
 host_cpu = @host_cpu@
 
43754
 host_os = @host_os@
 
43755
 host_vendor = @host_vendor@
 
43756
+htmldir = @htmldir@
 
43757
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
43758
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
43759
 include_x11_FALSE = @include_x11_FALSE@
 
43760
@@ -297,14 +304,17 @@
 
43761
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
43762
 libdir = @libdir@
 
43763
 libexecdir = @libexecdir@
 
43764
+localedir = @localedir@
 
43765
 localstatedir = @localstatedir@
 
43766
 mandir = @mandir@
 
43767
 mkdir_p = @mkdir_p@
 
43768
 oldincludedir = @oldincludedir@
 
43769
+pdfdir = @pdfdir@
 
43770
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
43771
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
43772
 prefix = @prefix@
 
43773
 program_transform_name = @program_transform_name@
 
43774
+psdir = @psdir@
 
43775
 qt_includes = @qt_includes@
 
43776
 qt_libraries = @qt_libraries@
 
43777
 sbindir = @sbindir@
 
43778
@@ -335,7 +345,7 @@
 
43779
 all: all-nls docs-am  all-recursive
 
43780
 
 
43781
 .SUFFIXES:
 
43782
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
43783
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
43784
 #>-    @for dep in $?; do \
 
43785
 #>-      case '$(am__configure_deps)' in \
 
43786
 #>-        *$$dep*) \
 
43787
@@ -373,9 +383,9 @@
 
43788
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
43789
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43790
 
 
43791
-$(top_srcdir)/configure:  $(am__configure_deps)
 
43792
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
43793
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43794
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
43795
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
43796
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43797
 
 
43798
 mostlyclean-libtool:
 
43799
diff -uNr -x debian -x .pc konversation-1.0.1/po/pa/Makefile.in konversation-1.0.1.n/po/pa/Makefile.in
 
43800
--- konversation-1.0.1/po/pa/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
43801
+++ konversation-1.0.1.n/po/pa/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
43802
@@ -112,6 +112,7 @@
 
43803
 FFLAGS = @FFLAGS@
 
43804
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
43805
 GMSGFMT = @GMSGFMT@
 
43806
+GREP = @GREP@
 
43807
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
43808
 INSTALL_DATA = @INSTALL_DATA@
 
43809
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
43810
@@ -189,6 +190,9 @@
 
43811
 LIB_XRENDER = @LIB_XRENDER@
 
43812
 LN_S = @LN_S@
 
43813
 LTLIBOBJS = @LTLIBOBJS@
 
43814
+MAINT = @MAINT@
 
43815
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
43816
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
43817
 MAKEINFO = @MAKEINFO@
 
43818
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
43819
 MCOPIDL = @MCOPIDL@
 
43820
@@ -211,6 +215,7 @@
 
43821
 QT_INCLUDES = @QT_INCLUDES@
 
43822
 QT_LDFLAGS = @QT_LDFLAGS@
 
43823
 RANLIB = @RANLIB@
 
43824
+SED = @SED@
 
43825
 SET_MAKE = @SET_MAKE@
 
43826
 SHELL = @SHELL@
 
43827
 STRIP = @STRIP@
 
43828
@@ -225,18 +230,16 @@
 
43829
 VERSION = @VERSION@
 
43830
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
43831
 XGETTEXT = @XGETTEXT@
 
43832
+XMKMF = @XMKMF@
 
43833
 XMLLINT = @XMLLINT@
 
43834
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
43835
 X_INCLUDES = @X_INCLUDES@
 
43836
 X_LDFLAGS = @X_LDFLAGS@
 
43837
 X_PRE_LIBS = @X_PRE_LIBS@
 
43838
 X_RPATH = @X_RPATH@
 
43839
-ac_ct_AR = @ac_ct_AR@
 
43840
 ac_ct_CC = @ac_ct_CC@
 
43841
 ac_ct_CXX = @ac_ct_CXX@
 
43842
 ac_ct_F77 = @ac_ct_F77@
 
43843
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
43844
-ac_ct_STRIP = @ac_ct_STRIP@
 
43845
 all_includes = @all_includes@
 
43846
 all_libraries = @all_libraries@
 
43847
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
43848
@@ -255,14 +258,18 @@
 
43849
 build_os = @build_os@
 
43850
 build_vendor = @build_vendor@
 
43851
 datadir = @datadir@
 
43852
+datarootdir = @datarootdir@
 
43853
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
43854
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
43855
+docdir = @docdir@
 
43856
+dvidir = @dvidir@
 
43857
 exec_prefix = @exec_prefix@
 
43858
 host = @host@
 
43859
 host_alias = @host_alias@
 
43860
 host_cpu = @host_cpu@
 
43861
 host_os = @host_os@
 
43862
 host_vendor = @host_vendor@
 
43863
+htmldir = @htmldir@
 
43864
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
43865
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
43866
 include_x11_FALSE = @include_x11_FALSE@
 
43867
@@ -297,14 +304,17 @@
 
43868
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
43869
 libdir = @libdir@
 
43870
 libexecdir = @libexecdir@
 
43871
+localedir = @localedir@
 
43872
 localstatedir = @localstatedir@
 
43873
 mandir = @mandir@
 
43874
 mkdir_p = @mkdir_p@
 
43875
 oldincludedir = @oldincludedir@
 
43876
+pdfdir = @pdfdir@
 
43877
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
43878
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
43879
 prefix = @prefix@
 
43880
 program_transform_name = @program_transform_name@
 
43881
+psdir = @psdir@
 
43882
 qt_includes = @qt_includes@
 
43883
 qt_libraries = @qt_libraries@
 
43884
 sbindir = @sbindir@
 
43885
@@ -335,7 +345,7 @@
 
43886
 all: all-nls docs-am  all-recursive
 
43887
 
 
43888
 .SUFFIXES:
 
43889
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
43890
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
43891
 #>-    @for dep in $?; do \
 
43892
 #>-      case '$(am__configure_deps)' in \
 
43893
 #>-        *$$dep*) \
 
43894
@@ -373,9 +383,9 @@
 
43895
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
43896
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43897
 
 
43898
-$(top_srcdir)/configure:  $(am__configure_deps)
 
43899
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
43900
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43901
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
43902
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
43903
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
43904
 
 
43905
 mostlyclean-libtool:
 
43906
diff -uNr -x debian -x .pc konversation-1.0.1/po/pt/Makefile.in konversation-1.0.1.n/po/pt/Makefile.in
 
43907
--- konversation-1.0.1/po/pt/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
43908
+++ konversation-1.0.1.n/po/pt/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
43909
@@ -112,6 +112,7 @@
 
43910
 FFLAGS = @FFLAGS@
 
43911
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
43912
 GMSGFMT = @GMSGFMT@
 
43913
+GREP = @GREP@
 
43914
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
43915
 INSTALL_DATA = @INSTALL_DATA@
 
43916
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
43917
@@ -189,6 +190,9 @@
 
43918
 LIB_XRENDER = @LIB_XRENDER@
 
43919
 LN_S = @LN_S@
 
43920
 LTLIBOBJS = @LTLIBOBJS@
 
43921
+MAINT = @MAINT@
 
43922
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
43923
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
43924
 MAKEINFO = @MAKEINFO@
 
43925
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
43926
 MCOPIDL = @MCOPIDL@
 
43927
@@ -211,6 +215,7 @@
 
43928
 QT_INCLUDES = @QT_INCLUDES@
 
43929
 QT_LDFLAGS = @QT_LDFLAGS@
 
43930
 RANLIB = @RANLIB@
 
43931
+SED = @SED@
 
43932
 SET_MAKE = @SET_MAKE@
 
43933
 SHELL = @SHELL@
 
43934
 STRIP = @STRIP@
 
43935
@@ -225,18 +230,16 @@
 
43936
 VERSION = @VERSION@
 
43937
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
43938
 XGETTEXT = @XGETTEXT@
 
43939
+XMKMF = @XMKMF@
 
43940
 XMLLINT = @XMLLINT@
 
43941
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
43942
 X_INCLUDES = @X_INCLUDES@
 
43943
 X_LDFLAGS = @X_LDFLAGS@
 
43944
 X_PRE_LIBS = @X_PRE_LIBS@
 
43945
 X_RPATH = @X_RPATH@
 
43946
-ac_ct_AR = @ac_ct_AR@
 
43947
 ac_ct_CC = @ac_ct_CC@
 
43948
 ac_ct_CXX = @ac_ct_CXX@
 
43949
 ac_ct_F77 = @ac_ct_F77@
 
43950
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
43951
-ac_ct_STRIP = @ac_ct_STRIP@
 
43952
 all_includes = @all_includes@
 
43953
 all_libraries = @all_libraries@
 
43954
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
43955
@@ -255,14 +258,18 @@
 
43956
 build_os = @build_os@
 
43957
 build_vendor = @build_vendor@
 
43958
 datadir = @datadir@
 
43959
+datarootdir = @datarootdir@
 
43960
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
43961
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
43962
+docdir = @docdir@
 
43963
+dvidir = @dvidir@
 
43964
 exec_prefix = @exec_prefix@
 
43965
 host = @host@
 
43966
 host_alias = @host_alias@
 
43967
 host_cpu = @host_cpu@
 
43968
 host_os = @host_os@
 
43969
 host_vendor = @host_vendor@
 
43970
+htmldir = @htmldir@
 
43971
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
43972
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
43973
 include_x11_FALSE = @include_x11_FALSE@
 
43974
@@ -297,14 +304,17 @@
 
43975
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
43976
 libdir = @libdir@
 
43977
 libexecdir = @libexecdir@
 
43978
+localedir = @localedir@
 
43979
 localstatedir = @localstatedir@
 
43980
 mandir = @mandir@
 
43981
 mkdir_p = @mkdir_p@
 
43982
 oldincludedir = @oldincludedir@
 
43983
+pdfdir = @pdfdir@
 
43984
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
43985
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
43986
 prefix = @prefix@
 
43987
 program_transform_name = @program_transform_name@
 
43988
+psdir = @psdir@
 
43989
 qt_includes = @qt_includes@
 
43990
 qt_libraries = @qt_libraries@
 
43991
 sbindir = @sbindir@
 
43992
@@ -335,7 +345,7 @@
 
43993
 all: all-nls docs-am  all-recursive
 
43994
 
 
43995
 .SUFFIXES:
 
43996
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
43997
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
43998
 #>-    @for dep in $?; do \
 
43999
 #>-      case '$(am__configure_deps)' in \
 
44000
 #>-        *$$dep*) \
 
44001
@@ -373,9 +383,9 @@
 
44002
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
44003
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44004
 
 
44005
-$(top_srcdir)/configure:  $(am__configure_deps)
 
44006
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
44007
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44008
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
44009
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
44010
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44011
 
 
44012
 mostlyclean-libtool:
 
44013
diff -uNr -x debian -x .pc konversation-1.0.1/po/pt_BR/Makefile.in konversation-1.0.1.n/po/pt_BR/Makefile.in
 
44014
--- konversation-1.0.1/po/pt_BR/Makefile.in     2007-07-16 20:15:58.000000000 +0300
 
44015
+++ konversation-1.0.1.n/po/pt_BR/Makefile.in   2007-07-17 03:00:11.000000000 +0300
 
44016
@@ -112,6 +112,7 @@
 
44017
 FFLAGS = @FFLAGS@
 
44018
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
44019
 GMSGFMT = @GMSGFMT@
 
44020
+GREP = @GREP@
 
44021
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
44022
 INSTALL_DATA = @INSTALL_DATA@
 
44023
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
44024
@@ -189,6 +190,9 @@
 
44025
 LIB_XRENDER = @LIB_XRENDER@
 
44026
 LN_S = @LN_S@
 
44027
 LTLIBOBJS = @LTLIBOBJS@
 
44028
+MAINT = @MAINT@
 
44029
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
44030
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
44031
 MAKEINFO = @MAKEINFO@
 
44032
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
44033
 MCOPIDL = @MCOPIDL@
 
44034
@@ -211,6 +215,7 @@
 
44035
 QT_INCLUDES = @QT_INCLUDES@
 
44036
 QT_LDFLAGS = @QT_LDFLAGS@
 
44037
 RANLIB = @RANLIB@
 
44038
+SED = @SED@
 
44039
 SET_MAKE = @SET_MAKE@
 
44040
 SHELL = @SHELL@
 
44041
 STRIP = @STRIP@
 
44042
@@ -225,18 +230,16 @@
 
44043
 VERSION = @VERSION@
 
44044
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
44045
 XGETTEXT = @XGETTEXT@
 
44046
+XMKMF = @XMKMF@
 
44047
 XMLLINT = @XMLLINT@
 
44048
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
44049
 X_INCLUDES = @X_INCLUDES@
 
44050
 X_LDFLAGS = @X_LDFLAGS@
 
44051
 X_PRE_LIBS = @X_PRE_LIBS@
 
44052
 X_RPATH = @X_RPATH@
 
44053
-ac_ct_AR = @ac_ct_AR@
 
44054
 ac_ct_CC = @ac_ct_CC@
 
44055
 ac_ct_CXX = @ac_ct_CXX@
 
44056
 ac_ct_F77 = @ac_ct_F77@
 
44057
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
44058
-ac_ct_STRIP = @ac_ct_STRIP@
 
44059
 all_includes = @all_includes@
 
44060
 all_libraries = @all_libraries@
 
44061
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
44062
@@ -255,14 +258,18 @@
 
44063
 build_os = @build_os@
 
44064
 build_vendor = @build_vendor@
 
44065
 datadir = @datadir@
 
44066
+datarootdir = @datarootdir@
 
44067
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
44068
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
44069
+docdir = @docdir@
 
44070
+dvidir = @dvidir@
 
44071
 exec_prefix = @exec_prefix@
 
44072
 host = @host@
 
44073
 host_alias = @host_alias@
 
44074
 host_cpu = @host_cpu@
 
44075
 host_os = @host_os@
 
44076
 host_vendor = @host_vendor@
 
44077
+htmldir = @htmldir@
 
44078
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
44079
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
44080
 include_x11_FALSE = @include_x11_FALSE@
 
44081
@@ -297,14 +304,17 @@
 
44082
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
44083
 libdir = @libdir@
 
44084
 libexecdir = @libexecdir@
 
44085
+localedir = @localedir@
 
44086
 localstatedir = @localstatedir@
 
44087
 mandir = @mandir@
 
44088
 mkdir_p = @mkdir_p@
 
44089
 oldincludedir = @oldincludedir@
 
44090
+pdfdir = @pdfdir@
 
44091
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
44092
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
44093
 prefix = @prefix@
 
44094
 program_transform_name = @program_transform_name@
 
44095
+psdir = @psdir@
 
44096
 qt_includes = @qt_includes@
 
44097
 qt_libraries = @qt_libraries@
 
44098
 sbindir = @sbindir@
 
44099
@@ -335,7 +345,7 @@
 
44100
 all: all-nls docs-am  all-recursive
 
44101
 
 
44102
 .SUFFIXES:
 
44103
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
44104
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
44105
 #>-    @for dep in $?; do \
 
44106
 #>-      case '$(am__configure_deps)' in \
 
44107
 #>-        *$$dep*) \
 
44108
@@ -373,9 +383,9 @@
 
44109
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
44110
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44111
 
 
44112
-$(top_srcdir)/configure:  $(am__configure_deps)
 
44113
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
44114
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44115
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
44116
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
44117
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44118
 
 
44119
 mostlyclean-libtool:
 
44120
diff -uNr -x debian -x .pc konversation-1.0.1/po/ru/Makefile.in konversation-1.0.1.n/po/ru/Makefile.in
 
44121
--- konversation-1.0.1/po/ru/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
44122
+++ konversation-1.0.1.n/po/ru/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
44123
@@ -112,6 +112,7 @@
 
44124
 FFLAGS = @FFLAGS@
 
44125
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
44126
 GMSGFMT = @GMSGFMT@
 
44127
+GREP = @GREP@
 
44128
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
44129
 INSTALL_DATA = @INSTALL_DATA@
 
44130
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
44131
@@ -189,6 +190,9 @@
 
44132
 LIB_XRENDER = @LIB_XRENDER@
 
44133
 LN_S = @LN_S@
 
44134
 LTLIBOBJS = @LTLIBOBJS@
 
44135
+MAINT = @MAINT@
 
44136
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
44137
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
44138
 MAKEINFO = @MAKEINFO@
 
44139
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
44140
 MCOPIDL = @MCOPIDL@
 
44141
@@ -211,6 +215,7 @@
 
44142
 QT_INCLUDES = @QT_INCLUDES@
 
44143
 QT_LDFLAGS = @QT_LDFLAGS@
 
44144
 RANLIB = @RANLIB@
 
44145
+SED = @SED@
 
44146
 SET_MAKE = @SET_MAKE@
 
44147
 SHELL = @SHELL@
 
44148
 STRIP = @STRIP@
 
44149
@@ -225,18 +230,16 @@
 
44150
 VERSION = @VERSION@
 
44151
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
44152
 XGETTEXT = @XGETTEXT@
 
44153
+XMKMF = @XMKMF@
 
44154
 XMLLINT = @XMLLINT@
 
44155
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
44156
 X_INCLUDES = @X_INCLUDES@
 
44157
 X_LDFLAGS = @X_LDFLAGS@
 
44158
 X_PRE_LIBS = @X_PRE_LIBS@
 
44159
 X_RPATH = @X_RPATH@
 
44160
-ac_ct_AR = @ac_ct_AR@
 
44161
 ac_ct_CC = @ac_ct_CC@
 
44162
 ac_ct_CXX = @ac_ct_CXX@
 
44163
 ac_ct_F77 = @ac_ct_F77@
 
44164
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
44165
-ac_ct_STRIP = @ac_ct_STRIP@
 
44166
 all_includes = @all_includes@
 
44167
 all_libraries = @all_libraries@
 
44168
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
44169
@@ -255,14 +258,18 @@
 
44170
 build_os = @build_os@
 
44171
 build_vendor = @build_vendor@
 
44172
 datadir = @datadir@
 
44173
+datarootdir = @datarootdir@
 
44174
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
44175
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
44176
+docdir = @docdir@
 
44177
+dvidir = @dvidir@
 
44178
 exec_prefix = @exec_prefix@
 
44179
 host = @host@
 
44180
 host_alias = @host_alias@
 
44181
 host_cpu = @host_cpu@
 
44182
 host_os = @host_os@
 
44183
 host_vendor = @host_vendor@
 
44184
+htmldir = @htmldir@
 
44185
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
44186
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
44187
 include_x11_FALSE = @include_x11_FALSE@
 
44188
@@ -297,14 +304,17 @@
 
44189
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
44190
 libdir = @libdir@
 
44191
 libexecdir = @libexecdir@
 
44192
+localedir = @localedir@
 
44193
 localstatedir = @localstatedir@
 
44194
 mandir = @mandir@
 
44195
 mkdir_p = @mkdir_p@
 
44196
 oldincludedir = @oldincludedir@
 
44197
+pdfdir = @pdfdir@
 
44198
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
44199
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
44200
 prefix = @prefix@
 
44201
 program_transform_name = @program_transform_name@
 
44202
+psdir = @psdir@
 
44203
 qt_includes = @qt_includes@
 
44204
 qt_libraries = @qt_libraries@
 
44205
 sbindir = @sbindir@
 
44206
@@ -335,7 +345,7 @@
 
44207
 all: all-nls docs-am  all-recursive
 
44208
 
 
44209
 .SUFFIXES:
 
44210
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
44211
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
44212
 #>-    @for dep in $?; do \
 
44213
 #>-      case '$(am__configure_deps)' in \
 
44214
 #>-        *$$dep*) \
 
44215
@@ -373,9 +383,9 @@
 
44216
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
44217
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44218
 
 
44219
-$(top_srcdir)/configure:  $(am__configure_deps)
 
44220
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
44221
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44222
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
44223
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
44224
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44225
 
 
44226
 mostlyclean-libtool:
 
44227
diff -uNr -x debian -x .pc konversation-1.0.1/po/sr/Makefile.in konversation-1.0.1.n/po/sr/Makefile.in
 
44228
--- konversation-1.0.1/po/sr/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
44229
+++ konversation-1.0.1.n/po/sr/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
44230
@@ -112,6 +112,7 @@
 
44231
 FFLAGS = @FFLAGS@
 
44232
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
44233
 GMSGFMT = @GMSGFMT@
 
44234
+GREP = @GREP@
 
44235
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
44236
 INSTALL_DATA = @INSTALL_DATA@
 
44237
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
44238
@@ -189,6 +190,9 @@
 
44239
 LIB_XRENDER = @LIB_XRENDER@
 
44240
 LN_S = @LN_S@
 
44241
 LTLIBOBJS = @LTLIBOBJS@
 
44242
+MAINT = @MAINT@
 
44243
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
44244
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
44245
 MAKEINFO = @MAKEINFO@
 
44246
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
44247
 MCOPIDL = @MCOPIDL@
 
44248
@@ -211,6 +215,7 @@
 
44249
 QT_INCLUDES = @QT_INCLUDES@
 
44250
 QT_LDFLAGS = @QT_LDFLAGS@
 
44251
 RANLIB = @RANLIB@
 
44252
+SED = @SED@
 
44253
 SET_MAKE = @SET_MAKE@
 
44254
 SHELL = @SHELL@
 
44255
 STRIP = @STRIP@
 
44256
@@ -225,18 +230,16 @@
 
44257
 VERSION = @VERSION@
 
44258
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
44259
 XGETTEXT = @XGETTEXT@
 
44260
+XMKMF = @XMKMF@
 
44261
 XMLLINT = @XMLLINT@
 
44262
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
44263
 X_INCLUDES = @X_INCLUDES@
 
44264
 X_LDFLAGS = @X_LDFLAGS@
 
44265
 X_PRE_LIBS = @X_PRE_LIBS@
 
44266
 X_RPATH = @X_RPATH@
 
44267
-ac_ct_AR = @ac_ct_AR@
 
44268
 ac_ct_CC = @ac_ct_CC@
 
44269
 ac_ct_CXX = @ac_ct_CXX@
 
44270
 ac_ct_F77 = @ac_ct_F77@
 
44271
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
44272
-ac_ct_STRIP = @ac_ct_STRIP@
 
44273
 all_includes = @all_includes@
 
44274
 all_libraries = @all_libraries@
 
44275
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
44276
@@ -255,14 +258,18 @@
 
44277
 build_os = @build_os@
 
44278
 build_vendor = @build_vendor@
 
44279
 datadir = @datadir@
 
44280
+datarootdir = @datarootdir@
 
44281
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
44282
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
44283
+docdir = @docdir@
 
44284
+dvidir = @dvidir@
 
44285
 exec_prefix = @exec_prefix@
 
44286
 host = @host@
 
44287
 host_alias = @host_alias@
 
44288
 host_cpu = @host_cpu@
 
44289
 host_os = @host_os@
 
44290
 host_vendor = @host_vendor@
 
44291
+htmldir = @htmldir@
 
44292
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
44293
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
44294
 include_x11_FALSE = @include_x11_FALSE@
 
44295
@@ -297,14 +304,17 @@
 
44296
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
44297
 libdir = @libdir@
 
44298
 libexecdir = @libexecdir@
 
44299
+localedir = @localedir@
 
44300
 localstatedir = @localstatedir@
 
44301
 mandir = @mandir@
 
44302
 mkdir_p = @mkdir_p@
 
44303
 oldincludedir = @oldincludedir@
 
44304
+pdfdir = @pdfdir@
 
44305
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
44306
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
44307
 prefix = @prefix@
 
44308
 program_transform_name = @program_transform_name@
 
44309
+psdir = @psdir@
 
44310
 qt_includes = @qt_includes@
 
44311
 qt_libraries = @qt_libraries@
 
44312
 sbindir = @sbindir@
 
44313
@@ -335,7 +345,7 @@
 
44314
 all: all-nls docs-am  all-recursive
 
44315
 
 
44316
 .SUFFIXES:
 
44317
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
44318
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
44319
 #>-    @for dep in $?; do \
 
44320
 #>-      case '$(am__configure_deps)' in \
 
44321
 #>-        *$$dep*) \
 
44322
@@ -373,9 +383,9 @@
 
44323
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
44324
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44325
 
 
44326
-$(top_srcdir)/configure:  $(am__configure_deps)
 
44327
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
44328
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44329
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
44330
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
44331
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44332
 
 
44333
 mostlyclean-libtool:
 
44334
diff -uNr -x debian -x .pc konversation-1.0.1/po/sr@Latn/Makefile.in konversation-1.0.1.n/po/sr@Latn/Makefile.in
 
44335
--- konversation-1.0.1/po/sr@Latn/Makefile.in   2007-07-16 20:15:58.000000000 +0300
 
44336
+++ konversation-1.0.1.n/po/sr@Latn/Makefile.in 2007-07-17 03:00:11.000000000 +0300
 
44337
@@ -112,6 +112,7 @@
 
44338
 FFLAGS = @FFLAGS@
 
44339
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
44340
 GMSGFMT = @GMSGFMT@
 
44341
+GREP = @GREP@
 
44342
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
44343
 INSTALL_DATA = @INSTALL_DATA@
 
44344
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
44345
@@ -189,6 +190,9 @@
 
44346
 LIB_XRENDER = @LIB_XRENDER@
 
44347
 LN_S = @LN_S@
 
44348
 LTLIBOBJS = @LTLIBOBJS@
 
44349
+MAINT = @MAINT@
 
44350
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
44351
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
44352
 MAKEINFO = @MAKEINFO@
 
44353
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
44354
 MCOPIDL = @MCOPIDL@
 
44355
@@ -211,6 +215,7 @@
 
44356
 QT_INCLUDES = @QT_INCLUDES@
 
44357
 QT_LDFLAGS = @QT_LDFLAGS@
 
44358
 RANLIB = @RANLIB@
 
44359
+SED = @SED@
 
44360
 SET_MAKE = @SET_MAKE@
 
44361
 SHELL = @SHELL@
 
44362
 STRIP = @STRIP@
 
44363
@@ -225,18 +230,16 @@
 
44364
 VERSION = @VERSION@
 
44365
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
44366
 XGETTEXT = @XGETTEXT@
 
44367
+XMKMF = @XMKMF@
 
44368
 XMLLINT = @XMLLINT@
 
44369
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
44370
 X_INCLUDES = @X_INCLUDES@
 
44371
 X_LDFLAGS = @X_LDFLAGS@
 
44372
 X_PRE_LIBS = @X_PRE_LIBS@
 
44373
 X_RPATH = @X_RPATH@
 
44374
-ac_ct_AR = @ac_ct_AR@
 
44375
 ac_ct_CC = @ac_ct_CC@
 
44376
 ac_ct_CXX = @ac_ct_CXX@
 
44377
 ac_ct_F77 = @ac_ct_F77@
 
44378
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
44379
-ac_ct_STRIP = @ac_ct_STRIP@
 
44380
 all_includes = @all_includes@
 
44381
 all_libraries = @all_libraries@
 
44382
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
44383
@@ -255,14 +258,18 @@
 
44384
 build_os = @build_os@
 
44385
 build_vendor = @build_vendor@
 
44386
 datadir = @datadir@
 
44387
+datarootdir = @datarootdir@
 
44388
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
44389
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
44390
+docdir = @docdir@
 
44391
+dvidir = @dvidir@
 
44392
 exec_prefix = @exec_prefix@
 
44393
 host = @host@
 
44394
 host_alias = @host_alias@
 
44395
 host_cpu = @host_cpu@
 
44396
 host_os = @host_os@
 
44397
 host_vendor = @host_vendor@
 
44398
+htmldir = @htmldir@
 
44399
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
44400
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
44401
 include_x11_FALSE = @include_x11_FALSE@
 
44402
@@ -297,14 +304,17 @@
 
44403
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
44404
 libdir = @libdir@
 
44405
 libexecdir = @libexecdir@
 
44406
+localedir = @localedir@
 
44407
 localstatedir = @localstatedir@
 
44408
 mandir = @mandir@
 
44409
 mkdir_p = @mkdir_p@
 
44410
 oldincludedir = @oldincludedir@
 
44411
+pdfdir = @pdfdir@
 
44412
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
44413
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
44414
 prefix = @prefix@
 
44415
 program_transform_name = @program_transform_name@
 
44416
+psdir = @psdir@
 
44417
 qt_includes = @qt_includes@
 
44418
 qt_libraries = @qt_libraries@
 
44419
 sbindir = @sbindir@
 
44420
@@ -335,7 +345,7 @@
 
44421
 all: all-nls docs-am  all-recursive
 
44422
 
 
44423
 .SUFFIXES:
 
44424
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
44425
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
44426
 #>-    @for dep in $?; do \
 
44427
 #>-      case '$(am__configure_deps)' in \
 
44428
 #>-        *$$dep*) \
 
44429
@@ -373,9 +383,9 @@
 
44430
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
44431
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44432
 
 
44433
-$(top_srcdir)/configure:  $(am__configure_deps)
 
44434
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
44435
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44436
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
44437
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
44438
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44439
 
 
44440
 mostlyclean-libtool:
 
44441
diff -uNr -x debian -x .pc konversation-1.0.1/po/sv/Makefile.in konversation-1.0.1.n/po/sv/Makefile.in
 
44442
--- konversation-1.0.1/po/sv/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
44443
+++ konversation-1.0.1.n/po/sv/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
44444
@@ -112,6 +112,7 @@
 
44445
 FFLAGS = @FFLAGS@
 
44446
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
44447
 GMSGFMT = @GMSGFMT@
 
44448
+GREP = @GREP@
 
44449
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
44450
 INSTALL_DATA = @INSTALL_DATA@
 
44451
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
44452
@@ -189,6 +190,9 @@
 
44453
 LIB_XRENDER = @LIB_XRENDER@
 
44454
 LN_S = @LN_S@
 
44455
 LTLIBOBJS = @LTLIBOBJS@
 
44456
+MAINT = @MAINT@
 
44457
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
44458
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
44459
 MAKEINFO = @MAKEINFO@
 
44460
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
44461
 MCOPIDL = @MCOPIDL@
 
44462
@@ -211,6 +215,7 @@
 
44463
 QT_INCLUDES = @QT_INCLUDES@
 
44464
 QT_LDFLAGS = @QT_LDFLAGS@
 
44465
 RANLIB = @RANLIB@
 
44466
+SED = @SED@
 
44467
 SET_MAKE = @SET_MAKE@
 
44468
 SHELL = @SHELL@
 
44469
 STRIP = @STRIP@
 
44470
@@ -225,18 +230,16 @@
 
44471
 VERSION = @VERSION@
 
44472
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
44473
 XGETTEXT = @XGETTEXT@
 
44474
+XMKMF = @XMKMF@
 
44475
 XMLLINT = @XMLLINT@
 
44476
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
44477
 X_INCLUDES = @X_INCLUDES@
 
44478
 X_LDFLAGS = @X_LDFLAGS@
 
44479
 X_PRE_LIBS = @X_PRE_LIBS@
 
44480
 X_RPATH = @X_RPATH@
 
44481
-ac_ct_AR = @ac_ct_AR@
 
44482
 ac_ct_CC = @ac_ct_CC@
 
44483
 ac_ct_CXX = @ac_ct_CXX@
 
44484
 ac_ct_F77 = @ac_ct_F77@
 
44485
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
44486
-ac_ct_STRIP = @ac_ct_STRIP@
 
44487
 all_includes = @all_includes@
 
44488
 all_libraries = @all_libraries@
 
44489
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
44490
@@ -255,14 +258,18 @@
 
44491
 build_os = @build_os@
 
44492
 build_vendor = @build_vendor@
 
44493
 datadir = @datadir@
 
44494
+datarootdir = @datarootdir@
 
44495
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
44496
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
44497
+docdir = @docdir@
 
44498
+dvidir = @dvidir@
 
44499
 exec_prefix = @exec_prefix@
 
44500
 host = @host@
 
44501
 host_alias = @host_alias@
 
44502
 host_cpu = @host_cpu@
 
44503
 host_os = @host_os@
 
44504
 host_vendor = @host_vendor@
 
44505
+htmldir = @htmldir@
 
44506
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
44507
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
44508
 include_x11_FALSE = @include_x11_FALSE@
 
44509
@@ -297,14 +304,17 @@
 
44510
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
44511
 libdir = @libdir@
 
44512
 libexecdir = @libexecdir@
 
44513
+localedir = @localedir@
 
44514
 localstatedir = @localstatedir@
 
44515
 mandir = @mandir@
 
44516
 mkdir_p = @mkdir_p@
 
44517
 oldincludedir = @oldincludedir@
 
44518
+pdfdir = @pdfdir@
 
44519
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
44520
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
44521
 prefix = @prefix@
 
44522
 program_transform_name = @program_transform_name@
 
44523
+psdir = @psdir@
 
44524
 qt_includes = @qt_includes@
 
44525
 qt_libraries = @qt_libraries@
 
44526
 sbindir = @sbindir@
 
44527
@@ -335,7 +345,7 @@
 
44528
 all: all-nls docs-am  all-recursive
 
44529
 
 
44530
 .SUFFIXES:
 
44531
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
44532
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
44533
 #>-    @for dep in $?; do \
 
44534
 #>-      case '$(am__configure_deps)' in \
 
44535
 #>-        *$$dep*) \
 
44536
@@ -373,9 +383,9 @@
 
44537
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
44538
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44539
 
 
44540
-$(top_srcdir)/configure:  $(am__configure_deps)
 
44541
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
44542
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44543
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
44544
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
44545
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44546
 
 
44547
 mostlyclean-libtool:
 
44548
diff -uNr -x debian -x .pc konversation-1.0.1/po/ta/Makefile.in konversation-1.0.1.n/po/ta/Makefile.in
 
44549
--- konversation-1.0.1/po/ta/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
44550
+++ konversation-1.0.1.n/po/ta/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
44551
@@ -112,6 +112,7 @@
 
44552
 FFLAGS = @FFLAGS@
 
44553
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
44554
 GMSGFMT = @GMSGFMT@
 
44555
+GREP = @GREP@
 
44556
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
44557
 INSTALL_DATA = @INSTALL_DATA@
 
44558
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
44559
@@ -189,6 +190,9 @@
 
44560
 LIB_XRENDER = @LIB_XRENDER@
 
44561
 LN_S = @LN_S@
 
44562
 LTLIBOBJS = @LTLIBOBJS@
 
44563
+MAINT = @MAINT@
 
44564
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
44565
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
44566
 MAKEINFO = @MAKEINFO@
 
44567
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
44568
 MCOPIDL = @MCOPIDL@
 
44569
@@ -211,6 +215,7 @@
 
44570
 QT_INCLUDES = @QT_INCLUDES@
 
44571
 QT_LDFLAGS = @QT_LDFLAGS@
 
44572
 RANLIB = @RANLIB@
 
44573
+SED = @SED@
 
44574
 SET_MAKE = @SET_MAKE@
 
44575
 SHELL = @SHELL@
 
44576
 STRIP = @STRIP@
 
44577
@@ -225,18 +230,16 @@
 
44578
 VERSION = @VERSION@
 
44579
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
44580
 XGETTEXT = @XGETTEXT@
 
44581
+XMKMF = @XMKMF@
 
44582
 XMLLINT = @XMLLINT@
 
44583
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
44584
 X_INCLUDES = @X_INCLUDES@
 
44585
 X_LDFLAGS = @X_LDFLAGS@
 
44586
 X_PRE_LIBS = @X_PRE_LIBS@
 
44587
 X_RPATH = @X_RPATH@
 
44588
-ac_ct_AR = @ac_ct_AR@
 
44589
 ac_ct_CC = @ac_ct_CC@
 
44590
 ac_ct_CXX = @ac_ct_CXX@
 
44591
 ac_ct_F77 = @ac_ct_F77@
 
44592
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
44593
-ac_ct_STRIP = @ac_ct_STRIP@
 
44594
 all_includes = @all_includes@
 
44595
 all_libraries = @all_libraries@
 
44596
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
44597
@@ -255,14 +258,18 @@
 
44598
 build_os = @build_os@
 
44599
 build_vendor = @build_vendor@
 
44600
 datadir = @datadir@
 
44601
+datarootdir = @datarootdir@
 
44602
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
44603
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
44604
+docdir = @docdir@
 
44605
+dvidir = @dvidir@
 
44606
 exec_prefix = @exec_prefix@
 
44607
 host = @host@
 
44608
 host_alias = @host_alias@
 
44609
 host_cpu = @host_cpu@
 
44610
 host_os = @host_os@
 
44611
 host_vendor = @host_vendor@
 
44612
+htmldir = @htmldir@
 
44613
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
44614
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
44615
 include_x11_FALSE = @include_x11_FALSE@
 
44616
@@ -297,14 +304,17 @@
 
44617
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
44618
 libdir = @libdir@
 
44619
 libexecdir = @libexecdir@
 
44620
+localedir = @localedir@
 
44621
 localstatedir = @localstatedir@
 
44622
 mandir = @mandir@
 
44623
 mkdir_p = @mkdir_p@
 
44624
 oldincludedir = @oldincludedir@
 
44625
+pdfdir = @pdfdir@
 
44626
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
44627
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
44628
 prefix = @prefix@
 
44629
 program_transform_name = @program_transform_name@
 
44630
+psdir = @psdir@
 
44631
 qt_includes = @qt_includes@
 
44632
 qt_libraries = @qt_libraries@
 
44633
 sbindir = @sbindir@
 
44634
@@ -335,7 +345,7 @@
 
44635
 all: all-nls docs-am  all-recursive
 
44636
 
 
44637
 .SUFFIXES:
 
44638
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
44639
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
44640
 #>-    @for dep in $?; do \
 
44641
 #>-      case '$(am__configure_deps)' in \
 
44642
 #>-        *$$dep*) \
 
44643
@@ -373,9 +383,9 @@
 
44644
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
44645
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44646
 
 
44647
-$(top_srcdir)/configure:  $(am__configure_deps)
 
44648
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
44649
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44650
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
44651
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
44652
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44653
 
 
44654
 mostlyclean-libtool:
 
44655
diff -uNr -x debian -x .pc konversation-1.0.1/po/tr/Makefile.in konversation-1.0.1.n/po/tr/Makefile.in
 
44656
--- konversation-1.0.1/po/tr/Makefile.in        2007-07-16 20:15:58.000000000 +0300
 
44657
+++ konversation-1.0.1.n/po/tr/Makefile.in      2007-07-17 03:00:11.000000000 +0300
 
44658
@@ -112,6 +112,7 @@
 
44659
 FFLAGS = @FFLAGS@
 
44660
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
44661
 GMSGFMT = @GMSGFMT@
 
44662
+GREP = @GREP@
 
44663
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
44664
 INSTALL_DATA = @INSTALL_DATA@
 
44665
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
44666
@@ -189,6 +190,9 @@
 
44667
 LIB_XRENDER = @LIB_XRENDER@
 
44668
 LN_S = @LN_S@
 
44669
 LTLIBOBJS = @LTLIBOBJS@
 
44670
+MAINT = @MAINT@
 
44671
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
44672
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
44673
 MAKEINFO = @MAKEINFO@
 
44674
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
44675
 MCOPIDL = @MCOPIDL@
 
44676
@@ -211,6 +215,7 @@
 
44677
 QT_INCLUDES = @QT_INCLUDES@
 
44678
 QT_LDFLAGS = @QT_LDFLAGS@
 
44679
 RANLIB = @RANLIB@
 
44680
+SED = @SED@
 
44681
 SET_MAKE = @SET_MAKE@
 
44682
 SHELL = @SHELL@
 
44683
 STRIP = @STRIP@
 
44684
@@ -225,18 +230,16 @@
 
44685
 VERSION = @VERSION@
 
44686
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
44687
 XGETTEXT = @XGETTEXT@
 
44688
+XMKMF = @XMKMF@
 
44689
 XMLLINT = @XMLLINT@
 
44690
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
44691
 X_INCLUDES = @X_INCLUDES@
 
44692
 X_LDFLAGS = @X_LDFLAGS@
 
44693
 X_PRE_LIBS = @X_PRE_LIBS@
 
44694
 X_RPATH = @X_RPATH@
 
44695
-ac_ct_AR = @ac_ct_AR@
 
44696
 ac_ct_CC = @ac_ct_CC@
 
44697
 ac_ct_CXX = @ac_ct_CXX@
 
44698
 ac_ct_F77 = @ac_ct_F77@
 
44699
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
44700
-ac_ct_STRIP = @ac_ct_STRIP@
 
44701
 all_includes = @all_includes@
 
44702
 all_libraries = @all_libraries@
 
44703
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
44704
@@ -255,14 +258,18 @@
 
44705
 build_os = @build_os@
 
44706
 build_vendor = @build_vendor@
 
44707
 datadir = @datadir@
 
44708
+datarootdir = @datarootdir@
 
44709
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
44710
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
44711
+docdir = @docdir@
 
44712
+dvidir = @dvidir@
 
44713
 exec_prefix = @exec_prefix@
 
44714
 host = @host@
 
44715
 host_alias = @host_alias@
 
44716
 host_cpu = @host_cpu@
 
44717
 host_os = @host_os@
 
44718
 host_vendor = @host_vendor@
 
44719
+htmldir = @htmldir@
 
44720
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
44721
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
44722
 include_x11_FALSE = @include_x11_FALSE@
 
44723
@@ -297,14 +304,17 @@
 
44724
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
44725
 libdir = @libdir@
 
44726
 libexecdir = @libexecdir@
 
44727
+localedir = @localedir@
 
44728
 localstatedir = @localstatedir@
 
44729
 mandir = @mandir@
 
44730
 mkdir_p = @mkdir_p@
 
44731
 oldincludedir = @oldincludedir@
 
44732
+pdfdir = @pdfdir@
 
44733
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
44734
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
44735
 prefix = @prefix@
 
44736
 program_transform_name = @program_transform_name@
 
44737
+psdir = @psdir@
 
44738
 qt_includes = @qt_includes@
 
44739
 qt_libraries = @qt_libraries@
 
44740
 sbindir = @sbindir@
 
44741
@@ -335,7 +345,7 @@
 
44742
 all: all-nls docs-am  all-recursive
 
44743
 
 
44744
 .SUFFIXES:
 
44745
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
44746
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
44747
 #>-    @for dep in $?; do \
 
44748
 #>-      case '$(am__configure_deps)' in \
 
44749
 #>-        *$$dep*) \
 
44750
@@ -373,9 +383,9 @@
 
44751
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
44752
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44753
 
 
44754
-$(top_srcdir)/configure:  $(am__configure_deps)
 
44755
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
44756
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44757
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
44758
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
44759
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44760
 
 
44761
 mostlyclean-libtool:
 
44762
diff -uNr -x debian -x .pc konversation-1.0.1/po/zh_TW/Makefile.in konversation-1.0.1.n/po/zh_TW/Makefile.in
 
44763
--- konversation-1.0.1/po/zh_TW/Makefile.in     2007-07-16 20:15:58.000000000 +0300
 
44764
+++ konversation-1.0.1.n/po/zh_TW/Makefile.in   2007-07-17 03:00:11.000000000 +0300
 
44765
@@ -112,6 +112,7 @@
 
44766
 FFLAGS = @FFLAGS@
 
44767
 FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
 
44768
 GMSGFMT = @GMSGFMT@
 
44769
+GREP = @GREP@
 
44770
 HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
 
44771
 INSTALL_DATA = @INSTALL_DATA@
 
44772
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
44773
@@ -189,6 +190,9 @@
 
44774
 LIB_XRENDER = @LIB_XRENDER@
 
44775
 LN_S = @LN_S@
 
44776
 LTLIBOBJS = @LTLIBOBJS@
 
44777
+MAINT = @MAINT@
 
44778
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
44779
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
44780
 MAKEINFO = @MAKEINFO@
 
44781
 MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
 
44782
 MCOPIDL = @MCOPIDL@
 
44783
@@ -211,6 +215,7 @@
 
44784
 QT_INCLUDES = @QT_INCLUDES@
 
44785
 QT_LDFLAGS = @QT_LDFLAGS@
 
44786
 RANLIB = @RANLIB@
 
44787
+SED = @SED@
 
44788
 SET_MAKE = @SET_MAKE@
 
44789
 SHELL = @SHELL@
 
44790
 STRIP = @STRIP@
 
44791
@@ -225,18 +230,16 @@
 
44792
 VERSION = @VERSION@
 
44793
 WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
 
44794
 XGETTEXT = @XGETTEXT@
 
44795
+XMKMF = @XMKMF@
 
44796
 XMLLINT = @XMLLINT@
 
44797
 X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
44798
 X_INCLUDES = @X_INCLUDES@
 
44799
 X_LDFLAGS = @X_LDFLAGS@
 
44800
 X_PRE_LIBS = @X_PRE_LIBS@
 
44801
 X_RPATH = @X_RPATH@
 
44802
-ac_ct_AR = @ac_ct_AR@
 
44803
 ac_ct_CC = @ac_ct_CC@
 
44804
 ac_ct_CXX = @ac_ct_CXX@
 
44805
 ac_ct_F77 = @ac_ct_F77@
 
44806
-ac_ct_RANLIB = @ac_ct_RANLIB@
 
44807
-ac_ct_STRIP = @ac_ct_STRIP@
 
44808
 all_includes = @all_includes@
 
44809
 all_libraries = @all_libraries@
 
44810
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
44811
@@ -255,14 +258,18 @@
 
44812
 build_os = @build_os@
 
44813
 build_vendor = @build_vendor@
 
44814
 datadir = @datadir@
 
44815
+datarootdir = @datarootdir@
 
44816
 doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
44817
 doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
44818
+docdir = @docdir@
 
44819
+dvidir = @dvidir@
 
44820
 exec_prefix = @exec_prefix@
 
44821
 host = @host@
 
44822
 host_alias = @host_alias@
 
44823
 host_cpu = @host_cpu@
 
44824
 host_os = @host_os@
 
44825
 host_vendor = @host_vendor@
 
44826
+htmldir = @htmldir@
 
44827
 include_ARTS_FALSE = @include_ARTS_FALSE@
 
44828
 include_ARTS_TRUE = @include_ARTS_TRUE@
 
44829
 include_x11_FALSE = @include_x11_FALSE@
 
44830
@@ -297,14 +304,17 @@
 
44831
 konversation_SUBDIR_included_TRUE = @konversation_SUBDIR_included_TRUE@
 
44832
 libdir = @libdir@
 
44833
 libexecdir = @libexecdir@
 
44834
+localedir = @localedir@
 
44835
 localstatedir = @localstatedir@
 
44836
 mandir = @mandir@
 
44837
 mkdir_p = @mkdir_p@
 
44838
 oldincludedir = @oldincludedir@
 
44839
+pdfdir = @pdfdir@
 
44840
 po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
 
44841
 po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
 
44842
 prefix = @prefix@
 
44843
 program_transform_name = @program_transform_name@
 
44844
+psdir = @psdir@
 
44845
 qt_includes = @qt_includes@
 
44846
 qt_libraries = @qt_libraries@
 
44847
 sbindir = @sbindir@
 
44848
@@ -335,7 +345,7 @@
 
44849
 all: all-nls docs-am  all-recursive
 
44850
 
 
44851
 .SUFFIXES:
 
44852
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
44853
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
44854
 #>-    @for dep in $?; do \
 
44855
 #>-      case '$(am__configure_deps)' in \
 
44856
 #>-        *$$dep*) \
 
44857
@@ -373,9 +383,9 @@
 
44858
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
44859
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44860
 
 
44861
-$(top_srcdir)/configure:  $(am__configure_deps)
 
44862
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
44863
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44864
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
44865
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
44866
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
44867
 
 
44868
 mostlyclean-libtool: