~ubuntu-branches/ubuntu/intrepid/gnome-system-tools/intrepid

« back to all changes in this revision

Viewing changes to debian/patches/98_automake.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Aron Sisak
  • Date: 2007-07-30 14:25:07 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20070730142507-1agdguvnk1kpxmeg
Tags: 2.19.1-0ubuntu1
* New upstream release:
  - Common
    - remove hardcoded password char from glade interfaces (Loïc Minier)
  - Network
    - String improvements and spacing more similar to g-c-c capplets (Denis Washington)
  - Translations
    - de, es, fi, ja, sv
* debian/patches/04_activate_avahi_option.dpatch
  - Updated
* debian/patches/98_automake.dpatch
  - Updated with aclocal, autoconf and automake

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
## DP: No description.
6
6
 
7
7
@DPATCH@
8
 
diff -urNad gnome-system-tools-2.19.0~/Makefile.in gnome-system-tools-2.19.0/Makefile.in
9
 
--- gnome-system-tools-2.19.0~/Makefile.in      2007-07-10 12:03:46.000000000 +0200
10
 
+++ gnome-system-tools-2.19.0/Makefile.in       2007-07-19 13:07:21.000000000 +0200
11
 
@@ -44,8 +44,7 @@
 
8
diff -urNad gnome-system-tools-2.19.1~/Makefile.in gnome-system-tools-2.19.1/Makefile.in
 
9
--- gnome-system-tools-2.19.1~/Makefile.in      2007-07-28 20:43:17.000000000 +0200
 
10
+++ gnome-system-tools-2.19.1/Makefile.in       2007-07-30 20:15:48.000000000 +0200
 
11
@@ -40,8 +40,7 @@
 
12
        config.guess config.sub depcomp install-sh ltmain.sh missing \
12
13
        mkinstalldirs
13
 
 subdir = .
14
14
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
15
15
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
16
16
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
18
18
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
19
19
        $(ACLOCAL_M4)
20
20
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
21
 
@@ -548,7 +547,7 @@
22
 
 distdir: $(DISTFILES)
23
 
        $(am__remove_distdir)
24
 
        mkdir $(distdir)
25
 
-       $(mkdir_p) $(distdir)/. $(distdir)/m4 $(distdir)/po $(distdir)/src/network $(distdir)/src/services $(distdir)/src/shares $(distdir)/src/time $(distdir)/src/users
26
 
+       $(mkdir_p) $(distdir)/. $(distdir)/po $(distdir)/src/network $(distdir)/src/services $(distdir)/src/shares $(distdir)/src/time $(distdir)/src/users
27
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
28
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
29
 
        list='$(DISTFILES)'; for file in $$list; do \
30
 
diff -urNad gnome-system-tools-2.19.0~/aclocal.m4 gnome-system-tools-2.19.0/aclocal.m4
31
 
--- gnome-system-tools-2.19.0~/aclocal.m4       2007-07-10 12:03:39.000000000 +0200
32
 
+++ gnome-system-tools-2.19.0/aclocal.m4        2007-07-19 13:07:21.000000000 +0200
33
 
@@ -11,907 +11,6 @@
 
21
diff -urNad gnome-system-tools-2.19.1~/aclocal.m4 gnome-system-tools-2.19.1/aclocal.m4
 
22
--- gnome-system-tools-2.19.1~/aclocal.m4       2007-07-28 20:43:08.000000000 +0200
 
23
+++ gnome-system-tools-2.19.1/aclocal.m4        2007-07-30 20:15:48.000000000 +0200
 
24
@@ -11,919 +11,11 @@
34
25
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
35
26
 # PARTICULAR PURPOSE.
36
27
 
37
 
-# Copyright (C) 2002, 2003, 2005  Free Software Foundation, Inc.
 
28
-m4_if(m4_PACKAGE_VERSION, [2.60],,
 
29
-[m4_fatal([this file was generated for autoconf 2.60.
 
30
+m4_if(m4_PACKAGE_VERSION, [2.61],,
 
31
+[m4_fatal([this file was generated for autoconf 2.61.
 
32
 You have another version of autoconf.  If you want to use that,
 
33
 you should regenerate the build system entirely.], [63])])
 
34
 
 
35
-# Copyright (C) 2002, 2003, 2005, 2006  Free Software Foundation, Inc.
38
36
-#
39
37
-# This file is free software; the Free Software Foundation
40
38
-# gives unlimited permission to copy and/or distribute it,
44
42
-# ----------------------------
45
43
-# Automake X.Y traces this macro to ensure aclocal.m4 has been
46
44
-# generated from the m4 files accompanying Automake X.Y.
47
 
-AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
 
45
-# (This private macro should not be called outside this file.)
 
46
-AC_DEFUN([AM_AUTOMAKE_VERSION],
 
47
-[am__api_version='1.10'
 
48
-dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 
49
-dnl require some minimum version.  Point them to the right macro.
 
50
-m4_if([$1], [1.10], [],
 
51
-      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 
52
-])
 
53
-
 
54
-# _AM_AUTOCONF_VERSION(VERSION)
 
55
-# -----------------------------
 
56
-# aclocal traces this macro to find the Autoconf version.
 
57
-# This is a private macro too.  Using m4_define simplifies
 
58
-# the logic in aclocal, which can simply ignore this definition.
 
59
-m4_define([_AM_AUTOCONF_VERSION], [])
48
60
-
49
61
-# AM_SET_CURRENT_AUTOMAKE_VERSION
50
62
-# -------------------------------
51
 
-# Call AM_AUTOMAKE_VERSION so it can be traced.
 
63
-# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
52
64
-# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
53
65
-AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
54
 
-        [AM_AUTOMAKE_VERSION([1.9.6])])
 
66
-[AM_AUTOMAKE_VERSION([1.10])dnl
 
67
-_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
55
68
-
56
69
-# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
57
70
-
131
144
-
132
145
-# AM_CONDITIONAL                                            -*- Autoconf -*-
133
146
-
134
 
-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
 
147
-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
135
148
-# Free Software Foundation, Inc.
136
149
-#
137
150
-# This file is free software; the Free Software Foundation
138
151
-# gives unlimited permission to copy and/or distribute it,
139
152
-# with or without modifications, as long as this notice is preserved.
140
153
-
141
 
-# serial 7
 
154
-# serial 8
142
155
-
143
156
-# AM_CONDITIONAL(NAME, SHELL-CONDITION)
144
157
-# -------------------------------------
147
160
-[AC_PREREQ(2.52)dnl
148
161
- ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
149
162
-       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
150
 
-AC_SUBST([$1_TRUE])
151
 
-AC_SUBST([$1_FALSE])
 
163
-AC_SUBST([$1_TRUE])dnl
 
164
-AC_SUBST([$1_FALSE])dnl
 
165
-_AM_SUBST_NOTMAKE([$1_TRUE])dnl
 
166
-_AM_SUBST_NOTMAKE([$1_FALSE])dnl
152
167
-if $2; then
153
168
-  $1_TRUE=
154
169
-  $1_FALSE='#'
162
177
-Usually this means the macro was only invoked conditionally.]])
163
178
-fi])])
164
179
-
165
 
-
166
 
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
 
180
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
167
181
-# Free Software Foundation, Inc.
168
182
-#
169
183
-# This file is free software; the Free Software Foundation
170
184
-# gives unlimited permission to copy and/or distribute it,
171
185
-# with or without modifications, as long as this notice is preserved.
172
186
-
173
 
-# serial 8
 
187
-# serial 9
174
188
-
175
189
-# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
176
190
-# written in clear, in which case automake, when reading aclocal.m4,
198
212
-ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
199
213
-       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
200
214
-       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
 
215
-       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
201
216
-       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
202
217
-                   [depcc="$$1"   am_compiler_list=])
203
218
-
263
278
-       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
264
279
-       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
265
280
-         >/dev/null 2>conftest.err &&
 
281
-       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
266
282
-       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
267
283
-       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
268
284
-       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
315
331
-  AMDEPBACKSLASH='\'
316
332
-fi
317
333
-AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
318
 
-AC_SUBST([AMDEPBACKSLASH])
 
334
-AC_SUBST([AMDEPBACKSLASH])dnl
 
335
-_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
319
336
-])
320
337
-
321
338
-# Generate code to set up dependency tracking.              -*- Autoconf -*-
340
357
-  # some people rename them; so instead we look at the file content.
341
358
-  # Grep'ing the first line is not enough: some people post-process
342
359
-  # each Makefile.in and add a new line on top of each file to say so.
343
 
-  # So let's grep whole file.
344
 
-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 
360
-  # Grep'ing the whole file is not good either: AIX grep has a line
 
361
-  # limit of 2048, but all sed's we know have understand at least 4000.
 
362
-  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
345
363
-    dirpart=`AS_DIRNAME("$mf")`
346
364
-  else
347
365
-    continue
400
418
-
401
419
-# Do all the work for Automake.                             -*- Autoconf -*-
402
420
-
403
 
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
404
 
-# Free Software Foundation, Inc.
 
421
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 
422
-# 2005, 2006 Free Software Foundation, Inc.
405
423
-#
406
424
-# This file is free software; the Free Software Foundation
407
425
-# gives unlimited permission to copy and/or distribute it,
424
442
-# arguments mandatory, and then we can depend on a new Autoconf
425
443
-# release and drop the old call support.
426
444
-AC_DEFUN([AM_INIT_AUTOMAKE],
427
 
-[AC_PREREQ([2.58])dnl
 
445
-[AC_PREREQ([2.60])dnl
428
446
-dnl Autoconf wants to disallow AM_ names.  We explicitly allow
429
447
-dnl the ones we care about.
430
448
-m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
431
449
-AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
432
450
-AC_REQUIRE([AC_PROG_INSTALL])dnl
433
 
-# test to see if srcdir already configured
434
 
-if test "`cd $srcdir && pwd`" != "`pwd`" &&
435
 
-   test -f $srcdir/config.status; then
436
 
-  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
451
-if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
452
-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
453
-  # is not polluted with repeated "-I."
 
454
-  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
 
455
-  # test to see if srcdir already configured
 
456
-  if test -f $srcdir/config.status; then
 
457
-    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
458
-  fi
437
459
-fi
438
460
-
439
461
-# test whether we have cygpath
453
475
- AC_SUBST([PACKAGE], [$1])dnl
454
476
- AC_SUBST([VERSION], [$2])],
455
477
-[_AM_SET_OPTIONS([$1])dnl
 
478
-dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
 
479
-m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
 
480
-  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
456
481
- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
457
482
- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
458
483
-
488
513
-                  [_AM_DEPENDENCIES(CXX)],
489
514
-                  [define([AC_PROG_CXX],
490
515
-                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
516
-AC_PROVIDE_IFELSE([AC_PROG_OBJC],
 
517
-                  [_AM_DEPENDENCIES(OBJC)],
 
518
-                  [define([AC_PROG_OBJC],
 
519
-                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
491
520
-])
492
521
-])
493
522
-
523
552
-# Define $install_sh.
524
553
-AC_DEFUN([AM_PROG_INSTALL_SH],
525
554
-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
526
 
-install_sh=${install_sh-"$am_aux_dir/install-sh"}
 
555
-install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
527
556
-AC_SUBST(install_sh)])
528
557
-
529
558
-# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
630
659
-
631
660
-# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
632
661
-
633
 
-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
 
662
-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
634
663
-# Free Software Foundation, Inc.
635
664
-#
636
665
-# This file is free software; the Free Software Foundation
637
666
-# gives unlimited permission to copy and/or distribute it,
638
667
-# with or without modifications, as long as this notice is preserved.
639
668
-
640
 
-# serial 4
 
669
-# serial 5
641
670
-
642
671
-# AM_MISSING_PROG(NAME, PROGRAM)
643
672
-# ------------------------------
653
682
-# If it does, set am_missing_run to use it, otherwise, to nothing.
654
683
-AC_DEFUN([AM_MISSING_HAS_RUN],
655
684
-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
685
-AC_REQUIRE_AUX_FILE([missing])dnl
656
686
-test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
657
687
-# Use eval to expand $SHELL
658
688
-if eval "$MISSING --run true"; then
663
693
-fi
664
694
-])
665
695
-
666
 
-# Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
 
696
-# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
667
697
-#
668
698
-# This file is free software; the Free Software Foundation
669
699
-# gives unlimited permission to copy and/or distribute it,
671
701
-
672
702
-# AM_PROG_MKDIR_P
673
703
-# ---------------
674
 
-# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
675
 
-#
676
 
-# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
677
 
-# created by `make install' are always world readable, even if the
678
 
-# installer happens to have an overly restrictive umask (e.g. 077).
679
 
-# This was a mistake.  There are at least two reasons why we must not
680
 
-# use `-m 0755':
681
 
-#   - it causes special bits like SGID to be ignored,
682
 
-#   - it may be too restrictive (some setups expect 775 directories).
683
 
-#
684
 
-# Do not use -m 0755 and let people choose whatever they expect by
685
 
-# setting umask.
686
 
-#
687
 
-# We cannot accept any implementation of `mkdir' that recognizes `-p'.
688
 
-# Some implementations (such as Solaris 8's) are not thread-safe: if a
689
 
-# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
690
 
-# concurrently, both version can detect that a/ is missing, but only
691
 
-# one can create it and the other will error out.  Consequently we
692
 
-# restrict ourselves to GNU make (using the --version option ensures
693
 
-# this.)
 
704
-# Check for `mkdir -p'.
694
705
-AC_DEFUN([AM_PROG_MKDIR_P],
695
 
-[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
696
 
-  # We used to keeping the `.' as first argument, in order to
697
 
-  # allow $(mkdir_p) to be used without argument.  As in
698
 
-  #   $(mkdir_p) $(somedir)
699
 
-  # where $(somedir) is conditionally defined.  However this is wrong
700
 
-  # for two reasons:
701
 
-  #  1. if the package is installed by a user who cannot write `.'
702
 
-  #     make install will fail,
703
 
-  #  2. the above comment should most certainly read
704
 
-  #     $(mkdir_p) $(DESTDIR)$(somedir)
705
 
-  #     so it does not work when $(somedir) is undefined and
706
 
-  #     $(DESTDIR) is not.
707
 
-  #  To support the latter case, we have to write
708
 
-  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
709
 
-  #  so the `.' trick is pointless.
710
 
-  mkdir_p='mkdir -p --'
711
 
-else
712
 
-  # On NextStep and OpenStep, the `mkdir' command does not
713
 
-  # recognize any option.  It will interpret all options as
714
 
-  # directories to create, and then abort because `.' already
715
 
-  # exists.
716
 
-  for d in ./-p ./--version;
717
 
-  do
718
 
-    test -d $d && rmdir $d
719
 
-  done
720
 
-  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
721
 
-  if test -f "$ac_aux_dir/mkinstalldirs"; then
722
 
-    mkdir_p='$(mkinstalldirs)'
723
 
-  else
724
 
-    mkdir_p='$(install_sh) -d'
725
 
-  fi
726
 
-fi
727
 
-AC_SUBST([mkdir_p])])
 
706
-[AC_PREREQ([2.60])dnl
 
707
-AC_REQUIRE([AC_PROG_MKDIR_P])dnl
 
708
-dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
 
709
-dnl while keeping a definition of mkdir_p for backward compatibility.
 
710
-dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
 
711
-dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
 
712
-dnl Makefile.ins that do not define MKDIR_P, so we do our own
 
713
-dnl adjustment using top_builddir (which is defined more often than
 
714
-dnl MKDIR_P).
 
715
-AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
 
716
-case $mkdir_p in
 
717
-  [[\\/$]]* | ?:[[\\/]]*) ;;
 
718
-  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
719
-esac
 
720
-])
728
721
-
729
722
-# Helper functions for option handling.                     -*- Autoconf -*-
730
723
-
836
829
-if test "$cross_compiling" != no; then
837
830
-  AC_CHECK_TOOL([STRIP], [strip], :)
838
831
-fi
839
 
-INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
832
-INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
840
833
-AC_SUBST([INSTALL_STRIP_PROGRAM])])
841
834
-
 
835
-# Copyright (C) 2006  Free Software Foundation, Inc.
 
836
-#
 
837
-# This file is free software; the Free Software Foundation
 
838
-# gives unlimited permission to copy and/or distribute it,
 
839
-# with or without modifications, as long as this notice is preserved.
 
840
-
 
841
-# _AM_SUBST_NOTMAKE(VARIABLE)
 
842
-# ---------------------------
 
843
-# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in.
 
844
-# This macro is traced by Automake.
 
845
-AC_DEFUN([_AM_SUBST_NOTMAKE])
 
846
-
842
847
-# Check how to create a tarball.                            -*- Autoconf -*-
843
848
-
844
849
-# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
938
943
 dnl AM_GCONF_SOURCE_2
939
944
 dnl Defines GCONF_SCHEMA_CONFIG_SOURCE which is where you should install schemas
940
945
 dnl  (i.e. pass to gconftool-2
941
 
@@ -1386,9 +485,263 @@
 
946
@@ -1398,9 +490,265 @@
942
947
 fi])
943
948
 
944
949
 
1006
1011
+esac
1007
1012
+
1008
1013
+if test -n "$1"; then
1009
 
+    AC_MSG_CHECKING(for intltool >= $1)
 
1014
+    AC_MSG_CHECKING([for intltool >= $1])
1010
1015
+
1011
1016
+    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
1012
1017
+    INTLTOOL_APPLIED_VERSION=`awk -F\" '/\\$VERSION / { print $ 2; }' ${ac_aux_dir}/intltool-update.in`
1087
1092
+# Set DATADIRNAME correctly if it is not set yet
1088
1093
+# (copied from glib-gettext.m4)
1089
1094
+if test -z "$DATADIRNAME"; then
1090
 
+  AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
1091
 
+                 return _nl_msg_cat_cntr],
 
1095
+  AC_LINK_IFELSE(
 
1096
+    [AC_LANG_PROGRAM([[]],
 
1097
+                     [[extern int _nl_msg_cat_cntr;
 
1098
+                       return _nl_msg_cat_cntr]])],
1092
1099
+    [DATADIRNAME=share],
1093
1100
+    [case $host in
1094
1101
+    *-*-solaris*)
1203
1210
 
1204
1211
 
1205
1212
 # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
1206
 
@@ -2772,18 +2125,6 @@
 
1213
@@ -2784,18 +2132,6 @@
1207
1214
   dynamic_linker=no
1208
1215
   ;;
1209
1216
 
1222
1229
 freebsd* | dragonfly*)
1223
1230
   # DragonFly does not have aout.  When/if they implement a new
1224
1231
   # versioning mechanism, adjust this.
1225
 
@@ -2939,7 +2280,7 @@
 
1232
@@ -2951,7 +2287,7 @@
1226
1233
   ;;
1227
1234
 
1228
1235
 # This must be Linux ELF.
1231
1238
   version_type=linux
1232
1239
   need_lib_prefix=no
1233
1240
   need_version=no
1234
 
@@ -2953,27 +2294,10 @@
 
1241
@@ -2965,27 +2301,10 @@
1235
1242
   # before this can be enabled.
1236
1243
   hardcode_into_libs=yes
1237
1244
 
1260
1267
   fi
1261
1268
 
1262
1269
   # We used to test for /lib/ld.so.1 and disable shared libraries on
1263
 
@@ -2985,7 +2309,7 @@
 
1270
@@ -2997,7 +2316,7 @@
1264
1271
   dynamic_linker='GNU/Linux ld.so'
1265
1272
   ;;
1266
1273
 
1269
1276
   version_type=linux
1270
1277
   need_lib_prefix=no
1271
1278
   need_version=no
1272
 
@@ -2994,7 +2318,7 @@
 
1279
@@ -3006,7 +2325,7 @@
1273
1280
   shlibpath_var=LD_LIBRARY_PATH
1274
1281
   shlibpath_overrides_runpath=no
1275
1282
   hardcode_into_libs=yes
1278
1285
   ;;
1279
1286
 
1280
1287
 netbsd*)
1281
 
@@ -3702,7 +3026,7 @@
 
1288
@@ -3714,7 +3033,7 @@
1282
1289
   lt_cv_deplibs_check_method=pass_all
1283
1290
   ;;
1284
1291
 
1287
1294
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1288
1295
     case $host_cpu in
1289
1296
     i*86 )
1290
 
@@ -3756,11 +3080,11 @@
 
1297
@@ -3768,11 +3087,11 @@
1291
1298
   ;;
1292
1299
 
1293
1300
 # This must be Linux ELF.
1301
1308
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1302
1309
     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
1303
1310
   else
1304
 
@@ -4508,7 +3832,7 @@
 
1311
@@ -4520,7 +3839,7 @@
1305
1312
   freebsd-elf*)
1306
1313
     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
1307
1314
     ;;
1310
1317
     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
1311
1318
     # conventions
1312
1319
     _LT_AC_TAGVAR(ld_shlibs, $1)=yes
1313
 
@@ -4667,7 +3991,7 @@
 
1320
@@ -4679,7 +3998,7 @@
1314
1321
     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
1315
1322
     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
1316
1323
     ;;
1319
1326
     case $cc_basename in
1320
1327
       KCC*)
1321
1328
        # Kuck and Associates, Inc. (KAI) C++ Compiler
1322
 
@@ -4769,7 +4093,7 @@
 
1329
@@ -4781,7 +4100,7 @@
1323
1330
        ;;
1324
1331
     esac
1325
1332
     ;;
1328
1335
     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1329
1336
       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
1330
1337
       wlarc=
1331
 
@@ -6034,7 +5358,7 @@
 
1338
@@ -6046,7 +5365,7 @@
1332
1339
   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
1333
1340
   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'"
1334
1341
   ;;
1337
1344
   if test "$host_cpu" = ia64; then
1338
1345
     symcode='[[ABCDGIRSTW]]'
1339
1346
     lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
1340
 
@@ -6307,7 +5631,7 @@
 
1347
@@ -6319,7 +5638,7 @@
1341
1348
            ;;
1342
1349
        esac
1343
1350
        ;;
1346
1353
        # FreeBSD uses GNU C++
1347
1354
        ;;
1348
1355
       hpux9* | hpux10* | hpux11*)
1349
 
@@ -6350,7 +5674,7 @@
 
1356
@@ -6362,7 +5681,7 @@
1350
1357
            ;;
1351
1358
        esac
1352
1359
        ;;
1355
1362
        case $cc_basename in
1356
1363
          KCC*)
1357
1364
            # KAI C++ Compiler
1358
 
@@ -6393,7 +5717,7 @@
 
1365
@@ -6405,7 +5724,7 @@
1359
1366
            ;;
1360
1367
        esac
1361
1368
        ;;
1364
1371
        ;;
1365
1372
       osf3* | osf4* | osf5*)
1366
1373
        case $cc_basename in
1367
 
@@ -6604,7 +5928,7 @@
 
1374
@@ -6616,7 +5935,7 @@
1368
1375
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
1369
1376
       ;;
1370
1377
 
1373
1380
       case $cc_basename in
1374
1381
       icc* | ecc*)
1375
1382
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1376
 
@@ -6745,6 +6069,9 @@
 
1383
@@ -6757,6 +6076,9 @@
1377
1384
   cygwin* | mingw*)
1378
1385
     _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'
1379
1386
   ;;
1383
1390
   *)
1384
1391
     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
1385
1392
   ;;
1386
 
@@ -6915,7 +6242,7 @@
 
1393
@@ -6927,7 +6249,7 @@
1387
1394
       _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'
1388
1395
       ;;
1389
1396
 
1392
1399
       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
1393
1400
        tmp_addflag=
1394
1401
        case $cc_basename,$host_cpu in
1395
 
@@ -6941,12 +6268,13 @@
 
1402
@@ -6953,12 +6275,13 @@
1396
1403
   $echo "local: *; };" >> $output_objdir/$libname.ver~
1397
1404
          $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
1398
1405
        fi
1407
1414
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1408
1415
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
1409
1416
        wlarc=
1410
 
@@ -7276,7 +6604,7 @@
 
1417
@@ -7288,7 +6611,7 @@
1411
1418
       ;;
1412
1419
 
1413
1420
     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
1416
1423
       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
1417
1424
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
1418
1425
       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
1419
 
@@ -7378,7 +6706,7 @@
 
1426
@@ -7390,7 +6713,7 @@
1420
1427
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
1421
1428
       ;;
1422
1429
 
1425
1432
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1426
1433
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
1427
1434
       else
1428
 
@@ -7938,5 +7266,904 @@
 
1435
@@ -7940,7 +7263,7 @@
 
1436
 
 
1437
 _PKG_TEXT
 
1438
 
 
1439
-To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.])],
 
1440
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
 
1441
                [$4])
 
1442
 else
 
1443
        $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
 
1444
@@ -7950,5 +7273,911 @@
1429
1445
 fi[]dnl
1430
1446
 ])# PKG_CHECK_MODULES
1431
1447
 
1432
1448
-m4_include([m4/gnome-doc-utils.m4])
1433
1449
-m4_include([m4/intltool.m4])
1434
 
+# Copyright (C) 2002, 2003, 2005  Free Software Foundation, Inc.
 
1450
+# Copyright (C) 2002, 2003, 2005, 2006  Free Software Foundation, Inc.
1435
1451
+#
1436
1452
+# This file is free software; the Free Software Foundation
1437
1453
+# gives unlimited permission to copy and/or distribute it,
1441
1457
+# ----------------------------
1442
1458
+# Automake X.Y traces this macro to ensure aclocal.m4 has been
1443
1459
+# generated from the m4 files accompanying Automake X.Y.
1444
 
+AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
 
1460
+# (This private macro should not be called outside this file.)
 
1461
+AC_DEFUN([AM_AUTOMAKE_VERSION],
 
1462
+[am__api_version='1.10'
 
1463
+dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 
1464
+dnl require some minimum version.  Point them to the right macro.
 
1465
+m4_if([$1], [1.10], [],
 
1466
+      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 
1467
+])
 
1468
+
 
1469
+# _AM_AUTOCONF_VERSION(VERSION)
 
1470
+# -----------------------------
 
1471
+# aclocal traces this macro to find the Autoconf version.
 
1472
+# This is a private macro too.  Using m4_define simplifies
 
1473
+# the logic in aclocal, which can simply ignore this definition.
 
1474
+m4_define([_AM_AUTOCONF_VERSION], [])
1445
1475
+
1446
1476
+# AM_SET_CURRENT_AUTOMAKE_VERSION
1447
1477
+# -------------------------------
1448
 
+# Call AM_AUTOMAKE_VERSION so it can be traced.
 
1478
+# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
1449
1479
+# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
1450
1480
+AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
1451
 
+        [AM_AUTOMAKE_VERSION([1.9.6])])
 
1481
+[AM_AUTOMAKE_VERSION([1.10])dnl
 
1482
+_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
1452
1483
+
1453
1484
+# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
1454
1485
+
1528
1559
+
1529
1560
+# AM_CONDITIONAL                                            -*- Autoconf -*-
1530
1561
+
1531
 
+# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
 
1562
+# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
1532
1563
+# Free Software Foundation, Inc.
1533
1564
+#
1534
1565
+# This file is free software; the Free Software Foundation
1535
1566
+# gives unlimited permission to copy and/or distribute it,
1536
1567
+# with or without modifications, as long as this notice is preserved.
1537
1568
+
1538
 
+# serial 7
 
1569
+# serial 8
1539
1570
+
1540
1571
+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
1541
1572
+# -------------------------------------
1544
1575
+[AC_PREREQ(2.52)dnl
1545
1576
+ ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
1546
1577
+       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
1547
 
+AC_SUBST([$1_TRUE])
1548
 
+AC_SUBST([$1_FALSE])
 
1578
+AC_SUBST([$1_TRUE])dnl
 
1579
+AC_SUBST([$1_FALSE])dnl
 
1580
+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
 
1581
+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
1549
1582
+if $2; then
1550
1583
+  $1_TRUE=
1551
1584
+  $1_FALSE='#'
1559
1592
+Usually this means the macro was only invoked conditionally.]])
1560
1593
+fi])])
1561
1594
+
1562
 
+
1563
 
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
 
1595
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
1564
1596
+# Free Software Foundation, Inc.
1565
1597
+#
1566
1598
+# This file is free software; the Free Software Foundation
1567
1599
+# gives unlimited permission to copy and/or distribute it,
1568
1600
+# with or without modifications, as long as this notice is preserved.
1569
1601
+
1570
 
+# serial 8
 
1602
+# serial 9
1571
1603
+
1572
1604
+# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
1573
1605
+# written in clear, in which case automake, when reading aclocal.m4,
1595
1627
+ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
1596
1628
+       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
1597
1629
+       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
 
1630
+       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
1598
1631
+       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
1599
1632
+                   [depcc="$$1"   am_compiler_list=])
1600
1633
+
1660
1693
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
1661
1694
+       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
1662
1695
+         >/dev/null 2>conftest.err &&
 
1696
+       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
1663
1697
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
1664
1698
+       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
1665
1699
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
1712
1746
+  AMDEPBACKSLASH='\'
1713
1747
+fi
1714
1748
+AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
1715
 
+AC_SUBST([AMDEPBACKSLASH])
 
1749
+AC_SUBST([AMDEPBACKSLASH])dnl
 
1750
+_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
1716
1751
+])
1717
1752
+
1718
1753
+# Generate code to set up dependency tracking.              -*- Autoconf -*-
1737
1772
+  # some people rename them; so instead we look at the file content.
1738
1773
+  # Grep'ing the first line is not enough: some people post-process
1739
1774
+  # each Makefile.in and add a new line on top of each file to say so.
1740
 
+  # So let's grep whole file.
1741
 
+  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 
1775
+  # Grep'ing the whole file is not good either: AIX grep has a line
 
1776
+  # limit of 2048, but all sed's we know have understand at least 4000.
 
1777
+  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
1742
1778
+    dirpart=`AS_DIRNAME("$mf")`
1743
1779
+  else
1744
1780
+    continue
1797
1833
+
1798
1834
+# Do all the work for Automake.                             -*- Autoconf -*-
1799
1835
+
1800
 
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
1801
 
+# Free Software Foundation, Inc.
 
1836
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 
1837
+# 2005, 2006 Free Software Foundation, Inc.
1802
1838
+#
1803
1839
+# This file is free software; the Free Software Foundation
1804
1840
+# gives unlimited permission to copy and/or distribute it,
1821
1857
+# arguments mandatory, and then we can depend on a new Autoconf
1822
1858
+# release and drop the old call support.
1823
1859
+AC_DEFUN([AM_INIT_AUTOMAKE],
1824
 
+[AC_PREREQ([2.58])dnl
 
1860
+[AC_PREREQ([2.60])dnl
1825
1861
+dnl Autoconf wants to disallow AM_ names.  We explicitly allow
1826
1862
+dnl the ones we care about.
1827
1863
+m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
1828
1864
+AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
1829
1865
+AC_REQUIRE([AC_PROG_INSTALL])dnl
1830
 
+# test to see if srcdir already configured
1831
 
+if test "`cd $srcdir && pwd`" != "`pwd`" &&
1832
 
+   test -f $srcdir/config.status; then
1833
 
+  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
1866
+if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
1867
+  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
1868
+  # is not polluted with repeated "-I."
 
1869
+  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
 
1870
+  # test to see if srcdir already configured
 
1871
+  if test -f $srcdir/config.status; then
 
1872
+    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
1873
+  fi
1834
1874
+fi
1835
1875
+
1836
1876
+# test whether we have cygpath
1850
1890
+ AC_SUBST([PACKAGE], [$1])dnl
1851
1891
+ AC_SUBST([VERSION], [$2])],
1852
1892
+[_AM_SET_OPTIONS([$1])dnl
 
1893
+dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
 
1894
+m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
 
1895
+  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
1853
1896
+ AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
1854
1897
+ AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
1855
1898
+
1885
1928
+                  [_AM_DEPENDENCIES(CXX)],
1886
1929
+                  [define([AC_PROG_CXX],
1887
1930
+                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
1931
+AC_PROVIDE_IFELSE([AC_PROG_OBJC],
 
1932
+                  [_AM_DEPENDENCIES(OBJC)],
 
1933
+                  [define([AC_PROG_OBJC],
 
1934
+                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
1888
1935
+])
1889
1936
+])
1890
1937
+
1920
1967
+# Define $install_sh.
1921
1968
+AC_DEFUN([AM_PROG_INSTALL_SH],
1922
1969
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1923
 
+install_sh=${install_sh-"$am_aux_dir/install-sh"}
 
1970
+install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
1924
1971
+AC_SUBST(install_sh)])
1925
1972
+
1926
1973
+# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
2027
2074
+
2028
2075
+# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
2029
2076
+
2030
 
+# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
 
2077
+# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
2031
2078
+# Free Software Foundation, Inc.
2032
2079
+#
2033
2080
+# This file is free software; the Free Software Foundation
2034
2081
+# gives unlimited permission to copy and/or distribute it,
2035
2082
+# with or without modifications, as long as this notice is preserved.
2036
2083
+
2037
 
+# serial 4
 
2084
+# serial 5
2038
2085
+
2039
2086
+# AM_MISSING_PROG(NAME, PROGRAM)
2040
2087
+# ------------------------------
2050
2097
+# If it does, set am_missing_run to use it, otherwise, to nothing.
2051
2098
+AC_DEFUN([AM_MISSING_HAS_RUN],
2052
2099
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
2100
+AC_REQUIRE_AUX_FILE([missing])dnl
2053
2101
+test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2054
2102
+# Use eval to expand $SHELL
2055
2103
+if eval "$MISSING --run true"; then
2060
2108
+fi
2061
2109
+])
2062
2110
+
2063
 
+# Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
 
2111
+# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
2064
2112
+#
2065
2113
+# This file is free software; the Free Software Foundation
2066
2114
+# gives unlimited permission to copy and/or distribute it,
2068
2116
+
2069
2117
+# AM_PROG_MKDIR_P
2070
2118
+# ---------------
2071
 
+# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
2072
 
+#
2073
 
+# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
2074
 
+# created by `make install' are always world readable, even if the
2075
 
+# installer happens to have an overly restrictive umask (e.g. 077).
2076
 
+# This was a mistake.  There are at least two reasons why we must not
2077
 
+# use `-m 0755':
2078
 
+#   - it causes special bits like SGID to be ignored,
2079
 
+#   - it may be too restrictive (some setups expect 775 directories).
2080
 
+#
2081
 
+# Do not use -m 0755 and let people choose whatever they expect by
2082
 
+# setting umask.
2083
 
+#
2084
 
+# We cannot accept any implementation of `mkdir' that recognizes `-p'.
2085
 
+# Some implementations (such as Solaris 8's) are not thread-safe: if a
2086
 
+# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
2087
 
+# concurrently, both version can detect that a/ is missing, but only
2088
 
+# one can create it and the other will error out.  Consequently we
2089
 
+# restrict ourselves to GNU make (using the --version option ensures
2090
 
+# this.)
 
2119
+# Check for `mkdir -p'.
2091
2120
+AC_DEFUN([AM_PROG_MKDIR_P],
2092
 
+[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
2093
 
+  # We used to keeping the `.' as first argument, in order to
2094
 
+  # allow $(mkdir_p) to be used without argument.  As in
2095
 
+  #   $(mkdir_p) $(somedir)
2096
 
+  # where $(somedir) is conditionally defined.  However this is wrong
2097
 
+  # for two reasons:
2098
 
+  #  1. if the package is installed by a user who cannot write `.'
2099
 
+  #     make install will fail,
2100
 
+  #  2. the above comment should most certainly read
2101
 
+  #     $(mkdir_p) $(DESTDIR)$(somedir)
2102
 
+  #     so it does not work when $(somedir) is undefined and
2103
 
+  #     $(DESTDIR) is not.
2104
 
+  #  To support the latter case, we have to write
2105
 
+  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2106
 
+  #  so the `.' trick is pointless.
2107
 
+  mkdir_p='mkdir -p --'
2108
 
+else
2109
 
+  # On NextStep and OpenStep, the `mkdir' command does not
2110
 
+  # recognize any option.  It will interpret all options as
2111
 
+  # directories to create, and then abort because `.' already
2112
 
+  # exists.
2113
 
+  for d in ./-p ./--version;
2114
 
+  do
2115
 
+    test -d $d && rmdir $d
2116
 
+  done
2117
 
+  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2118
 
+  if test -f "$ac_aux_dir/mkinstalldirs"; then
2119
 
+    mkdir_p='$(mkinstalldirs)'
2120
 
+  else
2121
 
+    mkdir_p='$(install_sh) -d'
2122
 
+  fi
2123
 
+fi
2124
 
+AC_SUBST([mkdir_p])])
 
2121
+[AC_PREREQ([2.60])dnl
 
2122
+AC_REQUIRE([AC_PROG_MKDIR_P])dnl
 
2123
+dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
 
2124
+dnl while keeping a definition of mkdir_p for backward compatibility.
 
2125
+dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
 
2126
+dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
 
2127
+dnl Makefile.ins that do not define MKDIR_P, so we do our own
 
2128
+dnl adjustment using top_builddir (which is defined more often than
 
2129
+dnl MKDIR_P).
 
2130
+AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
 
2131
+case $mkdir_p in
 
2132
+  [[\\/$]]* | ?:[[\\/]]*) ;;
 
2133
+  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
2134
+esac
 
2135
+])
2125
2136
+
2126
2137
+# Helper functions for option handling.                     -*- Autoconf -*-
2127
2138
+
2233
2244
+if test "$cross_compiling" != no; then
2234
2245
+  AC_CHECK_TOOL([STRIP], [strip], :)
2235
2246
+fi
2236
 
+INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
2247
+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2237
2248
+AC_SUBST([INSTALL_STRIP_PROGRAM])])
2238
2249
+
 
2250
+# Copyright (C) 2006  Free Software Foundation, Inc.
 
2251
+#
 
2252
+# This file is free software; the Free Software Foundation
 
2253
+# gives unlimited permission to copy and/or distribute it,
 
2254
+# with or without modifications, as long as this notice is preserved.
 
2255
+
 
2256
+# _AM_SUBST_NOTMAKE(VARIABLE)
 
2257
+# ---------------------------
 
2258
+# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in.
 
2259
+# This macro is traced by Automake.
 
2260
+AC_DEFUN([_AM_SUBST_NOTMAKE])
 
2261
+
2239
2262
+# Check how to create a tarball.                            -*- Autoconf -*-
2240
2263
+
2241
2264
+# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
2332
2355
+AC_SUBST([am__untar])
2333
2356
+]) # _AM_PROG_TAR
2334
2357
+
2335
 
diff -urNad gnome-system-tools-2.19.0~/autom4te.cache/output.0 gnome-system-tools-2.19.0/autom4te.cache/output.0
2336
 
--- gnome-system-tools-2.19.0~/autom4te.cache/output.0  1970-01-01 01:00:00.000000000 +0100
2337
 
+++ gnome-system-tools-2.19.0/autom4te.cache/output.0   2007-07-19 13:07:26.000000000 +0200
2338
 
@@ -0,0 +1,26302 @@
2339
 
+@%:@! /bin/sh
2340
 
+@%:@ Guess values for system-dependent variables and create Makefiles.
2341
 
+@%:@ Generated by GNU Autoconf 2.61 for gnome-system-tools 2.19.0.
2342
 
+@%:@
2343
 
+@%:@ Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-system-tools>.
2344
 
+@%:@ 
2345
 
+@%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2346
 
+@%:@ 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
2347
 
+@%:@ This configure script is free software; the Free Software Foundation
2348
 
+@%:@ gives unlimited permission to copy, distribute and modify it.
2349
 
+## --------------------- ##
2350
 
+## M4sh Initialization.  ##
2351
 
+## --------------------- ##
2352
 
+
2353
 
+# Be more Bourne compatible
2354
 
+DUALCASE=1; export DUALCASE # for MKS sh
2355
 
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2356
 
+  emulate sh
2357
 
+  NULLCMD=:
2358
 
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2359
 
+  # is contrary to our usage.  Disable this feature.
2360
 
+  alias -g '${1+"$@"}'='"$@"'
2361
 
+  setopt NO_GLOB_SUBST
2362
 
+else
2363
 
+  case `(set -o) 2>/dev/null` in
2364
 
+  *posix*) set -o posix ;;
2365
 
+esac
2366
 
+
2367
 
+fi
2368
 
+
2369
 
+
2370
 
+
2371
 
+
2372
 
+# PATH needs CR
2373
 
+# Avoid depending upon Character Ranges.
2374
 
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2375
 
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2376
 
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2377
 
+as_cr_digits='0123456789'
2378
 
+as_cr_alnum=$as_cr_Letters$as_cr_digits
2379
 
+
2380
 
+# The user is always right.
2381
 
+if test "${PATH_SEPARATOR+set}" != set; then
2382
 
+  echo "#! /bin/sh" >conf$$.sh
2383
 
+  echo  "exit 0"   >>conf$$.sh
2384
 
+  chmod +x conf$$.sh
2385
 
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2386
 
+    PATH_SEPARATOR=';'
2387
 
+  else
2388
 
+    PATH_SEPARATOR=:
2389
 
+  fi
2390
 
+  rm -f conf$$.sh
2391
 
+fi
2392
 
+
2393
 
+# Support unset when possible.
2394
 
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2395
 
+  as_unset=unset
2396
 
+else
2397
 
+  as_unset=false
2398
 
+fi
2399
 
+
2400
 
+
2401
 
+# IFS
2402
 
+# We need space, tab and new line, in precisely that order.  Quoting is
2403
 
+# there to prevent editors from complaining about space-tab.
2404
 
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
2405
 
+# splitting by setting IFS to empty value.)
2406
 
+as_nl='
2407
 
+'
2408
 
+IFS=" ""       $as_nl"
2409
 
+
2410
 
+# Find who we are.  Look in the path if we contain no directory separator.
2411
 
+case $0 in
2412
 
+  *[\\/]* ) as_myself=$0 ;;
2413
 
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2414
 
+for as_dir in $PATH
2415
 
+do
2416
 
+  IFS=$as_save_IFS
2417
 
+  test -z "$as_dir" && as_dir=.
2418
 
+  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2419
 
+done
2420
 
+IFS=$as_save_IFS
2421
 
+
2422
 
+     ;;
2423
 
+esac
2424
 
+# We did not find ourselves, most probably we were run as `sh COMMAND'
2425
 
+# in which case we are not to be found in the path.
2426
 
+if test "x$as_myself" = x; then
2427
 
+  as_myself=$0
2428
 
+fi
2429
 
+if test ! -f "$as_myself"; then
2430
 
+  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2431
 
+  { (exit 1); exit 1; }
2432
 
+fi
2433
 
+
2434
 
+# Work around bugs in pre-3.0 UWIN ksh.
2435
 
+for as_var in ENV MAIL MAILPATH
2436
 
+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2437
 
+done
2438
 
+PS1='$ '
2439
 
+PS2='> '
2440
 
+PS4='+ '
2441
 
+
2442
 
+# NLS nuisances.
2443
 
+for as_var in \
2444
 
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2445
 
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2446
 
+  LC_TELEPHONE LC_TIME
2447
 
+do
2448
 
+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2449
 
+    eval $as_var=C; export $as_var
2450
 
+  else
2451
 
+    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2452
 
+  fi
2453
 
+done
2454
 
+
2455
 
+# Required to use basename.
2456
 
+if expr a : '\(a\)' >/dev/null 2>&1 &&
2457
 
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
2458
 
+  as_expr=expr
2459
 
+else
2460
 
+  as_expr=false
2461
 
+fi
2462
 
+
2463
 
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2464
 
+  as_basename=basename
2465
 
+else
2466
 
+  as_basename=false
2467
 
+fi
2468
 
+
2469
 
+
2470
 
+# Name of the executable.
2471
 
+as_me=`$as_basename -- "$0" ||
2472
 
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2473
 
+        X"$0" : 'X\(//\)$' \| \
2474
 
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2475
 
+echo X/"$0" |
2476
 
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
2477
 
+           s//\1/
2478
 
+           q
2479
 
+         }
2480
 
+         /^X\/\(\/\/\)$/{
2481
 
+           s//\1/
2482
 
+           q
2483
 
+         }
2484
 
+         /^X\/\(\/\).*/{
2485
 
+           s//\1/
2486
 
+           q
2487
 
+         }
2488
 
+         s/.*/./; q'`
2489
 
+
2490
 
+# CDPATH.
2491
 
+$as_unset CDPATH
2492
 
+
2493
 
+
2494
 
+if test "x$CONFIG_SHELL" = x; then
2495
 
+  if (eval ":") 2>/dev/null; then
2496
 
+  as_have_required=yes
2497
 
+else
2498
 
+  as_have_required=no
2499
 
+fi
2500
 
+
2501
 
+  if test $as_have_required = yes &&    (eval ":
2502
 
+(as_func_return () {
2503
 
+  (exit \$1)
2504
 
+}
2505
 
+as_func_success () {
2506
 
+  as_func_return 0
2507
 
+}
2508
 
+as_func_failure () {
2509
 
+  as_func_return 1
2510
 
+}
2511
 
+as_func_ret_success () {
2512
 
+  return 0
2513
 
+}
2514
 
+as_func_ret_failure () {
2515
 
+  return 1
2516
 
+}
2517
 
+
2518
 
+exitcode=0
2519
 
+if as_func_success; then
2520
 
+  :
2521
 
+else
2522
 
+  exitcode=1
2523
 
+  echo as_func_success failed.
2524
 
+fi
2525
 
+
2526
 
+if as_func_failure; then
2527
 
+  exitcode=1
2528
 
+  echo as_func_failure succeeded.
2529
 
+fi
2530
 
+
2531
 
+if as_func_ret_success; then
2532
 
+  :
2533
 
+else
2534
 
+  exitcode=1
2535
 
+  echo as_func_ret_success failed.
2536
 
+fi
2537
 
+
2538
 
+if as_func_ret_failure; then
2539
 
+  exitcode=1
2540
 
+  echo as_func_ret_failure succeeded.
2541
 
+fi
2542
 
+
2543
 
+if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
2544
 
+  :
2545
 
+else
2546
 
+  exitcode=1
2547
 
+  echo positional parameters were not saved.
2548
 
+fi
2549
 
+
2550
 
+test \$exitcode = 0) || { (exit 1); exit 1; }
2551
 
+
2552
 
+(
2553
 
+  as_lineno_1=\$LINENO
2554
 
+  as_lineno_2=\$LINENO
2555
 
+  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
2556
 
+  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
2557
 
+") 2> /dev/null; then
2558
 
+  :
2559
 
+else
2560
 
+  as_candidate_shells=
2561
 
+    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2562
 
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2563
 
+do
2564
 
+  IFS=$as_save_IFS
2565
 
+  test -z "$as_dir" && as_dir=.
2566
 
+  case $as_dir in
2567
 
+        /*)
2568
 
+          for as_base in sh bash ksh sh5; do
2569
 
+            as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
2570
 
+          done;;
2571
 
+       esac
2572
 
+done
2573
 
+IFS=$as_save_IFS
2574
 
+
2575
 
+
2576
 
+      for as_shell in $as_candidate_shells $SHELL; do
2577
 
+        # Try only shells that exist, to save several forks.
2578
 
+        if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
2579
 
+               { ("$as_shell") 2> /dev/null <<\_ASEOF
2580
 
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2581
 
+  emulate sh
2582
 
+  NULLCMD=:
2583
 
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2584
 
+  # is contrary to our usage.  Disable this feature.
2585
 
+  alias -g '${1+"$@"}'='"$@"'
2586
 
+  setopt NO_GLOB_SUBST
2587
 
+else
2588
 
+  case `(set -o) 2>/dev/null` in
2589
 
+  *posix*) set -o posix ;;
2590
 
+esac
2591
 
+
2592
 
+fi
2593
 
+
2594
 
+
2595
 
+:
2596
 
+_ASEOF
2597
 
+}; then
2598
 
+  CONFIG_SHELL=$as_shell
2599
 
+              as_have_required=yes
2600
 
+              if { "$as_shell" 2> /dev/null <<\_ASEOF
2601
 
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2602
 
+  emulate sh
2603
 
+  NULLCMD=:
2604
 
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2605
 
+  # is contrary to our usage.  Disable this feature.
2606
 
+  alias -g '${1+"$@"}'='"$@"'
2607
 
+  setopt NO_GLOB_SUBST
2608
 
+else
2609
 
+  case `(set -o) 2>/dev/null` in
2610
 
+  *posix*) set -o posix ;;
2611
 
+esac
2612
 
+
2613
 
+fi
2614
 
+
2615
 
+
2616
 
+:
2617
 
+(as_func_return () {
2618
 
+  (exit $1)
2619
 
+}
2620
 
+as_func_success () {
2621
 
+  as_func_return 0
2622
 
+}
2623
 
+as_func_failure () {
2624
 
+  as_func_return 1
2625
 
+}
2626
 
+as_func_ret_success () {
2627
 
+  return 0
2628
 
+}
2629
 
+as_func_ret_failure () {
2630
 
+  return 1
2631
 
+}
2632
 
+
2633
 
+exitcode=0
2634
 
+if as_func_success; then
2635
 
+  :
2636
 
+else
2637
 
+  exitcode=1
2638
 
+  echo as_func_success failed.
2639
 
+fi
2640
 
+
2641
 
+if as_func_failure; then
2642
 
+  exitcode=1
2643
 
+  echo as_func_failure succeeded.
2644
 
+fi
2645
 
+
2646
 
+if as_func_ret_success; then
2647
 
+  :
2648
 
+else
2649
 
+  exitcode=1
2650
 
+  echo as_func_ret_success failed.
2651
 
+fi
2652
 
+
2653
 
+if as_func_ret_failure; then
2654
 
+  exitcode=1
2655
 
+  echo as_func_ret_failure succeeded.
2656
 
+fi
2657
 
+
2658
 
+if ( set x; as_func_ret_success y && test x = "$1" ); then
2659
 
+  :
2660
 
+else
2661
 
+  exitcode=1
2662
 
+  echo positional parameters were not saved.
2663
 
+fi
2664
 
+
2665
 
+test $exitcode = 0) || { (exit 1); exit 1; }
2666
 
+
2667
 
+(
2668
 
+  as_lineno_1=$LINENO
2669
 
+  as_lineno_2=$LINENO
2670
 
+  test "x$as_lineno_1" != "x$as_lineno_2" &&
2671
 
+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
2672
 
+
2673
 
+_ASEOF
2674
 
+}; then
2675
 
+  break
2676
 
+fi
2677
 
+
2678
 
+fi
2679
 
+
2680
 
+      done
2681
 
+
2682
 
+      if test "x$CONFIG_SHELL" != x; then
2683
 
+  for as_var in BASH_ENV ENV
2684
 
+        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2685
 
+        done
2686
 
+        export CONFIG_SHELL
2687
 
+        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
2688
 
+fi
2689
 
+
2690
 
+
2691
 
+    if test $as_have_required = no; then
2692
 
+  echo This script requires a shell more modern than all the
2693
 
+      echo shells that I found on your system.  Please install a
2694
 
+      echo modern shell, or manually run the script under such a
2695
 
+      echo shell if you do have one.
2696
 
+      { (exit 1); exit 1; }
2697
 
+fi
2698
 
+
2699
 
+    
2700
 
+fi
2701
 
+
2702
 
+fi
2703
 
+
2704
 
+
2705
 
+
2706
 
+(eval "as_func_return () {
2707
 
+  (exit \$1)
2708
 
+}
2709
 
+as_func_success () {
2710
 
+  as_func_return 0
2711
 
+}
2712
 
+as_func_failure () {
2713
 
+  as_func_return 1
2714
 
+}
2715
 
+as_func_ret_success () {
2716
 
+  return 0
2717
 
+}
2718
 
+as_func_ret_failure () {
2719
 
+  return 1
2720
 
+}
2721
 
+
2722
 
+exitcode=0
2723
 
+if as_func_success; then
2724
 
+  :
2725
 
+else
2726
 
+  exitcode=1
2727
 
+  echo as_func_success failed.
2728
 
+fi
2729
 
+
2730
 
+if as_func_failure; then
2731
 
+  exitcode=1
2732
 
+  echo as_func_failure succeeded.
2733
 
+fi
2734
 
+
2735
 
+if as_func_ret_success; then
2736
 
+  :
2737
 
+else
2738
 
+  exitcode=1
2739
 
+  echo as_func_ret_success failed.
2740
 
+fi
2741
 
+
2742
 
+if as_func_ret_failure; then
2743
 
+  exitcode=1
2744
 
+  echo as_func_ret_failure succeeded.
2745
 
+fi
2746
 
+
2747
 
+if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
2748
 
+  :
2749
 
+else
2750
 
+  exitcode=1
2751
 
+  echo positional parameters were not saved.
2752
 
+fi
2753
 
+
2754
 
+test \$exitcode = 0") || {
2755
 
+  echo No shell found that supports shell functions.
2756
 
+  echo Please tell autoconf@gnu.org about your system,
2757
 
+  echo including any error possibly output before this
2758
 
+  echo message
2759
 
+}
2760
 
+
2761
 
+
2762
 
+
2763
 
+  as_lineno_1=$LINENO
2764
 
+  as_lineno_2=$LINENO
2765
 
+  test "x$as_lineno_1" != "x$as_lineno_2" &&
2766
 
+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
2767
 
+
2768
 
+  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2769
 
+  # uniformly replaced by the line number.  The first 'sed' inserts a
2770
 
+  # line-number line after each line using $LINENO; the second 'sed'
2771
 
+  # does the real work.  The second script uses 'N' to pair each
2772
 
+  # line-number line with the line containing $LINENO, and appends
2773
 
+  # trailing '-' during substitution so that $LINENO is not a special
2774
 
+  # case at line end.
2775
 
+  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2776
 
+  # scripts with optimization help from Paolo Bonzini.  Blame Lee
2777
 
+  # E. McMahon (1931-1989) for sed's syntax.  :-)
2778
 
+  sed -n '
2779
 
+    p
2780
 
+    /[$]LINENO/=
2781
 
+  ' <$as_myself |
2782
 
+    sed '
2783
 
+      s/[$]LINENO.*/&-/
2784
 
+      t lineno
2785
 
+      b
2786
 
+      :lineno
2787
 
+      N
2788
 
+      :loop
2789
 
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
2790
 
+      t loop
2791
 
+      s/-\n.*//
2792
 
+    ' >$as_me.lineno &&
2793
 
+  chmod +x "$as_me.lineno" ||
2794
 
+    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
2795
 
+   { (exit 1); exit 1; }; }
2796
 
+
2797
 
+  # Don't try to exec as it changes $[0], causing all sort of problems
2798
 
+  # (the dirname of $[0] is not the place where we might find the
2799
 
+  # original and so on.  Autoconf is especially sensitive to this).
2800
 
+  . "./$as_me.lineno"
2801
 
+  # Exit status is that of the last command.
2802
 
+  exit
2803
 
+}
2804
 
+
2805
 
+
2806
 
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2807
 
+  as_dirname=dirname
2808
 
+else
2809
 
+  as_dirname=false
2810
 
+fi
2811
 
+
2812
 
+ECHO_C= ECHO_N= ECHO_T=
2813
 
+case `echo -n x` in
2814
 
+-n*)
2815
 
+  case `echo 'x\c'` in
2816
 
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
2817
 
+  *)   ECHO_C='\c';;
2818
 
+  esac;;
2819
 
+*)
2820
 
+  ECHO_N='-n';;
2821
 
+esac
2822
 
+
2823
 
+if expr a : '\(a\)' >/dev/null 2>&1 &&
2824
 
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
2825
 
+  as_expr=expr
2826
 
+else
2827
 
+  as_expr=false
2828
 
+fi
2829
 
+
2830
 
+rm -f conf$$ conf$$.exe conf$$.file
2831
 
+if test -d conf$$.dir; then
2832
 
+  rm -f conf$$.dir/conf$$.file
2833
 
+else
2834
 
+  rm -f conf$$.dir
2835
 
+  mkdir conf$$.dir
2836
 
+fi
2837
 
+echo >conf$$.file
2838
 
+if ln -s conf$$.file conf$$ 2>/dev/null; then
2839
 
+  as_ln_s='ln -s'
2840
 
+  # ... but there are two gotchas:
2841
 
+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2842
 
+  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2843
 
+  # In both cases, we have to default to `cp -p'.
2844
 
+  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2845
 
+    as_ln_s='cp -p'
2846
 
+elif ln conf$$.file conf$$ 2>/dev/null; then
2847
 
+  as_ln_s=ln
2848
 
+else
2849
 
+  as_ln_s='cp -p'
2850
 
+fi
2851
 
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2852
 
+rmdir conf$$.dir 2>/dev/null
2853
 
+
2854
 
+if mkdir -p . 2>/dev/null; then
2855
 
+  as_mkdir_p=:
2856
 
+else
2857
 
+  test -d ./-p && rmdir ./-p
2858
 
+  as_mkdir_p=false
2859
 
+fi
2860
 
+
2861
 
+if test -x / >/dev/null 2>&1; then
2862
 
+  as_test_x='test -x'
2863
 
+else
2864
 
+  if ls -dL / >/dev/null 2>&1; then
2865
 
+    as_ls_L_option=L
2866
 
+  else
2867
 
+    as_ls_L_option=
2868
 
+  fi
2869
 
+  as_test_x='
2870
 
+    eval sh -c '\''
2871
 
+      if test -d "$1"; then
2872
 
+        test -d "$1/.";
2873
 
+      else
2874
 
+       case $1 in
2875
 
+        -*)set "./$1";;
2876
 
+       esac;
2877
 
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
2878
 
+       ???[sx]*):;;*)false;;esac;fi
2879
 
+    '\'' sh
2880
 
+  '
2881
 
+fi
2882
 
+as_executable_p=$as_test_x
2883
 
+
2884
 
+# Sed expression to map a string onto a valid CPP name.
2885
 
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2886
 
+
2887
 
+# Sed expression to map a string onto a valid variable name.
2888
 
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2889
 
+
2890
 
+
2891
 
+
2892
 
+
2893
 
+# Check that we are running under the correct shell.
2894
 
+SHELL=${CONFIG_SHELL-/bin/sh}
2895
 
+
2896
 
+case X$ECHO in
2897
 
+X*--fallback-echo)
2898
 
+  # Remove one level of quotation (which was required for Make).
2899
 
+  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
2900
 
+  ;;
2901
 
+esac
2902
 
+
2903
 
+echo=${ECHO-echo}
2904
 
+if test "X$1" = X--no-reexec; then
2905
 
+  # Discard the --no-reexec flag, and continue.
2906
 
+  shift
2907
 
+elif test "X$1" = X--fallback-echo; then
2908
 
+  # Avoid inline document here, it may be left over
2909
 
+  :
2910
 
+elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
2911
 
+  # Yippee, $echo works!
2912
 
+  :
2913
 
+else
2914
 
+  # Restart under the correct shell.
2915
 
+  exec $SHELL "$0" --no-reexec ${1+"$@"}
2916
 
+fi
2917
 
+
2918
 
+if test "X$1" = X--fallback-echo; then
2919
 
+  # used as fallback echo
2920
 
+  shift
2921
 
+  cat <<EOF
2922
 
+$*
2923
 
+EOF
2924
 
+  exit 0
2925
 
+fi
2926
 
+
2927
 
+# The HP-UX ksh and POSIX shell print the target directory to stdout
2928
 
+# if CDPATH is set.
2929
 
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2930
 
+
2931
 
+if test -z "$ECHO"; then
2932
 
+if test "X${echo_test_string+set}" != Xset; then
2933
 
+# find a string as large as possible, as long as the shell can cope with it
2934
 
+  for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
2935
 
+    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
2936
 
+    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
2937
 
+       echo_test_string=`eval $cmd` &&
2938
 
+       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
2939
 
+    then
2940
 
+      break
2941
 
+    fi
2942
 
+  done
2943
 
+fi
2944
 
+
2945
 
+if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
2946
 
+   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
2947
 
+   test "X$echo_testing_string" = "X$echo_test_string"; then
2948
 
+  :
2949
 
+else
2950
 
+  # The Solaris, AIX, and Digital Unix default echo programs unquote
2951
 
+  # backslashes.  This makes it impossible to quote backslashes using
2952
 
+  #   echo "$something" | sed 's/\\/\\\\/g'
2953
 
+  #
2954
 
+  # So, first we look for a working echo in the user's PATH.
2955
 
+
2956
 
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2957
 
+  for dir in $PATH /usr/ucb; do
2958
 
+    IFS="$lt_save_ifs"
2959
 
+    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
2960
 
+       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
2961
 
+       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
2962
 
+       test "X$echo_testing_string" = "X$echo_test_string"; then
2963
 
+      echo="$dir/echo"
2964
 
+      break
2965
 
+    fi
2966
 
+  done
2967
 
+  IFS="$lt_save_ifs"
2968
 
+
2969
 
+  if test "X$echo" = Xecho; then
2970
 
+    # We didn't find a better echo, so look for alternatives.
2971
 
+    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
2972
 
+       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
2973
 
+       test "X$echo_testing_string" = "X$echo_test_string"; then
2974
 
+      # This shell has a builtin print -r that does the trick.
2975
 
+      echo='print -r'
2976
 
+    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
2977
 
+        test "X$CONFIG_SHELL" != X/bin/ksh; then
2978
 
+      # If we have ksh, try running configure again with it.
2979
 
+      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
2980
 
+      export ORIGINAL_CONFIG_SHELL
2981
 
+      CONFIG_SHELL=/bin/ksh
2982
 
+      export CONFIG_SHELL
2983
 
+      exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
2984
 
+    else
2985
 
+      # Try using printf.
2986
 
+      echo='printf %s\n'
2987
 
+      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
2988
 
+        echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
2989
 
+        test "X$echo_testing_string" = "X$echo_test_string"; then
2990
 
+       # Cool, printf works
2991
 
+       :
2992
 
+      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
2993
 
+          test "X$echo_testing_string" = 'X\t' &&
2994
 
+          echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
2995
 
+          test "X$echo_testing_string" = "X$echo_test_string"; then
2996
 
+       CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
2997
 
+       export CONFIG_SHELL
2998
 
+       SHELL="$CONFIG_SHELL"
2999
 
+       export SHELL
3000
 
+       echo="$CONFIG_SHELL $0 --fallback-echo"
3001
 
+      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
3002
 
+          test "X$echo_testing_string" = 'X\t' &&
3003
 
+          echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
3004
 
+          test "X$echo_testing_string" = "X$echo_test_string"; then
3005
 
+       echo="$CONFIG_SHELL $0 --fallback-echo"
3006
 
+      else
3007
 
+       # maybe with a smaller string...
3008
 
+       prev=:
3009
 
+
3010
 
+       for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
3011
 
+         if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
3012
 
+         then
3013
 
+           break
3014
 
+         fi
3015
 
+         prev="$cmd"
3016
 
+       done
3017
 
+
3018
 
+       if test "$prev" != 'sed 50q "$0"'; then
3019
 
+         echo_test_string=`eval $prev`
3020
 
+         export echo_test_string
3021
 
+         exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
3022
 
+       else
3023
 
+         # Oops.  We lost completely, so just stick with echo.
3024
 
+         echo=echo
3025
 
+       fi
3026
 
+      fi
3027
 
+    fi
3028
 
+  fi
3029
 
+fi
3030
 
+fi
3031
 
+
3032
 
+# Copy echo and quote the copy suitably for passing to libtool from
3033
 
+# the Makefile, instead of quoting the original, which is used later.
3034
 
+ECHO=$echo
3035
 
+if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
3036
 
+   ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
3037
 
+fi
3038
 
+
3039
 
+
3040
 
+
3041
 
+
3042
 
+tagnames=${tagnames+${tagnames},}CXX
3043
 
+
3044
 
+tagnames=${tagnames+${tagnames},}F77
3045
 
+
3046
 
+exec 7<&0 </dev/null 6>&1
3047
 
+
3048
 
+# Name of the host.
3049
 
+# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
3050
 
+# so uname gets run too.
3051
 
+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
3052
 
+
3053
 
+#
3054
 
+# Initializations.
3055
 
+#
3056
 
+ac_default_prefix=/usr/local
3057
 
+ac_clean_files=
3058
 
+ac_config_libobj_dir=.
3059
 
+LIB@&t@OBJS=
3060
 
+cross_compiling=no
3061
 
+subdirs=
3062
 
+MFLAGS=
3063
 
+MAKEFLAGS=
3064
 
+SHELL=${CONFIG_SHELL-/bin/sh}
3065
 
+
3066
 
+# Identity of this package.
3067
 
+PACKAGE_NAME='gnome-system-tools'
3068
 
+PACKAGE_TARNAME='gnome-system-tools'
3069
 
+PACKAGE_VERSION='2.19.0'
3070
 
+PACKAGE_STRING='gnome-system-tools 2.19.0'
3071
 
+PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-system-tools'
3072
 
+
3073
 
+ac_unique_file="src/common/gst-tool.c"
3074
 
+ac_unique_file="src/common/gst-tool.c"
3075
 
+# Factoring default headers for most tests.
3076
 
+ac_includes_default="\
3077
 
+#include <stdio.h>
3078
 
+#ifdef HAVE_SYS_TYPES_H
3079
 
+# include <sys/types.h>
3080
 
+#endif
3081
 
+#ifdef HAVE_SYS_STAT_H
3082
 
+# include <sys/stat.h>
3083
 
+#endif
3084
 
+#ifdef STDC_HEADERS
3085
 
+# include <stdlib.h>
3086
 
+# include <stddef.h>
3087
 
+#else
3088
 
+# ifdef HAVE_STDLIB_H
3089
 
+#  include <stdlib.h>
3090
 
+# endif
3091
 
+#endif
3092
 
+#ifdef HAVE_STRING_H
3093
 
+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3094
 
+#  include <memory.h>
3095
 
+# endif
3096
 
+# include <string.h>
3097
 
+#endif
3098
 
+#ifdef HAVE_STRINGS_H
3099
 
+# include <strings.h>
3100
 
+#endif
3101
 
+#ifdef HAVE_INTTYPES_H
3102
 
+# include <inttypes.h>
3103
 
+#endif
3104
 
+#ifdef HAVE_STDINT_H
3105
 
+# include <stdint.h>
3106
 
+#endif
3107
 
+#ifdef HAVE_UNISTD_H
3108
 
+# include <unistd.h>
3109
 
+#endif"
3110
 
+
3111
 
+ac_subst_vars='SHELL
3112
 
+PATH_SEPARATOR
3113
 
+PACKAGE_NAME
3114
 
+PACKAGE_TARNAME
3115
 
+PACKAGE_VERSION
3116
 
+PACKAGE_STRING
3117
 
+PACKAGE_BUGREPORT
3118
 
+exec_prefix
3119
 
+prefix
3120
 
+program_transform_name
3121
 
+bindir
3122
 
+sbindir
3123
 
+libexecdir
3124
 
+datarootdir
3125
 
+datadir
3126
 
+sysconfdir
3127
 
+sharedstatedir
3128
 
+localstatedir
3129
 
+includedir
3130
 
+oldincludedir
3131
 
+docdir
3132
 
+infodir
3133
 
+htmldir
3134
 
+dvidir
3135
 
+pdfdir
3136
 
+psdir
3137
 
+libdir
3138
 
+localedir
3139
 
+mandir
3140
 
+DEFS
3141
 
+ECHO_C
3142
 
+ECHO_N
3143
 
+ECHO_T
3144
 
+LIBS
3145
 
+build_alias
3146
 
+host_alias
3147
 
+target_alias
3148
 
+INSTALL_PROGRAM
3149
 
+INSTALL_SCRIPT
3150
 
+INSTALL_DATA
3151
 
+CYGPATH_W
3152
 
+PACKAGE
3153
 
+VERSION
3154
 
+ACLOCAL
3155
 
+AUTOCONF
3156
 
+AUTOMAKE
3157
 
+AUTOHEADER
3158
 
+MAKEINFO
3159
 
+install_sh
3160
 
+STRIP
3161
 
+INSTALL_STRIP_PROGRAM
3162
 
+mkdir_p
3163
 
+AWK
3164
 
+SET_MAKE
3165
 
+am__leading_dot
3166
 
+AMTAR
3167
 
+am__tar
3168
 
+am__untar
3169
 
+INTLTOOL_DESKTOP_RULE
3170
 
+INTLTOOL_DIRECTORY_RULE
3171
 
+INTLTOOL_KEYS_RULE
3172
 
+INTLTOOL_PROP_RULE
3173
 
+INTLTOOL_OAF_RULE
3174
 
+INTLTOOL_PONG_RULE
3175
 
+INTLTOOL_SERVER_RULE
3176
 
+INTLTOOL_SHEET_RULE
3177
 
+INTLTOOL_SOUNDLIST_RULE
3178
 
+INTLTOOL_UI_RULE
3179
 
+INTLTOOL_XAM_RULE
3180
 
+INTLTOOL_KBD_RULE
3181
 
+INTLTOOL_XML_RULE
3182
 
+INTLTOOL_XML_NOMERGE_RULE
3183
 
+INTLTOOL_CAVES_RULE
3184
 
+INTLTOOL_SCHEMAS_RULE
3185
 
+INTLTOOL_THEME_RULE
3186
 
+INTLTOOL_SERVICE_RULE
3187
 
+INTLTOOL_EXTRACT
3188
 
+INTLTOOL_MERGE
3189
 
+INTLTOOL_UPDATE
3190
 
+INTLTOOL_PERL
3191
 
+INTLTOOL_ICONV
3192
 
+INTLTOOL_MSGFMT
3193
 
+INTLTOOL_MSGMERGE
3194
 
+INTLTOOL_XGETTEXT
3195
 
+ALL_LINGUAS
3196
 
+CC
3197
 
+CFLAGS
3198
 
+LDFLAGS
3199
 
+CPPFLAGS
3200
 
+ac_ct_CC
3201
 
+EXEEXT
3202
 
+OBJEXT
3203
 
+DEPDIR
3204
 
+am__include
3205
 
+am__quote
3206
 
+AMDEP_TRUE
3207
 
+AMDEP_FALSE
3208
 
+AMDEPBACKSLASH
3209
 
+CCDEPMODE
3210
 
+am__fastdepCC_TRUE
3211
 
+am__fastdepCC_FALSE
3212
 
+DATADIRNAME
3213
 
+PKG_CONFIG
3214
 
+HELP_DIR
3215
 
+OMF_DIR
3216
 
+DOC_USER_FORMATS
3217
 
+ENABLE_SK_TRUE
3218
 
+ENABLE_SK_FALSE
3219
 
+HAVE_GNOME_DOC_UTILS_TRUE
3220
 
+HAVE_GNOME_DOC_UTILS_FALSE
3221
 
+MAINTAINER_MODE_TRUE
3222
 
+MAINTAINER_MODE_FALSE
3223
 
+MAINT
3224
 
+build
3225
 
+build_cpu
3226
 
+build_vendor
3227
 
+build_os
3228
 
+host
3229
 
+host_cpu
3230
 
+host_vendor
3231
 
+host_os
3232
 
+GREP
3233
 
+EGREP
3234
 
+LN_S
3235
 
+ECHO
3236
 
+AR
3237
 
+RANLIB
3238
 
+CPP
3239
 
+CXX
3240
 
+CXXFLAGS
3241
 
+ac_ct_CXX
3242
 
+CXXDEPMODE
3243
 
+am__fastdepCXX_TRUE
3244
 
+am__fastdepCXX_FALSE
3245
 
+CXXCPP
3246
 
+F77
3247
 
+FFLAGS
3248
 
+ac_ct_F77
3249
 
+LIBTOOL
3250
 
+GLIB_GENMARSHAL
3251
 
+GST_DEPENDS_CFLAGS
3252
 
+GST_DEPENDS_LIBS
3253
 
+GNOME_CFLAGS
3254
 
+GNOME_LIBS
3255
 
+ENABLE_GNOME_TRUE
3256
 
+ENABLE_GNOME_FALSE
3257
 
+DBUS_CFLAGS
3258
 
+DBUS_LIBS
3259
 
+BUILD_NETWORK_TRUE
3260
 
+BUILD_NETWORK_FALSE
3261
 
+BUILD_SERVICES_TRUE
3262
 
+BUILD_SERVICES_FALSE
3263
 
+BUILD_TIME_TRUE
3264
 
+BUILD_TIME_FALSE
3265
 
+BUILD_USERS_TRUE
3266
 
+BUILD_USERS_FALSE
3267
 
+BUILD_SHARES_TRUE
3268
 
+BUILD_SHARES_FALSE
3269
 
+BUILD_NAUTILUS_TRUE
3270
 
+BUILD_NAUTILUS_FALSE
3271
 
+GETTEXT_PACKAGE
3272
 
+USE_NLS
3273
 
+MSGFMT
3274
 
+MSGFMT_OPTS
3275
 
+GMSGFMT
3276
 
+XGETTEXT
3277
 
+CATALOGS
3278
 
+CATOBJEXT
3279
 
+GMOFILES
3280
 
+INSTOBJEXT
3281
 
+INTLLIBS
3282
 
+PO_IN_DATADIR_TRUE
3283
 
+PO_IN_DATADIR_FALSE
3284
 
+POFILES
3285
 
+POSUB
3286
 
+MKINSTALLDIRS
3287
 
+gnomelocaledir
3288
 
+pixmapsdir
3289
 
+interfacesdir
3290
 
+GCONFTOOL
3291
 
+GCONF_SCHEMA_CONFIG_SOURCE
3292
 
+GCONF_SCHEMA_FILE_DIR
3293
 
+GCONF_SCHEMAS_INSTALL_TRUE
3294
 
+GCONF_SCHEMAS_INSTALL_FALSE
3295
 
+GST_LIBS
3296
 
+GST_CFLAGS
3297
 
+GST_TOOL_LIBS
3298
 
+GST_TOOL_CFLAGS
3299
 
+GST_TOOL_CLEANFILES
3300
 
+GST_TOOL_EXTRA_DIST
3301
 
+GST_TOOL_DEPENDENCIES
3302
 
+HAVE_LIBIW_H_TRUE
3303
 
+HAVE_LIBIW_H_FALSE
3304
 
+GST_IW_LIBS
3305
 
+NAUTILUS_CFLAGS
3306
 
+NAUTILUS_LIBS
3307
 
+LIB@&t@OBJS
3308
 
+LTLIBOBJS'
3309
 
+ac_subst_files=''
3310
 
+      ac_precious_vars='build_alias
3311
 
+host_alias
3312
 
+target_alias
3313
 
+CC
3314
 
+CFLAGS
3315
 
+LDFLAGS
3316
 
+LIBS
3317
 
+CPPFLAGS
3318
 
+PKG_CONFIG
3319
 
+CPP
3320
 
+CXX
3321
 
+CXXFLAGS
3322
 
+CCC
3323
 
+CXXCPP
3324
 
+F77
3325
 
+FFLAGS
3326
 
+GST_DEPENDS_CFLAGS
3327
 
+GST_DEPENDS_LIBS
3328
 
+GNOME_CFLAGS
3329
 
+GNOME_LIBS
3330
 
+DBUS_CFLAGS
3331
 
+DBUS_LIBS
3332
 
+NAUTILUS_CFLAGS
3333
 
+NAUTILUS_LIBS'
3334
 
+
3335
 
+
3336
 
+# Initialize some variables set by options.
3337
 
+ac_init_help=
3338
 
+ac_init_version=false
3339
 
+# The variables have the same names as the options, with
3340
 
+# dashes changed to underlines.
3341
 
+cache_file=/dev/null
3342
 
+exec_prefix=NONE
3343
 
+no_create=
3344
 
+no_recursion=
3345
 
+prefix=NONE
3346
 
+program_prefix=NONE
3347
 
+program_suffix=NONE
3348
 
+program_transform_name=s,x,x,
3349
 
+silent=
3350
 
+site=
3351
 
+srcdir=
3352
 
+verbose=
3353
 
+x_includes=NONE
3354
 
+x_libraries=NONE
3355
 
+
3356
 
+# Installation directory options.
3357
 
+# These are left unexpanded so users can "make install exec_prefix=/foo"
3358
 
+# and all the variables that are supposed to be based on exec_prefix
3359
 
+# by default will actually change.
3360
 
+# Use braces instead of parens because sh, perl, etc. also accept them.
3361
 
+# (The list follows the same order as the GNU Coding Standards.)
3362
 
+bindir='${exec_prefix}/bin'
3363
 
+sbindir='${exec_prefix}/sbin'
3364
 
+libexecdir='${exec_prefix}/libexec'
3365
 
+datarootdir='${prefix}/share'
3366
 
+datadir='${datarootdir}'
3367
 
+sysconfdir='${prefix}/etc'
3368
 
+sharedstatedir='${prefix}/com'
3369
 
+localstatedir='${prefix}/var'
3370
 
+includedir='${prefix}/include'
3371
 
+oldincludedir='/usr/include'
3372
 
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
3373
 
+infodir='${datarootdir}/info'
3374
 
+htmldir='${docdir}'
3375
 
+dvidir='${docdir}'
3376
 
+pdfdir='${docdir}'
3377
 
+psdir='${docdir}'
3378
 
+libdir='${exec_prefix}/lib'
3379
 
+localedir='${datarootdir}/locale'
3380
 
+mandir='${datarootdir}/man'
3381
 
+
3382
 
+ac_prev=
3383
 
+ac_dashdash=
3384
 
+for ac_option
3385
 
+do
3386
 
+  # If the previous option needs an argument, assign it.
3387
 
+  if test -n "$ac_prev"; then
3388
 
+    eval $ac_prev=\$ac_option
3389
 
+    ac_prev=
3390
 
+    continue
3391
 
+  fi
3392
 
+
3393
 
+  case $ac_option in
3394
 
+  *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
3395
 
+  *)   ac_optarg=yes ;;
3396
 
+  esac
3397
 
+
3398
 
+  # Accept the important Cygnus configure options, so we can diagnose typos.
3399
 
+
3400
 
+  case $ac_dashdash$ac_option in
3401
 
+  --)
3402
 
+    ac_dashdash=yes ;;
3403
 
+
3404
 
+  -bindir | --bindir | --bindi | --bind | --bin | --bi)
3405
 
+    ac_prev=bindir ;;
3406
 
+  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
3407
 
+    bindir=$ac_optarg ;;
3408
 
+
3409
 
+  -build | --build | --buil | --bui | --bu)
3410
 
+    ac_prev=build_alias ;;
3411
 
+  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
3412
 
+    build_alias=$ac_optarg ;;
3413
 
+
3414
 
+  -cache-file | --cache-file | --cache-fil | --cache-fi \
3415
 
+  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
3416
 
+    ac_prev=cache_file ;;
3417
 
+  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
3418
 
+  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
3419
 
+    cache_file=$ac_optarg ;;
3420
 
+
3421
 
+  --config-cache | -C)
3422
 
+    cache_file=config.cache ;;
3423
 
+
3424
 
+  -datadir | --datadir | --datadi | --datad)
3425
 
+    ac_prev=datadir ;;
3426
 
+  -datadir=* | --datadir=* | --datadi=* | --datad=*)
3427
 
+    datadir=$ac_optarg ;;
3428
 
+
3429
 
+  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
3430
 
+  | --dataroo | --dataro | --datar)
3431
 
+    ac_prev=datarootdir ;;
3432
 
+  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
3433
 
+  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
3434
 
+    datarootdir=$ac_optarg ;;
3435
 
+
3436
 
+  -disable-* | --disable-*)
3437
 
+    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
3438
 
+    # Reject names that are not valid shell variable names.
3439
 
+    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
3440
 
+      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
3441
 
+   { (exit 1); exit 1; }; }
3442
 
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
3443
 
+    eval enable_$ac_feature=no ;;
3444
 
+
3445
 
+  -docdir | --docdir | --docdi | --doc | --do)
3446
 
+    ac_prev=docdir ;;
3447
 
+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
3448
 
+    docdir=$ac_optarg ;;
3449
 
+
3450
 
+  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
3451
 
+    ac_prev=dvidir ;;
3452
 
+  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
3453
 
+    dvidir=$ac_optarg ;;
3454
 
+
3455
 
+  -enable-* | --enable-*)
3456
 
+    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
3457
 
+    # Reject names that are not valid shell variable names.
3458
 
+    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
3459
 
+      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
3460
 
+   { (exit 1); exit 1; }; }
3461
 
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
3462
 
+    eval enable_$ac_feature=\$ac_optarg ;;
3463
 
+
3464
 
+  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
3465
 
+  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
3466
 
+  | --exec | --exe | --ex)
3467
 
+    ac_prev=exec_prefix ;;
3468
 
+  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
3469
 
+  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
3470
 
+  | --exec=* | --exe=* | --ex=*)
3471
 
+    exec_prefix=$ac_optarg ;;
3472
 
+
3473
 
+  -gas | --gas | --ga | --g)
3474
 
+    # Obsolete; use --with-gas.
3475
 
+    with_gas=yes ;;
3476
 
+
3477
 
+  -help | --help | --hel | --he | -h)
3478
 
+    ac_init_help=long ;;
3479
 
+  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
3480
 
+    ac_init_help=recursive ;;
3481
 
+  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
3482
 
+    ac_init_help=short ;;
3483
 
+
3484
 
+  -host | --host | --hos | --ho)
3485
 
+    ac_prev=host_alias ;;
3486
 
+  -host=* | --host=* | --hos=* | --ho=*)
3487
 
+    host_alias=$ac_optarg ;;
3488
 
+
3489
 
+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
3490
 
+    ac_prev=htmldir ;;
3491
 
+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
3492
 
+  | --ht=*)
3493
 
+    htmldir=$ac_optarg ;;
3494
 
+
3495
 
+  -includedir | --includedir | --includedi | --included | --include \
3496
 
+  | --includ | --inclu | --incl | --inc)
3497
 
+    ac_prev=includedir ;;
3498
 
+  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
3499
 
+  | --includ=* | --inclu=* | --incl=* | --inc=*)
3500
 
+    includedir=$ac_optarg ;;
3501
 
+
3502
 
+  -infodir | --infodir | --infodi | --infod | --info | --inf)
3503
 
+    ac_prev=infodir ;;
3504
 
+  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
3505
 
+    infodir=$ac_optarg ;;
3506
 
+
3507
 
+  -libdir | --libdir | --libdi | --libd)
3508
 
+    ac_prev=libdir ;;
3509
 
+  -libdir=* | --libdir=* | --libdi=* | --libd=*)
3510
 
+    libdir=$ac_optarg ;;
3511
 
+
3512
 
+  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
3513
 
+  | --libexe | --libex | --libe)
3514
 
+    ac_prev=libexecdir ;;
3515
 
+  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
3516
 
+  | --libexe=* | --libex=* | --libe=*)
3517
 
+    libexecdir=$ac_optarg ;;
3518
 
+
3519
 
+  -localedir | --localedir | --localedi | --localed | --locale)
3520
 
+    ac_prev=localedir ;;
3521
 
+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
3522
 
+    localedir=$ac_optarg ;;
3523
 
+
3524
 
+  -localstatedir | --localstatedir | --localstatedi | --localstated \
3525
 
+  | --localstate | --localstat | --localsta | --localst | --locals)
3526
 
+    ac_prev=localstatedir ;;
3527
 
+  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
3528
 
+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
3529
 
+    localstatedir=$ac_optarg ;;
3530
 
+
3531
 
+  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
3532
 
+    ac_prev=mandir ;;
3533
 
+  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
3534
 
+    mandir=$ac_optarg ;;
3535
 
+
3536
 
+  -nfp | --nfp | --nf)
3537
 
+    # Obsolete; use --without-fp.
3538
 
+    with_fp=no ;;
3539
 
+
3540
 
+  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
3541
 
+  | --no-cr | --no-c | -n)
3542
 
+    no_create=yes ;;
3543
 
+
3544
 
+  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
3545
 
+  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
3546
 
+    no_recursion=yes ;;
3547
 
+
3548
 
+  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
3549
 
+  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
3550
 
+  | --oldin | --oldi | --old | --ol | --o)
3551
 
+    ac_prev=oldincludedir ;;
3552
 
+  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
3553
 
+  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
3554
 
+  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
3555
 
+    oldincludedir=$ac_optarg ;;
3556
 
+
3557
 
+  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
3558
 
+    ac_prev=prefix ;;
3559
 
+  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
3560
 
+    prefix=$ac_optarg ;;
3561
 
+
3562
 
+  -program-prefix | --program-prefix | --program-prefi | --program-pref \
3563
 
+  | --program-pre | --program-pr | --program-p)
3564
 
+    ac_prev=program_prefix ;;
3565
 
+  -program-prefix=* | --program-prefix=* | --program-prefi=* \
3566
 
+  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
3567
 
+    program_prefix=$ac_optarg ;;
3568
 
+
3569
 
+  -program-suffix | --program-suffix | --program-suffi | --program-suff \
3570
 
+  | --program-suf | --program-su | --program-s)
3571
 
+    ac_prev=program_suffix ;;
3572
 
+  -program-suffix=* | --program-suffix=* | --program-suffi=* \
3573
 
+  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
3574
 
+    program_suffix=$ac_optarg ;;
3575
 
+
3576
 
+  -program-transform-name | --program-transform-name \
3577
 
+  | --program-transform-nam | --program-transform-na \
3578
 
+  | --program-transform-n | --program-transform- \
3579
 
+  | --program-transform | --program-transfor \
3580
 
+  | --program-transfo | --program-transf \
3581
 
+  | --program-trans | --program-tran \
3582
 
+  | --progr-tra | --program-tr | --program-t)
3583
 
+    ac_prev=program_transform_name ;;
3584
 
+  -program-transform-name=* | --program-transform-name=* \
3585
 
+  | --program-transform-nam=* | --program-transform-na=* \
3586
 
+  | --program-transform-n=* | --program-transform-=* \
3587
 
+  | --program-transform=* | --program-transfor=* \
3588
 
+  | --program-transfo=* | --program-transf=* \
3589
 
+  | --program-trans=* | --program-tran=* \
3590
 
+  | --progr-tra=* | --program-tr=* | --program-t=*)
3591
 
+    program_transform_name=$ac_optarg ;;
3592
 
+
3593
 
+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
3594
 
+    ac_prev=pdfdir ;;
3595
 
+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
3596
 
+    pdfdir=$ac_optarg ;;
3597
 
+
3598
 
+  -psdir | --psdir | --psdi | --psd | --ps)
3599
 
+    ac_prev=psdir ;;
3600
 
+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
3601
 
+    psdir=$ac_optarg ;;
3602
 
+
3603
 
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3604
 
+  | -silent | --silent | --silen | --sile | --sil)
3605
 
+    silent=yes ;;
3606
 
+
3607
 
+  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
3608
 
+    ac_prev=sbindir ;;
3609
 
+  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
3610
 
+  | --sbi=* | --sb=*)
3611
 
+    sbindir=$ac_optarg ;;
3612
 
+
3613
 
+  -sharedstatedir | --sharedstatedir | --sharedstatedi \
3614
 
+  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
3615
 
+  | --sharedst | --shareds | --shared | --share | --shar \
3616
 
+  | --sha | --sh)
3617
 
+    ac_prev=sharedstatedir ;;
3618
 
+  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
3619
 
+  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
3620
 
+  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
3621
 
+  | --sha=* | --sh=*)
3622
 
+    sharedstatedir=$ac_optarg ;;
3623
 
+
3624
 
+  -site | --site | --sit)
3625
 
+    ac_prev=site ;;
3626
 
+  -site=* | --site=* | --sit=*)
3627
 
+    site=$ac_optarg ;;
3628
 
+
3629
 
+  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
3630
 
+    ac_prev=srcdir ;;
3631
 
+  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
3632
 
+    srcdir=$ac_optarg ;;
3633
 
+
3634
 
+  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
3635
 
+  | --syscon | --sysco | --sysc | --sys | --sy)
3636
 
+    ac_prev=sysconfdir ;;
3637
 
+  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
3638
 
+  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
3639
 
+    sysconfdir=$ac_optarg ;;
3640
 
+
3641
 
+  -target | --target | --targe | --targ | --tar | --ta | --t)
3642
 
+    ac_prev=target_alias ;;
3643
 
+  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
3644
 
+    target_alias=$ac_optarg ;;
3645
 
+
3646
 
+  -v | -verbose | --verbose | --verbos | --verbo | --verb)
3647
 
+    verbose=yes ;;
3648
 
+
3649
 
+  -version | --version | --versio | --versi | --vers | -V)
3650
 
+    ac_init_version=: ;;
3651
 
+
3652
 
+  -with-* | --with-*)
3653
 
+    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
3654
 
+    # Reject names that are not valid shell variable names.
3655
 
+    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
3656
 
+      { echo "$as_me: error: invalid package name: $ac_package" >&2
3657
 
+   { (exit 1); exit 1; }; }
3658
 
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
3659
 
+    eval with_$ac_package=\$ac_optarg ;;
3660
 
+
3661
 
+  -without-* | --without-*)
3662
 
+    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
3663
 
+    # Reject names that are not valid shell variable names.
3664
 
+    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
3665
 
+      { echo "$as_me: error: invalid package name: $ac_package" >&2
3666
 
+   { (exit 1); exit 1; }; }
3667
 
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
3668
 
+    eval with_$ac_package=no ;;
3669
 
+
3670
 
+  --x)
3671
 
+    # Obsolete; use --with-x.
3672
 
+    with_x=yes ;;
3673
 
+
3674
 
+  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
3675
 
+  | --x-incl | --x-inc | --x-in | --x-i)
3676
 
+    ac_prev=x_includes ;;
3677
 
+  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
3678
 
+  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
3679
 
+    x_includes=$ac_optarg ;;
3680
 
+
3681
 
+  -x-libraries | --x-libraries | --x-librarie | --x-librari \
3682
 
+  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
3683
 
+    ac_prev=x_libraries ;;
3684
 
+  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
3685
 
+  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
3686
 
+    x_libraries=$ac_optarg ;;
3687
 
+
3688
 
+  -*) { echo "$as_me: error: unrecognized option: $ac_option
3689
 
+Try \`$0 --help' for more information." >&2
3690
 
+   { (exit 1); exit 1; }; }
3691
 
+    ;;
3692
 
+
3693
 
+  *=*)
3694
 
+    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
3695
 
+    # Reject names that are not valid shell variable names.
3696
 
+    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
3697
 
+      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
3698
 
+   { (exit 1); exit 1; }; }
3699
 
+    eval $ac_envvar=\$ac_optarg
3700
 
+    export $ac_envvar ;;
3701
 
+
3702
 
+  *)
3703
 
+    # FIXME: should be removed in autoconf 3.0.
3704
 
+    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
3705
 
+    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
3706
 
+      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
3707
 
+    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
3708
 
+    ;;
3709
 
+
3710
 
+  esac
3711
 
+done
3712
 
+
3713
 
+if test -n "$ac_prev"; then
3714
 
+  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
3715
 
+  { echo "$as_me: error: missing argument to $ac_option" >&2
3716
 
+   { (exit 1); exit 1; }; }
3717
 
+fi
3718
 
+
3719
 
+# Be sure to have absolute directory names.
3720
 
+for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
3721
 
+               datadir sysconfdir sharedstatedir localstatedir includedir \
3722
 
+               oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
3723
 
+               libdir localedir mandir
3724
 
+do
3725
 
+  eval ac_val=\$$ac_var
3726
 
+  case $ac_val in
3727
 
+    [\\/$]* | ?:[\\/]* )  continue;;
3728
 
+    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
3729
 
+  esac
3730
 
+  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
3731
 
+   { (exit 1); exit 1; }; }
3732
 
+done
3733
 
+
3734
 
+# There might be people who depend on the old broken behavior: `$host'
3735
 
+# used to hold the argument of --host etc.
3736
 
+# FIXME: To remove some day.
3737
 
+build=$build_alias
3738
 
+host=$host_alias
3739
 
+target=$target_alias
3740
 
+
3741
 
+# FIXME: To remove some day.
3742
 
+if test "x$host_alias" != x; then
3743
 
+  if test "x$build_alias" = x; then
3744
 
+    cross_compiling=maybe
3745
 
+    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
3746
 
+    If a cross compiler is detected then cross compile mode will be used." >&2
3747
 
+  elif test "x$build_alias" != "x$host_alias"; then
3748
 
+    cross_compiling=yes
3749
 
+  fi
3750
 
+fi
3751
 
+
3752
 
+ac_tool_prefix=
3753
 
+test -n "$host_alias" && ac_tool_prefix=$host_alias-
3754
 
+
3755
 
+test "$silent" = yes && exec 6>/dev/null
3756
 
+
3757
 
+
3758
 
+ac_pwd=`pwd` && test -n "$ac_pwd" &&
3759
 
+ac_ls_di=`ls -di .` &&
3760
 
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
3761
 
+  { echo "$as_me: error: Working directory cannot be determined" >&2
3762
 
+   { (exit 1); exit 1; }; }
3763
 
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
3764
 
+  { echo "$as_me: error: pwd does not report name of working directory" >&2
3765
 
+   { (exit 1); exit 1; }; }
3766
 
+
3767
 
+
3768
 
+# Find the source files, if location was not specified.
3769
 
+if test -z "$srcdir"; then
3770
 
+  ac_srcdir_defaulted=yes
3771
 
+  # Try the directory containing this script, then the parent directory.
3772
 
+  ac_confdir=`$as_dirname -- "$0" ||
3773
 
+$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3774
 
+        X"$0" : 'X\(//\)[^/]' \| \
3775
 
+        X"$0" : 'X\(//\)$' \| \
3776
 
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3777
 
+echo X"$0" |
3778
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3779
 
+           s//\1/
3780
 
+           q
3781
 
+         }
3782
 
+         /^X\(\/\/\)[^/].*/{
3783
 
+           s//\1/
3784
 
+           q
3785
 
+         }
3786
 
+         /^X\(\/\/\)$/{
3787
 
+           s//\1/
3788
 
+           q
3789
 
+         }
3790
 
+         /^X\(\/\).*/{
3791
 
+           s//\1/
3792
 
+           q
3793
 
+         }
3794
 
+         s/.*/./; q'`
3795
 
+  srcdir=$ac_confdir
3796
 
+  if test ! -r "$srcdir/$ac_unique_file"; then
3797
 
+    srcdir=..
3798
 
+  fi
3799
 
+else
3800
 
+  ac_srcdir_defaulted=no
3801
 
+fi
3802
 
+if test ! -r "$srcdir/$ac_unique_file"; then
3803
 
+  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
3804
 
+  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
3805
 
+   { (exit 1); exit 1; }; }
3806
 
+fi
3807
 
+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
3808
 
+ac_abs_confdir=`(
3809
 
+       cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
3810
 
+   { (exit 1); exit 1; }; }
3811
 
+       pwd)`
3812
 
+# When building in place, set srcdir=.
3813
 
+if test "$ac_abs_confdir" = "$ac_pwd"; then
3814
 
+  srcdir=.
3815
 
+fi
3816
 
+# Remove unnecessary trailing slashes from srcdir.
3817
 
+# Double slashes in file names in object file debugging info
3818
 
+# mess up M-x gdb in Emacs.
3819
 
+case $srcdir in
3820
 
+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
3821
 
+esac
3822
 
+for ac_var in $ac_precious_vars; do
3823
 
+  eval ac_env_${ac_var}_set=\${${ac_var}+set}
3824
 
+  eval ac_env_${ac_var}_value=\$${ac_var}
3825
 
+  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
3826
 
+  eval ac_cv_env_${ac_var}_value=\$${ac_var}
3827
 
+done
3828
 
+
3829
 
+#
3830
 
+# Report the --help message.
3831
 
+#
3832
 
+if test "$ac_init_help" = "long"; then
3833
 
+  # Omit some internal or obsolete options to make the list less imposing.
3834
 
+  # This message is too long to be a string in the A/UX 3.1 sh.
3835
 
+  cat <<_ACEOF
3836
 
+\`configure' configures gnome-system-tools 2.19.0 to adapt to many kinds of systems.
3837
 
+
3838
 
+Usage: $0 [OPTION]... [VAR=VALUE]...
3839
 
+
3840
 
+To assign environment variables (e.g., CC, CFLAGS...), specify them as
3841
 
+VAR=VALUE.  See below for descriptions of some of the useful variables.
3842
 
+
3843
 
+Defaults for the options are specified in brackets.
3844
 
+
3845
 
+Configuration:
3846
 
+  -h, --help              display this help and exit
3847
 
+      --help=short        display options specific to this package
3848
 
+      --help=recursive    display the short help of all the included packages
3849
 
+  -V, --version           display version information and exit
3850
 
+  -q, --quiet, --silent   do not print \`checking...' messages
3851
 
+      --cache-file=FILE   cache test results in FILE [disabled]
3852
 
+  -C, --config-cache      alias for \`--cache-file=config.cache'
3853
 
+  -n, --no-create         do not create output files
3854
 
+      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
3855
 
+
3856
 
+Installation directories:
3857
 
+  --prefix=PREFIX         install architecture-independent files in PREFIX
3858
 
+                         [$ac_default_prefix]
3859
 
+  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
3860
 
+                         [PREFIX]
3861
 
+
3862
 
+By default, \`make install' will install all the files in
3863
 
+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
3864
 
+an installation prefix other than \`$ac_default_prefix' using \`--prefix',
3865
 
+for instance \`--prefix=\$HOME'.
3866
 
+
3867
 
+For better control, use the options below.
3868
 
+
3869
 
+Fine tuning of the installation directories:
3870
 
+  --bindir=DIR           user executables [EPREFIX/bin]
3871
 
+  --sbindir=DIR          system admin executables [EPREFIX/sbin]
3872
 
+  --libexecdir=DIR       program executables [EPREFIX/libexec]
3873
 
+  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
3874
 
+  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
3875
 
+  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
3876
 
+  --libdir=DIR           object code libraries [EPREFIX/lib]
3877
 
+  --includedir=DIR       C header files [PREFIX/include]
3878
 
+  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
3879
 
+  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
3880
 
+  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
3881
 
+  --infodir=DIR          info documentation [DATAROOTDIR/info]
3882
 
+  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
3883
 
+  --mandir=DIR           man documentation [DATAROOTDIR/man]
3884
 
+  --docdir=DIR           documentation root @<:@DATAROOTDIR/doc/gnome-system-tools@:>@
3885
 
+  --htmldir=DIR          html documentation [DOCDIR]
3886
 
+  --dvidir=DIR           dvi documentation [DOCDIR]
3887
 
+  --pdfdir=DIR           pdf documentation [DOCDIR]
3888
 
+  --psdir=DIR            ps documentation [DOCDIR]
3889
 
+_ACEOF
3890
 
+
3891
 
+  cat <<\_ACEOF
3892
 
+
3893
 
+Program names:
3894
 
+  --program-prefix=PREFIX            prepend PREFIX to installed program names
3895
 
+  --program-suffix=SUFFIX            append SUFFIX to installed program names
3896
 
+  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
3897
 
+
3898
 
+System types:
3899
 
+  --build=BUILD     configure for building on BUILD [guessed]
3900
 
+  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
3901
 
+_ACEOF
3902
 
+fi
3903
 
+
3904
 
+if test -n "$ac_init_help"; then
3905
 
+  case $ac_init_help in
3906
 
+     short | recursive ) echo "Configuration of gnome-system-tools 2.19.0:";;
3907
 
+   esac
3908
 
+  cat <<\_ACEOF
3909
 
+
3910
 
+Optional Features:
3911
 
+  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
3912
 
+  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
3913
 
+  --disable-dependency-tracking  speeds up one-time build
3914
 
+  --enable-dependency-tracking   do not reject slow dependency extractors
3915
 
+  --disable-scrollkeeper  do not make updates to the scrollkeeper database
3916
 
+  --enable-maintainer-mode  enable make rules and dependencies not useful
3917
 
+                         (and sometimes confusing) to the casual installer
3918
 
+  --enable-shared@<:@=PKGS@:>@  build shared libraries @<:@default=yes@:>@
3919
 
+  --enable-static@<:@=PKGS@:>@  build static libraries @<:@default=yes@:>@
3920
 
+  --enable-fast-install@<:@=PKGS@:>@ 
3921
 
+                          optimize for fast installation @<:@default=yes@:>@
3922
 
+  --disable-libtool-lock  avoid locking (might break parallel builds)
3923
 
+  --enable-gnome        Enable GNOME libraries (default yes)
3924
 
+  --enable-network        Enable build network module (default yes)
3925
 
+  --enable-services       Enable build services module (default yes)
3926
 
+  --enable-time           Enable build time module (default yes)
3927
 
+  --enable-users          Enable build users module (default yes)
3928
 
+  --enable-shares         Enable build shares module (default yes)
3929
 
+  --enable-nautilus         Enable build nautilus shares module (default yes)
3930
 
+  --disable-schemas-install    Disable the schemas installation
3931
 
+
3932
 
+Optional Packages:
3933
 
+  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
3934
 
+  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
3935
 
+  --with-help-dir=DIR     path to help docs
3936
 
+  --with-omf-dir=DIR      path to OMF files
3937
 
+  --with-help-formats=FORMATS 
3938
 
+                          list of formats
3939
 
+  --with-gnu-ld           assume the C compiler uses GNU ld @<:@default=no@:>@
3940
 
+  --with-pic              try to use only PIC/non-PIC objects @<:@default=use
3941
 
+                          both@:>@
3942
 
+  --with-tags@<:@=TAGS@:>@      include additional configurations @<:@automatic@:>@
3943
 
+  --with-gconf-source=sourceaddress      Config database for installing schema files.
3944
 
+  --with-gconf-schema-file-dir=dir        Directory for installing schema files.
3945
 
+
3946
 
+Some influential environment variables:
3947
 
+  CC          C compiler command
3948
 
+  CFLAGS      C compiler flags
3949
 
+  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
3950
 
+              nonstandard directory <lib dir>
3951
 
+  LIBS        libraries to pass to the linker, e.g. -l<library>
3952
 
+  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
3953
 
+              you have headers in a nonstandard directory <include dir>
3954
 
+  PKG_CONFIG  path to pkg-config utility
3955
 
+  CPP         C preprocessor
3956
 
+  CXX         C++ compiler command
3957
 
+  CXXFLAGS    C++ compiler flags
3958
 
+  CXXCPP      C++ preprocessor
3959
 
+  F77         Fortran 77 compiler command
3960
 
+  FFLAGS      Fortran 77 compiler flags
3961
 
+  GST_DEPENDS_CFLAGS 
3962
 
+              C compiler flags for GST_DEPENDS, overriding pkg-config
3963
 
+  GST_DEPENDS_LIBS 
3964
 
+              linker flags for GST_DEPENDS, overriding pkg-config
3965
 
+  GNOME_CFLAGS 
3966
 
+              C compiler flags for GNOME, overriding pkg-config
3967
 
+  GNOME_LIBS  linker flags for GNOME, overriding pkg-config
3968
 
+  DBUS_CFLAGS C compiler flags for DBUS, overriding pkg-config
3969
 
+  DBUS_LIBS   linker flags for DBUS, overriding pkg-config
3970
 
+  NAUTILUS_CFLAGS 
3971
 
+              C compiler flags for NAUTILUS, overriding pkg-config
3972
 
+  NAUTILUS_LIBS 
3973
 
+              linker flags for NAUTILUS, overriding pkg-config
3974
 
+
3975
 
+Use these variables to override the choices made by `configure' or to help
3976
 
+it to find libraries and programs with nonstandard names/locations.
3977
 
+
3978
 
+Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-system-tools>.
3979
 
+_ACEOF
3980
 
+ac_status=$?
3981
 
+fi
3982
 
+
3983
 
+if test "$ac_init_help" = "recursive"; then
3984
 
+  # If there are subdirs, report their specific --help.
3985
 
+  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
3986
 
+    test -d "$ac_dir" || continue
3987
 
+    ac_builddir=.
3988
 
+
3989
 
+case "$ac_dir" in
3990
 
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3991
 
+*)
3992
 
+  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3993
 
+  # A ".." for each directory in $ac_dir_suffix.
3994
 
+  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
3995
 
+  case $ac_top_builddir_sub in
3996
 
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3997
 
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3998
 
+  esac ;;
3999
 
+esac
4000
 
+ac_abs_top_builddir=$ac_pwd
4001
 
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
4002
 
+# for backward compatibility:
4003
 
+ac_top_builddir=$ac_top_build_prefix
4004
 
+
4005
 
+case $srcdir in
4006
 
+  .)  # We are building in place.
4007
 
+    ac_srcdir=.
4008
 
+    ac_top_srcdir=$ac_top_builddir_sub
4009
 
+    ac_abs_top_srcdir=$ac_pwd ;;
4010
 
+  [\\/]* | ?:[\\/]* )  # Absolute name.
4011
 
+    ac_srcdir=$srcdir$ac_dir_suffix;
4012
 
+    ac_top_srcdir=$srcdir
4013
 
+    ac_abs_top_srcdir=$srcdir ;;
4014
 
+  *) # Relative name.
4015
 
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
4016
 
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
4017
 
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
4018
 
+esac
4019
 
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
4020
 
+
4021
 
+    cd "$ac_dir" || { ac_status=$?; continue; }
4022
 
+    # Check for guested configure.
4023
 
+    if test -f "$ac_srcdir/configure.gnu"; then
4024
 
+      echo &&
4025
 
+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
4026
 
+    elif test -f "$ac_srcdir/configure"; then
4027
 
+      echo &&
4028
 
+      $SHELL "$ac_srcdir/configure" --help=recursive
4029
 
+    else
4030
 
+      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
4031
 
+    fi || ac_status=$?
4032
 
+    cd "$ac_pwd" || { ac_status=$?; break; }
4033
 
+  done
4034
 
+fi
4035
 
+
4036
 
+test -n "$ac_init_help" && exit $ac_status
4037
 
+if $ac_init_version; then
4038
 
+  cat <<\_ACEOF
4039
 
+gnome-system-tools configure 2.19.0
4040
 
+generated by GNU Autoconf 2.61
4041
 
+
4042
 
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
4043
 
+2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4044
 
+This configure script is free software; the Free Software Foundation
4045
 
+gives unlimited permission to copy, distribute and modify it.
4046
 
+_ACEOF
4047
 
+  exit
4048
 
+fi
4049
 
+cat >config.log <<_ACEOF
4050
 
+This file contains any messages produced by compilers while
4051
 
+running configure, to aid debugging if configure makes a mistake.
4052
 
+
4053
 
+It was created by gnome-system-tools $as_me 2.19.0, which was
4054
 
+generated by GNU Autoconf 2.61.  Invocation command line was
4055
 
+
4056
 
+  $ $0 $@
4057
 
+
4058
 
+_ACEOF
4059
 
+exec 5>>config.log
4060
 
+{
4061
 
+cat <<_ASUNAME
4062
 
+@%:@@%:@ --------- @%:@@%:@
4063
 
+@%:@@%:@ Platform. @%:@@%:@
4064
 
+@%:@@%:@ --------- @%:@@%:@
4065
 
+
4066
 
+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
4067
 
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
4068
 
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
4069
 
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
4070
 
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
4071
 
+
4072
 
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
4073
 
+/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
4074
 
+
4075
 
+/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
4076
 
+/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
4077
 
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
4078
 
+/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
4079
 
+/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
4080
 
+/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
4081
 
+/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
4082
 
+
4083
 
+_ASUNAME
4084
 
+
4085
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4086
 
+for as_dir in $PATH
4087
 
+do
4088
 
+  IFS=$as_save_IFS
4089
 
+  test -z "$as_dir" && as_dir=.
4090
 
+  echo "PATH: $as_dir"
4091
 
+done
4092
 
+IFS=$as_save_IFS
4093
 
+
4094
 
+} >&5
4095
 
+
4096
 
+cat >&5 <<_ACEOF
4097
 
+
4098
 
+
4099
 
+@%:@@%:@ ----------- @%:@@%:@
4100
 
+@%:@@%:@ Core tests. @%:@@%:@
4101
 
+@%:@@%:@ ----------- @%:@@%:@
4102
 
+
4103
 
+_ACEOF
4104
 
+
4105
 
+
4106
 
+# Keep a trace of the command line.
4107
 
+# Strip out --no-create and --no-recursion so they do not pile up.
4108
 
+# Strip out --silent because we don't want to record it for future runs.
4109
 
+# Also quote any args containing shell meta-characters.
4110
 
+# Make two passes to allow for proper duplicate-argument suppression.
4111
 
+ac_configure_args=
4112
 
+ac_configure_args0=
4113
 
+ac_configure_args1=
4114
 
+ac_must_keep_next=false
4115
 
+for ac_pass in 1 2
4116
 
+do
4117
 
+  for ac_arg
4118
 
+  do
4119
 
+    case $ac_arg in
4120
 
+    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
4121
 
+    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
4122
 
+    | -silent | --silent | --silen | --sile | --sil)
4123
 
+      continue ;;
4124
 
+    *\'*)
4125
 
+      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
4126
 
+    esac
4127
 
+    case $ac_pass in
4128
 
+    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
4129
 
+    2)
4130
 
+      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
4131
 
+      if test $ac_must_keep_next = true; then
4132
 
+       ac_must_keep_next=false # Got value, back to normal.
4133
 
+      else
4134
 
+       case $ac_arg in
4135
 
+         *=* | --config-cache | -C | -disable-* | --disable-* \
4136
 
+         | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
4137
 
+         | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
4138
 
+         | -with-* | --with-* | -without-* | --without-* | --x)
4139
 
+           case "$ac_configure_args0 " in
4140
 
+             "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
4141
 
+           esac
4142
 
+           ;;
4143
 
+         -* ) ac_must_keep_next=true ;;
4144
 
+       esac
4145
 
+      fi
4146
 
+      ac_configure_args="$ac_configure_args '$ac_arg'"
4147
 
+      ;;
4148
 
+    esac
4149
 
+  done
4150
 
+done
4151
 
+$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
4152
 
+$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
4153
 
+
4154
 
+# When interrupted or exit'd, cleanup temporary files, and complete
4155
 
+# config.log.  We remove comments because anyway the quotes in there
4156
 
+# would cause problems or look ugly.
4157
 
+# WARNING: Use '\'' to represent an apostrophe within the trap.
4158
 
+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
4159
 
+trap 'exit_status=$?
4160
 
+  # Save into config.log some information that might help in debugging.
4161
 
+  {
4162
 
+    echo
4163
 
+
4164
 
+    cat <<\_ASBOX
4165
 
+@%:@@%:@ ---------------- @%:@@%:@
4166
 
+@%:@@%:@ Cache variables. @%:@@%:@
4167
 
+@%:@@%:@ ---------------- @%:@@%:@
4168
 
+_ASBOX
4169
 
+    echo
4170
 
+    # The following way of writing the cache mishandles newlines in values,
4171
 
+(
4172
 
+  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
4173
 
+    eval ac_val=\$$ac_var
4174
 
+    case $ac_val in #(
4175
 
+    *${as_nl}*)
4176
 
+      case $ac_var in #(
4177
 
+      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
4178
 
+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
4179
 
+      esac
4180
 
+      case $ac_var in #(
4181
 
+      _ | IFS | as_nl) ;; #(
4182
 
+      *) $as_unset $ac_var ;;
4183
 
+      esac ;;
4184
 
+    esac
4185
 
+  done
4186
 
+  (set) 2>&1 |
4187
 
+    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
4188
 
+    *${as_nl}ac_space=\ *)
4189
 
+      sed -n \
4190
 
+       "s/'\''/'\''\\\\'\'''\''/g;
4191
 
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
4192
 
+      ;; #(
4193
 
+    *)
4194
 
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
4195
 
+      ;;
4196
 
+    esac |
4197
 
+    sort
4198
 
+)
4199
 
+    echo
4200
 
+
4201
 
+    cat <<\_ASBOX
4202
 
+@%:@@%:@ ----------------- @%:@@%:@
4203
 
+@%:@@%:@ Output variables. @%:@@%:@
4204
 
+@%:@@%:@ ----------------- @%:@@%:@
4205
 
+_ASBOX
4206
 
+    echo
4207
 
+    for ac_var in $ac_subst_vars
4208
 
+    do
4209
 
+      eval ac_val=\$$ac_var
4210
 
+      case $ac_val in
4211
 
+      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
4212
 
+      esac
4213
 
+      echo "$ac_var='\''$ac_val'\''"
4214
 
+    done | sort
4215
 
+    echo
4216
 
+
4217
 
+    if test -n "$ac_subst_files"; then
4218
 
+      cat <<\_ASBOX
4219
 
+@%:@@%:@ ------------------- @%:@@%:@
4220
 
+@%:@@%:@ File substitutions. @%:@@%:@
4221
 
+@%:@@%:@ ------------------- @%:@@%:@
4222
 
+_ASBOX
4223
 
+      echo
4224
 
+      for ac_var in $ac_subst_files
4225
 
+      do
4226
 
+       eval ac_val=\$$ac_var
4227
 
+       case $ac_val in
4228
 
+       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
4229
 
+       esac
4230
 
+       echo "$ac_var='\''$ac_val'\''"
4231
 
+      done | sort
4232
 
+      echo
4233
 
+    fi
4234
 
+
4235
 
+    if test -s confdefs.h; then
4236
 
+      cat <<\_ASBOX
4237
 
+@%:@@%:@ ----------- @%:@@%:@
4238
 
+@%:@@%:@ confdefs.h. @%:@@%:@
4239
 
+@%:@@%:@ ----------- @%:@@%:@
4240
 
+_ASBOX
4241
 
+      echo
4242
 
+      cat confdefs.h
4243
 
+      echo
4244
 
+    fi
4245
 
+    test "$ac_signal" != 0 &&
4246
 
+      echo "$as_me: caught signal $ac_signal"
4247
 
+    echo "$as_me: exit $exit_status"
4248
 
+  } >&5
4249
 
+  rm -f core *.core core.conftest.* &&
4250
 
+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
4251
 
+    exit $exit_status
4252
 
+' 0
4253
 
+for ac_signal in 1 2 13 15; do
4254
 
+  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
4255
 
+done
4256
 
+ac_signal=0
4257
 
+
4258
 
+# confdefs.h avoids OS command line length limits that DEFS can exceed.
4259
 
+rm -f -r conftest* confdefs.h
4260
 
+
4261
 
+# Predefined preprocessor variables.
4262
 
+
4263
 
+cat >>confdefs.h <<_ACEOF
4264
 
+@%:@define PACKAGE_NAME "$PACKAGE_NAME"
4265
 
+_ACEOF
4266
 
+
4267
 
+
4268
 
+cat >>confdefs.h <<_ACEOF
4269
 
+@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME"
4270
 
+_ACEOF
4271
 
+
4272
 
+
4273
 
+cat >>confdefs.h <<_ACEOF
4274
 
+@%:@define PACKAGE_VERSION "$PACKAGE_VERSION"
4275
 
+_ACEOF
4276
 
+
4277
 
+
4278
 
+cat >>confdefs.h <<_ACEOF
4279
 
+@%:@define PACKAGE_STRING "$PACKAGE_STRING"
4280
 
+_ACEOF
4281
 
+
4282
 
+
4283
 
+cat >>confdefs.h <<_ACEOF
4284
 
+@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
4285
 
+_ACEOF
4286
 
+
4287
 
+
4288
 
+# Let the site file select an alternate cache file if it wants to.
4289
 
+# Prefer explicitly selected file to automatically selected ones.
4290
 
+if test -n "$CONFIG_SITE"; then
4291
 
+  set x "$CONFIG_SITE"
4292
 
+elif test "x$prefix" != xNONE; then
4293
 
+  set x "$prefix/share/config.site" "$prefix/etc/config.site"
4294
 
+else
4295
 
+  set x "$ac_default_prefix/share/config.site" \
4296
 
+       "$ac_default_prefix/etc/config.site"
4297
 
+fi
4298
 
+shift
4299
 
+for ac_site_file
4300
 
+do
4301
 
+  if test -r "$ac_site_file"; then
4302
 
+    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
4303
 
+echo "$as_me: loading site script $ac_site_file" >&6;}
4304
 
+    sed 's/^/| /' "$ac_site_file" >&5
4305
 
+    . "$ac_site_file"
4306
 
+  fi
4307
 
+done
4308
 
+
4309
 
+if test -r "$cache_file"; then
4310
 
+  # Some versions of bash will fail to source /dev/null (special
4311
 
+  # files actually), so we avoid doing that.
4312
 
+  if test -f "$cache_file"; then
4313
 
+    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
4314
 
+echo "$as_me: loading cache $cache_file" >&6;}
4315
 
+    case $cache_file in
4316
 
+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
4317
 
+      *)                      . "./$cache_file";;
4318
 
+    esac
4319
 
+  fi
4320
 
+else
4321
 
+  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
4322
 
+echo "$as_me: creating cache $cache_file" >&6;}
4323
 
+  >$cache_file
4324
 
+fi
4325
 
+
4326
 
+# Check that the precious variables saved in the cache have kept the same
4327
 
+# value.
4328
 
+ac_cache_corrupted=false
4329
 
+for ac_var in $ac_precious_vars; do
4330
 
+  eval ac_old_set=\$ac_cv_env_${ac_var}_set
4331
 
+  eval ac_new_set=\$ac_env_${ac_var}_set
4332
 
+  eval ac_old_val=\$ac_cv_env_${ac_var}_value
4333
 
+  eval ac_new_val=\$ac_env_${ac_var}_value
4334
 
+  case $ac_old_set,$ac_new_set in
4335
 
+    set,)
4336
 
+      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
4337
 
+echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
4338
 
+      ac_cache_corrupted=: ;;
4339
 
+    ,set)
4340
 
+      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
4341
 
+echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
4342
 
+      ac_cache_corrupted=: ;;
4343
 
+    ,);;
4344
 
+    *)
4345
 
+      if test "x$ac_old_val" != "x$ac_new_val"; then
4346
 
+       { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
4347
 
+echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
4348
 
+       { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
4349
 
+echo "$as_me:   former value:  $ac_old_val" >&2;}
4350
 
+       { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
4351
 
+echo "$as_me:   current value: $ac_new_val" >&2;}
4352
 
+       ac_cache_corrupted=:
4353
 
+      fi;;
4354
 
+  esac
4355
 
+  # Pass precious variables to config.status.
4356
 
+  if test "$ac_new_set" = set; then
4357
 
+    case $ac_new_val in
4358
 
+    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
4359
 
+    *) ac_arg=$ac_var=$ac_new_val ;;
4360
 
+    esac
4361
 
+    case " $ac_configure_args " in
4362
 
+      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
4363
 
+      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
4364
 
+    esac
4365
 
+  fi
4366
 
+done
4367
 
+if $ac_cache_corrupted; then
4368
 
+  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
4369
 
+echo "$as_me: error: changes in the environment can compromise the build" >&2;}
4370
 
+  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
4371
 
+echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
4372
 
+   { (exit 1); exit 1; }; }
4373
 
+fi
4374
 
+
4375
 
+
4376
 
+
4377
 
+
4378
 
+
4379
 
+
4380
 
+
4381
 
+
4382
 
+
4383
 
+
4384
 
+
4385
 
+
4386
 
+
4387
 
+
4388
 
+
4389
 
+
4390
 
+
4391
 
+
4392
 
+
4393
 
+
4394
 
+
4395
 
+
4396
 
+
4397
 
+
4398
 
+
4399
 
+ac_ext=c
4400
 
+ac_cpp='$CPP $CPPFLAGS'
4401
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4402
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4403
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
4404
 
+
4405
 
+
4406
 
+
4407
 
+
4408
 
+am__api_version="1.9"
4409
 
+ac_aux_dir=
4410
 
+for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4411
 
+  if test -f "$ac_dir/install-sh"; then
4412
 
+    ac_aux_dir=$ac_dir
4413
 
+    ac_install_sh="$ac_aux_dir/install-sh -c"
4414
 
+    break
4415
 
+  elif test -f "$ac_dir/install.sh"; then
4416
 
+    ac_aux_dir=$ac_dir
4417
 
+    ac_install_sh="$ac_aux_dir/install.sh -c"
4418
 
+    break
4419
 
+  elif test -f "$ac_dir/shtool"; then
4420
 
+    ac_aux_dir=$ac_dir
4421
 
+    ac_install_sh="$ac_aux_dir/shtool install -c"
4422
 
+    break
4423
 
+  fi
4424
 
+done
4425
 
+if test -z "$ac_aux_dir"; then
4426
 
+  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
4427
 
+echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
4428
 
+   { (exit 1); exit 1; }; }
4429
 
+fi
4430
 
+
4431
 
+# These three variables are undocumented and unsupported,
4432
 
+# and are intended to be withdrawn in a future Autoconf release.
4433
 
+# They can cause serious problems if a builder's source tree is in a directory
4434
 
+# whose full name contains unusual characters.
4435
 
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
4436
 
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
4437
 
+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
4438
 
+
4439
 
+
4440
 
+# Find a good install program.  We prefer a C program (faster),
4441
 
+# so one script is as good as another.  But avoid the broken or
4442
 
+# incompatible versions:
4443
 
+# SysV /etc/install, /usr/sbin/install
4444
 
+# SunOS /usr/etc/install
4445
 
+# IRIX /sbin/install
4446
 
+# AIX /bin/install
4447
 
+# AmigaOS /C/install, which installs bootblocks on floppy discs
4448
 
+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4449
 
+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
4450
 
+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4451
 
+# OS/2's system install, which has a completely different semantic
4452
 
+# ./install, which can be erroneously created by make from ./install.sh.
4453
 
+{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4454
 
+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
4455
 
+if test -z "$INSTALL"; then
4456
 
+if test "${ac_cv_path_install+set}" = set; then
4457
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
4458
 
+else
4459
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4460
 
+for as_dir in $PATH
4461
 
+do
4462
 
+  IFS=$as_save_IFS
4463
 
+  test -z "$as_dir" && as_dir=.
4464
 
+  # Account for people who put trailing slashes in PATH elements.
4465
 
+case $as_dir/ in
4466
 
+  ./ | .// | /cC/* | \
4467
 
+  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4468
 
+  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4469
 
+  /usr/ucb/* ) ;;
4470
 
+  *)
4471
 
+    # OSF1 and SCO ODT 3.0 have their own names for install.
4472
 
+    # Don't use installbsd from OSF since it installs stuff as root
4473
 
+    # by default.
4474
 
+    for ac_prog in ginstall scoinst install; do
4475
 
+      for ac_exec_ext in '' $ac_executable_extensions; do
4476
 
+       if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4477
 
+         if test $ac_prog = install &&
4478
 
+           grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4479
 
+           # AIX install.  It has an incompatible calling convention.
4480
 
+           :
4481
 
+         elif test $ac_prog = install &&
4482
 
+           grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4483
 
+           # program-specific install script used by HP pwplus--don't use.
4484
 
+           :
4485
 
+         else
4486
 
+           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4487
 
+           break 3
4488
 
+         fi
4489
 
+       fi
4490
 
+      done
4491
 
+    done
4492
 
+    ;;
4493
 
+esac
4494
 
+done
4495
 
+IFS=$as_save_IFS
4496
 
+
4497
 
+
4498
 
+fi
4499
 
+  if test "${ac_cv_path_install+set}" = set; then
4500
 
+    INSTALL=$ac_cv_path_install
4501
 
+  else
4502
 
+    # As a last resort, use the slow shell script.  Don't cache a
4503
 
+    # value for INSTALL within a source directory, because that will
4504
 
+    # break other packages using the cache if that directory is
4505
 
+    # removed, or if the value is a relative name.
4506
 
+    INSTALL=$ac_install_sh
4507
 
+  fi
4508
 
+fi
4509
 
+{ echo "$as_me:$LINENO: result: $INSTALL" >&5
4510
 
+echo "${ECHO_T}$INSTALL" >&6; }
4511
 
+
4512
 
+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4513
 
+# It thinks the first close brace ends the variable substitution.
4514
 
+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4515
 
+
4516
 
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4517
 
+
4518
 
+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4519
 
+
4520
 
+{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
4521
 
+echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
4522
 
+# Just in case
4523
 
+sleep 1
4524
 
+echo timestamp > conftest.file
4525
 
+# Do `set' in a subshell so we don't clobber the current shell's
4526
 
+# arguments.  Must try -L first in case configure is actually a
4527
 
+# symlink; some systems play weird games with the mod time of symlinks
4528
 
+# (eg FreeBSD returns the mod time of the symlink's containing
4529
 
+# directory).
4530
 
+if (
4531
 
+   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
4532
 
+   if test "$*" = "X"; then
4533
 
+      # -L didn't work.
4534
 
+      set X `ls -t $srcdir/configure conftest.file`
4535
 
+   fi
4536
 
+   rm -f conftest.file
4537
 
+   if test "$*" != "X $srcdir/configure conftest.file" \
4538
 
+      && test "$*" != "X conftest.file $srcdir/configure"; then
4539
 
+
4540
 
+      # If neither matched, then we have a broken ls.  This can happen
4541
 
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
4542
 
+      # broken ls alias from the environment.  This has actually
4543
 
+      # happened.  Such a system could not be considered "sane".
4544
 
+      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
4545
 
+alias in your environment" >&5
4546
 
+echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
4547
 
+alias in your environment" >&2;}
4548
 
+   { (exit 1); exit 1; }; }
4549
 
+   fi
4550
 
+
4551
 
+   test "$2" = conftest.file
4552
 
+   )
4553
 
+then
4554
 
+   # Ok.
4555
 
+   :
4556
 
+else
4557
 
+   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
4558
 
+Check your system clock" >&5
4559
 
+echo "$as_me: error: newly created file is older than distributed files!
4560
 
+Check your system clock" >&2;}
4561
 
+   { (exit 1); exit 1; }; }
4562
 
+fi
4563
 
+{ echo "$as_me:$LINENO: result: yes" >&5
4564
 
+echo "${ECHO_T}yes" >&6; }
4565
 
+test "$program_prefix" != NONE &&
4566
 
+  program_transform_name="s&^&$program_prefix&;$program_transform_name"
4567
 
+# Use a double $ so make ignores it.
4568
 
+test "$program_suffix" != NONE &&
4569
 
+  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
4570
 
+# Double any \ or $.  echo might interpret backslashes.
4571
 
+# By default was `s,x,x', remove it if useless.
4572
 
+cat <<\_ACEOF >conftest.sed
4573
 
+s/[\\$]/&&/g;s/;s,x,x,$//
4574
 
+_ACEOF
4575
 
+program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
4576
 
+rm -f conftest.sed
4577
 
+
4578
 
+# expand $ac_aux_dir to an absolute path
4579
 
+am_aux_dir=`cd $ac_aux_dir && pwd`
4580
 
+
4581
 
+test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
4582
 
+# Use eval to expand $SHELL
4583
 
+if eval "$MISSING --run true"; then
4584
 
+  am_missing_run="$MISSING --run "
4585
 
+else
4586
 
+  am_missing_run=
4587
 
+  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
4588
 
+echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
4589
 
+fi
4590
 
+
4591
 
+if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
4592
 
+  # We used to keeping the `.' as first argument, in order to
4593
 
+  # allow $(mkdir_p) to be used without argument.  As in
4594
 
+  #   $(mkdir_p) $(somedir)
4595
 
+  # where $(somedir) is conditionally defined.  However this is wrong
4596
 
+  # for two reasons:
4597
 
+  #  1. if the package is installed by a user who cannot write `.'
4598
 
+  #     make install will fail,
4599
 
+  #  2. the above comment should most certainly read
4600
 
+  #     $(mkdir_p) $(DESTDIR)$(somedir)
4601
 
+  #     so it does not work when $(somedir) is undefined and
4602
 
+  #     $(DESTDIR) is not.
4603
 
+  #  To support the latter case, we have to write
4604
 
+  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
4605
 
+  #  so the `.' trick is pointless.
4606
 
+  mkdir_p='mkdir -p --'
4607
 
+else
4608
 
+  # On NextStep and OpenStep, the `mkdir' command does not
4609
 
+  # recognize any option.  It will interpret all options as
4610
 
+  # directories to create, and then abort because `.' already
4611
 
+  # exists.
4612
 
+  for d in ./-p ./--version;
4613
 
+  do
4614
 
+    test -d $d && rmdir $d
4615
 
+  done
4616
 
+  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
4617
 
+  if test -f "$ac_aux_dir/mkinstalldirs"; then
4618
 
+    mkdir_p='$(mkinstalldirs)'
4619
 
+  else
4620
 
+    mkdir_p='$(install_sh) -d'
4621
 
+  fi
4622
 
+fi
4623
 
+
4624
 
+for ac_prog in gawk mawk nawk awk
4625
 
+do
4626
 
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
4627
 
+set dummy $ac_prog; ac_word=$2
4628
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4629
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4630
 
+if test "${ac_cv_prog_AWK+set}" = set; then
4631
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
4632
 
+else
4633
 
+  if test -n "$AWK"; then
4634
 
+  ac_cv_prog_AWK="$AWK" # Let the user override the test.
4635
 
+else
4636
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4637
 
+for as_dir in $PATH
4638
 
+do
4639
 
+  IFS=$as_save_IFS
4640
 
+  test -z "$as_dir" && as_dir=.
4641
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
4642
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4643
 
+    ac_cv_prog_AWK="$ac_prog"
4644
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4645
 
+    break 2
4646
 
+  fi
4647
 
+done
4648
 
+done
4649
 
+IFS=$as_save_IFS
4650
 
+
4651
 
+fi
4652
 
+fi
4653
 
+AWK=$ac_cv_prog_AWK
4654
 
+if test -n "$AWK"; then
4655
 
+  { echo "$as_me:$LINENO: result: $AWK" >&5
4656
 
+echo "${ECHO_T}$AWK" >&6; }
4657
 
+else
4658
 
+  { echo "$as_me:$LINENO: result: no" >&5
4659
 
+echo "${ECHO_T}no" >&6; }
4660
 
+fi
4661
 
+
4662
 
+
4663
 
+  test -n "$AWK" && break
4664
 
+done
4665
 
+
4666
 
+{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4667
 
+echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
4668
 
+set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4669
 
+if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
4670
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
4671
 
+else
4672
 
+  cat >conftest.make <<\_ACEOF
4673
 
+SHELL = /bin/sh
4674
 
+all:
4675
 
+       @echo '@@@%%%=$(MAKE)=@@@%%%'
4676
 
+_ACEOF
4677
 
+# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4678
 
+case `${MAKE-make} -f conftest.make 2>/dev/null` in
4679
 
+  *@@@%%%=?*=@@@%%%*)
4680
 
+    eval ac_cv_prog_make_${ac_make}_set=yes;;
4681
 
+  *)
4682
 
+    eval ac_cv_prog_make_${ac_make}_set=no;;
4683
 
+esac
4684
 
+rm -f conftest.make
4685
 
+fi
4686
 
+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4687
 
+  { echo "$as_me:$LINENO: result: yes" >&5
4688
 
+echo "${ECHO_T}yes" >&6; }
4689
 
+  SET_MAKE=
4690
 
+else
4691
 
+  { echo "$as_me:$LINENO: result: no" >&5
4692
 
+echo "${ECHO_T}no" >&6; }
4693
 
+  SET_MAKE="MAKE=${MAKE-make}"
4694
 
+fi
4695
 
+
4696
 
+rm -rf .tst 2>/dev/null
4697
 
+mkdir .tst 2>/dev/null
4698
 
+if test -d .tst; then
4699
 
+  am__leading_dot=.
4700
 
+else
4701
 
+  am__leading_dot=_
4702
 
+fi
4703
 
+rmdir .tst 2>/dev/null
4704
 
+
4705
 
+# test to see if srcdir already configured
4706
 
+if test "`cd $srcdir && pwd`" != "`pwd`" &&
4707
 
+   test -f $srcdir/config.status; then
4708
 
+  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
4709
 
+echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
4710
 
+   { (exit 1); exit 1; }; }
4711
 
+fi
4712
 
+
4713
 
+# test whether we have cygpath
4714
 
+if test -z "$CYGPATH_W"; then
4715
 
+  if (cygpath --version) >/dev/null 2>/dev/null; then
4716
 
+    CYGPATH_W='cygpath -w'
4717
 
+  else
4718
 
+    CYGPATH_W=echo
4719
 
+  fi
4720
 
+fi
4721
 
+
4722
 
+
4723
 
+# Define the identity of the package.
4724
 
+ PACKAGE=gnome-system-tools
4725
 
+ VERSION=2.19.0
4726
 
+
4727
 
+
4728
 
+cat >>confdefs.h <<_ACEOF
4729
 
+@%:@define PACKAGE "$PACKAGE"
4730
 
+_ACEOF
4731
 
+
4732
 
4733
 
+cat >>confdefs.h <<_ACEOF
4734
 
+@%:@define VERSION "$VERSION"
4735
 
+_ACEOF
4736
 
+
4737
 
+# Some tools Automake needs.
4738
 
+
4739
 
+ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4740
 
+
4741
 
+
4742
 
+AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4743
 
+
4744
 
+
4745
 
+AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4746
 
+
4747
 
+
4748
 
+AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4749
 
+
4750
 
+
4751
 
+MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4752
 
+
4753
 
+install_sh=${install_sh-"$am_aux_dir/install-sh"}
4754
 
+
4755
 
+# Installed binaries are usually stripped using `strip' when the user
4756
 
+# run `make install-strip'.  However `strip' might not be the right
4757
 
+# tool to use in cross-compilation environments, therefore Automake
4758
 
+# will honor the `STRIP' environment variable to overrule this program.
4759
 
+if test "$cross_compiling" != no; then
4760
 
+  if test -n "$ac_tool_prefix"; then
4761
 
+  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4762
 
+set dummy ${ac_tool_prefix}strip; ac_word=$2
4763
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4764
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4765
 
+if test "${ac_cv_prog_STRIP+set}" = set; then
4766
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
4767
 
+else
4768
 
+  if test -n "$STRIP"; then
4769
 
+  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4770
 
+else
4771
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4772
 
+for as_dir in $PATH
4773
 
+do
4774
 
+  IFS=$as_save_IFS
4775
 
+  test -z "$as_dir" && as_dir=.
4776
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
4777
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4778
 
+    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4779
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4780
 
+    break 2
4781
 
+  fi
4782
 
+done
4783
 
+done
4784
 
+IFS=$as_save_IFS
4785
 
+
4786
 
+fi
4787
 
+fi
4788
 
+STRIP=$ac_cv_prog_STRIP
4789
 
+if test -n "$STRIP"; then
4790
 
+  { echo "$as_me:$LINENO: result: $STRIP" >&5
4791
 
+echo "${ECHO_T}$STRIP" >&6; }
4792
 
+else
4793
 
+  { echo "$as_me:$LINENO: result: no" >&5
4794
 
+echo "${ECHO_T}no" >&6; }
4795
 
+fi
4796
 
+
4797
 
+
4798
 
+fi
4799
 
+if test -z "$ac_cv_prog_STRIP"; then
4800
 
+  ac_ct_STRIP=$STRIP
4801
 
+  # Extract the first word of "strip", so it can be a program name with args.
4802
 
+set dummy strip; ac_word=$2
4803
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4804
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4805
 
+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4806
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
4807
 
+else
4808
 
+  if test -n "$ac_ct_STRIP"; then
4809
 
+  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4810
 
+else
4811
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4812
 
+for as_dir in $PATH
4813
 
+do
4814
 
+  IFS=$as_save_IFS
4815
 
+  test -z "$as_dir" && as_dir=.
4816
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
4817
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4818
 
+    ac_cv_prog_ac_ct_STRIP="strip"
4819
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4820
 
+    break 2
4821
 
+  fi
4822
 
+done
4823
 
+done
4824
 
+IFS=$as_save_IFS
4825
 
+
4826
 
+fi
4827
 
+fi
4828
 
+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4829
 
+if test -n "$ac_ct_STRIP"; then
4830
 
+  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4831
 
+echo "${ECHO_T}$ac_ct_STRIP" >&6; }
4832
 
+else
4833
 
+  { echo "$as_me:$LINENO: result: no" >&5
4834
 
+echo "${ECHO_T}no" >&6; }
4835
 
+fi
4836
 
+
4837
 
+  if test "x$ac_ct_STRIP" = x; then
4838
 
+    STRIP=":"
4839
 
+  else
4840
 
+    case $cross_compiling:$ac_tool_warned in
4841
 
+yes:)
4842
 
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4843
 
+whose name does not start with the host triplet.  If you think this
4844
 
+configuration is useful to you, please write to autoconf@gnu.org." >&5
4845
 
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4846
 
+whose name does not start with the host triplet.  If you think this
4847
 
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4848
 
+ac_tool_warned=yes ;;
4849
 
+esac
4850
 
+    STRIP=$ac_ct_STRIP
4851
 
+  fi
4852
 
+else
4853
 
+  STRIP="$ac_cv_prog_STRIP"
4854
 
+fi
4855
 
+
4856
 
+fi
4857
 
+INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
4858
 
+
4859
 
+# We need awk for the "check" target.  The system "awk" is bad on
4860
 
+# some platforms.
4861
 
+# Always define AMTAR for backward compatibility.
4862
 
+
4863
 
+AMTAR=${AMTAR-"${am_missing_run}tar"}
4864
 
+
4865
 
+am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
4866
 
+
4867
 
+
4868
 
+
4869
 
+
4870
 
+
4871
 
+
4872
 
+DEPDIR="${am__leading_dot}deps"
4873
 
+
4874
 
+ac_config_commands="$ac_config_commands depfiles"
4875
 
+
4876
 
+
4877
 
+am_make=${MAKE-make}
4878
 
+cat > confinc << 'END'
4879
 
+am__doit:
4880
 
+       @echo done
4881
 
+.PHONY: am__doit
4882
 
+END
4883
 
+# If we don't find an include directive, just comment out the code.
4884
 
+{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
4885
 
+echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
4886
 
+am__include="#"
4887
 
+am__quote=
4888
 
+_am_result=none
4889
 
+# First try GNU make style include.
4890
 
+echo "include confinc" > confmf
4891
 
+# We grep out `Entering directory' and `Leaving directory'
4892
 
+# messages which can occur if `w' ends up in MAKEFLAGS.
4893
 
+# In particular we don't look at `^make:' because GNU make might
4894
 
+# be invoked under some other name (usually "gmake"), in which
4895
 
+# case it prints its new name instead of `make'.
4896
 
+if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
4897
 
+   am__include=include
4898
 
+   am__quote=
4899
 
+   _am_result=GNU
4900
 
+fi
4901
 
+# Now try BSD make style include.
4902
 
+if test "$am__include" = "#"; then
4903
 
+   echo '.include "confinc"' > confmf
4904
 
+   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
4905
 
+      am__include=.include
4906
 
+      am__quote="\""
4907
 
+      _am_result=BSD
4908
 
+   fi
4909
 
+fi
4910
 
+
4911
 
+
4912
 
+{ echo "$as_me:$LINENO: result: $_am_result" >&5
4913
 
+echo "${ECHO_T}$_am_result" >&6; }
4914
 
+rm -f confinc confmf
4915
 
+
4916
 
+# Check whether --enable-dependency-tracking was given.
4917
 
+if test "${enable_dependency_tracking+set}" = set; then
4918
 
+  enableval=$enable_dependency_tracking; 
4919
 
+fi
4920
 
+
4921
 
+if test "x$enable_dependency_tracking" != xno; then
4922
 
+  am_depcomp="$ac_aux_dir/depcomp"
4923
 
+  AMDEPBACKSLASH='\'
4924
 
+fi
4925
 
4926
 
+
4927
 
+if test "x$enable_dependency_tracking" != xno; then
4928
 
+  AMDEP_TRUE=
4929
 
+  AMDEP_FALSE='#'
4930
 
+else
4931
 
+  AMDEP_TRUE='#'
4932
 
+  AMDEP_FALSE=
4933
 
+fi
4934
 
+
4935
 
+
4936
 
+
4937
 
+ac_ext=c
4938
 
+ac_cpp='$CPP $CPPFLAGS'
4939
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4940
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4941
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
4942
 
+if test -n "$ac_tool_prefix"; then
4943
 
+  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4944
 
+set dummy ${ac_tool_prefix}gcc; ac_word=$2
4945
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4946
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4947
 
+if test "${ac_cv_prog_CC+set}" = set; then
4948
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
4949
 
+else
4950
 
+  if test -n "$CC"; then
4951
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
4952
 
+else
4953
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4954
 
+for as_dir in $PATH
4955
 
+do
4956
 
+  IFS=$as_save_IFS
4957
 
+  test -z "$as_dir" && as_dir=.
4958
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
4959
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4960
 
+    ac_cv_prog_CC="${ac_tool_prefix}gcc"
4961
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4962
 
+    break 2
4963
 
+  fi
4964
 
+done
4965
 
+done
4966
 
+IFS=$as_save_IFS
4967
 
+
4968
 
+fi
4969
 
+fi
4970
 
+CC=$ac_cv_prog_CC
4971
 
+if test -n "$CC"; then
4972
 
+  { echo "$as_me:$LINENO: result: $CC" >&5
4973
 
+echo "${ECHO_T}$CC" >&6; }
4974
 
+else
4975
 
+  { echo "$as_me:$LINENO: result: no" >&5
4976
 
+echo "${ECHO_T}no" >&6; }
4977
 
+fi
4978
 
+
4979
 
+
4980
 
+fi
4981
 
+if test -z "$ac_cv_prog_CC"; then
4982
 
+  ac_ct_CC=$CC
4983
 
+  # Extract the first word of "gcc", so it can be a program name with args.
4984
 
+set dummy gcc; ac_word=$2
4985
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4986
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4987
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4988
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
4989
 
+else
4990
 
+  if test -n "$ac_ct_CC"; then
4991
 
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4992
 
+else
4993
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4994
 
+for as_dir in $PATH
4995
 
+do
4996
 
+  IFS=$as_save_IFS
4997
 
+  test -z "$as_dir" && as_dir=.
4998
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
4999
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5000
 
+    ac_cv_prog_ac_ct_CC="gcc"
5001
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5002
 
+    break 2
5003
 
+  fi
5004
 
+done
5005
 
+done
5006
 
+IFS=$as_save_IFS
5007
 
+
5008
 
+fi
5009
 
+fi
5010
 
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
5011
 
+if test -n "$ac_ct_CC"; then
5012
 
+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5013
 
+echo "${ECHO_T}$ac_ct_CC" >&6; }
5014
 
+else
5015
 
+  { echo "$as_me:$LINENO: result: no" >&5
5016
 
+echo "${ECHO_T}no" >&6; }
5017
 
+fi
5018
 
+
5019
 
+  if test "x$ac_ct_CC" = x; then
5020
 
+    CC=""
5021
 
+  else
5022
 
+    case $cross_compiling:$ac_tool_warned in
5023
 
+yes:)
5024
 
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5025
 
+whose name does not start with the host triplet.  If you think this
5026
 
+configuration is useful to you, please write to autoconf@gnu.org." >&5
5027
 
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5028
 
+whose name does not start with the host triplet.  If you think this
5029
 
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5030
 
+ac_tool_warned=yes ;;
5031
 
+esac
5032
 
+    CC=$ac_ct_CC
5033
 
+  fi
5034
 
+else
5035
 
+  CC="$ac_cv_prog_CC"
5036
 
+fi
5037
 
+
5038
 
+if test -z "$CC"; then
5039
 
+          if test -n "$ac_tool_prefix"; then
5040
 
+    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
5041
 
+set dummy ${ac_tool_prefix}cc; ac_word=$2
5042
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5043
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5044
 
+if test "${ac_cv_prog_CC+set}" = set; then
5045
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5046
 
+else
5047
 
+  if test -n "$CC"; then
5048
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
5049
 
+else
5050
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5051
 
+for as_dir in $PATH
5052
 
+do
5053
 
+  IFS=$as_save_IFS
5054
 
+  test -z "$as_dir" && as_dir=.
5055
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
5056
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5057
 
+    ac_cv_prog_CC="${ac_tool_prefix}cc"
5058
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5059
 
+    break 2
5060
 
+  fi
5061
 
+done
5062
 
+done
5063
 
+IFS=$as_save_IFS
5064
 
+
5065
 
+fi
5066
 
+fi
5067
 
+CC=$ac_cv_prog_CC
5068
 
+if test -n "$CC"; then
5069
 
+  { echo "$as_me:$LINENO: result: $CC" >&5
5070
 
+echo "${ECHO_T}$CC" >&6; }
5071
 
+else
5072
 
+  { echo "$as_me:$LINENO: result: no" >&5
5073
 
+echo "${ECHO_T}no" >&6; }
5074
 
+fi
5075
 
+
5076
 
+
5077
 
+  fi
5078
 
+fi
5079
 
+if test -z "$CC"; then
5080
 
+  # Extract the first word of "cc", so it can be a program name with args.
5081
 
+set dummy cc; ac_word=$2
5082
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5083
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5084
 
+if test "${ac_cv_prog_CC+set}" = set; then
5085
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5086
 
+else
5087
 
+  if test -n "$CC"; then
5088
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
5089
 
+else
5090
 
+  ac_prog_rejected=no
5091
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5092
 
+for as_dir in $PATH
5093
 
+do
5094
 
+  IFS=$as_save_IFS
5095
 
+  test -z "$as_dir" && as_dir=.
5096
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
5097
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5098
 
+    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
5099
 
+       ac_prog_rejected=yes
5100
 
+       continue
5101
 
+     fi
5102
 
+    ac_cv_prog_CC="cc"
5103
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5104
 
+    break 2
5105
 
+  fi
5106
 
+done
5107
 
+done
5108
 
+IFS=$as_save_IFS
5109
 
+
5110
 
+if test $ac_prog_rejected = yes; then
5111
 
+  # We found a bogon in the path, so make sure we never use it.
5112
 
+  set dummy $ac_cv_prog_CC
5113
 
+  shift
5114
 
+  if test $@%:@ != 0; then
5115
 
+    # We chose a different compiler from the bogus one.
5116
 
+    # However, it has the same basename, so the bogon will be chosen
5117
 
+    # first if we set CC to just the basename; use the full file name.
5118
 
+    shift
5119
 
+    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
5120
 
+  fi
5121
 
+fi
5122
 
+fi
5123
 
+fi
5124
 
+CC=$ac_cv_prog_CC
5125
 
+if test -n "$CC"; then
5126
 
+  { echo "$as_me:$LINENO: result: $CC" >&5
5127
 
+echo "${ECHO_T}$CC" >&6; }
5128
 
+else
5129
 
+  { echo "$as_me:$LINENO: result: no" >&5
5130
 
+echo "${ECHO_T}no" >&6; }
5131
 
+fi
5132
 
+
5133
 
+
5134
 
+fi
5135
 
+if test -z "$CC"; then
5136
 
+  if test -n "$ac_tool_prefix"; then
5137
 
+  for ac_prog in cl.exe
5138
 
+  do
5139
 
+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5140
 
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5141
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5142
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5143
 
+if test "${ac_cv_prog_CC+set}" = set; then
5144
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5145
 
+else
5146
 
+  if test -n "$CC"; then
5147
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
5148
 
+else
5149
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5150
 
+for as_dir in $PATH
5151
 
+do
5152
 
+  IFS=$as_save_IFS
5153
 
+  test -z "$as_dir" && as_dir=.
5154
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
5155
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5156
 
+    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5157
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5158
 
+    break 2
5159
 
+  fi
5160
 
+done
5161
 
+done
5162
 
+IFS=$as_save_IFS
5163
 
+
5164
 
+fi
5165
 
+fi
5166
 
+CC=$ac_cv_prog_CC
5167
 
+if test -n "$CC"; then
5168
 
+  { echo "$as_me:$LINENO: result: $CC" >&5
5169
 
+echo "${ECHO_T}$CC" >&6; }
5170
 
+else
5171
 
+  { echo "$as_me:$LINENO: result: no" >&5
5172
 
+echo "${ECHO_T}no" >&6; }
5173
 
+fi
5174
 
+
5175
 
+
5176
 
+    test -n "$CC" && break
5177
 
+  done
5178
 
+fi
5179
 
+if test -z "$CC"; then
5180
 
+  ac_ct_CC=$CC
5181
 
+  for ac_prog in cl.exe
5182
 
+do
5183
 
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
5184
 
+set dummy $ac_prog; ac_word=$2
5185
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5186
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5187
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5188
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5189
 
+else
5190
 
+  if test -n "$ac_ct_CC"; then
5191
 
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5192
 
+else
5193
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5194
 
+for as_dir in $PATH
5195
 
+do
5196
 
+  IFS=$as_save_IFS
5197
 
+  test -z "$as_dir" && as_dir=.
5198
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
5199
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5200
 
+    ac_cv_prog_ac_ct_CC="$ac_prog"
5201
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5202
 
+    break 2
5203
 
+  fi
5204
 
+done
5205
 
+done
5206
 
+IFS=$as_save_IFS
5207
 
+
5208
 
+fi
5209
 
+fi
5210
 
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
5211
 
+if test -n "$ac_ct_CC"; then
5212
 
+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5213
 
+echo "${ECHO_T}$ac_ct_CC" >&6; }
5214
 
+else
5215
 
+  { echo "$as_me:$LINENO: result: no" >&5
5216
 
+echo "${ECHO_T}no" >&6; }
5217
 
+fi
5218
 
+
5219
 
+
5220
 
+  test -n "$ac_ct_CC" && break
5221
 
+done
5222
 
+
5223
 
+  if test "x$ac_ct_CC" = x; then
5224
 
+    CC=""
5225
 
+  else
5226
 
+    case $cross_compiling:$ac_tool_warned in
5227
 
+yes:)
5228
 
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5229
 
+whose name does not start with the host triplet.  If you think this
5230
 
+configuration is useful to you, please write to autoconf@gnu.org." >&5
5231
 
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5232
 
+whose name does not start with the host triplet.  If you think this
5233
 
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5234
 
+ac_tool_warned=yes ;;
5235
 
+esac
5236
 
+    CC=$ac_ct_CC
5237
 
+  fi
5238
 
+fi
5239
 
+
5240
 
+fi
5241
 
+
5242
 
+
5243
 
+test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
5244
 
+See \`config.log' for more details." >&5
5245
 
+echo "$as_me: error: no acceptable C compiler found in \$PATH
5246
 
+See \`config.log' for more details." >&2;}
5247
 
+   { (exit 1); exit 1; }; }
5248
 
+
5249
 
+# Provide some information about the compiler.
5250
 
+echo "$as_me:$LINENO: checking for C compiler version" >&5
5251
 
+ac_compiler=`set X $ac_compile; echo $2`
5252
 
+{ (ac_try="$ac_compiler --version >&5"
5253
 
+case "(($ac_try" in
5254
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5255
 
+  *) ac_try_echo=$ac_try;;
5256
 
+esac
5257
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5258
 
+  (eval "$ac_compiler --version >&5") 2>&5
5259
 
+  ac_status=$?
5260
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5261
 
+  (exit $ac_status); }
5262
 
+{ (ac_try="$ac_compiler -v >&5"
5263
 
+case "(($ac_try" in
5264
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5265
 
+  *) ac_try_echo=$ac_try;;
5266
 
+esac
5267
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5268
 
+  (eval "$ac_compiler -v >&5") 2>&5
5269
 
+  ac_status=$?
5270
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5271
 
+  (exit $ac_status); }
5272
 
+{ (ac_try="$ac_compiler -V >&5"
5273
 
+case "(($ac_try" in
5274
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5275
 
+  *) ac_try_echo=$ac_try;;
5276
 
+esac
5277
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5278
 
+  (eval "$ac_compiler -V >&5") 2>&5
5279
 
+  ac_status=$?
5280
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5281
 
+  (exit $ac_status); }
5282
 
+
5283
 
+cat >conftest.$ac_ext <<_ACEOF
5284
 
+/* confdefs.h.  */
5285
 
+_ACEOF
5286
 
+cat confdefs.h >>conftest.$ac_ext
5287
 
+cat >>conftest.$ac_ext <<_ACEOF
5288
 
+/* end confdefs.h.  */
5289
 
+
5290
 
+int
5291
 
+main ()
5292
 
+{
5293
 
+
5294
 
+  ;
5295
 
+  return 0;
5296
 
+}
5297
 
+_ACEOF
5298
 
+ac_clean_files_save=$ac_clean_files
5299
 
+ac_clean_files="$ac_clean_files a.out a.exe b.out"
5300
 
+# Try to create an executable without -o first, disregard a.out.
5301
 
+# It will help us diagnose broken compilers, and finding out an intuition
5302
 
+# of exeext.
5303
 
+{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
5304
 
+echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
5305
 
+ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
5306
 
+#
5307
 
+# List of possible output files, starting from the most likely.
5308
 
+# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
5309
 
+# only as a last resort.  b.out is created by i960 compilers.
5310
 
+ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
5311
 
+#
5312
 
+# The IRIX 6 linker writes into existing files which may not be
5313
 
+# executable, retaining their permissions.  Remove them first so a
5314
 
+# subsequent execution test works.
5315
 
+ac_rmfiles=
5316
 
+for ac_file in $ac_files
5317
 
+do
5318
 
+  case $ac_file in
5319
 
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
5320
 
+    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
5321
 
+  esac
5322
 
+done
5323
 
+rm -f $ac_rmfiles
5324
 
+
5325
 
+if { (ac_try="$ac_link_default"
5326
 
+case "(($ac_try" in
5327
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5328
 
+  *) ac_try_echo=$ac_try;;
5329
 
+esac
5330
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5331
 
+  (eval "$ac_link_default") 2>&5
5332
 
+  ac_status=$?
5333
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5334
 
+  (exit $ac_status); }; then
5335
 
+  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
5336
 
+# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
5337
 
+# in a Makefile.  We should not override ac_cv_exeext if it was cached,
5338
 
+# so that the user can short-circuit this test for compilers unknown to
5339
 
+# Autoconf.
5340
 
+for ac_file in $ac_files ''
5341
 
+do
5342
 
+  test -f "$ac_file" || continue
5343
 
+  case $ac_file in
5344
 
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
5345
 
+       ;;
5346
 
+    [ab].out )
5347
 
+       # We found the default executable, but exeext='' is most
5348
 
+       # certainly right.
5349
 
+       break;;
5350
 
+    *.* )
5351
 
+        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
5352
 
+       then :; else
5353
 
+          ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5354
 
+       fi
5355
 
+       # We set ac_cv_exeext here because the later test for it is not
5356
 
+       # safe: cross compilers may not add the suffix if given an `-o'
5357
 
+       # argument, so we may need to know it at that point already.
5358
 
+       # Even if this section looks crufty: it has the advantage of
5359
 
+       # actually working.
5360
 
+       break;;
5361
 
+    * )
5362
 
+       break;;
5363
 
+  esac
5364
 
+done
5365
 
+test "$ac_cv_exeext" = no && ac_cv_exeext=
5366
 
+
5367
 
+else
5368
 
+  ac_file=''
5369
 
+fi
5370
 
+
5371
 
+{ echo "$as_me:$LINENO: result: $ac_file" >&5
5372
 
+echo "${ECHO_T}$ac_file" >&6; }
5373
 
+if test -z "$ac_file"; then
5374
 
+  echo "$as_me: failed program was:" >&5
5375
 
+sed 's/^/| /' conftest.$ac_ext >&5
5376
 
+
5377
 
+{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
5378
 
+See \`config.log' for more details." >&5
5379
 
+echo "$as_me: error: C compiler cannot create executables
5380
 
+See \`config.log' for more details." >&2;}
5381
 
+   { (exit 77); exit 77; }; }
5382
 
+fi
5383
 
+
5384
 
+ac_exeext=$ac_cv_exeext
5385
 
+
5386
 
+# Check that the compiler produces executables we can run.  If not, either
5387
 
+# the compiler is broken, or we cross compile.
5388
 
+{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
5389
 
+echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
5390
 
+# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
5391
 
+# If not cross compiling, check that we can run a simple program.
5392
 
+if test "$cross_compiling" != yes; then
5393
 
+  if { ac_try='./$ac_file'
5394
 
+  { (case "(($ac_try" in
5395
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5396
 
+  *) ac_try_echo=$ac_try;;
5397
 
+esac
5398
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5399
 
+  (eval "$ac_try") 2>&5
5400
 
+  ac_status=$?
5401
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5402
 
+  (exit $ac_status); }; }; then
5403
 
+    cross_compiling=no
5404
 
+  else
5405
 
+    if test "$cross_compiling" = maybe; then
5406
 
+       cross_compiling=yes
5407
 
+    else
5408
 
+       { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
5409
 
+If you meant to cross compile, use \`--host'.
5410
 
+See \`config.log' for more details." >&5
5411
 
+echo "$as_me: error: cannot run C compiled programs.
5412
 
+If you meant to cross compile, use \`--host'.
5413
 
+See \`config.log' for more details." >&2;}
5414
 
+   { (exit 1); exit 1; }; }
5415
 
+    fi
5416
 
+  fi
5417
 
+fi
5418
 
+{ echo "$as_me:$LINENO: result: yes" >&5
5419
 
+echo "${ECHO_T}yes" >&6; }
5420
 
+
5421
 
+rm -f a.out a.exe conftest$ac_cv_exeext b.out
5422
 
+ac_clean_files=$ac_clean_files_save
5423
 
+# Check that the compiler produces executables we can run.  If not, either
5424
 
+# the compiler is broken, or we cross compile.
5425
 
+{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
5426
 
+echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
5427
 
+{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
5428
 
+echo "${ECHO_T}$cross_compiling" >&6; }
5429
 
+
5430
 
+{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
5431
 
+echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
5432
 
+if { (ac_try="$ac_link"
5433
 
+case "(($ac_try" in
5434
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5435
 
+  *) ac_try_echo=$ac_try;;
5436
 
+esac
5437
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5438
 
+  (eval "$ac_link") 2>&5
5439
 
+  ac_status=$?
5440
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5441
 
+  (exit $ac_status); }; then
5442
 
+  # If both `conftest.exe' and `conftest' are `present' (well, observable)
5443
 
+# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
5444
 
+# work properly (i.e., refer to `conftest.exe'), while it won't with
5445
 
+# `rm'.
5446
 
+for ac_file in conftest.exe conftest conftest.*; do
5447
 
+  test -f "$ac_file" || continue
5448
 
+  case $ac_file in
5449
 
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
5450
 
+    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5451
 
+         break;;
5452
 
+    * ) break;;
5453
 
+  esac
5454
 
+done
5455
 
+else
5456
 
+  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
5457
 
+See \`config.log' for more details." >&5
5458
 
+echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
5459
 
+See \`config.log' for more details." >&2;}
5460
 
+   { (exit 1); exit 1; }; }
5461
 
+fi
5462
 
+
5463
 
+rm -f conftest$ac_cv_exeext
5464
 
+{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
5465
 
+echo "${ECHO_T}$ac_cv_exeext" >&6; }
5466
 
+
5467
 
+rm -f conftest.$ac_ext
5468
 
+EXEEXT=$ac_cv_exeext
5469
 
+ac_exeext=$EXEEXT
5470
 
+{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
5471
 
+echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
5472
 
+if test "${ac_cv_objext+set}" = set; then
5473
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5474
 
+else
5475
 
+  cat >conftest.$ac_ext <<_ACEOF
5476
 
+/* confdefs.h.  */
5477
 
+_ACEOF
5478
 
+cat confdefs.h >>conftest.$ac_ext
5479
 
+cat >>conftest.$ac_ext <<_ACEOF
5480
 
+/* end confdefs.h.  */
5481
 
+
5482
 
+int
5483
 
+main ()
5484
 
+{
5485
 
+
5486
 
+  ;
5487
 
+  return 0;
5488
 
+}
5489
 
+_ACEOF
5490
 
+rm -f conftest.o conftest.obj
5491
 
+if { (ac_try="$ac_compile"
5492
 
+case "(($ac_try" in
5493
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5494
 
+  *) ac_try_echo=$ac_try;;
5495
 
+esac
5496
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5497
 
+  (eval "$ac_compile") 2>&5
5498
 
+  ac_status=$?
5499
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5500
 
+  (exit $ac_status); }; then
5501
 
+  for ac_file in conftest.o conftest.obj conftest.*; do
5502
 
+  test -f "$ac_file" || continue;
5503
 
+  case $ac_file in
5504
 
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
5505
 
+    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
5506
 
+       break;;
5507
 
+  esac
5508
 
+done
5509
 
+else
5510
 
+  echo "$as_me: failed program was:" >&5
5511
 
+sed 's/^/| /' conftest.$ac_ext >&5
5512
 
+
5513
 
+{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
5514
 
+See \`config.log' for more details." >&5
5515
 
+echo "$as_me: error: cannot compute suffix of object files: cannot compile
5516
 
+See \`config.log' for more details." >&2;}
5517
 
+   { (exit 1); exit 1; }; }
5518
 
+fi
5519
 
+
5520
 
+rm -f conftest.$ac_cv_objext conftest.$ac_ext
5521
 
+fi
5522
 
+{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
5523
 
+echo "${ECHO_T}$ac_cv_objext" >&6; }
5524
 
+OBJEXT=$ac_cv_objext
5525
 
+ac_objext=$OBJEXT
5526
 
+{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
5527
 
+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
5528
 
+if test "${ac_cv_c_compiler_gnu+set}" = set; then
5529
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5530
 
+else
5531
 
+  cat >conftest.$ac_ext <<_ACEOF
5532
 
+/* confdefs.h.  */
5533
 
+_ACEOF
5534
 
+cat confdefs.h >>conftest.$ac_ext
5535
 
+cat >>conftest.$ac_ext <<_ACEOF
5536
 
+/* end confdefs.h.  */
5537
 
+
5538
 
+int
5539
 
+main ()
5540
 
+{
5541
 
+#ifndef __GNUC__
5542
 
+       choke me
5543
 
+#endif
5544
 
+
5545
 
+  ;
5546
 
+  return 0;
5547
 
+}
5548
 
+_ACEOF
5549
 
+rm -f conftest.$ac_objext
5550
 
+if { (ac_try="$ac_compile"
5551
 
+case "(($ac_try" in
5552
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5553
 
+  *) ac_try_echo=$ac_try;;
5554
 
+esac
5555
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5556
 
+  (eval "$ac_compile") 2>conftest.er1
5557
 
+  ac_status=$?
5558
 
+  grep -v '^ *+' conftest.er1 >conftest.err
5559
 
+  rm -f conftest.er1
5560
 
+  cat conftest.err >&5
5561
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5562
 
+  (exit $ac_status); } && {
5563
 
+        test -z "$ac_c_werror_flag" ||
5564
 
+        test ! -s conftest.err
5565
 
+       } && test -s conftest.$ac_objext; then
5566
 
+  ac_compiler_gnu=yes
5567
 
+else
5568
 
+  echo "$as_me: failed program was:" >&5
5569
 
+sed 's/^/| /' conftest.$ac_ext >&5
5570
 
+
5571
 
+       ac_compiler_gnu=no
5572
 
+fi
5573
 
+
5574
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5575
 
+ac_cv_c_compiler_gnu=$ac_compiler_gnu
5576
 
+
5577
 
+fi
5578
 
+{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
5579
 
+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
5580
 
+GCC=`test $ac_compiler_gnu = yes && echo yes`
5581
 
+ac_test_CFLAGS=${CFLAGS+set}
5582
 
+ac_save_CFLAGS=$CFLAGS
5583
 
+{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
5584
 
+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
5585
 
+if test "${ac_cv_prog_cc_g+set}" = set; then
5586
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5587
 
+else
5588
 
+  ac_save_c_werror_flag=$ac_c_werror_flag
5589
 
+   ac_c_werror_flag=yes
5590
 
+   ac_cv_prog_cc_g=no
5591
 
+   CFLAGS="-g"
5592
 
+   cat >conftest.$ac_ext <<_ACEOF
5593
 
+/* confdefs.h.  */
5594
 
+_ACEOF
5595
 
+cat confdefs.h >>conftest.$ac_ext
5596
 
+cat >>conftest.$ac_ext <<_ACEOF
5597
 
+/* end confdefs.h.  */
5598
 
+
5599
 
+int
5600
 
+main ()
5601
 
+{
5602
 
+
5603
 
+  ;
5604
 
+  return 0;
5605
 
+}
5606
 
+_ACEOF
5607
 
+rm -f conftest.$ac_objext
5608
 
+if { (ac_try="$ac_compile"
5609
 
+case "(($ac_try" in
5610
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5611
 
+  *) ac_try_echo=$ac_try;;
5612
 
+esac
5613
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5614
 
+  (eval "$ac_compile") 2>conftest.er1
5615
 
+  ac_status=$?
5616
 
+  grep -v '^ *+' conftest.er1 >conftest.err
5617
 
+  rm -f conftest.er1
5618
 
+  cat conftest.err >&5
5619
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5620
 
+  (exit $ac_status); } && {
5621
 
+        test -z "$ac_c_werror_flag" ||
5622
 
+        test ! -s conftest.err
5623
 
+       } && test -s conftest.$ac_objext; then
5624
 
+  ac_cv_prog_cc_g=yes
5625
 
+else
5626
 
+  echo "$as_me: failed program was:" >&5
5627
 
+sed 's/^/| /' conftest.$ac_ext >&5
5628
 
+
5629
 
+       CFLAGS=""
5630
 
+      cat >conftest.$ac_ext <<_ACEOF
5631
 
+/* confdefs.h.  */
5632
 
+_ACEOF
5633
 
+cat confdefs.h >>conftest.$ac_ext
5634
 
+cat >>conftest.$ac_ext <<_ACEOF
5635
 
+/* end confdefs.h.  */
5636
 
+
5637
 
+int
5638
 
+main ()
5639
 
+{
5640
 
+
5641
 
+  ;
5642
 
+  return 0;
5643
 
+}
5644
 
+_ACEOF
5645
 
+rm -f conftest.$ac_objext
5646
 
+if { (ac_try="$ac_compile"
5647
 
+case "(($ac_try" in
5648
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5649
 
+  *) ac_try_echo=$ac_try;;
5650
 
+esac
5651
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5652
 
+  (eval "$ac_compile") 2>conftest.er1
5653
 
+  ac_status=$?
5654
 
+  grep -v '^ *+' conftest.er1 >conftest.err
5655
 
+  rm -f conftest.er1
5656
 
+  cat conftest.err >&5
5657
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5658
 
+  (exit $ac_status); } && {
5659
 
+        test -z "$ac_c_werror_flag" ||
5660
 
+        test ! -s conftest.err
5661
 
+       } && test -s conftest.$ac_objext; then
5662
 
+  :
5663
 
+else
5664
 
+  echo "$as_me: failed program was:" >&5
5665
 
+sed 's/^/| /' conftest.$ac_ext >&5
5666
 
+
5667
 
+       ac_c_werror_flag=$ac_save_c_werror_flag
5668
 
+        CFLAGS="-g"
5669
 
+        cat >conftest.$ac_ext <<_ACEOF
5670
 
+/* confdefs.h.  */
5671
 
+_ACEOF
5672
 
+cat confdefs.h >>conftest.$ac_ext
5673
 
+cat >>conftest.$ac_ext <<_ACEOF
5674
 
+/* end confdefs.h.  */
5675
 
+
5676
 
+int
5677
 
+main ()
5678
 
+{
5679
 
+
5680
 
+  ;
5681
 
+  return 0;
5682
 
+}
5683
 
+_ACEOF
5684
 
+rm -f conftest.$ac_objext
5685
 
+if { (ac_try="$ac_compile"
5686
 
+case "(($ac_try" in
5687
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5688
 
+  *) ac_try_echo=$ac_try;;
5689
 
+esac
5690
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5691
 
+  (eval "$ac_compile") 2>conftest.er1
5692
 
+  ac_status=$?
5693
 
+  grep -v '^ *+' conftest.er1 >conftest.err
5694
 
+  rm -f conftest.er1
5695
 
+  cat conftest.err >&5
5696
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5697
 
+  (exit $ac_status); } && {
5698
 
+        test -z "$ac_c_werror_flag" ||
5699
 
+        test ! -s conftest.err
5700
 
+       } && test -s conftest.$ac_objext; then
5701
 
+  ac_cv_prog_cc_g=yes
5702
 
+else
5703
 
+  echo "$as_me: failed program was:" >&5
5704
 
+sed 's/^/| /' conftest.$ac_ext >&5
5705
 
+
5706
 
+       
5707
 
+fi
5708
 
+
5709
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5710
 
+fi
5711
 
+
5712
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5713
 
+fi
5714
 
+
5715
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5716
 
+   ac_c_werror_flag=$ac_save_c_werror_flag
5717
 
+fi
5718
 
+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
5719
 
+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
5720
 
+if test "$ac_test_CFLAGS" = set; then
5721
 
+  CFLAGS=$ac_save_CFLAGS
5722
 
+elif test $ac_cv_prog_cc_g = yes; then
5723
 
+  if test "$GCC" = yes; then
5724
 
+    CFLAGS="-g -O2"
5725
 
+  else
5726
 
+    CFLAGS="-g"
5727
 
+  fi
5728
 
+else
5729
 
+  if test "$GCC" = yes; then
5730
 
+    CFLAGS="-O2"
5731
 
+  else
5732
 
+    CFLAGS=
5733
 
+  fi
5734
 
+fi
5735
 
+{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
5736
 
+echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
5737
 
+if test "${ac_cv_prog_cc_c89+set}" = set; then
5738
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5739
 
+else
5740
 
+  ac_cv_prog_cc_c89=no
5741
 
+ac_save_CC=$CC
5742
 
+cat >conftest.$ac_ext <<_ACEOF
5743
 
+/* confdefs.h.  */
5744
 
+_ACEOF
5745
 
+cat confdefs.h >>conftest.$ac_ext
5746
 
+cat >>conftest.$ac_ext <<_ACEOF
5747
 
+/* end confdefs.h.  */
5748
 
+#include <stdarg.h>
5749
 
+#include <stdio.h>
5750
 
+#include <sys/types.h>
5751
 
+#include <sys/stat.h>
5752
 
+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
5753
 
+struct buf { int x; };
5754
 
+FILE * (*rcsopen) (struct buf *, struct stat *, int);
5755
 
+static char *e (p, i)
5756
 
+     char **p;
5757
 
+     int i;
5758
 
+{
5759
 
+  return p[i];
5760
 
+}
5761
 
+static char *f (char * (*g) (char **, int), char **p, ...)
5762
 
+{
5763
 
+  char *s;
5764
 
+  va_list v;
5765
 
+  va_start (v,p);
5766
 
+  s = g (p, va_arg (v,int));
5767
 
+  va_end (v);
5768
 
+  return s;
5769
 
+}
5770
 
+
5771
 
+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
5772
 
+   function prototypes and stuff, but not '\xHH' hex character constants.
5773
 
+   These don't provoke an error unfortunately, instead are silently treated
5774
 
+   as 'x'.  The following induces an error, until -std is added to get
5775
 
+   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
5776
 
+   array size at least.  It's necessary to write '\x00'==0 to get something
5777
 
+   that's true only with -std.  */
5778
 
+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5779
 
+
5780
 
+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5781
 
+   inside strings and character constants.  */
5782
 
+#define FOO(x) 'x'
5783
 
+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5784
 
+
5785
 
+int test (int i, double x);
5786
 
+struct s1 {int (*f) (int a);};
5787
 
+struct s2 {int (*f) (double a);};
5788
 
+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5789
 
+int argc;
5790
 
+char **argv;
5791
 
+int
5792
 
+main ()
5793
 
+{
5794
 
+return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
5795
 
+  ;
5796
 
+  return 0;
5797
 
+}
5798
 
+_ACEOF
5799
 
+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5800
 
+       -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5801
 
+do
5802
 
+  CC="$ac_save_CC $ac_arg"
5803
 
+  rm -f conftest.$ac_objext
5804
 
+if { (ac_try="$ac_compile"
5805
 
+case "(($ac_try" in
5806
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5807
 
+  *) ac_try_echo=$ac_try;;
5808
 
+esac
5809
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5810
 
+  (eval "$ac_compile") 2>conftest.er1
5811
 
+  ac_status=$?
5812
 
+  grep -v '^ *+' conftest.er1 >conftest.err
5813
 
+  rm -f conftest.er1
5814
 
+  cat conftest.err >&5
5815
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5816
 
+  (exit $ac_status); } && {
5817
 
+        test -z "$ac_c_werror_flag" ||
5818
 
+        test ! -s conftest.err
5819
 
+       } && test -s conftest.$ac_objext; then
5820
 
+  ac_cv_prog_cc_c89=$ac_arg
5821
 
+else
5822
 
+  echo "$as_me: failed program was:" >&5
5823
 
+sed 's/^/| /' conftest.$ac_ext >&5
5824
 
+
5825
 
+       
5826
 
+fi
5827
 
+
5828
 
+rm -f core conftest.err conftest.$ac_objext 
5829
 
+  test "x$ac_cv_prog_cc_c89" != "xno" && break
5830
 
+done
5831
 
+rm -f conftest.$ac_ext
5832
 
+CC=$ac_save_CC
5833
 
+
5834
 
+fi
5835
 
+# AC_CACHE_VAL
5836
 
+case "x$ac_cv_prog_cc_c89" in
5837
 
+  x)
5838
 
+    { echo "$as_me:$LINENO: result: none needed" >&5
5839
 
+echo "${ECHO_T}none needed" >&6; } ;;
5840
 
+  xno)
5841
 
+    { echo "$as_me:$LINENO: result: unsupported" >&5
5842
 
+echo "${ECHO_T}unsupported" >&6; } ;;
5843
 
+  *)
5844
 
+    CC="$CC $ac_cv_prog_cc_c89"
5845
 
+    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
5846
 
+echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
5847
 
+esac
5848
 
+
5849
 
+
5850
 
+ac_ext=c
5851
 
+ac_cpp='$CPP $CPPFLAGS'
5852
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5853
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5854
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
5855
 
+
5856
 
+depcc="$CC"   am_compiler_list=
5857
 
+
5858
 
+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5859
 
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
5860
 
+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
5861
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5862
 
+else
5863
 
+  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5864
 
+  # We make a subdir and do the tests there.  Otherwise we can end up
5865
 
+  # making bogus files that we don't know about and never remove.  For
5866
 
+  # instance it was reported that on HP-UX the gcc test will end up
5867
 
+  # making a dummy file named `D' -- because `-MD' means `put the output
5868
 
+  # in D'.
5869
 
+  mkdir conftest.dir
5870
 
+  # Copy depcomp to subdir because otherwise we won't find it if we're
5871
 
+  # using a relative directory.
5872
 
+  cp "$am_depcomp" conftest.dir
5873
 
+  cd conftest.dir
5874
 
+  # We will build objects and dependencies in a subdirectory because
5875
 
+  # it helps to detect inapplicable dependency modes.  For instance
5876
 
+  # both Tru64's cc and ICC support -MD to output dependencies as a
5877
 
+  # side effect of compilation, but ICC will put the dependencies in
5878
 
+  # the current directory while Tru64 will put them in the object
5879
 
+  # directory.
5880
 
+  mkdir sub
5881
 
+
5882
 
+  am_cv_CC_dependencies_compiler_type=none
5883
 
+  if test "$am_compiler_list" = ""; then
5884
 
+     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5885
 
+  fi
5886
 
+  for depmode in $am_compiler_list; do
5887
 
+    # Setup a source with many dependencies, because some compilers
5888
 
+    # like to wrap large dependency lists on column 80 (with \), and
5889
 
+    # we should not choose a depcomp mode which is confused by this.
5890
 
+    #
5891
 
+    # We need to recreate these files for each test, as the compiler may
5892
 
+    # overwrite some of them when testing with obscure command lines.
5893
 
+    # This happens at least with the AIX C compiler.
5894
 
+    : > sub/conftest.c
5895
 
+    for i in 1 2 3 4 5 6; do
5896
 
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
5897
 
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5898
 
+      # Solaris 8's {/usr,}/bin/sh.
5899
 
+      touch sub/conftst$i.h
5900
 
+    done
5901
 
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5902
 
+
5903
 
+    case $depmode in
5904
 
+    nosideeffect)
5905
 
+      # after this tag, mechanisms are not by side-effect, so they'll
5906
 
+      # only be used when explicitly requested
5907
 
+      if test "x$enable_dependency_tracking" = xyes; then
5908
 
+       continue
5909
 
+      else
5910
 
+       break
5911
 
+      fi
5912
 
+      ;;
5913
 
+    none) break ;;
5914
 
+    esac
5915
 
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
5916
 
+    # mode.  It turns out that the SunPro C++ compiler does not properly
5917
 
+    # handle `-M -o', and we need to detect this.
5918
 
+    if depmode=$depmode \
5919
 
+       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5920
 
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5921
 
+       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5922
 
+         >/dev/null 2>conftest.err &&
5923
 
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5924
 
+       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5925
 
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5926
 
+      # icc doesn't choke on unknown options, it will just issue warnings
5927
 
+      # or remarks (even with -Werror).  So we grep stderr for any message
5928
 
+      # that says an option was ignored or not supported.
5929
 
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
5930
 
+      #   icc: Command line warning: ignoring option '-M'; no argument required
5931
 
+      # The diagnosis changed in icc 8.0:
5932
 
+      #   icc: Command line remark: option '-MP' not supported
5933
 
+      if (grep 'ignoring option' conftest.err ||
5934
 
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5935
 
+        am_cv_CC_dependencies_compiler_type=$depmode
5936
 
+        break
5937
 
+      fi
5938
 
+    fi
5939
 
+  done
5940
 
+
5941
 
+  cd ..
5942
 
+  rm -rf conftest.dir
5943
 
+else
5944
 
+  am_cv_CC_dependencies_compiler_type=none
5945
 
+fi
5946
 
+
5947
 
+fi
5948
 
+{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
5949
 
+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
5950
 
+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5951
 
+
5952
 
5953
 
+
5954
 
+if 
5955
 
+  test "x$enable_dependency_tracking" != xno \
5956
 
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
5957
 
+  am__fastdepCC_TRUE=
5958
 
+  am__fastdepCC_FALSE='#'
5959
 
+else
5960
 
+  am__fastdepCC_TRUE='#'
5961
 
+  am__fastdepCC_FALSE=
5962
 
+fi
5963
 
+
5964
 
+
5965
 
+
5966
 
+
5967
 
+case "$am__api_version" in
5968
 
+    1.01234)
5969
 
+       { { echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5
5970
 
+echo "$as_me: error: Automake 1.5 or newer is required to use intltool" >&2;}
5971
 
+   { (exit 1); exit 1; }; }
5972
 
+    ;;
5973
 
+    *)
5974
 
+    ;;
5975
 
+esac
5976
 
+
5977
 
+if test -n "0.35.0"; then
5978
 
+    { echo "$as_me:$LINENO: checking for intltool >= 0.35.0" >&5
5979
 
+echo $ECHO_N "checking for intltool >= 0.35.0... $ECHO_C" >&6; }
5980
 
+
5981
 
+    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.35.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
5982
 
+    INTLTOOL_APPLIED_VERSION=`awk -F\" '/\\$VERSION / { print $ 2; }' ${ac_aux_dir}/intltool-update.in`
5983
 
+    INTLTOOL_APPLIED_VERSION_AS_INT=`awk -F\" '/\\$VERSION / { split($ 2, VERSION, "."); print VERSION[1] * 1000 + VERSION[2] * 100 + VERSION[3];}' ${ac_aux_dir}/intltool-update.in`
5984
 
+    
5985
 
+    { echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5
5986
 
+echo "${ECHO_T}$INTLTOOL_APPLIED_VERSION found" >&6; }
5987
 
+    test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
5988
 
+       { { echo "$as_me:$LINENO: error: Your intltool is too old.  You need intltool 0.35.0 or later." >&5
5989
 
+echo "$as_me: error: Your intltool is too old.  You need intltool 0.35.0 or later." >&2;}
5990
 
+   { (exit 1); exit 1; }; }
5991
 
+fi
5992
 
+
5993
 
+  INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' 
5994
 
+INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' 
5995
 
+     INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' 
5996
 
+     INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' 
5997
 
+      INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
5998
 
+     INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' 
5999
 
+   INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' 
6000
 
+    INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' 
6001
 
+INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' 
6002
 
+       INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' 
6003
 
+      INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' 
6004
 
+      INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@' 
6005
 
+      INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' 
6006
 
+      INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' 
6007
 
+    INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' 
6008
 
+  INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' 
6009
 
+    INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' 
6010
 
+    INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
6011
 
+
6012
 
+
6013
 
+
6014
 
+
6015
 
+
6016
 
+
6017
 
+
6018
 
+
6019
 
+
6020
 
+
6021
 
+
6022
 
+
6023
 
+
6024
 
+
6025
 
+
6026
 
+
6027
 
+
6028
 
+
6029
 
+
6030
 
+
6031
 
+# Use the tools built into the package, not the ones that are installed.
6032
 
+INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
6033
 
+
6034
 
+INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
6035
 
+
6036
 
+INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
6037
 
+
6038
 
+
6039
 
+# Extract the first word of "perl", so it can be a program name with args.
6040
 
+set dummy perl; ac_word=$2
6041
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6042
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6043
 
+if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then
6044
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6045
 
+else
6046
 
+  case $INTLTOOL_PERL in
6047
 
+  [\\/]* | ?:[\\/]*)
6048
 
+  ac_cv_path_INTLTOOL_PERL="$INTLTOOL_PERL" # Let the user override the test with a path.
6049
 
+  ;;
6050
 
+  *)
6051
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6052
 
+for as_dir in $PATH
6053
 
+do
6054
 
+  IFS=$as_save_IFS
6055
 
+  test -z "$as_dir" && as_dir=.
6056
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
6057
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6058
 
+    ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext"
6059
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6060
 
+    break 2
6061
 
+  fi
6062
 
+done
6063
 
+done
6064
 
+IFS=$as_save_IFS
6065
 
+
6066
 
+  ;;
6067
 
+esac
6068
 
+fi
6069
 
+INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL
6070
 
+if test -n "$INTLTOOL_PERL"; then
6071
 
+  { echo "$as_me:$LINENO: result: $INTLTOOL_PERL" >&5
6072
 
+echo "${ECHO_T}$INTLTOOL_PERL" >&6; }
6073
 
+else
6074
 
+  { echo "$as_me:$LINENO: result: no" >&5
6075
 
+echo "${ECHO_T}no" >&6; }
6076
 
+fi
6077
 
+
6078
 
+
6079
 
+if test -z "$INTLTOOL_PERL"; then
6080
 
+   { { echo "$as_me:$LINENO: error: perl not found; required for intltool" >&5
6081
 
+echo "$as_me: error: perl not found; required for intltool" >&2;}
6082
 
+   { (exit 1); exit 1; }; }
6083
 
+fi
6084
 
+if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
6085
 
+   { { echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5
6086
 
+echo "$as_me: error: perl 5.x required for intltool" >&2;}
6087
 
+   { (exit 1); exit 1; }; }
6088
 
+fi
6089
 
+if test "x" != "xno-xml"; then
6090
 
+   { echo "$as_me:$LINENO: checking for XML::Parser" >&5
6091
 
+echo $ECHO_N "checking for XML::Parser... $ECHO_C" >&6; }
6092
 
+   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
6093
 
+       { echo "$as_me:$LINENO: result: ok" >&5
6094
 
+echo "${ECHO_T}ok" >&6; }
6095
 
+   else
6096
 
+       { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
6097
 
+echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;}
6098
 
+   { (exit 1); exit 1; }; }
6099
 
+   fi
6100
 
+fi
6101
 
+
6102
 
+# Extract the first word of "iconv", so it can be a program name with args.
6103
 
+set dummy iconv; ac_word=$2
6104
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6105
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6106
 
+if test "${ac_cv_path_INTLTOOL_ICONV+set}" = set; then
6107
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6108
 
+else
6109
 
+  case $INTLTOOL_ICONV in
6110
 
+  [\\/]* | ?:[\\/]*)
6111
 
+  ac_cv_path_INTLTOOL_ICONV="$INTLTOOL_ICONV" # Let the user override the test with a path.
6112
 
+  ;;
6113
 
+  *)
6114
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6115
 
+for as_dir in $PATH
6116
 
+do
6117
 
+  IFS=$as_save_IFS
6118
 
+  test -z "$as_dir" && as_dir=.
6119
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
6120
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6121
 
+    ac_cv_path_INTLTOOL_ICONV="$as_dir/$ac_word$ac_exec_ext"
6122
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6123
 
+    break 2
6124
 
+  fi
6125
 
+done
6126
 
+done
6127
 
+IFS=$as_save_IFS
6128
 
+
6129
 
+  test -z "$ac_cv_path_INTLTOOL_ICONV" && ac_cv_path_INTLTOOL_ICONV="iconv"
6130
 
+  ;;
6131
 
+esac
6132
 
+fi
6133
 
+INTLTOOL_ICONV=$ac_cv_path_INTLTOOL_ICONV
6134
 
+if test -n "$INTLTOOL_ICONV"; then
6135
 
+  { echo "$as_me:$LINENO: result: $INTLTOOL_ICONV" >&5
6136
 
+echo "${ECHO_T}$INTLTOOL_ICONV" >&6; }
6137
 
+else
6138
 
+  { echo "$as_me:$LINENO: result: no" >&5
6139
 
+echo "${ECHO_T}no" >&6; }
6140
 
+fi
6141
 
+
6142
 
+
6143
 
+# Extract the first word of "msgfmt", so it can be a program name with args.
6144
 
+set dummy msgfmt; ac_word=$2
6145
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6146
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6147
 
+if test "${ac_cv_path_INTLTOOL_MSGFMT+set}" = set; then
6148
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6149
 
+else
6150
 
+  case $INTLTOOL_MSGFMT in
6151
 
+  [\\/]* | ?:[\\/]*)
6152
 
+  ac_cv_path_INTLTOOL_MSGFMT="$INTLTOOL_MSGFMT" # Let the user override the test with a path.
6153
 
+  ;;
6154
 
+  *)
6155
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6156
 
+for as_dir in $PATH
6157
 
+do
6158
 
+  IFS=$as_save_IFS
6159
 
+  test -z "$as_dir" && as_dir=.
6160
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
6161
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6162
 
+    ac_cv_path_INTLTOOL_MSGFMT="$as_dir/$ac_word$ac_exec_ext"
6163
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6164
 
+    break 2
6165
 
+  fi
6166
 
+done
6167
 
+done
6168
 
+IFS=$as_save_IFS
6169
 
+
6170
 
+  test -z "$ac_cv_path_INTLTOOL_MSGFMT" && ac_cv_path_INTLTOOL_MSGFMT="msgfmt"
6171
 
+  ;;
6172
 
+esac
6173
 
+fi
6174
 
+INTLTOOL_MSGFMT=$ac_cv_path_INTLTOOL_MSGFMT
6175
 
+if test -n "$INTLTOOL_MSGFMT"; then
6176
 
+  { echo "$as_me:$LINENO: result: $INTLTOOL_MSGFMT" >&5
6177
 
+echo "${ECHO_T}$INTLTOOL_MSGFMT" >&6; }
6178
 
+else
6179
 
+  { echo "$as_me:$LINENO: result: no" >&5
6180
 
+echo "${ECHO_T}no" >&6; }
6181
 
+fi
6182
 
+
6183
 
+
6184
 
+# Extract the first word of "msgmerge", so it can be a program name with args.
6185
 
+set dummy msgmerge; ac_word=$2
6186
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6187
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6188
 
+if test "${ac_cv_path_INTLTOOL_MSGMERGE+set}" = set; then
6189
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6190
 
+else
6191
 
+  case $INTLTOOL_MSGMERGE in
6192
 
+  [\\/]* | ?:[\\/]*)
6193
 
+  ac_cv_path_INTLTOOL_MSGMERGE="$INTLTOOL_MSGMERGE" # Let the user override the test with a path.
6194
 
+  ;;
6195
 
+  *)
6196
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6197
 
+for as_dir in $PATH
6198
 
+do
6199
 
+  IFS=$as_save_IFS
6200
 
+  test -z "$as_dir" && as_dir=.
6201
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
6202
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6203
 
+    ac_cv_path_INTLTOOL_MSGMERGE="$as_dir/$ac_word$ac_exec_ext"
6204
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6205
 
+    break 2
6206
 
+  fi
6207
 
+done
6208
 
+done
6209
 
+IFS=$as_save_IFS
6210
 
+
6211
 
+  test -z "$ac_cv_path_INTLTOOL_MSGMERGE" && ac_cv_path_INTLTOOL_MSGMERGE="msgmerge"
6212
 
+  ;;
6213
 
+esac
6214
 
+fi
6215
 
+INTLTOOL_MSGMERGE=$ac_cv_path_INTLTOOL_MSGMERGE
6216
 
+if test -n "$INTLTOOL_MSGMERGE"; then
6217
 
+  { echo "$as_me:$LINENO: result: $INTLTOOL_MSGMERGE" >&5
6218
 
+echo "${ECHO_T}$INTLTOOL_MSGMERGE" >&6; }
6219
 
+else
6220
 
+  { echo "$as_me:$LINENO: result: no" >&5
6221
 
+echo "${ECHO_T}no" >&6; }
6222
 
+fi
6223
 
+
6224
 
+
6225
 
+# Extract the first word of "xgettext", so it can be a program name with args.
6226
 
+set dummy xgettext; ac_word=$2
6227
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6228
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6229
 
+if test "${ac_cv_path_INTLTOOL_XGETTEXT+set}" = set; then
6230
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6231
 
+else
6232
 
+  case $INTLTOOL_XGETTEXT in
6233
 
+  [\\/]* | ?:[\\/]*)
6234
 
+  ac_cv_path_INTLTOOL_XGETTEXT="$INTLTOOL_XGETTEXT" # Let the user override the test with a path.
6235
 
+  ;;
6236
 
+  *)
6237
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6238
 
+for as_dir in $PATH
6239
 
+do
6240
 
+  IFS=$as_save_IFS
6241
 
+  test -z "$as_dir" && as_dir=.
6242
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
6243
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6244
 
+    ac_cv_path_INTLTOOL_XGETTEXT="$as_dir/$ac_word$ac_exec_ext"
6245
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6246
 
+    break 2
6247
 
+  fi
6248
 
+done
6249
 
+done
6250
 
+IFS=$as_save_IFS
6251
 
+
6252
 
+  test -z "$ac_cv_path_INTLTOOL_XGETTEXT" && ac_cv_path_INTLTOOL_XGETTEXT="xgettext"
6253
 
+  ;;
6254
 
+esac
6255
 
+fi
6256
 
+INTLTOOL_XGETTEXT=$ac_cv_path_INTLTOOL_XGETTEXT
6257
 
+if test -n "$INTLTOOL_XGETTEXT"; then
6258
 
+  { echo "$as_me:$LINENO: result: $INTLTOOL_XGETTEXT" >&5
6259
 
+echo "${ECHO_T}$INTLTOOL_XGETTEXT" >&6; }
6260
 
+else
6261
 
+  { echo "$as_me:$LINENO: result: no" >&5
6262
 
+echo "${ECHO_T}no" >&6; }
6263
 
+fi
6264
 
+
6265
 
+
6266
 
+
6267
 
+# Substitute ALL_LINGUAS so we can use it in po/Makefile
6268
 
+
6269
 
+
6270
 
+# Set DATADIRNAME correctly if it is not set yet
6271
 
+# (copied from glib-gettext.m4)
6272
 
+if test -z "$DATADIRNAME"; then
6273
 
+  cat >conftest.$ac_ext <<_ACEOF
6274
 
+/* confdefs.h.  */
6275
 
+_ACEOF
6276
 
+cat confdefs.h >>conftest.$ac_ext
6277
 
+cat >>conftest.$ac_ext <<_ACEOF
6278
 
+/* end confdefs.h.  */
6279
 
+
6280
 
+int
6281
 
+main ()
6282
 
+{
6283
 
+extern int _nl_msg_cat_cntr;
6284
 
+                 return _nl_msg_cat_cntr
6285
 
+  ;
6286
 
+  return 0;
6287
 
+}
6288
 
+_ACEOF
6289
 
+rm -f conftest.$ac_objext conftest$ac_exeext
6290
 
+if { (ac_try="$ac_link"
6291
 
+case "(($ac_try" in
6292
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6293
 
+  *) ac_try_echo=$ac_try;;
6294
 
+esac
6295
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6296
 
+  (eval "$ac_link") 2>conftest.er1
6297
 
+  ac_status=$?
6298
 
+  grep -v '^ *+' conftest.er1 >conftest.err
6299
 
+  rm -f conftest.er1
6300
 
+  cat conftest.err >&5
6301
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6302
 
+  (exit $ac_status); } && {
6303
 
+        test -z "$ac_c_werror_flag" ||
6304
 
+        test ! -s conftest.err
6305
 
+       } && test -s conftest$ac_exeext &&
6306
 
+       $as_test_x conftest$ac_exeext; then
6307
 
+  DATADIRNAME=share
6308
 
+else
6309
 
+  echo "$as_me: failed program was:" >&5
6310
 
+sed 's/^/| /' conftest.$ac_ext >&5
6311
 
+
6312
 
+       case $host in
6313
 
+    *-*-solaris*)
6314
 
+                        { echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
6315
 
+echo $ECHO_N "checking for bind_textdomain_codeset... $ECHO_C" >&6; }
6316
 
+if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
6317
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6318
 
+else
6319
 
+  cat >conftest.$ac_ext <<_ACEOF
6320
 
+/* confdefs.h.  */
6321
 
+_ACEOF
6322
 
+cat confdefs.h >>conftest.$ac_ext
6323
 
+cat >>conftest.$ac_ext <<_ACEOF
6324
 
+/* end confdefs.h.  */
6325
 
+/* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
6326
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6327
 
+#define bind_textdomain_codeset innocuous_bind_textdomain_codeset
6328
 
+
6329
 
+/* System header to define __stub macros and hopefully few prototypes,
6330
 
+    which can conflict with char bind_textdomain_codeset (); below.
6331
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6332
 
+    <limits.h> exists even on freestanding compilers.  */
6333
 
+
6334
 
+#ifdef __STDC__
6335
 
+# include <limits.h>
6336
 
+#else
6337
 
+# include <assert.h>
6338
 
+#endif
6339
 
+
6340
 
+#undef bind_textdomain_codeset
6341
 
+
6342
 
+/* Override any GCC internal prototype to avoid an error.
6343
 
+   Use char because int might match the return type of a GCC
6344
 
+   builtin and then its argument prototype would still apply.  */
6345
 
+#ifdef __cplusplus
6346
 
+extern "C"
6347
 
+#endif
6348
 
+char bind_textdomain_codeset ();
6349
 
+/* The GNU C library defines this for functions which it implements
6350
 
+    to always fail with ENOSYS.  Some functions are actually named
6351
 
+    something starting with __ and the normal name is an alias.  */
6352
 
+#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
6353
 
+choke me
6354
 
+#endif
6355
 
+
6356
 
+int
6357
 
+main ()
6358
 
+{
6359
 
+return bind_textdomain_codeset ();
6360
 
+  ;
6361
 
+  return 0;
6362
 
+}
6363
 
+_ACEOF
6364
 
+rm -f conftest.$ac_objext conftest$ac_exeext
6365
 
+if { (ac_try="$ac_link"
6366
 
+case "(($ac_try" in
6367
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6368
 
+  *) ac_try_echo=$ac_try;;
6369
 
+esac
6370
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6371
 
+  (eval "$ac_link") 2>conftest.er1
6372
 
+  ac_status=$?
6373
 
+  grep -v '^ *+' conftest.er1 >conftest.err
6374
 
+  rm -f conftest.er1
6375
 
+  cat conftest.err >&5
6376
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6377
 
+  (exit $ac_status); } && {
6378
 
+        test -z "$ac_c_werror_flag" ||
6379
 
+        test ! -s conftest.err
6380
 
+       } && test -s conftest$ac_exeext &&
6381
 
+       $as_test_x conftest$ac_exeext; then
6382
 
+  ac_cv_func_bind_textdomain_codeset=yes
6383
 
+else
6384
 
+  echo "$as_me: failed program was:" >&5
6385
 
+sed 's/^/| /' conftest.$ac_ext >&5
6386
 
+
6387
 
+       ac_cv_func_bind_textdomain_codeset=no
6388
 
+fi
6389
 
+
6390
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6391
 
+      conftest$ac_exeext conftest.$ac_ext
6392
 
+fi
6393
 
+{ echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
6394
 
+echo "${ECHO_T}$ac_cv_func_bind_textdomain_codeset" >&6; }
6395
 
+if test $ac_cv_func_bind_textdomain_codeset = yes; then
6396
 
+  DATADIRNAME=share
6397
 
+else
6398
 
+  DATADIRNAME=lib
6399
 
+fi
6400
 
+
6401
 
+    ;;
6402
 
+    *)
6403
 
+    DATADIRNAME=lib
6404
 
+    ;;
6405
 
+    esac
6406
 
+fi
6407
 
+
6408
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6409
 
+      conftest$ac_exeext conftest.$ac_ext
6410
 
+fi
6411
 
+
6412
 
+
6413
 
+
6414
 
+
6415
 
+
6416
 
+ac_config_commands="$ac_config_commands intltool"
6417
 
+
6418
 
+
6419
 
+
6420
 
+
6421
 
+ac_config_headers="$ac_config_headers config.h"
6422
 
+
6423
 
+
6424
 
+
6425
 
+
6426
 
+if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
6427
 
+       if test -n "$ac_tool_prefix"; then
6428
 
+  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
6429
 
+set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
6430
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6431
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6432
 
+if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
6433
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6434
 
+else
6435
 
+  case $PKG_CONFIG in
6436
 
+  [\\/]* | ?:[\\/]*)
6437
 
+  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
6438
 
+  ;;
6439
 
+  *)
6440
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6441
 
+for as_dir in $PATH
6442
 
+do
6443
 
+  IFS=$as_save_IFS
6444
 
+  test -z "$as_dir" && as_dir=.
6445
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
6446
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6447
 
+    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
6448
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6449
 
+    break 2
6450
 
+  fi
6451
 
+done
6452
 
+done
6453
 
+IFS=$as_save_IFS
6454
 
+
6455
 
+  ;;
6456
 
+esac
6457
 
+fi
6458
 
+PKG_CONFIG=$ac_cv_path_PKG_CONFIG
6459
 
+if test -n "$PKG_CONFIG"; then
6460
 
+  { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6461
 
+echo "${ECHO_T}$PKG_CONFIG" >&6; }
6462
 
+else
6463
 
+  { echo "$as_me:$LINENO: result: no" >&5
6464
 
+echo "${ECHO_T}no" >&6; }
6465
 
+fi
6466
 
+
6467
 
+
6468
 
+fi
6469
 
+if test -z "$ac_cv_path_PKG_CONFIG"; then
6470
 
+  ac_pt_PKG_CONFIG=$PKG_CONFIG
6471
 
+  # Extract the first word of "pkg-config", so it can be a program name with args.
6472
 
+set dummy pkg-config; ac_word=$2
6473
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6474
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6475
 
+if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
6476
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6477
 
+else
6478
 
+  case $ac_pt_PKG_CONFIG in
6479
 
+  [\\/]* | ?:[\\/]*)
6480
 
+  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
6481
 
+  ;;
6482
 
+  *)
6483
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6484
 
+for as_dir in $PATH
6485
 
+do
6486
 
+  IFS=$as_save_IFS
6487
 
+  test -z "$as_dir" && as_dir=.
6488
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
6489
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6490
 
+    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
6491
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6492
 
+    break 2
6493
 
+  fi
6494
 
+done
6495
 
+done
6496
 
+IFS=$as_save_IFS
6497
 
+
6498
 
+  ;;
6499
 
+esac
6500
 
+fi
6501
 
+ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
6502
 
+if test -n "$ac_pt_PKG_CONFIG"; then
6503
 
+  { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
6504
 
+echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
6505
 
+else
6506
 
+  { echo "$as_me:$LINENO: result: no" >&5
6507
 
+echo "${ECHO_T}no" >&6; }
6508
 
+fi
6509
 
+
6510
 
+  if test "x$ac_pt_PKG_CONFIG" = x; then
6511
 
+    PKG_CONFIG=""
6512
 
+  else
6513
 
+    case $cross_compiling:$ac_tool_warned in
6514
 
+yes:)
6515
 
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6516
 
+whose name does not start with the host triplet.  If you think this
6517
 
+configuration is useful to you, please write to autoconf@gnu.org." >&5
6518
 
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6519
 
+whose name does not start with the host triplet.  If you think this
6520
 
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6521
 
+ac_tool_warned=yes ;;
6522
 
+esac
6523
 
+    PKG_CONFIG=$ac_pt_PKG_CONFIG
6524
 
+  fi
6525
 
+else
6526
 
+  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
6527
 
+fi
6528
 
+
6529
 
+fi
6530
 
+if test -n "$PKG_CONFIG"; then
6531
 
+       _pkg_min_version=0.9.0
6532
 
+       { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
6533
 
+echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
6534
 
+       if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
6535
 
+               { echo "$as_me:$LINENO: result: yes" >&5
6536
 
+echo "${ECHO_T}yes" >&6; }
6537
 
+       else
6538
 
+               { echo "$as_me:$LINENO: result: no" >&5
6539
 
+echo "${ECHO_T}no" >&6; }
6540
 
+               PKG_CONFIG=""
6541
 
+       fi
6542
 
+               
6543
 
+fi
6544
 
+
6545
 
+gdu_cv_version_required=0.3.2
6546
 
+
6547
 
+if test -n "$PKG_CONFIG" && \
6548
 
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$gdu_cv_version_required\"") >&5
6549
 
+  ($PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required") 2>&5
6550
 
+  ac_status=$?
6551
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6552
 
+  (exit $ac_status); }; then
6553
 
+  gdu_cv_have_gdu=yes
6554
 
+else
6555
 
+  gdu_cv_have_gdu=no
6556
 
+fi
6557
 
+
6558
 
+if test "$gdu_cv_have_gdu" = "yes"; then
6559
 
+       :
6560
 
+else
6561
 
+       { { echo "$as_me:$LINENO: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&5
6562
 
+echo "$as_me: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&2;}
6563
 
+   { (exit 1); exit 1; }; }
6564
 
+fi
6565
 
+
6566
 
+
6567
 
+
6568
 
+# Check whether --with-help-dir was given.
6569
 
+if test "${with_help_dir+set}" = set; then
6570
 
+  withval=$with_help_dir; 
6571
 
+else
6572
 
+  with_help_dir='${datadir}/gnome/help'
6573
 
+fi
6574
 
+
6575
 
+HELP_DIR="$with_help_dir"
6576
 
+
6577
 
+
6578
 
+
6579
 
+# Check whether --with-omf-dir was given.
6580
 
+if test "${with_omf_dir+set}" = set; then
6581
 
+  withval=$with_omf_dir; 
6582
 
+else
6583
 
+  with_omf_dir='${datadir}/omf'
6584
 
+fi
6585
 
+
6586
 
+OMF_DIR="$with_omf_dir"
6587
 
+
6588
 
+
6589
 
+
6590
 
+# Check whether --with-help-formats was given.
6591
 
+if test "${with_help_formats+set}" = set; then
6592
 
+  withval=$with_help_formats; 
6593
 
+else
6594
 
+  with_help_formats=''
6595
 
+fi
6596
 
+
6597
 
+DOC_USER_FORMATS="$with_help_formats"
6598
 
+
6599
 
+
6600
 
+# Check whether --enable-scrollkeeper was given.
6601
 
+if test "${enable_scrollkeeper+set}" = set; then
6602
 
+  enableval=$enable_scrollkeeper; 
6603
 
+else
6604
 
+  enable_scrollkeeper=yes
6605
 
+fi
6606
 
+
6607
 
6608
 
+
6609
 
+if test "$gdu_cv_have_gdu" = "yes" -a "$enable_scrollkeeper" = "yes"; then
6610
 
+  ENABLE_SK_TRUE=
6611
 
+  ENABLE_SK_FALSE='#'
6612
 
+else
6613
 
+  ENABLE_SK_TRUE='#'
6614
 
+  ENABLE_SK_FALSE=
6615
 
+fi
6616
 
+
6617
 
+
6618
 
6619
 
+
6620
 
+if test "$gdu_cv_have_gdu" = "yes"; then
6621
 
+  HAVE_GNOME_DOC_UTILS_TRUE=
6622
 
+  HAVE_GNOME_DOC_UTILS_FALSE='#'
6623
 
+else
6624
 
+  HAVE_GNOME_DOC_UTILS_TRUE='#'
6625
 
+  HAVE_GNOME_DOC_UTILS_FALSE=
6626
 
+fi
6627
 
+
6628
 
+
6629
 
+
6630
 
+
6631
 
+{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
6632
 
+echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
6633
 
+    # Check whether --enable-maintainer-mode was given.
6634
 
+if test "${enable_maintainer_mode+set}" = set; then
6635
 
+  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
6636
 
+else
6637
 
+  USE_MAINTAINER_MODE=no
6638
 
+fi
6639
 
+
6640
 
+  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
6641
 
+echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
6642
 
+   
6643
 
+
6644
 
+if test $USE_MAINTAINER_MODE = yes; then
6645
 
+  MAINTAINER_MODE_TRUE=
6646
 
+  MAINTAINER_MODE_FALSE='#'
6647
 
+else
6648
 
+  MAINTAINER_MODE_TRUE='#'
6649
 
+  MAINTAINER_MODE_FALSE=
6650
 
+fi
6651
 
+
6652
 
+  MAINT=$MAINTAINER_MODE_TRUE
6653
 
+  
6654
 
+
6655
 
+
6656
 
+
6657
 
+
6658
 
+# Check whether --enable-shared was given.
6659
 
+if test "${enable_shared+set}" = set; then
6660
 
+  enableval=$enable_shared; p=${PACKAGE-default}
6661
 
+    case $enableval in
6662
 
+    yes) enable_shared=yes ;;
6663
 
+    no) enable_shared=no ;;
6664
 
+    *)
6665
 
+      enable_shared=no
6666
 
+      # Look at the argument we got.  We use all the common list separators.
6667
 
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6668
 
+      for pkg in $enableval; do
6669
 
+       IFS="$lt_save_ifs"
6670
 
+       if test "X$pkg" = "X$p"; then
6671
 
+         enable_shared=yes
6672
 
+       fi
6673
 
+      done
6674
 
+      IFS="$lt_save_ifs"
6675
 
+      ;;
6676
 
+    esac
6677
 
+else
6678
 
+  enable_shared=yes
6679
 
+fi
6680
 
+
6681
 
+
6682
 
+# Check whether --enable-static was given.
6683
 
+if test "${enable_static+set}" = set; then
6684
 
+  enableval=$enable_static; p=${PACKAGE-default}
6685
 
+    case $enableval in
6686
 
+    yes) enable_static=yes ;;
6687
 
+    no) enable_static=no ;;
6688
 
+    *)
6689
 
+     enable_static=no
6690
 
+      # Look at the argument we got.  We use all the common list separators.
6691
 
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6692
 
+      for pkg in $enableval; do
6693
 
+       IFS="$lt_save_ifs"
6694
 
+       if test "X$pkg" = "X$p"; then
6695
 
+         enable_static=yes
6696
 
+       fi
6697
 
+      done
6698
 
+      IFS="$lt_save_ifs"
6699
 
+      ;;
6700
 
+    esac
6701
 
+else
6702
 
+  enable_static=yes
6703
 
+fi
6704
 
+
6705
 
+
6706
 
+# Check whether --enable-fast-install was given.
6707
 
+if test "${enable_fast_install+set}" = set; then
6708
 
+  enableval=$enable_fast_install; p=${PACKAGE-default}
6709
 
+    case $enableval in
6710
 
+    yes) enable_fast_install=yes ;;
6711
 
+    no) enable_fast_install=no ;;
6712
 
+    *)
6713
 
+      enable_fast_install=no
6714
 
+      # Look at the argument we got.  We use all the common list separators.
6715
 
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6716
 
+      for pkg in $enableval; do
6717
 
+       IFS="$lt_save_ifs"
6718
 
+       if test "X$pkg" = "X$p"; then
6719
 
+         enable_fast_install=yes
6720
 
+       fi
6721
 
+      done
6722
 
+      IFS="$lt_save_ifs"
6723
 
+      ;;
6724
 
+    esac
6725
 
+else
6726
 
+  enable_fast_install=yes
6727
 
+fi
6728
 
+
6729
 
+
6730
 
+# Make sure we can run config.sub.
6731
 
+$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
6732
 
+  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
6733
 
+echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
6734
 
+   { (exit 1); exit 1; }; }
6735
 
+
6736
 
+{ echo "$as_me:$LINENO: checking build system type" >&5
6737
 
+echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
6738
 
+if test "${ac_cv_build+set}" = set; then
6739
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6740
 
+else
6741
 
+  ac_build_alias=$build_alias
6742
 
+test "x$ac_build_alias" = x &&
6743
 
+  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
6744
 
+test "x$ac_build_alias" = x &&
6745
 
+  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
6746
 
+echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
6747
 
+   { (exit 1); exit 1; }; }
6748
 
+ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
6749
 
+  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
6750
 
+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
6751
 
+   { (exit 1); exit 1; }; }
6752
 
+
6753
 
+fi
6754
 
+{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
6755
 
+echo "${ECHO_T}$ac_cv_build" >&6; }
6756
 
+case $ac_cv_build in
6757
 
+*-*-*) ;;
6758
 
+*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
6759
 
+echo "$as_me: error: invalid value of canonical build" >&2;}
6760
 
+   { (exit 1); exit 1; }; };;
6761
 
+esac
6762
 
+build=$ac_cv_build
6763
 
+ac_save_IFS=$IFS; IFS='-'
6764
 
+set x $ac_cv_build
6765
 
+shift
6766
 
+build_cpu=$1
6767
 
+build_vendor=$2
6768
 
+shift; shift
6769
 
+# Remember, the first character of IFS is used to create $*,
6770
 
+# except with old shells:
6771
 
+build_os=$*
6772
 
+IFS=$ac_save_IFS
6773
 
+case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
6774
 
+
6775
 
+
6776
 
+{ echo "$as_me:$LINENO: checking host system type" >&5
6777
 
+echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
6778
 
+if test "${ac_cv_host+set}" = set; then
6779
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6780
 
+else
6781
 
+  if test "x$host_alias" = x; then
6782
 
+  ac_cv_host=$ac_cv_build
6783
 
+else
6784
 
+  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
6785
 
+    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
6786
 
+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
6787
 
+   { (exit 1); exit 1; }; }
6788
 
+fi
6789
 
+
6790
 
+fi
6791
 
+{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
6792
 
+echo "${ECHO_T}$ac_cv_host" >&6; }
6793
 
+case $ac_cv_host in
6794
 
+*-*-*) ;;
6795
 
+*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
6796
 
+echo "$as_me: error: invalid value of canonical host" >&2;}
6797
 
+   { (exit 1); exit 1; }; };;
6798
 
+esac
6799
 
+host=$ac_cv_host
6800
 
+ac_save_IFS=$IFS; IFS='-'
6801
 
+set x $ac_cv_host
6802
 
+shift
6803
 
+host_cpu=$1
6804
 
+host_vendor=$2
6805
 
+shift; shift
6806
 
+# Remember, the first character of IFS is used to create $*,
6807
 
+# except with old shells:
6808
 
+host_os=$*
6809
 
+IFS=$ac_save_IFS
6810
 
+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
6811
 
+
6812
 
+
6813
 
+{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
6814
 
+echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
6815
 
+if test "${lt_cv_path_SED+set}" = set; then
6816
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6817
 
+else
6818
 
+  # Loop through the user's path and test for sed and gsed.
6819
 
+# Then use that list of sed's as ones to test for truncation.
6820
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6821
 
+for as_dir in $PATH
6822
 
+do
6823
 
+  IFS=$as_save_IFS
6824
 
+  test -z "$as_dir" && as_dir=.
6825
 
+  for lt_ac_prog in sed gsed; do
6826
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
6827
 
+      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
6828
 
+        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
6829
 
+      fi
6830
 
+    done
6831
 
+  done
6832
 
+done
6833
 
+lt_ac_max=0
6834
 
+lt_ac_count=0
6835
 
+# Add /usr/xpg4/bin/sed as it is typically found on Solaris
6836
 
+# along with /bin/sed that truncates output.
6837
 
+for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
6838
 
+  test ! -f $lt_ac_sed && continue
6839
 
+  cat /dev/null > conftest.in
6840
 
+  lt_ac_count=0
6841
 
+  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
6842
 
+  # Check for GNU sed and select it if it is found.
6843
 
+  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
6844
 
+    lt_cv_path_SED=$lt_ac_sed
6845
 
+    break
6846
 
+  fi
6847
 
+  while true; do
6848
 
+    cat conftest.in conftest.in >conftest.tmp
6849
 
+    mv conftest.tmp conftest.in
6850
 
+    cp conftest.in conftest.nl
6851
 
+    echo >>conftest.nl
6852
 
+    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
6853
 
+    cmp -s conftest.out conftest.nl || break
6854
 
+    # 10000 chars as input seems more than enough
6855
 
+    test $lt_ac_count -gt 10 && break
6856
 
+    lt_ac_count=`expr $lt_ac_count + 1`
6857
 
+    if test $lt_ac_count -gt $lt_ac_max; then
6858
 
+      lt_ac_max=$lt_ac_count
6859
 
+      lt_cv_path_SED=$lt_ac_sed
6860
 
+    fi
6861
 
+  done
6862
 
+done
6863
 
+
6864
 
+fi
6865
 
+
6866
 
+SED=$lt_cv_path_SED
6867
 
+{ echo "$as_me:$LINENO: result: $SED" >&5
6868
 
+echo "${ECHO_T}$SED" >&6; }
6869
 
+
6870
 
+{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6871
 
+echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6872
 
+if test "${ac_cv_path_GREP+set}" = set; then
6873
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6874
 
+else
6875
 
+  # Extract the first word of "grep ggrep" to use in msg output
6876
 
+if test -z "$GREP"; then
6877
 
+set dummy grep ggrep; ac_prog_name=$2
6878
 
+if test "${ac_cv_path_GREP+set}" = set; then
6879
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6880
 
+else
6881
 
+  ac_path_GREP_found=false
6882
 
+# Loop through the user's path and test for each of PROGNAME-LIST
6883
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6884
 
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6885
 
+do
6886
 
+  IFS=$as_save_IFS
6887
 
+  test -z "$as_dir" && as_dir=.
6888
 
+  for ac_prog in grep ggrep; do
6889
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
6890
 
+    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6891
 
+    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6892
 
+    # Check for GNU ac_path_GREP and select it if it is found.
6893
 
+  # Check for GNU $ac_path_GREP
6894
 
+case `"$ac_path_GREP" --version 2>&1` in
6895
 
+*GNU*)
6896
 
+  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6897
 
+*)
6898
 
+  ac_count=0
6899
 
+  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6900
 
+  while :
6901
 
+  do
6902
 
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
6903
 
+    mv "conftest.tmp" "conftest.in"
6904
 
+    cp "conftest.in" "conftest.nl"
6905
 
+    echo 'GREP' >> "conftest.nl"
6906
 
+    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6907
 
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6908
 
+    ac_count=`expr $ac_count + 1`
6909
 
+    if test $ac_count -gt ${ac_path_GREP_max-0}; then
6910
 
+      # Best one so far, save it but keep looking for a better one
6911
 
+      ac_cv_path_GREP="$ac_path_GREP"
6912
 
+      ac_path_GREP_max=$ac_count
6913
 
+    fi
6914
 
+    # 10*(2^10) chars as input seems more than enough
6915
 
+    test $ac_count -gt 10 && break
6916
 
+  done
6917
 
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6918
 
+esac
6919
 
+
6920
 
+
6921
 
+    $ac_path_GREP_found && break 3
6922
 
+  done
6923
 
+done
6924
 
+
6925
 
+done
6926
 
+IFS=$as_save_IFS
6927
 
+
6928
 
+
6929
 
+fi
6930
 
+
6931
 
+GREP="$ac_cv_path_GREP"
6932
 
+if test -z "$GREP"; then
6933
 
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6934
 
+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6935
 
+   { (exit 1); exit 1; }; }
6936
 
+fi
6937
 
+
6938
 
+else
6939
 
+  ac_cv_path_GREP=$GREP
6940
 
+fi
6941
 
+
6942
 
+
6943
 
+fi
6944
 
+{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6945
 
+echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6946
 
+ GREP="$ac_cv_path_GREP"
6947
 
6948
 
+
6949
 
+{ echo "$as_me:$LINENO: checking for egrep" >&5
6950
 
+echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6951
 
+if test "${ac_cv_path_EGREP+set}" = set; then
6952
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6953
 
+else
6954
 
+  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6955
 
+   then ac_cv_path_EGREP="$GREP -E"
6956
 
+   else
6957
 
+     # Extract the first word of "egrep" to use in msg output
6958
 
+if test -z "$EGREP"; then
6959
 
+set dummy egrep; ac_prog_name=$2
6960
 
+if test "${ac_cv_path_EGREP+set}" = set; then
6961
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6962
 
+else
6963
 
+  ac_path_EGREP_found=false
6964
 
+# Loop through the user's path and test for each of PROGNAME-LIST
6965
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6966
 
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6967
 
+do
6968
 
+  IFS=$as_save_IFS
6969
 
+  test -z "$as_dir" && as_dir=.
6970
 
+  for ac_prog in egrep; do
6971
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
6972
 
+    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6973
 
+    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6974
 
+    # Check for GNU ac_path_EGREP and select it if it is found.
6975
 
+  # Check for GNU $ac_path_EGREP
6976
 
+case `"$ac_path_EGREP" --version 2>&1` in
6977
 
+*GNU*)
6978
 
+  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6979
 
+*)
6980
 
+  ac_count=0
6981
 
+  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6982
 
+  while :
6983
 
+  do
6984
 
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
6985
 
+    mv "conftest.tmp" "conftest.in"
6986
 
+    cp "conftest.in" "conftest.nl"
6987
 
+    echo 'EGREP' >> "conftest.nl"
6988
 
+    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6989
 
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6990
 
+    ac_count=`expr $ac_count + 1`
6991
 
+    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6992
 
+      # Best one so far, save it but keep looking for a better one
6993
 
+      ac_cv_path_EGREP="$ac_path_EGREP"
6994
 
+      ac_path_EGREP_max=$ac_count
6995
 
+    fi
6996
 
+    # 10*(2^10) chars as input seems more than enough
6997
 
+    test $ac_count -gt 10 && break
6998
 
+  done
6999
 
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
7000
 
+esac
7001
 
+
7002
 
+
7003
 
+    $ac_path_EGREP_found && break 3
7004
 
+  done
7005
 
+done
7006
 
+
7007
 
+done
7008
 
+IFS=$as_save_IFS
7009
 
+
7010
 
+
7011
 
+fi
7012
 
+
7013
 
+EGREP="$ac_cv_path_EGREP"
7014
 
+if test -z "$EGREP"; then
7015
 
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
7016
 
+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
7017
 
+   { (exit 1); exit 1; }; }
7018
 
+fi
7019
 
+
7020
 
+else
7021
 
+  ac_cv_path_EGREP=$EGREP
7022
 
+fi
7023
 
+
7024
 
+
7025
 
+   fi
7026
 
+fi
7027
 
+{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
7028
 
+echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
7029
 
+ EGREP="$ac_cv_path_EGREP"
7030
 
7031
 
+
7032
 
+
7033
 
+# Check whether --with-gnu-ld was given.
7034
 
+if test "${with_gnu_ld+set}" = set; then
7035
 
+  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7036
 
+else
7037
 
+  with_gnu_ld=no
7038
 
+fi
7039
 
+
7040
 
+ac_prog=ld
7041
 
+if test "$GCC" = yes; then
7042
 
+  # Check if gcc -print-prog-name=ld gives a path.
7043
 
+  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
7044
 
+echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
7045
 
+  case $host in
7046
 
+  *-*-mingw*)
7047
 
+    # gcc leaves a trailing carriage return which upsets mingw
7048
 
+    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
7049
 
+  *)
7050
 
+    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
7051
 
+  esac
7052
 
+  case $ac_prog in
7053
 
+    # Accept absolute paths.
7054
 
+    [\\/]* | ?:[\\/]*)
7055
 
+      re_direlt='/[^/][^/]*/\.\./'
7056
 
+      # Canonicalize the pathname of ld
7057
 
+      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
7058
 
+      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
7059
 
+       ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
7060
 
+      done
7061
 
+      test -z "$LD" && LD="$ac_prog"
7062
 
+      ;;
7063
 
+  "")
7064
 
+    # If it fails, then pretend we aren't using GCC.
7065
 
+    ac_prog=ld
7066
 
+    ;;
7067
 
+  *)
7068
 
+    # If it is relative, then search for the first ld in PATH.
7069
 
+    with_gnu_ld=unknown
7070
 
+    ;;
7071
 
+  esac
7072
 
+elif test "$with_gnu_ld" = yes; then
7073
 
+  { echo "$as_me:$LINENO: checking for GNU ld" >&5
7074
 
+echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
7075
 
+else
7076
 
+  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
7077
 
+echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
7078
 
+fi
7079
 
+if test "${lt_cv_path_LD+set}" = set; then
7080
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
7081
 
+else
7082
 
+  if test -z "$LD"; then
7083
 
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7084
 
+  for ac_dir in $PATH; do
7085
 
+    IFS="$lt_save_ifs"
7086
 
+    test -z "$ac_dir" && ac_dir=.
7087
 
+    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
7088
 
+      lt_cv_path_LD="$ac_dir/$ac_prog"
7089
 
+      # Check to see if the program is GNU ld.  I'd rather use --version,
7090
 
+      # but apparently some variants of GNU ld only accept -v.
7091
 
+      # Break only if it was the GNU/non-GNU ld that we prefer.
7092
 
+      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
7093
 
+      *GNU* | *'with BFD'*)
7094
 
+       test "$with_gnu_ld" != no && break
7095
 
+       ;;
7096
 
+      *)
7097
 
+       test "$with_gnu_ld" != yes && break
7098
 
+       ;;
7099
 
+      esac
7100
 
+    fi
7101
 
+  done
7102
 
+  IFS="$lt_save_ifs"
7103
 
+else
7104
 
+  lt_cv_path_LD="$LD" # Let the user override the test with a path.
7105
 
+fi
7106
 
+fi
7107
 
+
7108
 
+LD="$lt_cv_path_LD"
7109
 
+if test -n "$LD"; then
7110
 
+  { echo "$as_me:$LINENO: result: $LD" >&5
7111
 
+echo "${ECHO_T}$LD" >&6; }
7112
 
+else
7113
 
+  { echo "$as_me:$LINENO: result: no" >&5
7114
 
+echo "${ECHO_T}no" >&6; }
7115
 
+fi
7116
 
+test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
7117
 
+echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
7118
 
+   { (exit 1); exit 1; }; }
7119
 
+{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
7120
 
+echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
7121
 
+if test "${lt_cv_prog_gnu_ld+set}" = set; then
7122
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
7123
 
+else
7124
 
+  # I'd rather use --version here, but apparently some GNU lds only accept -v.
7125
 
+case `$LD -v 2>&1 </dev/null` in
7126
 
+*GNU* | *'with BFD'*)
7127
 
+  lt_cv_prog_gnu_ld=yes
7128
 
+  ;;
7129
 
+*)
7130
 
+  lt_cv_prog_gnu_ld=no
7131
 
+  ;;
7132
 
+esac
7133
 
+fi
7134
 
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
7135
 
+echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
7136
 
+with_gnu_ld=$lt_cv_prog_gnu_ld
7137
 
+
7138
 
+
7139
 
+{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
7140
 
+echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
7141
 
+if test "${lt_cv_ld_reload_flag+set}" = set; then
7142
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
7143
 
+else
7144
 
+  lt_cv_ld_reload_flag='-r'
7145
 
+fi
7146
 
+{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
7147
 
+echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
7148
 
+reload_flag=$lt_cv_ld_reload_flag
7149
 
+case $reload_flag in
7150
 
+"" | " "*) ;;
7151
 
+*) reload_flag=" $reload_flag" ;;
7152
 
+esac
7153
 
+reload_cmds='$LD$reload_flag -o $output$reload_objs'
7154
 
+case $host_os in
7155
 
+  darwin*)
7156
 
+    if test "$GCC" = yes; then
7157
 
+      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
7158
 
+    else
7159
 
+      reload_cmds='$LD$reload_flag -o $output$reload_objs'
7160
 
+    fi
7161
 
+    ;;
7162
 
+esac
7163
 
+
7164
 
+{ echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
7165
 
+echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; }
7166
 
+if test "${lt_cv_path_NM+set}" = set; then
7167
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
7168
 
+else
7169
 
+  if test -n "$NM"; then
7170
 
+  # Let the user override the test.
7171
 
+  lt_cv_path_NM="$NM"
7172
 
+else
7173
 
+  lt_nm_to_check="${ac_tool_prefix}nm"
7174
 
+  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then 
7175
 
+    lt_nm_to_check="$lt_nm_to_check nm"
7176
 
+  fi
7177
 
+  for lt_tmp_nm in $lt_nm_to_check; do
7178
 
+    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7179
 
+    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
7180
 
+      IFS="$lt_save_ifs"
7181
 
+      test -z "$ac_dir" && ac_dir=.
7182
 
+      tmp_nm="$ac_dir/$lt_tmp_nm"
7183
 
+      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
7184
 
+       # Check to see if the nm accepts a BSD-compat flag.
7185
 
+       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
7186
 
+       #   nm: unknown option "B" ignored
7187
 
+       # Tru64's nm complains that /dev/null is an invalid object file
7188
 
+       case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
7189
 
+       */dev/null* | *'Invalid file or object type'*)
7190
 
+         lt_cv_path_NM="$tmp_nm -B"
7191
 
+         break
7192
 
+         ;;
7193
 
+       *)
7194
 
+         case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
7195
 
+         */dev/null*)
7196
 
+           lt_cv_path_NM="$tmp_nm -p"
7197
 
+           break
7198
 
+           ;;
7199
 
+         *)
7200
 
+           lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
7201
 
+           continue # so that we can try to find one that supports BSD flags
7202
 
+           ;;
7203
 
+         esac
7204
 
+         ;;
7205
 
+       esac
7206
 
+      fi
7207
 
+    done
7208
 
+    IFS="$lt_save_ifs"
7209
 
+  done
7210
 
+  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
7211
 
+fi
7212
 
+fi
7213
 
+{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
7214
 
+echo "${ECHO_T}$lt_cv_path_NM" >&6; }
7215
 
+NM="$lt_cv_path_NM"
7216
 
+
7217
 
+{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
7218
 
+echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
7219
 
+LN_S=$as_ln_s
7220
 
+if test "$LN_S" = "ln -s"; then
7221
 
+  { echo "$as_me:$LINENO: result: yes" >&5
7222
 
+echo "${ECHO_T}yes" >&6; }
7223
 
+else
7224
 
+  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
7225
 
+echo "${ECHO_T}no, using $LN_S" >&6; }
7226
 
+fi
7227
 
+
7228
 
+{ echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5
7229
 
+echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6; }
7230
 
+if test "${lt_cv_deplibs_check_method+set}" = set; then
7231
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
7232
 
+else
7233
 
+  lt_cv_file_magic_cmd='$MAGIC_CMD'
7234
 
+lt_cv_file_magic_test_file=
7235
 
+lt_cv_deplibs_check_method='unknown'
7236
 
+# Need to set the preceding variable on all platforms that support
7237
 
+# interlibrary dependencies.
7238
 
+# 'none' -- dependencies not supported.
7239
 
+# `unknown' -- same as none, but documents that we really don't know.
7240
 
+# 'pass_all' -- all dependencies passed with no checks.
7241
 
+# 'test_compile' -- check by making test program.
7242
 
+# 'file_magic [[regex]]' -- check by looking for files in library path
7243
 
+# which responds to the $file_magic_cmd with a given extended regex.
7244
 
+# If you have `file' or equivalent on your system and you're not sure
7245
 
+# whether `pass_all' will *always* work, you probably want this one.
7246
 
+
7247
 
+case $host_os in
7248
 
+aix4* | aix5*)
7249
 
+  lt_cv_deplibs_check_method=pass_all
7250
 
+  ;;
7251
 
+
7252
 
+beos*)
7253
 
+  lt_cv_deplibs_check_method=pass_all
7254
 
+  ;;
7255
 
+
7256
 
+bsdi[45]*)
7257
 
+  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
7258
 
+  lt_cv_file_magic_cmd='/usr/bin/file -L'
7259
 
+  lt_cv_file_magic_test_file=/shlib/libc.so
7260
 
+  ;;
7261
 
+
7262
 
+cygwin*)
7263
 
+  # func_win32_libid is a shell function defined in ltmain.sh
7264
 
+  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
7265
 
+  lt_cv_file_magic_cmd='func_win32_libid'
7266
 
+  ;;
7267
 
+
7268
 
+mingw* | pw32*)
7269
 
+  # Base MSYS/MinGW do not provide the 'file' command needed by
7270
 
+  # func_win32_libid shell function, so use a weaker test based on 'objdump'.
7271
 
+  lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
7272
 
+  lt_cv_file_magic_cmd='$OBJDUMP -f'
7273
 
+  ;;
7274
 
+
7275
 
+darwin* | rhapsody*)
7276
 
+  lt_cv_deplibs_check_method=pass_all
7277
 
+  ;;
7278
 
+
7279
 
+freebsd* | dragonfly*)
7280
 
+  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
7281
 
+    case $host_cpu in
7282
 
+    i*86 )
7283
 
+      # Not sure whether the presence of OpenBSD here was a mistake.
7284
 
+      # Let's accept both of them until this is cleared up.
7285
 
+      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
7286
 
+      lt_cv_file_magic_cmd=/usr/bin/file
7287
 
+      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
7288
 
+      ;;
7289
 
+    esac
7290
 
+  else
7291
 
+    lt_cv_deplibs_check_method=pass_all
7292
 
+  fi
7293
 
+  ;;
7294
 
+
7295
 
+gnu*)
7296
 
+  lt_cv_deplibs_check_method=pass_all
7297
 
+  ;;
7298
 
+
7299
 
+hpux10.20* | hpux11*)
7300
 
+  lt_cv_file_magic_cmd=/usr/bin/file
7301
 
+  case $host_cpu in
7302
 
+  ia64*)
7303
 
+    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
7304
 
+    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
7305
 
+    ;;
7306
 
+  hppa*64*)
7307
 
+    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
7308
 
+    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
7309
 
+    ;;
7310
 
+  *)
7311
 
+    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
7312
 
+    lt_cv_file_magic_test_file=/usr/lib/libc.sl
7313
 
+    ;;
7314
 
+  esac
7315
 
+  ;;
7316
 
+
7317
 
+interix3*)
7318
 
+  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
7319
 
+  lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
7320
 
+  ;;
7321
 
+
7322
 
+irix5* | irix6* | nonstopux*)
7323
 
+  case $LD in
7324
 
+  *-32|*"-32 ") libmagic=32-bit;;
7325
 
+  *-n32|*"-n32 ") libmagic=N32;;
7326
 
+  *-64|*"-64 ") libmagic=64-bit;;
7327
 
+  *) libmagic=never-match;;
7328
 
+  esac
7329
 
+  lt_cv_deplibs_check_method=pass_all
7330
 
+  ;;
7331
 
+
7332
 
+# This must be Linux ELF.
7333
 
+linux* | k*bsd*-gnu)
7334
 
+  lt_cv_deplibs_check_method=pass_all
7335
 
+  ;;
7336
 
+
7337
 
+netbsd* | netbsdelf*-gnu)
7338
 
+  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
7339
 
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
7340
 
+  else
7341
 
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
7342
 
+  fi
7343
 
+  ;;
7344
 
+
7345
 
+newos6*)
7346
 
+  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
7347
 
+  lt_cv_file_magic_cmd=/usr/bin/file
7348
 
+  lt_cv_file_magic_test_file=/usr/lib/libnls.so
7349
 
+  ;;
7350
 
+
7351
 
+nto-qnx*)
7352
 
+  lt_cv_deplibs_check_method=unknown
7353
 
+  ;;
7354
 
+
7355
 
+openbsd*)
7356
 
+  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
7357
 
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
7358
 
+  else
7359
 
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
7360
 
+  fi
7361
 
+  ;;
7362
 
+
7363
 
+osf3* | osf4* | osf5*)
7364
 
+  lt_cv_deplibs_check_method=pass_all
7365
 
+  ;;
7366
 
+
7367
 
+solaris*)
7368
 
+  lt_cv_deplibs_check_method=pass_all
7369
 
+  ;;
7370
 
+
7371
 
+sysv4 | sysv4.3*)
7372
 
+  case $host_vendor in
7373
 
+  motorola)
7374
 
+    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]'
7375
 
+    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
7376
 
+    ;;
7377
 
+  ncr)
7378
 
+    lt_cv_deplibs_check_method=pass_all
7379
 
+    ;;
7380
 
+  sequent)
7381
 
+    lt_cv_file_magic_cmd='/bin/file'
7382
 
+    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
7383
 
+    ;;
7384
 
+  sni)
7385
 
+    lt_cv_file_magic_cmd='/bin/file'
7386
 
+    lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
7387
 
+    lt_cv_file_magic_test_file=/lib/libc.so
7388
 
+    ;;
7389
 
+  siemens)
7390
 
+    lt_cv_deplibs_check_method=pass_all
7391
 
+    ;;
7392
 
+  pc)
7393
 
+    lt_cv_deplibs_check_method=pass_all
7394
 
+    ;;
7395
 
+  esac
7396
 
+  ;;
7397
 
+
7398
 
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
7399
 
+  lt_cv_deplibs_check_method=pass_all
7400
 
+  ;;
7401
 
+esac
7402
 
+
7403
 
+fi
7404
 
+{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
7405
 
+echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
7406
 
+file_magic_cmd=$lt_cv_file_magic_cmd
7407
 
+deplibs_check_method=$lt_cv_deplibs_check_method
7408
 
+test -z "$deplibs_check_method" && deplibs_check_method=unknown
7409
 
+
7410
 
+
7411
 
+
7412
 
+
7413
 
+# If no C compiler was specified, use CC.
7414
 
+LTCC=${LTCC-"$CC"}
7415
 
+
7416
 
+# If no C compiler flags were specified, use CFLAGS.
7417
 
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7418
 
+
7419
 
+# Allow CC to be a program name with arguments.
7420
 
+compiler=$CC
7421
 
+
7422
 
+# Check whether --enable-libtool-lock was given.
7423
 
+if test "${enable_libtool_lock+set}" = set; then
7424
 
+  enableval=$enable_libtool_lock; 
7425
 
+fi
7426
 
+
7427
 
+test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7428
 
+
7429
 
+# Some flags need to be propagated to the compiler or linker for good
7430
 
+# libtool support.
7431
 
+case $host in
7432
 
+ia64-*-hpux*)
7433
 
+  # Find out which ABI we are using.
7434
 
+  echo 'int i;' > conftest.$ac_ext
7435
 
+  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7436
 
+  (eval $ac_compile) 2>&5
7437
 
+  ac_status=$?
7438
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7439
 
+  (exit $ac_status); }; then
7440
 
+    case `/usr/bin/file conftest.$ac_objext` in
7441
 
+    *ELF-32*)
7442
 
+      HPUX_IA64_MODE="32"
7443
 
+      ;;
7444
 
+    *ELF-64*)
7445
 
+      HPUX_IA64_MODE="64"
7446
 
+      ;;
7447
 
+    esac
7448
 
+  fi
7449
 
+  rm -rf conftest*
7450
 
+  ;;
7451
 
+*-*-irix6*)
7452
 
+  # Find out which ABI we are using.
7453
 
+  echo '#line __oline__ "configure"' > conftest.$ac_ext
7454
 
+  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7455
 
+  (eval $ac_compile) 2>&5
7456
 
+  ac_status=$?
7457
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7458
 
+  (exit $ac_status); }; then
7459
 
+   if test "$lt_cv_prog_gnu_ld" = yes; then
7460
 
+    case `/usr/bin/file conftest.$ac_objext` in
7461
 
+    *32-bit*)
7462
 
+      LD="${LD-ld} -melf32bsmip"
7463
 
+      ;;
7464
 
+    *N32*)
7465
 
+      LD="${LD-ld} -melf32bmipn32"
7466
 
+      ;;
7467
 
+    *64-bit*)
7468
 
+      LD="${LD-ld} -melf64bmip"
7469
 
+      ;;
7470
 
+    esac
7471
 
+   else
7472
 
+    case `/usr/bin/file conftest.$ac_objext` in
7473
 
+    *32-bit*)
7474
 
+      LD="${LD-ld} -32"
7475
 
+      ;;
7476
 
+    *N32*)
7477
 
+      LD="${LD-ld} -n32"
7478
 
+      ;;
7479
 
+    *64-bit*)
7480
 
+      LD="${LD-ld} -64"
7481
 
+      ;;
7482
 
+    esac
7483
 
+   fi
7484
 
+  fi
7485
 
+  rm -rf conftest*
7486
 
+  ;;
7487
 
+
7488
 
+x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
7489
 
+  # Find out which ABI we are using.
7490
 
+  echo 'int i;' > conftest.$ac_ext
7491
 
+  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7492
 
+  (eval $ac_compile) 2>&5
7493
 
+  ac_status=$?
7494
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7495
 
+  (exit $ac_status); }; then
7496
 
+    case `/usr/bin/file conftest.o` in
7497
 
+    *32-bit*)
7498
 
+      case $host in
7499
 
+        x86_64-*linux*)
7500
 
+          LD="${LD-ld} -m elf_i386"
7501
 
+          ;;
7502
 
+        ppc64-*linux*|powerpc64-*linux*)
7503
 
+          LD="${LD-ld} -m elf32ppclinux"
7504
 
+          ;;
7505
 
+        s390x-*linux*)
7506
 
+          LD="${LD-ld} -m elf_s390"
7507
 
+          ;;
7508
 
+        sparc64-*linux*)
7509
 
+          LD="${LD-ld} -m elf32_sparc"
7510
 
+          ;;
7511
 
+      esac
7512
 
+      ;;
7513
 
+    *64-bit*)
7514
 
+      case $host in
7515
 
+        x86_64-*linux*)
7516
 
+          LD="${LD-ld} -m elf_x86_64"
7517
 
+          ;;
7518
 
+        ppc*-*linux*|powerpc*-*linux*)
7519
 
+          LD="${LD-ld} -m elf64ppc"
7520
 
+          ;;
7521
 
+        s390*-*linux*)
7522
 
+          LD="${LD-ld} -m elf64_s390"
7523
 
+          ;;
7524
 
+        sparc*-*linux*)
7525
 
+          LD="${LD-ld} -m elf64_sparc"
7526
 
+          ;;
7527
 
+      esac
7528
 
+      ;;
7529
 
+    esac
7530
 
+  fi
7531
 
+  rm -rf conftest*
7532
 
+  ;;
7533
 
+
7534
 
+*-*-sco3.2v5*)
7535
 
+  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7536
 
+  SAVE_CFLAGS="$CFLAGS"
7537
 
+  CFLAGS="$CFLAGS -belf"
7538
 
+  { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
7539
 
+echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
7540
 
+if test "${lt_cv_cc_needs_belf+set}" = set; then
7541
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
7542
 
+else
7543
 
+  ac_ext=c
7544
 
+ac_cpp='$CPP $CPPFLAGS'
7545
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7546
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7547
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
7548
 
+
7549
 
+     cat >conftest.$ac_ext <<_ACEOF
7550
 
+/* confdefs.h.  */
7551
 
+_ACEOF
7552
 
+cat confdefs.h >>conftest.$ac_ext
7553
 
+cat >>conftest.$ac_ext <<_ACEOF
7554
 
+/* end confdefs.h.  */
7555
 
+
7556
 
+int
7557
 
+main ()
7558
 
+{
7559
 
+
7560
 
+  ;
7561
 
+  return 0;
7562
 
+}
7563
 
+_ACEOF
7564
 
+rm -f conftest.$ac_objext conftest$ac_exeext
7565
 
+if { (ac_try="$ac_link"
7566
 
+case "(($ac_try" in
7567
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7568
 
+  *) ac_try_echo=$ac_try;;
7569
 
+esac
7570
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7571
 
+  (eval "$ac_link") 2>conftest.er1
7572
 
+  ac_status=$?
7573
 
+  grep -v '^ *+' conftest.er1 >conftest.err
7574
 
+  rm -f conftest.er1
7575
 
+  cat conftest.err >&5
7576
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7577
 
+  (exit $ac_status); } && {
7578
 
+        test -z "$ac_c_werror_flag" ||
7579
 
+        test ! -s conftest.err
7580
 
+       } && test -s conftest$ac_exeext &&
7581
 
+       $as_test_x conftest$ac_exeext; then
7582
 
+  lt_cv_cc_needs_belf=yes
7583
 
+else
7584
 
+  echo "$as_me: failed program was:" >&5
7585
 
+sed 's/^/| /' conftest.$ac_ext >&5
7586
 
+
7587
 
+       lt_cv_cc_needs_belf=no
7588
 
+fi
7589
 
+
7590
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7591
 
+      conftest$ac_exeext conftest.$ac_ext
7592
 
+     ac_ext=c
7593
 
+ac_cpp='$CPP $CPPFLAGS'
7594
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7595
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7596
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
7597
 
+
7598
 
+fi
7599
 
+{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
7600
 
+echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
7601
 
+  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7602
 
+    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7603
 
+    CFLAGS="$SAVE_CFLAGS"
7604
 
+  fi
7605
 
+  ;;
7606
 
+sparc*-*solaris*)
7607
 
+  # Find out which ABI we are using.
7608
 
+  echo 'int i;' > conftest.$ac_ext
7609
 
+  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7610
 
+  (eval $ac_compile) 2>&5
7611
 
+  ac_status=$?
7612
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7613
 
+  (exit $ac_status); }; then
7614
 
+    case `/usr/bin/file conftest.o` in
7615
 
+    *64-bit*)
7616
 
+      case $lt_cv_prog_gnu_ld in
7617
 
+      yes*) LD="${LD-ld} -m elf64_sparc" ;;
7618
 
+      *)    LD="${LD-ld} -64" ;;
7619
 
+      esac
7620
 
+      ;;
7621
 
+    esac
7622
 
+  fi
7623
 
+  rm -rf conftest*
7624
 
+  ;;
7625
 
+
7626
 
+
7627
 
+esac
7628
 
+
7629
 
+need_locks="$enable_libtool_lock"
7630
 
+
7631
 
+
7632
 
+ac_ext=c
7633
 
+ac_cpp='$CPP $CPPFLAGS'
7634
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7635
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7636
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
7637
 
+{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
7638
 
+echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
7639
 
+# On Suns, sometimes $CPP names a directory.
7640
 
+if test -n "$CPP" && test -d "$CPP"; then
7641
 
+  CPP=
7642
 
+fi
7643
 
+if test -z "$CPP"; then
7644
 
+  if test "${ac_cv_prog_CPP+set}" = set; then
7645
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
7646
 
+else
7647
 
+      # Double quotes because CPP needs to be expanded
7648
 
+    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7649
 
+    do
7650
 
+      ac_preproc_ok=false
7651
 
+for ac_c_preproc_warn_flag in '' yes
7652
 
+do
7653
 
+  # Use a header file that comes with gcc, so configuring glibc
7654
 
+  # with a fresh cross-compiler works.
7655
 
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7656
 
+  # <limits.h> exists even on freestanding compilers.
7657
 
+  # On the NeXT, cc -E runs the code through the compiler's parser,
7658
 
+  # not just through cpp. "Syntax error" is here to catch this case.
7659
 
+  cat >conftest.$ac_ext <<_ACEOF
7660
 
+/* confdefs.h.  */
7661
 
+_ACEOF
7662
 
+cat confdefs.h >>conftest.$ac_ext
7663
 
+cat >>conftest.$ac_ext <<_ACEOF
7664
 
+/* end confdefs.h.  */
7665
 
+@%:@ifdef __STDC__
7666
 
+@%:@ include <limits.h>
7667
 
+@%:@else
7668
 
+@%:@ include <assert.h>
7669
 
+@%:@endif
7670
 
+                    Syntax error
7671
 
+_ACEOF
7672
 
+if { (ac_try="$ac_cpp conftest.$ac_ext"
7673
 
+case "(($ac_try" in
7674
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7675
 
+  *) ac_try_echo=$ac_try;;
7676
 
+esac
7677
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7678
 
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7679
 
+  ac_status=$?
7680
 
+  grep -v '^ *+' conftest.er1 >conftest.err
7681
 
+  rm -f conftest.er1
7682
 
+  cat conftest.err >&5
7683
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7684
 
+  (exit $ac_status); } >/dev/null && {
7685
 
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7686
 
+        test ! -s conftest.err
7687
 
+       }; then
7688
 
+  :
7689
 
+else
7690
 
+  echo "$as_me: failed program was:" >&5
7691
 
+sed 's/^/| /' conftest.$ac_ext >&5
7692
 
+
7693
 
+  # Broken: fails on valid input.
7694
 
+continue
7695
 
+fi
7696
 
+
7697
 
+rm -f conftest.err conftest.$ac_ext
7698
 
+
7699
 
+  # OK, works on sane cases.  Now check whether nonexistent headers
7700
 
+  # can be detected and how.
7701
 
+  cat >conftest.$ac_ext <<_ACEOF
7702
 
+/* confdefs.h.  */
7703
 
+_ACEOF
7704
 
+cat confdefs.h >>conftest.$ac_ext
7705
 
+cat >>conftest.$ac_ext <<_ACEOF
7706
 
+/* end confdefs.h.  */
7707
 
+@%:@include <ac_nonexistent.h>
7708
 
+_ACEOF
7709
 
+if { (ac_try="$ac_cpp conftest.$ac_ext"
7710
 
+case "(($ac_try" in
7711
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7712
 
+  *) ac_try_echo=$ac_try;;
7713
 
+esac
7714
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7715
 
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7716
 
+  ac_status=$?
7717
 
+  grep -v '^ *+' conftest.er1 >conftest.err
7718
 
+  rm -f conftest.er1
7719
 
+  cat conftest.err >&5
7720
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7721
 
+  (exit $ac_status); } >/dev/null && {
7722
 
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7723
 
+        test ! -s conftest.err
7724
 
+       }; then
7725
 
+  # Broken: success on invalid input.
7726
 
+continue
7727
 
+else
7728
 
+  echo "$as_me: failed program was:" >&5
7729
 
+sed 's/^/| /' conftest.$ac_ext >&5
7730
 
+
7731
 
+  # Passes both tests.
7732
 
+ac_preproc_ok=:
7733
 
+break
7734
 
+fi
7735
 
+
7736
 
+rm -f conftest.err conftest.$ac_ext
7737
 
+
7738
 
+done
7739
 
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7740
 
+rm -f conftest.err conftest.$ac_ext
7741
 
+if $ac_preproc_ok; then
7742
 
+  break
7743
 
+fi
7744
 
+
7745
 
+    done
7746
 
+    ac_cv_prog_CPP=$CPP
7747
 
+  
7748
 
+fi
7749
 
+  CPP=$ac_cv_prog_CPP
7750
 
+else
7751
 
+  ac_cv_prog_CPP=$CPP
7752
 
+fi
7753
 
+{ echo "$as_me:$LINENO: result: $CPP" >&5
7754
 
+echo "${ECHO_T}$CPP" >&6; }
7755
 
+ac_preproc_ok=false
7756
 
+for ac_c_preproc_warn_flag in '' yes
7757
 
+do
7758
 
+  # Use a header file that comes with gcc, so configuring glibc
7759
 
+  # with a fresh cross-compiler works.
7760
 
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7761
 
+  # <limits.h> exists even on freestanding compilers.
7762
 
+  # On the NeXT, cc -E runs the code through the compiler's parser,
7763
 
+  # not just through cpp. "Syntax error" is here to catch this case.
7764
 
+  cat >conftest.$ac_ext <<_ACEOF
7765
 
+/* confdefs.h.  */
7766
 
+_ACEOF
7767
 
+cat confdefs.h >>conftest.$ac_ext
7768
 
+cat >>conftest.$ac_ext <<_ACEOF
7769
 
+/* end confdefs.h.  */
7770
 
+@%:@ifdef __STDC__
7771
 
+@%:@ include <limits.h>
7772
 
+@%:@else
7773
 
+@%:@ include <assert.h>
7774
 
+@%:@endif
7775
 
+                    Syntax error
7776
 
+_ACEOF
7777
 
+if { (ac_try="$ac_cpp conftest.$ac_ext"
7778
 
+case "(($ac_try" in
7779
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7780
 
+  *) ac_try_echo=$ac_try;;
7781
 
+esac
7782
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7783
 
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7784
 
+  ac_status=$?
7785
 
+  grep -v '^ *+' conftest.er1 >conftest.err
7786
 
+  rm -f conftest.er1
7787
 
+  cat conftest.err >&5
7788
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7789
 
+  (exit $ac_status); } >/dev/null && {
7790
 
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7791
 
+        test ! -s conftest.err
7792
 
+       }; then
7793
 
+  :
7794
 
+else
7795
 
+  echo "$as_me: failed program was:" >&5
7796
 
+sed 's/^/| /' conftest.$ac_ext >&5
7797
 
+
7798
 
+  # Broken: fails on valid input.
7799
 
+continue
7800
 
+fi
7801
 
+
7802
 
+rm -f conftest.err conftest.$ac_ext
7803
 
+
7804
 
+  # OK, works on sane cases.  Now check whether nonexistent headers
7805
 
+  # can be detected and how.
7806
 
+  cat >conftest.$ac_ext <<_ACEOF
7807
 
+/* confdefs.h.  */
7808
 
+_ACEOF
7809
 
+cat confdefs.h >>conftest.$ac_ext
7810
 
+cat >>conftest.$ac_ext <<_ACEOF
7811
 
+/* end confdefs.h.  */
7812
 
+@%:@include <ac_nonexistent.h>
7813
 
+_ACEOF
7814
 
+if { (ac_try="$ac_cpp conftest.$ac_ext"
7815
 
+case "(($ac_try" in
7816
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7817
 
+  *) ac_try_echo=$ac_try;;
7818
 
+esac
7819
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7820
 
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7821
 
+  ac_status=$?
7822
 
+  grep -v '^ *+' conftest.er1 >conftest.err
7823
 
+  rm -f conftest.er1
7824
 
+  cat conftest.err >&5
7825
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7826
 
+  (exit $ac_status); } >/dev/null && {
7827
 
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7828
 
+        test ! -s conftest.err
7829
 
+       }; then
7830
 
+  # Broken: success on invalid input.
7831
 
+continue
7832
 
+else
7833
 
+  echo "$as_me: failed program was:" >&5
7834
 
+sed 's/^/| /' conftest.$ac_ext >&5
7835
 
+
7836
 
+  # Passes both tests.
7837
 
+ac_preproc_ok=:
7838
 
+break
7839
 
+fi
7840
 
+
7841
 
+rm -f conftest.err conftest.$ac_ext
7842
 
+
7843
 
+done
7844
 
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7845
 
+rm -f conftest.err conftest.$ac_ext
7846
 
+if $ac_preproc_ok; then
7847
 
+  :
7848
 
+else
7849
 
+  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
7850
 
+See \`config.log' for more details." >&5
7851
 
+echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
7852
 
+See \`config.log' for more details." >&2;}
7853
 
+   { (exit 1); exit 1; }; }
7854
 
+fi
7855
 
+
7856
 
+ac_ext=c
7857
 
+ac_cpp='$CPP $CPPFLAGS'
7858
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7859
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7860
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
7861
 
+
7862
 
+
7863
 
+{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7864
 
+echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
7865
 
+if test "${ac_cv_header_stdc+set}" = set; then
7866
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
7867
 
+else
7868
 
+  cat >conftest.$ac_ext <<_ACEOF
7869
 
+/* confdefs.h.  */
7870
 
+_ACEOF
7871
 
+cat confdefs.h >>conftest.$ac_ext
7872
 
+cat >>conftest.$ac_ext <<_ACEOF
7873
 
+/* end confdefs.h.  */
7874
 
+#include <stdlib.h>
7875
 
+#include <stdarg.h>
7876
 
+#include <string.h>
7877
 
+#include <float.h>
7878
 
+
7879
 
+int
7880
 
+main ()
7881
 
+{
7882
 
+
7883
 
+  ;
7884
 
+  return 0;
7885
 
+}
7886
 
+_ACEOF
7887
 
+rm -f conftest.$ac_objext
7888
 
+if { (ac_try="$ac_compile"
7889
 
+case "(($ac_try" in
7890
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7891
 
+  *) ac_try_echo=$ac_try;;
7892
 
+esac
7893
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7894
 
+  (eval "$ac_compile") 2>conftest.er1
7895
 
+  ac_status=$?
7896
 
+  grep -v '^ *+' conftest.er1 >conftest.err
7897
 
+  rm -f conftest.er1
7898
 
+  cat conftest.err >&5
7899
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7900
 
+  (exit $ac_status); } && {
7901
 
+        test -z "$ac_c_werror_flag" ||
7902
 
+        test ! -s conftest.err
7903
 
+       } && test -s conftest.$ac_objext; then
7904
 
+  ac_cv_header_stdc=yes
7905
 
+else
7906
 
+  echo "$as_me: failed program was:" >&5
7907
 
+sed 's/^/| /' conftest.$ac_ext >&5
7908
 
+
7909
 
+       ac_cv_header_stdc=no
7910
 
+fi
7911
 
+
7912
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7913
 
+
7914
 
+if test $ac_cv_header_stdc = yes; then
7915
 
+  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7916
 
+  cat >conftest.$ac_ext <<_ACEOF
7917
 
+/* confdefs.h.  */
7918
 
+_ACEOF
7919
 
+cat confdefs.h >>conftest.$ac_ext
7920
 
+cat >>conftest.$ac_ext <<_ACEOF
7921
 
+/* end confdefs.h.  */
7922
 
+#include <string.h>
7923
 
+
7924
 
+_ACEOF
7925
 
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7926
 
+  $EGREP "memchr" >/dev/null 2>&1; then
7927
 
+  :
7928
 
+else
7929
 
+  ac_cv_header_stdc=no
7930
 
+fi
7931
 
+rm -f conftest*
7932
 
+
7933
 
+fi
7934
 
+
7935
 
+if test $ac_cv_header_stdc = yes; then
7936
 
+  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7937
 
+  cat >conftest.$ac_ext <<_ACEOF
7938
 
+/* confdefs.h.  */
7939
 
+_ACEOF
7940
 
+cat confdefs.h >>conftest.$ac_ext
7941
 
+cat >>conftest.$ac_ext <<_ACEOF
7942
 
+/* end confdefs.h.  */
7943
 
+#include <stdlib.h>
7944
 
+
7945
 
+_ACEOF
7946
 
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7947
 
+  $EGREP "free" >/dev/null 2>&1; then
7948
 
+  :
7949
 
+else
7950
 
+  ac_cv_header_stdc=no
7951
 
+fi
7952
 
+rm -f conftest*
7953
 
+
7954
 
+fi
7955
 
+
7956
 
+if test $ac_cv_header_stdc = yes; then
7957
 
+  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7958
 
+  if test "$cross_compiling" = yes; then
7959
 
+  :
7960
 
+else
7961
 
+  cat >conftest.$ac_ext <<_ACEOF
7962
 
+/* confdefs.h.  */
7963
 
+_ACEOF
7964
 
+cat confdefs.h >>conftest.$ac_ext
7965
 
+cat >>conftest.$ac_ext <<_ACEOF
7966
 
+/* end confdefs.h.  */
7967
 
+#include <ctype.h>
7968
 
+#include <stdlib.h>
7969
 
+#if ((' ' & 0x0FF) == 0x020)
7970
 
+# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7971
 
+# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7972
 
+#else
7973
 
+# define ISLOWER(c) \
7974
 
+                  (('a' <= (c) && (c) <= 'i') \
7975
 
+                    || ('j' <= (c) && (c) <= 'r') \
7976
 
+                    || ('s' <= (c) && (c) <= 'z'))
7977
 
+# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7978
 
+#endif
7979
 
+
7980
 
+#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7981
 
+int
7982
 
+main ()
7983
 
+{
7984
 
+  int i;
7985
 
+  for (i = 0; i < 256; i++)
7986
 
+    if (XOR (islower (i), ISLOWER (i))
7987
 
+       || toupper (i) != TOUPPER (i))
7988
 
+      return 2;
7989
 
+  return 0;
7990
 
+}
7991
 
+_ACEOF
7992
 
+rm -f conftest$ac_exeext
7993
 
+if { (ac_try="$ac_link"
7994
 
+case "(($ac_try" in
7995
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7996
 
+  *) ac_try_echo=$ac_try;;
7997
 
+esac
7998
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7999
 
+  (eval "$ac_link") 2>&5
8000
 
+  ac_status=$?
8001
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8002
 
+  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8003
 
+  { (case "(($ac_try" in
8004
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8005
 
+  *) ac_try_echo=$ac_try;;
8006
 
+esac
8007
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8008
 
+  (eval "$ac_try") 2>&5
8009
 
+  ac_status=$?
8010
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8011
 
+  (exit $ac_status); }; }; then
8012
 
+  :
8013
 
+else
8014
 
+  echo "$as_me: program exited with status $ac_status" >&5
8015
 
+echo "$as_me: failed program was:" >&5
8016
 
+sed 's/^/| /' conftest.$ac_ext >&5
8017
 
+
8018
 
+( exit $ac_status )
8019
 
+ac_cv_header_stdc=no
8020
 
+fi
8021
 
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8022
 
+fi
8023
 
+
8024
 
+
8025
 
+fi
8026
 
+fi
8027
 
+{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
8028
 
+echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
8029
 
+if test $ac_cv_header_stdc = yes; then
8030
 
+  
8031
 
+cat >>confdefs.h <<\_ACEOF
8032
 
+@%:@define STDC_HEADERS 1
8033
 
+_ACEOF
8034
 
+
8035
 
+fi
8036
 
+
8037
 
+# On IRIX 5.3, sys/types and inttypes.h are conflicting.
8038
 
+
8039
 
+
8040
 
+
8041
 
+
8042
 
+
8043
 
+
8044
 
+
8045
 
+
8046
 
+
8047
 
+for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
8048
 
+                 inttypes.h stdint.h unistd.h
8049
 
+do
8050
 
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8051
 
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
8052
 
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8053
 
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8054
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
8055
 
+else
8056
 
+  cat >conftest.$ac_ext <<_ACEOF
8057
 
+/* confdefs.h.  */
8058
 
+_ACEOF
8059
 
+cat confdefs.h >>conftest.$ac_ext
8060
 
+cat >>conftest.$ac_ext <<_ACEOF
8061
 
+/* end confdefs.h.  */
8062
 
+$ac_includes_default
8063
 
+
8064
 
+@%:@include <$ac_header>
8065
 
+_ACEOF
8066
 
+rm -f conftest.$ac_objext
8067
 
+if { (ac_try="$ac_compile"
8068
 
+case "(($ac_try" in
8069
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8070
 
+  *) ac_try_echo=$ac_try;;
8071
 
+esac
8072
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8073
 
+  (eval "$ac_compile") 2>conftest.er1
8074
 
+  ac_status=$?
8075
 
+  grep -v '^ *+' conftest.er1 >conftest.err
8076
 
+  rm -f conftest.er1
8077
 
+  cat conftest.err >&5
8078
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8079
 
+  (exit $ac_status); } && {
8080
 
+        test -z "$ac_c_werror_flag" ||
8081
 
+        test ! -s conftest.err
8082
 
+       } && test -s conftest.$ac_objext; then
8083
 
+  eval "$as_ac_Header=yes"
8084
 
+else
8085
 
+  echo "$as_me: failed program was:" >&5
8086
 
+sed 's/^/| /' conftest.$ac_ext >&5
8087
 
+
8088
 
+       eval "$as_ac_Header=no"
8089
 
+fi
8090
 
+
8091
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8092
 
+fi
8093
 
+ac_res=`eval echo '${'$as_ac_Header'}'`
8094
 
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
8095
 
+echo "${ECHO_T}$ac_res" >&6; }
8096
 
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
8097
 
+  cat >>confdefs.h <<_ACEOF
8098
 
+@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8099
 
+_ACEOF
8100
 
8101
 
+fi
8102
 
+
8103
 
+done
8104
 
+
8105
 
+
8106
 
+
8107
 
+for ac_header in dlfcn.h
8108
 
+do
8109
 
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8110
 
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8111
 
+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
8112
 
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8113
 
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8114
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
8115
 
+fi
8116
 
+ac_res=`eval echo '${'$as_ac_Header'}'`
8117
 
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
8118
 
+echo "${ECHO_T}$ac_res" >&6; }
8119
 
+else
8120
 
+  # Is the header compilable?
8121
 
+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
8122
 
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
8123
 
+cat >conftest.$ac_ext <<_ACEOF
8124
 
+/* confdefs.h.  */
8125
 
+_ACEOF
8126
 
+cat confdefs.h >>conftest.$ac_ext
8127
 
+cat >>conftest.$ac_ext <<_ACEOF
8128
 
+/* end confdefs.h.  */
8129
 
+$ac_includes_default
8130
 
+@%:@include <$ac_header>
8131
 
+_ACEOF
8132
 
+rm -f conftest.$ac_objext
8133
 
+if { (ac_try="$ac_compile"
8134
 
+case "(($ac_try" in
8135
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8136
 
+  *) ac_try_echo=$ac_try;;
8137
 
+esac
8138
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8139
 
+  (eval "$ac_compile") 2>conftest.er1
8140
 
+  ac_status=$?
8141
 
+  grep -v '^ *+' conftest.er1 >conftest.err
8142
 
+  rm -f conftest.er1
8143
 
+  cat conftest.err >&5
8144
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8145
 
+  (exit $ac_status); } && {
8146
 
+        test -z "$ac_c_werror_flag" ||
8147
 
+        test ! -s conftest.err
8148
 
+       } && test -s conftest.$ac_objext; then
8149
 
+  ac_header_compiler=yes
8150
 
+else
8151
 
+  echo "$as_me: failed program was:" >&5
8152
 
+sed 's/^/| /' conftest.$ac_ext >&5
8153
 
+
8154
 
+       ac_header_compiler=no
8155
 
+fi
8156
 
+
8157
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8158
 
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8159
 
+echo "${ECHO_T}$ac_header_compiler" >&6; }
8160
 
+
8161
 
+# Is the header present?
8162
 
+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
8163
 
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
8164
 
+cat >conftest.$ac_ext <<_ACEOF
8165
 
+/* confdefs.h.  */
8166
 
+_ACEOF
8167
 
+cat confdefs.h >>conftest.$ac_ext
8168
 
+cat >>conftest.$ac_ext <<_ACEOF
8169
 
+/* end confdefs.h.  */
8170
 
+@%:@include <$ac_header>
8171
 
+_ACEOF
8172
 
+if { (ac_try="$ac_cpp conftest.$ac_ext"
8173
 
+case "(($ac_try" in
8174
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8175
 
+  *) ac_try_echo=$ac_try;;
8176
 
+esac
8177
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8178
 
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8179
 
+  ac_status=$?
8180
 
+  grep -v '^ *+' conftest.er1 >conftest.err
8181
 
+  rm -f conftest.er1
8182
 
+  cat conftest.err >&5
8183
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8184
 
+  (exit $ac_status); } >/dev/null && {
8185
 
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8186
 
+        test ! -s conftest.err
8187
 
+       }; then
8188
 
+  ac_header_preproc=yes
8189
 
+else
8190
 
+  echo "$as_me: failed program was:" >&5
8191
 
+sed 's/^/| /' conftest.$ac_ext >&5
8192
 
+
8193
 
+  ac_header_preproc=no
8194
 
+fi
8195
 
+
8196
 
+rm -f conftest.err conftest.$ac_ext
8197
 
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8198
 
+echo "${ECHO_T}$ac_header_preproc" >&6; }
8199
 
+
8200
 
+# So?  What about this header?
8201
 
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8202
 
+  yes:no: )
8203
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8204
 
+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8205
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8206
 
+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8207
 
+    ac_header_preproc=yes
8208
 
+    ;;
8209
 
+  no:yes:* )
8210
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8211
 
+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8212
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
8213
 
+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
8214
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8215
 
+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8216
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
8217
 
+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
8218
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8219
 
+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8220
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8221
 
+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8222
 
+    ( cat <<\_ASBOX
8223
 
+@%:@@%:@ --------------------------------------------------------------------------------- @%:@@%:@
8224
 
+@%:@@%:@ Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-system-tools @%:@@%:@
8225
 
+@%:@@%:@ --------------------------------------------------------------------------------- @%:@@%:@
8226
 
+_ASBOX
8227
 
+     ) | sed "s/^/$as_me: WARNING:     /" >&2
8228
 
+    ;;
8229
 
+esac
8230
 
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
8231
 
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8232
 
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8233
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
8234
 
+else
8235
 
+  eval "$as_ac_Header=\$ac_header_preproc"
8236
 
+fi
8237
 
+ac_res=`eval echo '${'$as_ac_Header'}'`
8238
 
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
8239
 
+echo "${ECHO_T}$ac_res" >&6; }
8240
 
+
8241
 
+fi
8242
 
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
8243
 
+  cat >>confdefs.h <<_ACEOF
8244
 
+@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8245
 
+_ACEOF
8246
 
8247
 
+fi
8248
 
+
8249
 
+done
8250
 
+
8251
 
+ac_ext=cpp
8252
 
+ac_cpp='$CXXCPP $CPPFLAGS'
8253
 
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8254
 
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8255
 
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8256
 
+if test -z "$CXX"; then
8257
 
+  if test -n "$CCC"; then
8258
 
+    CXX=$CCC
8259
 
+  else
8260
 
+    if test -n "$ac_tool_prefix"; then
8261
 
+  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
8262
 
+  do
8263
 
+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
8264
 
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
8265
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
8266
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8267
 
+if test "${ac_cv_prog_CXX+set}" = set; then
8268
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
8269
 
+else
8270
 
+  if test -n "$CXX"; then
8271
 
+  ac_cv_prog_CXX="$CXX" # Let the user override the test.
8272
 
+else
8273
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8274
 
+for as_dir in $PATH
8275
 
+do
8276
 
+  IFS=$as_save_IFS
8277
 
+  test -z "$as_dir" && as_dir=.
8278
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
8279
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8280
 
+    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
8281
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8282
 
+    break 2
8283
 
+  fi
8284
 
+done
8285
 
+done
8286
 
+IFS=$as_save_IFS
8287
 
+
8288
 
+fi
8289
 
+fi
8290
 
+CXX=$ac_cv_prog_CXX
8291
 
+if test -n "$CXX"; then
8292
 
+  { echo "$as_me:$LINENO: result: $CXX" >&5
8293
 
+echo "${ECHO_T}$CXX" >&6; }
8294
 
+else
8295
 
+  { echo "$as_me:$LINENO: result: no" >&5
8296
 
+echo "${ECHO_T}no" >&6; }
8297
 
+fi
8298
 
+
8299
 
+
8300
 
+    test -n "$CXX" && break
8301
 
+  done
8302
 
+fi
8303
 
+if test -z "$CXX"; then
8304
 
+  ac_ct_CXX=$CXX
8305
 
+  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
8306
 
+do
8307
 
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
8308
 
+set dummy $ac_prog; ac_word=$2
8309
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
8310
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8311
 
+if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
8312
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
8313
 
+else
8314
 
+  if test -n "$ac_ct_CXX"; then
8315
 
+  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
8316
 
+else
8317
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8318
 
+for as_dir in $PATH
8319
 
+do
8320
 
+  IFS=$as_save_IFS
8321
 
+  test -z "$as_dir" && as_dir=.
8322
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
8323
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8324
 
+    ac_cv_prog_ac_ct_CXX="$ac_prog"
8325
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8326
 
+    break 2
8327
 
+  fi
8328
 
+done
8329
 
+done
8330
 
+IFS=$as_save_IFS
8331
 
+
8332
 
+fi
8333
 
+fi
8334
 
+ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
8335
 
+if test -n "$ac_ct_CXX"; then
8336
 
+  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
8337
 
+echo "${ECHO_T}$ac_ct_CXX" >&6; }
8338
 
+else
8339
 
+  { echo "$as_me:$LINENO: result: no" >&5
8340
 
+echo "${ECHO_T}no" >&6; }
8341
 
+fi
8342
 
+
8343
 
+
8344
 
+  test -n "$ac_ct_CXX" && break
8345
 
+done
8346
 
+
8347
 
+  if test "x$ac_ct_CXX" = x; then
8348
 
+    CXX="g++"
8349
 
+  else
8350
 
+    case $cross_compiling:$ac_tool_warned in
8351
 
+yes:)
8352
 
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8353
 
+whose name does not start with the host triplet.  If you think this
8354
 
+configuration is useful to you, please write to autoconf@gnu.org." >&5
8355
 
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8356
 
+whose name does not start with the host triplet.  If you think this
8357
 
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8358
 
+ac_tool_warned=yes ;;
8359
 
+esac
8360
 
+    CXX=$ac_ct_CXX
8361
 
+  fi
8362
 
+fi
8363
 
+
8364
 
+  fi
8365
 
+fi
8366
 
+# Provide some information about the compiler.
8367
 
+echo "$as_me:$LINENO: checking for C++ compiler version" >&5
8368
 
+ac_compiler=`set X $ac_compile; echo $2`
8369
 
+{ (ac_try="$ac_compiler --version >&5"
8370
 
+case "(($ac_try" in
8371
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8372
 
+  *) ac_try_echo=$ac_try;;
8373
 
+esac
8374
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8375
 
+  (eval "$ac_compiler --version >&5") 2>&5
8376
 
+  ac_status=$?
8377
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8378
 
+  (exit $ac_status); }
8379
 
+{ (ac_try="$ac_compiler -v >&5"
8380
 
+case "(($ac_try" in
8381
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8382
 
+  *) ac_try_echo=$ac_try;;
8383
 
+esac
8384
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8385
 
+  (eval "$ac_compiler -v >&5") 2>&5
8386
 
+  ac_status=$?
8387
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8388
 
+  (exit $ac_status); }
8389
 
+{ (ac_try="$ac_compiler -V >&5"
8390
 
+case "(($ac_try" in
8391
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8392
 
+  *) ac_try_echo=$ac_try;;
8393
 
+esac
8394
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8395
 
+  (eval "$ac_compiler -V >&5") 2>&5
8396
 
+  ac_status=$?
8397
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8398
 
+  (exit $ac_status); }
8399
 
+
8400
 
+{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
8401
 
+echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
8402
 
+if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
8403
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
8404
 
+else
8405
 
+  cat >conftest.$ac_ext <<_ACEOF
8406
 
+/* confdefs.h.  */
8407
 
+_ACEOF
8408
 
+cat confdefs.h >>conftest.$ac_ext
8409
 
+cat >>conftest.$ac_ext <<_ACEOF
8410
 
+/* end confdefs.h.  */
8411
 
+
8412
 
+int
8413
 
+main ()
8414
 
+{
8415
 
+#ifndef __GNUC__
8416
 
+       choke me
8417
 
+#endif
8418
 
+
8419
 
+  ;
8420
 
+  return 0;
8421
 
+}
8422
 
+_ACEOF
8423
 
+rm -f conftest.$ac_objext
8424
 
+if { (ac_try="$ac_compile"
8425
 
+case "(($ac_try" in
8426
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8427
 
+  *) ac_try_echo=$ac_try;;
8428
 
+esac
8429
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8430
 
+  (eval "$ac_compile") 2>conftest.er1
8431
 
+  ac_status=$?
8432
 
+  grep -v '^ *+' conftest.er1 >conftest.err
8433
 
+  rm -f conftest.er1
8434
 
+  cat conftest.err >&5
8435
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8436
 
+  (exit $ac_status); } && {
8437
 
+        test -z "$ac_cxx_werror_flag" ||
8438
 
+        test ! -s conftest.err
8439
 
+       } && test -s conftest.$ac_objext; then
8440
 
+  ac_compiler_gnu=yes
8441
 
+else
8442
 
+  echo "$as_me: failed program was:" >&5
8443
 
+sed 's/^/| /' conftest.$ac_ext >&5
8444
 
+
8445
 
+       ac_compiler_gnu=no
8446
 
+fi
8447
 
+
8448
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8449
 
+ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
8450
 
+
8451
 
+fi
8452
 
+{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
8453
 
+echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
8454
 
+GXX=`test $ac_compiler_gnu = yes && echo yes`
8455
 
+ac_test_CXXFLAGS=${CXXFLAGS+set}
8456
 
+ac_save_CXXFLAGS=$CXXFLAGS
8457
 
+{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
8458
 
+echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
8459
 
+if test "${ac_cv_prog_cxx_g+set}" = set; then
8460
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
8461
 
+else
8462
 
+  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
8463
 
+   ac_cxx_werror_flag=yes
8464
 
+   ac_cv_prog_cxx_g=no
8465
 
+   CXXFLAGS="-g"
8466
 
+   cat >conftest.$ac_ext <<_ACEOF
8467
 
+/* confdefs.h.  */
8468
 
+_ACEOF
8469
 
+cat confdefs.h >>conftest.$ac_ext
8470
 
+cat >>conftest.$ac_ext <<_ACEOF
8471
 
+/* end confdefs.h.  */
8472
 
+
8473
 
+int
8474
 
+main ()
8475
 
+{
8476
 
+
8477
 
+  ;
8478
 
+  return 0;
8479
 
+}
8480
 
+_ACEOF
8481
 
+rm -f conftest.$ac_objext
8482
 
+if { (ac_try="$ac_compile"
8483
 
+case "(($ac_try" in
8484
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8485
 
+  *) ac_try_echo=$ac_try;;
8486
 
+esac
8487
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8488
 
+  (eval "$ac_compile") 2>conftest.er1
8489
 
+  ac_status=$?
8490
 
+  grep -v '^ *+' conftest.er1 >conftest.err
8491
 
+  rm -f conftest.er1
8492
 
+  cat conftest.err >&5
8493
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8494
 
+  (exit $ac_status); } && {
8495
 
+        test -z "$ac_cxx_werror_flag" ||
8496
 
+        test ! -s conftest.err
8497
 
+       } && test -s conftest.$ac_objext; then
8498
 
+  ac_cv_prog_cxx_g=yes
8499
 
+else
8500
 
+  echo "$as_me: failed program was:" >&5
8501
 
+sed 's/^/| /' conftest.$ac_ext >&5
8502
 
+
8503
 
+       CXXFLAGS=""
8504
 
+      cat >conftest.$ac_ext <<_ACEOF
8505
 
+/* confdefs.h.  */
8506
 
+_ACEOF
8507
 
+cat confdefs.h >>conftest.$ac_ext
8508
 
+cat >>conftest.$ac_ext <<_ACEOF
8509
 
+/* end confdefs.h.  */
8510
 
+
8511
 
+int
8512
 
+main ()
8513
 
+{
8514
 
+
8515
 
+  ;
8516
 
+  return 0;
8517
 
+}
8518
 
+_ACEOF
8519
 
+rm -f conftest.$ac_objext
8520
 
+if { (ac_try="$ac_compile"
8521
 
+case "(($ac_try" in
8522
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8523
 
+  *) ac_try_echo=$ac_try;;
8524
 
+esac
8525
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8526
 
+  (eval "$ac_compile") 2>conftest.er1
8527
 
+  ac_status=$?
8528
 
+  grep -v '^ *+' conftest.er1 >conftest.err
8529
 
+  rm -f conftest.er1
8530
 
+  cat conftest.err >&5
8531
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8532
 
+  (exit $ac_status); } && {
8533
 
+        test -z "$ac_cxx_werror_flag" ||
8534
 
+        test ! -s conftest.err
8535
 
+       } && test -s conftest.$ac_objext; then
8536
 
+  :
8537
 
+else
8538
 
+  echo "$as_me: failed program was:" >&5
8539
 
+sed 's/^/| /' conftest.$ac_ext >&5
8540
 
+
8541
 
+       ac_cxx_werror_flag=$ac_save_cxx_werror_flag
8542
 
+        CXXFLAGS="-g"
8543
 
+        cat >conftest.$ac_ext <<_ACEOF
8544
 
+/* confdefs.h.  */
8545
 
+_ACEOF
8546
 
+cat confdefs.h >>conftest.$ac_ext
8547
 
+cat >>conftest.$ac_ext <<_ACEOF
8548
 
+/* end confdefs.h.  */
8549
 
+
8550
 
+int
8551
 
+main ()
8552
 
+{
8553
 
+
8554
 
+  ;
8555
 
+  return 0;
8556
 
+}
8557
 
+_ACEOF
8558
 
+rm -f conftest.$ac_objext
8559
 
+if { (ac_try="$ac_compile"
8560
 
+case "(($ac_try" in
8561
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8562
 
+  *) ac_try_echo=$ac_try;;
8563
 
+esac
8564
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8565
 
+  (eval "$ac_compile") 2>conftest.er1
8566
 
+  ac_status=$?
8567
 
+  grep -v '^ *+' conftest.er1 >conftest.err
8568
 
+  rm -f conftest.er1
8569
 
+  cat conftest.err >&5
8570
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8571
 
+  (exit $ac_status); } && {
8572
 
+        test -z "$ac_cxx_werror_flag" ||
8573
 
+        test ! -s conftest.err
8574
 
+       } && test -s conftest.$ac_objext; then
8575
 
+  ac_cv_prog_cxx_g=yes
8576
 
+else
8577
 
+  echo "$as_me: failed program was:" >&5
8578
 
+sed 's/^/| /' conftest.$ac_ext >&5
8579
 
+
8580
 
+       
8581
 
+fi
8582
 
+
8583
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8584
 
+fi
8585
 
+
8586
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8587
 
+fi
8588
 
+
8589
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8590
 
+   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
8591
 
+fi
8592
 
+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
8593
 
+echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
8594
 
+if test "$ac_test_CXXFLAGS" = set; then
8595
 
+  CXXFLAGS=$ac_save_CXXFLAGS
8596
 
+elif test $ac_cv_prog_cxx_g = yes; then
8597
 
+  if test "$GXX" = yes; then
8598
 
+    CXXFLAGS="-g -O2"
8599
 
+  else
8600
 
+    CXXFLAGS="-g"
8601
 
+  fi
8602
 
+else
8603
 
+  if test "$GXX" = yes; then
8604
 
+    CXXFLAGS="-O2"
8605
 
+  else
8606
 
+    CXXFLAGS=
8607
 
+  fi
8608
 
+fi
8609
 
+ac_ext=cpp
8610
 
+ac_cpp='$CXXCPP $CPPFLAGS'
8611
 
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8612
 
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8613
 
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8614
 
+
8615
 
+depcc="$CXX"  am_compiler_list=
8616
 
+
8617
 
+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
8618
 
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
8619
 
+if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
8620
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
8621
 
+else
8622
 
+  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
8623
 
+  # We make a subdir and do the tests there.  Otherwise we can end up
8624
 
+  # making bogus files that we don't know about and never remove.  For
8625
 
+  # instance it was reported that on HP-UX the gcc test will end up
8626
 
+  # making a dummy file named `D' -- because `-MD' means `put the output
8627
 
+  # in D'.
8628
 
+  mkdir conftest.dir
8629
 
+  # Copy depcomp to subdir because otherwise we won't find it if we're
8630
 
+  # using a relative directory.
8631
 
+  cp "$am_depcomp" conftest.dir
8632
 
+  cd conftest.dir
8633
 
+  # We will build objects and dependencies in a subdirectory because
8634
 
+  # it helps to detect inapplicable dependency modes.  For instance
8635
 
+  # both Tru64's cc and ICC support -MD to output dependencies as a
8636
 
+  # side effect of compilation, but ICC will put the dependencies in
8637
 
+  # the current directory while Tru64 will put them in the object
8638
 
+  # directory.
8639
 
+  mkdir sub
8640
 
+
8641
 
+  am_cv_CXX_dependencies_compiler_type=none
8642
 
+  if test "$am_compiler_list" = ""; then
8643
 
+     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8644
 
+  fi
8645
 
+  for depmode in $am_compiler_list; do
8646
 
+    # Setup a source with many dependencies, because some compilers
8647
 
+    # like to wrap large dependency lists on column 80 (with \), and
8648
 
+    # we should not choose a depcomp mode which is confused by this.
8649
 
+    #
8650
 
+    # We need to recreate these files for each test, as the compiler may
8651
 
+    # overwrite some of them when testing with obscure command lines.
8652
 
+    # This happens at least with the AIX C compiler.
8653
 
+    : > sub/conftest.c
8654
 
+    for i in 1 2 3 4 5 6; do
8655
 
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
8656
 
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8657
 
+      # Solaris 8's {/usr,}/bin/sh.
8658
 
+      touch sub/conftst$i.h
8659
 
+    done
8660
 
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
8661
 
+
8662
 
+    case $depmode in
8663
 
+    nosideeffect)
8664
 
+      # after this tag, mechanisms are not by side-effect, so they'll
8665
 
+      # only be used when explicitly requested
8666
 
+      if test "x$enable_dependency_tracking" = xyes; then
8667
 
+       continue
8668
 
+      else
8669
 
+       break
8670
 
+      fi
8671
 
+      ;;
8672
 
+    none) break ;;
8673
 
+    esac
8674
 
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
8675
 
+    # mode.  It turns out that the SunPro C++ compiler does not properly
8676
 
+    # handle `-M -o', and we need to detect this.
8677
 
+    if depmode=$depmode \
8678
 
+       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8679
 
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8680
 
+       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
8681
 
+         >/dev/null 2>conftest.err &&
8682
 
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
8683
 
+       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
8684
 
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
8685
 
+      # icc doesn't choke on unknown options, it will just issue warnings
8686
 
+      # or remarks (even with -Werror).  So we grep stderr for any message
8687
 
+      # that says an option was ignored or not supported.
8688
 
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
8689
 
+      #   icc: Command line warning: ignoring option '-M'; no argument required
8690
 
+      # The diagnosis changed in icc 8.0:
8691
 
+      #   icc: Command line remark: option '-MP' not supported
8692
 
+      if (grep 'ignoring option' conftest.err ||
8693
 
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8694
 
+        am_cv_CXX_dependencies_compiler_type=$depmode
8695
 
+        break
8696
 
+      fi
8697
 
+    fi
8698
 
+  done
8699
 
+
8700
 
+  cd ..
8701
 
+  rm -rf conftest.dir
8702
 
+else
8703
 
+  am_cv_CXX_dependencies_compiler_type=none
8704
 
+fi
8705
 
+
8706
 
+fi
8707
 
+{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
8708
 
+echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
8709
 
+CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
8710
 
+
8711
 
8712
 
+
8713
 
+if 
8714
 
+  test "x$enable_dependency_tracking" != xno \
8715
 
+  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
8716
 
+  am__fastdepCXX_TRUE=
8717
 
+  am__fastdepCXX_FALSE='#'
8718
 
+else
8719
 
+  am__fastdepCXX_TRUE='#'
8720
 
+  am__fastdepCXX_FALSE=
8721
 
+fi
8722
 
+
8723
 
+
8724
 
+
8725
 
+
8726
 
+if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
8727
 
+    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
8728
 
+    (test "X$CXX" != "Xg++"))) ; then
8729
 
+  ac_ext=cpp
8730
 
+ac_cpp='$CXXCPP $CPPFLAGS'
8731
 
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8732
 
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8733
 
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8734
 
+{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
8735
 
+echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
8736
 
+if test -z "$CXXCPP"; then
8737
 
+  if test "${ac_cv_prog_CXXCPP+set}" = set; then
8738
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
8739
 
+else
8740
 
+      # Double quotes because CXXCPP needs to be expanded
8741
 
+    for CXXCPP in "$CXX -E" "/lib/cpp"
8742
 
+    do
8743
 
+      ac_preproc_ok=false
8744
 
+for ac_cxx_preproc_warn_flag in '' yes
8745
 
+do
8746
 
+  # Use a header file that comes with gcc, so configuring glibc
8747
 
+  # with a fresh cross-compiler works.
8748
 
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8749
 
+  # <limits.h> exists even on freestanding compilers.
8750
 
+  # On the NeXT, cc -E runs the code through the compiler's parser,
8751
 
+  # not just through cpp. "Syntax error" is here to catch this case.
8752
 
+  cat >conftest.$ac_ext <<_ACEOF
8753
 
+/* confdefs.h.  */
8754
 
+_ACEOF
8755
 
+cat confdefs.h >>conftest.$ac_ext
8756
 
+cat >>conftest.$ac_ext <<_ACEOF
8757
 
+/* end confdefs.h.  */
8758
 
+@%:@ifdef __STDC__
8759
 
+@%:@ include <limits.h>
8760
 
+@%:@else
8761
 
+@%:@ include <assert.h>
8762
 
+@%:@endif
8763
 
+                    Syntax error
8764
 
+_ACEOF
8765
 
+if { (ac_try="$ac_cpp conftest.$ac_ext"
8766
 
+case "(($ac_try" in
8767
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8768
 
+  *) ac_try_echo=$ac_try;;
8769
 
+esac
8770
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8771
 
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8772
 
+  ac_status=$?
8773
 
+  grep -v '^ *+' conftest.er1 >conftest.err
8774
 
+  rm -f conftest.er1
8775
 
+  cat conftest.err >&5
8776
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8777
 
+  (exit $ac_status); } >/dev/null && {
8778
 
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
8779
 
+        test ! -s conftest.err
8780
 
+       }; then
8781
 
+  :
8782
 
+else
8783
 
+  echo "$as_me: failed program was:" >&5
8784
 
+sed 's/^/| /' conftest.$ac_ext >&5
8785
 
+
8786
 
+  # Broken: fails on valid input.
8787
 
+continue
8788
 
+fi
8789
 
+
8790
 
+rm -f conftest.err conftest.$ac_ext
8791
 
+
8792
 
+  # OK, works on sane cases.  Now check whether nonexistent headers
8793
 
+  # can be detected and how.
8794
 
+  cat >conftest.$ac_ext <<_ACEOF
8795
 
+/* confdefs.h.  */
8796
 
+_ACEOF
8797
 
+cat confdefs.h >>conftest.$ac_ext
8798
 
+cat >>conftest.$ac_ext <<_ACEOF
8799
 
+/* end confdefs.h.  */
8800
 
+@%:@include <ac_nonexistent.h>
8801
 
+_ACEOF
8802
 
+if { (ac_try="$ac_cpp conftest.$ac_ext"
8803
 
+case "(($ac_try" in
8804
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8805
 
+  *) ac_try_echo=$ac_try;;
8806
 
+esac
8807
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8808
 
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8809
 
+  ac_status=$?
8810
 
+  grep -v '^ *+' conftest.er1 >conftest.err
8811
 
+  rm -f conftest.er1
8812
 
+  cat conftest.err >&5
8813
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8814
 
+  (exit $ac_status); } >/dev/null && {
8815
 
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
8816
 
+        test ! -s conftest.err
8817
 
+       }; then
8818
 
+  # Broken: success on invalid input.
8819
 
+continue
8820
 
+else
8821
 
+  echo "$as_me: failed program was:" >&5
8822
 
+sed 's/^/| /' conftest.$ac_ext >&5
8823
 
+
8824
 
+  # Passes both tests.
8825
 
+ac_preproc_ok=:
8826
 
+break
8827
 
+fi
8828
 
+
8829
 
+rm -f conftest.err conftest.$ac_ext
8830
 
+
8831
 
+done
8832
 
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8833
 
+rm -f conftest.err conftest.$ac_ext
8834
 
+if $ac_preproc_ok; then
8835
 
+  break
8836
 
+fi
8837
 
+
8838
 
+    done
8839
 
+    ac_cv_prog_CXXCPP=$CXXCPP
8840
 
+  
8841
 
+fi
8842
 
+  CXXCPP=$ac_cv_prog_CXXCPP
8843
 
+else
8844
 
+  ac_cv_prog_CXXCPP=$CXXCPP
8845
 
+fi
8846
 
+{ echo "$as_me:$LINENO: result: $CXXCPP" >&5
8847
 
+echo "${ECHO_T}$CXXCPP" >&6; }
8848
 
+ac_preproc_ok=false
8849
 
+for ac_cxx_preproc_warn_flag in '' yes
8850
 
+do
8851
 
+  # Use a header file that comes with gcc, so configuring glibc
8852
 
+  # with a fresh cross-compiler works.
8853
 
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8854
 
+  # <limits.h> exists even on freestanding compilers.
8855
 
+  # On the NeXT, cc -E runs the code through the compiler's parser,
8856
 
+  # not just through cpp. "Syntax error" is here to catch this case.
8857
 
+  cat >conftest.$ac_ext <<_ACEOF
8858
 
+/* confdefs.h.  */
8859
 
+_ACEOF
8860
 
+cat confdefs.h >>conftest.$ac_ext
8861
 
+cat >>conftest.$ac_ext <<_ACEOF
8862
 
+/* end confdefs.h.  */
8863
 
+@%:@ifdef __STDC__
8864
 
+@%:@ include <limits.h>
8865
 
+@%:@else
8866
 
+@%:@ include <assert.h>
8867
 
+@%:@endif
8868
 
+                    Syntax error
8869
 
+_ACEOF
8870
 
+if { (ac_try="$ac_cpp conftest.$ac_ext"
8871
 
+case "(($ac_try" in
8872
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8873
 
+  *) ac_try_echo=$ac_try;;
8874
 
+esac
8875
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8876
 
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8877
 
+  ac_status=$?
8878
 
+  grep -v '^ *+' conftest.er1 >conftest.err
8879
 
+  rm -f conftest.er1
8880
 
+  cat conftest.err >&5
8881
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8882
 
+  (exit $ac_status); } >/dev/null && {
8883
 
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
8884
 
+        test ! -s conftest.err
8885
 
+       }; then
8886
 
+  :
8887
 
+else
8888
 
+  echo "$as_me: failed program was:" >&5
8889
 
+sed 's/^/| /' conftest.$ac_ext >&5
8890
 
+
8891
 
+  # Broken: fails on valid input.
8892
 
+continue
8893
 
+fi
8894
 
+
8895
 
+rm -f conftest.err conftest.$ac_ext
8896
 
+
8897
 
+  # OK, works on sane cases.  Now check whether nonexistent headers
8898
 
+  # can be detected and how.
8899
 
+  cat >conftest.$ac_ext <<_ACEOF
8900
 
+/* confdefs.h.  */
8901
 
+_ACEOF
8902
 
+cat confdefs.h >>conftest.$ac_ext
8903
 
+cat >>conftest.$ac_ext <<_ACEOF
8904
 
+/* end confdefs.h.  */
8905
 
+@%:@include <ac_nonexistent.h>
8906
 
+_ACEOF
8907
 
+if { (ac_try="$ac_cpp conftest.$ac_ext"
8908
 
+case "(($ac_try" in
8909
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8910
 
+  *) ac_try_echo=$ac_try;;
8911
 
+esac
8912
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8913
 
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8914
 
+  ac_status=$?
8915
 
+  grep -v '^ *+' conftest.er1 >conftest.err
8916
 
+  rm -f conftest.er1
8917
 
+  cat conftest.err >&5
8918
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8919
 
+  (exit $ac_status); } >/dev/null && {
8920
 
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
8921
 
+        test ! -s conftest.err
8922
 
+       }; then
8923
 
+  # Broken: success on invalid input.
8924
 
+continue
8925
 
+else
8926
 
+  echo "$as_me: failed program was:" >&5
8927
 
+sed 's/^/| /' conftest.$ac_ext >&5
8928
 
+
8929
 
+  # Passes both tests.
8930
 
+ac_preproc_ok=:
8931
 
+break
8932
 
+fi
8933
 
+
8934
 
+rm -f conftest.err conftest.$ac_ext
8935
 
+
8936
 
+done
8937
 
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8938
 
+rm -f conftest.err conftest.$ac_ext
8939
 
+if $ac_preproc_ok; then
8940
 
+  :
8941
 
+else
8942
 
+  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
8943
 
+See \`config.log' for more details." >&5
8944
 
+echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
8945
 
+See \`config.log' for more details." >&2;}
8946
 
+   { (exit 1); exit 1; }; }
8947
 
+fi
8948
 
+
8949
 
+ac_ext=cpp
8950
 
+ac_cpp='$CXXCPP $CPPFLAGS'
8951
 
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8952
 
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8953
 
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8954
 
+
8955
 
+fi
8956
 
+
8957
 
+
8958
 
+ac_ext=f
8959
 
+ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
8960
 
+ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8961
 
+ac_compiler_gnu=$ac_cv_f77_compiler_gnu
8962
 
+if test -n "$ac_tool_prefix"; then
8963
 
+  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
8964
 
+  do
8965
 
+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
8966
 
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
8967
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
8968
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8969
 
+if test "${ac_cv_prog_F77+set}" = set; then
8970
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
8971
 
+else
8972
 
+  if test -n "$F77"; then
8973
 
+  ac_cv_prog_F77="$F77" # Let the user override the test.
8974
 
+else
8975
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8976
 
+for as_dir in $PATH
8977
 
+do
8978
 
+  IFS=$as_save_IFS
8979
 
+  test -z "$as_dir" && as_dir=.
8980
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
8981
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8982
 
+    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
8983
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8984
 
+    break 2
8985
 
+  fi
8986
 
+done
8987
 
+done
8988
 
+IFS=$as_save_IFS
8989
 
+
8990
 
+fi
8991
 
+fi
8992
 
+F77=$ac_cv_prog_F77
8993
 
+if test -n "$F77"; then
8994
 
+  { echo "$as_me:$LINENO: result: $F77" >&5
8995
 
+echo "${ECHO_T}$F77" >&6; }
8996
 
+else
8997
 
+  { echo "$as_me:$LINENO: result: no" >&5
8998
 
+echo "${ECHO_T}no" >&6; }
8999
 
+fi
9000
 
+
9001
 
+
9002
 
+    test -n "$F77" && break
9003
 
+  done
9004
 
+fi
9005
 
+if test -z "$F77"; then
9006
 
+  ac_ct_F77=$F77
9007
 
+  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
9008
 
+do
9009
 
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
9010
 
+set dummy $ac_prog; ac_word=$2
9011
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
9012
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9013
 
+if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
9014
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
9015
 
+else
9016
 
+  if test -n "$ac_ct_F77"; then
9017
 
+  ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test.
9018
 
+else
9019
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9020
 
+for as_dir in $PATH
9021
 
+do
9022
 
+  IFS=$as_save_IFS
9023
 
+  test -z "$as_dir" && as_dir=.
9024
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
9025
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9026
 
+    ac_cv_prog_ac_ct_F77="$ac_prog"
9027
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9028
 
+    break 2
9029
 
+  fi
9030
 
+done
9031
 
+done
9032
 
+IFS=$as_save_IFS
9033
 
+
9034
 
+fi
9035
 
+fi
9036
 
+ac_ct_F77=$ac_cv_prog_ac_ct_F77
9037
 
+if test -n "$ac_ct_F77"; then
9038
 
+  { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
9039
 
+echo "${ECHO_T}$ac_ct_F77" >&6; }
9040
 
+else
9041
 
+  { echo "$as_me:$LINENO: result: no" >&5
9042
 
+echo "${ECHO_T}no" >&6; }
9043
 
+fi
9044
 
+
9045
 
+
9046
 
+  test -n "$ac_ct_F77" && break
9047
 
+done
9048
 
+
9049
 
+  if test "x$ac_ct_F77" = x; then
9050
 
+    F77=""
9051
 
+  else
9052
 
+    case $cross_compiling:$ac_tool_warned in
9053
 
+yes:)
9054
 
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
9055
 
+whose name does not start with the host triplet.  If you think this
9056
 
+configuration is useful to you, please write to autoconf@gnu.org." >&5
9057
 
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
9058
 
+whose name does not start with the host triplet.  If you think this
9059
 
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
9060
 
+ac_tool_warned=yes ;;
9061
 
+esac
9062
 
+    F77=$ac_ct_F77
9063
 
+  fi
9064
 
+fi
9065
 
+
9066
 
+
9067
 
+# Provide some information about the compiler.
9068
 
+echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
9069
 
+ac_compiler=`set X $ac_compile; echo $2`
9070
 
+{ (ac_try="$ac_compiler --version >&5"
9071
 
+case "(($ac_try" in
9072
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9073
 
+  *) ac_try_echo=$ac_try;;
9074
 
+esac
9075
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9076
 
+  (eval "$ac_compiler --version >&5") 2>&5
9077
 
+  ac_status=$?
9078
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9079
 
+  (exit $ac_status); }
9080
 
+{ (ac_try="$ac_compiler -v >&5"
9081
 
+case "(($ac_try" in
9082
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9083
 
+  *) ac_try_echo=$ac_try;;
9084
 
+esac
9085
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9086
 
+  (eval "$ac_compiler -v >&5") 2>&5
9087
 
+  ac_status=$?
9088
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9089
 
+  (exit $ac_status); }
9090
 
+{ (ac_try="$ac_compiler -V >&5"
9091
 
+case "(($ac_try" in
9092
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9093
 
+  *) ac_try_echo=$ac_try;;
9094
 
+esac
9095
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9096
 
+  (eval "$ac_compiler -V >&5") 2>&5
9097
 
+  ac_status=$?
9098
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9099
 
+  (exit $ac_status); }
9100
 
+rm -f a.out
9101
 
+
9102
 
+# If we don't use `.F' as extension, the preprocessor is not run on the
9103
 
+# input file.  (Note that this only needs to work for GNU compilers.)
9104
 
+ac_save_ext=$ac_ext
9105
 
+ac_ext=F
9106
 
+{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
9107
 
+echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
9108
 
+if test "${ac_cv_f77_compiler_gnu+set}" = set; then
9109
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
9110
 
+else
9111
 
+  cat >conftest.$ac_ext <<_ACEOF
9112
 
+      program main
9113
 
+#ifndef __GNUC__
9114
 
+       choke me
9115
 
+#endif
9116
 
+
9117
 
+      end
9118
 
+_ACEOF
9119
 
+rm -f conftest.$ac_objext
9120
 
+if { (ac_try="$ac_compile"
9121
 
+case "(($ac_try" in
9122
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9123
 
+  *) ac_try_echo=$ac_try;;
9124
 
+esac
9125
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9126
 
+  (eval "$ac_compile") 2>conftest.er1
9127
 
+  ac_status=$?
9128
 
+  grep -v '^ *+' conftest.er1 >conftest.err
9129
 
+  rm -f conftest.er1
9130
 
+  cat conftest.err >&5
9131
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9132
 
+  (exit $ac_status); } && {
9133
 
+        test -z "$ac_f77_werror_flag" ||
9134
 
+        test ! -s conftest.err
9135
 
+       } && test -s conftest.$ac_objext; then
9136
 
+  ac_compiler_gnu=yes
9137
 
+else
9138
 
+  echo "$as_me: failed program was:" >&5
9139
 
+sed 's/^/| /' conftest.$ac_ext >&5
9140
 
+
9141
 
+       ac_compiler_gnu=no
9142
 
+fi
9143
 
+
9144
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9145
 
+ac_cv_f77_compiler_gnu=$ac_compiler_gnu
9146
 
+
9147
 
+fi
9148
 
+{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
9149
 
+echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
9150
 
+ac_ext=$ac_save_ext
9151
 
+ac_test_FFLAGS=${FFLAGS+set}
9152
 
+ac_save_FFLAGS=$FFLAGS
9153
 
+FFLAGS=
9154
 
+{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
9155
 
+echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
9156
 
+if test "${ac_cv_prog_f77_g+set}" = set; then
9157
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
9158
 
+else
9159
 
+  FFLAGS=-g
9160
 
+cat >conftest.$ac_ext <<_ACEOF
9161
 
+      program main
9162
 
+
9163
 
+      end
9164
 
+_ACEOF
9165
 
+rm -f conftest.$ac_objext
9166
 
+if { (ac_try="$ac_compile"
9167
 
+case "(($ac_try" in
9168
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9169
 
+  *) ac_try_echo=$ac_try;;
9170
 
+esac
9171
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9172
 
+  (eval "$ac_compile") 2>conftest.er1
9173
 
+  ac_status=$?
9174
 
+  grep -v '^ *+' conftest.er1 >conftest.err
9175
 
+  rm -f conftest.er1
9176
 
+  cat conftest.err >&5
9177
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9178
 
+  (exit $ac_status); } && {
9179
 
+        test -z "$ac_f77_werror_flag" ||
9180
 
+        test ! -s conftest.err
9181
 
+       } && test -s conftest.$ac_objext; then
9182
 
+  ac_cv_prog_f77_g=yes
9183
 
+else
9184
 
+  echo "$as_me: failed program was:" >&5
9185
 
+sed 's/^/| /' conftest.$ac_ext >&5
9186
 
+
9187
 
+       ac_cv_prog_f77_g=no
9188
 
+fi
9189
 
+
9190
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9191
 
+
9192
 
+fi
9193
 
+{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
9194
 
+echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
9195
 
+if test "$ac_test_FFLAGS" = set; then
9196
 
+  FFLAGS=$ac_save_FFLAGS
9197
 
+elif test $ac_cv_prog_f77_g = yes; then
9198
 
+  if test "x$ac_cv_f77_compiler_gnu" = xyes; then
9199
 
+    FFLAGS="-g -O2"
9200
 
+  else
9201
 
+    FFLAGS="-g"
9202
 
+  fi
9203
 
+else
9204
 
+  if test "x$ac_cv_f77_compiler_gnu" = xyes; then
9205
 
+    FFLAGS="-O2"
9206
 
+  else
9207
 
+    FFLAGS=
9208
 
+  fi
9209
 
+fi
9210
 
+
9211
 
+G77=`test $ac_compiler_gnu = yes && echo yes`
9212
 
+ac_ext=c
9213
 
+ac_cpp='$CPP $CPPFLAGS'
9214
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9215
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9216
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
9217
 
+
9218
 
+
9219
 
+
9220
 
+# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
9221
 
+
9222
 
+# find the maximum length of command line arguments
9223
 
+{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
9224
 
+echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
9225
 
+if test "${lt_cv_sys_max_cmd_len+set}" = set; then
9226
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
9227
 
+else
9228
 
+    i=0
9229
 
+  teststring="ABCD"
9230
 
+
9231
 
+  case $build_os in
9232
 
+  msdosdjgpp*)
9233
 
+    # On DJGPP, this test can blow up pretty badly due to problems in libc
9234
 
+    # (any single argument exceeding 2000 bytes causes a buffer overrun
9235
 
+    # during glob expansion).  Even if it were fixed, the result of this
9236
 
+    # check would be larger than it should be.
9237
 
+    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
9238
 
+    ;;
9239
 
+
9240
 
+  gnu*)
9241
 
+    # Under GNU Hurd, this test is not required because there is
9242
 
+    # no limit to the length of command line arguments.
9243
 
+    # Libtool will interpret -1 as no limit whatsoever
9244
 
+    lt_cv_sys_max_cmd_len=-1;
9245
 
+    ;;
9246
 
+
9247
 
+  cygwin* | mingw*)
9248
 
+    # On Win9x/ME, this test blows up -- it succeeds, but takes
9249
 
+    # about 5 minutes as the teststring grows exponentially.
9250
 
+    # Worse, since 9x/ME are not pre-emptively multitasking,
9251
 
+    # you end up with a "frozen" computer, even though with patience
9252
 
+    # the test eventually succeeds (with a max line length of 256k).
9253
 
+    # Instead, let's just punt: use the minimum linelength reported by
9254
 
+    # all of the supported platforms: 8192 (on NT/2K/XP).
9255
 
+    lt_cv_sys_max_cmd_len=8192;
9256
 
+    ;;
9257
 
+
9258
 
+  amigaos*)
9259
 
+    # On AmigaOS with pdksh, this test takes hours, literally.
9260
 
+    # So we just punt and use a minimum line length of 8192.
9261
 
+    lt_cv_sys_max_cmd_len=8192;
9262
 
+    ;;
9263
 
+
9264
 
+  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
9265
 
+    # This has been around since 386BSD, at least.  Likely further.
9266
 
+    if test -x /sbin/sysctl; then
9267
 
+      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
9268
 
+    elif test -x /usr/sbin/sysctl; then
9269
 
+      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
9270
 
+    else
9271
 
+      lt_cv_sys_max_cmd_len=65536      # usable default for all BSDs
9272
 
+    fi
9273
 
+    # And add a safety zone
9274
 
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
9275
 
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
9276
 
+    ;;
9277
 
+
9278
 
+  interix*)
9279
 
+    # We know the value 262144 and hardcode it with a safety zone (like BSD)
9280
 
+    lt_cv_sys_max_cmd_len=196608
9281
 
+    ;;
9282
 
+
9283
 
+  osf*)
9284
 
+    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
9285
 
+    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
9286
 
+    # nice to cause kernel panics so lets avoid the loop below.
9287
 
+    # First set a reasonable default.
9288
 
+    lt_cv_sys_max_cmd_len=16384
9289
 
+    #
9290
 
+    if test -x /sbin/sysconfig; then
9291
 
+      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
9292
 
+        *1*) lt_cv_sys_max_cmd_len=-1 ;;
9293
 
+      esac
9294
 
+    fi
9295
 
+    ;;
9296
 
+  sco3.2v5*)
9297
 
+    lt_cv_sys_max_cmd_len=102400
9298
 
+    ;;
9299
 
+  sysv5* | sco5v6* | sysv4.2uw2*)
9300
 
+    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
9301
 
+    if test -n "$kargmax"; then
9302
 
+      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[        ]//'`
9303
 
+    else
9304
 
+      lt_cv_sys_max_cmd_len=32768
9305
 
+    fi
9306
 
+    ;;
9307
 
+  *)
9308
 
+    # If test is not a shell built-in, we'll probably end up computing a
9309
 
+    # maximum length that is only half of the actual maximum length, but
9310
 
+    # we can't tell.
9311
 
+    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
9312
 
+    while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
9313
 
+              = "XX$teststring") >/dev/null 2>&1 &&
9314
 
+           new_result=`expr "X$teststring" : ".*" 2>&1` &&
9315
 
+           lt_cv_sys_max_cmd_len=$new_result &&
9316
 
+           test $i != 17 # 1/2 MB should be enough
9317
 
+    do
9318
 
+      i=`expr $i + 1`
9319
 
+      teststring=$teststring$teststring
9320
 
+    done
9321
 
+    teststring=
9322
 
+    # Add a significant safety factor because C++ compilers can tack on massive
9323
 
+    # amounts of additional arguments before passing them to the linker.
9324
 
+    # It appears as though 1/2 is a usable value.
9325
 
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
9326
 
+    ;;
9327
 
+  esac
9328
 
+
9329
 
+fi
9330
 
+
9331
 
+if test -n $lt_cv_sys_max_cmd_len ; then
9332
 
+  { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
9333
 
+echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
9334
 
+else
9335
 
+  { echo "$as_me:$LINENO: result: none" >&5
9336
 
+echo "${ECHO_T}none" >&6; }
9337
 
+fi
9338
 
+
9339
 
+
9340
 
+
9341
 
+
9342
 
+# Check for command to grab the raw symbol name followed by C symbol from nm.
9343
 
+{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
9344
 
+echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
9345
 
+if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
9346
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
9347
 
+else
9348
 
+  
9349
 
+# These are sane defaults that work on at least a few old systems.
9350
 
+# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
9351
 
+
9352
 
+# Character class describing NM global symbol codes.
9353
 
+symcode='[BCDEGRST]'
9354
 
+
9355
 
+# Regexp to match symbols that can be accessed directly from C.
9356
 
+sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
9357
 
+
9358
 
+# Transform an extracted symbol line into a proper C declaration
9359
 
+lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
9360
 
+
9361
 
+# Transform an extracted symbol line into symbol name and symbol address
9362
 
+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'"
9363
 
+
9364
 
+# Define system-specific variables.
9365
 
+case $host_os in
9366
 
+aix*)
9367
 
+  symcode='[BCDT]'
9368
 
+  ;;
9369
 
+cygwin* | mingw* | pw32*)
9370
 
+  symcode='[ABCDGISTW]'
9371
 
+  ;;
9372
 
+hpux*) # Its linker distinguishes data from code symbols
9373
 
+  if test "$host_cpu" = ia64; then
9374
 
+    symcode='[ABCDEGRST]'
9375
 
+  fi
9376
 
+  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
9377
 
+  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'"
9378
 
+  ;;
9379
 
+linux* | k*bsd*-gnu)
9380
 
+  if test "$host_cpu" = ia64; then
9381
 
+    symcode='[ABCDGIRSTW]'
9382
 
+    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
9383
 
+    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'"
9384
 
+  fi
9385
 
+  ;;
9386
 
+irix* | nonstopux*)
9387
 
+  symcode='[BCDEGRST]'
9388
 
+  ;;
9389
 
+osf*)
9390
 
+  symcode='[BCDEGQRST]'
9391
 
+  ;;
9392
 
+solaris*)
9393
 
+  symcode='[BDRT]'
9394
 
+  ;;
9395
 
+sco3.2v5*)
9396
 
+  symcode='[DT]'
9397
 
+  ;;
9398
 
+sysv4.2uw2*)
9399
 
+  symcode='[DT]'
9400
 
+  ;;
9401
 
+sysv5* | sco5v6* | unixware* | OpenUNIX*)
9402
 
+  symcode='[ABDT]'
9403
 
+  ;;
9404
 
+sysv4)
9405
 
+  symcode='[DFNSTU]'
9406
 
+  ;;
9407
 
+esac
9408
 
+
9409
 
+# Handle CRLF in mingw tool chain
9410
 
+opt_cr=
9411
 
+case $build_os in
9412
 
+mingw*)
9413
 
+  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
9414
 
+  ;;
9415
 
+esac
9416
 
+
9417
 
+# If we're using GNU nm, then use its standard symbol codes.
9418
 
+case `$NM -V 2>&1` in
9419
 
+*GNU* | *'with BFD'*)
9420
 
+  symcode='[ABCDGIRSTW]' ;;
9421
 
+esac
9422
 
+
9423
 
+# Try without a prefix undercore, then with it.
9424
 
+for ac_symprfx in "" "_"; do
9425
 
+
9426
 
+  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
9427
 
+  symxfrm="\\1 $ac_symprfx\\2 \\2"
9428
 
+
9429
 
+  # Write the raw and C identifiers.
9430
 
+  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
9431
 
+
9432
 
+  # Check to see that the pipe works correctly.
9433
 
+  pipe_works=no
9434
 
+
9435
 
+  rm -f conftest*
9436
 
+  cat > conftest.$ac_ext <<EOF
9437
 
+#ifdef __cplusplus
9438
 
+extern "C" {
9439
 
+#endif
9440
 
+char nm_test_var;
9441
 
+void nm_test_func(){}
9442
 
+#ifdef __cplusplus
9443
 
+}
9444
 
+#endif
9445
 
+int main(){nm_test_var='a';nm_test_func();return(0);}
9446
 
+EOF
9447
 
+
9448
 
+  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9449
 
+  (eval $ac_compile) 2>&5
9450
 
+  ac_status=$?
9451
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9452
 
+  (exit $ac_status); }; then
9453
 
+    # Now try to grab the symbols.
9454
 
+    nlist=conftest.nm
9455
 
+    if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
9456
 
+  (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
9457
 
+  ac_status=$?
9458
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9459
 
+  (exit $ac_status); } && test -s "$nlist"; then
9460
 
+      # Try sorting and uniquifying the output.
9461
 
+      if sort "$nlist" | uniq > "$nlist"T; then
9462
 
+       mv -f "$nlist"T "$nlist"
9463
 
+      else
9464
 
+       rm -f "$nlist"T
9465
 
+      fi
9466
 
+
9467
 
+      # Make sure that we snagged all the symbols we need.
9468
 
+      if grep ' nm_test_var$' "$nlist" >/dev/null; then
9469
 
+       if grep ' nm_test_func$' "$nlist" >/dev/null; then
9470
 
+         cat <<EOF > conftest.$ac_ext
9471
 
+#ifdef __cplusplus
9472
 
+extern "C" {
9473
 
+#endif
9474
 
+
9475
 
+EOF
9476
 
+         # Now generate the symbol file.
9477
 
+         eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
9478
 
+
9479
 
+         cat <<EOF >> conftest.$ac_ext
9480
 
+#if defined (__STDC__) && __STDC__
9481
 
+# define lt_ptr_t void *
9482
 
+#else
9483
 
+# define lt_ptr_t char *
9484
 
+# define const
9485
 
+#endif
9486
 
+
9487
 
+/* The mapping between symbol names and symbols. */
9488
 
+const struct {
9489
 
+  const char *name;
9490
 
+  lt_ptr_t address;
9491
 
+}
9492
 
+lt_preloaded_symbols[] =
9493
 
+{
9494
 
+EOF
9495
 
+         $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
9496
 
+         cat <<\EOF >> conftest.$ac_ext
9497
 
+  {0, (lt_ptr_t) 0}
9498
 
+};
9499
 
+
9500
 
+#ifdef __cplusplus
9501
 
+}
9502
 
+#endif
9503
 
+EOF
9504
 
+         # Now try linking the two files.
9505
 
+         mv conftest.$ac_objext conftstm.$ac_objext
9506
 
+         lt_save_LIBS="$LIBS"
9507
 
+         lt_save_CFLAGS="$CFLAGS"
9508
 
+         LIBS="conftstm.$ac_objext"
9509
 
+         CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
9510
 
+         if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9511
 
+  (eval $ac_link) 2>&5
9512
 
+  ac_status=$?
9513
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9514
 
+  (exit $ac_status); } && test -s conftest${ac_exeext}; then
9515
 
+           pipe_works=yes
9516
 
+         fi
9517
 
+         LIBS="$lt_save_LIBS"
9518
 
+         CFLAGS="$lt_save_CFLAGS"
9519
 
+       else
9520
 
+         echo "cannot find nm_test_func in $nlist" >&5
9521
 
+       fi
9522
 
+      else
9523
 
+       echo "cannot find nm_test_var in $nlist" >&5
9524
 
+      fi
9525
 
+    else
9526
 
+      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
9527
 
+    fi
9528
 
+  else
9529
 
+    echo "$progname: failed program was:" >&5
9530
 
+    cat conftest.$ac_ext >&5
9531
 
+  fi
9532
 
+  rm -f conftest* conftst*
9533
 
+
9534
 
+  # Do not use the global_symbol_pipe unless it works.
9535
 
+  if test "$pipe_works" = yes; then
9536
 
+    break
9537
 
+  else
9538
 
+    lt_cv_sys_global_symbol_pipe=
9539
 
+  fi
9540
 
+done
9541
 
+
9542
 
+fi
9543
 
+
9544
 
+if test -z "$lt_cv_sys_global_symbol_pipe"; then
9545
 
+  lt_cv_sys_global_symbol_to_cdecl=
9546
 
+fi
9547
 
+if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
9548
 
+  { echo "$as_me:$LINENO: result: failed" >&5
9549
 
+echo "${ECHO_T}failed" >&6; }
9550
 
+else
9551
 
+  { echo "$as_me:$LINENO: result: ok" >&5
9552
 
+echo "${ECHO_T}ok" >&6; }
9553
 
+fi
9554
 
+
9555
 
+{ echo "$as_me:$LINENO: checking for objdir" >&5
9556
 
+echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
9557
 
+if test "${lt_cv_objdir+set}" = set; then
9558
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
9559
 
+else
9560
 
+  rm -f .libs 2>/dev/null
9561
 
+mkdir .libs 2>/dev/null
9562
 
+if test -d .libs; then
9563
 
+  lt_cv_objdir=.libs
9564
 
+else
9565
 
+  # MS-DOS does not allow filenames that begin with a dot.
9566
 
+  lt_cv_objdir=_libs
9567
 
+fi
9568
 
+rmdir .libs 2>/dev/null
9569
 
+fi
9570
 
+{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
9571
 
+echo "${ECHO_T}$lt_cv_objdir" >&6; }
9572
 
+objdir=$lt_cv_objdir
9573
 
+
9574
 
+
9575
 
+
9576
 
+
9577
 
+
9578
 
+case $host_os in
9579
 
+aix3*)
9580
 
+  # AIX sometimes has problems with the GCC collect2 program.  For some
9581
 
+  # reason, if we set the COLLECT_NAMES environment variable, the problems
9582
 
+  # vanish in a puff of smoke.
9583
 
+  if test "X${COLLECT_NAMES+set}" != Xset; then
9584
 
+    COLLECT_NAMES=
9585
 
+    export COLLECT_NAMES
9586
 
+  fi
9587
 
+  ;;
9588
 
+esac
9589
 
+
9590
 
+# Sed substitution that helps us do robust quoting.  It backslashifies
9591
 
+# metacharacters that are still active within double-quoted strings.
9592
 
+Xsed='sed -e 1s/^X//'
9593
 
+sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'
9594
 
+
9595
 
+# Same as above, but do not quote variable references.
9596
 
+double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g'
9597
 
+
9598
 
+# Sed substitution to delay expansion of an escaped shell variable in a
9599
 
+# double_quote_subst'ed string.
9600
 
+delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
9601
 
+
9602
 
+# Sed substitution to avoid accidental globbing in evaled expressions
9603
 
+no_glob_subst='s/\*/\\\*/g'
9604
 
+
9605
 
+# Constants:
9606
 
+rm="rm -f"
9607
 
+
9608
 
+# Global variables:
9609
 
+default_ofile=libtool
9610
 
+can_build_shared=yes
9611
 
+
9612
 
+# All known linkers require a `.a' archive for static linking (except MSVC,
9613
 
+# which needs '.lib').
9614
 
+libext=a
9615
 
+ltmain="$ac_aux_dir/ltmain.sh"
9616
 
+ofile="$default_ofile"
9617
 
+with_gnu_ld="$lt_cv_prog_gnu_ld"
9618
 
+
9619
 
+if test -n "$ac_tool_prefix"; then
9620
 
+  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
9621
 
+set dummy ${ac_tool_prefix}ar; ac_word=$2
9622
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
9623
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9624
 
+if test "${ac_cv_prog_AR+set}" = set; then
9625
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
9626
 
+else
9627
 
+  if test -n "$AR"; then
9628
 
+  ac_cv_prog_AR="$AR" # Let the user override the test.
9629
 
+else
9630
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9631
 
+for as_dir in $PATH
9632
 
+do
9633
 
+  IFS=$as_save_IFS
9634
 
+  test -z "$as_dir" && as_dir=.
9635
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
9636
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9637
 
+    ac_cv_prog_AR="${ac_tool_prefix}ar"
9638
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9639
 
+    break 2
9640
 
+  fi
9641
 
+done
9642
 
+done
9643
 
+IFS=$as_save_IFS
9644
 
+
9645
 
+fi
9646
 
+fi
9647
 
+AR=$ac_cv_prog_AR
9648
 
+if test -n "$AR"; then
9649
 
+  { echo "$as_me:$LINENO: result: $AR" >&5
9650
 
+echo "${ECHO_T}$AR" >&6; }
9651
 
+else
9652
 
+  { echo "$as_me:$LINENO: result: no" >&5
9653
 
+echo "${ECHO_T}no" >&6; }
9654
 
+fi
9655
 
+
9656
 
+
9657
 
+fi
9658
 
+if test -z "$ac_cv_prog_AR"; then
9659
 
+  ac_ct_AR=$AR
9660
 
+  # Extract the first word of "ar", so it can be a program name with args.
9661
 
+set dummy ar; ac_word=$2
9662
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
9663
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9664
 
+if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
9665
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
9666
 
+else
9667
 
+  if test -n "$ac_ct_AR"; then
9668
 
+  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
9669
 
+else
9670
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9671
 
+for as_dir in $PATH
9672
 
+do
9673
 
+  IFS=$as_save_IFS
9674
 
+  test -z "$as_dir" && as_dir=.
9675
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
9676
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9677
 
+    ac_cv_prog_ac_ct_AR="ar"
9678
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9679
 
+    break 2
9680
 
+  fi
9681
 
+done
9682
 
+done
9683
 
+IFS=$as_save_IFS
9684
 
+
9685
 
+fi
9686
 
+fi
9687
 
+ac_ct_AR=$ac_cv_prog_ac_ct_AR
9688
 
+if test -n "$ac_ct_AR"; then
9689
 
+  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
9690
 
+echo "${ECHO_T}$ac_ct_AR" >&6; }
9691
 
+else
9692
 
+  { echo "$as_me:$LINENO: result: no" >&5
9693
 
+echo "${ECHO_T}no" >&6; }
9694
 
+fi
9695
 
+
9696
 
+  if test "x$ac_ct_AR" = x; then
9697
 
+    AR="false"
9698
 
+  else
9699
 
+    case $cross_compiling:$ac_tool_warned in
9700
 
+yes:)
9701
 
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
9702
 
+whose name does not start with the host triplet.  If you think this
9703
 
+configuration is useful to you, please write to autoconf@gnu.org." >&5
9704
 
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
9705
 
+whose name does not start with the host triplet.  If you think this
9706
 
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
9707
 
+ac_tool_warned=yes ;;
9708
 
+esac
9709
 
+    AR=$ac_ct_AR
9710
 
+  fi
9711
 
+else
9712
 
+  AR="$ac_cv_prog_AR"
9713
 
+fi
9714
 
+
9715
 
+if test -n "$ac_tool_prefix"; then
9716
 
+  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
9717
 
+set dummy ${ac_tool_prefix}ranlib; ac_word=$2
9718
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
9719
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9720
 
+if test "${ac_cv_prog_RANLIB+set}" = set; then
9721
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
9722
 
+else
9723
 
+  if test -n "$RANLIB"; then
9724
 
+  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9725
 
+else
9726
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9727
 
+for as_dir in $PATH
9728
 
+do
9729
 
+  IFS=$as_save_IFS
9730
 
+  test -z "$as_dir" && as_dir=.
9731
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
9732
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9733
 
+    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
9734
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9735
 
+    break 2
9736
 
+  fi
9737
 
+done
9738
 
+done
9739
 
+IFS=$as_save_IFS
9740
 
+
9741
 
+fi
9742
 
+fi
9743
 
+RANLIB=$ac_cv_prog_RANLIB
9744
 
+if test -n "$RANLIB"; then
9745
 
+  { echo "$as_me:$LINENO: result: $RANLIB" >&5
9746
 
+echo "${ECHO_T}$RANLIB" >&6; }
9747
 
+else
9748
 
+  { echo "$as_me:$LINENO: result: no" >&5
9749
 
+echo "${ECHO_T}no" >&6; }
9750
 
+fi
9751
 
+
9752
 
+
9753
 
+fi
9754
 
+if test -z "$ac_cv_prog_RANLIB"; then
9755
 
+  ac_ct_RANLIB=$RANLIB
9756
 
+  # Extract the first word of "ranlib", so it can be a program name with args.
9757
 
+set dummy ranlib; ac_word=$2
9758
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
9759
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9760
 
+if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
9761
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
9762
 
+else
9763
 
+  if test -n "$ac_ct_RANLIB"; then
9764
 
+  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
9765
 
+else
9766
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9767
 
+for as_dir in $PATH
9768
 
+do
9769
 
+  IFS=$as_save_IFS
9770
 
+  test -z "$as_dir" && as_dir=.
9771
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
9772
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9773
 
+    ac_cv_prog_ac_ct_RANLIB="ranlib"
9774
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9775
 
+    break 2
9776
 
+  fi
9777
 
+done
9778
 
+done
9779
 
+IFS=$as_save_IFS
9780
 
+
9781
 
+fi
9782
 
+fi
9783
 
+ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
9784
 
+if test -n "$ac_ct_RANLIB"; then
9785
 
+  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
9786
 
+echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
9787
 
+else
9788
 
+  { echo "$as_me:$LINENO: result: no" >&5
9789
 
+echo "${ECHO_T}no" >&6; }
9790
 
+fi
9791
 
+
9792
 
+  if test "x$ac_ct_RANLIB" = x; then
9793
 
+    RANLIB=":"
9794
 
+  else
9795
 
+    case $cross_compiling:$ac_tool_warned in
9796
 
+yes:)
9797
 
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
9798
 
+whose name does not start with the host triplet.  If you think this
9799
 
+configuration is useful to you, please write to autoconf@gnu.org." >&5
9800
 
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
9801
 
+whose name does not start with the host triplet.  If you think this
9802
 
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
9803
 
+ac_tool_warned=yes ;;
9804
 
+esac
9805
 
+    RANLIB=$ac_ct_RANLIB
9806
 
+  fi
9807
 
+else
9808
 
+  RANLIB="$ac_cv_prog_RANLIB"
9809
 
+fi
9810
 
+
9811
 
+if test -n "$ac_tool_prefix"; then
9812
 
+  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
9813
 
+set dummy ${ac_tool_prefix}strip; ac_word=$2
9814
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
9815
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9816
 
+if test "${ac_cv_prog_STRIP+set}" = set; then
9817
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
9818
 
+else
9819
 
+  if test -n "$STRIP"; then
9820
 
+  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9821
 
+else
9822
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9823
 
+for as_dir in $PATH
9824
 
+do
9825
 
+  IFS=$as_save_IFS
9826
 
+  test -z "$as_dir" && as_dir=.
9827
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
9828
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9829
 
+    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
9830
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9831
 
+    break 2
9832
 
+  fi
9833
 
+done
9834
 
+done
9835
 
+IFS=$as_save_IFS
9836
 
+
9837
 
+fi
9838
 
+fi
9839
 
+STRIP=$ac_cv_prog_STRIP
9840
 
+if test -n "$STRIP"; then
9841
 
+  { echo "$as_me:$LINENO: result: $STRIP" >&5
9842
 
+echo "${ECHO_T}$STRIP" >&6; }
9843
 
+else
9844
 
+  { echo "$as_me:$LINENO: result: no" >&5
9845
 
+echo "${ECHO_T}no" >&6; }
9846
 
+fi
9847
 
+
9848
 
+
9849
 
+fi
9850
 
+if test -z "$ac_cv_prog_STRIP"; then
9851
 
+  ac_ct_STRIP=$STRIP
9852
 
+  # Extract the first word of "strip", so it can be a program name with args.
9853
 
+set dummy strip; ac_word=$2
9854
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
9855
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9856
 
+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
9857
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
9858
 
+else
9859
 
+  if test -n "$ac_ct_STRIP"; then
9860
 
+  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
9861
 
+else
9862
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9863
 
+for as_dir in $PATH
9864
 
+do
9865
 
+  IFS=$as_save_IFS
9866
 
+  test -z "$as_dir" && as_dir=.
9867
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
9868
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9869
 
+    ac_cv_prog_ac_ct_STRIP="strip"
9870
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9871
 
+    break 2
9872
 
+  fi
9873
 
+done
9874
 
+done
9875
 
+IFS=$as_save_IFS
9876
 
+
9877
 
+fi
9878
 
+fi
9879
 
+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
9880
 
+if test -n "$ac_ct_STRIP"; then
9881
 
+  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
9882
 
+echo "${ECHO_T}$ac_ct_STRIP" >&6; }
9883
 
+else
9884
 
+  { echo "$as_me:$LINENO: result: no" >&5
9885
 
+echo "${ECHO_T}no" >&6; }
9886
 
+fi
9887
 
+
9888
 
+  if test "x$ac_ct_STRIP" = x; then
9889
 
+    STRIP=":"
9890
 
+  else
9891
 
+    case $cross_compiling:$ac_tool_warned in
9892
 
+yes:)
9893
 
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
9894
 
+whose name does not start with the host triplet.  If you think this
9895
 
+configuration is useful to you, please write to autoconf@gnu.org." >&5
9896
 
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
9897
 
+whose name does not start with the host triplet.  If you think this
9898
 
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
9899
 
+ac_tool_warned=yes ;;
9900
 
+esac
9901
 
+    STRIP=$ac_ct_STRIP
9902
 
+  fi
9903
 
+else
9904
 
+  STRIP="$ac_cv_prog_STRIP"
9905
 
+fi
9906
 
+
9907
 
+
9908
 
+old_CC="$CC"
9909
 
+old_CFLAGS="$CFLAGS"
9910
 
+
9911
 
+# Set sane defaults for various variables
9912
 
+test -z "$AR" && AR=ar
9913
 
+test -z "$AR_FLAGS" && AR_FLAGS=cru
9914
 
+test -z "$AS" && AS=as
9915
 
+test -z "$CC" && CC=cc
9916
 
+test -z "$LTCC" && LTCC=$CC
9917
 
+test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9918
 
+test -z "$DLLTOOL" && DLLTOOL=dlltool
9919
 
+test -z "$LD" && LD=ld
9920
 
+test -z "$LN_S" && LN_S="ln -s"
9921
 
+test -z "$MAGIC_CMD" && MAGIC_CMD=file
9922
 
+test -z "$NM" && NM=nm
9923
 
+test -z "$SED" && SED=sed
9924
 
+test -z "$OBJDUMP" && OBJDUMP=objdump
9925
 
+test -z "$RANLIB" && RANLIB=:
9926
 
+test -z "$STRIP" && STRIP=:
9927
 
+test -z "$ac_objext" && ac_objext=o
9928
 
+
9929
 
+# Determine commands to create old-style static archives.
9930
 
+old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
9931
 
+old_postinstall_cmds='chmod 644 $oldlib'
9932
 
+old_postuninstall_cmds=
9933
 
+
9934
 
+if test -n "$RANLIB"; then
9935
 
+  case $host_os in
9936
 
+  openbsd*)
9937
 
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
9938
 
+    ;;
9939
 
+  *)
9940
 
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
9941
 
+    ;;
9942
 
+  esac
9943
 
+  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
9944
 
+fi
9945
 
+
9946
 
+for cc_temp in $compiler""; do
9947
 
+  case $cc_temp in
9948
 
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9949
 
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9950
 
+    \-*) ;;
9951
 
+    *) break;;
9952
 
+  esac
9953
 
+done
9954
 
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
9955
 
+
9956
 
+
9957
 
+# Only perform the check for file, if the check method requires it
9958
 
+case $deplibs_check_method in
9959
 
+file_magic*)
9960
 
+  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9961
 
+    { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
9962
 
+echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
9963
 
+if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
9964
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
9965
 
+else
9966
 
+  case $MAGIC_CMD in
9967
 
+[\\/*] |  ?:[\\/]*)
9968
 
+  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9969
 
+  ;;
9970
 
+*)
9971
 
+  lt_save_MAGIC_CMD="$MAGIC_CMD"
9972
 
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9973
 
+  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9974
 
+  for ac_dir in $ac_dummy; do
9975
 
+    IFS="$lt_save_ifs"
9976
 
+    test -z "$ac_dir" && ac_dir=.
9977
 
+    if test -f $ac_dir/${ac_tool_prefix}file; then
9978
 
+      lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9979
 
+      if test -n "$file_magic_test_file"; then
9980
 
+       case $deplibs_check_method in
9981
 
+       "file_magic "*)
9982
 
+         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9983
 
+         MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9984
 
+         if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9985
 
+           $EGREP "$file_magic_regex" > /dev/null; then
9986
 
+           :
9987
 
+         else
9988
 
+           cat <<EOF 1>&2
9989
 
+
9990
 
+*** Warning: the command libtool uses to detect shared libraries,
9991
 
+*** $file_magic_cmd, produces output that libtool cannot recognize.
9992
 
+*** The result is that libtool may fail to recognize shared libraries
9993
 
+*** as such.  This will affect the creation of libtool libraries that
9994
 
+*** depend on shared libraries, but programs linked with such libtool
9995
 
+*** libraries will work regardless of this problem.  Nevertheless, you
9996
 
+*** may want to report the problem to your system manager and/or to
9997
 
+*** bug-libtool@gnu.org
9998
 
+
9999
 
+EOF
10000
 
+         fi ;;
10001
 
+       esac
10002
 
+      fi
10003
 
+      break
10004
 
+    fi
10005
 
+  done
10006
 
+  IFS="$lt_save_ifs"
10007
 
+  MAGIC_CMD="$lt_save_MAGIC_CMD"
10008
 
+  ;;
10009
 
+esac
10010
 
+fi
10011
 
+
10012
 
+MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
10013
 
+if test -n "$MAGIC_CMD"; then
10014
 
+  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
10015
 
+echo "${ECHO_T}$MAGIC_CMD" >&6; }
10016
 
+else
10017
 
+  { echo "$as_me:$LINENO: result: no" >&5
10018
 
+echo "${ECHO_T}no" >&6; }
10019
 
+fi
10020
 
+
10021
 
+if test -z "$lt_cv_path_MAGIC_CMD"; then
10022
 
+  if test -n "$ac_tool_prefix"; then
10023
 
+    { echo "$as_me:$LINENO: checking for file" >&5
10024
 
+echo $ECHO_N "checking for file... $ECHO_C" >&6; }
10025
 
+if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
10026
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
10027
 
+else
10028
 
+  case $MAGIC_CMD in
10029
 
+[\\/*] |  ?:[\\/]*)
10030
 
+  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
10031
 
+  ;;
10032
 
+*)
10033
 
+  lt_save_MAGIC_CMD="$MAGIC_CMD"
10034
 
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
10035
 
+  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
10036
 
+  for ac_dir in $ac_dummy; do
10037
 
+    IFS="$lt_save_ifs"
10038
 
+    test -z "$ac_dir" && ac_dir=.
10039
 
+    if test -f $ac_dir/file; then
10040
 
+      lt_cv_path_MAGIC_CMD="$ac_dir/file"
10041
 
+      if test -n "$file_magic_test_file"; then
10042
 
+       case $deplibs_check_method in
10043
 
+       "file_magic "*)
10044
 
+         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
10045
 
+         MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
10046
 
+         if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
10047
 
+           $EGREP "$file_magic_regex" > /dev/null; then
10048
 
+           :
10049
 
+         else
10050
 
+           cat <<EOF 1>&2
10051
 
+
10052
 
+*** Warning: the command libtool uses to detect shared libraries,
10053
 
+*** $file_magic_cmd, produces output that libtool cannot recognize.
10054
 
+*** The result is that libtool may fail to recognize shared libraries
10055
 
+*** as such.  This will affect the creation of libtool libraries that
10056
 
+*** depend on shared libraries, but programs linked with such libtool
10057
 
+*** libraries will work regardless of this problem.  Nevertheless, you
10058
 
+*** may want to report the problem to your system manager and/or to
10059
 
+*** bug-libtool@gnu.org
10060
 
+
10061
 
+EOF
10062
 
+         fi ;;
10063
 
+       esac
10064
 
+      fi
10065
 
+      break
10066
 
+    fi
10067
 
+  done
10068
 
+  IFS="$lt_save_ifs"
10069
 
+  MAGIC_CMD="$lt_save_MAGIC_CMD"
10070
 
+  ;;
10071
 
+esac
10072
 
+fi
10073
 
+
10074
 
+MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
10075
 
+if test -n "$MAGIC_CMD"; then
10076
 
+  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
10077
 
+echo "${ECHO_T}$MAGIC_CMD" >&6; }
10078
 
+else
10079
 
+  { echo "$as_me:$LINENO: result: no" >&5
10080
 
+echo "${ECHO_T}no" >&6; }
10081
 
+fi
10082
 
+
10083
 
+  else
10084
 
+    MAGIC_CMD=:
10085
 
+  fi
10086
 
+fi
10087
 
+
10088
 
+  fi
10089
 
+  ;;
10090
 
+esac
10091
 
+
10092
 
+enable_dlopen=no
10093
 
+enable_win32_dll=no
10094
 
+
10095
 
+# Check whether --enable-libtool-lock was given.
10096
 
+if test "${enable_libtool_lock+set}" = set; then
10097
 
+  enableval=$enable_libtool_lock; 
10098
 
+fi
10099
 
+
10100
 
+test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
10101
 
+
10102
 
+
10103
 
+# Check whether --with-pic was given.
10104
 
+if test "${with_pic+set}" = set; then
10105
 
+  withval=$with_pic; pic_mode="$withval"
10106
 
+else
10107
 
+  pic_mode=default
10108
 
+fi
10109
 
+
10110
 
+test -z "$pic_mode" && pic_mode=default
10111
 
+
10112
 
+# Use C for the default configuration in the libtool script
10113
 
+tagname=
10114
 
+lt_save_CC="$CC"
10115
 
+ac_ext=c
10116
 
+ac_cpp='$CPP $CPPFLAGS'
10117
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10118
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10119
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
10120
 
+
10121
 
+
10122
 
+# Source file extension for C test sources.
10123
 
+ac_ext=c
10124
 
+
10125
 
+# Object file extension for compiled C test sources.
10126
 
+objext=o
10127
 
+objext=$objext
10128
 
+
10129
 
+# Code to be used in simple compile tests
10130
 
+lt_simple_compile_test_code="int some_variable = 0;\n"
10131
 
+
10132
 
+# Code to be used in simple link tests
10133
 
+lt_simple_link_test_code='int main(){return(0);}\n'
10134
 
+
10135
 
+
10136
 
+# If no C compiler was specified, use CC.
10137
 
+LTCC=${LTCC-"$CC"}
10138
 
+
10139
 
+# If no C compiler flags were specified, use CFLAGS.
10140
 
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
10141
 
+
10142
 
+# Allow CC to be a program name with arguments.
10143
 
+compiler=$CC
10144
 
+
10145
 
+
10146
 
+# save warnings/boilerplate of simple test code
10147
 
+ac_outfile=conftest.$ac_objext
10148
 
+printf "$lt_simple_compile_test_code" >conftest.$ac_ext
10149
 
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
10150
 
+_lt_compiler_boilerplate=`cat conftest.err`
10151
 
+$rm conftest*
10152
 
+
10153
 
+ac_outfile=conftest.$ac_objext
10154
 
+printf "$lt_simple_link_test_code" >conftest.$ac_ext
10155
 
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
10156
 
+_lt_linker_boilerplate=`cat conftest.err`
10157
 
+$rm conftest*
10158
 
+
10159
 
+
10160
 
+
10161
 
+lt_prog_compiler_no_builtin_flag=
10162
 
+
10163
 
+if test "$GCC" = yes; then
10164
 
+  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
10165
 
+
10166
 
+  
10167
 
+{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
10168
 
+echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
10169
 
+if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
10170
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
10171
 
+else
10172
 
+  lt_cv_prog_compiler_rtti_exceptions=no
10173
 
+  ac_outfile=conftest.$ac_objext
10174
 
+   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
10175
 
+   lt_compiler_flag="-fno-rtti -fno-exceptions"
10176
 
+   # Insert the option either (1) after the last *FLAGS variable, or
10177
 
+   # (2) before a word containing "conftest.", or (3) at the end.
10178
 
+   # Note that $ac_compile itself does not contain backslashes and begins
10179
 
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
10180
 
+   # The option is referenced via a variable to avoid confusing sed.
10181
 
+   lt_compile=`echo "$ac_compile" | $SED \
10182
 
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10183
 
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10184
 
+   -e 's:$: $lt_compiler_flag:'`
10185
 
+   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
10186
 
+   (eval "$lt_compile" 2>conftest.err)
10187
 
+   ac_status=$?
10188
 
+   cat conftest.err >&5
10189
 
+   echo "$as_me:__oline__: \$? = $ac_status" >&5
10190
 
+   if (exit $ac_status) && test -s "$ac_outfile"; then
10191
 
+     # The compiler can only warn and ignore the option if not recognized
10192
 
+     # So say no if there are warnings other than the usual output.
10193
 
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
10194
 
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10195
 
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10196
 
+       lt_cv_prog_compiler_rtti_exceptions=yes
10197
 
+     fi
10198
 
+   fi
10199
 
+   $rm conftest*
10200
 
+
10201
 
+fi
10202
 
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
10203
 
+echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
10204
 
+
10205
 
+if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
10206
 
+    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
10207
 
+else
10208
 
+    :
10209
 
+fi
10210
 
+
10211
 
+fi
10212
 
+
10213
 
+lt_prog_compiler_wl=
10214
 
+lt_prog_compiler_pic=
10215
 
+lt_prog_compiler_static=
10216
 
+
10217
 
+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
10218
 
+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
10219
 
10220
 
+  if test "$GCC" = yes; then
10221
 
+    lt_prog_compiler_wl='-Wl,'
10222
 
+    lt_prog_compiler_static='-static'
10223
 
+
10224
 
+    case $host_os in
10225
 
+      aix*)
10226
 
+      # All AIX code is PIC.
10227
 
+      if test "$host_cpu" = ia64; then
10228
 
+       # AIX 5 now supports IA64 processor
10229
 
+       lt_prog_compiler_static='-Bstatic'
10230
 
+      fi
10231
 
+      ;;
10232
 
+
10233
 
+    amigaos*)
10234
 
+      # FIXME: we need at least 68020 code to build shared libraries, but
10235
 
+      # adding the `-m68020' flag to GCC prevents building anything better,
10236
 
+      # like `-m68040'.
10237
 
+      lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
10238
 
+      ;;
10239
 
+
10240
 
+    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
10241
 
+      # PIC is the default for these OSes.
10242
 
+      ;;
10243
 
+
10244
 
+    mingw* | pw32* | os2*)
10245
 
+      # This hack is so that the source file can tell whether it is being
10246
 
+      # built for inclusion in a dll (and should export symbols for example).
10247
 
+      lt_prog_compiler_pic='-DDLL_EXPORT'
10248
 
+      ;;
10249
 
+
10250
 
+    darwin* | rhapsody*)
10251
 
+      # PIC is the default on this platform
10252
 
+      # Common symbols not allowed in MH_DYLIB files
10253
 
+      lt_prog_compiler_pic='-fno-common'
10254
 
+      ;;
10255
 
+
10256
 
+    interix3*)
10257
 
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
10258
 
+      # Instead, we relocate shared libraries at runtime.
10259
 
+      ;;
10260
 
+
10261
 
+    msdosdjgpp*)
10262
 
+      # Just because we use GCC doesn't mean we suddenly get shared libraries
10263
 
+      # on systems that don't support them.
10264
 
+      lt_prog_compiler_can_build_shared=no
10265
 
+      enable_shared=no
10266
 
+      ;;
10267
 
+
10268
 
+    sysv4*MP*)
10269
 
+      if test -d /usr/nec; then
10270
 
+       lt_prog_compiler_pic=-Kconform_pic
10271
 
+      fi
10272
 
+      ;;
10273
 
+
10274
 
+    hpux*)
10275
 
+      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10276
 
+      # not for PA HP-UX.
10277
 
+      case $host_cpu in
10278
 
+      hppa*64*|ia64*)
10279
 
+       # +Z the default
10280
 
+       ;;
10281
 
+      *)
10282
 
+       lt_prog_compiler_pic='-fPIC'
10283
 
+       ;;
10284
 
+      esac
10285
 
+      ;;
10286
 
+
10287
 
+    *)
10288
 
+      lt_prog_compiler_pic='-fPIC'
10289
 
+      ;;
10290
 
+    esac
10291
 
+  else
10292
 
+    # PORTME Check for flag to pass linker flags through the system compiler.
10293
 
+    case $host_os in
10294
 
+    aix*)
10295
 
+      lt_prog_compiler_wl='-Wl,'
10296
 
+      if test "$host_cpu" = ia64; then
10297
 
+       # AIX 5 now supports IA64 processor
10298
 
+       lt_prog_compiler_static='-Bstatic'
10299
 
+      else
10300
 
+       lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10301
 
+      fi
10302
 
+      ;;
10303
 
+      darwin*)
10304
 
+        # PIC is the default on this platform
10305
 
+        # Common symbols not allowed in MH_DYLIB files
10306
 
+       case $cc_basename in
10307
 
+         xlc*)
10308
 
+         lt_prog_compiler_pic='-qnocommon'
10309
 
+         lt_prog_compiler_wl='-Wl,'
10310
 
+         ;;
10311
 
+       esac
10312
 
+       ;;
10313
 
+
10314
 
+    mingw* | pw32* | os2*)
10315
 
+      # This hack is so that the source file can tell whether it is being
10316
 
+      # built for inclusion in a dll (and should export symbols for example).
10317
 
+      lt_prog_compiler_pic='-DDLL_EXPORT'
10318
 
+      ;;
10319
 
+
10320
 
+    hpux9* | hpux10* | hpux11*)
10321
 
+      lt_prog_compiler_wl='-Wl,'
10322
 
+      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10323
 
+      # not for PA HP-UX.
10324
 
+      case $host_cpu in
10325
 
+      hppa*64*|ia64*)
10326
 
+       # +Z the default
10327
 
+       ;;
10328
 
+      *)
10329
 
+       lt_prog_compiler_pic='+Z'
10330
 
+       ;;
10331
 
+      esac
10332
 
+      # Is there a better lt_prog_compiler_static that works with the bundled CC?
10333
 
+      lt_prog_compiler_static='${wl}-a ${wl}archive'
10334
 
+      ;;
10335
 
+
10336
 
+    irix5* | irix6* | nonstopux*)
10337
 
+      lt_prog_compiler_wl='-Wl,'
10338
 
+      # PIC (with -KPIC) is the default.
10339
 
+      lt_prog_compiler_static='-non_shared'
10340
 
+      ;;
10341
 
+
10342
 
+    newsos6)
10343
 
+      lt_prog_compiler_pic='-KPIC'
10344
 
+      lt_prog_compiler_static='-Bstatic'
10345
 
+      ;;
10346
 
+
10347
 
+    linux* | k*bsd*-gnu)
10348
 
+      case $cc_basename in
10349
 
+      icc* | ecc*)
10350
 
+       lt_prog_compiler_wl='-Wl,'
10351
 
+       lt_prog_compiler_pic='-KPIC'
10352
 
+       lt_prog_compiler_static='-static'
10353
 
+        ;;
10354
 
+      pgcc* | pgf77* | pgf90* | pgf95*)
10355
 
+        # Portland Group compilers (*not* the Pentium gcc compiler,
10356
 
+       # which looks to be a dead project)
10357
 
+       lt_prog_compiler_wl='-Wl,'
10358
 
+       lt_prog_compiler_pic='-fpic'
10359
 
+       lt_prog_compiler_static='-Bstatic'
10360
 
+        ;;
10361
 
+      ccc*)
10362
 
+        lt_prog_compiler_wl='-Wl,'
10363
 
+        # All Alpha code is PIC.
10364
 
+        lt_prog_compiler_static='-non_shared'
10365
 
+        ;;
10366
 
+      esac
10367
 
+      ;;
10368
 
+
10369
 
+    osf3* | osf4* | osf5*)
10370
 
+      lt_prog_compiler_wl='-Wl,'
10371
 
+      # All OSF/1 code is PIC.
10372
 
+      lt_prog_compiler_static='-non_shared'
10373
 
+      ;;
10374
 
+
10375
 
+    solaris*)
10376
 
+      lt_prog_compiler_pic='-KPIC'
10377
 
+      lt_prog_compiler_static='-Bstatic'
10378
 
+      case $cc_basename in
10379
 
+      f77* | f90* | f95*)
10380
 
+       lt_prog_compiler_wl='-Qoption ld ';;
10381
 
+      *)
10382
 
+       lt_prog_compiler_wl='-Wl,';;
10383
 
+      esac
10384
 
+      ;;
10385
 
+
10386
 
+    sunos4*)
10387
 
+      lt_prog_compiler_wl='-Qoption ld '
10388
 
+      lt_prog_compiler_pic='-PIC'
10389
 
+      lt_prog_compiler_static='-Bstatic'
10390
 
+      ;;
10391
 
+
10392
 
+    sysv4 | sysv4.2uw2* | sysv4.3*)
10393
 
+      lt_prog_compiler_wl='-Wl,'
10394
 
+      lt_prog_compiler_pic='-KPIC'
10395
 
+      lt_prog_compiler_static='-Bstatic'
10396
 
+      ;;
10397
 
+
10398
 
+    sysv4*MP*)
10399
 
+      if test -d /usr/nec ;then
10400
 
+       lt_prog_compiler_pic='-Kconform_pic'
10401
 
+       lt_prog_compiler_static='-Bstatic'
10402
 
+      fi
10403
 
+      ;;
10404
 
+
10405
 
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10406
 
+      lt_prog_compiler_wl='-Wl,'
10407
 
+      lt_prog_compiler_pic='-KPIC'
10408
 
+      lt_prog_compiler_static='-Bstatic'
10409
 
+      ;;
10410
 
+
10411
 
+    unicos*)
10412
 
+      lt_prog_compiler_wl='-Wl,'
10413
 
+      lt_prog_compiler_can_build_shared=no
10414
 
+      ;;
10415
 
+
10416
 
+    uts4*)
10417
 
+      lt_prog_compiler_pic='-pic'
10418
 
+      lt_prog_compiler_static='-Bstatic'
10419
 
+      ;;
10420
 
+
10421
 
+    *)
10422
 
+      lt_prog_compiler_can_build_shared=no
10423
 
+      ;;
10424
 
+    esac
10425
 
+  fi
10426
 
+
10427
 
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
10428
 
+echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
10429
 
+
10430
 
+#
10431
 
+# Check to make sure the PIC flag actually works.
10432
 
+#
10433
 
+if test -n "$lt_prog_compiler_pic"; then
10434
 
+  
10435
 
+{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10436
 
+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
10437
 
+if test "${lt_prog_compiler_pic_works+set}" = set; then
10438
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
10439
 
+else
10440
 
+  lt_prog_compiler_pic_works=no
10441
 
+  ac_outfile=conftest.$ac_objext
10442
 
+   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
10443
 
+   lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10444
 
+   # Insert the option either (1) after the last *FLAGS variable, or
10445
 
+   # (2) before a word containing "conftest.", or (3) at the end.
10446
 
+   # Note that $ac_compile itself does not contain backslashes and begins
10447
 
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
10448
 
+   # The option is referenced via a variable to avoid confusing sed.
10449
 
+   lt_compile=`echo "$ac_compile" | $SED \
10450
 
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10451
 
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10452
 
+   -e 's:$: $lt_compiler_flag:'`
10453
 
+   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
10454
 
+   (eval "$lt_compile" 2>conftest.err)
10455
 
+   ac_status=$?
10456
 
+   cat conftest.err >&5
10457
 
+   echo "$as_me:__oline__: \$? = $ac_status" >&5
10458
 
+   if (exit $ac_status) && test -s "$ac_outfile"; then
10459
 
+     # The compiler can only warn and ignore the option if not recognized
10460
 
+     # So say no if there are warnings other than the usual output.
10461
 
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
10462
 
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10463
 
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10464
 
+       lt_prog_compiler_pic_works=yes
10465
 
+     fi
10466
 
+   fi
10467
 
+   $rm conftest*
10468
 
+
10469
 
+fi
10470
 
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
10471
 
+echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6; }
10472
 
+
10473
 
+if test x"$lt_prog_compiler_pic_works" = xyes; then
10474
 
+    case $lt_prog_compiler_pic in
10475
 
+     "" | " "*) ;;
10476
 
+     *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10477
 
+     esac
10478
 
+else
10479
 
+    lt_prog_compiler_pic=
10480
 
+     lt_prog_compiler_can_build_shared=no
10481
 
+fi
10482
 
+
10483
 
+fi
10484
 
+case $host_os in
10485
 
+  # For platforms which do not support PIC, -DPIC is meaningless:
10486
 
+  *djgpp*)
10487
 
+    lt_prog_compiler_pic=
10488
 
+    ;;
10489
 
+  *)
10490
 
+    lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10491
 
+    ;;
10492
 
+esac
10493
 
+
10494
 
+#
10495
 
+# Check to make sure the static flag actually works.
10496
 
+#
10497
 
+wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10498
 
+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10499
 
+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
10500
 
+if test "${lt_prog_compiler_static_works+set}" = set; then
10501
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
10502
 
+else
10503
 
+  lt_prog_compiler_static_works=no
10504
 
+   save_LDFLAGS="$LDFLAGS"
10505
 
+   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10506
 
+   printf "$lt_simple_link_test_code" > conftest.$ac_ext
10507
 
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10508
 
+     # The linker can only warn and ignore the option if not recognized
10509
 
+     # So say no if there are warnings
10510
 
+     if test -s conftest.err; then
10511
 
+       # Append any errors to the config.log.
10512
 
+       cat conftest.err 1>&5
10513
 
+       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
10514
 
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10515
 
+       if diff conftest.exp conftest.er2 >/dev/null; then
10516
 
+         lt_prog_compiler_static_works=yes
10517
 
+       fi
10518
 
+     else
10519
 
+       lt_prog_compiler_static_works=yes
10520
 
+     fi
10521
 
+   fi
10522
 
+   $rm conftest*
10523
 
+   LDFLAGS="$save_LDFLAGS"
10524
 
+
10525
 
+fi
10526
 
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
10527
 
+echo "${ECHO_T}$lt_prog_compiler_static_works" >&6; }
10528
 
+
10529
 
+if test x"$lt_prog_compiler_static_works" = xyes; then
10530
 
+    :
10531
 
+else
10532
 
+    lt_prog_compiler_static=
10533
 
+fi
10534
 
+
10535
 
+
10536
 
+{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
10537
 
+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
10538
 
+if test "${lt_cv_prog_compiler_c_o+set}" = set; then
10539
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
10540
 
+else
10541
 
+  lt_cv_prog_compiler_c_o=no
10542
 
+   $rm -r conftest 2>/dev/null
10543
 
+   mkdir conftest
10544
 
+   cd conftest
10545
 
+   mkdir out
10546
 
+   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
10547
 
+
10548
 
+   lt_compiler_flag="-o out/conftest2.$ac_objext"
10549
 
+   # Insert the option either (1) after the last *FLAGS variable, or
10550
 
+   # (2) before a word containing "conftest.", or (3) at the end.
10551
 
+   # Note that $ac_compile itself does not contain backslashes and begins
10552
 
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
10553
 
+   lt_compile=`echo "$ac_compile" | $SED \
10554
 
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10555
 
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10556
 
+   -e 's:$: $lt_compiler_flag:'`
10557
 
+   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
10558
 
+   (eval "$lt_compile" 2>out/conftest.err)
10559
 
+   ac_status=$?
10560
 
+   cat out/conftest.err >&5
10561
 
+   echo "$as_me:__oline__: \$? = $ac_status" >&5
10562
 
+   if (exit $ac_status) && test -s out/conftest2.$ac_objext
10563
 
+   then
10564
 
+     # The compiler can only warn and ignore the option if not recognized
10565
 
+     # So say no if there are warnings
10566
 
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
10567
 
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10568
 
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10569
 
+       lt_cv_prog_compiler_c_o=yes
10570
 
+     fi
10571
 
+   fi
10572
 
+   chmod u+w . 2>&5
10573
 
+   $rm conftest*
10574
 
+   # SGI C++ compiler will create directory out/ii_files/ for
10575
 
+   # template instantiation
10576
 
+   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
10577
 
+   $rm out/* && rmdir out
10578
 
+   cd ..
10579
 
+   rmdir conftest
10580
 
+   $rm conftest*
10581
 
+
10582
 
+fi
10583
 
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
10584
 
+echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
10585
 
+
10586
 
+
10587
 
+hard_links="nottested"
10588
 
+if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10589
 
+  # do not overwrite the value of need_locks provided by the user
10590
 
+  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
10591
 
+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
10592
 
+  hard_links=yes
10593
 
+  $rm conftest*
10594
 
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
10595
 
+  touch conftest.a
10596
 
+  ln conftest.a conftest.b 2>&5 || hard_links=no
10597
 
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
10598
 
+  { echo "$as_me:$LINENO: result: $hard_links" >&5
10599
 
+echo "${ECHO_T}$hard_links" >&6; }
10600
 
+  if test "$hard_links" = no; then
10601
 
+    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10602
 
+echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10603
 
+    need_locks=warn
10604
 
+  fi
10605
 
+else
10606
 
+  need_locks=no
10607
 
+fi
10608
 
+
10609
 
+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10610
 
+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
10611
 
+
10612
 
+  runpath_var=
10613
 
+  allow_undefined_flag=
10614
 
+  enable_shared_with_static_runtimes=no
10615
 
+  archive_cmds=
10616
 
+  archive_expsym_cmds=
10617
 
+  old_archive_From_new_cmds=
10618
 
+  old_archive_from_expsyms_cmds=
10619
 
+  export_dynamic_flag_spec=
10620
 
+  whole_archive_flag_spec=
10621
 
+  thread_safe_flag_spec=
10622
 
+  hardcode_libdir_flag_spec=
10623
 
+  hardcode_libdir_flag_spec_ld=
10624
 
+  hardcode_libdir_separator=
10625
 
+  hardcode_direct=no
10626
 
+  hardcode_minus_L=no
10627
 
+  hardcode_shlibpath_var=unsupported
10628
 
+  link_all_deplibs=unknown
10629
 
+  hardcode_automatic=no
10630
 
+  module_cmds=
10631
 
+  module_expsym_cmds=
10632
 
+  always_export_symbols=no
10633
 
+  export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10634
 
+  # include_expsyms should be a list of space-separated symbols to be *always*
10635
 
+  # included in the symbol list
10636
 
+  include_expsyms=
10637
 
+  # exclude_expsyms can be an extended regexp of symbols to exclude
10638
 
+  # it will be wrapped by ` (' and `)$', so one must not match beginning or
10639
 
+  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10640
 
+  # as well as any symbol that contains `d'.
10641
 
+  exclude_expsyms="_GLOBAL_OFFSET_TABLE_"
10642
 
+  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10643
 
+  # platforms (ab)use it in PIC code, but their linkers get confused if
10644
 
+  # the symbol is explicitly referenced.  Since portable code cannot
10645
 
+  # rely on this symbol name, it's probably fine to never include it in
10646
 
+  # preloaded symbol tables.
10647
 
+  extract_expsyms_cmds=
10648
 
+  # Just being paranoid about ensuring that cc_basename is set.
10649
 
+  for cc_temp in $compiler""; do
10650
 
+  case $cc_temp in
10651
 
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
10652
 
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
10653
 
+    \-*) ;;
10654
 
+    *) break;;
10655
 
+  esac
10656
 
+done
10657
 
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
10658
 
+
10659
 
+  case $host_os in
10660
 
+  cygwin* | mingw* | pw32*)
10661
 
+    # FIXME: the MSVC++ port hasn't been tested in a loooong time
10662
 
+    # When not using gcc, we currently assume that we are using
10663
 
+    # Microsoft Visual C++.
10664
 
+    if test "$GCC" != yes; then
10665
 
+      with_gnu_ld=no
10666
 
+    fi
10667
 
+    ;;
10668
 
+  interix*)
10669
 
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
10670
 
+    with_gnu_ld=yes
10671
 
+    ;;
10672
 
+  openbsd*)
10673
 
+    with_gnu_ld=no
10674
 
+    ;;
10675
 
+  esac
10676
 
+
10677
 
+  ld_shlibs=yes
10678
 
+  if test "$with_gnu_ld" = yes; then
10679
 
+    # If archive_cmds runs LD, not CC, wlarc should be empty
10680
 
+    wlarc='${wl}'
10681
 
+
10682
 
+    # Set some defaults for GNU ld with shared library support. These
10683
 
+    # are reset later if shared libraries are not supported. Putting them
10684
 
+    # here allows them to be overridden if necessary.
10685
 
+    runpath_var=LD_RUN_PATH
10686
 
+    hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
10687
 
+    export_dynamic_flag_spec='${wl}--export-dynamic'
10688
 
+    # ancient GNU ld didn't support --whole-archive et. al.
10689
 
+    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
10690
 
+       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10691
 
+      else
10692
 
+       whole_archive_flag_spec=
10693
 
+    fi
10694
 
+    supports_anon_versioning=no
10695
 
+    case `$LD -v 2>/dev/null` in
10696
 
+      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10697
 
+      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10698
 
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10699
 
+      *\ 2.11.*) ;; # other 2.11 versions
10700
 
+      *) supports_anon_versioning=yes ;;
10701
 
+    esac
10702
 
+
10703
 
+    # See if GNU ld supports shared libraries.
10704
 
+    case $host_os in
10705
 
+    aix3* | aix4* | aix5*)
10706
 
+      # On AIX/PPC, the GNU linker is very broken
10707
 
+      if test "$host_cpu" != ia64; then
10708
 
+       ld_shlibs=no
10709
 
+       cat <<EOF 1>&2
10710
 
+
10711
 
+*** Warning: the GNU linker, at least up to release 2.9.1, is reported
10712
 
+*** to be unable to reliably create shared libraries on AIX.
10713
 
+*** Therefore, libtool is disabling shared libraries support.  If you
10714
 
+*** really care for shared libraries, you may want to modify your PATH
10715
 
+*** so that a non-GNU linker is found, and then restart.
10716
 
+
10717
 
+EOF
10718
 
+      fi
10719
 
+      ;;
10720
 
+
10721
 
+    amigaos*)
10722
 
+      archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
10723
 
+      hardcode_libdir_flag_spec='-L$libdir'
10724
 
+      hardcode_minus_L=yes
10725
 
+
10726
 
+      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
10727
 
+      # that the semantics of dynamic libraries on AmigaOS, at least up
10728
 
+      # to version 4, is to share data among multiple programs linked
10729
 
+      # with the same dynamic library.  Since this doesn't match the
10730
 
+      # behavior of shared libraries on other platforms, we can't use
10731
 
+      # them.
10732
 
+      ld_shlibs=no
10733
 
+      ;;
10734
 
+
10735
 
+    beos*)
10736
 
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
10737
 
+       allow_undefined_flag=unsupported
10738
 
+       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10739
 
+       # support --undefined.  This deserves some investigation.  FIXME
10740
 
+       archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10741
 
+      else
10742
 
+       ld_shlibs=no
10743
 
+      fi
10744
 
+      ;;
10745
 
+
10746
 
+    cygwin* | mingw* | pw32*)
10747
 
+      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10748
 
+      # as there is no search path for DLLs.
10749
 
+      hardcode_libdir_flag_spec='-L$libdir'
10750
 
+      allow_undefined_flag=unsupported
10751
 
+      always_export_symbols=no
10752
 
+      enable_shared_with_static_runtimes=yes
10753
 
+      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
10754
 
+
10755
 
+      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
10756
 
+        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10757
 
+       # If the export-symbols file already is a .def file (1st line
10758
 
+       # is EXPORTS), use it as is; otherwise, prepend...
10759
 
+       archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10760
 
+         cp $export_symbols $output_objdir/$soname.def;
10761
 
+       else
10762
 
+         echo EXPORTS > $output_objdir/$soname.def;
10763
 
+         cat $export_symbols >> $output_objdir/$soname.def;
10764
 
+       fi~
10765
 
+       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10766
 
+      else
10767
 
+       ld_shlibs=no
10768
 
+      fi
10769
 
+      ;;
10770
 
+
10771
 
+    interix3*)
10772
 
+      hardcode_direct=no
10773
 
+      hardcode_shlibpath_var=no
10774
 
+      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10775
 
+      export_dynamic_flag_spec='${wl}-E'
10776
 
+      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10777
 
+      # Instead, shared libraries are loaded at an image base (0x10000000 by
10778
 
+      # default) and relocated if they conflict, which is a slow very memory
10779
 
+      # consuming and fragmenting process.  To avoid this, we pick a random,
10780
 
+      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10781
 
+      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
10782
 
+      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10783
 
+      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'
10784
 
+      ;;
10785
 
+
10786
 
+    linux* | k*bsd*-gnu)
10787
 
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
10788
 
+       tmp_addflag=
10789
 
+       case $cc_basename,$host_cpu in
10790
 
+       pgcc*)                          # Portland Group C compiler
10791
 
+         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'
10792
 
+         tmp_addflag=' $pic_flag'
10793
 
+         ;;
10794
 
+       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
10795
 
+         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'
10796
 
+         tmp_addflag=' $pic_flag -Mnomain' ;;
10797
 
+       ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
10798
 
+         tmp_addflag=' -i_dynamic' ;;
10799
 
+       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
10800
 
+         tmp_addflag=' -i_dynamic -nofor_main' ;;
10801
 
+       ifc* | ifort*)                  # Intel Fortran compiler
10802
 
+         tmp_addflag=' -nofor_main' ;;
10803
 
+       esac
10804
 
+       archive_cmds='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10805
 
+
10806
 
+       if test $supports_anon_versioning = yes; then
10807
 
+         archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
10808
 
+  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10809
 
+  $echo "local: *; };" >> $output_objdir/$libname.ver~
10810
 
+         $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10811
 
+       fi
10812
 
+       link_all_deplibs=no
10813
 
+      else
10814
 
+       ld_shlibs=no
10815
 
+      fi
10816
 
+      ;;
10817
 
+
10818
 
+    netbsd* | netbsdelf*-gnu)
10819
 
+      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
10820
 
+       archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10821
 
+       wlarc=
10822
 
+      else
10823
 
+       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10824
 
+       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10825
 
+      fi
10826
 
+      ;;
10827
 
+
10828
 
+    solaris*)
10829
 
+      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
10830
 
+       ld_shlibs=no
10831
 
+       cat <<EOF 1>&2
10832
 
+
10833
 
+*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10834
 
+*** create shared libraries on Solaris systems.  Therefore, libtool
10835
 
+*** is disabling shared libraries support.  We urge you to upgrade GNU
10836
 
+*** binutils to release 2.9.1 or newer.  Another option is to modify
10837
 
+*** your PATH or compiler configuration so that the native linker is
10838
 
+*** used, and then restart.
10839
 
+
10840
 
+EOF
10841
 
+      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
10842
 
+       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10843
 
+       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10844
 
+      else
10845
 
+       ld_shlibs=no
10846
 
+      fi
10847
 
+      ;;
10848
 
+
10849
 
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10850
 
+      case `$LD -v 2>&1` in
10851
 
+        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) 
10852
 
+       ld_shlibs=no
10853
 
+       cat <<_LT_EOF 1>&2
10854
 
+
10855
 
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10856
 
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
10857
 
+*** is disabling shared libraries support.  We urge you to upgrade GNU
10858
 
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
10859
 
+*** your PATH or compiler configuration so that the native linker is
10860
 
+*** used, and then restart.
10861
 
+
10862
 
+_LT_EOF
10863
 
+       ;;
10864
 
+       *)
10865
 
+         if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
10866
 
+           hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
10867
 
+           archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
10868
 
+           archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
10869
 
+         else
10870
 
+           ld_shlibs=no
10871
 
+         fi
10872
 
+       ;;
10873
 
+      esac
10874
 
+      ;;
10875
 
+
10876
 
+    sunos4*)
10877
 
+      archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10878
 
+      wlarc=
10879
 
+      hardcode_direct=yes
10880
 
+      hardcode_shlibpath_var=no
10881
 
+      ;;
10882
 
+
10883
 
+    *)
10884
 
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
10885
 
+       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10886
 
+       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10887
 
+      else
10888
 
+       ld_shlibs=no
10889
 
+      fi
10890
 
+      ;;
10891
 
+    esac
10892
 
+
10893
 
+    if test "$ld_shlibs" = no; then
10894
 
+      runpath_var=
10895
 
+      hardcode_libdir_flag_spec=
10896
 
+      export_dynamic_flag_spec=
10897
 
+      whole_archive_flag_spec=
10898
 
+    fi
10899
 
+  else
10900
 
+    # PORTME fill in a description of your system's linker (not GNU ld)
10901
 
+    case $host_os in
10902
 
+    aix3*)
10903
 
+      allow_undefined_flag=unsupported
10904
 
+      always_export_symbols=yes
10905
 
+      archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
10906
 
+      # Note: this linker hardcodes the directories in LIBPATH if there
10907
 
+      # are no directories specified by -L.
10908
 
+      hardcode_minus_L=yes
10909
 
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10910
 
+       # Neither direct hardcoding nor static linking is supported with a
10911
 
+       # broken collect2.
10912
 
+       hardcode_direct=unsupported
10913
 
+      fi
10914
 
+      ;;
10915
 
+
10916
 
+    aix4* | aix5*)
10917
 
+      if test "$host_cpu" = ia64; then
10918
 
+       # On IA64, the linker does run time linking by default, so we don't
10919
 
+       # have to do anything special.
10920
 
+       aix_use_runtimelinking=no
10921
 
+       exp_sym_flag='-Bexport'
10922
 
+       no_entry_flag=""
10923
 
+      else
10924
 
+       # If we're using GNU nm, then we don't want the "-C" option.
10925
 
+       # -C means demangle to AIX nm, but means don't demangle with GNU nm
10926
 
+       if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
10927
 
+         export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
10928
 
+       else
10929
 
+         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'
10930
 
+       fi
10931
 
+       aix_use_runtimelinking=no
10932
 
+
10933
 
+       # Test if we are trying to use run time linking or normal
10934
 
+       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10935
 
+       # need to do runtime linking.
10936
 
+       case $host_os in aix4.[23]|aix4.[23].*|aix5*)
10937
 
+         for ld_flag in $LDFLAGS; do
10938
 
+         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10939
 
+           aix_use_runtimelinking=yes
10940
 
+           break
10941
 
+         fi
10942
 
+         done
10943
 
+         ;;
10944
 
+       esac
10945
 
+
10946
 
+       exp_sym_flag='-bexport'
10947
 
+       no_entry_flag='-bnoentry'
10948
 
+      fi
10949
 
+
10950
 
+      # When large executables or shared objects are built, AIX ld can
10951
 
+      # have problems creating the table of contents.  If linking a library
10952
 
+      # or program results in "error TOC overflow" add -mminimal-toc to
10953
 
+      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
10954
 
+      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10955
 
+
10956
 
+      archive_cmds=''
10957
 
+      hardcode_direct=yes
10958
 
+      hardcode_libdir_separator=':'
10959
 
+      link_all_deplibs=yes
10960
 
+
10961
 
+      if test "$GCC" = yes; then
10962
 
+       case $host_os in aix4.[012]|aix4.[012].*)
10963
 
+       # We only want to do this on AIX 4.2 and lower, the check
10964
 
+       # below for broken collect2 doesn't work under 4.3+
10965
 
+         collect2name=`${CC} -print-prog-name=collect2`
10966
 
+         if test -f "$collect2name" && \
10967
 
+          strings "$collect2name" | grep resolve_lib_name >/dev/null
10968
 
+         then
10969
 
+         # We have reworked collect2
10970
 
+         hardcode_direct=yes
10971
 
+         else
10972
 
+         # We have old collect2
10973
 
+         hardcode_direct=unsupported
10974
 
+         # It fails to find uninstalled libraries when the uninstalled
10975
 
+         # path is not listed in the libpath.  Setting hardcode_minus_L
10976
 
+         # to unsupported forces relinking
10977
 
+         hardcode_minus_L=yes
10978
 
+         hardcode_libdir_flag_spec='-L$libdir'
10979
 
+         hardcode_libdir_separator=
10980
 
+         fi
10981
 
+         ;;
10982
 
+       esac
10983
 
+       shared_flag='-shared'
10984
 
+       if test "$aix_use_runtimelinking" = yes; then
10985
 
+         shared_flag="$shared_flag "'${wl}-G'
10986
 
+       fi
10987
 
+      else
10988
 
+       # not using gcc
10989
 
+       if test "$host_cpu" = ia64; then
10990
 
+       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10991
 
+       # chokes on -Wl,-G. The following line is correct:
10992
 
+         shared_flag='-G'
10993
 
+       else
10994
 
+         if test "$aix_use_runtimelinking" = yes; then
10995
 
+           shared_flag='${wl}-G'
10996
 
+         else
10997
 
+           shared_flag='${wl}-bM:SRE'
10998
 
+         fi
10999
 
+       fi
11000
 
+      fi
11001
 
+
11002
 
+      # It seems that -bexpall does not export symbols beginning with
11003
 
+      # underscore (_), so it is better to generate a list of symbols to export.
11004
 
+      always_export_symbols=yes
11005
 
+      if test "$aix_use_runtimelinking" = yes; then
11006
 
+       # Warning - without using the other runtime loading flags (-brtl),
11007
 
+       # -berok will link without error, but may produce a broken library.
11008
 
+       allow_undefined_flag='-berok'
11009
 
+       # Determine the default libpath from the value encoded in an empty executable.
11010
 
+       cat >conftest.$ac_ext <<_ACEOF
11011
 
+/* confdefs.h.  */
11012
 
+_ACEOF
11013
 
+cat confdefs.h >>conftest.$ac_ext
11014
 
+cat >>conftest.$ac_ext <<_ACEOF
11015
 
+/* end confdefs.h.  */
11016
 
+
11017
 
+int
11018
 
+main ()
11019
 
+{
11020
 
+
11021
 
+  ;
11022
 
+  return 0;
11023
 
+}
11024
 
+_ACEOF
11025
 
+rm -f conftest.$ac_objext conftest$ac_exeext
11026
 
+if { (ac_try="$ac_link"
11027
 
+case "(($ac_try" in
11028
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11029
 
+  *) ac_try_echo=$ac_try;;
11030
 
+esac
11031
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11032
 
+  (eval "$ac_link") 2>conftest.er1
11033
 
+  ac_status=$?
11034
 
+  grep -v '^ *+' conftest.er1 >conftest.err
11035
 
+  rm -f conftest.er1
11036
 
+  cat conftest.err >&5
11037
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11038
 
+  (exit $ac_status); } && {
11039
 
+        test -z "$ac_c_werror_flag" ||
11040
 
+        test ! -s conftest.err
11041
 
+       } && test -s conftest$ac_exeext &&
11042
 
+       $as_test_x conftest$ac_exeext; then
11043
 
+  
11044
 
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
11045
 
+}'`
11046
 
+# Check for a 64-bit object if we didn't find anything.
11047
 
+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; }
11048
 
+}'`; fi
11049
 
+else
11050
 
+  echo "$as_me: failed program was:" >&5
11051
 
+sed 's/^/| /' conftest.$ac_ext >&5
11052
 
+
11053
 
+       
11054
 
+fi
11055
 
+
11056
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11057
 
+      conftest$ac_exeext conftest.$ac_ext
11058
 
+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11059
 
+
11060
 
+       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11061
 
+       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"
11062
 
+       else
11063
 
+       if test "$host_cpu" = ia64; then
11064
 
+         hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
11065
 
+         allow_undefined_flag="-z nodefs"
11066
 
+         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"
11067
 
+       else
11068
 
+        # Determine the default libpath from the value encoded in an empty executable.
11069
 
+        cat >conftest.$ac_ext <<_ACEOF
11070
 
+/* confdefs.h.  */
11071
 
+_ACEOF
11072
 
+cat confdefs.h >>conftest.$ac_ext
11073
 
+cat >>conftest.$ac_ext <<_ACEOF
11074
 
+/* end confdefs.h.  */
11075
 
+
11076
 
+int
11077
 
+main ()
11078
 
+{
11079
 
+
11080
 
+  ;
11081
 
+  return 0;
11082
 
+}
11083
 
+_ACEOF
11084
 
+rm -f conftest.$ac_objext conftest$ac_exeext
11085
 
+if { (ac_try="$ac_link"
11086
 
+case "(($ac_try" in
11087
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11088
 
+  *) ac_try_echo=$ac_try;;
11089
 
+esac
11090
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11091
 
+  (eval "$ac_link") 2>conftest.er1
11092
 
+  ac_status=$?
11093
 
+  grep -v '^ *+' conftest.er1 >conftest.err
11094
 
+  rm -f conftest.er1
11095
 
+  cat conftest.err >&5
11096
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11097
 
+  (exit $ac_status); } && {
11098
 
+        test -z "$ac_c_werror_flag" ||
11099
 
+        test ! -s conftest.err
11100
 
+       } && test -s conftest$ac_exeext &&
11101
 
+       $as_test_x conftest$ac_exeext; then
11102
 
+  
11103
 
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
11104
 
+}'`
11105
 
+# Check for a 64-bit object if we didn't find anything.
11106
 
+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; }
11107
 
+}'`; fi
11108
 
+else
11109
 
+  echo "$as_me: failed program was:" >&5
11110
 
+sed 's/^/| /' conftest.$ac_ext >&5
11111
 
+
11112
 
+       
11113
 
+fi
11114
 
+
11115
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11116
 
+      conftest$ac_exeext conftest.$ac_ext
11117
 
+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11118
 
+
11119
 
+        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11120
 
+         # Warning - without using the other run time loading flags,
11121
 
+         # -berok will link without error, but may produce a broken library.
11122
 
+         no_undefined_flag=' ${wl}-bernotok'
11123
 
+         allow_undefined_flag=' ${wl}-berok'
11124
 
+         # Exported symbols can be pulled into shared objects from archives
11125
 
+         whole_archive_flag_spec='$convenience'
11126
 
+         archive_cmds_need_lc=yes
11127
 
+         # This is similar to how AIX traditionally builds its shared libraries.
11128
 
+         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'
11129
 
+       fi
11130
 
+      fi
11131
 
+      ;;
11132
 
+
11133
 
+    amigaos*)
11134
 
+      archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
11135
 
+      hardcode_libdir_flag_spec='-L$libdir'
11136
 
+      hardcode_minus_L=yes
11137
 
+      # see comment about different semantics on the GNU ld section
11138
 
+      ld_shlibs=no
11139
 
+      ;;
11140
 
+
11141
 
+    bsdi[45]*)
11142
 
+      export_dynamic_flag_spec=-rdynamic
11143
 
+      ;;
11144
 
+
11145
 
+    cygwin* | mingw* | pw32*)
11146
 
+      # When not using gcc, we currently assume that we are using
11147
 
+      # Microsoft Visual C++.
11148
 
+      # hardcode_libdir_flag_spec is actually meaningless, as there is
11149
 
+      # no search path for DLLs.
11150
 
+      hardcode_libdir_flag_spec=' '
11151
 
+      allow_undefined_flag=unsupported
11152
 
+      # Tell ltmain to make .lib files, not .a files.
11153
 
+      libext=lib
11154
 
+      # Tell ltmain to make .dll files, not .so files.
11155
 
+      shrext_cmds=".dll"
11156
 
+      # FIXME: Setting linknames here is a bad hack.
11157
 
+      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
11158
 
+      # The linker will automatically build a .lib file if we build a DLL.
11159
 
+      old_archive_From_new_cmds='true'
11160
 
+      # FIXME: Should let the user specify the lib program.
11161
 
+      old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
11162
 
+      fix_srcfile_path='`cygpath -w "$srcfile"`'
11163
 
+      enable_shared_with_static_runtimes=yes
11164
 
+      ;;
11165
 
+
11166
 
+    darwin* | rhapsody*)
11167
 
+      case $host_os in
11168
 
+        rhapsody* | darwin1.[012])
11169
 
+         allow_undefined_flag='${wl}-undefined ${wl}suppress'
11170
 
+         ;;
11171
 
+       *) # Darwin 1.3 on
11172
 
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
11173
 
+           allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
11174
 
+         else
11175
 
+           case ${MACOSX_DEPLOYMENT_TARGET} in
11176
 
+             10.[012])
11177
 
+               allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
11178
 
+               ;;
11179
 
+             10.*)
11180
 
+               allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
11181
 
+               ;;
11182
 
+           esac
11183
 
+         fi
11184
 
+         ;;
11185
 
+      esac
11186
 
+      archive_cmds_need_lc=no
11187
 
+      hardcode_direct=no
11188
 
+      hardcode_automatic=yes
11189
 
+      hardcode_shlibpath_var=unsupported
11190
 
+      whole_archive_flag_spec=''
11191
 
+      link_all_deplibs=yes
11192
 
+    if test "$GCC" = yes ; then
11193
 
+       output_verbose_link_cmd='echo'
11194
 
+        archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
11195
 
+      module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
11196
 
+      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
11197
 
+      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}'
11198
 
+      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}'
11199
 
+    else
11200
 
+      case $cc_basename in
11201
 
+        xlc*)
11202
 
+         output_verbose_link_cmd='echo'
11203
 
+         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
11204
 
+         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
11205
 
+          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
11206
 
+         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 $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
11207
 
+          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}'
11208
 
+          ;;
11209
 
+       *)
11210
 
+         ld_shlibs=no
11211
 
+          ;;
11212
 
+      esac
11213
 
+    fi
11214
 
+      ;;
11215
 
+
11216
 
+    dgux*)
11217
 
+      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11218
 
+      hardcode_libdir_flag_spec='-L$libdir'
11219
 
+      hardcode_shlibpath_var=no
11220
 
+      ;;
11221
 
+
11222
 
+    freebsd1*)
11223
 
+      ld_shlibs=no
11224
 
+      ;;
11225
 
+
11226
 
+    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11227
 
+    # support.  Future versions do this automatically, but an explicit c++rt0.o
11228
 
+    # does not break anything, and helps significantly (at the cost of a little
11229
 
+    # extra space).
11230
 
+    freebsd2.2*)
11231
 
+      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11232
 
+      hardcode_libdir_flag_spec='-R$libdir'
11233
 
+      hardcode_direct=yes
11234
 
+      hardcode_shlibpath_var=no
11235
 
+      ;;
11236
 
+
11237
 
+    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11238
 
+    freebsd2*)
11239
 
+      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11240
 
+      hardcode_direct=yes
11241
 
+      hardcode_minus_L=yes
11242
 
+      hardcode_shlibpath_var=no
11243
 
+      ;;
11244
 
+
11245
 
+    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11246
 
+    freebsd* | dragonfly*)
11247
 
+      archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11248
 
+      hardcode_libdir_flag_spec='-R$libdir'
11249
 
+      hardcode_direct=yes
11250
 
+      hardcode_shlibpath_var=no
11251
 
+      ;;
11252
 
+
11253
 
+    hpux9*)
11254
 
+      if test "$GCC" = yes; then
11255
 
+       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'
11256
 
+      else
11257
 
+       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'
11258
 
+      fi
11259
 
+      hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11260
 
+      hardcode_libdir_separator=:
11261
 
+      hardcode_direct=yes
11262
 
+
11263
 
+      # hardcode_minus_L: Not really in the search PATH,
11264
 
+      # but as the default location of the library.
11265
 
+      hardcode_minus_L=yes
11266
 
+      export_dynamic_flag_spec='${wl}-E'
11267
 
+      ;;
11268
 
+
11269
 
+    hpux10*)
11270
 
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
11271
 
+       archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11272
 
+      else
11273
 
+       archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11274
 
+      fi
11275
 
+      if test "$with_gnu_ld" = no; then
11276
 
+       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11277
 
+       hardcode_libdir_separator=:
11278
 
+
11279
 
+       hardcode_direct=yes
11280
 
+       export_dynamic_flag_spec='${wl}-E'
11281
 
+
11282
 
+       # hardcode_minus_L: Not really in the search PATH,
11283
 
+       # but as the default location of the library.
11284
 
+       hardcode_minus_L=yes
11285
 
+      fi
11286
 
+      ;;
11287
 
+
11288
 
+    hpux11*)
11289
 
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
11290
 
+       case $host_cpu in
11291
 
+       hppa*64*)
11292
 
+         archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11293
 
+         ;;
11294
 
+       ia64*)
11295
 
+         archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11296
 
+         ;;
11297
 
+       *)
11298
 
+         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11299
 
+         ;;
11300
 
+       esac
11301
 
+      else
11302
 
+       case $host_cpu in
11303
 
+       hppa*64*)
11304
 
+         archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11305
 
+         ;;
11306
 
+       ia64*)
11307
 
+         archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11308
 
+         ;;
11309
 
+       *)
11310
 
+         archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11311
 
+         ;;
11312
 
+       esac
11313
 
+      fi
11314
 
+      if test "$with_gnu_ld" = no; then
11315
 
+       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11316
 
+       hardcode_libdir_separator=:
11317
 
+
11318
 
+       case $host_cpu in
11319
 
+       hppa*64*|ia64*)
11320
 
+         hardcode_libdir_flag_spec_ld='+b $libdir'
11321
 
+         hardcode_direct=no
11322
 
+         hardcode_shlibpath_var=no
11323
 
+         ;;
11324
 
+       *)
11325
 
+         hardcode_direct=yes
11326
 
+         export_dynamic_flag_spec='${wl}-E'
11327
 
+
11328
 
+         # hardcode_minus_L: Not really in the search PATH,
11329
 
+         # but as the default location of the library.
11330
 
+         hardcode_minus_L=yes
11331
 
+         ;;
11332
 
+       esac
11333
 
+      fi
11334
 
+      ;;
11335
 
+
11336
 
+    irix5* | irix6* | nonstopux*)
11337
 
+      if test "$GCC" = yes; then
11338
 
+       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'
11339
 
+      else
11340
 
+       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'
11341
 
+       hardcode_libdir_flag_spec_ld='-rpath $libdir'
11342
 
+      fi
11343
 
+      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11344
 
+      hardcode_libdir_separator=:
11345
 
+      link_all_deplibs=yes
11346
 
+      ;;
11347
 
+
11348
 
+    netbsd* | netbsdelf*-gnu)
11349
 
+      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
11350
 
+       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
11351
 
+      else
11352
 
+       archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
11353
 
+      fi
11354
 
+      hardcode_libdir_flag_spec='-R$libdir'
11355
 
+      hardcode_direct=yes
11356
 
+      hardcode_shlibpath_var=no
11357
 
+      ;;
11358
 
+
11359
 
+    newsos6)
11360
 
+      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11361
 
+      hardcode_direct=yes
11362
 
+      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11363
 
+      hardcode_libdir_separator=:
11364
 
+      hardcode_shlibpath_var=no
11365
 
+      ;;
11366
 
+
11367
 
+    openbsd*)
11368
 
+      hardcode_direct=yes
11369
 
+      hardcode_shlibpath_var=no
11370
 
+      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11371
 
+       archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11372
 
+       archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11373
 
+       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11374
 
+       export_dynamic_flag_spec='${wl}-E'
11375
 
+      else
11376
 
+       case $host_os in
11377
 
+        openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11378
 
+          archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11379
 
+          hardcode_libdir_flag_spec='-R$libdir'
11380
 
+          ;;
11381
 
+        *)
11382
 
+          archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11383
 
+          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11384
 
+          ;;
11385
 
+       esac
11386
 
+      fi
11387
 
+      ;;
11388
 
+
11389
 
+    os2*)
11390
 
+      hardcode_libdir_flag_spec='-L$libdir'
11391
 
+      hardcode_minus_L=yes
11392
 
+      allow_undefined_flag=unsupported
11393
 
+      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'
11394
 
+      old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11395
 
+      ;;
11396
 
+
11397
 
+    osf3*)
11398
 
+      if test "$GCC" = yes; then
11399
 
+       allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11400
 
+       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'
11401
 
+      else
11402
 
+       allow_undefined_flag=' -expect_unresolved \*'
11403
 
+       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'
11404
 
+      fi
11405
 
+      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11406
 
+      hardcode_libdir_separator=:
11407
 
+      ;;
11408
 
+
11409
 
+    osf4* | osf5*)     # as osf3* with the addition of -msym flag
11410
 
+      if test "$GCC" = yes; then
11411
 
+       allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11412
 
+       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'
11413
 
+       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11414
 
+      else
11415
 
+       allow_undefined_flag=' -expect_unresolved \*'
11416
 
+       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'
11417
 
+       archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
11418
 
+       $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'
11419
 
+
11420
 
+       # Both c and cxx compiler support -rpath directly
11421
 
+       hardcode_libdir_flag_spec='-rpath $libdir'
11422
 
+      fi
11423
 
+      hardcode_libdir_separator=:
11424
 
+      ;;
11425
 
+
11426
 
+    solaris*)
11427
 
+      no_undefined_flag=' -z text'
11428
 
+      if test "$GCC" = yes; then
11429
 
+       wlarc='${wl}'
11430
 
+       archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11431
 
+       archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
11432
 
+         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
11433
 
+      else
11434
 
+       wlarc=''
11435
 
+       archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11436
 
+       archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
11437
 
+       $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
11438
 
+      fi
11439
 
+      hardcode_libdir_flag_spec='-R$libdir'
11440
 
+      hardcode_shlibpath_var=no
11441
 
+      case $host_os in
11442
 
+      solaris2.[0-5] | solaris2.[0-5].*) ;;
11443
 
+      *)
11444
 
+       # The compiler driver will combine linker options so we
11445
 
+       # cannot just pass the convience library names through
11446
 
+       # without $wl, iff we do not link with $LD.
11447
 
+       # Luckily, gcc supports the same syntax we need for Sun Studio.
11448
 
+       # Supported since Solaris 2.6 (maybe 2.5.1?)
11449
 
+       case $wlarc in
11450
 
+       '')
11451
 
+         whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
11452
 
+       *)
11453
 
+         whole_archive_flag_spec='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
11454
 
+       esac ;;
11455
 
+      esac
11456
 
+      link_all_deplibs=yes
11457
 
+      ;;
11458
 
+
11459
 
+    sunos4*)
11460
 
+      if test "x$host_vendor" = xsequent; then
11461
 
+       # Use $CC to link under sequent, because it throws in some extra .o
11462
 
+       # files that make .init and .fini sections work.
11463
 
+       archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11464
 
+      else
11465
 
+       archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11466
 
+      fi
11467
 
+      hardcode_libdir_flag_spec='-L$libdir'
11468
 
+      hardcode_direct=yes
11469
 
+      hardcode_minus_L=yes
11470
 
+      hardcode_shlibpath_var=no
11471
 
+      ;;
11472
 
+
11473
 
+    sysv4)
11474
 
+      case $host_vendor in
11475
 
+       sni)
11476
 
+         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11477
 
+         hardcode_direct=yes # is this really true???
11478
 
+       ;;
11479
 
+       siemens)
11480
 
+         ## LD is ld it makes a PLAMLIB
11481
 
+         ## CC just makes a GrossModule.
11482
 
+         archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11483
 
+         reload_cmds='$CC -r -o $output$reload_objs'
11484
 
+         hardcode_direct=no
11485
 
+        ;;
11486
 
+       motorola)
11487
 
+         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11488
 
+         hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11489
 
+       ;;
11490
 
+      esac
11491
 
+      runpath_var='LD_RUN_PATH'
11492
 
+      hardcode_shlibpath_var=no
11493
 
+      ;;
11494
 
+
11495
 
+    sysv4.3*)
11496
 
+      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11497
 
+      hardcode_shlibpath_var=no
11498
 
+      export_dynamic_flag_spec='-Bexport'
11499
 
+      ;;
11500
 
+
11501
 
+    sysv4*MP*)
11502
 
+      if test -d /usr/nec; then
11503
 
+       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11504
 
+       hardcode_shlibpath_var=no
11505
 
+       runpath_var=LD_RUN_PATH
11506
 
+       hardcode_runpath_var=yes
11507
 
+       ld_shlibs=yes
11508
 
+      fi
11509
 
+      ;;
11510
 
+
11511
 
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*)
11512
 
+      no_undefined_flag='${wl}-z,text'
11513
 
+      archive_cmds_need_lc=no
11514
 
+      hardcode_shlibpath_var=no
11515
 
+      runpath_var='LD_RUN_PATH'
11516
 
+
11517
 
+      if test "$GCC" = yes; then
11518
 
+       archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11519
 
+       archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11520
 
+      else
11521
 
+       archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11522
 
+       archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11523
 
+      fi
11524
 
+      ;;
11525
 
+
11526
 
+    sysv5* | sco3.2v5* | sco5v6*)
11527
 
+      # Note: We can NOT use -z defs as we might desire, because we do not
11528
 
+      # link with -lc, and that would cause any symbols used from libc to
11529
 
+      # always be unresolved, which means just about no library would
11530
 
+      # ever link correctly.  If we're not using GNU ld we use -z text
11531
 
+      # though, which does catch some bad symbols but isn't as heavy-handed
11532
 
+      # as -z defs.
11533
 
+      no_undefined_flag='${wl}-z,text'
11534
 
+      allow_undefined_flag='${wl}-z,nodefs'
11535
 
+      archive_cmds_need_lc=no
11536
 
+      hardcode_shlibpath_var=no
11537
 
+      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
11538
 
+      hardcode_libdir_separator=':'
11539
 
+      link_all_deplibs=yes
11540
 
+      export_dynamic_flag_spec='${wl}-Bexport'
11541
 
+      runpath_var='LD_RUN_PATH'
11542
 
+
11543
 
+      if test "$GCC" = yes; then
11544
 
+       archive_cmds='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
11545
 
+       archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
11546
 
+      else
11547
 
+       archive_cmds='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
11548
 
+       archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
11549
 
+      fi
11550
 
+      ;;
11551
 
+
11552
 
+    uts4*)
11553
 
+      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11554
 
+      hardcode_libdir_flag_spec='-L$libdir'
11555
 
+      hardcode_shlibpath_var=no
11556
 
+      ;;
11557
 
+
11558
 
+    *)
11559
 
+      ld_shlibs=no
11560
 
+      ;;
11561
 
+    esac
11562
 
+  fi
11563
 
+
11564
 
+{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5
11565
 
+echo "${ECHO_T}$ld_shlibs" >&6; }
11566
 
+test "$ld_shlibs" = no && can_build_shared=no
11567
 
+
11568
 
+#
11569
 
+# Do we need to explicitly link libc?
11570
 
+#
11571
 
+case "x$archive_cmds_need_lc" in
11572
 
+x|xyes)
11573
 
+  # Assume -lc should be added
11574
 
+  archive_cmds_need_lc=yes
11575
 
+
11576
 
+  if test "$enable_shared" = yes && test "$GCC" = yes; then
11577
 
+    case $archive_cmds in
11578
 
+    *'~'*)
11579
 
+      # FIXME: we may have to deal with multi-command sequences.
11580
 
+      ;;
11581
 
+    '$CC '*)
11582
 
+      # Test whether the compiler implicitly links with -lc since on some
11583
 
+      # systems, -lgcc has to come before -lc. If gcc already passes -lc
11584
 
+      # to ld, don't add -lc before -lgcc.
11585
 
+      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
11586
 
+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
11587
 
+      $rm conftest*
11588
 
+      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
11589
 
+
11590
 
+      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11591
 
+  (eval $ac_compile) 2>&5
11592
 
+  ac_status=$?
11593
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11594
 
+  (exit $ac_status); } 2>conftest.err; then
11595
 
+        soname=conftest
11596
 
+        lib=conftest
11597
 
+        libobjs=conftest.$ac_objext
11598
 
+        deplibs=
11599
 
+        wl=$lt_prog_compiler_wl
11600
 
+       pic_flag=$lt_prog_compiler_pic
11601
 
+        compiler_flags=-v
11602
 
+        linker_flags=-v
11603
 
+        verstring=
11604
 
+        output_objdir=.
11605
 
+        libname=conftest
11606
 
+        lt_save_allow_undefined_flag=$allow_undefined_flag
11607
 
+        allow_undefined_flag=
11608
 
+        if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
11609
 
+  (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
11610
 
+  ac_status=$?
11611
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11612
 
+  (exit $ac_status); }
11613
 
+        then
11614
 
+         archive_cmds_need_lc=no
11615
 
+        else
11616
 
+         archive_cmds_need_lc=yes
11617
 
+        fi
11618
 
+        allow_undefined_flag=$lt_save_allow_undefined_flag
11619
 
+      else
11620
 
+        cat conftest.err 1>&5
11621
 
+      fi
11622
 
+      $rm conftest*
11623
 
+      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
11624
 
+echo "${ECHO_T}$archive_cmds_need_lc" >&6; }
11625
 
+      ;;
11626
 
+    esac
11627
 
+  fi
11628
 
+  ;;
11629
 
+esac
11630
 
+
11631
 
+{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
11632
 
+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
11633
 
+library_names_spec=
11634
 
+libname_spec='lib$name'
11635
 
+soname_spec=
11636
 
+shrext_cmds=".so"
11637
 
+postinstall_cmds=
11638
 
+postuninstall_cmds=
11639
 
+finish_cmds=
11640
 
+finish_eval=
11641
 
+shlibpath_var=
11642
 
+shlibpath_overrides_runpath=unknown
11643
 
+version_type=none
11644
 
+dynamic_linker="$host_os ld.so"
11645
 
+sys_lib_dlsearch_path_spec="/lib /usr/lib"
11646
 
+if test "$GCC" = yes; then
11647
 
+  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
11648
 
+  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
11649
 
+    # if the path contains ";" then we assume it to be the separator
11650
 
+    # otherwise default to the standard path separator (i.e. ":") - it is
11651
 
+    # assumed that no part of a normal pathname contains ";" but that should
11652
 
+    # okay in the real world where ";" in dirpaths is itself problematic.
11653
 
+    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
11654
 
+  else
11655
 
+    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
11656
 
+  fi
11657
 
+else
11658
 
+  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11659
 
+fi
11660
 
+need_lib_prefix=unknown
11661
 
+hardcode_into_libs=no
11662
 
+
11663
 
+# when you set need_version to no, make sure it does not cause -set_version
11664
 
+# flags to be left without arguments
11665
 
+need_version=unknown
11666
 
+
11667
 
+case $host_os in
11668
 
+aix3*)
11669
 
+  version_type=linux
11670
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11671
 
+  shlibpath_var=LIBPATH
11672
 
+
11673
 
+  # AIX 3 has no versioning support, so we append a major version to the name.
11674
 
+  soname_spec='${libname}${release}${shared_ext}$major'
11675
 
+  ;;
11676
 
+
11677
 
+aix4* | aix5*)
11678
 
+  version_type=linux
11679
 
+  need_lib_prefix=no
11680
 
+  need_version=no
11681
 
+  hardcode_into_libs=yes
11682
 
+  if test "$host_cpu" = ia64; then
11683
 
+    # AIX 5 supports IA64
11684
 
+    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11685
 
+    shlibpath_var=LD_LIBRARY_PATH
11686
 
+  else
11687
 
+    # With GCC up to 2.95.x, collect2 would create an import file
11688
 
+    # for dependence libraries.  The import file would start with
11689
 
+    # the line `#! .'.  This would cause the generated library to
11690
 
+    # depend on `.', always an invalid library.  This was fixed in
11691
 
+    # development snapshots of GCC prior to 3.0.
11692
 
+    case $host_os in
11693
 
+      aix4 | aix4.[01] | aix4.[01].*)
11694
 
+      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11695
 
+          echo ' yes '
11696
 
+          echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
11697
 
+       :
11698
 
+      else
11699
 
+       can_build_shared=no
11700
 
+      fi
11701
 
+      ;;
11702
 
+    esac
11703
 
+    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11704
 
+    # soname into executable. Probably we can add versioning support to
11705
 
+    # collect2, so additional links can be useful in future.
11706
 
+    if test "$aix_use_runtimelinking" = yes; then
11707
 
+      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11708
 
+      # instead of lib<name>.a to let people know that these are not
11709
 
+      # typical AIX shared libraries.
11710
 
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11711
 
+    else
11712
 
+      # We preserve .a as extension for shared libraries through AIX4.2
11713
 
+      # and later when we are not doing run time linking.
11714
 
+      library_names_spec='${libname}${release}.a $libname.a'
11715
 
+      soname_spec='${libname}${release}${shared_ext}$major'
11716
 
+    fi
11717
 
+    shlibpath_var=LIBPATH
11718
 
+  fi
11719
 
+  ;;
11720
 
+
11721
 
+amigaos*)
11722
 
+  library_names_spec='$libname.ixlibrary $libname.a'
11723
 
+  # Create ${libname}_ixlibrary.a entries in /sys/libs.
11724
 
+  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'
11725
 
+  ;;
11726
 
+
11727
 
+beos*)
11728
 
+  library_names_spec='${libname}${shared_ext}'
11729
 
+  dynamic_linker="$host_os ld.so"
11730
 
+  shlibpath_var=LIBRARY_PATH
11731
 
+  ;;
11732
 
+
11733
 
+bsdi[45]*)
11734
 
+  version_type=linux
11735
 
+  need_version=no
11736
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11737
 
+  soname_spec='${libname}${release}${shared_ext}$major'
11738
 
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11739
 
+  shlibpath_var=LD_LIBRARY_PATH
11740
 
+  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11741
 
+  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11742
 
+  # the default ld.so.conf also contains /usr/contrib/lib and
11743
 
+  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11744
 
+  # libtool to hard-code these into programs
11745
 
+  ;;
11746
 
+
11747
 
+cygwin* | mingw* | pw32*)
11748
 
+  version_type=windows
11749
 
+  shrext_cmds=".dll"
11750
 
+  need_version=no
11751
 
+  need_lib_prefix=no
11752
 
+
11753
 
+  case $GCC,$host_os in
11754
 
+  yes,cygwin* | yes,mingw* | yes,pw32*)
11755
 
+    library_names_spec='$libname.dll.a'
11756
 
+    # DLL is installed to $(libdir)/../bin by postinstall_cmds
11757
 
+    postinstall_cmds='base_file=`basename \${file}`~
11758
 
+      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
11759
 
+      dldir=$destdir/`dirname \$dlpath`~
11760
 
+      test -d \$dldir || mkdir -p \$dldir~
11761
 
+      $install_prog $dir/$dlname \$dldir/$dlname~
11762
 
+      chmod a+x \$dldir/$dlname'
11763
 
+    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11764
 
+      dlpath=$dir/\$dldll~
11765
 
+       $rm \$dlpath'
11766
 
+    shlibpath_overrides_runpath=yes
11767
 
+
11768
 
+    case $host_os in
11769
 
+    cygwin*)
11770
 
+      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11771
 
+      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11772
 
+      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
11773
 
+      ;;
11774
 
+    mingw*)
11775
 
+      # MinGW DLLs use traditional 'lib' prefix
11776
 
+      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11777
 
+      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
11778
 
+      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
11779
 
+        # It is most probably a Windows format PATH printed by
11780
 
+        # mingw gcc, but we are running on Cygwin. Gcc prints its search
11781
 
+        # path with ; separators, and with drive letters. We can handle the
11782
 
+        # drive letters (cygwin fileutils understands them), so leave them,
11783
 
+        # especially as we might pass files found there to a mingw objdump,
11784
 
+        # which wouldn't understand a cygwinified path. Ahh.
11785
 
+        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
11786
 
+      else
11787
 
+        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
11788
 
+      fi
11789
 
+      ;;
11790
 
+    pw32*)
11791
 
+      # pw32 DLLs use 'pw' prefix rather than 'lib'
11792
 
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11793
 
+      ;;
11794
 
+    esac
11795
 
+    ;;
11796
 
+
11797
 
+  *)
11798
 
+    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11799
 
+    ;;
11800
 
+  esac
11801
 
+  dynamic_linker='Win32 ld.exe'
11802
 
+  # FIXME: first we should search . and the directory the executable is in
11803
 
+  shlibpath_var=PATH
11804
 
+  ;;
11805
 
+
11806
 
+darwin* | rhapsody*)
11807
 
+  dynamic_linker="$host_os dyld"
11808
 
+  version_type=darwin
11809
 
+  need_lib_prefix=no
11810
 
+  need_version=no
11811
 
+  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11812
 
+  soname_spec='${libname}${release}${major}$shared_ext'
11813
 
+  shlibpath_overrides_runpath=yes
11814
 
+  shlibpath_var=DYLD_LIBRARY_PATH
11815
 
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11816
 
+  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
11817
 
+  if test "$GCC" = yes; then
11818
 
+    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"`
11819
 
+  else
11820
 
+    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
11821
 
+  fi
11822
 
+  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11823
 
+  ;;
11824
 
+
11825
 
+dgux*)
11826
 
+  version_type=linux
11827
 
+  need_lib_prefix=no
11828
 
+  need_version=no
11829
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11830
 
+  soname_spec='${libname}${release}${shared_ext}$major'
11831
 
+  shlibpath_var=LD_LIBRARY_PATH
11832
 
+  ;;
11833
 
+
11834
 
+freebsd1*)
11835
 
+  dynamic_linker=no
11836
 
+  ;;
11837
 
+
11838
 
+freebsd* | dragonfly*)
11839
 
+  # DragonFly does not have aout.  When/if they implement a new
11840
 
+  # versioning mechanism, adjust this.
11841
 
+  if test -x /usr/bin/objformat; then
11842
 
+    objformat=`/usr/bin/objformat`
11843
 
+  else
11844
 
+    case $host_os in
11845
 
+    freebsd[123]*) objformat=aout ;;
11846
 
+    *) objformat=elf ;;
11847
 
+    esac
11848
 
+  fi
11849
 
+  version_type=freebsd-$objformat
11850
 
+  case $version_type in
11851
 
+    freebsd-elf*)
11852
 
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11853
 
+      need_version=no
11854
 
+      need_lib_prefix=no
11855
 
+      ;;
11856
 
+    freebsd-*)
11857
 
+      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11858
 
+      need_version=yes
11859
 
+      ;;
11860
 
+  esac
11861
 
+  shlibpath_var=LD_LIBRARY_PATH
11862
 
+  case $host_os in
11863
 
+  freebsd2*)
11864
 
+    shlibpath_overrides_runpath=yes
11865
 
+    ;;
11866
 
+  freebsd3.[01]* | freebsdelf3.[01]*)
11867
 
+    shlibpath_overrides_runpath=yes
11868
 
+    hardcode_into_libs=yes
11869
 
+    ;;
11870
 
+  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11871
 
+  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11872
 
+    shlibpath_overrides_runpath=no
11873
 
+    hardcode_into_libs=yes
11874
 
+    ;;
11875
 
+  freebsd*) # from 4.6 on
11876
 
+    shlibpath_overrides_runpath=yes
11877
 
+    hardcode_into_libs=yes
11878
 
+    ;;
11879
 
+  esac
11880
 
+  ;;
11881
 
+
11882
 
+gnu*)
11883
 
+  version_type=linux
11884
 
+  need_lib_prefix=no
11885
 
+  need_version=no
11886
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11887
 
+  soname_spec='${libname}${release}${shared_ext}$major'
11888
 
+  shlibpath_var=LD_LIBRARY_PATH
11889
 
+  hardcode_into_libs=yes
11890
 
+  ;;
11891
 
+
11892
 
+hpux9* | hpux10* | hpux11*)
11893
 
+  # Give a soname corresponding to the major version so that dld.sl refuses to
11894
 
+  # link against other versions.
11895
 
+  version_type=sunos
11896
 
+  need_lib_prefix=no
11897
 
+  need_version=no
11898
 
+  case $host_cpu in
11899
 
+  ia64*)
11900
 
+    shrext_cmds='.so'
11901
 
+    hardcode_into_libs=yes
11902
 
+    dynamic_linker="$host_os dld.so"
11903
 
+    shlibpath_var=LD_LIBRARY_PATH
11904
 
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11905
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11906
 
+    soname_spec='${libname}${release}${shared_ext}$major'
11907
 
+    if test "X$HPUX_IA64_MODE" = X32; then
11908
 
+      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11909
 
+    else
11910
 
+      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11911
 
+    fi
11912
 
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11913
 
+    ;;
11914
 
+   hppa*64*)
11915
 
+     shrext_cmds='.sl'
11916
 
+     hardcode_into_libs=yes
11917
 
+     dynamic_linker="$host_os dld.sl"
11918
 
+     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11919
 
+     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11920
 
+     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11921
 
+     soname_spec='${libname}${release}${shared_ext}$major'
11922
 
+     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11923
 
+     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11924
 
+     ;;
11925
 
+   *)
11926
 
+    shrext_cmds='.sl'
11927
 
+    dynamic_linker="$host_os dld.sl"
11928
 
+    shlibpath_var=SHLIB_PATH
11929
 
+    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11930
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11931
 
+    soname_spec='${libname}${release}${shared_ext}$major'
11932
 
+    ;;
11933
 
+  esac
11934
 
+  # HP-UX runs *really* slowly unless shared libraries are mode 555.
11935
 
+  postinstall_cmds='chmod 555 $lib'
11936
 
+  ;;
11937
 
+
11938
 
+interix3*)
11939
 
+  version_type=linux
11940
 
+  need_lib_prefix=no
11941
 
+  need_version=no
11942
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11943
 
+  soname_spec='${libname}${release}${shared_ext}$major'
11944
 
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11945
 
+  shlibpath_var=LD_LIBRARY_PATH
11946
 
+  shlibpath_overrides_runpath=no
11947
 
+  hardcode_into_libs=yes
11948
 
+  ;;
11949
 
+
11950
 
+irix5* | irix6* | nonstopux*)
11951
 
+  case $host_os in
11952
 
+    nonstopux*) version_type=nonstopux ;;
11953
 
+    *)
11954
 
+       if test "$lt_cv_prog_gnu_ld" = yes; then
11955
 
+               version_type=linux
11956
 
+       else
11957
 
+               version_type=irix
11958
 
+       fi ;;
11959
 
+  esac
11960
 
+  need_lib_prefix=no
11961
 
+  need_version=no
11962
 
+  soname_spec='${libname}${release}${shared_ext}$major'
11963
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11964
 
+  case $host_os in
11965
 
+  irix5* | nonstopux*)
11966
 
+    libsuff= shlibsuff=
11967
 
+    ;;
11968
 
+  *)
11969
 
+    case $LD in # libtool.m4 will add one of these switches to LD
11970
 
+    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11971
 
+      libsuff= shlibsuff= libmagic=32-bit;;
11972
 
+    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11973
 
+      libsuff=32 shlibsuff=N32 libmagic=N32;;
11974
 
+    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11975
 
+      libsuff=64 shlibsuff=64 libmagic=64-bit;;
11976
 
+    *) libsuff= shlibsuff= libmagic=never-match;;
11977
 
+    esac
11978
 
+    ;;
11979
 
+  esac
11980
 
+  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11981
 
+  shlibpath_overrides_runpath=no
11982
 
+  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11983
 
+  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11984
 
+  hardcode_into_libs=yes
11985
 
+  ;;
11986
 
+
11987
 
+# No shared lib support for Linux oldld, aout, or coff.
11988
 
+linux*oldld* | linux*aout* | linux*coff*)
11989
 
+  dynamic_linker=no
11990
 
+  ;;
11991
 
+
11992
 
+# This must be Linux ELF.
11993
 
+linux* | k*bsd*-gnu)
11994
 
+  version_type=linux
11995
 
+  need_lib_prefix=no
11996
 
+  need_version=no
11997
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11998
 
+  soname_spec='${libname}${release}${shared_ext}$major'
11999
 
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12000
 
+  shlibpath_var=LD_LIBRARY_PATH
12001
 
+  shlibpath_overrides_runpath=no
12002
 
+  # This implies no fast_install, which is unacceptable.
12003
 
+  # Some rework will be needed to allow for fast_install
12004
 
+  # before this can be enabled.
12005
 
+  hardcode_into_libs=yes
12006
 
+
12007
 
+  # Append ld.so.conf contents to the search path
12008
 
+  if test -f /etc/ld.so.conf; then
12009
 
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,       ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
12010
 
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12011
 
+  fi
12012
 
+
12013
 
+  # We used to test for /lib/ld.so.1 and disable shared libraries on
12014
 
+  # powerpc, because MkLinux only supported shared libraries with the
12015
 
+  # GNU dynamic linker.  Since this was broken with cross compilers,
12016
 
+  # most powerpc-linux boxes support dynamic linking these days and
12017
 
+  # people can always --disable-shared, the test was removed, and we
12018
 
+  # assume the GNU/Linux dynamic linker is in use.
12019
 
+  dynamic_linker='GNU/Linux ld.so'
12020
 
+  ;;
12021
 
+
12022
 
+netbsdelf*-gnu)
12023
 
+  version_type=linux
12024
 
+  need_lib_prefix=no
12025
 
+  need_version=no
12026
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12027
 
+  soname_spec='${libname}${release}${shared_ext}$major'
12028
 
+  shlibpath_var=LD_LIBRARY_PATH
12029
 
+  shlibpath_overrides_runpath=no
12030
 
+  hardcode_into_libs=yes
12031
 
+  dynamic_linker='NetBSD ld.elf_so'
12032
 
+  ;;
12033
 
+
12034
 
+netbsd*)
12035
 
+  version_type=sunos
12036
 
+  need_lib_prefix=no
12037
 
+  need_version=no
12038
 
+  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
12039
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12040
 
+    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12041
 
+    dynamic_linker='NetBSD (a.out) ld.so'
12042
 
+  else
12043
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12044
 
+    soname_spec='${libname}${release}${shared_ext}$major'
12045
 
+    dynamic_linker='NetBSD ld.elf_so'
12046
 
+  fi
12047
 
+  shlibpath_var=LD_LIBRARY_PATH
12048
 
+  shlibpath_overrides_runpath=yes
12049
 
+  hardcode_into_libs=yes
12050
 
+  ;;
12051
 
+
12052
 
+newsos6)
12053
 
+  version_type=linux
12054
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12055
 
+  shlibpath_var=LD_LIBRARY_PATH
12056
 
+  shlibpath_overrides_runpath=yes
12057
 
+  ;;
12058
 
+
12059
 
+nto-qnx*)
12060
 
+  version_type=linux
12061
 
+  need_lib_prefix=no
12062
 
+  need_version=no
12063
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12064
 
+  soname_spec='${libname}${release}${shared_ext}$major'
12065
 
+  shlibpath_var=LD_LIBRARY_PATH
12066
 
+  shlibpath_overrides_runpath=yes
12067
 
+  ;;
12068
 
+
12069
 
+openbsd*)
12070
 
+  version_type=sunos
12071
 
+  sys_lib_dlsearch_path_spec="/usr/lib"
12072
 
+  need_lib_prefix=no
12073
 
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12074
 
+  case $host_os in
12075
 
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12076
 
+    *)                         need_version=no  ;;
12077
 
+  esac
12078
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12079
 
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12080
 
+  shlibpath_var=LD_LIBRARY_PATH
12081
 
+  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12082
 
+    case $host_os in
12083
 
+      openbsd2.[89] | openbsd2.[89].*)
12084
 
+       shlibpath_overrides_runpath=no
12085
 
+       ;;
12086
 
+      *)
12087
 
+       shlibpath_overrides_runpath=yes
12088
 
+       ;;
12089
 
+      esac
12090
 
+  else
12091
 
+    shlibpath_overrides_runpath=yes
12092
 
+  fi
12093
 
+  ;;
12094
 
+
12095
 
+os2*)
12096
 
+  libname_spec='$name'
12097
 
+  shrext_cmds=".dll"
12098
 
+  need_lib_prefix=no
12099
 
+  library_names_spec='$libname${shared_ext} $libname.a'
12100
 
+  dynamic_linker='OS/2 ld.exe'
12101
 
+  shlibpath_var=LIBPATH
12102
 
+  ;;
12103
 
+
12104
 
+osf3* | osf4* | osf5*)
12105
 
+  version_type=osf
12106
 
+  need_lib_prefix=no
12107
 
+  need_version=no
12108
 
+  soname_spec='${libname}${release}${shared_ext}$major'
12109
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12110
 
+  shlibpath_var=LD_LIBRARY_PATH
12111
 
+  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12112
 
+  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12113
 
+  ;;
12114
 
+
12115
 
+solaris*)
12116
 
+  version_type=linux
12117
 
+  need_lib_prefix=no
12118
 
+  need_version=no
12119
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12120
 
+  soname_spec='${libname}${release}${shared_ext}$major'
12121
 
+  shlibpath_var=LD_LIBRARY_PATH
12122
 
+  shlibpath_overrides_runpath=yes
12123
 
+  hardcode_into_libs=yes
12124
 
+  # ldd complains unless libraries are executable
12125
 
+  postinstall_cmds='chmod +x $lib'
12126
 
+  ;;
12127
 
+
12128
 
+sunos4*)
12129
 
+  version_type=sunos
12130
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12131
 
+  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12132
 
+  shlibpath_var=LD_LIBRARY_PATH
12133
 
+  shlibpath_overrides_runpath=yes
12134
 
+  if test "$with_gnu_ld" = yes; then
12135
 
+    need_lib_prefix=no
12136
 
+  fi
12137
 
+  need_version=yes
12138
 
+  ;;
12139
 
+
12140
 
+sysv4 | sysv4.3*)
12141
 
+  version_type=linux
12142
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12143
 
+  soname_spec='${libname}${release}${shared_ext}$major'
12144
 
+  shlibpath_var=LD_LIBRARY_PATH
12145
 
+  case $host_vendor in
12146
 
+    sni)
12147
 
+      shlibpath_overrides_runpath=no
12148
 
+      need_lib_prefix=no
12149
 
+      export_dynamic_flag_spec='${wl}-Blargedynsym'
12150
 
+      runpath_var=LD_RUN_PATH
12151
 
+      ;;
12152
 
+    siemens)
12153
 
+      need_lib_prefix=no
12154
 
+      ;;
12155
 
+    motorola)
12156
 
+      need_lib_prefix=no
12157
 
+      need_version=no
12158
 
+      shlibpath_overrides_runpath=no
12159
 
+      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12160
 
+      ;;
12161
 
+  esac
12162
 
+  ;;
12163
 
+
12164
 
+sysv4*MP*)
12165
 
+  if test -d /usr/nec ;then
12166
 
+    version_type=linux
12167
 
+    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12168
 
+    soname_spec='$libname${shared_ext}.$major'
12169
 
+    shlibpath_var=LD_LIBRARY_PATH
12170
 
+  fi
12171
 
+  ;;
12172
 
+
12173
 
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12174
 
+  version_type=freebsd-elf
12175
 
+  need_lib_prefix=no
12176
 
+  need_version=no
12177
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12178
 
+  soname_spec='${libname}${release}${shared_ext}$major'
12179
 
+  shlibpath_var=LD_LIBRARY_PATH
12180
 
+  hardcode_into_libs=yes
12181
 
+  if test "$with_gnu_ld" = yes; then
12182
 
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12183
 
+    shlibpath_overrides_runpath=no
12184
 
+  else
12185
 
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12186
 
+    shlibpath_overrides_runpath=yes
12187
 
+    case $host_os in
12188
 
+      sco3.2v5*)
12189
 
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12190
 
+       ;;
12191
 
+    esac
12192
 
+  fi
12193
 
+  sys_lib_dlsearch_path_spec='/usr/lib'
12194
 
+  ;;
12195
 
+
12196
 
+uts4*)
12197
 
+  version_type=linux
12198
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12199
 
+  soname_spec='${libname}${release}${shared_ext}$major'
12200
 
+  shlibpath_var=LD_LIBRARY_PATH
12201
 
+  ;;
12202
 
+
12203
 
+*)
12204
 
+  dynamic_linker=no
12205
 
+  ;;
12206
 
+esac
12207
 
+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
12208
 
+echo "${ECHO_T}$dynamic_linker" >&6; }
12209
 
+test "$dynamic_linker" = no && can_build_shared=no
12210
 
+
12211
 
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12212
 
+if test "$GCC" = yes; then
12213
 
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
12214
 
+fi
12215
 
+
12216
 
+{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
12217
 
+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
12218
 
+hardcode_action=
12219
 
+if test -n "$hardcode_libdir_flag_spec" || \
12220
 
+   test -n "$runpath_var" || \
12221
 
+   test "X$hardcode_automatic" = "Xyes" ; then
12222
 
+
12223
 
+  # We can hardcode non-existant directories.
12224
 
+  if test "$hardcode_direct" != no &&
12225
 
+     # If the only mechanism to avoid hardcoding is shlibpath_var, we
12226
 
+     # have to relink, otherwise we might link with an installed library
12227
 
+     # when we should be linking with a yet-to-be-installed one
12228
 
+     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, )" != no &&
12229
 
+     test "$hardcode_minus_L" != no; then
12230
 
+    # Linking always hardcodes the temporary library directory.
12231
 
+    hardcode_action=relink
12232
 
+  else
12233
 
+    # We can link without hardcoding, and we can hardcode nonexisting dirs.
12234
 
+    hardcode_action=immediate
12235
 
+  fi
12236
 
+else
12237
 
+  # We cannot hardcode anything, or else we can only hardcode existing
12238
 
+  # directories.
12239
 
+  hardcode_action=unsupported
12240
 
+fi
12241
 
+{ echo "$as_me:$LINENO: result: $hardcode_action" >&5
12242
 
+echo "${ECHO_T}$hardcode_action" >&6; }
12243
 
+
12244
 
+if test "$hardcode_action" = relink; then
12245
 
+  # Fast installation is not supported
12246
 
+  enable_fast_install=no
12247
 
+elif test "$shlibpath_overrides_runpath" = yes ||
12248
 
+     test "$enable_shared" = no; then
12249
 
+  # Fast installation is not necessary
12250
 
+  enable_fast_install=needless
12251
 
+fi
12252
 
+
12253
 
+striplib=
12254
 
+old_striplib=
12255
 
+{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
12256
 
+echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
12257
 
+if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
12258
 
+  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12259
 
+  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12260
 
+  { echo "$as_me:$LINENO: result: yes" >&5
12261
 
+echo "${ECHO_T}yes" >&6; }
12262
 
+else
12263
 
+# FIXME - insert some real tests, host_os isn't really good enough
12264
 
+  case $host_os in
12265
 
+   darwin*)
12266
 
+       if test -n "$STRIP" ; then
12267
 
+         striplib="$STRIP -x"
12268
 
+         { echo "$as_me:$LINENO: result: yes" >&5
12269
 
+echo "${ECHO_T}yes" >&6; }
12270
 
+       else
12271
 
+  { echo "$as_me:$LINENO: result: no" >&5
12272
 
+echo "${ECHO_T}no" >&6; }
12273
 
+fi
12274
 
+       ;;
12275
 
+   *)
12276
 
+  { echo "$as_me:$LINENO: result: no" >&5
12277
 
+echo "${ECHO_T}no" >&6; }
12278
 
+    ;;
12279
 
+  esac
12280
 
+fi
12281
 
+
12282
 
+if test "x$enable_dlopen" != xyes; then
12283
 
+  enable_dlopen=unknown
12284
 
+  enable_dlopen_self=unknown
12285
 
+  enable_dlopen_self_static=unknown
12286
 
+else
12287
 
+  lt_cv_dlopen=no
12288
 
+  lt_cv_dlopen_libs=
12289
 
+
12290
 
+  case $host_os in
12291
 
+  beos*)
12292
 
+    lt_cv_dlopen="load_add_on"
12293
 
+    lt_cv_dlopen_libs=
12294
 
+    lt_cv_dlopen_self=yes
12295
 
+    ;;
12296
 
+
12297
 
+  mingw* | pw32*)
12298
 
+    lt_cv_dlopen="LoadLibrary"
12299
 
+    lt_cv_dlopen_libs=
12300
 
+   ;;
12301
 
+
12302
 
+  cygwin*)
12303
 
+    lt_cv_dlopen="dlopen"
12304
 
+    lt_cv_dlopen_libs=
12305
 
+   ;;
12306
 
+
12307
 
+  darwin*)
12308
 
+  # if libdl is installed we need to link against it
12309
 
+    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
12310
 
+echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
12311
 
+if test "${ac_cv_lib_dl_dlopen+set}" = set; then
12312
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12313
 
+else
12314
 
+  ac_check_lib_save_LIBS=$LIBS
12315
 
+LIBS="-ldl  $LIBS"
12316
 
+cat >conftest.$ac_ext <<_ACEOF
12317
 
+/* confdefs.h.  */
12318
 
+_ACEOF
12319
 
+cat confdefs.h >>conftest.$ac_ext
12320
 
+cat >>conftest.$ac_ext <<_ACEOF
12321
 
+/* end confdefs.h.  */
12322
 
+
12323
 
+/* Override any GCC internal prototype to avoid an error.
12324
 
+   Use char because int might match the return type of a GCC
12325
 
+   builtin and then its argument prototype would still apply.  */
12326
 
+#ifdef __cplusplus
12327
 
+extern "C"
12328
 
+#endif
12329
 
+char dlopen ();
12330
 
+int
12331
 
+main ()
12332
 
+{
12333
 
+return dlopen ();
12334
 
+  ;
12335
 
+  return 0;
12336
 
+}
12337
 
+_ACEOF
12338
 
+rm -f conftest.$ac_objext conftest$ac_exeext
12339
 
+if { (ac_try="$ac_link"
12340
 
+case "(($ac_try" in
12341
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12342
 
+  *) ac_try_echo=$ac_try;;
12343
 
+esac
12344
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12345
 
+  (eval "$ac_link") 2>conftest.er1
12346
 
+  ac_status=$?
12347
 
+  grep -v '^ *+' conftest.er1 >conftest.err
12348
 
+  rm -f conftest.er1
12349
 
+  cat conftest.err >&5
12350
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12351
 
+  (exit $ac_status); } && {
12352
 
+        test -z "$ac_c_werror_flag" ||
12353
 
+        test ! -s conftest.err
12354
 
+       } && test -s conftest$ac_exeext &&
12355
 
+       $as_test_x conftest$ac_exeext; then
12356
 
+  ac_cv_lib_dl_dlopen=yes
12357
 
+else
12358
 
+  echo "$as_me: failed program was:" >&5
12359
 
+sed 's/^/| /' conftest.$ac_ext >&5
12360
 
+
12361
 
+       ac_cv_lib_dl_dlopen=no
12362
 
+fi
12363
 
+
12364
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12365
 
+      conftest$ac_exeext conftest.$ac_ext
12366
 
+LIBS=$ac_check_lib_save_LIBS
12367
 
+fi
12368
 
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
12369
 
+echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
12370
 
+if test $ac_cv_lib_dl_dlopen = yes; then
12371
 
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12372
 
+else
12373
 
+  
12374
 
+    lt_cv_dlopen="dyld"
12375
 
+    lt_cv_dlopen_libs=
12376
 
+    lt_cv_dlopen_self=yes
12377
 
+    
12378
 
+fi
12379
 
+
12380
 
+   ;;
12381
 
+
12382
 
+  *)
12383
 
+    { echo "$as_me:$LINENO: checking for shl_load" >&5
12384
 
+echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
12385
 
+if test "${ac_cv_func_shl_load+set}" = set; then
12386
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12387
 
+else
12388
 
+  cat >conftest.$ac_ext <<_ACEOF
12389
 
+/* confdefs.h.  */
12390
 
+_ACEOF
12391
 
+cat confdefs.h >>conftest.$ac_ext
12392
 
+cat >>conftest.$ac_ext <<_ACEOF
12393
 
+/* end confdefs.h.  */
12394
 
+/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
12395
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12396
 
+#define shl_load innocuous_shl_load
12397
 
+
12398
 
+/* System header to define __stub macros and hopefully few prototypes,
12399
 
+    which can conflict with char shl_load (); below.
12400
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12401
 
+    <limits.h> exists even on freestanding compilers.  */
12402
 
+
12403
 
+#ifdef __STDC__
12404
 
+# include <limits.h>
12405
 
+#else
12406
 
+# include <assert.h>
12407
 
+#endif
12408
 
+
12409
 
+#undef shl_load
12410
 
+
12411
 
+/* Override any GCC internal prototype to avoid an error.
12412
 
+   Use char because int might match the return type of a GCC
12413
 
+   builtin and then its argument prototype would still apply.  */
12414
 
+#ifdef __cplusplus
12415
 
+extern "C"
12416
 
+#endif
12417
 
+char shl_load ();
12418
 
+/* The GNU C library defines this for functions which it implements
12419
 
+    to always fail with ENOSYS.  Some functions are actually named
12420
 
+    something starting with __ and the normal name is an alias.  */
12421
 
+#if defined __stub_shl_load || defined __stub___shl_load
12422
 
+choke me
12423
 
+#endif
12424
 
+
12425
 
+int
12426
 
+main ()
12427
 
+{
12428
 
+return shl_load ();
12429
 
+  ;
12430
 
+  return 0;
12431
 
+}
12432
 
+_ACEOF
12433
 
+rm -f conftest.$ac_objext conftest$ac_exeext
12434
 
+if { (ac_try="$ac_link"
12435
 
+case "(($ac_try" in
12436
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12437
 
+  *) ac_try_echo=$ac_try;;
12438
 
+esac
12439
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12440
 
+  (eval "$ac_link") 2>conftest.er1
12441
 
+  ac_status=$?
12442
 
+  grep -v '^ *+' conftest.er1 >conftest.err
12443
 
+  rm -f conftest.er1
12444
 
+  cat conftest.err >&5
12445
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12446
 
+  (exit $ac_status); } && {
12447
 
+        test -z "$ac_c_werror_flag" ||
12448
 
+        test ! -s conftest.err
12449
 
+       } && test -s conftest$ac_exeext &&
12450
 
+       $as_test_x conftest$ac_exeext; then
12451
 
+  ac_cv_func_shl_load=yes
12452
 
+else
12453
 
+  echo "$as_me: failed program was:" >&5
12454
 
+sed 's/^/| /' conftest.$ac_ext >&5
12455
 
+
12456
 
+       ac_cv_func_shl_load=no
12457
 
+fi
12458
 
+
12459
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12460
 
+      conftest$ac_exeext conftest.$ac_ext
12461
 
+fi
12462
 
+{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
12463
 
+echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
12464
 
+if test $ac_cv_func_shl_load = yes; then
12465
 
+  lt_cv_dlopen="shl_load"
12466
 
+else
12467
 
+  { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
12468
 
+echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
12469
 
+if test "${ac_cv_lib_dld_shl_load+set}" = set; then
12470
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12471
 
+else
12472
 
+  ac_check_lib_save_LIBS=$LIBS
12473
 
+LIBS="-ldld  $LIBS"
12474
 
+cat >conftest.$ac_ext <<_ACEOF
12475
 
+/* confdefs.h.  */
12476
 
+_ACEOF
12477
 
+cat confdefs.h >>conftest.$ac_ext
12478
 
+cat >>conftest.$ac_ext <<_ACEOF
12479
 
+/* end confdefs.h.  */
12480
 
+
12481
 
+/* Override any GCC internal prototype to avoid an error.
12482
 
+   Use char because int might match the return type of a GCC
12483
 
+   builtin and then its argument prototype would still apply.  */
12484
 
+#ifdef __cplusplus
12485
 
+extern "C"
12486
 
+#endif
12487
 
+char shl_load ();
12488
 
+int
12489
 
+main ()
12490
 
+{
12491
 
+return shl_load ();
12492
 
+  ;
12493
 
+  return 0;
12494
 
+}
12495
 
+_ACEOF
12496
 
+rm -f conftest.$ac_objext conftest$ac_exeext
12497
 
+if { (ac_try="$ac_link"
12498
 
+case "(($ac_try" in
12499
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12500
 
+  *) ac_try_echo=$ac_try;;
12501
 
+esac
12502
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12503
 
+  (eval "$ac_link") 2>conftest.er1
12504
 
+  ac_status=$?
12505
 
+  grep -v '^ *+' conftest.er1 >conftest.err
12506
 
+  rm -f conftest.er1
12507
 
+  cat conftest.err >&5
12508
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12509
 
+  (exit $ac_status); } && {
12510
 
+        test -z "$ac_c_werror_flag" ||
12511
 
+        test ! -s conftest.err
12512
 
+       } && test -s conftest$ac_exeext &&
12513
 
+       $as_test_x conftest$ac_exeext; then
12514
 
+  ac_cv_lib_dld_shl_load=yes
12515
 
+else
12516
 
+  echo "$as_me: failed program was:" >&5
12517
 
+sed 's/^/| /' conftest.$ac_ext >&5
12518
 
+
12519
 
+       ac_cv_lib_dld_shl_load=no
12520
 
+fi
12521
 
+
12522
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12523
 
+      conftest$ac_exeext conftest.$ac_ext
12524
 
+LIBS=$ac_check_lib_save_LIBS
12525
 
+fi
12526
 
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
12527
 
+echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
12528
 
+if test $ac_cv_lib_dld_shl_load = yes; then
12529
 
+  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
12530
 
+else
12531
 
+  { echo "$as_me:$LINENO: checking for dlopen" >&5
12532
 
+echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
12533
 
+if test "${ac_cv_func_dlopen+set}" = set; then
12534
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12535
 
+else
12536
 
+  cat >conftest.$ac_ext <<_ACEOF
12537
 
+/* confdefs.h.  */
12538
 
+_ACEOF
12539
 
+cat confdefs.h >>conftest.$ac_ext
12540
 
+cat >>conftest.$ac_ext <<_ACEOF
12541
 
+/* end confdefs.h.  */
12542
 
+/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
12543
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12544
 
+#define dlopen innocuous_dlopen
12545
 
+
12546
 
+/* System header to define __stub macros and hopefully few prototypes,
12547
 
+    which can conflict with char dlopen (); below.
12548
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12549
 
+    <limits.h> exists even on freestanding compilers.  */
12550
 
+
12551
 
+#ifdef __STDC__
12552
 
+# include <limits.h>
12553
 
+#else
12554
 
+# include <assert.h>
12555
 
+#endif
12556
 
+
12557
 
+#undef dlopen
12558
 
+
12559
 
+/* Override any GCC internal prototype to avoid an error.
12560
 
+   Use char because int might match the return type of a GCC
12561
 
+   builtin and then its argument prototype would still apply.  */
12562
 
+#ifdef __cplusplus
12563
 
+extern "C"
12564
 
+#endif
12565
 
+char dlopen ();
12566
 
+/* The GNU C library defines this for functions which it implements
12567
 
+    to always fail with ENOSYS.  Some functions are actually named
12568
 
+    something starting with __ and the normal name is an alias.  */
12569
 
+#if defined __stub_dlopen || defined __stub___dlopen
12570
 
+choke me
12571
 
+#endif
12572
 
+
12573
 
+int
12574
 
+main ()
12575
 
+{
12576
 
+return dlopen ();
12577
 
+  ;
12578
 
+  return 0;
12579
 
+}
12580
 
+_ACEOF
12581
 
+rm -f conftest.$ac_objext conftest$ac_exeext
12582
 
+if { (ac_try="$ac_link"
12583
 
+case "(($ac_try" in
12584
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12585
 
+  *) ac_try_echo=$ac_try;;
12586
 
+esac
12587
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12588
 
+  (eval "$ac_link") 2>conftest.er1
12589
 
+  ac_status=$?
12590
 
+  grep -v '^ *+' conftest.er1 >conftest.err
12591
 
+  rm -f conftest.er1
12592
 
+  cat conftest.err >&5
12593
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12594
 
+  (exit $ac_status); } && {
12595
 
+        test -z "$ac_c_werror_flag" ||
12596
 
+        test ! -s conftest.err
12597
 
+       } && test -s conftest$ac_exeext &&
12598
 
+       $as_test_x conftest$ac_exeext; then
12599
 
+  ac_cv_func_dlopen=yes
12600
 
+else
12601
 
+  echo "$as_me: failed program was:" >&5
12602
 
+sed 's/^/| /' conftest.$ac_ext >&5
12603
 
+
12604
 
+       ac_cv_func_dlopen=no
12605
 
+fi
12606
 
+
12607
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12608
 
+      conftest$ac_exeext conftest.$ac_ext
12609
 
+fi
12610
 
+{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
12611
 
+echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
12612
 
+if test $ac_cv_func_dlopen = yes; then
12613
 
+  lt_cv_dlopen="dlopen"
12614
 
+else
12615
 
+  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
12616
 
+echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
12617
 
+if test "${ac_cv_lib_dl_dlopen+set}" = set; then
12618
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12619
 
+else
12620
 
+  ac_check_lib_save_LIBS=$LIBS
12621
 
+LIBS="-ldl  $LIBS"
12622
 
+cat >conftest.$ac_ext <<_ACEOF
12623
 
+/* confdefs.h.  */
12624
 
+_ACEOF
12625
 
+cat confdefs.h >>conftest.$ac_ext
12626
 
+cat >>conftest.$ac_ext <<_ACEOF
12627
 
+/* end confdefs.h.  */
12628
 
+
12629
 
+/* Override any GCC internal prototype to avoid an error.
12630
 
+   Use char because int might match the return type of a GCC
12631
 
+   builtin and then its argument prototype would still apply.  */
12632
 
+#ifdef __cplusplus
12633
 
+extern "C"
12634
 
+#endif
12635
 
+char dlopen ();
12636
 
+int
12637
 
+main ()
12638
 
+{
12639
 
+return dlopen ();
12640
 
+  ;
12641
 
+  return 0;
12642
 
+}
12643
 
+_ACEOF
12644
 
+rm -f conftest.$ac_objext conftest$ac_exeext
12645
 
+if { (ac_try="$ac_link"
12646
 
+case "(($ac_try" in
12647
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12648
 
+  *) ac_try_echo=$ac_try;;
12649
 
+esac
12650
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12651
 
+  (eval "$ac_link") 2>conftest.er1
12652
 
+  ac_status=$?
12653
 
+  grep -v '^ *+' conftest.er1 >conftest.err
12654
 
+  rm -f conftest.er1
12655
 
+  cat conftest.err >&5
12656
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12657
 
+  (exit $ac_status); } && {
12658
 
+        test -z "$ac_c_werror_flag" ||
12659
 
+        test ! -s conftest.err
12660
 
+       } && test -s conftest$ac_exeext &&
12661
 
+       $as_test_x conftest$ac_exeext; then
12662
 
+  ac_cv_lib_dl_dlopen=yes
12663
 
+else
12664
 
+  echo "$as_me: failed program was:" >&5
12665
 
+sed 's/^/| /' conftest.$ac_ext >&5
12666
 
+
12667
 
+       ac_cv_lib_dl_dlopen=no
12668
 
+fi
12669
 
+
12670
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12671
 
+      conftest$ac_exeext conftest.$ac_ext
12672
 
+LIBS=$ac_check_lib_save_LIBS
12673
 
+fi
12674
 
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
12675
 
+echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
12676
 
+if test $ac_cv_lib_dl_dlopen = yes; then
12677
 
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12678
 
+else
12679
 
+  { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
12680
 
+echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
12681
 
+if test "${ac_cv_lib_svld_dlopen+set}" = set; then
12682
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12683
 
+else
12684
 
+  ac_check_lib_save_LIBS=$LIBS
12685
 
+LIBS="-lsvld  $LIBS"
12686
 
+cat >conftest.$ac_ext <<_ACEOF
12687
 
+/* confdefs.h.  */
12688
 
+_ACEOF
12689
 
+cat confdefs.h >>conftest.$ac_ext
12690
 
+cat >>conftest.$ac_ext <<_ACEOF
12691
 
+/* end confdefs.h.  */
12692
 
+
12693
 
+/* Override any GCC internal prototype to avoid an error.
12694
 
+   Use char because int might match the return type of a GCC
12695
 
+   builtin and then its argument prototype would still apply.  */
12696
 
+#ifdef __cplusplus
12697
 
+extern "C"
12698
 
+#endif
12699
 
+char dlopen ();
12700
 
+int
12701
 
+main ()
12702
 
+{
12703
 
+return dlopen ();
12704
 
+  ;
12705
 
+  return 0;
12706
 
+}
12707
 
+_ACEOF
12708
 
+rm -f conftest.$ac_objext conftest$ac_exeext
12709
 
+if { (ac_try="$ac_link"
12710
 
+case "(($ac_try" in
12711
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12712
 
+  *) ac_try_echo=$ac_try;;
12713
 
+esac
12714
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12715
 
+  (eval "$ac_link") 2>conftest.er1
12716
 
+  ac_status=$?
12717
 
+  grep -v '^ *+' conftest.er1 >conftest.err
12718
 
+  rm -f conftest.er1
12719
 
+  cat conftest.err >&5
12720
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12721
 
+  (exit $ac_status); } && {
12722
 
+        test -z "$ac_c_werror_flag" ||
12723
 
+        test ! -s conftest.err
12724
 
+       } && test -s conftest$ac_exeext &&
12725
 
+       $as_test_x conftest$ac_exeext; then
12726
 
+  ac_cv_lib_svld_dlopen=yes
12727
 
+else
12728
 
+  echo "$as_me: failed program was:" >&5
12729
 
+sed 's/^/| /' conftest.$ac_ext >&5
12730
 
+
12731
 
+       ac_cv_lib_svld_dlopen=no
12732
 
+fi
12733
 
+
12734
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12735
 
+      conftest$ac_exeext conftest.$ac_ext
12736
 
+LIBS=$ac_check_lib_save_LIBS
12737
 
+fi
12738
 
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
12739
 
+echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
12740
 
+if test $ac_cv_lib_svld_dlopen = yes; then
12741
 
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12742
 
+else
12743
 
+  { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
12744
 
+echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
12745
 
+if test "${ac_cv_lib_dld_dld_link+set}" = set; then
12746
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12747
 
+else
12748
 
+  ac_check_lib_save_LIBS=$LIBS
12749
 
+LIBS="-ldld  $LIBS"
12750
 
+cat >conftest.$ac_ext <<_ACEOF
12751
 
+/* confdefs.h.  */
12752
 
+_ACEOF
12753
 
+cat confdefs.h >>conftest.$ac_ext
12754
 
+cat >>conftest.$ac_ext <<_ACEOF
12755
 
+/* end confdefs.h.  */
12756
 
+
12757
 
+/* Override any GCC internal prototype to avoid an error.
12758
 
+   Use char because int might match the return type of a GCC
12759
 
+   builtin and then its argument prototype would still apply.  */
12760
 
+#ifdef __cplusplus
12761
 
+extern "C"
12762
 
+#endif
12763
 
+char dld_link ();
12764
 
+int
12765
 
+main ()
12766
 
+{
12767
 
+return dld_link ();
12768
 
+  ;
12769
 
+  return 0;
12770
 
+}
12771
 
+_ACEOF
12772
 
+rm -f conftest.$ac_objext conftest$ac_exeext
12773
 
+if { (ac_try="$ac_link"
12774
 
+case "(($ac_try" in
12775
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12776
 
+  *) ac_try_echo=$ac_try;;
12777
 
+esac
12778
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12779
 
+  (eval "$ac_link") 2>conftest.er1
12780
 
+  ac_status=$?
12781
 
+  grep -v '^ *+' conftest.er1 >conftest.err
12782
 
+  rm -f conftest.er1
12783
 
+  cat conftest.err >&5
12784
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12785
 
+  (exit $ac_status); } && {
12786
 
+        test -z "$ac_c_werror_flag" ||
12787
 
+        test ! -s conftest.err
12788
 
+       } && test -s conftest$ac_exeext &&
12789
 
+       $as_test_x conftest$ac_exeext; then
12790
 
+  ac_cv_lib_dld_dld_link=yes
12791
 
+else
12792
 
+  echo "$as_me: failed program was:" >&5
12793
 
+sed 's/^/| /' conftest.$ac_ext >&5
12794
 
+
12795
 
+       ac_cv_lib_dld_dld_link=no
12796
 
+fi
12797
 
+
12798
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12799
 
+      conftest$ac_exeext conftest.$ac_ext
12800
 
+LIBS=$ac_check_lib_save_LIBS
12801
 
+fi
12802
 
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
12803
 
+echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
12804
 
+if test $ac_cv_lib_dld_dld_link = yes; then
12805
 
+  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
12806
 
+fi
12807
 
+
12808
 
+             
12809
 
+fi
12810
 
+
12811
 
+           
12812
 
+fi
12813
 
+
12814
 
+         
12815
 
+fi
12816
 
+
12817
 
+       
12818
 
+fi
12819
 
+
12820
 
+      
12821
 
+fi
12822
 
+
12823
 
+    ;;
12824
 
+  esac
12825
 
+
12826
 
+  if test "x$lt_cv_dlopen" != xno; then
12827
 
+    enable_dlopen=yes
12828
 
+  else
12829
 
+    enable_dlopen=no
12830
 
+  fi
12831
 
+
12832
 
+  case $lt_cv_dlopen in
12833
 
+  dlopen)
12834
 
+    save_CPPFLAGS="$CPPFLAGS"
12835
 
+    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12836
 
+
12837
 
+    save_LDFLAGS="$LDFLAGS"
12838
 
+    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12839
 
+
12840
 
+    save_LIBS="$LIBS"
12841
 
+    LIBS="$lt_cv_dlopen_libs $LIBS"
12842
 
+
12843
 
+    { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
12844
 
+echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
12845
 
+if test "${lt_cv_dlopen_self+set}" = set; then
12846
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12847
 
+else
12848
 
+         if test "$cross_compiling" = yes; then :
12849
 
+  lt_cv_dlopen_self=cross
12850
 
+else
12851
 
+  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12852
 
+  lt_status=$lt_dlunknown
12853
 
+  cat > conftest.$ac_ext <<EOF
12854
 
+#line __oline__ "configure"
12855
 
+#include "confdefs.h"
12856
 
+
12857
 
+#if HAVE_DLFCN_H
12858
 
+#include <dlfcn.h>
12859
 
+#endif
12860
 
+
12861
 
+#include <stdio.h>
12862
 
+
12863
 
+#ifdef RTLD_GLOBAL
12864
 
+#  define LT_DLGLOBAL          RTLD_GLOBAL
12865
 
+#else
12866
 
+#  ifdef DL_GLOBAL
12867
 
+#    define LT_DLGLOBAL                DL_GLOBAL
12868
 
+#  else
12869
 
+#    define LT_DLGLOBAL                0
12870
 
+#  endif
12871
 
+#endif
12872
 
+
12873
 
+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12874
 
+   find out it does not work in some platform. */
12875
 
+#ifndef LT_DLLAZY_OR_NOW
12876
 
+#  ifdef RTLD_LAZY
12877
 
+#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
12878
 
+#  else
12879
 
+#    ifdef DL_LAZY
12880
 
+#      define LT_DLLAZY_OR_NOW         DL_LAZY
12881
 
+#    else
12882
 
+#      ifdef RTLD_NOW
12883
 
+#        define LT_DLLAZY_OR_NOW       RTLD_NOW
12884
 
+#      else
12885
 
+#        ifdef DL_NOW
12886
 
+#          define LT_DLLAZY_OR_NOW     DL_NOW
12887
 
+#        else
12888
 
+#          define LT_DLLAZY_OR_NOW     0
12889
 
+#        endif
12890
 
+#      endif
12891
 
+#    endif
12892
 
+#  endif
12893
 
+#endif
12894
 
+
12895
 
+#ifdef __cplusplus
12896
 
+extern "C" void exit (int);
12897
 
+#endif
12898
 
+
12899
 
+void fnord() { int i=42;}
12900
 
+int main ()
12901
 
+{
12902
 
+  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12903
 
+  int status = $lt_dlunknown;
12904
 
+
12905
 
+  if (self)
12906
 
+    {
12907
 
+      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
12908
 
+      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12909
 
+      /* dlclose (self); */
12910
 
+    }
12911
 
+  else
12912
 
+    puts (dlerror ());
12913
 
+
12914
 
+    exit (status);
12915
 
+}
12916
 
+EOF
12917
 
+  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12918
 
+  (eval $ac_link) 2>&5
12919
 
+  ac_status=$?
12920
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12921
 
+  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
12922
 
+    (./conftest; exit; ) >&5 2>/dev/null
12923
 
+    lt_status=$?
12924
 
+    case x$lt_status in
12925
 
+      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12926
 
+      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12927
 
+      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12928
 
+    esac
12929
 
+  else :
12930
 
+    # compilation failed
12931
 
+    lt_cv_dlopen_self=no
12932
 
+  fi
12933
 
+fi
12934
 
+rm -fr conftest*
12935
 
+
12936
 
+    
12937
 
+fi
12938
 
+{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
12939
 
+echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
12940
 
+
12941
 
+    if test "x$lt_cv_dlopen_self" = xyes; then
12942
 
+      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12943
 
+      { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
12944
 
+echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
12945
 
+if test "${lt_cv_dlopen_self_static+set}" = set; then
12946
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12947
 
+else
12948
 
+         if test "$cross_compiling" = yes; then :
12949
 
+  lt_cv_dlopen_self_static=cross
12950
 
+else
12951
 
+  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12952
 
+  lt_status=$lt_dlunknown
12953
 
+  cat > conftest.$ac_ext <<EOF
12954
 
+#line __oline__ "configure"
12955
 
+#include "confdefs.h"
12956
 
+
12957
 
+#if HAVE_DLFCN_H
12958
 
+#include <dlfcn.h>
12959
 
+#endif
12960
 
+
12961
 
+#include <stdio.h>
12962
 
+
12963
 
+#ifdef RTLD_GLOBAL
12964
 
+#  define LT_DLGLOBAL          RTLD_GLOBAL
12965
 
+#else
12966
 
+#  ifdef DL_GLOBAL
12967
 
+#    define LT_DLGLOBAL                DL_GLOBAL
12968
 
+#  else
12969
 
+#    define LT_DLGLOBAL                0
12970
 
+#  endif
12971
 
+#endif
12972
 
+
12973
 
+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12974
 
+   find out it does not work in some platform. */
12975
 
+#ifndef LT_DLLAZY_OR_NOW
12976
 
+#  ifdef RTLD_LAZY
12977
 
+#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
12978
 
+#  else
12979
 
+#    ifdef DL_LAZY
12980
 
+#      define LT_DLLAZY_OR_NOW         DL_LAZY
12981
 
+#    else
12982
 
+#      ifdef RTLD_NOW
12983
 
+#        define LT_DLLAZY_OR_NOW       RTLD_NOW
12984
 
+#      else
12985
 
+#        ifdef DL_NOW
12986
 
+#          define LT_DLLAZY_OR_NOW     DL_NOW
12987
 
+#        else
12988
 
+#          define LT_DLLAZY_OR_NOW     0
12989
 
+#        endif
12990
 
+#      endif
12991
 
+#    endif
12992
 
+#  endif
12993
 
+#endif
12994
 
+
12995
 
+#ifdef __cplusplus
12996
 
+extern "C" void exit (int);
12997
 
+#endif
12998
 
+
12999
 
+void fnord() { int i=42;}
13000
 
+int main ()
13001
 
+{
13002
 
+  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13003
 
+  int status = $lt_dlunknown;
13004
 
+
13005
 
+  if (self)
13006
 
+    {
13007
 
+      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
13008
 
+      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13009
 
+      /* dlclose (self); */
13010
 
+    }
13011
 
+  else
13012
 
+    puts (dlerror ());
13013
 
+
13014
 
+    exit (status);
13015
 
+}
13016
 
+EOF
13017
 
+  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13018
 
+  (eval $ac_link) 2>&5
13019
 
+  ac_status=$?
13020
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13021
 
+  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
13022
 
+    (./conftest; exit; ) >&5 2>/dev/null
13023
 
+    lt_status=$?
13024
 
+    case x$lt_status in
13025
 
+      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13026
 
+      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13027
 
+      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13028
 
+    esac
13029
 
+  else :
13030
 
+    # compilation failed
13031
 
+    lt_cv_dlopen_self_static=no
13032
 
+  fi
13033
 
+fi
13034
 
+rm -fr conftest*
13035
 
+
13036
 
+      
13037
 
+fi
13038
 
+{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
13039
 
+echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
13040
 
+    fi
13041
 
+
13042
 
+    CPPFLAGS="$save_CPPFLAGS"
13043
 
+    LDFLAGS="$save_LDFLAGS"
13044
 
+    LIBS="$save_LIBS"
13045
 
+    ;;
13046
 
+  esac
13047
 
+
13048
 
+  case $lt_cv_dlopen_self in
13049
 
+  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13050
 
+  *) enable_dlopen_self=unknown ;;
13051
 
+  esac
13052
 
+
13053
 
+  case $lt_cv_dlopen_self_static in
13054
 
+  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13055
 
+  *) enable_dlopen_self_static=unknown ;;
13056
 
+  esac
13057
 
+fi
13058
 
+
13059
 
+
13060
 
+# Report which library types will actually be built
13061
 
+{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
13062
 
+echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
13063
 
+{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
13064
 
+echo "${ECHO_T}$can_build_shared" >&6; }
13065
 
+
13066
 
+{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
13067
 
+echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
13068
 
+test "$can_build_shared" = "no" && enable_shared=no
13069
 
+
13070
 
+# On AIX, shared libraries and static libraries use the same namespace, and
13071
 
+# are all built from PIC.
13072
 
+case $host_os in
13073
 
+aix3*)
13074
 
+  test "$enable_shared" = yes && enable_static=no
13075
 
+  if test -n "$RANLIB"; then
13076
 
+    archive_cmds="$archive_cmds~\$RANLIB \$lib"
13077
 
+    postinstall_cmds='$RANLIB $lib'
13078
 
+  fi
13079
 
+  ;;
13080
 
+
13081
 
+aix4* | aix5*)
13082
 
+  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13083
 
+    test "$enable_shared" = yes && enable_static=no
13084
 
+  fi
13085
 
+    ;;
13086
 
+esac
13087
 
+{ echo "$as_me:$LINENO: result: $enable_shared" >&5
13088
 
+echo "${ECHO_T}$enable_shared" >&6; }
13089
 
+
13090
 
+{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
13091
 
+echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
13092
 
+# Make sure either enable_shared or enable_static is yes.
13093
 
+test "$enable_shared" = yes || enable_static=yes
13094
 
+{ echo "$as_me:$LINENO: result: $enable_static" >&5
13095
 
+echo "${ECHO_T}$enable_static" >&6; }
13096
 
+
13097
 
+# The else clause should only fire when bootstrapping the
13098
 
+# libtool distribution, otherwise you forgot to ship ltmain.sh
13099
 
+# with your package, and you will get complaints that there are
13100
 
+# no rules to generate ltmain.sh.
13101
 
+if test -f "$ltmain"; then
13102
 
+  # See if we are running on zsh, and set the options which allow our commands through
13103
 
+  # without removal of \ escapes.
13104
 
+  if test -n "${ZSH_VERSION+set}" ; then
13105
 
+    setopt NO_GLOB_SUBST
13106
 
+  fi
13107
 
+  # Now quote all the things that may contain metacharacters while being
13108
 
+  # careful not to overquote the AC_SUBSTed values.  We take copies of the
13109
 
+  # variables and quote the copies for generation of the libtool script.
13110
 
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
13111
 
+    SED SHELL STRIP \
13112
 
+    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
13113
 
+    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
13114
 
+    deplibs_check_method reload_flag reload_cmds need_locks \
13115
 
+    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
13116
 
+    lt_cv_sys_global_symbol_to_c_name_address \
13117
 
+    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
13118
 
+    old_postinstall_cmds old_postuninstall_cmds \
13119
 
+    compiler \
13120
 
+    CC \
13121
 
+    LD \
13122
 
+    lt_prog_compiler_wl \
13123
 
+    lt_prog_compiler_pic \
13124
 
+    lt_prog_compiler_static \
13125
 
+    lt_prog_compiler_no_builtin_flag \
13126
 
+    export_dynamic_flag_spec \
13127
 
+    thread_safe_flag_spec \
13128
 
+    whole_archive_flag_spec \
13129
 
+    enable_shared_with_static_runtimes \
13130
 
+    old_archive_cmds \
13131
 
+    old_archive_from_new_cmds \
13132
 
+    predep_objects \
13133
 
+    postdep_objects \
13134
 
+    predeps \
13135
 
+    postdeps \
13136
 
+    compiler_lib_search_path \
13137
 
+    archive_cmds \
13138
 
+    archive_expsym_cmds \
13139
 
+    postinstall_cmds \
13140
 
+    postuninstall_cmds \
13141
 
+    old_archive_from_expsyms_cmds \
13142
 
+    allow_undefined_flag \
13143
 
+    no_undefined_flag \
13144
 
+    export_symbols_cmds \
13145
 
+    hardcode_libdir_flag_spec \
13146
 
+    hardcode_libdir_flag_spec_ld \
13147
 
+    hardcode_libdir_separator \
13148
 
+    hardcode_automatic \
13149
 
+    module_cmds \
13150
 
+    module_expsym_cmds \
13151
 
+    lt_cv_prog_compiler_c_o \
13152
 
+    exclude_expsyms \
13153
 
+    include_expsyms; do
13154
 
+
13155
 
+    case $var in
13156
 
+    old_archive_cmds | \
13157
 
+    old_archive_from_new_cmds | \
13158
 
+    archive_cmds | \
13159
 
+    archive_expsym_cmds | \
13160
 
+    module_cmds | \
13161
 
+    module_expsym_cmds | \
13162
 
+    old_archive_from_expsyms_cmds | \
13163
 
+    export_symbols_cmds | \
13164
 
+    extract_expsyms_cmds | reload_cmds | finish_cmds | \
13165
 
+    postinstall_cmds | postuninstall_cmds | \
13166
 
+    old_postinstall_cmds | old_postuninstall_cmds | \
13167
 
+    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
13168
 
+      # Double-quote double-evaled strings.
13169
 
+      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
13170
 
+      ;;
13171
 
+    *)
13172
 
+      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
13173
 
+      ;;
13174
 
+    esac
13175
 
+  done
13176
 
+
13177
 
+  case $lt_echo in
13178
 
+  *'\$0 --fallback-echo"')
13179
 
+    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
13180
 
+    ;;
13181
 
+  esac
13182
 
+
13183
 
+cfgfile="${ofile}T"
13184
 
+  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
13185
 
+  $rm -f "$cfgfile"
13186
 
+  { echo "$as_me:$LINENO: creating $ofile" >&5
13187
 
+echo "$as_me: creating $ofile" >&6;}
13188
 
+
13189
 
+  cat <<__EOF__ >> "$cfgfile"
13190
 
+#! $SHELL
13191
 
+
13192
 
+# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13193
 
+# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
13194
 
+# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13195
 
+#
13196
 
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
13197
 
+# Free Software Foundation, Inc.
13198
 
+#
13199
 
+# This file is part of GNU Libtool:
13200
 
+# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
13201
 
+#
13202
 
+# This program is free software; you can redistribute it and/or modify
13203
 
+# it under the terms of the GNU General Public License as published by
13204
 
+# the Free Software Foundation; either version 2 of the License, or
13205
 
+# (at your option) any later version.
13206
 
+#
13207
 
+# This program is distributed in the hope that it will be useful, but
13208
 
+# WITHOUT ANY WARRANTY; without even the implied warranty of
13209
 
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13210
 
+# General Public License for more details.
13211
 
+#
13212
 
+# You should have received a copy of the GNU General Public License
13213
 
+# along with this program; if not, write to the Free Software
13214
 
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13215
 
+#
13216
 
+# As a special exception to the GNU General Public License, if you
13217
 
+# distribute this file as part of a program that contains a
13218
 
+# configuration script generated by Autoconf, you may include it under
13219
 
+# the same distribution terms that you use for the rest of that program.
13220
 
+
13221
 
+# A sed program that does not truncate output.
13222
 
+SED=$lt_SED
13223
 
+
13224
 
+# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13225
 
+Xsed="$SED -e 1s/^X//"
13226
 
+
13227
 
+# The HP-UX ksh and POSIX shell print the target directory to stdout
13228
 
+# if CDPATH is set.
13229
 
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13230
 
+
13231
 
+# The names of the tagged configurations supported by this script.
13232
 
+available_tags=
13233
 
+
13234
 
+# ### BEGIN LIBTOOL CONFIG
13235
 
+
13236
 
+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13237
 
+
13238
 
+# Shell to use when invoking shell scripts.
13239
 
+SHELL=$lt_SHELL
13240
 
+
13241
 
+# Whether or not to build shared libraries.
13242
 
+build_libtool_libs=$enable_shared
13243
 
+
13244
 
+# Whether or not to build static libraries.
13245
 
+build_old_libs=$enable_static
13246
 
+
13247
 
+# Whether or not to add -lc for building shared libraries.
13248
 
+build_libtool_need_lc=$archive_cmds_need_lc
13249
 
+
13250
 
+# Whether or not to disallow shared libs when runtime libs are static
13251
 
+allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13252
 
+
13253
 
+# Whether or not to optimize for fast installation.
13254
 
+fast_install=$enable_fast_install
13255
 
+
13256
 
+# The host system.
13257
 
+host_alias=$host_alias
13258
 
+host=$host
13259
 
+host_os=$host_os
13260
 
+
13261
 
+# The build system.
13262
 
+build_alias=$build_alias
13263
 
+build=$build
13264
 
+build_os=$build_os
13265
 
+
13266
 
+# An echo program that does not interpret backslashes.
13267
 
+echo=$lt_echo
13268
 
+
13269
 
+# The archiver.
13270
 
+AR=$lt_AR
13271
 
+AR_FLAGS=$lt_AR_FLAGS
13272
 
+
13273
 
+# A C compiler.
13274
 
+LTCC=$lt_LTCC
13275
 
+
13276
 
+# LTCC compiler flags.
13277
 
+LTCFLAGS=$lt_LTCFLAGS
13278
 
+
13279
 
+# A language-specific compiler.
13280
 
+CC=$lt_compiler
13281
 
+
13282
 
+# Is the compiler the GNU C compiler?
13283
 
+with_gcc=$GCC
13284
 
+
13285
 
+# An ERE matcher.
13286
 
+EGREP=$lt_EGREP
13287
 
+
13288
 
+# The linker used to build libraries.
13289
 
+LD=$lt_LD
13290
 
+
13291
 
+# Whether we need hard or soft links.
13292
 
+LN_S=$lt_LN_S
13293
 
+
13294
 
+# A BSD-compatible nm program.
13295
 
+NM=$lt_NM
13296
 
+
13297
 
+# A symbol stripping program
13298
 
+STRIP=$lt_STRIP
13299
 
+
13300
 
+# Used to examine libraries when file_magic_cmd begins "file"
13301
 
+MAGIC_CMD=$MAGIC_CMD
13302
 
+
13303
 
+# Used on cygwin: DLL creation program.
13304
 
+DLLTOOL="$DLLTOOL"
13305
 
+
13306
 
+# Used on cygwin: object dumper.
13307
 
+OBJDUMP="$OBJDUMP"
13308
 
+
13309
 
+# Used on cygwin: assembler.
13310
 
+AS="$AS"
13311
 
+
13312
 
+# The name of the directory that contains temporary libtool files.
13313
 
+objdir=$objdir
13314
 
+
13315
 
+# How to create reloadable object files.
13316
 
+reload_flag=$lt_reload_flag
13317
 
+reload_cmds=$lt_reload_cmds
13318
 
+
13319
 
+# How to pass a linker flag through the compiler.
13320
 
+wl=$lt_lt_prog_compiler_wl
13321
 
+
13322
 
+# Object file suffix (normally "o").
13323
 
+objext="$ac_objext"
13324
 
+
13325
 
+# Old archive suffix (normally "a").
13326
 
+libext="$libext"
13327
 
+
13328
 
+# Shared library suffix (normally ".so").
13329
 
+shrext_cmds='$shrext_cmds'
13330
 
+
13331
 
+# Executable file suffix (normally "").
13332
 
+exeext="$exeext"
13333
 
+
13334
 
+# Additional compiler flags for building library objects.
13335
 
+pic_flag=$lt_lt_prog_compiler_pic
13336
 
+pic_mode=$pic_mode
13337
 
+
13338
 
+# What is the maximum length of a command?
13339
 
+max_cmd_len=$lt_cv_sys_max_cmd_len
13340
 
+
13341
 
+# Does compiler simultaneously support -c and -o options?
13342
 
+compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13343
 
+
13344
 
+# Must we lock files when doing compilation?
13345
 
+need_locks=$lt_need_locks
13346
 
+
13347
 
+# Do we need the lib prefix for modules?
13348
 
+need_lib_prefix=$need_lib_prefix
13349
 
+
13350
 
+# Do we need a version for libraries?
13351
 
+need_version=$need_version
13352
 
+
13353
 
+# Whether dlopen is supported.
13354
 
+dlopen_support=$enable_dlopen
13355
 
+
13356
 
+# Whether dlopen of programs is supported.
13357
 
+dlopen_self=$enable_dlopen_self
13358
 
+
13359
 
+# Whether dlopen of statically linked programs is supported.
13360
 
+dlopen_self_static=$enable_dlopen_self_static
13361
 
+
13362
 
+# Compiler flag to prevent dynamic linking.
13363
 
+link_static_flag=$lt_lt_prog_compiler_static
13364
 
+
13365
 
+# Compiler flag to turn off builtin functions.
13366
 
+no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13367
 
+
13368
 
+# Compiler flag to allow reflexive dlopens.
13369
 
+export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13370
 
+
13371
 
+# Compiler flag to generate shared objects directly from archives.
13372
 
+whole_archive_flag_spec=$lt_whole_archive_flag_spec
13373
 
+
13374
 
+# Compiler flag to generate thread-safe objects.
13375
 
+thread_safe_flag_spec=$lt_thread_safe_flag_spec
13376
 
+
13377
 
+# Library versioning type.
13378
 
+version_type=$version_type
13379
 
+
13380
 
+# Format of library name prefix.
13381
 
+libname_spec=$lt_libname_spec
13382
 
+
13383
 
+# List of archive names.  First name is the real one, the rest are links.
13384
 
+# The last name is the one that the linker finds with -lNAME.
13385
 
+library_names_spec=$lt_library_names_spec
13386
 
+
13387
 
+# The coded name of the library, if different from the real name.
13388
 
+soname_spec=$lt_soname_spec
13389
 
+
13390
 
+# Commands used to build and install an old-style archive.
13391
 
+RANLIB=$lt_RANLIB
13392
 
+old_archive_cmds=$lt_old_archive_cmds
13393
 
+old_postinstall_cmds=$lt_old_postinstall_cmds
13394
 
+old_postuninstall_cmds=$lt_old_postuninstall_cmds
13395
 
+
13396
 
+# Create an old-style archive from a shared archive.
13397
 
+old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13398
 
+
13399
 
+# Create a temporary old-style archive to link instead of a shared archive.
13400
 
+old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13401
 
+
13402
 
+# Commands used to build and install a shared archive.
13403
 
+archive_cmds=$lt_archive_cmds
13404
 
+archive_expsym_cmds=$lt_archive_expsym_cmds
13405
 
+postinstall_cmds=$lt_postinstall_cmds
13406
 
+postuninstall_cmds=$lt_postuninstall_cmds
13407
 
+
13408
 
+# Commands used to build a loadable module (assumed same as above if empty)
13409
 
+module_cmds=$lt_module_cmds
13410
 
+module_expsym_cmds=$lt_module_expsym_cmds
13411
 
+
13412
 
+# Commands to strip libraries.
13413
 
+old_striplib=$lt_old_striplib
13414
 
+striplib=$lt_striplib
13415
 
+
13416
 
+# Dependencies to place before the objects being linked to create a
13417
 
+# shared library.
13418
 
+predep_objects=$lt_predep_objects
13419
 
+
13420
 
+# Dependencies to place after the objects being linked to create a
13421
 
+# shared library.
13422
 
+postdep_objects=$lt_postdep_objects
13423
 
+
13424
 
+# Dependencies to place before the objects being linked to create a
13425
 
+# shared library.
13426
 
+predeps=$lt_predeps
13427
 
+
13428
 
+# Dependencies to place after the objects being linked to create a
13429
 
+# shared library.
13430
 
+postdeps=$lt_postdeps
13431
 
+
13432
 
+# The library search path used internally by the compiler when linking
13433
 
+# a shared library.
13434
 
+compiler_lib_search_path=$lt_compiler_lib_search_path
13435
 
+
13436
 
+# Method to check whether dependent libraries are shared objects.
13437
 
+deplibs_check_method=$lt_deplibs_check_method
13438
 
+
13439
 
+# Command to use when deplibs_check_method == file_magic.
13440
 
+file_magic_cmd=$lt_file_magic_cmd
13441
 
+
13442
 
+# Flag that allows shared libraries with undefined symbols to be built.
13443
 
+allow_undefined_flag=$lt_allow_undefined_flag
13444
 
+
13445
 
+# Flag that forces no undefined symbols.
13446
 
+no_undefined_flag=$lt_no_undefined_flag
13447
 
+
13448
 
+# Commands used to finish a libtool library installation in a directory.
13449
 
+finish_cmds=$lt_finish_cmds
13450
 
+
13451
 
+# Same as above, but a single script fragment to be evaled but not shown.
13452
 
+finish_eval=$lt_finish_eval
13453
 
+
13454
 
+# Take the output of nm and produce a listing of raw symbols and C names.
13455
 
+global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13456
 
+
13457
 
+# Transform the output of nm in a proper C declaration
13458
 
+global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13459
 
+
13460
 
+# Transform the output of nm in a C name address pair
13461
 
+global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13462
 
+
13463
 
+# This is the shared library runtime path variable.
13464
 
+runpath_var=$runpath_var
13465
 
+
13466
 
+# This is the shared library path variable.
13467
 
+shlibpath_var=$shlibpath_var
13468
 
+
13469
 
+# Is shlibpath searched before the hard-coded library search path?
13470
 
+shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13471
 
+
13472
 
+# How to hardcode a shared library path into an executable.
13473
 
+hardcode_action=$hardcode_action
13474
 
+
13475
 
+# Whether we should hardcode library paths into libraries.
13476
 
+hardcode_into_libs=$hardcode_into_libs
13477
 
+
13478
 
+# Flag to hardcode \$libdir into a binary during linking.
13479
 
+# This must work even if \$libdir does not exist.
13480
 
+hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13481
 
+
13482
 
+# If ld is used when linking, flag to hardcode \$libdir into
13483
 
+# a binary during linking. This must work even if \$libdir does
13484
 
+# not exist.
13485
 
+hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13486
 
+
13487
 
+# Whether we need a single -rpath flag with a separated argument.
13488
 
+hardcode_libdir_separator=$lt_hardcode_libdir_separator
13489
 
+
13490
 
+# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
13491
 
+# resulting binary.
13492
 
+hardcode_direct=$hardcode_direct
13493
 
+
13494
 
+# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
13495
 
+# resulting binary.
13496
 
+hardcode_minus_L=$hardcode_minus_L
13497
 
+
13498
 
+# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
13499
 
+# the resulting binary.
13500
 
+hardcode_shlibpath_var=$hardcode_shlibpath_var
13501
 
+
13502
 
+# Set to yes if building a shared library automatically hardcodes DIR into the library
13503
 
+# and all subsequent libraries and executables linked against it.
13504
 
+hardcode_automatic=$hardcode_automatic
13505
 
+
13506
 
+# Variables whose values should be saved in libtool wrapper scripts and
13507
 
+# restored at relink time.
13508
 
+variables_saved_for_relink="$variables_saved_for_relink"
13509
 
+
13510
 
+# Whether libtool must link a program against all its dependency libraries.
13511
 
+link_all_deplibs=$link_all_deplibs
13512
 
+
13513
 
+# Compile-time system search path for libraries
13514
 
+sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13515
 
+
13516
 
+# Run-time system search path for libraries
13517
 
+sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13518
 
+
13519
 
+# Fix the shell variable \$srcfile for the compiler.
13520
 
+fix_srcfile_path="$fix_srcfile_path"
13521
 
+
13522
 
+# Set to yes if exported symbols are required.
13523
 
+always_export_symbols=$always_export_symbols
13524
 
+
13525
 
+# The commands to list exported symbols.
13526
 
+export_symbols_cmds=$lt_export_symbols_cmds
13527
 
+
13528
 
+# The commands to extract the exported symbol list from a shared archive.
13529
 
+extract_expsyms_cmds=$lt_extract_expsyms_cmds
13530
 
+
13531
 
+# Symbols that should not be listed in the preloaded symbols.
13532
 
+exclude_expsyms=$lt_exclude_expsyms
13533
 
+
13534
 
+# Symbols that must always be exported.
13535
 
+include_expsyms=$lt_include_expsyms
13536
 
+
13537
 
+# ### END LIBTOOL CONFIG
13538
 
+
13539
 
+__EOF__
13540
 
+
13541
 
+
13542
 
+  case $host_os in
13543
 
+  aix3*)
13544
 
+    cat <<\EOF >> "$cfgfile"
13545
 
+
13546
 
+# AIX sometimes has problems with the GCC collect2 program.  For some
13547
 
+# reason, if we set the COLLECT_NAMES environment variable, the problems
13548
 
+# vanish in a puff of smoke.
13549
 
+if test "X${COLLECT_NAMES+set}" != Xset; then
13550
 
+  COLLECT_NAMES=
13551
 
+  export COLLECT_NAMES
13552
 
+fi
13553
 
+EOF
13554
 
+    ;;
13555
 
+  esac
13556
 
+
13557
 
+  # We use sed instead of cat because bash on DJGPP gets confused if
13558
 
+  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
13559
 
+  # text mode, it properly converts lines to CR/LF.  This bash problem
13560
 
+  # is reportedly fixed, but why not run on old versions too?
13561
 
+  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
13562
 
+
13563
 
+  mv -f "$cfgfile" "$ofile" || \
13564
 
+    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13565
 
+  chmod +x "$ofile"
13566
 
+
13567
 
+else
13568
 
+  # If there is no Makefile yet, we rely on a make rule to execute
13569
 
+  # `config.status --recheck' to rerun these tests and create the
13570
 
+  # libtool script then.
13571
 
+  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
13572
 
+  if test -f "$ltmain_in"; then
13573
 
+    test -f Makefile && make "$ltmain"
13574
 
+  fi
13575
 
+fi
13576
 
+
13577
 
+
13578
 
+ac_ext=c
13579
 
+ac_cpp='$CPP $CPPFLAGS'
13580
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13581
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13582
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
13583
 
+
13584
 
+CC="$lt_save_CC"
13585
 
+
13586
 
+
13587
 
+# Check whether --with-tags was given.
13588
 
+if test "${with_tags+set}" = set; then
13589
 
+  withval=$with_tags; tagnames="$withval"
13590
 
+fi
13591
 
+
13592
 
+
13593
 
+if test -f "$ltmain" && test -n "$tagnames"; then
13594
 
+  if test ! -f "${ofile}"; then
13595
 
+    { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
13596
 
+echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
13597
 
+  fi
13598
 
+
13599
 
+  if test -z "$LTCC"; then
13600
 
+    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
13601
 
+    if test -z "$LTCC"; then
13602
 
+      { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5
13603
 
+echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;}
13604
 
+    else
13605
 
+      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
13606
 
+echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
13607
 
+    fi
13608
 
+  fi
13609
 
+  if test -z "$LTCFLAGS"; then
13610
 
+    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
13611
 
+  fi
13612
 
+
13613
 
+  # Extract list of available tagged configurations in $ofile.
13614
 
+  # Note that this assumes the entire list is on one line.
13615
 
+  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
13616
 
+
13617
 
+  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
13618
 
+  for tagname in $tagnames; do
13619
 
+    IFS="$lt_save_ifs"
13620
 
+    # Check whether tagname contains only valid characters
13621
 
+    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
13622
 
+    "") ;;
13623
 
+    *)  { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
13624
 
+echo "$as_me: error: invalid tag name: $tagname" >&2;}
13625
 
+   { (exit 1); exit 1; }; }
13626
 
+       ;;
13627
 
+    esac
13628
 
+
13629
 
+    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
13630
 
+    then
13631
 
+      { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
13632
 
+echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
13633
 
+   { (exit 1); exit 1; }; }
13634
 
+    fi
13635
 
+
13636
 
+    # Update the list of available tags.
13637
 
+    if test -n "$tagname"; then
13638
 
+      echo appending configuration tag \"$tagname\" to $ofile
13639
 
+
13640
 
+      case $tagname in
13641
 
+      CXX)
13642
 
+       if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
13643
 
+           ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
13644
 
+           (test "X$CXX" != "Xg++"))) ; then
13645
 
+         ac_ext=cpp
13646
 
+ac_cpp='$CXXCPP $CPPFLAGS'
13647
 
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13648
 
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13649
 
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13650
 
+
13651
 
+
13652
 
+
13653
 
+
13654
 
+archive_cmds_need_lc_CXX=no
13655
 
+allow_undefined_flag_CXX=
13656
 
+always_export_symbols_CXX=no
13657
 
+archive_expsym_cmds_CXX=
13658
 
+export_dynamic_flag_spec_CXX=
13659
 
+hardcode_direct_CXX=no
13660
 
+hardcode_libdir_flag_spec_CXX=
13661
 
+hardcode_libdir_flag_spec_ld_CXX=
13662
 
+hardcode_libdir_separator_CXX=
13663
 
+hardcode_minus_L_CXX=no
13664
 
+hardcode_shlibpath_var_CXX=unsupported
13665
 
+hardcode_automatic_CXX=no
13666
 
+module_cmds_CXX=
13667
 
+module_expsym_cmds_CXX=
13668
 
+link_all_deplibs_CXX=unknown
13669
 
+old_archive_cmds_CXX=$old_archive_cmds
13670
 
+no_undefined_flag_CXX=
13671
 
+whole_archive_flag_spec_CXX=
13672
 
+enable_shared_with_static_runtimes_CXX=no
13673
 
+
13674
 
+# Dependencies to place before and after the object being linked:
13675
 
+predep_objects_CXX=
13676
 
+postdep_objects_CXX=
13677
 
+predeps_CXX=
13678
 
+postdeps_CXX=
13679
 
+compiler_lib_search_path_CXX=
13680
 
+
13681
 
+# Source file extension for C++ test sources.
13682
 
+ac_ext=cpp
13683
 
+
13684
 
+# Object file extension for compiled C++ test sources.
13685
 
+objext=o
13686
 
+objext_CXX=$objext
13687
 
+
13688
 
+# Code to be used in simple compile tests
13689
 
+lt_simple_compile_test_code="int some_variable = 0;\n"
13690
 
+
13691
 
+# Code to be used in simple link tests
13692
 
+lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
13693
 
+
13694
 
+# ltmain only uses $CC for tagged configurations so make sure $CC is set.
13695
 
+
13696
 
+# If no C compiler was specified, use CC.
13697
 
+LTCC=${LTCC-"$CC"}
13698
 
+
13699
 
+# If no C compiler flags were specified, use CFLAGS.
13700
 
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
13701
 
+
13702
 
+# Allow CC to be a program name with arguments.
13703
 
+compiler=$CC
13704
 
+
13705
 
+
13706
 
+# save warnings/boilerplate of simple test code
13707
 
+ac_outfile=conftest.$ac_objext
13708
 
+printf "$lt_simple_compile_test_code" >conftest.$ac_ext
13709
 
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
13710
 
+_lt_compiler_boilerplate=`cat conftest.err`
13711
 
+$rm conftest*
13712
 
+
13713
 
+ac_outfile=conftest.$ac_objext
13714
 
+printf "$lt_simple_link_test_code" >conftest.$ac_ext
13715
 
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
13716
 
+_lt_linker_boilerplate=`cat conftest.err`
13717
 
+$rm conftest*
13718
 
+
13719
 
+
13720
 
+# Allow CC to be a program name with arguments.
13721
 
+lt_save_CC=$CC
13722
 
+lt_save_LD=$LD
13723
 
+lt_save_GCC=$GCC
13724
 
+GCC=$GXX
13725
 
+lt_save_with_gnu_ld=$with_gnu_ld
13726
 
+lt_save_path_LD=$lt_cv_path_LD
13727
 
+if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
13728
 
+  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
13729
 
+else
13730
 
+  $as_unset lt_cv_prog_gnu_ld
13731
 
+fi
13732
 
+if test -n "${lt_cv_path_LDCXX+set}"; then
13733
 
+  lt_cv_path_LD=$lt_cv_path_LDCXX
13734
 
+else
13735
 
+  $as_unset lt_cv_path_LD
13736
 
+fi
13737
 
+test -z "${LDCXX+set}" || LD=$LDCXX
13738
 
+CC=${CXX-"c++"}
13739
 
+compiler=$CC
13740
 
+compiler_CXX=$CC
13741
 
+for cc_temp in $compiler""; do
13742
 
+  case $cc_temp in
13743
 
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
13744
 
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
13745
 
+    \-*) ;;
13746
 
+    *) break;;
13747
 
+  esac
13748
 
+done
13749
 
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
13750
 
+
13751
 
+
13752
 
+# We don't want -fno-exception wen compiling C++ code, so set the
13753
 
+# no_builtin_flag separately
13754
 
+if test "$GXX" = yes; then
13755
 
+  lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
13756
 
+else
13757
 
+  lt_prog_compiler_no_builtin_flag_CXX=
13758
 
+fi
13759
 
+
13760
 
+if test "$GXX" = yes; then
13761
 
+  # Set up default GNU C++ configuration
13762
 
+
13763
 
+  
13764
 
+# Check whether --with-gnu-ld was given.
13765
 
+if test "${with_gnu_ld+set}" = set; then
13766
 
+  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
13767
 
+else
13768
 
+  with_gnu_ld=no
13769
 
+fi
13770
 
+
13771
 
+ac_prog=ld
13772
 
+if test "$GCC" = yes; then
13773
 
+  # Check if gcc -print-prog-name=ld gives a path.
13774
 
+  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
13775
 
+echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
13776
 
+  case $host in
13777
 
+  *-*-mingw*)
13778
 
+    # gcc leaves a trailing carriage return which upsets mingw
13779
 
+    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13780
 
+  *)
13781
 
+    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13782
 
+  esac
13783
 
+  case $ac_prog in
13784
 
+    # Accept absolute paths.
13785
 
+    [\\/]* | ?:[\\/]*)
13786
 
+      re_direlt='/[^/][^/]*/\.\./'
13787
 
+      # Canonicalize the pathname of ld
13788
 
+      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
13789
 
+      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13790
 
+       ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
13791
 
+      done
13792
 
+      test -z "$LD" && LD="$ac_prog"
13793
 
+      ;;
13794
 
+  "")
13795
 
+    # If it fails, then pretend we aren't using GCC.
13796
 
+    ac_prog=ld
13797
 
+    ;;
13798
 
+  *)
13799
 
+    # If it is relative, then search for the first ld in PATH.
13800
 
+    with_gnu_ld=unknown
13801
 
+    ;;
13802
 
+  esac
13803
 
+elif test "$with_gnu_ld" = yes; then
13804
 
+  { echo "$as_me:$LINENO: checking for GNU ld" >&5
13805
 
+echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
13806
 
+else
13807
 
+  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
13808
 
+echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
13809
 
+fi
13810
 
+if test "${lt_cv_path_LD+set}" = set; then
13811
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
13812
 
+else
13813
 
+  if test -z "$LD"; then
13814
 
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
13815
 
+  for ac_dir in $PATH; do
13816
 
+    IFS="$lt_save_ifs"
13817
 
+    test -z "$ac_dir" && ac_dir=.
13818
 
+    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13819
 
+      lt_cv_path_LD="$ac_dir/$ac_prog"
13820
 
+      # Check to see if the program is GNU ld.  I'd rather use --version,
13821
 
+      # but apparently some variants of GNU ld only accept -v.
13822
 
+      # Break only if it was the GNU/non-GNU ld that we prefer.
13823
 
+      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
13824
 
+      *GNU* | *'with BFD'*)
13825
 
+       test "$with_gnu_ld" != no && break
13826
 
+       ;;
13827
 
+      *)
13828
 
+       test "$with_gnu_ld" != yes && break
13829
 
+       ;;
13830
 
+      esac
13831
 
+    fi
13832
 
+  done
13833
 
+  IFS="$lt_save_ifs"
13834
 
+else
13835
 
+  lt_cv_path_LD="$LD" # Let the user override the test with a path.
13836
 
+fi
13837
 
+fi
13838
 
+
13839
 
+LD="$lt_cv_path_LD"
13840
 
+if test -n "$LD"; then
13841
 
+  { echo "$as_me:$LINENO: result: $LD" >&5
13842
 
+echo "${ECHO_T}$LD" >&6; }
13843
 
+else
13844
 
+  { echo "$as_me:$LINENO: result: no" >&5
13845
 
+echo "${ECHO_T}no" >&6; }
13846
 
+fi
13847
 
+test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
13848
 
+echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
13849
 
+   { (exit 1); exit 1; }; }
13850
 
+{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
13851
 
+echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
13852
 
+if test "${lt_cv_prog_gnu_ld+set}" = set; then
13853
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
13854
 
+else
13855
 
+  # I'd rather use --version here, but apparently some GNU lds only accept -v.
13856
 
+case `$LD -v 2>&1 </dev/null` in
13857
 
+*GNU* | *'with BFD'*)
13858
 
+  lt_cv_prog_gnu_ld=yes
13859
 
+  ;;
13860
 
+*)
13861
 
+  lt_cv_prog_gnu_ld=no
13862
 
+  ;;
13863
 
+esac
13864
 
+fi
13865
 
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
13866
 
+echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
13867
 
+with_gnu_ld=$lt_cv_prog_gnu_ld
13868
 
+
13869
 
+
13870
 
+
13871
 
+  # Check if GNU C++ uses GNU ld as the underlying linker, since the
13872
 
+  # archiving commands below assume that GNU ld is being used.
13873
 
+  if test "$with_gnu_ld" = yes; then
13874
 
+    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13875
 
+    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'
13876
 
+
13877
 
+    hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
13878
 
+    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13879
 
+
13880
 
+    # If archive_cmds runs LD, not CC, wlarc should be empty
13881
 
+    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
13882
 
+    #     investigate it a little bit more. (MM)
13883
 
+    wlarc='${wl}'
13884
 
+
13885
 
+    # ancient GNU ld didn't support --whole-archive et. al.
13886
 
+    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
13887
 
+       grep 'no-whole-archive' > /dev/null; then
13888
 
+      whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
13889
 
+    else
13890
 
+      whole_archive_flag_spec_CXX=
13891
 
+    fi
13892
 
+  else
13893
 
+    with_gnu_ld=no
13894
 
+    wlarc=
13895
 
+
13896
 
+    # A generic and very simple default shared library creation
13897
 
+    # command for GNU C++ for the case where it uses the native
13898
 
+    # linker, instead of GNU ld.  If possible, this setting should
13899
 
+    # overridden to take advantage of the native linker features on
13900
 
+    # the platform it is being used on.
13901
 
+    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
13902
 
+  fi
13903
 
+
13904
 
+  # Commands to make compiler produce verbose output that lists
13905
 
+  # what "hidden" libraries, object files and flags are used when
13906
 
+  # linking a shared library.
13907
 
+  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
13908
 
+
13909
 
+else
13910
 
+  GXX=no
13911
 
+  with_gnu_ld=no
13912
 
+  wlarc=
13913
 
+fi
13914
 
+
13915
 
+# PORTME: fill in a description of your system's C++ link characteristics
13916
 
+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
13917
 
+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
13918
 
+ld_shlibs_CXX=yes
13919
 
+case $host_os in
13920
 
+  aix3*)
13921
 
+    # FIXME: insert proper C++ library support
13922
 
+    ld_shlibs_CXX=no
13923
 
+    ;;
13924
 
+  aix4* | aix5*)
13925
 
+    if test "$host_cpu" = ia64; then
13926
 
+      # On IA64, the linker does run time linking by default, so we don't
13927
 
+      # have to do anything special.
13928
 
+      aix_use_runtimelinking=no
13929
 
+      exp_sym_flag='-Bexport'
13930
 
+      no_entry_flag=""
13931
 
+    else
13932
 
+      aix_use_runtimelinking=no
13933
 
+
13934
 
+      # Test if we are trying to use run time linking or normal
13935
 
+      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
13936
 
+      # need to do runtime linking.
13937
 
+      case $host_os in aix4.[23]|aix4.[23].*|aix5*)
13938
 
+       for ld_flag in $LDFLAGS; do
13939
 
+         case $ld_flag in
13940
 
+         *-brtl*)
13941
 
+           aix_use_runtimelinking=yes
13942
 
+           break
13943
 
+           ;;
13944
 
+         esac
13945
 
+       done
13946
 
+       ;;
13947
 
+      esac
13948
 
+
13949
 
+      exp_sym_flag='-bexport'
13950
 
+      no_entry_flag='-bnoentry'
13951
 
+    fi
13952
 
+
13953
 
+    # When large executables or shared objects are built, AIX ld can
13954
 
+    # have problems creating the table of contents.  If linking a library
13955
 
+    # or program results in "error TOC overflow" add -mminimal-toc to
13956
 
+    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
13957
 
+    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
13958
 
+
13959
 
+    archive_cmds_CXX=''
13960
 
+    hardcode_direct_CXX=yes
13961
 
+    hardcode_libdir_separator_CXX=':'
13962
 
+    link_all_deplibs_CXX=yes
13963
 
+
13964
 
+    if test "$GXX" = yes; then
13965
 
+      case $host_os in aix4.[012]|aix4.[012].*)
13966
 
+      # We only want to do this on AIX 4.2 and lower, the check
13967
 
+      # below for broken collect2 doesn't work under 4.3+
13968
 
+       collect2name=`${CC} -print-prog-name=collect2`
13969
 
+       if test -f "$collect2name" && \
13970
 
+          strings "$collect2name" | grep resolve_lib_name >/dev/null
13971
 
+       then
13972
 
+         # We have reworked collect2
13973
 
+         hardcode_direct_CXX=yes
13974
 
+       else
13975
 
+         # We have old collect2
13976
 
+         hardcode_direct_CXX=unsupported
13977
 
+         # It fails to find uninstalled libraries when the uninstalled
13978
 
+         # path is not listed in the libpath.  Setting hardcode_minus_L
13979
 
+         # to unsupported forces relinking
13980
 
+         hardcode_minus_L_CXX=yes
13981
 
+         hardcode_libdir_flag_spec_CXX='-L$libdir'
13982
 
+         hardcode_libdir_separator_CXX=
13983
 
+       fi
13984
 
+       ;;
13985
 
+      esac
13986
 
+      shared_flag='-shared'
13987
 
+      if test "$aix_use_runtimelinking" = yes; then
13988
 
+       shared_flag="$shared_flag "'${wl}-G'
13989
 
+      fi
13990
 
+    else
13991
 
+      # not using gcc
13992
 
+      if test "$host_cpu" = ia64; then
13993
 
+       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
13994
 
+       # chokes on -Wl,-G. The following line is correct:
13995
 
+       shared_flag='-G'
13996
 
+      else
13997
 
+       if test "$aix_use_runtimelinking" = yes; then
13998
 
+         shared_flag='${wl}-G'
13999
 
+       else
14000
 
+         shared_flag='${wl}-bM:SRE'
14001
 
+       fi
14002
 
+      fi
14003
 
+    fi
14004
 
+
14005
 
+    # It seems that -bexpall does not export symbols beginning with
14006
 
+    # underscore (_), so it is better to generate a list of symbols to export.
14007
 
+    always_export_symbols_CXX=yes
14008
 
+    if test "$aix_use_runtimelinking" = yes; then
14009
 
+      # Warning - without using the other runtime loading flags (-brtl),
14010
 
+      # -berok will link without error, but may produce a broken library.
14011
 
+      allow_undefined_flag_CXX='-berok'
14012
 
+      # Determine the default libpath from the value encoded in an empty executable.
14013
 
+      cat >conftest.$ac_ext <<_ACEOF
14014
 
+/* confdefs.h.  */
14015
 
+_ACEOF
14016
 
+cat confdefs.h >>conftest.$ac_ext
14017
 
+cat >>conftest.$ac_ext <<_ACEOF
14018
 
+/* end confdefs.h.  */
14019
 
+
14020
 
+int
14021
 
+main ()
14022
 
+{
14023
 
+
14024
 
+  ;
14025
 
+  return 0;
14026
 
+}
14027
 
+_ACEOF
14028
 
+rm -f conftest.$ac_objext conftest$ac_exeext
14029
 
+if { (ac_try="$ac_link"
14030
 
+case "(($ac_try" in
14031
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14032
 
+  *) ac_try_echo=$ac_try;;
14033
 
+esac
14034
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14035
 
+  (eval "$ac_link") 2>conftest.er1
14036
 
+  ac_status=$?
14037
 
+  grep -v '^ *+' conftest.er1 >conftest.err
14038
 
+  rm -f conftest.er1
14039
 
+  cat conftest.err >&5
14040
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14041
 
+  (exit $ac_status); } && {
14042
 
+        test -z "$ac_cxx_werror_flag" ||
14043
 
+        test ! -s conftest.err
14044
 
+       } && test -s conftest$ac_exeext &&
14045
 
+       $as_test_x conftest$ac_exeext; then
14046
 
+  
14047
 
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
14048
 
+}'`
14049
 
+# Check for a 64-bit object if we didn't find anything.
14050
 
+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; }
14051
 
+}'`; fi
14052
 
+else
14053
 
+  echo "$as_me: failed program was:" >&5
14054
 
+sed 's/^/| /' conftest.$ac_ext >&5
14055
 
+
14056
 
+       
14057
 
+fi
14058
 
+
14059
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14060
 
+      conftest$ac_exeext conftest.$ac_ext
14061
 
+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
14062
 
+
14063
 
+      hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
14064
 
+
14065
 
+      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"
14066
 
+     else
14067
 
+      if test "$host_cpu" = ia64; then
14068
 
+       hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
14069
 
+       allow_undefined_flag_CXX="-z nodefs"
14070
 
+       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"
14071
 
+      else
14072
 
+       # Determine the default libpath from the value encoded in an empty executable.
14073
 
+       cat >conftest.$ac_ext <<_ACEOF
14074
 
+/* confdefs.h.  */
14075
 
+_ACEOF
14076
 
+cat confdefs.h >>conftest.$ac_ext
14077
 
+cat >>conftest.$ac_ext <<_ACEOF
14078
 
+/* end confdefs.h.  */
14079
 
+
14080
 
+int
14081
 
+main ()
14082
 
+{
14083
 
+
14084
 
+  ;
14085
 
+  return 0;
14086
 
+}
14087
 
+_ACEOF
14088
 
+rm -f conftest.$ac_objext conftest$ac_exeext
14089
 
+if { (ac_try="$ac_link"
14090
 
+case "(($ac_try" in
14091
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14092
 
+  *) ac_try_echo=$ac_try;;
14093
 
+esac
14094
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14095
 
+  (eval "$ac_link") 2>conftest.er1
14096
 
+  ac_status=$?
14097
 
+  grep -v '^ *+' conftest.er1 >conftest.err
14098
 
+  rm -f conftest.er1
14099
 
+  cat conftest.err >&5
14100
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14101
 
+  (exit $ac_status); } && {
14102
 
+        test -z "$ac_cxx_werror_flag" ||
14103
 
+        test ! -s conftest.err
14104
 
+       } && test -s conftest$ac_exeext &&
14105
 
+       $as_test_x conftest$ac_exeext; then
14106
 
+  
14107
 
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
14108
 
+}'`
14109
 
+# Check for a 64-bit object if we didn't find anything.
14110
 
+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; }
14111
 
+}'`; fi
14112
 
+else
14113
 
+  echo "$as_me: failed program was:" >&5
14114
 
+sed 's/^/| /' conftest.$ac_ext >&5
14115
 
+
14116
 
+       
14117
 
+fi
14118
 
+
14119
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14120
 
+      conftest$ac_exeext conftest.$ac_ext
14121
 
+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
14122
 
+
14123
 
+       hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
14124
 
+       # Warning - without using the other run time loading flags,
14125
 
+       # -berok will link without error, but may produce a broken library.
14126
 
+       no_undefined_flag_CXX=' ${wl}-bernotok'
14127
 
+       allow_undefined_flag_CXX=' ${wl}-berok'
14128
 
+       # Exported symbols can be pulled into shared objects from archives
14129
 
+       whole_archive_flag_spec_CXX='$convenience'
14130
 
+       archive_cmds_need_lc_CXX=yes
14131
 
+       # This is similar to how AIX traditionally builds its shared libraries.
14132
 
+       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'
14133
 
+      fi
14134
 
+    fi
14135
 
+    ;;
14136
 
+
14137
 
+  beos*)
14138
 
+    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
14139
 
+      allow_undefined_flag_CXX=unsupported
14140
 
+      # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
14141
 
+      # support --undefined.  This deserves some investigation.  FIXME
14142
 
+      archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
14143
 
+    else
14144
 
+      ld_shlibs_CXX=no
14145
 
+    fi
14146
 
+    ;;
14147
 
+
14148
 
+  chorus*)
14149
 
+    case $cc_basename in
14150
 
+      *)
14151
 
+       # FIXME: insert proper C++ library support
14152
 
+       ld_shlibs_CXX=no
14153
 
+       ;;
14154
 
+    esac
14155
 
+    ;;
14156
 
+
14157
 
+  cygwin* | mingw* | pw32*)
14158
 
+    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
14159
 
+    # as there is no search path for DLLs.
14160
 
+    hardcode_libdir_flag_spec_CXX='-L$libdir'
14161
 
+    allow_undefined_flag_CXX=unsupported
14162
 
+    always_export_symbols_CXX=no
14163
 
+    enable_shared_with_static_runtimes_CXX=yes
14164
 
+
14165
 
+    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
14166
 
+      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'
14167
 
+      # If the export-symbols file already is a .def file (1st line
14168
 
+      # is EXPORTS), use it as is; otherwise, prepend...
14169
 
+      archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
14170
 
+       cp $export_symbols $output_objdir/$soname.def;
14171
 
+      else
14172
 
+       echo EXPORTS > $output_objdir/$soname.def;
14173
 
+       cat $export_symbols >> $output_objdir/$soname.def;
14174
 
+      fi~
14175
 
+      $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'
14176
 
+    else
14177
 
+      ld_shlibs_CXX=no
14178
 
+    fi
14179
 
+  ;;
14180
 
+      darwin* | rhapsody*)
14181
 
+        case $host_os in
14182
 
+        rhapsody* | darwin1.[012])
14183
 
+         allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress'
14184
 
+         ;;
14185
 
+       *) # Darwin 1.3 on
14186
 
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
14187
 
+           allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
14188
 
+         else
14189
 
+           case ${MACOSX_DEPLOYMENT_TARGET} in
14190
 
+             10.[012])
14191
 
+               allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
14192
 
+               ;;
14193
 
+             10.*)
14194
 
+               allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup'
14195
 
+               ;;
14196
 
+           esac
14197
 
+         fi
14198
 
+         ;;
14199
 
+        esac
14200
 
+      archive_cmds_need_lc_CXX=no
14201
 
+      hardcode_direct_CXX=no
14202
 
+      hardcode_automatic_CXX=yes
14203
 
+      hardcode_shlibpath_var_CXX=unsupported
14204
 
+      whole_archive_flag_spec_CXX=''
14205
 
+      link_all_deplibs_CXX=yes
14206
 
+
14207
 
+    if test "$GXX" = yes ; then
14208
 
+      lt_int_apple_cc_single_mod=no
14209
 
+      output_verbose_link_cmd='echo'
14210
 
+      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
14211
 
+       lt_int_apple_cc_single_mod=yes
14212
 
+      fi
14213
 
+      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
14214
 
+       archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
14215
 
+      else
14216
 
+          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'
14217
 
+        fi
14218
 
+        module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
14219
 
+        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
14220
 
+          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
14221
 
+            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}'
14222
 
+          else
14223
 
+            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}'
14224
 
+          fi
14225
 
+            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}'
14226
 
+      else
14227
 
+      case $cc_basename in
14228
 
+        xlc*)
14229
 
+         output_verbose_link_cmd='echo'
14230
 
+          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
14231
 
+          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
14232
 
+          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
14233
 
+          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 $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
14234
 
+          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}'
14235
 
+          ;;
14236
 
+       *)
14237
 
+         ld_shlibs_CXX=no
14238
 
+          ;;
14239
 
+      esac
14240
 
+      fi
14241
 
+        ;;
14242
 
+
14243
 
+  dgux*)
14244
 
+    case $cc_basename in
14245
 
+      ec++*)
14246
 
+       # FIXME: insert proper C++ library support
14247
 
+       ld_shlibs_CXX=no
14248
 
+       ;;
14249
 
+      ghcx*)
14250
 
+       # Green Hills C++ Compiler
14251
 
+       # FIXME: insert proper C++ library support
14252
 
+       ld_shlibs_CXX=no
14253
 
+       ;;
14254
 
+      *)
14255
 
+       # FIXME: insert proper C++ library support
14256
 
+       ld_shlibs_CXX=no
14257
 
+       ;;
14258
 
+    esac
14259
 
+    ;;
14260
 
+  freebsd[12]*)
14261
 
+    # C++ shared libraries reported to be fairly broken before switch to ELF
14262
 
+    ld_shlibs_CXX=no
14263
 
+    ;;
14264
 
+  freebsd-elf*)
14265
 
+    archive_cmds_need_lc_CXX=no
14266
 
+    ;;
14267
 
+  freebsd* | dragonfly*)
14268
 
+    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
14269
 
+    # conventions
14270
 
+    ld_shlibs_CXX=yes
14271
 
+    ;;
14272
 
+  gnu*)
14273
 
+    ;;
14274
 
+  hpux9*)
14275
 
+    hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
14276
 
+    hardcode_libdir_separator_CXX=:
14277
 
+    export_dynamic_flag_spec_CXX='${wl}-E'
14278
 
+    hardcode_direct_CXX=yes
14279
 
+    hardcode_minus_L_CXX=yes # Not in the search PATH,
14280
 
+                               # but as the default
14281
 
+                               # location of the library.
14282
 
+
14283
 
+    case $cc_basename in
14284
 
+    CC*)
14285
 
+      # FIXME: insert proper C++ library support
14286
 
+      ld_shlibs_CXX=no
14287
 
+      ;;
14288
 
+    aCC*)
14289
 
+      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'
14290
 
+      # Commands to make compiler produce verbose output that lists
14291
 
+      # what "hidden" libraries, object files and flags are used when
14292
 
+      # linking a shared library.
14293
 
+      #
14294
 
+      # There doesn't appear to be a way to prevent this compiler from
14295
 
+      # explicitly linking system object files so we need to strip them
14296
 
+      # from the output so that they don't get included in the library
14297
 
+      # dependencies.
14298
 
+      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'
14299
 
+      ;;
14300
 
+    *)
14301
 
+      if test "$GXX" = yes; then
14302
 
+        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'
14303
 
+      else
14304
 
+        # FIXME: insert proper C++ library support
14305
 
+        ld_shlibs_CXX=no
14306
 
+      fi
14307
 
+      ;;
14308
 
+    esac
14309
 
+    ;;
14310
 
+  hpux10*|hpux11*)
14311
 
+    if test $with_gnu_ld = no; then
14312
 
+      hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
14313
 
+      hardcode_libdir_separator_CXX=:
14314
 
+
14315
 
+      case $host_cpu in
14316
 
+      hppa*64*|ia64*)
14317
 
+       hardcode_libdir_flag_spec_ld_CXX='+b $libdir'
14318
 
+        ;;
14319
 
+      *)
14320
 
+       export_dynamic_flag_spec_CXX='${wl}-E'
14321
 
+        ;;
14322
 
+      esac
14323
 
+    fi
14324
 
+    case $host_cpu in
14325
 
+    hppa*64*|ia64*)
14326
 
+      hardcode_direct_CXX=no
14327
 
+      hardcode_shlibpath_var_CXX=no
14328
 
+      ;;
14329
 
+    *)
14330
 
+      hardcode_direct_CXX=yes
14331
 
+      hardcode_minus_L_CXX=yes # Not in the search PATH,
14332
 
+                                             # but as the default
14333
 
+                                             # location of the library.
14334
 
+      ;;
14335
 
+    esac
14336
 
+
14337
 
+    case $cc_basename in
14338
 
+      CC*)
14339
 
+       # FIXME: insert proper C++ library support
14340
 
+       ld_shlibs_CXX=no
14341
 
+       ;;
14342
 
+      aCC*)
14343
 
+       case $host_cpu in
14344
 
+       hppa*64*)
14345
 
+         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
14346
 
+         ;;
14347
 
+       ia64*)
14348
 
+         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
14349
 
+         ;;
14350
 
+       *)
14351
 
+         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
14352
 
+         ;;
14353
 
+       esac
14354
 
+       # Commands to make compiler produce verbose output that lists
14355
 
+       # what "hidden" libraries, object files and flags are used when
14356
 
+       # linking a shared library.
14357
 
+       #
14358
 
+       # There doesn't appear to be a way to prevent this compiler from
14359
 
+       # explicitly linking system object files so we need to strip them
14360
 
+       # from the output so that they don't get included in the library
14361
 
+       # dependencies.
14362
 
+       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'
14363
 
+       ;;
14364
 
+      *)
14365
 
+       if test "$GXX" = yes; then
14366
 
+         if test $with_gnu_ld = no; then
14367
 
+           case $host_cpu in
14368
 
+           hppa*64*)
14369
 
+             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
14370
 
+             ;;
14371
 
+           ia64*)
14372
 
+             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
14373
 
+             ;;
14374
 
+           *)
14375
 
+             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'
14376
 
+             ;;
14377
 
+           esac
14378
 
+         fi
14379
 
+       else
14380
 
+         # FIXME: insert proper C++ library support
14381
 
+         ld_shlibs_CXX=no
14382
 
+       fi
14383
 
+       ;;
14384
 
+    esac
14385
 
+    ;;
14386
 
+  interix3*)
14387
 
+    hardcode_direct_CXX=no
14388
 
+    hardcode_shlibpath_var_CXX=no
14389
 
+    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
14390
 
+    export_dynamic_flag_spec_CXX='${wl}-E'
14391
 
+    # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
14392
 
+    # Instead, shared libraries are loaded at an image base (0x10000000 by
14393
 
+    # default) and relocated if they conflict, which is a slow very memory
14394
 
+    # consuming and fragmenting process.  To avoid this, we pick a random,
14395
 
+    # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
14396
 
+    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
14397
 
+    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'
14398
 
+    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'
14399
 
+    ;;
14400
 
+  irix5* | irix6*)
14401
 
+    case $cc_basename in
14402
 
+      CC*)
14403
 
+       # SGI C++
14404
 
+       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'
14405
 
+
14406
 
+       # Archives containing C++ object files must be created using
14407
 
+       # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
14408
 
+       # necessary to make sure instantiated templates are included
14409
 
+       # in the archive.
14410
 
+       old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
14411
 
+       ;;
14412
 
+      *)
14413
 
+       if test "$GXX" = yes; then
14414
 
+         if test "$with_gnu_ld" = no; then
14415
 
+           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'
14416
 
+         else
14417
 
+           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'
14418
 
+         fi
14419
 
+       fi
14420
 
+       link_all_deplibs_CXX=yes
14421
 
+       ;;
14422
 
+    esac
14423
 
+    hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
14424
 
+    hardcode_libdir_separator_CXX=:
14425
 
+    ;;
14426
 
+  linux* | k*bsd*-gnu)
14427
 
+    case $cc_basename in
14428
 
+      KCC*)
14429
 
+       # Kuck and Associates, Inc. (KAI) C++ Compiler
14430
 
+
14431
 
+       # KCC will only create a shared library if the output file
14432
 
+       # ends with ".so" (or ".sl" for HP-UX), so rename the library
14433
 
+       # to its proper name (with version) after linking.
14434
 
+       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'
14435
 
+       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'
14436
 
+       # Commands to make compiler produce verbose output that lists
14437
 
+       # what "hidden" libraries, object files and flags are used when
14438
 
+       # linking a shared library.
14439
 
+       #
14440
 
+       # There doesn't appear to be a way to prevent this compiler from
14441
 
+       # explicitly linking system object files so we need to strip them
14442
 
+       # from the output so that they don't get included in the library
14443
 
+       # dependencies.
14444
 
+       output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
14445
 
+
14446
 
+       hardcode_libdir_flag_spec_CXX='${wl}--rpath,$libdir'
14447
 
+       export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
14448
 
+
14449
 
+       # Archives containing C++ object files must be created using
14450
 
+       # "CC -Bstatic", where "CC" is the KAI C++ compiler.
14451
 
+       old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
14452
 
+       ;;
14453
 
+      icpc*)
14454
 
+       # Intel C++
14455
 
+       with_gnu_ld=yes
14456
 
+       # version 8.0 and above of icpc choke on multiply defined symbols
14457
 
+       # if we add $predep_objects and $postdep_objects, however 7.1 and
14458
 
+       # earlier do not add the objects themselves.
14459
 
+       case `$CC -V 2>&1` in
14460
 
+       *"Version 7."*)
14461
 
+         archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
14462
 
+         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'
14463
 
+         ;;
14464
 
+       *)  # Version 8.0 or newer
14465
 
+         tmp_idyn=
14466
 
+         case $host_cpu in
14467
 
+           ia64*) tmp_idyn=' -i_dynamic';;
14468
 
+         esac
14469
 
+         archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
14470
 
+         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'
14471
 
+         ;;
14472
 
+       esac
14473
 
+       archive_cmds_need_lc_CXX=no
14474
 
+       hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
14475
 
+       export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
14476
 
+       whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
14477
 
+       ;;
14478
 
+      pgCC*)
14479
 
+        # Portland Group C++ compiler
14480
 
+       archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
14481
 
+       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'
14482
 
+
14483
 
+       hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
14484
 
+       export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
14485
 
+       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'
14486
 
+        ;;
14487
 
+      cxx*)
14488
 
+       # Compaq C++
14489
 
+       archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
14490
 
+       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'
14491
 
+
14492
 
+       runpath_var=LD_RUN_PATH
14493
 
+       hardcode_libdir_flag_spec_CXX='-rpath $libdir'
14494
 
+       hardcode_libdir_separator_CXX=:
14495
 
+
14496
 
+       # Commands to make compiler produce verbose output that lists
14497
 
+       # what "hidden" libraries, object files and flags are used when
14498
 
+       # linking a shared library.
14499
 
+       #
14500
 
+       # There doesn't appear to be a way to prevent this compiler from
14501
 
+       # explicitly linking system object files so we need to strip them
14502
 
+       # from the output so that they don't get included in the library
14503
 
+       # dependencies.
14504
 
+       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'
14505
 
+       ;;
14506
 
+    esac
14507
 
+    ;;
14508
 
+  lynxos*)
14509
 
+    # FIXME: insert proper C++ library support
14510
 
+    ld_shlibs_CXX=no
14511
 
+    ;;
14512
 
+  m88k*)
14513
 
+    # FIXME: insert proper C++ library support
14514
 
+    ld_shlibs_CXX=no
14515
 
+    ;;
14516
 
+  mvs*)
14517
 
+    case $cc_basename in
14518
 
+      cxx*)
14519
 
+       # FIXME: insert proper C++ library support
14520
 
+       ld_shlibs_CXX=no
14521
 
+       ;;
14522
 
+      *)
14523
 
+       # FIXME: insert proper C++ library support
14524
 
+       ld_shlibs_CXX=no
14525
 
+       ;;
14526
 
+    esac
14527
 
+    ;;
14528
 
+  netbsd* | netbsdelf*-gnu)
14529
 
+    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
14530
 
+      archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
14531
 
+      wlarc=
14532
 
+      hardcode_libdir_flag_spec_CXX='-R$libdir'
14533
 
+      hardcode_direct_CXX=yes
14534
 
+      hardcode_shlibpath_var_CXX=no
14535
 
+    fi
14536
 
+    # Workaround some broken pre-1.5 toolchains
14537
 
+    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
14538
 
+    ;;
14539
 
+  openbsd2*)
14540
 
+    # C++ shared libraries are fairly broken
14541
 
+    ld_shlibs_CXX=no
14542
 
+    ;;
14543
 
+  openbsd*)
14544
 
+    hardcode_direct_CXX=yes
14545
 
+    hardcode_shlibpath_var_CXX=no
14546
 
+    archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
14547
 
+    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
14548
 
+    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
14549
 
+      archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
14550
 
+      export_dynamic_flag_spec_CXX='${wl}-E'
14551
 
+      whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
14552
 
+    fi
14553
 
+    output_verbose_link_cmd='echo'
14554
 
+    ;;
14555
 
+  osf3*)
14556
 
+    case $cc_basename in
14557
 
+      KCC*)
14558
 
+       # Kuck and Associates, Inc. (KAI) C++ Compiler
14559
 
+
14560
 
+       # KCC will only create a shared library if the output file
14561
 
+       # ends with ".so" (or ".sl" for HP-UX), so rename the library
14562
 
+       # to its proper name (with version) after linking.
14563
 
+       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'
14564
 
+
14565
 
+       hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
14566
 
+       hardcode_libdir_separator_CXX=:
14567
 
+
14568
 
+       # Archives containing C++ object files must be created using
14569
 
+       # "CC -Bstatic", where "CC" is the KAI C++ compiler.
14570
 
+       old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
14571
 
+
14572
 
+       ;;
14573
 
+      RCC*)
14574
 
+       # Rational C++ 2.4.1
14575
 
+       # FIXME: insert proper C++ library support
14576
 
+       ld_shlibs_CXX=no
14577
 
+       ;;
14578
 
+      cxx*)
14579
 
+       allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
14580
 
+       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'
14581
 
+
14582
 
+       hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
14583
 
+       hardcode_libdir_separator_CXX=:
14584
 
+
14585
 
+       # Commands to make compiler produce verbose output that lists
14586
 
+       # what "hidden" libraries, object files and flags are used when
14587
 
+       # linking a shared library.
14588
 
+       #
14589
 
+       # There doesn't appear to be a way to prevent this compiler from
14590
 
+       # explicitly linking system object files so we need to strip them
14591
 
+       # from the output so that they don't get included in the library
14592
 
+       # dependencies.
14593
 
+       output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "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'
14594
 
+       ;;
14595
 
+      *)
14596
 
+       if test "$GXX" = yes && test "$with_gnu_ld" = no; then
14597
 
+         allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
14598
 
+         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'
14599
 
+
14600
 
+         hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
14601
 
+         hardcode_libdir_separator_CXX=:
14602
 
+
14603
 
+         # Commands to make compiler produce verbose output that lists
14604
 
+         # what "hidden" libraries, object files and flags are used when
14605
 
+         # linking a shared library.
14606
 
+         output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
14607
 
+
14608
 
+       else
14609
 
+         # FIXME: insert proper C++ library support
14610
 
+         ld_shlibs_CXX=no
14611
 
+       fi
14612
 
+       ;;
14613
 
+    esac
14614
 
+    ;;
14615
 
+  osf4* | osf5*)
14616
 
+    case $cc_basename in
14617
 
+      KCC*)
14618
 
+       # Kuck and Associates, Inc. (KAI) C++ Compiler
14619
 
+
14620
 
+       # KCC will only create a shared library if the output file
14621
 
+       # ends with ".so" (or ".sl" for HP-UX), so rename the library
14622
 
+       # to its proper name (with version) after linking.
14623
 
+       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'
14624
 
+
14625
 
+       hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
14626
 
+       hardcode_libdir_separator_CXX=:
14627
 
+
14628
 
+       # Archives containing C++ object files must be created using
14629
 
+       # the KAI C++ compiler.
14630
 
+       old_archive_cmds_CXX='$CC -o $oldlib $oldobjs'
14631
 
+       ;;
14632
 
+      RCC*)
14633
 
+       # Rational C++ 2.4.1
14634
 
+       # FIXME: insert proper C++ library support
14635
 
+       ld_shlibs_CXX=no
14636
 
+       ;;
14637
 
+      cxx*)
14638
 
+       allow_undefined_flag_CXX=' -expect_unresolved \*'
14639
 
+       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'
14640
 
+       archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
14641
 
+         echo "-hidden">> $lib.exp~
14642
 
+         $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~
14643
 
+         $rm $lib.exp'
14644
 
+
14645
 
+       hardcode_libdir_flag_spec_CXX='-rpath $libdir'
14646
 
+       hardcode_libdir_separator_CXX=:
14647
 
+
14648
 
+       # Commands to make compiler produce verbose output that lists
14649
 
+       # what "hidden" libraries, object files and flags are used when
14650
 
+       # linking a shared library.
14651
 
+       #
14652
 
+       # There doesn't appear to be a way to prevent this compiler from
14653
 
+       # explicitly linking system object files so we need to strip them
14654
 
+       # from the output so that they don't get included in the library
14655
 
+       # dependencies.
14656
 
+       output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "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'
14657
 
+       ;;
14658
 
+      *)
14659
 
+       if test "$GXX" = yes && test "$with_gnu_ld" = no; then
14660
 
+         allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
14661
 
+        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'
14662
 
+
14663
 
+         hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
14664
 
+         hardcode_libdir_separator_CXX=:
14665
 
+
14666
 
+         # Commands to make compiler produce verbose output that lists
14667
 
+         # what "hidden" libraries, object files and flags are used when
14668
 
+         # linking a shared library.
14669
 
+         output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
14670
 
+
14671
 
+       else
14672
 
+         # FIXME: insert proper C++ library support
14673
 
+         ld_shlibs_CXX=no
14674
 
+       fi
14675
 
+       ;;
14676
 
+    esac
14677
 
+    ;;
14678
 
+  psos*)
14679
 
+    # FIXME: insert proper C++ library support
14680
 
+    ld_shlibs_CXX=no
14681
 
+    ;;
14682
 
+  sunos4*)
14683
 
+    case $cc_basename in
14684
 
+      CC*)
14685
 
+       # Sun C++ 4.x
14686
 
+       # FIXME: insert proper C++ library support
14687
 
+       ld_shlibs_CXX=no
14688
 
+       ;;
14689
 
+      lcc*)
14690
 
+       # Lucid
14691
 
+       # FIXME: insert proper C++ library support
14692
 
+       ld_shlibs_CXX=no
14693
 
+       ;;
14694
 
+      *)
14695
 
+       # FIXME: insert proper C++ library support
14696
 
+       ld_shlibs_CXX=no
14697
 
+       ;;
14698
 
+    esac
14699
 
+    ;;
14700
 
+  solaris*)
14701
 
+    case $cc_basename in
14702
 
+      CC*)
14703
 
+       # Sun C++ 4.2, 5.x and Centerline C++
14704
 
+        archive_cmds_need_lc_CXX=yes
14705
 
+       no_undefined_flag_CXX=' -zdefs'
14706
 
+       archive_cmds_CXX='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
14707
 
+       archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
14708
 
+       $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'
14709
 
+
14710
 
+       hardcode_libdir_flag_spec_CXX='-R$libdir'
14711
 
+       hardcode_shlibpath_var_CXX=no
14712
 
+       case $host_os in
14713
 
+         solaris2.[0-5] | solaris2.[0-5].*) ;;
14714
 
+         *)
14715
 
+           # The C++ compiler is used as linker so we must use $wl
14716
 
+           # flag to pass the commands to the underlying system
14717
 
+           # linker. We must also pass each convience library through
14718
 
+           # to the system linker between allextract/defaultextract.
14719
 
+           # The C++ compiler will combine linker options so we
14720
 
+           # cannot just pass the convience library names through
14721
 
+           # without $wl.
14722
 
+           # Supported since Solaris 2.6 (maybe 2.5.1?)
14723
 
+           whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
14724
 
+           ;;
14725
 
+       esac
14726
 
+       link_all_deplibs_CXX=yes
14727
 
+
14728
 
+       output_verbose_link_cmd='echo'
14729
 
+
14730
 
+       # Archives containing C++ object files must be created using
14731
 
+       # "CC -xar", where "CC" is the Sun C++ compiler.  This is
14732
 
+       # necessary to make sure instantiated templates are included
14733
 
+       # in the archive.
14734
 
+       old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
14735
 
+       ;;
14736
 
+      gcx*)
14737
 
+       # Green Hills C++ Compiler
14738
 
+       archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
14739
 
+
14740
 
+       # The C++ compiler must be used to create the archive.
14741
 
+       old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
14742
 
+       ;;
14743
 
+      *)
14744
 
+       # GNU C++ compiler with Solaris linker
14745
 
+       if test "$GXX" = yes && test "$with_gnu_ld" = no; then
14746
 
+         no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
14747
 
+         if $CC --version | grep -v '^2\.7' > /dev/null; then
14748
 
+           archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
14749
 
+           archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
14750
 
+               $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
14751
 
+
14752
 
+           # Commands to make compiler produce verbose output that lists
14753
 
+           # what "hidden" libraries, object files and flags are used when
14754
 
+           # linking a shared library.
14755
 
+           output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
14756
 
+         else
14757
 
+           # g++ 2.7 appears to require `-G' NOT `-shared' on this
14758
 
+           # platform.
14759
 
+           archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
14760
 
+           archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
14761
 
+               $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
14762
 
+
14763
 
+           # Commands to make compiler produce verbose output that lists
14764
 
+           # what "hidden" libraries, object files and flags are used when
14765
 
+           # linking a shared library.
14766
 
+           output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
14767
 
+         fi
14768
 
+
14769
 
+         hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
14770
 
+       fi
14771
 
+       ;;
14772
 
+    esac
14773
 
+    ;;
14774
 
+  sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
14775
 
+    no_undefined_flag_CXX='${wl}-z,text'
14776
 
+    archive_cmds_need_lc_CXX=no
14777
 
+    hardcode_shlibpath_var_CXX=no
14778
 
+    runpath_var='LD_RUN_PATH'
14779
 
+
14780
 
+    case $cc_basename in
14781
 
+      CC*)
14782
 
+       archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14783
 
+       archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14784
 
+       ;;
14785
 
+      *)
14786
 
+       archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14787
 
+       archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
14788
 
+       ;;
14789
 
+    esac
14790
 
+    ;;
14791
 
+  sysv5* | sco3.2v5* | sco5v6*)
14792
 
+    # Note: We can NOT use -z defs as we might desire, because we do not
14793
 
+    # link with -lc, and that would cause any symbols used from libc to
14794
 
+    # always be unresolved, which means just about no library would
14795
 
+    # ever link correctly.  If we're not using GNU ld we use -z text
14796
 
+    # though, which does catch some bad symbols but isn't as heavy-handed
14797
 
+    # as -z defs.
14798
 
+    # For security reasons, it is highly recommended that you always
14799
 
+    # use absolute paths for naming shared libraries, and exclude the
14800
 
+    # DT_RUNPATH tag from executables and libraries.  But doing so
14801
 
+    # requires that you compile everything twice, which is a pain.
14802
 
+    # So that behaviour is only enabled if SCOABSPATH is set to a
14803
 
+    # non-empty value in the environment.  Most likely only useful for
14804
 
+    # creating official distributions of packages.
14805
 
+    # This is a hack until libtool officially supports absolute path
14806
 
+    # names for shared libraries.
14807
 
+    no_undefined_flag_CXX='${wl}-z,text'
14808
 
+    allow_undefined_flag_CXX='${wl}-z,nodefs'
14809
 
+    archive_cmds_need_lc_CXX=no
14810
 
+    hardcode_shlibpath_var_CXX=no
14811
 
+    hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
14812
 
+    hardcode_libdir_separator_CXX=':'
14813
 
+    link_all_deplibs_CXX=yes
14814
 
+    export_dynamic_flag_spec_CXX='${wl}-Bexport'
14815
 
+    runpath_var='LD_RUN_PATH'
14816
 
+
14817
 
+    case $cc_basename in
14818
 
+      CC*)
14819
 
+       archive_cmds_CXX='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
14820
 
+       archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
14821
 
+       ;;
14822
 
+      *)
14823
 
+       archive_cmds_CXX='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
14824
 
+       archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
14825
 
+       ;;
14826
 
+    esac
14827
 
+    ;;
14828
 
+  tandem*)
14829
 
+    case $cc_basename in
14830
 
+      NCC*)
14831
 
+       # NonStop-UX NCC 3.20
14832
 
+       # FIXME: insert proper C++ library support
14833
 
+       ld_shlibs_CXX=no
14834
 
+       ;;
14835
 
+      *)
14836
 
+       # FIXME: insert proper C++ library support
14837
 
+       ld_shlibs_CXX=no
14838
 
+       ;;
14839
 
+    esac
14840
 
+    ;;
14841
 
+  vxworks*)
14842
 
+    # FIXME: insert proper C++ library support
14843
 
+    ld_shlibs_CXX=no
14844
 
+    ;;
14845
 
+  *)
14846
 
+    # FIXME: insert proper C++ library support
14847
 
+    ld_shlibs_CXX=no
14848
 
+    ;;
14849
 
+esac
14850
 
+{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
14851
 
+echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
14852
 
+test "$ld_shlibs_CXX" = no && can_build_shared=no
14853
 
+
14854
 
+GCC_CXX="$GXX"
14855
 
+LD_CXX="$LD"
14856
 
+
14857
 
+
14858
 
+cat > conftest.$ac_ext <<EOF
14859
 
+class Foo
14860
 
+{
14861
 
+public:
14862
 
+  Foo (void) { a = 0; }
14863
 
+private:
14864
 
+  int a;
14865
 
+};
14866
 
+EOF
14867
 
+
14868
 
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14869
 
+  (eval $ac_compile) 2>&5
14870
 
+  ac_status=$?
14871
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14872
 
+  (exit $ac_status); }; then
14873
 
+  # Parse the compiler output and extract the necessary
14874
 
+  # objects, libraries and library flags.
14875
 
+
14876
 
+  # Sentinel used to keep track of whether or not we are before
14877
 
+  # the conftest object file.
14878
 
+  pre_test_object_deps_done=no
14879
 
+
14880
 
+  # The `*' in the case matches for architectures that use `case' in
14881
 
+  # $output_verbose_cmd can trigger glob expansion during the loop
14882
 
+  # eval without this substitution.
14883
 
+  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
14884
 
+
14885
 
+  for p in `eval $output_verbose_link_cmd`; do
14886
 
+    case $p in
14887
 
+
14888
 
+    -L* | -R* | -l*)
14889
 
+       # Some compilers place space between "-{L,R}" and the path.
14890
 
+       # Remove the space.
14891
 
+       if test $p = "-L" \
14892
 
+         || test $p = "-R"; then
14893
 
+        prev=$p
14894
 
+        continue
14895
 
+       else
14896
 
+        prev=
14897
 
+       fi
14898
 
+
14899
 
+       if test "$pre_test_object_deps_done" = no; then
14900
 
+        case $p in
14901
 
+        -L* | -R*)
14902
 
+          # Internal compiler library paths should come after those
14903
 
+          # provided the user.  The postdeps already come after the
14904
 
+          # user supplied libs so there is no need to process them.
14905
 
+          if test -z "$compiler_lib_search_path_CXX"; then
14906
 
+            compiler_lib_search_path_CXX="${prev}${p}"
14907
 
+          else
14908
 
+            compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
14909
 
+          fi
14910
 
+          ;;
14911
 
+        # The "-l" case would never come before the object being
14912
 
+        # linked, so don't bother handling this case.
14913
 
+        esac
14914
 
+       else
14915
 
+        if test -z "$postdeps_CXX"; then
14916
 
+          postdeps_CXX="${prev}${p}"
14917
 
+        else
14918
 
+          postdeps_CXX="${postdeps_CXX} ${prev}${p}"
14919
 
+        fi
14920
 
+       fi
14921
 
+       ;;
14922
 
+
14923
 
+    *.$objext)
14924
 
+       # This assumes that the test object file only shows up
14925
 
+       # once in the compiler output.
14926
 
+       if test "$p" = "conftest.$objext"; then
14927
 
+        pre_test_object_deps_done=yes
14928
 
+        continue
14929
 
+       fi
14930
 
+
14931
 
+       if test "$pre_test_object_deps_done" = no; then
14932
 
+        if test -z "$predep_objects_CXX"; then
14933
 
+          predep_objects_CXX="$p"
14934
 
+        else
14935
 
+          predep_objects_CXX="$predep_objects_CXX $p"
14936
 
+        fi
14937
 
+       else
14938
 
+        if test -z "$postdep_objects_CXX"; then
14939
 
+          postdep_objects_CXX="$p"
14940
 
+        else
14941
 
+          postdep_objects_CXX="$postdep_objects_CXX $p"
14942
 
+        fi
14943
 
+       fi
14944
 
+       ;;
14945
 
+
14946
 
+    *) ;; # Ignore the rest.
14947
 
+
14948
 
+    esac
14949
 
+  done
14950
 
+
14951
 
+  # Clean up.
14952
 
+  rm -f a.out a.exe
14953
 
+else
14954
 
+  echo "libtool.m4: error: problem compiling CXX test program"
14955
 
+fi
14956
 
+
14957
 
+$rm -f confest.$objext
14958
 
+
14959
 
+# PORTME: override above test on systems where it is broken
14960
 
+case $host_os in
14961
 
+interix3*)
14962
 
+  # Interix 3.5 installs completely hosed .la files for C++, so rather than
14963
 
+  # hack all around it, let's just trust "g++" to DTRT.
14964
 
+  predep_objects_CXX=
14965
 
+  postdep_objects_CXX=
14966
 
+  postdeps_CXX=
14967
 
+  ;;
14968
 
+
14969
 
+solaris*)
14970
 
+  case $cc_basename in
14971
 
+  CC*)
14972
 
+    # Adding this requires a known-good setup of shared libraries for
14973
 
+    # Sun compiler versions before 5.6, else PIC objects from an old
14974
 
+    # archive will be linked into the output, leading to subtle bugs.
14975
 
+    postdeps_CXX='-lCstd -lCrun'
14976
 
+    ;;
14977
 
+  esac
14978
 
+  ;;
14979
 
+esac
14980
 
+
14981
 
+
14982
 
+case " $postdeps_CXX " in
14983
 
+*" -lc "*) archive_cmds_need_lc_CXX=no ;;
14984
 
+esac
14985
 
+
14986
 
+lt_prog_compiler_wl_CXX=
14987
 
+lt_prog_compiler_pic_CXX=
14988
 
+lt_prog_compiler_static_CXX=
14989
 
+
14990
 
+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
14991
 
+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
14992
 
14993
 
+  # C++ specific cases for pic, static, wl, etc.
14994
 
+  if test "$GXX" = yes; then
14995
 
+    lt_prog_compiler_wl_CXX='-Wl,'
14996
 
+    lt_prog_compiler_static_CXX='-static'
14997
 
+
14998
 
+    case $host_os in
14999
 
+    aix*)
15000
 
+      # All AIX code is PIC.
15001
 
+      if test "$host_cpu" = ia64; then
15002
 
+       # AIX 5 now supports IA64 processor
15003
 
+       lt_prog_compiler_static_CXX='-Bstatic'
15004
 
+      fi
15005
 
+      ;;
15006
 
+    amigaos*)
15007
 
+      # FIXME: we need at least 68020 code to build shared libraries, but
15008
 
+      # adding the `-m68020' flag to GCC prevents building anything better,
15009
 
+      # like `-m68040'.
15010
 
+      lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
15011
 
+      ;;
15012
 
+    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
15013
 
+      # PIC is the default for these OSes.
15014
 
+      ;;
15015
 
+    mingw* | os2* | pw32*)
15016
 
+      # This hack is so that the source file can tell whether it is being
15017
 
+      # built for inclusion in a dll (and should export symbols for example).
15018
 
+      lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
15019
 
+      ;;
15020
 
+    darwin* | rhapsody*)
15021
 
+      # PIC is the default on this platform
15022
 
+      # Common symbols not allowed in MH_DYLIB files
15023
 
+      lt_prog_compiler_pic_CXX='-fno-common'
15024
 
+      ;;
15025
 
+    *djgpp*)
15026
 
+      # DJGPP does not support shared libraries at all
15027
 
+      lt_prog_compiler_pic_CXX=
15028
 
+      ;;
15029
 
+    interix3*)
15030
 
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
15031
 
+      # Instead, we relocate shared libraries at runtime.
15032
 
+      ;;
15033
 
+    sysv4*MP*)
15034
 
+      if test -d /usr/nec; then
15035
 
+       lt_prog_compiler_pic_CXX=-Kconform_pic
15036
 
+      fi
15037
 
+      ;;
15038
 
+    hpux*)
15039
 
+      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
15040
 
+      # not for PA HP-UX.
15041
 
+      case $host_cpu in
15042
 
+      hppa*64*|ia64*)
15043
 
+       ;;
15044
 
+      *)
15045
 
+       lt_prog_compiler_pic_CXX='-fPIC'
15046
 
+       ;;
15047
 
+      esac
15048
 
+      ;;
15049
 
+    *)
15050
 
+      lt_prog_compiler_pic_CXX='-fPIC'
15051
 
+      ;;
15052
 
+    esac
15053
 
+  else
15054
 
+    case $host_os in
15055
 
+      aix4* | aix5*)
15056
 
+       # All AIX code is PIC.
15057
 
+       if test "$host_cpu" = ia64; then
15058
 
+         # AIX 5 now supports IA64 processor
15059
 
+         lt_prog_compiler_static_CXX='-Bstatic'
15060
 
+       else
15061
 
+         lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
15062
 
+       fi
15063
 
+       ;;
15064
 
+      chorus*)
15065
 
+       case $cc_basename in
15066
 
+       cxch68*)
15067
 
+         # Green Hills C++ Compiler
15068
 
+         # _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"
15069
 
+         ;;
15070
 
+       esac
15071
 
+       ;;
15072
 
+       darwin*)
15073
 
+         # PIC is the default on this platform
15074
 
+         # Common symbols not allowed in MH_DYLIB files
15075
 
+         case $cc_basename in
15076
 
+           xlc*)
15077
 
+           lt_prog_compiler_pic_CXX='-qnocommon'
15078
 
+           lt_prog_compiler_wl_CXX='-Wl,'
15079
 
+           ;;
15080
 
+         esac
15081
 
+       ;;
15082
 
+      dgux*)
15083
 
+       case $cc_basename in
15084
 
+         ec++*)
15085
 
+           lt_prog_compiler_pic_CXX='-KPIC'
15086
 
+           ;;
15087
 
+         ghcx*)
15088
 
+           # Green Hills C++ Compiler
15089
 
+           lt_prog_compiler_pic_CXX='-pic'
15090
 
+           ;;
15091
 
+         *)
15092
 
+           ;;
15093
 
+       esac
15094
 
+       ;;
15095
 
+      freebsd* | dragonfly*)
15096
 
+       # FreeBSD uses GNU C++
15097
 
+       ;;
15098
 
+      hpux9* | hpux10* | hpux11*)
15099
 
+       case $cc_basename in
15100
 
+         CC*)
15101
 
+           lt_prog_compiler_wl_CXX='-Wl,'
15102
 
+           lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
15103
 
+           if test "$host_cpu" != ia64; then
15104
 
+             lt_prog_compiler_pic_CXX='+Z'
15105
 
+           fi
15106
 
+           ;;
15107
 
+         aCC*)
15108
 
+           lt_prog_compiler_wl_CXX='-Wl,'
15109
 
+           lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
15110
 
+           case $host_cpu in
15111
 
+           hppa*64*|ia64*)
15112
 
+             # +Z the default
15113
 
+             ;;
15114
 
+           *)
15115
 
+             lt_prog_compiler_pic_CXX='+Z'
15116
 
+             ;;
15117
 
+           esac
15118
 
+           ;;
15119
 
+         *)
15120
 
+           ;;
15121
 
+       esac
15122
 
+       ;;
15123
 
+      interix*)
15124
 
+       # This is c89, which is MS Visual C++ (no shared libs)
15125
 
+       # Anyone wants to do a port?
15126
 
+       ;;
15127
 
+      irix5* | irix6* | nonstopux*)
15128
 
+       case $cc_basename in
15129
 
+         CC*)
15130
 
+           lt_prog_compiler_wl_CXX='-Wl,'
15131
 
+           lt_prog_compiler_static_CXX='-non_shared'
15132
 
+           # CC pic flag -KPIC is the default.
15133
 
+           ;;
15134
 
+         *)
15135
 
+           ;;
15136
 
+       esac
15137
 
+       ;;
15138
 
+      linux* | k*bsd*-gnu)
15139
 
+       case $cc_basename in
15140
 
+         KCC*)
15141
 
+           # KAI C++ Compiler
15142
 
+           lt_prog_compiler_wl_CXX='--backend -Wl,'
15143
 
+           lt_prog_compiler_pic_CXX='-fPIC'
15144
 
+           ;;
15145
 
+         icpc* | ecpc*)
15146
 
+           # Intel C++
15147
 
+           lt_prog_compiler_wl_CXX='-Wl,'
15148
 
+           lt_prog_compiler_pic_CXX='-KPIC'
15149
 
+           lt_prog_compiler_static_CXX='-static'
15150
 
+           ;;
15151
 
+         pgCC*)
15152
 
+           # Portland Group C++ compiler.
15153
 
+           lt_prog_compiler_wl_CXX='-Wl,'
15154
 
+           lt_prog_compiler_pic_CXX='-fpic'
15155
 
+           lt_prog_compiler_static_CXX='-Bstatic'
15156
 
+           ;;
15157
 
+         cxx*)
15158
 
+           # Compaq C++
15159
 
+           # Make sure the PIC flag is empty.  It appears that all Alpha
15160
 
+           # Linux and Compaq Tru64 Unix objects are PIC.
15161
 
+           lt_prog_compiler_pic_CXX=
15162
 
+           lt_prog_compiler_static_CXX='-non_shared'
15163
 
+           ;;
15164
 
+         *)
15165
 
+           ;;
15166
 
+       esac
15167
 
+       ;;
15168
 
+      lynxos*)
15169
 
+       ;;
15170
 
+      m88k*)
15171
 
+       ;;
15172
 
+      mvs*)
15173
 
+       case $cc_basename in
15174
 
+         cxx*)
15175
 
+           lt_prog_compiler_pic_CXX='-W c,exportall'
15176
 
+           ;;
15177
 
+         *)
15178
 
+           ;;
15179
 
+       esac
15180
 
+       ;;
15181
 
+      netbsd* | netbsdelf*-gnu)
15182
 
+       ;;
15183
 
+      osf3* | osf4* | osf5*)
15184
 
+       case $cc_basename in
15185
 
+         KCC*)
15186
 
+           lt_prog_compiler_wl_CXX='--backend -Wl,'
15187
 
+           ;;
15188
 
+         RCC*)
15189
 
+           # Rational C++ 2.4.1
15190
 
+           lt_prog_compiler_pic_CXX='-pic'
15191
 
+           ;;
15192
 
+         cxx*)
15193
 
+           # Digital/Compaq C++
15194
 
+           lt_prog_compiler_wl_CXX='-Wl,'
15195
 
+           # Make sure the PIC flag is empty.  It appears that all Alpha
15196
 
+           # Linux and Compaq Tru64 Unix objects are PIC.
15197
 
+           lt_prog_compiler_pic_CXX=
15198
 
+           lt_prog_compiler_static_CXX='-non_shared'
15199
 
+           ;;
15200
 
+         *)
15201
 
+           ;;
15202
 
+       esac
15203
 
+       ;;
15204
 
+      psos*)
15205
 
+       ;;
15206
 
+      solaris*)
15207
 
+       case $cc_basename in
15208
 
+         CC*)
15209
 
+           # Sun C++ 4.2, 5.x and Centerline C++
15210
 
+           lt_prog_compiler_pic_CXX='-KPIC'
15211
 
+           lt_prog_compiler_static_CXX='-Bstatic'
15212
 
+           lt_prog_compiler_wl_CXX='-Qoption ld '
15213
 
+           ;;
15214
 
+         gcx*)
15215
 
+           # Green Hills C++ Compiler
15216
 
+           lt_prog_compiler_pic_CXX='-PIC'
15217
 
+           ;;
15218
 
+         *)
15219
 
+           ;;
15220
 
+       esac
15221
 
+       ;;
15222
 
+      sunos4*)
15223
 
+       case $cc_basename in
15224
 
+         CC*)
15225
 
+           # Sun C++ 4.x
15226
 
+           lt_prog_compiler_pic_CXX='-pic'
15227
 
+           lt_prog_compiler_static_CXX='-Bstatic'
15228
 
+           ;;
15229
 
+         lcc*)
15230
 
+           # Lucid
15231
 
+           lt_prog_compiler_pic_CXX='-pic'
15232
 
+           ;;
15233
 
+         *)
15234
 
+           ;;
15235
 
+       esac
15236
 
+       ;;
15237
 
+      tandem*)
15238
 
+       case $cc_basename in
15239
 
+         NCC*)
15240
 
+           # NonStop-UX NCC 3.20
15241
 
+           lt_prog_compiler_pic_CXX='-KPIC'
15242
 
+           ;;
15243
 
+         *)
15244
 
+           ;;
15245
 
+       esac
15246
 
+       ;;
15247
 
+      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
15248
 
+       case $cc_basename in
15249
 
+         CC*)
15250
 
+           lt_prog_compiler_wl_CXX='-Wl,'
15251
 
+           lt_prog_compiler_pic_CXX='-KPIC'
15252
 
+           lt_prog_compiler_static_CXX='-Bstatic'
15253
 
+           ;;
15254
 
+       esac
15255
 
+       ;;
15256
 
+      vxworks*)
15257
 
+       ;;
15258
 
+      *)
15259
 
+       lt_prog_compiler_can_build_shared_CXX=no
15260
 
+       ;;
15261
 
+    esac
15262
 
+  fi
15263
 
+
15264
 
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
15265
 
+echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; }
15266
 
+
15267
 
+#
15268
 
+# Check to make sure the PIC flag actually works.
15269
 
+#
15270
 
+if test -n "$lt_prog_compiler_pic_CXX"; then
15271
 
+  
15272
 
+{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
15273
 
+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; }
15274
 
+if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then
15275
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
15276
 
+else
15277
 
+  lt_prog_compiler_pic_works_CXX=no
15278
 
+  ac_outfile=conftest.$ac_objext
15279
 
+   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
15280
 
+   lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
15281
 
+   # Insert the option either (1) after the last *FLAGS variable, or
15282
 
+   # (2) before a word containing "conftest.", or (3) at the end.
15283
 
+   # Note that $ac_compile itself does not contain backslashes and begins
15284
 
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
15285
 
+   # The option is referenced via a variable to avoid confusing sed.
15286
 
+   lt_compile=`echo "$ac_compile" | $SED \
15287
 
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15288
 
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15289
 
+   -e 's:$: $lt_compiler_flag:'`
15290
 
+   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
15291
 
+   (eval "$lt_compile" 2>conftest.err)
15292
 
+   ac_status=$?
15293
 
+   cat conftest.err >&5
15294
 
+   echo "$as_me:__oline__: \$? = $ac_status" >&5
15295
 
+   if (exit $ac_status) && test -s "$ac_outfile"; then
15296
 
+     # The compiler can only warn and ignore the option if not recognized
15297
 
+     # So say no if there are warnings other than the usual output.
15298
 
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
15299
 
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
15300
 
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
15301
 
+       lt_prog_compiler_pic_works_CXX=yes
15302
 
+     fi
15303
 
+   fi
15304
 
+   $rm conftest*
15305
 
+
15306
 
+fi
15307
 
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5
15308
 
+echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6; }
15309
 
+
15310
 
+if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then
15311
 
+    case $lt_prog_compiler_pic_CXX in
15312
 
+     "" | " "*) ;;
15313
 
+     *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
15314
 
+     esac
15315
 
+else
15316
 
+    lt_prog_compiler_pic_CXX=
15317
 
+     lt_prog_compiler_can_build_shared_CXX=no
15318
 
+fi
15319
 
+
15320
 
+fi
15321
 
+case $host_os in
15322
 
+  # For platforms which do not support PIC, -DPIC is meaningless:
15323
 
+  *djgpp*)
15324
 
+    lt_prog_compiler_pic_CXX=
15325
 
+    ;;
15326
 
+  *)
15327
 
+    lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
15328
 
+    ;;
15329
 
+esac
15330
 
+
15331
 
+#
15332
 
+# Check to make sure the static flag actually works.
15333
 
+#
15334
 
+wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
15335
 
+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
15336
 
+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
15337
 
+if test "${lt_prog_compiler_static_works_CXX+set}" = set; then
15338
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
15339
 
+else
15340
 
+  lt_prog_compiler_static_works_CXX=no
15341
 
+   save_LDFLAGS="$LDFLAGS"
15342
 
+   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
15343
 
+   printf "$lt_simple_link_test_code" > conftest.$ac_ext
15344
 
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
15345
 
+     # The linker can only warn and ignore the option if not recognized
15346
 
+     # So say no if there are warnings
15347
 
+     if test -s conftest.err; then
15348
 
+       # Append any errors to the config.log.
15349
 
+       cat conftest.err 1>&5
15350
 
+       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
15351
 
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
15352
 
+       if diff conftest.exp conftest.er2 >/dev/null; then
15353
 
+         lt_prog_compiler_static_works_CXX=yes
15354
 
+       fi
15355
 
+     else
15356
 
+       lt_prog_compiler_static_works_CXX=yes
15357
 
+     fi
15358
 
+   fi
15359
 
+   $rm conftest*
15360
 
+   LDFLAGS="$save_LDFLAGS"
15361
 
+
15362
 
+fi
15363
 
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_CXX" >&5
15364
 
+echo "${ECHO_T}$lt_prog_compiler_static_works_CXX" >&6; }
15365
 
+
15366
 
+if test x"$lt_prog_compiler_static_works_CXX" = xyes; then
15367
 
+    :
15368
 
+else
15369
 
+    lt_prog_compiler_static_CXX=
15370
 
+fi
15371
 
+
15372
 
+
15373
 
+{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
15374
 
+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
15375
 
+if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
15376
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
15377
 
+else
15378
 
+  lt_cv_prog_compiler_c_o_CXX=no
15379
 
+   $rm -r conftest 2>/dev/null
15380
 
+   mkdir conftest
15381
 
+   cd conftest
15382
 
+   mkdir out
15383
 
+   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
15384
 
+
15385
 
+   lt_compiler_flag="-o out/conftest2.$ac_objext"
15386
 
+   # Insert the option either (1) after the last *FLAGS variable, or
15387
 
+   # (2) before a word containing "conftest.", or (3) at the end.
15388
 
+   # Note that $ac_compile itself does not contain backslashes and begins
15389
 
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
15390
 
+   lt_compile=`echo "$ac_compile" | $SED \
15391
 
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15392
 
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15393
 
+   -e 's:$: $lt_compiler_flag:'`
15394
 
+   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
15395
 
+   (eval "$lt_compile" 2>out/conftest.err)
15396
 
+   ac_status=$?
15397
 
+   cat out/conftest.err >&5
15398
 
+   echo "$as_me:__oline__: \$? = $ac_status" >&5
15399
 
+   if (exit $ac_status) && test -s out/conftest2.$ac_objext
15400
 
+   then
15401
 
+     # The compiler can only warn and ignore the option if not recognized
15402
 
+     # So say no if there are warnings
15403
 
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
15404
 
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
15405
 
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
15406
 
+       lt_cv_prog_compiler_c_o_CXX=yes
15407
 
+     fi
15408
 
+   fi
15409
 
+   chmod u+w . 2>&5
15410
 
+   $rm conftest*
15411
 
+   # SGI C++ compiler will create directory out/ii_files/ for
15412
 
+   # template instantiation
15413
 
+   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
15414
 
+   $rm out/* && rmdir out
15415
 
+   cd ..
15416
 
+   rmdir conftest
15417
 
+   $rm conftest*
15418
 
+
15419
 
+fi
15420
 
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
15421
 
+echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }
15422
 
+
15423
 
+
15424
 
+hard_links="nottested"
15425
 
+if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
15426
 
+  # do not overwrite the value of need_locks provided by the user
15427
 
+  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
15428
 
+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
15429
 
+  hard_links=yes
15430
 
+  $rm conftest*
15431
 
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
15432
 
+  touch conftest.a
15433
 
+  ln conftest.a conftest.b 2>&5 || hard_links=no
15434
 
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
15435
 
+  { echo "$as_me:$LINENO: result: $hard_links" >&5
15436
 
+echo "${ECHO_T}$hard_links" >&6; }
15437
 
+  if test "$hard_links" = no; then
15438
 
+    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
15439
 
+echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
15440
 
+    need_locks=warn
15441
 
+  fi
15442
 
+else
15443
 
+  need_locks=no
15444
 
+fi
15445
 
+
15446
 
+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
15447
 
+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
15448
 
+
15449
 
+  export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
15450
 
+  case $host_os in
15451
 
+  aix4* | aix5*)
15452
 
+    # If we're using GNU nm, then we don't want the "-C" option.
15453
 
+    # -C means demangle to AIX nm, but means don't demangle with GNU nm
15454
 
+    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
15455
 
+      export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
15456
 
+    else
15457
 
+      export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
15458
 
+    fi
15459
 
+    ;;
15460
 
+  pw32*)
15461
 
+    export_symbols_cmds_CXX="$ltdll_cmds"
15462
 
+  ;;
15463
 
+  cygwin* | mingw*)
15464
 
+    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'
15465
 
+  ;;
15466
 
+  linux* | k*bsd*-gnu)
15467
 
+    link_all_deplibs_CXX=no
15468
 
+  ;;
15469
 
+  *)
15470
 
+    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
15471
 
+  ;;
15472
 
+  esac
15473
 
+
15474
 
+{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
15475
 
+echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
15476
 
+test "$ld_shlibs_CXX" = no && can_build_shared=no
15477
 
+
15478
 
+#
15479
 
+# Do we need to explicitly link libc?
15480
 
+#
15481
 
+case "x$archive_cmds_need_lc_CXX" in
15482
 
+x|xyes)
15483
 
+  # Assume -lc should be added
15484
 
+  archive_cmds_need_lc_CXX=yes
15485
 
+
15486
 
+  if test "$enable_shared" = yes && test "$GCC" = yes; then
15487
 
+    case $archive_cmds_CXX in
15488
 
+    *'~'*)
15489
 
+      # FIXME: we may have to deal with multi-command sequences.
15490
 
+      ;;
15491
 
+    '$CC '*)
15492
 
+      # Test whether the compiler implicitly links with -lc since on some
15493
 
+      # systems, -lgcc has to come before -lc. If gcc already passes -lc
15494
 
+      # to ld, don't add -lc before -lgcc.
15495
 
+      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
15496
 
+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
15497
 
+      $rm conftest*
15498
 
+      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
15499
 
+
15500
 
+      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15501
 
+  (eval $ac_compile) 2>&5
15502
 
+  ac_status=$?
15503
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15504
 
+  (exit $ac_status); } 2>conftest.err; then
15505
 
+        soname=conftest
15506
 
+        lib=conftest
15507
 
+        libobjs=conftest.$ac_objext
15508
 
+        deplibs=
15509
 
+        wl=$lt_prog_compiler_wl_CXX
15510
 
+       pic_flag=$lt_prog_compiler_pic_CXX
15511
 
+        compiler_flags=-v
15512
 
+        linker_flags=-v
15513
 
+        verstring=
15514
 
+        output_objdir=.
15515
 
+        libname=conftest
15516
 
+        lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
15517
 
+        allow_undefined_flag_CXX=
15518
 
+        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
15519
 
+  (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
15520
 
+  ac_status=$?
15521
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15522
 
+  (exit $ac_status); }
15523
 
+        then
15524
 
+         archive_cmds_need_lc_CXX=no
15525
 
+        else
15526
 
+         archive_cmds_need_lc_CXX=yes
15527
 
+        fi
15528
 
+        allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
15529
 
+      else
15530
 
+        cat conftest.err 1>&5
15531
 
+      fi
15532
 
+      $rm conftest*
15533
 
+      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
15534
 
+echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; }
15535
 
+      ;;
15536
 
+    esac
15537
 
+  fi
15538
 
+  ;;
15539
 
+esac
15540
 
+
15541
 
+{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
15542
 
+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
15543
 
+library_names_spec=
15544
 
+libname_spec='lib$name'
15545
 
+soname_spec=
15546
 
+shrext_cmds=".so"
15547
 
+postinstall_cmds=
15548
 
+postuninstall_cmds=
15549
 
+finish_cmds=
15550
 
+finish_eval=
15551
 
+shlibpath_var=
15552
 
+shlibpath_overrides_runpath=unknown
15553
 
+version_type=none
15554
 
+dynamic_linker="$host_os ld.so"
15555
 
+sys_lib_dlsearch_path_spec="/lib /usr/lib"
15556
 
+if test "$GCC" = yes; then
15557
 
+  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
15558
 
+  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
15559
 
+    # if the path contains ";" then we assume it to be the separator
15560
 
+    # otherwise default to the standard path separator (i.e. ":") - it is
15561
 
+    # assumed that no part of a normal pathname contains ";" but that should
15562
 
+    # okay in the real world where ";" in dirpaths is itself problematic.
15563
 
+    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
15564
 
+  else
15565
 
+    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
15566
 
+  fi
15567
 
+else
15568
 
+  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
15569
 
+fi
15570
 
+need_lib_prefix=unknown
15571
 
+hardcode_into_libs=no
15572
 
+
15573
 
+# when you set need_version to no, make sure it does not cause -set_version
15574
 
+# flags to be left without arguments
15575
 
+need_version=unknown
15576
 
+
15577
 
+case $host_os in
15578
 
+aix3*)
15579
 
+  version_type=linux
15580
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
15581
 
+  shlibpath_var=LIBPATH
15582
 
+
15583
 
+  # AIX 3 has no versioning support, so we append a major version to the name.
15584
 
+  soname_spec='${libname}${release}${shared_ext}$major'
15585
 
+  ;;
15586
 
+
15587
 
+aix4* | aix5*)
15588
 
+  version_type=linux
15589
 
+  need_lib_prefix=no
15590
 
+  need_version=no
15591
 
+  hardcode_into_libs=yes
15592
 
+  if test "$host_cpu" = ia64; then
15593
 
+    # AIX 5 supports IA64
15594
 
+    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
15595
 
+    shlibpath_var=LD_LIBRARY_PATH
15596
 
+  else
15597
 
+    # With GCC up to 2.95.x, collect2 would create an import file
15598
 
+    # for dependence libraries.  The import file would start with
15599
 
+    # the line `#! .'.  This would cause the generated library to
15600
 
+    # depend on `.', always an invalid library.  This was fixed in
15601
 
+    # development snapshots of GCC prior to 3.0.
15602
 
+    case $host_os in
15603
 
+      aix4 | aix4.[01] | aix4.[01].*)
15604
 
+      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
15605
 
+          echo ' yes '
15606
 
+          echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
15607
 
+       :
15608
 
+      else
15609
 
+       can_build_shared=no
15610
 
+      fi
15611
 
+      ;;
15612
 
+    esac
15613
 
+    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
15614
 
+    # soname into executable. Probably we can add versioning support to
15615
 
+    # collect2, so additional links can be useful in future.
15616
 
+    if test "$aix_use_runtimelinking" = yes; then
15617
 
+      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
15618
 
+      # instead of lib<name>.a to let people know that these are not
15619
 
+      # typical AIX shared libraries.
15620
 
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15621
 
+    else
15622
 
+      # We preserve .a as extension for shared libraries through AIX4.2
15623
 
+      # and later when we are not doing run time linking.
15624
 
+      library_names_spec='${libname}${release}.a $libname.a'
15625
 
+      soname_spec='${libname}${release}${shared_ext}$major'
15626
 
+    fi
15627
 
+    shlibpath_var=LIBPATH
15628
 
+  fi
15629
 
+  ;;
15630
 
+
15631
 
+amigaos*)
15632
 
+  library_names_spec='$libname.ixlibrary $libname.a'
15633
 
+  # Create ${libname}_ixlibrary.a entries in /sys/libs.
15634
 
+  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'
15635
 
+  ;;
15636
 
+
15637
 
+beos*)
15638
 
+  library_names_spec='${libname}${shared_ext}'
15639
 
+  dynamic_linker="$host_os ld.so"
15640
 
+  shlibpath_var=LIBRARY_PATH
15641
 
+  ;;
15642
 
+
15643
 
+bsdi[45]*)
15644
 
+  version_type=linux
15645
 
+  need_version=no
15646
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15647
 
+  soname_spec='${libname}${release}${shared_ext}$major'
15648
 
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
15649
 
+  shlibpath_var=LD_LIBRARY_PATH
15650
 
+  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
15651
 
+  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
15652
 
+  # the default ld.so.conf also contains /usr/contrib/lib and
15653
 
+  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
15654
 
+  # libtool to hard-code these into programs
15655
 
+  ;;
15656
 
+
15657
 
+cygwin* | mingw* | pw32*)
15658
 
+  version_type=windows
15659
 
+  shrext_cmds=".dll"
15660
 
+  need_version=no
15661
 
+  need_lib_prefix=no
15662
 
+
15663
 
+  case $GCC,$host_os in
15664
 
+  yes,cygwin* | yes,mingw* | yes,pw32*)
15665
 
+    library_names_spec='$libname.dll.a'
15666
 
+    # DLL is installed to $(libdir)/../bin by postinstall_cmds
15667
 
+    postinstall_cmds='base_file=`basename \${file}`~
15668
 
+      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
15669
 
+      dldir=$destdir/`dirname \$dlpath`~
15670
 
+      test -d \$dldir || mkdir -p \$dldir~
15671
 
+      $install_prog $dir/$dlname \$dldir/$dlname~
15672
 
+      chmod a+x \$dldir/$dlname'
15673
 
+    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
15674
 
+      dlpath=$dir/\$dldll~
15675
 
+       $rm \$dlpath'
15676
 
+    shlibpath_overrides_runpath=yes
15677
 
+
15678
 
+    case $host_os in
15679
 
+    cygwin*)
15680
 
+      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
15681
 
+      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
15682
 
+      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
15683
 
+      ;;
15684
 
+    mingw*)
15685
 
+      # MinGW DLLs use traditional 'lib' prefix
15686
 
+      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
15687
 
+      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
15688
 
+      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
15689
 
+        # It is most probably a Windows format PATH printed by
15690
 
+        # mingw gcc, but we are running on Cygwin. Gcc prints its search
15691
 
+        # path with ; separators, and with drive letters. We can handle the
15692
 
+        # drive letters (cygwin fileutils understands them), so leave them,
15693
 
+        # especially as we might pass files found there to a mingw objdump,
15694
 
+        # which wouldn't understand a cygwinified path. Ahh.
15695
 
+        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
15696
 
+      else
15697
 
+        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
15698
 
+      fi
15699
 
+      ;;
15700
 
+    pw32*)
15701
 
+      # pw32 DLLs use 'pw' prefix rather than 'lib'
15702
 
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
15703
 
+      ;;
15704
 
+    esac
15705
 
+    ;;
15706
 
+
15707
 
+  *)
15708
 
+    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
15709
 
+    ;;
15710
 
+  esac
15711
 
+  dynamic_linker='Win32 ld.exe'
15712
 
+  # FIXME: first we should search . and the directory the executable is in
15713
 
+  shlibpath_var=PATH
15714
 
+  ;;
15715
 
+
15716
 
+darwin* | rhapsody*)
15717
 
+  dynamic_linker="$host_os dyld"
15718
 
+  version_type=darwin
15719
 
+  need_lib_prefix=no
15720
 
+  need_version=no
15721
 
+  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
15722
 
+  soname_spec='${libname}${release}${major}$shared_ext'
15723
 
+  shlibpath_overrides_runpath=yes
15724
 
+  shlibpath_var=DYLD_LIBRARY_PATH
15725
 
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
15726
 
+  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
15727
 
+  if test "$GCC" = yes; then
15728
 
+    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"`
15729
 
+  else
15730
 
+    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
15731
 
+  fi
15732
 
+  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
15733
 
+  ;;
15734
 
+
15735
 
+dgux*)
15736
 
+  version_type=linux
15737
 
+  need_lib_prefix=no
15738
 
+  need_version=no
15739
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
15740
 
+  soname_spec='${libname}${release}${shared_ext}$major'
15741
 
+  shlibpath_var=LD_LIBRARY_PATH
15742
 
+  ;;
15743
 
+
15744
 
+freebsd1*)
15745
 
+  dynamic_linker=no
15746
 
+  ;;
15747
 
+
15748
 
+freebsd* | dragonfly*)
15749
 
+  # DragonFly does not have aout.  When/if they implement a new
15750
 
+  # versioning mechanism, adjust this.
15751
 
+  if test -x /usr/bin/objformat; then
15752
 
+    objformat=`/usr/bin/objformat`
15753
 
+  else
15754
 
+    case $host_os in
15755
 
+    freebsd[123]*) objformat=aout ;;
15756
 
+    *) objformat=elf ;;
15757
 
+    esac
15758
 
+  fi
15759
 
+  version_type=freebsd-$objformat
15760
 
+  case $version_type in
15761
 
+    freebsd-elf*)
15762
 
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
15763
 
+      need_version=no
15764
 
+      need_lib_prefix=no
15765
 
+      ;;
15766
 
+    freebsd-*)
15767
 
+      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
15768
 
+      need_version=yes
15769
 
+      ;;
15770
 
+  esac
15771
 
+  shlibpath_var=LD_LIBRARY_PATH
15772
 
+  case $host_os in
15773
 
+  freebsd2*)
15774
 
+    shlibpath_overrides_runpath=yes
15775
 
+    ;;
15776
 
+  freebsd3.[01]* | freebsdelf3.[01]*)
15777
 
+    shlibpath_overrides_runpath=yes
15778
 
+    hardcode_into_libs=yes
15779
 
+    ;;
15780
 
+  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
15781
 
+  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
15782
 
+    shlibpath_overrides_runpath=no
15783
 
+    hardcode_into_libs=yes
15784
 
+    ;;
15785
 
+  freebsd*) # from 4.6 on
15786
 
+    shlibpath_overrides_runpath=yes
15787
 
+    hardcode_into_libs=yes
15788
 
+    ;;
15789
 
+  esac
15790
 
+  ;;
15791
 
+
15792
 
+gnu*)
15793
 
+  version_type=linux
15794
 
+  need_lib_prefix=no
15795
 
+  need_version=no
15796
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
15797
 
+  soname_spec='${libname}${release}${shared_ext}$major'
15798
 
+  shlibpath_var=LD_LIBRARY_PATH
15799
 
+  hardcode_into_libs=yes
15800
 
+  ;;
15801
 
+
15802
 
+hpux9* | hpux10* | hpux11*)
15803
 
+  # Give a soname corresponding to the major version so that dld.sl refuses to
15804
 
+  # link against other versions.
15805
 
+  version_type=sunos
15806
 
+  need_lib_prefix=no
15807
 
+  need_version=no
15808
 
+  case $host_cpu in
15809
 
+  ia64*)
15810
 
+    shrext_cmds='.so'
15811
 
+    hardcode_into_libs=yes
15812
 
+    dynamic_linker="$host_os dld.so"
15813
 
+    shlibpath_var=LD_LIBRARY_PATH
15814
 
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
15815
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15816
 
+    soname_spec='${libname}${release}${shared_ext}$major'
15817
 
+    if test "X$HPUX_IA64_MODE" = X32; then
15818
 
+      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
15819
 
+    else
15820
 
+      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
15821
 
+    fi
15822
 
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
15823
 
+    ;;
15824
 
+   hppa*64*)
15825
 
+     shrext_cmds='.sl'
15826
 
+     hardcode_into_libs=yes
15827
 
+     dynamic_linker="$host_os dld.sl"
15828
 
+     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
15829
 
+     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
15830
 
+     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15831
 
+     soname_spec='${libname}${release}${shared_ext}$major'
15832
 
+     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
15833
 
+     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
15834
 
+     ;;
15835
 
+   *)
15836
 
+    shrext_cmds='.sl'
15837
 
+    dynamic_linker="$host_os dld.sl"
15838
 
+    shlibpath_var=SHLIB_PATH
15839
 
+    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
15840
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15841
 
+    soname_spec='${libname}${release}${shared_ext}$major'
15842
 
+    ;;
15843
 
+  esac
15844
 
+  # HP-UX runs *really* slowly unless shared libraries are mode 555.
15845
 
+  postinstall_cmds='chmod 555 $lib'
15846
 
+  ;;
15847
 
+
15848
 
+interix3*)
15849
 
+  version_type=linux
15850
 
+  need_lib_prefix=no
15851
 
+  need_version=no
15852
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15853
 
+  soname_spec='${libname}${release}${shared_ext}$major'
15854
 
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
15855
 
+  shlibpath_var=LD_LIBRARY_PATH
15856
 
+  shlibpath_overrides_runpath=no
15857
 
+  hardcode_into_libs=yes
15858
 
+  ;;
15859
 
+
15860
 
+irix5* | irix6* | nonstopux*)
15861
 
+  case $host_os in
15862
 
+    nonstopux*) version_type=nonstopux ;;
15863
 
+    *)
15864
 
+       if test "$lt_cv_prog_gnu_ld" = yes; then
15865
 
+               version_type=linux
15866
 
+       else
15867
 
+               version_type=irix
15868
 
+       fi ;;
15869
 
+  esac
15870
 
+  need_lib_prefix=no
15871
 
+  need_version=no
15872
 
+  soname_spec='${libname}${release}${shared_ext}$major'
15873
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
15874
 
+  case $host_os in
15875
 
+  irix5* | nonstopux*)
15876
 
+    libsuff= shlibsuff=
15877
 
+    ;;
15878
 
+  *)
15879
 
+    case $LD in # libtool.m4 will add one of these switches to LD
15880
 
+    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
15881
 
+      libsuff= shlibsuff= libmagic=32-bit;;
15882
 
+    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
15883
 
+      libsuff=32 shlibsuff=N32 libmagic=N32;;
15884
 
+    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
15885
 
+      libsuff=64 shlibsuff=64 libmagic=64-bit;;
15886
 
+    *) libsuff= shlibsuff= libmagic=never-match;;
15887
 
+    esac
15888
 
+    ;;
15889
 
+  esac
15890
 
+  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
15891
 
+  shlibpath_overrides_runpath=no
15892
 
+  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
15893
 
+  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
15894
 
+  hardcode_into_libs=yes
15895
 
+  ;;
15896
 
+
15897
 
+# No shared lib support for Linux oldld, aout, or coff.
15898
 
+linux*oldld* | linux*aout* | linux*coff*)
15899
 
+  dynamic_linker=no
15900
 
+  ;;
15901
 
+
15902
 
+# This must be Linux ELF.
15903
 
+linux* | k*bsd*-gnu)
15904
 
+  version_type=linux
15905
 
+  need_lib_prefix=no
15906
 
+  need_version=no
15907
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15908
 
+  soname_spec='${libname}${release}${shared_ext}$major'
15909
 
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
15910
 
+  shlibpath_var=LD_LIBRARY_PATH
15911
 
+  shlibpath_overrides_runpath=no
15912
 
+  # This implies no fast_install, which is unacceptable.
15913
 
+  # Some rework will be needed to allow for fast_install
15914
 
+  # before this can be enabled.
15915
 
+  hardcode_into_libs=yes
15916
 
+
15917
 
+  # Append ld.so.conf contents to the search path
15918
 
+  if test -f /etc/ld.so.conf; then
15919
 
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,       ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
15920
 
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
15921
 
+  fi
15922
 
+
15923
 
+  # We used to test for /lib/ld.so.1 and disable shared libraries on
15924
 
+  # powerpc, because MkLinux only supported shared libraries with the
15925
 
+  # GNU dynamic linker.  Since this was broken with cross compilers,
15926
 
+  # most powerpc-linux boxes support dynamic linking these days and
15927
 
+  # people can always --disable-shared, the test was removed, and we
15928
 
+  # assume the GNU/Linux dynamic linker is in use.
15929
 
+  dynamic_linker='GNU/Linux ld.so'
15930
 
+  ;;
15931
 
+
15932
 
+netbsdelf*-gnu)
15933
 
+  version_type=linux
15934
 
+  need_lib_prefix=no
15935
 
+  need_version=no
15936
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15937
 
+  soname_spec='${libname}${release}${shared_ext}$major'
15938
 
+  shlibpath_var=LD_LIBRARY_PATH
15939
 
+  shlibpath_overrides_runpath=no
15940
 
+  hardcode_into_libs=yes
15941
 
+  dynamic_linker='NetBSD ld.elf_so'
15942
 
+  ;;
15943
 
+
15944
 
+netbsd*)
15945
 
+  version_type=sunos
15946
 
+  need_lib_prefix=no
15947
 
+  need_version=no
15948
 
+  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
15949
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15950
 
+    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
15951
 
+    dynamic_linker='NetBSD (a.out) ld.so'
15952
 
+  else
15953
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15954
 
+    soname_spec='${libname}${release}${shared_ext}$major'
15955
 
+    dynamic_linker='NetBSD ld.elf_so'
15956
 
+  fi
15957
 
+  shlibpath_var=LD_LIBRARY_PATH
15958
 
+  shlibpath_overrides_runpath=yes
15959
 
+  hardcode_into_libs=yes
15960
 
+  ;;
15961
 
+
15962
 
+newsos6)
15963
 
+  version_type=linux
15964
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15965
 
+  shlibpath_var=LD_LIBRARY_PATH
15966
 
+  shlibpath_overrides_runpath=yes
15967
 
+  ;;
15968
 
+
15969
 
+nto-qnx*)
15970
 
+  version_type=linux
15971
 
+  need_lib_prefix=no
15972
 
+  need_version=no
15973
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15974
 
+  soname_spec='${libname}${release}${shared_ext}$major'
15975
 
+  shlibpath_var=LD_LIBRARY_PATH
15976
 
+  shlibpath_overrides_runpath=yes
15977
 
+  ;;
15978
 
+
15979
 
+openbsd*)
15980
 
+  version_type=sunos
15981
 
+  sys_lib_dlsearch_path_spec="/usr/lib"
15982
 
+  need_lib_prefix=no
15983
 
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
15984
 
+  case $host_os in
15985
 
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
15986
 
+    *)                         need_version=no  ;;
15987
 
+  esac
15988
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15989
 
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
15990
 
+  shlibpath_var=LD_LIBRARY_PATH
15991
 
+  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
15992
 
+    case $host_os in
15993
 
+      openbsd2.[89] | openbsd2.[89].*)
15994
 
+       shlibpath_overrides_runpath=no
15995
 
+       ;;
15996
 
+      *)
15997
 
+       shlibpath_overrides_runpath=yes
15998
 
+       ;;
15999
 
+      esac
16000
 
+  else
16001
 
+    shlibpath_overrides_runpath=yes
16002
 
+  fi
16003
 
+  ;;
16004
 
+
16005
 
+os2*)
16006
 
+  libname_spec='$name'
16007
 
+  shrext_cmds=".dll"
16008
 
+  need_lib_prefix=no
16009
 
+  library_names_spec='$libname${shared_ext} $libname.a'
16010
 
+  dynamic_linker='OS/2 ld.exe'
16011
 
+  shlibpath_var=LIBPATH
16012
 
+  ;;
16013
 
+
16014
 
+osf3* | osf4* | osf5*)
16015
 
+  version_type=osf
16016
 
+  need_lib_prefix=no
16017
 
+  need_version=no
16018
 
+  soname_spec='${libname}${release}${shared_ext}$major'
16019
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16020
 
+  shlibpath_var=LD_LIBRARY_PATH
16021
 
+  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
16022
 
+  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
16023
 
+  ;;
16024
 
+
16025
 
+solaris*)
16026
 
+  version_type=linux
16027
 
+  need_lib_prefix=no
16028
 
+  need_version=no
16029
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16030
 
+  soname_spec='${libname}${release}${shared_ext}$major'
16031
 
+  shlibpath_var=LD_LIBRARY_PATH
16032
 
+  shlibpath_overrides_runpath=yes
16033
 
+  hardcode_into_libs=yes
16034
 
+  # ldd complains unless libraries are executable
16035
 
+  postinstall_cmds='chmod +x $lib'
16036
 
+  ;;
16037
 
+
16038
 
+sunos4*)
16039
 
+  version_type=sunos
16040
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
16041
 
+  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
16042
 
+  shlibpath_var=LD_LIBRARY_PATH
16043
 
+  shlibpath_overrides_runpath=yes
16044
 
+  if test "$with_gnu_ld" = yes; then
16045
 
+    need_lib_prefix=no
16046
 
+  fi
16047
 
+  need_version=yes
16048
 
+  ;;
16049
 
+
16050
 
+sysv4 | sysv4.3*)
16051
 
+  version_type=linux
16052
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16053
 
+  soname_spec='${libname}${release}${shared_ext}$major'
16054
 
+  shlibpath_var=LD_LIBRARY_PATH
16055
 
+  case $host_vendor in
16056
 
+    sni)
16057
 
+      shlibpath_overrides_runpath=no
16058
 
+      need_lib_prefix=no
16059
 
+      export_dynamic_flag_spec='${wl}-Blargedynsym'
16060
 
+      runpath_var=LD_RUN_PATH
16061
 
+      ;;
16062
 
+    siemens)
16063
 
+      need_lib_prefix=no
16064
 
+      ;;
16065
 
+    motorola)
16066
 
+      need_lib_prefix=no
16067
 
+      need_version=no
16068
 
+      shlibpath_overrides_runpath=no
16069
 
+      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
16070
 
+      ;;
16071
 
+  esac
16072
 
+  ;;
16073
 
+
16074
 
+sysv4*MP*)
16075
 
+  if test -d /usr/nec ;then
16076
 
+    version_type=linux
16077
 
+    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
16078
 
+    soname_spec='$libname${shared_ext}.$major'
16079
 
+    shlibpath_var=LD_LIBRARY_PATH
16080
 
+  fi
16081
 
+  ;;
16082
 
+
16083
 
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
16084
 
+  version_type=freebsd-elf
16085
 
+  need_lib_prefix=no
16086
 
+  need_version=no
16087
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
16088
 
+  soname_spec='${libname}${release}${shared_ext}$major'
16089
 
+  shlibpath_var=LD_LIBRARY_PATH
16090
 
+  hardcode_into_libs=yes
16091
 
+  if test "$with_gnu_ld" = yes; then
16092
 
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
16093
 
+    shlibpath_overrides_runpath=no
16094
 
+  else
16095
 
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
16096
 
+    shlibpath_overrides_runpath=yes
16097
 
+    case $host_os in
16098
 
+      sco3.2v5*)
16099
 
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
16100
 
+       ;;
16101
 
+    esac
16102
 
+  fi
16103
 
+  sys_lib_dlsearch_path_spec='/usr/lib'
16104
 
+  ;;
16105
 
+
16106
 
+uts4*)
16107
 
+  version_type=linux
16108
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16109
 
+  soname_spec='${libname}${release}${shared_ext}$major'
16110
 
+  shlibpath_var=LD_LIBRARY_PATH
16111
 
+  ;;
16112
 
+
16113
 
+*)
16114
 
+  dynamic_linker=no
16115
 
+  ;;
16116
 
+esac
16117
 
+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
16118
 
+echo "${ECHO_T}$dynamic_linker" >&6; }
16119
 
+test "$dynamic_linker" = no && can_build_shared=no
16120
 
+
16121
 
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
16122
 
+if test "$GCC" = yes; then
16123
 
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
16124
 
+fi
16125
 
+
16126
 
+{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
16127
 
+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
16128
 
+hardcode_action_CXX=
16129
 
+if test -n "$hardcode_libdir_flag_spec_CXX" || \
16130
 
+   test -n "$runpath_var_CXX" || \
16131
 
+   test "X$hardcode_automatic_CXX" = "Xyes" ; then
16132
 
+
16133
 
+  # We can hardcode non-existant directories.
16134
 
+  if test "$hardcode_direct_CXX" != no &&
16135
 
+     # If the only mechanism to avoid hardcoding is shlibpath_var, we
16136
 
+     # have to relink, otherwise we might link with an installed library
16137
 
+     # when we should be linking with a yet-to-be-installed one
16138
 
+     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
16139
 
+     test "$hardcode_minus_L_CXX" != no; then
16140
 
+    # Linking always hardcodes the temporary library directory.
16141
 
+    hardcode_action_CXX=relink
16142
 
+  else
16143
 
+    # We can link without hardcoding, and we can hardcode nonexisting dirs.
16144
 
+    hardcode_action_CXX=immediate
16145
 
+  fi
16146
 
+else
16147
 
+  # We cannot hardcode anything, or else we can only hardcode existing
16148
 
+  # directories.
16149
 
+  hardcode_action_CXX=unsupported
16150
 
+fi
16151
 
+{ echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
16152
 
+echo "${ECHO_T}$hardcode_action_CXX" >&6; }
16153
 
+
16154
 
+if test "$hardcode_action_CXX" = relink; then
16155
 
+  # Fast installation is not supported
16156
 
+  enable_fast_install=no
16157
 
+elif test "$shlibpath_overrides_runpath" = yes ||
16158
 
+     test "$enable_shared" = no; then
16159
 
+  # Fast installation is not necessary
16160
 
+  enable_fast_install=needless
16161
 
+fi
16162
 
+
16163
 
+
16164
 
+# The else clause should only fire when bootstrapping the
16165
 
+# libtool distribution, otherwise you forgot to ship ltmain.sh
16166
 
+# with your package, and you will get complaints that there are
16167
 
+# no rules to generate ltmain.sh.
16168
 
+if test -f "$ltmain"; then
16169
 
+  # See if we are running on zsh, and set the options which allow our commands through
16170
 
+  # without removal of \ escapes.
16171
 
+  if test -n "${ZSH_VERSION+set}" ; then
16172
 
+    setopt NO_GLOB_SUBST
16173
 
+  fi
16174
 
+  # Now quote all the things that may contain metacharacters while being
16175
 
+  # careful not to overquote the AC_SUBSTed values.  We take copies of the
16176
 
+  # variables and quote the copies for generation of the libtool script.
16177
 
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
16178
 
+    SED SHELL STRIP \
16179
 
+    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
16180
 
+    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
16181
 
+    deplibs_check_method reload_flag reload_cmds need_locks \
16182
 
+    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
16183
 
+    lt_cv_sys_global_symbol_to_c_name_address \
16184
 
+    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
16185
 
+    old_postinstall_cmds old_postuninstall_cmds \
16186
 
+    compiler_CXX \
16187
 
+    CC_CXX \
16188
 
+    LD_CXX \
16189
 
+    lt_prog_compiler_wl_CXX \
16190
 
+    lt_prog_compiler_pic_CXX \
16191
 
+    lt_prog_compiler_static_CXX \
16192
 
+    lt_prog_compiler_no_builtin_flag_CXX \
16193
 
+    export_dynamic_flag_spec_CXX \
16194
 
+    thread_safe_flag_spec_CXX \
16195
 
+    whole_archive_flag_spec_CXX \
16196
 
+    enable_shared_with_static_runtimes_CXX \
16197
 
+    old_archive_cmds_CXX \
16198
 
+    old_archive_from_new_cmds_CXX \
16199
 
+    predep_objects_CXX \
16200
 
+    postdep_objects_CXX \
16201
 
+    predeps_CXX \
16202
 
+    postdeps_CXX \
16203
 
+    compiler_lib_search_path_CXX \
16204
 
+    archive_cmds_CXX \
16205
 
+    archive_expsym_cmds_CXX \
16206
 
+    postinstall_cmds_CXX \
16207
 
+    postuninstall_cmds_CXX \
16208
 
+    old_archive_from_expsyms_cmds_CXX \
16209
 
+    allow_undefined_flag_CXX \
16210
 
+    no_undefined_flag_CXX \
16211
 
+    export_symbols_cmds_CXX \
16212
 
+    hardcode_libdir_flag_spec_CXX \
16213
 
+    hardcode_libdir_flag_spec_ld_CXX \
16214
 
+    hardcode_libdir_separator_CXX \
16215
 
+    hardcode_automatic_CXX \
16216
 
+    module_cmds_CXX \
16217
 
+    module_expsym_cmds_CXX \
16218
 
+    lt_cv_prog_compiler_c_o_CXX \
16219
 
+    exclude_expsyms_CXX \
16220
 
+    include_expsyms_CXX; do
16221
 
+
16222
 
+    case $var in
16223
 
+    old_archive_cmds_CXX | \
16224
 
+    old_archive_from_new_cmds_CXX | \
16225
 
+    archive_cmds_CXX | \
16226
 
+    archive_expsym_cmds_CXX | \
16227
 
+    module_cmds_CXX | \
16228
 
+    module_expsym_cmds_CXX | \
16229
 
+    old_archive_from_expsyms_cmds_CXX | \
16230
 
+    export_symbols_cmds_CXX | \
16231
 
+    extract_expsyms_cmds | reload_cmds | finish_cmds | \
16232
 
+    postinstall_cmds | postuninstall_cmds | \
16233
 
+    old_postinstall_cmds | old_postuninstall_cmds | \
16234
 
+    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
16235
 
+      # Double-quote double-evaled strings.
16236
 
+      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
16237
 
+      ;;
16238
 
+    *)
16239
 
+      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
16240
 
+      ;;
16241
 
+    esac
16242
 
+  done
16243
 
+
16244
 
+  case $lt_echo in
16245
 
+  *'\$0 --fallback-echo"')
16246
 
+    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
16247
 
+    ;;
16248
 
+  esac
16249
 
+
16250
 
+cfgfile="$ofile"
16251
 
+
16252
 
+  cat <<__EOF__ >> "$cfgfile"
16253
 
+# ### BEGIN LIBTOOL TAG CONFIG: $tagname
16254
 
+
16255
 
+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16256
 
+
16257
 
+# Shell to use when invoking shell scripts.
16258
 
+SHELL=$lt_SHELL
16259
 
+
16260
 
+# Whether or not to build shared libraries.
16261
 
+build_libtool_libs=$enable_shared
16262
 
+
16263
 
+# Whether or not to build static libraries.
16264
 
+build_old_libs=$enable_static
16265
 
+
16266
 
+# Whether or not to add -lc for building shared libraries.
16267
 
+build_libtool_need_lc=$archive_cmds_need_lc_CXX
16268
 
+
16269
 
+# Whether or not to disallow shared libs when runtime libs are static
16270
 
+allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
16271
 
+
16272
 
+# Whether or not to optimize for fast installation.
16273
 
+fast_install=$enable_fast_install
16274
 
+
16275
 
+# The host system.
16276
 
+host_alias=$host_alias
16277
 
+host=$host
16278
 
+host_os=$host_os
16279
 
+
16280
 
+# The build system.
16281
 
+build_alias=$build_alias
16282
 
+build=$build
16283
 
+build_os=$build_os
16284
 
+
16285
 
+# An echo program that does not interpret backslashes.
16286
 
+echo=$lt_echo
16287
 
+
16288
 
+# The archiver.
16289
 
+AR=$lt_AR
16290
 
+AR_FLAGS=$lt_AR_FLAGS
16291
 
+
16292
 
+# A C compiler.
16293
 
+LTCC=$lt_LTCC
16294
 
+
16295
 
+# LTCC compiler flags.
16296
 
+LTCFLAGS=$lt_LTCFLAGS
16297
 
+
16298
 
+# A language-specific compiler.
16299
 
+CC=$lt_compiler_CXX
16300
 
+
16301
 
+# Is the compiler the GNU C compiler?
16302
 
+with_gcc=$GCC_CXX
16303
 
+
16304
 
+# An ERE matcher.
16305
 
+EGREP=$lt_EGREP
16306
 
+
16307
 
+# The linker used to build libraries.
16308
 
+LD=$lt_LD_CXX
16309
 
+
16310
 
+# Whether we need hard or soft links.
16311
 
+LN_S=$lt_LN_S
16312
 
+
16313
 
+# A BSD-compatible nm program.
16314
 
+NM=$lt_NM
16315
 
+
16316
 
+# A symbol stripping program
16317
 
+STRIP=$lt_STRIP
16318
 
+
16319
 
+# Used to examine libraries when file_magic_cmd begins "file"
16320
 
+MAGIC_CMD=$MAGIC_CMD
16321
 
+
16322
 
+# Used on cygwin: DLL creation program.
16323
 
+DLLTOOL="$DLLTOOL"
16324
 
+
16325
 
+# Used on cygwin: object dumper.
16326
 
+OBJDUMP="$OBJDUMP"
16327
 
+
16328
 
+# Used on cygwin: assembler.
16329
 
+AS="$AS"
16330
 
+
16331
 
+# The name of the directory that contains temporary libtool files.
16332
 
+objdir=$objdir
16333
 
+
16334
 
+# How to create reloadable object files.
16335
 
+reload_flag=$lt_reload_flag
16336
 
+reload_cmds=$lt_reload_cmds
16337
 
+
16338
 
+# How to pass a linker flag through the compiler.
16339
 
+wl=$lt_lt_prog_compiler_wl_CXX
16340
 
+
16341
 
+# Object file suffix (normally "o").
16342
 
+objext="$ac_objext"
16343
 
+
16344
 
+# Old archive suffix (normally "a").
16345
 
+libext="$libext"
16346
 
+
16347
 
+# Shared library suffix (normally ".so").
16348
 
+shrext_cmds='$shrext_cmds'
16349
 
+
16350
 
+# Executable file suffix (normally "").
16351
 
+exeext="$exeext"
16352
 
+
16353
 
+# Additional compiler flags for building library objects.
16354
 
+pic_flag=$lt_lt_prog_compiler_pic_CXX
16355
 
+pic_mode=$pic_mode
16356
 
+
16357
 
+# What is the maximum length of a command?
16358
 
+max_cmd_len=$lt_cv_sys_max_cmd_len
16359
 
+
16360
 
+# Does compiler simultaneously support -c and -o options?
16361
 
+compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
16362
 
+
16363
 
+# Must we lock files when doing compilation?
16364
 
+need_locks=$lt_need_locks
16365
 
+
16366
 
+# Do we need the lib prefix for modules?
16367
 
+need_lib_prefix=$need_lib_prefix
16368
 
+
16369
 
+# Do we need a version for libraries?
16370
 
+need_version=$need_version
16371
 
+
16372
 
+# Whether dlopen is supported.
16373
 
+dlopen_support=$enable_dlopen
16374
 
+
16375
 
+# Whether dlopen of programs is supported.
16376
 
+dlopen_self=$enable_dlopen_self
16377
 
+
16378
 
+# Whether dlopen of statically linked programs is supported.
16379
 
+dlopen_self_static=$enable_dlopen_self_static
16380
 
+
16381
 
+# Compiler flag to prevent dynamic linking.
16382
 
+link_static_flag=$lt_lt_prog_compiler_static_CXX
16383
 
+
16384
 
+# Compiler flag to turn off builtin functions.
16385
 
+no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
16386
 
+
16387
 
+# Compiler flag to allow reflexive dlopens.
16388
 
+export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
16389
 
+
16390
 
+# Compiler flag to generate shared objects directly from archives.
16391
 
+whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
16392
 
+
16393
 
+# Compiler flag to generate thread-safe objects.
16394
 
+thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX
16395
 
+
16396
 
+# Library versioning type.
16397
 
+version_type=$version_type
16398
 
+
16399
 
+# Format of library name prefix.
16400
 
+libname_spec=$lt_libname_spec
16401
 
+
16402
 
+# List of archive names.  First name is the real one, the rest are links.
16403
 
+# The last name is the one that the linker finds with -lNAME.
16404
 
+library_names_spec=$lt_library_names_spec
16405
 
+
16406
 
+# The coded name of the library, if different from the real name.
16407
 
+soname_spec=$lt_soname_spec
16408
 
+
16409
 
+# Commands used to build and install an old-style archive.
16410
 
+RANLIB=$lt_RANLIB
16411
 
+old_archive_cmds=$lt_old_archive_cmds_CXX
16412
 
+old_postinstall_cmds=$lt_old_postinstall_cmds
16413
 
+old_postuninstall_cmds=$lt_old_postuninstall_cmds
16414
 
+
16415
 
+# Create an old-style archive from a shared archive.
16416
 
+old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
16417
 
+
16418
 
+# Create a temporary old-style archive to link instead of a shared archive.
16419
 
+old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
16420
 
+
16421
 
+# Commands used to build and install a shared archive.
16422
 
+archive_cmds=$lt_archive_cmds_CXX
16423
 
+archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
16424
 
+postinstall_cmds=$lt_postinstall_cmds
16425
 
+postuninstall_cmds=$lt_postuninstall_cmds
16426
 
+
16427
 
+# Commands used to build a loadable module (assumed same as above if empty)
16428
 
+module_cmds=$lt_module_cmds_CXX
16429
 
+module_expsym_cmds=$lt_module_expsym_cmds_CXX
16430
 
+
16431
 
+# Commands to strip libraries.
16432
 
+old_striplib=$lt_old_striplib
16433
 
+striplib=$lt_striplib
16434
 
+
16435
 
+# Dependencies to place before the objects being linked to create a
16436
 
+# shared library.
16437
 
+predep_objects=$lt_predep_objects_CXX
16438
 
+
16439
 
+# Dependencies to place after the objects being linked to create a
16440
 
+# shared library.
16441
 
+postdep_objects=$lt_postdep_objects_CXX
16442
 
+
16443
 
+# Dependencies to place before the objects being linked to create a
16444
 
+# shared library.
16445
 
+predeps=$lt_predeps_CXX
16446
 
+
16447
 
+# Dependencies to place after the objects being linked to create a
16448
 
+# shared library.
16449
 
+postdeps=$lt_postdeps_CXX
16450
 
+
16451
 
+# The library search path used internally by the compiler when linking
16452
 
+# a shared library.
16453
 
+compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
16454
 
+
16455
 
+# Method to check whether dependent libraries are shared objects.
16456
 
+deplibs_check_method=$lt_deplibs_check_method
16457
 
+
16458
 
+# Command to use when deplibs_check_method == file_magic.
16459
 
+file_magic_cmd=$lt_file_magic_cmd
16460
 
+
16461
 
+# Flag that allows shared libraries with undefined symbols to be built.
16462
 
+allow_undefined_flag=$lt_allow_undefined_flag_CXX
16463
 
+
16464
 
+# Flag that forces no undefined symbols.
16465
 
+no_undefined_flag=$lt_no_undefined_flag_CXX
16466
 
+
16467
 
+# Commands used to finish a libtool library installation in a directory.
16468
 
+finish_cmds=$lt_finish_cmds
16469
 
+
16470
 
+# Same as above, but a single script fragment to be evaled but not shown.
16471
 
+finish_eval=$lt_finish_eval
16472
 
+
16473
 
+# Take the output of nm and produce a listing of raw symbols and C names.
16474
 
+global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16475
 
+
16476
 
+# Transform the output of nm in a proper C declaration
16477
 
+global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16478
 
+
16479
 
+# Transform the output of nm in a C name address pair
16480
 
+global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16481
 
+
16482
 
+# This is the shared library runtime path variable.
16483
 
+runpath_var=$runpath_var
16484
 
+
16485
 
+# This is the shared library path variable.
16486
 
+shlibpath_var=$shlibpath_var
16487
 
+
16488
 
+# Is shlibpath searched before the hard-coded library search path?
16489
 
+shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16490
 
+
16491
 
+# How to hardcode a shared library path into an executable.
16492
 
+hardcode_action=$hardcode_action_CXX
16493
 
+
16494
 
+# Whether we should hardcode library paths into libraries.
16495
 
+hardcode_into_libs=$hardcode_into_libs
16496
 
+
16497
 
+# Flag to hardcode \$libdir into a binary during linking.
16498
 
+# This must work even if \$libdir does not exist.
16499
 
+hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
16500
 
+
16501
 
+# If ld is used when linking, flag to hardcode \$libdir into
16502
 
+# a binary during linking. This must work even if \$libdir does
16503
 
+# not exist.
16504
 
+hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
16505
 
+
16506
 
+# Whether we need a single -rpath flag with a separated argument.
16507
 
+hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
16508
 
+
16509
 
+# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
16510
 
+# resulting binary.
16511
 
+hardcode_direct=$hardcode_direct_CXX
16512
 
+
16513
 
+# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
16514
 
+# resulting binary.
16515
 
+hardcode_minus_L=$hardcode_minus_L_CXX
16516
 
+
16517
 
+# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
16518
 
+# the resulting binary.
16519
 
+hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
16520
 
+
16521
 
+# Set to yes if building a shared library automatically hardcodes DIR into the library
16522
 
+# and all subsequent libraries and executables linked against it.
16523
 
+hardcode_automatic=$hardcode_automatic_CXX
16524
 
+
16525
 
+# Variables whose values should be saved in libtool wrapper scripts and
16526
 
+# restored at relink time.
16527
 
+variables_saved_for_relink="$variables_saved_for_relink"
16528
 
+
16529
 
+# Whether libtool must link a program against all its dependency libraries.
16530
 
+link_all_deplibs=$link_all_deplibs_CXX
16531
 
+
16532
 
+# Compile-time system search path for libraries
16533
 
+sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16534
 
+
16535
 
+# Run-time system search path for libraries
16536
 
+sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16537
 
+
16538
 
+# Fix the shell variable \$srcfile for the compiler.
16539
 
+fix_srcfile_path="$fix_srcfile_path_CXX"
16540
 
+
16541
 
+# Set to yes if exported symbols are required.
16542
 
+always_export_symbols=$always_export_symbols_CXX
16543
 
+
16544
 
+# The commands to list exported symbols.
16545
 
+export_symbols_cmds=$lt_export_symbols_cmds_CXX
16546
 
+
16547
 
+# The commands to extract the exported symbol list from a shared archive.
16548
 
+extract_expsyms_cmds=$lt_extract_expsyms_cmds
16549
 
+
16550
 
+# Symbols that should not be listed in the preloaded symbols.
16551
 
+exclude_expsyms=$lt_exclude_expsyms_CXX
16552
 
+
16553
 
+# Symbols that must always be exported.
16554
 
+include_expsyms=$lt_include_expsyms_CXX
16555
 
+
16556
 
+# ### END LIBTOOL TAG CONFIG: $tagname
16557
 
+
16558
 
+__EOF__
16559
 
+
16560
 
+
16561
 
+else
16562
 
+  # If there is no Makefile yet, we rely on a make rule to execute
16563
 
+  # `config.status --recheck' to rerun these tests and create the
16564
 
+  # libtool script then.
16565
 
+  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
16566
 
+  if test -f "$ltmain_in"; then
16567
 
+    test -f Makefile && make "$ltmain"
16568
 
+  fi
16569
 
+fi
16570
 
+
16571
 
+
16572
 
+ac_ext=c
16573
 
+ac_cpp='$CPP $CPPFLAGS'
16574
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16575
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16576
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
16577
 
+
16578
 
+CC=$lt_save_CC
16579
 
+LDCXX=$LD
16580
 
+LD=$lt_save_LD
16581
 
+GCC=$lt_save_GCC
16582
 
+with_gnu_ldcxx=$with_gnu_ld
16583
 
+with_gnu_ld=$lt_save_with_gnu_ld
16584
 
+lt_cv_path_LDCXX=$lt_cv_path_LD
16585
 
+lt_cv_path_LD=$lt_save_path_LD
16586
 
+lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
16587
 
+lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
16588
 
+
16589
 
+       else
16590
 
+         tagname=""
16591
 
+       fi
16592
 
+       ;;
16593
 
+
16594
 
+      F77)
16595
 
+       if test -n "$F77" && test "X$F77" != "Xno"; then
16596
 
+         
16597
 
+ac_ext=f
16598
 
+ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
16599
 
+ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16600
 
+ac_compiler_gnu=$ac_cv_f77_compiler_gnu
16601
 
+
16602
 
+
16603
 
+archive_cmds_need_lc_F77=no
16604
 
+allow_undefined_flag_F77=
16605
 
+always_export_symbols_F77=no
16606
 
+archive_expsym_cmds_F77=
16607
 
+export_dynamic_flag_spec_F77=
16608
 
+hardcode_direct_F77=no
16609
 
+hardcode_libdir_flag_spec_F77=
16610
 
+hardcode_libdir_flag_spec_ld_F77=
16611
 
+hardcode_libdir_separator_F77=
16612
 
+hardcode_minus_L_F77=no
16613
 
+hardcode_automatic_F77=no
16614
 
+module_cmds_F77=
16615
 
+module_expsym_cmds_F77=
16616
 
+link_all_deplibs_F77=unknown
16617
 
+old_archive_cmds_F77=$old_archive_cmds
16618
 
+no_undefined_flag_F77=
16619
 
+whole_archive_flag_spec_F77=
16620
 
+enable_shared_with_static_runtimes_F77=no
16621
 
+
16622
 
+# Source file extension for f77 test sources.
16623
 
+ac_ext=f
16624
 
+
16625
 
+# Object file extension for compiled f77 test sources.
16626
 
+objext=o
16627
 
+objext_F77=$objext
16628
 
+
16629
 
+# Code to be used in simple compile tests
16630
 
+lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
16631
 
+
16632
 
+# Code to be used in simple link tests
16633
 
+lt_simple_link_test_code="      program t\n      end\n"
16634
 
+
16635
 
+# ltmain only uses $CC for tagged configurations so make sure $CC is set.
16636
 
+
16637
 
+# If no C compiler was specified, use CC.
16638
 
+LTCC=${LTCC-"$CC"}
16639
 
+
16640
 
+# If no C compiler flags were specified, use CFLAGS.
16641
 
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
16642
 
+
16643
 
+# Allow CC to be a program name with arguments.
16644
 
+compiler=$CC
16645
 
+
16646
 
+
16647
 
+# save warnings/boilerplate of simple test code
16648
 
+ac_outfile=conftest.$ac_objext
16649
 
+printf "$lt_simple_compile_test_code" >conftest.$ac_ext
16650
 
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
16651
 
+_lt_compiler_boilerplate=`cat conftest.err`
16652
 
+$rm conftest*
16653
 
+
16654
 
+ac_outfile=conftest.$ac_objext
16655
 
+printf "$lt_simple_link_test_code" >conftest.$ac_ext
16656
 
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
16657
 
+_lt_linker_boilerplate=`cat conftest.err`
16658
 
+$rm conftest*
16659
 
+
16660
 
+
16661
 
+# Allow CC to be a program name with arguments.
16662
 
+lt_save_CC="$CC"
16663
 
+CC=${F77-"f77"}
16664
 
+compiler=$CC
16665
 
+compiler_F77=$CC
16666
 
+for cc_temp in $compiler""; do
16667
 
+  case $cc_temp in
16668
 
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
16669
 
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
16670
 
+    \-*) ;;
16671
 
+    *) break;;
16672
 
+  esac
16673
 
+done
16674
 
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
16675
 
+
16676
 
+
16677
 
+{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
16678
 
+echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
16679
 
+{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
16680
 
+echo "${ECHO_T}$can_build_shared" >&6; }
16681
 
+
16682
 
+{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
16683
 
+echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
16684
 
+test "$can_build_shared" = "no" && enable_shared=no
16685
 
+
16686
 
+# On AIX, shared libraries and static libraries use the same namespace, and
16687
 
+# are all built from PIC.
16688
 
+case $host_os in
16689
 
+aix3*)
16690
 
+  test "$enable_shared" = yes && enable_static=no
16691
 
+  if test -n "$RANLIB"; then
16692
 
+    archive_cmds="$archive_cmds~\$RANLIB \$lib"
16693
 
+    postinstall_cmds='$RANLIB $lib'
16694
 
+  fi
16695
 
+  ;;
16696
 
+aix4* | aix5*)
16697
 
+  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
16698
 
+    test "$enable_shared" = yes && enable_static=no
16699
 
+  fi
16700
 
+  ;;
16701
 
+esac
16702
 
+{ echo "$as_me:$LINENO: result: $enable_shared" >&5
16703
 
+echo "${ECHO_T}$enable_shared" >&6; }
16704
 
+
16705
 
+{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
16706
 
+echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
16707
 
+# Make sure either enable_shared or enable_static is yes.
16708
 
+test "$enable_shared" = yes || enable_static=yes
16709
 
+{ echo "$as_me:$LINENO: result: $enable_static" >&5
16710
 
+echo "${ECHO_T}$enable_static" >&6; }
16711
 
+
16712
 
+GCC_F77="$G77"
16713
 
+LD_F77="$LD"
16714
 
+
16715
 
+lt_prog_compiler_wl_F77=
16716
 
+lt_prog_compiler_pic_F77=
16717
 
+lt_prog_compiler_static_F77=
16718
 
+
16719
 
+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
16720
 
+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
16721
 
16722
 
+  if test "$GCC" = yes; then
16723
 
+    lt_prog_compiler_wl_F77='-Wl,'
16724
 
+    lt_prog_compiler_static_F77='-static'
16725
 
+
16726
 
+    case $host_os in
16727
 
+      aix*)
16728
 
+      # All AIX code is PIC.
16729
 
+      if test "$host_cpu" = ia64; then
16730
 
+       # AIX 5 now supports IA64 processor
16731
 
+       lt_prog_compiler_static_F77='-Bstatic'
16732
 
+      fi
16733
 
+      ;;
16734
 
+
16735
 
+    amigaos*)
16736
 
+      # FIXME: we need at least 68020 code to build shared libraries, but
16737
 
+      # adding the `-m68020' flag to GCC prevents building anything better,
16738
 
+      # like `-m68040'.
16739
 
+      lt_prog_compiler_pic_F77='-m68020 -resident32 -malways-restore-a4'
16740
 
+      ;;
16741
 
+
16742
 
+    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
16743
 
+      # PIC is the default for these OSes.
16744
 
+      ;;
16745
 
+
16746
 
+    mingw* | pw32* | os2*)
16747
 
+      # This hack is so that the source file can tell whether it is being
16748
 
+      # built for inclusion in a dll (and should export symbols for example).
16749
 
+      lt_prog_compiler_pic_F77='-DDLL_EXPORT'
16750
 
+      ;;
16751
 
+
16752
 
+    darwin* | rhapsody*)
16753
 
+      # PIC is the default on this platform
16754
 
+      # Common symbols not allowed in MH_DYLIB files
16755
 
+      lt_prog_compiler_pic_F77='-fno-common'
16756
 
+      ;;
16757
 
+
16758
 
+    interix3*)
16759
 
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
16760
 
+      # Instead, we relocate shared libraries at runtime.
16761
 
+      ;;
16762
 
+
16763
 
+    msdosdjgpp*)
16764
 
+      # Just because we use GCC doesn't mean we suddenly get shared libraries
16765
 
+      # on systems that don't support them.
16766
 
+      lt_prog_compiler_can_build_shared_F77=no
16767
 
+      enable_shared=no
16768
 
+      ;;
16769
 
+
16770
 
+    sysv4*MP*)
16771
 
+      if test -d /usr/nec; then
16772
 
+       lt_prog_compiler_pic_F77=-Kconform_pic
16773
 
+      fi
16774
 
+      ;;
16775
 
+
16776
 
+    hpux*)
16777
 
+      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
16778
 
+      # not for PA HP-UX.
16779
 
+      case $host_cpu in
16780
 
+      hppa*64*|ia64*)
16781
 
+       # +Z the default
16782
 
+       ;;
16783
 
+      *)
16784
 
+       lt_prog_compiler_pic_F77='-fPIC'
16785
 
+       ;;
16786
 
+      esac
16787
 
+      ;;
16788
 
+
16789
 
+    *)
16790
 
+      lt_prog_compiler_pic_F77='-fPIC'
16791
 
+      ;;
16792
 
+    esac
16793
 
+  else
16794
 
+    # PORTME Check for flag to pass linker flags through the system compiler.
16795
 
+    case $host_os in
16796
 
+    aix*)
16797
 
+      lt_prog_compiler_wl_F77='-Wl,'
16798
 
+      if test "$host_cpu" = ia64; then
16799
 
+       # AIX 5 now supports IA64 processor
16800
 
+       lt_prog_compiler_static_F77='-Bstatic'
16801
 
+      else
16802
 
+       lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp'
16803
 
+      fi
16804
 
+      ;;
16805
 
+      darwin*)
16806
 
+        # PIC is the default on this platform
16807
 
+        # Common symbols not allowed in MH_DYLIB files
16808
 
+       case $cc_basename in
16809
 
+         xlc*)
16810
 
+         lt_prog_compiler_pic_F77='-qnocommon'
16811
 
+         lt_prog_compiler_wl_F77='-Wl,'
16812
 
+         ;;
16813
 
+       esac
16814
 
+       ;;
16815
 
+
16816
 
+    mingw* | pw32* | os2*)
16817
 
+      # This hack is so that the source file can tell whether it is being
16818
 
+      # built for inclusion in a dll (and should export symbols for example).
16819
 
+      lt_prog_compiler_pic_F77='-DDLL_EXPORT'
16820
 
+      ;;
16821
 
+
16822
 
+    hpux9* | hpux10* | hpux11*)
16823
 
+      lt_prog_compiler_wl_F77='-Wl,'
16824
 
+      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
16825
 
+      # not for PA HP-UX.
16826
 
+      case $host_cpu in
16827
 
+      hppa*64*|ia64*)
16828
 
+       # +Z the default
16829
 
+       ;;
16830
 
+      *)
16831
 
+       lt_prog_compiler_pic_F77='+Z'
16832
 
+       ;;
16833
 
+      esac
16834
 
+      # Is there a better lt_prog_compiler_static that works with the bundled CC?
16835
 
+      lt_prog_compiler_static_F77='${wl}-a ${wl}archive'
16836
 
+      ;;
16837
 
+
16838
 
+    irix5* | irix6* | nonstopux*)
16839
 
+      lt_prog_compiler_wl_F77='-Wl,'
16840
 
+      # PIC (with -KPIC) is the default.
16841
 
+      lt_prog_compiler_static_F77='-non_shared'
16842
 
+      ;;
16843
 
+
16844
 
+    newsos6)
16845
 
+      lt_prog_compiler_pic_F77='-KPIC'
16846
 
+      lt_prog_compiler_static_F77='-Bstatic'
16847
 
+      ;;
16848
 
+
16849
 
+    linux* | k*bsd*-gnu)
16850
 
+      case $cc_basename in
16851
 
+      icc* | ecc*)
16852
 
+       lt_prog_compiler_wl_F77='-Wl,'
16853
 
+       lt_prog_compiler_pic_F77='-KPIC'
16854
 
+       lt_prog_compiler_static_F77='-static'
16855
 
+        ;;
16856
 
+      pgcc* | pgf77* | pgf90* | pgf95*)
16857
 
+        # Portland Group compilers (*not* the Pentium gcc compiler,
16858
 
+       # which looks to be a dead project)
16859
 
+       lt_prog_compiler_wl_F77='-Wl,'
16860
 
+       lt_prog_compiler_pic_F77='-fpic'
16861
 
+       lt_prog_compiler_static_F77='-Bstatic'
16862
 
+        ;;
16863
 
+      ccc*)
16864
 
+        lt_prog_compiler_wl_F77='-Wl,'
16865
 
+        # All Alpha code is PIC.
16866
 
+        lt_prog_compiler_static_F77='-non_shared'
16867
 
+        ;;
16868
 
+      esac
16869
 
+      ;;
16870
 
+
16871
 
+    osf3* | osf4* | osf5*)
16872
 
+      lt_prog_compiler_wl_F77='-Wl,'
16873
 
+      # All OSF/1 code is PIC.
16874
 
+      lt_prog_compiler_static_F77='-non_shared'
16875
 
+      ;;
16876
 
+
16877
 
+    solaris*)
16878
 
+      lt_prog_compiler_pic_F77='-KPIC'
16879
 
+      lt_prog_compiler_static_F77='-Bstatic'
16880
 
+      case $cc_basename in
16881
 
+      f77* | f90* | f95*)
16882
 
+       lt_prog_compiler_wl_F77='-Qoption ld ';;
16883
 
+      *)
16884
 
+       lt_prog_compiler_wl_F77='-Wl,';;
16885
 
+      esac
16886
 
+      ;;
16887
 
+
16888
 
+    sunos4*)
16889
 
+      lt_prog_compiler_wl_F77='-Qoption ld '
16890
 
+      lt_prog_compiler_pic_F77='-PIC'
16891
 
+      lt_prog_compiler_static_F77='-Bstatic'
16892
 
+      ;;
16893
 
+
16894
 
+    sysv4 | sysv4.2uw2* | sysv4.3*)
16895
 
+      lt_prog_compiler_wl_F77='-Wl,'
16896
 
+      lt_prog_compiler_pic_F77='-KPIC'
16897
 
+      lt_prog_compiler_static_F77='-Bstatic'
16898
 
+      ;;
16899
 
+
16900
 
+    sysv4*MP*)
16901
 
+      if test -d /usr/nec ;then
16902
 
+       lt_prog_compiler_pic_F77='-Kconform_pic'
16903
 
+       lt_prog_compiler_static_F77='-Bstatic'
16904
 
+      fi
16905
 
+      ;;
16906
 
+
16907
 
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
16908
 
+      lt_prog_compiler_wl_F77='-Wl,'
16909
 
+      lt_prog_compiler_pic_F77='-KPIC'
16910
 
+      lt_prog_compiler_static_F77='-Bstatic'
16911
 
+      ;;
16912
 
+
16913
 
+    unicos*)
16914
 
+      lt_prog_compiler_wl_F77='-Wl,'
16915
 
+      lt_prog_compiler_can_build_shared_F77=no
16916
 
+      ;;
16917
 
+
16918
 
+    uts4*)
16919
 
+      lt_prog_compiler_pic_F77='-pic'
16920
 
+      lt_prog_compiler_static_F77='-Bstatic'
16921
 
+      ;;
16922
 
+
16923
 
+    *)
16924
 
+      lt_prog_compiler_can_build_shared_F77=no
16925
 
+      ;;
16926
 
+    esac
16927
 
+  fi
16928
 
+
16929
 
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
16930
 
+echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; }
16931
 
+
16932
 
+#
16933
 
+# Check to make sure the PIC flag actually works.
16934
 
+#
16935
 
+if test -n "$lt_prog_compiler_pic_F77"; then
16936
 
+  
16937
 
+{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
16938
 
+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; }
16939
 
+if test "${lt_prog_compiler_pic_works_F77+set}" = set; then
16940
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
16941
 
+else
16942
 
+  lt_prog_compiler_pic_works_F77=no
16943
 
+  ac_outfile=conftest.$ac_objext
16944
 
+   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
16945
 
+   lt_compiler_flag="$lt_prog_compiler_pic_F77"
16946
 
+   # Insert the option either (1) after the last *FLAGS variable, or
16947
 
+   # (2) before a word containing "conftest.", or (3) at the end.
16948
 
+   # Note that $ac_compile itself does not contain backslashes and begins
16949
 
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
16950
 
+   # The option is referenced via a variable to avoid confusing sed.
16951
 
+   lt_compile=`echo "$ac_compile" | $SED \
16952
 
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16953
 
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16954
 
+   -e 's:$: $lt_compiler_flag:'`
16955
 
+   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
16956
 
+   (eval "$lt_compile" 2>conftest.err)
16957
 
+   ac_status=$?
16958
 
+   cat conftest.err >&5
16959
 
+   echo "$as_me:__oline__: \$? = $ac_status" >&5
16960
 
+   if (exit $ac_status) && test -s "$ac_outfile"; then
16961
 
+     # The compiler can only warn and ignore the option if not recognized
16962
 
+     # So say no if there are warnings other than the usual output.
16963
 
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
16964
 
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
16965
 
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
16966
 
+       lt_prog_compiler_pic_works_F77=yes
16967
 
+     fi
16968
 
+   fi
16969
 
+   $rm conftest*
16970
 
+
16971
 
+fi
16972
 
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5
16973
 
+echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6; }
16974
 
+
16975
 
+if test x"$lt_prog_compiler_pic_works_F77" = xyes; then
16976
 
+    case $lt_prog_compiler_pic_F77 in
16977
 
+     "" | " "*) ;;
16978
 
+     *) lt_prog_compiler_pic_F77=" $lt_prog_compiler_pic_F77" ;;
16979
 
+     esac
16980
 
+else
16981
 
+    lt_prog_compiler_pic_F77=
16982
 
+     lt_prog_compiler_can_build_shared_F77=no
16983
 
+fi
16984
 
+
16985
 
+fi
16986
 
+case $host_os in
16987
 
+  # For platforms which do not support PIC, -DPIC is meaningless:
16988
 
+  *djgpp*)
16989
 
+    lt_prog_compiler_pic_F77=
16990
 
+    ;;
16991
 
+  *)
16992
 
+    lt_prog_compiler_pic_F77="$lt_prog_compiler_pic_F77"
16993
 
+    ;;
16994
 
+esac
16995
 
+
16996
 
+#
16997
 
+# Check to make sure the static flag actually works.
16998
 
+#
16999
 
+wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\"
17000
 
+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
17001
 
+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
17002
 
+if test "${lt_prog_compiler_static_works_F77+set}" = set; then
17003
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
17004
 
+else
17005
 
+  lt_prog_compiler_static_works_F77=no
17006
 
+   save_LDFLAGS="$LDFLAGS"
17007
 
+   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
17008
 
+   printf "$lt_simple_link_test_code" > conftest.$ac_ext
17009
 
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
17010
 
+     # The linker can only warn and ignore the option if not recognized
17011
 
+     # So say no if there are warnings
17012
 
+     if test -s conftest.err; then
17013
 
+       # Append any errors to the config.log.
17014
 
+       cat conftest.err 1>&5
17015
 
+       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
17016
 
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
17017
 
+       if diff conftest.exp conftest.er2 >/dev/null; then
17018
 
+         lt_prog_compiler_static_works_F77=yes
17019
 
+       fi
17020
 
+     else
17021
 
+       lt_prog_compiler_static_works_F77=yes
17022
 
+     fi
17023
 
+   fi
17024
 
+   $rm conftest*
17025
 
+   LDFLAGS="$save_LDFLAGS"
17026
 
+
17027
 
+fi
17028
 
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_F77" >&5
17029
 
+echo "${ECHO_T}$lt_prog_compiler_static_works_F77" >&6; }
17030
 
+
17031
 
+if test x"$lt_prog_compiler_static_works_F77" = xyes; then
17032
 
+    :
17033
 
+else
17034
 
+    lt_prog_compiler_static_F77=
17035
 
+fi
17036
 
+
17037
 
+
17038
 
+{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
17039
 
+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
17040
 
+if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
17041
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
17042
 
+else
17043
 
+  lt_cv_prog_compiler_c_o_F77=no
17044
 
+   $rm -r conftest 2>/dev/null
17045
 
+   mkdir conftest
17046
 
+   cd conftest
17047
 
+   mkdir out
17048
 
+   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
17049
 
+
17050
 
+   lt_compiler_flag="-o out/conftest2.$ac_objext"
17051
 
+   # Insert the option either (1) after the last *FLAGS variable, or
17052
 
+   # (2) before a word containing "conftest.", or (3) at the end.
17053
 
+   # Note that $ac_compile itself does not contain backslashes and begins
17054
 
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
17055
 
+   lt_compile=`echo "$ac_compile" | $SED \
17056
 
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17057
 
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17058
 
+   -e 's:$: $lt_compiler_flag:'`
17059
 
+   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
17060
 
+   (eval "$lt_compile" 2>out/conftest.err)
17061
 
+   ac_status=$?
17062
 
+   cat out/conftest.err >&5
17063
 
+   echo "$as_me:__oline__: \$? = $ac_status" >&5
17064
 
+   if (exit $ac_status) && test -s out/conftest2.$ac_objext
17065
 
+   then
17066
 
+     # The compiler can only warn and ignore the option if not recognized
17067
 
+     # So say no if there are warnings
17068
 
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
17069
 
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
17070
 
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
17071
 
+       lt_cv_prog_compiler_c_o_F77=yes
17072
 
+     fi
17073
 
+   fi
17074
 
+   chmod u+w . 2>&5
17075
 
+   $rm conftest*
17076
 
+   # SGI C++ compiler will create directory out/ii_files/ for
17077
 
+   # template instantiation
17078
 
+   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
17079
 
+   $rm out/* && rmdir out
17080
 
+   cd ..
17081
 
+   rmdir conftest
17082
 
+   $rm conftest*
17083
 
+
17084
 
+fi
17085
 
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
17086
 
+echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; }
17087
 
+
17088
 
+
17089
 
+hard_links="nottested"
17090
 
+if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then
17091
 
+  # do not overwrite the value of need_locks provided by the user
17092
 
+  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
17093
 
+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
17094
 
+  hard_links=yes
17095
 
+  $rm conftest*
17096
 
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
17097
 
+  touch conftest.a
17098
 
+  ln conftest.a conftest.b 2>&5 || hard_links=no
17099
 
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
17100
 
+  { echo "$as_me:$LINENO: result: $hard_links" >&5
17101
 
+echo "${ECHO_T}$hard_links" >&6; }
17102
 
+  if test "$hard_links" = no; then
17103
 
+    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
17104
 
+echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
17105
 
+    need_locks=warn
17106
 
+  fi
17107
 
+else
17108
 
+  need_locks=no
17109
 
+fi
17110
 
+
17111
 
+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
17112
 
+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
17113
 
+
17114
 
+  runpath_var=
17115
 
+  allow_undefined_flag_F77=
17116
 
+  enable_shared_with_static_runtimes_F77=no
17117
 
+  archive_cmds_F77=
17118
 
+  archive_expsym_cmds_F77=
17119
 
+  old_archive_From_new_cmds_F77=
17120
 
+  old_archive_from_expsyms_cmds_F77=
17121
 
+  export_dynamic_flag_spec_F77=
17122
 
+  whole_archive_flag_spec_F77=
17123
 
+  thread_safe_flag_spec_F77=
17124
 
+  hardcode_libdir_flag_spec_F77=
17125
 
+  hardcode_libdir_flag_spec_ld_F77=
17126
 
+  hardcode_libdir_separator_F77=
17127
 
+  hardcode_direct_F77=no
17128
 
+  hardcode_minus_L_F77=no
17129
 
+  hardcode_shlibpath_var_F77=unsupported
17130
 
+  link_all_deplibs_F77=unknown
17131
 
+  hardcode_automatic_F77=no
17132
 
+  module_cmds_F77=
17133
 
+  module_expsym_cmds_F77=
17134
 
+  always_export_symbols_F77=no
17135
 
+  export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
17136
 
+  # include_expsyms should be a list of space-separated symbols to be *always*
17137
 
+  # included in the symbol list
17138
 
+  include_expsyms_F77=
17139
 
+  # exclude_expsyms can be an extended regexp of symbols to exclude
17140
 
+  # it will be wrapped by ` (' and `)$', so one must not match beginning or
17141
 
+  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
17142
 
+  # as well as any symbol that contains `d'.
17143
 
+  exclude_expsyms_F77="_GLOBAL_OFFSET_TABLE_"
17144
 
+  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
17145
 
+  # platforms (ab)use it in PIC code, but their linkers get confused if
17146
 
+  # the symbol is explicitly referenced.  Since portable code cannot
17147
 
+  # rely on this symbol name, it's probably fine to never include it in
17148
 
+  # preloaded symbol tables.
17149
 
+  extract_expsyms_cmds=
17150
 
+  # Just being paranoid about ensuring that cc_basename is set.
17151
 
+  for cc_temp in $compiler""; do
17152
 
+  case $cc_temp in
17153
 
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
17154
 
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
17155
 
+    \-*) ;;
17156
 
+    *) break;;
17157
 
+  esac
17158
 
+done
17159
 
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
17160
 
+
17161
 
+  case $host_os in
17162
 
+  cygwin* | mingw* | pw32*)
17163
 
+    # FIXME: the MSVC++ port hasn't been tested in a loooong time
17164
 
+    # When not using gcc, we currently assume that we are using
17165
 
+    # Microsoft Visual C++.
17166
 
+    if test "$GCC" != yes; then
17167
 
+      with_gnu_ld=no
17168
 
+    fi
17169
 
+    ;;
17170
 
+  interix*)
17171
 
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
17172
 
+    with_gnu_ld=yes
17173
 
+    ;;
17174
 
+  openbsd*)
17175
 
+    with_gnu_ld=no
17176
 
+    ;;
17177
 
+  esac
17178
 
+
17179
 
+  ld_shlibs_F77=yes
17180
 
+  if test "$with_gnu_ld" = yes; then
17181
 
+    # If archive_cmds runs LD, not CC, wlarc should be empty
17182
 
+    wlarc='${wl}'
17183
 
+
17184
 
+    # Set some defaults for GNU ld with shared library support. These
17185
 
+    # are reset later if shared libraries are not supported. Putting them
17186
 
+    # here allows them to be overridden if necessary.
17187
 
+    runpath_var=LD_RUN_PATH
17188
 
+    hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir'
17189
 
+    export_dynamic_flag_spec_F77='${wl}--export-dynamic'
17190
 
+    # ancient GNU ld didn't support --whole-archive et. al.
17191
 
+    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
17192
 
+       whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
17193
 
+      else
17194
 
+       whole_archive_flag_spec_F77=
17195
 
+    fi
17196
 
+    supports_anon_versioning=no
17197
 
+    case `$LD -v 2>/dev/null` in
17198
 
+      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
17199
 
+      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
17200
 
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
17201
 
+      *\ 2.11.*) ;; # other 2.11 versions
17202
 
+      *) supports_anon_versioning=yes ;;
17203
 
+    esac
17204
 
+
17205
 
+    # See if GNU ld supports shared libraries.
17206
 
+    case $host_os in
17207
 
+    aix3* | aix4* | aix5*)
17208
 
+      # On AIX/PPC, the GNU linker is very broken
17209
 
+      if test "$host_cpu" != ia64; then
17210
 
+       ld_shlibs_F77=no
17211
 
+       cat <<EOF 1>&2
17212
 
+
17213
 
+*** Warning: the GNU linker, at least up to release 2.9.1, is reported
17214
 
+*** to be unable to reliably create shared libraries on AIX.
17215
 
+*** Therefore, libtool is disabling shared libraries support.  If you
17216
 
+*** really care for shared libraries, you may want to modify your PATH
17217
 
+*** so that a non-GNU linker is found, and then restart.
17218
 
+
17219
 
+EOF
17220
 
+      fi
17221
 
+      ;;
17222
 
+
17223
 
+    amigaos*)
17224
 
+      archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
17225
 
+      hardcode_libdir_flag_spec_F77='-L$libdir'
17226
 
+      hardcode_minus_L_F77=yes
17227
 
+
17228
 
+      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
17229
 
+      # that the semantics of dynamic libraries on AmigaOS, at least up
17230
 
+      # to version 4, is to share data among multiple programs linked
17231
 
+      # with the same dynamic library.  Since this doesn't match the
17232
 
+      # behavior of shared libraries on other platforms, we can't use
17233
 
+      # them.
17234
 
+      ld_shlibs_F77=no
17235
 
+      ;;
17236
 
+
17237
 
+    beos*)
17238
 
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
17239
 
+       allow_undefined_flag_F77=unsupported
17240
 
+       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
17241
 
+       # support --undefined.  This deserves some investigation.  FIXME
17242
 
+       archive_cmds_F77='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
17243
 
+      else
17244
 
+       ld_shlibs_F77=no
17245
 
+      fi
17246
 
+      ;;
17247
 
+
17248
 
+    cygwin* | mingw* | pw32*)
17249
 
+      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless,
17250
 
+      # as there is no search path for DLLs.
17251
 
+      hardcode_libdir_flag_spec_F77='-L$libdir'
17252
 
+      allow_undefined_flag_F77=unsupported
17253
 
+      always_export_symbols_F77=no
17254
 
+      enable_shared_with_static_runtimes_F77=yes
17255
 
+      export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
17256
 
+
17257
 
+      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
17258
 
+        archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
17259
 
+       # If the export-symbols file already is a .def file (1st line
17260
 
+       # is EXPORTS), use it as is; otherwise, prepend...
17261
 
+       archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
17262
 
+         cp $export_symbols $output_objdir/$soname.def;
17263
 
+       else
17264
 
+         echo EXPORTS > $output_objdir/$soname.def;
17265
 
+         cat $export_symbols >> $output_objdir/$soname.def;
17266
 
+       fi~
17267
 
+       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
17268
 
+      else
17269
 
+       ld_shlibs_F77=no
17270
 
+      fi
17271
 
+      ;;
17272
 
+
17273
 
+    interix3*)
17274
 
+      hardcode_direct_F77=no
17275
 
+      hardcode_shlibpath_var_F77=no
17276
 
+      hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
17277
 
+      export_dynamic_flag_spec_F77='${wl}-E'
17278
 
+      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
17279
 
+      # Instead, shared libraries are loaded at an image base (0x10000000 by
17280
 
+      # default) and relocated if they conflict, which is a slow very memory
17281
 
+      # consuming and fragmenting process.  To avoid this, we pick a random,
17282
 
+      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
17283
 
+      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
17284
 
+      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'
17285
 
+      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'
17286
 
+      ;;
17287
 
+
17288
 
+    linux* | k*bsd*-gnu)
17289
 
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
17290
 
+       tmp_addflag=
17291
 
+       case $cc_basename,$host_cpu in
17292
 
+       pgcc*)                          # Portland Group C compiler
17293
 
+         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'
17294
 
+         tmp_addflag=' $pic_flag'
17295
 
+         ;;
17296
 
+       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
17297
 
+         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'
17298
 
+         tmp_addflag=' $pic_flag -Mnomain' ;;
17299
 
+       ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
17300
 
+         tmp_addflag=' -i_dynamic' ;;
17301
 
+       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
17302
 
+         tmp_addflag=' -i_dynamic -nofor_main' ;;
17303
 
+       ifc* | ifort*)                  # Intel Fortran compiler
17304
 
+         tmp_addflag=' -nofor_main' ;;
17305
 
+       esac
17306
 
+       archive_cmds_F77='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
17307
 
+
17308
 
+       if test $supports_anon_versioning = yes; then
17309
 
+         archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~
17310
 
+  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
17311
 
+  $echo "local: *; };" >> $output_objdir/$libname.ver~
17312
 
+         $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
17313
 
+       fi
17314
 
+       link_all_deplibs_F77=no
17315
 
+      else
17316
 
+       ld_shlibs_F77=no
17317
 
+      fi
17318
 
+      ;;
17319
 
+
17320
 
+    netbsd* | netbsdelf*-gnu)
17321
 
+      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
17322
 
+       archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
17323
 
+       wlarc=
17324
 
+      else
17325
 
+       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
17326
 
+       archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
17327
 
+      fi
17328
 
+      ;;
17329
 
+
17330
 
+    solaris*)
17331
 
+      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
17332
 
+       ld_shlibs_F77=no
17333
 
+       cat <<EOF 1>&2
17334
 
+
17335
 
+*** Warning: The releases 2.8.* of the GNU linker cannot reliably
17336
 
+*** create shared libraries on Solaris systems.  Therefore, libtool
17337
 
+*** is disabling shared libraries support.  We urge you to upgrade GNU
17338
 
+*** binutils to release 2.9.1 or newer.  Another option is to modify
17339
 
+*** your PATH or compiler configuration so that the native linker is
17340
 
+*** used, and then restart.
17341
 
+
17342
 
+EOF
17343
 
+      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
17344
 
+       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
17345
 
+       archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
17346
 
+      else
17347
 
+       ld_shlibs_F77=no
17348
 
+      fi
17349
 
+      ;;
17350
 
+
17351
 
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
17352
 
+      case `$LD -v 2>&1` in
17353
 
+        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) 
17354
 
+       ld_shlibs_F77=no
17355
 
+       cat <<_LT_EOF 1>&2
17356
 
+
17357
 
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
17358
 
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
17359
 
+*** is disabling shared libraries support.  We urge you to upgrade GNU
17360
 
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
17361
 
+*** your PATH or compiler configuration so that the native linker is
17362
 
+*** used, and then restart.
17363
 
+
17364
 
+_LT_EOF
17365
 
+       ;;
17366
 
+       *)
17367
 
+         if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
17368
 
+           hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
17369
 
+           archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
17370
 
+           archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
17371
 
+         else
17372
 
+           ld_shlibs_F77=no
17373
 
+         fi
17374
 
+       ;;
17375
 
+      esac
17376
 
+      ;;
17377
 
+
17378
 
+    sunos4*)
17379
 
+      archive_cmds_F77='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
17380
 
+      wlarc=
17381
 
+      hardcode_direct_F77=yes
17382
 
+      hardcode_shlibpath_var_F77=no
17383
 
+      ;;
17384
 
+
17385
 
+    *)
17386
 
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
17387
 
+       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
17388
 
+       archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
17389
 
+      else
17390
 
+       ld_shlibs_F77=no
17391
 
+      fi
17392
 
+      ;;
17393
 
+    esac
17394
 
+
17395
 
+    if test "$ld_shlibs_F77" = no; then
17396
 
+      runpath_var=
17397
 
+      hardcode_libdir_flag_spec_F77=
17398
 
+      export_dynamic_flag_spec_F77=
17399
 
+      whole_archive_flag_spec_F77=
17400
 
+    fi
17401
 
+  else
17402
 
+    # PORTME fill in a description of your system's linker (not GNU ld)
17403
 
+    case $host_os in
17404
 
+    aix3*)
17405
 
+      allow_undefined_flag_F77=unsupported
17406
 
+      always_export_symbols_F77=yes
17407
 
+      archive_expsym_cmds_F77='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
17408
 
+      # Note: this linker hardcodes the directories in LIBPATH if there
17409
 
+      # are no directories specified by -L.
17410
 
+      hardcode_minus_L_F77=yes
17411
 
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
17412
 
+       # Neither direct hardcoding nor static linking is supported with a
17413
 
+       # broken collect2.
17414
 
+       hardcode_direct_F77=unsupported
17415
 
+      fi
17416
 
+      ;;
17417
 
+
17418
 
+    aix4* | aix5*)
17419
 
+      if test "$host_cpu" = ia64; then
17420
 
+       # On IA64, the linker does run time linking by default, so we don't
17421
 
+       # have to do anything special.
17422
 
+       aix_use_runtimelinking=no
17423
 
+       exp_sym_flag='-Bexport'
17424
 
+       no_entry_flag=""
17425
 
+      else
17426
 
+       # If we're using GNU nm, then we don't want the "-C" option.
17427
 
+       # -C means demangle to AIX nm, but means don't demangle with GNU nm
17428
 
+       if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
17429
 
+         export_symbols_cmds_F77='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
17430
 
+       else
17431
 
+         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'
17432
 
+       fi
17433
 
+       aix_use_runtimelinking=no
17434
 
+
17435
 
+       # Test if we are trying to use run time linking or normal
17436
 
+       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
17437
 
+       # need to do runtime linking.
17438
 
+       case $host_os in aix4.[23]|aix4.[23].*|aix5*)
17439
 
+         for ld_flag in $LDFLAGS; do
17440
 
+         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
17441
 
+           aix_use_runtimelinking=yes
17442
 
+           break
17443
 
+         fi
17444
 
+         done
17445
 
+         ;;
17446
 
+       esac
17447
 
+
17448
 
+       exp_sym_flag='-bexport'
17449
 
+       no_entry_flag='-bnoentry'
17450
 
+      fi
17451
 
+
17452
 
+      # When large executables or shared objects are built, AIX ld can
17453
 
+      # have problems creating the table of contents.  If linking a library
17454
 
+      # or program results in "error TOC overflow" add -mminimal-toc to
17455
 
+      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
17456
 
+      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
17457
 
+
17458
 
+      archive_cmds_F77=''
17459
 
+      hardcode_direct_F77=yes
17460
 
+      hardcode_libdir_separator_F77=':'
17461
 
+      link_all_deplibs_F77=yes
17462
 
+
17463
 
+      if test "$GCC" = yes; then
17464
 
+       case $host_os in aix4.[012]|aix4.[012].*)
17465
 
+       # We only want to do this on AIX 4.2 and lower, the check
17466
 
+       # below for broken collect2 doesn't work under 4.3+
17467
 
+         collect2name=`${CC} -print-prog-name=collect2`
17468
 
+         if test -f "$collect2name" && \
17469
 
+          strings "$collect2name" | grep resolve_lib_name >/dev/null
17470
 
+         then
17471
 
+         # We have reworked collect2
17472
 
+         hardcode_direct_F77=yes
17473
 
+         else
17474
 
+         # We have old collect2
17475
 
+         hardcode_direct_F77=unsupported
17476
 
+         # It fails to find uninstalled libraries when the uninstalled
17477
 
+         # path is not listed in the libpath.  Setting hardcode_minus_L
17478
 
+         # to unsupported forces relinking
17479
 
+         hardcode_minus_L_F77=yes
17480
 
+         hardcode_libdir_flag_spec_F77='-L$libdir'
17481
 
+         hardcode_libdir_separator_F77=
17482
 
+         fi
17483
 
+         ;;
17484
 
+       esac
17485
 
+       shared_flag='-shared'
17486
 
+       if test "$aix_use_runtimelinking" = yes; then
17487
 
+         shared_flag="$shared_flag "'${wl}-G'
17488
 
+       fi
17489
 
+      else
17490
 
+       # not using gcc
17491
 
+       if test "$host_cpu" = ia64; then
17492
 
+       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
17493
 
+       # chokes on -Wl,-G. The following line is correct:
17494
 
+         shared_flag='-G'
17495
 
+       else
17496
 
+         if test "$aix_use_runtimelinking" = yes; then
17497
 
+           shared_flag='${wl}-G'
17498
 
+         else
17499
 
+           shared_flag='${wl}-bM:SRE'
17500
 
+         fi
17501
 
+       fi
17502
 
+      fi
17503
 
+
17504
 
+      # It seems that -bexpall does not export symbols beginning with
17505
 
+      # underscore (_), so it is better to generate a list of symbols to export.
17506
 
+      always_export_symbols_F77=yes
17507
 
+      if test "$aix_use_runtimelinking" = yes; then
17508
 
+       # Warning - without using the other runtime loading flags (-brtl),
17509
 
+       # -berok will link without error, but may produce a broken library.
17510
 
+       allow_undefined_flag_F77='-berok'
17511
 
+       # Determine the default libpath from the value encoded in an empty executable.
17512
 
+       cat >conftest.$ac_ext <<_ACEOF
17513
 
+      program main
17514
 
+
17515
 
+      end
17516
 
+_ACEOF
17517
 
+rm -f conftest.$ac_objext conftest$ac_exeext
17518
 
+if { (ac_try="$ac_link"
17519
 
+case "(($ac_try" in
17520
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17521
 
+  *) ac_try_echo=$ac_try;;
17522
 
+esac
17523
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17524
 
+  (eval "$ac_link") 2>conftest.er1
17525
 
+  ac_status=$?
17526
 
+  grep -v '^ *+' conftest.er1 >conftest.err
17527
 
+  rm -f conftest.er1
17528
 
+  cat conftest.err >&5
17529
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17530
 
+  (exit $ac_status); } && {
17531
 
+        test -z "$ac_f77_werror_flag" ||
17532
 
+        test ! -s conftest.err
17533
 
+       } && test -s conftest$ac_exeext &&
17534
 
+       $as_test_x conftest$ac_exeext; then
17535
 
+  
17536
 
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
17537
 
+}'`
17538
 
+# Check for a 64-bit object if we didn't find anything.
17539
 
+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; }
17540
 
+}'`; fi
17541
 
+else
17542
 
+  echo "$as_me: failed program was:" >&5
17543
 
+sed 's/^/| /' conftest.$ac_ext >&5
17544
 
+
17545
 
+       
17546
 
+fi
17547
 
+
17548
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17549
 
+      conftest$ac_exeext conftest.$ac_ext
17550
 
+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17551
 
+
17552
 
+       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
17553
 
+       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"
17554
 
+       else
17555
 
+       if test "$host_cpu" = ia64; then
17556
 
+         hardcode_libdir_flag_spec_F77='${wl}-R $libdir:/usr/lib:/lib'
17557
 
+         allow_undefined_flag_F77="-z nodefs"
17558
 
+         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"
17559
 
+       else
17560
 
+        # Determine the default libpath from the value encoded in an empty executable.
17561
 
+        cat >conftest.$ac_ext <<_ACEOF
17562
 
+      program main
17563
 
+
17564
 
+      end
17565
 
+_ACEOF
17566
 
+rm -f conftest.$ac_objext conftest$ac_exeext
17567
 
+if { (ac_try="$ac_link"
17568
 
+case "(($ac_try" in
17569
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17570
 
+  *) ac_try_echo=$ac_try;;
17571
 
+esac
17572
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17573
 
+  (eval "$ac_link") 2>conftest.er1
17574
 
+  ac_status=$?
17575
 
+  grep -v '^ *+' conftest.er1 >conftest.err
17576
 
+  rm -f conftest.er1
17577
 
+  cat conftest.err >&5
17578
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17579
 
+  (exit $ac_status); } && {
17580
 
+        test -z "$ac_f77_werror_flag" ||
17581
 
+        test ! -s conftest.err
17582
 
+       } && test -s conftest$ac_exeext &&
17583
 
+       $as_test_x conftest$ac_exeext; then
17584
 
+  
17585
 
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
17586
 
+}'`
17587
 
+# Check for a 64-bit object if we didn't find anything.
17588
 
+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; }
17589
 
+}'`; fi
17590
 
+else
17591
 
+  echo "$as_me: failed program was:" >&5
17592
 
+sed 's/^/| /' conftest.$ac_ext >&5
17593
 
+
17594
 
+       
17595
 
+fi
17596
 
+
17597
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17598
 
+      conftest$ac_exeext conftest.$ac_ext
17599
 
+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17600
 
+
17601
 
+        hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
17602
 
+         # Warning - without using the other run time loading flags,
17603
 
+         # -berok will link without error, but may produce a broken library.
17604
 
+         no_undefined_flag_F77=' ${wl}-bernotok'
17605
 
+         allow_undefined_flag_F77=' ${wl}-berok'
17606
 
+         # Exported symbols can be pulled into shared objects from archives
17607
 
+         whole_archive_flag_spec_F77='$convenience'
17608
 
+         archive_cmds_need_lc_F77=yes
17609
 
+         # This is similar to how AIX traditionally builds its shared libraries.
17610
 
+         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'
17611
 
+       fi
17612
 
+      fi
17613
 
+      ;;
17614
 
+
17615
 
+    amigaos*)
17616
 
+      archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
17617
 
+      hardcode_libdir_flag_spec_F77='-L$libdir'
17618
 
+      hardcode_minus_L_F77=yes
17619
 
+      # see comment about different semantics on the GNU ld section
17620
 
+      ld_shlibs_F77=no
17621
 
+      ;;
17622
 
+
17623
 
+    bsdi[45]*)
17624
 
+      export_dynamic_flag_spec_F77=-rdynamic
17625
 
+      ;;
17626
 
+
17627
 
+    cygwin* | mingw* | pw32*)
17628
 
+      # When not using gcc, we currently assume that we are using
17629
 
+      # Microsoft Visual C++.
17630
 
+      # hardcode_libdir_flag_spec is actually meaningless, as there is
17631
 
+      # no search path for DLLs.
17632
 
+      hardcode_libdir_flag_spec_F77=' '
17633
 
+      allow_undefined_flag_F77=unsupported
17634
 
+      # Tell ltmain to make .lib files, not .a files.
17635
 
+      libext=lib
17636
 
+      # Tell ltmain to make .dll files, not .so files.
17637
 
+      shrext_cmds=".dll"
17638
 
+      # FIXME: Setting linknames here is a bad hack.
17639
 
+      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
17640
 
+      # The linker will automatically build a .lib file if we build a DLL.
17641
 
+      old_archive_From_new_cmds_F77='true'
17642
 
+      # FIXME: Should let the user specify the lib program.
17643
 
+      old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs'
17644
 
+      fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
17645
 
+      enable_shared_with_static_runtimes_F77=yes
17646
 
+      ;;
17647
 
+
17648
 
+    darwin* | rhapsody*)
17649
 
+      case $host_os in
17650
 
+        rhapsody* | darwin1.[012])
17651
 
+         allow_undefined_flag_F77='${wl}-undefined ${wl}suppress'
17652
 
+         ;;
17653
 
+       *) # Darwin 1.3 on
17654
 
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
17655
 
+           allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
17656
 
+         else
17657
 
+           case ${MACOSX_DEPLOYMENT_TARGET} in
17658
 
+             10.[012])
17659
 
+               allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
17660
 
+               ;;
17661
 
+             10.*)
17662
 
+               allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup'
17663
 
+               ;;
17664
 
+           esac
17665
 
+         fi
17666
 
+         ;;
17667
 
+      esac
17668
 
+      archive_cmds_need_lc_F77=no
17669
 
+      hardcode_direct_F77=no
17670
 
+      hardcode_automatic_F77=yes
17671
 
+      hardcode_shlibpath_var_F77=unsupported
17672
 
+      whole_archive_flag_spec_F77=''
17673
 
+      link_all_deplibs_F77=yes
17674
 
+    if test "$GCC" = yes ; then
17675
 
+       output_verbose_link_cmd='echo'
17676
 
+        archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
17677
 
+      module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
17678
 
+      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
17679
 
+      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}'
17680
 
+      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}'
17681
 
+    else
17682
 
+      case $cc_basename in
17683
 
+        xlc*)
17684
 
+         output_verbose_link_cmd='echo'
17685
 
+         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
17686
 
+         module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
17687
 
+          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
17688
 
+         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 $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
17689
 
+          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}'
17690
 
+          ;;
17691
 
+       *)
17692
 
+         ld_shlibs_F77=no
17693
 
+          ;;
17694
 
+      esac
17695
 
+    fi
17696
 
+      ;;
17697
 
+
17698
 
+    dgux*)
17699
 
+      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
17700
 
+      hardcode_libdir_flag_spec_F77='-L$libdir'
17701
 
+      hardcode_shlibpath_var_F77=no
17702
 
+      ;;
17703
 
+
17704
 
+    freebsd1*)
17705
 
+      ld_shlibs_F77=no
17706
 
+      ;;
17707
 
+
17708
 
+    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
17709
 
+    # support.  Future versions do this automatically, but an explicit c++rt0.o
17710
 
+    # does not break anything, and helps significantly (at the cost of a little
17711
 
+    # extra space).
17712
 
+    freebsd2.2*)
17713
 
+      archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
17714
 
+      hardcode_libdir_flag_spec_F77='-R$libdir'
17715
 
+      hardcode_direct_F77=yes
17716
 
+      hardcode_shlibpath_var_F77=no
17717
 
+      ;;
17718
 
+
17719
 
+    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
17720
 
+    freebsd2*)
17721
 
+      archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
17722
 
+      hardcode_direct_F77=yes
17723
 
+      hardcode_minus_L_F77=yes
17724
 
+      hardcode_shlibpath_var_F77=no
17725
 
+      ;;
17726
 
+
17727
 
+    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
17728
 
+    freebsd* | dragonfly*)
17729
 
+      archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
17730
 
+      hardcode_libdir_flag_spec_F77='-R$libdir'
17731
 
+      hardcode_direct_F77=yes
17732
 
+      hardcode_shlibpath_var_F77=no
17733
 
+      ;;
17734
 
+
17735
 
+    hpux9*)
17736
 
+      if test "$GCC" = yes; then
17737
 
+       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'
17738
 
+      else
17739
 
+       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'
17740
 
+      fi
17741
 
+      hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
17742
 
+      hardcode_libdir_separator_F77=:
17743
 
+      hardcode_direct_F77=yes
17744
 
+
17745
 
+      # hardcode_minus_L: Not really in the search PATH,
17746
 
+      # but as the default location of the library.
17747
 
+      hardcode_minus_L_F77=yes
17748
 
+      export_dynamic_flag_spec_F77='${wl}-E'
17749
 
+      ;;
17750
 
+
17751
 
+    hpux10*)
17752
 
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
17753
 
+       archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
17754
 
+      else
17755
 
+       archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
17756
 
+      fi
17757
 
+      if test "$with_gnu_ld" = no; then
17758
 
+       hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
17759
 
+       hardcode_libdir_separator_F77=:
17760
 
+
17761
 
+       hardcode_direct_F77=yes
17762
 
+       export_dynamic_flag_spec_F77='${wl}-E'
17763
 
+
17764
 
+       # hardcode_minus_L: Not really in the search PATH,
17765
 
+       # but as the default location of the library.
17766
 
+       hardcode_minus_L_F77=yes
17767
 
+      fi
17768
 
+      ;;
17769
 
+
17770
 
+    hpux11*)
17771
 
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
17772
 
+       case $host_cpu in
17773
 
+       hppa*64*)
17774
 
+         archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
17775
 
+         ;;
17776
 
+       ia64*)
17777
 
+         archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
17778
 
+         ;;
17779
 
+       *)
17780
 
+         archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
17781
 
+         ;;
17782
 
+       esac
17783
 
+      else
17784
 
+       case $host_cpu in
17785
 
+       hppa*64*)
17786
 
+         archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
17787
 
+         ;;
17788
 
+       ia64*)
17789
 
+         archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
17790
 
+         ;;
17791
 
+       *)
17792
 
+         archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
17793
 
+         ;;
17794
 
+       esac
17795
 
+      fi
17796
 
+      if test "$with_gnu_ld" = no; then
17797
 
+       hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
17798
 
+       hardcode_libdir_separator_F77=:
17799
 
+
17800
 
+       case $host_cpu in
17801
 
+       hppa*64*|ia64*)
17802
 
+         hardcode_libdir_flag_spec_ld_F77='+b $libdir'
17803
 
+         hardcode_direct_F77=no
17804
 
+         hardcode_shlibpath_var_F77=no
17805
 
+         ;;
17806
 
+       *)
17807
 
+         hardcode_direct_F77=yes
17808
 
+         export_dynamic_flag_spec_F77='${wl}-E'
17809
 
+
17810
 
+         # hardcode_minus_L: Not really in the search PATH,
17811
 
+         # but as the default location of the library.
17812
 
+         hardcode_minus_L_F77=yes
17813
 
+         ;;
17814
 
+       esac
17815
 
+      fi
17816
 
+      ;;
17817
 
+
17818
 
+    irix5* | irix6* | nonstopux*)
17819
 
+      if test "$GCC" = yes; then
17820
 
+       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'
17821
 
+      else
17822
 
+       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'
17823
 
+       hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
17824
 
+      fi
17825
 
+      hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
17826
 
+      hardcode_libdir_separator_F77=:
17827
 
+      link_all_deplibs_F77=yes
17828
 
+      ;;
17829
 
+
17830
 
+    netbsd* | netbsdelf*-gnu)
17831
 
+      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
17832
 
+       archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
17833
 
+      else
17834
 
+       archive_cmds_F77='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
17835
 
+      fi
17836
 
+      hardcode_libdir_flag_spec_F77='-R$libdir'
17837
 
+      hardcode_direct_F77=yes
17838
 
+      hardcode_shlibpath_var_F77=no
17839
 
+      ;;
17840
 
+
17841
 
+    newsos6)
17842
 
+      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
17843
 
+      hardcode_direct_F77=yes
17844
 
+      hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
17845
 
+      hardcode_libdir_separator_F77=:
17846
 
+      hardcode_shlibpath_var_F77=no
17847
 
+      ;;
17848
 
+
17849
 
+    openbsd*)
17850
 
+      hardcode_direct_F77=yes
17851
 
+      hardcode_shlibpath_var_F77=no
17852
 
+      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
17853
 
+       archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
17854
 
+       archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
17855
 
+       hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
17856
 
+       export_dynamic_flag_spec_F77='${wl}-E'
17857
 
+      else
17858
 
+       case $host_os in
17859
 
+        openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
17860
 
+          archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
17861
 
+          hardcode_libdir_flag_spec_F77='-R$libdir'
17862
 
+          ;;
17863
 
+        *)
17864
 
+          archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
17865
 
+          hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
17866
 
+          ;;
17867
 
+       esac
17868
 
+      fi
17869
 
+      ;;
17870
 
+
17871
 
+    os2*)
17872
 
+      hardcode_libdir_flag_spec_F77='-L$libdir'
17873
 
+      hardcode_minus_L_F77=yes
17874
 
+      allow_undefined_flag_F77=unsupported
17875
 
+      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'
17876
 
+      old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
17877
 
+      ;;
17878
 
+
17879
 
+    osf3*)
17880
 
+      if test "$GCC" = yes; then
17881
 
+       allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
17882
 
+       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'
17883
 
+      else
17884
 
+       allow_undefined_flag_F77=' -expect_unresolved \*'
17885
 
+       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'
17886
 
+      fi
17887
 
+      hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
17888
 
+      hardcode_libdir_separator_F77=:
17889
 
+      ;;
17890
 
+
17891
 
+    osf4* | osf5*)     # as osf3* with the addition of -msym flag
17892
 
+      if test "$GCC" = yes; then
17893
 
+       allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
17894
 
+       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'
17895
 
+       hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
17896
 
+      else
17897
 
+       allow_undefined_flag_F77=' -expect_unresolved \*'
17898
 
+       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'
17899
 
+       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~
17900
 
+       $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'
17901
 
+
17902
 
+       # Both c and cxx compiler support -rpath directly
17903
 
+       hardcode_libdir_flag_spec_F77='-rpath $libdir'
17904
 
+      fi
17905
 
+      hardcode_libdir_separator_F77=:
17906
 
+      ;;
17907
 
+
17908
 
+    solaris*)
17909
 
+      no_undefined_flag_F77=' -z text'
17910
 
+      if test "$GCC" = yes; then
17911
 
+       wlarc='${wl}'
17912
 
+       archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
17913
 
+       archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
17914
 
+         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
17915
 
+      else
17916
 
+       wlarc=''
17917
 
+       archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
17918
 
+       archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
17919
 
+       $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
17920
 
+      fi
17921
 
+      hardcode_libdir_flag_spec_F77='-R$libdir'
17922
 
+      hardcode_shlibpath_var_F77=no
17923
 
+      case $host_os in
17924
 
+      solaris2.[0-5] | solaris2.[0-5].*) ;;
17925
 
+      *)
17926
 
+       # The compiler driver will combine linker options so we
17927
 
+       # cannot just pass the convience library names through
17928
 
+       # without $wl, iff we do not link with $LD.
17929
 
+       # Luckily, gcc supports the same syntax we need for Sun Studio.
17930
 
+       # Supported since Solaris 2.6 (maybe 2.5.1?)
17931
 
+       case $wlarc in
17932
 
+       '')
17933
 
+         whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;;
17934
 
+       *)
17935
 
+         whole_archive_flag_spec_F77='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
17936
 
+       esac ;;
17937
 
+      esac
17938
 
+      link_all_deplibs_F77=yes
17939
 
+      ;;
17940
 
+
17941
 
+    sunos4*)
17942
 
+      if test "x$host_vendor" = xsequent; then
17943
 
+       # Use $CC to link under sequent, because it throws in some extra .o
17944
 
+       # files that make .init and .fini sections work.
17945
 
+       archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
17946
 
+      else
17947
 
+       archive_cmds_F77='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
17948
 
+      fi
17949
 
+      hardcode_libdir_flag_spec_F77='-L$libdir'
17950
 
+      hardcode_direct_F77=yes
17951
 
+      hardcode_minus_L_F77=yes
17952
 
+      hardcode_shlibpath_var_F77=no
17953
 
+      ;;
17954
 
+
17955
 
+    sysv4)
17956
 
+      case $host_vendor in
17957
 
+       sni)
17958
 
+         archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
17959
 
+         hardcode_direct_F77=yes # is this really true???
17960
 
+       ;;
17961
 
+       siemens)
17962
 
+         ## LD is ld it makes a PLAMLIB
17963
 
+         ## CC just makes a GrossModule.
17964
 
+         archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags'
17965
 
+         reload_cmds_F77='$CC -r -o $output$reload_objs'
17966
 
+         hardcode_direct_F77=no
17967
 
+        ;;
17968
 
+       motorola)
17969
 
+         archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
17970
 
+         hardcode_direct_F77=no #Motorola manual says yes, but my tests say they lie
17971
 
+       ;;
17972
 
+      esac
17973
 
+      runpath_var='LD_RUN_PATH'
17974
 
+      hardcode_shlibpath_var_F77=no
17975
 
+      ;;
17976
 
+
17977
 
+    sysv4.3*)
17978
 
+      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
17979
 
+      hardcode_shlibpath_var_F77=no
17980
 
+      export_dynamic_flag_spec_F77='-Bexport'
17981
 
+      ;;
17982
 
+
17983
 
+    sysv4*MP*)
17984
 
+      if test -d /usr/nec; then
17985
 
+       archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
17986
 
+       hardcode_shlibpath_var_F77=no
17987
 
+       runpath_var=LD_RUN_PATH
17988
 
+       hardcode_runpath_var=yes
17989
 
+       ld_shlibs_F77=yes
17990
 
+      fi
17991
 
+      ;;
17992
 
+
17993
 
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*)
17994
 
+      no_undefined_flag_F77='${wl}-z,text'
17995
 
+      archive_cmds_need_lc_F77=no
17996
 
+      hardcode_shlibpath_var_F77=no
17997
 
+      runpath_var='LD_RUN_PATH'
17998
 
+
17999
 
+      if test "$GCC" = yes; then
18000
 
+       archive_cmds_F77='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
18001
 
+       archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
18002
 
+      else
18003
 
+       archive_cmds_F77='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
18004
 
+       archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
18005
 
+      fi
18006
 
+      ;;
18007
 
+
18008
 
+    sysv5* | sco3.2v5* | sco5v6*)
18009
 
+      # Note: We can NOT use -z defs as we might desire, because we do not
18010
 
+      # link with -lc, and that would cause any symbols used from libc to
18011
 
+      # always be unresolved, which means just about no library would
18012
 
+      # ever link correctly.  If we're not using GNU ld we use -z text
18013
 
+      # though, which does catch some bad symbols but isn't as heavy-handed
18014
 
+      # as -z defs.
18015
 
+      no_undefined_flag_F77='${wl}-z,text'
18016
 
+      allow_undefined_flag_F77='${wl}-z,nodefs'
18017
 
+      archive_cmds_need_lc_F77=no
18018
 
+      hardcode_shlibpath_var_F77=no
18019
 
+      hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
18020
 
+      hardcode_libdir_separator_F77=':'
18021
 
+      link_all_deplibs_F77=yes
18022
 
+      export_dynamic_flag_spec_F77='${wl}-Bexport'
18023
 
+      runpath_var='LD_RUN_PATH'
18024
 
+
18025
 
+      if test "$GCC" = yes; then
18026
 
+       archive_cmds_F77='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
18027
 
+       archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
18028
 
+      else
18029
 
+       archive_cmds_F77='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
18030
 
+       archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
18031
 
+      fi
18032
 
+      ;;
18033
 
+
18034
 
+    uts4*)
18035
 
+      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
18036
 
+      hardcode_libdir_flag_spec_F77='-L$libdir'
18037
 
+      hardcode_shlibpath_var_F77=no
18038
 
+      ;;
18039
 
+
18040
 
+    *)
18041
 
+      ld_shlibs_F77=no
18042
 
+      ;;
18043
 
+    esac
18044
 
+  fi
18045
 
+
18046
 
+{ echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
18047
 
+echo "${ECHO_T}$ld_shlibs_F77" >&6; }
18048
 
+test "$ld_shlibs_F77" = no && can_build_shared=no
18049
 
+
18050
 
+#
18051
 
+# Do we need to explicitly link libc?
18052
 
+#
18053
 
+case "x$archive_cmds_need_lc_F77" in
18054
 
+x|xyes)
18055
 
+  # Assume -lc should be added
18056
 
+  archive_cmds_need_lc_F77=yes
18057
 
+
18058
 
+  if test "$enable_shared" = yes && test "$GCC" = yes; then
18059
 
+    case $archive_cmds_F77 in
18060
 
+    *'~'*)
18061
 
+      # FIXME: we may have to deal with multi-command sequences.
18062
 
+      ;;
18063
 
+    '$CC '*)
18064
 
+      # Test whether the compiler implicitly links with -lc since on some
18065
 
+      # systems, -lgcc has to come before -lc. If gcc already passes -lc
18066
 
+      # to ld, don't add -lc before -lgcc.
18067
 
+      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
18068
 
+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
18069
 
+      $rm conftest*
18070
 
+      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
18071
 
+
18072
 
+      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18073
 
+  (eval $ac_compile) 2>&5
18074
 
+  ac_status=$?
18075
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18076
 
+  (exit $ac_status); } 2>conftest.err; then
18077
 
+        soname=conftest
18078
 
+        lib=conftest
18079
 
+        libobjs=conftest.$ac_objext
18080
 
+        deplibs=
18081
 
+        wl=$lt_prog_compiler_wl_F77
18082
 
+       pic_flag=$lt_prog_compiler_pic_F77
18083
 
+        compiler_flags=-v
18084
 
+        linker_flags=-v
18085
 
+        verstring=
18086
 
+        output_objdir=.
18087
 
+        libname=conftest
18088
 
+        lt_save_allow_undefined_flag=$allow_undefined_flag_F77
18089
 
+        allow_undefined_flag_F77=
18090
 
+        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
18091
 
+  (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
18092
 
+  ac_status=$?
18093
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18094
 
+  (exit $ac_status); }
18095
 
+        then
18096
 
+         archive_cmds_need_lc_F77=no
18097
 
+        else
18098
 
+         archive_cmds_need_lc_F77=yes
18099
 
+        fi
18100
 
+        allow_undefined_flag_F77=$lt_save_allow_undefined_flag
18101
 
+      else
18102
 
+        cat conftest.err 1>&5
18103
 
+      fi
18104
 
+      $rm conftest*
18105
 
+      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
18106
 
+echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; }
18107
 
+      ;;
18108
 
+    esac
18109
 
+  fi
18110
 
+  ;;
18111
 
+esac
18112
 
+
18113
 
+{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
18114
 
+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
18115
 
+library_names_spec=
18116
 
+libname_spec='lib$name'
18117
 
+soname_spec=
18118
 
+shrext_cmds=".so"
18119
 
+postinstall_cmds=
18120
 
+postuninstall_cmds=
18121
 
+finish_cmds=
18122
 
+finish_eval=
18123
 
+shlibpath_var=
18124
 
+shlibpath_overrides_runpath=unknown
18125
 
+version_type=none
18126
 
+dynamic_linker="$host_os ld.so"
18127
 
+sys_lib_dlsearch_path_spec="/lib /usr/lib"
18128
 
+if test "$GCC" = yes; then
18129
 
+  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
18130
 
+  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
18131
 
+    # if the path contains ";" then we assume it to be the separator
18132
 
+    # otherwise default to the standard path separator (i.e. ":") - it is
18133
 
+    # assumed that no part of a normal pathname contains ";" but that should
18134
 
+    # okay in the real world where ";" in dirpaths is itself problematic.
18135
 
+    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
18136
 
+  else
18137
 
+    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
18138
 
+  fi
18139
 
+else
18140
 
+  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
18141
 
+fi
18142
 
+need_lib_prefix=unknown
18143
 
+hardcode_into_libs=no
18144
 
+
18145
 
+# when you set need_version to no, make sure it does not cause -set_version
18146
 
+# flags to be left without arguments
18147
 
+need_version=unknown
18148
 
+
18149
 
+case $host_os in
18150
 
+aix3*)
18151
 
+  version_type=linux
18152
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
18153
 
+  shlibpath_var=LIBPATH
18154
 
+
18155
 
+  # AIX 3 has no versioning support, so we append a major version to the name.
18156
 
+  soname_spec='${libname}${release}${shared_ext}$major'
18157
 
+  ;;
18158
 
+
18159
 
+aix4* | aix5*)
18160
 
+  version_type=linux
18161
 
+  need_lib_prefix=no
18162
 
+  need_version=no
18163
 
+  hardcode_into_libs=yes
18164
 
+  if test "$host_cpu" = ia64; then
18165
 
+    # AIX 5 supports IA64
18166
 
+    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
18167
 
+    shlibpath_var=LD_LIBRARY_PATH
18168
 
+  else
18169
 
+    # With GCC up to 2.95.x, collect2 would create an import file
18170
 
+    # for dependence libraries.  The import file would start with
18171
 
+    # the line `#! .'.  This would cause the generated library to
18172
 
+    # depend on `.', always an invalid library.  This was fixed in
18173
 
+    # development snapshots of GCC prior to 3.0.
18174
 
+    case $host_os in
18175
 
+      aix4 | aix4.[01] | aix4.[01].*)
18176
 
+      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
18177
 
+          echo ' yes '
18178
 
+          echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
18179
 
+       :
18180
 
+      else
18181
 
+       can_build_shared=no
18182
 
+      fi
18183
 
+      ;;
18184
 
+    esac
18185
 
+    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
18186
 
+    # soname into executable. Probably we can add versioning support to
18187
 
+    # collect2, so additional links can be useful in future.
18188
 
+    if test "$aix_use_runtimelinking" = yes; then
18189
 
+      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
18190
 
+      # instead of lib<name>.a to let people know that these are not
18191
 
+      # typical AIX shared libraries.
18192
 
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18193
 
+    else
18194
 
+      # We preserve .a as extension for shared libraries through AIX4.2
18195
 
+      # and later when we are not doing run time linking.
18196
 
+      library_names_spec='${libname}${release}.a $libname.a'
18197
 
+      soname_spec='${libname}${release}${shared_ext}$major'
18198
 
+    fi
18199
 
+    shlibpath_var=LIBPATH
18200
 
+  fi
18201
 
+  ;;
18202
 
+
18203
 
+amigaos*)
18204
 
+  library_names_spec='$libname.ixlibrary $libname.a'
18205
 
+  # Create ${libname}_ixlibrary.a entries in /sys/libs.
18206
 
+  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'
18207
 
+  ;;
18208
 
+
18209
 
+beos*)
18210
 
+  library_names_spec='${libname}${shared_ext}'
18211
 
+  dynamic_linker="$host_os ld.so"
18212
 
+  shlibpath_var=LIBRARY_PATH
18213
 
+  ;;
18214
 
+
18215
 
+bsdi[45]*)
18216
 
+  version_type=linux
18217
 
+  need_version=no
18218
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18219
 
+  soname_spec='${libname}${release}${shared_ext}$major'
18220
 
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
18221
 
+  shlibpath_var=LD_LIBRARY_PATH
18222
 
+  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
18223
 
+  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
18224
 
+  # the default ld.so.conf also contains /usr/contrib/lib and
18225
 
+  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
18226
 
+  # libtool to hard-code these into programs
18227
 
+  ;;
18228
 
+
18229
 
+cygwin* | mingw* | pw32*)
18230
 
+  version_type=windows
18231
 
+  shrext_cmds=".dll"
18232
 
+  need_version=no
18233
 
+  need_lib_prefix=no
18234
 
+
18235
 
+  case $GCC,$host_os in
18236
 
+  yes,cygwin* | yes,mingw* | yes,pw32*)
18237
 
+    library_names_spec='$libname.dll.a'
18238
 
+    # DLL is installed to $(libdir)/../bin by postinstall_cmds
18239
 
+    postinstall_cmds='base_file=`basename \${file}`~
18240
 
+      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
18241
 
+      dldir=$destdir/`dirname \$dlpath`~
18242
 
+      test -d \$dldir || mkdir -p \$dldir~
18243
 
+      $install_prog $dir/$dlname \$dldir/$dlname~
18244
 
+      chmod a+x \$dldir/$dlname'
18245
 
+    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
18246
 
+      dlpath=$dir/\$dldll~
18247
 
+       $rm \$dlpath'
18248
 
+    shlibpath_overrides_runpath=yes
18249
 
+
18250
 
+    case $host_os in
18251
 
+    cygwin*)
18252
 
+      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
18253
 
+      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
18254
 
+      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
18255
 
+      ;;
18256
 
+    mingw*)
18257
 
+      # MinGW DLLs use traditional 'lib' prefix
18258
 
+      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
18259
 
+      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
18260
 
+      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
18261
 
+        # It is most probably a Windows format PATH printed by
18262
 
+        # mingw gcc, but we are running on Cygwin. Gcc prints its search
18263
 
+        # path with ; separators, and with drive letters. We can handle the
18264
 
+        # drive letters (cygwin fileutils understands them), so leave them,
18265
 
+        # especially as we might pass files found there to a mingw objdump,
18266
 
+        # which wouldn't understand a cygwinified path. Ahh.
18267
 
+        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
18268
 
+      else
18269
 
+        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
18270
 
+      fi
18271
 
+      ;;
18272
 
+    pw32*)
18273
 
+      # pw32 DLLs use 'pw' prefix rather than 'lib'
18274
 
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
18275
 
+      ;;
18276
 
+    esac
18277
 
+    ;;
18278
 
+
18279
 
+  *)
18280
 
+    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
18281
 
+    ;;
18282
 
+  esac
18283
 
+  dynamic_linker='Win32 ld.exe'
18284
 
+  # FIXME: first we should search . and the directory the executable is in
18285
 
+  shlibpath_var=PATH
18286
 
+  ;;
18287
 
+
18288
 
+darwin* | rhapsody*)
18289
 
+  dynamic_linker="$host_os dyld"
18290
 
+  version_type=darwin
18291
 
+  need_lib_prefix=no
18292
 
+  need_version=no
18293
 
+  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
18294
 
+  soname_spec='${libname}${release}${major}$shared_ext'
18295
 
+  shlibpath_overrides_runpath=yes
18296
 
+  shlibpath_var=DYLD_LIBRARY_PATH
18297
 
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
18298
 
+  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
18299
 
+  if test "$GCC" = yes; then
18300
 
+    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"`
18301
 
+  else
18302
 
+    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
18303
 
+  fi
18304
 
+  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
18305
 
+  ;;
18306
 
+
18307
 
+dgux*)
18308
 
+  version_type=linux
18309
 
+  need_lib_prefix=no
18310
 
+  need_version=no
18311
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
18312
 
+  soname_spec='${libname}${release}${shared_ext}$major'
18313
 
+  shlibpath_var=LD_LIBRARY_PATH
18314
 
+  ;;
18315
 
+
18316
 
+freebsd1*)
18317
 
+  dynamic_linker=no
18318
 
+  ;;
18319
 
+
18320
 
+freebsd* | dragonfly*)
18321
 
+  # DragonFly does not have aout.  When/if they implement a new
18322
 
+  # versioning mechanism, adjust this.
18323
 
+  if test -x /usr/bin/objformat; then
18324
 
+    objformat=`/usr/bin/objformat`
18325
 
+  else
18326
 
+    case $host_os in
18327
 
+    freebsd[123]*) objformat=aout ;;
18328
 
+    *) objformat=elf ;;
18329
 
+    esac
18330
 
+  fi
18331
 
+  version_type=freebsd-$objformat
18332
 
+  case $version_type in
18333
 
+    freebsd-elf*)
18334
 
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
18335
 
+      need_version=no
18336
 
+      need_lib_prefix=no
18337
 
+      ;;
18338
 
+    freebsd-*)
18339
 
+      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
18340
 
+      need_version=yes
18341
 
+      ;;
18342
 
+  esac
18343
 
+  shlibpath_var=LD_LIBRARY_PATH
18344
 
+  case $host_os in
18345
 
+  freebsd2*)
18346
 
+    shlibpath_overrides_runpath=yes
18347
 
+    ;;
18348
 
+  freebsd3.[01]* | freebsdelf3.[01]*)
18349
 
+    shlibpath_overrides_runpath=yes
18350
 
+    hardcode_into_libs=yes
18351
 
+    ;;
18352
 
+  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
18353
 
+  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
18354
 
+    shlibpath_overrides_runpath=no
18355
 
+    hardcode_into_libs=yes
18356
 
+    ;;
18357
 
+  freebsd*) # from 4.6 on
18358
 
+    shlibpath_overrides_runpath=yes
18359
 
+    hardcode_into_libs=yes
18360
 
+    ;;
18361
 
+  esac
18362
 
+  ;;
18363
 
+
18364
 
+gnu*)
18365
 
+  version_type=linux
18366
 
+  need_lib_prefix=no
18367
 
+  need_version=no
18368
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
18369
 
+  soname_spec='${libname}${release}${shared_ext}$major'
18370
 
+  shlibpath_var=LD_LIBRARY_PATH
18371
 
+  hardcode_into_libs=yes
18372
 
+  ;;
18373
 
+
18374
 
+hpux9* | hpux10* | hpux11*)
18375
 
+  # Give a soname corresponding to the major version so that dld.sl refuses to
18376
 
+  # link against other versions.
18377
 
+  version_type=sunos
18378
 
+  need_lib_prefix=no
18379
 
+  need_version=no
18380
 
+  case $host_cpu in
18381
 
+  ia64*)
18382
 
+    shrext_cmds='.so'
18383
 
+    hardcode_into_libs=yes
18384
 
+    dynamic_linker="$host_os dld.so"
18385
 
+    shlibpath_var=LD_LIBRARY_PATH
18386
 
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
18387
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18388
 
+    soname_spec='${libname}${release}${shared_ext}$major'
18389
 
+    if test "X$HPUX_IA64_MODE" = X32; then
18390
 
+      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
18391
 
+    else
18392
 
+      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
18393
 
+    fi
18394
 
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
18395
 
+    ;;
18396
 
+   hppa*64*)
18397
 
+     shrext_cmds='.sl'
18398
 
+     hardcode_into_libs=yes
18399
 
+     dynamic_linker="$host_os dld.sl"
18400
 
+     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
18401
 
+     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
18402
 
+     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18403
 
+     soname_spec='${libname}${release}${shared_ext}$major'
18404
 
+     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
18405
 
+     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
18406
 
+     ;;
18407
 
+   *)
18408
 
+    shrext_cmds='.sl'
18409
 
+    dynamic_linker="$host_os dld.sl"
18410
 
+    shlibpath_var=SHLIB_PATH
18411
 
+    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
18412
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18413
 
+    soname_spec='${libname}${release}${shared_ext}$major'
18414
 
+    ;;
18415
 
+  esac
18416
 
+  # HP-UX runs *really* slowly unless shared libraries are mode 555.
18417
 
+  postinstall_cmds='chmod 555 $lib'
18418
 
+  ;;
18419
 
+
18420
 
+interix3*)
18421
 
+  version_type=linux
18422
 
+  need_lib_prefix=no
18423
 
+  need_version=no
18424
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
18425
 
+  soname_spec='${libname}${release}${shared_ext}$major'
18426
 
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
18427
 
+  shlibpath_var=LD_LIBRARY_PATH
18428
 
+  shlibpath_overrides_runpath=no
18429
 
+  hardcode_into_libs=yes
18430
 
+  ;;
18431
 
+
18432
 
+irix5* | irix6* | nonstopux*)
18433
 
+  case $host_os in
18434
 
+    nonstopux*) version_type=nonstopux ;;
18435
 
+    *)
18436
 
+       if test "$lt_cv_prog_gnu_ld" = yes; then
18437
 
+               version_type=linux
18438
 
+       else
18439
 
+               version_type=irix
18440
 
+       fi ;;
18441
 
+  esac
18442
 
+  need_lib_prefix=no
18443
 
+  need_version=no
18444
 
+  soname_spec='${libname}${release}${shared_ext}$major'
18445
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
18446
 
+  case $host_os in
18447
 
+  irix5* | nonstopux*)
18448
 
+    libsuff= shlibsuff=
18449
 
+    ;;
18450
 
+  *)
18451
 
+    case $LD in # libtool.m4 will add one of these switches to LD
18452
 
+    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
18453
 
+      libsuff= shlibsuff= libmagic=32-bit;;
18454
 
+    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
18455
 
+      libsuff=32 shlibsuff=N32 libmagic=N32;;
18456
 
+    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
18457
 
+      libsuff=64 shlibsuff=64 libmagic=64-bit;;
18458
 
+    *) libsuff= shlibsuff= libmagic=never-match;;
18459
 
+    esac
18460
 
+    ;;
18461
 
+  esac
18462
 
+  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
18463
 
+  shlibpath_overrides_runpath=no
18464
 
+  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
18465
 
+  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
18466
 
+  hardcode_into_libs=yes
18467
 
+  ;;
18468
 
+
18469
 
+# No shared lib support for Linux oldld, aout, or coff.
18470
 
+linux*oldld* | linux*aout* | linux*coff*)
18471
 
+  dynamic_linker=no
18472
 
+  ;;
18473
 
+
18474
 
+# This must be Linux ELF.
18475
 
+linux* | k*bsd*-gnu)
18476
 
+  version_type=linux
18477
 
+  need_lib_prefix=no
18478
 
+  need_version=no
18479
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18480
 
+  soname_spec='${libname}${release}${shared_ext}$major'
18481
 
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
18482
 
+  shlibpath_var=LD_LIBRARY_PATH
18483
 
+  shlibpath_overrides_runpath=no
18484
 
+  # This implies no fast_install, which is unacceptable.
18485
 
+  # Some rework will be needed to allow for fast_install
18486
 
+  # before this can be enabled.
18487
 
+  hardcode_into_libs=yes
18488
 
+
18489
 
+  # Append ld.so.conf contents to the search path
18490
 
+  if test -f /etc/ld.so.conf; then
18491
 
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,       ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
18492
 
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
18493
 
+  fi
18494
 
+
18495
 
+  # We used to test for /lib/ld.so.1 and disable shared libraries on
18496
 
+  # powerpc, because MkLinux only supported shared libraries with the
18497
 
+  # GNU dynamic linker.  Since this was broken with cross compilers,
18498
 
+  # most powerpc-linux boxes support dynamic linking these days and
18499
 
+  # people can always --disable-shared, the test was removed, and we
18500
 
+  # assume the GNU/Linux dynamic linker is in use.
18501
 
+  dynamic_linker='GNU/Linux ld.so'
18502
 
+  ;;
18503
 
+
18504
 
+netbsdelf*-gnu)
18505
 
+  version_type=linux
18506
 
+  need_lib_prefix=no
18507
 
+  need_version=no
18508
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
18509
 
+  soname_spec='${libname}${release}${shared_ext}$major'
18510
 
+  shlibpath_var=LD_LIBRARY_PATH
18511
 
+  shlibpath_overrides_runpath=no
18512
 
+  hardcode_into_libs=yes
18513
 
+  dynamic_linker='NetBSD ld.elf_so'
18514
 
+  ;;
18515
 
+
18516
 
+netbsd*)
18517
 
+  version_type=sunos
18518
 
+  need_lib_prefix=no
18519
 
+  need_version=no
18520
 
+  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
18521
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
18522
 
+    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
18523
 
+    dynamic_linker='NetBSD (a.out) ld.so'
18524
 
+  else
18525
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
18526
 
+    soname_spec='${libname}${release}${shared_ext}$major'
18527
 
+    dynamic_linker='NetBSD ld.elf_so'
18528
 
+  fi
18529
 
+  shlibpath_var=LD_LIBRARY_PATH
18530
 
+  shlibpath_overrides_runpath=yes
18531
 
+  hardcode_into_libs=yes
18532
 
+  ;;
18533
 
+
18534
 
+newsos6)
18535
 
+  version_type=linux
18536
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18537
 
+  shlibpath_var=LD_LIBRARY_PATH
18538
 
+  shlibpath_overrides_runpath=yes
18539
 
+  ;;
18540
 
+
18541
 
+nto-qnx*)
18542
 
+  version_type=linux
18543
 
+  need_lib_prefix=no
18544
 
+  need_version=no
18545
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18546
 
+  soname_spec='${libname}${release}${shared_ext}$major'
18547
 
+  shlibpath_var=LD_LIBRARY_PATH
18548
 
+  shlibpath_overrides_runpath=yes
18549
 
+  ;;
18550
 
+
18551
 
+openbsd*)
18552
 
+  version_type=sunos
18553
 
+  sys_lib_dlsearch_path_spec="/usr/lib"
18554
 
+  need_lib_prefix=no
18555
 
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
18556
 
+  case $host_os in
18557
 
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
18558
 
+    *)                         need_version=no  ;;
18559
 
+  esac
18560
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
18561
 
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
18562
 
+  shlibpath_var=LD_LIBRARY_PATH
18563
 
+  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
18564
 
+    case $host_os in
18565
 
+      openbsd2.[89] | openbsd2.[89].*)
18566
 
+       shlibpath_overrides_runpath=no
18567
 
+       ;;
18568
 
+      *)
18569
 
+       shlibpath_overrides_runpath=yes
18570
 
+       ;;
18571
 
+      esac
18572
 
+  else
18573
 
+    shlibpath_overrides_runpath=yes
18574
 
+  fi
18575
 
+  ;;
18576
 
+
18577
 
+os2*)
18578
 
+  libname_spec='$name'
18579
 
+  shrext_cmds=".dll"
18580
 
+  need_lib_prefix=no
18581
 
+  library_names_spec='$libname${shared_ext} $libname.a'
18582
 
+  dynamic_linker='OS/2 ld.exe'
18583
 
+  shlibpath_var=LIBPATH
18584
 
+  ;;
18585
 
+
18586
 
+osf3* | osf4* | osf5*)
18587
 
+  version_type=osf
18588
 
+  need_lib_prefix=no
18589
 
+  need_version=no
18590
 
+  soname_spec='${libname}${release}${shared_ext}$major'
18591
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18592
 
+  shlibpath_var=LD_LIBRARY_PATH
18593
 
+  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
18594
 
+  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
18595
 
+  ;;
18596
 
+
18597
 
+solaris*)
18598
 
+  version_type=linux
18599
 
+  need_lib_prefix=no
18600
 
+  need_version=no
18601
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18602
 
+  soname_spec='${libname}${release}${shared_ext}$major'
18603
 
+  shlibpath_var=LD_LIBRARY_PATH
18604
 
+  shlibpath_overrides_runpath=yes
18605
 
+  hardcode_into_libs=yes
18606
 
+  # ldd complains unless libraries are executable
18607
 
+  postinstall_cmds='chmod +x $lib'
18608
 
+  ;;
18609
 
+
18610
 
+sunos4*)
18611
 
+  version_type=sunos
18612
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
18613
 
+  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
18614
 
+  shlibpath_var=LD_LIBRARY_PATH
18615
 
+  shlibpath_overrides_runpath=yes
18616
 
+  if test "$with_gnu_ld" = yes; then
18617
 
+    need_lib_prefix=no
18618
 
+  fi
18619
 
+  need_version=yes
18620
 
+  ;;
18621
 
+
18622
 
+sysv4 | sysv4.3*)
18623
 
+  version_type=linux
18624
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18625
 
+  soname_spec='${libname}${release}${shared_ext}$major'
18626
 
+  shlibpath_var=LD_LIBRARY_PATH
18627
 
+  case $host_vendor in
18628
 
+    sni)
18629
 
+      shlibpath_overrides_runpath=no
18630
 
+      need_lib_prefix=no
18631
 
+      export_dynamic_flag_spec='${wl}-Blargedynsym'
18632
 
+      runpath_var=LD_RUN_PATH
18633
 
+      ;;
18634
 
+    siemens)
18635
 
+      need_lib_prefix=no
18636
 
+      ;;
18637
 
+    motorola)
18638
 
+      need_lib_prefix=no
18639
 
+      need_version=no
18640
 
+      shlibpath_overrides_runpath=no
18641
 
+      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
18642
 
+      ;;
18643
 
+  esac
18644
 
+  ;;
18645
 
+
18646
 
+sysv4*MP*)
18647
 
+  if test -d /usr/nec ;then
18648
 
+    version_type=linux
18649
 
+    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
18650
 
+    soname_spec='$libname${shared_ext}.$major'
18651
 
+    shlibpath_var=LD_LIBRARY_PATH
18652
 
+  fi
18653
 
+  ;;
18654
 
+
18655
 
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
18656
 
+  version_type=freebsd-elf
18657
 
+  need_lib_prefix=no
18658
 
+  need_version=no
18659
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
18660
 
+  soname_spec='${libname}${release}${shared_ext}$major'
18661
 
+  shlibpath_var=LD_LIBRARY_PATH
18662
 
+  hardcode_into_libs=yes
18663
 
+  if test "$with_gnu_ld" = yes; then
18664
 
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
18665
 
+    shlibpath_overrides_runpath=no
18666
 
+  else
18667
 
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
18668
 
+    shlibpath_overrides_runpath=yes
18669
 
+    case $host_os in
18670
 
+      sco3.2v5*)
18671
 
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
18672
 
+       ;;
18673
 
+    esac
18674
 
+  fi
18675
 
+  sys_lib_dlsearch_path_spec='/usr/lib'
18676
 
+  ;;
18677
 
+
18678
 
+uts4*)
18679
 
+  version_type=linux
18680
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18681
 
+  soname_spec='${libname}${release}${shared_ext}$major'
18682
 
+  shlibpath_var=LD_LIBRARY_PATH
18683
 
+  ;;
18684
 
+
18685
 
+*)
18686
 
+  dynamic_linker=no
18687
 
+  ;;
18688
 
+esac
18689
 
+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
18690
 
+echo "${ECHO_T}$dynamic_linker" >&6; }
18691
 
+test "$dynamic_linker" = no && can_build_shared=no
18692
 
+
18693
 
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
18694
 
+if test "$GCC" = yes; then
18695
 
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
18696
 
+fi
18697
 
+
18698
 
+{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
18699
 
+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
18700
 
+hardcode_action_F77=
18701
 
+if test -n "$hardcode_libdir_flag_spec_F77" || \
18702
 
+   test -n "$runpath_var_F77" || \
18703
 
+   test "X$hardcode_automatic_F77" = "Xyes" ; then
18704
 
+
18705
 
+  # We can hardcode non-existant directories.
18706
 
+  if test "$hardcode_direct_F77" != no &&
18707
 
+     # If the only mechanism to avoid hardcoding is shlibpath_var, we
18708
 
+     # have to relink, otherwise we might link with an installed library
18709
 
+     # when we should be linking with a yet-to-be-installed one
18710
 
+     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, F77)" != no &&
18711
 
+     test "$hardcode_minus_L_F77" != no; then
18712
 
+    # Linking always hardcodes the temporary library directory.
18713
 
+    hardcode_action_F77=relink
18714
 
+  else
18715
 
+    # We can link without hardcoding, and we can hardcode nonexisting dirs.
18716
 
+    hardcode_action_F77=immediate
18717
 
+  fi
18718
 
+else
18719
 
+  # We cannot hardcode anything, or else we can only hardcode existing
18720
 
+  # directories.
18721
 
+  hardcode_action_F77=unsupported
18722
 
+fi
18723
 
+{ echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
18724
 
+echo "${ECHO_T}$hardcode_action_F77" >&6; }
18725
 
+
18726
 
+if test "$hardcode_action_F77" = relink; then
18727
 
+  # Fast installation is not supported
18728
 
+  enable_fast_install=no
18729
 
+elif test "$shlibpath_overrides_runpath" = yes ||
18730
 
+     test "$enable_shared" = no; then
18731
 
+  # Fast installation is not necessary
18732
 
+  enable_fast_install=needless
18733
 
+fi
18734
 
+
18735
 
+
18736
 
+# The else clause should only fire when bootstrapping the
18737
 
+# libtool distribution, otherwise you forgot to ship ltmain.sh
18738
 
+# with your package, and you will get complaints that there are
18739
 
+# no rules to generate ltmain.sh.
18740
 
+if test -f "$ltmain"; then
18741
 
+  # See if we are running on zsh, and set the options which allow our commands through
18742
 
+  # without removal of \ escapes.
18743
 
+  if test -n "${ZSH_VERSION+set}" ; then
18744
 
+    setopt NO_GLOB_SUBST
18745
 
+  fi
18746
 
+  # Now quote all the things that may contain metacharacters while being
18747
 
+  # careful not to overquote the AC_SUBSTed values.  We take copies of the
18748
 
+  # variables and quote the copies for generation of the libtool script.
18749
 
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
18750
 
+    SED SHELL STRIP \
18751
 
+    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
18752
 
+    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
18753
 
+    deplibs_check_method reload_flag reload_cmds need_locks \
18754
 
+    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
18755
 
+    lt_cv_sys_global_symbol_to_c_name_address \
18756
 
+    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
18757
 
+    old_postinstall_cmds old_postuninstall_cmds \
18758
 
+    compiler_F77 \
18759
 
+    CC_F77 \
18760
 
+    LD_F77 \
18761
 
+    lt_prog_compiler_wl_F77 \
18762
 
+    lt_prog_compiler_pic_F77 \
18763
 
+    lt_prog_compiler_static_F77 \
18764
 
+    lt_prog_compiler_no_builtin_flag_F77 \
18765
 
+    export_dynamic_flag_spec_F77 \
18766
 
+    thread_safe_flag_spec_F77 \
18767
 
+    whole_archive_flag_spec_F77 \
18768
 
+    enable_shared_with_static_runtimes_F77 \
18769
 
+    old_archive_cmds_F77 \
18770
 
+    old_archive_from_new_cmds_F77 \
18771
 
+    predep_objects_F77 \
18772
 
+    postdep_objects_F77 \
18773
 
+    predeps_F77 \
18774
 
+    postdeps_F77 \
18775
 
+    compiler_lib_search_path_F77 \
18776
 
+    archive_cmds_F77 \
18777
 
+    archive_expsym_cmds_F77 \
18778
 
+    postinstall_cmds_F77 \
18779
 
+    postuninstall_cmds_F77 \
18780
 
+    old_archive_from_expsyms_cmds_F77 \
18781
 
+    allow_undefined_flag_F77 \
18782
 
+    no_undefined_flag_F77 \
18783
 
+    export_symbols_cmds_F77 \
18784
 
+    hardcode_libdir_flag_spec_F77 \
18785
 
+    hardcode_libdir_flag_spec_ld_F77 \
18786
 
+    hardcode_libdir_separator_F77 \
18787
 
+    hardcode_automatic_F77 \
18788
 
+    module_cmds_F77 \
18789
 
+    module_expsym_cmds_F77 \
18790
 
+    lt_cv_prog_compiler_c_o_F77 \
18791
 
+    exclude_expsyms_F77 \
18792
 
+    include_expsyms_F77; do
18793
 
+
18794
 
+    case $var in
18795
 
+    old_archive_cmds_F77 | \
18796
 
+    old_archive_from_new_cmds_F77 | \
18797
 
+    archive_cmds_F77 | \
18798
 
+    archive_expsym_cmds_F77 | \
18799
 
+    module_cmds_F77 | \
18800
 
+    module_expsym_cmds_F77 | \
18801
 
+    old_archive_from_expsyms_cmds_F77 | \
18802
 
+    export_symbols_cmds_F77 | \
18803
 
+    extract_expsyms_cmds | reload_cmds | finish_cmds | \
18804
 
+    postinstall_cmds | postuninstall_cmds | \
18805
 
+    old_postinstall_cmds | old_postuninstall_cmds | \
18806
 
+    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
18807
 
+      # Double-quote double-evaled strings.
18808
 
+      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
18809
 
+      ;;
18810
 
+    *)
18811
 
+      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
18812
 
+      ;;
18813
 
+    esac
18814
 
+  done
18815
 
+
18816
 
+  case $lt_echo in
18817
 
+  *'\$0 --fallback-echo"')
18818
 
+    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
18819
 
+    ;;
18820
 
+  esac
18821
 
+
18822
 
+cfgfile="$ofile"
18823
 
+
18824
 
+  cat <<__EOF__ >> "$cfgfile"
18825
 
+# ### BEGIN LIBTOOL TAG CONFIG: $tagname
18826
 
+
18827
 
+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18828
 
+
18829
 
+# Shell to use when invoking shell scripts.
18830
 
+SHELL=$lt_SHELL
18831
 
+
18832
 
+# Whether or not to build shared libraries.
18833
 
+build_libtool_libs=$enable_shared
18834
 
+
18835
 
+# Whether or not to build static libraries.
18836
 
+build_old_libs=$enable_static
18837
 
+
18838
 
+# Whether or not to add -lc for building shared libraries.
18839
 
+build_libtool_need_lc=$archive_cmds_need_lc_F77
18840
 
+
18841
 
+# Whether or not to disallow shared libs when runtime libs are static
18842
 
+allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_F77
18843
 
+
18844
 
+# Whether or not to optimize for fast installation.
18845
 
+fast_install=$enable_fast_install
18846
 
+
18847
 
+# The host system.
18848
 
+host_alias=$host_alias
18849
 
+host=$host
18850
 
+host_os=$host_os
18851
 
+
18852
 
+# The build system.
18853
 
+build_alias=$build_alias
18854
 
+build=$build
18855
 
+build_os=$build_os
18856
 
+
18857
 
+# An echo program that does not interpret backslashes.
18858
 
+echo=$lt_echo
18859
 
+
18860
 
+# The archiver.
18861
 
+AR=$lt_AR
18862
 
+AR_FLAGS=$lt_AR_FLAGS
18863
 
+
18864
 
+# A C compiler.
18865
 
+LTCC=$lt_LTCC
18866
 
+
18867
 
+# LTCC compiler flags.
18868
 
+LTCFLAGS=$lt_LTCFLAGS
18869
 
+
18870
 
+# A language-specific compiler.
18871
 
+CC=$lt_compiler_F77
18872
 
+
18873
 
+# Is the compiler the GNU C compiler?
18874
 
+with_gcc=$GCC_F77
18875
 
+
18876
 
+# An ERE matcher.
18877
 
+EGREP=$lt_EGREP
18878
 
+
18879
 
+# The linker used to build libraries.
18880
 
+LD=$lt_LD_F77
18881
 
+
18882
 
+# Whether we need hard or soft links.
18883
 
+LN_S=$lt_LN_S
18884
 
+
18885
 
+# A BSD-compatible nm program.
18886
 
+NM=$lt_NM
18887
 
+
18888
 
+# A symbol stripping program
18889
 
+STRIP=$lt_STRIP
18890
 
+
18891
 
+# Used to examine libraries when file_magic_cmd begins "file"
18892
 
+MAGIC_CMD=$MAGIC_CMD
18893
 
+
18894
 
+# Used on cygwin: DLL creation program.
18895
 
+DLLTOOL="$DLLTOOL"
18896
 
+
18897
 
+# Used on cygwin: object dumper.
18898
 
+OBJDUMP="$OBJDUMP"
18899
 
+
18900
 
+# Used on cygwin: assembler.
18901
 
+AS="$AS"
18902
 
+
18903
 
+# The name of the directory that contains temporary libtool files.
18904
 
+objdir=$objdir
18905
 
+
18906
 
+# How to create reloadable object files.
18907
 
+reload_flag=$lt_reload_flag
18908
 
+reload_cmds=$lt_reload_cmds
18909
 
+
18910
 
+# How to pass a linker flag through the compiler.
18911
 
+wl=$lt_lt_prog_compiler_wl_F77
18912
 
+
18913
 
+# Object file suffix (normally "o").
18914
 
+objext="$ac_objext"
18915
 
+
18916
 
+# Old archive suffix (normally "a").
18917
 
+libext="$libext"
18918
 
+
18919
 
+# Shared library suffix (normally ".so").
18920
 
+shrext_cmds='$shrext_cmds'
18921
 
+
18922
 
+# Executable file suffix (normally "").
18923
 
+exeext="$exeext"
18924
 
+
18925
 
+# Additional compiler flags for building library objects.
18926
 
+pic_flag=$lt_lt_prog_compiler_pic_F77
18927
 
+pic_mode=$pic_mode
18928
 
+
18929
 
+# What is the maximum length of a command?
18930
 
+max_cmd_len=$lt_cv_sys_max_cmd_len
18931
 
+
18932
 
+# Does compiler simultaneously support -c and -o options?
18933
 
+compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77
18934
 
+
18935
 
+# Must we lock files when doing compilation?
18936
 
+need_locks=$lt_need_locks
18937
 
+
18938
 
+# Do we need the lib prefix for modules?
18939
 
+need_lib_prefix=$need_lib_prefix
18940
 
+
18941
 
+# Do we need a version for libraries?
18942
 
+need_version=$need_version
18943
 
+
18944
 
+# Whether dlopen is supported.
18945
 
+dlopen_support=$enable_dlopen
18946
 
+
18947
 
+# Whether dlopen of programs is supported.
18948
 
+dlopen_self=$enable_dlopen_self
18949
 
+
18950
 
+# Whether dlopen of statically linked programs is supported.
18951
 
+dlopen_self_static=$enable_dlopen_self_static
18952
 
+
18953
 
+# Compiler flag to prevent dynamic linking.
18954
 
+link_static_flag=$lt_lt_prog_compiler_static_F77
18955
 
+
18956
 
+# Compiler flag to turn off builtin functions.
18957
 
+no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_F77
18958
 
+
18959
 
+# Compiler flag to allow reflexive dlopens.
18960
 
+export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_F77
18961
 
+
18962
 
+# Compiler flag to generate shared objects directly from archives.
18963
 
+whole_archive_flag_spec=$lt_whole_archive_flag_spec_F77
18964
 
+
18965
 
+# Compiler flag to generate thread-safe objects.
18966
 
+thread_safe_flag_spec=$lt_thread_safe_flag_spec_F77
18967
 
+
18968
 
+# Library versioning type.
18969
 
+version_type=$version_type
18970
 
+
18971
 
+# Format of library name prefix.
18972
 
+libname_spec=$lt_libname_spec
18973
 
+
18974
 
+# List of archive names.  First name is the real one, the rest are links.
18975
 
+# The last name is the one that the linker finds with -lNAME.
18976
 
+library_names_spec=$lt_library_names_spec
18977
 
+
18978
 
+# The coded name of the library, if different from the real name.
18979
 
+soname_spec=$lt_soname_spec
18980
 
+
18981
 
+# Commands used to build and install an old-style archive.
18982
 
+RANLIB=$lt_RANLIB
18983
 
+old_archive_cmds=$lt_old_archive_cmds_F77
18984
 
+old_postinstall_cmds=$lt_old_postinstall_cmds
18985
 
+old_postuninstall_cmds=$lt_old_postuninstall_cmds
18986
 
+
18987
 
+# Create an old-style archive from a shared archive.
18988
 
+old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_F77
18989
 
+
18990
 
+# Create a temporary old-style archive to link instead of a shared archive.
18991
 
+old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_F77
18992
 
+
18993
 
+# Commands used to build and install a shared archive.
18994
 
+archive_cmds=$lt_archive_cmds_F77
18995
 
+archive_expsym_cmds=$lt_archive_expsym_cmds_F77
18996
 
+postinstall_cmds=$lt_postinstall_cmds
18997
 
+postuninstall_cmds=$lt_postuninstall_cmds
18998
 
+
18999
 
+# Commands used to build a loadable module (assumed same as above if empty)
19000
 
+module_cmds=$lt_module_cmds_F77
19001
 
+module_expsym_cmds=$lt_module_expsym_cmds_F77
19002
 
+
19003
 
+# Commands to strip libraries.
19004
 
+old_striplib=$lt_old_striplib
19005
 
+striplib=$lt_striplib
19006
 
+
19007
 
+# Dependencies to place before the objects being linked to create a
19008
 
+# shared library.
19009
 
+predep_objects=$lt_predep_objects_F77
19010
 
+
19011
 
+# Dependencies to place after the objects being linked to create a
19012
 
+# shared library.
19013
 
+postdep_objects=$lt_postdep_objects_F77
19014
 
+
19015
 
+# Dependencies to place before the objects being linked to create a
19016
 
+# shared library.
19017
 
+predeps=$lt_predeps_F77
19018
 
+
19019
 
+# Dependencies to place after the objects being linked to create a
19020
 
+# shared library.
19021
 
+postdeps=$lt_postdeps_F77
19022
 
+
19023
 
+# The library search path used internally by the compiler when linking
19024
 
+# a shared library.
19025
 
+compiler_lib_search_path=$lt_compiler_lib_search_path_F77
19026
 
+
19027
 
+# Method to check whether dependent libraries are shared objects.
19028
 
+deplibs_check_method=$lt_deplibs_check_method
19029
 
+
19030
 
+# Command to use when deplibs_check_method == file_magic.
19031
 
+file_magic_cmd=$lt_file_magic_cmd
19032
 
+
19033
 
+# Flag that allows shared libraries with undefined symbols to be built.
19034
 
+allow_undefined_flag=$lt_allow_undefined_flag_F77
19035
 
+
19036
 
+# Flag that forces no undefined symbols.
19037
 
+no_undefined_flag=$lt_no_undefined_flag_F77
19038
 
+
19039
 
+# Commands used to finish a libtool library installation in a directory.
19040
 
+finish_cmds=$lt_finish_cmds
19041
 
+
19042
 
+# Same as above, but a single script fragment to be evaled but not shown.
19043
 
+finish_eval=$lt_finish_eval
19044
 
+
19045
 
+# Take the output of nm and produce a listing of raw symbols and C names.
19046
 
+global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
19047
 
+
19048
 
+# Transform the output of nm in a proper C declaration
19049
 
+global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
19050
 
+
19051
 
+# Transform the output of nm in a C name address pair
19052
 
+global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
19053
 
+
19054
 
+# This is the shared library runtime path variable.
19055
 
+runpath_var=$runpath_var
19056
 
+
19057
 
+# This is the shared library path variable.
19058
 
+shlibpath_var=$shlibpath_var
19059
 
+
19060
 
+# Is shlibpath searched before the hard-coded library search path?
19061
 
+shlibpath_overrides_runpath=$shlibpath_overrides_runpath
19062
 
+
19063
 
+# How to hardcode a shared library path into an executable.
19064
 
+hardcode_action=$hardcode_action_F77
19065
 
+
19066
 
+# Whether we should hardcode library paths into libraries.
19067
 
+hardcode_into_libs=$hardcode_into_libs
19068
 
+
19069
 
+# Flag to hardcode \$libdir into a binary during linking.
19070
 
+# This must work even if \$libdir does not exist.
19071
 
+hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_F77
19072
 
+
19073
 
+# If ld is used when linking, flag to hardcode \$libdir into
19074
 
+# a binary during linking. This must work even if \$libdir does
19075
 
+# not exist.
19076
 
+hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_F77
19077
 
+
19078
 
+# Whether we need a single -rpath flag with a separated argument.
19079
 
+hardcode_libdir_separator=$lt_hardcode_libdir_separator_F77
19080
 
+
19081
 
+# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
19082
 
+# resulting binary.
19083
 
+hardcode_direct=$hardcode_direct_F77
19084
 
+
19085
 
+# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
19086
 
+# resulting binary.
19087
 
+hardcode_minus_L=$hardcode_minus_L_F77
19088
 
+
19089
 
+# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
19090
 
+# the resulting binary.
19091
 
+hardcode_shlibpath_var=$hardcode_shlibpath_var_F77
19092
 
+
19093
 
+# Set to yes if building a shared library automatically hardcodes DIR into the library
19094
 
+# and all subsequent libraries and executables linked against it.
19095
 
+hardcode_automatic=$hardcode_automatic_F77
19096
 
+
19097
 
+# Variables whose values should be saved in libtool wrapper scripts and
19098
 
+# restored at relink time.
19099
 
+variables_saved_for_relink="$variables_saved_for_relink"
19100
 
+
19101
 
+# Whether libtool must link a program against all its dependency libraries.
19102
 
+link_all_deplibs=$link_all_deplibs_F77
19103
 
+
19104
 
+# Compile-time system search path for libraries
19105
 
+sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
19106
 
+
19107
 
+# Run-time system search path for libraries
19108
 
+sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
19109
 
+
19110
 
+# Fix the shell variable \$srcfile for the compiler.
19111
 
+fix_srcfile_path="$fix_srcfile_path_F77"
19112
 
+
19113
 
+# Set to yes if exported symbols are required.
19114
 
+always_export_symbols=$always_export_symbols_F77
19115
 
+
19116
 
+# The commands to list exported symbols.
19117
 
+export_symbols_cmds=$lt_export_symbols_cmds_F77
19118
 
+
19119
 
+# The commands to extract the exported symbol list from a shared archive.
19120
 
+extract_expsyms_cmds=$lt_extract_expsyms_cmds
19121
 
+
19122
 
+# Symbols that should not be listed in the preloaded symbols.
19123
 
+exclude_expsyms=$lt_exclude_expsyms_F77
19124
 
+
19125
 
+# Symbols that must always be exported.
19126
 
+include_expsyms=$lt_include_expsyms_F77
19127
 
+
19128
 
+# ### END LIBTOOL TAG CONFIG: $tagname
19129
 
+
19130
 
+__EOF__
19131
 
+
19132
 
+
19133
 
+else
19134
 
+  # If there is no Makefile yet, we rely on a make rule to execute
19135
 
+  # `config.status --recheck' to rerun these tests and create the
19136
 
+  # libtool script then.
19137
 
+  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
19138
 
+  if test -f "$ltmain_in"; then
19139
 
+    test -f Makefile && make "$ltmain"
19140
 
+  fi
19141
 
+fi
19142
 
+
19143
 
+
19144
 
+ac_ext=c
19145
 
+ac_cpp='$CPP $CPPFLAGS'
19146
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19147
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19148
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
19149
 
+
19150
 
+CC="$lt_save_CC"
19151
 
+
19152
 
+       else
19153
 
+         tagname=""
19154
 
+       fi
19155
 
+       ;;
19156
 
+
19157
 
+      GCJ)
19158
 
+       if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
19159
 
+         
19160
 
+
19161
 
+# Source file extension for Java test sources.
19162
 
+ac_ext=java
19163
 
+
19164
 
+# Object file extension for compiled Java test sources.
19165
 
+objext=o
19166
 
+objext_GCJ=$objext
19167
 
+
19168
 
+# Code to be used in simple compile tests
19169
 
+lt_simple_compile_test_code="class foo {}\n"
19170
 
+
19171
 
+# Code to be used in simple link tests
19172
 
+lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
19173
 
+
19174
 
+# ltmain only uses $CC for tagged configurations so make sure $CC is set.
19175
 
+
19176
 
+# If no C compiler was specified, use CC.
19177
 
+LTCC=${LTCC-"$CC"}
19178
 
+
19179
 
+# If no C compiler flags were specified, use CFLAGS.
19180
 
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
19181
 
+
19182
 
+# Allow CC to be a program name with arguments.
19183
 
+compiler=$CC
19184
 
+
19185
 
+
19186
 
+# save warnings/boilerplate of simple test code
19187
 
+ac_outfile=conftest.$ac_objext
19188
 
+printf "$lt_simple_compile_test_code" >conftest.$ac_ext
19189
 
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
19190
 
+_lt_compiler_boilerplate=`cat conftest.err`
19191
 
+$rm conftest*
19192
 
+
19193
 
+ac_outfile=conftest.$ac_objext
19194
 
+printf "$lt_simple_link_test_code" >conftest.$ac_ext
19195
 
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
19196
 
+_lt_linker_boilerplate=`cat conftest.err`
19197
 
+$rm conftest*
19198
 
+
19199
 
+
19200
 
+# Allow CC to be a program name with arguments.
19201
 
+lt_save_CC="$CC"
19202
 
+CC=${GCJ-"gcj"}
19203
 
+compiler=$CC
19204
 
+compiler_GCJ=$CC
19205
 
+for cc_temp in $compiler""; do
19206
 
+  case $cc_temp in
19207
 
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
19208
 
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
19209
 
+    \-*) ;;
19210
 
+    *) break;;
19211
 
+  esac
19212
 
+done
19213
 
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
19214
 
+
19215
 
+
19216
 
+# GCJ did not exist at the time GCC didn't implicitly link libc in.
19217
 
+archive_cmds_need_lc_GCJ=no
19218
 
+
19219
 
+old_archive_cmds_GCJ=$old_archive_cmds
19220
 
+
19221
 
+
19222
 
+lt_prog_compiler_no_builtin_flag_GCJ=
19223
 
+
19224
 
+if test "$GCC" = yes; then
19225
 
+  lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin'
19226
 
+
19227
 
+  
19228
 
+{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
19229
 
+echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
19230
 
+if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
19231
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
19232
 
+else
19233
 
+  lt_cv_prog_compiler_rtti_exceptions=no
19234
 
+  ac_outfile=conftest.$ac_objext
19235
 
+   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
19236
 
+   lt_compiler_flag="-fno-rtti -fno-exceptions"
19237
 
+   # Insert the option either (1) after the last *FLAGS variable, or
19238
 
+   # (2) before a word containing "conftest.", or (3) at the end.
19239
 
+   # Note that $ac_compile itself does not contain backslashes and begins
19240
 
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
19241
 
+   # The option is referenced via a variable to avoid confusing sed.
19242
 
+   lt_compile=`echo "$ac_compile" | $SED \
19243
 
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
19244
 
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
19245
 
+   -e 's:$: $lt_compiler_flag:'`
19246
 
+   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
19247
 
+   (eval "$lt_compile" 2>conftest.err)
19248
 
+   ac_status=$?
19249
 
+   cat conftest.err >&5
19250
 
+   echo "$as_me:__oline__: \$? = $ac_status" >&5
19251
 
+   if (exit $ac_status) && test -s "$ac_outfile"; then
19252
 
+     # The compiler can only warn and ignore the option if not recognized
19253
 
+     # So say no if there are warnings other than the usual output.
19254
 
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
19255
 
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
19256
 
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
19257
 
+       lt_cv_prog_compiler_rtti_exceptions=yes
19258
 
+     fi
19259
 
+   fi
19260
 
+   $rm conftest*
19261
 
+
19262
 
+fi
19263
 
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
19264
 
+echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
19265
 
+
19266
 
+if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
19267
 
+    lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"
19268
 
+else
19269
 
+    :
19270
 
+fi
19271
 
+
19272
 
+fi
19273
 
+
19274
 
+lt_prog_compiler_wl_GCJ=
19275
 
+lt_prog_compiler_pic_GCJ=
19276
 
+lt_prog_compiler_static_GCJ=
19277
 
+
19278
 
+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
19279
 
+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
19280
 
19281
 
+  if test "$GCC" = yes; then
19282
 
+    lt_prog_compiler_wl_GCJ='-Wl,'
19283
 
+    lt_prog_compiler_static_GCJ='-static'
19284
 
+
19285
 
+    case $host_os in
19286
 
+      aix*)
19287
 
+      # All AIX code is PIC.
19288
 
+      if test "$host_cpu" = ia64; then
19289
 
+       # AIX 5 now supports IA64 processor
19290
 
+       lt_prog_compiler_static_GCJ='-Bstatic'
19291
 
+      fi
19292
 
+      ;;
19293
 
+
19294
 
+    amigaos*)
19295
 
+      # FIXME: we need at least 68020 code to build shared libraries, but
19296
 
+      # adding the `-m68020' flag to GCC prevents building anything better,
19297
 
+      # like `-m68040'.
19298
 
+      lt_prog_compiler_pic_GCJ='-m68020 -resident32 -malways-restore-a4'
19299
 
+      ;;
19300
 
+
19301
 
+    beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
19302
 
+      # PIC is the default for these OSes.
19303
 
+      ;;
19304
 
+
19305
 
+    mingw* | pw32* | os2*)
19306
 
+      # This hack is so that the source file can tell whether it is being
19307
 
+      # built for inclusion in a dll (and should export symbols for example).
19308
 
+      lt_prog_compiler_pic_GCJ='-DDLL_EXPORT'
19309
 
+      ;;
19310
 
+
19311
 
+    darwin* | rhapsody*)
19312
 
+      # PIC is the default on this platform
19313
 
+      # Common symbols not allowed in MH_DYLIB files
19314
 
+      lt_prog_compiler_pic_GCJ='-fno-common'
19315
 
+      ;;
19316
 
+
19317
 
+    interix3*)
19318
 
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
19319
 
+      # Instead, we relocate shared libraries at runtime.
19320
 
+      ;;
19321
 
+
19322
 
+    msdosdjgpp*)
19323
 
+      # Just because we use GCC doesn't mean we suddenly get shared libraries
19324
 
+      # on systems that don't support them.
19325
 
+      lt_prog_compiler_can_build_shared_GCJ=no
19326
 
+      enable_shared=no
19327
 
+      ;;
19328
 
+
19329
 
+    sysv4*MP*)
19330
 
+      if test -d /usr/nec; then
19331
 
+       lt_prog_compiler_pic_GCJ=-Kconform_pic
19332
 
+      fi
19333
 
+      ;;
19334
 
+
19335
 
+    hpux*)
19336
 
+      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
19337
 
+      # not for PA HP-UX.
19338
 
+      case $host_cpu in
19339
 
+      hppa*64*|ia64*)
19340
 
+       # +Z the default
19341
 
+       ;;
19342
 
+      *)
19343
 
+       lt_prog_compiler_pic_GCJ='-fPIC'
19344
 
+       ;;
19345
 
+      esac
19346
 
+      ;;
19347
 
+
19348
 
+    *)
19349
 
+      lt_prog_compiler_pic_GCJ='-fPIC'
19350
 
+      ;;
19351
 
+    esac
19352
 
+  else
19353
 
+    # PORTME Check for flag to pass linker flags through the system compiler.
19354
 
+    case $host_os in
19355
 
+    aix*)
19356
 
+      lt_prog_compiler_wl_GCJ='-Wl,'
19357
 
+      if test "$host_cpu" = ia64; then
19358
 
+       # AIX 5 now supports IA64 processor
19359
 
+       lt_prog_compiler_static_GCJ='-Bstatic'
19360
 
+      else
19361
 
+       lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp'
19362
 
+      fi
19363
 
+      ;;
19364
 
+      darwin*)
19365
 
+        # PIC is the default on this platform
19366
 
+        # Common symbols not allowed in MH_DYLIB files
19367
 
+       case $cc_basename in
19368
 
+         xlc*)
19369
 
+         lt_prog_compiler_pic_GCJ='-qnocommon'
19370
 
+         lt_prog_compiler_wl_GCJ='-Wl,'
19371
 
+         ;;
19372
 
+       esac
19373
 
+       ;;
19374
 
+
19375
 
+    mingw* | pw32* | os2*)
19376
 
+      # This hack is so that the source file can tell whether it is being
19377
 
+      # built for inclusion in a dll (and should export symbols for example).
19378
 
+      lt_prog_compiler_pic_GCJ='-DDLL_EXPORT'
19379
 
+      ;;
19380
 
+
19381
 
+    hpux9* | hpux10* | hpux11*)
19382
 
+      lt_prog_compiler_wl_GCJ='-Wl,'
19383
 
+      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
19384
 
+      # not for PA HP-UX.
19385
 
+      case $host_cpu in
19386
 
+      hppa*64*|ia64*)
19387
 
+       # +Z the default
19388
 
+       ;;
19389
 
+      *)
19390
 
+       lt_prog_compiler_pic_GCJ='+Z'
19391
 
+       ;;
19392
 
+      esac
19393
 
+      # Is there a better lt_prog_compiler_static that works with the bundled CC?
19394
 
+      lt_prog_compiler_static_GCJ='${wl}-a ${wl}archive'
19395
 
+      ;;
19396
 
+
19397
 
+    irix5* | irix6* | nonstopux*)
19398
 
+      lt_prog_compiler_wl_GCJ='-Wl,'
19399
 
+      # PIC (with -KPIC) is the default.
19400
 
+      lt_prog_compiler_static_GCJ='-non_shared'
19401
 
+      ;;
19402
 
+
19403
 
+    newsos6)
19404
 
+      lt_prog_compiler_pic_GCJ='-KPIC'
19405
 
+      lt_prog_compiler_static_GCJ='-Bstatic'
19406
 
+      ;;
19407
 
+
19408
 
+    linux* | k*bsd*-gnu)
19409
 
+      case $cc_basename in
19410
 
+      icc* | ecc*)
19411
 
+       lt_prog_compiler_wl_GCJ='-Wl,'
19412
 
+       lt_prog_compiler_pic_GCJ='-KPIC'
19413
 
+       lt_prog_compiler_static_GCJ='-static'
19414
 
+        ;;
19415
 
+      pgcc* | pgf77* | pgf90* | pgf95*)
19416
 
+        # Portland Group compilers (*not* the Pentium gcc compiler,
19417
 
+       # which looks to be a dead project)
19418
 
+       lt_prog_compiler_wl_GCJ='-Wl,'
19419
 
+       lt_prog_compiler_pic_GCJ='-fpic'
19420
 
+       lt_prog_compiler_static_GCJ='-Bstatic'
19421
 
+        ;;
19422
 
+      ccc*)
19423
 
+        lt_prog_compiler_wl_GCJ='-Wl,'
19424
 
+        # All Alpha code is PIC.
19425
 
+        lt_prog_compiler_static_GCJ='-non_shared'
19426
 
+        ;;
19427
 
+      esac
19428
 
+      ;;
19429
 
+
19430
 
+    osf3* | osf4* | osf5*)
19431
 
+      lt_prog_compiler_wl_GCJ='-Wl,'
19432
 
+      # All OSF/1 code is PIC.
19433
 
+      lt_prog_compiler_static_GCJ='-non_shared'
19434
 
+      ;;
19435
 
+
19436
 
+    solaris*)
19437
 
+      lt_prog_compiler_pic_GCJ='-KPIC'
19438
 
+      lt_prog_compiler_static_GCJ='-Bstatic'
19439
 
+      case $cc_basename in
19440
 
+      f77* | f90* | f95*)
19441
 
+       lt_prog_compiler_wl_GCJ='-Qoption ld ';;
19442
 
+      *)
19443
 
+       lt_prog_compiler_wl_GCJ='-Wl,';;
19444
 
+      esac
19445
 
+      ;;
19446
 
+
19447
 
+    sunos4*)
19448
 
+      lt_prog_compiler_wl_GCJ='-Qoption ld '
19449
 
+      lt_prog_compiler_pic_GCJ='-PIC'
19450
 
+      lt_prog_compiler_static_GCJ='-Bstatic'
19451
 
+      ;;
19452
 
+
19453
 
+    sysv4 | sysv4.2uw2* | sysv4.3*)
19454
 
+      lt_prog_compiler_wl_GCJ='-Wl,'
19455
 
+      lt_prog_compiler_pic_GCJ='-KPIC'
19456
 
+      lt_prog_compiler_static_GCJ='-Bstatic'
19457
 
+      ;;
19458
 
+
19459
 
+    sysv4*MP*)
19460
 
+      if test -d /usr/nec ;then
19461
 
+       lt_prog_compiler_pic_GCJ='-Kconform_pic'
19462
 
+       lt_prog_compiler_static_GCJ='-Bstatic'
19463
 
+      fi
19464
 
+      ;;
19465
 
+
19466
 
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
19467
 
+      lt_prog_compiler_wl_GCJ='-Wl,'
19468
 
+      lt_prog_compiler_pic_GCJ='-KPIC'
19469
 
+      lt_prog_compiler_static_GCJ='-Bstatic'
19470
 
+      ;;
19471
 
+
19472
 
+    unicos*)
19473
 
+      lt_prog_compiler_wl_GCJ='-Wl,'
19474
 
+      lt_prog_compiler_can_build_shared_GCJ=no
19475
 
+      ;;
19476
 
+
19477
 
+    uts4*)
19478
 
+      lt_prog_compiler_pic_GCJ='-pic'
19479
 
+      lt_prog_compiler_static_GCJ='-Bstatic'
19480
 
+      ;;
19481
 
+
19482
 
+    *)
19483
 
+      lt_prog_compiler_can_build_shared_GCJ=no
19484
 
+      ;;
19485
 
+    esac
19486
 
+  fi
19487
 
+
19488
 
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
19489
 
+echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; }
19490
 
+
19491
 
+#
19492
 
+# Check to make sure the PIC flag actually works.
19493
 
+#
19494
 
+if test -n "$lt_prog_compiler_pic_GCJ"; then
19495
 
+  
19496
 
+{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
19497
 
+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; }
19498
 
+if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then
19499
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
19500
 
+else
19501
 
+  lt_prog_compiler_pic_works_GCJ=no
19502
 
+  ac_outfile=conftest.$ac_objext
19503
 
+   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
19504
 
+   lt_compiler_flag="$lt_prog_compiler_pic_GCJ"
19505
 
+   # Insert the option either (1) after the last *FLAGS variable, or
19506
 
+   # (2) before a word containing "conftest.", or (3) at the end.
19507
 
+   # Note that $ac_compile itself does not contain backslashes and begins
19508
 
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
19509
 
+   # The option is referenced via a variable to avoid confusing sed.
19510
 
+   lt_compile=`echo "$ac_compile" | $SED \
19511
 
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
19512
 
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
19513
 
+   -e 's:$: $lt_compiler_flag:'`
19514
 
+   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
19515
 
+   (eval "$lt_compile" 2>conftest.err)
19516
 
+   ac_status=$?
19517
 
+   cat conftest.err >&5
19518
 
+   echo "$as_me:__oline__: \$? = $ac_status" >&5
19519
 
+   if (exit $ac_status) && test -s "$ac_outfile"; then
19520
 
+     # The compiler can only warn and ignore the option if not recognized
19521
 
+     # So say no if there are warnings other than the usual output.
19522
 
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
19523
 
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
19524
 
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
19525
 
+       lt_prog_compiler_pic_works_GCJ=yes
19526
 
+     fi
19527
 
+   fi
19528
 
+   $rm conftest*
19529
 
+
19530
 
+fi
19531
 
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5
19532
 
+echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6; }
19533
 
+
19534
 
+if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then
19535
 
+    case $lt_prog_compiler_pic_GCJ in
19536
 
+     "" | " "*) ;;
19537
 
+     *) lt_prog_compiler_pic_GCJ=" $lt_prog_compiler_pic_GCJ" ;;
19538
 
+     esac
19539
 
+else
19540
 
+    lt_prog_compiler_pic_GCJ=
19541
 
+     lt_prog_compiler_can_build_shared_GCJ=no
19542
 
+fi
19543
 
+
19544
 
+fi
19545
 
+case $host_os in
19546
 
+  # For platforms which do not support PIC, -DPIC is meaningless:
19547
 
+  *djgpp*)
19548
 
+    lt_prog_compiler_pic_GCJ=
19549
 
+    ;;
19550
 
+  *)
19551
 
+    lt_prog_compiler_pic_GCJ="$lt_prog_compiler_pic_GCJ"
19552
 
+    ;;
19553
 
+esac
19554
 
+
19555
 
+#
19556
 
+# Check to make sure the static flag actually works.
19557
 
+#
19558
 
+wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\"
19559
 
+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
19560
 
+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
19561
 
+if test "${lt_prog_compiler_static_works_GCJ+set}" = set; then
19562
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
19563
 
+else
19564
 
+  lt_prog_compiler_static_works_GCJ=no
19565
 
+   save_LDFLAGS="$LDFLAGS"
19566
 
+   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
19567
 
+   printf "$lt_simple_link_test_code" > conftest.$ac_ext
19568
 
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
19569
 
+     # The linker can only warn and ignore the option if not recognized
19570
 
+     # So say no if there are warnings
19571
 
+     if test -s conftest.err; then
19572
 
+       # Append any errors to the config.log.
19573
 
+       cat conftest.err 1>&5
19574
 
+       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
19575
 
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
19576
 
+       if diff conftest.exp conftest.er2 >/dev/null; then
19577
 
+         lt_prog_compiler_static_works_GCJ=yes
19578
 
+       fi
19579
 
+     else
19580
 
+       lt_prog_compiler_static_works_GCJ=yes
19581
 
+     fi
19582
 
+   fi
19583
 
+   $rm conftest*
19584
 
+   LDFLAGS="$save_LDFLAGS"
19585
 
+
19586
 
+fi
19587
 
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_GCJ" >&5
19588
 
+echo "${ECHO_T}$lt_prog_compiler_static_works_GCJ" >&6; }
19589
 
+
19590
 
+if test x"$lt_prog_compiler_static_works_GCJ" = xyes; then
19591
 
+    :
19592
 
+else
19593
 
+    lt_prog_compiler_static_GCJ=
19594
 
+fi
19595
 
+
19596
 
+
19597
 
+{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
19598
 
+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
19599
 
+if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
19600
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
19601
 
+else
19602
 
+  lt_cv_prog_compiler_c_o_GCJ=no
19603
 
+   $rm -r conftest 2>/dev/null
19604
 
+   mkdir conftest
19605
 
+   cd conftest
19606
 
+   mkdir out
19607
 
+   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
19608
 
+
19609
 
+   lt_compiler_flag="-o out/conftest2.$ac_objext"
19610
 
+   # Insert the option either (1) after the last *FLAGS variable, or
19611
 
+   # (2) before a word containing "conftest.", or (3) at the end.
19612
 
+   # Note that $ac_compile itself does not contain backslashes and begins
19613
 
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
19614
 
+   lt_compile=`echo "$ac_compile" | $SED \
19615
 
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
19616
 
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
19617
 
+   -e 's:$: $lt_compiler_flag:'`
19618
 
+   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&5)
19619
 
+   (eval "$lt_compile" 2>out/conftest.err)
19620
 
+   ac_status=$?
19621
 
+   cat out/conftest.err >&5
19622
 
+   echo "$as_me:__oline__: \$? = $ac_status" >&5
19623
 
+   if (exit $ac_status) && test -s out/conftest2.$ac_objext
19624
 
+   then
19625
 
+     # The compiler can only warn and ignore the option if not recognized
19626
 
+     # So say no if there are warnings
19627
 
+     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
19628
 
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
19629
 
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
19630
 
+       lt_cv_prog_compiler_c_o_GCJ=yes
19631
 
+     fi
19632
 
+   fi
19633
 
+   chmod u+w . 2>&5
19634
 
+   $rm conftest*
19635
 
+   # SGI C++ compiler will create directory out/ii_files/ for
19636
 
+   # template instantiation
19637
 
+   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
19638
 
+   $rm out/* && rmdir out
19639
 
+   cd ..
19640
 
+   rmdir conftest
19641
 
+   $rm conftest*
19642
 
+
19643
 
+fi
19644
 
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
19645
 
+echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; }
19646
 
+
19647
 
+
19648
 
+hard_links="nottested"
19649
 
+if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then
19650
 
+  # do not overwrite the value of need_locks provided by the user
19651
 
+  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
19652
 
+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
19653
 
+  hard_links=yes
19654
 
+  $rm conftest*
19655
 
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
19656
 
+  touch conftest.a
19657
 
+  ln conftest.a conftest.b 2>&5 || hard_links=no
19658
 
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
19659
 
+  { echo "$as_me:$LINENO: result: $hard_links" >&5
19660
 
+echo "${ECHO_T}$hard_links" >&6; }
19661
 
+  if test "$hard_links" = no; then
19662
 
+    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
19663
 
+echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
19664
 
+    need_locks=warn
19665
 
+  fi
19666
 
+else
19667
 
+  need_locks=no
19668
 
+fi
19669
 
+
19670
 
+{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
19671
 
+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
19672
 
+
19673
 
+  runpath_var=
19674
 
+  allow_undefined_flag_GCJ=
19675
 
+  enable_shared_with_static_runtimes_GCJ=no
19676
 
+  archive_cmds_GCJ=
19677
 
+  archive_expsym_cmds_GCJ=
19678
 
+  old_archive_From_new_cmds_GCJ=
19679
 
+  old_archive_from_expsyms_cmds_GCJ=
19680
 
+  export_dynamic_flag_spec_GCJ=
19681
 
+  whole_archive_flag_spec_GCJ=
19682
 
+  thread_safe_flag_spec_GCJ=
19683
 
+  hardcode_libdir_flag_spec_GCJ=
19684
 
+  hardcode_libdir_flag_spec_ld_GCJ=
19685
 
+  hardcode_libdir_separator_GCJ=
19686
 
+  hardcode_direct_GCJ=no
19687
 
+  hardcode_minus_L_GCJ=no
19688
 
+  hardcode_shlibpath_var_GCJ=unsupported
19689
 
+  link_all_deplibs_GCJ=unknown
19690
 
+  hardcode_automatic_GCJ=no
19691
 
+  module_cmds_GCJ=
19692
 
+  module_expsym_cmds_GCJ=
19693
 
+  always_export_symbols_GCJ=no
19694
 
+  export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
19695
 
+  # include_expsyms should be a list of space-separated symbols to be *always*
19696
 
+  # included in the symbol list
19697
 
+  include_expsyms_GCJ=
19698
 
+  # exclude_expsyms can be an extended regexp of symbols to exclude
19699
 
+  # it will be wrapped by ` (' and `)$', so one must not match beginning or
19700
 
+  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
19701
 
+  # as well as any symbol that contains `d'.
19702
 
+  exclude_expsyms_GCJ="_GLOBAL_OFFSET_TABLE_"
19703
 
+  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
19704
 
+  # platforms (ab)use it in PIC code, but their linkers get confused if
19705
 
+  # the symbol is explicitly referenced.  Since portable code cannot
19706
 
+  # rely on this symbol name, it's probably fine to never include it in
19707
 
+  # preloaded symbol tables.
19708
 
+  extract_expsyms_cmds=
19709
 
+  # Just being paranoid about ensuring that cc_basename is set.
19710
 
+  for cc_temp in $compiler""; do
19711
 
+  case $cc_temp in
19712
 
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
19713
 
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
19714
 
+    \-*) ;;
19715
 
+    *) break;;
19716
 
+  esac
19717
 
+done
19718
 
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
19719
 
+
19720
 
+  case $host_os in
19721
 
+  cygwin* | mingw* | pw32*)
19722
 
+    # FIXME: the MSVC++ port hasn't been tested in a loooong time
19723
 
+    # When not using gcc, we currently assume that we are using
19724
 
+    # Microsoft Visual C++.
19725
 
+    if test "$GCC" != yes; then
19726
 
+      with_gnu_ld=no
19727
 
+    fi
19728
 
+    ;;
19729
 
+  interix*)
19730
 
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
19731
 
+    with_gnu_ld=yes
19732
 
+    ;;
19733
 
+  openbsd*)
19734
 
+    with_gnu_ld=no
19735
 
+    ;;
19736
 
+  esac
19737
 
+
19738
 
+  ld_shlibs_GCJ=yes
19739
 
+  if test "$with_gnu_ld" = yes; then
19740
 
+    # If archive_cmds runs LD, not CC, wlarc should be empty
19741
 
+    wlarc='${wl}'
19742
 
+
19743
 
+    # Set some defaults for GNU ld with shared library support. These
19744
 
+    # are reset later if shared libraries are not supported. Putting them
19745
 
+    # here allows them to be overridden if necessary.
19746
 
+    runpath_var=LD_RUN_PATH
19747
 
+    hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir'
19748
 
+    export_dynamic_flag_spec_GCJ='${wl}--export-dynamic'
19749
 
+    # ancient GNU ld didn't support --whole-archive et. al.
19750
 
+    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
19751
 
+       whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
19752
 
+      else
19753
 
+       whole_archive_flag_spec_GCJ=
19754
 
+    fi
19755
 
+    supports_anon_versioning=no
19756
 
+    case `$LD -v 2>/dev/null` in
19757
 
+      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
19758
 
+      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
19759
 
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
19760
 
+      *\ 2.11.*) ;; # other 2.11 versions
19761
 
+      *) supports_anon_versioning=yes ;;
19762
 
+    esac
19763
 
+
19764
 
+    # See if GNU ld supports shared libraries.
19765
 
+    case $host_os in
19766
 
+    aix3* | aix4* | aix5*)
19767
 
+      # On AIX/PPC, the GNU linker is very broken
19768
 
+      if test "$host_cpu" != ia64; then
19769
 
+       ld_shlibs_GCJ=no
19770
 
+       cat <<EOF 1>&2
19771
 
+
19772
 
+*** Warning: the GNU linker, at least up to release 2.9.1, is reported
19773
 
+*** to be unable to reliably create shared libraries on AIX.
19774
 
+*** Therefore, libtool is disabling shared libraries support.  If you
19775
 
+*** really care for shared libraries, you may want to modify your PATH
19776
 
+*** so that a non-GNU linker is found, and then restart.
19777
 
+
19778
 
+EOF
19779
 
+      fi
19780
 
+      ;;
19781
 
+
19782
 
+    amigaos*)
19783
 
+      archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
19784
 
+      hardcode_libdir_flag_spec_GCJ='-L$libdir'
19785
 
+      hardcode_minus_L_GCJ=yes
19786
 
+
19787
 
+      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
19788
 
+      # that the semantics of dynamic libraries on AmigaOS, at least up
19789
 
+      # to version 4, is to share data among multiple programs linked
19790
 
+      # with the same dynamic library.  Since this doesn't match the
19791
 
+      # behavior of shared libraries on other platforms, we can't use
19792
 
+      # them.
19793
 
+      ld_shlibs_GCJ=no
19794
 
+      ;;
19795
 
+
19796
 
+    beos*)
19797
 
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
19798
 
+       allow_undefined_flag_GCJ=unsupported
19799
 
+       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
19800
 
+       # support --undefined.  This deserves some investigation.  FIXME
19801
 
+       archive_cmds_GCJ='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
19802
 
+      else
19803
 
+       ld_shlibs_GCJ=no
19804
 
+      fi
19805
 
+      ;;
19806
 
+
19807
 
+    cygwin* | mingw* | pw32*)
19808
 
+      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless,
19809
 
+      # as there is no search path for DLLs.
19810
 
+      hardcode_libdir_flag_spec_GCJ='-L$libdir'
19811
 
+      allow_undefined_flag_GCJ=unsupported
19812
 
+      always_export_symbols_GCJ=no
19813
 
+      enable_shared_with_static_runtimes_GCJ=yes
19814
 
+      export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
19815
 
+
19816
 
+      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
19817
 
+        archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
19818
 
+       # If the export-symbols file already is a .def file (1st line
19819
 
+       # is EXPORTS), use it as is; otherwise, prepend...
19820
 
+       archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
19821
 
+         cp $export_symbols $output_objdir/$soname.def;
19822
 
+       else
19823
 
+         echo EXPORTS > $output_objdir/$soname.def;
19824
 
+         cat $export_symbols >> $output_objdir/$soname.def;
19825
 
+       fi~
19826
 
+       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
19827
 
+      else
19828
 
+       ld_shlibs_GCJ=no
19829
 
+      fi
19830
 
+      ;;
19831
 
+
19832
 
+    interix3*)
19833
 
+      hardcode_direct_GCJ=no
19834
 
+      hardcode_shlibpath_var_GCJ=no
19835
 
+      hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
19836
 
+      export_dynamic_flag_spec_GCJ='${wl}-E'
19837
 
+      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
19838
 
+      # Instead, shared libraries are loaded at an image base (0x10000000 by
19839
 
+      # default) and relocated if they conflict, which is a slow very memory
19840
 
+      # consuming and fragmenting process.  To avoid this, we pick a random,
19841
 
+      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
19842
 
+      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
19843
 
+      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'
19844
 
+      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'
19845
 
+      ;;
19846
 
+
19847
 
+    linux* | k*bsd*-gnu)
19848
 
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
19849
 
+       tmp_addflag=
19850
 
+       case $cc_basename,$host_cpu in
19851
 
+       pgcc*)                          # Portland Group C compiler
19852
 
+         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'
19853
 
+         tmp_addflag=' $pic_flag'
19854
 
+         ;;
19855
 
+       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
19856
 
+         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'
19857
 
+         tmp_addflag=' $pic_flag -Mnomain' ;;
19858
 
+       ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
19859
 
+         tmp_addflag=' -i_dynamic' ;;
19860
 
+       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
19861
 
+         tmp_addflag=' -i_dynamic -nofor_main' ;;
19862
 
+       ifc* | ifort*)                  # Intel Fortran compiler
19863
 
+         tmp_addflag=' -nofor_main' ;;
19864
 
+       esac
19865
 
+       archive_cmds_GCJ='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
19866
 
+
19867
 
+       if test $supports_anon_versioning = yes; then
19868
 
+         archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~
19869
 
+  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
19870
 
+  $echo "local: *; };" >> $output_objdir/$libname.ver~
19871
 
+         $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
19872
 
+       fi
19873
 
+       link_all_deplibs_GCJ=no
19874
 
+      else
19875
 
+       ld_shlibs_GCJ=no
19876
 
+      fi
19877
 
+      ;;
19878
 
+
19879
 
+    netbsd* | netbsdelf*-gnu)
19880
 
+      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
19881
 
+       archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
19882
 
+       wlarc=
19883
 
+      else
19884
 
+       archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
19885
 
+       archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
19886
 
+      fi
19887
 
+      ;;
19888
 
+
19889
 
+    solaris*)
19890
 
+      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
19891
 
+       ld_shlibs_GCJ=no
19892
 
+       cat <<EOF 1>&2
19893
 
+
19894
 
+*** Warning: The releases 2.8.* of the GNU linker cannot reliably
19895
 
+*** create shared libraries on Solaris systems.  Therefore, libtool
19896
 
+*** is disabling shared libraries support.  We urge you to upgrade GNU
19897
 
+*** binutils to release 2.9.1 or newer.  Another option is to modify
19898
 
+*** your PATH or compiler configuration so that the native linker is
19899
 
+*** used, and then restart.
19900
 
+
19901
 
+EOF
19902
 
+      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
19903
 
+       archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
19904
 
+       archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
19905
 
+      else
19906
 
+       ld_shlibs_GCJ=no
19907
 
+      fi
19908
 
+      ;;
19909
 
+
19910
 
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
19911
 
+      case `$LD -v 2>&1` in
19912
 
+        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) 
19913
 
+       ld_shlibs_GCJ=no
19914
 
+       cat <<_LT_EOF 1>&2
19915
 
+
19916
 
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
19917
 
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
19918
 
+*** is disabling shared libraries support.  We urge you to upgrade GNU
19919
 
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
19920
 
+*** your PATH or compiler configuration so that the native linker is
19921
 
+*** used, and then restart.
19922
 
+
19923
 
+_LT_EOF
19924
 
+       ;;
19925
 
+       *)
19926
 
+         if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
19927
 
+           hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
19928
 
+           archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
19929
 
+           archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
19930
 
+         else
19931
 
+           ld_shlibs_GCJ=no
19932
 
+         fi
19933
 
+       ;;
19934
 
+      esac
19935
 
+      ;;
19936
 
+
19937
 
+    sunos4*)
19938
 
+      archive_cmds_GCJ='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
19939
 
+      wlarc=
19940
 
+      hardcode_direct_GCJ=yes
19941
 
+      hardcode_shlibpath_var_GCJ=no
19942
 
+      ;;
19943
 
+
19944
 
+    *)
19945
 
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
19946
 
+       archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
19947
 
+       archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
19948
 
+      else
19949
 
+       ld_shlibs_GCJ=no
19950
 
+      fi
19951
 
+      ;;
19952
 
+    esac
19953
 
+
19954
 
+    if test "$ld_shlibs_GCJ" = no; then
19955
 
+      runpath_var=
19956
 
+      hardcode_libdir_flag_spec_GCJ=
19957
 
+      export_dynamic_flag_spec_GCJ=
19958
 
+      whole_archive_flag_spec_GCJ=
19959
 
+    fi
19960
 
+  else
19961
 
+    # PORTME fill in a description of your system's linker (not GNU ld)
19962
 
+    case $host_os in
19963
 
+    aix3*)
19964
 
+      allow_undefined_flag_GCJ=unsupported
19965
 
+      always_export_symbols_GCJ=yes
19966
 
+      archive_expsym_cmds_GCJ='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
19967
 
+      # Note: this linker hardcodes the directories in LIBPATH if there
19968
 
+      # are no directories specified by -L.
19969
 
+      hardcode_minus_L_GCJ=yes
19970
 
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
19971
 
+       # Neither direct hardcoding nor static linking is supported with a
19972
 
+       # broken collect2.
19973
 
+       hardcode_direct_GCJ=unsupported
19974
 
+      fi
19975
 
+      ;;
19976
 
+
19977
 
+    aix4* | aix5*)
19978
 
+      if test "$host_cpu" = ia64; then
19979
 
+       # On IA64, the linker does run time linking by default, so we don't
19980
 
+       # have to do anything special.
19981
 
+       aix_use_runtimelinking=no
19982
 
+       exp_sym_flag='-Bexport'
19983
 
+       no_entry_flag=""
19984
 
+      else
19985
 
+       # If we're using GNU nm, then we don't want the "-C" option.
19986
 
+       # -C means demangle to AIX nm, but means don't demangle with GNU nm
19987
 
+       if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
19988
 
+         export_symbols_cmds_GCJ='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
19989
 
+       else
19990
 
+         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'
19991
 
+       fi
19992
 
+       aix_use_runtimelinking=no
19993
 
+
19994
 
+       # Test if we are trying to use run time linking or normal
19995
 
+       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
19996
 
+       # need to do runtime linking.
19997
 
+       case $host_os in aix4.[23]|aix4.[23].*|aix5*)
19998
 
+         for ld_flag in $LDFLAGS; do
19999
 
+         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
20000
 
+           aix_use_runtimelinking=yes
20001
 
+           break
20002
 
+         fi
20003
 
+         done
20004
 
+         ;;
20005
 
+       esac
20006
 
+
20007
 
+       exp_sym_flag='-bexport'
20008
 
+       no_entry_flag='-bnoentry'
20009
 
+      fi
20010
 
+
20011
 
+      # When large executables or shared objects are built, AIX ld can
20012
 
+      # have problems creating the table of contents.  If linking a library
20013
 
+      # or program results in "error TOC overflow" add -mminimal-toc to
20014
 
+      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
20015
 
+      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
20016
 
+
20017
 
+      archive_cmds_GCJ=''
20018
 
+      hardcode_direct_GCJ=yes
20019
 
+      hardcode_libdir_separator_GCJ=':'
20020
 
+      link_all_deplibs_GCJ=yes
20021
 
+
20022
 
+      if test "$GCC" = yes; then
20023
 
+       case $host_os in aix4.[012]|aix4.[012].*)
20024
 
+       # We only want to do this on AIX 4.2 and lower, the check
20025
 
+       # below for broken collect2 doesn't work under 4.3+
20026
 
+         collect2name=`${CC} -print-prog-name=collect2`
20027
 
+         if test -f "$collect2name" && \
20028
 
+          strings "$collect2name" | grep resolve_lib_name >/dev/null
20029
 
+         then
20030
 
+         # We have reworked collect2
20031
 
+         hardcode_direct_GCJ=yes
20032
 
+         else
20033
 
+         # We have old collect2
20034
 
+         hardcode_direct_GCJ=unsupported
20035
 
+         # It fails to find uninstalled libraries when the uninstalled
20036
 
+         # path is not listed in the libpath.  Setting hardcode_minus_L
20037
 
+         # to unsupported forces relinking
20038
 
+         hardcode_minus_L_GCJ=yes
20039
 
+         hardcode_libdir_flag_spec_GCJ='-L$libdir'
20040
 
+         hardcode_libdir_separator_GCJ=
20041
 
+         fi
20042
 
+         ;;
20043
 
+       esac
20044
 
+       shared_flag='-shared'
20045
 
+       if test "$aix_use_runtimelinking" = yes; then
20046
 
+         shared_flag="$shared_flag "'${wl}-G'
20047
 
+       fi
20048
 
+      else
20049
 
+       # not using gcc
20050
 
+       if test "$host_cpu" = ia64; then
20051
 
+       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
20052
 
+       # chokes on -Wl,-G. The following line is correct:
20053
 
+         shared_flag='-G'
20054
 
+       else
20055
 
+         if test "$aix_use_runtimelinking" = yes; then
20056
 
+           shared_flag='${wl}-G'
20057
 
+         else
20058
 
+           shared_flag='${wl}-bM:SRE'
20059
 
+         fi
20060
 
+       fi
20061
 
+      fi
20062
 
+
20063
 
+      # It seems that -bexpall does not export symbols beginning with
20064
 
+      # underscore (_), so it is better to generate a list of symbols to export.
20065
 
+      always_export_symbols_GCJ=yes
20066
 
+      if test "$aix_use_runtimelinking" = yes; then
20067
 
+       # Warning - without using the other runtime loading flags (-brtl),
20068
 
+       # -berok will link without error, but may produce a broken library.
20069
 
+       allow_undefined_flag_GCJ='-berok'
20070
 
+       # Determine the default libpath from the value encoded in an empty executable.
20071
 
+       cat >conftest.$ac_ext <<_ACEOF
20072
 
+/* confdefs.h.  */
20073
 
+_ACEOF
20074
 
+cat confdefs.h >>conftest.$ac_ext
20075
 
+cat >>conftest.$ac_ext <<_ACEOF
20076
 
+/* end confdefs.h.  */
20077
 
+
20078
 
+int
20079
 
+main ()
20080
 
+{
20081
 
+
20082
 
+  ;
20083
 
+  return 0;
20084
 
+}
20085
 
+_ACEOF
20086
 
+rm -f conftest.$ac_objext conftest$ac_exeext
20087
 
+if { (ac_try="$ac_link"
20088
 
+case "(($ac_try" in
20089
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20090
 
+  *) ac_try_echo=$ac_try;;
20091
 
+esac
20092
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20093
 
+  (eval "$ac_link") 2>conftest.er1
20094
 
+  ac_status=$?
20095
 
+  grep -v '^ *+' conftest.er1 >conftest.err
20096
 
+  rm -f conftest.er1
20097
 
+  cat conftest.err >&5
20098
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20099
 
+  (exit $ac_status); } && {
20100
 
+        test -z "$ac_c_werror_flag" ||
20101
 
+        test ! -s conftest.err
20102
 
+       } && test -s conftest$ac_exeext &&
20103
 
+       $as_test_x conftest$ac_exeext; then
20104
 
+  
20105
 
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
20106
 
+}'`
20107
 
+# Check for a 64-bit object if we didn't find anything.
20108
 
+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; }
20109
 
+}'`; fi
20110
 
+else
20111
 
+  echo "$as_me: failed program was:" >&5
20112
 
+sed 's/^/| /' conftest.$ac_ext >&5
20113
 
+
20114
 
+       
20115
 
+fi
20116
 
+
20117
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20118
 
+      conftest$ac_exeext conftest.$ac_ext
20119
 
+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
20120
 
+
20121
 
+       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
20122
 
+       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"
20123
 
+       else
20124
 
+       if test "$host_cpu" = ia64; then
20125
 
+         hardcode_libdir_flag_spec_GCJ='${wl}-R $libdir:/usr/lib:/lib'
20126
 
+         allow_undefined_flag_GCJ="-z nodefs"
20127
 
+         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"
20128
 
+       else
20129
 
+        # Determine the default libpath from the value encoded in an empty executable.
20130
 
+        cat >conftest.$ac_ext <<_ACEOF
20131
 
+/* confdefs.h.  */
20132
 
+_ACEOF
20133
 
+cat confdefs.h >>conftest.$ac_ext
20134
 
+cat >>conftest.$ac_ext <<_ACEOF
20135
 
+/* end confdefs.h.  */
20136
 
+
20137
 
+int
20138
 
+main ()
20139
 
+{
20140
 
+
20141
 
+  ;
20142
 
+  return 0;
20143
 
+}
20144
 
+_ACEOF
20145
 
+rm -f conftest.$ac_objext conftest$ac_exeext
20146
 
+if { (ac_try="$ac_link"
20147
 
+case "(($ac_try" in
20148
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20149
 
+  *) ac_try_echo=$ac_try;;
20150
 
+esac
20151
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20152
 
+  (eval "$ac_link") 2>conftest.er1
20153
 
+  ac_status=$?
20154
 
+  grep -v '^ *+' conftest.er1 >conftest.err
20155
 
+  rm -f conftest.er1
20156
 
+  cat conftest.err >&5
20157
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20158
 
+  (exit $ac_status); } && {
20159
 
+        test -z "$ac_c_werror_flag" ||
20160
 
+        test ! -s conftest.err
20161
 
+       } && test -s conftest$ac_exeext &&
20162
 
+       $as_test_x conftest$ac_exeext; then
20163
 
+  
20164
 
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
20165
 
+}'`
20166
 
+# Check for a 64-bit object if we didn't find anything.
20167
 
+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; }
20168
 
+}'`; fi
20169
 
+else
20170
 
+  echo "$as_me: failed program was:" >&5
20171
 
+sed 's/^/| /' conftest.$ac_ext >&5
20172
 
+
20173
 
+       
20174
 
+fi
20175
 
+
20176
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20177
 
+      conftest$ac_exeext conftest.$ac_ext
20178
 
+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
20179
 
+
20180
 
+        hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
20181
 
+         # Warning - without using the other run time loading flags,
20182
 
+         # -berok will link without error, but may produce a broken library.
20183
 
+         no_undefined_flag_GCJ=' ${wl}-bernotok'
20184
 
+         allow_undefined_flag_GCJ=' ${wl}-berok'
20185
 
+         # Exported symbols can be pulled into shared objects from archives
20186
 
+         whole_archive_flag_spec_GCJ='$convenience'
20187
 
+         archive_cmds_need_lc_GCJ=yes
20188
 
+         # This is similar to how AIX traditionally builds its shared libraries.
20189
 
+         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'
20190
 
+       fi
20191
 
+      fi
20192
 
+      ;;
20193
 
+
20194
 
+    amigaos*)
20195
 
+      archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
20196
 
+      hardcode_libdir_flag_spec_GCJ='-L$libdir'
20197
 
+      hardcode_minus_L_GCJ=yes
20198
 
+      # see comment about different semantics on the GNU ld section
20199
 
+      ld_shlibs_GCJ=no
20200
 
+      ;;
20201
 
+
20202
 
+    bsdi[45]*)
20203
 
+      export_dynamic_flag_spec_GCJ=-rdynamic
20204
 
+      ;;
20205
 
+
20206
 
+    cygwin* | mingw* | pw32*)
20207
 
+      # When not using gcc, we currently assume that we are using
20208
 
+      # Microsoft Visual C++.
20209
 
+      # hardcode_libdir_flag_spec is actually meaningless, as there is
20210
 
+      # no search path for DLLs.
20211
 
+      hardcode_libdir_flag_spec_GCJ=' '
20212
 
+      allow_undefined_flag_GCJ=unsupported
20213
 
+      # Tell ltmain to make .lib files, not .a files.
20214
 
+      libext=lib
20215
 
+      # Tell ltmain to make .dll files, not .so files.
20216
 
+      shrext_cmds=".dll"
20217
 
+      # FIXME: Setting linknames here is a bad hack.
20218
 
+      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
20219
 
+      # The linker will automatically build a .lib file if we build a DLL.
20220
 
+      old_archive_From_new_cmds_GCJ='true'
20221
 
+      # FIXME: Should let the user specify the lib program.
20222
 
+      old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs'
20223
 
+      fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
20224
 
+      enable_shared_with_static_runtimes_GCJ=yes
20225
 
+      ;;
20226
 
+
20227
 
+    darwin* | rhapsody*)
20228
 
+      case $host_os in
20229
 
+        rhapsody* | darwin1.[012])
20230
 
+         allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress'
20231
 
+         ;;
20232
 
+       *) # Darwin 1.3 on
20233
 
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
20234
 
+           allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
20235
 
+         else
20236
 
+           case ${MACOSX_DEPLOYMENT_TARGET} in
20237
 
+             10.[012])
20238
 
+               allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
20239
 
+               ;;
20240
 
+             10.*)
20241
 
+               allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup'
20242
 
+               ;;
20243
 
+           esac
20244
 
+         fi
20245
 
+         ;;
20246
 
+      esac
20247
 
+      archive_cmds_need_lc_GCJ=no
20248
 
+      hardcode_direct_GCJ=no
20249
 
+      hardcode_automatic_GCJ=yes
20250
 
+      hardcode_shlibpath_var_GCJ=unsupported
20251
 
+      whole_archive_flag_spec_GCJ=''
20252
 
+      link_all_deplibs_GCJ=yes
20253
 
+    if test "$GCC" = yes ; then
20254
 
+       output_verbose_link_cmd='echo'
20255
 
+        archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
20256
 
+      module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
20257
 
+      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
20258
 
+      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}'
20259
 
+      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}'
20260
 
+    else
20261
 
+      case $cc_basename in
20262
 
+        xlc*)
20263
 
+         output_verbose_link_cmd='echo'
20264
 
+         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
20265
 
+         module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
20266
 
+          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
20267
 
+         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 $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
20268
 
+          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}'
20269
 
+          ;;
20270
 
+       *)
20271
 
+         ld_shlibs_GCJ=no
20272
 
+          ;;
20273
 
+      esac
20274
 
+    fi
20275
 
+      ;;
20276
 
+
20277
 
+    dgux*)
20278
 
+      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
20279
 
+      hardcode_libdir_flag_spec_GCJ='-L$libdir'
20280
 
+      hardcode_shlibpath_var_GCJ=no
20281
 
+      ;;
20282
 
+
20283
 
+    freebsd1*)
20284
 
+      ld_shlibs_GCJ=no
20285
 
+      ;;
20286
 
+
20287
 
+    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
20288
 
+    # support.  Future versions do this automatically, but an explicit c++rt0.o
20289
 
+    # does not break anything, and helps significantly (at the cost of a little
20290
 
+    # extra space).
20291
 
+    freebsd2.2*)
20292
 
+      archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
20293
 
+      hardcode_libdir_flag_spec_GCJ='-R$libdir'
20294
 
+      hardcode_direct_GCJ=yes
20295
 
+      hardcode_shlibpath_var_GCJ=no
20296
 
+      ;;
20297
 
+
20298
 
+    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
20299
 
+    freebsd2*)
20300
 
+      archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
20301
 
+      hardcode_direct_GCJ=yes
20302
 
+      hardcode_minus_L_GCJ=yes
20303
 
+      hardcode_shlibpath_var_GCJ=no
20304
 
+      ;;
20305
 
+
20306
 
+    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
20307
 
+    freebsd* | dragonfly*)
20308
 
+      archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
20309
 
+      hardcode_libdir_flag_spec_GCJ='-R$libdir'
20310
 
+      hardcode_direct_GCJ=yes
20311
 
+      hardcode_shlibpath_var_GCJ=no
20312
 
+      ;;
20313
 
+
20314
 
+    hpux9*)
20315
 
+      if test "$GCC" = yes; then
20316
 
+       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'
20317
 
+      else
20318
 
+       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'
20319
 
+      fi
20320
 
+      hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
20321
 
+      hardcode_libdir_separator_GCJ=:
20322
 
+      hardcode_direct_GCJ=yes
20323
 
+
20324
 
+      # hardcode_minus_L: Not really in the search PATH,
20325
 
+      # but as the default location of the library.
20326
 
+      hardcode_minus_L_GCJ=yes
20327
 
+      export_dynamic_flag_spec_GCJ='${wl}-E'
20328
 
+      ;;
20329
 
+
20330
 
+    hpux10*)
20331
 
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
20332
 
+       archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
20333
 
+      else
20334
 
+       archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
20335
 
+      fi
20336
 
+      if test "$with_gnu_ld" = no; then
20337
 
+       hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
20338
 
+       hardcode_libdir_separator_GCJ=:
20339
 
+
20340
 
+       hardcode_direct_GCJ=yes
20341
 
+       export_dynamic_flag_spec_GCJ='${wl}-E'
20342
 
+
20343
 
+       # hardcode_minus_L: Not really in the search PATH,
20344
 
+       # but as the default location of the library.
20345
 
+       hardcode_minus_L_GCJ=yes
20346
 
+      fi
20347
 
+      ;;
20348
 
+
20349
 
+    hpux11*)
20350
 
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
20351
 
+       case $host_cpu in
20352
 
+       hppa*64*)
20353
 
+         archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
20354
 
+         ;;
20355
 
+       ia64*)
20356
 
+         archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
20357
 
+         ;;
20358
 
+       *)
20359
 
+         archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
20360
 
+         ;;
20361
 
+       esac
20362
 
+      else
20363
 
+       case $host_cpu in
20364
 
+       hppa*64*)
20365
 
+         archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
20366
 
+         ;;
20367
 
+       ia64*)
20368
 
+         archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
20369
 
+         ;;
20370
 
+       *)
20371
 
+         archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
20372
 
+         ;;
20373
 
+       esac
20374
 
+      fi
20375
 
+      if test "$with_gnu_ld" = no; then
20376
 
+       hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
20377
 
+       hardcode_libdir_separator_GCJ=:
20378
 
+
20379
 
+       case $host_cpu in
20380
 
+       hppa*64*|ia64*)
20381
 
+         hardcode_libdir_flag_spec_ld_GCJ='+b $libdir'
20382
 
+         hardcode_direct_GCJ=no
20383
 
+         hardcode_shlibpath_var_GCJ=no
20384
 
+         ;;
20385
 
+       *)
20386
 
+         hardcode_direct_GCJ=yes
20387
 
+         export_dynamic_flag_spec_GCJ='${wl}-E'
20388
 
+
20389
 
+         # hardcode_minus_L: Not really in the search PATH,
20390
 
+         # but as the default location of the library.
20391
 
+         hardcode_minus_L_GCJ=yes
20392
 
+         ;;
20393
 
+       esac
20394
 
+      fi
20395
 
+      ;;
20396
 
+
20397
 
+    irix5* | irix6* | nonstopux*)
20398
 
+      if test "$GCC" = yes; then
20399
 
+       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'
20400
 
+      else
20401
 
+       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'
20402
 
+       hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
20403
 
+      fi
20404
 
+      hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
20405
 
+      hardcode_libdir_separator_GCJ=:
20406
 
+      link_all_deplibs_GCJ=yes
20407
 
+      ;;
20408
 
+
20409
 
+    netbsd* | netbsdelf*-gnu)
20410
 
+      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
20411
 
+       archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
20412
 
+      else
20413
 
+       archive_cmds_GCJ='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
20414
 
+      fi
20415
 
+      hardcode_libdir_flag_spec_GCJ='-R$libdir'
20416
 
+      hardcode_direct_GCJ=yes
20417
 
+      hardcode_shlibpath_var_GCJ=no
20418
 
+      ;;
20419
 
+
20420
 
+    newsos6)
20421
 
+      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
20422
 
+      hardcode_direct_GCJ=yes
20423
 
+      hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
20424
 
+      hardcode_libdir_separator_GCJ=:
20425
 
+      hardcode_shlibpath_var_GCJ=no
20426
 
+      ;;
20427
 
+
20428
 
+    openbsd*)
20429
 
+      hardcode_direct_GCJ=yes
20430
 
+      hardcode_shlibpath_var_GCJ=no
20431
 
+      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
20432
 
+       archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
20433
 
+       archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
20434
 
+       hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
20435
 
+       export_dynamic_flag_spec_GCJ='${wl}-E'
20436
 
+      else
20437
 
+       case $host_os in
20438
 
+        openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
20439
 
+          archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
20440
 
+          hardcode_libdir_flag_spec_GCJ='-R$libdir'
20441
 
+          ;;
20442
 
+        *)
20443
 
+          archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
20444
 
+          hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
20445
 
+          ;;
20446
 
+       esac
20447
 
+      fi
20448
 
+      ;;
20449
 
+
20450
 
+    os2*)
20451
 
+      hardcode_libdir_flag_spec_GCJ='-L$libdir'
20452
 
+      hardcode_minus_L_GCJ=yes
20453
 
+      allow_undefined_flag_GCJ=unsupported
20454
 
+      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'
20455
 
+      old_archive_From_new_cmds_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
20456
 
+      ;;
20457
 
+
20458
 
+    osf3*)
20459
 
+      if test "$GCC" = yes; then
20460
 
+       allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
20461
 
+       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'
20462
 
+      else
20463
 
+       allow_undefined_flag_GCJ=' -expect_unresolved \*'
20464
 
+       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'
20465
 
+      fi
20466
 
+      hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
20467
 
+      hardcode_libdir_separator_GCJ=:
20468
 
+      ;;
20469
 
+
20470
 
+    osf4* | osf5*)     # as osf3* with the addition of -msym flag
20471
 
+      if test "$GCC" = yes; then
20472
 
+       allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
20473
 
+       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'
20474
 
+       hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
20475
 
+      else
20476
 
+       allow_undefined_flag_GCJ=' -expect_unresolved \*'
20477
 
+       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'
20478
 
+       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~
20479
 
+       $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'
20480
 
+
20481
 
+       # Both c and cxx compiler support -rpath directly
20482
 
+       hardcode_libdir_flag_spec_GCJ='-rpath $libdir'
20483
 
+      fi
20484
 
+      hardcode_libdir_separator_GCJ=:
20485
 
+      ;;
20486
 
+
20487
 
+    solaris*)
20488
 
+      no_undefined_flag_GCJ=' -z text'
20489
 
+      if test "$GCC" = yes; then
20490
 
+       wlarc='${wl}'
20491
 
+       archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
20492
 
+       archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
20493
 
+         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
20494
 
+      else
20495
 
+       wlarc=''
20496
 
+       archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
20497
 
+       archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
20498
 
+       $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
20499
 
+      fi
20500
 
+      hardcode_libdir_flag_spec_GCJ='-R$libdir'
20501
 
+      hardcode_shlibpath_var_GCJ=no
20502
 
+      case $host_os in
20503
 
+      solaris2.[0-5] | solaris2.[0-5].*) ;;
20504
 
+      *)
20505
 
+       # The compiler driver will combine linker options so we
20506
 
+       # cannot just pass the convience library names through
20507
 
+       # without $wl, iff we do not link with $LD.
20508
 
+       # Luckily, gcc supports the same syntax we need for Sun Studio.
20509
 
+       # Supported since Solaris 2.6 (maybe 2.5.1?)
20510
 
+       case $wlarc in
20511
 
+       '')
20512
 
+         whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;;
20513
 
+       *)
20514
 
+         whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
20515
 
+       esac ;;
20516
 
+      esac
20517
 
+      link_all_deplibs_GCJ=yes
20518
 
+      ;;
20519
 
+
20520
 
+    sunos4*)
20521
 
+      if test "x$host_vendor" = xsequent; then
20522
 
+       # Use $CC to link under sequent, because it throws in some extra .o
20523
 
+       # files that make .init and .fini sections work.
20524
 
+       archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
20525
 
+      else
20526
 
+       archive_cmds_GCJ='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
20527
 
+      fi
20528
 
+      hardcode_libdir_flag_spec_GCJ='-L$libdir'
20529
 
+      hardcode_direct_GCJ=yes
20530
 
+      hardcode_minus_L_GCJ=yes
20531
 
+      hardcode_shlibpath_var_GCJ=no
20532
 
+      ;;
20533
 
+
20534
 
+    sysv4)
20535
 
+      case $host_vendor in
20536
 
+       sni)
20537
 
+         archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
20538
 
+         hardcode_direct_GCJ=yes # is this really true???
20539
 
+       ;;
20540
 
+       siemens)
20541
 
+         ## LD is ld it makes a PLAMLIB
20542
 
+         ## CC just makes a GrossModule.
20543
 
+         archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags'
20544
 
+         reload_cmds_GCJ='$CC -r -o $output$reload_objs'
20545
 
+         hardcode_direct_GCJ=no
20546
 
+        ;;
20547
 
+       motorola)
20548
 
+         archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
20549
 
+         hardcode_direct_GCJ=no #Motorola manual says yes, but my tests say they lie
20550
 
+       ;;
20551
 
+      esac
20552
 
+      runpath_var='LD_RUN_PATH'
20553
 
+      hardcode_shlibpath_var_GCJ=no
20554
 
+      ;;
20555
 
+
20556
 
+    sysv4.3*)
20557
 
+      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
20558
 
+      hardcode_shlibpath_var_GCJ=no
20559
 
+      export_dynamic_flag_spec_GCJ='-Bexport'
20560
 
+      ;;
20561
 
+
20562
 
+    sysv4*MP*)
20563
 
+      if test -d /usr/nec; then
20564
 
+       archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
20565
 
+       hardcode_shlibpath_var_GCJ=no
20566
 
+       runpath_var=LD_RUN_PATH
20567
 
+       hardcode_runpath_var=yes
20568
 
+       ld_shlibs_GCJ=yes
20569
 
+      fi
20570
 
+      ;;
20571
 
+
20572
 
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*)
20573
 
+      no_undefined_flag_GCJ='${wl}-z,text'
20574
 
+      archive_cmds_need_lc_GCJ=no
20575
 
+      hardcode_shlibpath_var_GCJ=no
20576
 
+      runpath_var='LD_RUN_PATH'
20577
 
+
20578
 
+      if test "$GCC" = yes; then
20579
 
+       archive_cmds_GCJ='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
20580
 
+       archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
20581
 
+      else
20582
 
+       archive_cmds_GCJ='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
20583
 
+       archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
20584
 
+      fi
20585
 
+      ;;
20586
 
+
20587
 
+    sysv5* | sco3.2v5* | sco5v6*)
20588
 
+      # Note: We can NOT use -z defs as we might desire, because we do not
20589
 
+      # link with -lc, and that would cause any symbols used from libc to
20590
 
+      # always be unresolved, which means just about no library would
20591
 
+      # ever link correctly.  If we're not using GNU ld we use -z text
20592
 
+      # though, which does catch some bad symbols but isn't as heavy-handed
20593
 
+      # as -z defs.
20594
 
+      no_undefined_flag_GCJ='${wl}-z,text'
20595
 
+      allow_undefined_flag_GCJ='${wl}-z,nodefs'
20596
 
+      archive_cmds_need_lc_GCJ=no
20597
 
+      hardcode_shlibpath_var_GCJ=no
20598
 
+      hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
20599
 
+      hardcode_libdir_separator_GCJ=':'
20600
 
+      link_all_deplibs_GCJ=yes
20601
 
+      export_dynamic_flag_spec_GCJ='${wl}-Bexport'
20602
 
+      runpath_var='LD_RUN_PATH'
20603
 
+
20604
 
+      if test "$GCC" = yes; then
20605
 
+       archive_cmds_GCJ='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
20606
 
+       archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
20607
 
+      else
20608
 
+       archive_cmds_GCJ='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
20609
 
+       archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
20610
 
+      fi
20611
 
+      ;;
20612
 
+
20613
 
+    uts4*)
20614
 
+      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
20615
 
+      hardcode_libdir_flag_spec_GCJ='-L$libdir'
20616
 
+      hardcode_shlibpath_var_GCJ=no
20617
 
+      ;;
20618
 
+
20619
 
+    *)
20620
 
+      ld_shlibs_GCJ=no
20621
 
+      ;;
20622
 
+    esac
20623
 
+  fi
20624
 
+
20625
 
+{ echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
20626
 
+echo "${ECHO_T}$ld_shlibs_GCJ" >&6; }
20627
 
+test "$ld_shlibs_GCJ" = no && can_build_shared=no
20628
 
+
20629
 
+#
20630
 
+# Do we need to explicitly link libc?
20631
 
+#
20632
 
+case "x$archive_cmds_need_lc_GCJ" in
20633
 
+x|xyes)
20634
 
+  # Assume -lc should be added
20635
 
+  archive_cmds_need_lc_GCJ=yes
20636
 
+
20637
 
+  if test "$enable_shared" = yes && test "$GCC" = yes; then
20638
 
+    case $archive_cmds_GCJ in
20639
 
+    *'~'*)
20640
 
+      # FIXME: we may have to deal with multi-command sequences.
20641
 
+      ;;
20642
 
+    '$CC '*)
20643
 
+      # Test whether the compiler implicitly links with -lc since on some
20644
 
+      # systems, -lgcc has to come before -lc. If gcc already passes -lc
20645
 
+      # to ld, don't add -lc before -lgcc.
20646
 
+      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
20647
 
+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
20648
 
+      $rm conftest*
20649
 
+      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
20650
 
+
20651
 
+      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20652
 
+  (eval $ac_compile) 2>&5
20653
 
+  ac_status=$?
20654
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20655
 
+  (exit $ac_status); } 2>conftest.err; then
20656
 
+        soname=conftest
20657
 
+        lib=conftest
20658
 
+        libobjs=conftest.$ac_objext
20659
 
+        deplibs=
20660
 
+        wl=$lt_prog_compiler_wl_GCJ
20661
 
+       pic_flag=$lt_prog_compiler_pic_GCJ
20662
 
+        compiler_flags=-v
20663
 
+        linker_flags=-v
20664
 
+        verstring=
20665
 
+        output_objdir=.
20666
 
+        libname=conftest
20667
 
+        lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ
20668
 
+        allow_undefined_flag_GCJ=
20669
 
+        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
20670
 
+  (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
20671
 
+  ac_status=$?
20672
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20673
 
+  (exit $ac_status); }
20674
 
+        then
20675
 
+         archive_cmds_need_lc_GCJ=no
20676
 
+        else
20677
 
+         archive_cmds_need_lc_GCJ=yes
20678
 
+        fi
20679
 
+        allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag
20680
 
+      else
20681
 
+        cat conftest.err 1>&5
20682
 
+      fi
20683
 
+      $rm conftest*
20684
 
+      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
20685
 
+echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; }
20686
 
+      ;;
20687
 
+    esac
20688
 
+  fi
20689
 
+  ;;
20690
 
+esac
20691
 
+
20692
 
+{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
20693
 
+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
20694
 
+library_names_spec=
20695
 
+libname_spec='lib$name'
20696
 
+soname_spec=
20697
 
+shrext_cmds=".so"
20698
 
+postinstall_cmds=
20699
 
+postuninstall_cmds=
20700
 
+finish_cmds=
20701
 
+finish_eval=
20702
 
+shlibpath_var=
20703
 
+shlibpath_overrides_runpath=unknown
20704
 
+version_type=none
20705
 
+dynamic_linker="$host_os ld.so"
20706
 
+sys_lib_dlsearch_path_spec="/lib /usr/lib"
20707
 
+if test "$GCC" = yes; then
20708
 
+  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
20709
 
+  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
20710
 
+    # if the path contains ";" then we assume it to be the separator
20711
 
+    # otherwise default to the standard path separator (i.e. ":") - it is
20712
 
+    # assumed that no part of a normal pathname contains ";" but that should
20713
 
+    # okay in the real world where ";" in dirpaths is itself problematic.
20714
 
+    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
20715
 
+  else
20716
 
+    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
20717
 
+  fi
20718
 
+else
20719
 
+  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
20720
 
+fi
20721
 
+need_lib_prefix=unknown
20722
 
+hardcode_into_libs=no
20723
 
+
20724
 
+# when you set need_version to no, make sure it does not cause -set_version
20725
 
+# flags to be left without arguments
20726
 
+need_version=unknown
20727
 
+
20728
 
+case $host_os in
20729
 
+aix3*)
20730
 
+  version_type=linux
20731
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
20732
 
+  shlibpath_var=LIBPATH
20733
 
+
20734
 
+  # AIX 3 has no versioning support, so we append a major version to the name.
20735
 
+  soname_spec='${libname}${release}${shared_ext}$major'
20736
 
+  ;;
20737
 
+
20738
 
+aix4* | aix5*)
20739
 
+  version_type=linux
20740
 
+  need_lib_prefix=no
20741
 
+  need_version=no
20742
 
+  hardcode_into_libs=yes
20743
 
+  if test "$host_cpu" = ia64; then
20744
 
+    # AIX 5 supports IA64
20745
 
+    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
20746
 
+    shlibpath_var=LD_LIBRARY_PATH
20747
 
+  else
20748
 
+    # With GCC up to 2.95.x, collect2 would create an import file
20749
 
+    # for dependence libraries.  The import file would start with
20750
 
+    # the line `#! .'.  This would cause the generated library to
20751
 
+    # depend on `.', always an invalid library.  This was fixed in
20752
 
+    # development snapshots of GCC prior to 3.0.
20753
 
+    case $host_os in
20754
 
+      aix4 | aix4.[01] | aix4.[01].*)
20755
 
+      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
20756
 
+          echo ' yes '
20757
 
+          echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
20758
 
+       :
20759
 
+      else
20760
 
+       can_build_shared=no
20761
 
+      fi
20762
 
+      ;;
20763
 
+    esac
20764
 
+    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
20765
 
+    # soname into executable. Probably we can add versioning support to
20766
 
+    # collect2, so additional links can be useful in future.
20767
 
+    if test "$aix_use_runtimelinking" = yes; then
20768
 
+      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
20769
 
+      # instead of lib<name>.a to let people know that these are not
20770
 
+      # typical AIX shared libraries.
20771
 
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
20772
 
+    else
20773
 
+      # We preserve .a as extension for shared libraries through AIX4.2
20774
 
+      # and later when we are not doing run time linking.
20775
 
+      library_names_spec='${libname}${release}.a $libname.a'
20776
 
+      soname_spec='${libname}${release}${shared_ext}$major'
20777
 
+    fi
20778
 
+    shlibpath_var=LIBPATH
20779
 
+  fi
20780
 
+  ;;
20781
 
+
20782
 
+amigaos*)
20783
 
+  library_names_spec='$libname.ixlibrary $libname.a'
20784
 
+  # Create ${libname}_ixlibrary.a entries in /sys/libs.
20785
 
+  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'
20786
 
+  ;;
20787
 
+
20788
 
+beos*)
20789
 
+  library_names_spec='${libname}${shared_ext}'
20790
 
+  dynamic_linker="$host_os ld.so"
20791
 
+  shlibpath_var=LIBRARY_PATH
20792
 
+  ;;
20793
 
+
20794
 
+bsdi[45]*)
20795
 
+  version_type=linux
20796
 
+  need_version=no
20797
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
20798
 
+  soname_spec='${libname}${release}${shared_ext}$major'
20799
 
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
20800
 
+  shlibpath_var=LD_LIBRARY_PATH
20801
 
+  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
20802
 
+  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
20803
 
+  # the default ld.so.conf also contains /usr/contrib/lib and
20804
 
+  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
20805
 
+  # libtool to hard-code these into programs
20806
 
+  ;;
20807
 
+
20808
 
+cygwin* | mingw* | pw32*)
20809
 
+  version_type=windows
20810
 
+  shrext_cmds=".dll"
20811
 
+  need_version=no
20812
 
+  need_lib_prefix=no
20813
 
+
20814
 
+  case $GCC,$host_os in
20815
 
+  yes,cygwin* | yes,mingw* | yes,pw32*)
20816
 
+    library_names_spec='$libname.dll.a'
20817
 
+    # DLL is installed to $(libdir)/../bin by postinstall_cmds
20818
 
+    postinstall_cmds='base_file=`basename \${file}`~
20819
 
+      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
20820
 
+      dldir=$destdir/`dirname \$dlpath`~
20821
 
+      test -d \$dldir || mkdir -p \$dldir~
20822
 
+      $install_prog $dir/$dlname \$dldir/$dlname~
20823
 
+      chmod a+x \$dldir/$dlname'
20824
 
+    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
20825
 
+      dlpath=$dir/\$dldll~
20826
 
+       $rm \$dlpath'
20827
 
+    shlibpath_overrides_runpath=yes
20828
 
+
20829
 
+    case $host_os in
20830
 
+    cygwin*)
20831
 
+      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
20832
 
+      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
20833
 
+      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
20834
 
+      ;;
20835
 
+    mingw*)
20836
 
+      # MinGW DLLs use traditional 'lib' prefix
20837
 
+      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
20838
 
+      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
20839
 
+      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
20840
 
+        # It is most probably a Windows format PATH printed by
20841
 
+        # mingw gcc, but we are running on Cygwin. Gcc prints its search
20842
 
+        # path with ; separators, and with drive letters. We can handle the
20843
 
+        # drive letters (cygwin fileutils understands them), so leave them,
20844
 
+        # especially as we might pass files found there to a mingw objdump,
20845
 
+        # which wouldn't understand a cygwinified path. Ahh.
20846
 
+        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
20847
 
+      else
20848
 
+        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
20849
 
+      fi
20850
 
+      ;;
20851
 
+    pw32*)
20852
 
+      # pw32 DLLs use 'pw' prefix rather than 'lib'
20853
 
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
20854
 
+      ;;
20855
 
+    esac
20856
 
+    ;;
20857
 
+
20858
 
+  *)
20859
 
+    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
20860
 
+    ;;
20861
 
+  esac
20862
 
+  dynamic_linker='Win32 ld.exe'
20863
 
+  # FIXME: first we should search . and the directory the executable is in
20864
 
+  shlibpath_var=PATH
20865
 
+  ;;
20866
 
+
20867
 
+darwin* | rhapsody*)
20868
 
+  dynamic_linker="$host_os dyld"
20869
 
+  version_type=darwin
20870
 
+  need_lib_prefix=no
20871
 
+  need_version=no
20872
 
+  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
20873
 
+  soname_spec='${libname}${release}${major}$shared_ext'
20874
 
+  shlibpath_overrides_runpath=yes
20875
 
+  shlibpath_var=DYLD_LIBRARY_PATH
20876
 
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
20877
 
+  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
20878
 
+  if test "$GCC" = yes; then
20879
 
+    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"`
20880
 
+  else
20881
 
+    sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
20882
 
+  fi
20883
 
+  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
20884
 
+  ;;
20885
 
+
20886
 
+dgux*)
20887
 
+  version_type=linux
20888
 
+  need_lib_prefix=no
20889
 
+  need_version=no
20890
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
20891
 
+  soname_spec='${libname}${release}${shared_ext}$major'
20892
 
+  shlibpath_var=LD_LIBRARY_PATH
20893
 
+  ;;
20894
 
+
20895
 
+freebsd1*)
20896
 
+  dynamic_linker=no
20897
 
+  ;;
20898
 
+
20899
 
+freebsd* | dragonfly*)
20900
 
+  # DragonFly does not have aout.  When/if they implement a new
20901
 
+  # versioning mechanism, adjust this.
20902
 
+  if test -x /usr/bin/objformat; then
20903
 
+    objformat=`/usr/bin/objformat`
20904
 
+  else
20905
 
+    case $host_os in
20906
 
+    freebsd[123]*) objformat=aout ;;
20907
 
+    *) objformat=elf ;;
20908
 
+    esac
20909
 
+  fi
20910
 
+  version_type=freebsd-$objformat
20911
 
+  case $version_type in
20912
 
+    freebsd-elf*)
20913
 
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
20914
 
+      need_version=no
20915
 
+      need_lib_prefix=no
20916
 
+      ;;
20917
 
+    freebsd-*)
20918
 
+      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
20919
 
+      need_version=yes
20920
 
+      ;;
20921
 
+  esac
20922
 
+  shlibpath_var=LD_LIBRARY_PATH
20923
 
+  case $host_os in
20924
 
+  freebsd2*)
20925
 
+    shlibpath_overrides_runpath=yes
20926
 
+    ;;
20927
 
+  freebsd3.[01]* | freebsdelf3.[01]*)
20928
 
+    shlibpath_overrides_runpath=yes
20929
 
+    hardcode_into_libs=yes
20930
 
+    ;;
20931
 
+  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
20932
 
+  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
20933
 
+    shlibpath_overrides_runpath=no
20934
 
+    hardcode_into_libs=yes
20935
 
+    ;;
20936
 
+  freebsd*) # from 4.6 on
20937
 
+    shlibpath_overrides_runpath=yes
20938
 
+    hardcode_into_libs=yes
20939
 
+    ;;
20940
 
+  esac
20941
 
+  ;;
20942
 
+
20943
 
+gnu*)
20944
 
+  version_type=linux
20945
 
+  need_lib_prefix=no
20946
 
+  need_version=no
20947
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
20948
 
+  soname_spec='${libname}${release}${shared_ext}$major'
20949
 
+  shlibpath_var=LD_LIBRARY_PATH
20950
 
+  hardcode_into_libs=yes
20951
 
+  ;;
20952
 
+
20953
 
+hpux9* | hpux10* | hpux11*)
20954
 
+  # Give a soname corresponding to the major version so that dld.sl refuses to
20955
 
+  # link against other versions.
20956
 
+  version_type=sunos
20957
 
+  need_lib_prefix=no
20958
 
+  need_version=no
20959
 
+  case $host_cpu in
20960
 
+  ia64*)
20961
 
+    shrext_cmds='.so'
20962
 
+    hardcode_into_libs=yes
20963
 
+    dynamic_linker="$host_os dld.so"
20964
 
+    shlibpath_var=LD_LIBRARY_PATH
20965
 
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
20966
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
20967
 
+    soname_spec='${libname}${release}${shared_ext}$major'
20968
 
+    if test "X$HPUX_IA64_MODE" = X32; then
20969
 
+      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
20970
 
+    else
20971
 
+      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
20972
 
+    fi
20973
 
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
20974
 
+    ;;
20975
 
+   hppa*64*)
20976
 
+     shrext_cmds='.sl'
20977
 
+     hardcode_into_libs=yes
20978
 
+     dynamic_linker="$host_os dld.sl"
20979
 
+     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
20980
 
+     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
20981
 
+     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
20982
 
+     soname_spec='${libname}${release}${shared_ext}$major'
20983
 
+     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
20984
 
+     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
20985
 
+     ;;
20986
 
+   *)
20987
 
+    shrext_cmds='.sl'
20988
 
+    dynamic_linker="$host_os dld.sl"
20989
 
+    shlibpath_var=SHLIB_PATH
20990
 
+    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
20991
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
20992
 
+    soname_spec='${libname}${release}${shared_ext}$major'
20993
 
+    ;;
20994
 
+  esac
20995
 
+  # HP-UX runs *really* slowly unless shared libraries are mode 555.
20996
 
+  postinstall_cmds='chmod 555 $lib'
20997
 
+  ;;
20998
 
+
20999
 
+interix3*)
21000
 
+  version_type=linux
21001
 
+  need_lib_prefix=no
21002
 
+  need_version=no
21003
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
21004
 
+  soname_spec='${libname}${release}${shared_ext}$major'
21005
 
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
21006
 
+  shlibpath_var=LD_LIBRARY_PATH
21007
 
+  shlibpath_overrides_runpath=no
21008
 
+  hardcode_into_libs=yes
21009
 
+  ;;
21010
 
+
21011
 
+irix5* | irix6* | nonstopux*)
21012
 
+  case $host_os in
21013
 
+    nonstopux*) version_type=nonstopux ;;
21014
 
+    *)
21015
 
+       if test "$lt_cv_prog_gnu_ld" = yes; then
21016
 
+               version_type=linux
21017
 
+       else
21018
 
+               version_type=irix
21019
 
+       fi ;;
21020
 
+  esac
21021
 
+  need_lib_prefix=no
21022
 
+  need_version=no
21023
 
+  soname_spec='${libname}${release}${shared_ext}$major'
21024
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
21025
 
+  case $host_os in
21026
 
+  irix5* | nonstopux*)
21027
 
+    libsuff= shlibsuff=
21028
 
+    ;;
21029
 
+  *)
21030
 
+    case $LD in # libtool.m4 will add one of these switches to LD
21031
 
+    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
21032
 
+      libsuff= shlibsuff= libmagic=32-bit;;
21033
 
+    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
21034
 
+      libsuff=32 shlibsuff=N32 libmagic=N32;;
21035
 
+    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
21036
 
+      libsuff=64 shlibsuff=64 libmagic=64-bit;;
21037
 
+    *) libsuff= shlibsuff= libmagic=never-match;;
21038
 
+    esac
21039
 
+    ;;
21040
 
+  esac
21041
 
+  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
21042
 
+  shlibpath_overrides_runpath=no
21043
 
+  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
21044
 
+  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
21045
 
+  hardcode_into_libs=yes
21046
 
+  ;;
21047
 
+
21048
 
+# No shared lib support for Linux oldld, aout, or coff.
21049
 
+linux*oldld* | linux*aout* | linux*coff*)
21050
 
+  dynamic_linker=no
21051
 
+  ;;
21052
 
+
21053
 
+# This must be Linux ELF.
21054
 
+linux* | k*bsd*-gnu)
21055
 
+  version_type=linux
21056
 
+  need_lib_prefix=no
21057
 
+  need_version=no
21058
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
21059
 
+  soname_spec='${libname}${release}${shared_ext}$major'
21060
 
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
21061
 
+  shlibpath_var=LD_LIBRARY_PATH
21062
 
+  shlibpath_overrides_runpath=no
21063
 
+  # This implies no fast_install, which is unacceptable.
21064
 
+  # Some rework will be needed to allow for fast_install
21065
 
+  # before this can be enabled.
21066
 
+  hardcode_into_libs=yes
21067
 
+
21068
 
+  # Append ld.so.conf contents to the search path
21069
 
+  if test -f /etc/ld.so.conf; then
21070
 
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,       ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
21071
 
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
21072
 
+  fi
21073
 
+
21074
 
+  # We used to test for /lib/ld.so.1 and disable shared libraries on
21075
 
+  # powerpc, because MkLinux only supported shared libraries with the
21076
 
+  # GNU dynamic linker.  Since this was broken with cross compilers,
21077
 
+  # most powerpc-linux boxes support dynamic linking these days and
21078
 
+  # people can always --disable-shared, the test was removed, and we
21079
 
+  # assume the GNU/Linux dynamic linker is in use.
21080
 
+  dynamic_linker='GNU/Linux ld.so'
21081
 
+  ;;
21082
 
+
21083
 
+netbsdelf*-gnu)
21084
 
+  version_type=linux
21085
 
+  need_lib_prefix=no
21086
 
+  need_version=no
21087
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
21088
 
+  soname_spec='${libname}${release}${shared_ext}$major'
21089
 
+  shlibpath_var=LD_LIBRARY_PATH
21090
 
+  shlibpath_overrides_runpath=no
21091
 
+  hardcode_into_libs=yes
21092
 
+  dynamic_linker='NetBSD ld.elf_so'
21093
 
+  ;;
21094
 
+
21095
 
+netbsd*)
21096
 
+  version_type=sunos
21097
 
+  need_lib_prefix=no
21098
 
+  need_version=no
21099
 
+  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
21100
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
21101
 
+    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
21102
 
+    dynamic_linker='NetBSD (a.out) ld.so'
21103
 
+  else
21104
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
21105
 
+    soname_spec='${libname}${release}${shared_ext}$major'
21106
 
+    dynamic_linker='NetBSD ld.elf_so'
21107
 
+  fi
21108
 
+  shlibpath_var=LD_LIBRARY_PATH
21109
 
+  shlibpath_overrides_runpath=yes
21110
 
+  hardcode_into_libs=yes
21111
 
+  ;;
21112
 
+
21113
 
+newsos6)
21114
 
+  version_type=linux
21115
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
21116
 
+  shlibpath_var=LD_LIBRARY_PATH
21117
 
+  shlibpath_overrides_runpath=yes
21118
 
+  ;;
21119
 
+
21120
 
+nto-qnx*)
21121
 
+  version_type=linux
21122
 
+  need_lib_prefix=no
21123
 
+  need_version=no
21124
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
21125
 
+  soname_spec='${libname}${release}${shared_ext}$major'
21126
 
+  shlibpath_var=LD_LIBRARY_PATH
21127
 
+  shlibpath_overrides_runpath=yes
21128
 
+  ;;
21129
 
+
21130
 
+openbsd*)
21131
 
+  version_type=sunos
21132
 
+  sys_lib_dlsearch_path_spec="/usr/lib"
21133
 
+  need_lib_prefix=no
21134
 
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
21135
 
+  case $host_os in
21136
 
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
21137
 
+    *)                         need_version=no  ;;
21138
 
+  esac
21139
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
21140
 
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
21141
 
+  shlibpath_var=LD_LIBRARY_PATH
21142
 
+  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
21143
 
+    case $host_os in
21144
 
+      openbsd2.[89] | openbsd2.[89].*)
21145
 
+       shlibpath_overrides_runpath=no
21146
 
+       ;;
21147
 
+      *)
21148
 
+       shlibpath_overrides_runpath=yes
21149
 
+       ;;
21150
 
+      esac
21151
 
+  else
21152
 
+    shlibpath_overrides_runpath=yes
21153
 
+  fi
21154
 
+  ;;
21155
 
+
21156
 
+os2*)
21157
 
+  libname_spec='$name'
21158
 
+  shrext_cmds=".dll"
21159
 
+  need_lib_prefix=no
21160
 
+  library_names_spec='$libname${shared_ext} $libname.a'
21161
 
+  dynamic_linker='OS/2 ld.exe'
21162
 
+  shlibpath_var=LIBPATH
21163
 
+  ;;
21164
 
+
21165
 
+osf3* | osf4* | osf5*)
21166
 
+  version_type=osf
21167
 
+  need_lib_prefix=no
21168
 
+  need_version=no
21169
 
+  soname_spec='${libname}${release}${shared_ext}$major'
21170
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
21171
 
+  shlibpath_var=LD_LIBRARY_PATH
21172
 
+  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
21173
 
+  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
21174
 
+  ;;
21175
 
+
21176
 
+solaris*)
21177
 
+  version_type=linux
21178
 
+  need_lib_prefix=no
21179
 
+  need_version=no
21180
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
21181
 
+  soname_spec='${libname}${release}${shared_ext}$major'
21182
 
+  shlibpath_var=LD_LIBRARY_PATH
21183
 
+  shlibpath_overrides_runpath=yes
21184
 
+  hardcode_into_libs=yes
21185
 
+  # ldd complains unless libraries are executable
21186
 
+  postinstall_cmds='chmod +x $lib'
21187
 
+  ;;
21188
 
+
21189
 
+sunos4*)
21190
 
+  version_type=sunos
21191
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
21192
 
+  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
21193
 
+  shlibpath_var=LD_LIBRARY_PATH
21194
 
+  shlibpath_overrides_runpath=yes
21195
 
+  if test "$with_gnu_ld" = yes; then
21196
 
+    need_lib_prefix=no
21197
 
+  fi
21198
 
+  need_version=yes
21199
 
+  ;;
21200
 
+
21201
 
+sysv4 | sysv4.3*)
21202
 
+  version_type=linux
21203
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
21204
 
+  soname_spec='${libname}${release}${shared_ext}$major'
21205
 
+  shlibpath_var=LD_LIBRARY_PATH
21206
 
+  case $host_vendor in
21207
 
+    sni)
21208
 
+      shlibpath_overrides_runpath=no
21209
 
+      need_lib_prefix=no
21210
 
+      export_dynamic_flag_spec='${wl}-Blargedynsym'
21211
 
+      runpath_var=LD_RUN_PATH
21212
 
+      ;;
21213
 
+    siemens)
21214
 
+      need_lib_prefix=no
21215
 
+      ;;
21216
 
+    motorola)
21217
 
+      need_lib_prefix=no
21218
 
+      need_version=no
21219
 
+      shlibpath_overrides_runpath=no
21220
 
+      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
21221
 
+      ;;
21222
 
+  esac
21223
 
+  ;;
21224
 
+
21225
 
+sysv4*MP*)
21226
 
+  if test -d /usr/nec ;then
21227
 
+    version_type=linux
21228
 
+    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
21229
 
+    soname_spec='$libname${shared_ext}.$major'
21230
 
+    shlibpath_var=LD_LIBRARY_PATH
21231
 
+  fi
21232
 
+  ;;
21233
 
+
21234
 
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
21235
 
+  version_type=freebsd-elf
21236
 
+  need_lib_prefix=no
21237
 
+  need_version=no
21238
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
21239
 
+  soname_spec='${libname}${release}${shared_ext}$major'
21240
 
+  shlibpath_var=LD_LIBRARY_PATH
21241
 
+  hardcode_into_libs=yes
21242
 
+  if test "$with_gnu_ld" = yes; then
21243
 
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
21244
 
+    shlibpath_overrides_runpath=no
21245
 
+  else
21246
 
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
21247
 
+    shlibpath_overrides_runpath=yes
21248
 
+    case $host_os in
21249
 
+      sco3.2v5*)
21250
 
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
21251
 
+       ;;
21252
 
+    esac
21253
 
+  fi
21254
 
+  sys_lib_dlsearch_path_spec='/usr/lib'
21255
 
+  ;;
21256
 
+
21257
 
+uts4*)
21258
 
+  version_type=linux
21259
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
21260
 
+  soname_spec='${libname}${release}${shared_ext}$major'
21261
 
+  shlibpath_var=LD_LIBRARY_PATH
21262
 
+  ;;
21263
 
+
21264
 
+*)
21265
 
+  dynamic_linker=no
21266
 
+  ;;
21267
 
+esac
21268
 
+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
21269
 
+echo "${ECHO_T}$dynamic_linker" >&6; }
21270
 
+test "$dynamic_linker" = no && can_build_shared=no
21271
 
+
21272
 
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
21273
 
+if test "$GCC" = yes; then
21274
 
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
21275
 
+fi
21276
 
+
21277
 
+{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
21278
 
+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
21279
 
+hardcode_action_GCJ=
21280
 
+if test -n "$hardcode_libdir_flag_spec_GCJ" || \
21281
 
+   test -n "$runpath_var_GCJ" || \
21282
 
+   test "X$hardcode_automatic_GCJ" = "Xyes" ; then
21283
 
+
21284
 
+  # We can hardcode non-existant directories.
21285
 
+  if test "$hardcode_direct_GCJ" != no &&
21286
 
+     # If the only mechanism to avoid hardcoding is shlibpath_var, we
21287
 
+     # have to relink, otherwise we might link with an installed library
21288
 
+     # when we should be linking with a yet-to-be-installed one
21289
 
+     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&
21290
 
+     test "$hardcode_minus_L_GCJ" != no; then
21291
 
+    # Linking always hardcodes the temporary library directory.
21292
 
+    hardcode_action_GCJ=relink
21293
 
+  else
21294
 
+    # We can link without hardcoding, and we can hardcode nonexisting dirs.
21295
 
+    hardcode_action_GCJ=immediate
21296
 
+  fi
21297
 
+else
21298
 
+  # We cannot hardcode anything, or else we can only hardcode existing
21299
 
+  # directories.
21300
 
+  hardcode_action_GCJ=unsupported
21301
 
+fi
21302
 
+{ echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
21303
 
+echo "${ECHO_T}$hardcode_action_GCJ" >&6; }
21304
 
+
21305
 
+if test "$hardcode_action_GCJ" = relink; then
21306
 
+  # Fast installation is not supported
21307
 
+  enable_fast_install=no
21308
 
+elif test "$shlibpath_overrides_runpath" = yes ||
21309
 
+     test "$enable_shared" = no; then
21310
 
+  # Fast installation is not necessary
21311
 
+  enable_fast_install=needless
21312
 
+fi
21313
 
+
21314
 
+
21315
 
+# The else clause should only fire when bootstrapping the
21316
 
+# libtool distribution, otherwise you forgot to ship ltmain.sh
21317
 
+# with your package, and you will get complaints that there are
21318
 
+# no rules to generate ltmain.sh.
21319
 
+if test -f "$ltmain"; then
21320
 
+  # See if we are running on zsh, and set the options which allow our commands through
21321
 
+  # without removal of \ escapes.
21322
 
+  if test -n "${ZSH_VERSION+set}" ; then
21323
 
+    setopt NO_GLOB_SUBST
21324
 
+  fi
21325
 
+  # Now quote all the things that may contain metacharacters while being
21326
 
+  # careful not to overquote the AC_SUBSTed values.  We take copies of the
21327
 
+  # variables and quote the copies for generation of the libtool script.
21328
 
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
21329
 
+    SED SHELL STRIP \
21330
 
+    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
21331
 
+    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
21332
 
+    deplibs_check_method reload_flag reload_cmds need_locks \
21333
 
+    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
21334
 
+    lt_cv_sys_global_symbol_to_c_name_address \
21335
 
+    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
21336
 
+    old_postinstall_cmds old_postuninstall_cmds \
21337
 
+    compiler_GCJ \
21338
 
+    CC_GCJ \
21339
 
+    LD_GCJ \
21340
 
+    lt_prog_compiler_wl_GCJ \
21341
 
+    lt_prog_compiler_pic_GCJ \
21342
 
+    lt_prog_compiler_static_GCJ \
21343
 
+    lt_prog_compiler_no_builtin_flag_GCJ \
21344
 
+    export_dynamic_flag_spec_GCJ \
21345
 
+    thread_safe_flag_spec_GCJ \
21346
 
+    whole_archive_flag_spec_GCJ \
21347
 
+    enable_shared_with_static_runtimes_GCJ \
21348
 
+    old_archive_cmds_GCJ \
21349
 
+    old_archive_from_new_cmds_GCJ \
21350
 
+    predep_objects_GCJ \
21351
 
+    postdep_objects_GCJ \
21352
 
+    predeps_GCJ \
21353
 
+    postdeps_GCJ \
21354
 
+    compiler_lib_search_path_GCJ \
21355
 
+    archive_cmds_GCJ \
21356
 
+    archive_expsym_cmds_GCJ \
21357
 
+    postinstall_cmds_GCJ \
21358
 
+    postuninstall_cmds_GCJ \
21359
 
+    old_archive_from_expsyms_cmds_GCJ \
21360
 
+    allow_undefined_flag_GCJ \
21361
 
+    no_undefined_flag_GCJ \
21362
 
+    export_symbols_cmds_GCJ \
21363
 
+    hardcode_libdir_flag_spec_GCJ \
21364
 
+    hardcode_libdir_flag_spec_ld_GCJ \
21365
 
+    hardcode_libdir_separator_GCJ \
21366
 
+    hardcode_automatic_GCJ \
21367
 
+    module_cmds_GCJ \
21368
 
+    module_expsym_cmds_GCJ \
21369
 
+    lt_cv_prog_compiler_c_o_GCJ \
21370
 
+    exclude_expsyms_GCJ \
21371
 
+    include_expsyms_GCJ; do
21372
 
+
21373
 
+    case $var in
21374
 
+    old_archive_cmds_GCJ | \
21375
 
+    old_archive_from_new_cmds_GCJ | \
21376
 
+    archive_cmds_GCJ | \
21377
 
+    archive_expsym_cmds_GCJ | \
21378
 
+    module_cmds_GCJ | \
21379
 
+    module_expsym_cmds_GCJ | \
21380
 
+    old_archive_from_expsyms_cmds_GCJ | \
21381
 
+    export_symbols_cmds_GCJ | \
21382
 
+    extract_expsyms_cmds | reload_cmds | finish_cmds | \
21383
 
+    postinstall_cmds | postuninstall_cmds | \
21384
 
+    old_postinstall_cmds | old_postuninstall_cmds | \
21385
 
+    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
21386
 
+      # Double-quote double-evaled strings.
21387
 
+      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
21388
 
+      ;;
21389
 
+    *)
21390
 
+      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
21391
 
+      ;;
21392
 
+    esac
21393
 
+  done
21394
 
+
21395
 
+  case $lt_echo in
21396
 
+  *'\$0 --fallback-echo"')
21397
 
+    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
21398
 
+    ;;
21399
 
+  esac
21400
 
+
21401
 
+cfgfile="$ofile"
21402
 
+
21403
 
+  cat <<__EOF__ >> "$cfgfile"
21404
 
+# ### BEGIN LIBTOOL TAG CONFIG: $tagname
21405
 
+
21406
 
+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
21407
 
+
21408
 
+# Shell to use when invoking shell scripts.
21409
 
+SHELL=$lt_SHELL
21410
 
+
21411
 
+# Whether or not to build shared libraries.
21412
 
+build_libtool_libs=$enable_shared
21413
 
+
21414
 
+# Whether or not to build static libraries.
21415
 
+build_old_libs=$enable_static
21416
 
+
21417
 
+# Whether or not to add -lc for building shared libraries.
21418
 
+build_libtool_need_lc=$archive_cmds_need_lc_GCJ
21419
 
+
21420
 
+# Whether or not to disallow shared libs when runtime libs are static
21421
 
+allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_GCJ
21422
 
+
21423
 
+# Whether or not to optimize for fast installation.
21424
 
+fast_install=$enable_fast_install
21425
 
+
21426
 
+# The host system.
21427
 
+host_alias=$host_alias
21428
 
+host=$host
21429
 
+host_os=$host_os
21430
 
+
21431
 
+# The build system.
21432
 
+build_alias=$build_alias
21433
 
+build=$build
21434
 
+build_os=$build_os
21435
 
+
21436
 
+# An echo program that does not interpret backslashes.
21437
 
+echo=$lt_echo
21438
 
+
21439
 
+# The archiver.
21440
 
+AR=$lt_AR
21441
 
+AR_FLAGS=$lt_AR_FLAGS
21442
 
+
21443
 
+# A C compiler.
21444
 
+LTCC=$lt_LTCC
21445
 
+
21446
 
+# LTCC compiler flags.
21447
 
+LTCFLAGS=$lt_LTCFLAGS
21448
 
+
21449
 
+# A language-specific compiler.
21450
 
+CC=$lt_compiler_GCJ
21451
 
+
21452
 
+# Is the compiler the GNU C compiler?
21453
 
+with_gcc=$GCC_GCJ
21454
 
+
21455
 
+# An ERE matcher.
21456
 
+EGREP=$lt_EGREP
21457
 
+
21458
 
+# The linker used to build libraries.
21459
 
+LD=$lt_LD_GCJ
21460
 
+
21461
 
+# Whether we need hard or soft links.
21462
 
+LN_S=$lt_LN_S
21463
 
+
21464
 
+# A BSD-compatible nm program.
21465
 
+NM=$lt_NM
21466
 
+
21467
 
+# A symbol stripping program
21468
 
+STRIP=$lt_STRIP
21469
 
+
21470
 
+# Used to examine libraries when file_magic_cmd begins "file"
21471
 
+MAGIC_CMD=$MAGIC_CMD
21472
 
+
21473
 
+# Used on cygwin: DLL creation program.
21474
 
+DLLTOOL="$DLLTOOL"
21475
 
+
21476
 
+# Used on cygwin: object dumper.
21477
 
+OBJDUMP="$OBJDUMP"
21478
 
+
21479
 
+# Used on cygwin: assembler.
21480
 
+AS="$AS"
21481
 
+
21482
 
+# The name of the directory that contains temporary libtool files.
21483
 
+objdir=$objdir
21484
 
+
21485
 
+# How to create reloadable object files.
21486
 
+reload_flag=$lt_reload_flag
21487
 
+reload_cmds=$lt_reload_cmds
21488
 
+
21489
 
+# How to pass a linker flag through the compiler.
21490
 
+wl=$lt_lt_prog_compiler_wl_GCJ
21491
 
+
21492
 
+# Object file suffix (normally "o").
21493
 
+objext="$ac_objext"
21494
 
+
21495
 
+# Old archive suffix (normally "a").
21496
 
+libext="$libext"
21497
 
+
21498
 
+# Shared library suffix (normally ".so").
21499
 
+shrext_cmds='$shrext_cmds'
21500
 
+
21501
 
+# Executable file suffix (normally "").
21502
 
+exeext="$exeext"
21503
 
+
21504
 
+# Additional compiler flags for building library objects.
21505
 
+pic_flag=$lt_lt_prog_compiler_pic_GCJ
21506
 
+pic_mode=$pic_mode
21507
 
+
21508
 
+# What is the maximum length of a command?
21509
 
+max_cmd_len=$lt_cv_sys_max_cmd_len
21510
 
+
21511
 
+# Does compiler simultaneously support -c and -o options?
21512
 
+compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ
21513
 
+
21514
 
+# Must we lock files when doing compilation?
21515
 
+need_locks=$lt_need_locks
21516
 
+
21517
 
+# Do we need the lib prefix for modules?
21518
 
+need_lib_prefix=$need_lib_prefix
21519
 
+
21520
 
+# Do we need a version for libraries?
21521
 
+need_version=$need_version
21522
 
+
21523
 
+# Whether dlopen is supported.
21524
 
+dlopen_support=$enable_dlopen
21525
 
+
21526
 
+# Whether dlopen of programs is supported.
21527
 
+dlopen_self=$enable_dlopen_self
21528
 
+
21529
 
+# Whether dlopen of statically linked programs is supported.
21530
 
+dlopen_self_static=$enable_dlopen_self_static
21531
 
+
21532
 
+# Compiler flag to prevent dynamic linking.
21533
 
+link_static_flag=$lt_lt_prog_compiler_static_GCJ
21534
 
+
21535
 
+# Compiler flag to turn off builtin functions.
21536
 
+no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_GCJ
21537
 
+
21538
 
+# Compiler flag to allow reflexive dlopens.
21539
 
+export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_GCJ
21540
 
+
21541
 
+# Compiler flag to generate shared objects directly from archives.
21542
 
+whole_archive_flag_spec=$lt_whole_archive_flag_spec_GCJ
21543
 
+
21544
 
+# Compiler flag to generate thread-safe objects.
21545
 
+thread_safe_flag_spec=$lt_thread_safe_flag_spec_GCJ
21546
 
+
21547
 
+# Library versioning type.
21548
 
+version_type=$version_type
21549
 
+
21550
 
+# Format of library name prefix.
21551
 
+libname_spec=$lt_libname_spec
21552
 
+
21553
 
+# List of archive names.  First name is the real one, the rest are links.
21554
 
+# The last name is the one that the linker finds with -lNAME.
21555
 
+library_names_spec=$lt_library_names_spec
21556
 
+
21557
 
+# The coded name of the library, if different from the real name.
21558
 
+soname_spec=$lt_soname_spec
21559
 
+
21560
 
+# Commands used to build and install an old-style archive.
21561
 
+RANLIB=$lt_RANLIB
21562
 
+old_archive_cmds=$lt_old_archive_cmds_GCJ
21563
 
+old_postinstall_cmds=$lt_old_postinstall_cmds
21564
 
+old_postuninstall_cmds=$lt_old_postuninstall_cmds
21565
 
+
21566
 
+# Create an old-style archive from a shared archive.
21567
 
+old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_GCJ
21568
 
+
21569
 
+# Create a temporary old-style archive to link instead of a shared archive.
21570
 
+old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_GCJ
21571
 
+
21572
 
+# Commands used to build and install a shared archive.
21573
 
+archive_cmds=$lt_archive_cmds_GCJ
21574
 
+archive_expsym_cmds=$lt_archive_expsym_cmds_GCJ
21575
 
+postinstall_cmds=$lt_postinstall_cmds
21576
 
+postuninstall_cmds=$lt_postuninstall_cmds
21577
 
+
21578
 
+# Commands used to build a loadable module (assumed same as above if empty)
21579
 
+module_cmds=$lt_module_cmds_GCJ
21580
 
+module_expsym_cmds=$lt_module_expsym_cmds_GCJ
21581
 
+
21582
 
+# Commands to strip libraries.
21583
 
+old_striplib=$lt_old_striplib
21584
 
+striplib=$lt_striplib
21585
 
+
21586
 
+# Dependencies to place before the objects being linked to create a
21587
 
+# shared library.
21588
 
+predep_objects=$lt_predep_objects_GCJ
21589
 
+
21590
 
+# Dependencies to place after the objects being linked to create a
21591
 
+# shared library.
21592
 
+postdep_objects=$lt_postdep_objects_GCJ
21593
 
+
21594
 
+# Dependencies to place before the objects being linked to create a
21595
 
+# shared library.
21596
 
+predeps=$lt_predeps_GCJ
21597
 
+
21598
 
+# Dependencies to place after the objects being linked to create a
21599
 
+# shared library.
21600
 
+postdeps=$lt_postdeps_GCJ
21601
 
+
21602
 
+# The library search path used internally by the compiler when linking
21603
 
+# a shared library.
21604
 
+compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ
21605
 
+
21606
 
+# Method to check whether dependent libraries are shared objects.
21607
 
+deplibs_check_method=$lt_deplibs_check_method
21608
 
+
21609
 
+# Command to use when deplibs_check_method == file_magic.
21610
 
+file_magic_cmd=$lt_file_magic_cmd
21611
 
+
21612
 
+# Flag that allows shared libraries with undefined symbols to be built.
21613
 
+allow_undefined_flag=$lt_allow_undefined_flag_GCJ
21614
 
+
21615
 
+# Flag that forces no undefined symbols.
21616
 
+no_undefined_flag=$lt_no_undefined_flag_GCJ
21617
 
+
21618
 
+# Commands used to finish a libtool library installation in a directory.
21619
 
+finish_cmds=$lt_finish_cmds
21620
 
+
21621
 
+# Same as above, but a single script fragment to be evaled but not shown.
21622
 
+finish_eval=$lt_finish_eval
21623
 
+
21624
 
+# Take the output of nm and produce a listing of raw symbols and C names.
21625
 
+global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
21626
 
+
21627
 
+# Transform the output of nm in a proper C declaration
21628
 
+global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
21629
 
+
21630
 
+# Transform the output of nm in a C name address pair
21631
 
+global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
21632
 
+
21633
 
+# This is the shared library runtime path variable.
21634
 
+runpath_var=$runpath_var
21635
 
+
21636
 
+# This is the shared library path variable.
21637
 
+shlibpath_var=$shlibpath_var
21638
 
+
21639
 
+# Is shlibpath searched before the hard-coded library search path?
21640
 
+shlibpath_overrides_runpath=$shlibpath_overrides_runpath
21641
 
+
21642
 
+# How to hardcode a shared library path into an executable.
21643
 
+hardcode_action=$hardcode_action_GCJ
21644
 
+
21645
 
+# Whether we should hardcode library paths into libraries.
21646
 
+hardcode_into_libs=$hardcode_into_libs
21647
 
+
21648
 
+# Flag to hardcode \$libdir into a binary during linking.
21649
 
+# This must work even if \$libdir does not exist.
21650
 
+hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_GCJ
21651
 
+
21652
 
+# If ld is used when linking, flag to hardcode \$libdir into
21653
 
+# a binary during linking. This must work even if \$libdir does
21654
 
+# not exist.
21655
 
+hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_GCJ
21656
 
+
21657
 
+# Whether we need a single -rpath flag with a separated argument.
21658
 
+hardcode_libdir_separator=$lt_hardcode_libdir_separator_GCJ
21659
 
+
21660
 
+# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
21661
 
+# resulting binary.
21662
 
+hardcode_direct=$hardcode_direct_GCJ
21663
 
+
21664
 
+# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
21665
 
+# resulting binary.
21666
 
+hardcode_minus_L=$hardcode_minus_L_GCJ
21667
 
+
21668
 
+# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
21669
 
+# the resulting binary.
21670
 
+hardcode_shlibpath_var=$hardcode_shlibpath_var_GCJ
21671
 
+
21672
 
+# Set to yes if building a shared library automatically hardcodes DIR into the library
21673
 
+# and all subsequent libraries and executables linked against it.
21674
 
+hardcode_automatic=$hardcode_automatic_GCJ
21675
 
+
21676
 
+# Variables whose values should be saved in libtool wrapper scripts and
21677
 
+# restored at relink time.
21678
 
+variables_saved_for_relink="$variables_saved_for_relink"
21679
 
+
21680
 
+# Whether libtool must link a program against all its dependency libraries.
21681
 
+link_all_deplibs=$link_all_deplibs_GCJ
21682
 
+
21683
 
+# Compile-time system search path for libraries
21684
 
+sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
21685
 
+
21686
 
+# Run-time system search path for libraries
21687
 
+sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
21688
 
+
21689
 
+# Fix the shell variable \$srcfile for the compiler.
21690
 
+fix_srcfile_path="$fix_srcfile_path_GCJ"
21691
 
+
21692
 
+# Set to yes if exported symbols are required.
21693
 
+always_export_symbols=$always_export_symbols_GCJ
21694
 
+
21695
 
+# The commands to list exported symbols.
21696
 
+export_symbols_cmds=$lt_export_symbols_cmds_GCJ
21697
 
+
21698
 
+# The commands to extract the exported symbol list from a shared archive.
21699
 
+extract_expsyms_cmds=$lt_extract_expsyms_cmds
21700
 
+
21701
 
+# Symbols that should not be listed in the preloaded symbols.
21702
 
+exclude_expsyms=$lt_exclude_expsyms_GCJ
21703
 
+
21704
 
+# Symbols that must always be exported.
21705
 
+include_expsyms=$lt_include_expsyms_GCJ
21706
 
+
21707
 
+# ### END LIBTOOL TAG CONFIG: $tagname
21708
 
+
21709
 
+__EOF__
21710
 
+
21711
 
+
21712
 
+else
21713
 
+  # If there is no Makefile yet, we rely on a make rule to execute
21714
 
+  # `config.status --recheck' to rerun these tests and create the
21715
 
+  # libtool script then.
21716
 
+  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
21717
 
+  if test -f "$ltmain_in"; then
21718
 
+    test -f Makefile && make "$ltmain"
21719
 
+  fi
21720
 
+fi
21721
 
+
21722
 
+
21723
 
+ac_ext=c
21724
 
+ac_cpp='$CPP $CPPFLAGS'
21725
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21726
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21727
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
21728
 
+
21729
 
+CC="$lt_save_CC"
21730
 
+
21731
 
+       else
21732
 
+         tagname=""
21733
 
+       fi
21734
 
+       ;;
21735
 
+
21736
 
+      RC)
21737
 
+       
21738
 
+
21739
 
+# Source file extension for RC test sources.
21740
 
+ac_ext=rc
21741
 
+
21742
 
+# Object file extension for compiled RC test sources.
21743
 
+objext=o
21744
 
+objext_RC=$objext
21745
 
+
21746
 
+# Code to be used in simple compile tests
21747
 
+lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
21748
 
+
21749
 
+# Code to be used in simple link tests
21750
 
+lt_simple_link_test_code="$lt_simple_compile_test_code"
21751
 
+
21752
 
+# ltmain only uses $CC for tagged configurations so make sure $CC is set.
21753
 
+
21754
 
+# If no C compiler was specified, use CC.
21755
 
+LTCC=${LTCC-"$CC"}
21756
 
+
21757
 
+# If no C compiler flags were specified, use CFLAGS.
21758
 
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
21759
 
+
21760
 
+# Allow CC to be a program name with arguments.
21761
 
+compiler=$CC
21762
 
+
21763
 
+
21764
 
+# save warnings/boilerplate of simple test code
21765
 
+ac_outfile=conftest.$ac_objext
21766
 
+printf "$lt_simple_compile_test_code" >conftest.$ac_ext
21767
 
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
21768
 
+_lt_compiler_boilerplate=`cat conftest.err`
21769
 
+$rm conftest*
21770
 
+
21771
 
+ac_outfile=conftest.$ac_objext
21772
 
+printf "$lt_simple_link_test_code" >conftest.$ac_ext
21773
 
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
21774
 
+_lt_linker_boilerplate=`cat conftest.err`
21775
 
+$rm conftest*
21776
 
+
21777
 
+
21778
 
+# Allow CC to be a program name with arguments.
21779
 
+lt_save_CC="$CC"
21780
 
+CC=${RC-"windres"}
21781
 
+compiler=$CC
21782
 
+compiler_RC=$CC
21783
 
+for cc_temp in $compiler""; do
21784
 
+  case $cc_temp in
21785
 
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
21786
 
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
21787
 
+    \-*) ;;
21788
 
+    *) break;;
21789
 
+  esac
21790
 
+done
21791
 
+cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
21792
 
+
21793
 
+lt_cv_prog_compiler_c_o_RC=yes
21794
 
+
21795
 
+# The else clause should only fire when bootstrapping the
21796
 
+# libtool distribution, otherwise you forgot to ship ltmain.sh
21797
 
+# with your package, and you will get complaints that there are
21798
 
+# no rules to generate ltmain.sh.
21799
 
+if test -f "$ltmain"; then
21800
 
+  # See if we are running on zsh, and set the options which allow our commands through
21801
 
+  # without removal of \ escapes.
21802
 
+  if test -n "${ZSH_VERSION+set}" ; then
21803
 
+    setopt NO_GLOB_SUBST
21804
 
+  fi
21805
 
+  # Now quote all the things that may contain metacharacters while being
21806
 
+  # careful not to overquote the AC_SUBSTed values.  We take copies of the
21807
 
+  # variables and quote the copies for generation of the libtool script.
21808
 
+  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
21809
 
+    SED SHELL STRIP \
21810
 
+    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
21811
 
+    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
21812
 
+    deplibs_check_method reload_flag reload_cmds need_locks \
21813
 
+    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
21814
 
+    lt_cv_sys_global_symbol_to_c_name_address \
21815
 
+    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
21816
 
+    old_postinstall_cmds old_postuninstall_cmds \
21817
 
+    compiler_RC \
21818
 
+    CC_RC \
21819
 
+    LD_RC \
21820
 
+    lt_prog_compiler_wl_RC \
21821
 
+    lt_prog_compiler_pic_RC \
21822
 
+    lt_prog_compiler_static_RC \
21823
 
+    lt_prog_compiler_no_builtin_flag_RC \
21824
 
+    export_dynamic_flag_spec_RC \
21825
 
+    thread_safe_flag_spec_RC \
21826
 
+    whole_archive_flag_spec_RC \
21827
 
+    enable_shared_with_static_runtimes_RC \
21828
 
+    old_archive_cmds_RC \
21829
 
+    old_archive_from_new_cmds_RC \
21830
 
+    predep_objects_RC \
21831
 
+    postdep_objects_RC \
21832
 
+    predeps_RC \
21833
 
+    postdeps_RC \
21834
 
+    compiler_lib_search_path_RC \
21835
 
+    archive_cmds_RC \
21836
 
+    archive_expsym_cmds_RC \
21837
 
+    postinstall_cmds_RC \
21838
 
+    postuninstall_cmds_RC \
21839
 
+    old_archive_from_expsyms_cmds_RC \
21840
 
+    allow_undefined_flag_RC \
21841
 
+    no_undefined_flag_RC \
21842
 
+    export_symbols_cmds_RC \
21843
 
+    hardcode_libdir_flag_spec_RC \
21844
 
+    hardcode_libdir_flag_spec_ld_RC \
21845
 
+    hardcode_libdir_separator_RC \
21846
 
+    hardcode_automatic_RC \
21847
 
+    module_cmds_RC \
21848
 
+    module_expsym_cmds_RC \
21849
 
+    lt_cv_prog_compiler_c_o_RC \
21850
 
+    exclude_expsyms_RC \
21851
 
+    include_expsyms_RC; do
21852
 
+
21853
 
+    case $var in
21854
 
+    old_archive_cmds_RC | \
21855
 
+    old_archive_from_new_cmds_RC | \
21856
 
+    archive_cmds_RC | \
21857
 
+    archive_expsym_cmds_RC | \
21858
 
+    module_cmds_RC | \
21859
 
+    module_expsym_cmds_RC | \
21860
 
+    old_archive_from_expsyms_cmds_RC | \
21861
 
+    export_symbols_cmds_RC | \
21862
 
+    extract_expsyms_cmds | reload_cmds | finish_cmds | \
21863
 
+    postinstall_cmds | postuninstall_cmds | \
21864
 
+    old_postinstall_cmds | old_postuninstall_cmds | \
21865
 
+    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
21866
 
+      # Double-quote double-evaled strings.
21867
 
+      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
21868
 
+      ;;
21869
 
+    *)
21870
 
+      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
21871
 
+      ;;
21872
 
+    esac
21873
 
+  done
21874
 
+
21875
 
+  case $lt_echo in
21876
 
+  *'\$0 --fallback-echo"')
21877
 
+    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
21878
 
+    ;;
21879
 
+  esac
21880
 
+
21881
 
+cfgfile="$ofile"
21882
 
+
21883
 
+  cat <<__EOF__ >> "$cfgfile"
21884
 
+# ### BEGIN LIBTOOL TAG CONFIG: $tagname
21885
 
+
21886
 
+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
21887
 
+
21888
 
+# Shell to use when invoking shell scripts.
21889
 
+SHELL=$lt_SHELL
21890
 
+
21891
 
+# Whether or not to build shared libraries.
21892
 
+build_libtool_libs=$enable_shared
21893
 
+
21894
 
+# Whether or not to build static libraries.
21895
 
+build_old_libs=$enable_static
21896
 
+
21897
 
+# Whether or not to add -lc for building shared libraries.
21898
 
+build_libtool_need_lc=$archive_cmds_need_lc_RC
21899
 
+
21900
 
+# Whether or not to disallow shared libs when runtime libs are static
21901
 
+allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC
21902
 
+
21903
 
+# Whether or not to optimize for fast installation.
21904
 
+fast_install=$enable_fast_install
21905
 
+
21906
 
+# The host system.
21907
 
+host_alias=$host_alias
21908
 
+host=$host
21909
 
+host_os=$host_os
21910
 
+
21911
 
+# The build system.
21912
 
+build_alias=$build_alias
21913
 
+build=$build
21914
 
+build_os=$build_os
21915
 
+
21916
 
+# An echo program that does not interpret backslashes.
21917
 
+echo=$lt_echo
21918
 
+
21919
 
+# The archiver.
21920
 
+AR=$lt_AR
21921
 
+AR_FLAGS=$lt_AR_FLAGS
21922
 
+
21923
 
+# A C compiler.
21924
 
+LTCC=$lt_LTCC
21925
 
+
21926
 
+# LTCC compiler flags.
21927
 
+LTCFLAGS=$lt_LTCFLAGS
21928
 
+
21929
 
+# A language-specific compiler.
21930
 
+CC=$lt_compiler_RC
21931
 
+
21932
 
+# Is the compiler the GNU C compiler?
21933
 
+with_gcc=$GCC_RC
21934
 
+
21935
 
+# An ERE matcher.
21936
 
+EGREP=$lt_EGREP
21937
 
+
21938
 
+# The linker used to build libraries.
21939
 
+LD=$lt_LD_RC
21940
 
+
21941
 
+# Whether we need hard or soft links.
21942
 
+LN_S=$lt_LN_S
21943
 
+
21944
 
+# A BSD-compatible nm program.
21945
 
+NM=$lt_NM
21946
 
+
21947
 
+# A symbol stripping program
21948
 
+STRIP=$lt_STRIP
21949
 
+
21950
 
+# Used to examine libraries when file_magic_cmd begins "file"
21951
 
+MAGIC_CMD=$MAGIC_CMD
21952
 
+
21953
 
+# Used on cygwin: DLL creation program.
21954
 
+DLLTOOL="$DLLTOOL"
21955
 
+
21956
 
+# Used on cygwin: object dumper.
21957
 
+OBJDUMP="$OBJDUMP"
21958
 
+
21959
 
+# Used on cygwin: assembler.
21960
 
+AS="$AS"
21961
 
+
21962
 
+# The name of the directory that contains temporary libtool files.
21963
 
+objdir=$objdir
21964
 
+
21965
 
+# How to create reloadable object files.
21966
 
+reload_flag=$lt_reload_flag
21967
 
+reload_cmds=$lt_reload_cmds
21968
 
+
21969
 
+# How to pass a linker flag through the compiler.
21970
 
+wl=$lt_lt_prog_compiler_wl_RC
21971
 
+
21972
 
+# Object file suffix (normally "o").
21973
 
+objext="$ac_objext"
21974
 
+
21975
 
+# Old archive suffix (normally "a").
21976
 
+libext="$libext"
21977
 
+
21978
 
+# Shared library suffix (normally ".so").
21979
 
+shrext_cmds='$shrext_cmds'
21980
 
+
21981
 
+# Executable file suffix (normally "").
21982
 
+exeext="$exeext"
21983
 
+
21984
 
+# Additional compiler flags for building library objects.
21985
 
+pic_flag=$lt_lt_prog_compiler_pic_RC
21986
 
+pic_mode=$pic_mode
21987
 
+
21988
 
+# What is the maximum length of a command?
21989
 
+max_cmd_len=$lt_cv_sys_max_cmd_len
21990
 
+
21991
 
+# Does compiler simultaneously support -c and -o options?
21992
 
+compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC
21993
 
+
21994
 
+# Must we lock files when doing compilation?
21995
 
+need_locks=$lt_need_locks
21996
 
+
21997
 
+# Do we need the lib prefix for modules?
21998
 
+need_lib_prefix=$need_lib_prefix
21999
 
+
22000
 
+# Do we need a version for libraries?
22001
 
+need_version=$need_version
22002
 
+
22003
 
+# Whether dlopen is supported.
22004
 
+dlopen_support=$enable_dlopen
22005
 
+
22006
 
+# Whether dlopen of programs is supported.
22007
 
+dlopen_self=$enable_dlopen_self
22008
 
+
22009
 
+# Whether dlopen of statically linked programs is supported.
22010
 
+dlopen_self_static=$enable_dlopen_self_static
22011
 
+
22012
 
+# Compiler flag to prevent dynamic linking.
22013
 
+link_static_flag=$lt_lt_prog_compiler_static_RC
22014
 
+
22015
 
+# Compiler flag to turn off builtin functions.
22016
 
+no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC
22017
 
+
22018
 
+# Compiler flag to allow reflexive dlopens.
22019
 
+export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC
22020
 
+
22021
 
+# Compiler flag to generate shared objects directly from archives.
22022
 
+whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC
22023
 
+
22024
 
+# Compiler flag to generate thread-safe objects.
22025
 
+thread_safe_flag_spec=$lt_thread_safe_flag_spec_RC
22026
 
+
22027
 
+# Library versioning type.
22028
 
+version_type=$version_type
22029
 
+
22030
 
+# Format of library name prefix.
22031
 
+libname_spec=$lt_libname_spec
22032
 
+
22033
 
+# List of archive names.  First name is the real one, the rest are links.
22034
 
+# The last name is the one that the linker finds with -lNAME.
22035
 
+library_names_spec=$lt_library_names_spec
22036
 
+
22037
 
+# The coded name of the library, if different from the real name.
22038
 
+soname_spec=$lt_soname_spec
22039
 
+
22040
 
+# Commands used to build and install an old-style archive.
22041
 
+RANLIB=$lt_RANLIB
22042
 
+old_archive_cmds=$lt_old_archive_cmds_RC
22043
 
+old_postinstall_cmds=$lt_old_postinstall_cmds
22044
 
+old_postuninstall_cmds=$lt_old_postuninstall_cmds
22045
 
+
22046
 
+# Create an old-style archive from a shared archive.
22047
 
+old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC
22048
 
+
22049
 
+# Create a temporary old-style archive to link instead of a shared archive.
22050
 
+old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC
22051
 
+
22052
 
+# Commands used to build and install a shared archive.
22053
 
+archive_cmds=$lt_archive_cmds_RC
22054
 
+archive_expsym_cmds=$lt_archive_expsym_cmds_RC
22055
 
+postinstall_cmds=$lt_postinstall_cmds
22056
 
+postuninstall_cmds=$lt_postuninstall_cmds
22057
 
+
22058
 
+# Commands used to build a loadable module (assumed same as above if empty)
22059
 
+module_cmds=$lt_module_cmds_RC
22060
 
+module_expsym_cmds=$lt_module_expsym_cmds_RC
22061
 
+
22062
 
+# Commands to strip libraries.
22063
 
+old_striplib=$lt_old_striplib
22064
 
+striplib=$lt_striplib
22065
 
+
22066
 
+# Dependencies to place before the objects being linked to create a
22067
 
+# shared library.
22068
 
+predep_objects=$lt_predep_objects_RC
22069
 
+
22070
 
+# Dependencies to place after the objects being linked to create a
22071
 
+# shared library.
22072
 
+postdep_objects=$lt_postdep_objects_RC
22073
 
+
22074
 
+# Dependencies to place before the objects being linked to create a
22075
 
+# shared library.
22076
 
+predeps=$lt_predeps_RC
22077
 
+
22078
 
+# Dependencies to place after the objects being linked to create a
22079
 
+# shared library.
22080
 
+postdeps=$lt_postdeps_RC
22081
 
+
22082
 
+# The library search path used internally by the compiler when linking
22083
 
+# a shared library.
22084
 
+compiler_lib_search_path=$lt_compiler_lib_search_path_RC
22085
 
+
22086
 
+# Method to check whether dependent libraries are shared objects.
22087
 
+deplibs_check_method=$lt_deplibs_check_method
22088
 
+
22089
 
+# Command to use when deplibs_check_method == file_magic.
22090
 
+file_magic_cmd=$lt_file_magic_cmd
22091
 
+
22092
 
+# Flag that allows shared libraries with undefined symbols to be built.
22093
 
+allow_undefined_flag=$lt_allow_undefined_flag_RC
22094
 
+
22095
 
+# Flag that forces no undefined symbols.
22096
 
+no_undefined_flag=$lt_no_undefined_flag_RC
22097
 
+
22098
 
+# Commands used to finish a libtool library installation in a directory.
22099
 
+finish_cmds=$lt_finish_cmds
22100
 
+
22101
 
+# Same as above, but a single script fragment to be evaled but not shown.
22102
 
+finish_eval=$lt_finish_eval
22103
 
+
22104
 
+# Take the output of nm and produce a listing of raw symbols and C names.
22105
 
+global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
22106
 
+
22107
 
+# Transform the output of nm in a proper C declaration
22108
 
+global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
22109
 
+
22110
 
+# Transform the output of nm in a C name address pair
22111
 
+global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
22112
 
+
22113
 
+# This is the shared library runtime path variable.
22114
 
+runpath_var=$runpath_var
22115
 
+
22116
 
+# This is the shared library path variable.
22117
 
+shlibpath_var=$shlibpath_var
22118
 
+
22119
 
+# Is shlibpath searched before the hard-coded library search path?
22120
 
+shlibpath_overrides_runpath=$shlibpath_overrides_runpath
22121
 
+
22122
 
+# How to hardcode a shared library path into an executable.
22123
 
+hardcode_action=$hardcode_action_RC
22124
 
+
22125
 
+# Whether we should hardcode library paths into libraries.
22126
 
+hardcode_into_libs=$hardcode_into_libs
22127
 
+
22128
 
+# Flag to hardcode \$libdir into a binary during linking.
22129
 
+# This must work even if \$libdir does not exist.
22130
 
+hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC
22131
 
+
22132
 
+# If ld is used when linking, flag to hardcode \$libdir into
22133
 
+# a binary during linking. This must work even if \$libdir does
22134
 
+# not exist.
22135
 
+hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_RC
22136
 
+
22137
 
+# Whether we need a single -rpath flag with a separated argument.
22138
 
+hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC
22139
 
+
22140
 
+# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
22141
 
+# resulting binary.
22142
 
+hardcode_direct=$hardcode_direct_RC
22143
 
+
22144
 
+# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
22145
 
+# resulting binary.
22146
 
+hardcode_minus_L=$hardcode_minus_L_RC
22147
 
+
22148
 
+# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
22149
 
+# the resulting binary.
22150
 
+hardcode_shlibpath_var=$hardcode_shlibpath_var_RC
22151
 
+
22152
 
+# Set to yes if building a shared library automatically hardcodes DIR into the library
22153
 
+# and all subsequent libraries and executables linked against it.
22154
 
+hardcode_automatic=$hardcode_automatic_RC
22155
 
+
22156
 
+# Variables whose values should be saved in libtool wrapper scripts and
22157
 
+# restored at relink time.
22158
 
+variables_saved_for_relink="$variables_saved_for_relink"
22159
 
+
22160
 
+# Whether libtool must link a program against all its dependency libraries.
22161
 
+link_all_deplibs=$link_all_deplibs_RC
22162
 
+
22163
 
+# Compile-time system search path for libraries
22164
 
+sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
22165
 
+
22166
 
+# Run-time system search path for libraries
22167
 
+sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
22168
 
+
22169
 
+# Fix the shell variable \$srcfile for the compiler.
22170
 
+fix_srcfile_path="$fix_srcfile_path_RC"
22171
 
+
22172
 
+# Set to yes if exported symbols are required.
22173
 
+always_export_symbols=$always_export_symbols_RC
22174
 
+
22175
 
+# The commands to list exported symbols.
22176
 
+export_symbols_cmds=$lt_export_symbols_cmds_RC
22177
 
+
22178
 
+# The commands to extract the exported symbol list from a shared archive.
22179
 
+extract_expsyms_cmds=$lt_extract_expsyms_cmds
22180
 
+
22181
 
+# Symbols that should not be listed in the preloaded symbols.
22182
 
+exclude_expsyms=$lt_exclude_expsyms_RC
22183
 
+
22184
 
+# Symbols that must always be exported.
22185
 
+include_expsyms=$lt_include_expsyms_RC
22186
 
+
22187
 
+# ### END LIBTOOL TAG CONFIG: $tagname
22188
 
+
22189
 
+__EOF__
22190
 
+
22191
 
+
22192
 
+else
22193
 
+  # If there is no Makefile yet, we rely on a make rule to execute
22194
 
+  # `config.status --recheck' to rerun these tests and create the
22195
 
+  # libtool script then.
22196
 
+  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
22197
 
+  if test -f "$ltmain_in"; then
22198
 
+    test -f Makefile && make "$ltmain"
22199
 
+  fi
22200
 
+fi
22201
 
+
22202
 
+
22203
 
+ac_ext=c
22204
 
+ac_cpp='$CPP $CPPFLAGS'
22205
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22206
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22207
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
22208
 
+
22209
 
+CC="$lt_save_CC"
22210
 
+
22211
 
+       ;;
22212
 
+
22213
 
+      *)
22214
 
+       { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5
22215
 
+echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
22216
 
+   { (exit 1); exit 1; }; }
22217
 
+       ;;
22218
 
+      esac
22219
 
+
22220
 
+      # Append the new tag name to the list of available tags.
22221
 
+      if test -n "$tagname" ; then
22222
 
+      available_tags="$available_tags $tagname"
22223
 
+    fi
22224
 
+    fi
22225
 
+  done
22226
 
+  IFS="$lt_save_ifs"
22227
 
+
22228
 
+  # Now substitute the updated list of available tags.
22229
 
+  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
22230
 
+    mv "${ofile}T" "$ofile"
22231
 
+    chmod +x "$ofile"
22232
 
+  else
22233
 
+    rm -f "${ofile}T"
22234
 
+    { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5
22235
 
+echo "$as_me: error: unable to update list of available tagged configurations." >&2;}
22236
 
+   { (exit 1); exit 1; }; }
22237
 
+  fi
22238
 
+fi
22239
 
+
22240
 
+
22241
 
+
22242
 
+# This can be used to rebuild libtool when needed
22243
 
+LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
22244
 
+
22245
 
+# Always use our own libtool.
22246
 
+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
22247
 
+
22248
 
+# Prevent multiple expansion
22249
 
+
22250
 
+
22251
 
+
22252
 
+
22253
 
+
22254
 
+
22255
 
+
22256
 
+
22257
 
+
22258
 
+
22259
 
+
22260
 
+  
22261
 
+
22262
 
+  
22263
 
+
22264
 
+
22265
 
+  
22266
 
+       
22267
 
+       
22268
 
+
22269
 
+
22270
 
+{ echo "$as_me:$LINENO: checking for library containing strerror" >&5
22271
 
+echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; }
22272
 
+if test "${ac_cv_search_strerror+set}" = set; then
22273
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
22274
 
+else
22275
 
+  ac_func_search_save_LIBS=$LIBS
22276
 
+cat >conftest.$ac_ext <<_ACEOF
22277
 
+/* confdefs.h.  */
22278
 
+_ACEOF
22279
 
+cat confdefs.h >>conftest.$ac_ext
22280
 
+cat >>conftest.$ac_ext <<_ACEOF
22281
 
+/* end confdefs.h.  */
22282
 
+
22283
 
+/* Override any GCC internal prototype to avoid an error.
22284
 
+   Use char because int might match the return type of a GCC
22285
 
+   builtin and then its argument prototype would still apply.  */
22286
 
+#ifdef __cplusplus
22287
 
+extern "C"
22288
 
+#endif
22289
 
+char strerror ();
22290
 
+int
22291
 
+main ()
22292
 
+{
22293
 
+return strerror ();
22294
 
+  ;
22295
 
+  return 0;
22296
 
+}
22297
 
+_ACEOF
22298
 
+for ac_lib in '' cposix; do
22299
 
+  if test -z "$ac_lib"; then
22300
 
+    ac_res="none required"
22301
 
+  else
22302
 
+    ac_res=-l$ac_lib
22303
 
+    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
22304
 
+  fi
22305
 
+  rm -f conftest.$ac_objext conftest$ac_exeext
22306
 
+if { (ac_try="$ac_link"
22307
 
+case "(($ac_try" in
22308
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22309
 
+  *) ac_try_echo=$ac_try;;
22310
 
+esac
22311
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22312
 
+  (eval "$ac_link") 2>conftest.er1
22313
 
+  ac_status=$?
22314
 
+  grep -v '^ *+' conftest.er1 >conftest.err
22315
 
+  rm -f conftest.er1
22316
 
+  cat conftest.err >&5
22317
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22318
 
+  (exit $ac_status); } && {
22319
 
+        test -z "$ac_c_werror_flag" ||
22320
 
+        test ! -s conftest.err
22321
 
+       } && test -s conftest$ac_exeext &&
22322
 
+       $as_test_x conftest$ac_exeext; then
22323
 
+  ac_cv_search_strerror=$ac_res
22324
 
+else
22325
 
+  echo "$as_me: failed program was:" >&5
22326
 
+sed 's/^/| /' conftest.$ac_ext >&5
22327
 
+
22328
 
+       
22329
 
+fi
22330
 
+
22331
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22332
 
+      conftest$ac_exeext 
22333
 
+  if test "${ac_cv_search_strerror+set}" = set; then
22334
 
+  break
22335
 
+fi
22336
 
+done
22337
 
+if test "${ac_cv_search_strerror+set}" = set; then
22338
 
+  :
22339
 
+else
22340
 
+  ac_cv_search_strerror=no
22341
 
+fi
22342
 
+rm conftest.$ac_ext
22343
 
+LIBS=$ac_func_search_save_LIBS
22344
 
+fi
22345
 
+{ echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
22346
 
+echo "${ECHO_T}$ac_cv_search_strerror" >&6; }
22347
 
+ac_res=$ac_cv_search_strerror
22348
 
+if test "$ac_res" != no; then
22349
 
+  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
22350
 
+  
22351
 
+fi
22352
 
+
22353
 
+ac_ext=c
22354
 
+ac_cpp='$CPP $CPPFLAGS'
22355
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22356
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22357
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
22358
 
+if test -n "$ac_tool_prefix"; then
22359
 
+  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
22360
 
+set dummy ${ac_tool_prefix}gcc; ac_word=$2
22361
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
22362
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
22363
 
+if test "${ac_cv_prog_CC+set}" = set; then
22364
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
22365
 
+else
22366
 
+  if test -n "$CC"; then
22367
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
22368
 
+else
22369
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22370
 
+for as_dir in $PATH
22371
 
+do
22372
 
+  IFS=$as_save_IFS
22373
 
+  test -z "$as_dir" && as_dir=.
22374
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
22375
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
22376
 
+    ac_cv_prog_CC="${ac_tool_prefix}gcc"
22377
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22378
 
+    break 2
22379
 
+  fi
22380
 
+done
22381
 
+done
22382
 
+IFS=$as_save_IFS
22383
 
+
22384
 
+fi
22385
 
+fi
22386
 
+CC=$ac_cv_prog_CC
22387
 
+if test -n "$CC"; then
22388
 
+  { echo "$as_me:$LINENO: result: $CC" >&5
22389
 
+echo "${ECHO_T}$CC" >&6; }
22390
 
+else
22391
 
+  { echo "$as_me:$LINENO: result: no" >&5
22392
 
+echo "${ECHO_T}no" >&6; }
22393
 
+fi
22394
 
+
22395
 
+
22396
 
+fi
22397
 
+if test -z "$ac_cv_prog_CC"; then
22398
 
+  ac_ct_CC=$CC
22399
 
+  # Extract the first word of "gcc", so it can be a program name with args.
22400
 
+set dummy gcc; ac_word=$2
22401
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
22402
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
22403
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
22404
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
22405
 
+else
22406
 
+  if test -n "$ac_ct_CC"; then
22407
 
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
22408
 
+else
22409
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22410
 
+for as_dir in $PATH
22411
 
+do
22412
 
+  IFS=$as_save_IFS
22413
 
+  test -z "$as_dir" && as_dir=.
22414
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
22415
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
22416
 
+    ac_cv_prog_ac_ct_CC="gcc"
22417
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22418
 
+    break 2
22419
 
+  fi
22420
 
+done
22421
 
+done
22422
 
+IFS=$as_save_IFS
22423
 
+
22424
 
+fi
22425
 
+fi
22426
 
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
22427
 
+if test -n "$ac_ct_CC"; then
22428
 
+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
22429
 
+echo "${ECHO_T}$ac_ct_CC" >&6; }
22430
 
+else
22431
 
+  { echo "$as_me:$LINENO: result: no" >&5
22432
 
+echo "${ECHO_T}no" >&6; }
22433
 
+fi
22434
 
+
22435
 
+  if test "x$ac_ct_CC" = x; then
22436
 
+    CC=""
22437
 
+  else
22438
 
+    case $cross_compiling:$ac_tool_warned in
22439
 
+yes:)
22440
 
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
22441
 
+whose name does not start with the host triplet.  If you think this
22442
 
+configuration is useful to you, please write to autoconf@gnu.org." >&5
22443
 
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
22444
 
+whose name does not start with the host triplet.  If you think this
22445
 
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
22446
 
+ac_tool_warned=yes ;;
22447
 
+esac
22448
 
+    CC=$ac_ct_CC
22449
 
+  fi
22450
 
+else
22451
 
+  CC="$ac_cv_prog_CC"
22452
 
+fi
22453
 
+
22454
 
+if test -z "$CC"; then
22455
 
+          if test -n "$ac_tool_prefix"; then
22456
 
+    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
22457
 
+set dummy ${ac_tool_prefix}cc; ac_word=$2
22458
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
22459
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
22460
 
+if test "${ac_cv_prog_CC+set}" = set; then
22461
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
22462
 
+else
22463
 
+  if test -n "$CC"; then
22464
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
22465
 
+else
22466
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22467
 
+for as_dir in $PATH
22468
 
+do
22469
 
+  IFS=$as_save_IFS
22470
 
+  test -z "$as_dir" && as_dir=.
22471
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
22472
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
22473
 
+    ac_cv_prog_CC="${ac_tool_prefix}cc"
22474
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22475
 
+    break 2
22476
 
+  fi
22477
 
+done
22478
 
+done
22479
 
+IFS=$as_save_IFS
22480
 
+
22481
 
+fi
22482
 
+fi
22483
 
+CC=$ac_cv_prog_CC
22484
 
+if test -n "$CC"; then
22485
 
+  { echo "$as_me:$LINENO: result: $CC" >&5
22486
 
+echo "${ECHO_T}$CC" >&6; }
22487
 
+else
22488
 
+  { echo "$as_me:$LINENO: result: no" >&5
22489
 
+echo "${ECHO_T}no" >&6; }
22490
 
+fi
22491
 
+
22492
 
+
22493
 
+  fi
22494
 
+fi
22495
 
+if test -z "$CC"; then
22496
 
+  # Extract the first word of "cc", so it can be a program name with args.
22497
 
+set dummy cc; ac_word=$2
22498
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
22499
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
22500
 
+if test "${ac_cv_prog_CC+set}" = set; then
22501
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
22502
 
+else
22503
 
+  if test -n "$CC"; then
22504
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
22505
 
+else
22506
 
+  ac_prog_rejected=no
22507
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22508
 
+for as_dir in $PATH
22509
 
+do
22510
 
+  IFS=$as_save_IFS
22511
 
+  test -z "$as_dir" && as_dir=.
22512
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
22513
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
22514
 
+    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
22515
 
+       ac_prog_rejected=yes
22516
 
+       continue
22517
 
+     fi
22518
 
+    ac_cv_prog_CC="cc"
22519
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22520
 
+    break 2
22521
 
+  fi
22522
 
+done
22523
 
+done
22524
 
+IFS=$as_save_IFS
22525
 
+
22526
 
+if test $ac_prog_rejected = yes; then
22527
 
+  # We found a bogon in the path, so make sure we never use it.
22528
 
+  set dummy $ac_cv_prog_CC
22529
 
+  shift
22530
 
+  if test $@%:@ != 0; then
22531
 
+    # We chose a different compiler from the bogus one.
22532
 
+    # However, it has the same basename, so the bogon will be chosen
22533
 
+    # first if we set CC to just the basename; use the full file name.
22534
 
+    shift
22535
 
+    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
22536
 
+  fi
22537
 
+fi
22538
 
+fi
22539
 
+fi
22540
 
+CC=$ac_cv_prog_CC
22541
 
+if test -n "$CC"; then
22542
 
+  { echo "$as_me:$LINENO: result: $CC" >&5
22543
 
+echo "${ECHO_T}$CC" >&6; }
22544
 
+else
22545
 
+  { echo "$as_me:$LINENO: result: no" >&5
22546
 
+echo "${ECHO_T}no" >&6; }
22547
 
+fi
22548
 
+
22549
 
+
22550
 
+fi
22551
 
+if test -z "$CC"; then
22552
 
+  if test -n "$ac_tool_prefix"; then
22553
 
+  for ac_prog in cl.exe
22554
 
+  do
22555
 
+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
22556
 
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
22557
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
22558
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
22559
 
+if test "${ac_cv_prog_CC+set}" = set; then
22560
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
22561
 
+else
22562
 
+  if test -n "$CC"; then
22563
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
22564
 
+else
22565
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22566
 
+for as_dir in $PATH
22567
 
+do
22568
 
+  IFS=$as_save_IFS
22569
 
+  test -z "$as_dir" && as_dir=.
22570
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
22571
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
22572
 
+    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
22573
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22574
 
+    break 2
22575
 
+  fi
22576
 
+done
22577
 
+done
22578
 
+IFS=$as_save_IFS
22579
 
+
22580
 
+fi
22581
 
+fi
22582
 
+CC=$ac_cv_prog_CC
22583
 
+if test -n "$CC"; then
22584
 
+  { echo "$as_me:$LINENO: result: $CC" >&5
22585
 
+echo "${ECHO_T}$CC" >&6; }
22586
 
+else
22587
 
+  { echo "$as_me:$LINENO: result: no" >&5
22588
 
+echo "${ECHO_T}no" >&6; }
22589
 
+fi
22590
 
+
22591
 
+
22592
 
+    test -n "$CC" && break
22593
 
+  done
22594
 
+fi
22595
 
+if test -z "$CC"; then
22596
 
+  ac_ct_CC=$CC
22597
 
+  for ac_prog in cl.exe
22598
 
+do
22599
 
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
22600
 
+set dummy $ac_prog; ac_word=$2
22601
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
22602
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
22603
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
22604
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
22605
 
+else
22606
 
+  if test -n "$ac_ct_CC"; then
22607
 
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
22608
 
+else
22609
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22610
 
+for as_dir in $PATH
22611
 
+do
22612
 
+  IFS=$as_save_IFS
22613
 
+  test -z "$as_dir" && as_dir=.
22614
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
22615
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
22616
 
+    ac_cv_prog_ac_ct_CC="$ac_prog"
22617
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22618
 
+    break 2
22619
 
+  fi
22620
 
+done
22621
 
+done
22622
 
+IFS=$as_save_IFS
22623
 
+
22624
 
+fi
22625
 
+fi
22626
 
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
22627
 
+if test -n "$ac_ct_CC"; then
22628
 
+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
22629
 
+echo "${ECHO_T}$ac_ct_CC" >&6; }
22630
 
+else
22631
 
+  { echo "$as_me:$LINENO: result: no" >&5
22632
 
+echo "${ECHO_T}no" >&6; }
22633
 
+fi
22634
 
+
22635
 
+
22636
 
+  test -n "$ac_ct_CC" && break
22637
 
+done
22638
 
+
22639
 
+  if test "x$ac_ct_CC" = x; then
22640
 
+    CC=""
22641
 
+  else
22642
 
+    case $cross_compiling:$ac_tool_warned in
22643
 
+yes:)
22644
 
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
22645
 
+whose name does not start with the host triplet.  If you think this
22646
 
+configuration is useful to you, please write to autoconf@gnu.org." >&5
22647
 
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
22648
 
+whose name does not start with the host triplet.  If you think this
22649
 
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
22650
 
+ac_tool_warned=yes ;;
22651
 
+esac
22652
 
+    CC=$ac_ct_CC
22653
 
+  fi
22654
 
+fi
22655
 
+
22656
 
+fi
22657
 
+
22658
 
+
22659
 
+test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
22660
 
+See \`config.log' for more details." >&5
22661
 
+echo "$as_me: error: no acceptable C compiler found in \$PATH
22662
 
+See \`config.log' for more details." >&2;}
22663
 
+   { (exit 1); exit 1; }; }
22664
 
+
22665
 
+# Provide some information about the compiler.
22666
 
+echo "$as_me:$LINENO: checking for C compiler version" >&5
22667
 
+ac_compiler=`set X $ac_compile; echo $2`
22668
 
+{ (ac_try="$ac_compiler --version >&5"
22669
 
+case "(($ac_try" in
22670
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22671
 
+  *) ac_try_echo=$ac_try;;
22672
 
+esac
22673
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22674
 
+  (eval "$ac_compiler --version >&5") 2>&5
22675
 
+  ac_status=$?
22676
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22677
 
+  (exit $ac_status); }
22678
 
+{ (ac_try="$ac_compiler -v >&5"
22679
 
+case "(($ac_try" in
22680
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22681
 
+  *) ac_try_echo=$ac_try;;
22682
 
+esac
22683
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22684
 
+  (eval "$ac_compiler -v >&5") 2>&5
22685
 
+  ac_status=$?
22686
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22687
 
+  (exit $ac_status); }
22688
 
+{ (ac_try="$ac_compiler -V >&5"
22689
 
+case "(($ac_try" in
22690
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22691
 
+  *) ac_try_echo=$ac_try;;
22692
 
+esac
22693
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22694
 
+  (eval "$ac_compiler -V >&5") 2>&5
22695
 
+  ac_status=$?
22696
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22697
 
+  (exit $ac_status); }
22698
 
+
22699
 
+{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
22700
 
+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
22701
 
+if test "${ac_cv_c_compiler_gnu+set}" = set; then
22702
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
22703
 
+else
22704
 
+  cat >conftest.$ac_ext <<_ACEOF
22705
 
+/* confdefs.h.  */
22706
 
+_ACEOF
22707
 
+cat confdefs.h >>conftest.$ac_ext
22708
 
+cat >>conftest.$ac_ext <<_ACEOF
22709
 
+/* end confdefs.h.  */
22710
 
+
22711
 
+int
22712
 
+main ()
22713
 
+{
22714
 
+#ifndef __GNUC__
22715
 
+       choke me
22716
 
+#endif
22717
 
+
22718
 
+  ;
22719
 
+  return 0;
22720
 
+}
22721
 
+_ACEOF
22722
 
+rm -f conftest.$ac_objext
22723
 
+if { (ac_try="$ac_compile"
22724
 
+case "(($ac_try" in
22725
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22726
 
+  *) ac_try_echo=$ac_try;;
22727
 
+esac
22728
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22729
 
+  (eval "$ac_compile") 2>conftest.er1
22730
 
+  ac_status=$?
22731
 
+  grep -v '^ *+' conftest.er1 >conftest.err
22732
 
+  rm -f conftest.er1
22733
 
+  cat conftest.err >&5
22734
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22735
 
+  (exit $ac_status); } && {
22736
 
+        test -z "$ac_c_werror_flag" ||
22737
 
+        test ! -s conftest.err
22738
 
+       } && test -s conftest.$ac_objext; then
22739
 
+  ac_compiler_gnu=yes
22740
 
+else
22741
 
+  echo "$as_me: failed program was:" >&5
22742
 
+sed 's/^/| /' conftest.$ac_ext >&5
22743
 
+
22744
 
+       ac_compiler_gnu=no
22745
 
+fi
22746
 
+
22747
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22748
 
+ac_cv_c_compiler_gnu=$ac_compiler_gnu
22749
 
+
22750
 
+fi
22751
 
+{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
22752
 
+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
22753
 
+GCC=`test $ac_compiler_gnu = yes && echo yes`
22754
 
+ac_test_CFLAGS=${CFLAGS+set}
22755
 
+ac_save_CFLAGS=$CFLAGS
22756
 
+{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
22757
 
+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
22758
 
+if test "${ac_cv_prog_cc_g+set}" = set; then
22759
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
22760
 
+else
22761
 
+  ac_save_c_werror_flag=$ac_c_werror_flag
22762
 
+   ac_c_werror_flag=yes
22763
 
+   ac_cv_prog_cc_g=no
22764
 
+   CFLAGS="-g"
22765
 
+   cat >conftest.$ac_ext <<_ACEOF
22766
 
+/* confdefs.h.  */
22767
 
+_ACEOF
22768
 
+cat confdefs.h >>conftest.$ac_ext
22769
 
+cat >>conftest.$ac_ext <<_ACEOF
22770
 
+/* end confdefs.h.  */
22771
 
+
22772
 
+int
22773
 
+main ()
22774
 
+{
22775
 
+
22776
 
+  ;
22777
 
+  return 0;
22778
 
+}
22779
 
+_ACEOF
22780
 
+rm -f conftest.$ac_objext
22781
 
+if { (ac_try="$ac_compile"
22782
 
+case "(($ac_try" in
22783
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22784
 
+  *) ac_try_echo=$ac_try;;
22785
 
+esac
22786
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22787
 
+  (eval "$ac_compile") 2>conftest.er1
22788
 
+  ac_status=$?
22789
 
+  grep -v '^ *+' conftest.er1 >conftest.err
22790
 
+  rm -f conftest.er1
22791
 
+  cat conftest.err >&5
22792
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22793
 
+  (exit $ac_status); } && {
22794
 
+        test -z "$ac_c_werror_flag" ||
22795
 
+        test ! -s conftest.err
22796
 
+       } && test -s conftest.$ac_objext; then
22797
 
+  ac_cv_prog_cc_g=yes
22798
 
+else
22799
 
+  echo "$as_me: failed program was:" >&5
22800
 
+sed 's/^/| /' conftest.$ac_ext >&5
22801
 
+
22802
 
+       CFLAGS=""
22803
 
+      cat >conftest.$ac_ext <<_ACEOF
22804
 
+/* confdefs.h.  */
22805
 
+_ACEOF
22806
 
+cat confdefs.h >>conftest.$ac_ext
22807
 
+cat >>conftest.$ac_ext <<_ACEOF
22808
 
+/* end confdefs.h.  */
22809
 
+
22810
 
+int
22811
 
+main ()
22812
 
+{
22813
 
+
22814
 
+  ;
22815
 
+  return 0;
22816
 
+}
22817
 
+_ACEOF
22818
 
+rm -f conftest.$ac_objext
22819
 
+if { (ac_try="$ac_compile"
22820
 
+case "(($ac_try" in
22821
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22822
 
+  *) ac_try_echo=$ac_try;;
22823
 
+esac
22824
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22825
 
+  (eval "$ac_compile") 2>conftest.er1
22826
 
+  ac_status=$?
22827
 
+  grep -v '^ *+' conftest.er1 >conftest.err
22828
 
+  rm -f conftest.er1
22829
 
+  cat conftest.err >&5
22830
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22831
 
+  (exit $ac_status); } && {
22832
 
+        test -z "$ac_c_werror_flag" ||
22833
 
+        test ! -s conftest.err
22834
 
+       } && test -s conftest.$ac_objext; then
22835
 
+  :
22836
 
+else
22837
 
+  echo "$as_me: failed program was:" >&5
22838
 
+sed 's/^/| /' conftest.$ac_ext >&5
22839
 
+
22840
 
+       ac_c_werror_flag=$ac_save_c_werror_flag
22841
 
+        CFLAGS="-g"
22842
 
+        cat >conftest.$ac_ext <<_ACEOF
22843
 
+/* confdefs.h.  */
22844
 
+_ACEOF
22845
 
+cat confdefs.h >>conftest.$ac_ext
22846
 
+cat >>conftest.$ac_ext <<_ACEOF
22847
 
+/* end confdefs.h.  */
22848
 
+
22849
 
+int
22850
 
+main ()
22851
 
+{
22852
 
+
22853
 
+  ;
22854
 
+  return 0;
22855
 
+}
22856
 
+_ACEOF
22857
 
+rm -f conftest.$ac_objext
22858
 
+if { (ac_try="$ac_compile"
22859
 
+case "(($ac_try" in
22860
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22861
 
+  *) ac_try_echo=$ac_try;;
22862
 
+esac
22863
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22864
 
+  (eval "$ac_compile") 2>conftest.er1
22865
 
+  ac_status=$?
22866
 
+  grep -v '^ *+' conftest.er1 >conftest.err
22867
 
+  rm -f conftest.er1
22868
 
+  cat conftest.err >&5
22869
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22870
 
+  (exit $ac_status); } && {
22871
 
+        test -z "$ac_c_werror_flag" ||
22872
 
+        test ! -s conftest.err
22873
 
+       } && test -s conftest.$ac_objext; then
22874
 
+  ac_cv_prog_cc_g=yes
22875
 
+else
22876
 
+  echo "$as_me: failed program was:" >&5
22877
 
+sed 's/^/| /' conftest.$ac_ext >&5
22878
 
+
22879
 
+       
22880
 
+fi
22881
 
+
22882
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22883
 
+fi
22884
 
+
22885
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22886
 
+fi
22887
 
+
22888
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22889
 
+   ac_c_werror_flag=$ac_save_c_werror_flag
22890
 
+fi
22891
 
+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
22892
 
+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
22893
 
+if test "$ac_test_CFLAGS" = set; then
22894
 
+  CFLAGS=$ac_save_CFLAGS
22895
 
+elif test $ac_cv_prog_cc_g = yes; then
22896
 
+  if test "$GCC" = yes; then
22897
 
+    CFLAGS="-g -O2"
22898
 
+  else
22899
 
+    CFLAGS="-g"
22900
 
+  fi
22901
 
+else
22902
 
+  if test "$GCC" = yes; then
22903
 
+    CFLAGS="-O2"
22904
 
+  else
22905
 
+    CFLAGS=
22906
 
+  fi
22907
 
+fi
22908
 
+{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
22909
 
+echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
22910
 
+if test "${ac_cv_prog_cc_c89+set}" = set; then
22911
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
22912
 
+else
22913
 
+  ac_cv_prog_cc_c89=no
22914
 
+ac_save_CC=$CC
22915
 
+cat >conftest.$ac_ext <<_ACEOF
22916
 
+/* confdefs.h.  */
22917
 
+_ACEOF
22918
 
+cat confdefs.h >>conftest.$ac_ext
22919
 
+cat >>conftest.$ac_ext <<_ACEOF
22920
 
+/* end confdefs.h.  */
22921
 
+#include <stdarg.h>
22922
 
+#include <stdio.h>
22923
 
+#include <sys/types.h>
22924
 
+#include <sys/stat.h>
22925
 
+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
22926
 
+struct buf { int x; };
22927
 
+FILE * (*rcsopen) (struct buf *, struct stat *, int);
22928
 
+static char *e (p, i)
22929
 
+     char **p;
22930
 
+     int i;
22931
 
+{
22932
 
+  return p[i];
22933
 
+}
22934
 
+static char *f (char * (*g) (char **, int), char **p, ...)
22935
 
+{
22936
 
+  char *s;
22937
 
+  va_list v;
22938
 
+  va_start (v,p);
22939
 
+  s = g (p, va_arg (v,int));
22940
 
+  va_end (v);
22941
 
+  return s;
22942
 
+}
22943
 
+
22944
 
+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
22945
 
+   function prototypes and stuff, but not '\xHH' hex character constants.
22946
 
+   These don't provoke an error unfortunately, instead are silently treated
22947
 
+   as 'x'.  The following induces an error, until -std is added to get
22948
 
+   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
22949
 
+   array size at least.  It's necessary to write '\x00'==0 to get something
22950
 
+   that's true only with -std.  */
22951
 
+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
22952
 
+
22953
 
+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
22954
 
+   inside strings and character constants.  */
22955
 
+#define FOO(x) 'x'
22956
 
+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
22957
 
+
22958
 
+int test (int i, double x);
22959
 
+struct s1 {int (*f) (int a);};
22960
 
+struct s2 {int (*f) (double a);};
22961
 
+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
22962
 
+int argc;
22963
 
+char **argv;
22964
 
+int
22965
 
+main ()
22966
 
+{
22967
 
+return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
22968
 
+  ;
22969
 
+  return 0;
22970
 
+}
22971
 
+_ACEOF
22972
 
+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
22973
 
+       -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
22974
 
+do
22975
 
+  CC="$ac_save_CC $ac_arg"
22976
 
+  rm -f conftest.$ac_objext
22977
 
+if { (ac_try="$ac_compile"
22978
 
+case "(($ac_try" in
22979
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22980
 
+  *) ac_try_echo=$ac_try;;
22981
 
+esac
22982
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22983
 
+  (eval "$ac_compile") 2>conftest.er1
22984
 
+  ac_status=$?
22985
 
+  grep -v '^ *+' conftest.er1 >conftest.err
22986
 
+  rm -f conftest.er1
22987
 
+  cat conftest.err >&5
22988
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22989
 
+  (exit $ac_status); } && {
22990
 
+        test -z "$ac_c_werror_flag" ||
22991
 
+        test ! -s conftest.err
22992
 
+       } && test -s conftest.$ac_objext; then
22993
 
+  ac_cv_prog_cc_c89=$ac_arg
22994
 
+else
22995
 
+  echo "$as_me: failed program was:" >&5
22996
 
+sed 's/^/| /' conftest.$ac_ext >&5
22997
 
+
22998
 
+       
22999
 
+fi
23000
 
+
23001
 
+rm -f core conftest.err conftest.$ac_objext 
23002
 
+  test "x$ac_cv_prog_cc_c89" != "xno" && break
23003
 
+done
23004
 
+rm -f conftest.$ac_ext
23005
 
+CC=$ac_save_CC
23006
 
+
23007
 
+fi
23008
 
+# AC_CACHE_VAL
23009
 
+case "x$ac_cv_prog_cc_c89" in
23010
 
+  x)
23011
 
+    { echo "$as_me:$LINENO: result: none needed" >&5
23012
 
+echo "${ECHO_T}none needed" >&6; } ;;
23013
 
+  xno)
23014
 
+    { echo "$as_me:$LINENO: result: unsupported" >&5
23015
 
+echo "${ECHO_T}unsupported" >&6; } ;;
23016
 
+  *)
23017
 
+    CC="$CC $ac_cv_prog_cc_c89"
23018
 
+    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
23019
 
+echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
23020
 
+esac
23021
 
+
23022
 
+
23023
 
+ac_ext=c
23024
 
+ac_cpp='$CPP $CPPFLAGS'
23025
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23026
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23027
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
23028
 
+
23029
 
+depcc="$CC"   am_compiler_list=
23030
 
+
23031
 
+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
23032
 
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
23033
 
+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
23034
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
23035
 
+else
23036
 
+  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
23037
 
+  # We make a subdir and do the tests there.  Otherwise we can end up
23038
 
+  # making bogus files that we don't know about and never remove.  For
23039
 
+  # instance it was reported that on HP-UX the gcc test will end up
23040
 
+  # making a dummy file named `D' -- because `-MD' means `put the output
23041
 
+  # in D'.
23042
 
+  mkdir conftest.dir
23043
 
+  # Copy depcomp to subdir because otherwise we won't find it if we're
23044
 
+  # using a relative directory.
23045
 
+  cp "$am_depcomp" conftest.dir
23046
 
+  cd conftest.dir
23047
 
+  # We will build objects and dependencies in a subdirectory because
23048
 
+  # it helps to detect inapplicable dependency modes.  For instance
23049
 
+  # both Tru64's cc and ICC support -MD to output dependencies as a
23050
 
+  # side effect of compilation, but ICC will put the dependencies in
23051
 
+  # the current directory while Tru64 will put them in the object
23052
 
+  # directory.
23053
 
+  mkdir sub
23054
 
+
23055
 
+  am_cv_CC_dependencies_compiler_type=none
23056
 
+  if test "$am_compiler_list" = ""; then
23057
 
+     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
23058
 
+  fi
23059
 
+  for depmode in $am_compiler_list; do
23060
 
+    # Setup a source with many dependencies, because some compilers
23061
 
+    # like to wrap large dependency lists on column 80 (with \), and
23062
 
+    # we should not choose a depcomp mode which is confused by this.
23063
 
+    #
23064
 
+    # We need to recreate these files for each test, as the compiler may
23065
 
+    # overwrite some of them when testing with obscure command lines.
23066
 
+    # This happens at least with the AIX C compiler.
23067
 
+    : > sub/conftest.c
23068
 
+    for i in 1 2 3 4 5 6; do
23069
 
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
23070
 
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
23071
 
+      # Solaris 8's {/usr,}/bin/sh.
23072
 
+      touch sub/conftst$i.h
23073
 
+    done
23074
 
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
23075
 
+
23076
 
+    case $depmode in
23077
 
+    nosideeffect)
23078
 
+      # after this tag, mechanisms are not by side-effect, so they'll
23079
 
+      # only be used when explicitly requested
23080
 
+      if test "x$enable_dependency_tracking" = xyes; then
23081
 
+       continue
23082
 
+      else
23083
 
+       break
23084
 
+      fi
23085
 
+      ;;
23086
 
+    none) break ;;
23087
 
+    esac
23088
 
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
23089
 
+    # mode.  It turns out that the SunPro C++ compiler does not properly
23090
 
+    # handle `-M -o', and we need to detect this.
23091
 
+    if depmode=$depmode \
23092
 
+       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
23093
 
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
23094
 
+       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
23095
 
+         >/dev/null 2>conftest.err &&
23096
 
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
23097
 
+       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
23098
 
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
23099
 
+      # icc doesn't choke on unknown options, it will just issue warnings
23100
 
+      # or remarks (even with -Werror).  So we grep stderr for any message
23101
 
+      # that says an option was ignored or not supported.
23102
 
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
23103
 
+      #   icc: Command line warning: ignoring option '-M'; no argument required
23104
 
+      # The diagnosis changed in icc 8.0:
23105
 
+      #   icc: Command line remark: option '-MP' not supported
23106
 
+      if (grep 'ignoring option' conftest.err ||
23107
 
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
23108
 
+        am_cv_CC_dependencies_compiler_type=$depmode
23109
 
+        break
23110
 
+      fi
23111
 
+    fi
23112
 
+  done
23113
 
+
23114
 
+  cd ..
23115
 
+  rm -rf conftest.dir
23116
 
+else
23117
 
+  am_cv_CC_dependencies_compiler_type=none
23118
 
+fi
23119
 
+
23120
 
+fi
23121
 
+{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
23122
 
+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
23123
 
+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
23124
 
+
23125
 
23126
 
+
23127
 
+if 
23128
 
+  test "x$enable_dependency_tracking" != xno \
23129
 
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
23130
 
+  am__fastdepCC_TRUE=
23131
 
+  am__fastdepCC_FALSE='#'
23132
 
+else
23133
 
+  am__fastdepCC_TRUE='#'
23134
 
+  am__fastdepCC_FALSE=
23135
 
+fi
23136
 
+
23137
 
+
23138
 
+ac_ext=c
23139
 
+ac_cpp='$CPP $CPPFLAGS'
23140
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23141
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23142
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
23143
 
+if test -n "$ac_tool_prefix"; then
23144
 
+  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
23145
 
+set dummy ${ac_tool_prefix}gcc; ac_word=$2
23146
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
23147
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
23148
 
+if test "${ac_cv_prog_CC+set}" = set; then
23149
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
23150
 
+else
23151
 
+  if test -n "$CC"; then
23152
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
23153
 
+else
23154
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23155
 
+for as_dir in $PATH
23156
 
+do
23157
 
+  IFS=$as_save_IFS
23158
 
+  test -z "$as_dir" && as_dir=.
23159
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
23160
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23161
 
+    ac_cv_prog_CC="${ac_tool_prefix}gcc"
23162
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23163
 
+    break 2
23164
 
+  fi
23165
 
+done
23166
 
+done
23167
 
+IFS=$as_save_IFS
23168
 
+
23169
 
+fi
23170
 
+fi
23171
 
+CC=$ac_cv_prog_CC
23172
 
+if test -n "$CC"; then
23173
 
+  { echo "$as_me:$LINENO: result: $CC" >&5
23174
 
+echo "${ECHO_T}$CC" >&6; }
23175
 
+else
23176
 
+  { echo "$as_me:$LINENO: result: no" >&5
23177
 
+echo "${ECHO_T}no" >&6; }
23178
 
+fi
23179
 
+
23180
 
+
23181
 
+fi
23182
 
+if test -z "$ac_cv_prog_CC"; then
23183
 
+  ac_ct_CC=$CC
23184
 
+  # Extract the first word of "gcc", so it can be a program name with args.
23185
 
+set dummy gcc; ac_word=$2
23186
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
23187
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
23188
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
23189
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
23190
 
+else
23191
 
+  if test -n "$ac_ct_CC"; then
23192
 
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
23193
 
+else
23194
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23195
 
+for as_dir in $PATH
23196
 
+do
23197
 
+  IFS=$as_save_IFS
23198
 
+  test -z "$as_dir" && as_dir=.
23199
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
23200
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23201
 
+    ac_cv_prog_ac_ct_CC="gcc"
23202
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23203
 
+    break 2
23204
 
+  fi
23205
 
+done
23206
 
+done
23207
 
+IFS=$as_save_IFS
23208
 
+
23209
 
+fi
23210
 
+fi
23211
 
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
23212
 
+if test -n "$ac_ct_CC"; then
23213
 
+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
23214
 
+echo "${ECHO_T}$ac_ct_CC" >&6; }
23215
 
+else
23216
 
+  { echo "$as_me:$LINENO: result: no" >&5
23217
 
+echo "${ECHO_T}no" >&6; }
23218
 
+fi
23219
 
+
23220
 
+  if test "x$ac_ct_CC" = x; then
23221
 
+    CC=""
23222
 
+  else
23223
 
+    case $cross_compiling:$ac_tool_warned in
23224
 
+yes:)
23225
 
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
23226
 
+whose name does not start with the host triplet.  If you think this
23227
 
+configuration is useful to you, please write to autoconf@gnu.org." >&5
23228
 
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
23229
 
+whose name does not start with the host triplet.  If you think this
23230
 
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
23231
 
+ac_tool_warned=yes ;;
23232
 
+esac
23233
 
+    CC=$ac_ct_CC
23234
 
+  fi
23235
 
+else
23236
 
+  CC="$ac_cv_prog_CC"
23237
 
+fi
23238
 
+
23239
 
+if test -z "$CC"; then
23240
 
+          if test -n "$ac_tool_prefix"; then
23241
 
+    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
23242
 
+set dummy ${ac_tool_prefix}cc; ac_word=$2
23243
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
23244
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
23245
 
+if test "${ac_cv_prog_CC+set}" = set; then
23246
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
23247
 
+else
23248
 
+  if test -n "$CC"; then
23249
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
23250
 
+else
23251
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23252
 
+for as_dir in $PATH
23253
 
+do
23254
 
+  IFS=$as_save_IFS
23255
 
+  test -z "$as_dir" && as_dir=.
23256
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
23257
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23258
 
+    ac_cv_prog_CC="${ac_tool_prefix}cc"
23259
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23260
 
+    break 2
23261
 
+  fi
23262
 
+done
23263
 
+done
23264
 
+IFS=$as_save_IFS
23265
 
+
23266
 
+fi
23267
 
+fi
23268
 
+CC=$ac_cv_prog_CC
23269
 
+if test -n "$CC"; then
23270
 
+  { echo "$as_me:$LINENO: result: $CC" >&5
23271
 
+echo "${ECHO_T}$CC" >&6; }
23272
 
+else
23273
 
+  { echo "$as_me:$LINENO: result: no" >&5
23274
 
+echo "${ECHO_T}no" >&6; }
23275
 
+fi
23276
 
+
23277
 
+
23278
 
+  fi
23279
 
+fi
23280
 
+if test -z "$CC"; then
23281
 
+  # Extract the first word of "cc", so it can be a program name with args.
23282
 
+set dummy cc; ac_word=$2
23283
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
23284
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
23285
 
+if test "${ac_cv_prog_CC+set}" = set; then
23286
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
23287
 
+else
23288
 
+  if test -n "$CC"; then
23289
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
23290
 
+else
23291
 
+  ac_prog_rejected=no
23292
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23293
 
+for as_dir in $PATH
23294
 
+do
23295
 
+  IFS=$as_save_IFS
23296
 
+  test -z "$as_dir" && as_dir=.
23297
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
23298
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23299
 
+    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
23300
 
+       ac_prog_rejected=yes
23301
 
+       continue
23302
 
+     fi
23303
 
+    ac_cv_prog_CC="cc"
23304
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23305
 
+    break 2
23306
 
+  fi
23307
 
+done
23308
 
+done
23309
 
+IFS=$as_save_IFS
23310
 
+
23311
 
+if test $ac_prog_rejected = yes; then
23312
 
+  # We found a bogon in the path, so make sure we never use it.
23313
 
+  set dummy $ac_cv_prog_CC
23314
 
+  shift
23315
 
+  if test $@%:@ != 0; then
23316
 
+    # We chose a different compiler from the bogus one.
23317
 
+    # However, it has the same basename, so the bogon will be chosen
23318
 
+    # first if we set CC to just the basename; use the full file name.
23319
 
+    shift
23320
 
+    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
23321
 
+  fi
23322
 
+fi
23323
 
+fi
23324
 
+fi
23325
 
+CC=$ac_cv_prog_CC
23326
 
+if test -n "$CC"; then
23327
 
+  { echo "$as_me:$LINENO: result: $CC" >&5
23328
 
+echo "${ECHO_T}$CC" >&6; }
23329
 
+else
23330
 
+  { echo "$as_me:$LINENO: result: no" >&5
23331
 
+echo "${ECHO_T}no" >&6; }
23332
 
+fi
23333
 
+
23334
 
+
23335
 
+fi
23336
 
+if test -z "$CC"; then
23337
 
+  if test -n "$ac_tool_prefix"; then
23338
 
+  for ac_prog in cl.exe
23339
 
+  do
23340
 
+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
23341
 
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
23342
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
23343
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
23344
 
+if test "${ac_cv_prog_CC+set}" = set; then
23345
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
23346
 
+else
23347
 
+  if test -n "$CC"; then
23348
 
+  ac_cv_prog_CC="$CC" # Let the user override the test.
23349
 
+else
23350
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23351
 
+for as_dir in $PATH
23352
 
+do
23353
 
+  IFS=$as_save_IFS
23354
 
+  test -z "$as_dir" && as_dir=.
23355
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
23356
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23357
 
+    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
23358
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23359
 
+    break 2
23360
 
+  fi
23361
 
+done
23362
 
+done
23363
 
+IFS=$as_save_IFS
23364
 
+
23365
 
+fi
23366
 
+fi
23367
 
+CC=$ac_cv_prog_CC
23368
 
+if test -n "$CC"; then
23369
 
+  { echo "$as_me:$LINENO: result: $CC" >&5
23370
 
+echo "${ECHO_T}$CC" >&6; }
23371
 
+else
23372
 
+  { echo "$as_me:$LINENO: result: no" >&5
23373
 
+echo "${ECHO_T}no" >&6; }
23374
 
+fi
23375
 
+
23376
 
+
23377
 
+    test -n "$CC" && break
23378
 
+  done
23379
 
+fi
23380
 
+if test -z "$CC"; then
23381
 
+  ac_ct_CC=$CC
23382
 
+  for ac_prog in cl.exe
23383
 
+do
23384
 
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
23385
 
+set dummy $ac_prog; ac_word=$2
23386
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
23387
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
23388
 
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
23389
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
23390
 
+else
23391
 
+  if test -n "$ac_ct_CC"; then
23392
 
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
23393
 
+else
23394
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23395
 
+for as_dir in $PATH
23396
 
+do
23397
 
+  IFS=$as_save_IFS
23398
 
+  test -z "$as_dir" && as_dir=.
23399
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
23400
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
23401
 
+    ac_cv_prog_ac_ct_CC="$ac_prog"
23402
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23403
 
+    break 2
23404
 
+  fi
23405
 
+done
23406
 
+done
23407
 
+IFS=$as_save_IFS
23408
 
+
23409
 
+fi
23410
 
+fi
23411
 
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
23412
 
+if test -n "$ac_ct_CC"; then
23413
 
+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
23414
 
+echo "${ECHO_T}$ac_ct_CC" >&6; }
23415
 
+else
23416
 
+  { echo "$as_me:$LINENO: result: no" >&5
23417
 
+echo "${ECHO_T}no" >&6; }
23418
 
+fi
23419
 
+
23420
 
+
23421
 
+  test -n "$ac_ct_CC" && break
23422
 
+done
23423
 
+
23424
 
+  if test "x$ac_ct_CC" = x; then
23425
 
+    CC=""
23426
 
+  else
23427
 
+    case $cross_compiling:$ac_tool_warned in
23428
 
+yes:)
23429
 
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
23430
 
+whose name does not start with the host triplet.  If you think this
23431
 
+configuration is useful to you, please write to autoconf@gnu.org." >&5
23432
 
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
23433
 
+whose name does not start with the host triplet.  If you think this
23434
 
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
23435
 
+ac_tool_warned=yes ;;
23436
 
+esac
23437
 
+    CC=$ac_ct_CC
23438
 
+  fi
23439
 
+fi
23440
 
+
23441
 
+fi
23442
 
+
23443
 
+
23444
 
+test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
23445
 
+See \`config.log' for more details." >&5
23446
 
+echo "$as_me: error: no acceptable C compiler found in \$PATH
23447
 
+See \`config.log' for more details." >&2;}
23448
 
+   { (exit 1); exit 1; }; }
23449
 
+
23450
 
+# Provide some information about the compiler.
23451
 
+echo "$as_me:$LINENO: checking for C compiler version" >&5
23452
 
+ac_compiler=`set X $ac_compile; echo $2`
23453
 
+{ (ac_try="$ac_compiler --version >&5"
23454
 
+case "(($ac_try" in
23455
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23456
 
+  *) ac_try_echo=$ac_try;;
23457
 
+esac
23458
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23459
 
+  (eval "$ac_compiler --version >&5") 2>&5
23460
 
+  ac_status=$?
23461
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23462
 
+  (exit $ac_status); }
23463
 
+{ (ac_try="$ac_compiler -v >&5"
23464
 
+case "(($ac_try" in
23465
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23466
 
+  *) ac_try_echo=$ac_try;;
23467
 
+esac
23468
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23469
 
+  (eval "$ac_compiler -v >&5") 2>&5
23470
 
+  ac_status=$?
23471
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23472
 
+  (exit $ac_status); }
23473
 
+{ (ac_try="$ac_compiler -V >&5"
23474
 
+case "(($ac_try" in
23475
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23476
 
+  *) ac_try_echo=$ac_try;;
23477
 
+esac
23478
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23479
 
+  (eval "$ac_compiler -V >&5") 2>&5
23480
 
+  ac_status=$?
23481
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23482
 
+  (exit $ac_status); }
23483
 
+
23484
 
+{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
23485
 
+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
23486
 
+if test "${ac_cv_c_compiler_gnu+set}" = set; then
23487
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
23488
 
+else
23489
 
+  cat >conftest.$ac_ext <<_ACEOF
23490
 
+/* confdefs.h.  */
23491
 
+_ACEOF
23492
 
+cat confdefs.h >>conftest.$ac_ext
23493
 
+cat >>conftest.$ac_ext <<_ACEOF
23494
 
+/* end confdefs.h.  */
23495
 
+
23496
 
+int
23497
 
+main ()
23498
 
+{
23499
 
+#ifndef __GNUC__
23500
 
+       choke me
23501
 
+#endif
23502
 
+
23503
 
+  ;
23504
 
+  return 0;
23505
 
+}
23506
 
+_ACEOF
23507
 
+rm -f conftest.$ac_objext
23508
 
+if { (ac_try="$ac_compile"
23509
 
+case "(($ac_try" in
23510
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23511
 
+  *) ac_try_echo=$ac_try;;
23512
 
+esac
23513
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23514
 
+  (eval "$ac_compile") 2>conftest.er1
23515
 
+  ac_status=$?
23516
 
+  grep -v '^ *+' conftest.er1 >conftest.err
23517
 
+  rm -f conftest.er1
23518
 
+  cat conftest.err >&5
23519
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23520
 
+  (exit $ac_status); } && {
23521
 
+        test -z "$ac_c_werror_flag" ||
23522
 
+        test ! -s conftest.err
23523
 
+       } && test -s conftest.$ac_objext; then
23524
 
+  ac_compiler_gnu=yes
23525
 
+else
23526
 
+  echo "$as_me: failed program was:" >&5
23527
 
+sed 's/^/| /' conftest.$ac_ext >&5
23528
 
+
23529
 
+       ac_compiler_gnu=no
23530
 
+fi
23531
 
+
23532
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23533
 
+ac_cv_c_compiler_gnu=$ac_compiler_gnu
23534
 
+
23535
 
+fi
23536
 
+{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
23537
 
+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
23538
 
+GCC=`test $ac_compiler_gnu = yes && echo yes`
23539
 
+ac_test_CFLAGS=${CFLAGS+set}
23540
 
+ac_save_CFLAGS=$CFLAGS
23541
 
+{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
23542
 
+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
23543
 
+if test "${ac_cv_prog_cc_g+set}" = set; then
23544
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
23545
 
+else
23546
 
+  ac_save_c_werror_flag=$ac_c_werror_flag
23547
 
+   ac_c_werror_flag=yes
23548
 
+   ac_cv_prog_cc_g=no
23549
 
+   CFLAGS="-g"
23550
 
+   cat >conftest.$ac_ext <<_ACEOF
23551
 
+/* confdefs.h.  */
23552
 
+_ACEOF
23553
 
+cat confdefs.h >>conftest.$ac_ext
23554
 
+cat >>conftest.$ac_ext <<_ACEOF
23555
 
+/* end confdefs.h.  */
23556
 
+
23557
 
+int
23558
 
+main ()
23559
 
+{
23560
 
+
23561
 
+  ;
23562
 
+  return 0;
23563
 
+}
23564
 
+_ACEOF
23565
 
+rm -f conftest.$ac_objext
23566
 
+if { (ac_try="$ac_compile"
23567
 
+case "(($ac_try" in
23568
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23569
 
+  *) ac_try_echo=$ac_try;;
23570
 
+esac
23571
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23572
 
+  (eval "$ac_compile") 2>conftest.er1
23573
 
+  ac_status=$?
23574
 
+  grep -v '^ *+' conftest.er1 >conftest.err
23575
 
+  rm -f conftest.er1
23576
 
+  cat conftest.err >&5
23577
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23578
 
+  (exit $ac_status); } && {
23579
 
+        test -z "$ac_c_werror_flag" ||
23580
 
+        test ! -s conftest.err
23581
 
+       } && test -s conftest.$ac_objext; then
23582
 
+  ac_cv_prog_cc_g=yes
23583
 
+else
23584
 
+  echo "$as_me: failed program was:" >&5
23585
 
+sed 's/^/| /' conftest.$ac_ext >&5
23586
 
+
23587
 
+       CFLAGS=""
23588
 
+      cat >conftest.$ac_ext <<_ACEOF
23589
 
+/* confdefs.h.  */
23590
 
+_ACEOF
23591
 
+cat confdefs.h >>conftest.$ac_ext
23592
 
+cat >>conftest.$ac_ext <<_ACEOF
23593
 
+/* end confdefs.h.  */
23594
 
+
23595
 
+int
23596
 
+main ()
23597
 
+{
23598
 
+
23599
 
+  ;
23600
 
+  return 0;
23601
 
+}
23602
 
+_ACEOF
23603
 
+rm -f conftest.$ac_objext
23604
 
+if { (ac_try="$ac_compile"
23605
 
+case "(($ac_try" in
23606
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23607
 
+  *) ac_try_echo=$ac_try;;
23608
 
+esac
23609
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23610
 
+  (eval "$ac_compile") 2>conftest.er1
23611
 
+  ac_status=$?
23612
 
+  grep -v '^ *+' conftest.er1 >conftest.err
23613
 
+  rm -f conftest.er1
23614
 
+  cat conftest.err >&5
23615
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23616
 
+  (exit $ac_status); } && {
23617
 
+        test -z "$ac_c_werror_flag" ||
23618
 
+        test ! -s conftest.err
23619
 
+       } && test -s conftest.$ac_objext; then
23620
 
+  :
23621
 
+else
23622
 
+  echo "$as_me: failed program was:" >&5
23623
 
+sed 's/^/| /' conftest.$ac_ext >&5
23624
 
+
23625
 
+       ac_c_werror_flag=$ac_save_c_werror_flag
23626
 
+        CFLAGS="-g"
23627
 
+        cat >conftest.$ac_ext <<_ACEOF
23628
 
+/* confdefs.h.  */
23629
 
+_ACEOF
23630
 
+cat confdefs.h >>conftest.$ac_ext
23631
 
+cat >>conftest.$ac_ext <<_ACEOF
23632
 
+/* end confdefs.h.  */
23633
 
+
23634
 
+int
23635
 
+main ()
23636
 
+{
23637
 
+
23638
 
+  ;
23639
 
+  return 0;
23640
 
+}
23641
 
+_ACEOF
23642
 
+rm -f conftest.$ac_objext
23643
 
+if { (ac_try="$ac_compile"
23644
 
+case "(($ac_try" in
23645
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23646
 
+  *) ac_try_echo=$ac_try;;
23647
 
+esac
23648
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23649
 
+  (eval "$ac_compile") 2>conftest.er1
23650
 
+  ac_status=$?
23651
 
+  grep -v '^ *+' conftest.er1 >conftest.err
23652
 
+  rm -f conftest.er1
23653
 
+  cat conftest.err >&5
23654
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23655
 
+  (exit $ac_status); } && {
23656
 
+        test -z "$ac_c_werror_flag" ||
23657
 
+        test ! -s conftest.err
23658
 
+       } && test -s conftest.$ac_objext; then
23659
 
+  ac_cv_prog_cc_g=yes
23660
 
+else
23661
 
+  echo "$as_me: failed program was:" >&5
23662
 
+sed 's/^/| /' conftest.$ac_ext >&5
23663
 
+
23664
 
+       
23665
 
+fi
23666
 
+
23667
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23668
 
+fi
23669
 
+
23670
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23671
 
+fi
23672
 
+
23673
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23674
 
+   ac_c_werror_flag=$ac_save_c_werror_flag
23675
 
+fi
23676
 
+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
23677
 
+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
23678
 
+if test "$ac_test_CFLAGS" = set; then
23679
 
+  CFLAGS=$ac_save_CFLAGS
23680
 
+elif test $ac_cv_prog_cc_g = yes; then
23681
 
+  if test "$GCC" = yes; then
23682
 
+    CFLAGS="-g -O2"
23683
 
+  else
23684
 
+    CFLAGS="-g"
23685
 
+  fi
23686
 
+else
23687
 
+  if test "$GCC" = yes; then
23688
 
+    CFLAGS="-O2"
23689
 
+  else
23690
 
+    CFLAGS=
23691
 
+  fi
23692
 
+fi
23693
 
+{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
23694
 
+echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
23695
 
+if test "${ac_cv_prog_cc_c89+set}" = set; then
23696
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
23697
 
+else
23698
 
+  ac_cv_prog_cc_c89=no
23699
 
+ac_save_CC=$CC
23700
 
+cat >conftest.$ac_ext <<_ACEOF
23701
 
+/* confdefs.h.  */
23702
 
+_ACEOF
23703
 
+cat confdefs.h >>conftest.$ac_ext
23704
 
+cat >>conftest.$ac_ext <<_ACEOF
23705
 
+/* end confdefs.h.  */
23706
 
+#include <stdarg.h>
23707
 
+#include <stdio.h>
23708
 
+#include <sys/types.h>
23709
 
+#include <sys/stat.h>
23710
 
+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
23711
 
+struct buf { int x; };
23712
 
+FILE * (*rcsopen) (struct buf *, struct stat *, int);
23713
 
+static char *e (p, i)
23714
 
+     char **p;
23715
 
+     int i;
23716
 
+{
23717
 
+  return p[i];
23718
 
+}
23719
 
+static char *f (char * (*g) (char **, int), char **p, ...)
23720
 
+{
23721
 
+  char *s;
23722
 
+  va_list v;
23723
 
+  va_start (v,p);
23724
 
+  s = g (p, va_arg (v,int));
23725
 
+  va_end (v);
23726
 
+  return s;
23727
 
+}
23728
 
+
23729
 
+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
23730
 
+   function prototypes and stuff, but not '\xHH' hex character constants.
23731
 
+   These don't provoke an error unfortunately, instead are silently treated
23732
 
+   as 'x'.  The following induces an error, until -std is added to get
23733
 
+   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
23734
 
+   array size at least.  It's necessary to write '\x00'==0 to get something
23735
 
+   that's true only with -std.  */
23736
 
+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
23737
 
+
23738
 
+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
23739
 
+   inside strings and character constants.  */
23740
 
+#define FOO(x) 'x'
23741
 
+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
23742
 
+
23743
 
+int test (int i, double x);
23744
 
+struct s1 {int (*f) (int a);};
23745
 
+struct s2 {int (*f) (double a);};
23746
 
+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
23747
 
+int argc;
23748
 
+char **argv;
23749
 
+int
23750
 
+main ()
23751
 
+{
23752
 
+return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
23753
 
+  ;
23754
 
+  return 0;
23755
 
+}
23756
 
+_ACEOF
23757
 
+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
23758
 
+       -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
23759
 
+do
23760
 
+  CC="$ac_save_CC $ac_arg"
23761
 
+  rm -f conftest.$ac_objext
23762
 
+if { (ac_try="$ac_compile"
23763
 
+case "(($ac_try" in
23764
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23765
 
+  *) ac_try_echo=$ac_try;;
23766
 
+esac
23767
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23768
 
+  (eval "$ac_compile") 2>conftest.er1
23769
 
+  ac_status=$?
23770
 
+  grep -v '^ *+' conftest.er1 >conftest.err
23771
 
+  rm -f conftest.er1
23772
 
+  cat conftest.err >&5
23773
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23774
 
+  (exit $ac_status); } && {
23775
 
+        test -z "$ac_c_werror_flag" ||
23776
 
+        test ! -s conftest.err
23777
 
+       } && test -s conftest.$ac_objext; then
23778
 
+  ac_cv_prog_cc_c89=$ac_arg
23779
 
+else
23780
 
+  echo "$as_me: failed program was:" >&5
23781
 
+sed 's/^/| /' conftest.$ac_ext >&5
23782
 
+
23783
 
+       
23784
 
+fi
23785
 
+
23786
 
+rm -f core conftest.err conftest.$ac_objext 
23787
 
+  test "x$ac_cv_prog_cc_c89" != "xno" && break
23788
 
+done
23789
 
+rm -f conftest.$ac_ext
23790
 
+CC=$ac_save_CC
23791
 
+
23792
 
+fi
23793
 
+# AC_CACHE_VAL
23794
 
+case "x$ac_cv_prog_cc_c89" in
23795
 
+  x)
23796
 
+    { echo "$as_me:$LINENO: result: none needed" >&5
23797
 
+echo "${ECHO_T}none needed" >&6; } ;;
23798
 
+  xno)
23799
 
+    { echo "$as_me:$LINENO: result: unsupported" >&5
23800
 
+echo "${ECHO_T}unsupported" >&6; } ;;
23801
 
+  *)
23802
 
+    CC="$CC $ac_cv_prog_cc_c89"
23803
 
+    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
23804
 
+echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
23805
 
+esac
23806
 
+
23807
 
+
23808
 
+ac_ext=c
23809
 
+ac_cpp='$CPP $CPPFLAGS'
23810
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23811
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23812
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
23813
 
+
23814
 
+depcc="$CC"   am_compiler_list=
23815
 
+
23816
 
+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
23817
 
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
23818
 
+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
23819
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
23820
 
+else
23821
 
+  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
23822
 
+  # We make a subdir and do the tests there.  Otherwise we can end up
23823
 
+  # making bogus files that we don't know about and never remove.  For
23824
 
+  # instance it was reported that on HP-UX the gcc test will end up
23825
 
+  # making a dummy file named `D' -- because `-MD' means `put the output
23826
 
+  # in D'.
23827
 
+  mkdir conftest.dir
23828
 
+  # Copy depcomp to subdir because otherwise we won't find it if we're
23829
 
+  # using a relative directory.
23830
 
+  cp "$am_depcomp" conftest.dir
23831
 
+  cd conftest.dir
23832
 
+  # We will build objects and dependencies in a subdirectory because
23833
 
+  # it helps to detect inapplicable dependency modes.  For instance
23834
 
+  # both Tru64's cc and ICC support -MD to output dependencies as a
23835
 
+  # side effect of compilation, but ICC will put the dependencies in
23836
 
+  # the current directory while Tru64 will put them in the object
23837
 
+  # directory.
23838
 
+  mkdir sub
23839
 
+
23840
 
+  am_cv_CC_dependencies_compiler_type=none
23841
 
+  if test "$am_compiler_list" = ""; then
23842
 
+     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
23843
 
+  fi
23844
 
+  for depmode in $am_compiler_list; do
23845
 
+    # Setup a source with many dependencies, because some compilers
23846
 
+    # like to wrap large dependency lists on column 80 (with \), and
23847
 
+    # we should not choose a depcomp mode which is confused by this.
23848
 
+    #
23849
 
+    # We need to recreate these files for each test, as the compiler may
23850
 
+    # overwrite some of them when testing with obscure command lines.
23851
 
+    # This happens at least with the AIX C compiler.
23852
 
+    : > sub/conftest.c
23853
 
+    for i in 1 2 3 4 5 6; do
23854
 
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
23855
 
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
23856
 
+      # Solaris 8's {/usr,}/bin/sh.
23857
 
+      touch sub/conftst$i.h
23858
 
+    done
23859
 
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
23860
 
+
23861
 
+    case $depmode in
23862
 
+    nosideeffect)
23863
 
+      # after this tag, mechanisms are not by side-effect, so they'll
23864
 
+      # only be used when explicitly requested
23865
 
+      if test "x$enable_dependency_tracking" = xyes; then
23866
 
+       continue
23867
 
+      else
23868
 
+       break
23869
 
+      fi
23870
 
+      ;;
23871
 
+    none) break ;;
23872
 
+    esac
23873
 
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
23874
 
+    # mode.  It turns out that the SunPro C++ compiler does not properly
23875
 
+    # handle `-M -o', and we need to detect this.
23876
 
+    if depmode=$depmode \
23877
 
+       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
23878
 
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
23879
 
+       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
23880
 
+         >/dev/null 2>conftest.err &&
23881
 
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
23882
 
+       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
23883
 
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
23884
 
+      # icc doesn't choke on unknown options, it will just issue warnings
23885
 
+      # or remarks (even with -Werror).  So we grep stderr for any message
23886
 
+      # that says an option was ignored or not supported.
23887
 
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
23888
 
+      #   icc: Command line warning: ignoring option '-M'; no argument required
23889
 
+      # The diagnosis changed in icc 8.0:
23890
 
+      #   icc: Command line remark: option '-MP' not supported
23891
 
+      if (grep 'ignoring option' conftest.err ||
23892
 
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
23893
 
+        am_cv_CC_dependencies_compiler_type=$depmode
23894
 
+        break
23895
 
+      fi
23896
 
+    fi
23897
 
+  done
23898
 
+
23899
 
+  cd ..
23900
 
+  rm -rf conftest.dir
23901
 
+else
23902
 
+  am_cv_CC_dependencies_compiler_type=none
23903
 
+fi
23904
 
+
23905
 
+fi
23906
 
+{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
23907
 
+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
23908
 
+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
23909
 
+
23910
 
23911
 
+
23912
 
+if 
23913
 
+  test "x$enable_dependency_tracking" != xno \
23914
 
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
23915
 
+  am__fastdepCC_TRUE=
23916
 
+  am__fastdepCC_FALSE='#'
23917
 
+else
23918
 
+  am__fastdepCC_TRUE='#'
23919
 
+  am__fastdepCC_FALSE=
23920
 
+fi
23921
 
+
23922
 
+
23923
 
+
23924
 
+am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
23925
 
+
23926
 
+{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
23927
 
+echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
23928
 
+if test "${ac_cv_header_stdc+set}" = set; then
23929
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
23930
 
+else
23931
 
+  cat >conftest.$ac_ext <<_ACEOF
23932
 
+/* confdefs.h.  */
23933
 
+_ACEOF
23934
 
+cat confdefs.h >>conftest.$ac_ext
23935
 
+cat >>conftest.$ac_ext <<_ACEOF
23936
 
+/* end confdefs.h.  */
23937
 
+#include <stdlib.h>
23938
 
+#include <stdarg.h>
23939
 
+#include <string.h>
23940
 
+#include <float.h>
23941
 
+
23942
 
+int
23943
 
+main ()
23944
 
+{
23945
 
+
23946
 
+  ;
23947
 
+  return 0;
23948
 
+}
23949
 
+_ACEOF
23950
 
+rm -f conftest.$ac_objext
23951
 
+if { (ac_try="$ac_compile"
23952
 
+case "(($ac_try" in
23953
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23954
 
+  *) ac_try_echo=$ac_try;;
23955
 
+esac
23956
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23957
 
+  (eval "$ac_compile") 2>conftest.er1
23958
 
+  ac_status=$?
23959
 
+  grep -v '^ *+' conftest.er1 >conftest.err
23960
 
+  rm -f conftest.er1
23961
 
+  cat conftest.err >&5
23962
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23963
 
+  (exit $ac_status); } && {
23964
 
+        test -z "$ac_c_werror_flag" ||
23965
 
+        test ! -s conftest.err
23966
 
+       } && test -s conftest.$ac_objext; then
23967
 
+  ac_cv_header_stdc=yes
23968
 
+else
23969
 
+  echo "$as_me: failed program was:" >&5
23970
 
+sed 's/^/| /' conftest.$ac_ext >&5
23971
 
+
23972
 
+       ac_cv_header_stdc=no
23973
 
+fi
23974
 
+
23975
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23976
 
+
23977
 
+if test $ac_cv_header_stdc = yes; then
23978
 
+  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
23979
 
+  cat >conftest.$ac_ext <<_ACEOF
23980
 
+/* confdefs.h.  */
23981
 
+_ACEOF
23982
 
+cat confdefs.h >>conftest.$ac_ext
23983
 
+cat >>conftest.$ac_ext <<_ACEOF
23984
 
+/* end confdefs.h.  */
23985
 
+#include <string.h>
23986
 
+
23987
 
+_ACEOF
23988
 
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23989
 
+  $EGREP "memchr" >/dev/null 2>&1; then
23990
 
+  :
23991
 
+else
23992
 
+  ac_cv_header_stdc=no
23993
 
+fi
23994
 
+rm -f conftest*
23995
 
+
23996
 
+fi
23997
 
+
23998
 
+if test $ac_cv_header_stdc = yes; then
23999
 
+  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
24000
 
+  cat >conftest.$ac_ext <<_ACEOF
24001
 
+/* confdefs.h.  */
24002
 
+_ACEOF
24003
 
+cat confdefs.h >>conftest.$ac_ext
24004
 
+cat >>conftest.$ac_ext <<_ACEOF
24005
 
+/* end confdefs.h.  */
24006
 
+#include <stdlib.h>
24007
 
+
24008
 
+_ACEOF
24009
 
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24010
 
+  $EGREP "free" >/dev/null 2>&1; then
24011
 
+  :
24012
 
+else
24013
 
+  ac_cv_header_stdc=no
24014
 
+fi
24015
 
+rm -f conftest*
24016
 
+
24017
 
+fi
24018
 
+
24019
 
+if test $ac_cv_header_stdc = yes; then
24020
 
+  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
24021
 
+  if test "$cross_compiling" = yes; then
24022
 
+  :
24023
 
+else
24024
 
+  cat >conftest.$ac_ext <<_ACEOF
24025
 
+/* confdefs.h.  */
24026
 
+_ACEOF
24027
 
+cat confdefs.h >>conftest.$ac_ext
24028
 
+cat >>conftest.$ac_ext <<_ACEOF
24029
 
+/* end confdefs.h.  */
24030
 
+#include <ctype.h>
24031
 
+#include <stdlib.h>
24032
 
+#if ((' ' & 0x0FF) == 0x020)
24033
 
+# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
24034
 
+# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
24035
 
+#else
24036
 
+# define ISLOWER(c) \
24037
 
+                  (('a' <= (c) && (c) <= 'i') \
24038
 
+                    || ('j' <= (c) && (c) <= 'r') \
24039
 
+                    || ('s' <= (c) && (c) <= 'z'))
24040
 
+# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
24041
 
+#endif
24042
 
+
24043
 
+#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
24044
 
+int
24045
 
+main ()
24046
 
+{
24047
 
+  int i;
24048
 
+  for (i = 0; i < 256; i++)
24049
 
+    if (XOR (islower (i), ISLOWER (i))
24050
 
+       || toupper (i) != TOUPPER (i))
24051
 
+      return 2;
24052
 
+  return 0;
24053
 
+}
24054
 
+_ACEOF
24055
 
+rm -f conftest$ac_exeext
24056
 
+if { (ac_try="$ac_link"
24057
 
+case "(($ac_try" in
24058
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24059
 
+  *) ac_try_echo=$ac_try;;
24060
 
+esac
24061
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24062
 
+  (eval "$ac_link") 2>&5
24063
 
+  ac_status=$?
24064
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24065
 
+  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24066
 
+  { (case "(($ac_try" in
24067
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24068
 
+  *) ac_try_echo=$ac_try;;
24069
 
+esac
24070
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24071
 
+  (eval "$ac_try") 2>&5
24072
 
+  ac_status=$?
24073
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24074
 
+  (exit $ac_status); }; }; then
24075
 
+  :
24076
 
+else
24077
 
+  echo "$as_me: program exited with status $ac_status" >&5
24078
 
+echo "$as_me: failed program was:" >&5
24079
 
+sed 's/^/| /' conftest.$ac_ext >&5
24080
 
+
24081
 
+( exit $ac_status )
24082
 
+ac_cv_header_stdc=no
24083
 
+fi
24084
 
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24085
 
+fi
24086
 
+
24087
 
+
24088
 
+fi
24089
 
+fi
24090
 
+{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
24091
 
+echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
24092
 
+if test $ac_cv_header_stdc = yes; then
24093
 
+  
24094
 
+cat >>confdefs.h <<\_ACEOF
24095
 
+@%:@define STDC_HEADERS 1
24096
 
+_ACEOF
24097
 
+
24098
 
+fi
24099
 
+
24100
 
+# Find a good install program.  We prefer a C program (faster),
24101
 
+# so one script is as good as another.  But avoid the broken or
24102
 
+# incompatible versions:
24103
 
+# SysV /etc/install, /usr/sbin/install
24104
 
+# SunOS /usr/etc/install
24105
 
+# IRIX /sbin/install
24106
 
+# AIX /bin/install
24107
 
+# AmigaOS /C/install, which installs bootblocks on floppy discs
24108
 
+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
24109
 
+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
24110
 
+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
24111
 
+# OS/2's system install, which has a completely different semantic
24112
 
+# ./install, which can be erroneously created by make from ./install.sh.
24113
 
+{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
24114
 
+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
24115
 
+if test -z "$INSTALL"; then
24116
 
+if test "${ac_cv_path_install+set}" = set; then
24117
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
24118
 
+else
24119
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24120
 
+for as_dir in $PATH
24121
 
+do
24122
 
+  IFS=$as_save_IFS
24123
 
+  test -z "$as_dir" && as_dir=.
24124
 
+  # Account for people who put trailing slashes in PATH elements.
24125
 
+case $as_dir/ in
24126
 
+  ./ | .// | /cC/* | \
24127
 
+  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
24128
 
+  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
24129
 
+  /usr/ucb/* ) ;;
24130
 
+  *)
24131
 
+    # OSF1 and SCO ODT 3.0 have their own names for install.
24132
 
+    # Don't use installbsd from OSF since it installs stuff as root
24133
 
+    # by default.
24134
 
+    for ac_prog in ginstall scoinst install; do
24135
 
+      for ac_exec_ext in '' $ac_executable_extensions; do
24136
 
+       if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
24137
 
+         if test $ac_prog = install &&
24138
 
+           grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
24139
 
+           # AIX install.  It has an incompatible calling convention.
24140
 
+           :
24141
 
+         elif test $ac_prog = install &&
24142
 
+           grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
24143
 
+           # program-specific install script used by HP pwplus--don't use.
24144
 
+           :
24145
 
+         else
24146
 
+           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
24147
 
+           break 3
24148
 
+         fi
24149
 
+       fi
24150
 
+      done
24151
 
+    done
24152
 
+    ;;
24153
 
+esac
24154
 
+done
24155
 
+IFS=$as_save_IFS
24156
 
+
24157
 
+
24158
 
+fi
24159
 
+  if test "${ac_cv_path_install+set}" = set; then
24160
 
+    INSTALL=$ac_cv_path_install
24161
 
+  else
24162
 
+    # As a last resort, use the slow shell script.  Don't cache a
24163
 
+    # value for INSTALL within a source directory, because that will
24164
 
+    # break other packages using the cache if that directory is
24165
 
+    # removed, or if the value is a relative name.
24166
 
+    INSTALL=$ac_install_sh
24167
 
+  fi
24168
 
+fi
24169
 
+{ echo "$as_me:$LINENO: result: $INSTALL" >&5
24170
 
+echo "${ECHO_T}$INSTALL" >&6; }
24171
 
+
24172
 
+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
24173
 
+# It thinks the first close brace ends the variable substitution.
24174
 
+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
24175
 
+
24176
 
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
24177
 
+
24178
 
+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
24179
 
+
24180
 
+{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
24181
 
+echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
24182
 
+set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
24183
 
+if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
24184
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
24185
 
+else
24186
 
+  cat >conftest.make <<\_ACEOF
24187
 
+SHELL = /bin/sh
24188
 
+all:
24189
 
+       @echo '@@@%%%=$(MAKE)=@@@%%%'
24190
 
+_ACEOF
24191
 
+# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
24192
 
+case `${MAKE-make} -f conftest.make 2>/dev/null` in
24193
 
+  *@@@%%%=?*=@@@%%%*)
24194
 
+    eval ac_cv_prog_make_${ac_make}_set=yes;;
24195
 
+  *)
24196
 
+    eval ac_cv_prog_make_${ac_make}_set=no;;
24197
 
+esac
24198
 
+rm -f conftest.make
24199
 
+fi
24200
 
+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
24201
 
+  { echo "$as_me:$LINENO: result: yes" >&5
24202
 
+echo "${ECHO_T}yes" >&6; }
24203
 
+  SET_MAKE=
24204
 
+else
24205
 
+  { echo "$as_me:$LINENO: result: no" >&5
24206
 
+echo "${ECHO_T}no" >&6; }
24207
 
+  SET_MAKE="MAKE=${MAKE-make}"
24208
 
+fi
24209
 
+
24210
 
+
24211
 
+# Extract the first word of "glib-genmarshal", so it can be a program name with args.
24212
 
+set dummy glib-genmarshal; ac_word=$2
24213
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
24214
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
24215
 
+if test "${ac_cv_path_GLIB_GENMARSHAL+set}" = set; then
24216
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
24217
 
+else
24218
 
+  case $GLIB_GENMARSHAL in
24219
 
+  [\\/]* | ?:[\\/]*)
24220
 
+  ac_cv_path_GLIB_GENMARSHAL="$GLIB_GENMARSHAL" # Let the user override the test with a path.
24221
 
+  ;;
24222
 
+  *)
24223
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24224
 
+for as_dir in $PATH
24225
 
+do
24226
 
+  IFS=$as_save_IFS
24227
 
+  test -z "$as_dir" && as_dir=.
24228
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
24229
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
24230
 
+    ac_cv_path_GLIB_GENMARSHAL="$as_dir/$ac_word$ac_exec_ext"
24231
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24232
 
+    break 2
24233
 
+  fi
24234
 
+done
24235
 
+done
24236
 
+IFS=$as_save_IFS
24237
 
+
24238
 
+  ;;
24239
 
+esac
24240
 
+fi
24241
 
+GLIB_GENMARSHAL=$ac_cv_path_GLIB_GENMARSHAL
24242
 
+if test -n "$GLIB_GENMARSHAL"; then
24243
 
+  { echo "$as_me:$LINENO: result: $GLIB_GENMARSHAL" >&5
24244
 
+echo "${ECHO_T}$GLIB_GENMARSHAL" >&6; }
24245
 
+else
24246
 
+  { echo "$as_me:$LINENO: result: no" >&5
24247
 
+echo "${ECHO_T}no" >&6; }
24248
 
+fi
24249
 
+
24250
 
+
24251
 
+
24252
 
+LIBOOBS_REQUIRED=2.17.5
24253
 
+GTK_REQUIRED=2.9.0
24254
 
+LIBGLADE_REQUIRED=2.4.0
24255
 
+LIBGNOMEUI_REQUIRED=2.9.0
24256
 
+GCONF_REQUIRED=2.2.0
24257
 
+DBUS_REQUIRED=0.32
24258
 
+
24259
 
+
24260
 
+
24261
 
+
24262
 
+
24263
 
+
24264
 
+
24265
 
+# Check whether --enable-gnome was given.
24266
 
+if test "${enable_gnome+set}" = set; then
24267
 
+  enableval=$enable_gnome; enable_gnome="$enableval"
24268
 
+else
24269
 
+  enable_gnome=yes
24270
 
+fi
24271
 
+
24272
 
+
24273
 
+
24274
 
+
24275
 
+
24276
 
+pkg_failed=no
24277
 
+{ echo "$as_me:$LINENO: checking for GST_DEPENDS" >&5
24278
 
+echo $ECHO_N "checking for GST_DEPENDS... $ECHO_C" >&6; }
24279
 
+
24280
 
+if test -n "$PKG_CONFIG"; then
24281
 
+    if test -n "$GST_DEPENDS_CFLAGS"; then
24282
 
+        pkg_cv_GST_DEPENDS_CFLAGS="$GST_DEPENDS_CFLAGS"
24283
 
+    else
24284
 
+        if test -n "$PKG_CONFIG" && \
24285
 
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
24286
 
+                          gtk+-2.0 >= \$GTK_REQUIRED
24287
 
+                          libglade-2.0 >= \$LIBGLADE_REQUIRED
24288
 
+                          gconf-2.0 >= \$GCONF_REQUIRED
24289
 
+                          liboobs-1 >= \$LIBOOBS_REQUIRED
24290
 
+                          \"") >&5
24291
 
+  ($PKG_CONFIG --exists --print-errors "
24292
 
+                          gtk+-2.0 >= $GTK_REQUIRED
24293
 
+                          libglade-2.0 >= $LIBGLADE_REQUIRED
24294
 
+                          gconf-2.0 >= $GCONF_REQUIRED
24295
 
+                          liboobs-1 >= $LIBOOBS_REQUIRED
24296
 
+                          ") 2>&5
24297
 
+  ac_status=$?
24298
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24299
 
+  (exit $ac_status); }; then
24300
 
+  pkg_cv_GST_DEPENDS_CFLAGS=`$PKG_CONFIG --cflags "
24301
 
+                          gtk+-2.0 >= $GTK_REQUIRED
24302
 
+                          libglade-2.0 >= $LIBGLADE_REQUIRED
24303
 
+                          gconf-2.0 >= $GCONF_REQUIRED
24304
 
+                          liboobs-1 >= $LIBOOBS_REQUIRED
24305
 
+                          " 2>/dev/null`
24306
 
+else
24307
 
+  pkg_failed=yes
24308
 
+fi
24309
 
+    fi
24310
 
+else
24311
 
+       pkg_failed=untried
24312
 
+fi
24313
 
+if test -n "$PKG_CONFIG"; then
24314
 
+    if test -n "$GST_DEPENDS_LIBS"; then
24315
 
+        pkg_cv_GST_DEPENDS_LIBS="$GST_DEPENDS_LIBS"
24316
 
+    else
24317
 
+        if test -n "$PKG_CONFIG" && \
24318
 
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
24319
 
+                          gtk+-2.0 >= \$GTK_REQUIRED
24320
 
+                          libglade-2.0 >= \$LIBGLADE_REQUIRED
24321
 
+                          gconf-2.0 >= \$GCONF_REQUIRED
24322
 
+                          liboobs-1 >= \$LIBOOBS_REQUIRED
24323
 
+                          \"") >&5
24324
 
+  ($PKG_CONFIG --exists --print-errors "
24325
 
+                          gtk+-2.0 >= $GTK_REQUIRED
24326
 
+                          libglade-2.0 >= $LIBGLADE_REQUIRED
24327
 
+                          gconf-2.0 >= $GCONF_REQUIRED
24328
 
+                          liboobs-1 >= $LIBOOBS_REQUIRED
24329
 
+                          ") 2>&5
24330
 
+  ac_status=$?
24331
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24332
 
+  (exit $ac_status); }; then
24333
 
+  pkg_cv_GST_DEPENDS_LIBS=`$PKG_CONFIG --libs "
24334
 
+                          gtk+-2.0 >= $GTK_REQUIRED
24335
 
+                          libglade-2.0 >= $LIBGLADE_REQUIRED
24336
 
+                          gconf-2.0 >= $GCONF_REQUIRED
24337
 
+                          liboobs-1 >= $LIBOOBS_REQUIRED
24338
 
+                          " 2>/dev/null`
24339
 
+else
24340
 
+  pkg_failed=yes
24341
 
+fi
24342
 
+    fi
24343
 
+else
24344
 
+       pkg_failed=untried
24345
 
+fi
24346
 
+
24347
 
+
24348
 
+
24349
 
+if test $pkg_failed = yes; then
24350
 
+        
24351
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
24352
 
+        _pkg_short_errors_supported=yes
24353
 
+else
24354
 
+        _pkg_short_errors_supported=no
24355
 
+fi
24356
 
+        if test $_pkg_short_errors_supported = yes; then
24357
 
+               GST_DEPENDS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "
24358
 
+                          gtk+-2.0 >= $GTK_REQUIRED
24359
 
+                          libglade-2.0 >= $LIBGLADE_REQUIRED
24360
 
+                          gconf-2.0 >= $GCONF_REQUIRED
24361
 
+                          liboobs-1 >= $LIBOOBS_REQUIRED
24362
 
+                          "`
24363
 
+        else 
24364
 
+               GST_DEPENDS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "
24365
 
+                          gtk+-2.0 >= $GTK_REQUIRED
24366
 
+                          libglade-2.0 >= $LIBGLADE_REQUIRED
24367
 
+                          gconf-2.0 >= $GCONF_REQUIRED
24368
 
+                          liboobs-1 >= $LIBOOBS_REQUIRED
24369
 
+                          "`
24370
 
+        fi
24371
 
+       # Put the nasty error message in config.log where it belongs
24372
 
+       echo "$GST_DEPENDS_PKG_ERRORS" >&5
24373
 
+
24374
 
+       { { echo "$as_me:$LINENO: error: Package requirements (
24375
 
+                          gtk+-2.0 >= $GTK_REQUIRED
24376
 
+                          libglade-2.0 >= $LIBGLADE_REQUIRED
24377
 
+                          gconf-2.0 >= $GCONF_REQUIRED
24378
 
+                          liboobs-1 >= $LIBOOBS_REQUIRED
24379
 
+                          ) were not met:
24380
 
+
24381
 
+$GST_DEPENDS_PKG_ERRORS
24382
 
+
24383
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
24384
 
+installed software in a non-standard prefix.
24385
 
+
24386
 
+Alternatively, you may set the environment variables GST_DEPENDS_CFLAGS
24387
 
+and GST_DEPENDS_LIBS to avoid the need to call pkg-config.
24388
 
+See the pkg-config man page for more details.
24389
 
+" >&5
24390
 
+echo "$as_me: error: Package requirements (
24391
 
+                          gtk+-2.0 >= $GTK_REQUIRED
24392
 
+                          libglade-2.0 >= $LIBGLADE_REQUIRED
24393
 
+                          gconf-2.0 >= $GCONF_REQUIRED
24394
 
+                          liboobs-1 >= $LIBOOBS_REQUIRED
24395
 
+                          ) were not met:
24396
 
+
24397
 
+$GST_DEPENDS_PKG_ERRORS
24398
 
+
24399
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
24400
 
+installed software in a non-standard prefix.
24401
 
+
24402
 
+Alternatively, you may set the environment variables GST_DEPENDS_CFLAGS
24403
 
+and GST_DEPENDS_LIBS to avoid the need to call pkg-config.
24404
 
+See the pkg-config man page for more details.
24405
 
+" >&2;}
24406
 
+   { (exit 1); exit 1; }; }
24407
 
+elif test $pkg_failed = untried; then
24408
 
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
24409
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
24410
 
+path to pkg-config.
24411
 
+
24412
 
+Alternatively, you may set the environment variables GST_DEPENDS_CFLAGS
24413
 
+and GST_DEPENDS_LIBS to avoid the need to call pkg-config.
24414
 
+See the pkg-config man page for more details.
24415
 
+
24416
 
+To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
24417
 
+See \`config.log' for more details." >&5
24418
 
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
24419
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
24420
 
+path to pkg-config.
24421
 
+
24422
 
+Alternatively, you may set the environment variables GST_DEPENDS_CFLAGS
24423
 
+and GST_DEPENDS_LIBS to avoid the need to call pkg-config.
24424
 
+See the pkg-config man page for more details.
24425
 
+
24426
 
+To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
24427
 
+See \`config.log' for more details." >&2;}
24428
 
+   { (exit 1); exit 1; }; }
24429
 
+else
24430
 
+       GST_DEPENDS_CFLAGS=$pkg_cv_GST_DEPENDS_CFLAGS
24431
 
+       GST_DEPENDS_LIBS=$pkg_cv_GST_DEPENDS_LIBS
24432
 
+        { echo "$as_me:$LINENO: result: yes" >&5
24433
 
+echo "${ECHO_T}yes" >&6; }
24434
 
+       :
24435
 
+fi
24436
 
+
24437
 
+
24438
 
+if test "xyes" = "x$enable_gnome"; then
24439
 
+       
24440
 
+pkg_failed=no
24441
 
+{ echo "$as_me:$LINENO: checking for GNOME" >&5
24442
 
+echo $ECHO_N "checking for GNOME... $ECHO_C" >&6; }
24443
 
+
24444
 
+if test -n "$PKG_CONFIG"; then
24445
 
+    if test -n "$GNOME_CFLAGS"; then
24446
 
+        pkg_cv_GNOME_CFLAGS="$GNOME_CFLAGS"
24447
 
+    else
24448
 
+        if test -n "$PKG_CONFIG" && \
24449
 
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
24450
 
+                          libgnomeui-2.0 >= \$LIBGNOMEUI_REQUIRED
24451
 
+                          \"") >&5
24452
 
+  ($PKG_CONFIG --exists --print-errors "
24453
 
+                          libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED
24454
 
+                          ") 2>&5
24455
 
+  ac_status=$?
24456
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24457
 
+  (exit $ac_status); }; then
24458
 
+  pkg_cv_GNOME_CFLAGS=`$PKG_CONFIG --cflags "
24459
 
+                          libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED
24460
 
+                          " 2>/dev/null`
24461
 
+else
24462
 
+  pkg_failed=yes
24463
 
+fi
24464
 
+    fi
24465
 
+else
24466
 
+       pkg_failed=untried
24467
 
+fi
24468
 
+if test -n "$PKG_CONFIG"; then
24469
 
+    if test -n "$GNOME_LIBS"; then
24470
 
+        pkg_cv_GNOME_LIBS="$GNOME_LIBS"
24471
 
+    else
24472
 
+        if test -n "$PKG_CONFIG" && \
24473
 
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
24474
 
+                          libgnomeui-2.0 >= \$LIBGNOMEUI_REQUIRED
24475
 
+                          \"") >&5
24476
 
+  ($PKG_CONFIG --exists --print-errors "
24477
 
+                          libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED
24478
 
+                          ") 2>&5
24479
 
+  ac_status=$?
24480
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24481
 
+  (exit $ac_status); }; then
24482
 
+  pkg_cv_GNOME_LIBS=`$PKG_CONFIG --libs "
24483
 
+                          libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED
24484
 
+                          " 2>/dev/null`
24485
 
+else
24486
 
+  pkg_failed=yes
24487
 
+fi
24488
 
+    fi
24489
 
+else
24490
 
+       pkg_failed=untried
24491
 
+fi
24492
 
+
24493
 
+
24494
 
+
24495
 
+if test $pkg_failed = yes; then
24496
 
+        
24497
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
24498
 
+        _pkg_short_errors_supported=yes
24499
 
+else
24500
 
+        _pkg_short_errors_supported=no
24501
 
+fi
24502
 
+        if test $_pkg_short_errors_supported = yes; then
24503
 
+               GNOME_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "
24504
 
+                          libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED
24505
 
+                          "`
24506
 
+        else 
24507
 
+               GNOME_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "
24508
 
+                          libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED
24509
 
+                          "`
24510
 
+        fi
24511
 
+       # Put the nasty error message in config.log where it belongs
24512
 
+       echo "$GNOME_PKG_ERRORS" >&5
24513
 
+
24514
 
+       { { echo "$as_me:$LINENO: error: Package requirements (
24515
 
+                          libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED
24516
 
+                          ) were not met:
24517
 
+
24518
 
+$GNOME_PKG_ERRORS
24519
 
+
24520
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
24521
 
+installed software in a non-standard prefix.
24522
 
+
24523
 
+Alternatively, you may set the environment variables GNOME_CFLAGS
24524
 
+and GNOME_LIBS to avoid the need to call pkg-config.
24525
 
+See the pkg-config man page for more details.
24526
 
+" >&5
24527
 
+echo "$as_me: error: Package requirements (
24528
 
+                          libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED
24529
 
+                          ) were not met:
24530
 
+
24531
 
+$GNOME_PKG_ERRORS
24532
 
+
24533
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
24534
 
+installed software in a non-standard prefix.
24535
 
+
24536
 
+Alternatively, you may set the environment variables GNOME_CFLAGS
24537
 
+and GNOME_LIBS to avoid the need to call pkg-config.
24538
 
+See the pkg-config man page for more details.
24539
 
+" >&2;}
24540
 
+   { (exit 1); exit 1; }; }
24541
 
+elif test $pkg_failed = untried; then
24542
 
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
24543
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
24544
 
+path to pkg-config.
24545
 
+
24546
 
+Alternatively, you may set the environment variables GNOME_CFLAGS
24547
 
+and GNOME_LIBS to avoid the need to call pkg-config.
24548
 
+See the pkg-config man page for more details.
24549
 
+
24550
 
+To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
24551
 
+See \`config.log' for more details." >&5
24552
 
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
24553
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
24554
 
+path to pkg-config.
24555
 
+
24556
 
+Alternatively, you may set the environment variables GNOME_CFLAGS
24557
 
+and GNOME_LIBS to avoid the need to call pkg-config.
24558
 
+See the pkg-config man page for more details.
24559
 
+
24560
 
+To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
24561
 
+See \`config.log' for more details." >&2;}
24562
 
+   { (exit 1); exit 1; }; }
24563
 
+else
24564
 
+       GNOME_CFLAGS=$pkg_cv_GNOME_CFLAGS
24565
 
+       GNOME_LIBS=$pkg_cv_GNOME_LIBS
24566
 
+        { echo "$as_me:$LINENO: result: yes" >&5
24567
 
+echo "${ECHO_T}yes" >&6; }
24568
 
+       :
24569
 
+fi
24570
 
+       
24571
 
+cat >>confdefs.h <<\_ACEOF
24572
 
+@%:@define ENABLE_GNOME 1
24573
 
+_ACEOF
24574
 
+
24575
 
+fi
24576
 
+
24577
 
+
24578
 
+
24579
 
+
24580
 
24581
 
+
24582
 
+if test x$enable_gnome = xyes; then
24583
 
+  ENABLE_GNOME_TRUE=
24584
 
+  ENABLE_GNOME_FALSE='#'
24585
 
+else
24586
 
+  ENABLE_GNOME_TRUE='#'
24587
 
+  ENABLE_GNOME_FALSE=
24588
 
+fi
24589
 
+
24590
 
+
24591
 
+
24592
 
+pkg_failed=no
24593
 
+{ echo "$as_me:$LINENO: checking for DBUS" >&5
24594
 
+echo $ECHO_N "checking for DBUS... $ECHO_C" >&6; }
24595
 
+
24596
 
+if test -n "$PKG_CONFIG"; then
24597
 
+    if test -n "$DBUS_CFLAGS"; then
24598
 
+        pkg_cv_DBUS_CFLAGS="$DBUS_CFLAGS"
24599
 
+    else
24600
 
+        if test -n "$PKG_CONFIG" && \
24601
 
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
24602
 
+                 dbus-1 >= \$DBUS_REQUIRED
24603
 
+                 \"") >&5
24604
 
+  ($PKG_CONFIG --exists --print-errors "
24605
 
+                 dbus-1 >= $DBUS_REQUIRED
24606
 
+                 ") 2>&5
24607
 
+  ac_status=$?
24608
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24609
 
+  (exit $ac_status); }; then
24610
 
+  pkg_cv_DBUS_CFLAGS=`$PKG_CONFIG --cflags "
24611
 
+                 dbus-1 >= $DBUS_REQUIRED
24612
 
+                 " 2>/dev/null`
24613
 
+else
24614
 
+  pkg_failed=yes
24615
 
+fi
24616
 
+    fi
24617
 
+else
24618
 
+       pkg_failed=untried
24619
 
+fi
24620
 
+if test -n "$PKG_CONFIG"; then
24621
 
+    if test -n "$DBUS_LIBS"; then
24622
 
+        pkg_cv_DBUS_LIBS="$DBUS_LIBS"
24623
 
+    else
24624
 
+        if test -n "$PKG_CONFIG" && \
24625
 
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
24626
 
+                 dbus-1 >= \$DBUS_REQUIRED
24627
 
+                 \"") >&5
24628
 
+  ($PKG_CONFIG --exists --print-errors "
24629
 
+                 dbus-1 >= $DBUS_REQUIRED
24630
 
+                 ") 2>&5
24631
 
+  ac_status=$?
24632
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24633
 
+  (exit $ac_status); }; then
24634
 
+  pkg_cv_DBUS_LIBS=`$PKG_CONFIG --libs "
24635
 
+                 dbus-1 >= $DBUS_REQUIRED
24636
 
+                 " 2>/dev/null`
24637
 
+else
24638
 
+  pkg_failed=yes
24639
 
+fi
24640
 
+    fi
24641
 
+else
24642
 
+       pkg_failed=untried
24643
 
+fi
24644
 
+
24645
 
+
24646
 
+
24647
 
+if test $pkg_failed = yes; then
24648
 
+        
24649
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
24650
 
+        _pkg_short_errors_supported=yes
24651
 
+else
24652
 
+        _pkg_short_errors_supported=no
24653
 
+fi
24654
 
+        if test $_pkg_short_errors_supported = yes; then
24655
 
+               DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "
24656
 
+                 dbus-1 >= $DBUS_REQUIRED
24657
 
+                 "`
24658
 
+        else 
24659
 
+               DBUS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "
24660
 
+                 dbus-1 >= $DBUS_REQUIRED
24661
 
+                 "`
24662
 
+        fi
24663
 
+       # Put the nasty error message in config.log where it belongs
24664
 
+       echo "$DBUS_PKG_ERRORS" >&5
24665
 
+
24666
 
+       { { echo "$as_me:$LINENO: error: Package requirements (
24667
 
+                 dbus-1 >= $DBUS_REQUIRED
24668
 
+                 ) were not met:
24669
 
+
24670
 
+$DBUS_PKG_ERRORS
24671
 
+
24672
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
24673
 
+installed software in a non-standard prefix.
24674
 
+
24675
 
+Alternatively, you may set the environment variables DBUS_CFLAGS
24676
 
+and DBUS_LIBS to avoid the need to call pkg-config.
24677
 
+See the pkg-config man page for more details.
24678
 
+" >&5
24679
 
+echo "$as_me: error: Package requirements (
24680
 
+                 dbus-1 >= $DBUS_REQUIRED
24681
 
+                 ) were not met:
24682
 
+
24683
 
+$DBUS_PKG_ERRORS
24684
 
+
24685
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
24686
 
+installed software in a non-standard prefix.
24687
 
+
24688
 
+Alternatively, you may set the environment variables DBUS_CFLAGS
24689
 
+and DBUS_LIBS to avoid the need to call pkg-config.
24690
 
+See the pkg-config man page for more details.
24691
 
+" >&2;}
24692
 
+   { (exit 1); exit 1; }; }
24693
 
+elif test $pkg_failed = untried; then
24694
 
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
24695
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
24696
 
+path to pkg-config.
24697
 
+
24698
 
+Alternatively, you may set the environment variables DBUS_CFLAGS
24699
 
+and DBUS_LIBS to avoid the need to call pkg-config.
24700
 
+See the pkg-config man page for more details.
24701
 
+
24702
 
+To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
24703
 
+See \`config.log' for more details." >&5
24704
 
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
24705
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
24706
 
+path to pkg-config.
24707
 
+
24708
 
+Alternatively, you may set the environment variables DBUS_CFLAGS
24709
 
+and DBUS_LIBS to avoid the need to call pkg-config.
24710
 
+See the pkg-config man page for more details.
24711
 
+
24712
 
+To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
24713
 
+See \`config.log' for more details." >&2;}
24714
 
+   { (exit 1); exit 1; }; }
24715
 
+else
24716
 
+       DBUS_CFLAGS=$pkg_cv_DBUS_CFLAGS
24717
 
+       DBUS_LIBS=$pkg_cv_DBUS_LIBS
24718
 
+        { echo "$as_me:$LINENO: result: yes" >&5
24719
 
+echo "${ECHO_T}yes" >&6; }
24720
 
+       :
24721
 
+fi
24722
 
+
24723
 
+DBUS_CFLAGS="$DBUS_CFLAGS -DDBUS_API_SUBJECT_TO_CHANGE"
24724
 
+
24725
 
+
24726
 
+
24727
 
+
24728
 
+
24729
 
+
24730
 
+# Check whether --enable-network was given.
24731
 
+if test "${enable_network+set}" = set; then
24732
 
+  enableval=$enable_network; 
24733
 
+else
24734
 
+  enable_network=yes
24735
 
+fi
24736
 
+
24737
 
+# Check whether --enable-services was given.
24738
 
+if test "${enable_services+set}" = set; then
24739
 
+  enableval=$enable_services; 
24740
 
+else
24741
 
+  enable_services=yes
24742
 
+fi
24743
 
+
24744
 
+# Check whether --enable-time was given.
24745
 
+if test "${enable_time+set}" = set; then
24746
 
+  enableval=$enable_time; 
24747
 
+else
24748
 
+  enable_time=yes
24749
 
+fi
24750
 
+
24751
 
+# Check whether --enable-users was given.
24752
 
+if test "${enable_users+set}" = set; then
24753
 
+  enableval=$enable_users; 
24754
 
+else
24755
 
+  enable_users=yes
24756
 
+fi
24757
 
+
24758
 
+# Check whether --enable-shares was given.
24759
 
+if test "${enable_shares+set}" = set; then
24760
 
+  enableval=$enable_shares; 
24761
 
+else
24762
 
+  enable_shares=yes
24763
 
+fi
24764
 
+
24765
 
+# Check whether --enable-nautilus was given.
24766
 
+if test "${enable_nautilus+set}" = set; then
24767
 
+  enableval=$enable_nautilus; 
24768
 
+else
24769
 
+  enable_nautilus=yes
24770
 
+fi
24771
 
+
24772
 
+
24773
 
24774
 
+
24775
 
+if test x$enable_network = xyes; then
24776
 
+  BUILD_NETWORK_TRUE=
24777
 
+  BUILD_NETWORK_FALSE='#'
24778
 
+else
24779
 
+  BUILD_NETWORK_TRUE='#'
24780
 
+  BUILD_NETWORK_FALSE=
24781
 
+fi
24782
 
+
24783
 
24784
 
+
24785
 
+if test x$enable_services = xyes; then
24786
 
+  BUILD_SERVICES_TRUE=
24787
 
+  BUILD_SERVICES_FALSE='#'
24788
 
+else
24789
 
+  BUILD_SERVICES_TRUE='#'
24790
 
+  BUILD_SERVICES_FALSE=
24791
 
+fi
24792
 
+
24793
 
24794
 
+
24795
 
+if test x$enable_time = xyes; then
24796
 
+  BUILD_TIME_TRUE=
24797
 
+  BUILD_TIME_FALSE='#'
24798
 
+else
24799
 
+  BUILD_TIME_TRUE='#'
24800
 
+  BUILD_TIME_FALSE=
24801
 
+fi
24802
 
+
24803
 
24804
 
+
24805
 
+if test x$enable_users = xyes; then
24806
 
+  BUILD_USERS_TRUE=
24807
 
+  BUILD_USERS_FALSE='#'
24808
 
+else
24809
 
+  BUILD_USERS_TRUE='#'
24810
 
+  BUILD_USERS_FALSE=
24811
 
+fi
24812
 
+
24813
 
24814
 
+
24815
 
+if test x$enable_shares = xyes; then
24816
 
+  BUILD_SHARES_TRUE=
24817
 
+  BUILD_SHARES_FALSE='#'
24818
 
+else
24819
 
+  BUILD_SHARES_TRUE='#'
24820
 
+  BUILD_SHARES_FALSE=
24821
 
+fi
24822
 
+
24823
 
24824
 
+
24825
 
+if test x$enable_nautilus = xyes; then
24826
 
+  BUILD_NAUTILUS_TRUE=
24827
 
+  BUILD_NAUTILUS_FALSE='#'
24828
 
+else
24829
 
+  BUILD_NAUTILUS_TRUE='#'
24830
 
+  BUILD_NAUTILUS_FALSE=
24831
 
+fi
24832
 
+
24833
 
+
24834
 
+
24835
 
+
24836
 
+GETTEXT_PACKAGE=gnome-system-tools
24837
 
+
24838
 
+
24839
 
+cat >>confdefs.h <<_ACEOF
24840
 
+@%:@define GETTEXT_PACKAGE "$GETTEXT_PACKAGE"
24841
 
+_ACEOF
24842
 
+
24843
 
+      
24844
 
+   
24845
 
+for ac_header in locale.h
24846
 
+do
24847
 
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
24848
 
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24849
 
+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
24850
 
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
24851
 
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24852
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
24853
 
+fi
24854
 
+ac_res=`eval echo '${'$as_ac_Header'}'`
24855
 
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
24856
 
+echo "${ECHO_T}$ac_res" >&6; }
24857
 
+else
24858
 
+  # Is the header compilable?
24859
 
+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
24860
 
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
24861
 
+cat >conftest.$ac_ext <<_ACEOF
24862
 
+/* confdefs.h.  */
24863
 
+_ACEOF
24864
 
+cat confdefs.h >>conftest.$ac_ext
24865
 
+cat >>conftest.$ac_ext <<_ACEOF
24866
 
+/* end confdefs.h.  */
24867
 
+$ac_includes_default
24868
 
+@%:@include <$ac_header>
24869
 
+_ACEOF
24870
 
+rm -f conftest.$ac_objext
24871
 
+if { (ac_try="$ac_compile"
24872
 
+case "(($ac_try" in
24873
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24874
 
+  *) ac_try_echo=$ac_try;;
24875
 
+esac
24876
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24877
 
+  (eval "$ac_compile") 2>conftest.er1
24878
 
+  ac_status=$?
24879
 
+  grep -v '^ *+' conftest.er1 >conftest.err
24880
 
+  rm -f conftest.er1
24881
 
+  cat conftest.err >&5
24882
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24883
 
+  (exit $ac_status); } && {
24884
 
+        test -z "$ac_c_werror_flag" ||
24885
 
+        test ! -s conftest.err
24886
 
+       } && test -s conftest.$ac_objext; then
24887
 
+  ac_header_compiler=yes
24888
 
+else
24889
 
+  echo "$as_me: failed program was:" >&5
24890
 
+sed 's/^/| /' conftest.$ac_ext >&5
24891
 
+
24892
 
+       ac_header_compiler=no
24893
 
+fi
24894
 
+
24895
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24896
 
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24897
 
+echo "${ECHO_T}$ac_header_compiler" >&6; }
24898
 
+
24899
 
+# Is the header present?
24900
 
+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
24901
 
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
24902
 
+cat >conftest.$ac_ext <<_ACEOF
24903
 
+/* confdefs.h.  */
24904
 
+_ACEOF
24905
 
+cat confdefs.h >>conftest.$ac_ext
24906
 
+cat >>conftest.$ac_ext <<_ACEOF
24907
 
+/* end confdefs.h.  */
24908
 
+@%:@include <$ac_header>
24909
 
+_ACEOF
24910
 
+if { (ac_try="$ac_cpp conftest.$ac_ext"
24911
 
+case "(($ac_try" in
24912
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24913
 
+  *) ac_try_echo=$ac_try;;
24914
 
+esac
24915
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24916
 
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
24917
 
+  ac_status=$?
24918
 
+  grep -v '^ *+' conftest.er1 >conftest.err
24919
 
+  rm -f conftest.er1
24920
 
+  cat conftest.err >&5
24921
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24922
 
+  (exit $ac_status); } >/dev/null && {
24923
 
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
24924
 
+        test ! -s conftest.err
24925
 
+       }; then
24926
 
+  ac_header_preproc=yes
24927
 
+else
24928
 
+  echo "$as_me: failed program was:" >&5
24929
 
+sed 's/^/| /' conftest.$ac_ext >&5
24930
 
+
24931
 
+  ac_header_preproc=no
24932
 
+fi
24933
 
+
24934
 
+rm -f conftest.err conftest.$ac_ext
24935
 
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24936
 
+echo "${ECHO_T}$ac_header_preproc" >&6; }
24937
 
+
24938
 
+# So?  What about this header?
24939
 
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24940
 
+  yes:no: )
24941
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
24942
 
+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
24943
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
24944
 
+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
24945
 
+    ac_header_preproc=yes
24946
 
+    ;;
24947
 
+  no:yes:* )
24948
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
24949
 
+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
24950
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
24951
 
+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
24952
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
24953
 
+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
24954
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
24955
 
+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
24956
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
24957
 
+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
24958
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
24959
 
+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
24960
 
+    ( cat <<\_ASBOX
24961
 
+@%:@@%:@ --------------------------------------------------------------------------------- @%:@@%:@
24962
 
+@%:@@%:@ Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-system-tools @%:@@%:@
24963
 
+@%:@@%:@ --------------------------------------------------------------------------------- @%:@@%:@
24964
 
+_ASBOX
24965
 
+     ) | sed "s/^/$as_me: WARNING:     /" >&2
24966
 
+    ;;
24967
 
+esac
24968
 
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
24969
 
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
24970
 
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
24971
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
24972
 
+else
24973
 
+  eval "$as_ac_Header=\$ac_header_preproc"
24974
 
+fi
24975
 
+ac_res=`eval echo '${'$as_ac_Header'}'`
24976
 
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
24977
 
+echo "${ECHO_T}$ac_res" >&6; }
24978
 
+
24979
 
+fi
24980
 
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
24981
 
+  cat >>confdefs.h <<_ACEOF
24982
 
+@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
24983
 
+_ACEOF
24984
 
24985
 
+fi
24986
 
+
24987
 
+done
24988
 
+
24989
 
+    if test $ac_cv_header_locale_h = yes; then
24990
 
+    { echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
24991
 
+echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6; }
24992
 
+if test "${am_cv_val_LC_MESSAGES+set}" = set; then
24993
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
24994
 
+else
24995
 
+  cat >conftest.$ac_ext <<_ACEOF
24996
 
+/* confdefs.h.  */
24997
 
+_ACEOF
24998
 
+cat confdefs.h >>conftest.$ac_ext
24999
 
+cat >>conftest.$ac_ext <<_ACEOF
25000
 
+/* end confdefs.h.  */
25001
 
+#include <locale.h>
25002
 
+int
25003
 
+main ()
25004
 
+{
25005
 
+return LC_MESSAGES
25006
 
+  ;
25007
 
+  return 0;
25008
 
+}
25009
 
+_ACEOF
25010
 
+rm -f conftest.$ac_objext conftest$ac_exeext
25011
 
+if { (ac_try="$ac_link"
25012
 
+case "(($ac_try" in
25013
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25014
 
+  *) ac_try_echo=$ac_try;;
25015
 
+esac
25016
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25017
 
+  (eval "$ac_link") 2>conftest.er1
25018
 
+  ac_status=$?
25019
 
+  grep -v '^ *+' conftest.er1 >conftest.err
25020
 
+  rm -f conftest.er1
25021
 
+  cat conftest.err >&5
25022
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25023
 
+  (exit $ac_status); } && {
25024
 
+        test -z "$ac_c_werror_flag" ||
25025
 
+        test ! -s conftest.err
25026
 
+       } && test -s conftest$ac_exeext &&
25027
 
+       $as_test_x conftest$ac_exeext; then
25028
 
+  am_cv_val_LC_MESSAGES=yes
25029
 
+else
25030
 
+  echo "$as_me: failed program was:" >&5
25031
 
+sed 's/^/| /' conftest.$ac_ext >&5
25032
 
+
25033
 
+       am_cv_val_LC_MESSAGES=no
25034
 
+fi
25035
 
+
25036
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25037
 
+      conftest$ac_exeext conftest.$ac_ext
25038
 
+fi
25039
 
+{ echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
25040
 
+echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6; }
25041
 
+    if test $am_cv_val_LC_MESSAGES = yes; then
25042
 
+      
25043
 
+cat >>confdefs.h <<\_ACEOF
25044
 
+@%:@define HAVE_LC_MESSAGES 1
25045
 
+_ACEOF
25046
 
+
25047
 
+    fi
25048
 
+  fi
25049
 
+         USE_NLS=yes
25050
 
+    
25051
 
+
25052
 
+    gt_cv_have_gettext=no
25053
 
+
25054
 
+    CATOBJEXT=NONE
25055
 
+    XGETTEXT=:
25056
 
+    INTLLIBS=
25057
 
+
25058
 
+    if test "${ac_cv_header_libintl_h+set}" = set; then
25059
 
+  { echo "$as_me:$LINENO: checking for libintl.h" >&5
25060
 
+echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; }
25061
 
+if test "${ac_cv_header_libintl_h+set}" = set; then
25062
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
25063
 
+fi
25064
 
+{ echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
25065
 
+echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; }
25066
 
+else
25067
 
+  # Is the header compilable?
25068
 
+{ echo "$as_me:$LINENO: checking libintl.h usability" >&5
25069
 
+echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6; }
25070
 
+cat >conftest.$ac_ext <<_ACEOF
25071
 
+/* confdefs.h.  */
25072
 
+_ACEOF
25073
 
+cat confdefs.h >>conftest.$ac_ext
25074
 
+cat >>conftest.$ac_ext <<_ACEOF
25075
 
+/* end confdefs.h.  */
25076
 
+$ac_includes_default
25077
 
+@%:@include <libintl.h>
25078
 
+_ACEOF
25079
 
+rm -f conftest.$ac_objext
25080
 
+if { (ac_try="$ac_compile"
25081
 
+case "(($ac_try" in
25082
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25083
 
+  *) ac_try_echo=$ac_try;;
25084
 
+esac
25085
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25086
 
+  (eval "$ac_compile") 2>conftest.er1
25087
 
+  ac_status=$?
25088
 
+  grep -v '^ *+' conftest.er1 >conftest.err
25089
 
+  rm -f conftest.er1
25090
 
+  cat conftest.err >&5
25091
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25092
 
+  (exit $ac_status); } && {
25093
 
+        test -z "$ac_c_werror_flag" ||
25094
 
+        test ! -s conftest.err
25095
 
+       } && test -s conftest.$ac_objext; then
25096
 
+  ac_header_compiler=yes
25097
 
+else
25098
 
+  echo "$as_me: failed program was:" >&5
25099
 
+sed 's/^/| /' conftest.$ac_ext >&5
25100
 
+
25101
 
+       ac_header_compiler=no
25102
 
+fi
25103
 
+
25104
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25105
 
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25106
 
+echo "${ECHO_T}$ac_header_compiler" >&6; }
25107
 
+
25108
 
+# Is the header present?
25109
 
+{ echo "$as_me:$LINENO: checking libintl.h presence" >&5
25110
 
+echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6; }
25111
 
+cat >conftest.$ac_ext <<_ACEOF
25112
 
+/* confdefs.h.  */
25113
 
+_ACEOF
25114
 
+cat confdefs.h >>conftest.$ac_ext
25115
 
+cat >>conftest.$ac_ext <<_ACEOF
25116
 
+/* end confdefs.h.  */
25117
 
+@%:@include <libintl.h>
25118
 
+_ACEOF
25119
 
+if { (ac_try="$ac_cpp conftest.$ac_ext"
25120
 
+case "(($ac_try" in
25121
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25122
 
+  *) ac_try_echo=$ac_try;;
25123
 
+esac
25124
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25125
 
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
25126
 
+  ac_status=$?
25127
 
+  grep -v '^ *+' conftest.er1 >conftest.err
25128
 
+  rm -f conftest.er1
25129
 
+  cat conftest.err >&5
25130
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25131
 
+  (exit $ac_status); } >/dev/null && {
25132
 
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
25133
 
+        test ! -s conftest.err
25134
 
+       }; then
25135
 
+  ac_header_preproc=yes
25136
 
+else
25137
 
+  echo "$as_me: failed program was:" >&5
25138
 
+sed 's/^/| /' conftest.$ac_ext >&5
25139
 
+
25140
 
+  ac_header_preproc=no
25141
 
+fi
25142
 
+
25143
 
+rm -f conftest.err conftest.$ac_ext
25144
 
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25145
 
+echo "${ECHO_T}$ac_header_preproc" >&6; }
25146
 
+
25147
 
+# So?  What about this header?
25148
 
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25149
 
+  yes:no: )
25150
 
+    { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
25151
 
+echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25152
 
+    { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
25153
 
+echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
25154
 
+    ac_header_preproc=yes
25155
 
+    ;;
25156
 
+  no:yes:* )
25157
 
+    { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
25158
 
+echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
25159
 
+    { echo "$as_me:$LINENO: WARNING: libintl.h:     check for missing prerequisite headers?" >&5
25160
 
+echo "$as_me: WARNING: libintl.h:     check for missing prerequisite headers?" >&2;}
25161
 
+    { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
25162
 
+echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
25163
 
+    { echo "$as_me:$LINENO: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&5
25164
 
+echo "$as_me: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
25165
 
+    { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
25166
 
+echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
25167
 
+    { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
25168
 
+echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
25169
 
+    ( cat <<\_ASBOX
25170
 
+@%:@@%:@ --------------------------------------------------------------------------------- @%:@@%:@
25171
 
+@%:@@%:@ Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-system-tools @%:@@%:@
25172
 
+@%:@@%:@ --------------------------------------------------------------------------------- @%:@@%:@
25173
 
+_ASBOX
25174
 
+     ) | sed "s/^/$as_me: WARNING:     /" >&2
25175
 
+    ;;
25176
 
+esac
25177
 
+{ echo "$as_me:$LINENO: checking for libintl.h" >&5
25178
 
+echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; }
25179
 
+if test "${ac_cv_header_libintl_h+set}" = set; then
25180
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
25181
 
+else
25182
 
+  ac_cv_header_libintl_h=$ac_header_preproc
25183
 
+fi
25184
 
+{ echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
25185
 
+echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; }
25186
 
+
25187
 
+fi
25188
 
+if test $ac_cv_header_libintl_h = yes; then
25189
 
+  gt_cv_func_dgettext_libintl="no"
25190
 
+      libintl_extra_libs=""
25191
 
+
25192
 
+      #
25193
 
+      # First check in libc
25194
 
+      #
25195
 
+      { echo "$as_me:$LINENO: checking for ngettext in libc" >&5
25196
 
+echo $ECHO_N "checking for ngettext in libc... $ECHO_C" >&6; }
25197
 
+if test "${gt_cv_func_ngettext_libc+set}" = set; then
25198
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
25199
 
+else
25200
 
+  cat >conftest.$ac_ext <<_ACEOF
25201
 
+/* confdefs.h.  */
25202
 
+_ACEOF
25203
 
+cat confdefs.h >>conftest.$ac_ext
25204
 
+cat >>conftest.$ac_ext <<_ACEOF
25205
 
+/* end confdefs.h.  */
25206
 
+
25207
 
+#include <libintl.h>
25208
 
+
25209
 
+int
25210
 
+main ()
25211
 
+{
25212
 
+return !ngettext ("","", 1)
25213
 
+  ;
25214
 
+  return 0;
25215
 
+}
25216
 
+_ACEOF
25217
 
+rm -f conftest.$ac_objext conftest$ac_exeext
25218
 
+if { (ac_try="$ac_link"
25219
 
+case "(($ac_try" in
25220
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25221
 
+  *) ac_try_echo=$ac_try;;
25222
 
+esac
25223
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25224
 
+  (eval "$ac_link") 2>conftest.er1
25225
 
+  ac_status=$?
25226
 
+  grep -v '^ *+' conftest.er1 >conftest.err
25227
 
+  rm -f conftest.er1
25228
 
+  cat conftest.err >&5
25229
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25230
 
+  (exit $ac_status); } && {
25231
 
+        test -z "$ac_c_werror_flag" ||
25232
 
+        test ! -s conftest.err
25233
 
+       } && test -s conftest$ac_exeext &&
25234
 
+       $as_test_x conftest$ac_exeext; then
25235
 
+  gt_cv_func_ngettext_libc=yes
25236
 
+else
25237
 
+  echo "$as_me: failed program was:" >&5
25238
 
+sed 's/^/| /' conftest.$ac_ext >&5
25239
 
+
25240
 
+       gt_cv_func_ngettext_libc=no
25241
 
+fi
25242
 
+
25243
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25244
 
+      conftest$ac_exeext conftest.$ac_ext
25245
 
+        
25246
 
+fi
25247
 
+{ echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5
25248
 
+echo "${ECHO_T}$gt_cv_func_ngettext_libc" >&6; }
25249
 
+  
25250
 
+      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
25251
 
+             { echo "$as_me:$LINENO: checking for dgettext in libc" >&5
25252
 
+echo $ECHO_N "checking for dgettext in libc... $ECHO_C" >&6; }
25253
 
+if test "${gt_cv_func_dgettext_libc+set}" = set; then
25254
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
25255
 
+else
25256
 
+  cat >conftest.$ac_ext <<_ACEOF
25257
 
+/* confdefs.h.  */
25258
 
+_ACEOF
25259
 
+cat confdefs.h >>conftest.$ac_ext
25260
 
+cat >>conftest.$ac_ext <<_ACEOF
25261
 
+/* end confdefs.h.  */
25262
 
+
25263
 
+#include <libintl.h>
25264
 
+
25265
 
+int
25266
 
+main ()
25267
 
+{
25268
 
+return !dgettext ("","")
25269
 
+  ;
25270
 
+  return 0;
25271
 
+}
25272
 
+_ACEOF
25273
 
+rm -f conftest.$ac_objext conftest$ac_exeext
25274
 
+if { (ac_try="$ac_link"
25275
 
+case "(($ac_try" in
25276
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25277
 
+  *) ac_try_echo=$ac_try;;
25278
 
+esac
25279
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25280
 
+  (eval "$ac_link") 2>conftest.er1
25281
 
+  ac_status=$?
25282
 
+  grep -v '^ *+' conftest.er1 >conftest.err
25283
 
+  rm -f conftest.er1
25284
 
+  cat conftest.err >&5
25285
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25286
 
+  (exit $ac_status); } && {
25287
 
+        test -z "$ac_c_werror_flag" ||
25288
 
+        test ! -s conftest.err
25289
 
+       } && test -s conftest$ac_exeext &&
25290
 
+       $as_test_x conftest$ac_exeext; then
25291
 
+  gt_cv_func_dgettext_libc=yes
25292
 
+else
25293
 
+  echo "$as_me: failed program was:" >&5
25294
 
+sed 's/^/| /' conftest.$ac_ext >&5
25295
 
+
25296
 
+       gt_cv_func_dgettext_libc=no
25297
 
+fi
25298
 
+
25299
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25300
 
+      conftest$ac_exeext conftest.$ac_ext
25301
 
+               
25302
 
+fi
25303
 
+{ echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5
25304
 
+echo "${ECHO_T}$gt_cv_func_dgettext_libc" >&6; }
25305
 
+      fi
25306
 
+  
25307
 
+      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
25308
 
+        
25309
 
+for ac_func in bind_textdomain_codeset
25310
 
+do
25311
 
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25312
 
+{ echo "$as_me:$LINENO: checking for $ac_func" >&5
25313
 
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
25314
 
+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
25315
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
25316
 
+else
25317
 
+  cat >conftest.$ac_ext <<_ACEOF
25318
 
+/* confdefs.h.  */
25319
 
+_ACEOF
25320
 
+cat confdefs.h >>conftest.$ac_ext
25321
 
+cat >>conftest.$ac_ext <<_ACEOF
25322
 
+/* end confdefs.h.  */
25323
 
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25324
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
25325
 
+#define $ac_func innocuous_$ac_func
25326
 
+
25327
 
+/* System header to define __stub macros and hopefully few prototypes,
25328
 
+    which can conflict with char $ac_func (); below.
25329
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25330
 
+    <limits.h> exists even on freestanding compilers.  */
25331
 
+
25332
 
+#ifdef __STDC__
25333
 
+# include <limits.h>
25334
 
+#else
25335
 
+# include <assert.h>
25336
 
+#endif
25337
 
+
25338
 
+#undef $ac_func
25339
 
+
25340
 
+/* Override any GCC internal prototype to avoid an error.
25341
 
+   Use char because int might match the return type of a GCC
25342
 
+   builtin and then its argument prototype would still apply.  */
25343
 
+#ifdef __cplusplus
25344
 
+extern "C"
25345
 
+#endif
25346
 
+char $ac_func ();
25347
 
+/* The GNU C library defines this for functions which it implements
25348
 
+    to always fail with ENOSYS.  Some functions are actually named
25349
 
+    something starting with __ and the normal name is an alias.  */
25350
 
+#if defined __stub_$ac_func || defined __stub___$ac_func
25351
 
+choke me
25352
 
+#endif
25353
 
+
25354
 
+int
25355
 
+main ()
25356
 
+{
25357
 
+return $ac_func ();
25358
 
+  ;
25359
 
+  return 0;
25360
 
+}
25361
 
+_ACEOF
25362
 
+rm -f conftest.$ac_objext conftest$ac_exeext
25363
 
+if { (ac_try="$ac_link"
25364
 
+case "(($ac_try" in
25365
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25366
 
+  *) ac_try_echo=$ac_try;;
25367
 
+esac
25368
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25369
 
+  (eval "$ac_link") 2>conftest.er1
25370
 
+  ac_status=$?
25371
 
+  grep -v '^ *+' conftest.er1 >conftest.err
25372
 
+  rm -f conftest.er1
25373
 
+  cat conftest.err >&5
25374
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25375
 
+  (exit $ac_status); } && {
25376
 
+        test -z "$ac_c_werror_flag" ||
25377
 
+        test ! -s conftest.err
25378
 
+       } && test -s conftest$ac_exeext &&
25379
 
+       $as_test_x conftest$ac_exeext; then
25380
 
+  eval "$as_ac_var=yes"
25381
 
+else
25382
 
+  echo "$as_me: failed program was:" >&5
25383
 
+sed 's/^/| /' conftest.$ac_ext >&5
25384
 
+
25385
 
+       eval "$as_ac_var=no"
25386
 
+fi
25387
 
+
25388
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25389
 
+      conftest$ac_exeext conftest.$ac_ext
25390
 
+fi
25391
 
+ac_res=`eval echo '${'$as_ac_var'}'`
25392
 
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
25393
 
+echo "${ECHO_T}$ac_res" >&6; }
25394
 
+if test `eval echo '${'$as_ac_var'}'` = yes; then
25395
 
+  cat >>confdefs.h <<_ACEOF
25396
 
+@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25397
 
+_ACEOF
25398
 
25399
 
+fi
25400
 
+done
25401
 
+
25402
 
+      fi
25403
 
+
25404
 
+      #
25405
 
+      # If we don't have everything we want, check in libintl
25406
 
+      #
25407
 
+      if test "$gt_cv_func_dgettext_libc" != "yes" \
25408
 
+        || test "$gt_cv_func_ngettext_libc" != "yes" \
25409
 
+         || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
25410
 
+        
25411
 
+        { echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
25412
 
+echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6; }
25413
 
+if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
25414
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
25415
 
+else
25416
 
+  ac_check_lib_save_LIBS=$LIBS
25417
 
+LIBS="-lintl  $LIBS"
25418
 
+cat >conftest.$ac_ext <<_ACEOF
25419
 
+/* confdefs.h.  */
25420
 
+_ACEOF
25421
 
+cat confdefs.h >>conftest.$ac_ext
25422
 
+cat >>conftest.$ac_ext <<_ACEOF
25423
 
+/* end confdefs.h.  */
25424
 
+
25425
 
+/* Override any GCC internal prototype to avoid an error.
25426
 
+   Use char because int might match the return type of a GCC
25427
 
+   builtin and then its argument prototype would still apply.  */
25428
 
+#ifdef __cplusplus
25429
 
+extern "C"
25430
 
+#endif
25431
 
+char bindtextdomain ();
25432
 
+int
25433
 
+main ()
25434
 
+{
25435
 
+return bindtextdomain ();
25436
 
+  ;
25437
 
+  return 0;
25438
 
+}
25439
 
+_ACEOF
25440
 
+rm -f conftest.$ac_objext conftest$ac_exeext
25441
 
+if { (ac_try="$ac_link"
25442
 
+case "(($ac_try" in
25443
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25444
 
+  *) ac_try_echo=$ac_try;;
25445
 
+esac
25446
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25447
 
+  (eval "$ac_link") 2>conftest.er1
25448
 
+  ac_status=$?
25449
 
+  grep -v '^ *+' conftest.er1 >conftest.err
25450
 
+  rm -f conftest.er1
25451
 
+  cat conftest.err >&5
25452
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25453
 
+  (exit $ac_status); } && {
25454
 
+        test -z "$ac_c_werror_flag" ||
25455
 
+        test ! -s conftest.err
25456
 
+       } && test -s conftest$ac_exeext &&
25457
 
+       $as_test_x conftest$ac_exeext; then
25458
 
+  ac_cv_lib_intl_bindtextdomain=yes
25459
 
+else
25460
 
+  echo "$as_me: failed program was:" >&5
25461
 
+sed 's/^/| /' conftest.$ac_ext >&5
25462
 
+
25463
 
+       ac_cv_lib_intl_bindtextdomain=no
25464
 
+fi
25465
 
+
25466
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25467
 
+      conftest$ac_exeext conftest.$ac_ext
25468
 
+LIBS=$ac_check_lib_save_LIBS
25469
 
+fi
25470
 
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
25471
 
+echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6; }
25472
 
+if test $ac_cv_lib_intl_bindtextdomain = yes; then
25473
 
+  { echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
25474
 
+echo $ECHO_N "checking for ngettext in -lintl... $ECHO_C" >&6; }
25475
 
+if test "${ac_cv_lib_intl_ngettext+set}" = set; then
25476
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
25477
 
+else
25478
 
+  ac_check_lib_save_LIBS=$LIBS
25479
 
+LIBS="-lintl  $LIBS"
25480
 
+cat >conftest.$ac_ext <<_ACEOF
25481
 
+/* confdefs.h.  */
25482
 
+_ACEOF
25483
 
+cat confdefs.h >>conftest.$ac_ext
25484
 
+cat >>conftest.$ac_ext <<_ACEOF
25485
 
+/* end confdefs.h.  */
25486
 
+
25487
 
+/* Override any GCC internal prototype to avoid an error.
25488
 
+   Use char because int might match the return type of a GCC
25489
 
+   builtin and then its argument prototype would still apply.  */
25490
 
+#ifdef __cplusplus
25491
 
+extern "C"
25492
 
+#endif
25493
 
+char ngettext ();
25494
 
+int
25495
 
+main ()
25496
 
+{
25497
 
+return ngettext ();
25498
 
+  ;
25499
 
+  return 0;
25500
 
+}
25501
 
+_ACEOF
25502
 
+rm -f conftest.$ac_objext conftest$ac_exeext
25503
 
+if { (ac_try="$ac_link"
25504
 
+case "(($ac_try" in
25505
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25506
 
+  *) ac_try_echo=$ac_try;;
25507
 
+esac
25508
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25509
 
+  (eval "$ac_link") 2>conftest.er1
25510
 
+  ac_status=$?
25511
 
+  grep -v '^ *+' conftest.er1 >conftest.err
25512
 
+  rm -f conftest.er1
25513
 
+  cat conftest.err >&5
25514
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25515
 
+  (exit $ac_status); } && {
25516
 
+        test -z "$ac_c_werror_flag" ||
25517
 
+        test ! -s conftest.err
25518
 
+       } && test -s conftest$ac_exeext &&
25519
 
+       $as_test_x conftest$ac_exeext; then
25520
 
+  ac_cv_lib_intl_ngettext=yes
25521
 
+else
25522
 
+  echo "$as_me: failed program was:" >&5
25523
 
+sed 's/^/| /' conftest.$ac_ext >&5
25524
 
+
25525
 
+       ac_cv_lib_intl_ngettext=no
25526
 
+fi
25527
 
+
25528
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25529
 
+      conftest$ac_exeext conftest.$ac_ext
25530
 
+LIBS=$ac_check_lib_save_LIBS
25531
 
+fi
25532
 
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
25533
 
+echo "${ECHO_T}$ac_cv_lib_intl_ngettext" >&6; }
25534
 
+if test $ac_cv_lib_intl_ngettext = yes; then
25535
 
+  { echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
25536
 
+echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6; }
25537
 
+if test "${ac_cv_lib_intl_dgettext+set}" = set; then
25538
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
25539
 
+else
25540
 
+  ac_check_lib_save_LIBS=$LIBS
25541
 
+LIBS="-lintl  $LIBS"
25542
 
+cat >conftest.$ac_ext <<_ACEOF
25543
 
+/* confdefs.h.  */
25544
 
+_ACEOF
25545
 
+cat confdefs.h >>conftest.$ac_ext
25546
 
+cat >>conftest.$ac_ext <<_ACEOF
25547
 
+/* end confdefs.h.  */
25548
 
+
25549
 
+/* Override any GCC internal prototype to avoid an error.
25550
 
+   Use char because int might match the return type of a GCC
25551
 
+   builtin and then its argument prototype would still apply.  */
25552
 
+#ifdef __cplusplus
25553
 
+extern "C"
25554
 
+#endif
25555
 
+char dgettext ();
25556
 
+int
25557
 
+main ()
25558
 
+{
25559
 
+return dgettext ();
25560
 
+  ;
25561
 
+  return 0;
25562
 
+}
25563
 
+_ACEOF
25564
 
+rm -f conftest.$ac_objext conftest$ac_exeext
25565
 
+if { (ac_try="$ac_link"
25566
 
+case "(($ac_try" in
25567
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25568
 
+  *) ac_try_echo=$ac_try;;
25569
 
+esac
25570
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25571
 
+  (eval "$ac_link") 2>conftest.er1
25572
 
+  ac_status=$?
25573
 
+  grep -v '^ *+' conftest.er1 >conftest.err
25574
 
+  rm -f conftest.er1
25575
 
+  cat conftest.err >&5
25576
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25577
 
+  (exit $ac_status); } && {
25578
 
+        test -z "$ac_c_werror_flag" ||
25579
 
+        test ! -s conftest.err
25580
 
+       } && test -s conftest$ac_exeext &&
25581
 
+       $as_test_x conftest$ac_exeext; then
25582
 
+  ac_cv_lib_intl_dgettext=yes
25583
 
+else
25584
 
+  echo "$as_me: failed program was:" >&5
25585
 
+sed 's/^/| /' conftest.$ac_ext >&5
25586
 
+
25587
 
+       ac_cv_lib_intl_dgettext=no
25588
 
+fi
25589
 
+
25590
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25591
 
+      conftest$ac_exeext conftest.$ac_ext
25592
 
+LIBS=$ac_check_lib_save_LIBS
25593
 
+fi
25594
 
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
25595
 
+echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6; }
25596
 
+if test $ac_cv_lib_intl_dgettext = yes; then
25597
 
+  gt_cv_func_dgettext_libintl=yes
25598
 
+fi
25599
 
+
25600
 
+fi
25601
 
+
25602
 
+fi
25603
 
+
25604
 
+
25605
 
+       if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
25606
 
+         { echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5
25607
 
+echo $ECHO_N "checking if -liconv is needed to use gettext... $ECHO_C" >&6; }
25608
 
+         { echo "$as_me:$LINENO: result: " >&5
25609
 
+echo "${ECHO_T}" >&6; }
25610
 
+         { echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
25611
 
+echo $ECHO_N "checking for ngettext in -lintl... $ECHO_C" >&6; }
25612
 
+if test "${ac_cv_lib_intl_ngettext+set}" = set; then
25613
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
25614
 
+else
25615
 
+  ac_check_lib_save_LIBS=$LIBS
25616
 
+LIBS="-lintl -liconv $LIBS"
25617
 
+cat >conftest.$ac_ext <<_ACEOF
25618
 
+/* confdefs.h.  */
25619
 
+_ACEOF
25620
 
+cat confdefs.h >>conftest.$ac_ext
25621
 
+cat >>conftest.$ac_ext <<_ACEOF
25622
 
+/* end confdefs.h.  */
25623
 
+
25624
 
+/* Override any GCC internal prototype to avoid an error.
25625
 
+   Use char because int might match the return type of a GCC
25626
 
+   builtin and then its argument prototype would still apply.  */
25627
 
+#ifdef __cplusplus
25628
 
+extern "C"
25629
 
+#endif
25630
 
+char ngettext ();
25631
 
+int
25632
 
+main ()
25633
 
+{
25634
 
+return ngettext ();
25635
 
+  ;
25636
 
+  return 0;
25637
 
+}
25638
 
+_ACEOF
25639
 
+rm -f conftest.$ac_objext conftest$ac_exeext
25640
 
+if { (ac_try="$ac_link"
25641
 
+case "(($ac_try" in
25642
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25643
 
+  *) ac_try_echo=$ac_try;;
25644
 
+esac
25645
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25646
 
+  (eval "$ac_link") 2>conftest.er1
25647
 
+  ac_status=$?
25648
 
+  grep -v '^ *+' conftest.er1 >conftest.err
25649
 
+  rm -f conftest.er1
25650
 
+  cat conftest.err >&5
25651
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25652
 
+  (exit $ac_status); } && {
25653
 
+        test -z "$ac_c_werror_flag" ||
25654
 
+        test ! -s conftest.err
25655
 
+       } && test -s conftest$ac_exeext &&
25656
 
+       $as_test_x conftest$ac_exeext; then
25657
 
+  ac_cv_lib_intl_ngettext=yes
25658
 
+else
25659
 
+  echo "$as_me: failed program was:" >&5
25660
 
+sed 's/^/| /' conftest.$ac_ext >&5
25661
 
+
25662
 
+       ac_cv_lib_intl_ngettext=no
25663
 
+fi
25664
 
+
25665
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25666
 
+      conftest$ac_exeext conftest.$ac_ext
25667
 
+LIBS=$ac_check_lib_save_LIBS
25668
 
+fi
25669
 
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
25670
 
+echo "${ECHO_T}$ac_cv_lib_intl_ngettext" >&6; }
25671
 
+if test $ac_cv_lib_intl_ngettext = yes; then
25672
 
+  { echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5
25673
 
+echo $ECHO_N "checking for dcgettext in -lintl... $ECHO_C" >&6; }
25674
 
+if test "${ac_cv_lib_intl_dcgettext+set}" = set; then
25675
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
25676
 
+else
25677
 
+  ac_check_lib_save_LIBS=$LIBS
25678
 
+LIBS="-lintl -liconv $LIBS"
25679
 
+cat >conftest.$ac_ext <<_ACEOF
25680
 
+/* confdefs.h.  */
25681
 
+_ACEOF
25682
 
+cat confdefs.h >>conftest.$ac_ext
25683
 
+cat >>conftest.$ac_ext <<_ACEOF
25684
 
+/* end confdefs.h.  */
25685
 
+
25686
 
+/* Override any GCC internal prototype to avoid an error.
25687
 
+   Use char because int might match the return type of a GCC
25688
 
+   builtin and then its argument prototype would still apply.  */
25689
 
+#ifdef __cplusplus
25690
 
+extern "C"
25691
 
+#endif
25692
 
+char dcgettext ();
25693
 
+int
25694
 
+main ()
25695
 
+{
25696
 
+return dcgettext ();
25697
 
+  ;
25698
 
+  return 0;
25699
 
+}
25700
 
+_ACEOF
25701
 
+rm -f conftest.$ac_objext conftest$ac_exeext
25702
 
+if { (ac_try="$ac_link"
25703
 
+case "(($ac_try" in
25704
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25705
 
+  *) ac_try_echo=$ac_try;;
25706
 
+esac
25707
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25708
 
+  (eval "$ac_link") 2>conftest.er1
25709
 
+  ac_status=$?
25710
 
+  grep -v '^ *+' conftest.er1 >conftest.err
25711
 
+  rm -f conftest.er1
25712
 
+  cat conftest.err >&5
25713
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25714
 
+  (exit $ac_status); } && {
25715
 
+        test -z "$ac_c_werror_flag" ||
25716
 
+        test ! -s conftest.err
25717
 
+       } && test -s conftest$ac_exeext &&
25718
 
+       $as_test_x conftest$ac_exeext; then
25719
 
+  ac_cv_lib_intl_dcgettext=yes
25720
 
+else
25721
 
+  echo "$as_me: failed program was:" >&5
25722
 
+sed 's/^/| /' conftest.$ac_ext >&5
25723
 
+
25724
 
+       ac_cv_lib_intl_dcgettext=no
25725
 
+fi
25726
 
+
25727
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25728
 
+      conftest$ac_exeext conftest.$ac_ext
25729
 
+LIBS=$ac_check_lib_save_LIBS
25730
 
+fi
25731
 
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5
25732
 
+echo "${ECHO_T}$ac_cv_lib_intl_dcgettext" >&6; }
25733
 
+if test $ac_cv_lib_intl_dcgettext = yes; then
25734
 
+  gt_cv_func_dgettext_libintl=yes
25735
 
+                       libintl_extra_libs=-liconv
25736
 
+else
25737
 
+  :
25738
 
+fi
25739
 
+
25740
 
+else
25741
 
+  :
25742
 
+fi
25743
 
+
25744
 
+        fi
25745
 
+
25746
 
+        #
25747
 
+        # If we found libintl, then check in it for bind_textdomain_codeset();
25748
 
+        # we'll prefer libc if neither have bind_textdomain_codeset(),
25749
 
+        # and both have dgettext and ngettext
25750
 
+        #
25751
 
+        if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
25752
 
+          glib_save_LIBS="$LIBS"
25753
 
+          LIBS="$LIBS -lintl $libintl_extra_libs"
25754
 
+          unset ac_cv_func_bind_textdomain_codeset
25755
 
+          
25756
 
+for ac_func in bind_textdomain_codeset
25757
 
+do
25758
 
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25759
 
+{ echo "$as_me:$LINENO: checking for $ac_func" >&5
25760
 
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
25761
 
+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
25762
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
25763
 
+else
25764
 
+  cat >conftest.$ac_ext <<_ACEOF
25765
 
+/* confdefs.h.  */
25766
 
+_ACEOF
25767
 
+cat confdefs.h >>conftest.$ac_ext
25768
 
+cat >>conftest.$ac_ext <<_ACEOF
25769
 
+/* end confdefs.h.  */
25770
 
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25771
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
25772
 
+#define $ac_func innocuous_$ac_func
25773
 
+
25774
 
+/* System header to define __stub macros and hopefully few prototypes,
25775
 
+    which can conflict with char $ac_func (); below.
25776
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25777
 
+    <limits.h> exists even on freestanding compilers.  */
25778
 
+
25779
 
+#ifdef __STDC__
25780
 
+# include <limits.h>
25781
 
+#else
25782
 
+# include <assert.h>
25783
 
+#endif
25784
 
+
25785
 
+#undef $ac_func
25786
 
+
25787
 
+/* Override any GCC internal prototype to avoid an error.
25788
 
+   Use char because int might match the return type of a GCC
25789
 
+   builtin and then its argument prototype would still apply.  */
25790
 
+#ifdef __cplusplus
25791
 
+extern "C"
25792
 
+#endif
25793
 
+char $ac_func ();
25794
 
+/* The GNU C library defines this for functions which it implements
25795
 
+    to always fail with ENOSYS.  Some functions are actually named
25796
 
+    something starting with __ and the normal name is an alias.  */
25797
 
+#if defined __stub_$ac_func || defined __stub___$ac_func
25798
 
+choke me
25799
 
+#endif
25800
 
+
25801
 
+int
25802
 
+main ()
25803
 
+{
25804
 
+return $ac_func ();
25805
 
+  ;
25806
 
+  return 0;
25807
 
+}
25808
 
+_ACEOF
25809
 
+rm -f conftest.$ac_objext conftest$ac_exeext
25810
 
+if { (ac_try="$ac_link"
25811
 
+case "(($ac_try" in
25812
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25813
 
+  *) ac_try_echo=$ac_try;;
25814
 
+esac
25815
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25816
 
+  (eval "$ac_link") 2>conftest.er1
25817
 
+  ac_status=$?
25818
 
+  grep -v '^ *+' conftest.er1 >conftest.err
25819
 
+  rm -f conftest.er1
25820
 
+  cat conftest.err >&5
25821
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25822
 
+  (exit $ac_status); } && {
25823
 
+        test -z "$ac_c_werror_flag" ||
25824
 
+        test ! -s conftest.err
25825
 
+       } && test -s conftest$ac_exeext &&
25826
 
+       $as_test_x conftest$ac_exeext; then
25827
 
+  eval "$as_ac_var=yes"
25828
 
+else
25829
 
+  echo "$as_me: failed program was:" >&5
25830
 
+sed 's/^/| /' conftest.$ac_ext >&5
25831
 
+
25832
 
+       eval "$as_ac_var=no"
25833
 
+fi
25834
 
+
25835
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25836
 
+      conftest$ac_exeext conftest.$ac_ext
25837
 
+fi
25838
 
+ac_res=`eval echo '${'$as_ac_var'}'`
25839
 
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
25840
 
+echo "${ECHO_T}$ac_res" >&6; }
25841
 
+if test `eval echo '${'$as_ac_var'}'` = yes; then
25842
 
+  cat >>confdefs.h <<_ACEOF
25843
 
+@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25844
 
+_ACEOF
25845
 
25846
 
+fi
25847
 
+done
25848
 
+
25849
 
+          LIBS="$glib_save_LIBS"
25850
 
+
25851
 
+          if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then
25852
 
+            gt_cv_func_dgettext_libc=no
25853
 
+          else
25854
 
+            if test "$gt_cv_func_dgettext_libc" = "yes" \
25855
 
+               && test "$gt_cv_func_ngettext_libc" = "yes"; then
25856
 
+              gt_cv_func_dgettext_libintl=no
25857
 
+            fi
25858
 
+          fi
25859
 
+        fi
25860
 
+      fi
25861
 
+
25862
 
+      if test "$gt_cv_func_dgettext_libc" = "yes" \
25863
 
+       || test "$gt_cv_func_dgettext_libintl" = "yes"; then
25864
 
+        gt_cv_have_gettext=yes
25865
 
+      fi
25866
 
+  
25867
 
+      if test "$gt_cv_func_dgettext_libintl" = "yes"; then
25868
 
+        INTLLIBS="-lintl $libintl_extra_libs"
25869
 
+      fi
25870
 
+  
25871
 
+      if test "$gt_cv_have_gettext" = "yes"; then
25872
 
+       
25873
 
+cat >>confdefs.h <<\_ACEOF
25874
 
+@%:@define HAVE_GETTEXT 1
25875
 
+_ACEOF
25876
 
+
25877
 
+       # Extract the first word of "msgfmt", so it can be a program name with args.
25878
 
+set dummy msgfmt; ac_word=$2
25879
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
25880
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
25881
 
+if test "${ac_cv_path_MSGFMT+set}" = set; then
25882
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
25883
 
+else
25884
 
+  case "$MSGFMT" in
25885
 
+  /*)
25886
 
+  ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
25887
 
+  ;;
25888
 
+  *)
25889
 
+  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
25890
 
+  for ac_dir in $PATH; do
25891
 
+    test -z "$ac_dir" && ac_dir=.
25892
 
+    if test -f $ac_dir/$ac_word; then
25893
 
+      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
25894
 
+       ac_cv_path_MSGFMT="$ac_dir/$ac_word"
25895
 
+       break
25896
 
+      fi
25897
 
+    fi
25898
 
+  done
25899
 
+  IFS="$ac_save_ifs"
25900
 
+  test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
25901
 
+  ;;
25902
 
+esac
25903
 
+fi
25904
 
+MSGFMT="$ac_cv_path_MSGFMT"
25905
 
+if test "$MSGFMT" != "no"; then
25906
 
+  { echo "$as_me:$LINENO: result: $MSGFMT" >&5
25907
 
+echo "${ECHO_T}$MSGFMT" >&6; }
25908
 
+else
25909
 
+  { echo "$as_me:$LINENO: result: no" >&5
25910
 
+echo "${ECHO_T}no" >&6; }
25911
 
+fi
25912
 
+       if test "$MSGFMT" != "no"; then
25913
 
+          glib_save_LIBS="$LIBS"
25914
 
+          LIBS="$LIBS $INTLLIBS"
25915
 
+         
25916
 
+for ac_func in dcgettext
25917
 
+do
25918
 
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25919
 
+{ echo "$as_me:$LINENO: checking for $ac_func" >&5
25920
 
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
25921
 
+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
25922
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
25923
 
+else
25924
 
+  cat >conftest.$ac_ext <<_ACEOF
25925
 
+/* confdefs.h.  */
25926
 
+_ACEOF
25927
 
+cat confdefs.h >>conftest.$ac_ext
25928
 
+cat >>conftest.$ac_ext <<_ACEOF
25929
 
+/* end confdefs.h.  */
25930
 
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25931
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
25932
 
+#define $ac_func innocuous_$ac_func
25933
 
+
25934
 
+/* System header to define __stub macros and hopefully few prototypes,
25935
 
+    which can conflict with char $ac_func (); below.
25936
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25937
 
+    <limits.h> exists even on freestanding compilers.  */
25938
 
+
25939
 
+#ifdef __STDC__
25940
 
+# include <limits.h>
25941
 
+#else
25942
 
+# include <assert.h>
25943
 
+#endif
25944
 
+
25945
 
+#undef $ac_func
25946
 
+
25947
 
+/* Override any GCC internal prototype to avoid an error.
25948
 
+   Use char because int might match the return type of a GCC
25949
 
+   builtin and then its argument prototype would still apply.  */
25950
 
+#ifdef __cplusplus
25951
 
+extern "C"
25952
 
+#endif
25953
 
+char $ac_func ();
25954
 
+/* The GNU C library defines this for functions which it implements
25955
 
+    to always fail with ENOSYS.  Some functions are actually named
25956
 
+    something starting with __ and the normal name is an alias.  */
25957
 
+#if defined __stub_$ac_func || defined __stub___$ac_func
25958
 
+choke me
25959
 
+#endif
25960
 
+
25961
 
+int
25962
 
+main ()
25963
 
+{
25964
 
+return $ac_func ();
25965
 
+  ;
25966
 
+  return 0;
25967
 
+}
25968
 
+_ACEOF
25969
 
+rm -f conftest.$ac_objext conftest$ac_exeext
25970
 
+if { (ac_try="$ac_link"
25971
 
+case "(($ac_try" in
25972
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25973
 
+  *) ac_try_echo=$ac_try;;
25974
 
+esac
25975
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25976
 
+  (eval "$ac_link") 2>conftest.er1
25977
 
+  ac_status=$?
25978
 
+  grep -v '^ *+' conftest.er1 >conftest.err
25979
 
+  rm -f conftest.er1
25980
 
+  cat conftest.err >&5
25981
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25982
 
+  (exit $ac_status); } && {
25983
 
+        test -z "$ac_c_werror_flag" ||
25984
 
+        test ! -s conftest.err
25985
 
+       } && test -s conftest$ac_exeext &&
25986
 
+       $as_test_x conftest$ac_exeext; then
25987
 
+  eval "$as_ac_var=yes"
25988
 
+else
25989
 
+  echo "$as_me: failed program was:" >&5
25990
 
+sed 's/^/| /' conftest.$ac_ext >&5
25991
 
+
25992
 
+       eval "$as_ac_var=no"
25993
 
+fi
25994
 
+
25995
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25996
 
+      conftest$ac_exeext conftest.$ac_ext
25997
 
+fi
25998
 
+ac_res=`eval echo '${'$as_ac_var'}'`
25999
 
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
26000
 
+echo "${ECHO_T}$ac_res" >&6; }
26001
 
+if test `eval echo '${'$as_ac_var'}'` = yes; then
26002
 
+  cat >>confdefs.h <<_ACEOF
26003
 
+@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26004
 
+_ACEOF
26005
 
26006
 
+fi
26007
 
+done
26008
 
+
26009
 
+         MSGFMT_OPTS=
26010
 
+         { echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5
26011
 
+echo $ECHO_N "checking if msgfmt accepts -c... $ECHO_C" >&6; }
26012
 
+         cat >conftest.foo <<_ACEOF
26013
 
+
26014
 
+msgid ""
26015
 
+msgstr ""
26016
 
+"Content-Type: text/plain; charset=UTF-8\n"
26017
 
+"Project-Id-Version: test 1.0\n"
26018
 
+"PO-Revision-Date: 2007-02-15 12:01+0100\n"
26019
 
+"Last-Translator: test <foo@bar.xx>\n"
26020
 
+"Language-Team: C <LL@li.org>\n"
26021
 
+"MIME-Version: 1.0\n"
26022
 
+"Content-Transfer-Encoding: 8bit\n"
26023
 
+
26024
 
+_ACEOF
26025
 
+if { (echo "$as_me:$LINENO: msgfmt -c -o /dev/null conftest.foo") >&5
26026
 
+  (msgfmt -c -o /dev/null conftest.foo) 2>&5
26027
 
+  ac_status=$?
26028
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26029
 
+  (exit $ac_status); }; then
26030
 
+  MSGFMT_OPTS=-c; { echo "$as_me:$LINENO: result: yes" >&5
26031
 
+echo "${ECHO_T}yes" >&6; }
26032
 
+else { echo "$as_me:$LINENO: result: no" >&5
26033
 
+echo "${ECHO_T}no" >&6; }
26034
 
+echo "$as_me: failed input was:" >&5
26035
 
+sed 's/^/| /' conftest.foo >&5
26036
 
+fi
26037
 
+         
26038
 
+         # Extract the first word of "gmsgfmt", so it can be a program name with args.
26039
 
+set dummy gmsgfmt; ac_word=$2
26040
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
26041
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
26042
 
+if test "${ac_cv_path_GMSGFMT+set}" = set; then
26043
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
26044
 
+else
26045
 
+  case $GMSGFMT in
26046
 
+  [\\/]* | ?:[\\/]*)
26047
 
+  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
26048
 
+  ;;
26049
 
+  *)
26050
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26051
 
+for as_dir in $PATH
26052
 
+do
26053
 
+  IFS=$as_save_IFS
26054
 
+  test -z "$as_dir" && as_dir=.
26055
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
26056
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
26057
 
+    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
26058
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
26059
 
+    break 2
26060
 
+  fi
26061
 
+done
26062
 
+done
26063
 
+IFS=$as_save_IFS
26064
 
+
26065
 
+  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
26066
 
+  ;;
26067
 
+esac
26068
 
+fi
26069
 
+GMSGFMT=$ac_cv_path_GMSGFMT
26070
 
+if test -n "$GMSGFMT"; then
26071
 
+  { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
26072
 
+echo "${ECHO_T}$GMSGFMT" >&6; }
26073
 
+else
26074
 
+  { echo "$as_me:$LINENO: result: no" >&5
26075
 
+echo "${ECHO_T}no" >&6; }
26076
 
+fi
26077
 
+
26078
 
+
26079
 
+         # Extract the first word of "xgettext", so it can be a program name with args.
26080
 
+set dummy xgettext; ac_word=$2
26081
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
26082
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
26083
 
+if test "${ac_cv_path_XGETTEXT+set}" = set; then
26084
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
26085
 
+else
26086
 
+  case "$XGETTEXT" in
26087
 
+  /*)
26088
 
+  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
26089
 
+  ;;
26090
 
+  *)
26091
 
+  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
26092
 
+  for ac_dir in $PATH; do
26093
 
+    test -z "$ac_dir" && ac_dir=.
26094
 
+    if test -f $ac_dir/$ac_word; then
26095
 
+      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
26096
 
+       ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
26097
 
+       break
26098
 
+      fi
26099
 
+    fi
26100
 
+  done
26101
 
+  IFS="$ac_save_ifs"
26102
 
+  test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
26103
 
+  ;;
26104
 
+esac
26105
 
+fi
26106
 
+XGETTEXT="$ac_cv_path_XGETTEXT"
26107
 
+if test "$XGETTEXT" != ":"; then
26108
 
+  { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
26109
 
+echo "${ECHO_T}$XGETTEXT" >&6; }
26110
 
+else
26111
 
+  { echo "$as_me:$LINENO: result: no" >&5
26112
 
+echo "${ECHO_T}no" >&6; }
26113
 
+fi
26114
 
+
26115
 
+         cat >conftest.$ac_ext <<_ACEOF
26116
 
+/* confdefs.h.  */
26117
 
+_ACEOF
26118
 
+cat confdefs.h >>conftest.$ac_ext
26119
 
+cat >>conftest.$ac_ext <<_ACEOF
26120
 
+/* end confdefs.h.  */
26121
 
+
26122
 
+int
26123
 
+main ()
26124
 
+{
26125
 
+extern int _nl_msg_cat_cntr;
26126
 
+                        return _nl_msg_cat_cntr
26127
 
+  ;
26128
 
+  return 0;
26129
 
+}
26130
 
+_ACEOF
26131
 
+rm -f conftest.$ac_objext conftest$ac_exeext
26132
 
+if { (ac_try="$ac_link"
26133
 
+case "(($ac_try" in
26134
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26135
 
+  *) ac_try_echo=$ac_try;;
26136
 
+esac
26137
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26138
 
+  (eval "$ac_link") 2>conftest.er1
26139
 
+  ac_status=$?
26140
 
+  grep -v '^ *+' conftest.er1 >conftest.err
26141
 
+  rm -f conftest.er1
26142
 
+  cat conftest.err >&5
26143
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26144
 
+  (exit $ac_status); } && {
26145
 
+        test -z "$ac_c_werror_flag" ||
26146
 
+        test ! -s conftest.err
26147
 
+       } && test -s conftest$ac_exeext &&
26148
 
+       $as_test_x conftest$ac_exeext; then
26149
 
+  CATOBJEXT=.gmo 
26150
 
+             DATADIRNAME=share
26151
 
+else
26152
 
+  echo "$as_me: failed program was:" >&5
26153
 
+sed 's/^/| /' conftest.$ac_ext >&5
26154
 
+
26155
 
+       case $host in
26156
 
+           *-*-solaris*)
26157
 
+                                                               { echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
26158
 
+echo $ECHO_N "checking for bind_textdomain_codeset... $ECHO_C" >&6; }
26159
 
+if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
26160
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
26161
 
+else
26162
 
+  cat >conftest.$ac_ext <<_ACEOF
26163
 
+/* confdefs.h.  */
26164
 
+_ACEOF
26165
 
+cat confdefs.h >>conftest.$ac_ext
26166
 
+cat >>conftest.$ac_ext <<_ACEOF
26167
 
+/* end confdefs.h.  */
26168
 
+/* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
26169
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
26170
 
+#define bind_textdomain_codeset innocuous_bind_textdomain_codeset
26171
 
+
26172
 
+/* System header to define __stub macros and hopefully few prototypes,
26173
 
+    which can conflict with char bind_textdomain_codeset (); below.
26174
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26175
 
+    <limits.h> exists even on freestanding compilers.  */
26176
 
+
26177
 
+#ifdef __STDC__
26178
 
+# include <limits.h>
26179
 
+#else
26180
 
+# include <assert.h>
26181
 
+#endif
26182
 
+
26183
 
+#undef bind_textdomain_codeset
26184
 
+
26185
 
+/* Override any GCC internal prototype to avoid an error.
26186
 
+   Use char because int might match the return type of a GCC
26187
 
+   builtin and then its argument prototype would still apply.  */
26188
 
+#ifdef __cplusplus
26189
 
+extern "C"
26190
 
+#endif
26191
 
+char bind_textdomain_codeset ();
26192
 
+/* The GNU C library defines this for functions which it implements
26193
 
+    to always fail with ENOSYS.  Some functions are actually named
26194
 
+    something starting with __ and the normal name is an alias.  */
26195
 
+#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
26196
 
+choke me
26197
 
+#endif
26198
 
+
26199
 
+int
26200
 
+main ()
26201
 
+{
26202
 
+return bind_textdomain_codeset ();
26203
 
+  ;
26204
 
+  return 0;
26205
 
+}
26206
 
+_ACEOF
26207
 
+rm -f conftest.$ac_objext conftest$ac_exeext
26208
 
+if { (ac_try="$ac_link"
26209
 
+case "(($ac_try" in
26210
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26211
 
+  *) ac_try_echo=$ac_try;;
26212
 
+esac
26213
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26214
 
+  (eval "$ac_link") 2>conftest.er1
26215
 
+  ac_status=$?
26216
 
+  grep -v '^ *+' conftest.er1 >conftest.err
26217
 
+  rm -f conftest.er1
26218
 
+  cat conftest.err >&5
26219
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26220
 
+  (exit $ac_status); } && {
26221
 
+        test -z "$ac_c_werror_flag" ||
26222
 
+        test ! -s conftest.err
26223
 
+       } && test -s conftest$ac_exeext &&
26224
 
+       $as_test_x conftest$ac_exeext; then
26225
 
+  ac_cv_func_bind_textdomain_codeset=yes
26226
 
+else
26227
 
+  echo "$as_me: failed program was:" >&5
26228
 
+sed 's/^/| /' conftest.$ac_ext >&5
26229
 
+
26230
 
+       ac_cv_func_bind_textdomain_codeset=no
26231
 
+fi
26232
 
+
26233
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26234
 
+      conftest$ac_exeext conftest.$ac_ext
26235
 
+fi
26236
 
+{ echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
26237
 
+echo "${ECHO_T}$ac_cv_func_bind_textdomain_codeset" >&6; }
26238
 
+if test $ac_cv_func_bind_textdomain_codeset = yes; then
26239
 
+  CATOBJEXT=.gmo 
26240
 
+               DATADIRNAME=share
26241
 
+else
26242
 
+  CATOBJEXT=.mo
26243
 
+               DATADIRNAME=lib
26244
 
+fi
26245
 
+
26246
 
+           ;;
26247
 
+           *)
26248
 
+           CATOBJEXT=.mo
26249
 
+            DATADIRNAME=lib
26250
 
+           ;;
26251
 
+           esac
26252
 
+fi
26253
 
+
26254
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26255
 
+      conftest$ac_exeext conftest.$ac_ext
26256
 
+          LIBS="$glib_save_LIBS"
26257
 
+         INSTOBJEXT=.mo
26258
 
+       else
26259
 
+         gt_cv_have_gettext=no
26260
 
+       fi
26261
 
+      fi
26262
 
+    
26263
 
+fi
26264
 
+
26265
 
+
26266
 
+
26267
 
+    if test "$gt_cv_have_gettext" = "yes" ; then
26268
 
+      
26269
 
+cat >>confdefs.h <<\_ACEOF
26270
 
+@%:@define ENABLE_NLS 1
26271
 
+_ACEOF
26272
 
+
26273
 
+    fi
26274
 
+
26275
 
+        if test "$XGETTEXT" != ":"; then
26276
 
+                  if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
26277
 
+        : ;
26278
 
+      else
26279
 
+        { echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
26280
 
+echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6; }
26281
 
+        XGETTEXT=":"
26282
 
+      fi
26283
 
+    fi
26284
 
+
26285
 
+    # We need to process the po/ directory.
26286
 
+    POSUB=po
26287
 
+
26288
 
+    ac_config_commands="$ac_config_commands default-1"
26289
 
+
26290
 
+
26291
 
+                for lang in $ALL_LINGUAS; do
26292
 
+      GMOFILES="$GMOFILES $lang.gmo"
26293
 
+      POFILES="$POFILES $lang.po"
26294
 
+    done
26295
 
+
26296
 
+        
26297
 
+    
26298
 
+    
26299
 
+    
26300
 
+    
26301
 
+    
26302
 
+    
26303
 
+    
26304
 
+    
26305
 
+    
26306
 
+  
26307
 
+
26308
 
+   if test "$gt_cv_have_gettext" = "yes"; then
26309
 
+     if test "x$ALL_LINGUAS" = "x"; then
26310
 
+       LINGUAS=
26311
 
+     else
26312
 
+       { echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
26313
 
+echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6; }
26314
 
+       NEW_LINGUAS=
26315
 
+       for presentlang in $ALL_LINGUAS; do
26316
 
+         useit=no
26317
 
+         if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then
26318
 
+           desiredlanguages="$LINGUAS"
26319
 
+         else
26320
 
+           desiredlanguages="$ALL_LINGUAS"
26321
 
+         fi
26322
 
+         for desiredlang in $desiredlanguages; do
26323
 
+          # Use the presentlang catalog if desiredlang is
26324
 
+           #   a. equal to presentlang, or
26325
 
+           #   b. a variant of presentlang (because in this case,
26326
 
+           #      presentlang can be used as a fallback for messages
26327
 
+           #      which are not translated in the desiredlang catalog).
26328
 
+           case "$desiredlang" in
26329
 
+             "$presentlang"*) useit=yes;;
26330
 
+           esac
26331
 
+         done
26332
 
+         if test $useit = yes; then
26333
 
+           NEW_LINGUAS="$NEW_LINGUAS $presentlang"
26334
 
+         fi
26335
 
+       done
26336
 
+       LINGUAS=$NEW_LINGUAS
26337
 
+       { echo "$as_me:$LINENO: result: $LINGUAS" >&5
26338
 
+echo "${ECHO_T}$LINGUAS" >&6; }
26339
 
+     fi
26340
 
+
26341
 
+          if test -n "$LINGUAS"; then
26342
 
+       for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
26343
 
+     fi
26344
 
+   fi
26345
 
+
26346
 
+            MKINSTALLDIRS=
26347
 
+   if test -n "$ac_aux_dir"; then
26348
 
+     MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
26349
 
+   fi
26350
 
+   if test -z "$MKINSTALLDIRS"; then
26351
 
+     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
26352
 
+   fi
26353
 
+   
26354
 
+
26355
 
+         test -d po || mkdir po
26356
 
+   if test "x$srcdir" != "x."; then
26357
 
+     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
26358
 
+       posrcprefix="$srcdir/"
26359
 
+     else
26360
 
+       posrcprefix="../$srcdir/"
26361
 
+     fi
26362
 
+   else
26363
 
+     posrcprefix="../"
26364
 
+   fi
26365
 
+   rm -f po/POTFILES
26366
 
+   sed -e "/^#/d" -e "/^\$/d" -e "s,.*,        $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
26367
 
+       < $srcdir/po/POTFILES.in > po/POTFILES
26368
 
+  
26369
 
+
26370
 
+# AM_GNOME_GETTEXT above substs $DATADIRNAME
26371
 
+# this is the directory where the *.{mo,gmo} files are installed
26372
 
+gnomelocaledir='${prefix}/${DATADIRNAME}/locale'
26373
 
+
26374
 
+
26375
 
+
26376
 
+
26377
 
+if test "x${prefix}" = "xNONE"; then
26378
 
+  
26379
 
+cat >>confdefs.h <<_ACEOF
26380
 
+@%:@define PIXMAPS_DIR "${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
26381
 
+_ACEOF
26382
 
+
26383
 
+  pixmapsdir="${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
26384
 
+  
26385
 
+cat >>confdefs.h <<_ACEOF
26386
 
+@%:@define INTERFACES_DIR "${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/interfaces"
26387
 
+_ACEOF
26388
 
+
26389
 
+  interfacesdir="${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/interfaces"
26390
 
+  
26391
 
+cat >>confdefs.h <<_ACEOF
26392
 
+@%:@define FRONTEND_DIR "${ac_default_prefix}/${BINDIRNAME}"
26393
 
+_ACEOF
26394
 
+
26395
 
+  
26396
 
+cat >>confdefs.h <<_ACEOF
26397
 
+@%:@define DESKTOP_DATA_DIR "${ac_default_prefix}/${DATADIRNAME}/control-center-2.0/capplets"
26398
 
+_ACEOF
26399
 
+
26400
 
+else
26401
 
+  
26402
 
+cat >>confdefs.h <<_ACEOF
26403
 
+@%:@define PIXMAPS_DIR "${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
26404
 
+_ACEOF
26405
 
+
26406
 
+  pixmapsdir="${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
26407
 
+  
26408
 
+cat >>confdefs.h <<_ACEOF
26409
 
+@%:@define INTERFACES_DIR "${prefix}/${DATADIRNAME}/${PACKAGE}/interfaces"
26410
 
+_ACEOF
26411
 
+
26412
 
+  interfacesdir="${prefix}/${DATADIRNAME}/${PACKAGE}/interfaces"
26413
 
+  
26414
 
+cat >>confdefs.h <<_ACEOF
26415
 
+@%:@define FRONTEND_DIR "${prefix}/${BINDIRNAME}"
26416
 
+_ACEOF
26417
 
+
26418
 
+  
26419
 
+cat >>confdefs.h <<_ACEOF
26420
 
+@%:@define DESKTOP_DATA_DIR "${prefix}/${DATADIRNAME}/control-center-2.0/capplets"
26421
 
+_ACEOF
26422
 
+
26423
 
+fi
26424
 
+
26425
 
+
26426
 
+
26427
 
+
26428
 
+
26429
 
+
26430
 
+# Extract the first word of "gconftool-2", so it can be a program name with args.
26431
 
+set dummy gconftool-2; ac_word=$2
26432
 
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
26433
 
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
26434
 
+if test "${ac_cv_path_GCONFTOOL+set}" = set; then
26435
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
26436
 
+else
26437
 
+  case $GCONFTOOL in
26438
 
+  [\\/]* | ?:[\\/]*)
26439
 
+  ac_cv_path_GCONFTOOL="$GCONFTOOL" # Let the user override the test with a path.
26440
 
+  ;;
26441
 
+  *)
26442
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26443
 
+for as_dir in $PATH
26444
 
+do
26445
 
+  IFS=$as_save_IFS
26446
 
+  test -z "$as_dir" && as_dir=.
26447
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
26448
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
26449
 
+    ac_cv_path_GCONFTOOL="$as_dir/$ac_word$ac_exec_ext"
26450
 
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
26451
 
+    break 2
26452
 
+  fi
26453
 
+done
26454
 
+done
26455
 
+IFS=$as_save_IFS
26456
 
+
26457
 
+  test -z "$ac_cv_path_GCONFTOOL" && ac_cv_path_GCONFTOOL="no"
26458
 
+  ;;
26459
 
+esac
26460
 
+fi
26461
 
+GCONFTOOL=$ac_cv_path_GCONFTOOL
26462
 
+if test -n "$GCONFTOOL"; then
26463
 
+  { echo "$as_me:$LINENO: result: $GCONFTOOL" >&5
26464
 
+echo "${ECHO_T}$GCONFTOOL" >&6; }
26465
 
+else
26466
 
+  { echo "$as_me:$LINENO: result: no" >&5
26467
 
+echo "${ECHO_T}no" >&6; }
26468
 
+fi
26469
 
+
26470
 
+
26471
 
+
26472
 
+if test x"$GCONFTOOL" = xno; then
26473
 
+{ { echo "$as_me:$LINENO: error: gconftool-2 executable not found in your path - should be installed with GConf" >&5
26474
 
+echo "$as_me: error: gconftool-2 executable not found in your path - should be installed with GConf" >&2;}
26475
 
+   { (exit 1); exit 1; }; }
26476
 
+fi
26477
 
+     
26478
 
+
26479
 
+  if test "x$GCONF_SCHEMA_INSTALL_SOURCE" = "x"; then
26480
 
+    GCONF_SCHEMA_CONFIG_SOURCE=`gconftool-2 --get-default-source`
26481
 
+  else
26482
 
+    GCONF_SCHEMA_CONFIG_SOURCE=$GCONF_SCHEMA_INSTALL_SOURCE
26483
 
+  fi
26484
 
+
26485
 
+  
26486
 
+# Check whether --with-gconf-source was given.
26487
 
+if test "${with_gconf_source+set}" = set; then
26488
 
+  withval=$with_gconf_source; GCONF_SCHEMA_CONFIG_SOURCE="$withval"
26489
 
+fi
26490
 
+
26491
 
+
26492
 
+  
26493
 
+  { echo "$as_me:$LINENO: result: Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&5
26494
 
+echo "${ECHO_T}Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&6; }
26495
 
+
26496
 
+  if test "x$GCONF_SCHEMA_FILE_DIR" = "x"; then
26497
 
+    GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas'
26498
 
+  fi
26499
 
+
26500
 
+  
26501
 
+# Check whether --with-gconf-schema-file-dir was given.
26502
 
+if test "${with_gconf_schema_file_dir+set}" = set; then
26503
 
+  withval=$with_gconf_schema_file_dir; GCONF_SCHEMA_FILE_DIR="$withval"
26504
 
+fi
26505
 
+
26506
 
+
26507
 
+  
26508
 
+  { echo "$as_me:$LINENO: result: Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files" >&5
26509
 
+echo "${ECHO_T}Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files" >&6; }
26510
 
+
26511
 
+  # Check whether --enable-schemas-install was given.
26512
 
+if test "${enable_schemas_install+set}" = set; then
26513
 
+  enableval=$enable_schemas_install; case ${enableval} in
26514
 
+       yes|no) ;;
26515
 
+       *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-schemas-install" >&5
26516
 
+echo "$as_me: error: bad value ${enableval} for --enable-schemas-install" >&2;}
26517
 
+   { (exit 1); exit 1; }; } ;;
26518
 
+      esac
26519
 
+fi
26520
 
+
26521
 
+   
26522
 
+
26523
 
+if test "$enable_schemas_install" != no; then
26524
 
+  GCONF_SCHEMAS_INSTALL_TRUE=
26525
 
+  GCONF_SCHEMAS_INSTALL_FALSE='#'
26526
 
+else
26527
 
+  GCONF_SCHEMAS_INSTALL_TRUE='#'
26528
 
+  GCONF_SCHEMAS_INSTALL_FALSE=
26529
 
+fi
26530
 
+
26531
 
+
26532
 
+
26533
 
+    
26534
 
+
26535
 
+GST_DEPRECATED_FLAGS=""
26536
 
+
26537
 
+GST_LIBS="$GST_DEPENDS_LIBS $GNOME_LIBS"
26538
 
+GST_CFLAGS="$GST_DEPENDS_CFLAGS $GST_CRACK_LIB_CFLAGS $GST_DEPRECATED_FLAGS $GNOME_CFLAGS"
26539
 
+
26540
 
+GST_TOOL_LIBS="\$(top_builddir)/src/common/libsetuptool.a $GST_LIBS"
26541
 
+GST_TOOL_CFLAGS="$GST_CFLAGS -I\$(top_srcdir)/src/common"
26542
 
+
26543
 
+GST_TOOL_CLEANFILES="\$(desktop) \$(desktop).in"
26544
 
+GST_TOOL_EXTRA_DIST="\$(toolpixmaps) \$(desktop).in.in" 
26545
 
+GST_TOOL_DEPENDENCIES="\$(top_builddir)/src/common/libsetuptool.a"
26546
 
+
26547
 
+
26548
 
+
26549
 
+
26550
 
+
26551
 
+
26552
 
+
26553
 
+
26554
 
+
26555
 
+
26556
 
+
26557
 
+GST_IW_LIBS=
26558
 
+if test "${ac_cv_header_iwlib_h+set}" = set; then
26559
 
+  { echo "$as_me:$LINENO: checking for iwlib.h" >&5
26560
 
+echo $ECHO_N "checking for iwlib.h... $ECHO_C" >&6; }
26561
 
+if test "${ac_cv_header_iwlib_h+set}" = set; then
26562
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
26563
 
+fi
26564
 
+{ echo "$as_me:$LINENO: result: $ac_cv_header_iwlib_h" >&5
26565
 
+echo "${ECHO_T}$ac_cv_header_iwlib_h" >&6; }
26566
 
+else
26567
 
+  # Is the header compilable?
26568
 
+{ echo "$as_me:$LINENO: checking iwlib.h usability" >&5
26569
 
+echo $ECHO_N "checking iwlib.h usability... $ECHO_C" >&6; }
26570
 
+cat >conftest.$ac_ext <<_ACEOF
26571
 
+/* confdefs.h.  */
26572
 
+_ACEOF
26573
 
+cat confdefs.h >>conftest.$ac_ext
26574
 
+cat >>conftest.$ac_ext <<_ACEOF
26575
 
+/* end confdefs.h.  */
26576
 
+$ac_includes_default
26577
 
+@%:@include <iwlib.h>
26578
 
+_ACEOF
26579
 
+rm -f conftest.$ac_objext
26580
 
+if { (ac_try="$ac_compile"
26581
 
+case "(($ac_try" in
26582
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26583
 
+  *) ac_try_echo=$ac_try;;
26584
 
+esac
26585
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26586
 
+  (eval "$ac_compile") 2>conftest.er1
26587
 
+  ac_status=$?
26588
 
+  grep -v '^ *+' conftest.er1 >conftest.err
26589
 
+  rm -f conftest.er1
26590
 
+  cat conftest.err >&5
26591
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26592
 
+  (exit $ac_status); } && {
26593
 
+        test -z "$ac_c_werror_flag" ||
26594
 
+        test ! -s conftest.err
26595
 
+       } && test -s conftest.$ac_objext; then
26596
 
+  ac_header_compiler=yes
26597
 
+else
26598
 
+  echo "$as_me: failed program was:" >&5
26599
 
+sed 's/^/| /' conftest.$ac_ext >&5
26600
 
+
26601
 
+       ac_header_compiler=no
26602
 
+fi
26603
 
+
26604
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26605
 
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26606
 
+echo "${ECHO_T}$ac_header_compiler" >&6; }
26607
 
+
26608
 
+# Is the header present?
26609
 
+{ echo "$as_me:$LINENO: checking iwlib.h presence" >&5
26610
 
+echo $ECHO_N "checking iwlib.h presence... $ECHO_C" >&6; }
26611
 
+cat >conftest.$ac_ext <<_ACEOF
26612
 
+/* confdefs.h.  */
26613
 
+_ACEOF
26614
 
+cat confdefs.h >>conftest.$ac_ext
26615
 
+cat >>conftest.$ac_ext <<_ACEOF
26616
 
+/* end confdefs.h.  */
26617
 
+@%:@include <iwlib.h>
26618
 
+_ACEOF
26619
 
+if { (ac_try="$ac_cpp conftest.$ac_ext"
26620
 
+case "(($ac_try" in
26621
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26622
 
+  *) ac_try_echo=$ac_try;;
26623
 
+esac
26624
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26625
 
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26626
 
+  ac_status=$?
26627
 
+  grep -v '^ *+' conftest.er1 >conftest.err
26628
 
+  rm -f conftest.er1
26629
 
+  cat conftest.err >&5
26630
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26631
 
+  (exit $ac_status); } >/dev/null && {
26632
 
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
26633
 
+        test ! -s conftest.err
26634
 
+       }; then
26635
 
+  ac_header_preproc=yes
26636
 
+else
26637
 
+  echo "$as_me: failed program was:" >&5
26638
 
+sed 's/^/| /' conftest.$ac_ext >&5
26639
 
+
26640
 
+  ac_header_preproc=no
26641
 
+fi
26642
 
+
26643
 
+rm -f conftest.err conftest.$ac_ext
26644
 
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26645
 
+echo "${ECHO_T}$ac_header_preproc" >&6; }
26646
 
+
26647
 
+# So?  What about this header?
26648
 
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26649
 
+  yes:no: )
26650
 
+    { echo "$as_me:$LINENO: WARNING: iwlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
26651
 
+echo "$as_me: WARNING: iwlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
26652
 
+    { echo "$as_me:$LINENO: WARNING: iwlib.h: proceeding with the compiler's result" >&5
26653
 
+echo "$as_me: WARNING: iwlib.h: proceeding with the compiler's result" >&2;}
26654
 
+    ac_header_preproc=yes
26655
 
+    ;;
26656
 
+  no:yes:* )
26657
 
+    { echo "$as_me:$LINENO: WARNING: iwlib.h: present but cannot be compiled" >&5
26658
 
+echo "$as_me: WARNING: iwlib.h: present but cannot be compiled" >&2;}
26659
 
+    { echo "$as_me:$LINENO: WARNING: iwlib.h:     check for missing prerequisite headers?" >&5
26660
 
+echo "$as_me: WARNING: iwlib.h:     check for missing prerequisite headers?" >&2;}
26661
 
+    { echo "$as_me:$LINENO: WARNING: iwlib.h: see the Autoconf documentation" >&5
26662
 
+echo "$as_me: WARNING: iwlib.h: see the Autoconf documentation" >&2;}
26663
 
+    { echo "$as_me:$LINENO: WARNING: iwlib.h:     section \"Present But Cannot Be Compiled\"" >&5
26664
 
+echo "$as_me: WARNING: iwlib.h:     section \"Present But Cannot Be Compiled\"" >&2;}
26665
 
+    { echo "$as_me:$LINENO: WARNING: iwlib.h: proceeding with the preprocessor's result" >&5
26666
 
+echo "$as_me: WARNING: iwlib.h: proceeding with the preprocessor's result" >&2;}
26667
 
+    { echo "$as_me:$LINENO: WARNING: iwlib.h: in the future, the compiler will take precedence" >&5
26668
 
+echo "$as_me: WARNING: iwlib.h: in the future, the compiler will take precedence" >&2;}
26669
 
+    ( cat <<\_ASBOX
26670
 
+@%:@@%:@ --------------------------------------------------------------------------------- @%:@@%:@
26671
 
+@%:@@%:@ Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-system-tools @%:@@%:@
26672
 
+@%:@@%:@ --------------------------------------------------------------------------------- @%:@@%:@
26673
 
+_ASBOX
26674
 
+     ) | sed "s/^/$as_me: WARNING:     /" >&2
26675
 
+    ;;
26676
 
+esac
26677
 
+{ echo "$as_me:$LINENO: checking for iwlib.h" >&5
26678
 
+echo $ECHO_N "checking for iwlib.h... $ECHO_C" >&6; }
26679
 
+if test "${ac_cv_header_iwlib_h+set}" = set; then
26680
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
26681
 
+else
26682
 
+  ac_cv_header_iwlib_h=$ac_header_preproc
26683
 
+fi
26684
 
+{ echo "$as_me:$LINENO: result: $ac_cv_header_iwlib_h" >&5
26685
 
+echo "${ECHO_T}$ac_cv_header_iwlib_h" >&6; }
26686
 
+
26687
 
+fi
26688
 
+if test $ac_cv_header_iwlib_h = yes; then
26689
 
+  
26690
 
+  enable_libiw=yes
26691
 
+  
26692
 
+cat >>confdefs.h <<\_ACEOF
26693
 
+@%:@define HAVE_LIBIW_H ""
26694
 
+_ACEOF
26695
 
+
26696
 
+  { echo "$as_me:$LINENO: checking for main in -liw" >&5
26697
 
+echo $ECHO_N "checking for main in -liw... $ECHO_C" >&6; }
26698
 
+if test "${ac_cv_lib_iw_main+set}" = set; then
26699
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
26700
 
+else
26701
 
+  ac_check_lib_save_LIBS=$LIBS
26702
 
+LIBS="-liw  $LIBS"
26703
 
+cat >conftest.$ac_ext <<_ACEOF
26704
 
+/* confdefs.h.  */
26705
 
+_ACEOF
26706
 
+cat confdefs.h >>conftest.$ac_ext
26707
 
+cat >>conftest.$ac_ext <<_ACEOF
26708
 
+/* end confdefs.h.  */
26709
 
+
26710
 
+
26711
 
+int
26712
 
+main ()
26713
 
+{
26714
 
+return main ();
26715
 
+  ;
26716
 
+  return 0;
26717
 
+}
26718
 
+_ACEOF
26719
 
+rm -f conftest.$ac_objext conftest$ac_exeext
26720
 
+if { (ac_try="$ac_link"
26721
 
+case "(($ac_try" in
26722
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26723
 
+  *) ac_try_echo=$ac_try;;
26724
 
+esac
26725
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26726
 
+  (eval "$ac_link") 2>conftest.er1
26727
 
+  ac_status=$?
26728
 
+  grep -v '^ *+' conftest.er1 >conftest.err
26729
 
+  rm -f conftest.er1
26730
 
+  cat conftest.err >&5
26731
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26732
 
+  (exit $ac_status); } && {
26733
 
+        test -z "$ac_c_werror_flag" ||
26734
 
+        test ! -s conftest.err
26735
 
+       } && test -s conftest$ac_exeext &&
26736
 
+       $as_test_x conftest$ac_exeext; then
26737
 
+  ac_cv_lib_iw_main=yes
26738
 
+else
26739
 
+  echo "$as_me: failed program was:" >&5
26740
 
+sed 's/^/| /' conftest.$ac_ext >&5
26741
 
+
26742
 
+       ac_cv_lib_iw_main=no
26743
 
+fi
26744
 
+
26745
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26746
 
+      conftest$ac_exeext conftest.$ac_ext
26747
 
+LIBS=$ac_check_lib_save_LIBS
26748
 
+fi
26749
 
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_iw_main" >&5
26750
 
+echo "${ECHO_T}$ac_cv_lib_iw_main" >&6; }
26751
 
+if test $ac_cv_lib_iw_main = yes; then
26752
 
+  GST_IW_LIBS="-liw"
26753
 
+fi
26754
 
+ac_cv_lib_iw=ac_cv_lib_iw_main
26755
 
+
26756
 
+
26757
 
+fi
26758
 
+
26759
 
+
26760
 
26761
 
+
26762
 
+if test x$enable_libiw = xyes; then
26763
 
+  HAVE_LIBIW_H_TRUE=
26764
 
+  HAVE_LIBIW_H_FALSE='#'
26765
 
+else
26766
 
+  HAVE_LIBIW_H_TRUE='#'
26767
 
+  HAVE_LIBIW_H_FALSE=
26768
 
+fi
26769
 
+
26770
 
+
26771
 
+
26772
 
+
26773
 
+
26774
 
+
26775
 
+pkg_failed=no
26776
 
+{ echo "$as_me:$LINENO: checking for NAUTILUS" >&5
26777
 
+echo $ECHO_N "checking for NAUTILUS... $ECHO_C" >&6; }
26778
 
+
26779
 
+if test -n "$PKG_CONFIG"; then
26780
 
+    if test -n "$NAUTILUS_CFLAGS"; then
26781
 
+        pkg_cv_NAUTILUS_CFLAGS="$NAUTILUS_CFLAGS"
26782
 
+    else
26783
 
+        if test -n "$PKG_CONFIG" && \
26784
 
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
26785
 
+          libnautilus-extension >= 2.9.3
26786
 
+          liboobs-1 >= \$LIBOOBS_REQUIRED
26787
 
+          \"") >&5
26788
 
+  ($PKG_CONFIG --exists --print-errors "
26789
 
+          libnautilus-extension >= 2.9.3
26790
 
+          liboobs-1 >= $LIBOOBS_REQUIRED
26791
 
+          ") 2>&5
26792
 
+  ac_status=$?
26793
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26794
 
+  (exit $ac_status); }; then
26795
 
+  pkg_cv_NAUTILUS_CFLAGS=`$PKG_CONFIG --cflags "
26796
 
+          libnautilus-extension >= 2.9.3
26797
 
+          liboobs-1 >= $LIBOOBS_REQUIRED
26798
 
+          " 2>/dev/null`
26799
 
+else
26800
 
+  pkg_failed=yes
26801
 
+fi
26802
 
+    fi
26803
 
+else
26804
 
+       pkg_failed=untried
26805
 
+fi
26806
 
+if test -n "$PKG_CONFIG"; then
26807
 
+    if test -n "$NAUTILUS_LIBS"; then
26808
 
+        pkg_cv_NAUTILUS_LIBS="$NAUTILUS_LIBS"
26809
 
+    else
26810
 
+        if test -n "$PKG_CONFIG" && \
26811
 
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
26812
 
+          libnautilus-extension >= 2.9.3
26813
 
+          liboobs-1 >= \$LIBOOBS_REQUIRED
26814
 
+          \"") >&5
26815
 
+  ($PKG_CONFIG --exists --print-errors "
26816
 
+          libnautilus-extension >= 2.9.3
26817
 
+          liboobs-1 >= $LIBOOBS_REQUIRED
26818
 
+          ") 2>&5
26819
 
+  ac_status=$?
26820
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26821
 
+  (exit $ac_status); }; then
26822
 
+  pkg_cv_NAUTILUS_LIBS=`$PKG_CONFIG --libs "
26823
 
+          libnautilus-extension >= 2.9.3
26824
 
+          liboobs-1 >= $LIBOOBS_REQUIRED
26825
 
+          " 2>/dev/null`
26826
 
+else
26827
 
+  pkg_failed=yes
26828
 
+fi
26829
 
+    fi
26830
 
+else
26831
 
+       pkg_failed=untried
26832
 
+fi
26833
 
+
26834
 
+
26835
 
+
26836
 
+if test $pkg_failed = yes; then
26837
 
+        
26838
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
26839
 
+        _pkg_short_errors_supported=yes
26840
 
+else
26841
 
+        _pkg_short_errors_supported=no
26842
 
+fi
26843
 
+        if test $_pkg_short_errors_supported = yes; then
26844
 
+               NAUTILUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "
26845
 
+          libnautilus-extension >= 2.9.3
26846
 
+          liboobs-1 >= $LIBOOBS_REQUIRED
26847
 
+          "`
26848
 
+        else 
26849
 
+               NAUTILUS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "
26850
 
+          libnautilus-extension >= 2.9.3
26851
 
+          liboobs-1 >= $LIBOOBS_REQUIRED
26852
 
+          "`
26853
 
+        fi
26854
 
+       # Put the nasty error message in config.log where it belongs
26855
 
+       echo "$NAUTILUS_PKG_ERRORS" >&5
26856
 
+
26857
 
+       { { echo "$as_me:$LINENO: error: Package requirements (
26858
 
+          libnautilus-extension >= 2.9.3
26859
 
+          liboobs-1 >= $LIBOOBS_REQUIRED
26860
 
+          ) were not met:
26861
 
+
26862
 
+$NAUTILUS_PKG_ERRORS
26863
 
+
26864
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
26865
 
+installed software in a non-standard prefix.
26866
 
+
26867
 
+Alternatively, you may set the environment variables NAUTILUS_CFLAGS
26868
 
+and NAUTILUS_LIBS to avoid the need to call pkg-config.
26869
 
+See the pkg-config man page for more details.
26870
 
+" >&5
26871
 
+echo "$as_me: error: Package requirements (
26872
 
+          libnautilus-extension >= 2.9.3
26873
 
+          liboobs-1 >= $LIBOOBS_REQUIRED
26874
 
+          ) were not met:
26875
 
+
26876
 
+$NAUTILUS_PKG_ERRORS
26877
 
+
26878
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
26879
 
+installed software in a non-standard prefix.
26880
 
+
26881
 
+Alternatively, you may set the environment variables NAUTILUS_CFLAGS
26882
 
+and NAUTILUS_LIBS to avoid the need to call pkg-config.
26883
 
+See the pkg-config man page for more details.
26884
 
+" >&2;}
26885
 
+   { (exit 1); exit 1; }; }
26886
 
+elif test $pkg_failed = untried; then
26887
 
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
26888
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
26889
 
+path to pkg-config.
26890
 
+
26891
 
+Alternatively, you may set the environment variables NAUTILUS_CFLAGS
26892
 
+and NAUTILUS_LIBS to avoid the need to call pkg-config.
26893
 
+See the pkg-config man page for more details.
26894
 
+
26895
 
+To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
26896
 
+See \`config.log' for more details." >&5
26897
 
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
26898
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
26899
 
+path to pkg-config.
26900
 
+
26901
 
+Alternatively, you may set the environment variables NAUTILUS_CFLAGS
26902
 
+and NAUTILUS_LIBS to avoid the need to call pkg-config.
26903
 
+See the pkg-config man page for more details.
26904
 
+
26905
 
+To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
26906
 
+See \`config.log' for more details." >&2;}
26907
 
+   { (exit 1); exit 1; }; }
26908
 
+else
26909
 
+       NAUTILUS_CFLAGS=$pkg_cv_NAUTILUS_CFLAGS
26910
 
+       NAUTILUS_LIBS=$pkg_cv_NAUTILUS_LIBS
26911
 
+        { echo "$as_me:$LINENO: result: yes" >&5
26912
 
+echo "${ECHO_T}yes" >&6; }
26913
 
+       :
26914
 
+fi
26915
 
+
26916
 
+
26917
 
+
26918
 
+
26919
 
+
26920
 
+ac_config_files="$ac_config_files Makefile doc/Makefile doc/network/Makefile doc/services/Makefile doc/services/nl/Makefile doc/shares/Makefile doc/time/Makefile doc/time/nl/Makefile doc/users/Makefile interfaces/Makefile pixmaps/Makefile src/Makefile src/common/Makefile src/users/users.desktop.in src/users/Makefile src/network/network.desktop.in src/network/Makefile src/time/time.desktop.in src/time/Makefile src/time/e-map/Makefile src/services/services.desktop.in src/services/Makefile src/shares/shares.desktop.in src/shares/Makefile src/shares/nautilus/Makefile po/Makefile.in gnome-system-tools.pc"
26921
 
+
26922
 
+cat >confcache <<\_ACEOF
26923
 
+# This file is a shell script that caches the results of configure
26924
 
+# tests run on this system so they can be shared between configure
26925
 
+# scripts and configure runs, see configure's option --config-cache.
26926
 
+# It is not useful on other systems.  If it contains results you don't
26927
 
+# want to keep, you may remove or edit it.
26928
 
+#
26929
 
+# config.status only pays attention to the cache file if you give it
26930
 
+# the --recheck option to rerun configure.
26931
 
+#
26932
 
+# `ac_cv_env_foo' variables (set or unset) will be overridden when
26933
 
+# loading this file, other *unset* `ac_cv_foo' will be assigned the
26934
 
+# following values.
26935
 
+
26936
 
+_ACEOF
26937
 
+
26938
 
+# The following way of writing the cache mishandles newlines in values,
26939
 
+# but we know of no workaround that is simple, portable, and efficient.
26940
 
+# So, we kill variables containing newlines.
26941
 
+# Ultrix sh set writes to stderr and can't be redirected directly,
26942
 
+# and sets the high bit in the cache file unless we assign to the vars.
26943
 
+(
26944
 
+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
26945
 
+    eval ac_val=\$$ac_var
26946
 
+    case $ac_val in #(
26947
 
+    *${as_nl}*)
26948
 
+      case $ac_var in #(
26949
 
+      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
26950
 
+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
26951
 
+      esac
26952
 
+      case $ac_var in #(
26953
 
+      _ | IFS | as_nl) ;; #(
26954
 
+      *) $as_unset $ac_var ;;
26955
 
+      esac ;;
26956
 
+    esac
26957
 
+  done
26958
 
+
26959
 
+  (set) 2>&1 |
26960
 
+    case $as_nl`(ac_space=' '; set) 2>&1` in #(
26961
 
+    *${as_nl}ac_space=\ *)
26962
 
+      # `set' does not quote correctly, so add quotes (double-quote
26963
 
+      # substitution turns \\\\ into \\, and sed turns \\ into \).
26964
 
+      sed -n \
26965
 
+       "s/'/'\\\\''/g;
26966
 
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
26967
 
+      ;; #(
26968
 
+    *)
26969
 
+      # `set' quotes correctly as required by POSIX, so do not add quotes.
26970
 
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
26971
 
+      ;;
26972
 
+    esac |
26973
 
+    sort
26974
 
+) |
26975
 
+  sed '
26976
 
+     /^ac_cv_env_/b end
26977
 
+     t clear
26978
 
+     :clear
26979
 
+     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
26980
 
+     t end
26981
 
+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26982
 
+     :end' >>confcache
26983
 
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26984
 
+  if test -w "$cache_file"; then
26985
 
+    test "x$cache_file" != "x/dev/null" &&
26986
 
+      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
26987
 
+echo "$as_me: updating cache $cache_file" >&6;}
26988
 
+    cat confcache >$cache_file
26989
 
+  else
26990
 
+    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26991
 
+echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26992
 
+  fi
26993
 
+fi
26994
 
+rm -f confcache
26995
 
+
26996
 
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
26997
 
+# Let make expand exec_prefix.
26998
 
+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
26999
 
+
27000
 
+DEFS=-DHAVE_CONFIG_H
27001
 
+
27002
 
+ac_libobjs=
27003
 
+ac_ltlibobjs=
27004
 
+for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue
27005
 
+  # 1. Remove the extension, and $U if already installed.
27006
 
+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27007
 
+  ac_i=`echo "$ac_i" | sed "$ac_script"`
27008
 
+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
27009
 
+  #    will be set to the directory where LIBOBJS objects are built.
27010
 
+  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27011
 
+  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27012
 
+done
27013
 
+LIB@&t@OBJS=$ac_libobjs
27014
 
+
27015
 
+LTLIBOBJS=$ac_ltlibobjs
27016
 
+
27017
 
+
27018
 
+if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
27019
 
+  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
27020
 
+Usually this means the macro was only invoked conditionally." >&5
27021
 
+echo "$as_me: error: conditional \"AMDEP\" was never defined.
27022
 
+Usually this means the macro was only invoked conditionally." >&2;}
27023
 
+   { (exit 1); exit 1; }; }
27024
 
+fi
27025
 
+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
27026
 
+  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
27027
 
+Usually this means the macro was only invoked conditionally." >&5
27028
 
+echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
27029
 
+Usually this means the macro was only invoked conditionally." >&2;}
27030
 
+   { (exit 1); exit 1; }; }
27031
 
+fi
27032
 
+
27033
 
+  ac_config_commands="$ac_config_commands po/stamp-it"
27034
 
+
27035
 
+
27036
 
+if test -z "${ENABLE_SK_TRUE}" && test -z "${ENABLE_SK_FALSE}"; then
27037
 
+  { { echo "$as_me:$LINENO: error: conditional \"ENABLE_SK\" was never defined.
27038
 
+Usually this means the macro was only invoked conditionally." >&5
27039
 
+echo "$as_me: error: conditional \"ENABLE_SK\" was never defined.
27040
 
+Usually this means the macro was only invoked conditionally." >&2;}
27041
 
+   { (exit 1); exit 1; }; }
27042
 
+fi
27043
 
+if test -z "${HAVE_GNOME_DOC_UTILS_TRUE}" && test -z "${HAVE_GNOME_DOC_UTILS_FALSE}"; then
27044
 
+  { { echo "$as_me:$LINENO: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
27045
 
+Usually this means the macro was only invoked conditionally." >&5
27046
 
+echo "$as_me: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
27047
 
+Usually this means the macro was only invoked conditionally." >&2;}
27048
 
+   { (exit 1); exit 1; }; }
27049
 
+fi
27050
 
+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
27051
 
+  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
27052
 
+Usually this means the macro was only invoked conditionally." >&5
27053
 
+echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
27054
 
+Usually this means the macro was only invoked conditionally." >&2;}
27055
 
+   { (exit 1); exit 1; }; }
27056
 
+fi
27057
 
+if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
27058
 
+  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
27059
 
+Usually this means the macro was only invoked conditionally." >&5
27060
 
+echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
27061
 
+Usually this means the macro was only invoked conditionally." >&2;}
27062
 
+   { (exit 1); exit 1; }; }
27063
 
+fi
27064
 
+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
27065
 
+  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
27066
 
+Usually this means the macro was only invoked conditionally." >&5
27067
 
+echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
27068
 
+Usually this means the macro was only invoked conditionally." >&2;}
27069
 
+   { (exit 1); exit 1; }; }
27070
 
+fi
27071
 
+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
27072
 
+  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
27073
 
+Usually this means the macro was only invoked conditionally." >&5
27074
 
+echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
27075
 
+Usually this means the macro was only invoked conditionally." >&2;}
27076
 
+   { (exit 1); exit 1; }; }
27077
 
+fi
27078
 
+if test -z "${ENABLE_GNOME_TRUE}" && test -z "${ENABLE_GNOME_FALSE}"; then
27079
 
+  { { echo "$as_me:$LINENO: error: conditional \"ENABLE_GNOME\" was never defined.
27080
 
+Usually this means the macro was only invoked conditionally." >&5
27081
 
+echo "$as_me: error: conditional \"ENABLE_GNOME\" was never defined.
27082
 
+Usually this means the macro was only invoked conditionally." >&2;}
27083
 
+   { (exit 1); exit 1; }; }
27084
 
+fi
27085
 
+if test -z "${BUILD_NETWORK_TRUE}" && test -z "${BUILD_NETWORK_FALSE}"; then
27086
 
+  { { echo "$as_me:$LINENO: error: conditional \"BUILD_NETWORK\" was never defined.
27087
 
+Usually this means the macro was only invoked conditionally." >&5
27088
 
+echo "$as_me: error: conditional \"BUILD_NETWORK\" was never defined.
27089
 
+Usually this means the macro was only invoked conditionally." >&2;}
27090
 
+   { (exit 1); exit 1; }; }
27091
 
+fi
27092
 
+if test -z "${BUILD_SERVICES_TRUE}" && test -z "${BUILD_SERVICES_FALSE}"; then
27093
 
+  { { echo "$as_me:$LINENO: error: conditional \"BUILD_SERVICES\" was never defined.
27094
 
+Usually this means the macro was only invoked conditionally." >&5
27095
 
+echo "$as_me: error: conditional \"BUILD_SERVICES\" was never defined.
27096
 
+Usually this means the macro was only invoked conditionally." >&2;}
27097
 
+   { (exit 1); exit 1; }; }
27098
 
+fi
27099
 
+if test -z "${BUILD_TIME_TRUE}" && test -z "${BUILD_TIME_FALSE}"; then
27100
 
+  { { echo "$as_me:$LINENO: error: conditional \"BUILD_TIME\" was never defined.
27101
 
+Usually this means the macro was only invoked conditionally." >&5
27102
 
+echo "$as_me: error: conditional \"BUILD_TIME\" was never defined.
27103
 
+Usually this means the macro was only invoked conditionally." >&2;}
27104
 
+   { (exit 1); exit 1; }; }
27105
 
+fi
27106
 
+if test -z "${BUILD_USERS_TRUE}" && test -z "${BUILD_USERS_FALSE}"; then
27107
 
+  { { echo "$as_me:$LINENO: error: conditional \"BUILD_USERS\" was never defined.
27108
 
+Usually this means the macro was only invoked conditionally." >&5
27109
 
+echo "$as_me: error: conditional \"BUILD_USERS\" was never defined.
27110
 
+Usually this means the macro was only invoked conditionally." >&2;}
27111
 
+   { (exit 1); exit 1; }; }
27112
 
+fi
27113
 
+if test -z "${BUILD_SHARES_TRUE}" && test -z "${BUILD_SHARES_FALSE}"; then
27114
 
+  { { echo "$as_me:$LINENO: error: conditional \"BUILD_SHARES\" was never defined.
27115
 
+Usually this means the macro was only invoked conditionally." >&5
27116
 
+echo "$as_me: error: conditional \"BUILD_SHARES\" was never defined.
27117
 
+Usually this means the macro was only invoked conditionally." >&2;}
27118
 
+   { (exit 1); exit 1; }; }
27119
 
+fi
27120
 
+if test -z "${BUILD_NAUTILUS_TRUE}" && test -z "${BUILD_NAUTILUS_FALSE}"; then
27121
 
+  { { echo "$as_me:$LINENO: error: conditional \"BUILD_NAUTILUS\" was never defined.
27122
 
+Usually this means the macro was only invoked conditionally." >&5
27123
 
+echo "$as_me: error: conditional \"BUILD_NAUTILUS\" was never defined.
27124
 
+Usually this means the macro was only invoked conditionally." >&2;}
27125
 
+   { (exit 1); exit 1; }; }
27126
 
+fi
27127
 
+if test -z "${GCONF_SCHEMAS_INSTALL_TRUE}" && test -z "${GCONF_SCHEMAS_INSTALL_FALSE}"; then
27128
 
+  { { echo "$as_me:$LINENO: error: conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
27129
 
+Usually this means the macro was only invoked conditionally." >&5
27130
 
+echo "$as_me: error: conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
27131
 
+Usually this means the macro was only invoked conditionally." >&2;}
27132
 
+   { (exit 1); exit 1; }; }
27133
 
+fi
27134
 
+if test -z "${HAVE_LIBIW_H_TRUE}" && test -z "${HAVE_LIBIW_H_FALSE}"; then
27135
 
+  { { echo "$as_me:$LINENO: error: conditional \"HAVE_LIBIW_H\" was never defined.
27136
 
+Usually this means the macro was only invoked conditionally." >&5
27137
 
+echo "$as_me: error: conditional \"HAVE_LIBIW_H\" was never defined.
27138
 
+Usually this means the macro was only invoked conditionally." >&2;}
27139
 
+   { (exit 1); exit 1; }; }
27140
 
+fi
27141
 
+
27142
 
+: ${CONFIG_STATUS=./config.status}
27143
 
+ac_clean_files_save=$ac_clean_files
27144
 
+ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27145
 
+{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27146
 
+echo "$as_me: creating $CONFIG_STATUS" >&6;}
27147
 
+cat >$CONFIG_STATUS <<_ACEOF
27148
 
+#! $SHELL
27149
 
+# Generated by $as_me.
27150
 
+# Run this file to recreate the current configuration.
27151
 
+# Compiler output produced by configure, useful for debugging
27152
 
+# configure, is in config.log if it exists.
27153
 
+
27154
 
+debug=false
27155
 
+ac_cs_recheck=false
27156
 
+ac_cs_silent=false
27157
 
+SHELL=\${CONFIG_SHELL-$SHELL}
27158
 
+_ACEOF
27159
 
+
27160
 
+cat >>$CONFIG_STATUS <<\_ACEOF
27161
 
+## --------------------- ##
27162
 
+## M4sh Initialization.  ##
27163
 
+## --------------------- ##
27164
 
+
27165
 
+# Be more Bourne compatible
27166
 
+DUALCASE=1; export DUALCASE # for MKS sh
27167
 
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27168
 
+  emulate sh
27169
 
+  NULLCMD=:
27170
 
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
27171
 
+  # is contrary to our usage.  Disable this feature.
27172
 
+  alias -g '${1+"$@"}'='"$@"'
27173
 
+  setopt NO_GLOB_SUBST
27174
 
+else
27175
 
+  case `(set -o) 2>/dev/null` in
27176
 
+  *posix*) set -o posix ;;
27177
 
+esac
27178
 
+
27179
 
+fi
27180
 
+
27181
 
+
27182
 
+
27183
 
+
27184
 
+# PATH needs CR
27185
 
+# Avoid depending upon Character Ranges.
27186
 
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27187
 
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27188
 
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27189
 
+as_cr_digits='0123456789'
27190
 
+as_cr_alnum=$as_cr_Letters$as_cr_digits
27191
 
+
27192
 
+# The user is always right.
27193
 
+if test "${PATH_SEPARATOR+set}" != set; then
27194
 
+  echo "#! /bin/sh" >conf$$.sh
27195
 
+  echo  "exit 0"   >>conf$$.sh
27196
 
+  chmod +x conf$$.sh
27197
 
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
27198
 
+    PATH_SEPARATOR=';'
27199
 
+  else
27200
 
+    PATH_SEPARATOR=:
27201
 
+  fi
27202
 
+  rm -f conf$$.sh
27203
 
+fi
27204
 
+
27205
 
+# Support unset when possible.
27206
 
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27207
 
+  as_unset=unset
27208
 
+else
27209
 
+  as_unset=false
27210
 
+fi
27211
 
+
27212
 
+
27213
 
+# IFS
27214
 
+# We need space, tab and new line, in precisely that order.  Quoting is
27215
 
+# there to prevent editors from complaining about space-tab.
27216
 
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
27217
 
+# splitting by setting IFS to empty value.)
27218
 
+as_nl='
27219
 
+'
27220
 
+IFS=" ""       $as_nl"
27221
 
+
27222
 
+# Find who we are.  Look in the path if we contain no directory separator.
27223
 
+case $0 in
27224
 
+  *[\\/]* ) as_myself=$0 ;;
27225
 
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27226
 
+for as_dir in $PATH
27227
 
+do
27228
 
+  IFS=$as_save_IFS
27229
 
+  test -z "$as_dir" && as_dir=.
27230
 
+  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27231
 
+done
27232
 
+IFS=$as_save_IFS
27233
 
+
27234
 
+     ;;
27235
 
+esac
27236
 
+# We did not find ourselves, most probably we were run as `sh COMMAND'
27237
 
+# in which case we are not to be found in the path.
27238
 
+if test "x$as_myself" = x; then
27239
 
+  as_myself=$0
27240
 
+fi
27241
 
+if test ! -f "$as_myself"; then
27242
 
+  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27243
 
+  { (exit 1); exit 1; }
27244
 
+fi
27245
 
+
27246
 
+# Work around bugs in pre-3.0 UWIN ksh.
27247
 
+for as_var in ENV MAIL MAILPATH
27248
 
+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27249
 
+done
27250
 
+PS1='$ '
27251
 
+PS2='> '
27252
 
+PS4='+ '
27253
 
+
27254
 
+# NLS nuisances.
27255
 
+for as_var in \
27256
 
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
27257
 
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
27258
 
+  LC_TELEPHONE LC_TIME
27259
 
+do
27260
 
+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
27261
 
+    eval $as_var=C; export $as_var
27262
 
+  else
27263
 
+    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27264
 
+  fi
27265
 
+done
27266
 
+
27267
 
+# Required to use basename.
27268
 
+if expr a : '\(a\)' >/dev/null 2>&1 &&
27269
 
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
27270
 
+  as_expr=expr
27271
 
+else
27272
 
+  as_expr=false
27273
 
+fi
27274
 
+
27275
 
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27276
 
+  as_basename=basename
27277
 
+else
27278
 
+  as_basename=false
27279
 
+fi
27280
 
+
27281
 
+
27282
 
+# Name of the executable.
27283
 
+as_me=`$as_basename -- "$0" ||
27284
 
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27285
 
+        X"$0" : 'X\(//\)$' \| \
27286
 
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27287
 
+echo X/"$0" |
27288
 
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
27289
 
+           s//\1/
27290
 
+           q
27291
 
+         }
27292
 
+         /^X\/\(\/\/\)$/{
27293
 
+           s//\1/
27294
 
+           q
27295
 
+         }
27296
 
+         /^X\/\(\/\).*/{
27297
 
+           s//\1/
27298
 
+           q
27299
 
+         }
27300
 
+         s/.*/./; q'`
27301
 
+
27302
 
+# CDPATH.
27303
 
+$as_unset CDPATH
27304
 
+
27305
 
+
27306
 
+
27307
 
+  as_lineno_1=$LINENO
27308
 
+  as_lineno_2=$LINENO
27309
 
+  test "x$as_lineno_1" != "x$as_lineno_2" &&
27310
 
+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27311
 
+
27312
 
+  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27313
 
+  # uniformly replaced by the line number.  The first 'sed' inserts a
27314
 
+  # line-number line after each line using $LINENO; the second 'sed'
27315
 
+  # does the real work.  The second script uses 'N' to pair each
27316
 
+  # line-number line with the line containing $LINENO, and appends
27317
 
+  # trailing '-' during substitution so that $LINENO is not a special
27318
 
+  # case at line end.
27319
 
+  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27320
 
+  # scripts with optimization help from Paolo Bonzini.  Blame Lee
27321
 
+  # E. McMahon (1931-1989) for sed's syntax.  :-)
27322
 
+  sed -n '
27323
 
+    p
27324
 
+    /[$]LINENO/=
27325
 
+  ' <$as_myself |
27326
 
+    sed '
27327
 
+      s/[$]LINENO.*/&-/
27328
 
+      t lineno
27329
 
+      b
27330
 
+      :lineno
27331
 
+      N
27332
 
+      :loop
27333
 
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27334
 
+      t loop
27335
 
+      s/-\n.*//
27336
 
+    ' >$as_me.lineno &&
27337
 
+  chmod +x "$as_me.lineno" ||
27338
 
+    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27339
 
+   { (exit 1); exit 1; }; }
27340
 
+
27341
 
+  # Don't try to exec as it changes $[0], causing all sort of problems
27342
 
+  # (the dirname of $[0] is not the place where we might find the
27343
 
+  # original and so on.  Autoconf is especially sensitive to this).
27344
 
+  . "./$as_me.lineno"
27345
 
+  # Exit status is that of the last command.
27346
 
+  exit
27347
 
+}
27348
 
+
27349
 
+
27350
 
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27351
 
+  as_dirname=dirname
27352
 
+else
27353
 
+  as_dirname=false
27354
 
+fi
27355
 
+
27356
 
+ECHO_C= ECHO_N= ECHO_T=
27357
 
+case `echo -n x` in
27358
 
+-n*)
27359
 
+  case `echo 'x\c'` in
27360
 
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
27361
 
+  *)   ECHO_C='\c';;
27362
 
+  esac;;
27363
 
+*)
27364
 
+  ECHO_N='-n';;
27365
 
+esac
27366
 
+
27367
 
+if expr a : '\(a\)' >/dev/null 2>&1 &&
27368
 
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
27369
 
+  as_expr=expr
27370
 
+else
27371
 
+  as_expr=false
27372
 
+fi
27373
 
+
27374
 
+rm -f conf$$ conf$$.exe conf$$.file
27375
 
+if test -d conf$$.dir; then
27376
 
+  rm -f conf$$.dir/conf$$.file
27377
 
+else
27378
 
+  rm -f conf$$.dir
27379
 
+  mkdir conf$$.dir
27380
 
+fi
27381
 
+echo >conf$$.file
27382
 
+if ln -s conf$$.file conf$$ 2>/dev/null; then
27383
 
+  as_ln_s='ln -s'
27384
 
+  # ... but there are two gotchas:
27385
 
+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27386
 
+  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27387
 
+  # In both cases, we have to default to `cp -p'.
27388
 
+  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27389
 
+    as_ln_s='cp -p'
27390
 
+elif ln conf$$.file conf$$ 2>/dev/null; then
27391
 
+  as_ln_s=ln
27392
 
+else
27393
 
+  as_ln_s='cp -p'
27394
 
+fi
27395
 
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27396
 
+rmdir conf$$.dir 2>/dev/null
27397
 
+
27398
 
+if mkdir -p . 2>/dev/null; then
27399
 
+  as_mkdir_p=:
27400
 
+else
27401
 
+  test -d ./-p && rmdir ./-p
27402
 
+  as_mkdir_p=false
27403
 
+fi
27404
 
+
27405
 
+if test -x / >/dev/null 2>&1; then
27406
 
+  as_test_x='test -x'
27407
 
+else
27408
 
+  if ls -dL / >/dev/null 2>&1; then
27409
 
+    as_ls_L_option=L
27410
 
+  else
27411
 
+    as_ls_L_option=
27412
 
+  fi
27413
 
+  as_test_x='
27414
 
+    eval sh -c '\''
27415
 
+      if test -d "$1"; then
27416
 
+        test -d "$1/.";
27417
 
+      else
27418
 
+       case $1 in
27419
 
+        -*)set "./$1";;
27420
 
+       esac;
27421
 
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27422
 
+       ???[sx]*):;;*)false;;esac;fi
27423
 
+    '\'' sh
27424
 
+  '
27425
 
+fi
27426
 
+as_executable_p=$as_test_x
27427
 
+
27428
 
+# Sed expression to map a string onto a valid CPP name.
27429
 
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27430
 
+
27431
 
+# Sed expression to map a string onto a valid variable name.
27432
 
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27433
 
+
27434
 
+
27435
 
+exec 6>&1
27436
 
+
27437
 
+# Save the log message, to keep $[0] and so on meaningful, and to
27438
 
+# report actual input values of CONFIG_FILES etc. instead of their
27439
 
+# values after options handling.
27440
 
+ac_log="
27441
 
+This file was extended by gnome-system-tools $as_me 2.19.0, which was
27442
 
+generated by GNU Autoconf 2.61.  Invocation command line was
27443
 
+
27444
 
+  CONFIG_FILES    = $CONFIG_FILES
27445
 
+  CONFIG_HEADERS  = $CONFIG_HEADERS
27446
 
+  CONFIG_LINKS    = $CONFIG_LINKS
27447
 
+  CONFIG_COMMANDS = $CONFIG_COMMANDS
27448
 
+  $ $0 $@
27449
 
+
27450
 
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
27451
 
+"
27452
 
+
27453
 
+_ACEOF
27454
 
+
27455
 
+cat >>$CONFIG_STATUS <<_ACEOF
27456
 
+# Files that config.status was made for.
27457
 
+config_files="$ac_config_files"
27458
 
+config_headers="$ac_config_headers"
27459
 
+config_commands="$ac_config_commands"
27460
 
+
27461
 
+_ACEOF
27462
 
+
27463
 
+cat >>$CONFIG_STATUS <<\_ACEOF
27464
 
+ac_cs_usage="\
27465
 
+\`$as_me' instantiates files from templates according to the
27466
 
+current configuration.
27467
 
+
27468
 
+Usage: $0 [OPTIONS] [FILE]...
27469
 
+
27470
 
+  -h, --help       print this help, then exit
27471
 
+  -V, --version    print version number and configuration settings, then exit
27472
 
+  -q, --quiet      do not print progress messages
27473
 
+  -d, --debug      don't remove temporary files
27474
 
+      --recheck    update $as_me by reconfiguring in the same conditions
27475
 
+  --file=FILE[:TEMPLATE]
27476
 
+                  instantiate the configuration file FILE
27477
 
+  --header=FILE[:TEMPLATE]
27478
 
+                  instantiate the configuration header FILE
27479
 
+
27480
 
+Configuration files:
27481
 
+$config_files
27482
 
+
27483
 
+Configuration headers:
27484
 
+$config_headers
27485
 
+
27486
 
+Configuration commands:
27487
 
+$config_commands
27488
 
+
27489
 
+Report bugs to <bug-autoconf@gnu.org>."
27490
 
+
27491
 
+_ACEOF
27492
 
+cat >>$CONFIG_STATUS <<_ACEOF
27493
 
+ac_cs_version="\\
27494
 
+gnome-system-tools config.status 2.19.0
27495
 
+configured by $0, generated by GNU Autoconf 2.61,
27496
 
+  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27497
 
+
27498
 
+Copyright (C) 2006 Free Software Foundation, Inc.
27499
 
+This config.status script is free software; the Free Software Foundation
27500
 
+gives unlimited permission to copy, distribute and modify it."
27501
 
+
27502
 
+ac_pwd='$ac_pwd'
27503
 
+srcdir='$srcdir'
27504
 
+INSTALL='$INSTALL'
27505
 
+_ACEOF
27506
 
+
27507
 
+cat >>$CONFIG_STATUS <<\_ACEOF
27508
 
+# If no file are specified by the user, then we need to provide default
27509
 
+# value.  By we need to know if files were specified by the user.
27510
 
+ac_need_defaults=:
27511
 
+while test $# != 0
27512
 
+do
27513
 
+  case $1 in
27514
 
+  --*=*)
27515
 
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
27516
 
+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27517
 
+    ac_shift=:
27518
 
+    ;;
27519
 
+  *)
27520
 
+    ac_option=$1
27521
 
+    ac_optarg=$2
27522
 
+    ac_shift=shift
27523
 
+    ;;
27524
 
+  esac
27525
 
+
27526
 
+  case $ac_option in
27527
 
+  # Handling of the options.
27528
 
+  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27529
 
+    ac_cs_recheck=: ;;
27530
 
+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27531
 
+    echo "$ac_cs_version"; exit ;;
27532
 
+  --debug | --debu | --deb | --de | --d | -d )
27533
 
+    debug=: ;;
27534
 
+  --file | --fil | --fi | --f )
27535
 
+    $ac_shift
27536
 
+    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
27537
 
+    ac_need_defaults=false;;
27538
 
+  --header | --heade | --head | --hea )
27539
 
+    $ac_shift
27540
 
+    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
27541
 
+    ac_need_defaults=false;;
27542
 
+  --he | --h)
27543
 
+    # Conflict between --help and --header
27544
 
+    { echo "$as_me: error: ambiguous option: $1
27545
 
+Try \`$0 --help' for more information." >&2
27546
 
+   { (exit 1); exit 1; }; };;
27547
 
+  --help | --hel | -h )
27548
 
+    echo "$ac_cs_usage"; exit ;;
27549
 
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27550
 
+  | -silent | --silent | --silen | --sile | --sil | --si | --s)
27551
 
+    ac_cs_silent=: ;;
27552
 
+
27553
 
+  # This is an error.
27554
 
+  -*) { echo "$as_me: error: unrecognized option: $1
27555
 
+Try \`$0 --help' for more information." >&2
27556
 
+   { (exit 1); exit 1; }; } ;;
27557
 
+
27558
 
+  *) ac_config_targets="$ac_config_targets $1"
27559
 
+     ac_need_defaults=false ;;
27560
 
+
27561
 
+  esac
27562
 
+  shift
27563
 
+done
27564
 
+
27565
 
+ac_configure_extra_args=
27566
 
+
27567
 
+if $ac_cs_silent; then
27568
 
+  exec 6>/dev/null
27569
 
+  ac_configure_extra_args="$ac_configure_extra_args --silent"
27570
 
+fi
27571
 
+
27572
 
+_ACEOF
27573
 
+cat >>$CONFIG_STATUS <<_ACEOF
27574
 
+if \$ac_cs_recheck; then
27575
 
+  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
27576
 
+  CONFIG_SHELL=$SHELL
27577
 
+  export CONFIG_SHELL
27578
 
+  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27579
 
+fi
27580
 
+
27581
 
+_ACEOF
27582
 
+cat >>$CONFIG_STATUS <<\_ACEOF
27583
 
+exec 5>>config.log
27584
 
+{
27585
 
+  echo
27586
 
+  sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX
27587
 
+@%:@@%:@ Running $as_me. @%:@@%:@
27588
 
+_ASBOX
27589
 
+  echo "$ac_log"
27590
 
+} >&5
27591
 
+
27592
 
+_ACEOF
27593
 
+cat >>$CONFIG_STATUS <<_ACEOF
27594
 
+#
27595
 
+# INIT-COMMANDS
27596
 
+#
27597
 
+AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
27598
 
+INTLTOOL_PERL='${INTLTOOL_PERL}' ac_aux_dir='${ac_aux_dir}'
27599
 
+prefix="$prefix" exec_prefix="$exec_prefix" INTLTOOL_LIBDIR="$libdir" 
27600
 
+INTLTOOL_EXTRACT='${INTLTOOL_EXTRACT}' INTLTOOL_ICONV='${INTLTOOL_ICONV}'
27601
 
+INTLTOOL_MSGFMT='${INTLTOOL_MSGFMT}' INTLTOOL_MSGMERGE='${INTLTOOL_MSGMERGE}'
27602
 
+INTLTOOL_XGETTEXT='${INTLTOOL_XGETTEXT}'
27603
 
+
27604
 
+
27605
 
+_ACEOF
27606
 
+
27607
 
+cat >>$CONFIG_STATUS <<\_ACEOF
27608
 
+
27609
 
+# Handling of arguments.
27610
 
+for ac_config_target in $ac_config_targets
27611
 
+do
27612
 
+  case $ac_config_target in
27613
 
+    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
27614
 
+    "intltool") CONFIG_COMMANDS="$CONFIG_COMMANDS intltool" ;;
27615
 
+    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
27616
 
+    "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
27617
 
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27618
 
+    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
27619
 
+    "doc/network/Makefile") CONFIG_FILES="$CONFIG_FILES doc/network/Makefile" ;;
27620
 
+    "doc/services/Makefile") CONFIG_FILES="$CONFIG_FILES doc/services/Makefile" ;;
27621
 
+    "doc/services/nl/Makefile") CONFIG_FILES="$CONFIG_FILES doc/services/nl/Makefile" ;;
27622
 
+    "doc/shares/Makefile") CONFIG_FILES="$CONFIG_FILES doc/shares/Makefile" ;;
27623
 
+    "doc/time/Makefile") CONFIG_FILES="$CONFIG_FILES doc/time/Makefile" ;;
27624
 
+    "doc/time/nl/Makefile") CONFIG_FILES="$CONFIG_FILES doc/time/nl/Makefile" ;;
27625
 
+    "doc/users/Makefile") CONFIG_FILES="$CONFIG_FILES doc/users/Makefile" ;;
27626
 
+    "interfaces/Makefile") CONFIG_FILES="$CONFIG_FILES interfaces/Makefile" ;;
27627
 
+    "pixmaps/Makefile") CONFIG_FILES="$CONFIG_FILES pixmaps/Makefile" ;;
27628
 
+    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
27629
 
+    "src/common/Makefile") CONFIG_FILES="$CONFIG_FILES src/common/Makefile" ;;
27630
 
+    "src/users/users.desktop.in") CONFIG_FILES="$CONFIG_FILES src/users/users.desktop.in" ;;
27631
 
+    "src/users/Makefile") CONFIG_FILES="$CONFIG_FILES src/users/Makefile" ;;
27632
 
+    "src/network/network.desktop.in") CONFIG_FILES="$CONFIG_FILES src/network/network.desktop.in" ;;
27633
 
+    "src/network/Makefile") CONFIG_FILES="$CONFIG_FILES src/network/Makefile" ;;
27634
 
+    "src/time/time.desktop.in") CONFIG_FILES="$CONFIG_FILES src/time/time.desktop.in" ;;
27635
 
+    "src/time/Makefile") CONFIG_FILES="$CONFIG_FILES src/time/Makefile" ;;
27636
 
+    "src/time/e-map/Makefile") CONFIG_FILES="$CONFIG_FILES src/time/e-map/Makefile" ;;
27637
 
+    "src/services/services.desktop.in") CONFIG_FILES="$CONFIG_FILES src/services/services.desktop.in" ;;
27638
 
+    "src/services/Makefile") CONFIG_FILES="$CONFIG_FILES src/services/Makefile" ;;
27639
 
+    "src/shares/shares.desktop.in") CONFIG_FILES="$CONFIG_FILES src/shares/shares.desktop.in" ;;
27640
 
+    "src/shares/Makefile") CONFIG_FILES="$CONFIG_FILES src/shares/Makefile" ;;
27641
 
+    "src/shares/nautilus/Makefile") CONFIG_FILES="$CONFIG_FILES src/shares/nautilus/Makefile" ;;
27642
 
+    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
27643
 
+    "gnome-system-tools.pc") CONFIG_FILES="$CONFIG_FILES gnome-system-tools.pc" ;;
27644
 
+    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
27645
 
+
27646
 
+  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
27647
 
+echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
27648
 
+   { (exit 1); exit 1; }; };;
27649
 
+  esac
27650
 
+done
27651
 
+
27652
 
+
27653
 
+# If the user did not use the arguments to specify the items to instantiate,
27654
 
+# then the envvar interface is used.  Set only those that are not.
27655
 
+# We use the long form for the default assignment because of an extremely
27656
 
+# bizarre bug on SunOS 4.1.3.
27657
 
+if $ac_need_defaults; then
27658
 
+  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
27659
 
+  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
27660
 
+  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
27661
 
+fi
27662
 
+
27663
 
+# Have a temporary directory for convenience.  Make it in the build tree
27664
 
+# simply because there is no reason against having it here, and in addition,
27665
 
+# creating and moving files from /tmp can sometimes cause problems.
27666
 
+# Hook for its removal unless debugging.
27667
 
+# Note that there is a small window in which the directory will not be cleaned:
27668
 
+# after its creation but before its name has been assigned to `$tmp'.
27669
 
+$debug ||
27670
 
+{
27671
 
+  tmp=
27672
 
+  trap 'exit_status=$?
27673
 
+  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
27674
 
+' 0
27675
 
+  trap '{ (exit 1); exit 1; }' 1 2 13 15
27676
 
+}
27677
 
+# Create a (secure) tmp directory for tmp files.
27678
 
+
27679
 
+{
27680
 
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
27681
 
+  test -n "$tmp" && test -d "$tmp"
27682
 
+}  ||
27683
 
+{
27684
 
+  tmp=./conf$$-$RANDOM
27685
 
+  (umask 077 && mkdir "$tmp")
27686
 
+} ||
27687
 
+{
27688
 
+   echo "$me: cannot create a temporary directory in ." >&2
27689
 
+   { (exit 1); exit 1; }
27690
 
+}
27691
 
+
27692
 
+#
27693
 
+# Set up the sed scripts for CONFIG_FILES section.
27694
 
+#
27695
 
+
27696
 
+# No need to generate the scripts if there are no CONFIG_FILES.
27697
 
+# This happens for instance when ./config.status config.h
27698
 
+if test -n "$CONFIG_FILES"; then
27699
 
+
27700
 
+_ACEOF
27701
 
+
27702
 
+
27703
 
+
27704
 
+ac_delim='%!_!# '
27705
 
+for ac_last_try in false false false false false :; do
27706
 
+  cat >conf$$subs.sed <<_ACEOF
27707
 
+SHELL!$SHELL$ac_delim
27708
 
+PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
27709
 
+PACKAGE_NAME!$PACKAGE_NAME$ac_delim
27710
 
+PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
27711
 
+PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
27712
 
+PACKAGE_STRING!$PACKAGE_STRING$ac_delim
27713
 
+PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
27714
 
+exec_prefix!$exec_prefix$ac_delim
27715
 
+prefix!$prefix$ac_delim
27716
 
+program_transform_name!$program_transform_name$ac_delim
27717
 
+bindir!$bindir$ac_delim
27718
 
+sbindir!$sbindir$ac_delim
27719
 
+libexecdir!$libexecdir$ac_delim
27720
 
+datarootdir!$datarootdir$ac_delim
27721
 
+datadir!$datadir$ac_delim
27722
 
+sysconfdir!$sysconfdir$ac_delim
27723
 
+sharedstatedir!$sharedstatedir$ac_delim
27724
 
+localstatedir!$localstatedir$ac_delim
27725
 
+includedir!$includedir$ac_delim
27726
 
+oldincludedir!$oldincludedir$ac_delim
27727
 
+docdir!$docdir$ac_delim
27728
 
+infodir!$infodir$ac_delim
27729
 
+htmldir!$htmldir$ac_delim
27730
 
+dvidir!$dvidir$ac_delim
27731
 
+pdfdir!$pdfdir$ac_delim
27732
 
+psdir!$psdir$ac_delim
27733
 
+libdir!$libdir$ac_delim
27734
 
+localedir!$localedir$ac_delim
27735
 
+mandir!$mandir$ac_delim
27736
 
+DEFS!$DEFS$ac_delim
27737
 
+ECHO_C!$ECHO_C$ac_delim
27738
 
+ECHO_N!$ECHO_N$ac_delim
27739
 
+ECHO_T!$ECHO_T$ac_delim
27740
 
+LIBS!$LIBS$ac_delim
27741
 
+build_alias!$build_alias$ac_delim
27742
 
+host_alias!$host_alias$ac_delim
27743
 
+target_alias!$target_alias$ac_delim
27744
 
+INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27745
 
+INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27746
 
+INSTALL_DATA!$INSTALL_DATA$ac_delim
27747
 
+CYGPATH_W!$CYGPATH_W$ac_delim
27748
 
+PACKAGE!$PACKAGE$ac_delim
27749
 
+VERSION!$VERSION$ac_delim
27750
 
+ACLOCAL!$ACLOCAL$ac_delim
27751
 
+AUTOCONF!$AUTOCONF$ac_delim
27752
 
+AUTOMAKE!$AUTOMAKE$ac_delim
27753
 
+AUTOHEADER!$AUTOHEADER$ac_delim
27754
 
+MAKEINFO!$MAKEINFO$ac_delim
27755
 
+install_sh!$install_sh$ac_delim
27756
 
+STRIP!$STRIP$ac_delim
27757
 
+INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
27758
 
+mkdir_p!$mkdir_p$ac_delim
27759
 
+AWK!$AWK$ac_delim
27760
 
+SET_MAKE!$SET_MAKE$ac_delim
27761
 
+am__leading_dot!$am__leading_dot$ac_delim
27762
 
+AMTAR!$AMTAR$ac_delim
27763
 
+am__tar!$am__tar$ac_delim
27764
 
+am__untar!$am__untar$ac_delim
27765
 
+INTLTOOL_DESKTOP_RULE!$INTLTOOL_DESKTOP_RULE$ac_delim
27766
 
+INTLTOOL_DIRECTORY_RULE!$INTLTOOL_DIRECTORY_RULE$ac_delim
27767
 
+INTLTOOL_KEYS_RULE!$INTLTOOL_KEYS_RULE$ac_delim
27768
 
+INTLTOOL_PROP_RULE!$INTLTOOL_PROP_RULE$ac_delim
27769
 
+INTLTOOL_OAF_RULE!$INTLTOOL_OAF_RULE$ac_delim
27770
 
+INTLTOOL_PONG_RULE!$INTLTOOL_PONG_RULE$ac_delim
27771
 
+INTLTOOL_SERVER_RULE!$INTLTOOL_SERVER_RULE$ac_delim
27772
 
+INTLTOOL_SHEET_RULE!$INTLTOOL_SHEET_RULE$ac_delim
27773
 
+INTLTOOL_SOUNDLIST_RULE!$INTLTOOL_SOUNDLIST_RULE$ac_delim
27774
 
+INTLTOOL_UI_RULE!$INTLTOOL_UI_RULE$ac_delim
27775
 
+INTLTOOL_XAM_RULE!$INTLTOOL_XAM_RULE$ac_delim
27776
 
+INTLTOOL_KBD_RULE!$INTLTOOL_KBD_RULE$ac_delim
27777
 
+INTLTOOL_XML_RULE!$INTLTOOL_XML_RULE$ac_delim
27778
 
+INTLTOOL_XML_NOMERGE_RULE!$INTLTOOL_XML_NOMERGE_RULE$ac_delim
27779
 
+INTLTOOL_CAVES_RULE!$INTLTOOL_CAVES_RULE$ac_delim
27780
 
+INTLTOOL_SCHEMAS_RULE!$INTLTOOL_SCHEMAS_RULE$ac_delim
27781
 
+INTLTOOL_THEME_RULE!$INTLTOOL_THEME_RULE$ac_delim
27782
 
+INTLTOOL_SERVICE_RULE!$INTLTOOL_SERVICE_RULE$ac_delim
27783
 
+INTLTOOL_EXTRACT!$INTLTOOL_EXTRACT$ac_delim
27784
 
+INTLTOOL_MERGE!$INTLTOOL_MERGE$ac_delim
27785
 
+INTLTOOL_UPDATE!$INTLTOOL_UPDATE$ac_delim
27786
 
+INTLTOOL_PERL!$INTLTOOL_PERL$ac_delim
27787
 
+INTLTOOL_ICONV!$INTLTOOL_ICONV$ac_delim
27788
 
+INTLTOOL_MSGFMT!$INTLTOOL_MSGFMT$ac_delim
27789
 
+INTLTOOL_MSGMERGE!$INTLTOOL_MSGMERGE$ac_delim
27790
 
+INTLTOOL_XGETTEXT!$INTLTOOL_XGETTEXT$ac_delim
27791
 
+ALL_LINGUAS!$ALL_LINGUAS$ac_delim
27792
 
+CC!$CC$ac_delim
27793
 
+CFLAGS!$CFLAGS$ac_delim
27794
 
+LDFLAGS!$LDFLAGS$ac_delim
27795
 
+CPPFLAGS!$CPPFLAGS$ac_delim
27796
 
+ac_ct_CC!$ac_ct_CC$ac_delim
27797
 
+EXEEXT!$EXEEXT$ac_delim
27798
 
+OBJEXT!$OBJEXT$ac_delim
27799
 
+DEPDIR!$DEPDIR$ac_delim
27800
 
+am__include!$am__include$ac_delim
27801
 
+am__quote!$am__quote$ac_delim
27802
 
+AMDEP_TRUE!$AMDEP_TRUE$ac_delim
27803
 
+AMDEP_FALSE!$AMDEP_FALSE$ac_delim
27804
 
+_ACEOF
27805
 
+
27806
 
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
27807
 
+    break
27808
 
+  elif $ac_last_try; then
27809
 
+    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27810
 
+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27811
 
+   { (exit 1); exit 1; }; }
27812
 
+  else
27813
 
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27814
 
+  fi
27815
 
+done
27816
 
+
27817
 
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27818
 
+if test -n "$ac_eof"; then
27819
 
+  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27820
 
+  ac_eof=`expr $ac_eof + 1`
27821
 
+fi
27822
 
+
27823
 
+cat >>$CONFIG_STATUS <<_ACEOF
27824
 
+cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27825
 
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27826
 
+_ACEOF
27827
 
+sed '
27828
 
+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27829
 
+s/^/s,@/; s/!/@,|#_!!_#|/
27830
 
+:n
27831
 
+t n
27832
 
+s/'"$ac_delim"'$/,g/; t
27833
 
+s/$/\\/; p
27834
 
+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27835
 
+' >>$CONFIG_STATUS <conf$$subs.sed
27836
 
+rm -f conf$$subs.sed
27837
 
+cat >>$CONFIG_STATUS <<_ACEOF
27838
 
+CEOF$ac_eof
27839
 
+_ACEOF
27840
 
+
27841
 
+
27842
 
+ac_delim='%!_!# '
27843
 
+for ac_last_try in false false false false false :; do
27844
 
+  cat >conf$$subs.sed <<_ACEOF
27845
 
+AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
27846
 
+CCDEPMODE!$CCDEPMODE$ac_delim
27847
 
+am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
27848
 
+am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
27849
 
+DATADIRNAME!$DATADIRNAME$ac_delim
27850
 
+PKG_CONFIG!$PKG_CONFIG$ac_delim
27851
 
+HELP_DIR!$HELP_DIR$ac_delim
27852
 
+OMF_DIR!$OMF_DIR$ac_delim
27853
 
+DOC_USER_FORMATS!$DOC_USER_FORMATS$ac_delim
27854
 
+ENABLE_SK_TRUE!$ENABLE_SK_TRUE$ac_delim
27855
 
+ENABLE_SK_FALSE!$ENABLE_SK_FALSE$ac_delim
27856
 
+HAVE_GNOME_DOC_UTILS_TRUE!$HAVE_GNOME_DOC_UTILS_TRUE$ac_delim
27857
 
+HAVE_GNOME_DOC_UTILS_FALSE!$HAVE_GNOME_DOC_UTILS_FALSE$ac_delim
27858
 
+MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
27859
 
+MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
27860
 
+MAINT!$MAINT$ac_delim
27861
 
+build!$build$ac_delim
27862
 
+build_cpu!$build_cpu$ac_delim
27863
 
+build_vendor!$build_vendor$ac_delim
27864
 
+build_os!$build_os$ac_delim
27865
 
+host!$host$ac_delim
27866
 
+host_cpu!$host_cpu$ac_delim
27867
 
+host_vendor!$host_vendor$ac_delim
27868
 
+host_os!$host_os$ac_delim
27869
 
+GREP!$GREP$ac_delim
27870
 
+EGREP!$EGREP$ac_delim
27871
 
+LN_S!$LN_S$ac_delim
27872
 
+ECHO!$ECHO$ac_delim
27873
 
+AR!$AR$ac_delim
27874
 
+RANLIB!$RANLIB$ac_delim
27875
 
+CPP!$CPP$ac_delim
27876
 
+CXX!$CXX$ac_delim
27877
 
+CXXFLAGS!$CXXFLAGS$ac_delim
27878
 
+ac_ct_CXX!$ac_ct_CXX$ac_delim
27879
 
+CXXDEPMODE!$CXXDEPMODE$ac_delim
27880
 
+am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
27881
 
+am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
27882
 
+CXXCPP!$CXXCPP$ac_delim
27883
 
+F77!$F77$ac_delim
27884
 
+FFLAGS!$FFLAGS$ac_delim
27885
 
+ac_ct_F77!$ac_ct_F77$ac_delim
27886
 
+LIBTOOL!$LIBTOOL$ac_delim
27887
 
+GLIB_GENMARSHAL!$GLIB_GENMARSHAL$ac_delim
27888
 
+GST_DEPENDS_CFLAGS!$GST_DEPENDS_CFLAGS$ac_delim
27889
 
+GST_DEPENDS_LIBS!$GST_DEPENDS_LIBS$ac_delim
27890
 
+GNOME_CFLAGS!$GNOME_CFLAGS$ac_delim
27891
 
+GNOME_LIBS!$GNOME_LIBS$ac_delim
27892
 
+ENABLE_GNOME_TRUE!$ENABLE_GNOME_TRUE$ac_delim
27893
 
+ENABLE_GNOME_FALSE!$ENABLE_GNOME_FALSE$ac_delim
27894
 
+DBUS_CFLAGS!$DBUS_CFLAGS$ac_delim
27895
 
+DBUS_LIBS!$DBUS_LIBS$ac_delim
27896
 
+BUILD_NETWORK_TRUE!$BUILD_NETWORK_TRUE$ac_delim
27897
 
+BUILD_NETWORK_FALSE!$BUILD_NETWORK_FALSE$ac_delim
27898
 
+BUILD_SERVICES_TRUE!$BUILD_SERVICES_TRUE$ac_delim
27899
 
+BUILD_SERVICES_FALSE!$BUILD_SERVICES_FALSE$ac_delim
27900
 
+BUILD_TIME_TRUE!$BUILD_TIME_TRUE$ac_delim
27901
 
+BUILD_TIME_FALSE!$BUILD_TIME_FALSE$ac_delim
27902
 
+BUILD_USERS_TRUE!$BUILD_USERS_TRUE$ac_delim
27903
 
+BUILD_USERS_FALSE!$BUILD_USERS_FALSE$ac_delim
27904
 
+BUILD_SHARES_TRUE!$BUILD_SHARES_TRUE$ac_delim
27905
 
+BUILD_SHARES_FALSE!$BUILD_SHARES_FALSE$ac_delim
27906
 
+BUILD_NAUTILUS_TRUE!$BUILD_NAUTILUS_TRUE$ac_delim
27907
 
+BUILD_NAUTILUS_FALSE!$BUILD_NAUTILUS_FALSE$ac_delim
27908
 
+GETTEXT_PACKAGE!$GETTEXT_PACKAGE$ac_delim
27909
 
+USE_NLS!$USE_NLS$ac_delim
27910
 
+MSGFMT!$MSGFMT$ac_delim
27911
 
+MSGFMT_OPTS!$MSGFMT_OPTS$ac_delim
27912
 
+GMSGFMT!$GMSGFMT$ac_delim
27913
 
+XGETTEXT!$XGETTEXT$ac_delim
27914
 
+CATALOGS!$CATALOGS$ac_delim
27915
 
+CATOBJEXT!$CATOBJEXT$ac_delim
27916
 
+GMOFILES!$GMOFILES$ac_delim
27917
 
+INSTOBJEXT!$INSTOBJEXT$ac_delim
27918
 
+INTLLIBS!$INTLLIBS$ac_delim
27919
 
+PO_IN_DATADIR_TRUE!$PO_IN_DATADIR_TRUE$ac_delim
27920
 
+PO_IN_DATADIR_FALSE!$PO_IN_DATADIR_FALSE$ac_delim
27921
 
+POFILES!$POFILES$ac_delim
27922
 
+POSUB!$POSUB$ac_delim
27923
 
+MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim
27924
 
+gnomelocaledir!$gnomelocaledir$ac_delim
27925
 
+pixmapsdir!$pixmapsdir$ac_delim
27926
 
+interfacesdir!$interfacesdir$ac_delim
27927
 
+GCONFTOOL!$GCONFTOOL$ac_delim
27928
 
+GCONF_SCHEMA_CONFIG_SOURCE!$GCONF_SCHEMA_CONFIG_SOURCE$ac_delim
27929
 
+GCONF_SCHEMA_FILE_DIR!$GCONF_SCHEMA_FILE_DIR$ac_delim
27930
 
+GCONF_SCHEMAS_INSTALL_TRUE!$GCONF_SCHEMAS_INSTALL_TRUE$ac_delim
27931
 
+GCONF_SCHEMAS_INSTALL_FALSE!$GCONF_SCHEMAS_INSTALL_FALSE$ac_delim
27932
 
+GST_LIBS!$GST_LIBS$ac_delim
27933
 
+GST_CFLAGS!$GST_CFLAGS$ac_delim
27934
 
+GST_TOOL_LIBS!$GST_TOOL_LIBS$ac_delim
27935
 
+GST_TOOL_CFLAGS!$GST_TOOL_CFLAGS$ac_delim
27936
 
+GST_TOOL_CLEANFILES!$GST_TOOL_CLEANFILES$ac_delim
27937
 
+GST_TOOL_EXTRA_DIST!$GST_TOOL_EXTRA_DIST$ac_delim
27938
 
+GST_TOOL_DEPENDENCIES!$GST_TOOL_DEPENDENCIES$ac_delim
27939
 
+HAVE_LIBIW_H_TRUE!$HAVE_LIBIW_H_TRUE$ac_delim
27940
 
+HAVE_LIBIW_H_FALSE!$HAVE_LIBIW_H_FALSE$ac_delim
27941
 
+GST_IW_LIBS!$GST_IW_LIBS$ac_delim
27942
 
+_ACEOF
27943
 
+
27944
 
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
27945
 
+    break
27946
 
+  elif $ac_last_try; then
27947
 
+    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27948
 
+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27949
 
+   { (exit 1); exit 1; }; }
27950
 
+  else
27951
 
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27952
 
+  fi
27953
 
+done
27954
 
+
27955
 
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27956
 
+if test -n "$ac_eof"; then
27957
 
+  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27958
 
+  ac_eof=`expr $ac_eof + 1`
27959
 
+fi
27960
 
+
27961
 
+cat >>$CONFIG_STATUS <<_ACEOF
27962
 
+cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27963
 
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27964
 
+_ACEOF
27965
 
+sed '
27966
 
+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27967
 
+s/^/s,@/; s/!/@,|#_!!_#|/
27968
 
+:n
27969
 
+t n
27970
 
+s/'"$ac_delim"'$/,g/; t
27971
 
+s/$/\\/; p
27972
 
+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27973
 
+' >>$CONFIG_STATUS <conf$$subs.sed
27974
 
+rm -f conf$$subs.sed
27975
 
+cat >>$CONFIG_STATUS <<_ACEOF
27976
 
+CEOF$ac_eof
27977
 
+_ACEOF
27978
 
+
27979
 
+
27980
 
+ac_delim='%!_!# '
27981
 
+for ac_last_try in false false false false false :; do
27982
 
+  cat >conf$$subs.sed <<_ACEOF
27983
 
+NAUTILUS_CFLAGS!$NAUTILUS_CFLAGS$ac_delim
27984
 
+NAUTILUS_LIBS!$NAUTILUS_LIBS$ac_delim
27985
 
+LIB@&t@OBJS!$LIB@&t@OBJS$ac_delim
27986
 
+LTLIBOBJS!$LTLIBOBJS$ac_delim
27987
 
+_ACEOF
27988
 
+
27989
 
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 4; then
27990
 
+    break
27991
 
+  elif $ac_last_try; then
27992
 
+    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27993
 
+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27994
 
+   { (exit 1); exit 1; }; }
27995
 
+  else
27996
 
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27997
 
+  fi
27998
 
+done
27999
 
+
28000
 
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28001
 
+if test -n "$ac_eof"; then
28002
 
+  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28003
 
+  ac_eof=`expr $ac_eof + 1`
28004
 
+fi
28005
 
+
28006
 
+cat >>$CONFIG_STATUS <<_ACEOF
28007
 
+cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
28008
 
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
28009
 
+_ACEOF
28010
 
+sed '
28011
 
+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28012
 
+s/^/s,@/; s/!/@,|#_!!_#|/
28013
 
+:n
28014
 
+t n
28015
 
+s/'"$ac_delim"'$/,g/; t
28016
 
+s/$/\\/; p
28017
 
+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28018
 
+' >>$CONFIG_STATUS <conf$$subs.sed
28019
 
+rm -f conf$$subs.sed
28020
 
+cat >>$CONFIG_STATUS <<_ACEOF
28021
 
+:end
28022
 
+s/|#_!!_#|//g
28023
 
+CEOF$ac_eof
28024
 
+_ACEOF
28025
 
+
28026
 
+
28027
 
+# VPATH may cause trouble with some makes, so we remove $(srcdir),
28028
 
+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28029
 
+# trailing colons and then remove the whole line if VPATH becomes empty
28030
 
+# (actually we leave an empty line to preserve line numbers).
28031
 
+if test "x$srcdir" = x.; then
28032
 
+  ac_vpsub='/^[         ]*VPATH[        ]*=/{
28033
 
+s/:*\$(srcdir):*/:/
28034
 
+s/:*\${srcdir}:*/:/
28035
 
+s/:*@srcdir@:*/:/
28036
 
+s/^\([^=]*=[    ]*\):*/\1/
28037
 
+s/:*$//
28038
 
+s/^[^=]*=[      ]*$//
28039
 
+}'
28040
 
+fi
28041
 
+
28042
 
+cat >>$CONFIG_STATUS <<\_ACEOF
28043
 
+fi # test -n "$CONFIG_FILES"
28044
 
+
28045
 
+
28046
 
+for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
28047
 
+do
28048
 
+  case $ac_tag in
28049
 
+  :[FHLC]) ac_mode=$ac_tag; continue;;
28050
 
+  esac
28051
 
+  case $ac_mode$ac_tag in
28052
 
+  :[FHL]*:*);;
28053
 
+  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
28054
 
+echo "$as_me: error: Invalid tag $ac_tag." >&2;}
28055
 
+   { (exit 1); exit 1; }; };;
28056
 
+  :[FH]-) ac_tag=-:-;;
28057
 
+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28058
 
+  esac
28059
 
+  ac_save_IFS=$IFS
28060
 
+  IFS=:
28061
 
+  set x $ac_tag
28062
 
+  IFS=$ac_save_IFS
28063
 
+  shift
28064
 
+  ac_file=$1
28065
 
+  shift
28066
 
+
28067
 
+  case $ac_mode in
28068
 
+  :L) ac_source=$1;;
28069
 
+  :[FH])
28070
 
+    ac_file_inputs=
28071
 
+    for ac_f
28072
 
+    do
28073
 
+      case $ac_f in
28074
 
+      -) ac_f="$tmp/stdin";;
28075
 
+      *) # Look for the file first in the build tree, then in the source tree
28076
 
+        # (if the path is not absolute).  The absolute path cannot be DOS-style,
28077
 
+        # because $ac_f cannot contain `:'.
28078
 
+        test -f "$ac_f" ||
28079
 
+          case $ac_f in
28080
 
+          [\\/$]*) false;;
28081
 
+          *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28082
 
+          esac ||
28083
 
+          { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28084
 
+echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28085
 
+   { (exit 1); exit 1; }; };;
28086
 
+      esac
28087
 
+      ac_file_inputs="$ac_file_inputs $ac_f"
28088
 
+    done
28089
 
+
28090
 
+    # Let's still pretend it is `configure' which instantiates (i.e., don't
28091
 
+    # use $as_me), people would be surprised to read:
28092
 
+    #    /* config.h.  Generated by config.status.  */
28093
 
+    configure_input="Generated from "`IFS=:
28094
 
+         echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
28095
 
+    if test x"$ac_file" != x-; then
28096
 
+      configure_input="$ac_file.  $configure_input"
28097
 
+      { echo "$as_me:$LINENO: creating $ac_file" >&5
28098
 
+echo "$as_me: creating $ac_file" >&6;}
28099
 
+    fi
28100
 
+
28101
 
+    case $ac_tag in
28102
 
+    *:-:* | *:-) cat >"$tmp/stdin";;
28103
 
+    esac
28104
 
+    ;;
28105
 
+  esac
28106
 
+
28107
 
+  ac_dir=`$as_dirname -- "$ac_file" ||
28108
 
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28109
 
+        X"$ac_file" : 'X\(//\)[^/]' \| \
28110
 
+        X"$ac_file" : 'X\(//\)$' \| \
28111
 
+        X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28112
 
+echo X"$ac_file" |
28113
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28114
 
+           s//\1/
28115
 
+           q
28116
 
+         }
28117
 
+         /^X\(\/\/\)[^/].*/{
28118
 
+           s//\1/
28119
 
+           q
28120
 
+         }
28121
 
+         /^X\(\/\/\)$/{
28122
 
+           s//\1/
28123
 
+           q
28124
 
+         }
28125
 
+         /^X\(\/\).*/{
28126
 
+           s//\1/
28127
 
+           q
28128
 
+         }
28129
 
+         s/.*/./; q'`
28130
 
+  { as_dir="$ac_dir"
28131
 
+  case $as_dir in #(
28132
 
+  -*) as_dir=./$as_dir;;
28133
 
+  esac
28134
 
+  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28135
 
+    as_dirs=
28136
 
+    while :; do
28137
 
+      case $as_dir in #(
28138
 
+      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
28139
 
+      *) as_qdir=$as_dir;;
28140
 
+      esac
28141
 
+      as_dirs="'$as_qdir' $as_dirs"
28142
 
+      as_dir=`$as_dirname -- "$as_dir" ||
28143
 
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28144
 
+        X"$as_dir" : 'X\(//\)[^/]' \| \
28145
 
+        X"$as_dir" : 'X\(//\)$' \| \
28146
 
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28147
 
+echo X"$as_dir" |
28148
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28149
 
+           s//\1/
28150
 
+           q
28151
 
+         }
28152
 
+         /^X\(\/\/\)[^/].*/{
28153
 
+           s//\1/
28154
 
+           q
28155
 
+         }
28156
 
+         /^X\(\/\/\)$/{
28157
 
+           s//\1/
28158
 
+           q
28159
 
+         }
28160
 
+         /^X\(\/\).*/{
28161
 
+           s//\1/
28162
 
+           q
28163
 
+         }
28164
 
+         s/.*/./; q'`
28165
 
+      test -d "$as_dir" && break
28166
 
+    done
28167
 
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
28168
 
+  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28169
 
+echo "$as_me: error: cannot create directory $as_dir" >&2;}
28170
 
+   { (exit 1); exit 1; }; }; }
28171
 
+  ac_builddir=.
28172
 
+
28173
 
+case "$ac_dir" in
28174
 
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28175
 
+*)
28176
 
+  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
28177
 
+  # A ".." for each directory in $ac_dir_suffix.
28178
 
+  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
28179
 
+  case $ac_top_builddir_sub in
28180
 
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28181
 
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28182
 
+  esac ;;
28183
 
+esac
28184
 
+ac_abs_top_builddir=$ac_pwd
28185
 
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
28186
 
+# for backward compatibility:
28187
 
+ac_top_builddir=$ac_top_build_prefix
28188
 
+
28189
 
+case $srcdir in
28190
 
+  .)  # We are building in place.
28191
 
+    ac_srcdir=.
28192
 
+    ac_top_srcdir=$ac_top_builddir_sub
28193
 
+    ac_abs_top_srcdir=$ac_pwd ;;
28194
 
+  [\\/]* | ?:[\\/]* )  # Absolute name.
28195
 
+    ac_srcdir=$srcdir$ac_dir_suffix;
28196
 
+    ac_top_srcdir=$srcdir
28197
 
+    ac_abs_top_srcdir=$srcdir ;;
28198
 
+  *) # Relative name.
28199
 
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28200
 
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
28201
 
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28202
 
+esac
28203
 
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28204
 
+
28205
 
+
28206
 
+  case $ac_mode in
28207
 
+  :F)
28208
 
+  #
28209
 
+  # CONFIG_FILE
28210
 
+  #
28211
 
+
28212
 
+  case $INSTALL in
28213
 
+  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28214
 
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28215
 
+  esac
28216
 
+_ACEOF
28217
 
+
28218
 
+cat >>$CONFIG_STATUS <<\_ACEOF
28219
 
+# If the template does not know about datarootdir, expand it.
28220
 
+# FIXME: This hack should be removed a few years after 2.60.
28221
 
+ac_datarootdir_hack=; ac_datarootdir_seen=
28222
 
+
28223
 
+case `sed -n '/datarootdir/ {
28224
 
+  p
28225
 
+  q
28226
 
+}
28227
 
+/@datadir@/p
28228
 
+/@docdir@/p
28229
 
+/@infodir@/p
28230
 
+/@localedir@/p
28231
 
+/@mandir@/p
28232
 
+' $ac_file_inputs` in
28233
 
+*datarootdir*) ac_datarootdir_seen=yes;;
28234
 
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28235
 
+  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28236
 
+echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28237
 
+_ACEOF
28238
 
+cat >>$CONFIG_STATUS <<_ACEOF
28239
 
+  ac_datarootdir_hack='
28240
 
+  s&@datadir@&$datadir&g
28241
 
+  s&@docdir@&$docdir&g
28242
 
+  s&@infodir@&$infodir&g
28243
 
+  s&@localedir@&$localedir&g
28244
 
+  s&@mandir@&$mandir&g
28245
 
+    s&\\\${datarootdir}&$datarootdir&g' ;;
28246
 
+esac
28247
 
+_ACEOF
28248
 
+
28249
 
+# Neutralize VPATH when `$srcdir' = `.'.
28250
 
+# Shell code in configure.ac might set extrasub.
28251
 
+# FIXME: do we really want to maintain this feature?
28252
 
+cat >>$CONFIG_STATUS <<_ACEOF
28253
 
+  sed "$ac_vpsub
28254
 
+$extrasub
28255
 
+_ACEOF
28256
 
+cat >>$CONFIG_STATUS <<\_ACEOF
28257
 
+:t
28258
 
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28259
 
+s&@configure_input@&$configure_input&;t t
28260
 
+s&@top_builddir@&$ac_top_builddir_sub&;t t
28261
 
+s&@srcdir@&$ac_srcdir&;t t
28262
 
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
28263
 
+s&@top_srcdir@&$ac_top_srcdir&;t t
28264
 
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
28265
 
+s&@builddir@&$ac_builddir&;t t
28266
 
+s&@abs_builddir@&$ac_abs_builddir&;t t
28267
 
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
28268
 
+s&@INSTALL@&$ac_INSTALL&;t t
28269
 
+$ac_datarootdir_hack
28270
 
+" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" >$tmp/out
28271
 
+
28272
 
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
28273
 
+  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
28274
 
+  { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
28275
 
+  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28276
 
+which seems to be undefined.  Please make sure it is defined." >&5
28277
 
+echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28278
 
+which seems to be undefined.  Please make sure it is defined." >&2;}
28279
 
+
28280
 
+  rm -f "$tmp/stdin"
28281
 
+  case $ac_file in
28282
 
+  -) cat "$tmp/out"; rm -f "$tmp/out";;
28283
 
+  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
28284
 
+  esac
28285
 
+ ;;
28286
 
+  :H)
28287
 
+  #
28288
 
+  # CONFIG_HEADER
28289
 
+  #
28290
 
+_ACEOF
28291
 
+
28292
 
+# Transform confdefs.h into a sed script `conftest.defines', that
28293
 
+# substitutes the proper values into config.h.in to produce config.h.
28294
 
+rm -f conftest.defines conftest.tail
28295
 
+# First, append a space to every undef/define line, to ease matching.
28296
 
+echo 's/$/ /' >conftest.defines
28297
 
+# Then, protect against being on the right side of a sed subst, or in
28298
 
+# an unquoted here document, in config.status.  If some macros were
28299
 
+# called several times there might be several #defines for the same
28300
 
+# symbol, which is useless.  But do not sort them, since the last
28301
 
+# AC_DEFINE must be honored.
28302
 
+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28303
 
+# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
28304
 
+# NAME is the cpp macro being defined, VALUE is the value it is being given.
28305
 
+# PARAMS is the parameter list in the macro definition--in most cases, it's
28306
 
+# just an empty string.
28307
 
+ac_dA='s,^\\([  #]*\\)[^        ]*\\([  ]*'
28308
 
+ac_dB='\\)[     (].*,\\1define\\2'
28309
 
+ac_dC=' '
28310
 
+ac_dD=' ,'
28311
 
+
28312
 
+uniq confdefs.h |
28313
 
+  sed -n '
28314
 
+       t rset
28315
 
+       :rset
28316
 
+       s/^[     ]*#[    ]*define[       ][      ]*//
28317
 
+       t ok
28318
 
+       d
28319
 
+       :ok
28320
 
+       s/[\\&,]/\\&/g
28321
 
+       s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
28322
 
+       s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
28323
 
+  ' >>conftest.defines
28324
 
+
28325
 
+# Remove the space that was appended to ease matching.
28326
 
+# Then replace #undef with comments.  This is necessary, for
28327
 
+# example, in the case of _POSIX_SOURCE, which is predefined and required
28328
 
+# on some systems where configure will not decide to define it.
28329
 
+# (The regexp can be short, since the line contains either #define or #undef.)
28330
 
+echo 's/ $//
28331
 
+s,^[    #]*u.*,/* & */,' >>conftest.defines
28332
 
+
28333
 
+# Break up conftest.defines:
28334
 
+ac_max_sed_lines=50
28335
 
+
28336
 
+# First sed command is:         sed -f defines.sed $ac_file_inputs >"$tmp/out1"
28337
 
+# Second one is:        sed -f defines.sed "$tmp/out1" >"$tmp/out2"
28338
 
+# Third one will be:    sed -f defines.sed "$tmp/out2" >"$tmp/out1"
28339
 
+# et cetera.
28340
 
+ac_in='$ac_file_inputs'
28341
 
+ac_out='"$tmp/out1"'
28342
 
+ac_nxt='"$tmp/out2"'
28343
 
+
28344
 
+while :
28345
 
+do
28346
 
+  # Write a here document:
28347
 
+    cat >>$CONFIG_STATUS <<_ACEOF
28348
 
+    # First, check the format of the line:
28349
 
+    cat >"\$tmp/defines.sed" <<\\CEOF
28350
 
+/^[     ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
28351
 
+/^[     ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
28352
 
+b
28353
 
+:def
28354
 
+_ACEOF
28355
 
+  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
28356
 
+  echo 'CEOF
28357
 
+    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
28358
 
+  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
28359
 
+  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
28360
 
+  grep . conftest.tail >/dev/null || break
28361
 
+  rm -f conftest.defines
28362
 
+  mv conftest.tail conftest.defines
28363
 
+done
28364
 
+rm -f conftest.defines conftest.tail
28365
 
+
28366
 
+echo "ac_result=$ac_in" >>$CONFIG_STATUS
28367
 
+cat >>$CONFIG_STATUS <<\_ACEOF
28368
 
+  if test x"$ac_file" != x-; then
28369
 
+    echo "/* $configure_input  */" >"$tmp/config.h"
28370
 
+    cat "$ac_result" >>"$tmp/config.h"
28371
 
+    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
28372
 
+      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
28373
 
+echo "$as_me: $ac_file is unchanged" >&6;}
28374
 
+    else
28375
 
+      rm -f $ac_file
28376
 
+      mv "$tmp/config.h" $ac_file
28377
 
+    fi
28378
 
+  else
28379
 
+    echo "/* $configure_input  */"
28380
 
+    cat "$ac_result"
28381
 
+  fi
28382
 
+  rm -f "$tmp/out12"
28383
 
+# Compute $ac_file's index in $config_headers.
28384
 
+_am_stamp_count=1
28385
 
+for _am_header in $config_headers :; do
28386
 
+  case $_am_header in
28387
 
+    $ac_file | $ac_file:* )
28388
 
+      break ;;
28389
 
+    * )
28390
 
+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
28391
 
+  esac
28392
 
+done
28393
 
+echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
28394
 
+$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28395
 
+        X$ac_file : 'X\(//\)[^/]' \| \
28396
 
+        X$ac_file : 'X\(//\)$' \| \
28397
 
+        X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
28398
 
+echo X$ac_file |
28399
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28400
 
+           s//\1/
28401
 
+           q
28402
 
+         }
28403
 
+         /^X\(\/\/\)[^/].*/{
28404
 
+           s//\1/
28405
 
+           q
28406
 
+         }
28407
 
+         /^X\(\/\/\)$/{
28408
 
+           s//\1/
28409
 
+           q
28410
 
+         }
28411
 
+         /^X\(\/\).*/{
28412
 
+           s//\1/
28413
 
+           q
28414
 
+         }
28415
 
+         s/.*/./; q'`/stamp-h$_am_stamp_count
28416
 
+ ;;
28417
 
+  
28418
 
+  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
28419
 
+echo "$as_me: executing $ac_file commands" >&6;}
28420
 
+ ;;
28421
 
+  esac
28422
 
+
28423
 
+
28424
 
+  case $ac_file$ac_mode in
28425
 
+    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
28426
 
+  # Strip MF so we end up with the name of the file.
28427
 
+  mf=`echo "$mf" | sed -e 's/:.*$//'`
28428
 
+  # Check whether this is an Automake generated Makefile or not.
28429
 
+  # We used to match only the files named `Makefile.in', but
28430
 
+  # some people rename them; so instead we look at the file content.
28431
 
+  # Grep'ing the first line is not enough: some people post-process
28432
 
+  # each Makefile.in and add a new line on top of each file to say so.
28433
 
+  # So let's grep whole file.
28434
 
+  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
28435
 
+    dirpart=`$as_dirname -- "$mf" ||
28436
 
+$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28437
 
+        X"$mf" : 'X\(//\)[^/]' \| \
28438
 
+        X"$mf" : 'X\(//\)$' \| \
28439
 
+        X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
28440
 
+echo X"$mf" |
28441
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28442
 
+           s//\1/
28443
 
+           q
28444
 
+         }
28445
 
+         /^X\(\/\/\)[^/].*/{
28446
 
+           s//\1/
28447
 
+           q
28448
 
+         }
28449
 
+         /^X\(\/\/\)$/{
28450
 
+           s//\1/
28451
 
+           q
28452
 
+         }
28453
 
+         /^X\(\/\).*/{
28454
 
+           s//\1/
28455
 
+           q
28456
 
+         }
28457
 
+         s/.*/./; q'`
28458
 
+  else
28459
 
+    continue
28460
 
+  fi
28461
 
+  # Extract the definition of DEPDIR, am__include, and am__quote
28462
 
+  # from the Makefile without running `make'.
28463
 
+  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
28464
 
+  test -z "$DEPDIR" && continue
28465
 
+  am__include=`sed -n 's/^am__include = //p' < "$mf"`
28466
 
+  test -z "am__include" && continue
28467
 
+  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
28468
 
+  # When using ansi2knr, U may be empty or an underscore; expand it
28469
 
+  U=`sed -n 's/^U = //p' < "$mf"`
28470
 
+  # Find all dependency output files, they are included files with
28471
 
+  # $(DEPDIR) in their names.  We invoke sed twice because it is the
28472
 
+  # simplest approach to changing $(DEPDIR) to its actual value in the
28473
 
+  # expansion.
28474
 
+  for file in `sed -n "
28475
 
+    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
28476
 
+       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
28477
 
+    # Make sure the directory exists.
28478
 
+    test -f "$dirpart/$file" && continue
28479
 
+    fdir=`$as_dirname -- "$file" ||
28480
 
+$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28481
 
+        X"$file" : 'X\(//\)[^/]' \| \
28482
 
+        X"$file" : 'X\(//\)$' \| \
28483
 
+        X"$file" : 'X\(/\)' \| . 2>/dev/null ||
28484
 
+echo X"$file" |
28485
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28486
 
+           s//\1/
28487
 
+           q
28488
 
+         }
28489
 
+         /^X\(\/\/\)[^/].*/{
28490
 
+           s//\1/
28491
 
+           q
28492
 
+         }
28493
 
+         /^X\(\/\/\)$/{
28494
 
+           s//\1/
28495
 
+           q
28496
 
+         }
28497
 
+         /^X\(\/\).*/{
28498
 
+           s//\1/
28499
 
+           q
28500
 
+         }
28501
 
+         s/.*/./; q'`
28502
 
+    { as_dir=$dirpart/$fdir
28503
 
+  case $as_dir in #(
28504
 
+  -*) as_dir=./$as_dir;;
28505
 
+  esac
28506
 
+  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28507
 
+    as_dirs=
28508
 
+    while :; do
28509
 
+      case $as_dir in #(
28510
 
+      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
28511
 
+      *) as_qdir=$as_dir;;
28512
 
+      esac
28513
 
+      as_dirs="'$as_qdir' $as_dirs"
28514
 
+      as_dir=`$as_dirname -- "$as_dir" ||
28515
 
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28516
 
+        X"$as_dir" : 'X\(//\)[^/]' \| \
28517
 
+        X"$as_dir" : 'X\(//\)$' \| \
28518
 
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28519
 
+echo X"$as_dir" |
28520
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28521
 
+           s//\1/
28522
 
+           q
28523
 
+         }
28524
 
+         /^X\(\/\/\)[^/].*/{
28525
 
+           s//\1/
28526
 
+           q
28527
 
+         }
28528
 
+         /^X\(\/\/\)$/{
28529
 
+           s//\1/
28530
 
+           q
28531
 
+         }
28532
 
+         /^X\(\/\).*/{
28533
 
+           s//\1/
28534
 
+           q
28535
 
+         }
28536
 
+         s/.*/./; q'`
28537
 
+      test -d "$as_dir" && break
28538
 
+    done
28539
 
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
28540
 
+  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28541
 
+echo "$as_me: error: cannot create directory $as_dir" >&2;}
28542
 
+   { (exit 1); exit 1; }; }; }
28543
 
+    # echo "creating $dirpart/$file"
28544
 
+    echo '# dummy' > "$dirpart/$file"
28545
 
+  done
28546
 
+done
28547
 
+ ;;
28548
 
+    "intltool":C) 
28549
 
+
28550
 
+for file in intltool-extract intltool-merge intltool-update; do
28551
 
+  sed -e "s|@INTLTOOL_EXTRACT@|`pwd`/intltool-extract|g" \
28552
 
+      -e "s|@INTLTOOL_LIBDIR@|${INTLTOOL_LIBDIR}|g" \
28553
 
+      -e "s|@INTLTOOL_ICONV@|${INTLTOOL_ICONV}|g" \
28554
 
+      -e "s|@INTLTOOL_MSGFMT@|${INTLTOOL_MSGFMT}|g" \
28555
 
+      -e "s|@INTLTOOL_MSGMERGE@|${INTLTOOL_MSGMERGE}|g" \
28556
 
+      -e "s|@INTLTOOL_XGETTEXT@|${INTLTOOL_XGETTEXT}|g" \
28557
 
+      -e "s|@INTLTOOL_PERL@|${INTLTOOL_PERL}|g" \
28558
 
+       < ${ac_aux_dir}/${file}.in > ${file}.out
28559
 
+  if cmp -s ${file} ${file}.out 2>/dev/null; then
28560
 
+    rm -f ${file}.out
28561
 
+  else
28562
 
+    mv -f ${file}.out ${file}
28563
 
+  fi
28564
 
+  chmod ugo+x ${file}
28565
 
+  chmod u+w ${file}
28566
 
+done
28567
 
+
28568
 
+ ;;
28569
 
+    "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*)
28570
 
+        sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
28571
 
+      esac ;;
28572
 
+    "po/stamp-it":C) 
28573
 
+    rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
28574
 
+    >"po/stamp-it.tmp"
28575
 
+    sed '/^#/d
28576
 
+        s/^[[].*] *//
28577
 
+        /^[    ]*$/d
28578
 
+       '"s|^|  $ac_top_srcdir/|" \
28579
 
+      "$srcdir/po/POTFILES.in" | sed '$!s/$/ \\/' >"po/POTFILES"
28580
 
+    
28581
 
+    if test ! -f "po/Makefile"; then
28582
 
+      { { echo "$as_me:$LINENO: error: po/Makefile is not ready." >&5
28583
 
+echo "$as_me: error: po/Makefile is not ready." >&2;}
28584
 
+   { (exit 1); exit 1; }; }
28585
 
+    fi
28586
 
+    mv "po/Makefile" "po/Makefile.tmp"
28587
 
+    sed '/^POTFILES =/,/[^\\]$/ {
28588
 
+               /^POTFILES =/!d
28589
 
+               r po/POTFILES
28590
 
+         }
28591
 
+        ' "po/Makefile.tmp" >"po/Makefile"
28592
 
+    rm -f "po/Makefile.tmp"
28593
 
+    mv "po/stamp-it.tmp" "po/stamp-it"
28594
 
+   ;;
28595
 
+
28596
 
+  esac
28597
 
+done # for ac_tag
28598
 
+
28599
 
+
28600
 
+{ (exit 0); exit 0; }
28601
 
+_ACEOF
28602
 
+chmod +x $CONFIG_STATUS
28603
 
+ac_clean_files=$ac_clean_files_save
28604
 
+
28605
 
+
28606
 
+# configure is writing to config.log, and then calls config.status.
28607
 
+# config.status does its own redirection, appending to config.log.
28608
 
+# Unfortunately, on DOS this fails, as config.log is still kept open
28609
 
+# by configure, so config.status won't be able to write to it; its
28610
 
+# output is simply discarded.  So we exec the FD to /dev/null,
28611
 
+# effectively closing config.log, so it can be properly (re)opened and
28612
 
+# appended to by config.status.  When coming back to configure, we
28613
 
+# need to make the FD available again.
28614
 
+if test "$no_create" != yes; then
28615
 
+  ac_cs_success=:
28616
 
+  ac_config_status_args=
28617
 
+  test "$silent" = yes &&
28618
 
+    ac_config_status_args="$ac_config_status_args --quiet"
28619
 
+  exec 5>/dev/null
28620
 
+  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
28621
 
+  exec 5>>config.log
28622
 
+  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
28623
 
+  # would make configure fail if this is the last instruction.
28624
 
+  $ac_cs_success || { (exit 1); exit 1; }
28625
 
+fi
28626
 
+
28627
 
+
28628
 
+echo "
28629
 
+
28630
 
+Configuration (GST):
28631
 
+       Services tool:     ${enable_services}
28632
 
+       Users tool:        ${enable_users}
28633
 
+       Network tool:      ${enable_network}
28634
 
+       Time tool:         ${enable_time}
28635
 
+       Shares tool:       ${enable_shares}
28636
 
+       Nautilus support:  ${enable_nautilus}
28637
 
+       GNOME support:     ${enable_gnome}
28638
 
+
28639
 
+       Compiler:          ${CC} 
28640
 
+"
28641
 
diff -urNad gnome-system-tools-2.19.0~/autom4te.cache/requests gnome-system-tools-2.19.0/autom4te.cache/requests
28642
 
--- gnome-system-tools-2.19.0~/autom4te.cache/requests  1970-01-01 01:00:00.000000000 +0100
28643
 
+++ gnome-system-tools-2.19.0/autom4te.cache/requests   2007-07-19 13:07:27.000000000 +0200
28644
 
@@ -0,0 +1,64 @@
28645
 
+# This file was generated by Autom4te Sat Apr 28 03:44:04 GMT 2007.
28646
 
+# It contains the lists of macros which have been traced.
28647
 
+# It can be safely removed.
28648
 
+
28649
 
+@request = (
28650
 
+             bless( [
28651
 
+                      '0',
28652
 
+                      1,
28653
 
+                      [
28654
 
+                        '/usr/share/autoconf'
28655
 
+                      ],
28656
 
+                      [
28657
 
+                        '/usr/share/autoconf/autoconf/autoconf.m4f',
28658
 
+                        'aclocal.m4',
28659
 
+                        'configure.in'
28660
 
+                      ],
28661
 
+                      {
28662
 
+                        '_LT_AC_TAGCONFIG' => 1,
28663
 
+                        'AM_PROG_F77_C_O' => 1,
28664
 
+                        'AC_INIT' => 1,
28665
 
+                        'm4_pattern_forbid' => 1,
28666
 
+                        'AC_CANONICAL_TARGET' => 1,
28667
 
+                        'AC_SUBST' => 1,
28668
 
+                        'AC_CONFIG_LIBOBJ_DIR' => 1,
28669
 
+                        'AC_FC_SRCEXT' => 1,
28670
 
+                        'AC_CANONICAL_HOST' => 1,
28671
 
+                        'AC_PROG_LIBTOOL' => 1,
28672
 
+                        'AM_INIT_AUTOMAKE' => 1,
28673
 
+                        'AC_CONFIG_SUBDIRS' => 1,
28674
 
+                        'AM_AUTOMAKE_VERSION' => 1,
28675
 
+                        'LT_CONFIG_LTDL_DIR' => 1,
28676
 
+                        'AC_REQUIRE_AUX_FILE' => 1,
28677
 
+                        'AC_CONFIG_LINKS' => 1,
28678
 
+                        'm4_sinclude' => 1,
28679
 
+                        'LT_SUPPORTED_TAG' => 1,
28680
 
+                        'AM_MAINTAINER_MODE' => 1,
28681
 
+                        'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
28682
 
+                        '_m4_warn' => 1,
28683
 
+                        'AM_PROG_CXX_C_O' => 1,
28684
 
+                        'AM_ENABLE_MULTILIB' => 1,
28685
 
+                        'AC_CONFIG_FILES' => 1,
28686
 
+                        'include' => 1,
28687
 
+                        'LT_INIT' => 1,
28688
 
+                        'AM_GNU_GETTEXT' => 1,
28689
 
+                        'AC_LIBSOURCE' => 1,
28690
 
+                        'AM_PROG_FC_C_O' => 1,
28691
 
+                        'AC_CANONICAL_BUILD' => 1,
28692
 
+                        'AC_FC_FREEFORM' => 1,
28693
 
+                        'AH_OUTPUT' => 1,
28694
 
+                        '_AM_SUBST_NOTMAKE' => 1,
28695
 
+                        'AC_CONFIG_AUX_DIR' => 1,
28696
 
+                        'sinclude' => 1,
28697
 
+                        'm4_pattern_allow' => 1,
28698
 
+                        'AM_PROG_CC_C_O' => 1,
28699
 
+                        'AC_CANONICAL_SYSTEM' => 1,
28700
 
+                        'AM_CONDITIONAL' => 1,
28701
 
+                        'AC_CONFIG_HEADERS' => 1,
28702
 
+                        'AC_DEFINE_TRACE_LITERAL' => 1,
28703
 
+                        'm4_include' => 1,
28704
 
+                        'AC_SUBST_TRACE' => 1
28705
 
+                      }
28706
 
+                    ], 'Autom4te::Request' )
28707
 
+           );
28708
 
+
28709
 
diff -urNad gnome-system-tools-2.19.0~/autom4te.cache/traces.0 gnome-system-tools-2.19.0/autom4te.cache/traces.0
28710
 
--- gnome-system-tools-2.19.0~/autom4te.cache/traces.0  1970-01-01 01:00:00.000000000 +0100
28711
 
+++ gnome-system-tools-2.19.0/autom4te.cache/traces.0   2007-07-19 13:07:26.000000000 +0200
28712
 
@@ -0,0 +1,1189 @@
28713
 
+m4trace:configure.in:2: -1- AC_INIT([gnome-system-tools], [2.19.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-system-tools])
28714
 
+m4trace:configure.in:2: -1- m4_pattern_forbid([^_?A[CHUM]_])
28715
 
+m4trace:configure.in:2: -1- m4_pattern_forbid([_AC_])
28716
 
+m4trace:configure.in:2: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
28717
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^AS_FLAGS$])
28718
 
+m4trace:configure.in:2: -1- m4_pattern_forbid([^_?m4_])
28719
 
+m4trace:configure.in:2: -1- m4_pattern_forbid([^dnl$])
28720
 
+m4trace:configure.in:2: -1- m4_pattern_forbid([^_?AS_])
28721
 
+m4trace:configure.in:2: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}])
28722
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([SHELL])
28723
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^SHELL$])
28724
 
+m4trace:configure.in:2: -1- AC_SUBST([PATH_SEPARATOR])
28725
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([PATH_SEPARATOR])
28726
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^PATH_SEPARATOR$])
28727
 
+m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME],      ['AC_PACKAGE_NAME'])])
28728
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([PACKAGE_NAME])
28729
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_NAME$])
28730
 
+m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME],   ['AC_PACKAGE_TARNAME'])])
28731
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([PACKAGE_TARNAME])
28732
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
28733
 
+m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION],   ['AC_PACKAGE_VERSION'])])
28734
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([PACKAGE_VERSION])
28735
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_VERSION$])
28736
 
+m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING],    ['AC_PACKAGE_STRING'])])
28737
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([PACKAGE_STRING])
28738
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_STRING$])
28739
 
+m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
28740
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([PACKAGE_BUGREPORT])
28741
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
28742
 
+m4trace:configure.in:2: -1- AC_SUBST([exec_prefix], [NONE])
28743
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([exec_prefix])
28744
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^exec_prefix$])
28745
 
+m4trace:configure.in:2: -1- AC_SUBST([prefix], [NONE])
28746
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([prefix])
28747
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^prefix$])
28748
 
+m4trace:configure.in:2: -1- AC_SUBST([program_transform_name], [s,x,x,])
28749
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([program_transform_name])
28750
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^program_transform_name$])
28751
 
+m4trace:configure.in:2: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
28752
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([bindir])
28753
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^bindir$])
28754
 
+m4trace:configure.in:2: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
28755
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([sbindir])
28756
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^sbindir$])
28757
 
+m4trace:configure.in:2: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
28758
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([libexecdir])
28759
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^libexecdir$])
28760
 
+m4trace:configure.in:2: -1- AC_SUBST([datarootdir], ['${prefix}/share'])
28761
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([datarootdir])
28762
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^datarootdir$])
28763
 
+m4trace:configure.in:2: -1- AC_SUBST([datadir], ['${datarootdir}'])
28764
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([datadir])
28765
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^datadir$])
28766
 
+m4trace:configure.in:2: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
28767
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([sysconfdir])
28768
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^sysconfdir$])
28769
 
+m4trace:configure.in:2: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
28770
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([sharedstatedir])
28771
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^sharedstatedir$])
28772
 
+m4trace:configure.in:2: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
28773
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([localstatedir])
28774
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^localstatedir$])
28775
 
+m4trace:configure.in:2: -1- AC_SUBST([includedir], ['${prefix}/include'])
28776
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([includedir])
28777
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^includedir$])
28778
 
+m4trace:configure.in:2: -1- AC_SUBST([oldincludedir], ['/usr/include'])
28779
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([oldincludedir])
28780
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^oldincludedir$])
28781
 
+m4trace:configure.in:2: -1- AC_SUBST([docdir], [m4_ifset([AC_PACKAGE_TARNAME],
28782
 
+                                    ['${datarootdir}/doc/${PACKAGE_TARNAME}'],
28783
 
+                                    ['${datarootdir}/doc/${PACKAGE}'])])
28784
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([docdir])
28785
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^docdir$])
28786
 
+m4trace:configure.in:2: -1- AC_SUBST([infodir], ['${datarootdir}/info'])
28787
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([infodir])
28788
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^infodir$])
28789
 
+m4trace:configure.in:2: -1- AC_SUBST([htmldir], ['${docdir}'])
28790
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([htmldir])
28791
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^htmldir$])
28792
 
+m4trace:configure.in:2: -1- AC_SUBST([dvidir], ['${docdir}'])
28793
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([dvidir])
28794
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^dvidir$])
28795
 
+m4trace:configure.in:2: -1- AC_SUBST([pdfdir], ['${docdir}'])
28796
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([pdfdir])
28797
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^pdfdir$])
28798
 
+m4trace:configure.in:2: -1- AC_SUBST([psdir], ['${docdir}'])
28799
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([psdir])
28800
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^psdir$])
28801
 
+m4trace:configure.in:2: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
28802
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([libdir])
28803
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^libdir$])
28804
 
+m4trace:configure.in:2: -1- AC_SUBST([localedir], ['${datarootdir}/locale'])
28805
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([localedir])
28806
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^localedir$])
28807
 
+m4trace:configure.in:2: -1- AC_SUBST([mandir], ['${datarootdir}/man'])
28808
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([mandir])
28809
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^mandir$])
28810
 
+m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
28811
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_NAME$])
28812
 
+m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
28813
 
+#undef PACKAGE_NAME])
28814
 
+m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
28815
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
28816
 
+m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
28817
 
+#undef PACKAGE_TARNAME])
28818
 
+m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
28819
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_VERSION$])
28820
 
+m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
28821
 
+#undef PACKAGE_VERSION])
28822
 
+m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
28823
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_STRING$])
28824
 
+m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
28825
 
+#undef PACKAGE_STRING])
28826
 
+m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
28827
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
28828
 
+m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
28829
 
+#undef PACKAGE_BUGREPORT])
28830
 
+m4trace:configure.in:2: -1- AC_SUBST([DEFS])
28831
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([DEFS])
28832
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^DEFS$])
28833
 
+m4trace:configure.in:2: -1- AC_SUBST([ECHO_C])
28834
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([ECHO_C])
28835
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^ECHO_C$])
28836
 
+m4trace:configure.in:2: -1- AC_SUBST([ECHO_N])
28837
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([ECHO_N])
28838
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^ECHO_N$])
28839
 
+m4trace:configure.in:2: -1- AC_SUBST([ECHO_T])
28840
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([ECHO_T])
28841
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^ECHO_T$])
28842
 
+m4trace:configure.in:2: -1- AC_SUBST([LIBS])
28843
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([LIBS])
28844
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^LIBS$])
28845
 
+m4trace:configure.in:2: -1- AC_SUBST([build_alias])
28846
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([build_alias])
28847
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^build_alias$])
28848
 
+m4trace:configure.in:2: -1- AC_SUBST([host_alias])
28849
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([host_alias])
28850
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^host_alias$])
28851
 
+m4trace:configure.in:2: -1- AC_SUBST([target_alias])
28852
 
+m4trace:configure.in:2: -1- AC_SUBST_TRACE([target_alias])
28853
 
+m4trace:configure.in:2: -1- m4_pattern_allow([^target_alias$])
28854
 
+m4trace:configure.in:5: -1- AM_INIT_AUTOMAKE([gnome-system-tools], [2.19.0])
28855
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
28856
 
+m4trace:configure.in:5: -1- AM_AUTOMAKE_VERSION([1.9.6])
28857
 
+m4trace:configure.in:5: -1- AC_REQUIRE_AUX_FILE([install-sh])
28858
 
+m4trace:configure.in:5: -1- AC_SUBST([INSTALL_PROGRAM])
28859
 
+m4trace:configure.in:5: -1- AC_SUBST_TRACE([INSTALL_PROGRAM])
28860
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
28861
 
+m4trace:configure.in:5: -1- AC_SUBST([INSTALL_SCRIPT])
28862
 
+m4trace:configure.in:5: -1- AC_SUBST_TRACE([INSTALL_SCRIPT])
28863
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
28864
 
+m4trace:configure.in:5: -1- AC_SUBST([INSTALL_DATA])
28865
 
+m4trace:configure.in:5: -1- AC_SUBST_TRACE([INSTALL_DATA])
28866
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^INSTALL_DATA$])
28867
 
+m4trace:configure.in:5: -1- AC_SUBST([CYGPATH_W])
28868
 
+m4trace:configure.in:5: -1- AC_SUBST_TRACE([CYGPATH_W])
28869
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^CYGPATH_W$])
28870
 
+m4trace:configure.in:5: -1- AC_SUBST([PACKAGE], [gnome-system-tools])
28871
 
+m4trace:configure.in:5: -1- AC_SUBST_TRACE([PACKAGE])
28872
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE$])
28873
 
+m4trace:configure.in:5: -1- AC_SUBST([VERSION], [2.19.0])
28874
 
+m4trace:configure.in:5: -1- AC_SUBST_TRACE([VERSION])
28875
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^VERSION$])
28876
 
+m4trace:configure.in:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
28877
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE$])
28878
 
+m4trace:configure.in:5: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
28879
 
+#undef PACKAGE])
28880
 
+m4trace:configure.in:5: -1- AC_DEFINE_TRACE_LITERAL([VERSION])
28881
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^VERSION$])
28882
 
+m4trace:configure.in:5: -1- AH_OUTPUT([VERSION], [/* Version number of package */
28883
 
+#undef VERSION])
28884
 
+m4trace:configure.in:5: -1- AC_SUBST([ACLOCAL])
28885
 
+m4trace:configure.in:5: -1- AC_SUBST_TRACE([ACLOCAL])
28886
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^ACLOCAL$])
28887
 
+m4trace:configure.in:5: -1- AC_SUBST([AUTOCONF])
28888
 
+m4trace:configure.in:5: -1- AC_SUBST_TRACE([AUTOCONF])
28889
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^AUTOCONF$])
28890
 
+m4trace:configure.in:5: -1- AC_SUBST([AUTOMAKE])
28891
 
+m4trace:configure.in:5: -1- AC_SUBST_TRACE([AUTOMAKE])
28892
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^AUTOMAKE$])
28893
 
+m4trace:configure.in:5: -1- AC_SUBST([AUTOHEADER])
28894
 
+m4trace:configure.in:5: -1- AC_SUBST_TRACE([AUTOHEADER])
28895
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^AUTOHEADER$])
28896
 
+m4trace:configure.in:5: -1- AC_SUBST([MAKEINFO])
28897
 
+m4trace:configure.in:5: -1- AC_SUBST_TRACE([MAKEINFO])
28898
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^MAKEINFO$])
28899
 
+m4trace:configure.in:5: -1- AC_SUBST([install_sh])
28900
 
+m4trace:configure.in:5: -1- AC_SUBST_TRACE([install_sh])
28901
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^install_sh$])
28902
 
+m4trace:configure.in:5: -1- AC_SUBST([STRIP])
28903
 
+m4trace:configure.in:5: -1- AC_SUBST_TRACE([STRIP])
28904
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^STRIP$])
28905
 
+m4trace:configure.in:5: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
28906
 
+m4trace:configure.in:5: -1- AC_SUBST_TRACE([INSTALL_STRIP_PROGRAM])
28907
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
28908
 
+m4trace:configure.in:5: -1- AC_SUBST([mkdir_p])
28909
 
+m4trace:configure.in:5: -1- AC_SUBST_TRACE([mkdir_p])
28910
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^mkdir_p$])
28911
 
+m4trace:configure.in:5: -1- AC_SUBST([AWK])
28912
 
+m4trace:configure.in:5: -1- AC_SUBST_TRACE([AWK])
28913
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^AWK$])
28914
 
+m4trace:configure.in:5: -1- AC_SUBST([SET_MAKE])
28915
 
+m4trace:configure.in:5: -1- AC_SUBST_TRACE([SET_MAKE])
28916
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^SET_MAKE$])
28917
 
+m4trace:configure.in:5: -1- AC_SUBST([am__leading_dot])
28918
 
+m4trace:configure.in:5: -1- AC_SUBST_TRACE([am__leading_dot])
28919
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^am__leading_dot$])
28920
 
+m4trace:configure.in:5: -1- AC_SUBST([AMTAR])
28921
 
+m4trace:configure.in:5: -1- AC_SUBST_TRACE([AMTAR])
28922
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^AMTAR$])
28923
 
+m4trace:configure.in:5: -1- AC_SUBST([am__tar])
28924
 
+m4trace:configure.in:5: -1- AC_SUBST_TRACE([am__tar])
28925
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^am__tar$])
28926
 
+m4trace:configure.in:5: -1- AC_SUBST([am__untar])
28927
 
+m4trace:configure.in:5: -1- AC_SUBST_TRACE([am__untar])
28928
 
+m4trace:configure.in:5: -1- m4_pattern_allow([^am__untar$])
28929
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_DESKTOP_RULE])
28930
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_DESKTOP_RULE])
28931
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_DESKTOP_RULE$])
28932
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_DIRECTORY_RULE])
28933
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_DIRECTORY_RULE])
28934
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_DIRECTORY_RULE$])
28935
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_KEYS_RULE])
28936
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_KEYS_RULE])
28937
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_KEYS_RULE$])
28938
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_PROP_RULE])
28939
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_PROP_RULE])
28940
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_PROP_RULE$])
28941
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_OAF_RULE])
28942
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_OAF_RULE])
28943
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_OAF_RULE$])
28944
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_PONG_RULE])
28945
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_PONG_RULE])
28946
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_PONG_RULE$])
28947
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_SERVER_RULE])
28948
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_SERVER_RULE])
28949
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_SERVER_RULE$])
28950
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_SHEET_RULE])
28951
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_SHEET_RULE])
28952
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_SHEET_RULE$])
28953
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_SOUNDLIST_RULE])
28954
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_SOUNDLIST_RULE])
28955
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_SOUNDLIST_RULE$])
28956
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_UI_RULE])
28957
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_UI_RULE])
28958
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_UI_RULE$])
28959
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_XAM_RULE])
28960
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_XAM_RULE])
28961
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_XAM_RULE$])
28962
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_KBD_RULE])
28963
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_KBD_RULE])
28964
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_KBD_RULE$])
28965
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_XML_RULE])
28966
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_XML_RULE])
28967
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_XML_RULE$])
28968
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_XML_NOMERGE_RULE])
28969
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_XML_NOMERGE_RULE])
28970
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_XML_NOMERGE_RULE$])
28971
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_CAVES_RULE])
28972
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_CAVES_RULE])
28973
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_CAVES_RULE$])
28974
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_SCHEMAS_RULE])
28975
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_SCHEMAS_RULE])
28976
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_SCHEMAS_RULE$])
28977
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_THEME_RULE])
28978
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_THEME_RULE])
28979
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_THEME_RULE$])
28980
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_SERVICE_RULE])
28981
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_SERVICE_RULE])
28982
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_SERVICE_RULE$])
28983
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_EXTRACT], ['$(top_builddir)/intltool-extract'])
28984
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_EXTRACT])
28985
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_EXTRACT$])
28986
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_MERGE], ['$(top_builddir)/intltool-merge'])
28987
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_MERGE])
28988
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_MERGE$])
28989
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_UPDATE], ['$(top_builddir)/intltool-update'])
28990
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_UPDATE])
28991
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_UPDATE$])
28992
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_PERL])
28993
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_PERL])
28994
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_PERL$])
28995
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_ICONV])
28996
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_ICONV])
28997
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_ICONV$])
28998
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_MSGFMT])
28999
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_MSGFMT])
29000
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_MSGFMT$])
29001
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_MSGMERGE])
29002
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_MSGMERGE])
29003
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_MSGMERGE$])
29004
 
+m4trace:configure.in:7: -1- AC_SUBST([INTLTOOL_XGETTEXT])
29005
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([INTLTOOL_XGETTEXT])
29006
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^INTLTOOL_XGETTEXT$])
29007
 
+m4trace:configure.in:7: -1- AC_SUBST([ALL_LINGUAS])
29008
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([ALL_LINGUAS])
29009
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^ALL_LINGUAS$])
29010
 
+m4trace:configure.in:7: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
29011
 
+You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
29012
 
+aclocal.m4:540: IT_PROG_INTLTOOL is expanded from...
29013
 
+configure.in:7: the top level])
29014
 
+m4trace:configure.in:7: -1- AC_SUBST([CC])
29015
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([CC])
29016
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^CC$])
29017
 
+m4trace:configure.in:7: -1- AC_SUBST([CFLAGS])
29018
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([CFLAGS])
29019
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^CFLAGS$])
29020
 
+m4trace:configure.in:7: -1- AC_SUBST([LDFLAGS])
29021
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([LDFLAGS])
29022
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^LDFLAGS$])
29023
 
+m4trace:configure.in:7: -1- AC_SUBST([LIBS])
29024
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([LIBS])
29025
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^LIBS$])
29026
 
+m4trace:configure.in:7: -1- AC_SUBST([CPPFLAGS])
29027
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([CPPFLAGS])
29028
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^CPPFLAGS$])
29029
 
+m4trace:configure.in:7: -1- AC_SUBST([CC])
29030
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([CC])
29031
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^CC$])
29032
 
+m4trace:configure.in:7: -1- AC_SUBST([CC])
29033
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([CC])
29034
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^CC$])
29035
 
+m4trace:configure.in:7: -1- AC_SUBST([CC])
29036
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([CC])
29037
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^CC$])
29038
 
+m4trace:configure.in:7: -1- AC_SUBST([CC])
29039
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([CC])
29040
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^CC$])
29041
 
+m4trace:configure.in:7: -1- AC_SUBST([ac_ct_CC])
29042
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([ac_ct_CC])
29043
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^ac_ct_CC$])
29044
 
+m4trace:configure.in:7: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
29045
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([EXEEXT])
29046
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^EXEEXT$])
29047
 
+m4trace:configure.in:7: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
29048
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([OBJEXT])
29049
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^OBJEXT$])
29050
 
+m4trace:configure.in:7: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
29051
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([DEPDIR])
29052
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^DEPDIR$])
29053
 
+m4trace:configure.in:7: -1- AC_SUBST([am__include])
29054
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([am__include])
29055
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^am__include$])
29056
 
+m4trace:configure.in:7: -1- AC_SUBST([am__quote])
29057
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([am__quote])
29058
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^am__quote$])
29059
 
+m4trace:configure.in:7: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
29060
 
+m4trace:configure.in:7: -1- AC_SUBST([AMDEP_TRUE])
29061
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([AMDEP_TRUE])
29062
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^AMDEP_TRUE$])
29063
 
+m4trace:configure.in:7: -1- AC_SUBST([AMDEP_FALSE])
29064
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([AMDEP_FALSE])
29065
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^AMDEP_FALSE$])
29066
 
+m4trace:configure.in:7: -1- AC_SUBST([AMDEPBACKSLASH])
29067
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([AMDEPBACKSLASH])
29068
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
29069
 
+m4trace:configure.in:7: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
29070
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([CCDEPMODE])
29071
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^CCDEPMODE$])
29072
 
+m4trace:configure.in:7: -1- AM_CONDITIONAL([am__fastdepCC], [
29073
 
+  test "x$enable_dependency_tracking" != xno \
29074
 
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
29075
 
+m4trace:configure.in:7: -1- AC_SUBST([am__fastdepCC_TRUE])
29076
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE])
29077
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
29078
 
+m4trace:configure.in:7: -1- AC_SUBST([am__fastdepCC_FALSE])
29079
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE])
29080
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
29081
 
+m4trace:configure.in:7: -1- AC_SUBST([DATADIRNAME])
29082
 
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([DATADIRNAME])
29083
 
+m4trace:configure.in:7: -1- m4_pattern_allow([^DATADIRNAME$])
29084
 
+m4trace:configure.in:9: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
29085
 
+You should run autoupdate.], [aclocal.m4:7631: AM_CONFIG_HEADER is expanded from...
29086
 
+configure.in:9: the top level])
29087
 
+m4trace:configure.in:9: -1- AC_CONFIG_HEADERS([config.h])
29088
 
+m4trace:configure.in:11: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
29089
 
+m4trace:configure.in:11: -1- m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
29090
 
+m4trace:configure.in:11: -1- AC_SUBST([PKG_CONFIG])
29091
 
+m4trace:configure.in:11: -1- AC_SUBST_TRACE([PKG_CONFIG])
29092
 
+m4trace:configure.in:11: -1- m4_pattern_allow([^PKG_CONFIG$])
29093
 
+m4trace:configure.in:11: -1- AC_SUBST([PKG_CONFIG])
29094
 
+m4trace:configure.in:11: -1- AC_SUBST_TRACE([PKG_CONFIG])
29095
 
+m4trace:configure.in:11: -1- m4_pattern_allow([^PKG_CONFIG$])
29096
 
+m4trace:configure.in:11: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
29097
 
+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
29098
 
+aclocal.m4:490: GNOME_DOC_DEFINES is expanded from...
29099
 
+aclocal.m4:521: GNOME_DOC_INIT is expanded from...
29100
 
+configure.in:11: the top level])
29101
 
+m4trace:configure.in:11: -1- AC_SUBST([HELP_DIR])
29102
 
+m4trace:configure.in:11: -1- AC_SUBST_TRACE([HELP_DIR])
29103
 
+m4trace:configure.in:11: -1- m4_pattern_allow([^HELP_DIR$])
29104
 
+m4trace:configure.in:11: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
29105
 
+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
29106
 
+aclocal.m4:490: GNOME_DOC_DEFINES is expanded from...
29107
 
+aclocal.m4:521: GNOME_DOC_INIT is expanded from...
29108
 
+configure.in:11: the top level])
29109
 
+m4trace:configure.in:11: -1- AC_SUBST([OMF_DIR])
29110
 
+m4trace:configure.in:11: -1- AC_SUBST_TRACE([OMF_DIR])
29111
 
+m4trace:configure.in:11: -1- m4_pattern_allow([^OMF_DIR$])
29112
 
+m4trace:configure.in:11: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
29113
 
+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
29114
 
+aclocal.m4:490: GNOME_DOC_DEFINES is expanded from...
29115
 
+aclocal.m4:521: GNOME_DOC_INIT is expanded from...
29116
 
+configure.in:11: the top level])
29117
 
+m4trace:configure.in:11: -1- AC_SUBST([DOC_USER_FORMATS])
29118
 
+m4trace:configure.in:11: -1- AC_SUBST_TRACE([DOC_USER_FORMATS])
29119
 
+m4trace:configure.in:11: -1- m4_pattern_allow([^DOC_USER_FORMATS$])
29120
 
+m4trace:configure.in:11: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
29121
 
+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
29122
 
+../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
29123
 
+aclocal.m4:490: GNOME_DOC_DEFINES is expanded from...
29124
 
+aclocal.m4:521: GNOME_DOC_INIT is expanded from...
29125
 
+configure.in:11: the top level])
29126
 
+m4trace:configure.in:11: -1- AM_CONDITIONAL([ENABLE_SK], [test "$gdu_cv_have_gdu" = "yes" -a "$enable_scrollkeeper" = "yes"])
29127
 
+m4trace:configure.in:11: -1- AC_SUBST([ENABLE_SK_TRUE])
29128
 
+m4trace:configure.in:11: -1- AC_SUBST_TRACE([ENABLE_SK_TRUE])
29129
 
+m4trace:configure.in:11: -1- m4_pattern_allow([^ENABLE_SK_TRUE$])
29130
 
+m4trace:configure.in:11: -1- AC_SUBST([ENABLE_SK_FALSE])
29131
 
+m4trace:configure.in:11: -1- AC_SUBST_TRACE([ENABLE_SK_FALSE])
29132
 
+m4trace:configure.in:11: -1- m4_pattern_allow([^ENABLE_SK_FALSE$])
29133
 
+m4trace:configure.in:11: -1- AM_CONDITIONAL([HAVE_GNOME_DOC_UTILS], [test "$gdu_cv_have_gdu" = "yes"])
29134
 
+m4trace:configure.in:11: -1- AC_SUBST([HAVE_GNOME_DOC_UTILS_TRUE])
29135
 
+m4trace:configure.in:11: -1- AC_SUBST_TRACE([HAVE_GNOME_DOC_UTILS_TRUE])
29136
 
+m4trace:configure.in:11: -1- m4_pattern_allow([^HAVE_GNOME_DOC_UTILS_TRUE$])
29137
 
+m4trace:configure.in:11: -1- AC_SUBST([HAVE_GNOME_DOC_UTILS_FALSE])
29138
 
+m4trace:configure.in:11: -1- AC_SUBST_TRACE([HAVE_GNOME_DOC_UTILS_FALSE])
29139
 
+m4trace:configure.in:11: -1- m4_pattern_allow([^HAVE_GNOME_DOC_UTILS_FALSE$])
29140
 
+m4trace:configure.in:13: -1- AM_MAINTAINER_MODE
29141
 
+m4trace:configure.in:13: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
29142
 
+m4trace:configure.in:13: -1- AC_SUBST([MAINTAINER_MODE_TRUE])
29143
 
+m4trace:configure.in:13: -1- AC_SUBST_TRACE([MAINTAINER_MODE_TRUE])
29144
 
+m4trace:configure.in:13: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
29145
 
+m4trace:configure.in:13: -1- AC_SUBST([MAINTAINER_MODE_FALSE])
29146
 
+m4trace:configure.in:13: -1- AC_SUBST_TRACE([MAINTAINER_MODE_FALSE])
29147
 
+m4trace:configure.in:13: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
29148
 
+m4trace:configure.in:13: -1- AC_SUBST([MAINT])
29149
 
+m4trace:configure.in:13: -1- AC_SUBST_TRACE([MAINT])
29150
 
+m4trace:configure.in:13: -1- m4_pattern_allow([^MAINT$])
29151
 
+m4trace:configure.in:18: -1- AC_PROG_LIBTOOL
29152
 
+m4trace:configure.in:18: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
29153
 
+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
29154
 
+../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
29155
 
+aclocal.m4:2631: AC_ENABLE_SHARED is expanded from...
29156
 
+aclocal.m4:814: AC_LIBTOOL_SETUP is expanded from...
29157
 
+aclocal.m4:794: _AC_PROG_LIBTOOL is expanded from...
29158
 
+aclocal.m4:759: AC_PROG_LIBTOOL is expanded from...
29159
 
+aclocal.m4:7029: AM_PROG_LIBTOOL is expanded from...
29160
 
+configure.in:18: the top level])
29161
 
+m4trace:configure.in:18: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
29162
 
+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
29163
 
+../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
29164
 
+aclocal.m4:2670: AC_ENABLE_STATIC is expanded from...
29165
 
+aclocal.m4:814: AC_LIBTOOL_SETUP is expanded from...
29166
 
+aclocal.m4:794: _AC_PROG_LIBTOOL is expanded from...
29167
 
+aclocal.m4:759: AC_PROG_LIBTOOL is expanded from...
29168
 
+aclocal.m4:7029: AM_PROG_LIBTOOL is expanded from...
29169
 
+configure.in:18: the top level])
29170
 
+m4trace:configure.in:18: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
29171
 
+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
29172
 
+../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
29173
 
+aclocal.m4:2709: AC_ENABLE_FAST_INSTALL is expanded from...
29174
 
+aclocal.m4:814: AC_LIBTOOL_SETUP is expanded from...
29175
 
+aclocal.m4:794: _AC_PROG_LIBTOOL is expanded from...
29176
 
+aclocal.m4:759: AC_PROG_LIBTOOL is expanded from...
29177
 
+aclocal.m4:7029: AM_PROG_LIBTOOL is expanded from...
29178
 
+configure.in:18: the top level])
29179
 
+m4trace:configure.in:18: -1- AC_CANONICAL_HOST
29180
 
+m4trace:configure.in:18: -1- AC_CANONICAL_BUILD
29181
 
+m4trace:configure.in:18: -1- AC_REQUIRE_AUX_FILE([config.sub])
29182
 
+m4trace:configure.in:18: -1- AC_REQUIRE_AUX_FILE([config.guess])
29183
 
+m4trace:configure.in:18: -1- AC_SUBST([build], [$ac_cv_build])
29184
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([build])
29185
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^build$])
29186
 
+m4trace:configure.in:18: -1- AC_SUBST([build_cpu], [$[1]])
29187
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([build_cpu])
29188
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^build_cpu$])
29189
 
+m4trace:configure.in:18: -1- AC_SUBST([build_vendor], [$[2]])
29190
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([build_vendor])
29191
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^build_vendor$])
29192
 
+m4trace:configure.in:18: -1- AC_SUBST([build_os])
29193
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([build_os])
29194
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^build_os$])
29195
 
+m4trace:configure.in:18: -1- AC_SUBST([host], [$ac_cv_host])
29196
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([host])
29197
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^host$])
29198
 
+m4trace:configure.in:18: -1- AC_SUBST([host_cpu], [$[1]])
29199
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([host_cpu])
29200
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^host_cpu$])
29201
 
+m4trace:configure.in:18: -1- AC_SUBST([host_vendor], [$[2]])
29202
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([host_vendor])
29203
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^host_vendor$])
29204
 
+m4trace:configure.in:18: -1- AC_SUBST([host_os])
29205
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([host_os])
29206
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^host_os$])
29207
 
+m4trace:configure.in:18: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
29208
 
+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
29209
 
+../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
29210
 
+aclocal.m4:2850: AC_PROG_LD is expanded from...
29211
 
+aclocal.m4:814: AC_LIBTOOL_SETUP is expanded from...
29212
 
+aclocal.m4:794: _AC_PROG_LIBTOOL is expanded from...
29213
 
+aclocal.m4:759: AC_PROG_LIBTOOL is expanded from...
29214
 
+aclocal.m4:7029: AM_PROG_LIBTOOL is expanded from...
29215
 
+configure.in:18: the top level])
29216
 
+m4trace:configure.in:18: -1- AC_SUBST([GREP])
29217
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([GREP])
29218
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^GREP$])
29219
 
+m4trace:configure.in:18: -1- AC_SUBST([GREP])
29220
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([GREP])
29221
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^GREP$])
29222
 
+m4trace:configure.in:18: -1- AC_SUBST([EGREP])
29223
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([EGREP])
29224
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^EGREP$])
29225
 
+m4trace:configure.in:18: -1- AC_SUBST([EGREP])
29226
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([EGREP])
29227
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^EGREP$])
29228
 
+m4trace:configure.in:18: -1- AC_SUBST([LN_S], [$as_ln_s])
29229
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([LN_S])
29230
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^LN_S$])
29231
 
+m4trace:configure.in:18: -1- AC_SUBST([ECHO])
29232
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([ECHO])
29233
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^ECHO$])
29234
 
+m4trace:configure.in:18: -1- AC_SUBST([AR])
29235
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([AR])
29236
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^AR$])
29237
 
+m4trace:configure.in:18: -1- AC_SUBST([RANLIB])
29238
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([RANLIB])
29239
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^RANLIB$])
29240
 
+m4trace:configure.in:18: -1- AC_SUBST([STRIP])
29241
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([STRIP])
29242
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^STRIP$])
29243
 
+m4trace:configure.in:18: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
29244
 
+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
29245
 
+../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
29246
 
+aclocal.m4:814: AC_LIBTOOL_SETUP is expanded from...
29247
 
+aclocal.m4:794: _AC_PROG_LIBTOOL is expanded from...
29248
 
+aclocal.m4:759: AC_PROG_LIBTOOL is expanded from...
29249
 
+aclocal.m4:7029: AM_PROG_LIBTOOL is expanded from...
29250
 
+configure.in:18: the top level])
29251
 
+m4trace:configure.in:18: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
29252
 
+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
29253
 
+../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
29254
 
+aclocal.m4:814: AC_LIBTOOL_SETUP is expanded from...
29255
 
+aclocal.m4:794: _AC_PROG_LIBTOOL is expanded from...
29256
 
+aclocal.m4:759: AC_PROG_LIBTOOL is expanded from...
29257
 
+aclocal.m4:7029: AM_PROG_LIBTOOL is expanded from...
29258
 
+configure.in:18: the top level])
29259
 
+m4trace:configure.in:18: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
29260
 
+You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
29261
 
+../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
29262
 
+../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
29263
 
+../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
29264
 
+aclocal.m4:1203: _LT_AC_LOCK is expanded from...
29265
 
+aclocal.m4:1807: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
29266
 
+aclocal.m4:3373: _LT_AC_LANG_C_CONFIG is expanded from...
29267
 
+aclocal.m4:3372: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
29268
 
+aclocal.m4:814: AC_LIBTOOL_SETUP is expanded from...
29269
 
+aclocal.m4:794: _AC_PROG_LIBTOOL is expanded from...
29270
 
+aclocal.m4:759: AC_PROG_LIBTOOL is expanded from...
29271
 
+aclocal.m4:7029: AM_PROG_LIBTOOL is expanded from...
29272
 
+configure.in:18: the top level])
29273
 
+m4trace:configure.in:18: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the <dlfcn.h> header file. */
29274
 
+#undef HAVE_DLFCN_H])
29275
 
+m4trace:configure.in:18: -1- AC_SUBST([CPP])
29276
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([CPP])
29277
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^CPP$])
29278
 
+m4trace:configure.in:18: -1- AC_SUBST([CPPFLAGS])
29279
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([CPPFLAGS])
29280
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^CPPFLAGS$])
29281
 
+m4trace:configure.in:18: -1- AC_SUBST([CPP])
29282
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([CPP])
29283
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^CPP$])
29284
 
+m4trace:configure.in:18: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
29285
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^STDC_HEADERS$])
29286
 
+m4trace:configure.in:18: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
29287
 
+#undef STDC_HEADERS])
29288
 
+m4trace:configure.in:18: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
29289
 
+#undef HAVE_SYS_TYPES_H])
29290
 
+m4trace:configure.in:18: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
29291
 
+#undef HAVE_SYS_STAT_H])
29292
 
+m4trace:configure.in:18: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
29293
 
+#undef HAVE_STDLIB_H])
29294
 
+m4trace:configure.in:18: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
29295
 
+#undef HAVE_STRING_H])
29296
 
+m4trace:configure.in:18: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
29297
 
+#undef HAVE_MEMORY_H])
29298
 
+m4trace:configure.in:18: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
29299
 
+#undef HAVE_STRINGS_H])
29300
 
+m4trace:configure.in:18: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
29301
 
+#undef HAVE_INTTYPES_H])
29302
 
+m4trace:configure.in:18: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
29303
 
+#undef HAVE_STDINT_H])
29304
 
+m4trace:configure.in:18: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
29305
 
+#undef HAVE_UNISTD_H])
29306
 
+m4trace:configure.in:18: -1- _LT_AC_TAGCONFIG
29307
 
+m4trace:configure.in:18: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
29308
 
+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
29309
 
+../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
29310
 
+aclocal.m4:2509: _LT_AC_TAGCONFIG is expanded from...
29311
 
+aclocal.m4:814: AC_LIBTOOL_SETUP is expanded from...
29312
 
+aclocal.m4:794: _AC_PROG_LIBTOOL is expanded from...
29313
 
+aclocal.m4:759: AC_PROG_LIBTOOL is expanded from...
29314
 
+aclocal.m4:7029: AM_PROG_LIBTOOL is expanded from...
29315
 
+configure.in:18: the top level])
29316
 
+m4trace:configure.in:18: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:$LINENO: error: tag name \"$tagname\" already exists], [aclocal.m4:2509: _LT_AC_TAGCONFIG is expanded from...
29317
 
+aclocal.m4:814: AC_LIBTOOL_SETUP is expanded from...
29318
 
+aclocal.m4:794: _AC_PROG_LIBTOOL is expanded from...
29319
 
+aclocal.m4:759: AC_PROG_LIBTOOL is expanded from...
29320
 
+aclocal.m4:7029: AM_PROG_LIBTOOL is expanded from...
29321
 
+configure.in:18: the top level])
29322
 
+m4trace:configure.in:18: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: error: tag name \"$tagname\" already exists], [aclocal.m4:2509: _LT_AC_TAGCONFIG is expanded from...
29323
 
+aclocal.m4:814: AC_LIBTOOL_SETUP is expanded from...
29324
 
+aclocal.m4:794: _AC_PROG_LIBTOOL is expanded from...
29325
 
+aclocal.m4:759: AC_PROG_LIBTOOL is expanded from...
29326
 
+aclocal.m4:7029: AM_PROG_LIBTOOL is expanded from...
29327
 
+configure.in:18: the top level])
29328
 
+m4trace:configure.in:18: -1- AC_SUBST([CXX])
29329
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([CXX])
29330
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^CXX$])
29331
 
+m4trace:configure.in:18: -1- AC_SUBST([CXXFLAGS])
29332
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([CXXFLAGS])
29333
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^CXXFLAGS$])
29334
 
+m4trace:configure.in:18: -1- AC_SUBST([LDFLAGS])
29335
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([LDFLAGS])
29336
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^LDFLAGS$])
29337
 
+m4trace:configure.in:18: -1- AC_SUBST([LIBS])
29338
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([LIBS])
29339
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^LIBS$])
29340
 
+m4trace:configure.in:18: -1- AC_SUBST([CPPFLAGS])
29341
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([CPPFLAGS])
29342
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^CPPFLAGS$])
29343
 
+m4trace:configure.in:18: -1- AC_SUBST([CXX])
29344
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([CXX])
29345
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^CXX$])
29346
 
+m4trace:configure.in:18: -1- AC_SUBST([ac_ct_CXX])
29347
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([ac_ct_CXX])
29348
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^ac_ct_CXX$])
29349
 
+m4trace:configure.in:18: -1- AC_SUBST([CXXDEPMODE], [depmode=$am_cv_CXX_dependencies_compiler_type])
29350
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([CXXDEPMODE])
29351
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^CXXDEPMODE$])
29352
 
+m4trace:configure.in:18: -1- AM_CONDITIONAL([am__fastdepCXX], [
29353
 
+  test "x$enable_dependency_tracking" != xno \
29354
 
+  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
29355
 
+m4trace:configure.in:18: -1- AC_SUBST([am__fastdepCXX_TRUE])
29356
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([am__fastdepCXX_TRUE])
29357
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
29358
 
+m4trace:configure.in:18: -1- AC_SUBST([am__fastdepCXX_FALSE])
29359
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([am__fastdepCXX_FALSE])
29360
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
29361
 
+m4trace:configure.in:18: -1- AC_SUBST([CXXCPP])
29362
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([CXXCPP])
29363
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^CXXCPP$])
29364
 
+m4trace:configure.in:18: -1- AC_SUBST([CPPFLAGS])
29365
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([CPPFLAGS])
29366
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^CPPFLAGS$])
29367
 
+m4trace:configure.in:18: -1- AC_SUBST([CXXCPP])
29368
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([CXXCPP])
29369
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^CXXCPP$])
29370
 
+m4trace:configure.in:18: -1- AC_SUBST([F77])
29371
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([F77])
29372
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^F77$])
29373
 
+m4trace:configure.in:18: -1- AC_SUBST([FFLAGS])
29374
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([FFLAGS])
29375
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^FFLAGS$])
29376
 
+m4trace:configure.in:18: -1- AC_SUBST([LDFLAGS])
29377
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([LDFLAGS])
29378
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^LDFLAGS$])
29379
 
+m4trace:configure.in:18: -1- AC_SUBST([LIBS])
29380
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([LIBS])
29381
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^LIBS$])
29382
 
+m4trace:configure.in:18: -1- AC_SUBST([F77])
29383
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([F77])
29384
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^F77$])
29385
 
+m4trace:configure.in:18: -1- AC_SUBST([ac_ct_F77])
29386
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([ac_ct_F77])
29387
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^ac_ct_F77$])
29388
 
+m4trace:configure.in:18: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
29389
 
+You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
29390
 
+aclocal.m4:4715: _LT_AC_LANG_GCJ_CONFIG is expanded from...
29391
 
+aclocal.m4:4714: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
29392
 
+aclocal.m4:2509: _LT_AC_TAGCONFIG is expanded from...
29393
 
+aclocal.m4:814: AC_LIBTOOL_SETUP is expanded from...
29394
 
+aclocal.m4:794: _AC_PROG_LIBTOOL is expanded from...
29395
 
+aclocal.m4:759: AC_PROG_LIBTOOL is expanded from...
29396
 
+aclocal.m4:7029: AM_PROG_LIBTOOL is expanded from...
29397
 
+configure.in:18: the top level])
29398
 
+m4trace:configure.in:18: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
29399
 
+You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
29400
 
+aclocal.m4:4715: _LT_AC_LANG_GCJ_CONFIG is expanded from...
29401
 
+aclocal.m4:4714: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
29402
 
+aclocal.m4:2509: _LT_AC_TAGCONFIG is expanded from...
29403
 
+aclocal.m4:814: AC_LIBTOOL_SETUP is expanded from...
29404
 
+aclocal.m4:794: _AC_PROG_LIBTOOL is expanded from...
29405
 
+aclocal.m4:759: AC_PROG_LIBTOOL is expanded from...
29406
 
+aclocal.m4:7029: AM_PROG_LIBTOOL is expanded from...
29407
 
+configure.in:18: the top level])
29408
 
+m4trace:configure.in:18: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
29409
 
+You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
29410
 
+aclocal.m4:4771: _LT_AC_LANG_RC_CONFIG is expanded from...
29411
 
+aclocal.m4:4770: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
29412
 
+aclocal.m4:2509: _LT_AC_TAGCONFIG is expanded from...
29413
 
+aclocal.m4:814: AC_LIBTOOL_SETUP is expanded from...
29414
 
+aclocal.m4:794: _AC_PROG_LIBTOOL is expanded from...
29415
 
+aclocal.m4:759: AC_PROG_LIBTOOL is expanded from...
29416
 
+aclocal.m4:7029: AM_PROG_LIBTOOL is expanded from...
29417
 
+configure.in:18: the top level])
29418
 
+m4trace:configure.in:18: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
29419
 
+You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
29420
 
+aclocal.m4:4771: _LT_AC_LANG_RC_CONFIG is expanded from...
29421
 
+aclocal.m4:4770: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
29422
 
+aclocal.m4:2509: _LT_AC_TAGCONFIG is expanded from...
29423
 
+aclocal.m4:814: AC_LIBTOOL_SETUP is expanded from...
29424
 
+aclocal.m4:794: _AC_PROG_LIBTOOL is expanded from...
29425
 
+aclocal.m4:759: AC_PROG_LIBTOOL is expanded from...
29426
 
+aclocal.m4:7029: AM_PROG_LIBTOOL is expanded from...
29427
 
+configure.in:18: the top level])
29428
 
+m4trace:configure.in:18: -1- AC_SUBST([LIBTOOL])
29429
 
+m4trace:configure.in:18: -1- AC_SUBST_TRACE([LIBTOOL])
29430
 
+m4trace:configure.in:18: -1- m4_pattern_allow([^LIBTOOL$])
29431
 
+m4trace:configure.in:21: -1- AC_SUBST([CC])
29432
 
+m4trace:configure.in:21: -1- AC_SUBST_TRACE([CC])
29433
 
+m4trace:configure.in:21: -1- m4_pattern_allow([^CC$])
29434
 
+m4trace:configure.in:21: -1- AC_SUBST([CFLAGS])
29435
 
+m4trace:configure.in:21: -1- AC_SUBST_TRACE([CFLAGS])
29436
 
+m4trace:configure.in:21: -1- m4_pattern_allow([^CFLAGS$])
29437
 
+m4trace:configure.in:21: -1- AC_SUBST([LDFLAGS])
29438
 
+m4trace:configure.in:21: -1- AC_SUBST_TRACE([LDFLAGS])
29439
 
+m4trace:configure.in:21: -1- m4_pattern_allow([^LDFLAGS$])
29440
 
+m4trace:configure.in:21: -1- AC_SUBST([LIBS])
29441
 
+m4trace:configure.in:21: -1- AC_SUBST_TRACE([LIBS])
29442
 
+m4trace:configure.in:21: -1- m4_pattern_allow([^LIBS$])
29443
 
+m4trace:configure.in:21: -1- AC_SUBST([CPPFLAGS])
29444
 
+m4trace:configure.in:21: -1- AC_SUBST_TRACE([CPPFLAGS])
29445
 
+m4trace:configure.in:21: -1- m4_pattern_allow([^CPPFLAGS$])
29446
 
+m4trace:configure.in:21: -1- AC_SUBST([CC])
29447
 
+m4trace:configure.in:21: -1- AC_SUBST_TRACE([CC])
29448
 
+m4trace:configure.in:21: -1- m4_pattern_allow([^CC$])
29449
 
+m4trace:configure.in:21: -1- AC_SUBST([CC])
29450
 
+m4trace:configure.in:21: -1- AC_SUBST_TRACE([CC])
29451
 
+m4trace:configure.in:21: -1- m4_pattern_allow([^CC$])
29452
 
+m4trace:configure.in:21: -1- AC_SUBST([CC])
29453
 
+m4trace:configure.in:21: -1- AC_SUBST_TRACE([CC])
29454
 
+m4trace:configure.in:21: -1- m4_pattern_allow([^CC$])
29455
 
+m4trace:configure.in:21: -1- AC_SUBST([CC])
29456
 
+m4trace:configure.in:21: -1- AC_SUBST_TRACE([CC])
29457
 
+m4trace:configure.in:21: -1- m4_pattern_allow([^CC$])
29458
 
+m4trace:configure.in:21: -1- AC_SUBST([ac_ct_CC])
29459
 
+m4trace:configure.in:21: -1- AC_SUBST_TRACE([ac_ct_CC])
29460
 
+m4trace:configure.in:21: -1- m4_pattern_allow([^ac_ct_CC$])
29461
 
+m4trace:configure.in:21: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
29462
 
+m4trace:configure.in:21: -1- AC_SUBST_TRACE([CCDEPMODE])
29463
 
+m4trace:configure.in:21: -1- m4_pattern_allow([^CCDEPMODE$])
29464
 
+m4trace:configure.in:21: -1- AM_CONDITIONAL([am__fastdepCC], [
29465
 
+  test "x$enable_dependency_tracking" != xno \
29466
 
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
29467
 
+m4trace:configure.in:21: -1- AC_SUBST([am__fastdepCC_TRUE])
29468
 
+m4trace:configure.in:21: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE])
29469
 
+m4trace:configure.in:21: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
29470
 
+m4trace:configure.in:21: -1- AC_SUBST([am__fastdepCC_FALSE])
29471
 
+m4trace:configure.in:21: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE])
29472
 
+m4trace:configure.in:21: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
29473
 
+m4trace:configure.in:22: -1- _m4_warn([obsolete], [The macro `AM_PROG_CC_STDC' is obsolete.
29474
 
+You should run autoupdate.], [aclocal.m4:7353: AM_PROG_CC_STDC is expanded from...
29475
 
+configure.in:22: the top level])
29476
 
+m4trace:configure.in:22: -1- AC_SUBST([CC])
29477
 
+m4trace:configure.in:22: -1- AC_SUBST_TRACE([CC])
29478
 
+m4trace:configure.in:22: -1- m4_pattern_allow([^CC$])
29479
 
+m4trace:configure.in:22: -1- AC_SUBST([CFLAGS])
29480
 
+m4trace:configure.in:22: -1- AC_SUBST_TRACE([CFLAGS])
29481
 
+m4trace:configure.in:22: -1- m4_pattern_allow([^CFLAGS$])
29482
 
+m4trace:configure.in:22: -1- AC_SUBST([LDFLAGS])
29483
 
+m4trace:configure.in:22: -1- AC_SUBST_TRACE([LDFLAGS])
29484
 
+m4trace:configure.in:22: -1- m4_pattern_allow([^LDFLAGS$])
29485
 
+m4trace:configure.in:22: -1- AC_SUBST([LIBS])
29486
 
+m4trace:configure.in:22: -1- AC_SUBST_TRACE([LIBS])
29487
 
+m4trace:configure.in:22: -1- m4_pattern_allow([^LIBS$])
29488
 
+m4trace:configure.in:22: -1- AC_SUBST([CPPFLAGS])
29489
 
+m4trace:configure.in:22: -1- AC_SUBST_TRACE([CPPFLAGS])
29490
 
+m4trace:configure.in:22: -1- m4_pattern_allow([^CPPFLAGS$])
29491
 
+m4trace:configure.in:22: -1- AC_SUBST([CC])
29492
 
+m4trace:configure.in:22: -1- AC_SUBST_TRACE([CC])
29493
 
+m4trace:configure.in:22: -1- m4_pattern_allow([^CC$])
29494
 
+m4trace:configure.in:22: -1- AC_SUBST([CC])
29495
 
+m4trace:configure.in:22: -1- AC_SUBST_TRACE([CC])
29496
 
+m4trace:configure.in:22: -1- m4_pattern_allow([^CC$])
29497
 
+m4trace:configure.in:22: -1- AC_SUBST([CC])
29498
 
+m4trace:configure.in:22: -1- AC_SUBST_TRACE([CC])
29499
 
+m4trace:configure.in:22: -1- m4_pattern_allow([^CC$])
29500
 
+m4trace:configure.in:22: -1- AC_SUBST([CC])
29501
 
+m4trace:configure.in:22: -1- AC_SUBST_TRACE([CC])
29502
 
+m4trace:configure.in:22: -1- m4_pattern_allow([^CC$])
29503
 
+m4trace:configure.in:22: -1- AC_SUBST([ac_ct_CC])
29504
 
+m4trace:configure.in:22: -1- AC_SUBST_TRACE([ac_ct_CC])
29505
 
+m4trace:configure.in:22: -1- m4_pattern_allow([^ac_ct_CC$])
29506
 
+m4trace:configure.in:22: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
29507
 
+m4trace:configure.in:22: -1- AC_SUBST_TRACE([CCDEPMODE])
29508
 
+m4trace:configure.in:22: -1- m4_pattern_allow([^CCDEPMODE$])
29509
 
+m4trace:configure.in:22: -1- AM_CONDITIONAL([am__fastdepCC], [
29510
 
+  test "x$enable_dependency_tracking" != xno \
29511
 
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
29512
 
+m4trace:configure.in:22: -1- AC_SUBST([am__fastdepCC_TRUE])
29513
 
+m4trace:configure.in:22: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE])
29514
 
+m4trace:configure.in:22: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
29515
 
+m4trace:configure.in:22: -1- AC_SUBST([am__fastdepCC_FALSE])
29516
 
+m4trace:configure.in:22: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE])
29517
 
+m4trace:configure.in:22: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
29518
 
+m4trace:configure.in:22: -1- _m4_warn([obsolete], [AM_PROG_CC_STDC:
29519
 
+       your code should no longer depend upon `am_cv_prog_cc_stdc', but upon
29520
 
+       `ac_cv_prog_cc_stdc'.  Remove this warning and the assignment when
29521
 
+       you adjust the code.  You can also remove the above call to
29522
 
+       AC_PROG_CC if you already called it elsewhere.], [aclocal.m4:7353: AM_PROG_CC_STDC is expanded from...
29523
 
+configure.in:22: the top level])
29524
 
+m4trace:configure.in:23: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
29525
 
+m4trace:configure.in:23: -1- m4_pattern_allow([^STDC_HEADERS$])
29526
 
+m4trace:configure.in:23: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
29527
 
+#undef STDC_HEADERS])
29528
 
+m4trace:configure.in:24: -1- AC_REQUIRE_AUX_FILE([install-sh])
29529
 
+m4trace:configure.in:24: -1- AC_SUBST([INSTALL_PROGRAM])
29530
 
+m4trace:configure.in:24: -1- AC_SUBST_TRACE([INSTALL_PROGRAM])
29531
 
+m4trace:configure.in:24: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
29532
 
+m4trace:configure.in:24: -1- AC_SUBST([INSTALL_SCRIPT])
29533
 
+m4trace:configure.in:24: -1- AC_SUBST_TRACE([INSTALL_SCRIPT])
29534
 
+m4trace:configure.in:24: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
29535
 
+m4trace:configure.in:24: -1- AC_SUBST([INSTALL_DATA])
29536
 
+m4trace:configure.in:24: -1- AC_SUBST_TRACE([INSTALL_DATA])
29537
 
+m4trace:configure.in:24: -1- m4_pattern_allow([^INSTALL_DATA$])
29538
 
+m4trace:configure.in:25: -1- AC_SUBST([SET_MAKE])
29539
 
+m4trace:configure.in:25: -1- AC_SUBST_TRACE([SET_MAKE])
29540
 
+m4trace:configure.in:25: -1- m4_pattern_allow([^SET_MAKE$])
29541
 
+m4trace:configure.in:28: -1- AC_SUBST([GLIB_GENMARSHAL])
29542
 
+m4trace:configure.in:28: -1- AC_SUBST_TRACE([GLIB_GENMARSHAL])
29543
 
+m4trace:configure.in:28: -1- m4_pattern_allow([^GLIB_GENMARSHAL$])
29544
 
+m4trace:configure.in:90: -1- AC_SUBST([GST_DEPENDS_CFLAGS])
29545
 
+m4trace:configure.in:90: -1- AC_SUBST_TRACE([GST_DEPENDS_CFLAGS])
29546
 
+m4trace:configure.in:90: -1- m4_pattern_allow([^GST_DEPENDS_CFLAGS$])
29547
 
+m4trace:configure.in:90: -1- AC_SUBST([GST_DEPENDS_LIBS])
29548
 
+m4trace:configure.in:90: -1- AC_SUBST_TRACE([GST_DEPENDS_LIBS])
29549
 
+m4trace:configure.in:90: -1- m4_pattern_allow([^GST_DEPENDS_LIBS$])
29550
 
+m4trace:configure.in:99: -1- AC_SUBST([GNOME_CFLAGS])
29551
 
+m4trace:configure.in:99: -1- AC_SUBST_TRACE([GNOME_CFLAGS])
29552
 
+m4trace:configure.in:99: -1- m4_pattern_allow([^GNOME_CFLAGS$])
29553
 
+m4trace:configure.in:99: -1- AC_SUBST([GNOME_LIBS])
29554
 
+m4trace:configure.in:99: -1- AC_SUBST_TRACE([GNOME_LIBS])
29555
 
+m4trace:configure.in:99: -1- m4_pattern_allow([^GNOME_LIBS$])
29556
 
+m4trace:configure.in:102: -1- AC_DEFINE_TRACE_LITERAL([ENABLE_GNOME])
29557
 
+m4trace:configure.in:102: -1- m4_pattern_allow([^ENABLE_GNOME$])
29558
 
+m4trace:configure.in:102: -1- AH_OUTPUT([ENABLE_GNOME], [/* Enable GNOME support. */
29559
 
+#undef ENABLE_GNOME])
29560
 
+m4trace:configure.in:105: -1- AC_SUBST([GNOME_CFLAGS])
29561
 
+m4trace:configure.in:105: -1- AC_SUBST_TRACE([GNOME_CFLAGS])
29562
 
+m4trace:configure.in:105: -1- m4_pattern_allow([^GNOME_CFLAGS$])
29563
 
+m4trace:configure.in:106: -1- AC_SUBST([GNOME_LIBS])
29564
 
+m4trace:configure.in:106: -1- AC_SUBST_TRACE([GNOME_LIBS])
29565
 
+m4trace:configure.in:106: -1- m4_pattern_allow([^GNOME_LIBS$])
29566
 
+m4trace:configure.in:108: -1- AM_CONDITIONAL([ENABLE_GNOME], [test x$enable_gnome = xyes])
29567
 
+m4trace:configure.in:108: -1- AC_SUBST([ENABLE_GNOME_TRUE])
29568
 
+m4trace:configure.in:108: -1- AC_SUBST_TRACE([ENABLE_GNOME_TRUE])
29569
 
+m4trace:configure.in:108: -1- m4_pattern_allow([^ENABLE_GNOME_TRUE$])
29570
 
+m4trace:configure.in:108: -1- AC_SUBST([ENABLE_GNOME_FALSE])
29571
 
+m4trace:configure.in:108: -1- AC_SUBST_TRACE([ENABLE_GNOME_FALSE])
29572
 
+m4trace:configure.in:108: -1- m4_pattern_allow([^ENABLE_GNOME_FALSE$])
29573
 
+m4trace:configure.in:110: -1- AC_SUBST([DBUS_CFLAGS])
29574
 
+m4trace:configure.in:110: -1- AC_SUBST_TRACE([DBUS_CFLAGS])
29575
 
+m4trace:configure.in:110: -1- m4_pattern_allow([^DBUS_CFLAGS$])
29576
 
+m4trace:configure.in:110: -1- AC_SUBST([DBUS_LIBS])
29577
 
+m4trace:configure.in:110: -1- AC_SUBST_TRACE([DBUS_LIBS])
29578
 
+m4trace:configure.in:110: -1- m4_pattern_allow([^DBUS_LIBS$])
29579
 
+m4trace:configure.in:115: -1- AC_SUBST([DBUS_LIBS])
29580
 
+m4trace:configure.in:115: -1- AC_SUBST_TRACE([DBUS_LIBS])
29581
 
+m4trace:configure.in:115: -1- m4_pattern_allow([^DBUS_LIBS$])
29582
 
+m4trace:configure.in:116: -1- AC_SUBST([DBUS_CFLAGS])
29583
 
+m4trace:configure.in:116: -1- AC_SUBST_TRACE([DBUS_CFLAGS])
29584
 
+m4trace:configure.in:116: -1- m4_pattern_allow([^DBUS_CFLAGS$])
29585
 
+m4trace:configure.in:146: -1- AM_CONDITIONAL([BUILD_NETWORK], [test x$enable_network = xyes])
29586
 
+m4trace:configure.in:146: -1- AC_SUBST([BUILD_NETWORK_TRUE])
29587
 
+m4trace:configure.in:146: -1- AC_SUBST_TRACE([BUILD_NETWORK_TRUE])
29588
 
+m4trace:configure.in:146: -1- m4_pattern_allow([^BUILD_NETWORK_TRUE$])
29589
 
+m4trace:configure.in:146: -1- AC_SUBST([BUILD_NETWORK_FALSE])
29590
 
+m4trace:configure.in:146: -1- AC_SUBST_TRACE([BUILD_NETWORK_FALSE])
29591
 
+m4trace:configure.in:146: -1- m4_pattern_allow([^BUILD_NETWORK_FALSE$])
29592
 
+m4trace:configure.in:147: -1- AM_CONDITIONAL([BUILD_SERVICES], [test x$enable_services = xyes])
29593
 
+m4trace:configure.in:147: -1- AC_SUBST([BUILD_SERVICES_TRUE])
29594
 
+m4trace:configure.in:147: -1- AC_SUBST_TRACE([BUILD_SERVICES_TRUE])
29595
 
+m4trace:configure.in:147: -1- m4_pattern_allow([^BUILD_SERVICES_TRUE$])
29596
 
+m4trace:configure.in:147: -1- AC_SUBST([BUILD_SERVICES_FALSE])
29597
 
+m4trace:configure.in:147: -1- AC_SUBST_TRACE([BUILD_SERVICES_FALSE])
29598
 
+m4trace:configure.in:147: -1- m4_pattern_allow([^BUILD_SERVICES_FALSE$])
29599
 
+m4trace:configure.in:148: -1- AM_CONDITIONAL([BUILD_TIME], [test x$enable_time = xyes])
29600
 
+m4trace:configure.in:148: -1- AC_SUBST([BUILD_TIME_TRUE])
29601
 
+m4trace:configure.in:148: -1- AC_SUBST_TRACE([BUILD_TIME_TRUE])
29602
 
+m4trace:configure.in:148: -1- m4_pattern_allow([^BUILD_TIME_TRUE$])
29603
 
+m4trace:configure.in:148: -1- AC_SUBST([BUILD_TIME_FALSE])
29604
 
+m4trace:configure.in:148: -1- AC_SUBST_TRACE([BUILD_TIME_FALSE])
29605
 
+m4trace:configure.in:148: -1- m4_pattern_allow([^BUILD_TIME_FALSE$])
29606
 
+m4trace:configure.in:149: -1- AM_CONDITIONAL([BUILD_USERS], [test x$enable_users = xyes])
29607
 
+m4trace:configure.in:149: -1- AC_SUBST([BUILD_USERS_TRUE])
29608
 
+m4trace:configure.in:149: -1- AC_SUBST_TRACE([BUILD_USERS_TRUE])
29609
 
+m4trace:configure.in:149: -1- m4_pattern_allow([^BUILD_USERS_TRUE$])
29610
 
+m4trace:configure.in:149: -1- AC_SUBST([BUILD_USERS_FALSE])
29611
 
+m4trace:configure.in:149: -1- AC_SUBST_TRACE([BUILD_USERS_FALSE])
29612
 
+m4trace:configure.in:149: -1- m4_pattern_allow([^BUILD_USERS_FALSE$])
29613
 
+m4trace:configure.in:150: -1- AM_CONDITIONAL([BUILD_SHARES], [test x$enable_shares = xyes])
29614
 
+m4trace:configure.in:150: -1- AC_SUBST([BUILD_SHARES_TRUE])
29615
 
+m4trace:configure.in:150: -1- AC_SUBST_TRACE([BUILD_SHARES_TRUE])
29616
 
+m4trace:configure.in:150: -1- m4_pattern_allow([^BUILD_SHARES_TRUE$])
29617
 
+m4trace:configure.in:150: -1- AC_SUBST([BUILD_SHARES_FALSE])
29618
 
+m4trace:configure.in:150: -1- AC_SUBST_TRACE([BUILD_SHARES_FALSE])
29619
 
+m4trace:configure.in:150: -1- m4_pattern_allow([^BUILD_SHARES_FALSE$])
29620
 
+m4trace:configure.in:151: -1- AM_CONDITIONAL([BUILD_NAUTILUS], [test x$enable_nautilus = xyes])
29621
 
+m4trace:configure.in:151: -1- AC_SUBST([BUILD_NAUTILUS_TRUE])
29622
 
+m4trace:configure.in:151: -1- AC_SUBST_TRACE([BUILD_NAUTILUS_TRUE])
29623
 
+m4trace:configure.in:151: -1- m4_pattern_allow([^BUILD_NAUTILUS_TRUE$])
29624
 
+m4trace:configure.in:151: -1- AC_SUBST([BUILD_NAUTILUS_FALSE])
29625
 
+m4trace:configure.in:151: -1- AC_SUBST_TRACE([BUILD_NAUTILUS_FALSE])
29626
 
+m4trace:configure.in:151: -1- m4_pattern_allow([^BUILD_NAUTILUS_FALSE$])
29627
 
+m4trace:configure.in:162: -1- AC_SUBST([GETTEXT_PACKAGE])
29628
 
+m4trace:configure.in:162: -1- AC_SUBST_TRACE([GETTEXT_PACKAGE])
29629
 
+m4trace:configure.in:162: -1- m4_pattern_allow([^GETTEXT_PACKAGE$])
29630
 
+m4trace:configure.in:163: -1- AC_DEFINE_TRACE_LITERAL([GETTEXT_PACKAGE])
29631
 
+m4trace:configure.in:163: -1- m4_pattern_allow([^GETTEXT_PACKAGE$])
29632
 
+m4trace:configure.in:163: -1- AH_OUTPUT([GETTEXT_PACKAGE], [/* gettext package name */
29633
 
+#undef GETTEXT_PACKAGE])
29634
 
+m4trace:configure.in:164: -1- AH_OUTPUT([HAVE_LOCALE_H], [/* Define to 1 if you have the <locale.h> header file. */
29635
 
+#undef HAVE_LOCALE_H])
29636
 
+m4trace:configure.in:164: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
29637
 
+You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
29638
 
+../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
29639
 
+../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
29640
 
+../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
29641
 
+aclocal.m4:101: GLIB_LC_MESSAGES is expanded from...
29642
 
+aclocal.m4:366: GLIB_GNU_GETTEXT is expanded from...
29643
 
+aclocal.m4:466: AM_GLIB_GNU_GETTEXT is expanded from...
29644
 
+configure.in:164: the top level])
29645
 
+m4trace:configure.in:164: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LC_MESSAGES])
29646
 
+m4trace:configure.in:164: -1- m4_pattern_allow([^HAVE_LC_MESSAGES$])
29647
 
+m4trace:configure.in:164: -1- AH_OUTPUT([HAVE_LC_MESSAGES], [/* Define if your <locale.h> file defines LC_MESSAGES. */
29648
 
+#undef HAVE_LC_MESSAGES])
29649
 
+m4trace:configure.in:164: -1- AC_SUBST([USE_NLS])
29650
 
+m4trace:configure.in:164: -1- AC_SUBST_TRACE([USE_NLS])
29651
 
+m4trace:configure.in:164: -1- m4_pattern_allow([^USE_NLS$])
29652
 
+m4trace:configure.in:164: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
29653
 
+You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
29654
 
+../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
29655
 
+../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
29656
 
+../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
29657
 
+../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
29658
 
+../../lib/autoconf/headers.m4:87: AC_CHECK_HEADER is expanded from...
29659
 
+aclocal.m4:155: GLIB_WITH_NLS is expanded from...
29660
 
+aclocal.m4:366: GLIB_GNU_GETTEXT is expanded from...
29661
 
+aclocal.m4:466: AM_GLIB_GNU_GETTEXT is expanded from...
29662
 
+configure.in:164: the top level])
29663
 
+m4trace:configure.in:164: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
29664
 
+You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
29665
 
+../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
29666
 
+../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
29667
 
+../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
29668
 
+../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
29669
 
+../../lib/autoconf/headers.m4:87: AC_CHECK_HEADER is expanded from...
29670
 
+aclocal.m4:155: GLIB_WITH_NLS is expanded from...
29671
 
+aclocal.m4:366: GLIB_GNU_GETTEXT is expanded from...
29672
 
+aclocal.m4:466: AM_GLIB_GNU_GETTEXT is expanded from...
29673
 
+configure.in:164: the top level])
29674
 
+m4trace:configure.in:164: -1- AH_OUTPUT([HAVE_BIND_TEXTDOMAIN_CODESET], [/* Define to 1 if you have the `bind_textdomain_codeset\' function. */
29675
 
+#undef HAVE_BIND_TEXTDOMAIN_CODESET])
29676
 
+m4trace:configure.in:164: -1- AH_OUTPUT([HAVE_BIND_TEXTDOMAIN_CODESET], [/* Define to 1 if you have the `bind_textdomain_codeset\' function. */
29677
 
+#undef HAVE_BIND_TEXTDOMAIN_CODESET])
29678
 
+m4trace:configure.in:164: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETTEXT])
29679
 
+m4trace:configure.in:164: -1- m4_pattern_allow([^HAVE_GETTEXT$])
29680
 
+m4trace:configure.in:164: -1- AH_OUTPUT([HAVE_GETTEXT], [/* Define if the GNU gettext() function is already present or preinstalled. */
29681
 
+#undef HAVE_GETTEXT])
29682
 
+m4trace:configure.in:164: -1- AC_SUBST([MSGFMT])
29683
 
+m4trace:configure.in:164: -1- AC_SUBST_TRACE([MSGFMT])
29684
 
+m4trace:configure.in:164: -1- m4_pattern_allow([^MSGFMT$])
29685
 
+m4trace:configure.in:164: -1- AH_OUTPUT([HAVE_DCGETTEXT], [/* Define to 1 if you have the `dcgettext\' function. */
29686
 
+#undef HAVE_DCGETTEXT])
29687
 
+m4trace:configure.in:164: -1- AC_SUBST([MSGFMT_OPTS])
29688
 
+m4trace:configure.in:164: -1- AC_SUBST_TRACE([MSGFMT_OPTS])
29689
 
+m4trace:configure.in:164: -1- m4_pattern_allow([^MSGFMT_OPTS$])
29690
 
+m4trace:configure.in:164: -1- AC_SUBST([GMSGFMT])
29691
 
+m4trace:configure.in:164: -1- AC_SUBST_TRACE([GMSGFMT])
29692
 
+m4trace:configure.in:164: -1- m4_pattern_allow([^GMSGFMT$])
29693
 
+m4trace:configure.in:164: -1- AC_SUBST([XGETTEXT])
29694
 
+m4trace:configure.in:164: -1- AC_SUBST_TRACE([XGETTEXT])
29695
 
+m4trace:configure.in:164: -1- m4_pattern_allow([^XGETTEXT$])
29696
 
+m4trace:configure.in:164: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
29697
 
+You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
29698
 
+../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
29699
 
+../../lib/autoconf/headers.m4:87: AC_CHECK_HEADER is expanded from...
29700
 
+aclocal.m4:155: GLIB_WITH_NLS is expanded from...
29701
 
+aclocal.m4:366: GLIB_GNU_GETTEXT is expanded from...
29702
 
+aclocal.m4:466: AM_GLIB_GNU_GETTEXT is expanded from...
29703
 
+configure.in:164: the top level])
29704
 
+m4trace:configure.in:164: -1- AC_DEFINE_TRACE_LITERAL([ENABLE_NLS])
29705
 
+m4trace:configure.in:164: -1- m4_pattern_allow([^ENABLE_NLS$])
29706
 
+m4trace:configure.in:164: -1- AH_OUTPUT([ENABLE_NLS], [/* always defined to indicate that i18n is enabled */
29707
 
+#undef ENABLE_NLS])
29708
 
+m4trace:configure.in:164: -1- _m4_warn([obsolete], [The macro `AC_OUTPUT_COMMANDS' is obsolete.
29709
 
+You should run autoupdate.], [../../lib/autoconf/status.m4:848: AC_OUTPUT_COMMANDS is expanded from...
29710
 
+aclocal.m4:155: GLIB_WITH_NLS is expanded from...
29711
 
+aclocal.m4:366: GLIB_GNU_GETTEXT is expanded from...
29712
 
+aclocal.m4:466: AM_GLIB_GNU_GETTEXT is expanded from...
29713
 
+configure.in:164: the top level])
29714
 
+m4trace:configure.in:164: -1- AC_SUBST([CATALOGS])
29715
 
+m4trace:configure.in:164: -1- AC_SUBST_TRACE([CATALOGS])
29716
 
+m4trace:configure.in:164: -1- m4_pattern_allow([^CATALOGS$])
29717
 
+m4trace:configure.in:164: -1- AC_SUBST([CATOBJEXT])
29718
 
+m4trace:configure.in:164: -1- AC_SUBST_TRACE([CATOBJEXT])
29719
 
+m4trace:configure.in:164: -1- m4_pattern_allow([^CATOBJEXT$])
29720
 
+m4trace:configure.in:164: -1- AC_SUBST([DATADIRNAME])
29721
 
+m4trace:configure.in:164: -1- AC_SUBST_TRACE([DATADIRNAME])
29722
 
+m4trace:configure.in:164: -1- m4_pattern_allow([^DATADIRNAME$])
29723
 
+m4trace:configure.in:164: -1- AC_SUBST([GMOFILES])
29724
 
+m4trace:configure.in:164: -1- AC_SUBST_TRACE([GMOFILES])
29725
 
+m4trace:configure.in:164: -1- m4_pattern_allow([^GMOFILES$])
29726
 
+m4trace:configure.in:164: -1- AC_SUBST([INSTOBJEXT])
29727
 
+m4trace:configure.in:164: -1- AC_SUBST_TRACE([INSTOBJEXT])
29728
 
+m4trace:configure.in:164: -1- m4_pattern_allow([^INSTOBJEXT$])
29729
 
+m4trace:configure.in:164: -1- AC_SUBST([INTLLIBS])
29730
 
+m4trace:configure.in:164: -1- AC_SUBST_TRACE([INTLLIBS])
29731
 
+m4trace:configure.in:164: -1- m4_pattern_allow([^INTLLIBS$])
29732
 
+m4trace:configure.in:164: -1- AC_SUBST([PO_IN_DATADIR_TRUE])
29733
 
+m4trace:configure.in:164: -1- AC_SUBST_TRACE([PO_IN_DATADIR_TRUE])
29734
 
+m4trace:configure.in:164: -1- m4_pattern_allow([^PO_IN_DATADIR_TRUE$])
29735
 
+m4trace:configure.in:164: -1- AC_SUBST([PO_IN_DATADIR_FALSE])
29736
 
+m4trace:configure.in:164: -1- AC_SUBST_TRACE([PO_IN_DATADIR_FALSE])
29737
 
+m4trace:configure.in:164: -1- m4_pattern_allow([^PO_IN_DATADIR_FALSE$])
29738
 
+m4trace:configure.in:164: -1- AC_SUBST([POFILES])
29739
 
+m4trace:configure.in:164: -1- AC_SUBST_TRACE([POFILES])
29740
 
+m4trace:configure.in:164: -1- m4_pattern_allow([^POFILES$])
29741
 
+m4trace:configure.in:164: -1- AC_SUBST([POSUB])
29742
 
+m4trace:configure.in:164: -1- AC_SUBST_TRACE([POSUB])
29743
 
+m4trace:configure.in:164: -1- m4_pattern_allow([^POSUB$])
29744
 
+m4trace:configure.in:164: -1- AC_SUBST([MKINSTALLDIRS])
29745
 
+m4trace:configure.in:164: -1- AC_SUBST_TRACE([MKINSTALLDIRS])
29746
 
+m4trace:configure.in:164: -1- m4_pattern_allow([^MKINSTALLDIRS$])
29747
 
+m4trace:configure.in:169: -1- AC_SUBST([gnomelocaledir])
29748
 
+m4trace:configure.in:169: -1- AC_SUBST_TRACE([gnomelocaledir])
29749
 
+m4trace:configure.in:169: -1- m4_pattern_allow([^gnomelocaledir$])
29750
 
+m4trace:configure.in:180: -1- AC_DEFINE_TRACE_LITERAL([PIXMAPS_DIR])
29751
 
+m4trace:configure.in:180: -1- m4_pattern_allow([^PIXMAPS_DIR$])
29752
 
+m4trace:configure.in:180: -1- AH_OUTPUT([PIXMAPS_DIR], [/* pixmaps directory */
29753
 
+#undef PIXMAPS_DIR])
29754
 
+m4trace:configure.in:182: -1- AC_DEFINE_TRACE_LITERAL([INTERFACES_DIR])
29755
 
+m4trace:configure.in:182: -1- m4_pattern_allow([^INTERFACES_DIR$])
29756
 
+m4trace:configure.in:182: -1- AH_OUTPUT([INTERFACES_DIR], [/* path where glade files will be installed */
29757
 
+#undef INTERFACES_DIR])
29758
 
+m4trace:configure.in:184: -1- AC_DEFINE_TRACE_LITERAL([FRONTEND_DIR])
29759
 
+m4trace:configure.in:184: -1- m4_pattern_allow([^FRONTEND_DIR$])
29760
 
+m4trace:configure.in:184: -1- AH_OUTPUT([FRONTEND_DIR], [/* frontend files path */
29761
 
+#undef FRONTEND_DIR])
29762
 
+m4trace:configure.in:185: -1- AC_DEFINE_TRACE_LITERAL([DESKTOP_DATA_DIR])
29763
 
+m4trace:configure.in:185: -1- m4_pattern_allow([^DESKTOP_DATA_DIR$])
29764
 
+m4trace:configure.in:185: -1- AH_OUTPUT([DESKTOP_DATA_DIR], [/* capplets directory */
29765
 
+#undef DESKTOP_DATA_DIR])
29766
 
+m4trace:configure.in:187: -1- AC_DEFINE_TRACE_LITERAL([PIXMAPS_DIR])
29767
 
+m4trace:configure.in:187: -1- m4_pattern_allow([^PIXMAPS_DIR$])
29768
 
+m4trace:configure.in:187: -1- AH_OUTPUT([PIXMAPS_DIR], [/* pixmaps directory */
29769
 
+#undef PIXMAPS_DIR])
29770
 
+m4trace:configure.in:189: -1- AC_DEFINE_TRACE_LITERAL([INTERFACES_DIR])
29771
 
+m4trace:configure.in:189: -1- m4_pattern_allow([^INTERFACES_DIR$])
29772
 
+m4trace:configure.in:189: -1- AH_OUTPUT([INTERFACES_DIR], [/* path where glade files will be installed */
29773
 
+#undef INTERFACES_DIR])
29774
 
+m4trace:configure.in:191: -1- AC_DEFINE_TRACE_LITERAL([FRONTEND_DIR])
29775
 
+m4trace:configure.in:191: -1- m4_pattern_allow([^FRONTEND_DIR$])
29776
 
+m4trace:configure.in:191: -1- AH_OUTPUT([FRONTEND_DIR], [/* frontend files path */
29777
 
+#undef FRONTEND_DIR])
29778
 
+m4trace:configure.in:192: -1- AC_DEFINE_TRACE_LITERAL([DESKTOP_DATA_DIR])
29779
 
+m4trace:configure.in:192: -1- m4_pattern_allow([^DESKTOP_DATA_DIR$])
29780
 
+m4trace:configure.in:192: -1- AH_OUTPUT([DESKTOP_DATA_DIR], [/* capplets directory */
29781
 
+#undef DESKTOP_DATA_DIR])
29782
 
+m4trace:configure.in:195: -1- AC_SUBST([pixmapsdir])
29783
 
+m4trace:configure.in:195: -1- AC_SUBST_TRACE([pixmapsdir])
29784
 
+m4trace:configure.in:195: -1- m4_pattern_allow([^pixmapsdir$])
29785
 
+m4trace:configure.in:196: -1- AC_SUBST([interfacesdir])
29786
 
+m4trace:configure.in:196: -1- AC_SUBST_TRACE([interfacesdir])
29787
 
+m4trace:configure.in:196: -1- m4_pattern_allow([^interfacesdir$])
29788
 
+m4trace:configure.in:206: -1- AC_SUBST([GCONFTOOL])
29789
 
+m4trace:configure.in:206: -1- AC_SUBST_TRACE([GCONFTOOL])
29790
 
+m4trace:configure.in:206: -1- m4_pattern_allow([^GCONFTOOL$])
29791
 
+m4trace:configure.in:212: -1- AC_SUBST([GCONF_SCHEMA_CONFIG_SOURCE])
29792
 
+m4trace:configure.in:212: -1- AC_SUBST_TRACE([GCONF_SCHEMA_CONFIG_SOURCE])
29793
 
+m4trace:configure.in:212: -1- m4_pattern_allow([^GCONF_SCHEMA_CONFIG_SOURCE$])
29794
 
+m4trace:configure.in:212: -1- AC_SUBST([GCONF_SCHEMA_FILE_DIR])
29795
 
+m4trace:configure.in:212: -1- AC_SUBST_TRACE([GCONF_SCHEMA_FILE_DIR])
29796
 
+m4trace:configure.in:212: -1- m4_pattern_allow([^GCONF_SCHEMA_FILE_DIR$])
29797
 
+m4trace:configure.in:212: -1- AM_CONDITIONAL([GCONF_SCHEMAS_INSTALL], [test "$enable_schemas_install" != no])
29798
 
+m4trace:configure.in:212: -1- AC_SUBST([GCONF_SCHEMAS_INSTALL_TRUE])
29799
 
+m4trace:configure.in:212: -1- AC_SUBST_TRACE([GCONF_SCHEMAS_INSTALL_TRUE])
29800
 
+m4trace:configure.in:212: -1- m4_pattern_allow([^GCONF_SCHEMAS_INSTALL_TRUE$])
29801
 
+m4trace:configure.in:212: -1- AC_SUBST([GCONF_SCHEMAS_INSTALL_FALSE])
29802
 
+m4trace:configure.in:212: -1- AC_SUBST_TRACE([GCONF_SCHEMAS_INSTALL_FALSE])
29803
 
+m4trace:configure.in:212: -1- m4_pattern_allow([^GCONF_SCHEMAS_INSTALL_FALSE$])
29804
 
+m4trace:configure.in:235: -1- AC_SUBST([GST_LIBS])
29805
 
+m4trace:configure.in:235: -1- AC_SUBST_TRACE([GST_LIBS])
29806
 
+m4trace:configure.in:235: -1- m4_pattern_allow([^GST_LIBS$])
29807
 
+m4trace:configure.in:236: -1- AC_SUBST([GST_CFLAGS])
29808
 
+m4trace:configure.in:236: -1- AC_SUBST_TRACE([GST_CFLAGS])
29809
 
+m4trace:configure.in:236: -1- m4_pattern_allow([^GST_CFLAGS$])
29810
 
+m4trace:configure.in:237: -1- AC_SUBST([GST_TOOL_LIBS])
29811
 
+m4trace:configure.in:237: -1- AC_SUBST_TRACE([GST_TOOL_LIBS])
29812
 
+m4trace:configure.in:237: -1- m4_pattern_allow([^GST_TOOL_LIBS$])
29813
 
+m4trace:configure.in:238: -1- AC_SUBST([GST_TOOL_CFLAGS])
29814
 
+m4trace:configure.in:238: -1- AC_SUBST_TRACE([GST_TOOL_CFLAGS])
29815
 
+m4trace:configure.in:238: -1- m4_pattern_allow([^GST_TOOL_CFLAGS$])
29816
 
+m4trace:configure.in:239: -1- AC_SUBST([GST_TOOL_CLEANFILES])
29817
 
+m4trace:configure.in:239: -1- AC_SUBST_TRACE([GST_TOOL_CLEANFILES])
29818
 
+m4trace:configure.in:239: -1- m4_pattern_allow([^GST_TOOL_CLEANFILES$])
29819
 
+m4trace:configure.in:240: -1- AC_SUBST([GST_TOOL_EXTRA_DIST])
29820
 
+m4trace:configure.in:240: -1- AC_SUBST_TRACE([GST_TOOL_EXTRA_DIST])
29821
 
+m4trace:configure.in:240: -1- m4_pattern_allow([^GST_TOOL_EXTRA_DIST$])
29822
 
+m4trace:configure.in:241: -1- AC_SUBST([GST_TOOL_DEPENDENCIES])
29823
 
+m4trace:configure.in:241: -1- AC_SUBST_TRACE([GST_TOOL_DEPENDENCIES])
29824
 
+m4trace:configure.in:241: -1- m4_pattern_allow([^GST_TOOL_DEPENDENCIES$])
29825
 
+m4trace:configure.in:252: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBIW_H])
29826
 
+m4trace:configure.in:252: -1- m4_pattern_allow([^HAVE_LIBIW_H$])
29827
 
+m4trace:configure.in:252: -1- AH_OUTPUT([HAVE_LIBIW_H], [/* whether libiw is available */
29828
 
+#undef HAVE_LIBIW_H])
29829
 
+m4trace:configure.in:252: -1- _m4_warn([obsolete], [The macro `AC_HAVE_LIBRARY' is obsolete.
29830
 
+You should run autoupdate.], [../../lib/autoconf/libs.m4:159: AC_HAVE_LIBRARY is expanded from...
29831
 
+../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
29832
 
+../../lib/autoconf/headers.m4:87: AC_CHECK_HEADER is expanded from...
29833
 
+configure.in:252: the top level])
29834
 
+m4trace:configure.in:257: -1- AM_CONDITIONAL([HAVE_LIBIW_H], [test x$enable_libiw = xyes])
29835
 
+m4trace:configure.in:257: -1- AC_SUBST([HAVE_LIBIW_H_TRUE])
29836
 
+m4trace:configure.in:257: -1- AC_SUBST_TRACE([HAVE_LIBIW_H_TRUE])
29837
 
+m4trace:configure.in:257: -1- m4_pattern_allow([^HAVE_LIBIW_H_TRUE$])
29838
 
+m4trace:configure.in:257: -1- AC_SUBST([HAVE_LIBIW_H_FALSE])
29839
 
+m4trace:configure.in:257: -1- AC_SUBST_TRACE([HAVE_LIBIW_H_FALSE])
29840
 
+m4trace:configure.in:257: -1- m4_pattern_allow([^HAVE_LIBIW_H_FALSE$])
29841
 
+m4trace:configure.in:258: -1- AC_SUBST([GST_IW_LIBS])
29842
 
+m4trace:configure.in:258: -1- AC_SUBST_TRACE([GST_IW_LIBS])
29843
 
+m4trace:configure.in:258: -1- m4_pattern_allow([^GST_IW_LIBS$])
29844
 
+m4trace:configure.in:268: -1- AC_SUBST([NAUTILUS_CFLAGS])
29845
 
+m4trace:configure.in:268: -1- AC_SUBST_TRACE([NAUTILUS_CFLAGS])
29846
 
+m4trace:configure.in:268: -1- m4_pattern_allow([^NAUTILUS_CFLAGS$])
29847
 
+m4trace:configure.in:268: -1- AC_SUBST([NAUTILUS_LIBS])
29848
 
+m4trace:configure.in:268: -1- AC_SUBST_TRACE([NAUTILUS_LIBS])
29849
 
+m4trace:configure.in:268: -1- m4_pattern_allow([^NAUTILUS_LIBS$])
29850
 
+m4trace:configure.in:273: -1- AC_SUBST([NAUTILUS_LIBS])
29851
 
+m4trace:configure.in:273: -1- AC_SUBST_TRACE([NAUTILUS_LIBS])
29852
 
+m4trace:configure.in:273: -1- m4_pattern_allow([^NAUTILUS_LIBS$])
29853
 
+m4trace:configure.in:274: -1- AC_SUBST([NAUTILUS_CFLAGS])
29854
 
+m4trace:configure.in:274: -1- AC_SUBST_TRACE([NAUTILUS_CFLAGS])
29855
 
+m4trace:configure.in:274: -1- m4_pattern_allow([^NAUTILUS_CFLAGS$])
29856
 
+m4trace:configure.in:280: -1- AC_CONFIG_FILES([
29857
 
+Makefile
29858
 
+doc/Makefile
29859
 
+doc/network/Makefile
29860
 
+doc/services/Makefile
29861
 
+doc/services/nl/Makefile
29862
 
+doc/shares/Makefile
29863
 
+doc/time/Makefile
29864
 
+doc/time/nl/Makefile
29865
 
+doc/users/Makefile
29866
 
+interfaces/Makefile
29867
 
+pixmaps/Makefile
29868
 
+src/Makefile
29869
 
+src/common/Makefile
29870
 
+src/users/users.desktop.in
29871
 
+src/users/Makefile
29872
 
+src/network/network.desktop.in
29873
 
+src/network/Makefile
29874
 
+src/time/time.desktop.in
29875
 
+src/time/Makefile
29876
 
+src/time/e-map/Makefile
29877
 
+src/services/services.desktop.in
29878
 
+src/services/Makefile
29879
 
+src/shares/shares.desktop.in
29880
 
+src/shares/Makefile
29881
 
+src/shares/nautilus/Makefile
29882
 
+po/Makefile.in
29883
 
+gnome-system-tools.pc
29884
 
+])
29885
 
+m4trace:configure.in:280: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
29886
 
+You should run autoupdate.], [])
29887
 
+m4trace:configure.in:280: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
29888
 
+m4trace:configure.in:280: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
29889
 
+m4trace:configure.in:280: -1- m4_pattern_allow([^LIB@&t@OBJS$])
29890
 
+m4trace:configure.in:280: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
29891
 
+m4trace:configure.in:280: -1- AC_SUBST_TRACE([LTLIBOBJS])
29892
 
+m4trace:configure.in:280: -1- m4_pattern_allow([^LTLIBOBJS$])
29893
 
+m4trace:configure.in:280: -1- AC_SUBST_TRACE([top_builddir])
29894
 
+m4trace:configure.in:280: -1- AC_SUBST_TRACE([srcdir])
29895
 
+m4trace:configure.in:280: -1- AC_SUBST_TRACE([abs_srcdir])
29896
 
+m4trace:configure.in:280: -1- AC_SUBST_TRACE([top_srcdir])
29897
 
+m4trace:configure.in:280: -1- AC_SUBST_TRACE([abs_top_srcdir])
29898
 
+m4trace:configure.in:280: -1- AC_SUBST_TRACE([builddir])
29899
 
+m4trace:configure.in:280: -1- AC_SUBST_TRACE([abs_builddir])
29900
 
+m4trace:configure.in:280: -1- AC_SUBST_TRACE([abs_top_builddir])
29901
 
+m4trace:configure.in:280: -1- AC_SUBST_TRACE([INSTALL])
29902
 
diff -urNad gnome-system-tools-2.19.0~/config.h.in~ gnome-system-tools-2.19.0/config.h.in~
29903
 
--- gnome-system-tools-2.19.0~/config.h.in~     1970-01-01 01:00:00.000000000 +0100
29904
 
+++ gnome-system-tools-2.19.0/config.h.in~      2007-07-19 13:07:21.000000000 +0200
 
2358
diff -urNad gnome-system-tools-2.19.1~/config.h.in~ gnome-system-tools-2.19.1/config.h.in~
 
2359
--- gnome-system-tools-2.19.1~/config.h.in~     1970-01-01 01:00:00.000000000 +0100
 
2360
+++ gnome-system-tools-2.19.1/config.h.in~      2007-07-30 20:15:48.000000000 +0200
29905
2361
@@ -0,0 +1,94 @@
29906
2362
+/* config.h.in.  Generated from configure.in by autoheader.  */
29907
2363
+
29997
2453
+
29998
2454
+/* Version number of package */
29999
2455
+#undef VERSION
30000
 
diff -urNad gnome-system-tools-2.19.0~/config.log gnome-system-tools-2.19.0/config.log
30001
 
--- gnome-system-tools-2.19.0~/config.log       1970-01-01 01:00:00.000000000 +0100
30002
 
+++ gnome-system-tools-2.19.0/config.log        2007-07-19 13:07:21.000000000 +0200
 
2456
diff -urNad gnome-system-tools-2.19.1~/config.log gnome-system-tools-2.19.1/config.log
 
2457
--- gnome-system-tools-2.19.1~/config.log       1970-01-01 01:00:00.000000000 +0100
 
2458
+++ gnome-system-tools-2.19.1/config.log        2007-07-30 20:15:48.000000000 +0200
30003
2459
@@ -0,0 +1,385 @@
30004
2460
+This file contains any messages produced by compilers while
30005
2461
+running configure, to aid debugging if configure makes a mistake.
30386
2842
+
30387
2843
+configure: caught signal 2
30388
2844
+configure: exit 1
30389
 
diff -urNad gnome-system-tools-2.19.0~/configure gnome-system-tools-2.19.0/configure
30390
 
--- gnome-system-tools-2.19.0~/configure        2007-07-10 12:03:42.000000000 +0200
30391
 
+++ gnome-system-tools-2.19.0/configure 2007-07-19 13:07:27.000000000 +0200
 
2845
diff -urNad gnome-system-tools-2.19.1~/configure gnome-system-tools-2.19.1/configure
 
2846
--- gnome-system-tools-2.19.1~/configure        2007-07-28 20:43:11.000000000 +0200
 
2847
+++ gnome-system-tools-2.19.1/configure 2007-07-30 20:15:48.000000000 +0200
30392
2848
@@ -1,6 +1,6 @@
30393
2849
 #! /bin/sh
30394
2850
 # Guess values for system-dependent variables and create Makefiles.
30395
 
-# Generated by GNU Autoconf 2.60 for gnome-system-tools 2.19.0.
30396
 
+# Generated by GNU Autoconf 2.61 for gnome-system-tools 2.19.0.
 
2851
-# Generated by GNU Autoconf 2.60 for gnome-system-tools 2.19.1.
 
2852
+# Generated by GNU Autoconf 2.61 for gnome-system-tools 2.19.1.
30397
2853
 #
30398
2854
 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-system-tools>.
30399
2855
 #
30568
3024
 # include <unistd.h>
30569
3025
 #endif"
30570
3026
 
30571
 
@@ -960,6 +975,7 @@
 
3027
@@ -961,6 +976,7 @@
30572
3028
 CC
30573
3029
 CFLAGS
30574
3030
 LDFLAGS
30576
3032
 CPPFLAGS
30577
3033
 PKG_CONFIG
30578
3034
 CPP
30579
 
@@ -1082,10 +1098,10 @@
 
3035
@@ -1083,10 +1099,10 @@
30580
3036
   -disable-* | --disable-*)
30581
3037
     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
30582
3038
     # Reject names that are not valid shell variable names.
30589
3045
     eval enable_$ac_feature=no ;;
30590
3046
 
30591
3047
   -docdir | --docdir | --docdi | --doc | --do)
30592
 
@@ -1101,10 +1117,10 @@
 
3048
@@ -1102,10 +1118,10 @@
30593
3049
   -enable-* | --enable-*)
30594
3050
     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
30595
3051
     # Reject names that are not valid shell variable names.
30602
3058
     eval enable_$ac_feature=\$ac_optarg ;;
30603
3059
 
30604
3060
   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
30605
 
@@ -1298,19 +1314,19 @@
 
3061
@@ -1299,19 +1315,19 @@
30606
3062
   -with-* | --with-*)
30607
3063
     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
30608
3064
     # Reject names that are not valid shell variable names.
30626
3082
     eval with_$ac_package=no ;;
30627
3083
 
30628
3084
   --x)
30629
 
@@ -1594,6 +1610,7 @@
 
3085
@@ -1595,6 +1611,7 @@
30630
3086
   CFLAGS      C compiler flags
30631
3087
   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
30632
3088
               nonstandard directory <lib dir>
30634
3090
   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
30635
3091
               you have headers in a nonstandard directory <include dir>
30636
3092
   PKG_CONFIG  path to pkg-config utility
30637
 
@@ -1682,7 +1699,7 @@
 
3093
@@ -1683,7 +1700,7 @@
30638
3094
 if $ac_init_version; then
30639
3095
   cat <<\_ACEOF
30640
 
 gnome-system-tools configure 2.19.0
 
3096
 gnome-system-tools configure 2.19.1
30641
3097
-generated by GNU Autoconf 2.60
30642
3098
+generated by GNU Autoconf 2.61
30643
3099
 
30644
3100
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
30645
3101
 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
30646
 
@@ -1696,7 +1713,7 @@
 
3102
@@ -1697,7 +1714,7 @@
30647
3103
 running configure, to aid debugging if configure makes a mistake.
30648
3104
 
30649
 
 It was created by gnome-system-tools $as_me 2.19.0, which was
 
3105
 It was created by gnome-system-tools $as_me 2.19.1, which was
30650
3106
-generated by GNU Autoconf 2.60.  Invocation command line was
30651
3107
+generated by GNU Autoconf 2.61.  Invocation command line was
30652
3108
 
30653
3109
   $ $0 $@
30654
3110
 
30655
 
@@ -2049,14 +2066,6 @@
 
3111
@@ -2050,14 +2067,6 @@
30656
3112
 
30657
3113
 
30658
3114
 
30665
3121
-echo "$as_me: error: cannot find macro directory \`m4'" >&2;}
30666
3122
-   { (exit 1); exit 1; }; }
30667
3123
 
30668
 
 am__api_version="1.9"
30669
 
 ac_aux_dir=
30670
 
@@ -2126,7 +2135,7 @@
 
3124
 am__api_version='1.10'
 
3125
 
 
3126
@@ -2128,7 +2137,7 @@
30671
3127
     # by default.
30672
3128
     for ac_prog in ginstall scoinst install; do
30673
3129
       for ac_exec_ext in '' $ac_executable_extensions; do
30676
3132
          if test $ac_prog = install &&
30677
3133
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
30678
3134
            # AIX install.  It has an incompatible calling convention.
30679
 
@@ -2292,7 +2301,7 @@
 
3135
@@ -2256,7 +2265,7 @@
 
3136
   test -z "$as_dir" && as_dir=.
 
3137
   for ac_prog in mkdir gmkdir; do
 
3138
         for ac_exec_ext in '' $ac_executable_extensions; do
 
3139
-          { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; } || continue
 
3140
+          { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
 
3141
           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
 
3142
             'mkdir (GNU coreutils) '* | \
 
3143
             'mkdir (coreutils) '* | \
 
3144
@@ -2309,7 +2318,7 @@
30680
3145
   IFS=$as_save_IFS
30681
3146
   test -z "$as_dir" && as_dir=.
30682
3147
   for ac_exec_ext in '' $ac_executable_extensions; do
30685
3150
     ac_cv_prog_AWK="$ac_prog"
30686
3151
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30687
3152
     break 2
30688
 
@@ -2427,7 +2436,7 @@
 
3153
@@ -2448,7 +2457,7 @@
30689
3154
   IFS=$as_save_IFS
30690
3155
   test -z "$as_dir" && as_dir=.
30691
3156
   for ac_exec_ext in '' $ac_executable_extensions; do
30694
3159
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
30695
3160
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30696
3161
     break 2
30697
 
@@ -2467,7 +2476,7 @@
 
3162
@@ -2488,7 +2497,7 @@
30698
3163
   IFS=$as_save_IFS
30699
3164
   test -z "$as_dir" && as_dir=.
30700
3165
   for ac_exec_ext in '' $ac_executable_extensions; do
30703
3168
     ac_cv_prog_ac_ct_STRIP="strip"
30704
3169
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30705
3170
     break 2
30706
 
@@ -2609,7 +2618,7 @@
 
3171
@@ -2627,7 +2636,7 @@
30707
3172
   IFS=$as_save_IFS
30708
3173
   test -z "$as_dir" && as_dir=.
30709
3174
   for ac_exec_ext in '' $ac_executable_extensions; do
30712
3177
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
30713
3178
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30714
3179
     break 2
30715
 
@@ -2649,7 +2658,7 @@
 
3180
@@ -2667,7 +2676,7 @@
30716
3181
   IFS=$as_save_IFS
30717
3182
   test -z "$as_dir" && as_dir=.
30718
3183
   for ac_exec_ext in '' $ac_executable_extensions; do
30721
3186
     ac_cv_prog_ac_ct_CC="gcc"
30722
3187
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30723
3188
     break 2
30724
 
@@ -2706,7 +2715,7 @@
 
3189
@@ -2724,7 +2733,7 @@
30725
3190
   IFS=$as_save_IFS
30726
3191
   test -z "$as_dir" && as_dir=.
30727
3192
   for ac_exec_ext in '' $ac_executable_extensions; do
30730
3195
     ac_cv_prog_CC="${ac_tool_prefix}cc"
30731
3196
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30732
3197
     break 2
30733
 
@@ -2747,7 +2756,7 @@
 
3198
@@ -2765,7 +2774,7 @@
30734
3199
   IFS=$as_save_IFS
30735
3200
   test -z "$as_dir" && as_dir=.
30736
3201
   for ac_exec_ext in '' $ac_executable_extensions; do
30739
3204
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
30740
3205
        ac_prog_rejected=yes
30741
3206
        continue
30742
 
@@ -2805,7 +2814,7 @@
 
3207
@@ -2823,7 +2832,7 @@
30743
3208
   IFS=$as_save_IFS
30744
3209
   test -z "$as_dir" && as_dir=.
30745
3210
   for ac_exec_ext in '' $ac_executable_extensions; do
30748
3213
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
30749
3214
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30750
3215
     break 2
30751
 
@@ -2849,7 +2858,7 @@
 
3216
@@ -2867,7 +2876,7 @@
30752
3217
   IFS=$as_save_IFS
30753
3218
   test -z "$as_dir" && as_dir=.
30754
3219
   for ac_exec_ext in '' $ac_executable_extensions; do
30757
3222
     ac_cv_prog_ac_ct_CC="$ac_prog"
30758
3223
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30759
3224
     break 2
30760
 
@@ -2990,7 +2999,7 @@
 
3225
@@ -3008,7 +3017,7 @@
30761
3226
 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
30762
3227
 # so that the user can short-circuit this test for compilers unknown to
30763
3228
 # Autoconf.
30766
3231
 do
30767
3232
   test -f "$ac_file" || continue
30768
3233
   case $ac_file in
30769
 
@@ -3018,6 +3027,12 @@
 
3234
@@ -3036,6 +3045,12 @@
30770
3235
 test "$ac_cv_exeext" = no && ac_cv_exeext=
30771
3236
 
30772
3237
 else
30779
3244
   echo "$as_me: failed program was:" >&5
30780
3245
 sed 's/^/| /' conftest.$ac_ext >&5
30781
3246
 
30782
 
@@ -3029,8 +3044,6 @@
 
3247
@@ -3047,8 +3062,6 @@
30783
3248
 fi
30784
3249
 
30785
3250
 ac_exeext=$ac_cv_exeext
30788
3253
 
30789
3254
 # Check that the compiler produces executables we can run.  If not, either
30790
3255
 # the compiler is broken, or we cross compile.
30791
 
@@ -3208,27 +3221,10 @@
 
3256
@@ -3226,27 +3239,10 @@
30792
3257
   rm -f conftest.er1
30793
3258
   cat conftest.err >&5
30794
3259
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30820
3285
   ac_compiler_gnu=yes
30821
3286
 else
30822
3287
   echo "$as_me: failed program was:" >&5
30823
 
@@ -3283,27 +3279,10 @@
 
3288
@@ -3301,27 +3297,10 @@
30824
3289
   rm -f conftest.er1
30825
3290
   cat conftest.err >&5
30826
3291
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30852
3317
   ac_cv_prog_cc_g=yes
30853
3318
 else
30854
3319
   echo "$as_me: failed program was:" >&5
30855
 
@@ -3338,27 +3317,10 @@
 
3320
@@ -3356,27 +3335,10 @@
30856
3321
   rm -f conftest.er1
30857
3322
   cat conftest.err >&5
30858
3323
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30884
3349
   :
30885
3350
 else
30886
3351
   echo "$as_me: failed program was:" >&5
30887
 
@@ -3394,27 +3356,10 @@
 
3352
@@ -3412,27 +3374,10 @@
30888
3353
   rm -f conftest.er1
30889
3354
   cat conftest.err >&5
30890
3355
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30916
3381
   ac_cv_prog_cc_g=yes
30917
3382
 else
30918
3383
   echo "$as_me: failed program was:" >&5
30919
 
@@ -3530,27 +3475,10 @@
 
3384
@@ -3548,27 +3493,10 @@
30920
3385
   rm -f conftest.er1
30921
3386
   cat conftest.err >&5
30922
3387
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
30948
3413
   ac_cv_prog_cc_c89=$ac_arg
30949
3414
 else
30950
3415
   echo "$as_me: failed program was:" >&5
30951
 
@@ -3788,7 +3716,7 @@
 
3416
@@ -3805,7 +3733,7 @@
30952
3417
   IFS=$as_save_IFS
30953
3418
   test -z "$as_dir" && as_dir=.
30954
3419
   for ac_exec_ext in '' $ac_executable_extensions; do
30957
3422
     ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext"
30958
3423
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30959
3424
     break 2
30960
 
@@ -3851,7 +3779,7 @@
 
3425
@@ -3868,7 +3796,7 @@
30961
3426
   IFS=$as_save_IFS
30962
3427
   test -z "$as_dir" && as_dir=.
30963
3428
   for ac_exec_ext in '' $ac_executable_extensions; do
30966
3431
     ac_cv_path_INTLTOOL_ICONV="$as_dir/$ac_word$ac_exec_ext"
30967
3432
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30968
3433
     break 2
30969
 
@@ -3892,7 +3820,7 @@
 
3434
@@ -3909,7 +3837,7 @@
30970
3435
   IFS=$as_save_IFS
30971
3436
   test -z "$as_dir" && as_dir=.
30972
3437
   for ac_exec_ext in '' $ac_executable_extensions; do
30975
3440
     ac_cv_path_INTLTOOL_MSGFMT="$as_dir/$ac_word$ac_exec_ext"
30976
3441
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30977
3442
     break 2
30978
 
@@ -3933,7 +3861,7 @@
 
3443
@@ -3950,7 +3878,7 @@
30979
3444
   IFS=$as_save_IFS
30980
3445
   test -z "$as_dir" && as_dir=.
30981
3446
   for ac_exec_ext in '' $ac_executable_extensions; do
30984
3449
     ac_cv_path_INTLTOOL_MSGMERGE="$as_dir/$ac_word$ac_exec_ext"
30985
3450
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30986
3451
     break 2
30987
 
@@ -3974,7 +3902,7 @@
 
3452
@@ -3991,7 +3919,7 @@
30988
3453
   IFS=$as_save_IFS
30989
3454
   test -z "$as_dir" && as_dir=.
30990
3455
   for ac_exec_ext in '' $ac_executable_extensions; do
30993
3458
     ac_cv_path_INTLTOOL_XGETTEXT="$as_dir/$ac_word$ac_exec_ext"
30994
3459
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30995
3460
     break 2
30996
 
@@ -4033,27 +3961,11 @@
 
3461
@@ -4032,7 +3960,7 @@
 
3462
 main ()
 
3463
 {
 
3464
 extern int _nl_msg_cat_cntr;
 
3465
-                 return _nl_msg_cat_cntr
 
3466
+                       return _nl_msg_cat_cntr
 
3467
   ;
 
3468
   return 0;
 
3469
 }
 
3470
@@ -4050,27 +3978,11 @@
30997
3471
   rm -f conftest.er1
30998
3472
   cat conftest.err >&5
30999
3473
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31026
3500
   DATADIRNAME=share
31027
3501
 else
31028
3502
   echo "$as_me: failed program was:" >&5
31029
 
@@ -4124,27 +4036,11 @@
 
3503
@@ -4141,27 +4053,11 @@
31030
3504
   rm -f conftest.er1
31031
3505
   cat conftest.err >&5
31032
3506
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31059
3533
   ac_cv_func_bind_textdomain_codeset=yes
31060
3534
 else
31061
3535
   echo "$as_me: failed program was:" >&5
31062
 
@@ -4153,7 +4049,7 @@
 
3536
@@ -4170,7 +4066,7 @@
31063
3537
        ac_cv_func_bind_textdomain_codeset=no
31064
3538
 fi
31065
3539
 
31068
3542
       conftest$ac_exeext conftest.$ac_ext
31069
3543
 fi
31070
3544
 { echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
31071
 
@@ -4171,7 +4067,7 @@
 
3545
@@ -4188,7 +4084,7 @@
31072
3546
     esac
31073
3547
 fi
31074
3548
 
31077
3551
       conftest$ac_exeext conftest.$ac_ext
31078
3552
 fi
31079
3553
 
31080
 
@@ -4209,7 +4105,7 @@
 
3554
@@ -4226,7 +4122,7 @@
31081
3555
   IFS=$as_save_IFS
31082
3556
   test -z "$as_dir" && as_dir=.
31083
3557
   for ac_exec_ext in '' $ac_executable_extensions; do
31086
3560
     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
31087
3561
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31088
3562
     break 2
31089
 
@@ -4252,7 +4148,7 @@
 
3563
@@ -4269,7 +4165,7 @@
31090
3564
   IFS=$as_save_IFS
31091
3565
   test -z "$as_dir" && as_dir=.
31092
3566
   for ac_exec_ext in '' $ac_executable_extensions; do
31095
3569
     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
31096
3570
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31097
3571
     break 2
31098
 
@@ -4654,7 +4550,7 @@
 
3572
@@ -4665,7 +4561,7 @@
31099
3573
   for ac_prog in grep ggrep; do
31100
3574
   for ac_exec_ext in '' $ac_executable_extensions; do
31101
3575
     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
31104
3578
     # Check for GNU ac_path_GREP and select it if it is found.
31105
3579
   # Check for GNU $ac_path_GREP
31106
3580
 case `"$ac_path_GREP" --version 2>&1` in
31107
 
@@ -4736,7 +4632,7 @@
 
3581
@@ -4747,7 +4643,7 @@
31108
3582
   for ac_prog in egrep; do
31109
3583
   for ac_exec_ext in '' $ac_executable_extensions; do
31110
3584
     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
31113
3587
     # Check for GNU ac_path_EGREP and select it if it is found.
31114
3588
   # Check for GNU $ac_path_EGREP
31115
3589
 case `"$ac_path_EGREP" --version 2>&1` in
31116
 
@@ -5042,7 +4938,7 @@
 
3590
@@ -5053,7 +4949,7 @@
31117
3591
   lt_cv_deplibs_check_method=pass_all
31118
3592
   ;;
31119
3593
 
31122
3596
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
31123
3597
     case $host_cpu in
31124
3598
     i*86 )
31125
 
@@ -5096,11 +4992,11 @@
 
3599
@@ -5107,11 +5003,11 @@
31126
3600
   ;;
31127
3601
 
31128
3602
 # This must be Linux ELF.
31136
3610
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
31137
3611
     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
31138
3612
   else
31139
 
@@ -5216,7 +5112,7 @@
 
3613
@@ -5227,7 +5123,7 @@
31140
3614
   ;;
31141
3615
 *-*-irix6*)
31142
3616
   # Find out which ABI we are using.
31143
 
-  echo '#line 5219 "configure"' > conftest.$ac_ext
31144
 
+  echo '#line 5115 "configure"' > conftest.$ac_ext
 
3617
-  echo '#line 5230 "configure"' > conftest.$ac_ext
 
3618
+  echo '#line 5126 "configure"' > conftest.$ac_ext
31145
3619
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31146
3620
   (eval $ac_compile) 2>&5
31147
3621
   ac_status=$?
31148
 
@@ -5340,27 +5236,11 @@
 
3622
@@ -5351,27 +5247,11 @@
31149
3623
   rm -f conftest.er1
31150
3624
   cat conftest.err >&5
31151
3625
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31178
3652
   lt_cv_cc_needs_belf=yes
31179
3653
 else
31180
3654
   echo "$as_me: failed program was:" >&5
31181
 
@@ -5369,7 +5249,7 @@
 
3655
@@ -5380,7 +5260,7 @@
31182
3656
        lt_cv_cc_needs_belf=no
31183
3657
 fi
31184
3658
 
31187
3661
       conftest$ac_exeext conftest.$ac_ext
31188
3662
      ac_ext=c
31189
3663
 ac_cpp='$CPP $CPPFLAGS'
31190
 
@@ -5463,17 +5343,10 @@
31191
 
   rm -f conftest.er1
31192
 
   cat conftest.err >&5
31193
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31194
 
-  (exit $ac_status); } >/dev/null; then
31195
 
-  if test -s conftest.err; then
31196
 
-    ac_cpp_err=$ac_c_preproc_warn_flag
31197
 
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
31198
 
-  else
31199
 
-    ac_cpp_err=
31200
 
-  fi
31201
 
-else
31202
 
-  ac_cpp_err=yes
31203
 
-fi
31204
 
-if test -z "$ac_cpp_err"; then
31205
 
+  (exit $ac_status); } >/dev/null && {
31206
 
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31207
 
+        test ! -s conftest.err
31208
 
+       }; then
31209
 
   :
31210
 
 else
31211
 
   echo "$as_me: failed program was:" >&5
31212
 
@@ -5507,17 +5380,10 @@
31213
 
   rm -f conftest.er1
31214
 
   cat conftest.err >&5
31215
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31216
 
-  (exit $ac_status); } >/dev/null; then
31217
 
-  if test -s conftest.err; then
31218
 
-    ac_cpp_err=$ac_c_preproc_warn_flag
31219
 
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
31220
 
-  else
31221
 
-    ac_cpp_err=
31222
 
-  fi
31223
 
-else
31224
 
-  ac_cpp_err=yes
31225
 
-fi
31226
 
-if test -z "$ac_cpp_err"; then
31227
 
+  (exit $ac_status); } >/dev/null && {
31228
 
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31229
 
+        test ! -s conftest.err
31230
 
+       }; then
31231
 
   # Broken: success on invalid input.
31232
 
 continue
31233
 
 else
31234
 
@@ -5582,17 +5448,10 @@
31235
 
   rm -f conftest.er1
31236
 
   cat conftest.err >&5
31237
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31238
 
-  (exit $ac_status); } >/dev/null; then
31239
 
-  if test -s conftest.err; then
31240
 
-    ac_cpp_err=$ac_c_preproc_warn_flag
31241
 
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
31242
 
-  else
31243
 
-    ac_cpp_err=
31244
 
-  fi
31245
 
-else
31246
 
-  ac_cpp_err=yes
31247
 
-fi
31248
 
-if test -z "$ac_cpp_err"; then
31249
 
+  (exit $ac_status); } >/dev/null && {
31250
 
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31251
 
+        test ! -s conftest.err
31252
 
+       }; then
31253
 
   :
31254
 
 else
31255
 
   echo "$as_me: failed program was:" >&5
31256
 
@@ -5626,17 +5485,10 @@
31257
 
   rm -f conftest.er1
31258
 
   cat conftest.err >&5
31259
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31260
 
-  (exit $ac_status); } >/dev/null; then
31261
 
-  if test -s conftest.err; then
31262
 
-    ac_cpp_err=$ac_c_preproc_warn_flag
31263
 
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
31264
 
-  else
31265
 
-    ac_cpp_err=
31266
 
-  fi
31267
 
-else
31268
 
-  ac_cpp_err=yes
31269
 
-fi
31270
 
-if test -z "$ac_cpp_err"; then
31271
 
+  (exit $ac_status); } >/dev/null && {
31272
 
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31273
 
+        test ! -s conftest.err
31274
 
+       }; then
31275
 
   # Broken: success on invalid input.
31276
 
 continue
31277
 
 else
31278
 
@@ -5707,27 +5559,10 @@
 
3664
@@ -5474,17 +5354,10 @@
 
3665
   rm -f conftest.er1
 
3666
   cat conftest.err >&5
 
3667
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3668
-  (exit $ac_status); } >/dev/null; then
 
3669
-  if test -s conftest.err; then
 
3670
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
3671
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
3672
-  else
 
3673
-    ac_cpp_err=
 
3674
-  fi
 
3675
-else
 
3676
-  ac_cpp_err=yes
 
3677
-fi
 
3678
-if test -z "$ac_cpp_err"; then
 
3679
+  (exit $ac_status); } >/dev/null && {
 
3680
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
3681
+        test ! -s conftest.err
 
3682
+       }; then
 
3683
   :
 
3684
 else
 
3685
   echo "$as_me: failed program was:" >&5
 
3686
@@ -5518,17 +5391,10 @@
 
3687
   rm -f conftest.er1
 
3688
   cat conftest.err >&5
 
3689
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3690
-  (exit $ac_status); } >/dev/null; then
 
3691
-  if test -s conftest.err; then
 
3692
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
3693
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
3694
-  else
 
3695
-    ac_cpp_err=
 
3696
-  fi
 
3697
-else
 
3698
-  ac_cpp_err=yes
 
3699
-fi
 
3700
-if test -z "$ac_cpp_err"; then
 
3701
+  (exit $ac_status); } >/dev/null && {
 
3702
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
3703
+        test ! -s conftest.err
 
3704
+       }; then
 
3705
   # Broken: success on invalid input.
 
3706
 continue
 
3707
 else
 
3708
@@ -5593,17 +5459,10 @@
 
3709
   rm -f conftest.er1
 
3710
   cat conftest.err >&5
 
3711
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3712
-  (exit $ac_status); } >/dev/null; then
 
3713
-  if test -s conftest.err; then
 
3714
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
3715
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
3716
-  else
 
3717
-    ac_cpp_err=
 
3718
-  fi
 
3719
-else
 
3720
-  ac_cpp_err=yes
 
3721
-fi
 
3722
-if test -z "$ac_cpp_err"; then
 
3723
+  (exit $ac_status); } >/dev/null && {
 
3724
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
3725
+        test ! -s conftest.err
 
3726
+       }; then
 
3727
   :
 
3728
 else
 
3729
   echo "$as_me: failed program was:" >&5
 
3730
@@ -5637,17 +5496,10 @@
 
3731
   rm -f conftest.er1
 
3732
   cat conftest.err >&5
 
3733
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3734
-  (exit $ac_status); } >/dev/null; then
 
3735
-  if test -s conftest.err; then
 
3736
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
3737
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
3738
-  else
 
3739
-    ac_cpp_err=
 
3740
-  fi
 
3741
-else
 
3742
-  ac_cpp_err=yes
 
3743
-fi
 
3744
-if test -z "$ac_cpp_err"; then
 
3745
+  (exit $ac_status); } >/dev/null && {
 
3746
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
3747
+        test ! -s conftest.err
 
3748
+       }; then
 
3749
   # Broken: success on invalid input.
 
3750
 continue
 
3751
 else
 
3752
@@ -5718,27 +5570,10 @@
31279
3753
   rm -f conftest.er1
31280
3754
   cat conftest.err >&5
31281
3755
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31307
3781
   ac_cv_header_stdc=yes
31308
3782
 else
31309
3783
   echo "$as_me: failed program was:" >&5
31310
 
@@ -5903,27 +5738,10 @@
 
3784
@@ -5914,27 +5749,10 @@
31311
3785
   rm -f conftest.er1
31312
3786
   cat conftest.err >&5
31313
3787
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31339
3813
   eval "$as_ac_Header=yes"
31340
3814
 else
31341
3815
   echo "$as_me: failed program was:" >&5
31342
 
@@ -5986,27 +5804,10 @@
 
3816
@@ -5997,27 +5815,10 @@
31343
3817
   rm -f conftest.er1
31344
3818
   cat conftest.err >&5
31345
3819
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31371
3845
   ac_header_compiler=yes
31372
3846
 else
31373
3847
   echo "$as_me: failed program was:" >&5
31374
 
@@ -6042,17 +5843,10 @@
 
3848
@@ -6053,17 +5854,10 @@
31375
3849
   rm -f conftest.er1
31376
3850
   cat conftest.err >&5
31377
3851
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31393
3867
   ac_header_preproc=yes
31394
3868
 else
31395
3869
   echo "$as_me: failed program was:" >&5
31396
 
@@ -6144,7 +5938,7 @@
 
3870
@@ -6155,7 +5949,7 @@
31397
3871
   IFS=$as_save_IFS
31398
3872
   test -z "$as_dir" && as_dir=.
31399
3873
   for ac_exec_ext in '' $ac_executable_extensions; do
31402
3876
     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
31403
3877
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31404
3878
     break 2
31405
 
@@ -6188,7 +5982,7 @@
 
3879
@@ -6199,7 +5993,7 @@
31406
3880
   IFS=$as_save_IFS
31407
3881
   test -z "$as_dir" && as_dir=.
31408
3882
   for ac_exec_ext in '' $ac_executable_extensions; do
31411
3885
     ac_cv_prog_ac_ct_CXX="$ac_prog"
31412
3886
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31413
3887
     break 2
31414
 
@@ -6301,27 +6095,10 @@
 
3888
@@ -6312,27 +6106,10 @@
31415
3889
   rm -f conftest.er1
31416
3890
   cat conftest.err >&5
31417
3891
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31443
3917
   ac_compiler_gnu=yes
31444
3918
 else
31445
3919
   echo "$as_me: failed program was:" >&5
31446
 
@@ -6376,27 +6153,10 @@
31447
 
   rm -f conftest.er1
31448
 
   cat conftest.err >&5
31449
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31450
 
-  (exit $ac_status); } &&
31451
 
-        { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31452
 
-  { (case "(($ac_try" in
31453
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31454
 
-  *) ac_try_echo=$ac_try;;
31455
 
-esac
31456
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31457
 
-  (eval "$ac_try") 2>&5
31458
 
-  ac_status=$?
31459
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31460
 
-  (exit $ac_status); }; } &&
31461
 
-        { ac_try='test -s conftest.$ac_objext'
31462
 
-  { (case "(($ac_try" in
31463
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31464
 
-  *) ac_try_echo=$ac_try;;
31465
 
-esac
31466
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31467
 
-  (eval "$ac_try") 2>&5
31468
 
-  ac_status=$?
31469
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31470
 
-  (exit $ac_status); }; }; then
31471
 
+  (exit $ac_status); } && {
31472
 
+        test -z "$ac_cxx_werror_flag" ||
31473
 
+        test ! -s conftest.err
31474
 
+       } && test -s conftest.$ac_objext; then
31475
 
   ac_cv_prog_cxx_g=yes
31476
 
 else
31477
 
   echo "$as_me: failed program was:" >&5
31478
 
@@ -6431,27 +6191,10 @@
31479
 
   rm -f conftest.er1
31480
 
   cat conftest.err >&5
31481
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31482
 
-  (exit $ac_status); } &&
31483
 
-        { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31484
 
-  { (case "(($ac_try" in
31485
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31486
 
-  *) ac_try_echo=$ac_try;;
31487
 
-esac
31488
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31489
 
-  (eval "$ac_try") 2>&5
31490
 
-  ac_status=$?
31491
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31492
 
-  (exit $ac_status); }; } &&
31493
 
-        { ac_try='test -s conftest.$ac_objext'
31494
 
-  { (case "(($ac_try" in
31495
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31496
 
-  *) ac_try_echo=$ac_try;;
31497
 
-esac
31498
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31499
 
-  (eval "$ac_try") 2>&5
31500
 
-  ac_status=$?
31501
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31502
 
-  (exit $ac_status); }; }; then
31503
 
+  (exit $ac_status); } && {
31504
 
+        test -z "$ac_cxx_werror_flag" ||
31505
 
+        test ! -s conftest.err
31506
 
+       } && test -s conftest.$ac_objext; then
31507
 
   :
31508
 
 else
31509
 
   echo "$as_me: failed program was:" >&5
31510
 
@@ -6487,27 +6230,10 @@
31511
 
   rm -f conftest.er1
31512
 
   cat conftest.err >&5
31513
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31514
 
-  (exit $ac_status); } &&
31515
 
-        { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31516
 
-  { (case "(($ac_try" in
31517
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31518
 
-  *) ac_try_echo=$ac_try;;
31519
 
-esac
31520
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31521
 
-  (eval "$ac_try") 2>&5
31522
 
-  ac_status=$?
31523
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31524
 
-  (exit $ac_status); }; } &&
31525
 
-        { ac_try='test -s conftest.$ac_objext'
31526
 
-  { (case "(($ac_try" in
31527
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31528
 
-  *) ac_try_echo=$ac_try;;
31529
 
-esac
31530
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31531
 
-  (eval "$ac_try") 2>&5
31532
 
-  ac_status=$?
31533
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31534
 
-  (exit $ac_status); }; }; then
31535
 
+  (exit $ac_status); } && {
31536
 
+        test -z "$ac_cxx_werror_flag" ||
31537
 
+        test ! -s conftest.err
31538
 
+       } && test -s conftest.$ac_objext; then
31539
 
   ac_cv_prog_cxx_g=yes
31540
 
 else
31541
 
   echo "$as_me: failed program was:" >&5
31542
 
@@ -6710,17 +6436,10 @@
31543
 
   rm -f conftest.er1
31544
 
   cat conftest.err >&5
31545
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31546
 
-  (exit $ac_status); } >/dev/null; then
31547
 
-  if test -s conftest.err; then
31548
 
-    ac_cpp_err=$ac_cxx_preproc_warn_flag
31549
 
-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
31550
 
-  else
31551
 
-    ac_cpp_err=
31552
 
-  fi
31553
 
-else
31554
 
-  ac_cpp_err=yes
31555
 
-fi
31556
 
-if test -z "$ac_cpp_err"; then
31557
 
+  (exit $ac_status); } >/dev/null && {
31558
 
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
31559
 
+        test ! -s conftest.err
31560
 
+       }; then
31561
 
   :
31562
 
 else
31563
 
   echo "$as_me: failed program was:" >&5
31564
 
@@ -6754,17 +6473,10 @@
31565
 
   rm -f conftest.er1
31566
 
   cat conftest.err >&5
31567
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31568
 
-  (exit $ac_status); } >/dev/null; then
31569
 
-  if test -s conftest.err; then
31570
 
-    ac_cpp_err=$ac_cxx_preproc_warn_flag
31571
 
-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
31572
 
-  else
31573
 
-    ac_cpp_err=
31574
 
-  fi
31575
 
-else
31576
 
-  ac_cpp_err=yes
31577
 
-fi
31578
 
-if test -z "$ac_cpp_err"; then
31579
 
+  (exit $ac_status); } >/dev/null && {
31580
 
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
31581
 
+        test ! -s conftest.err
31582
 
+       }; then
31583
 
   # Broken: success on invalid input.
31584
 
 continue
31585
 
 else
31586
 
@@ -6829,17 +6541,10 @@
31587
 
   rm -f conftest.er1
31588
 
   cat conftest.err >&5
31589
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31590
 
-  (exit $ac_status); } >/dev/null; then
31591
 
-  if test -s conftest.err; then
31592
 
-    ac_cpp_err=$ac_cxx_preproc_warn_flag
31593
 
-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
31594
 
-  else
31595
 
-    ac_cpp_err=
31596
 
-  fi
31597
 
-else
31598
 
-  ac_cpp_err=yes
31599
 
-fi
31600
 
-if test -z "$ac_cpp_err"; then
31601
 
+  (exit $ac_status); } >/dev/null && {
31602
 
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
31603
 
+        test ! -s conftest.err
31604
 
+       }; then
31605
 
   :
31606
 
 else
31607
 
   echo "$as_me: failed program was:" >&5
31608
 
@@ -6873,17 +6578,10 @@
31609
 
   rm -f conftest.er1
31610
 
   cat conftest.err >&5
31611
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31612
 
-  (exit $ac_status); } >/dev/null; then
31613
 
-  if test -s conftest.err; then
31614
 
-    ac_cpp_err=$ac_cxx_preproc_warn_flag
31615
 
-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
31616
 
-  else
31617
 
-    ac_cpp_err=
31618
 
-  fi
31619
 
-else
31620
 
-  ac_cpp_err=yes
31621
 
-fi
31622
 
-if test -z "$ac_cpp_err"; then
31623
 
+  (exit $ac_status); } >/dev/null && {
31624
 
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
31625
 
+        test ! -s conftest.err
31626
 
+       }; then
31627
 
   # Broken: success on invalid input.
31628
 
 continue
31629
 
 else
31630
 
@@ -6924,7 +6622,7 @@
 
3920
@@ -6387,27 +6164,10 @@
 
3921
   rm -f conftest.er1
 
3922
   cat conftest.err >&5
 
3923
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3924
-  (exit $ac_status); } &&
 
3925
-        { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
 
3926
-  { (case "(($ac_try" in
 
3927
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3928
-  *) ac_try_echo=$ac_try;;
 
3929
-esac
 
3930
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3931
-  (eval "$ac_try") 2>&5
 
3932
-  ac_status=$?
 
3933
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3934
-  (exit $ac_status); }; } &&
 
3935
-        { ac_try='test -s conftest.$ac_objext'
 
3936
-  { (case "(($ac_try" in
 
3937
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3938
-  *) ac_try_echo=$ac_try;;
 
3939
-esac
 
3940
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3941
-  (eval "$ac_try") 2>&5
 
3942
-  ac_status=$?
 
3943
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3944
-  (exit $ac_status); }; }; then
 
3945
+  (exit $ac_status); } && {
 
3946
+        test -z "$ac_cxx_werror_flag" ||
 
3947
+        test ! -s conftest.err
 
3948
+       } && test -s conftest.$ac_objext; then
 
3949
   ac_cv_prog_cxx_g=yes
 
3950
 else
 
3951
   echo "$as_me: failed program was:" >&5
 
3952
@@ -6442,27 +6202,10 @@
 
3953
   rm -f conftest.er1
 
3954
   cat conftest.err >&5
 
3955
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3956
-  (exit $ac_status); } &&
 
3957
-        { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
 
3958
-  { (case "(($ac_try" in
 
3959
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3960
-  *) ac_try_echo=$ac_try;;
 
3961
-esac
 
3962
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3963
-  (eval "$ac_try") 2>&5
 
3964
-  ac_status=$?
 
3965
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3966
-  (exit $ac_status); }; } &&
 
3967
-        { ac_try='test -s conftest.$ac_objext'
 
3968
-  { (case "(($ac_try" in
 
3969
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3970
-  *) ac_try_echo=$ac_try;;
 
3971
-esac
 
3972
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3973
-  (eval "$ac_try") 2>&5
 
3974
-  ac_status=$?
 
3975
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3976
-  (exit $ac_status); }; }; then
 
3977
+  (exit $ac_status); } && {
 
3978
+        test -z "$ac_cxx_werror_flag" ||
 
3979
+        test ! -s conftest.err
 
3980
+       } && test -s conftest.$ac_objext; then
 
3981
   :
 
3982
 else
 
3983
   echo "$as_me: failed program was:" >&5
 
3984
@@ -6498,27 +6241,10 @@
 
3985
   rm -f conftest.er1
 
3986
   cat conftest.err >&5
 
3987
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3988
-  (exit $ac_status); } &&
 
3989
-        { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
 
3990
-  { (case "(($ac_try" in
 
3991
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3992
-  *) ac_try_echo=$ac_try;;
 
3993
-esac
 
3994
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3995
-  (eval "$ac_try") 2>&5
 
3996
-  ac_status=$?
 
3997
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3998
-  (exit $ac_status); }; } &&
 
3999
-        { ac_try='test -s conftest.$ac_objext'
 
4000
-  { (case "(($ac_try" in
 
4001
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4002
-  *) ac_try_echo=$ac_try;;
 
4003
-esac
 
4004
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4005
-  (eval "$ac_try") 2>&5
 
4006
-  ac_status=$?
 
4007
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4008
-  (exit $ac_status); }; }; then
 
4009
+  (exit $ac_status); } && {
 
4010
+        test -z "$ac_cxx_werror_flag" ||
 
4011
+        test ! -s conftest.err
 
4012
+       } && test -s conftest.$ac_objext; then
 
4013
   ac_cv_prog_cxx_g=yes
 
4014
 else
 
4015
   echo "$as_me: failed program was:" >&5
 
4016
@@ -6720,17 +6446,10 @@
 
4017
   rm -f conftest.er1
 
4018
   cat conftest.err >&5
 
4019
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4020
-  (exit $ac_status); } >/dev/null; then
 
4021
-  if test -s conftest.err; then
 
4022
-    ac_cpp_err=$ac_cxx_preproc_warn_flag
 
4023
-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
 
4024
-  else
 
4025
-    ac_cpp_err=
 
4026
-  fi
 
4027
-else
 
4028
-  ac_cpp_err=yes
 
4029
-fi
 
4030
-if test -z "$ac_cpp_err"; then
 
4031
+  (exit $ac_status); } >/dev/null && {
 
4032
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
4033
+        test ! -s conftest.err
 
4034
+       }; then
 
4035
   :
 
4036
 else
 
4037
   echo "$as_me: failed program was:" >&5
 
4038
@@ -6764,17 +6483,10 @@
 
4039
   rm -f conftest.er1
 
4040
   cat conftest.err >&5
 
4041
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4042
-  (exit $ac_status); } >/dev/null; then
 
4043
-  if test -s conftest.err; then
 
4044
-    ac_cpp_err=$ac_cxx_preproc_warn_flag
 
4045
-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
 
4046
-  else
 
4047
-    ac_cpp_err=
 
4048
-  fi
 
4049
-else
 
4050
-  ac_cpp_err=yes
 
4051
-fi
 
4052
-if test -z "$ac_cpp_err"; then
 
4053
+  (exit $ac_status); } >/dev/null && {
 
4054
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
4055
+        test ! -s conftest.err
 
4056
+       }; then
 
4057
   # Broken: success on invalid input.
 
4058
 continue
 
4059
 else
 
4060
@@ -6839,17 +6551,10 @@
 
4061
   rm -f conftest.er1
 
4062
   cat conftest.err >&5
 
4063
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4064
-  (exit $ac_status); } >/dev/null; then
 
4065
-  if test -s conftest.err; then
 
4066
-    ac_cpp_err=$ac_cxx_preproc_warn_flag
 
4067
-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
 
4068
-  else
 
4069
-    ac_cpp_err=
 
4070
-  fi
 
4071
-else
 
4072
-  ac_cpp_err=yes
 
4073
-fi
 
4074
-if test -z "$ac_cpp_err"; then
 
4075
+  (exit $ac_status); } >/dev/null && {
 
4076
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
4077
+        test ! -s conftest.err
 
4078
+       }; then
 
4079
   :
 
4080
 else
 
4081
   echo "$as_me: failed program was:" >&5
 
4082
@@ -6883,17 +6588,10 @@
 
4083
   rm -f conftest.er1
 
4084
   cat conftest.err >&5
 
4085
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4086
-  (exit $ac_status); } >/dev/null; then
 
4087
-  if test -s conftest.err; then
 
4088
-    ac_cpp_err=$ac_cxx_preproc_warn_flag
 
4089
-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
 
4090
-  else
 
4091
-    ac_cpp_err=
 
4092
-  fi
 
4093
-else
 
4094
-  ac_cpp_err=yes
 
4095
-fi
 
4096
-if test -z "$ac_cpp_err"; then
 
4097
+  (exit $ac_status); } >/dev/null && {
 
4098
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
4099
+        test ! -s conftest.err
 
4100
+       }; then
 
4101
   # Broken: success on invalid input.
 
4102
 continue
 
4103
 else
 
4104
@@ -6934,7 +6632,7 @@
31631
4105
 ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31632
4106
 ac_compiler_gnu=$ac_cv_f77_compiler_gnu
31633
4107
 if test -n "$ac_tool_prefix"; then
31636
4110
   do
31637
4111
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
31638
4112
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
31639
 
@@ -6942,7 +6640,7 @@
 
4113
@@ -6952,7 +6650,7 @@
31640
4114
   IFS=$as_save_IFS
31641
4115
   test -z "$as_dir" && as_dir=.
31642
4116
   for ac_exec_ext in '' $ac_executable_extensions; do
31645
4119
     ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
31646
4120
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31647
4121
     break 2
31648
 
@@ -6968,7 +6666,7 @@
 
4122
@@ -6978,7 +6676,7 @@
31649
4123
 fi
31650
4124
 if test -z "$F77"; then
31651
4125
   ac_ct_F77=$F77
31654
4128
 do
31655
4129
   # Extract the first word of "$ac_prog", so it can be a program name with args.
31656
4130
 set dummy $ac_prog; ac_word=$2
31657
 
@@ -6986,7 +6684,7 @@
 
4131
@@ -6996,7 +6694,7 @@
31658
4132
   IFS=$as_save_IFS
31659
4133
   test -z "$as_dir" && as_dir=.
31660
4134
   for ac_exec_ext in '' $ac_executable_extensions; do
31663
4137
     ac_cv_prog_ac_ct_F77="$ac_prog"
31664
4138
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31665
4139
     break 2
31666
 
@@ -7093,27 +6791,10 @@
 
4140
@@ -7103,27 +6801,10 @@
31667
4141
   rm -f conftest.er1
31668
4142
   cat conftest.err >&5
31669
4143
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31695
4169
   ac_compiler_gnu=yes
31696
4170
 else
31697
4171
   echo "$as_me: failed program was:" >&5
31698
 
@@ -7156,27 +6837,10 @@
 
4172
@@ -7166,27 +6847,10 @@
31699
4173
   rm -f conftest.er1
31700
4174
   cat conftest.err >&5
31701
4175
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31727
4201
   ac_cv_prog_f77_g=yes
31728
4202
 else
31729
4203
   echo "$as_me: failed program was:" >&5
31730
 
@@ -7374,7 +7038,7 @@
 
4204
@@ -7384,7 +7048,7 @@
31731
4205
   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
31732
4206
   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'"
31733
4207
   ;;
31736
4210
   if test "$host_cpu" = ia64; then
31737
4211
     symcode='[ABCDGIRSTW]'
31738
4212
     lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
31739
 
@@ -7631,7 +7295,7 @@
 
4213
@@ -7641,7 +7305,7 @@
31740
4214
   IFS=$as_save_IFS
31741
4215
   test -z "$as_dir" && as_dir=.
31742
4216
   for ac_exec_ext in '' $ac_executable_extensions; do
31745
4219
     ac_cv_prog_AR="${ac_tool_prefix}ar"
31746
4220
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31747
4221
     break 2
31748
 
@@ -7671,7 +7335,7 @@
 
4222
@@ -7681,7 +7345,7 @@
31749
4223
   IFS=$as_save_IFS
31750
4224
   test -z "$as_dir" && as_dir=.
31751
4225
   for ac_exec_ext in '' $ac_executable_extensions; do
31754
4228
     ac_cv_prog_ac_ct_AR="ar"
31755
4229
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31756
4230
     break 2
31757
 
@@ -7727,7 +7391,7 @@
 
4231
@@ -7737,7 +7401,7 @@
31758
4232
   IFS=$as_save_IFS
31759
4233
   test -z "$as_dir" && as_dir=.
31760
4234
   for ac_exec_ext in '' $ac_executable_extensions; do
31763
4237
     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
31764
4238
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31765
4239
     break 2
31766
 
@@ -7767,7 +7431,7 @@
 
4240
@@ -7777,7 +7441,7 @@
31767
4241
   IFS=$as_save_IFS
31768
4242
   test -z "$as_dir" && as_dir=.
31769
4243
   for ac_exec_ext in '' $ac_executable_extensions; do
31772
4246
     ac_cv_prog_ac_ct_RANLIB="ranlib"
31773
4247
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31774
4248
     break 2
31775
 
@@ -7823,7 +7487,7 @@
 
4249
@@ -7833,7 +7497,7 @@
31776
4250
   IFS=$as_save_IFS
31777
4251
   test -z "$as_dir" && as_dir=.
31778
4252
   for ac_exec_ext in '' $ac_executable_extensions; do
31781
4255
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
31782
4256
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31783
4257
     break 2
31784
 
@@ -7863,7 +7527,7 @@
 
4258
@@ -7873,7 +7537,7 @@
31785
4259
   IFS=$as_save_IFS
31786
4260
   test -z "$as_dir" && as_dir=.
31787
4261
   for ac_exec_ext in '' $ac_executable_extensions; do
31790
4264
     ac_cv_prog_ac_ct_STRIP="strip"
31791
4265
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31792
4266
     break 2
31793
 
@@ -8180,11 +7844,11 @@
 
4267
@@ -8190,11 +7854,11 @@
31794
4268
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
31795
4269
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
31796
4270
    -e 's:$: $lt_compiler_flag:'`
31797
 
-   (eval echo "\"\$as_me:8183: $lt_compile\"" >&5)
31798
 
+   (eval echo "\"\$as_me:7847: $lt_compile\"" >&5)
 
4271
-   (eval echo "\"\$as_me:8193: $lt_compile\"" >&5)
 
4272
+   (eval echo "\"\$as_me:7857: $lt_compile\"" >&5)
31799
4273
    (eval "$lt_compile" 2>conftest.err)
31800
4274
    ac_status=$?
31801
4275
    cat conftest.err >&5
31802
 
-   echo "$as_me:8187: \$? = $ac_status" >&5
31803
 
+   echo "$as_me:7851: \$? = $ac_status" >&5
 
4276
-   echo "$as_me:8197: \$? = $ac_status" >&5
 
4277
+   echo "$as_me:7861: \$? = $ac_status" >&5
31804
4278
    if (exit $ac_status) && test -s "$ac_outfile"; then
31805
4279
      # The compiler can only warn and ignore the option if not recognized
31806
4280
      # So say no if there are warnings other than the usual output.
31807
 
@@ -8342,7 +8006,7 @@
 
4281
@@ -8352,7 +8016,7 @@
31808
4282
       lt_prog_compiler_static='-Bstatic'
31809
4283
       ;;
31810
4284
 
31813
4287
       case $cc_basename in
31814
4288
       icc* | ecc*)
31815
4289
        lt_prog_compiler_wl='-Wl,'
31816
 
@@ -8448,11 +8112,11 @@
 
4290
@@ -8458,11 +8122,11 @@
31817
4291
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
31818
4292
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
31819
4293
    -e 's:$: $lt_compiler_flag:'`
31820
 
-   (eval echo "\"\$as_me:8451: $lt_compile\"" >&5)
31821
 
+   (eval echo "\"\$as_me:8115: $lt_compile\"" >&5)
 
4294
-   (eval echo "\"\$as_me:8461: $lt_compile\"" >&5)
 
4295
+   (eval echo "\"\$as_me:8125: $lt_compile\"" >&5)
31822
4296
    (eval "$lt_compile" 2>conftest.err)
31823
4297
    ac_status=$?
31824
4298
    cat conftest.err >&5
31825
 
-   echo "$as_me:8455: \$? = $ac_status" >&5
31826
 
+   echo "$as_me:8119: \$? = $ac_status" >&5
 
4299
-   echo "$as_me:8465: \$? = $ac_status" >&5
 
4300
+   echo "$as_me:8129: \$? = $ac_status" >&5
31827
4301
    if (exit $ac_status) && test -s "$ac_outfile"; then
31828
4302
      # The compiler can only warn and ignore the option if not recognized
31829
4303
      # So say no if there are warnings other than the usual output.
31830
 
@@ -8552,11 +8216,11 @@
 
4304
@@ -8562,11 +8226,11 @@
31831
4305
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
31832
4306
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
31833
4307
    -e 's:$: $lt_compiler_flag:'`
31834
 
-   (eval echo "\"\$as_me:8555: $lt_compile\"" >&5)
31835
 
+   (eval echo "\"\$as_me:8219: $lt_compile\"" >&5)
 
4308
-   (eval echo "\"\$as_me:8565: $lt_compile\"" >&5)
 
4309
+   (eval echo "\"\$as_me:8229: $lt_compile\"" >&5)
31836
4310
    (eval "$lt_compile" 2>out/conftest.err)
31837
4311
    ac_status=$?
31838
4312
    cat out/conftest.err >&5
31839
 
-   echo "$as_me:8559: \$? = $ac_status" >&5
31840
 
+   echo "$as_me:8223: \$? = $ac_status" >&5
 
4313
-   echo "$as_me:8569: \$? = $ac_status" >&5
 
4314
+   echo "$as_me:8233: \$? = $ac_status" >&5
31841
4315
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
31842
4316
    then
31843
4317
      # The compiler can only warn and ignore the option if not recognized
31844
 
@@ -8781,7 +8445,7 @@
 
4318
@@ -8791,7 +8455,7 @@
31845
4319
       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'
31846
4320
       ;;
31847
4321
 
31850
4324
       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
31851
4325
        tmp_addflag=
31852
4326
        case $cc_basename,$host_cpu in
31853
 
@@ -8807,12 +8471,13 @@
 
4327
@@ -8817,12 +8481,13 @@
31854
4328
   $echo "local: *; };" >> $output_objdir/$libname.ver~
31855
4329
          $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
31856
4330
        fi
31865
4339
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
31866
4340
        archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
31867
4341
        wlarc=
31868
 
@@ -9032,27 +8697,11 @@
31869
 
   rm -f conftest.er1
31870
 
   cat conftest.err >&5
31871
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31872
 
-  (exit $ac_status); } &&
31873
 
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31874
 
-  { (case "(($ac_try" in
31875
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31876
 
-  *) ac_try_echo=$ac_try;;
31877
 
-esac
31878
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31879
 
-  (eval "$ac_try") 2>&5
31880
 
-  ac_status=$?
31881
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31882
 
-  (exit $ac_status); }; } &&
31883
 
-        { ac_try='test -s conftest$ac_exeext'
31884
 
-  { (case "(($ac_try" in
31885
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31886
 
-  *) ac_try_echo=$ac_try;;
31887
 
-esac
31888
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31889
 
-  (eval "$ac_try") 2>&5
31890
 
-  ac_status=$?
31891
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31892
 
-  (exit $ac_status); }; }; then
31893
 
+  (exit $ac_status); } && {
31894
 
+        test -z "$ac_c_werror_flag" ||
31895
 
+        test ! -s conftest.err
31896
 
+       } && test -s conftest$ac_exeext &&
31897
 
+       $as_test_x conftest$ac_exeext; then
31898
 
 
31899
 
 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
31900
 
 }'`
31901
 
@@ -9066,7 +8715,7 @@
31902
 
 
31903
 
 fi
31904
 
 
31905
 
-rm -f core conftest.err conftest.$ac_objext \
31906
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31907
 
       conftest$ac_exeext conftest.$ac_ext
31908
 
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
31909
 
 
31910
 
@@ -9107,27 +8756,11 @@
31911
 
   rm -f conftest.er1
31912
 
   cat conftest.err >&5
31913
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
31914
 
-  (exit $ac_status); } &&
31915
 
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31916
 
-  { (case "(($ac_try" in
31917
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31918
 
-  *) ac_try_echo=$ac_try;;
31919
 
-esac
31920
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31921
 
-  (eval "$ac_try") 2>&5
31922
 
-  ac_status=$?
31923
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31924
 
-  (exit $ac_status); }; } &&
31925
 
-        { ac_try='test -s conftest$ac_exeext'
31926
 
-  { (case "(($ac_try" in
31927
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31928
 
-  *) ac_try_echo=$ac_try;;
31929
 
-esac
31930
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31931
 
-  (eval "$ac_try") 2>&5
31932
 
-  ac_status=$?
31933
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31934
 
-  (exit $ac_status); }; }; then
31935
 
+  (exit $ac_status); } && {
31936
 
+        test -z "$ac_c_werror_flag" ||
31937
 
+        test ! -s conftest.err
31938
 
+       } && test -s conftest$ac_exeext &&
31939
 
+       $as_test_x conftest$ac_exeext; then
31940
 
 
31941
 
 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
31942
 
 }'`
31943
 
@@ -9141,7 +8774,7 @@
31944
 
 
31945
 
 fi
31946
 
 
31947
 
-rm -f core conftest.err conftest.$ac_objext \
31948
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31949
 
       conftest$ac_exeext conftest.$ac_ext
31950
 
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
31951
 
 
31952
 
@@ -9272,7 +8905,7 @@
 
4342
@@ -9042,27 +8707,11 @@
 
4343
   rm -f conftest.er1
 
4344
   cat conftest.err >&5
 
4345
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4346
-  (exit $ac_status); } &&
 
4347
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4348
-  { (case "(($ac_try" in
 
4349
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4350
-  *) ac_try_echo=$ac_try;;
 
4351
-esac
 
4352
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4353
-  (eval "$ac_try") 2>&5
 
4354
-  ac_status=$?
 
4355
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4356
-  (exit $ac_status); }; } &&
 
4357
-        { ac_try='test -s conftest$ac_exeext'
 
4358
-  { (case "(($ac_try" in
 
4359
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4360
-  *) ac_try_echo=$ac_try;;
 
4361
-esac
 
4362
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4363
-  (eval "$ac_try") 2>&5
 
4364
-  ac_status=$?
 
4365
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4366
-  (exit $ac_status); }; }; then
 
4367
+  (exit $ac_status); } && {
 
4368
+        test -z "$ac_c_werror_flag" ||
 
4369
+        test ! -s conftest.err
 
4370
+       } && test -s conftest$ac_exeext &&
 
4371
+       $as_test_x conftest$ac_exeext; then
 
4372
 
 
4373
 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
4374
 }'`
 
4375
@@ -9076,7 +8725,7 @@
 
4376
 
 
4377
 fi
 
4378
 
 
4379
-rm -f core conftest.err conftest.$ac_objext \
 
4380
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
4381
       conftest$ac_exeext conftest.$ac_ext
 
4382
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
4383
 
 
4384
@@ -9117,27 +8766,11 @@
 
4385
   rm -f conftest.er1
 
4386
   cat conftest.err >&5
 
4387
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4388
-  (exit $ac_status); } &&
 
4389
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4390
-  { (case "(($ac_try" in
 
4391
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4392
-  *) ac_try_echo=$ac_try;;
 
4393
-esac
 
4394
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4395
-  (eval "$ac_try") 2>&5
 
4396
-  ac_status=$?
 
4397
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4398
-  (exit $ac_status); }; } &&
 
4399
-        { ac_try='test -s conftest$ac_exeext'
 
4400
-  { (case "(($ac_try" in
 
4401
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4402
-  *) ac_try_echo=$ac_try;;
 
4403
-esac
 
4404
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4405
-  (eval "$ac_try") 2>&5
 
4406
-  ac_status=$?
 
4407
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4408
-  (exit $ac_status); }; }; then
 
4409
+  (exit $ac_status); } && {
 
4410
+        test -z "$ac_c_werror_flag" ||
 
4411
+        test ! -s conftest.err
 
4412
+       } && test -s conftest$ac_exeext &&
 
4413
+       $as_test_x conftest$ac_exeext; then
 
4414
 
 
4415
 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
4416
 }'`
 
4417
@@ -9151,7 +8784,7 @@
 
4418
 
 
4419
 fi
 
4420
 
 
4421
-rm -f core conftest.err conftest.$ac_objext \
 
4422
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
4423
       conftest$ac_exeext conftest.$ac_ext
 
4424
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
4425
 
 
4426
@@ -9282,7 +8915,7 @@
31953
4427
       ;;
31954
4428
 
31955
4429
     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
31958
4432
       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
31959
4433
       hardcode_libdir_flag_spec='-R$libdir'
31960
4434
       hardcode_direct=yes
31961
 
@@ -9374,7 +9007,7 @@
 
4435
@@ -9384,7 +9017,7 @@
31962
4436
       link_all_deplibs=yes
31963
4437
       ;;
31964
4438
 
31967
4441
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
31968
4442
        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
31969
4443
       else
31970
 
@@ -9864,18 +9497,6 @@
 
4444
@@ -9874,18 +9507,6 @@
31971
4445
   dynamic_linker=no
31972
4446
   ;;
31973
4447
 
31986
4460
 freebsd* | dragonfly*)
31987
4461
   # DragonFly does not have aout.  When/if they implement a new
31988
4462
   # versioning mechanism, adjust this.
31989
 
@@ -10031,7 +9652,7 @@
 
4463
@@ -10041,7 +9662,7 @@
31990
4464
   ;;
31991
4465
 
31992
4466
 # This must be Linux ELF.
31995
4469
   version_type=linux
31996
4470
   need_lib_prefix=no
31997
4471
   need_version=no
31998
 
@@ -10045,31 +9666,10 @@
 
4472
@@ -10055,31 +9676,10 @@
31999
4473
   # before this can be enabled.
32000
4474
   hardcode_into_libs=yes
32001
4475
 
32003
4477
-  libsuff=
32004
4478
-  case "$host_cpu" in
32005
4479
-  x86_64*|s390x*|powerpc64*)
32006
 
-    echo '#line 10052 "configure"' > conftest.$ac_ext
 
4480
-    echo '#line 10062 "configure"' > conftest.$ac_ext
32007
4481
-    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32008
4482
-  (eval $ac_compile) 2>&5
32009
4483
-  ac_status=$?
32028
4502
   fi
32029
4503
 
32030
4504
   # We used to test for /lib/ld.so.1 and disable shared libraries on
32031
 
@@ -10081,7 +9681,7 @@
 
4505
@@ -10091,7 +9691,7 @@
32032
4506
   dynamic_linker='GNU/Linux ld.so'
32033
4507
   ;;
32034
4508
 
32037
4511
   version_type=linux
32038
4512
   need_lib_prefix=no
32039
4513
   need_version=no
32040
 
@@ -10090,7 +9690,7 @@
 
4514
@@ -10100,7 +9700,7 @@
32041
4515
   shlibpath_var=LD_LIBRARY_PATH
32042
4516
   shlibpath_overrides_runpath=no
32043
4517
   hardcode_into_libs=yes
32046
4520
   ;;
32047
4521
 
32048
4522
 netbsd*)
32049
 
@@ -10410,27 +10010,11 @@
 
4523
@@ -10420,27 +10020,11 @@
32050
4524
   rm -f conftest.er1
32051
4525
   cat conftest.err >&5
32052
4526
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32079
4553
   ac_cv_lib_dl_dlopen=yes
32080
4554
 else
32081
4555
   echo "$as_me: failed program was:" >&5
32082
 
@@ -10439,7 +10023,7 @@
 
4556
@@ -10449,7 +10033,7 @@
32083
4557
        ac_cv_lib_dl_dlopen=no
32084
4558
 fi
32085
4559
 
32088
4562
       conftest$ac_exeext conftest.$ac_ext
32089
4563
 LIBS=$ac_check_lib_save_LIBS
32090
4564
 fi
32091
 
@@ -10521,27 +10105,11 @@
 
4565
@@ -10531,27 +10115,11 @@
32092
4566
   rm -f conftest.er1
32093
4567
   cat conftest.err >&5
32094
4568
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32121
4595
   ac_cv_func_shl_load=yes
32122
4596
 else
32123
4597
   echo "$as_me: failed program was:" >&5
32124
 
@@ -10550,7 +10118,7 @@
 
4598
@@ -10560,7 +10128,7 @@
32125
4599
        ac_cv_func_shl_load=no
32126
4600
 fi
32127
4601
 
32130
4604
       conftest$ac_exeext conftest.$ac_ext
32131
4605
 fi
32132
4606
 { echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
32133
 
@@ -10600,27 +10168,11 @@
 
4607
@@ -10610,27 +10178,11 @@
32134
4608
   rm -f conftest.er1
32135
4609
   cat conftest.err >&5
32136
4610
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32163
4637
   ac_cv_lib_dld_shl_load=yes
32164
4638
 else
32165
4639
   echo "$as_me: failed program was:" >&5
32166
 
@@ -10629,7 +10181,7 @@
 
4640
@@ -10639,7 +10191,7 @@
32167
4641
        ac_cv_lib_dld_shl_load=no
32168
4642
 fi
32169
4643
 
32172
4646
       conftest$ac_exeext conftest.$ac_ext
32173
4647
 LIBS=$ac_check_lib_save_LIBS
32174
4648
 fi
32175
 
@@ -10701,27 +10253,11 @@
 
4649
@@ -10711,27 +10263,11 @@
32176
4650
   rm -f conftest.er1
32177
4651
   cat conftest.err >&5
32178
4652
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32205
4679
   ac_cv_func_dlopen=yes
32206
4680
 else
32207
4681
   echo "$as_me: failed program was:" >&5
32208
 
@@ -10730,7 +10266,7 @@
 
4682
@@ -10740,7 +10276,7 @@
32209
4683
        ac_cv_func_dlopen=no
32210
4684
 fi
32211
4685
 
32214
4688
       conftest$ac_exeext conftest.$ac_ext
32215
4689
 fi
32216
4690
 { echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
32217
 
@@ -10780,27 +10316,11 @@
 
4691
@@ -10790,27 +10326,11 @@
32218
4692
   rm -f conftest.er1
32219
4693
   cat conftest.err >&5
32220
4694
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32247
4721
   ac_cv_lib_dl_dlopen=yes
32248
4722
 else
32249
4723
   echo "$as_me: failed program was:" >&5
32250
 
@@ -10809,7 +10329,7 @@
 
4724
@@ -10819,7 +10339,7 @@
32251
4725
        ac_cv_lib_dl_dlopen=no
32252
4726
 fi
32253
4727
 
32256
4730
       conftest$ac_exeext conftest.$ac_ext
32257
4731
 LIBS=$ac_check_lib_save_LIBS
32258
4732
 fi
32259
 
@@ -10860,27 +10380,11 @@
 
4733
@@ -10870,27 +10390,11 @@
32260
4734
   rm -f conftest.er1
32261
4735
   cat conftest.err >&5
32262
4736
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32289
4763
   ac_cv_lib_svld_dlopen=yes
32290
4764
 else
32291
4765
   echo "$as_me: failed program was:" >&5
32292
 
@@ -10889,7 +10393,7 @@
 
4766
@@ -10899,7 +10403,7 @@
32293
4767
        ac_cv_lib_svld_dlopen=no
32294
4768
 fi
32295
4769
 
32298
4772
       conftest$ac_exeext conftest.$ac_ext
32299
4773
 LIBS=$ac_check_lib_save_LIBS
32300
4774
 fi
32301
 
@@ -10940,27 +10444,11 @@
 
4775
@@ -10950,27 +10454,11 @@
32302
4776
   rm -f conftest.er1
32303
4777
   cat conftest.err >&5
32304
4778
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32331
4805
   ac_cv_lib_dld_dld_link=yes
32332
4806
 else
32333
4807
   echo "$as_me: failed program was:" >&5
32334
 
@@ -10969,7 +10457,7 @@
 
4808
@@ -10979,7 +10467,7 @@
32335
4809
        ac_cv_lib_dld_dld_link=no
32336
4810
 fi
32337
4811
 
32340
4814
       conftest$ac_exeext conftest.$ac_ext
32341
4815
 LIBS=$ac_check_lib_save_LIBS
32342
4816
 fi
32343
 
@@ -11025,7 +10513,7 @@
32344
 
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
32345
 
   lt_status=$lt_dlunknown
32346
 
   cat > conftest.$ac_ext <<EOF
32347
 
-#line 11028 "configure"
32348
 
+#line 10516 "configure"
32349
 
 #include "confdefs.h"
32350
 
 
32351
 
 #if HAVE_DLFCN_H
32352
 
@@ -11125,7 +10613,7 @@
32353
 
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
32354
 
   lt_status=$lt_dlunknown
32355
 
   cat > conftest.$ac_ext <<EOF
32356
 
-#line 11128 "configure"
32357
 
+#line 10616 "configure"
32358
 
 #include "confdefs.h"
32359
 
 
32360
 
 #if HAVE_DLFCN_H
32361
 
@@ -12212,27 +11700,11 @@
32362
 
   rm -f conftest.er1
32363
 
   cat conftest.err >&5
32364
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32365
 
-  (exit $ac_status); } &&
32366
 
-        { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32367
 
-  { (case "(($ac_try" in
32368
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32369
 
-  *) ac_try_echo=$ac_try;;
32370
 
-esac
32371
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32372
 
-  (eval "$ac_try") 2>&5
32373
 
-  ac_status=$?
32374
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32375
 
-  (exit $ac_status); }; } &&
32376
 
-        { ac_try='test -s conftest$ac_exeext'
32377
 
-  { (case "(($ac_try" in
32378
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32379
 
-  *) ac_try_echo=$ac_try;;
32380
 
-esac
32381
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32382
 
-  (eval "$ac_try") 2>&5
32383
 
-  ac_status=$?
32384
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32385
 
-  (exit $ac_status); }; }; then
32386
 
+  (exit $ac_status); } && {
32387
 
+        test -z "$ac_cxx_werror_flag" ||
32388
 
+        test ! -s conftest.err
32389
 
+       } && test -s conftest$ac_exeext &&
32390
 
+       $as_test_x conftest$ac_exeext; then
32391
 
 
32392
 
 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
32393
 
 }'`
32394
 
@@ -12246,7 +11718,7 @@
32395
 
 
32396
 
 fi
32397
 
 
32398
 
-rm -f core conftest.err conftest.$ac_objext \
32399
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32400
 
       conftest$ac_exeext conftest.$ac_ext
32401
 
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
32402
 
 
32403
 
@@ -12288,27 +11760,11 @@
32404
 
   rm -f conftest.er1
32405
 
   cat conftest.err >&5
32406
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32407
 
-  (exit $ac_status); } &&
32408
 
-        { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32409
 
-  { (case "(($ac_try" in
32410
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32411
 
-  *) ac_try_echo=$ac_try;;
32412
 
-esac
32413
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32414
 
-  (eval "$ac_try") 2>&5
32415
 
-  ac_status=$?
32416
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32417
 
-  (exit $ac_status); }; } &&
32418
 
-        { ac_try='test -s conftest$ac_exeext'
32419
 
-  { (case "(($ac_try" in
32420
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32421
 
-  *) ac_try_echo=$ac_try;;
32422
 
-esac
32423
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32424
 
-  (eval "$ac_try") 2>&5
32425
 
-  ac_status=$?
32426
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32427
 
-  (exit $ac_status); }; }; then
32428
 
+  (exit $ac_status); } && {
32429
 
+        test -z "$ac_cxx_werror_flag" ||
32430
 
+        test ! -s conftest.err
32431
 
+       } && test -s conftest$ac_exeext &&
32432
 
+       $as_test_x conftest$ac_exeext; then
32433
 
 
32434
 
 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
32435
 
 }'`
32436
 
@@ -12322,7 +11778,7 @@
32437
 
 
32438
 
 fi
32439
 
 
32440
 
-rm -f core conftest.err conftest.$ac_objext \
32441
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32442
 
       conftest$ac_exeext conftest.$ac_ext
32443
 
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
32444
 
 
32445
 
@@ -12470,7 +11926,7 @@
 
4817
@@ -11035,7 +10523,7 @@
 
4818
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
4819
   lt_status=$lt_dlunknown
 
4820
   cat > conftest.$ac_ext <<EOF
 
4821
-#line 11038 "configure"
 
4822
+#line 10526 "configure"
 
4823
 #include "confdefs.h"
 
4824
 
 
4825
 #if HAVE_DLFCN_H
 
4826
@@ -11135,7 +10623,7 @@
 
4827
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
4828
   lt_status=$lt_dlunknown
 
4829
   cat > conftest.$ac_ext <<EOF
 
4830
-#line 11138 "configure"
 
4831
+#line 10626 "configure"
 
4832
 #include "confdefs.h"
 
4833
 
 
4834
 #if HAVE_DLFCN_H
 
4835
@@ -12222,27 +11710,11 @@
 
4836
   rm -f conftest.er1
 
4837
   cat conftest.err >&5
 
4838
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4839
-  (exit $ac_status); } &&
 
4840
-        { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
 
4841
-  { (case "(($ac_try" in
 
4842
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4843
-  *) ac_try_echo=$ac_try;;
 
4844
-esac
 
4845
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4846
-  (eval "$ac_try") 2>&5
 
4847
-  ac_status=$?
 
4848
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4849
-  (exit $ac_status); }; } &&
 
4850
-        { ac_try='test -s conftest$ac_exeext'
 
4851
-  { (case "(($ac_try" in
 
4852
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4853
-  *) ac_try_echo=$ac_try;;
 
4854
-esac
 
4855
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4856
-  (eval "$ac_try") 2>&5
 
4857
-  ac_status=$?
 
4858
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4859
-  (exit $ac_status); }; }; then
 
4860
+  (exit $ac_status); } && {
 
4861
+        test -z "$ac_cxx_werror_flag" ||
 
4862
+        test ! -s conftest.err
 
4863
+       } && test -s conftest$ac_exeext &&
 
4864
+       $as_test_x conftest$ac_exeext; then
 
4865
 
 
4866
 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
4867
 }'`
 
4868
@@ -12256,7 +11728,7 @@
 
4869
 
 
4870
 fi
 
4871
 
 
4872
-rm -f core conftest.err conftest.$ac_objext \
 
4873
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
4874
       conftest$ac_exeext conftest.$ac_ext
 
4875
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
4876
 
 
4877
@@ -12298,27 +11770,11 @@
 
4878
   rm -f conftest.er1
 
4879
   cat conftest.err >&5
 
4880
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4881
-  (exit $ac_status); } &&
 
4882
-        { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
 
4883
-  { (case "(($ac_try" in
 
4884
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4885
-  *) ac_try_echo=$ac_try;;
 
4886
-esac
 
4887
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4888
-  (eval "$ac_try") 2>&5
 
4889
-  ac_status=$?
 
4890
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4891
-  (exit $ac_status); }; } &&
 
4892
-        { ac_try='test -s conftest$ac_exeext'
 
4893
-  { (case "(($ac_try" in
 
4894
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4895
-  *) ac_try_echo=$ac_try;;
 
4896
-esac
 
4897
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4898
-  (eval "$ac_try") 2>&5
 
4899
-  ac_status=$?
 
4900
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4901
-  (exit $ac_status); }; }; then
 
4902
+  (exit $ac_status); } && {
 
4903
+        test -z "$ac_cxx_werror_flag" ||
 
4904
+        test ! -s conftest.err
 
4905
+       } && test -s conftest$ac_exeext &&
 
4906
+       $as_test_x conftest$ac_exeext; then
 
4907
 
 
4908
 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
4909
 }'`
 
4910
@@ -12332,7 +11788,7 @@
 
4911
 
 
4912
 fi
 
4913
 
 
4914
-rm -f core conftest.err conftest.$ac_objext \
 
4915
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
4916
       conftest$ac_exeext conftest.$ac_ext
 
4917
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
4918
 
 
4919
@@ -12480,7 +11936,7 @@
32446
4920
   freebsd-elf*)
32447
4921
     archive_cmds_need_lc_CXX=no
32448
4922
     ;;
32451
4925
     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
32452
4926
     # conventions
32453
4927
     ld_shlibs_CXX=yes
32454
 
@@ -12629,7 +12085,7 @@
 
4928
@@ -12639,7 +12095,7 @@
32455
4929
     hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
32456
4930
     hardcode_libdir_separator_CXX=:
32457
4931
     ;;
32460
4934
     case $cc_basename in
32461
4935
       KCC*)
32462
4936
        # Kuck and Associates, Inc. (KAI) C++ Compiler
32463
 
@@ -12731,7 +12187,7 @@
 
4937
@@ -12741,7 +12197,7 @@
32464
4938
        ;;
32465
4939
     esac
32466
4940
     ;;
32469
4943
     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
32470
4944
       archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
32471
4945
       wlarc=
32472
 
@@ -13298,7 +12754,7 @@
 
4946
@@ -13308,7 +12764,7 @@
32473
4947
            ;;
32474
4948
        esac
32475
4949
        ;;
32478
4952
        # FreeBSD uses GNU C++
32479
4953
        ;;
32480
4954
       hpux9* | hpux10* | hpux11*)
32481
 
@@ -13341,7 +12797,7 @@
 
4955
@@ -13351,7 +12807,7 @@
32482
4956
            ;;
32483
4957
        esac
32484
4958
        ;;
32487
4961
        case $cc_basename in
32488
4962
          KCC*)
32489
4963
            # KAI C++ Compiler
32490
 
@@ -13384,7 +12840,7 @@
 
4964
@@ -13394,7 +12850,7 @@
32491
4965
            ;;
32492
4966
        esac
32493
4967
        ;;
32496
4970
        ;;
32497
4971
       osf3* | osf4* | osf5*)
32498
4972
        case $cc_basename in
32499
 
@@ -13493,11 +12949,11 @@
 
4973
@@ -13503,11 +12959,11 @@
32500
4974
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
32501
4975
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
32502
4976
    -e 's:$: $lt_compiler_flag:'`
32503
 
-   (eval echo "\"\$as_me:13496: $lt_compile\"" >&5)
32504
 
+   (eval echo "\"\$as_me:12952: $lt_compile\"" >&5)
 
4977
-   (eval echo "\"\$as_me:13506: $lt_compile\"" >&5)
 
4978
+   (eval echo "\"\$as_me:12962: $lt_compile\"" >&5)
32505
4979
    (eval "$lt_compile" 2>conftest.err)
32506
4980
    ac_status=$?
32507
4981
    cat conftest.err >&5
32508
 
-   echo "$as_me:13500: \$? = $ac_status" >&5
32509
 
+   echo "$as_me:12956: \$? = $ac_status" >&5
 
4982
-   echo "$as_me:13510: \$? = $ac_status" >&5
 
4983
+   echo "$as_me:12966: \$? = $ac_status" >&5
32510
4984
    if (exit $ac_status) && test -s "$ac_outfile"; then
32511
4985
      # The compiler can only warn and ignore the option if not recognized
32512
4986
      # So say no if there are warnings other than the usual output.
32513
 
@@ -13597,11 +13053,11 @@
 
4987
@@ -13607,11 +13063,11 @@
32514
4988
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
32515
4989
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
32516
4990
    -e 's:$: $lt_compiler_flag:'`
32517
 
-   (eval echo "\"\$as_me:13600: $lt_compile\"" >&5)
32518
 
+   (eval echo "\"\$as_me:13056: $lt_compile\"" >&5)
 
4991
-   (eval echo "\"\$as_me:13610: $lt_compile\"" >&5)
 
4992
+   (eval echo "\"\$as_me:13066: $lt_compile\"" >&5)
32519
4993
    (eval "$lt_compile" 2>out/conftest.err)
32520
4994
    ac_status=$?
32521
4995
    cat out/conftest.err >&5
32522
 
-   echo "$as_me:13604: \$? = $ac_status" >&5
32523
 
+   echo "$as_me:13060: \$? = $ac_status" >&5
 
4996
-   echo "$as_me:13614: \$? = $ac_status" >&5
 
4997
+   echo "$as_me:13070: \$? = $ac_status" >&5
32524
4998
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
32525
4999
    then
32526
5000
      # The compiler can only warn and ignore the option if not recognized
32527
 
@@ -13669,6 +13125,9 @@
 
5001
@@ -13679,6 +13135,9 @@
32528
5002
   cygwin* | mingw*)
32529
5003
     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'
32530
5004
   ;;
32534
5008
   *)
32535
5009
     export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
32536
5010
   ;;
32537
 
@@ -13948,18 +13407,6 @@
 
5011
@@ -13958,18 +13417,6 @@
32538
5012
   dynamic_linker=no
32539
5013
   ;;
32540
5014
 
32553
5027
 freebsd* | dragonfly*)
32554
5028
   # DragonFly does not have aout.  When/if they implement a new
32555
5029
   # versioning mechanism, adjust this.
32556
 
@@ -14115,7 +13562,7 @@
 
5030
@@ -14125,7 +13572,7 @@
32557
5031
   ;;
32558
5032
 
32559
5033
 # This must be Linux ELF.
32562
5036
   version_type=linux
32563
5037
   need_lib_prefix=no
32564
5038
   need_version=no
32565
 
@@ -14129,31 +13576,10 @@
 
5039
@@ -14139,31 +13586,10 @@
32566
5040
   # before this can be enabled.
32567
5041
   hardcode_into_libs=yes
32568
5042
 
32570
5044
-  libsuff=
32571
5045
-  case "$host_cpu" in
32572
5046
-  x86_64*|s390x*|powerpc64*)
32573
 
-    echo '#line 14136 "configure"' > conftest.$ac_ext
 
5047
-    echo '#line 14146 "configure"' > conftest.$ac_ext
32574
5048
-    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32575
5049
-  (eval $ac_compile) 2>&5
32576
5050
-  ac_status=$?
32595
5069
   fi
32596
5070
 
32597
5071
   # We used to test for /lib/ld.so.1 and disable shared libraries on
32598
 
@@ -14165,7 +13591,7 @@
 
5072
@@ -14175,7 +13601,7 @@
32599
5073
   dynamic_linker='GNU/Linux ld.so'
32600
5074
   ;;
32601
5075
 
32604
5078
   version_type=linux
32605
5079
   need_lib_prefix=no
32606
5080
   need_version=no
32607
 
@@ -14174,7 +13600,7 @@
 
5081
@@ -14184,7 +13610,7 @@
32608
5082
   shlibpath_var=LD_LIBRARY_PATH
32609
5083
   shlibpath_overrides_runpath=no
32610
5084
   hardcode_into_libs=yes
32613
5087
   ;;
32614
5088
 
32615
5089
 netbsd*)
32616
 
@@ -15082,7 +14508,7 @@
 
5090
@@ -15092,7 +14518,7 @@
32617
5091
       lt_prog_compiler_static_F77='-Bstatic'
32618
5092
       ;;
32619
5093
 
32622
5096
       case $cc_basename in
32623
5097
       icc* | ecc*)
32624
5098
        lt_prog_compiler_wl_F77='-Wl,'
32625
 
@@ -15188,11 +14614,11 @@
 
5099
@@ -15198,11 +14624,11 @@
32626
5100
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
32627
5101
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
32628
5102
    -e 's:$: $lt_compiler_flag:'`
32629
 
-   (eval echo "\"\$as_me:15191: $lt_compile\"" >&5)
32630
 
+   (eval echo "\"\$as_me:14617: $lt_compile\"" >&5)
 
5103
-   (eval echo "\"\$as_me:15201: $lt_compile\"" >&5)
 
5104
+   (eval echo "\"\$as_me:14627: $lt_compile\"" >&5)
32631
5105
    (eval "$lt_compile" 2>conftest.err)
32632
5106
    ac_status=$?
32633
5107
    cat conftest.err >&5
32634
 
-   echo "$as_me:15195: \$? = $ac_status" >&5
32635
 
+   echo "$as_me:14621: \$? = $ac_status" >&5
 
5108
-   echo "$as_me:15205: \$? = $ac_status" >&5
 
5109
+   echo "$as_me:14631: \$? = $ac_status" >&5
32636
5110
    if (exit $ac_status) && test -s "$ac_outfile"; then
32637
5111
      # The compiler can only warn and ignore the option if not recognized
32638
5112
      # So say no if there are warnings other than the usual output.
32639
 
@@ -15292,11 +14718,11 @@
 
5113
@@ -15302,11 +14728,11 @@
32640
5114
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
32641
5115
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
32642
5116
    -e 's:$: $lt_compiler_flag:'`
32643
 
-   (eval echo "\"\$as_me:15295: $lt_compile\"" >&5)
32644
 
+   (eval echo "\"\$as_me:14721: $lt_compile\"" >&5)
 
5117
-   (eval echo "\"\$as_me:15305: $lt_compile\"" >&5)
 
5118
+   (eval echo "\"\$as_me:14731: $lt_compile\"" >&5)
32645
5119
    (eval "$lt_compile" 2>out/conftest.err)
32646
5120
    ac_status=$?
32647
5121
    cat out/conftest.err >&5
32648
 
-   echo "$as_me:15299: \$? = $ac_status" >&5
32649
 
+   echo "$as_me:14725: \$? = $ac_status" >&5
 
5122
-   echo "$as_me:15309: \$? = $ac_status" >&5
 
5123
+   echo "$as_me:14735: \$? = $ac_status" >&5
32650
5124
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
32651
5125
    then
32652
5126
      # The compiler can only warn and ignore the option if not recognized
32653
 
@@ -15521,7 +14947,7 @@
 
5127
@@ -15531,7 +14957,7 @@
32654
5128
       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'
32655
5129
       ;;
32656
5130
 
32659
5133
       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
32660
5134
        tmp_addflag=
32661
5135
        case $cc_basename,$host_cpu in
32662
 
@@ -15547,12 +14973,13 @@
 
5136
@@ -15557,12 +14983,13 @@
32663
5137
   $echo "local: *; };" >> $output_objdir/$libname.ver~
32664
5138
          $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
32665
5139
        fi
32674
5148
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
32675
5149
        archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
32676
5150
        wlarc=
32677
 
@@ -15762,27 +15189,11 @@
32678
 
   rm -f conftest.er1
32679
 
   cat conftest.err >&5
32680
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32681
 
-  (exit $ac_status); } &&
32682
 
-        { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
32683
 
-  { (case "(($ac_try" in
32684
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32685
 
-  *) ac_try_echo=$ac_try;;
32686
 
-esac
32687
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32688
 
-  (eval "$ac_try") 2>&5
32689
 
-  ac_status=$?
32690
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32691
 
-  (exit $ac_status); }; } &&
32692
 
-        { ac_try='test -s conftest$ac_exeext'
32693
 
-  { (case "(($ac_try" in
32694
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32695
 
-  *) ac_try_echo=$ac_try;;
32696
 
-esac
32697
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32698
 
-  (eval "$ac_try") 2>&5
32699
 
-  ac_status=$?
32700
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32701
 
-  (exit $ac_status); }; }; then
32702
 
+  (exit $ac_status); } && {
32703
 
+        test -z "$ac_f77_werror_flag" ||
32704
 
+        test ! -s conftest.err
32705
 
+       } && test -s conftest$ac_exeext &&
32706
 
+       $as_test_x conftest$ac_exeext; then
32707
 
 
32708
 
 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
32709
 
 }'`
32710
 
@@ -15796,7 +15207,7 @@
32711
 
 
32712
 
 fi
32713
 
 
32714
 
-rm -f core conftest.err conftest.$ac_objext \
32715
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32716
 
       conftest$ac_exeext conftest.$ac_ext
32717
 
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
32718
 
 
32719
 
@@ -15827,27 +15238,11 @@
32720
 
   rm -f conftest.er1
32721
 
   cat conftest.err >&5
32722
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32723
 
-  (exit $ac_status); } &&
32724
 
-        { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
32725
 
-  { (case "(($ac_try" in
32726
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32727
 
-  *) ac_try_echo=$ac_try;;
32728
 
-esac
32729
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32730
 
-  (eval "$ac_try") 2>&5
32731
 
-  ac_status=$?
32732
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32733
 
-  (exit $ac_status); }; } &&
32734
 
-        { ac_try='test -s conftest$ac_exeext'
32735
 
-  { (case "(($ac_try" in
32736
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32737
 
-  *) ac_try_echo=$ac_try;;
32738
 
-esac
32739
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32740
 
-  (eval "$ac_try") 2>&5
32741
 
-  ac_status=$?
32742
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32743
 
-  (exit $ac_status); }; }; then
32744
 
+  (exit $ac_status); } && {
32745
 
+        test -z "$ac_f77_werror_flag" ||
32746
 
+        test ! -s conftest.err
32747
 
+       } && test -s conftest$ac_exeext &&
32748
 
+       $as_test_x conftest$ac_exeext; then
32749
 
 
32750
 
 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
32751
 
 }'`
32752
 
@@ -15861,7 +15256,7 @@
32753
 
 
32754
 
 fi
32755
 
 
32756
 
-rm -f core conftest.err conftest.$ac_objext \
32757
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32758
 
       conftest$ac_exeext conftest.$ac_ext
32759
 
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
32760
 
 
32761
 
@@ -15992,7 +15387,7 @@
 
5151
@@ -15772,27 +15199,11 @@
 
5152
   rm -f conftest.er1
 
5153
   cat conftest.err >&5
 
5154
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5155
-  (exit $ac_status); } &&
 
5156
-        { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
 
5157
-  { (case "(($ac_try" in
 
5158
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5159
-  *) ac_try_echo=$ac_try;;
 
5160
-esac
 
5161
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5162
-  (eval "$ac_try") 2>&5
 
5163
-  ac_status=$?
 
5164
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5165
-  (exit $ac_status); }; } &&
 
5166
-        { ac_try='test -s conftest$ac_exeext'
 
5167
-  { (case "(($ac_try" in
 
5168
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5169
-  *) ac_try_echo=$ac_try;;
 
5170
-esac
 
5171
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5172
-  (eval "$ac_try") 2>&5
 
5173
-  ac_status=$?
 
5174
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5175
-  (exit $ac_status); }; }; then
 
5176
+  (exit $ac_status); } && {
 
5177
+        test -z "$ac_f77_werror_flag" ||
 
5178
+        test ! -s conftest.err
 
5179
+       } && test -s conftest$ac_exeext &&
 
5180
+       $as_test_x conftest$ac_exeext; then
 
5181
 
 
5182
 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
5183
 }'`
 
5184
@@ -15806,7 +15217,7 @@
 
5185
 
 
5186
 fi
 
5187
 
 
5188
-rm -f core conftest.err conftest.$ac_objext \
 
5189
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
5190
       conftest$ac_exeext conftest.$ac_ext
 
5191
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
5192
 
 
5193
@@ -15837,27 +15248,11 @@
 
5194
   rm -f conftest.er1
 
5195
   cat conftest.err >&5
 
5196
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5197
-  (exit $ac_status); } &&
 
5198
-        { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
 
5199
-  { (case "(($ac_try" in
 
5200
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5201
-  *) ac_try_echo=$ac_try;;
 
5202
-esac
 
5203
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5204
-  (eval "$ac_try") 2>&5
 
5205
-  ac_status=$?
 
5206
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5207
-  (exit $ac_status); }; } &&
 
5208
-        { ac_try='test -s conftest$ac_exeext'
 
5209
-  { (case "(($ac_try" in
 
5210
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5211
-  *) ac_try_echo=$ac_try;;
 
5212
-esac
 
5213
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5214
-  (eval "$ac_try") 2>&5
 
5215
-  ac_status=$?
 
5216
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5217
-  (exit $ac_status); }; }; then
 
5218
+  (exit $ac_status); } && {
 
5219
+        test -z "$ac_f77_werror_flag" ||
 
5220
+        test ! -s conftest.err
 
5221
+       } && test -s conftest$ac_exeext &&
 
5222
+       $as_test_x conftest$ac_exeext; then
 
5223
 
 
5224
 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
5225
 }'`
 
5226
@@ -15871,7 +15266,7 @@
 
5227
 
 
5228
 fi
 
5229
 
 
5230
-rm -f core conftest.err conftest.$ac_objext \
 
5231
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
5232
       conftest$ac_exeext conftest.$ac_ext
 
5233
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
5234
 
 
5235
@@ -16002,7 +15397,7 @@
32762
5236
       ;;
32763
5237
 
32764
5238
     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
32767
5241
       archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
32768
5242
       hardcode_libdir_flag_spec_F77='-R$libdir'
32769
5243
       hardcode_direct_F77=yes
32770
 
@@ -16094,7 +15489,7 @@
 
5244
@@ -16104,7 +15499,7 @@
32771
5245
       link_all_deplibs_F77=yes
32772
5246
       ;;
32773
5247
 
32776
5250
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
32777
5251
        archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
32778
5252
       else
32779
 
@@ -16584,18 +15979,6 @@
 
5253
@@ -16594,18 +15989,6 @@
32780
5254
   dynamic_linker=no
32781
5255
   ;;
32782
5256
 
32795
5269
 freebsd* | dragonfly*)
32796
5270
   # DragonFly does not have aout.  When/if they implement a new
32797
5271
   # versioning mechanism, adjust this.
32798
 
@@ -16751,7 +16134,7 @@
 
5272
@@ -16761,7 +16144,7 @@
32799
5273
   ;;
32800
5274
 
32801
5275
 # This must be Linux ELF.
32804
5278
   version_type=linux
32805
5279
   need_lib_prefix=no
32806
5280
   need_version=no
32807
 
@@ -16765,31 +16148,10 @@
 
5281
@@ -16775,31 +16158,10 @@
32808
5282
   # before this can be enabled.
32809
5283
   hardcode_into_libs=yes
32810
5284
 
32812
5286
-  libsuff=
32813
5287
-  case "$host_cpu" in
32814
5288
-  x86_64*|s390x*|powerpc64*)
32815
 
-    echo '#line 16772 "configure"' > conftest.$ac_ext
 
5289
-    echo '#line 16782 "configure"' > conftest.$ac_ext
32816
5290
-    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32817
5291
-  (eval $ac_compile) 2>&5
32818
5292
-  ac_status=$?
32837
5311
   fi
32838
5312
 
32839
5313
   # We used to test for /lib/ld.so.1 and disable shared libraries on
32840
 
@@ -16801,7 +16163,7 @@
 
5314
@@ -16811,7 +16173,7 @@
32841
5315
   dynamic_linker='GNU/Linux ld.so'
32842
5316
   ;;
32843
5317
 
32846
5320
   version_type=linux
32847
5321
   need_lib_prefix=no
32848
5322
   need_version=no
32849
 
@@ -16810,7 +16172,7 @@
 
5323
@@ -16820,7 +16182,7 @@
32850
5324
   shlibpath_var=LD_LIBRARY_PATH
32851
5325
   shlibpath_overrides_runpath=no
32852
5326
   hardcode_into_libs=yes
32855
5329
   ;;
32856
5330
 
32857
5331
 netbsd*)
32858
 
@@ -17543,11 +16905,11 @@
 
5332
@@ -17553,11 +16915,11 @@
32859
5333
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
32860
5334
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
32861
5335
    -e 's:$: $lt_compiler_flag:'`
32862
 
-   (eval echo "\"\$as_me:17546: $lt_compile\"" >&5)
32863
 
+   (eval echo "\"\$as_me:16908: $lt_compile\"" >&5)
 
5336
-   (eval echo "\"\$as_me:17556: $lt_compile\"" >&5)
 
5337
+   (eval echo "\"\$as_me:16918: $lt_compile\"" >&5)
32864
5338
    (eval "$lt_compile" 2>conftest.err)
32865
5339
    ac_status=$?
32866
5340
    cat conftest.err >&5
32867
 
-   echo "$as_me:17550: \$? = $ac_status" >&5
32868
 
+   echo "$as_me:16912: \$? = $ac_status" >&5
 
5341
-   echo "$as_me:17560: \$? = $ac_status" >&5
 
5342
+   echo "$as_me:16922: \$? = $ac_status" >&5
32869
5343
    if (exit $ac_status) && test -s "$ac_outfile"; then
32870
5344
      # The compiler can only warn and ignore the option if not recognized
32871
5345
      # So say no if there are warnings other than the usual output.
32872
 
@@ -17705,7 +17067,7 @@
 
5346
@@ -17715,7 +17077,7 @@
32873
5347
       lt_prog_compiler_static_GCJ='-Bstatic'
32874
5348
       ;;
32875
5349
 
32878
5352
       case $cc_basename in
32879
5353
       icc* | ecc*)
32880
5354
        lt_prog_compiler_wl_GCJ='-Wl,'
32881
 
@@ -17811,11 +17173,11 @@
 
5355
@@ -17821,11 +17183,11 @@
32882
5356
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
32883
5357
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
32884
5358
    -e 's:$: $lt_compiler_flag:'`
32885
 
-   (eval echo "\"\$as_me:17814: $lt_compile\"" >&5)
32886
 
+   (eval echo "\"\$as_me:17176: $lt_compile\"" >&5)
 
5359
-   (eval echo "\"\$as_me:17824: $lt_compile\"" >&5)
 
5360
+   (eval echo "\"\$as_me:17186: $lt_compile\"" >&5)
32887
5361
    (eval "$lt_compile" 2>conftest.err)
32888
5362
    ac_status=$?
32889
5363
    cat conftest.err >&5
32890
 
-   echo "$as_me:17818: \$? = $ac_status" >&5
32891
 
+   echo "$as_me:17180: \$? = $ac_status" >&5
 
5364
-   echo "$as_me:17828: \$? = $ac_status" >&5
 
5365
+   echo "$as_me:17190: \$? = $ac_status" >&5
32892
5366
    if (exit $ac_status) && test -s "$ac_outfile"; then
32893
5367
      # The compiler can only warn and ignore the option if not recognized
32894
5368
      # So say no if there are warnings other than the usual output.
32895
 
@@ -17915,11 +17277,11 @@
 
5369
@@ -17925,11 +17287,11 @@
32896
5370
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
32897
5371
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
32898
5372
    -e 's:$: $lt_compiler_flag:'`
32899
 
-   (eval echo "\"\$as_me:17918: $lt_compile\"" >&5)
32900
 
+   (eval echo "\"\$as_me:17280: $lt_compile\"" >&5)
 
5373
-   (eval echo "\"\$as_me:17928: $lt_compile\"" >&5)
 
5374
+   (eval echo "\"\$as_me:17290: $lt_compile\"" >&5)
32901
5375
    (eval "$lt_compile" 2>out/conftest.err)
32902
5376
    ac_status=$?
32903
5377
    cat out/conftest.err >&5
32904
 
-   echo "$as_me:17922: \$? = $ac_status" >&5
32905
 
+   echo "$as_me:17284: \$? = $ac_status" >&5
 
5378
-   echo "$as_me:17932: \$? = $ac_status" >&5
 
5379
+   echo "$as_me:17294: \$? = $ac_status" >&5
32906
5380
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
32907
5381
    then
32908
5382
      # The compiler can only warn and ignore the option if not recognized
32909
 
@@ -18144,7 +17506,7 @@
 
5383
@@ -18154,7 +17516,7 @@
32910
5384
       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'
32911
5385
       ;;
32912
5386
 
32915
5389
       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
32916
5390
        tmp_addflag=
32917
5391
        case $cc_basename,$host_cpu in
32918
 
@@ -18170,12 +17532,13 @@
 
5392
@@ -18180,12 +17542,13 @@
32919
5393
   $echo "local: *; };" >> $output_objdir/$libname.ver~
32920
5394
          $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
32921
5395
        fi
32930
5404
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
32931
5405
        archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
32932
5406
        wlarc=
32933
 
@@ -18395,27 +17758,11 @@
32934
 
   rm -f conftest.er1
32935
 
   cat conftest.err >&5
32936
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32937
 
-  (exit $ac_status); } &&
32938
 
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32939
 
-  { (case "(($ac_try" in
32940
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32941
 
-  *) ac_try_echo=$ac_try;;
32942
 
-esac
32943
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32944
 
-  (eval "$ac_try") 2>&5
32945
 
-  ac_status=$?
32946
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32947
 
-  (exit $ac_status); }; } &&
32948
 
-        { ac_try='test -s conftest$ac_exeext'
32949
 
-  { (case "(($ac_try" in
32950
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32951
 
-  *) ac_try_echo=$ac_try;;
32952
 
-esac
32953
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32954
 
-  (eval "$ac_try") 2>&5
32955
 
-  ac_status=$?
32956
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32957
 
-  (exit $ac_status); }; }; then
32958
 
+  (exit $ac_status); } && {
32959
 
+        test -z "$ac_c_werror_flag" ||
32960
 
+        test ! -s conftest.err
32961
 
+       } && test -s conftest$ac_exeext &&
32962
 
+       $as_test_x conftest$ac_exeext; then
32963
 
 
32964
 
 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
32965
 
 }'`
32966
 
@@ -18429,7 +17776,7 @@
32967
 
 
32968
 
 fi
32969
 
 
32970
 
-rm -f core conftest.err conftest.$ac_objext \
32971
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32972
 
       conftest$ac_exeext conftest.$ac_ext
32973
 
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
32974
 
 
32975
 
@@ -18470,27 +17817,11 @@
32976
 
   rm -f conftest.er1
32977
 
   cat conftest.err >&5
32978
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
32979
 
-  (exit $ac_status); } &&
32980
 
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32981
 
-  { (case "(($ac_try" in
32982
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32983
 
-  *) ac_try_echo=$ac_try;;
32984
 
-esac
32985
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32986
 
-  (eval "$ac_try") 2>&5
32987
 
-  ac_status=$?
32988
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32989
 
-  (exit $ac_status); }; } &&
32990
 
-        { ac_try='test -s conftest$ac_exeext'
32991
 
-  { (case "(($ac_try" in
32992
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32993
 
-  *) ac_try_echo=$ac_try;;
32994
 
-esac
32995
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32996
 
-  (eval "$ac_try") 2>&5
32997
 
-  ac_status=$?
32998
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32999
 
-  (exit $ac_status); }; }; then
33000
 
+  (exit $ac_status); } && {
33001
 
+        test -z "$ac_c_werror_flag" ||
33002
 
+        test ! -s conftest.err
33003
 
+       } && test -s conftest$ac_exeext &&
33004
 
+       $as_test_x conftest$ac_exeext; then
33005
 
 
33006
 
 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
33007
 
 }'`
33008
 
@@ -18504,7 +17835,7 @@
33009
 
 
33010
 
 fi
33011
 
 
33012
 
-rm -f core conftest.err conftest.$ac_objext \
33013
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33014
 
       conftest$ac_exeext conftest.$ac_ext
33015
 
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
33016
 
 
33017
 
@@ -18635,7 +17966,7 @@
 
5407
@@ -18405,27 +17768,11 @@
 
5408
   rm -f conftest.er1
 
5409
   cat conftest.err >&5
 
5410
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5411
-  (exit $ac_status); } &&
 
5412
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5413
-  { (case "(($ac_try" in
 
5414
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5415
-  *) ac_try_echo=$ac_try;;
 
5416
-esac
 
5417
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5418
-  (eval "$ac_try") 2>&5
 
5419
-  ac_status=$?
 
5420
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5421
-  (exit $ac_status); }; } &&
 
5422
-        { ac_try='test -s conftest$ac_exeext'
 
5423
-  { (case "(($ac_try" in
 
5424
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5425
-  *) ac_try_echo=$ac_try;;
 
5426
-esac
 
5427
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5428
-  (eval "$ac_try") 2>&5
 
5429
-  ac_status=$?
 
5430
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5431
-  (exit $ac_status); }; }; then
 
5432
+  (exit $ac_status); } && {
 
5433
+        test -z "$ac_c_werror_flag" ||
 
5434
+        test ! -s conftest.err
 
5435
+       } && test -s conftest$ac_exeext &&
 
5436
+       $as_test_x conftest$ac_exeext; then
 
5437
 
 
5438
 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
5439
 }'`
 
5440
@@ -18439,7 +17786,7 @@
 
5441
 
 
5442
 fi
 
5443
 
 
5444
-rm -f core conftest.err conftest.$ac_objext \
 
5445
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
5446
       conftest$ac_exeext conftest.$ac_ext
 
5447
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
5448
 
 
5449
@@ -18480,27 +17827,11 @@
 
5450
   rm -f conftest.er1
 
5451
   cat conftest.err >&5
 
5452
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5453
-  (exit $ac_status); } &&
 
5454
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5455
-  { (case "(($ac_try" in
 
5456
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5457
-  *) ac_try_echo=$ac_try;;
 
5458
-esac
 
5459
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5460
-  (eval "$ac_try") 2>&5
 
5461
-  ac_status=$?
 
5462
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5463
-  (exit $ac_status); }; } &&
 
5464
-        { ac_try='test -s conftest$ac_exeext'
 
5465
-  { (case "(($ac_try" in
 
5466
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5467
-  *) ac_try_echo=$ac_try;;
 
5468
-esac
 
5469
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5470
-  (eval "$ac_try") 2>&5
 
5471
-  ac_status=$?
 
5472
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5473
-  (exit $ac_status); }; }; then
 
5474
+  (exit $ac_status); } && {
 
5475
+        test -z "$ac_c_werror_flag" ||
 
5476
+        test ! -s conftest.err
 
5477
+       } && test -s conftest$ac_exeext &&
 
5478
+       $as_test_x conftest$ac_exeext; then
 
5479
 
 
5480
 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 
5481
 }'`
 
5482
@@ -18514,7 +17845,7 @@
 
5483
 
 
5484
 fi
 
5485
 
 
5486
-rm -f core conftest.err conftest.$ac_objext \
 
5487
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
5488
       conftest$ac_exeext conftest.$ac_ext
 
5489
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
5490
 
 
5491
@@ -18645,7 +17976,7 @@
33018
5492
       ;;
33019
5493
 
33020
5494
     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
33023
5497
       archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
33024
5498
       hardcode_libdir_flag_spec_GCJ='-R$libdir'
33025
5499
       hardcode_direct_GCJ=yes
33026
 
@@ -18737,7 +18068,7 @@
 
5500
@@ -18747,7 +18078,7 @@
33027
5501
       link_all_deplibs_GCJ=yes
33028
5502
       ;;
33029
5503
 
33032
5506
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
33033
5507
        archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
33034
5508
       else
33035
 
@@ -19227,18 +18558,6 @@
 
5509
@@ -19237,18 +18568,6 @@
33036
5510
   dynamic_linker=no
33037
5511
   ;;
33038
5512
 
33051
5525
 freebsd* | dragonfly*)
33052
5526
   # DragonFly does not have aout.  When/if they implement a new
33053
5527
   # versioning mechanism, adjust this.
33054
 
@@ -19394,7 +18713,7 @@
 
5528
@@ -19404,7 +18723,7 @@
33055
5529
   ;;
33056
5530
 
33057
5531
 # This must be Linux ELF.
33060
5534
   version_type=linux
33061
5535
   need_lib_prefix=no
33062
5536
   need_version=no
33063
 
@@ -19408,31 +18727,10 @@
 
5537
@@ -19418,31 +18737,10 @@
33064
5538
   # before this can be enabled.
33065
5539
   hardcode_into_libs=yes
33066
5540
 
33068
5542
-  libsuff=
33069
5543
-  case "$host_cpu" in
33070
5544
-  x86_64*|s390x*|powerpc64*)
33071
 
-    echo '#line 19415 "configure"' > conftest.$ac_ext
 
5545
-    echo '#line 19425 "configure"' > conftest.$ac_ext
33072
5546
-    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33073
5547
-  (eval $ac_compile) 2>&5
33074
5548
-  ac_status=$?
33093
5567
   fi
33094
5568
 
33095
5569
   # We used to test for /lib/ld.so.1 and disable shared libraries on
33096
 
@@ -19444,7 +18742,7 @@
 
5570
@@ -19454,7 +18752,7 @@
33097
5571
   dynamic_linker='GNU/Linux ld.so'
33098
5572
   ;;
33099
5573
 
33102
5576
   version_type=linux
33103
5577
   need_lib_prefix=no
33104
5578
   need_version=no
33105
 
@@ -19453,7 +18751,7 @@
 
5579
@@ -19463,7 +18761,7 @@
33106
5580
   shlibpath_var=LD_LIBRARY_PATH
33107
5581
   shlibpath_overrides_runpath=no
33108
5582
   hardcode_into_libs=yes
33111
5585
   ;;
33112
5586
 
33113
5587
 netbsd*)
33114
 
@@ -20679,27 +19977,11 @@
 
5588
@@ -20689,27 +19987,11 @@
33115
5589
   rm -f conftest.er1
33116
5590
   cat conftest.err >&5
33117
5591
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33144
5618
   ac_cv_search_strerror=$ac_res
33145
5619
 else
33146
5620
   echo "$as_me: failed program was:" >&5
33147
 
@@ -20708,7 +19990,7 @@
 
5621
@@ -20718,7 +20000,7 @@
33148
5622
 
33149
5623
 fi
33150
5624
 
33153
5627
       conftest$ac_exeext
33154
5628
   if test "${ac_cv_search_strerror+set}" = set; then
33155
5629
   break
33156
 
@@ -20752,7 +20034,7 @@
33157
 
   IFS=$as_save_IFS
33158
 
   test -z "$as_dir" && as_dir=.
33159
 
   for ac_exec_ext in '' $ac_executable_extensions; do
33160
 
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
33161
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33162
 
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
33163
 
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33164
 
     break 2
33165
 
@@ -20792,7 +20074,7 @@
33166
 
   IFS=$as_save_IFS
33167
 
   test -z "$as_dir" && as_dir=.
33168
 
   for ac_exec_ext in '' $ac_executable_extensions; do
33169
 
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
33170
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33171
 
     ac_cv_prog_ac_ct_CC="gcc"
33172
 
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33173
 
     break 2
33174
 
@@ -20849,7 +20131,7 @@
33175
 
   IFS=$as_save_IFS
33176
 
   test -z "$as_dir" && as_dir=.
33177
 
   for ac_exec_ext in '' $ac_executable_extensions; do
33178
 
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
33179
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33180
 
     ac_cv_prog_CC="${ac_tool_prefix}cc"
33181
 
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33182
 
     break 2
33183
 
@@ -20890,7 +20172,7 @@
33184
 
   IFS=$as_save_IFS
33185
 
   test -z "$as_dir" && as_dir=.
33186
 
   for ac_exec_ext in '' $ac_executable_extensions; do
33187
 
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
33188
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33189
 
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
33190
 
        ac_prog_rejected=yes
33191
 
        continue
33192
 
@@ -20948,7 +20230,7 @@
33193
 
   IFS=$as_save_IFS
33194
 
   test -z "$as_dir" && as_dir=.
33195
 
   for ac_exec_ext in '' $ac_executable_extensions; do
33196
 
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
33197
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33198
 
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
33199
 
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33200
 
     break 2
33201
 
@@ -20992,7 +20274,7 @@
33202
 
   IFS=$as_save_IFS
33203
 
   test -z "$as_dir" && as_dir=.
33204
 
   for ac_exec_ext in '' $ac_executable_extensions; do
33205
 
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
33206
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33207
 
     ac_cv_prog_ac_ct_CC="$ac_prog"
33208
 
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33209
 
     break 2
33210
 
@@ -21112,27 +20394,10 @@
33211
 
   rm -f conftest.er1
33212
 
   cat conftest.err >&5
33213
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33214
 
-  (exit $ac_status); } &&
33215
 
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33216
 
-  { (case "(($ac_try" in
33217
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33218
 
-  *) ac_try_echo=$ac_try;;
33219
 
-esac
33220
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33221
 
-  (eval "$ac_try") 2>&5
33222
 
-  ac_status=$?
33223
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33224
 
-  (exit $ac_status); }; } &&
33225
 
-        { ac_try='test -s conftest.$ac_objext'
33226
 
-  { (case "(($ac_try" in
33227
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33228
 
-  *) ac_try_echo=$ac_try;;
33229
 
-esac
33230
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33231
 
-  (eval "$ac_try") 2>&5
33232
 
-  ac_status=$?
33233
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33234
 
-  (exit $ac_status); }; }; then
33235
 
+  (exit $ac_status); } && {
33236
 
+        test -z "$ac_c_werror_flag" ||
33237
 
+        test ! -s conftest.err
33238
 
+       } && test -s conftest.$ac_objext; then
33239
 
   ac_compiler_gnu=yes
33240
 
 else
33241
 
   echo "$as_me: failed program was:" >&5
33242
 
@@ -21187,27 +20452,10 @@
33243
 
   rm -f conftest.er1
33244
 
   cat conftest.err >&5
33245
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33246
 
-  (exit $ac_status); } &&
33247
 
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33248
 
-  { (case "(($ac_try" in
33249
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33250
 
-  *) ac_try_echo=$ac_try;;
33251
 
-esac
33252
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33253
 
-  (eval "$ac_try") 2>&5
33254
 
-  ac_status=$?
33255
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33256
 
-  (exit $ac_status); }; } &&
33257
 
-        { ac_try='test -s conftest.$ac_objext'
33258
 
-  { (case "(($ac_try" in
33259
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33260
 
-  *) ac_try_echo=$ac_try;;
33261
 
-esac
33262
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33263
 
-  (eval "$ac_try") 2>&5
33264
 
-  ac_status=$?
33265
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33266
 
-  (exit $ac_status); }; }; then
33267
 
+  (exit $ac_status); } && {
33268
 
+        test -z "$ac_c_werror_flag" ||
33269
 
+        test ! -s conftest.err
33270
 
+       } && test -s conftest.$ac_objext; then
33271
 
   ac_cv_prog_cc_g=yes
33272
 
 else
33273
 
   echo "$as_me: failed program was:" >&5
33274
 
@@ -21242,27 +20490,10 @@
33275
 
   rm -f conftest.er1
33276
 
   cat conftest.err >&5
33277
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33278
 
-  (exit $ac_status); } &&
33279
 
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33280
 
-  { (case "(($ac_try" in
33281
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33282
 
-  *) ac_try_echo=$ac_try;;
33283
 
-esac
33284
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33285
 
-  (eval "$ac_try") 2>&5
33286
 
-  ac_status=$?
33287
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33288
 
-  (exit $ac_status); }; } &&
33289
 
-        { ac_try='test -s conftest.$ac_objext'
33290
 
-  { (case "(($ac_try" in
33291
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33292
 
-  *) ac_try_echo=$ac_try;;
33293
 
-esac
33294
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33295
 
-  (eval "$ac_try") 2>&5
33296
 
-  ac_status=$?
33297
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33298
 
-  (exit $ac_status); }; }; then
33299
 
+  (exit $ac_status); } && {
33300
 
+        test -z "$ac_c_werror_flag" ||
33301
 
+        test ! -s conftest.err
33302
 
+       } && test -s conftest.$ac_objext; then
33303
 
   :
33304
 
 else
33305
 
   echo "$as_me: failed program was:" >&5
33306
 
@@ -21298,27 +20529,10 @@
33307
 
   rm -f conftest.er1
33308
 
   cat conftest.err >&5
33309
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33310
 
-  (exit $ac_status); } &&
33311
 
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33312
 
-  { (case "(($ac_try" in
33313
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33314
 
-  *) ac_try_echo=$ac_try;;
33315
 
-esac
33316
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33317
 
-  (eval "$ac_try") 2>&5
33318
 
-  ac_status=$?
33319
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33320
 
-  (exit $ac_status); }; } &&
33321
 
-        { ac_try='test -s conftest.$ac_objext'
33322
 
-  { (case "(($ac_try" in
33323
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33324
 
-  *) ac_try_echo=$ac_try;;
33325
 
-esac
33326
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33327
 
-  (eval "$ac_try") 2>&5
33328
 
-  ac_status=$?
33329
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33330
 
-  (exit $ac_status); }; }; then
33331
 
+  (exit $ac_status); } && {
33332
 
+        test -z "$ac_c_werror_flag" ||
33333
 
+        test ! -s conftest.err
33334
 
+       } && test -s conftest.$ac_objext; then
33335
 
   ac_cv_prog_cc_g=yes
33336
 
 else
33337
 
   echo "$as_me: failed program was:" >&5
33338
 
@@ -21434,27 +20648,10 @@
33339
 
   rm -f conftest.er1
33340
 
   cat conftest.err >&5
33341
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33342
 
-  (exit $ac_status); } &&
33343
 
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33344
 
-  { (case "(($ac_try" in
33345
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33346
 
-  *) ac_try_echo=$ac_try;;
33347
 
-esac
33348
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33349
 
-  (eval "$ac_try") 2>&5
33350
 
-  ac_status=$?
33351
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33352
 
-  (exit $ac_status); }; } &&
33353
 
-        { ac_try='test -s conftest.$ac_objext'
33354
 
-  { (case "(($ac_try" in
33355
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33356
 
-  *) ac_try_echo=$ac_try;;
33357
 
-esac
33358
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33359
 
-  (eval "$ac_try") 2>&5
33360
 
-  ac_status=$?
33361
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33362
 
-  (exit $ac_status); }; }; then
33363
 
+  (exit $ac_status); } && {
33364
 
+        test -z "$ac_c_werror_flag" ||
33365
 
+        test ! -s conftest.err
33366
 
+       } && test -s conftest.$ac_objext; then
33367
 
   ac_cv_prog_cc_c89=$ac_arg
33368
 
 else
33369
 
   echo "$as_me: failed program was:" >&5
33370
 
@@ -21622,7 +20819,7 @@
33371
 
   IFS=$as_save_IFS
33372
 
   test -z "$as_dir" && as_dir=.
33373
 
   for ac_exec_ext in '' $ac_executable_extensions; do
33374
 
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
33375
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33376
 
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
33377
 
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33378
 
     break 2
33379
 
@@ -21662,7 +20859,7 @@
33380
 
   IFS=$as_save_IFS
33381
 
   test -z "$as_dir" && as_dir=.
33382
 
   for ac_exec_ext in '' $ac_executable_extensions; do
33383
 
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
33384
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33385
 
     ac_cv_prog_ac_ct_CC="gcc"
33386
 
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33387
 
     break 2
33388
 
@@ -21719,7 +20916,7 @@
33389
 
   IFS=$as_save_IFS
33390
 
   test -z "$as_dir" && as_dir=.
33391
 
   for ac_exec_ext in '' $ac_executable_extensions; do
33392
 
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
33393
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33394
 
     ac_cv_prog_CC="${ac_tool_prefix}cc"
33395
 
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33396
 
     break 2
33397
 
@@ -21760,7 +20957,7 @@
33398
 
   IFS=$as_save_IFS
33399
 
   test -z "$as_dir" && as_dir=.
33400
 
   for ac_exec_ext in '' $ac_executable_extensions; do
33401
 
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
33402
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33403
 
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
33404
 
        ac_prog_rejected=yes
33405
 
        continue
33406
 
@@ -21818,7 +21015,7 @@
33407
 
   IFS=$as_save_IFS
33408
 
   test -z "$as_dir" && as_dir=.
33409
 
   for ac_exec_ext in '' $ac_executable_extensions; do
33410
 
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
33411
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33412
 
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
33413
 
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33414
 
     break 2
33415
 
@@ -21862,7 +21059,7 @@
33416
 
   IFS=$as_save_IFS
33417
 
   test -z "$as_dir" && as_dir=.
33418
 
   for ac_exec_ext in '' $ac_executable_extensions; do
33419
 
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
33420
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33421
 
     ac_cv_prog_ac_ct_CC="$ac_prog"
33422
 
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33423
 
     break 2
33424
 
@@ -21982,27 +21179,10 @@
33425
 
   rm -f conftest.er1
33426
 
   cat conftest.err >&5
33427
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33428
 
-  (exit $ac_status); } &&
33429
 
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33430
 
-  { (case "(($ac_try" in
33431
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33432
 
-  *) ac_try_echo=$ac_try;;
33433
 
-esac
33434
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33435
 
-  (eval "$ac_try") 2>&5
33436
 
-  ac_status=$?
33437
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33438
 
-  (exit $ac_status); }; } &&
33439
 
-        { ac_try='test -s conftest.$ac_objext'
33440
 
-  { (case "(($ac_try" in
33441
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33442
 
-  *) ac_try_echo=$ac_try;;
33443
 
-esac
33444
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33445
 
-  (eval "$ac_try") 2>&5
33446
 
-  ac_status=$?
33447
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33448
 
-  (exit $ac_status); }; }; then
33449
 
+  (exit $ac_status); } && {
33450
 
+        test -z "$ac_c_werror_flag" ||
33451
 
+        test ! -s conftest.err
33452
 
+       } && test -s conftest.$ac_objext; then
33453
 
   ac_compiler_gnu=yes
33454
 
 else
33455
 
   echo "$as_me: failed program was:" >&5
33456
 
@@ -22057,27 +21237,10 @@
33457
 
   rm -f conftest.er1
33458
 
   cat conftest.err >&5
33459
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33460
 
-  (exit $ac_status); } &&
33461
 
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33462
 
-  { (case "(($ac_try" in
33463
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33464
 
-  *) ac_try_echo=$ac_try;;
33465
 
-esac
33466
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33467
 
-  (eval "$ac_try") 2>&5
33468
 
-  ac_status=$?
33469
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33470
 
-  (exit $ac_status); }; } &&
33471
 
-        { ac_try='test -s conftest.$ac_objext'
33472
 
-  { (case "(($ac_try" in
33473
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33474
 
-  *) ac_try_echo=$ac_try;;
33475
 
-esac
33476
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33477
 
-  (eval "$ac_try") 2>&5
33478
 
-  ac_status=$?
33479
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33480
 
-  (exit $ac_status); }; }; then
33481
 
+  (exit $ac_status); } && {
33482
 
+        test -z "$ac_c_werror_flag" ||
33483
 
+        test ! -s conftest.err
33484
 
+       } && test -s conftest.$ac_objext; then
33485
 
   ac_cv_prog_cc_g=yes
33486
 
 else
33487
 
   echo "$as_me: failed program was:" >&5
33488
 
@@ -22112,27 +21275,10 @@
33489
 
   rm -f conftest.er1
33490
 
   cat conftest.err >&5
33491
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33492
 
-  (exit $ac_status); } &&
33493
 
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33494
 
-  { (case "(($ac_try" in
33495
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33496
 
-  *) ac_try_echo=$ac_try;;
33497
 
-esac
33498
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33499
 
-  (eval "$ac_try") 2>&5
33500
 
-  ac_status=$?
33501
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33502
 
-  (exit $ac_status); }; } &&
33503
 
-        { ac_try='test -s conftest.$ac_objext'
33504
 
-  { (case "(($ac_try" in
33505
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33506
 
-  *) ac_try_echo=$ac_try;;
33507
 
-esac
33508
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33509
 
-  (eval "$ac_try") 2>&5
33510
 
-  ac_status=$?
33511
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33512
 
-  (exit $ac_status); }; }; then
33513
 
+  (exit $ac_status); } && {
33514
 
+        test -z "$ac_c_werror_flag" ||
33515
 
+        test ! -s conftest.err
33516
 
+       } && test -s conftest.$ac_objext; then
33517
 
   :
33518
 
 else
33519
 
   echo "$as_me: failed program was:" >&5
33520
 
@@ -22168,27 +21314,10 @@
33521
 
   rm -f conftest.er1
33522
 
   cat conftest.err >&5
33523
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33524
 
-  (exit $ac_status); } &&
33525
 
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33526
 
-  { (case "(($ac_try" in
33527
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33528
 
-  *) ac_try_echo=$ac_try;;
33529
 
-esac
33530
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33531
 
-  (eval "$ac_try") 2>&5
33532
 
-  ac_status=$?
33533
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33534
 
-  (exit $ac_status); }; } &&
33535
 
-        { ac_try='test -s conftest.$ac_objext'
33536
 
-  { (case "(($ac_try" in
33537
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33538
 
-  *) ac_try_echo=$ac_try;;
33539
 
-esac
33540
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33541
 
-  (eval "$ac_try") 2>&5
33542
 
-  ac_status=$?
33543
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33544
 
-  (exit $ac_status); }; }; then
33545
 
+  (exit $ac_status); } && {
33546
 
+        test -z "$ac_c_werror_flag" ||
33547
 
+        test ! -s conftest.err
33548
 
+       } && test -s conftest.$ac_objext; then
33549
 
   ac_cv_prog_cc_g=yes
33550
 
 else
33551
 
   echo "$as_me: failed program was:" >&5
33552
 
@@ -22304,27 +21433,10 @@
33553
 
   rm -f conftest.er1
33554
 
   cat conftest.err >&5
33555
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33556
 
-  (exit $ac_status); } &&
33557
 
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33558
 
-  { (case "(($ac_try" in
33559
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33560
 
-  *) ac_try_echo=$ac_try;;
33561
 
-esac
33562
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33563
 
-  (eval "$ac_try") 2>&5
33564
 
-  ac_status=$?
33565
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33566
 
-  (exit $ac_status); }; } &&
33567
 
-        { ac_try='test -s conftest.$ac_objext'
33568
 
-  { (case "(($ac_try" in
33569
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33570
 
-  *) ac_try_echo=$ac_try;;
33571
 
-esac
33572
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33573
 
-  (eval "$ac_try") 2>&5
33574
 
-  ac_status=$?
33575
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33576
 
-  (exit $ac_status); }; }; then
33577
 
+  (exit $ac_status); } && {
33578
 
+        test -z "$ac_c_werror_flag" ||
33579
 
+        test ! -s conftest.err
33580
 
+       } && test -s conftest.$ac_objext; then
33581
 
   ac_cv_prog_cc_c89=$ac_arg
33582
 
 else
33583
 
   echo "$as_me: failed program was:" >&5
33584
 
@@ -22510,27 +21622,10 @@
 
5630
@@ -20762,7 +20044,7 @@
 
5631
   IFS=$as_save_IFS
 
5632
   test -z "$as_dir" && as_dir=.
 
5633
   for ac_exec_ext in '' $ac_executable_extensions; do
 
5634
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5635
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5636
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
 
5637
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5638
     break 2
 
5639
@@ -20802,7 +20084,7 @@
 
5640
   IFS=$as_save_IFS
 
5641
   test -z "$as_dir" && as_dir=.
 
5642
   for ac_exec_ext in '' $ac_executable_extensions; do
 
5643
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5644
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5645
     ac_cv_prog_ac_ct_CC="gcc"
 
5646
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5647
     break 2
 
5648
@@ -20859,7 +20141,7 @@
 
5649
   IFS=$as_save_IFS
 
5650
   test -z "$as_dir" && as_dir=.
 
5651
   for ac_exec_ext in '' $ac_executable_extensions; do
 
5652
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5653
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5654
     ac_cv_prog_CC="${ac_tool_prefix}cc"
 
5655
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5656
     break 2
 
5657
@@ -20900,7 +20182,7 @@
 
5658
   IFS=$as_save_IFS
 
5659
   test -z "$as_dir" && as_dir=.
 
5660
   for ac_exec_ext in '' $ac_executable_extensions; do
 
5661
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5662
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5663
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
 
5664
        ac_prog_rejected=yes
 
5665
        continue
 
5666
@@ -20958,7 +20240,7 @@
 
5667
   IFS=$as_save_IFS
 
5668
   test -z "$as_dir" && as_dir=.
 
5669
   for ac_exec_ext in '' $ac_executable_extensions; do
 
5670
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5671
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5672
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
 
5673
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5674
     break 2
 
5675
@@ -21002,7 +20284,7 @@
 
5676
   IFS=$as_save_IFS
 
5677
   test -z "$as_dir" && as_dir=.
 
5678
   for ac_exec_ext in '' $ac_executable_extensions; do
 
5679
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5680
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5681
     ac_cv_prog_ac_ct_CC="$ac_prog"
 
5682
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5683
     break 2
 
5684
@@ -21122,27 +20404,10 @@
 
5685
   rm -f conftest.er1
 
5686
   cat conftest.err >&5
 
5687
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5688
-  (exit $ac_status); } &&
 
5689
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5690
-  { (case "(($ac_try" in
 
5691
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5692
-  *) ac_try_echo=$ac_try;;
 
5693
-esac
 
5694
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5695
-  (eval "$ac_try") 2>&5
 
5696
-  ac_status=$?
 
5697
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5698
-  (exit $ac_status); }; } &&
 
5699
-        { ac_try='test -s conftest.$ac_objext'
 
5700
-  { (case "(($ac_try" in
 
5701
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5702
-  *) ac_try_echo=$ac_try;;
 
5703
-esac
 
5704
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5705
-  (eval "$ac_try") 2>&5
 
5706
-  ac_status=$?
 
5707
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5708
-  (exit $ac_status); }; }; then
 
5709
+  (exit $ac_status); } && {
 
5710
+        test -z "$ac_c_werror_flag" ||
 
5711
+        test ! -s conftest.err
 
5712
+       } && test -s conftest.$ac_objext; then
 
5713
   ac_compiler_gnu=yes
 
5714
 else
 
5715
   echo "$as_me: failed program was:" >&5
 
5716
@@ -21197,27 +20462,10 @@
 
5717
   rm -f conftest.er1
 
5718
   cat conftest.err >&5
 
5719
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5720
-  (exit $ac_status); } &&
 
5721
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5722
-  { (case "(($ac_try" in
 
5723
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5724
-  *) ac_try_echo=$ac_try;;
 
5725
-esac
 
5726
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5727
-  (eval "$ac_try") 2>&5
 
5728
-  ac_status=$?
 
5729
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5730
-  (exit $ac_status); }; } &&
 
5731
-        { ac_try='test -s conftest.$ac_objext'
 
5732
-  { (case "(($ac_try" in
 
5733
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5734
-  *) ac_try_echo=$ac_try;;
 
5735
-esac
 
5736
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5737
-  (eval "$ac_try") 2>&5
 
5738
-  ac_status=$?
 
5739
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5740
-  (exit $ac_status); }; }; then
 
5741
+  (exit $ac_status); } && {
 
5742
+        test -z "$ac_c_werror_flag" ||
 
5743
+        test ! -s conftest.err
 
5744
+       } && test -s conftest.$ac_objext; then
 
5745
   ac_cv_prog_cc_g=yes
 
5746
 else
 
5747
   echo "$as_me: failed program was:" >&5
 
5748
@@ -21252,27 +20500,10 @@
 
5749
   rm -f conftest.er1
 
5750
   cat conftest.err >&5
 
5751
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5752
-  (exit $ac_status); } &&
 
5753
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5754
-  { (case "(($ac_try" in
 
5755
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5756
-  *) ac_try_echo=$ac_try;;
 
5757
-esac
 
5758
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5759
-  (eval "$ac_try") 2>&5
 
5760
-  ac_status=$?
 
5761
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5762
-  (exit $ac_status); }; } &&
 
5763
-        { ac_try='test -s conftest.$ac_objext'
 
5764
-  { (case "(($ac_try" in
 
5765
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5766
-  *) ac_try_echo=$ac_try;;
 
5767
-esac
 
5768
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5769
-  (eval "$ac_try") 2>&5
 
5770
-  ac_status=$?
 
5771
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5772
-  (exit $ac_status); }; }; then
 
5773
+  (exit $ac_status); } && {
 
5774
+        test -z "$ac_c_werror_flag" ||
 
5775
+        test ! -s conftest.err
 
5776
+       } && test -s conftest.$ac_objext; then
 
5777
   :
 
5778
 else
 
5779
   echo "$as_me: failed program was:" >&5
 
5780
@@ -21308,27 +20539,10 @@
 
5781
   rm -f conftest.er1
 
5782
   cat conftest.err >&5
 
5783
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5784
-  (exit $ac_status); } &&
 
5785
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5786
-  { (case "(($ac_try" in
 
5787
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5788
-  *) ac_try_echo=$ac_try;;
 
5789
-esac
 
5790
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5791
-  (eval "$ac_try") 2>&5
 
5792
-  ac_status=$?
 
5793
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5794
-  (exit $ac_status); }; } &&
 
5795
-        { ac_try='test -s conftest.$ac_objext'
 
5796
-  { (case "(($ac_try" in
 
5797
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5798
-  *) ac_try_echo=$ac_try;;
 
5799
-esac
 
5800
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5801
-  (eval "$ac_try") 2>&5
 
5802
-  ac_status=$?
 
5803
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5804
-  (exit $ac_status); }; }; then
 
5805
+  (exit $ac_status); } && {
 
5806
+        test -z "$ac_c_werror_flag" ||
 
5807
+        test ! -s conftest.err
 
5808
+       } && test -s conftest.$ac_objext; then
 
5809
   ac_cv_prog_cc_g=yes
 
5810
 else
 
5811
   echo "$as_me: failed program was:" >&5
 
5812
@@ -21444,27 +20658,10 @@
 
5813
   rm -f conftest.er1
 
5814
   cat conftest.err >&5
 
5815
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5816
-  (exit $ac_status); } &&
 
5817
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5818
-  { (case "(($ac_try" in
 
5819
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5820
-  *) ac_try_echo=$ac_try;;
 
5821
-esac
 
5822
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5823
-  (eval "$ac_try") 2>&5
 
5824
-  ac_status=$?
 
5825
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5826
-  (exit $ac_status); }; } &&
 
5827
-        { ac_try='test -s conftest.$ac_objext'
 
5828
-  { (case "(($ac_try" in
 
5829
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5830
-  *) ac_try_echo=$ac_try;;
 
5831
-esac
 
5832
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5833
-  (eval "$ac_try") 2>&5
 
5834
-  ac_status=$?
 
5835
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5836
-  (exit $ac_status); }; }; then
 
5837
+  (exit $ac_status); } && {
 
5838
+        test -z "$ac_c_werror_flag" ||
 
5839
+        test ! -s conftest.err
 
5840
+       } && test -s conftest.$ac_objext; then
 
5841
   ac_cv_prog_cc_c89=$ac_arg
 
5842
 else
 
5843
   echo "$as_me: failed program was:" >&5
 
5844
@@ -21631,7 +20828,7 @@
 
5845
   IFS=$as_save_IFS
 
5846
   test -z "$as_dir" && as_dir=.
 
5847
   for ac_exec_ext in '' $ac_executable_extensions; do
 
5848
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5849
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5850
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
 
5851
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5852
     break 2
 
5853
@@ -21671,7 +20868,7 @@
 
5854
   IFS=$as_save_IFS
 
5855
   test -z "$as_dir" && as_dir=.
 
5856
   for ac_exec_ext in '' $ac_executable_extensions; do
 
5857
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5858
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5859
     ac_cv_prog_ac_ct_CC="gcc"
 
5860
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5861
     break 2
 
5862
@@ -21728,7 +20925,7 @@
 
5863
   IFS=$as_save_IFS
 
5864
   test -z "$as_dir" && as_dir=.
 
5865
   for ac_exec_ext in '' $ac_executable_extensions; do
 
5866
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5867
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5868
     ac_cv_prog_CC="${ac_tool_prefix}cc"
 
5869
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5870
     break 2
 
5871
@@ -21769,7 +20966,7 @@
 
5872
   IFS=$as_save_IFS
 
5873
   test -z "$as_dir" && as_dir=.
 
5874
   for ac_exec_ext in '' $ac_executable_extensions; do
 
5875
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5876
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5877
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
 
5878
        ac_prog_rejected=yes
 
5879
        continue
 
5880
@@ -21827,7 +21024,7 @@
 
5881
   IFS=$as_save_IFS
 
5882
   test -z "$as_dir" && as_dir=.
 
5883
   for ac_exec_ext in '' $ac_executable_extensions; do
 
5884
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5885
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5886
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
 
5887
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5888
     break 2
 
5889
@@ -21871,7 +21068,7 @@
 
5890
   IFS=$as_save_IFS
 
5891
   test -z "$as_dir" && as_dir=.
 
5892
   for ac_exec_ext in '' $ac_executable_extensions; do
 
5893
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5894
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
5895
     ac_cv_prog_ac_ct_CC="$ac_prog"
 
5896
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
5897
     break 2
 
5898
@@ -21991,27 +21188,10 @@
 
5899
   rm -f conftest.er1
 
5900
   cat conftest.err >&5
 
5901
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5902
-  (exit $ac_status); } &&
 
5903
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5904
-  { (case "(($ac_try" in
 
5905
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5906
-  *) ac_try_echo=$ac_try;;
 
5907
-esac
 
5908
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5909
-  (eval "$ac_try") 2>&5
 
5910
-  ac_status=$?
 
5911
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5912
-  (exit $ac_status); }; } &&
 
5913
-        { ac_try='test -s conftest.$ac_objext'
 
5914
-  { (case "(($ac_try" in
 
5915
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5916
-  *) ac_try_echo=$ac_try;;
 
5917
-esac
 
5918
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5919
-  (eval "$ac_try") 2>&5
 
5920
-  ac_status=$?
 
5921
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5922
-  (exit $ac_status); }; }; then
 
5923
+  (exit $ac_status); } && {
 
5924
+        test -z "$ac_c_werror_flag" ||
 
5925
+        test ! -s conftest.err
 
5926
+       } && test -s conftest.$ac_objext; then
 
5927
   ac_compiler_gnu=yes
 
5928
 else
 
5929
   echo "$as_me: failed program was:" >&5
 
5930
@@ -22066,27 +21246,10 @@
 
5931
   rm -f conftest.er1
 
5932
   cat conftest.err >&5
 
5933
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5934
-  (exit $ac_status); } &&
 
5935
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5936
-  { (case "(($ac_try" in
 
5937
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5938
-  *) ac_try_echo=$ac_try;;
 
5939
-esac
 
5940
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5941
-  (eval "$ac_try") 2>&5
 
5942
-  ac_status=$?
 
5943
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5944
-  (exit $ac_status); }; } &&
 
5945
-        { ac_try='test -s conftest.$ac_objext'
 
5946
-  { (case "(($ac_try" in
 
5947
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5948
-  *) ac_try_echo=$ac_try;;
 
5949
-esac
 
5950
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5951
-  (eval "$ac_try") 2>&5
 
5952
-  ac_status=$?
 
5953
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5954
-  (exit $ac_status); }; }; then
 
5955
+  (exit $ac_status); } && {
 
5956
+        test -z "$ac_c_werror_flag" ||
 
5957
+        test ! -s conftest.err
 
5958
+       } && test -s conftest.$ac_objext; then
 
5959
   ac_cv_prog_cc_g=yes
 
5960
 else
 
5961
   echo "$as_me: failed program was:" >&5
 
5962
@@ -22121,27 +21284,10 @@
 
5963
   rm -f conftest.er1
 
5964
   cat conftest.err >&5
 
5965
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5966
-  (exit $ac_status); } &&
 
5967
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5968
-  { (case "(($ac_try" in
 
5969
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5970
-  *) ac_try_echo=$ac_try;;
 
5971
-esac
 
5972
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5973
-  (eval "$ac_try") 2>&5
 
5974
-  ac_status=$?
 
5975
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5976
-  (exit $ac_status); }; } &&
 
5977
-        { ac_try='test -s conftest.$ac_objext'
 
5978
-  { (case "(($ac_try" in
 
5979
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5980
-  *) ac_try_echo=$ac_try;;
 
5981
-esac
 
5982
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5983
-  (eval "$ac_try") 2>&5
 
5984
-  ac_status=$?
 
5985
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5986
-  (exit $ac_status); }; }; then
 
5987
+  (exit $ac_status); } && {
 
5988
+        test -z "$ac_c_werror_flag" ||
 
5989
+        test ! -s conftest.err
 
5990
+       } && test -s conftest.$ac_objext; then
 
5991
   :
 
5992
 else
 
5993
   echo "$as_me: failed program was:" >&5
 
5994
@@ -22177,27 +21323,10 @@
 
5995
   rm -f conftest.er1
 
5996
   cat conftest.err >&5
 
5997
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5998
-  (exit $ac_status); } &&
 
5999
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
6000
-  { (case "(($ac_try" in
 
6001
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6002
-  *) ac_try_echo=$ac_try;;
 
6003
-esac
 
6004
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6005
-  (eval "$ac_try") 2>&5
 
6006
-  ac_status=$?
 
6007
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6008
-  (exit $ac_status); }; } &&
 
6009
-        { ac_try='test -s conftest.$ac_objext'
 
6010
-  { (case "(($ac_try" in
 
6011
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6012
-  *) ac_try_echo=$ac_try;;
 
6013
-esac
 
6014
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6015
-  (eval "$ac_try") 2>&5
 
6016
-  ac_status=$?
 
6017
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6018
-  (exit $ac_status); }; }; then
 
6019
+  (exit $ac_status); } && {
 
6020
+        test -z "$ac_c_werror_flag" ||
 
6021
+        test ! -s conftest.err
 
6022
+       } && test -s conftest.$ac_objext; then
 
6023
   ac_cv_prog_cc_g=yes
 
6024
 else
 
6025
   echo "$as_me: failed program was:" >&5
 
6026
@@ -22313,27 +21442,10 @@
 
6027
   rm -f conftest.er1
 
6028
   cat conftest.err >&5
 
6029
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6030
-  (exit $ac_status); } &&
 
6031
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
6032
-  { (case "(($ac_try" in
 
6033
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6034
-  *) ac_try_echo=$ac_try;;
 
6035
-esac
 
6036
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6037
-  (eval "$ac_try") 2>&5
 
6038
-  ac_status=$?
 
6039
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6040
-  (exit $ac_status); }; } &&
 
6041
-        { ac_try='test -s conftest.$ac_objext'
 
6042
-  { (case "(($ac_try" in
 
6043
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6044
-  *) ac_try_echo=$ac_try;;
 
6045
-esac
 
6046
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6047
-  (eval "$ac_try") 2>&5
 
6048
-  ac_status=$?
 
6049
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6050
-  (exit $ac_status); }; }; then
 
6051
+  (exit $ac_status); } && {
 
6052
+        test -z "$ac_c_werror_flag" ||
 
6053
+        test ! -s conftest.err
 
6054
+       } && test -s conftest.$ac_objext; then
 
6055
   ac_cv_prog_cc_c89=$ac_arg
 
6056
 else
 
6057
   echo "$as_me: failed program was:" >&5
 
6058
@@ -22518,27 +21630,10 @@
33585
6059
   rm -f conftest.er1
33586
6060
   cat conftest.err >&5
33587
6061
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33613
6087
   ac_cv_header_stdc=yes
33614
6088
 else
33615
6089
   echo "$as_me: failed program was:" >&5
33616
 
@@ -22700,7 +21795,7 @@
 
6090
@@ -22708,7 +21803,7 @@
33617
6091
     # by default.
33618
6092
     for ac_prog in ginstall scoinst install; do
33619
6093
       for ac_exec_ext in '' $ac_executable_extensions; do
33622
6096
          if test $ac_prog = install &&
33623
6097
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
33624
6098
            # AIX install.  It has an incompatible calling convention.
33625
 
@@ -22793,7 +21888,7 @@
 
6099
@@ -22801,7 +21896,7 @@
33626
6100
   IFS=$as_save_IFS
33627
6101
   test -z "$as_dir" && as_dir=.
33628
6102
   for ac_exec_ext in '' $ac_executable_extensions; do
33631
6105
     ac_cv_path_GLIB_GENMARSHAL="$as_dir/$ac_word$ac_exec_ext"
33632
6106
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33633
6107
     break 2
33634
 
@@ -23447,27 +22542,10 @@
 
6108
@@ -22988,7 +22083,7 @@
 
6109
 and GST_DEPENDS_LIBS to avoid the need to call pkg-config.
 
6110
 See the pkg-config man page for more details.
 
6111
 
 
6112
-To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
 
6113
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
6114
 See \`config.log' for more details." >&5
 
6115
 echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
6116
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
6117
@@ -22998,7 +22093,7 @@
 
6118
 and GST_DEPENDS_LIBS to avoid the need to call pkg-config.
 
6119
 See the pkg-config man page for more details.
 
6120
 
 
6121
-To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
 
6122
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
6123
 See \`config.log' for more details." >&2;}
 
6124
    { (exit 1); exit 1; }; }
 
6125
 else
 
6126
@@ -23122,7 +22217,7 @@
 
6127
 and GNOME_LIBS to avoid the need to call pkg-config.
 
6128
 See the pkg-config man page for more details.
 
6129
 
 
6130
-To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
 
6131
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
6132
 See \`config.log' for more details." >&5
 
6133
 echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
6134
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
6135
@@ -23132,7 +22227,7 @@
 
6136
 and GNOME_LIBS to avoid the need to call pkg-config.
 
6137
 See the pkg-config man page for more details.
 
6138
 
 
6139
-To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
 
6140
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
6141
 See \`config.log' for more details." >&2;}
 
6142
    { (exit 1); exit 1; }; }
 
6143
 else
 
6144
@@ -23272,7 +22367,7 @@
 
6145
 and DBUS_LIBS to avoid the need to call pkg-config.
 
6146
 See the pkg-config man page for more details.
 
6147
 
 
6148
-To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
 
6149
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
6150
 See \`config.log' for more details." >&5
 
6151
 echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
6152
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
6153
@@ -23282,7 +22377,7 @@
 
6154
 and DBUS_LIBS to avoid the need to call pkg-config.
 
6155
 See the pkg-config man page for more details.
 
6156
 
 
6157
-To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
 
6158
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
6159
 See \`config.log' for more details." >&2;}
 
6160
    { (exit 1); exit 1; }; }
 
6161
 else
 
6162
@@ -23441,27 +22536,10 @@
33635
6163
   rm -f conftest.er1
33636
6164
   cat conftest.err >&5
33637
6165
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33663
6191
   ac_header_compiler=yes
33664
6192
 else
33665
6193
   echo "$as_me: failed program was:" >&5
33666
 
@@ -23503,17 +22581,10 @@
 
6194
@@ -23497,17 +22575,10 @@
33667
6195
   rm -f conftest.er1
33668
6196
   cat conftest.err >&5
33669
6197
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33685
6213
   ac_header_preproc=yes
33686
6214
 else
33687
6215
   echo "$as_me: failed program was:" >&5
33688
 
@@ -23611,27 +22682,11 @@
 
6216
@@ -23605,27 +22676,11 @@
33689
6217
   rm -f conftest.er1
33690
6218
   cat conftest.err >&5
33691
6219
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33718
6246
   am_cv_val_LC_MESSAGES=yes
33719
6247
 else
33720
6248
   echo "$as_me: failed program was:" >&5
33721
 
@@ -23640,7 +22695,7 @@
 
6249
@@ -23634,7 +22689,7 @@
33722
6250
        am_cv_val_LC_MESSAGES=no
33723
6251
 fi
33724
6252
 
33727
6255
       conftest$ac_exeext conftest.$ac_ext
33728
6256
 fi
33729
6257
 { echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
33730
 
@@ -23696,27 +22751,10 @@
 
6258
@@ -23690,27 +22745,10 @@
33731
6259
   rm -f conftest.er1
33732
6260
   cat conftest.err >&5
33733
6261
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33759
6287
   ac_header_compiler=yes
33760
6288
 else
33761
6289
   echo "$as_me: failed program was:" >&5
33762
 
@@ -23752,17 +22790,10 @@
 
6290
@@ -23746,17 +22784,10 @@
33763
6291
   rm -f conftest.er1
33764
6292
   cat conftest.err >&5
33765
6293
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33781
6309
   ac_header_preproc=yes
33782
6310
 else
33783
6311
   echo "$as_me: failed program was:" >&5
33784
 
@@ -23858,27 +22889,11 @@
 
6312
@@ -23852,27 +22883,11 @@
33785
6313
   rm -f conftest.er1
33786
6314
   cat conftest.err >&5
33787
6315
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33814
6342
   gt_cv_func_ngettext_libc=yes
33815
6343
 else
33816
6344
   echo "$as_me: failed program was:" >&5
33817
 
@@ -23887,7 +22902,7 @@
 
6345
@@ -23881,7 +22896,7 @@
33818
6346
        gt_cv_func_ngettext_libc=no
33819
6347
 fi
33820
6348
 
33823
6351
       conftest$ac_exeext conftest.$ac_ext
33824
6352
 
33825
6353
 fi
33826
 
@@ -23930,27 +22945,11 @@
 
6354
@@ -23924,27 +22939,11 @@
33827
6355
   rm -f conftest.er1
33828
6356
   cat conftest.err >&5
33829
6357
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33856
6384
   gt_cv_func_dgettext_libc=yes
33857
6385
 else
33858
6386
   echo "$as_me: failed program was:" >&5
33859
 
@@ -23959,7 +22958,7 @@
 
6387
@@ -23953,7 +22952,7 @@
33860
6388
        gt_cv_func_dgettext_libc=no
33861
6389
 fi
33862
6390
 
33865
6393
       conftest$ac_exeext conftest.$ac_ext
33866
6394
 
33867
6395
 fi
33868
 
@@ -24035,27 +23034,11 @@
 
6396
@@ -24029,27 +23028,11 @@
33869
6397
   rm -f conftest.er1
33870
6398
   cat conftest.err >&5
33871
6399
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33898
6426
   eval "$as_ac_var=yes"
33899
6427
 else
33900
6428
   echo "$as_me: failed program was:" >&5
33901
 
@@ -24064,7 +23047,7 @@
 
6429
@@ -24058,7 +23041,7 @@
33902
6430
        eval "$as_ac_var=no"
33903
6431
 fi
33904
6432
 
33907
6435
       conftest$ac_exeext conftest.$ac_ext
33908
6436
 fi
33909
6437
 ac_res=`eval echo '${'$as_ac_var'}'`
33910
 
@@ -24129,27 +23112,11 @@
 
6438
@@ -24123,27 +23106,11 @@
33911
6439
   rm -f conftest.er1
33912
6440
   cat conftest.err >&5
33913
6441
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33940
6468
   ac_cv_lib_intl_bindtextdomain=yes
33941
6469
 else
33942
6470
   echo "$as_me: failed program was:" >&5
33943
 
@@ -24158,7 +23125,7 @@
 
6471
@@ -24152,7 +23119,7 @@
33944
6472
        ac_cv_lib_intl_bindtextdomain=no
33945
6473
 fi
33946
6474
 
33949
6477
       conftest$ac_exeext conftest.$ac_ext
33950
6478
 LIBS=$ac_check_lib_save_LIBS
33951
6479
 fi
33952
 
@@ -24207,27 +23174,11 @@
 
6480
@@ -24201,27 +23168,11 @@
33953
6481
   rm -f conftest.er1
33954
6482
   cat conftest.err >&5
33955
6483
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
33982
6510
   ac_cv_lib_intl_ngettext=yes
33983
6511
 else
33984
6512
   echo "$as_me: failed program was:" >&5
33985
 
@@ -24236,7 +23187,7 @@
 
6513
@@ -24230,7 +23181,7 @@
33986
6514
        ac_cv_lib_intl_ngettext=no
33987
6515
 fi
33988
6516
 
33991
6519
       conftest$ac_exeext conftest.$ac_ext
33992
6520
 LIBS=$ac_check_lib_save_LIBS
33993
6521
 fi
33994
 
@@ -24285,27 +23236,11 @@
 
6522
@@ -24279,27 +23230,11 @@
33995
6523
   rm -f conftest.er1
33996
6524
   cat conftest.err >&5
33997
6525
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34024
6552
   ac_cv_lib_intl_dgettext=yes
34025
6553
 else
34026
6554
   echo "$as_me: failed program was:" >&5
34027
 
@@ -24314,7 +23249,7 @@
 
6555
@@ -24308,7 +23243,7 @@
34028
6556
        ac_cv_lib_intl_dgettext=no
34029
6557
 fi
34030
6558
 
34033
6561
       conftest$ac_exeext conftest.$ac_ext
34034
6562
 LIBS=$ac_check_lib_save_LIBS
34035
6563
 fi
34036
 
@@ -24376,27 +23311,11 @@
 
6564
@@ -24370,27 +23305,11 @@
34037
6565
   rm -f conftest.er1
34038
6566
   cat conftest.err >&5
34039
6567
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34066
6594
   ac_cv_lib_intl_ngettext=yes
34067
6595
 else
34068
6596
   echo "$as_me: failed program was:" >&5
34069
 
@@ -24405,7 +23324,7 @@
 
6597
@@ -24399,7 +23318,7 @@
34070
6598
        ac_cv_lib_intl_ngettext=no
34071
6599
 fi
34072
6600
 
34075
6603
       conftest$ac_exeext conftest.$ac_ext
34076
6604
 LIBS=$ac_check_lib_save_LIBS
34077
6605
 fi
34078
 
@@ -24454,27 +23373,11 @@
 
6606
@@ -24448,27 +23367,11 @@
34079
6607
   rm -f conftest.er1
34080
6608
   cat conftest.err >&5
34081
6609
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34108
6636
   ac_cv_lib_intl_dcgettext=yes
34109
6637
 else
34110
6638
   echo "$as_me: failed program was:" >&5
34111
 
@@ -24483,7 +23386,7 @@
 
6639
@@ -24477,7 +23380,7 @@
34112
6640
        ac_cv_lib_intl_dcgettext=no
34113
6641
 fi
34114
6642
 
34117
6645
       conftest$ac_exeext conftest.$ac_ext
34118
6646
 LIBS=$ac_check_lib_save_LIBS
34119
6647
 fi
34120
 
@@ -24578,27 +23481,11 @@
34121
 
   rm -f conftest.er1
34122
 
   cat conftest.err >&5
34123
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34124
 
-  (exit $ac_status); } &&
34125
 
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34126
 
-  { (case "(($ac_try" in
34127
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34128
 
-  *) ac_try_echo=$ac_try;;
34129
 
-esac
34130
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34131
 
-  (eval "$ac_try") 2>&5
34132
 
-  ac_status=$?
34133
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34134
 
-  (exit $ac_status); }; } &&
34135
 
-        { ac_try='test -s conftest$ac_exeext'
34136
 
-  { (case "(($ac_try" in
34137
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34138
 
-  *) ac_try_echo=$ac_try;;
34139
 
-esac
34140
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34141
 
-  (eval "$ac_try") 2>&5
34142
 
-  ac_status=$?
34143
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34144
 
-  (exit $ac_status); }; }; then
34145
 
+  (exit $ac_status); } && {
34146
 
+        test -z "$ac_c_werror_flag" ||
34147
 
+        test ! -s conftest.err
34148
 
+       } && test -s conftest$ac_exeext &&
34149
 
+       $as_test_x conftest$ac_exeext; then
34150
 
   eval "$as_ac_var=yes"
34151
 
 else
34152
 
   echo "$as_me: failed program was:" >&5
34153
 
@@ -24607,7 +23494,7 @@
34154
 
        eval "$as_ac_var=no"
34155
 
 fi
34156
 
 
34157
 
-rm -f core conftest.err conftest.$ac_objext \
34158
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34159
 
       conftest$ac_exeext conftest.$ac_ext
34160
 
 fi
34161
 
 ac_res=`eval echo '${'$as_ac_var'}'`
34162
 
@@ -24754,27 +23641,11 @@
34163
 
   rm -f conftest.er1
34164
 
   cat conftest.err >&5
34165
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34166
 
-  (exit $ac_status); } &&
34167
 
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34168
 
-  { (case "(($ac_try" in
34169
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34170
 
-  *) ac_try_echo=$ac_try;;
34171
 
-esac
34172
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34173
 
-  (eval "$ac_try") 2>&5
34174
 
-  ac_status=$?
34175
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34176
 
-  (exit $ac_status); }; } &&
34177
 
-        { ac_try='test -s conftest$ac_exeext'
34178
 
-  { (case "(($ac_try" in
34179
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34180
 
-  *) ac_try_echo=$ac_try;;
34181
 
-esac
34182
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34183
 
-  (eval "$ac_try") 2>&5
34184
 
-  ac_status=$?
34185
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34186
 
-  (exit $ac_status); }; }; then
34187
 
+  (exit $ac_status); } && {
34188
 
+        test -z "$ac_c_werror_flag" ||
34189
 
+        test ! -s conftest.err
34190
 
+       } && test -s conftest$ac_exeext &&
34191
 
+       $as_test_x conftest$ac_exeext; then
34192
 
   eval "$as_ac_var=yes"
34193
 
 else
34194
 
   echo "$as_me: failed program was:" >&5
34195
 
@@ -24783,7 +23654,7 @@
34196
 
        eval "$as_ac_var=no"
34197
 
 fi
34198
 
 
34199
 
-rm -f core conftest.err conftest.$ac_objext \
34200
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34201
 
       conftest$ac_exeext conftest.$ac_ext
34202
 
 fi
34203
 
 ac_res=`eval echo '${'$as_ac_var'}'`
34204
 
@@ -24844,7 +23715,7 @@
 
6648
@@ -24572,27 +23475,11 @@
 
6649
   rm -f conftest.er1
 
6650
   cat conftest.err >&5
 
6651
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6652
-  (exit $ac_status); } &&
 
6653
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
6654
-  { (case "(($ac_try" in
 
6655
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6656
-  *) ac_try_echo=$ac_try;;
 
6657
-esac
 
6658
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6659
-  (eval "$ac_try") 2>&5
 
6660
-  ac_status=$?
 
6661
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6662
-  (exit $ac_status); }; } &&
 
6663
-        { ac_try='test -s conftest$ac_exeext'
 
6664
-  { (case "(($ac_try" in
 
6665
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6666
-  *) ac_try_echo=$ac_try;;
 
6667
-esac
 
6668
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6669
-  (eval "$ac_try") 2>&5
 
6670
-  ac_status=$?
 
6671
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6672
-  (exit $ac_status); }; }; then
 
6673
+  (exit $ac_status); } && {
 
6674
+        test -z "$ac_c_werror_flag" ||
 
6675
+        test ! -s conftest.err
 
6676
+       } && test -s conftest$ac_exeext &&
 
6677
+       $as_test_x conftest$ac_exeext; then
 
6678
   eval "$as_ac_var=yes"
 
6679
 else
 
6680
   echo "$as_me: failed program was:" >&5
 
6681
@@ -24601,7 +23488,7 @@
 
6682
        eval "$as_ac_var=no"
 
6683
 fi
 
6684
 
 
6685
-rm -f core conftest.err conftest.$ac_objext \
 
6686
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
6687
       conftest$ac_exeext conftest.$ac_ext
 
6688
 fi
 
6689
 ac_res=`eval echo '${'$as_ac_var'}'`
 
6690
@@ -24748,27 +23635,11 @@
 
6691
   rm -f conftest.er1
 
6692
   cat conftest.err >&5
 
6693
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6694
-  (exit $ac_status); } &&
 
6695
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
6696
-  { (case "(($ac_try" in
 
6697
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6698
-  *) ac_try_echo=$ac_try;;
 
6699
-esac
 
6700
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6701
-  (eval "$ac_try") 2>&5
 
6702
-  ac_status=$?
 
6703
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6704
-  (exit $ac_status); }; } &&
 
6705
-        { ac_try='test -s conftest$ac_exeext'
 
6706
-  { (case "(($ac_try" in
 
6707
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6708
-  *) ac_try_echo=$ac_try;;
 
6709
-esac
 
6710
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6711
-  (eval "$ac_try") 2>&5
 
6712
-  ac_status=$?
 
6713
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6714
-  (exit $ac_status); }; }; then
 
6715
+  (exit $ac_status); } && {
 
6716
+        test -z "$ac_c_werror_flag" ||
 
6717
+        test ! -s conftest.err
 
6718
+       } && test -s conftest$ac_exeext &&
 
6719
+       $as_test_x conftest$ac_exeext; then
 
6720
   eval "$as_ac_var=yes"
 
6721
 else
 
6722
   echo "$as_me: failed program was:" >&5
 
6723
@@ -24777,7 +23648,7 @@
 
6724
        eval "$as_ac_var=no"
 
6725
 fi
 
6726
 
 
6727
-rm -f core conftest.err conftest.$ac_objext \
 
6728
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
6729
       conftest$ac_exeext conftest.$ac_ext
 
6730
 fi
 
6731
 ac_res=`eval echo '${'$as_ac_var'}'`
 
6732
@@ -24838,7 +23709,7 @@
34205
6733
   IFS=$as_save_IFS
34206
6734
   test -z "$as_dir" && as_dir=.
34207
6735
   for ac_exec_ext in '' $ac_executable_extensions; do
34210
6738
     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
34211
6739
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34212
6740
     break 2
34213
 
@@ -24932,27 +23803,11 @@
 
6741
@@ -24926,27 +23797,11 @@
34214
6742
   rm -f conftest.er1
34215
6743
   cat conftest.err >&5
34216
6744
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34243
6771
   CATOBJEXT=.gmo
34244
6772
              DATADIRNAME=share
34245
6773
 else
34246
 
@@ -25024,27 +23879,11 @@
 
6774
@@ -25018,27 +23873,11 @@
34247
6775
   rm -f conftest.er1
34248
6776
   cat conftest.err >&5
34249
6777
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34276
6804
   ac_cv_func_bind_textdomain_codeset=yes
34277
6805
 else
34278
6806
   echo "$as_me: failed program was:" >&5
34279
 
@@ -25053,7 +23892,7 @@
 
6807
@@ -25047,7 +23886,7 @@
34280
6808
        ac_cv_func_bind_textdomain_codeset=no
34281
6809
 fi
34282
6810
 
34285
6813
       conftest$ac_exeext conftest.$ac_ext
34286
6814
 fi
34287
6815
 { echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
34288
 
@@ -25074,7 +23913,7 @@
 
6816
@@ -25068,7 +23907,7 @@
34289
6817
            esac
34290
6818
 fi
34291
6819
 
34294
6822
       conftest$ac_exeext conftest.$ac_ext
34295
6823
           LIBS="$glib_save_LIBS"
34296
6824
          INSTOBJEXT=.mo
34297
 
@@ -25268,7 +24107,7 @@
 
6825
@@ -25262,7 +24101,7 @@
34298
6826
   IFS=$as_save_IFS
34299
6827
   test -z "$as_dir" && as_dir=.
34300
6828
   for ac_exec_ext in '' $ac_executable_extensions; do
34303
6831
     ac_cv_path_GCONFTOOL="$as_dir/$ac_word$ac_exec_ext"
34304
6832
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34305
6833
     break 2
34306
 
@@ -25412,27 +24251,10 @@
 
6834
@@ -25404,27 +24243,10 @@
34307
6835
   rm -f conftest.er1
34308
6836
   cat conftest.err >&5
34309
6837
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34335
6863
   ac_header_compiler=yes
34336
6864
 else
34337
6865
   echo "$as_me: failed program was:" >&5
34338
 
@@ -25468,17 +24290,10 @@
 
6866
@@ -25460,17 +24282,10 @@
34339
6867
   rm -f conftest.er1
34340
6868
   cat conftest.err >&5
34341
6869
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34357
6885
   ac_header_preproc=yes
34358
6886
 else
34359
6887
   echo "$as_me: failed program was:" >&5
34360
 
@@ -25576,27 +24391,11 @@
 
6888
@@ -25568,27 +24383,11 @@
34361
6889
   rm -f conftest.er1
34362
6890
   cat conftest.err >&5
34363
6891
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
34390
6918
   ac_cv_lib_iw_main=yes
34391
6919
 else
34392
6920
   echo "$as_me: failed program was:" >&5
34393
 
@@ -25605,7 +24404,7 @@
 
6921
@@ -25597,7 +24396,7 @@
34394
6922
        ac_cv_lib_iw_main=no
34395
6923
 fi
34396
6924
 
34399
6927
       conftest$ac_exeext conftest.$ac_ext
34400
6928
 LIBS=$ac_check_lib_save_LIBS
34401
6929
 fi
34402
 
@@ -26025,7 +24824,8 @@
 
6930
@@ -25745,7 +24544,7 @@
 
6931
 and NAUTILUS_LIBS to avoid the need to call pkg-config.
 
6932
 See the pkg-config man page for more details.
 
6933
 
 
6934
-To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
 
6935
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
6936
 See \`config.log' for more details." >&5
 
6937
 echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
6938
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
6939
@@ -25755,7 +24554,7 @@
 
6940
 and NAUTILUS_LIBS to avoid the need to call pkg-config.
 
6941
 See the pkg-config man page for more details.
 
6942
 
 
6943
-To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
 
6944
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
6945
 See \`config.log' for more details." >&2;}
 
6946
    { (exit 1); exit 1; }; }
 
6947
 else
 
6948
@@ -26015,7 +24814,8 @@
34403
6949
 ## M4sh Initialization.  ##
34404
6950
 ## --------------------- ##
34405
6951
 
34409
6955
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
34410
6956
   emulate sh
34411
6957
   NULLCMD=:
34412
 
@@ -26034,10 +24834,13 @@
 
6958
@@ -26024,10 +24824,13 @@
34413
6959
   alias -g '${1+"$@"}'='"$@"'
34414
6960
   setopt NO_GLOB_SUBST
34415
6961
 else
34426
6972
 
34427
6973
 
34428
6974
 # PATH needs CR
34429
 
@@ -26261,19 +25064,28 @@
 
6975
@@ -26251,19 +25054,28 @@
34430
6976
   as_mkdir_p=false
34431
6977
 fi
34432
6978
 
34466
7012
 
34467
7013
 # Sed expression to map a string onto a valid CPP name.
34468
7014
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
34469
 
@@ -26289,7 +25101,7 @@
 
7015
@@ -26279,7 +25091,7 @@
34470
7016
 # values after options handling.
34471
7017
 ac_log="
34472
 
 This file was extended by gnome-system-tools $as_me 2.19.0, which was
 
7018
 This file was extended by gnome-system-tools $as_me 2.19.1, which was
34473
7019
-generated by GNU Autoconf 2.60.  Invocation command line was
34474
7020
+generated by GNU Autoconf 2.61.  Invocation command line was
34475
7021
 
34476
7022
   CONFIG_FILES    = $CONFIG_FILES
34477
7023
   CONFIG_HEADERS  = $CONFIG_HEADERS
34478
 
@@ -26318,7 +25130,7 @@
 
7024
@@ -26308,7 +25120,7 @@
34479
7025
 Usage: $0 [OPTIONS] [FILE]...
34480
7026
 
34481
7027
   -h, --help       print this help, then exit
34484
7030
   -q, --quiet      do not print progress messages
34485
7031
   -d, --debug      don't remove temporary files
34486
7032
       --recheck    update $as_me by reconfiguring in the same conditions
34487
 
@@ -26342,7 +25154,7 @@
 
7033
@@ -26332,7 +25144,7 @@
34488
7034
 cat >>$CONFIG_STATUS <<_ACEOF
34489
7035
 ac_cs_version="\\
34490
 
 gnome-system-tools config.status 2.19.0
 
7036
 gnome-system-tools config.status 2.19.1
34491
7037
-configured by $0, generated by GNU Autoconf 2.60,
34492
7038
+configured by $0, generated by GNU Autoconf 2.61,
34493
7039
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
34494
7040
 
34495
7041
 Copyright (C) 2006 Free Software Foundation, Inc.
34496
 
diff -urNad gnome-system-tools-2.19.0~/doc/Makefile.in gnome-system-tools-2.19.0/doc/Makefile.in
34497
 
--- gnome-system-tools-2.19.0~/doc/Makefile.in  2007-07-10 12:03:43.000000000 +0200
34498
 
+++ gnome-system-tools-2.19.0/doc/Makefile.in   2007-07-19 13:07:21.000000000 +0200
34499
 
@@ -38,8 +38,7 @@
 
7042
diff -urNad gnome-system-tools-2.19.1~/doc/Makefile.in gnome-system-tools-2.19.1/doc/Makefile.in
 
7043
--- gnome-system-tools-2.19.1~/doc/Makefile.in  2007-07-28 20:43:14.000000000 +0200
 
7044
+++ gnome-system-tools-2.19.1/doc/Makefile.in   2007-07-30 20:15:48.000000000 +0200
 
7045
@@ -34,8 +34,7 @@
34500
7046
 subdir = doc
34501
7047
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
34502
7048
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
34506
7052
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
34507
7053
        $(ACLOCAL_M4)
34508
7054
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
34509
 
diff -urNad gnome-system-tools-2.19.0~/doc/network/Makefile.in gnome-system-tools-2.19.0/doc/network/Makefile.in
34510
 
--- gnome-system-tools-2.19.0~/doc/network/Makefile.in  2007-07-10 12:03:43.000000000 +0200
34511
 
+++ gnome-system-tools-2.19.0/doc/network/Makefile.in   2007-07-19 13:07:21.000000000 +0200
34512
 
@@ -63,8 +63,7 @@
 
7055
diff -urNad gnome-system-tools-2.19.1~/doc/network/Makefile.in gnome-system-tools-2.19.1/doc/network/Makefile.in
 
7056
--- gnome-system-tools-2.19.1~/doc/network/Makefile.in  2007-07-28 20:43:15.000000000 +0200
 
7057
+++ gnome-system-tools-2.19.1/doc/network/Makefile.in   2007-07-30 20:15:48.000000000 +0200
 
7058
@@ -59,8 +59,7 @@
34513
7059
        $(top_srcdir)/gnome-doc-utils.make ChangeLog
34514
7060
 subdir = doc/network
34515
7061
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
34519
7065
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
34520
7066
        $(ACLOCAL_M4)
34521
7067
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
34522
 
diff -urNad gnome-system-tools-2.19.0~/doc/services/Makefile.in gnome-system-tools-2.19.0/doc/services/Makefile.in
34523
 
--- gnome-system-tools-2.19.0~/doc/services/Makefile.in 2007-07-10 12:03:43.000000000 +0200
34524
 
+++ gnome-system-tools-2.19.0/doc/services/Makefile.in  2007-07-19 13:07:21.000000000 +0200
34525
 
@@ -63,8 +63,7 @@
 
7068
diff -urNad gnome-system-tools-2.19.1~/doc/services/Makefile.in gnome-system-tools-2.19.1/doc/services/Makefile.in
 
7069
--- gnome-system-tools-2.19.1~/doc/services/Makefile.in 2007-07-28 20:43:15.000000000 +0200
 
7070
+++ gnome-system-tools-2.19.1/doc/services/Makefile.in  2007-07-30 20:15:48.000000000 +0200
 
7071
@@ -59,8 +59,7 @@
34526
7072
        $(top_srcdir)/gnome-doc-utils.make ChangeLog
34527
7073
 subdir = doc/services
34528
7074
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
34532
7078
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
34533
7079
        $(ACLOCAL_M4)
34534
7080
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
34535
 
diff -urNad gnome-system-tools-2.19.0~/doc/services/nl/Makefile.in gnome-system-tools-2.19.0/doc/services/nl/Makefile.in
34536
 
--- gnome-system-tools-2.19.0~/doc/services/nl/Makefile.in      2007-07-10 12:03:43.000000000 +0200
34537
 
+++ gnome-system-tools-2.19.0/doc/services/nl/Makefile.in       2007-07-19 13:07:21.000000000 +0200
34538
 
@@ -101,8 +101,7 @@
 
7081
diff -urNad gnome-system-tools-2.19.1~/doc/services/nl/Makefile.in gnome-system-tools-2.19.1/doc/services/nl/Makefile.in
 
7082
--- gnome-system-tools-2.19.1~/doc/services/nl/Makefile.in      2007-07-28 20:43:15.000000000 +0200
 
7083
+++ gnome-system-tools-2.19.1/doc/services/nl/Makefile.in       2007-07-30 20:15:48.000000000 +0200
 
7084
@@ -97,8 +97,7 @@
34539
7085
        $(top_srcdir)/omf.make $(top_srcdir)/xmldocs.make
34540
7086
 subdir = doc/services/nl
34541
7087
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
34545
7091
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
34546
7092
        $(ACLOCAL_M4)
34547
7093
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
34548
 
diff -urNad gnome-system-tools-2.19.0~/doc/shares/Makefile.in gnome-system-tools-2.19.0/doc/shares/Makefile.in
34549
 
--- gnome-system-tools-2.19.0~/doc/shares/Makefile.in   2007-07-10 12:03:44.000000000 +0200
34550
 
+++ gnome-system-tools-2.19.0/doc/shares/Makefile.in    2007-07-19 13:07:21.000000000 +0200
34551
 
@@ -63,8 +63,7 @@
 
7094
diff -urNad gnome-system-tools-2.19.1~/doc/shares/Makefile.in gnome-system-tools-2.19.1/doc/shares/Makefile.in
 
7095
--- gnome-system-tools-2.19.1~/doc/shares/Makefile.in   2007-07-28 20:43:15.000000000 +0200
 
7096
+++ gnome-system-tools-2.19.1/doc/shares/Makefile.in    2007-07-30 20:15:48.000000000 +0200
 
7097
@@ -59,8 +59,7 @@
34552
7098
        $(top_srcdir)/gnome-doc-utils.make ChangeLog
34553
7099
 subdir = doc/shares
34554
7100
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
34558
7104
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
34559
7105
        $(ACLOCAL_M4)
34560
7106
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
34561
 
diff -urNad gnome-system-tools-2.19.0~/doc/time/Makefile.in gnome-system-tools-2.19.0/doc/time/Makefile.in
34562
 
--- gnome-system-tools-2.19.0~/doc/time/Makefile.in     2007-07-10 12:03:44.000000000 +0200
34563
 
+++ gnome-system-tools-2.19.0/doc/time/Makefile.in      2007-07-19 13:07:21.000000000 +0200
34564
 
@@ -63,8 +63,7 @@
 
7107
diff -urNad gnome-system-tools-2.19.1~/doc/time/Makefile.in gnome-system-tools-2.19.1/doc/time/Makefile.in
 
7108
--- gnome-system-tools-2.19.1~/doc/time/Makefile.in     2007-07-28 20:43:15.000000000 +0200
 
7109
+++ gnome-system-tools-2.19.1/doc/time/Makefile.in      2007-07-30 20:15:48.000000000 +0200
 
7110
@@ -59,8 +59,7 @@
34565
7111
        $(top_srcdir)/gnome-doc-utils.make ChangeLog
34566
7112
 subdir = doc/time
34567
7113
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
34571
7117
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
34572
7118
        $(ACLOCAL_M4)
34573
7119
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
34574
 
diff -urNad gnome-system-tools-2.19.0~/doc/time/nl/Makefile.in gnome-system-tools-2.19.0/doc/time/nl/Makefile.in
34575
 
--- gnome-system-tools-2.19.0~/doc/time/nl/Makefile.in  2007-07-10 12:03:44.000000000 +0200
34576
 
+++ gnome-system-tools-2.19.0/doc/time/nl/Makefile.in   2007-07-19 13:07:21.000000000 +0200
34577
 
@@ -101,8 +101,7 @@
 
7120
diff -urNad gnome-system-tools-2.19.1~/doc/time/nl/Makefile.in gnome-system-tools-2.19.1/doc/time/nl/Makefile.in
 
7121
--- gnome-system-tools-2.19.1~/doc/time/nl/Makefile.in  2007-07-28 20:43:15.000000000 +0200
 
7122
+++ gnome-system-tools-2.19.1/doc/time/nl/Makefile.in   2007-07-30 20:15:48.000000000 +0200
 
7123
@@ -97,8 +97,7 @@
34578
7124
        $(top_srcdir)/omf.make $(top_srcdir)/xmldocs.make
34579
7125
 subdir = doc/time/nl
34580
7126
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
34584
7130
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
34585
7131
        $(ACLOCAL_M4)
34586
7132
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
34587
 
diff -urNad gnome-system-tools-2.19.0~/doc/users/Makefile.in gnome-system-tools-2.19.0/doc/users/Makefile.in
34588
 
--- gnome-system-tools-2.19.0~/doc/users/Makefile.in    2007-07-10 12:03:44.000000000 +0200
34589
 
+++ gnome-system-tools-2.19.0/doc/users/Makefile.in     2007-07-19 13:07:21.000000000 +0200
34590
 
@@ -63,8 +63,7 @@
 
7133
diff -urNad gnome-system-tools-2.19.1~/doc/users/Makefile.in gnome-system-tools-2.19.1/doc/users/Makefile.in
 
7134
--- gnome-system-tools-2.19.1~/doc/users/Makefile.in    2007-07-28 20:43:15.000000000 +0200
 
7135
+++ gnome-system-tools-2.19.1/doc/users/Makefile.in     2007-07-30 20:15:48.000000000 +0200
 
7136
@@ -59,8 +59,7 @@
34591
7137
        $(top_srcdir)/gnome-doc-utils.make ChangeLog
34592
7138
 subdir = doc/users
34593
7139
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
34597
7143
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
34598
7144
        $(ACLOCAL_M4)
34599
7145
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
34600
 
diff -urNad gnome-system-tools-2.19.0~/interfaces/Makefile.in gnome-system-tools-2.19.0/interfaces/Makefile.in
34601
 
--- gnome-system-tools-2.19.0~/interfaces/Makefile.in   2007-07-10 12:03:44.000000000 +0200
34602
 
+++ gnome-system-tools-2.19.0/interfaces/Makefile.in    2007-07-19 13:07:21.000000000 +0200
34603
 
@@ -39,8 +39,7 @@
 
7146
diff -urNad gnome-system-tools-2.19.1~/interfaces/Makefile.in gnome-system-tools-2.19.1/interfaces/Makefile.in
 
7147
--- gnome-system-tools-2.19.1~/interfaces/Makefile.in   2007-07-28 20:43:15.000000000 +0200
 
7148
+++ gnome-system-tools-2.19.1/interfaces/Makefile.in    2007-07-30 20:15:48.000000000 +0200
 
7149
@@ -35,8 +35,7 @@
34604
7150
 subdir = interfaces
34605
7151
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
34606
7152
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
34610
7156
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
34611
7157
        $(ACLOCAL_M4)
34612
7158
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
34613
 
diff -urNad gnome-system-tools-2.19.0~/pixmaps/Makefile.in gnome-system-tools-2.19.0/pixmaps/Makefile.in
34614
 
--- gnome-system-tools-2.19.0~/pixmaps/Makefile.in      2007-07-10 12:03:44.000000000 +0200
34615
 
+++ gnome-system-tools-2.19.0/pixmaps/Makefile.in       2007-07-19 13:07:21.000000000 +0200
34616
 
@@ -39,8 +39,7 @@
 
7159
diff -urNad gnome-system-tools-2.19.1~/pixmaps/Makefile.in gnome-system-tools-2.19.1/pixmaps/Makefile.in
 
7160
--- gnome-system-tools-2.19.1~/pixmaps/Makefile.in      2007-07-28 20:43:16.000000000 +0200
 
7161
+++ gnome-system-tools-2.19.1/pixmaps/Makefile.in       2007-07-30 20:15:48.000000000 +0200
 
7162
@@ -35,8 +35,7 @@
34617
7163
 subdir = pixmaps
34618
7164
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
34619
7165
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
34623
7169
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
34624
7170
        $(ACLOCAL_M4)
34625
7171
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
34626
 
diff -urNad gnome-system-tools-2.19.0~/src/Makefile.in gnome-system-tools-2.19.0/src/Makefile.in
34627
 
--- gnome-system-tools-2.19.0~/src/Makefile.in  2007-07-10 12:03:44.000000000 +0200
34628
 
+++ gnome-system-tools-2.19.0/src/Makefile.in   2007-07-19 13:07:21.000000000 +0200
34629
 
@@ -38,8 +38,7 @@
 
7172
diff -urNad gnome-system-tools-2.19.1~/src/Makefile.in gnome-system-tools-2.19.1/src/Makefile.in
 
7173
--- gnome-system-tools-2.19.1~/src/Makefile.in  2007-07-28 20:43:16.000000000 +0200
 
7174
+++ gnome-system-tools-2.19.1/src/Makefile.in   2007-07-30 20:15:48.000000000 +0200
 
7175
@@ -34,8 +34,7 @@
34630
7176
 subdir = src
34631
7177
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
34632
7178
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
34636
7182
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
34637
7183
        $(ACLOCAL_M4)
34638
7184
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
34639
 
diff -urNad gnome-system-tools-2.19.0~/src/common/Makefile.in gnome-system-tools-2.19.0/src/common/Makefile.in
34640
 
--- gnome-system-tools-2.19.0~/src/common/Makefile.in   2007-07-10 12:03:45.000000000 +0200
34641
 
+++ gnome-system-tools-2.19.0/src/common/Makefile.in    2007-07-19 13:07:21.000000000 +0200
34642
 
@@ -39,8 +39,7 @@
 
7185
diff -urNad gnome-system-tools-2.19.1~/src/common/Makefile.in gnome-system-tools-2.19.1/src/common/Makefile.in
 
7186
--- gnome-system-tools-2.19.1~/src/common/Makefile.in   2007-07-28 20:43:16.000000000 +0200
 
7187
+++ gnome-system-tools-2.19.1/src/common/Makefile.in    2007-07-30 20:15:48.000000000 +0200
 
7188
@@ -35,8 +35,7 @@
34643
7189
 subdir = src/common
34644
7190
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
34645
7191
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
34649
7195
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
34650
7196
        $(ACLOCAL_M4)
34651
7197
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
34652
 
@@ -50,10 +49,10 @@
 
7198
@@ -46,10 +45,10 @@
34653
7199
 ARFLAGS = cru
34654
7200
 libsetuptool_a_AR = $(AR) $(ARFLAGS)
34655
7201
 libsetuptool_a_LIBADD =
34662
7208
+       gst-platform-dialog.$(OBJEXT) gst-conf.$(OBJEXT) \
34663
7209
+       gst-filter.$(OBJEXT) gst-service-role.$(OBJEXT)
34664
7210
 libsetuptool_a_OBJECTS = $(am_libsetuptool_a_OBJECTS)
34665
 
 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
7211
 DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
34666
7212
 depcomp = $(SHELL) $(top_srcdir)/depcomp
34667
 
@@ -278,6 +277,7 @@
 
7213
@@ -255,6 +254,7 @@
34668
7214
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"
34669
7215
 
34670
7216
 libsetuptool_a_SOURCES = \
34672
7218
        gst-widget.c            \
34673
7219
        gst-dialog.c            \
34674
7220
        gst-tool.c              \
34675
 
@@ -348,6 +348,7 @@
 
7221
@@ -325,6 +325,7 @@
34676
7222
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-conf.Po@am__quote@
34677
7223
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-dialog.Po@am__quote@
34678
7224
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-filter.Po@am__quote@
34680
7226
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-platform-dialog.Po@am__quote@
34681
7227
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-service-role.Po@am__quote@
34682
7228
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-tool.Po@am__quote@
34683
 
diff -urNad gnome-system-tools-2.19.0~/src/network/Makefile.in gnome-system-tools-2.19.0/src/network/Makefile.in
34684
 
--- gnome-system-tools-2.19.0~/src/network/Makefile.in  2007-07-10 12:03:45.000000000 +0200
34685
 
+++ gnome-system-tools-2.19.0/src/network/Makefile.in   2007-07-19 13:07:21.000000000 +0200
34686
 
@@ -43,8 +43,7 @@
 
7229
diff -urNad gnome-system-tools-2.19.1~/src/network/Makefile.in gnome-system-tools-2.19.1/src/network/Makefile.in
 
7230
--- gnome-system-tools-2.19.1~/src/network/Makefile.in  2007-07-28 20:43:16.000000000 +0200
 
7231
+++ gnome-system-tools-2.19.1/src/network/Makefile.in   2007-07-30 20:15:48.000000000 +0200
 
7232
@@ -39,8 +39,7 @@
34687
7233
 bin_PROGRAMS = network-admin$(EXEEXT)
34688
7234
 subdir = src/network
34689
7235
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
34693
7239
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
34694
7240
        $(ACLOCAL_M4)
34695
7241
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
34696
 
diff -urNad gnome-system-tools-2.19.0~/src/services/Makefile.in gnome-system-tools-2.19.0/src/services/Makefile.in
34697
 
--- gnome-system-tools-2.19.0~/src/services/Makefile.in 2007-07-10 12:03:45.000000000 +0200
34698
 
+++ gnome-system-tools-2.19.0/src/services/Makefile.in  2007-07-19 13:07:21.000000000 +0200
34699
 
@@ -43,8 +43,7 @@
 
7242
diff -urNad gnome-system-tools-2.19.1~/src/services/Makefile.in gnome-system-tools-2.19.1/src/services/Makefile.in
 
7243
--- gnome-system-tools-2.19.1~/src/services/Makefile.in 2007-07-28 20:43:16.000000000 +0200
 
7244
+++ gnome-system-tools-2.19.1/src/services/Makefile.in  2007-07-30 20:15:48.000000000 +0200
 
7245
@@ -39,8 +39,7 @@
34700
7246
 bin_PROGRAMS = services-admin$(EXEEXT)
34701
7247
 subdir = src/services
34702
7248
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
34706
7252
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
34707
7253
        $(ACLOCAL_M4)
34708
7254
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
34709
 
diff -urNad gnome-system-tools-2.19.0~/src/shares/Makefile.in gnome-system-tools-2.19.0/src/shares/Makefile.in
34710
 
--- gnome-system-tools-2.19.0~/src/shares/Makefile.in   2007-07-10 12:03:45.000000000 +0200
34711
 
+++ gnome-system-tools-2.19.0/src/shares/Makefile.in    2007-07-19 13:07:21.000000000 +0200
34712
 
@@ -42,8 +42,7 @@
 
7255
diff -urNad gnome-system-tools-2.19.1~/src/shares/Makefile.in gnome-system-tools-2.19.1/src/shares/Makefile.in
 
7256
--- gnome-system-tools-2.19.1~/src/shares/Makefile.in   2007-07-28 20:43:16.000000000 +0200
 
7257
+++ gnome-system-tools-2.19.1/src/shares/Makefile.in    2007-07-30 20:15:48.000000000 +0200
 
7258
@@ -38,8 +38,7 @@
34713
7259
 bin_PROGRAMS = shares-admin$(EXEEXT)
34714
7260
 subdir = src/shares
34715
7261
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
34719
7265
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
34720
7266
        $(ACLOCAL_M4)
34721
7267
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
34722
 
diff -urNad gnome-system-tools-2.19.0~/src/shares/nautilus/Makefile.in gnome-system-tools-2.19.0/src/shares/nautilus/Makefile.in
34723
 
--- gnome-system-tools-2.19.0~/src/shares/nautilus/Makefile.in  2007-07-10 12:03:45.000000000 +0200
34724
 
+++ gnome-system-tools-2.19.0/src/shares/nautilus/Makefile.in   2007-07-19 13:07:21.000000000 +0200
34725
 
@@ -39,8 +39,7 @@
 
7268
diff -urNad gnome-system-tools-2.19.1~/src/shares/nautilus/Makefile.in gnome-system-tools-2.19.1/src/shares/nautilus/Makefile.in
 
7269
--- gnome-system-tools-2.19.1~/src/shares/nautilus/Makefile.in  2007-07-28 20:43:16.000000000 +0200
 
7270
+++ gnome-system-tools-2.19.1/src/shares/nautilus/Makefile.in   2007-07-30 20:15:48.000000000 +0200
 
7271
@@ -35,8 +35,7 @@
34726
7272
 subdir = src/shares/nautilus
34727
7273
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
34728
7274
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
34732
7278
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
34733
7279
        $(ACLOCAL_M4)
34734
7280
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
34735
 
diff -urNad gnome-system-tools-2.19.0~/src/time/Makefile.in gnome-system-tools-2.19.0/src/time/Makefile.in
34736
 
--- gnome-system-tools-2.19.0~/src/time/Makefile.in     2007-07-10 12:03:46.000000000 +0200
34737
 
+++ gnome-system-tools-2.19.0/src/time/Makefile.in      2007-07-19 13:07:21.000000000 +0200
34738
 
@@ -42,8 +42,7 @@
 
7281
diff -urNad gnome-system-tools-2.19.1~/src/time/Makefile.in gnome-system-tools-2.19.1/src/time/Makefile.in
 
7282
--- gnome-system-tools-2.19.1~/src/time/Makefile.in     2007-07-28 20:43:16.000000000 +0200
 
7283
+++ gnome-system-tools-2.19.1/src/time/Makefile.in      2007-07-30 20:15:48.000000000 +0200
 
7284
@@ -38,8 +38,7 @@
34739
7285
 bin_PROGRAMS = time-admin$(EXEEXT)
34740
7286
 subdir = src/time
34741
7287
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
34745
7291
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
34746
7292
        $(ACLOCAL_M4)
34747
7293
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
34748
 
diff -urNad gnome-system-tools-2.19.0~/src/time/e-map/Makefile.in gnome-system-tools-2.19.0/src/time/e-map/Makefile.in
34749
 
--- gnome-system-tools-2.19.0~/src/time/e-map/Makefile.in       2007-07-10 12:03:46.000000000 +0200
34750
 
+++ gnome-system-tools-2.19.0/src/time/e-map/Makefile.in        2007-07-19 13:07:21.000000000 +0200
34751
 
@@ -39,8 +39,7 @@
 
7294
diff -urNad gnome-system-tools-2.19.1~/src/time/e-map/Makefile.in gnome-system-tools-2.19.1/src/time/e-map/Makefile.in
 
7295
--- gnome-system-tools-2.19.1~/src/time/e-map/Makefile.in       2007-07-28 20:43:16.000000000 +0200
 
7296
+++ gnome-system-tools-2.19.1/src/time/e-map/Makefile.in        2007-07-30 20:15:48.000000000 +0200
 
7297
@@ -35,8 +35,7 @@
34752
7298
 subdir = src/time/e-map
34753
7299
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
34754
7300
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
34758
7304
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
34759
7305
        $(ACLOCAL_M4)
34760
7306
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
34761
 
diff -urNad gnome-system-tools-2.19.0~/src/users/Makefile.in gnome-system-tools-2.19.0/src/users/Makefile.in
34762
 
--- gnome-system-tools-2.19.0~/src/users/Makefile.in    2007-07-10 12:03:46.000000000 +0200
34763
 
+++ gnome-system-tools-2.19.0/src/users/Makefile.in     2007-07-19 13:07:21.000000000 +0200
34764
 
@@ -43,8 +43,7 @@
 
7307
diff -urNad gnome-system-tools-2.19.1~/src/users/Makefile.in gnome-system-tools-2.19.1/src/users/Makefile.in
 
7308
--- gnome-system-tools-2.19.1~/src/users/Makefile.in    2007-07-28 20:43:17.000000000 +0200
 
7309
+++ gnome-system-tools-2.19.1/src/users/Makefile.in     2007-07-30 20:15:48.000000000 +0200
 
7310
@@ -39,8 +39,7 @@
34765
7311
 bin_PROGRAMS = users-admin$(EXEEXT)
34766
7312
 subdir = src/users
34767
7313
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4