aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2006-10-27 19:22:10 +0000
committerChristian Grothoff <christian@grothoff.org>2006-10-27 19:22:10 +0000
commit3607ee6924515e1ac10483ba6e5026b0fbbd576e (patch)
treed76f2d400fef6b5185a99fe0d973e7ae6c7d2765
parent1373e4418f858eb91a513fec64e160dc7ae79295 (diff)
downloadgnunet-gtk-3607ee6924515e1ac10483ba6e5026b0fbbd576e.tar.gz
gnunet-gtk-3607ee6924515e1ac10483ba6e5026b0fbbd576e.zip
fix
-rw-r--r--INSTALL69
-rw-r--r--libltdl/Makefile.in67
-rw-r--r--libltdl/aclocal.m4644
-rwxr-xr-xlibltdl/config.guess63
-rwxr-xr-xlibltdl/config.sub99
-rwxr-xr-xlibltdl/configure8571
-rwxr-xr-xlibltdl/install-sh102
-rw-r--r--libltdl/ltmain.sh12
-rwxr-xr-xlibltdl/missing92
-rw-r--r--ltmain.sh12
-rw-r--r--mkinstalldirs26
-rw-r--r--src/plugins/fs/search.c9
12 files changed, 5573 insertions, 4193 deletions
diff --git a/INSTALL b/INSTALL
index 23e5f25d..54caf7c1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,16 +1,13 @@
1Installation Instructions 1Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002 Free Software
2************************* 2Foundation, Inc.
3 3
4Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free 4 This file is free documentation; the Free Software Foundation gives
5Software Foundation, Inc.
6
7This file is free documentation; the Free Software Foundation gives
8unlimited permission to copy, distribute and modify it. 5unlimited permission to copy, distribute and modify it.
9 6
10Basic Installation 7Basic Installation
11================== 8==================
12 9
13These are generic installation instructions. 10 These are generic installation instructions.
14 11
15 The `configure' shell script attempts to guess correct values for 12 The `configure' shell script attempts to guess correct values for
16various system-dependent variables used during compilation. It uses 13various system-dependent variables used during compilation. It uses
@@ -70,9 +67,9 @@ The simplest way to compile this package is:
70Compilers and Options 67Compilers and Options
71===================== 68=====================
72 69
73Some systems require unusual options for compilation or linking that the 70 Some systems require unusual options for compilation or linking that
74`configure' script does not know about. Run `./configure --help' for 71the `configure' script does not know about. Run `./configure --help'
75details on some of the pertinent environment variables. 72for details on some of the pertinent environment variables.
76 73
77 You can give `configure' initial values for configuration parameters 74 You can give `configure' initial values for configuration parameters
78by setting variables in the command line or in the environment. Here 75by setting variables in the command line or in the environment. Here
@@ -85,7 +82,7 @@ is an example:
85Compiling For Multiple Architectures 82Compiling For Multiple Architectures
86==================================== 83====================================
87 84
88You can compile the package for more than one kind of computer at the 85 You can compile the package for more than one kind of computer at the
89same time, by placing the object files for each architecture in their 86same time, by placing the object files for each architecture in their
90own directory. To do this, you must use a version of `make' that 87own directory. To do this, you must use a version of `make' that
91supports the `VPATH' variable, such as GNU `make'. `cd' to the 88supports the `VPATH' variable, such as GNU `make'. `cd' to the
@@ -102,19 +99,19 @@ for another architecture.
102Installation Names 99Installation Names
103================== 100==================
104 101
105By default, `make install' installs the package's commands under 102 By default, `make install' will install the package's files in
106`/usr/local/bin', include files under `/usr/local/include', etc. You 103`/usr/local/bin', `/usr/local/man', etc. You can specify an
107can specify an installation prefix other than `/usr/local' by giving 104installation prefix other than `/usr/local' by giving `configure' the
108`configure' the option `--prefix=PREFIX'. 105option `--prefix=PATH'.
109 106
110 You can specify separate installation prefixes for 107 You can specify separate installation prefixes for
111architecture-specific files and architecture-independent files. If you 108architecture-specific files and architecture-independent files. If you
112pass the option `--exec-prefix=PREFIX' to `configure', the package uses 109give `configure' the option `--exec-prefix=PATH', the package will use
113PREFIX as the prefix for installing programs and libraries. 110PATH as the prefix for installing programs and libraries.
114Documentation and other data files still use the regular prefix. 111Documentation and other data files will still use the regular prefix.
115 112
116 In addition, if you use an unusual directory layout you can give 113 In addition, if you use an unusual directory layout you can give
117options like `--bindir=DIR' to specify different values for particular 114options like `--bindir=PATH' to specify different values for particular
118kinds of files. Run `configure --help' for a list of the directories 115kinds of files. Run `configure --help' for a list of the directories
119you can set and what kinds of files go in them. 116you can set and what kinds of files go in them.
120 117
@@ -125,7 +122,7 @@ option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
125Optional Features 122Optional Features
126================= 123=================
127 124
128Some packages pay attention to `--enable-FEATURE' options to 125 Some packages pay attention to `--enable-FEATURE' options to
129`configure', where FEATURE indicates an optional part of the package. 126`configure', where FEATURE indicates an optional part of the package.
130They may also pay attention to `--with-PACKAGE' options, where PACKAGE 127They may also pay attention to `--with-PACKAGE' options, where PACKAGE
131is something like `gnu-as' or `x' (for the X Window System). The 128is something like `gnu-as' or `x' (for the X Window System). The
@@ -140,11 +137,11 @@ you can use the `configure' options `--x-includes=DIR' and
140Specifying the System Type 137Specifying the System Type
141========================== 138==========================
142 139
143There may be some features `configure' cannot figure out automatically, 140 There may be some features `configure' cannot figure out
144but needs to determine by the type of machine the package will run on. 141automatically, but needs to determine by the type of machine the package
145Usually, assuming the package is built to be run on the _same_ 142will run on. Usually, assuming the package is built to be run on the
146architectures, `configure' can figure that out, but if it prints a 143_same_ architectures, `configure' can figure that out, but if it prints
147message saying it cannot guess the machine type, give it the 144a message saying it cannot guess the machine type, give it the
148`--build=TYPE' option. TYPE can either be a short name for the system 145`--build=TYPE' option. TYPE can either be a short name for the system
149type, such as `sun4', or a canonical name which has the form: 146type, such as `sun4', or a canonical name which has the form:
150 147
@@ -159,7 +156,7 @@ where SYSTEM can have one of these forms:
159need to know the machine type. 156need to know the machine type.
160 157
161 If you are _building_ compiler tools for cross-compiling, you should 158 If you are _building_ compiler tools for cross-compiling, you should
162use the option `--target=TYPE' to select the type of system they will 159use the `--target=TYPE' option to select the type of system they will
163produce code for. 160produce code for.
164 161
165 If you want to _use_ a cross compiler, that generates code for a 162 If you want to _use_ a cross compiler, that generates code for a
@@ -170,9 +167,9 @@ eventually be run) with `--host=TYPE'.
170Sharing Defaults 167Sharing Defaults
171================ 168================
172 169
173If you want to set default values for `configure' scripts to share, you 170 If you want to set default values for `configure' scripts to share,
174can create a site shell script called `config.site' that gives default 171you can create a site shell script called `config.site' that gives
175values for variables like `CC', `cache_file', and `prefix'. 172default values for variables like `CC', `cache_file', and `prefix'.
176`configure' looks for `PREFIX/share/config.site' if it exists, then 173`configure' looks for `PREFIX/share/config.site' if it exists, then
177`PREFIX/etc/config.site' if it exists. Or, you can set the 174`PREFIX/etc/config.site' if it exists. Or, you can set the
178`CONFIG_SITE' environment variable to the location of the site script. 175`CONFIG_SITE' environment variable to the location of the site script.
@@ -181,7 +178,7 @@ A warning: not all `configure' scripts look for a site script.
181Defining Variables 178Defining Variables
182================== 179==================
183 180
184Variables not defined in a site shell script can be set in the 181 Variables not defined in a site shell script can be set in the
185environment passed to `configure'. However, some packages may run 182environment passed to `configure'. However, some packages may run
186configure again during the build, and the customized values of these 183configure again during the build, and the customized values of these
187variables may be lost. In order to avoid this problem, you should set 184variables may be lost. In order to avoid this problem, you should set
@@ -189,18 +186,14 @@ them in the `configure' command line, using `VAR=value'. For example:
189 186
190 ./configure CC=/usr/local2/bin/gcc 187 ./configure CC=/usr/local2/bin/gcc
191 188
192causes the specified `gcc' to be used as the C compiler (unless it is 189will cause the specified gcc to be used as the C compiler (unless it is
193overridden in the site shell script). Here is a another example: 190overridden in the site shell script).
194
195 /bin/bash ./configure CONFIG_SHELL=/bin/bash
196
197Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent
198configuration-related scripts to be executed by `/bin/bash'.
199 191
200`configure' Invocation 192`configure' Invocation
201====================== 193======================
202 194
203`configure' recognizes the following options to control how it operates. 195 `configure' recognizes the following options to control how it
196operates.
204 197
205`--help' 198`--help'
206`-h' 199`-h'
diff --git a/libltdl/Makefile.in b/libltdl/Makefile.in
index 3a2edf5b..228b7ce8 100644
--- a/libltdl/Makefile.in
+++ b/libltdl/Makefile.in
@@ -1,8 +1,8 @@
1# Makefile.in generated by automake 1.9.6 from Makefile.am. 1# Makefile.in generated by automake 1.8.5 from Makefile.am.
2# @configure_input@ 2# @configure_input@
3 3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005 Free Software Foundation, Inc. 5# 2003, 2004 Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation 6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it, 7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved. 8# with or without modifications, as long as this notice is preserved.
@@ -15,6 +15,8 @@
15@SET_MAKE@ 15@SET_MAKE@
16 16
17 17
18SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
19
18srcdir = @srcdir@ 20srcdir = @srcdir@
19top_srcdir = @top_srcdir@ 21top_srcdir = @top_srcdir@
20VPATH = @srcdir@ 22VPATH = @srcdir@
@@ -35,7 +37,6 @@ POST_INSTALL = :
35NORMAL_UNINSTALL = : 37NORMAL_UNINSTALL = :
36PRE_UNINSTALL = : 38PRE_UNINSTALL = :
37POST_UNINSTALL = : 39POST_UNINSTALL = :
38build_triplet = @build@
39host_triplet = @host@ 40host_triplet = @host@
40DIST_COMMON = README $(am__configure_deps) $(am__include_HEADERS_DIST) \ 41DIST_COMMON = README $(am__configure_deps) $(am__include_HEADERS_DIST) \
41 $(am__noinst_HEADERS_DIST) $(srcdir)/Makefile.am \ 42 $(am__noinst_HEADERS_DIST) $(srcdir)/Makefile.am \
@@ -49,15 +50,9 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49 $(ACLOCAL_M4) 50 $(ACLOCAL_M4)
50am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 51am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
51 configure.lineno configure.status.lineno 52 configure.lineno configure.status.lineno
52mkinstalldirs = $(install_sh) -d 53mkinstalldirs = $(mkdir_p)
53CONFIG_HEADER = config.h 54CONFIG_HEADER = config.h
54CONFIG_CLEAN_FILES = 55CONFIG_CLEAN_FILES =
55am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
56am__vpath_adj = case $$p in \
57 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
58 *) f=$$p;; \
59 esac;
60am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
61am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" 56am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
62libLTLIBRARIES_INSTALL = $(INSTALL) 57libLTLIBRARIES_INSTALL = $(INSTALL)
63LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) 58LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
@@ -65,21 +60,19 @@ am__DEPENDENCIES_1 =
65libltdl_la_DEPENDENCIES = $(am__DEPENDENCIES_1) 60libltdl_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
66am_libltdl_la_OBJECTS = ltdl.lo 61am_libltdl_la_OBJECTS = ltdl.lo
67libltdl_la_OBJECTS = $(am_libltdl_la_OBJECTS) 62libltdl_la_OBJECTS = $(am_libltdl_la_OBJECTS)
68@INSTALL_LTDL_TRUE@am_libltdl_la_rpath = -rpath $(libdir)
69libltdlc_la_DEPENDENCIES = $(am__DEPENDENCIES_1) 63libltdlc_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
70am_libltdlc_la_OBJECTS = ltdl.lo 64am_libltdlc_la_OBJECTS = ltdl.lo
71libltdlc_la_OBJECTS = $(am_libltdlc_la_OBJECTS) 65libltdlc_la_OBJECTS = $(am_libltdlc_la_OBJECTS)
72@CONVENIENCE_LTDL_TRUE@am_libltdlc_la_rpath =
73DEFAULT_INCLUDES = -I. -I$(srcdir) -I. 66DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
74depcomp = 67depcomp =
75am__depfiles_maybe = 68am__depfiles_maybe =
76COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 69COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
77 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 70 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ 71LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
79 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 72 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
80 $(AM_CFLAGS) $(CFLAGS) 73 $(AM_CFLAGS) $(CFLAGS)
81CCLD = $(CC) 74CCLD = $(CC)
82LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 75LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
83 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 76 $(AM_LDFLAGS) $(LDFLAGS) -o $@
84SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES) 77SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
85DIST_SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES) 78DIST_SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
@@ -133,6 +126,7 @@ EGREP = @EGREP@
133EXEEXT = @EXEEXT@ 126EXEEXT = @EXEEXT@
134F77 = @F77@ 127F77 = @F77@
135FFLAGS = @FFLAGS@ 128FFLAGS = @FFLAGS@
129GREP = @GREP@
136INSTALL_DATA = @INSTALL_DATA@ 130INSTALL_DATA = @INSTALL_DATA@
137INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@ 131INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@
138INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@ 132INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@
@@ -165,15 +159,9 @@ SET_MAKE = @SET_MAKE@
165SHELL = @SHELL@ 159SHELL = @SHELL@
166STRIP = @STRIP@ 160STRIP = @STRIP@
167VERSION = @VERSION@ 161VERSION = @VERSION@
168ac_ct_AR = @ac_ct_AR@
169ac_ct_AS = @ac_ct_AS@
170ac_ct_CC = @ac_ct_CC@ 162ac_ct_CC = @ac_ct_CC@
171ac_ct_CXX = @ac_ct_CXX@ 163ac_ct_CXX = @ac_ct_CXX@
172ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
173ac_ct_F77 = @ac_ct_F77@ 164ac_ct_F77 = @ac_ct_F77@
174ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
175ac_ct_RANLIB = @ac_ct_RANLIB@
176ac_ct_STRIP = @ac_ct_STRIP@
177am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 165am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
178am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 166am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
179am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 167am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
@@ -181,8 +169,6 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
181am__include = @am__include@ 169am__include = @am__include@
182am__leading_dot = @am__leading_dot@ 170am__leading_dot = @am__leading_dot@
183am__quote = @am__quote@ 171am__quote = @am__quote@
184am__tar = @am__tar@
185am__untar = @am__untar@
186bindir = @bindir@ 172bindir = @bindir@
187build = @build@ 173build = @build@
188build_alias = @build_alias@ 174build_alias = @build_alias@
@@ -190,23 +176,30 @@ build_cpu = @build_cpu@
190build_os = @build_os@ 176build_os = @build_os@
191build_vendor = @build_vendor@ 177build_vendor = @build_vendor@
192datadir = @datadir@ 178datadir = @datadir@
179datarootdir = @datarootdir@
180docdir = @docdir@
181dvidir = @dvidir@
193exec_prefix = @exec_prefix@ 182exec_prefix = @exec_prefix@
194host = @host@ 183host = @host@
195host_alias = @host_alias@ 184host_alias = @host_alias@
196host_cpu = @host_cpu@ 185host_cpu = @host_cpu@
197host_os = @host_os@ 186host_os = @host_os@
198host_vendor = @host_vendor@ 187host_vendor = @host_vendor@
188htmldir = @htmldir@
199includedir = @includedir@ 189includedir = @includedir@
200infodir = @infodir@ 190infodir = @infodir@
201install_sh = @install_sh@ 191install_sh = @install_sh@
202libdir = @libdir@ 192libdir = @libdir@
203libexecdir = @libexecdir@ 193libexecdir = @libexecdir@
194localedir = @localedir@
204localstatedir = @localstatedir@ 195localstatedir = @localstatedir@
205mandir = @mandir@ 196mandir = @mandir@
206mkdir_p = @mkdir_p@ 197mkdir_p = @mkdir_p@
207oldincludedir = @oldincludedir@ 198oldincludedir = @oldincludedir@
199pdfdir = @pdfdir@
208prefix = @prefix@ 200prefix = @prefix@
209program_transform_name = @program_transform_name@ 201program_transform_name = @program_transform_name@
202psdir = @psdir@
210sbindir = @sbindir@ 203sbindir = @sbindir@
211sharedstatedir = @sharedstatedir@ 204sharedstatedir = @sharedstatedir@
212sysconfdir = @sysconfdir@ 205sysconfdir = @sysconfdir@
@@ -282,7 +275,7 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
282 test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" 275 test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
283 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 276 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
284 if test -f $$p; then \ 277 if test -f $$p; then \
285 f=$(am__strip_dir) \ 278 f="`echo $$p | sed -e 's|^.*/||'`"; \
286 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ 279 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
287 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ 280 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
288 else :; fi; \ 281 else :; fi; \
@@ -290,8 +283,8 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
290 283
291uninstall-libLTLIBRARIES: 284uninstall-libLTLIBRARIES:
292 @$(NORMAL_UNINSTALL) 285 @$(NORMAL_UNINSTALL)
293 @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 286 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
294 p=$(am__strip_dir) \ 287 p="`echo $$p | sed -e 's|^.*/||'`"; \
295 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ 288 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
296 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ 289 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
297 done 290 done
@@ -314,9 +307,9 @@ clean-noinstLTLIBRARIES:
314 rm -f "$${dir}/so_locations"; \ 307 rm -f "$${dir}/so_locations"; \
315 done 308 done
316libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES) 309libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES)
317 $(LINK) $(am_libltdl_la_rpath) $(libltdl_la_LDFLAGS) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS) 310 $(LINK) -rpath $(libdir) $(libltdl_la_LDFLAGS) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS)
318libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES) 311libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES)
319 $(LINK) $(am_libltdlc_la_rpath) $(libltdlc_la_LDFLAGS) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS) 312 $(LINK) $(libltdlc_la_LDFLAGS) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS)
320 313
321mostlyclean-compile: 314mostlyclean-compile:
322 -rm -f *.$(OBJEXT) 315 -rm -f *.$(OBJEXT)
@@ -347,7 +340,7 @@ install-includeHEADERS: $(include_HEADERS)
347 test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)" 340 test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
348 @list='$(include_HEADERS)'; for p in $$list; do \ 341 @list='$(include_HEADERS)'; for p in $$list; do \
349 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 342 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
350 f=$(am__strip_dir) \ 343 f="`echo $$p | sed -e 's|^.*/||'`"; \
351 echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \ 344 echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
352 $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \ 345 $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
353 done 346 done
@@ -355,7 +348,7 @@ install-includeHEADERS: $(include_HEADERS)
355uninstall-includeHEADERS: 348uninstall-includeHEADERS:
356 @$(NORMAL_UNINSTALL) 349 @$(NORMAL_UNINSTALL)
357 @list='$(include_HEADERS)'; for p in $$list; do \ 350 @list='$(include_HEADERS)'; for p in $$list; do \
358 f=$(am__strip_dir) \ 351 f="`echo $$p | sed -e 's|^.*/||'`"; \
359 echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \ 352 echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
360 rm -f "$(DESTDIR)$(includedir)/$$f"; \ 353 rm -f "$(DESTDIR)$(includedir)/$$f"; \
361 done 354 done
@@ -443,15 +436,15 @@ distdir: $(DISTFILES)
443 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 436 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
444 || chmod -R a+r $(distdir) 437 || chmod -R a+r $(distdir)
445dist-gzip: distdir 438dist-gzip: distdir
446 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 439 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
447 $(am__remove_distdir) 440 $(am__remove_distdir)
448 441
449dist-bzip2: distdir 442dist-bzip2: distdir
450 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 443 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
451 $(am__remove_distdir) 444 $(am__remove_distdir)
452 445
453dist-tarZ: distdir 446dist-tarZ: distdir
454 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 447 $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
455 $(am__remove_distdir) 448 $(am__remove_distdir)
456 449
457dist-shar: distdir 450dist-shar: distdir
@@ -464,7 +457,7 @@ dist-zip: distdir
464 $(am__remove_distdir) 457 $(am__remove_distdir)
465 458
466dist dist-all: distdir 459dist dist-all: distdir
467 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 460 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
468 $(am__remove_distdir) 461 $(am__remove_distdir)
469 462
470# This target untars the dist file and tries a VPATH configuration. Then 463# This target untars the dist file and tries a VPATH configuration. Then
@@ -473,11 +466,11 @@ dist dist-all: distdir
473distcheck: dist 466distcheck: dist
474 case '$(DIST_ARCHIVES)' in \ 467 case '$(DIST_ARCHIVES)' in \
475 *.tar.gz*) \ 468 *.tar.gz*) \
476 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 469 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
477 *.tar.bz2*) \ 470 *.tar.bz2*) \
478 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 471 bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
479 *.tar.Z*) \ 472 *.tar.Z*) \
480 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 473 uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
481 *.shar.gz*) \ 474 *.shar.gz*) \
482 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 475 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
483 *.zip*) \ 476 *.zip*) \
@@ -561,7 +554,7 @@ clean-generic:
561 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 554 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
562 555
563distclean-generic: 556distclean-generic:
564 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 557 -rm -f $(CONFIG_CLEAN_FILES)
565 558
566maintainer-clean-generic: 559maintainer-clean-generic:
567 @echo "This command is intended for maintainers to use" 560 @echo "This command is intended for maintainers to use"
diff --git a/libltdl/aclocal.m4 b/libltdl/aclocal.m4
index a3321548..4f3077ba 100644
--- a/libltdl/aclocal.m4
+++ b/libltdl/aclocal.m4
@@ -1,7 +1,7 @@
1# generated automatically by aclocal 1.9.6 -*- Autoconf -*- 1# generated automatically by aclocal 1.8.5 -*- Autoconf -*-
2 2
3# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 3# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
4# 2005 Free Software Foundation, Inc. 4# Free Software Foundation, Inc.
5# This file is free software; the Free Software Foundation 5# This file is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it, 6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved. 7# with or without modifications, as long as this notice is preserved.
@@ -13,7 +13,7 @@
13 13
14# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 14# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
15 15
16# serial 48 AC_PROG_LIBTOOL 16# serial 48 Debian 1.5.22-4 AC_PROG_LIBTOOL
17 17
18 18
19# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED) 19# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
@@ -1397,18 +1397,6 @@ freebsd1*)
1397 dynamic_linker=no 1397 dynamic_linker=no
1398 ;; 1398 ;;
1399 1399
1400kfreebsd*-gnu)
1401 version_type=linux
1402 need_lib_prefix=no
1403 need_version=no
1404 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1405 soname_spec='${libname}${release}${shared_ext}$major'
1406 shlibpath_var=LD_LIBRARY_PATH
1407 shlibpath_overrides_runpath=no
1408 hardcode_into_libs=yes
1409 dynamic_linker='GNU ld.so'
1410 ;;
1411
1412freebsd* | dragonfly*) 1400freebsd* | dragonfly*)
1413 # DragonFly does not have aout. When/if they implement a new 1401 # DragonFly does not have aout. When/if they implement a new
1414 # versioning mechanism, adjust this. 1402 # versioning mechanism, adjust this.
@@ -1564,7 +1552,7 @@ linux*oldld* | linux*aout* | linux*coff*)
1564 ;; 1552 ;;
1565 1553
1566# This must be Linux ELF. 1554# This must be Linux ELF.
1567linux*) 1555linux* | k*bsd*-gnu)
1568 version_type=linux 1556 version_type=linux
1569 need_lib_prefix=no 1557 need_lib_prefix=no
1570 need_version=no 1558 need_version=no
@@ -1578,27 +1566,10 @@ linux*)
1578 # before this can be enabled. 1566 # before this can be enabled.
1579 hardcode_into_libs=yes 1567 hardcode_into_libs=yes
1580 1568
1581 # find out which ABI we are using
1582 libsuff=
1583 case "$host_cpu" in
1584 x86_64*|s390x*|powerpc64*)
1585 echo '[#]line __oline__ "configure"' > conftest.$ac_ext
1586 if AC_TRY_EVAL(ac_compile); then
1587 case `/usr/bin/file conftest.$ac_objext` in
1588 *64-bit*)
1589 libsuff=64
1590 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
1591 ;;
1592 esac
1593 fi
1594 rm -rf conftest*
1595 ;;
1596 esac
1597
1598 # Append ld.so.conf contents to the search path 1569 # Append ld.so.conf contents to the search path
1599 if test -f /etc/ld.so.conf; then 1570 if test -f /etc/ld.so.conf; then
1600 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' ' '` 1571 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' ' '`
1601 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" 1572 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
1602 fi 1573 fi
1603 1574
1604 # We used to test for /lib/ld.so.1 and disable shared libraries on 1575 # We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -1610,7 +1581,7 @@ linux*)
1610 dynamic_linker='GNU/Linux ld.so' 1581 dynamic_linker='GNU/Linux ld.so'
1611 ;; 1582 ;;
1612 1583
1613knetbsd*-gnu) 1584netbsdelf*-gnu)
1614 version_type=linux 1585 version_type=linux
1615 need_lib_prefix=no 1586 need_lib_prefix=no
1616 need_version=no 1587 need_version=no
@@ -1619,7 +1590,7 @@ knetbsd*-gnu)
1619 shlibpath_var=LD_LIBRARY_PATH 1590 shlibpath_var=LD_LIBRARY_PATH
1620 shlibpath_overrides_runpath=no 1591 shlibpath_overrides_runpath=no
1621 hardcode_into_libs=yes 1592 hardcode_into_libs=yes
1622 dynamic_linker='GNU ld.so' 1593 dynamic_linker='NetBSD ld.elf_so'
1623 ;; 1594 ;;
1624 1595
1625netbsd*) 1596netbsd*)
@@ -2327,7 +2298,7 @@ darwin* | rhapsody*)
2327 lt_cv_deplibs_check_method=pass_all 2298 lt_cv_deplibs_check_method=pass_all
2328 ;; 2299 ;;
2329 2300
2330freebsd* | kfreebsd*-gnu | dragonfly*) 2301freebsd* | dragonfly*)
2331 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 2302 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2332 case $host_cpu in 2303 case $host_cpu in
2333 i*86 ) 2304 i*86 )
@@ -2381,11 +2352,11 @@ irix5* | irix6* | nonstopux*)
2381 ;; 2352 ;;
2382 2353
2383# This must be Linux ELF. 2354# This must be Linux ELF.
2384linux*) 2355linux* | k*bsd*-gnu)
2385 lt_cv_deplibs_check_method=pass_all 2356 lt_cv_deplibs_check_method=pass_all
2386 ;; 2357 ;;
2387 2358
2388netbsd*) 2359netbsd* | netbsdelf*-gnu)
2389 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 2360 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2390 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' 2361 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2391 else 2362 else
@@ -3133,7 +3104,7 @@ case $host_os in
3133 freebsd-elf*) 3104 freebsd-elf*)
3134 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no 3105 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3135 ;; 3106 ;;
3136 freebsd* | kfreebsd*-gnu | dragonfly*) 3107 freebsd* | dragonfly*)
3137 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF 3108 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
3138 # conventions 3109 # conventions
3139 _LT_AC_TAGVAR(ld_shlibs, $1)=yes 3110 _LT_AC_TAGVAR(ld_shlibs, $1)=yes
@@ -3292,7 +3263,7 @@ case $host_os in
3292 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' 3263 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3293 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: 3264 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3294 ;; 3265 ;;
3295 linux*) 3266 linux* | k*bsd*-gnu)
3296 case $cc_basename in 3267 case $cc_basename in
3297 KCC*) 3268 KCC*)
3298 # Kuck and Associates, Inc. (KAI) C++ Compiler 3269 # Kuck and Associates, Inc. (KAI) C++ Compiler
@@ -3394,7 +3365,7 @@ case $host_os in
3394 ;; 3365 ;;
3395 esac 3366 esac
3396 ;; 3367 ;;
3397 netbsd*) 3368 netbsd* | netbsdelf*-gnu)
3398 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 3369 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
3399 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' 3370 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
3400 wlarc= 3371 wlarc=
@@ -4659,7 +4630,7 @@ hpux*) # Its linker distinguishes data from code symbols
4659 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" 4630 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4660 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'" 4631 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'"
4661 ;; 4632 ;;
4662linux*) 4633linux* | k*bsd*-gnu)
4663 if test "$host_cpu" = ia64; then 4634 if test "$host_cpu" = ia64; then
4664 symcode='[[ABCDGIRSTW]]' 4635 symcode='[[ABCDGIRSTW]]'
4665 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" 4636 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
@@ -4932,7 +4903,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
4932 ;; 4903 ;;
4933 esac 4904 esac
4934 ;; 4905 ;;
4935 freebsd* | kfreebsd*-gnu | dragonfly*) 4906 freebsd* | dragonfly*)
4936 # FreeBSD uses GNU C++ 4907 # FreeBSD uses GNU C++
4937 ;; 4908 ;;
4938 hpux9* | hpux10* | hpux11*) 4909 hpux9* | hpux10* | hpux11*)
@@ -4975,7 +4946,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
4975 ;; 4946 ;;
4976 esac 4947 esac
4977 ;; 4948 ;;
4978 linux*) 4949 linux* | k*bsd*-gnu)
4979 case $cc_basename in 4950 case $cc_basename in
4980 KCC*) 4951 KCC*)
4981 # KAI C++ Compiler 4952 # KAI C++ Compiler
@@ -5018,7 +4989,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
5018 ;; 4989 ;;
5019 esac 4990 esac
5020 ;; 4991 ;;
5021 netbsd*) 4992 netbsd* | netbsdelf*-gnu)
5022 ;; 4993 ;;
5023 osf3* | osf4* | osf5*) 4994 osf3* | osf4* | osf5*)
5024 case $cc_basename in 4995 case $cc_basename in
@@ -5229,7 +5200,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
5229 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' 5200 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5230 ;; 5201 ;;
5231 5202
5232 linux*) 5203 linux* | k*bsd*-gnu)
5233 case $cc_basename in 5204 case $cc_basename in
5234 icc* | ecc*) 5205 icc* | ecc*)
5235 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' 5206 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
@@ -5370,6 +5341,9 @@ ifelse([$1],[CXX],[
5370 cygwin* | mingw*) 5341 cygwin* | mingw*)
5371 _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' 5342 _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'
5372 ;; 5343 ;;
5344 linux* | k*bsd*-gnu)
5345 _LT_AC_TAGVAR(link_all_deplibs, $1)=no
5346 ;;
5373 *) 5347 *)
5374 _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 5348 _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5375 ;; 5349 ;;
@@ -5540,7 +5514,7 @@ EOF
5540 _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' 5514 _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'
5541 ;; 5515 ;;
5542 5516
5543 linux*) 5517 linux* | k*bsd*-gnu)
5544 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 5518 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5545 tmp_addflag= 5519 tmp_addflag=
5546 case $cc_basename,$host_cpu in 5520 case $cc_basename,$host_cpu in
@@ -5566,12 +5540,13 @@ EOF
5566 $echo "local: *; };" >> $output_objdir/$libname.ver~ 5540 $echo "local: *; };" >> $output_objdir/$libname.ver~
5567 $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 5541 $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
5568 fi 5542 fi
5543 _LT_AC_TAGVAR(link_all_deplibs, $1)=no
5569 else 5544 else
5570 _LT_AC_TAGVAR(ld_shlibs, $1)=no 5545 _LT_AC_TAGVAR(ld_shlibs, $1)=no
5571 fi 5546 fi
5572 ;; 5547 ;;
5573 5548
5574 netbsd*) 5549 netbsd* | netbsdelf*-gnu)
5575 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 5550 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5576 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' 5551 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
5577 wlarc= 5552 wlarc=
@@ -5901,7 +5876,7 @@ _LT_EOF
5901 ;; 5876 ;;
5902 5877
5903 # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 5878 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
5904 freebsd* | kfreebsd*-gnu | dragonfly*) 5879 freebsd* | dragonfly*)
5905 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 5880 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
5906 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' 5881 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5907 _LT_AC_TAGVAR(hardcode_direct, $1)=yes 5882 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
@@ -6003,7 +5978,7 @@ _LT_EOF
6003 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes 5978 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
6004 ;; 5979 ;;
6005 5980
6006 netbsd*) 5981 netbsd* | netbsdelf*-gnu)
6007 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 5982 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
6008 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out 5983 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
6009 else 5984 else
@@ -6528,7 +6503,7 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
6528 # If you are looking for one http://www.opendarwin.org/projects/dlcompat 6503 # If you are looking for one http://www.opendarwin.org/projects/dlcompat
6529 libltdl_cv_sys_dlopen_deplibs=yes 6504 libltdl_cv_sys_dlopen_deplibs=yes
6530 ;; 6505 ;;
6531 gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu) 6506 gnu* | linux* | k*bsd*-gnu)
6532 # GNU and its variants, using gnu ld.so (Glibc) 6507 # GNU and its variants, using gnu ld.so (Glibc)
6533 libltdl_cv_sys_dlopen_deplibs=yes 6508 libltdl_cv_sys_dlopen_deplibs=yes
6534 ;; 6509 ;;
@@ -6548,7 +6523,7 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
6548 # at 6.2 and later dlopen does load deplibs. 6523 # at 6.2 and later dlopen does load deplibs.
6549 libltdl_cv_sys_dlopen_deplibs=yes 6524 libltdl_cv_sys_dlopen_deplibs=yes
6550 ;; 6525 ;;
6551 netbsd*) 6526 netbsd* | netbsdelf*-gnu)
6552 libltdl_cv_sys_dlopen_deplibs=yes 6527 libltdl_cv_sys_dlopen_deplibs=yes
6553 ;; 6528 ;;
6554 openbsd*) 6529 openbsd*)
@@ -6821,32 +6796,55 @@ AC_CHECK_TYPES([error_t],
6821AC_CHECK_FUNCS([argz_append argz_create_sep argz_insert argz_next argz_stringify]) 6796AC_CHECK_FUNCS([argz_append argz_create_sep argz_insert argz_next argz_stringify])
6822])# AC_LTDL_FUNC_ARGZ 6797])# AC_LTDL_FUNC_ARGZ
6823 6798
6824# Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. 6799# -*- Autoconf -*-
6825# 6800# Copyright (C) 2002, 2003 Free Software Foundation, Inc.
6826# This file is free software; the Free Software Foundation 6801# Generated from amversion.in; do not edit by hand.
6827# gives unlimited permission to copy and/or distribute it, 6802
6828# with or without modifications, as long as this notice is preserved. 6803# This program is free software; you can redistribute it and/or modify
6804# it under the terms of the GNU General Public License as published by
6805# the Free Software Foundation; either version 2, or (at your option)
6806# any later version.
6807
6808# This program is distributed in the hope that it will be useful,
6809# but WITHOUT ANY WARRANTY; without even the implied warranty of
6810# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6811# GNU General Public License for more details.
6812
6813# You should have received a copy of the GNU General Public License
6814# along with this program; if not, write to the Free Software
6815# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
6829 6816
6830# AM_AUTOMAKE_VERSION(VERSION) 6817# AM_AUTOMAKE_VERSION(VERSION)
6831# ---------------------------- 6818# ----------------------------
6832# Automake X.Y traces this macro to ensure aclocal.m4 has been 6819# Automake X.Y traces this macro to ensure aclocal.m4 has been
6833# generated from the m4 files accompanying Automake X.Y. 6820# generated from the m4 files accompanying Automake X.Y.
6834AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"]) 6821AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.8"])
6835 6822
6836# AM_SET_CURRENT_AUTOMAKE_VERSION 6823# AM_SET_CURRENT_AUTOMAKE_VERSION
6837# ------------------------------- 6824# -------------------------------
6838# Call AM_AUTOMAKE_VERSION so it can be traced. 6825# Call AM_AUTOMAKE_VERSION so it can be traced.
6839# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 6826# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
6840AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 6827AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
6841 [AM_AUTOMAKE_VERSION([1.9.6])]) 6828 [AM_AUTOMAKE_VERSION([1.8.5])])
6842 6829
6843# AM_AUX_DIR_EXPAND -*- Autoconf -*- 6830# AM_AUX_DIR_EXPAND
6844 6831
6845# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. 6832# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
6846# 6833
6847# This file is free software; the Free Software Foundation 6834# This program is free software; you can redistribute it and/or modify
6848# gives unlimited permission to copy and/or distribute it, 6835# it under the terms of the GNU General Public License as published by
6849# with or without modifications, as long as this notice is preserved. 6836# the Free Software Foundation; either version 2, or (at your option)
6837# any later version.
6838
6839# This program is distributed in the hope that it will be useful,
6840# but WITHOUT ANY WARRANTY; without even the implied warranty of
6841# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6842# GNU General Public License for more details.
6843
6844# You should have received a copy of the GNU General Public License
6845# along with this program; if not, write to the Free Software
6846# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
6847# 02111-1307, USA.
6850 6848
6851# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets 6849# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
6852# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to 6850# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
@@ -6893,16 +6891,26 @@ AC_PREREQ([2.50])dnl
6893am_aux_dir=`cd $ac_aux_dir && pwd` 6891am_aux_dir=`cd $ac_aux_dir && pwd`
6894]) 6892])
6895 6893
6896# AM_CONDITIONAL -*- Autoconf -*- 6894# AM_CONDITIONAL -*- Autoconf -*-
6897 6895
6898# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005 6896# Copyright (C) 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
6899# Free Software Foundation, Inc.
6900#
6901# This file is free software; the Free Software Foundation
6902# gives unlimited permission to copy and/or distribute it,
6903# with or without modifications, as long as this notice is preserved.
6904 6897
6905# serial 7 6898# This program is free software; you can redistribute it and/or modify
6899# it under the terms of the GNU General Public License as published by
6900# the Free Software Foundation; either version 2, or (at your option)
6901# any later version.
6902
6903# This program is distributed in the hope that it will be useful,
6904# but WITHOUT ANY WARRANTY; without even the implied warranty of
6905# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6906# GNU General Public License for more details.
6907
6908# You should have received a copy of the GNU General Public License
6909# along with this program; if not, write to the Free Software
6910# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
6911# 02111-1307, USA.
6912
6913# serial 6
6906 6914
6907# AM_CONDITIONAL(NAME, SHELL-CONDITION) 6915# AM_CONDITIONAL(NAME, SHELL-CONDITION)
6908# ------------------------------------- 6916# -------------------------------------
@@ -6922,19 +6930,30 @@ else
6922fi 6930fi
6923AC_CONFIG_COMMANDS_PRE( 6931AC_CONFIG_COMMANDS_PRE(
6924[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then 6932[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
6925 AC_MSG_ERROR([[conditional "$1" was never defined. 6933 AC_MSG_ERROR([conditional "$1" was never defined.
6926Usually this means the macro was only invoked conditionally.]]) 6934Usually this means the macro was only invoked conditionally.])
6927fi])]) 6935fi])])
6928 6936
6937# serial 7 -*- Autoconf -*-
6929 6938
6930# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 6939# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
6931# Free Software Foundation, Inc. 6940# Free Software Foundation, Inc.
6932#
6933# This file is free software; the Free Software Foundation
6934# gives unlimited permission to copy and/or distribute it,
6935# with or without modifications, as long as this notice is preserved.
6936 6941
6937# serial 8 6942# This program is free software; you can redistribute it and/or modify
6943# it under the terms of the GNU General Public License as published by
6944# the Free Software Foundation; either version 2, or (at your option)
6945# any later version.
6946
6947# This program is distributed in the hope that it will be useful,
6948# but WITHOUT ANY WARRANTY; without even the implied warranty of
6949# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6950# GNU General Public License for more details.
6951
6952# You should have received a copy of the GNU General Public License
6953# along with this program; if not, write to the Free Software
6954# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
6955# 02111-1307, USA.
6956
6938 6957
6939# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be 6958# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
6940# written in clear, in which case automake, when reading aclocal.m4, 6959# written in clear, in which case automake, when reading aclocal.m4,
@@ -6943,6 +6962,7 @@ fi])])
6943# CC etc. in the Makefile, will ask for an AC_PROG_CC use... 6962# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
6944 6963
6945 6964
6965
6946# _AM_DEPENDENCIES(NAME) 6966# _AM_DEPENDENCIES(NAME)
6947# ---------------------- 6967# ----------------------
6948# See how the compiler implements dependency checking. 6968# See how the compiler implements dependency checking.
@@ -7082,16 +7102,26 @@ AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
7082AC_SUBST([AMDEPBACKSLASH]) 7102AC_SUBST([AMDEPBACKSLASH])
7083]) 7103])
7084 7104
7085# Generate code to set up dependency tracking. -*- Autoconf -*- 7105# Generate code to set up dependency tracking. -*- Autoconf -*-
7086 7106
7087# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 7107# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
7088# Free Software Foundation, Inc. 7108
7089# 7109# This program is free software; you can redistribute it and/or modify
7090# This file is free software; the Free Software Foundation 7110# it under the terms of the GNU General Public License as published by
7091# gives unlimited permission to copy and/or distribute it, 7111# the Free Software Foundation; either version 2, or (at your option)
7092# with or without modifications, as long as this notice is preserved. 7112# any later version.
7113
7114# This program is distributed in the hope that it will be useful,
7115# but WITHOUT ANY WARRANTY; without even the implied warranty of
7116# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7117# GNU General Public License for more details.
7093 7118
7094#serial 3 7119# You should have received a copy of the GNU General Public License
7120# along with this program; if not, write to the Free Software
7121# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7122# 02111-1307, USA.
7123
7124#serial 2
7095 7125
7096# _AM_OUTPUT_DEPENDENCY_COMMANDS 7126# _AM_OUTPUT_DEPENDENCY_COMMANDS
7097# ------------------------------ 7127# ------------------------------
@@ -7110,21 +7140,27 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
7110 else 7140 else
7111 continue 7141 continue
7112 fi 7142 fi
7113 # Extract the definition of DEPDIR, am__include, and am__quote 7143 grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue
7114 # from the Makefile without running `make'. 7144 # Extract the definition of DEP_FILES from the Makefile without
7145 # running `make'.
7115 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 7146 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
7116 test -z "$DEPDIR" && continue 7147 test -z "$DEPDIR" && continue
7117 am__include=`sed -n 's/^am__include = //p' < "$mf"`
7118 test -z "am__include" && continue
7119 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
7120 # When using ansi2knr, U may be empty or an underscore; expand it 7148 # When using ansi2knr, U may be empty or an underscore; expand it
7121 U=`sed -n 's/^U = //p' < "$mf"` 7149 U=`sed -n 's/^U = //p' < "$mf"`
7122 # Find all dependency output files, they are included files with 7150 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
7123 # $(DEPDIR) in their names. We invoke sed twice because it is the 7151 # We invoke sed twice because it is the simplest approach to
7124 # simplest approach to changing $(DEPDIR) to its actual value in the 7152 # changing $(DEPDIR) to its actual value in the expansion.
7125 # expansion. 7153 for file in `sed -n '
7126 for file in `sed -n " 7154 /^DEP_FILES = .*\\\\$/ {
7127 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 7155 s/^DEP_FILES = //
7156 :loop
7157 s/\\\\$//
7158 p
7159 n
7160 /\\\\$/ b loop
7161 p
7162 }
7163 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
7128 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 7164 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
7129 # Make sure the directory exists. 7165 # Make sure the directory exists.
7130 test -f "$dirpart/$file" && continue 7166 test -f "$dirpart/$file" && continue
@@ -7150,31 +7186,54 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
7150 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) 7186 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
7151]) 7187])
7152 7188
7153# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 7189# Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*-
7154# Free Software Foundation, Inc.
7155#
7156# This file is free software; the Free Software Foundation
7157# gives unlimited permission to copy and/or distribute it,
7158# with or without modifications, as long as this notice is preserved.
7159 7190
7160# serial 8 7191# Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
7192
7193# This program is free software; you can redistribute it and/or modify
7194# it under the terms of the GNU General Public License as published by
7195# the Free Software Foundation; either version 2, or (at your option)
7196# any later version.
7197
7198# This program is distributed in the hope that it will be useful,
7199# but WITHOUT ANY WARRANTY; without even the implied warranty of
7200# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7201# GNU General Public License for more details.
7202
7203# You should have received a copy of the GNU General Public License
7204# along with this program; if not, write to the Free Software
7205# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7206# 02111-1307, USA.
7207
7208# serial 7
7161 7209
7162# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. 7210# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS.
7163AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) 7211AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
7164 7212
7165# Do all the work for Automake. -*- Autoconf -*- 7213# Do all the work for Automake. -*- Autoconf -*-
7166 7214
7167# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 7215# This macro actually does too much some checks are only needed if
7216# your package does certain things. But this isn't really a big deal.
7217
7218# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
7168# Free Software Foundation, Inc. 7219# Free Software Foundation, Inc.
7169#
7170# This file is free software; the Free Software Foundation
7171# gives unlimited permission to copy and/or distribute it,
7172# with or without modifications, as long as this notice is preserved.
7173 7220
7174# serial 12 7221# This program is free software; you can redistribute it and/or modify
7222# it under the terms of the GNU General Public License as published by
7223# the Free Software Foundation; either version 2, or (at your option)
7224# any later version.
7175 7225
7176# This macro actually does too much. Some checks are only needed if 7226# This program is distributed in the hope that it will be useful,
7177# your package does certain things. But this isn't really a big deal. 7227# but WITHOUT ANY WARRANTY; without even the implied warranty of
7228# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7229# GNU General Public License for more details.
7230
7231# You should have received a copy of the GNU General Public License
7232# along with this program; if not, write to the Free Software
7233# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7234# 02111-1307, USA.
7235
7236# serial 11
7178 7237
7179# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) 7238# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
7180# AM_INIT_AUTOMAKE([OPTIONS]) 7239# AM_INIT_AUTOMAKE([OPTIONS])
@@ -7232,6 +7291,7 @@ AM_MISSING_PROG(AUTOCONF, autoconf)
7232AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) 7291AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
7233AM_MISSING_PROG(AUTOHEADER, autoheader) 7292AM_MISSING_PROG(AUTOHEADER, autoheader)
7234AM_MISSING_PROG(MAKEINFO, makeinfo) 7293AM_MISSING_PROG(MAKEINFO, makeinfo)
7294AM_MISSING_PROG(AMTAR, tar)
7235AM_PROG_INSTALL_SH 7295AM_PROG_INSTALL_SH
7236AM_PROG_INSTALL_STRIP 7296AM_PROG_INSTALL_STRIP
7237AC_REQUIRE([AM_PROG_MKDIR_P])dnl 7297AC_REQUIRE([AM_PROG_MKDIR_P])dnl
@@ -7240,9 +7300,7 @@ AC_REQUIRE([AM_PROG_MKDIR_P])dnl
7240AC_REQUIRE([AC_PROG_AWK])dnl 7300AC_REQUIRE([AC_PROG_AWK])dnl
7241AC_REQUIRE([AC_PROG_MAKE_SET])dnl 7301AC_REQUIRE([AC_PROG_MAKE_SET])dnl
7242AC_REQUIRE([AM_SET_LEADING_DOT])dnl 7302AC_REQUIRE([AM_SET_LEADING_DOT])dnl
7243_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], 7303
7244 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
7245 [_AM_PROG_TAR([v7])])])
7246_AM_IF_OPTION([no-dependencies],, 7304_AM_IF_OPTION([no-dependencies],,
7247[AC_PROVIDE_IFELSE([AC_PROG_CC], 7305[AC_PROVIDE_IFELSE([AC_PROG_CC],
7248 [_AM_DEPENDENCIES(CC)], 7306 [_AM_DEPENDENCIES(CC)],
@@ -7276,27 +7334,51 @@ for _am_header in $config_headers :; do
7276done 7334done
7277echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) 7335echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
7278 7336
7279# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
7280#
7281# This file is free software; the Free Software Foundation
7282# gives unlimited permission to copy and/or distribute it,
7283# with or without modifications, as long as this notice is preserved.
7284
7285# AM_PROG_INSTALL_SH 7337# AM_PROG_INSTALL_SH
7286# ------------------ 7338# ------------------
7287# Define $install_sh. 7339# Define $install_sh.
7340
7341# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
7342
7343# This program is free software; you can redistribute it and/or modify
7344# it under the terms of the GNU General Public License as published by
7345# the Free Software Foundation; either version 2, or (at your option)
7346# any later version.
7347
7348# This program is distributed in the hope that it will be useful,
7349# but WITHOUT ANY WARRANTY; without even the implied warranty of
7350# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7351# GNU General Public License for more details.
7352
7353# You should have received a copy of the GNU General Public License
7354# along with this program; if not, write to the Free Software
7355# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7356# 02111-1307, USA.
7357
7288AC_DEFUN([AM_PROG_INSTALL_SH], 7358AC_DEFUN([AM_PROG_INSTALL_SH],
7289[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 7359[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
7290install_sh=${install_sh-"$am_aux_dir/install-sh"} 7360install_sh=${install_sh-"$am_aux_dir/install-sh"}
7291AC_SUBST(install_sh)]) 7361AC_SUBST(install_sh)])
7292 7362
7293# Copyright (C) 2003, 2005 Free Software Foundation, Inc. 7363# -*- Autoconf -*-
7294# 7364# Copyright (C) 2003 Free Software Foundation, Inc.
7295# This file is free software; the Free Software Foundation
7296# gives unlimited permission to copy and/or distribute it,
7297# with or without modifications, as long as this notice is preserved.
7298 7365
7299# serial 2 7366# This program is free software; you can redistribute it and/or modify
7367# it under the terms of the GNU General Public License as published by
7368# the Free Software Foundation; either version 2, or (at your option)
7369# any later version.
7370
7371# This program is distributed in the hope that it will be useful,
7372# but WITHOUT ANY WARRANTY; without even the implied warranty of
7373# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7374# GNU General Public License for more details.
7375
7376# You should have received a copy of the GNU General Public License
7377# along with this program; if not, write to the Free Software
7378# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7379# 02111-1307, USA.
7380
7381# serial 1
7300 7382
7301# Check whether the underlying file-system supports filenames 7383# Check whether the underlying file-system supports filenames
7302# with a leading dot. For instance MS-DOS doesn't. 7384# with a leading dot. For instance MS-DOS doesn't.
@@ -7311,17 +7393,28 @@ fi
7311rmdir .tst 2>/dev/null 7393rmdir .tst 2>/dev/null
7312AC_SUBST([am__leading_dot])]) 7394AC_SUBST([am__leading_dot])])
7313 7395
7314# Add --enable-maintainer-mode option to configure. -*- Autoconf -*- 7396# Add --enable-maintainer-mode option to configure.
7315# From Jim Meyering 7397# From Jim Meyering
7316 7398
7317# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005 7399# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004
7318# Free Software Foundation, Inc. 7400# Free Software Foundation, Inc.
7319#
7320# This file is free software; the Free Software Foundation
7321# gives unlimited permission to copy and/or distribute it,
7322# with or without modifications, as long as this notice is preserved.
7323 7401
7324# serial 4 7402# This program is free software; you can redistribute it and/or modify
7403# it under the terms of the GNU General Public License as published by
7404# the Free Software Foundation; either version 2, or (at your option)
7405# any later version.
7406
7407# This program is distributed in the hope that it will be useful,
7408# but WITHOUT ANY WARRANTY; without even the implied warranty of
7409# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7410# GNU General Public License for more details.
7411
7412# You should have received a copy of the GNU General Public License
7413# along with this program; if not, write to the Free Software
7414# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7415# 02111-1307, USA.
7416
7417# serial 3
7325 7418
7326AC_DEFUN([AM_MAINTAINER_MODE], 7419AC_DEFUN([AM_MAINTAINER_MODE],
7327[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) 7420[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
@@ -7340,15 +7433,26 @@ AC_DEFUN([AM_MAINTAINER_MODE],
7340 7433
7341AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) 7434AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
7342 7435
7343# Check to see how 'make' treats includes. -*- Autoconf -*- 7436# Check to see how 'make' treats includes. -*- Autoconf -*-
7344 7437
7345# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. 7438# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
7346#
7347# This file is free software; the Free Software Foundation
7348# gives unlimited permission to copy and/or distribute it,
7349# with or without modifications, as long as this notice is preserved.
7350 7439
7351# serial 3 7440# This program is free software; you can redistribute it and/or modify
7441# it under the terms of the GNU General Public License as published by
7442# the Free Software Foundation; either version 2, or (at your option)
7443# any later version.
7444
7445# This program is distributed in the hope that it will be useful,
7446# but WITHOUT ANY WARRANTY; without even the implied warranty of
7447# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7448# GNU General Public License for more details.
7449
7450# You should have received a copy of the GNU General Public License
7451# along with this program; if not, write to the Free Software
7452# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7453# 02111-1307, USA.
7454
7455# serial 2
7352 7456
7353# AM_MAKE_INCLUDE() 7457# AM_MAKE_INCLUDE()
7354# ----------------- 7458# -----------------
@@ -7392,16 +7496,27 @@ AC_MSG_RESULT([$_am_result])
7392rm -f confinc confmf 7496rm -f confinc confmf
7393]) 7497])
7394 7498
7395# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- 7499# -*- Autoconf -*-
7396 7500
7397# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
7398# Free Software Foundation, Inc.
7399#
7400# This file is free software; the Free Software Foundation
7401# gives unlimited permission to copy and/or distribute it,
7402# with or without modifications, as long as this notice is preserved.
7403 7501
7404# serial 4 7502# Copyright (C) 1997, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
7503
7504# This program is free software; you can redistribute it and/or modify
7505# it under the terms of the GNU General Public License as published by
7506# the Free Software Foundation; either version 2, or (at your option)
7507# any later version.
7508
7509# This program is distributed in the hope that it will be useful,
7510# but WITHOUT ANY WARRANTY; without even the implied warranty of
7511# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7512# GNU General Public License for more details.
7513
7514# You should have received a copy of the GNU General Public License
7515# along with this program; if not, write to the Free Software
7516# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7517# 02111-1307, USA.
7518
7519# serial 3
7405 7520
7406# AM_MISSING_PROG(NAME, PROGRAM) 7521# AM_MISSING_PROG(NAME, PROGRAM)
7407# ------------------------------ 7522# ------------------------------
@@ -7427,16 +7542,27 @@ else
7427fi 7542fi
7428]) 7543])
7429 7544
7430# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
7431#
7432# This file is free software; the Free Software Foundation
7433# gives unlimited permission to copy and/or distribute it,
7434# with or without modifications, as long as this notice is preserved.
7435
7436# AM_PROG_MKDIR_P 7545# AM_PROG_MKDIR_P
7437# --------------- 7546# ---------------
7438# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise. 7547# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
7439# 7548
7549# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
7550
7551# This program is free software; you can redistribute it and/or modify
7552# it under the terms of the GNU General Public License as published by
7553# the Free Software Foundation; either version 2, or (at your option)
7554# any later version.
7555
7556# This program is distributed in the hope that it will be useful,
7557# but WITHOUT ANY WARRANTY; without even the implied warranty of
7558# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7559# GNU General Public License for more details.
7560
7561# You should have received a copy of the GNU General Public License
7562# along with this program; if not, write to the Free Software
7563# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7564# 02111-1307, USA.
7565
7440# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories 7566# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
7441# created by `make install' are always world readable, even if the 7567# created by `make install' are always world readable, even if the
7442# installer happens to have an overly restrictive umask (e.g. 077). 7568# installer happens to have an overly restrictive umask (e.g. 077).
@@ -7457,21 +7583,13 @@ fi
7457# this.) 7583# this.)
7458AC_DEFUN([AM_PROG_MKDIR_P], 7584AC_DEFUN([AM_PROG_MKDIR_P],
7459[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 7585[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
7460 # We used to keeping the `.' as first argument, in order to 7586 # Keeping the `.' argument allows $(mkdir_p) to be used without
7461 # allow $(mkdir_p) to be used without argument. As in 7587 # argument. Indeed, we sometimes output rules like
7462 # $(mkdir_p) $(somedir) 7588 # $(mkdir_p) $(somedir)
7463 # where $(somedir) is conditionally defined. However this is wrong 7589 # where $(somedir) is conditionally defined.
7464 # for two reasons: 7590 # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
7465 # 1. if the package is installed by a user who cannot write `.' 7591 # expensive solution, as it forces Make to start a sub-shell.)
7466 # make install will fail, 7592 mkdir_p='mkdir -p -- .'
7467 # 2. the above comment should most certainly read
7468 # $(mkdir_p) $(DESTDIR)$(somedir)
7469 # so it does not work when $(somedir) is undefined and
7470 # $(DESTDIR) is not.
7471 # To support the latter case, we have to write
7472 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
7473 # so the `.' trick is pointless.
7474 mkdir_p='mkdir -p --'
7475else 7593else
7476 # On NextStep and OpenStep, the `mkdir' command does not 7594 # On NextStep and OpenStep, the `mkdir' command does not
7477 # recognize any option. It will interpret all options as 7595 # recognize any option. It will interpret all options as
@@ -7490,15 +7608,26 @@ else
7490fi 7608fi
7491AC_SUBST([mkdir_p])]) 7609AC_SUBST([mkdir_p])])
7492 7610
7493# Helper functions for option handling. -*- Autoconf -*- 7611# Helper functions for option handling. -*- Autoconf -*-
7494 7612
7495# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. 7613# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
7496#
7497# This file is free software; the Free Software Foundation
7498# gives unlimited permission to copy and/or distribute it,
7499# with or without modifications, as long as this notice is preserved.
7500 7614
7501# serial 3 7615# This program is free software; you can redistribute it and/or modify
7616# it under the terms of the GNU General Public License as published by
7617# the Free Software Foundation; either version 2, or (at your option)
7618# any later version.
7619
7620# This program is distributed in the hope that it will be useful,
7621# but WITHOUT ANY WARRANTY; without even the implied warranty of
7622# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7623# GNU General Public License for more details.
7624
7625# You should have received a copy of the GNU General Public License
7626# along with this program; if not, write to the Free Software
7627# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7628# 02111-1307, USA.
7629
7630# serial 2
7502 7631
7503# _AM_MANGLE_OPTION(NAME) 7632# _AM_MANGLE_OPTION(NAME)
7504# ----------------------- 7633# -----------------------
@@ -7523,16 +7652,28 @@ AC_DEFUN([_AM_SET_OPTIONS],
7523AC_DEFUN([_AM_IF_OPTION], 7652AC_DEFUN([_AM_IF_OPTION],
7524[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) 7653[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
7525 7654
7526# Check to make sure that the build environment is sane. -*- Autoconf -*-
7527
7528# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
7529# Free Software Foundation, Inc.
7530# 7655#
7531# This file is free software; the Free Software Foundation 7656# Check to make sure that the build environment is sane.
7532# gives unlimited permission to copy and/or distribute it, 7657#
7533# with or without modifications, as long as this notice is preserved.
7534 7658
7535# serial 4 7659# Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
7660
7661# This program is free software; you can redistribute it and/or modify
7662# it under the terms of the GNU General Public License as published by
7663# the Free Software Foundation; either version 2, or (at your option)
7664# any later version.
7665
7666# This program is distributed in the hope that it will be useful,
7667# but WITHOUT ANY WARRANTY; without even the implied warranty of
7668# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7669# GNU General Public License for more details.
7670
7671# You should have received a copy of the GNU General Public License
7672# along with this program; if not, write to the Free Software
7673# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7674# 02111-1307, USA.
7675
7676# serial 3
7536 7677
7537# AM_SANITY_CHECK 7678# AM_SANITY_CHECK
7538# --------------- 7679# ---------------
@@ -7575,14 +7716,25 @@ Check your system clock])
7575fi 7716fi
7576AC_MSG_RESULT(yes)]) 7717AC_MSG_RESULT(yes)])
7577 7718
7578# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
7579#
7580# This file is free software; the Free Software Foundation
7581# gives unlimited permission to copy and/or distribute it,
7582# with or without modifications, as long as this notice is preserved.
7583
7584# AM_PROG_INSTALL_STRIP 7719# AM_PROG_INSTALL_STRIP
7585# --------------------- 7720
7721# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
7722
7723# This program is free software; you can redistribute it and/or modify
7724# it under the terms of the GNU General Public License as published by
7725# the Free Software Foundation; either version 2, or (at your option)
7726# any later version.
7727
7728# This program is distributed in the hope that it will be useful,
7729# but WITHOUT ANY WARRANTY; without even the implied warranty of
7730# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7731# GNU General Public License for more details.
7732
7733# You should have received a copy of the GNU General Public License
7734# along with this program; if not, write to the Free Software
7735# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7736# 02111-1307, USA.
7737
7586# One issue with vendor `install' (even GNU) is that you can't 7738# One issue with vendor `install' (even GNU) is that you can't
7587# specify the program used to strip binaries. This is especially 7739# specify the program used to strip binaries. This is especially
7588# annoying in cross-compiling environments, where the build's strip 7740# annoying in cross-compiling environments, where the build's strip
@@ -7603,99 +7755,3 @@ fi
7603INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" 7755INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
7604AC_SUBST([INSTALL_STRIP_PROGRAM])]) 7756AC_SUBST([INSTALL_STRIP_PROGRAM])])
7605 7757
7606# Check how to create a tarball. -*- Autoconf -*-
7607
7608# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
7609#
7610# This file is free software; the Free Software Foundation
7611# gives unlimited permission to copy and/or distribute it,
7612# with or without modifications, as long as this notice is preserved.
7613
7614# serial 2
7615
7616# _AM_PROG_TAR(FORMAT)
7617# --------------------
7618# Check how to create a tarball in format FORMAT.
7619# FORMAT should be one of `v7', `ustar', or `pax'.
7620#
7621# Substitute a variable $(am__tar) that is a command
7622# writing to stdout a FORMAT-tarball containing the directory
7623# $tardir.
7624# tardir=directory && $(am__tar) > result.tar
7625#
7626# Substitute a variable $(am__untar) that extract such
7627# a tarball read from stdin.
7628# $(am__untar) < result.tar
7629AC_DEFUN([_AM_PROG_TAR],
7630[# Always define AMTAR for backward compatibility.
7631AM_MISSING_PROG([AMTAR], [tar])
7632m4_if([$1], [v7],
7633 [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
7634 [m4_case([$1], [ustar],, [pax],,
7635 [m4_fatal([Unknown tar format])])
7636AC_MSG_CHECKING([how to create a $1 tar archive])
7637# Loop over all known methods to create a tar archive until one works.
7638_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
7639_am_tools=${am_cv_prog_tar_$1-$_am_tools}
7640# Do not fold the above two line into one, because Tru64 sh and
7641# Solaris sh will not grok spaces in the rhs of `-'.
7642for _am_tool in $_am_tools
7643do
7644 case $_am_tool in
7645 gnutar)
7646 for _am_tar in tar gnutar gtar;
7647 do
7648 AM_RUN_LOG([$_am_tar --version]) && break
7649 done
7650 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
7651 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
7652 am__untar="$_am_tar -xf -"
7653 ;;
7654 plaintar)
7655 # Must skip GNU tar: if it does not support --format= it doesn't create
7656 # ustar tarball either.
7657 (tar --version) >/dev/null 2>&1 && continue
7658 am__tar='tar chf - "$$tardir"'
7659 am__tar_='tar chf - "$tardir"'
7660 am__untar='tar xf -'
7661 ;;
7662 pax)
7663 am__tar='pax -L -x $1 -w "$$tardir"'
7664 am__tar_='pax -L -x $1 -w "$tardir"'
7665 am__untar='pax -r'
7666 ;;
7667 cpio)
7668 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
7669 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
7670 am__untar='cpio -i -H $1 -d'
7671 ;;
7672 none)
7673 am__tar=false
7674 am__tar_=false
7675 am__untar=false
7676 ;;
7677 esac
7678
7679 # If the value was cached, stop now. We just wanted to have am__tar
7680 # and am__untar set.
7681 test -n "${am_cv_prog_tar_$1}" && break
7682
7683 # tar/untar a dummy directory, and stop if the command works
7684 rm -rf conftest.dir
7685 mkdir conftest.dir
7686 echo GrepMe > conftest.dir/file
7687 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
7688 rm -rf conftest.dir
7689 if test -s conftest.tar; then
7690 AM_RUN_LOG([$am__untar <conftest.tar])
7691 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
7692 fi
7693done
7694rm -rf conftest.dir
7695
7696AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
7697AC_MSG_RESULT([$am_cv_prog_tar_$1])])
7698AC_SUBST([am__tar])
7699AC_SUBST([am__untar])
7700]) # _AM_PROG_TAR
7701
diff --git a/libltdl/config.guess b/libltdl/config.guess
index 917bbc50..396482d6 100755
--- a/libltdl/config.guess
+++ b/libltdl/config.guess
@@ -1,9 +1,10 @@
1#! /bin/sh 1#! /bin/sh
2# Attempt to guess a canonical system name. 2# Attempt to guess a canonical system name.
3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 4# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
5# Inc.
5 6
6timestamp='2005-07-08' 7timestamp='2006-07-02'
7 8
8# This file is free software; you can redistribute it and/or modify it 9# This file is free software; you can redistribute it and/or modify it
9# under the terms of the GNU General Public License as published by 10# under the terms of the GNU General Public License as published by
@@ -106,7 +107,7 @@ set_cc_for_build='
106trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; 107trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
107trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; 108trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
108: ${TMPDIR=/tmp} ; 109: ${TMPDIR=/tmp} ;
109 { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || 110 { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
110 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || 111 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
111 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || 112 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
112 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; 113 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
@@ -206,8 +207,11 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
206 *:ekkoBSD:*:*) 207 *:ekkoBSD:*:*)
207 echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} 208 echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
208 exit ;; 209 exit ;;
210 *:SolidBSD:*:*)
211 echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
212 exit ;;
209 macppc:MirBSD:*:*) 213 macppc:MirBSD:*:*)
210 echo powerppc-unknown-mirbsd${UNAME_RELEASE} 214 echo powerpc-unknown-mirbsd${UNAME_RELEASE}
211 exit ;; 215 exit ;;
212 *:MirBSD:*:*) 216 *:MirBSD:*:*)
213 echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} 217 echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
@@ -764,7 +768,14 @@ EOF
764 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} 768 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
765 exit ;; 769 exit ;;
766 *:FreeBSD:*:*) 770 *:FreeBSD:*:*)
767 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` 771 case ${UNAME_MACHINE} in
772 pc98)
773 echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
774 amd64)
775 echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
776 *)
777 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
778 esac
768 exit ;; 779 exit ;;
769 i*:CYGWIN*:*) 780 i*:CYGWIN*:*)
770 echo ${UNAME_MACHINE}-pc-cygwin 781 echo ${UNAME_MACHINE}-pc-cygwin
@@ -779,8 +790,11 @@ EOF
779 i*:PW*:*) 790 i*:PW*:*)
780 echo ${UNAME_MACHINE}-pc-pw32 791 echo ${UNAME_MACHINE}-pc-pw32
781 exit ;; 792 exit ;;
782 x86:Interix*:[34]*) 793 x86:Interix*:[3456]*)
783 echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' 794 echo i586-pc-interix${UNAME_RELEASE}
795 exit ;;
796 EM64T:Interix*:[3456]*)
797 echo x86_64-unknown-interix${UNAME_RELEASE}
784 exit ;; 798 exit ;;
785 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) 799 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
786 echo i${UNAME_MACHINE}-pc-mks 800 echo i${UNAME_MACHINE}-pc-mks
@@ -794,7 +808,7 @@ EOF
794 i*:UWIN*:*) 808 i*:UWIN*:*)
795 echo ${UNAME_MACHINE}-pc-uwin 809 echo ${UNAME_MACHINE}-pc-uwin
796 exit ;; 810 exit ;;
797 amd64:CYGWIN*:*:*) 811 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
798 echo x86_64-unknown-cygwin 812 echo x86_64-unknown-cygwin
799 exit ;; 813 exit ;;
800 p*:CYGWIN*:*) 814 p*:CYGWIN*:*)
@@ -817,6 +831,9 @@ EOF
817 arm*:Linux:*:*) 831 arm*:Linux:*:*)
818 echo ${UNAME_MACHINE}-unknown-linux-gnu 832 echo ${UNAME_MACHINE}-unknown-linux-gnu
819 exit ;; 833 exit ;;
834 avr32*:Linux:*:*)
835 echo ${UNAME_MACHINE}-unknown-linux-gnu
836 exit ;;
820 cris:Linux:*:*) 837 cris:Linux:*:*)
821 echo cris-axis-linux-gnu 838 echo cris-axis-linux-gnu
822 exit ;; 839 exit ;;
@@ -851,7 +868,11 @@ EOF
851 #endif 868 #endif
852 #endif 869 #endif
853EOF 870EOF
854 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` 871 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
872 /^CPU/{
873 s: ::g
874 p
875 }'`"
855 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } 876 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
856 ;; 877 ;;
857 mips64:Linux:*:*) 878 mips64:Linux:*:*)
@@ -870,9 +891,16 @@ EOF
870 #endif 891 #endif
871 #endif 892 #endif
872EOF 893EOF
873 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` 894 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
895 /^CPU/{
896 s: ::g
897 p
898 }'`"
874 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } 899 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
875 ;; 900 ;;
901 or32:Linux:*:*)
902 echo or32-unknown-linux-gnu
903 exit ;;
876 ppc:Linux:*:*) 904 ppc:Linux:*:*)
877 echo powerpc-unknown-linux-gnu 905 echo powerpc-unknown-linux-gnu
878 exit ;; 906 exit ;;
@@ -916,6 +944,9 @@ EOF
916 sparc:Linux:*:* | sparc64:Linux:*:*) 944 sparc:Linux:*:* | sparc64:Linux:*:*)
917 echo ${UNAME_MACHINE}-unknown-linux-gnu 945 echo ${UNAME_MACHINE}-unknown-linux-gnu
918 exit ;; 946 exit ;;
947 vax:Linux:*:*)
948 echo ${UNAME_MACHINE}-dec-linux-gnu
949 exit ;;
919 x86_64:Linux:*:*) 950 x86_64:Linux:*:*)
920 echo x86_64-unknown-linux-gnu 951 echo x86_64-unknown-linux-gnu
921 exit ;; 952 exit ;;
@@ -961,7 +992,7 @@ EOF
961 LIBC=gnulibc1 992 LIBC=gnulibc1
962 # endif 993 # endif
963 #else 994 #else
964 #ifdef __INTEL_COMPILER 995 #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
965 LIBC=gnu 996 LIBC=gnu
966 #else 997 #else
967 LIBC=gnuaout 998 LIBC=gnuaout
@@ -971,7 +1002,11 @@ EOF
971 LIBC=dietlibc 1002 LIBC=dietlibc
972 #endif 1003 #endif
973EOF 1004EOF
974 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` 1005 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
1006 /^LIBC/{
1007 s: ::g
1008 p
1009 }'`"
975 test x"${LIBC}" != x && { 1010 test x"${LIBC}" != x && {
976 echo "${UNAME_MACHINE}-pc-linux-${LIBC}" 1011 echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
977 exit 1012 exit
@@ -1182,7 +1217,6 @@ EOF
1182 *:Darwin:*:*) 1217 *:Darwin:*:*)
1183 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown 1218 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
1184 case $UNAME_PROCESSOR in 1219 case $UNAME_PROCESSOR in
1185 *86) UNAME_PROCESSOR=i686 ;;
1186 unknown) UNAME_PROCESSOR=powerpc ;; 1220 unknown) UNAME_PROCESSOR=powerpc ;;
1187 esac 1221 esac
1188 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} 1222 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
@@ -1261,6 +1295,9 @@ EOF
1261 i*86:skyos:*:*) 1295 i*86:skyos:*:*)
1262 echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' 1296 echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
1263 exit ;; 1297 exit ;;
1298 i*86:rdos:*:*)
1299 echo ${UNAME_MACHINE}-pc-rdos
1300 exit ;;
1264esac 1301esac
1265 1302
1266#echo '(No uname command or uname output not recognized.)' 1>&2 1303#echo '(No uname command or uname output not recognized.)' 1>&2
diff --git a/libltdl/config.sub b/libltdl/config.sub
index 1c366dfd..fab0aa35 100755
--- a/libltdl/config.sub
+++ b/libltdl/config.sub
@@ -1,9 +1,10 @@
1#! /bin/sh 1#! /bin/sh
2# Configuration validation subroutine script. 2# Configuration validation subroutine script.
3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 4# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
5# Inc.
5 6
6timestamp='2005-07-08' 7timestamp='2006-09-20'
7 8
8# This file is (in principle) common to ALL GNU software. 9# This file is (in principle) common to ALL GNU software.
9# The presence of a machine in this file suggests that SOME GNU software 10# The presence of a machine in this file suggests that SOME GNU software
@@ -119,8 +120,9 @@ esac
119# Here we must recognize all the valid KERNEL-OS combinations. 120# Here we must recognize all the valid KERNEL-OS combinations.
120maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` 121maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
121case $maybe_os in 122case $maybe_os in
122 nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ 123 nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
123 kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) 124 uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
125 storm-chaos* | os2-emx* | rtmk-nova*)
124 os=-$maybe_os 126 os=-$maybe_os
125 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` 127 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
126 ;; 128 ;;
@@ -171,6 +173,10 @@ case $os in
171 -hiux*) 173 -hiux*)
172 os=-hiuxwe2 174 os=-hiuxwe2
173 ;; 175 ;;
176 -sco6)
177 os=-sco5v6
178 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
179 ;;
174 -sco5) 180 -sco5)
175 os=-sco3.2v5 181 os=-sco3.2v5
176 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 182 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
@@ -187,6 +193,10 @@ case $os in
187 # Don't forget version if it is 3.2v4 or newer. 193 # Don't forget version if it is 3.2v4 or newer.
188 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 194 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
189 ;; 195 ;;
196 -sco5v6*)
197 # Don't forget version if it is 3.2v4 or newer.
198 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
199 ;;
190 -sco*) 200 -sco*)
191 os=-sco3.2v2 201 os=-sco3.2v2
192 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 202 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
@@ -231,7 +241,7 @@ case $basic_machine in
231 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ 241 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
232 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ 242 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
233 | am33_2.0 \ 243 | am33_2.0 \
234 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ 244 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
235 | bfin \ 245 | bfin \
236 | c4x | clipper \ 246 | c4x | clipper \
237 | d10v | d30v | dlx | dsp16xx \ 247 | d10v | d30v | dlx | dsp16xx \
@@ -239,7 +249,8 @@ case $basic_machine in
239 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ 249 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
240 | i370 | i860 | i960 | ia64 \ 250 | i370 | i860 | i960 | ia64 \
241 | ip2k | iq2000 \ 251 | ip2k | iq2000 \
242 | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \ 252 | m32c | m32r | m32rle | m68000 | m68k | m88k \
253 | maxq | mb | microblaze | mcore \
243 | mips | mipsbe | mipseb | mipsel | mipsle \ 254 | mips | mipsbe | mipseb | mipsel | mipsle \
244 | mips16 \ 255 | mips16 \
245 | mips64 | mips64el \ 256 | mips64 | mips64el \
@@ -257,28 +268,27 @@ case $basic_machine in
257 | mipsisa64sr71k | mipsisa64sr71kel \ 268 | mipsisa64sr71k | mipsisa64sr71kel \
258 | mipstx39 | mipstx39el \ 269 | mipstx39 | mipstx39el \
259 | mn10200 | mn10300 \ 270 | mn10200 | mn10300 \
260 | ms1 \ 271 | mt \
261 | msp430 \ 272 | msp430 \
273 | nios | nios2 \
262 | ns16k | ns32k \ 274 | ns16k | ns32k \
263 | or32 \ 275 | or32 \
264 | pdp10 | pdp11 | pj | pjl \ 276 | pdp10 | pdp11 | pj | pjl \
265 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ 277 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
266 | pyramid \ 278 | pyramid \
267 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ 279 | score \
280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
268 | sh64 | sh64le \ 281 | sh64 | sh64le \
269 | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ 282 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
270 | sparcv8 | sparcv9 | sparcv9b \ 283 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
271 | strongarm \ 284 | spu | strongarm \
272 | tahoe | thumb | tic4x | tic80 | tron \ 285 | tahoe | thumb | tic4x | tic80 | tron \
273 | v850 | v850e \ 286 | v850 | v850e \
274 | we32k \ 287 | we32k \
275 | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ 288 | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
276 | z8k) 289 | z8k)
277 basic_machine=$basic_machine-unknown 290 basic_machine=$basic_machine-unknown
278 ;; 291 ;;
279 m32c)
280 basic_machine=$basic_machine-unknown
281 ;;
282 m6811 | m68hc11 | m6812 | m68hc12) 292 m6811 | m68hc11 | m6812 | m68hc12)
283 # Motorola 68HC11/12. 293 # Motorola 68HC11/12.
284 basic_machine=$basic_machine-unknown 294 basic_machine=$basic_machine-unknown
@@ -286,6 +296,9 @@ case $basic_machine in
286 ;; 296 ;;
287 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) 297 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
288 ;; 298 ;;
299 ms1)
300 basic_machine=mt-unknown
301 ;;
289 302
290 # We use `pc' rather than `unknown' 303 # We use `pc' rather than `unknown'
291 # because (1) that's what they normally are, and 304 # because (1) that's what they normally are, and
@@ -305,7 +318,7 @@ case $basic_machine in
305 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ 318 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
306 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ 319 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
307 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ 320 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
308 | avr-* \ 321 | avr-* | avr32-* \
309 | bfin-* | bs2000-* \ 322 | bfin-* | bs2000-* \
310 | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ 323 | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
311 | clipper-* | craynv-* | cydra-* \ 324 | clipper-* | craynv-* | cydra-* \
@@ -316,7 +329,7 @@ case $basic_machine in
316 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ 329 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
317 | i*86-* | i860-* | i960-* | ia64-* \ 330 | i*86-* | i860-* | i960-* | ia64-* \
318 | ip2k-* | iq2000-* \ 331 | ip2k-* | iq2000-* \
319 | m32r-* | m32rle-* \ 332 | m32c-* | m32r-* | m32rle-* \
320 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ 333 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
321 | m88110-* | m88k-* | maxq-* | mcore-* \ 334 | m88110-* | m88k-* | maxq-* | mcore-* \
322 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ 335 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
@@ -336,31 +349,30 @@ case $basic_machine in
336 | mipsisa64sr71k-* | mipsisa64sr71kel-* \ 349 | mipsisa64sr71k-* | mipsisa64sr71kel-* \
337 | mipstx39-* | mipstx39el-* \ 350 | mipstx39-* | mipstx39el-* \
338 | mmix-* \ 351 | mmix-* \
339 | ms1-* \ 352 | mt-* \
340 | msp430-* \ 353 | msp430-* \
354 | nios-* | nios2-* \
341 | none-* | np1-* | ns16k-* | ns32k-* \ 355 | none-* | np1-* | ns16k-* | ns32k-* \
342 | orion-* \ 356 | orion-* \
343 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ 357 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
344 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ 358 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
345 | pyramid-* \ 359 | pyramid-* \
346 | romp-* | rs6000-* \ 360 | romp-* | rs6000-* \
347 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \ 361 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
348 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ 362 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
349 | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ 363 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
350 | sparclite-* \ 364 | sparclite-* \
351 | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ 365 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
352 | tahoe-* | thumb-* \ 366 | tahoe-* | thumb-* \
353 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ 367 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
354 | tron-* \ 368 | tron-* \
355 | v850-* | v850e-* | vax-* \ 369 | v850-* | v850e-* | vax-* \
356 | we32k-* \ 370 | we32k-* \
357 | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \ 371 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
358 | xstormy16-* | xtensa-* \ 372 | xstormy16-* | xtensa-* \
359 | ymp-* \ 373 | ymp-* \
360 | z8k-*) 374 | z8k-*)
361 ;; 375 ;;
362 m32c-*)
363 ;;
364 # Recognize the various machine names and aliases which stand 376 # Recognize the various machine names and aliases which stand
365 # for a CPU type and a company and sometimes even an OS. 377 # for a CPU type and a company and sometimes even an OS.
366 386bsd) 378 386bsd)
@@ -696,6 +708,9 @@ case $basic_machine in
696 basic_machine=i386-pc 708 basic_machine=i386-pc
697 os=-msdos 709 os=-msdos
698 ;; 710 ;;
711 ms1-*)
712 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
713 ;;
699 mvs) 714 mvs)
700 basic_machine=i370-ibm 715 basic_machine=i370-ibm
701 os=-mvs 716 os=-mvs
@@ -803,6 +818,12 @@ case $basic_machine in
803 pc532 | pc532-*) 818 pc532 | pc532-*)
804 basic_machine=ns32k-pc532 819 basic_machine=ns32k-pc532
805 ;; 820 ;;
821 pc98)
822 basic_machine=i386-pc
823 ;;
824 pc98-*)
825 basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
826 ;;
806 pentium | p5 | k5 | k6 | nexgen | viac3) 827 pentium | p5 | k5 | k6 | nexgen | viac3)
807 basic_machine=i586-pc 828 basic_machine=i586-pc
808 ;; 829 ;;
@@ -859,6 +880,10 @@ case $basic_machine in
859 basic_machine=i586-unknown 880 basic_machine=i586-unknown
860 os=-pw32 881 os=-pw32
861 ;; 882 ;;
883 rdos)
884 basic_machine=i386-pc
885 os=-rdos
886 ;;
862 rom68k) 887 rom68k)
863 basic_machine=m68k-rom68k 888 basic_machine=m68k-rom68k
864 os=-coff 889 os=-coff
@@ -885,6 +910,10 @@ case $basic_machine in
885 sb1el) 910 sb1el)
886 basic_machine=mipsisa64sb1el-unknown 911 basic_machine=mipsisa64sb1el-unknown
887 ;; 912 ;;
913 sde)
914 basic_machine=mipsisa32-sde
915 os=-elf
916 ;;
888 sei) 917 sei)
889 basic_machine=mips-sei 918 basic_machine=mips-sei
890 os=-seiux 919 os=-seiux
@@ -1101,7 +1130,7 @@ case $basic_machine in
1101 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) 1130 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
1102 basic_machine=sh-unknown 1131 basic_machine=sh-unknown
1103 ;; 1132 ;;
1104 sparc | sparcv8 | sparcv9 | sparcv9b) 1133 sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
1105 basic_machine=sparc-sun 1134 basic_machine=sparc-sun
1106 ;; 1135 ;;
1107 cydra) 1136 cydra)
@@ -1174,21 +1203,23 @@ case $os in
1174 | -aos* \ 1203 | -aos* \
1175 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ 1204 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1176 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ 1205 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1177 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ 1206 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
1207 | -openbsd* | -solidbsd* \
1178 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ 1208 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
1179 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ 1209 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1180 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ 1210 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1181 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ 1211 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1182 | -chorusos* | -chorusrdb* \ 1212 | -chorusos* | -chorusrdb* \
1183 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ 1213 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1184 | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ 1214 | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
1215 | -uxpv* | -beos* | -mpeix* | -udk* \
1185 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ 1216 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1186 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ 1217 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1187 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ 1218 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1188 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ 1219 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1189 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ 1220 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1190 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ 1221 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1191 | -skyos* | -haiku*) 1222 | -skyos* | -haiku* | -rdos* | -toppers*)
1192 # Remember, each alternative MUST END IN *, to match a version number. 1223 # Remember, each alternative MUST END IN *, to match a version number.
1193 ;; 1224 ;;
1194 -qnx*) 1225 -qnx*)
@@ -1340,6 +1371,12 @@ else
1340# system, and we'll never get to this point. 1371# system, and we'll never get to this point.
1341 1372
1342case $basic_machine in 1373case $basic_machine in
1374 score-*)
1375 os=-elf
1376 ;;
1377 spu-*)
1378 os=-elf
1379 ;;
1343 *-acorn) 1380 *-acorn)
1344 os=-riscix1.2 1381 os=-riscix1.2
1345 ;; 1382 ;;
@@ -1349,9 +1386,9 @@ case $basic_machine in
1349 arm*-semi) 1386 arm*-semi)
1350 os=-aout 1387 os=-aout
1351 ;; 1388 ;;
1352 c4x-* | tic4x-*) 1389 c4x-* | tic4x-*)
1353 os=-coff 1390 os=-coff
1354 ;; 1391 ;;
1355 # This must come before the *-dec entry. 1392 # This must come before the *-dec entry.
1356 pdp10-*) 1393 pdp10-*)
1357 os=-tops20 1394 os=-tops20
diff --git a/libltdl/configure b/libltdl/configure
index d5a971e3..7e32fbe0 100755
--- a/libltdl/configure
+++ b/libltdl/configure
@@ -1,10 +1,11 @@
1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.59 for libltdl 1.2. 3# Generated by GNU Autoconf 2.60a for libltdl 1.2.
4# 4#
5# Report bugs to <bug-libtool@gnu.org>. 5# Report bugs to <bug-libtool@gnu.org>.
6# 6#
7# Copyright (C) 2003 Free Software Foundation, Inc. 7# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
8# This configure script is free software; the Free Software Foundation 9# This configure script is free software; the Free Software Foundation
9# gives unlimited permission to copy, distribute and modify it. 10# gives unlimited permission to copy, distribute and modify it.
10## --------------------- ## 11## --------------------- ##
@@ -18,11 +19,35 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 19 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19 # is contrary to our usage. Disable this feature. 20 # is contrary to our usage. Disable this feature.
20 alias -g '${1+"$@"}'='"$@"' 21 alias -g '${1+"$@"}'='"$@"'
21elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 22 setopt NO_GLOB_SUBST
22 set -o posix 23else
24 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
23fi 25fi
26BIN_SH=xpg4; export BIN_SH # for Tru64
24DUALCASE=1; export DUALCASE # for MKS sh 27DUALCASE=1; export DUALCASE # for MKS sh
25 28
29
30# PATH needs CR
31# Avoid depending upon Character Ranges.
32as_cr_letters='abcdefghijklmnopqrstuvwxyz'
33as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
34as_cr_Letters=$as_cr_letters$as_cr_LETTERS
35as_cr_digits='0123456789'
36as_cr_alnum=$as_cr_Letters$as_cr_digits
37
38# The user is always right.
39if test "${PATH_SEPARATOR+set}" != set; then
40 echo "#! /bin/sh" >conf$$.sh
41 echo "exit 0" >>conf$$.sh
42 chmod +x conf$$.sh
43 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
44 PATH_SEPARATOR=';'
45 else
46 PATH_SEPARATOR=:
47 fi
48 rm -f conf$$.sh
49fi
50
26# Support unset when possible. 51# Support unset when possible.
27if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 52if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28 as_unset=unset 53 as_unset=unset
@@ -31,8 +56,43 @@ else
31fi 56fi
32 57
33 58
59# IFS
60# We need space, tab and new line, in precisely that order. Quoting is
61# there to prevent editors from complaining about space-tab.
62# (If _AS_PATH_WALK were called with IFS unset, it would disable word
63# splitting by setting IFS to empty value.)
64as_nl='
65'
66IFS=" "" $as_nl"
67
68# Find who we are. Look in the path if we contain no directory separator.
69case $0 in
70 *[\\/]* ) as_myself=$0 ;;
71 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
72for as_dir in $PATH
73do
74 IFS=$as_save_IFS
75 test -z "$as_dir" && as_dir=.
76 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
77done
78IFS=$as_save_IFS
79
80 ;;
81esac
82# We did not find ourselves, most probably we were run as `sh COMMAND'
83# in which case we are not to be found in the path.
84if test "x$as_myself" = x; then
85 as_myself=$0
86fi
87if test ! -f "$as_myself"; then
88 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
89 { (exit 1); exit 1; }
90fi
91
34# Work around bugs in pre-3.0 UWIN ksh. 92# Work around bugs in pre-3.0 UWIN ksh.
35$as_unset ENV MAIL MAILPATH 93for as_var in ENV MAIL MAILPATH
94do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
95done
36PS1='$ ' 96PS1='$ '
37PS2='> ' 97PS2='> '
38PS4='+ ' 98PS4='+ '
@@ -46,18 +106,19 @@ do
46 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 106 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
47 eval $as_var=C; export $as_var 107 eval $as_var=C; export $as_var
48 else 108 else
49 $as_unset $as_var 109 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
50 fi 110 fi
51done 111done
52 112
53# Required to use basename. 113# Required to use basename.
54if expr a : '\(a\)' >/dev/null 2>&1; then 114if expr a : '\(a\)' >/dev/null 2>&1 &&
115 test "X`expr 00001 : '.*\(...\)'`" = X001; then
55 as_expr=expr 116 as_expr=expr
56else 117else
57 as_expr=false 118 as_expr=false
58fi 119fi
59 120
60if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 121if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
61 as_basename=basename 122 as_basename=basename
62else 123else
63 as_basename=false 124 as_basename=false
@@ -65,157 +126,386 @@ fi
65 126
66 127
67# Name of the executable. 128# Name of the executable.
68as_me=`$as_basename "$0" || 129as_me=`$as_basename -- "$0" ||
69$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 130$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
70 X"$0" : 'X\(//\)$' \| \ 131 X"$0" : 'X\(//\)$' \| \
71 X"$0" : 'X\(/\)$' \| \ 132 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
72 . : '\(.\)' 2>/dev/null ||
73echo X/"$0" | 133echo X/"$0" |
74 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 134 sed '/^.*\/\([^/][^/]*\)\/*$/{
75 /^X\/\(\/\/\)$/{ s//\1/; q; } 135 s//\1/
76 /^X\/\(\/\).*/{ s//\1/; q; } 136 q
77 s/.*/./; q'` 137 }
138 /^X\/\(\/\/\)$/{
139 s//\1/
140 q
141 }
142 /^X\/\(\/\).*/{
143 s//\1/
144 q
145 }
146 s/.*/./; q'`
78 147
148# CDPATH.
149$as_unset CDPATH
79 150
80# PATH needs CR, and LINENO needs CR and PATH.
81# Avoid depending upon Character Ranges.
82as_cr_letters='abcdefghijklmnopqrstuvwxyz'
83as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
84as_cr_Letters=$as_cr_letters$as_cr_LETTERS
85as_cr_digits='0123456789'
86as_cr_alnum=$as_cr_Letters$as_cr_digits
87 151
88# The user is always right. 152if test "x$CONFIG_SHELL" = x; then
89if test "${PATH_SEPARATOR+set}" != set; then 153 if (eval ":") 2>/dev/null; then
90 echo "#! /bin/sh" >conf$$.sh 154 as_have_required=yes
91 echo "exit 0" >>conf$$.sh 155else
92 chmod +x conf$$.sh 156 as_have_required=no
93 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
94 PATH_SEPARATOR=';'
95 else
96 PATH_SEPARATOR=:
97 fi
98 rm -f conf$$.sh
99fi 157fi
100 158
159 if test $as_have_required = yes && (eval ":
160(as_func_return () {
161 (exit \$1)
162}
163as_func_success () {
164 as_func_return 0
165}
166as_func_failure () {
167 as_func_return 1
168}
169as_func_ret_success () {
170 return 0
171}
172as_func_ret_failure () {
173 return 1
174}
101 175
102 as_lineno_1=$LINENO 176exitcode=0
103 as_lineno_2=$LINENO 177if as_func_success; then
104 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 178 :
105 test "x$as_lineno_1" != "x$as_lineno_2" && 179else
106 test "x$as_lineno_3" = "x$as_lineno_2" || { 180 exitcode=1
107 # Find who we are. Look in the path if we contain no path at all 181 echo as_func_success failed.
108 # relative or not. 182fi
109 case $0 in
110 *[\\/]* ) as_myself=$0 ;;
111 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
112for as_dir in $PATH
113do
114 IFS=$as_save_IFS
115 test -z "$as_dir" && as_dir=.
116 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
117done
118 183
119 ;; 184if as_func_failure; then
120 esac 185 exitcode=1
121 # We did not find ourselves, most probably we were run as `sh COMMAND' 186 echo as_func_failure succeeded.
122 # in which case we are not to be found in the path. 187fi
123 if test "x$as_myself" = x; then 188
124 as_myself=$0 189if as_func_ret_success; then
125 fi 190 :
126 if test ! -f "$as_myself"; then 191else
127 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 192 exitcode=1
128 { (exit 1); exit 1; }; } 193 echo as_func_ret_success failed.
129 fi 194fi
130 case $CONFIG_SHELL in 195
131 '') 196if as_func_ret_failure; then
197 exitcode=1
198 echo as_func_ret_failure succeeded.
199fi
200
201if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
202 :
203else
204 exitcode=1
205 echo positional parameters were not saved.
206fi
207
208test \$exitcode = 0) || { (exit 1); exit 1; }
209
210(
211 as_lineno_1=\$LINENO
212 as_lineno_2=\$LINENO
213 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
214 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
215") 2> /dev/null; then
216 :
217else
218 as_candidate_shells=
132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 219 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
133for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 220for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
134do 221do
135 IFS=$as_save_IFS 222 IFS=$as_save_IFS
136 test -z "$as_dir" && as_dir=. 223 test -z "$as_dir" && as_dir=.
137 for as_base in sh bash ksh sh5; do 224 case $as_dir in
138 case $as_dir in
139 /*) 225 /*)
140 if ("$as_dir/$as_base" -c ' 226 for as_base in sh bash ksh sh5; do
227 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
228 done;;
229 esac
230done
231IFS=$as_save_IFS
232
233
234 for as_shell in $as_candidate_shells $SHELL; do
235 # Try only shells that exist, to save several forks.
236 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
237 { ("$as_shell") 2> /dev/null <<\_ASEOF
238# Be Bourne compatible
239if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
240 emulate sh
241 NULLCMD=:
242 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
243 # is contrary to our usage. Disable this feature.
244 alias -g '${1+"$@"}'='"$@"'
245 setopt NO_GLOB_SUBST
246else
247 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
248fi
249BIN_SH=xpg4; export BIN_SH # for Tru64
250DUALCASE=1; export DUALCASE # for MKS sh
251
252:
253_ASEOF
254}; then
255 CONFIG_SHELL=$as_shell
256 as_have_required=yes
257 if { "$as_shell" 2> /dev/null <<\_ASEOF
258# Be Bourne compatible
259if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
260 emulate sh
261 NULLCMD=:
262 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
263 # is contrary to our usage. Disable this feature.
264 alias -g '${1+"$@"}'='"$@"'
265 setopt NO_GLOB_SUBST
266else
267 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
268fi
269BIN_SH=xpg4; export BIN_SH # for Tru64
270DUALCASE=1; export DUALCASE # for MKS sh
271
272:
273(as_func_return () {
274 (exit $1)
275}
276as_func_success () {
277 as_func_return 0
278}
279as_func_failure () {
280 as_func_return 1
281}
282as_func_ret_success () {
283 return 0
284}
285as_func_ret_failure () {
286 return 1
287}
288
289exitcode=0
290if as_func_success; then
291 :
292else
293 exitcode=1
294 echo as_func_success failed.
295fi
296
297if as_func_failure; then
298 exitcode=1
299 echo as_func_failure succeeded.
300fi
301
302if as_func_ret_success; then
303 :
304else
305 exitcode=1
306 echo as_func_ret_success failed.
307fi
308
309if as_func_ret_failure; then
310 exitcode=1
311 echo as_func_ret_failure succeeded.
312fi
313
314if ( set x; as_func_ret_success y && test x = "$1" ); then
315 :
316else
317 exitcode=1
318 echo positional parameters were not saved.
319fi
320
321test $exitcode = 0) || { (exit 1); exit 1; }
322
323(
141 as_lineno_1=$LINENO 324 as_lineno_1=$LINENO
142 as_lineno_2=$LINENO 325 as_lineno_2=$LINENO
143 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
144 test "x$as_lineno_1" != "x$as_lineno_2" && 326 test "x$as_lineno_1" != "x$as_lineno_2" &&
145 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 327 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
146 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 328
147 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 329_ASEOF
148 CONFIG_SHELL=$as_dir/$as_base 330}; then
149 export CONFIG_SHELL 331 break
150 exec "$CONFIG_SHELL" "$0" ${1+"$@"} 332fi
151 fi;; 333
152 esac 334fi
153 done 335
154done 336 done
155;; 337
156 esac 338 if test "x$CONFIG_SHELL" != x; then
339 for as_var in BASH_ENV ENV
340 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
341 done
342 export CONFIG_SHELL
343 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
344fi
345
346
347 if test $as_have_required = no; then
348 echo This script requires a shell more modern than all the
349 echo shells that I found on your system. Please install a
350 echo modern shell, or manually run the script under such a
351 echo shell if you do have one.
352 { (exit 1); exit 1; }
353fi
354
355
356fi
357
358fi
359
360
361
362(eval "as_func_return () {
363 (exit \$1)
364}
365as_func_success () {
366 as_func_return 0
367}
368as_func_failure () {
369 as_func_return 1
370}
371as_func_ret_success () {
372 return 0
373}
374as_func_ret_failure () {
375 return 1
376}
377
378exitcode=0
379if as_func_success; then
380 :
381else
382 exitcode=1
383 echo as_func_success failed.
384fi
385
386if as_func_failure; then
387 exitcode=1
388 echo as_func_failure succeeded.
389fi
390
391if as_func_ret_success; then
392 :
393else
394 exitcode=1
395 echo as_func_ret_success failed.
396fi
397
398if as_func_ret_failure; then
399 exitcode=1
400 echo as_func_ret_failure succeeded.
401fi
402
403if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
404 :
405else
406 exitcode=1
407 echo positional parameters were not saved.
408fi
409
410test \$exitcode = 0") || {
411 echo No shell found that supports shell functions.
412 echo Please tell autoconf@gnu.org about your system,
413 echo including any error possibly output before this
414 echo message
415}
416
417
418
419 as_lineno_1=$LINENO
420 as_lineno_2=$LINENO
421 test "x$as_lineno_1" != "x$as_lineno_2" &&
422 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
157 423
158 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 424 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
159 # uniformly replaced by the line number. The first 'sed' inserts a 425 # uniformly replaced by the line number. The first 'sed' inserts a
160 # line-number line before each line; the second 'sed' does the real 426 # line-number line after each line using $LINENO; the second 'sed'
161 # work. The second script uses 'N' to pair each line-number line 427 # does the real work. The second script uses 'N' to pair each
162 # with the numbered line, and appends trailing '-' during 428 # line-number line with the line containing $LINENO, and appends
163 # substitution so that $LINENO is not a special case at line end. 429 # trailing '-' during substitution so that $LINENO is not a special
430 # case at line end.
164 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 431 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
165 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 432 # scripts with optimization help from Paolo Bonzini. Blame Lee
166 sed '=' <$as_myself | 433 # E. McMahon (1931-1989) for sed's syntax. :-)
434 sed -n '
435 p
436 /[$]LINENO/=
437 ' <$as_myself |
167 sed ' 438 sed '
439 s/[$]LINENO.*/&-/
440 t lineno
441 b
442 :lineno
168 N 443 N
169 s,$,-, 444 :loop
170 : loop 445 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
171 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 t loop 446 t loop
173 s,-$,, 447 s/-\n.*//
174 s,^['$as_cr_digits']*\n,,
175 ' >$as_me.lineno && 448 ' >$as_me.lineno &&
176 chmod +x $as_me.lineno || 449 chmod +x "$as_me.lineno" ||
177 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 450 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
178 { (exit 1); exit 1; }; } 451 { (exit 1); exit 1; }; }
179 452
180 # Don't try to exec as it changes $[0], causing all sort of problems 453 # Don't try to exec as it changes $[0], causing all sort of problems
181 # (the dirname of $[0] is not the place where we might find the 454 # (the dirname of $[0] is not the place where we might find the
182 # original and so on. Autoconf is especially sensible to this). 455 # original and so on. Autoconf is especially sensitive to this).
183 . ./$as_me.lineno 456 . "./$as_me.lineno"
184 # Exit status is that of the last command. 457 # Exit status is that of the last command.
185 exit 458 exit
186} 459}
187 460
188 461
189case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 462if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
190 *c*,-n*) ECHO_N= ECHO_C=' 463 as_dirname=dirname
191' ECHO_T=' ' ;; 464else
192 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 465 as_dirname=false
193 *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 466fi
467
468ECHO_C= ECHO_N= ECHO_T=
469case `echo -n x` in
470-n*)
471 case `echo 'x\c'` in
472 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
473 *) ECHO_C='\c';;
474 esac;;
475*)
476 ECHO_N='-n';;
194esac 477esac
195 478
196if expr a : '\(a\)' >/dev/null 2>&1; then 479if expr a : '\(a\)' >/dev/null 2>&1 &&
480 test "X`expr 00001 : '.*\(...\)'`" = X001; then
197 as_expr=expr 481 as_expr=expr
198else 482else
199 as_expr=false 483 as_expr=false
200fi 484fi
201 485
202rm -f conf$$ conf$$.exe conf$$.file 486rm -f conf$$ conf$$.exe conf$$.file
487if test -d conf$$.dir; then
488 rm -f conf$$.dir/conf$$.file
489else
490 rm -f conf$$.dir
491 mkdir conf$$.dir
492fi
203echo >conf$$.file 493echo >conf$$.file
204if ln -s conf$$.file conf$$ 2>/dev/null; then 494if ln -s conf$$.file conf$$ 2>/dev/null; then
205 # We could just check for DJGPP; but this test a) works b) is more generic 495 as_ln_s='ln -s'
206 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 496 # ... but there are two gotchas:
207 if test -f conf$$.exe; then 497 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
208 # Don't use ln at all; we don't have any links 498 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
499 # In both cases, we have to default to `cp -p'.
500 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
209 as_ln_s='cp -p' 501 as_ln_s='cp -p'
210 else
211 as_ln_s='ln -s'
212 fi
213elif ln conf$$.file conf$$ 2>/dev/null; then 502elif ln conf$$.file conf$$ 2>/dev/null; then
214 as_ln_s=ln 503 as_ln_s=ln
215else 504else
216 as_ln_s='cp -p' 505 as_ln_s='cp -p'
217fi 506fi
218rm -f conf$$ conf$$.exe conf$$.file 507rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
508rmdir conf$$.dir 2>/dev/null
219 509
220if mkdir -p . 2>/dev/null; then 510if mkdir -p . 2>/dev/null; then
221 as_mkdir_p=: 511 as_mkdir_p=:
@@ -224,7 +514,19 @@ else
224 as_mkdir_p=false 514 as_mkdir_p=false
225fi 515fi
226 516
227as_executable_p="test -f" 517# Find out whether ``test -x'' works. Don't use a zero-byte file, as
518# systems may use methods other than mode bits to determine executability.
519cat >conf$$.file <<_ASEOF
520#! /bin/sh
521exit 0
522_ASEOF
523chmod +x conf$$.file
524if test -x conf$$.file >/dev/null 2>&1; then
525 as_executable_p="test -x"
526else
527 as_executable_p=:
528fi
529rm -f conf$$.file
228 530
229# Sed expression to map a string onto a valid CPP name. 531# Sed expression to map a string onto a valid CPP name.
230as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 532as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
@@ -233,15 +535,6 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
233as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 535as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
234 536
235 537
236# IFS
237# We need space, tab and new line, in precisely that order.
238as_nl='
239'
240IFS=" $as_nl"
241
242# CDPATH.
243$as_unset CDPATH
244
245 538
246 539
247# Check that we are running under the correct shell. 540# Check that we are running under the correct shell.
@@ -397,29 +690,26 @@ tagnames=${tagnames+${tagnames},}CXX
397 690
398tagnames=${tagnames+${tagnames},}F77 691tagnames=${tagnames+${tagnames},}F77
399 692
693exec 7<&0 </dev/null 6>&1
694
400# Name of the host. 695# Name of the host.
401# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 696# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
402# so uname gets run too. 697# so uname gets run too.
403ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 698ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
404 699
405exec 6>&1
406
407# 700#
408# Initializations. 701# Initializations.
409# 702#
410ac_default_prefix=/usr/local 703ac_default_prefix=/usr/local
704ac_clean_files=
411ac_config_libobj_dir=. 705ac_config_libobj_dir=.
706LIBOBJS=
412cross_compiling=no 707cross_compiling=no
413subdirs= 708subdirs=
414MFLAGS= 709MFLAGS=
415MAKEFLAGS= 710MAKEFLAGS=
416SHELL=${CONFIG_SHELL-/bin/sh} 711SHELL=${CONFIG_SHELL-/bin/sh}
417 712
418# Maximum number of lines to put in a shell here document.
419# This variable seems obsolete. It should probably be removed, and
420# only ac_max_sed_lines should be used.
421: ${ac_max_here_lines=38}
422
423# Identity of this package. 713# Identity of this package.
424PACKAGE_NAME='libltdl' 714PACKAGE_NAME='libltdl'
425PACKAGE_TARNAME='libltdl' 715PACKAGE_TARNAME='libltdl'
@@ -431,42 +721,167 @@ ac_unique_file="ltdl.c"
431# Factoring default headers for most tests. 721# Factoring default headers for most tests.
432ac_includes_default="\ 722ac_includes_default="\
433#include <stdio.h> 723#include <stdio.h>
434#if HAVE_SYS_TYPES_H 724#ifdef HAVE_SYS_TYPES_H
435# include <sys/types.h> 725# include <sys/types.h>
436#endif 726#endif
437#if HAVE_SYS_STAT_H 727#ifdef HAVE_SYS_STAT_H
438# include <sys/stat.h> 728# include <sys/stat.h>
439#endif 729#endif
440#if STDC_HEADERS 730#ifdef STDC_HEADERS
441# include <stdlib.h> 731# include <stdlib.h>
442# include <stddef.h> 732# include <stddef.h>
443#else 733#else
444# if HAVE_STDLIB_H 734# ifdef HAVE_STDLIB_H
445# include <stdlib.h> 735# include <stdlib.h>
446# endif 736# endif
447#endif 737#endif
448#if HAVE_STRING_H 738#ifdef HAVE_STRING_H
449# if !STDC_HEADERS && HAVE_MEMORY_H 739# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
450# include <memory.h> 740# include <memory.h>
451# endif 741# endif
452# include <string.h> 742# include <string.h>
453#endif 743#endif
454#if HAVE_STRINGS_H 744#ifdef HAVE_STRINGS_H
455# include <strings.h> 745# include <strings.h>
456#endif 746#endif
457#if HAVE_INTTYPES_H 747#ifdef HAVE_INTTYPES_H
458# include <inttypes.h> 748# include <inttypes.h>
459#else
460# if HAVE_STDINT_H
461# include <stdint.h>
462# endif
463#endif 749#endif
464#if HAVE_UNISTD_H 750#ifdef HAVE_STDINT_H
751# include <stdint.h>
752#endif
753#ifdef HAVE_UNISTD_H
465# include <unistd.h> 754# include <unistd.h>
466#endif" 755#endif"
467 756
468ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB DLLTOOL ac_ct_DLLTOOL AS ac_ct_AS OBJDUMP ac_ct_OBJDUMP CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBTOOL_DEPS INSTALL_LTDL_TRUE INSTALL_LTDL_FALSE CONVENIENCE_LTDL_TRUE CONVENIENCE_LTDL_FALSE LIBADD_DL LIBOBJS LTLIBOBJS' 757ac_subst_vars='SHELL
758PATH_SEPARATOR
759PACKAGE_NAME
760PACKAGE_TARNAME
761PACKAGE_VERSION
762PACKAGE_STRING
763PACKAGE_BUGREPORT
764exec_prefix
765prefix
766program_transform_name
767bindir
768sbindir
769libexecdir
770datarootdir
771datadir
772sysconfdir
773sharedstatedir
774localstatedir
775includedir
776oldincludedir
777docdir
778infodir
779htmldir
780dvidir
781pdfdir
782psdir
783libdir
784localedir
785mandir
786DEFS
787ECHO_C
788ECHO_N
789ECHO_T
790LIBS
791build_alias
792host_alias
793target_alias
794INSTALL_PROGRAM
795INSTALL_SCRIPT
796INSTALL_DATA
797CYGPATH_W
798PACKAGE
799VERSION
800ACLOCAL
801AUTOCONF
802AUTOMAKE
803AUTOHEADER
804MAKEINFO
805AMTAR
806install_sh
807STRIP
808INSTALL_STRIP_PROGRAM
809mkdir_p
810AWK
811SET_MAKE
812am__leading_dot
813MAINTAINER_MODE_TRUE
814MAINTAINER_MODE_FALSE
815MAINT
816CC
817CFLAGS
818LDFLAGS
819CPPFLAGS
820ac_ct_CC
821EXEEXT
822OBJEXT
823DEPDIR
824am__include
825am__quote
826AMDEP_TRUE
827AMDEP_FALSE
828AMDEPBACKSLASH
829CCDEPMODE
830am__fastdepCC_TRUE
831am__fastdepCC_FALSE
832build
833build_cpu
834build_vendor
835build_os
836host
837host_cpu
838host_vendor
839host_os
840GREP
841EGREP
842LN_S
843ECHO
844AR
845RANLIB
846DLLTOOL
847AS
848OBJDUMP
849CPP
850CXX
851CXXFLAGS
852ac_ct_CXX
853CXXDEPMODE
854am__fastdepCXX_TRUE
855am__fastdepCXX_FALSE
856CXXCPP
857F77
858FFLAGS
859ac_ct_F77
860LIBTOOL
861LIBTOOL_DEPS
862INSTALL_LTDL_TRUE
863INSTALL_LTDL_FALSE
864CONVENIENCE_LTDL_TRUE
865CONVENIENCE_LTDL_FALSE
866LIBADD_DL
867LIBOBJS
868LTLIBOBJS'
469ac_subst_files='' 869ac_subst_files=''
870 ac_precious_vars='build_alias
871host_alias
872target_alias
873CC
874CFLAGS
875LDFLAGS
876CPPFLAGS
877CPP
878CXX
879CXXFLAGS
880CCC
881CXXCPP
882F77
883FFLAGS'
884
470 885
471# Initialize some variables set by options. 886# Initialize some variables set by options.
472ac_init_help= 887ac_init_help=
@@ -493,34 +908,48 @@ x_libraries=NONE
493# and all the variables that are supposed to be based on exec_prefix 908# and all the variables that are supposed to be based on exec_prefix
494# by default will actually change. 909# by default will actually change.
495# Use braces instead of parens because sh, perl, etc. also accept them. 910# Use braces instead of parens because sh, perl, etc. also accept them.
911# (The list follows the same order as the GNU Coding Standards.)
496bindir='${exec_prefix}/bin' 912bindir='${exec_prefix}/bin'
497sbindir='${exec_prefix}/sbin' 913sbindir='${exec_prefix}/sbin'
498libexecdir='${exec_prefix}/libexec' 914libexecdir='${exec_prefix}/libexec'
499datadir='${prefix}/share' 915datarootdir='${prefix}/share'
916datadir='${datarootdir}'
500sysconfdir='${prefix}/etc' 917sysconfdir='${prefix}/etc'
501sharedstatedir='${prefix}/com' 918sharedstatedir='${prefix}/com'
502localstatedir='${prefix}/var' 919localstatedir='${prefix}/var'
503libdir='${exec_prefix}/lib'
504includedir='${prefix}/include' 920includedir='${prefix}/include'
505oldincludedir='/usr/include' 921oldincludedir='/usr/include'
506infodir='${prefix}/info' 922docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
507mandir='${prefix}/man' 923infodir='${datarootdir}/info'
924htmldir='${docdir}'
925dvidir='${docdir}'
926pdfdir='${docdir}'
927psdir='${docdir}'
928libdir='${exec_prefix}/lib'
929localedir='${datarootdir}/locale'
930mandir='${datarootdir}/man'
508 931
509ac_prev= 932ac_prev=
933ac_dashdash=
510for ac_option 934for ac_option
511do 935do
512 # If the previous option needs an argument, assign it. 936 # If the previous option needs an argument, assign it.
513 if test -n "$ac_prev"; then 937 if test -n "$ac_prev"; then
514 eval "$ac_prev=\$ac_option" 938 eval $ac_prev=\$ac_option
515 ac_prev= 939 ac_prev=
516 continue 940 continue
517 fi 941 fi
518 942
519 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 943 case $ac_option in
944 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
945 *) ac_optarg=yes ;;
946 esac
520 947
521 # Accept the important Cygnus configure options, so we can diagnose typos. 948 # Accept the important Cygnus configure options, so we can diagnose typos.
522 949
523 case $ac_option in 950 case $ac_dashdash$ac_option in
951 --)
952 ac_dashdash=yes ;;
524 953
525 -bindir | --bindir | --bindi | --bind | --bin | --bi) 954 -bindir | --bindir | --bindi | --bind | --bin | --bi)
526 ac_prev=bindir ;; 955 ac_prev=bindir ;;
@@ -542,12 +971,18 @@ do
542 --config-cache | -C) 971 --config-cache | -C)
543 cache_file=config.cache ;; 972 cache_file=config.cache ;;
544 973
545 -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 974 -datadir | --datadir | --datadi | --datad)
546 ac_prev=datadir ;; 975 ac_prev=datadir ;;
547 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 976 -datadir=* | --datadir=* | --datadi=* | --datad=*)
548 | --da=*)
549 datadir=$ac_optarg ;; 977 datadir=$ac_optarg ;;
550 978
979 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
980 | --dataroo | --dataro | --datar)
981 ac_prev=datarootdir ;;
982 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
983 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
984 datarootdir=$ac_optarg ;;
985
551 -disable-* | --disable-*) 986 -disable-* | --disable-*)
552 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 987 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
553 # Reject names that are not valid shell variable names. 988 # Reject names that are not valid shell variable names.
@@ -555,7 +990,17 @@ do
555 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 990 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
556 { (exit 1); exit 1; }; } 991 { (exit 1); exit 1; }; }
557 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 992 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
558 eval "enable_$ac_feature=no" ;; 993 eval enable_$ac_feature=no ;;
994
995 -docdir | --docdir | --docdi | --doc | --do)
996 ac_prev=docdir ;;
997 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
998 docdir=$ac_optarg ;;
999
1000 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1001 ac_prev=dvidir ;;
1002 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1003 dvidir=$ac_optarg ;;
559 1004
560 -enable-* | --enable-*) 1005 -enable-* | --enable-*)
561 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 1006 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
@@ -564,11 +1009,7 @@ do
564 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 1009 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
565 { (exit 1); exit 1; }; } 1010 { (exit 1); exit 1; }; }
566 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 1011 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
567 case $ac_option in 1012 eval enable_$ac_feature=\$ac_optarg ;;
568 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
569 *) ac_optarg=yes ;;
570 esac
571 eval "enable_$ac_feature='$ac_optarg'" ;;
572 1013
573 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 1014 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
574 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 1015 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
@@ -595,6 +1036,12 @@ do
595 -host=* | --host=* | --hos=* | --ho=*) 1036 -host=* | --host=* | --hos=* | --ho=*)
596 host_alias=$ac_optarg ;; 1037 host_alias=$ac_optarg ;;
597 1038
1039 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1040 ac_prev=htmldir ;;
1041 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1042 | --ht=*)
1043 htmldir=$ac_optarg ;;
1044
598 -includedir | --includedir | --includedi | --included | --include \ 1045 -includedir | --includedir | --includedi | --included | --include \
599 | --includ | --inclu | --incl | --inc) 1046 | --includ | --inclu | --incl | --inc)
600 ac_prev=includedir ;; 1047 ac_prev=includedir ;;
@@ -619,13 +1066,16 @@ do
619 | --libexe=* | --libex=* | --libe=*) 1066 | --libexe=* | --libex=* | --libe=*)
620 libexecdir=$ac_optarg ;; 1067 libexecdir=$ac_optarg ;;
621 1068
1069 -localedir | --localedir | --localedi | --localed | --locale)
1070 ac_prev=localedir ;;
1071 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1072 localedir=$ac_optarg ;;
1073
622 -localstatedir | --localstatedir | --localstatedi | --localstated \ 1074 -localstatedir | --localstatedir | --localstatedi | --localstated \
623 | --localstate | --localstat | --localsta | --localst \ 1075 | --localstate | --localstat | --localsta | --localst | --locals)
624 | --locals | --local | --loca | --loc | --lo)
625 ac_prev=localstatedir ;; 1076 ac_prev=localstatedir ;;
626 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 1077 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
627 | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 1078 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
628 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
629 localstatedir=$ac_optarg ;; 1079 localstatedir=$ac_optarg ;;
630 1080
631 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 1081 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
@@ -690,6 +1140,16 @@ do
690 | --progr-tra=* | --program-tr=* | --program-t=*) 1140 | --progr-tra=* | --program-tr=* | --program-t=*)
691 program_transform_name=$ac_optarg ;; 1141 program_transform_name=$ac_optarg ;;
692 1142
1143 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1144 ac_prev=pdfdir ;;
1145 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1146 pdfdir=$ac_optarg ;;
1147
1148 -psdir | --psdir | --psdi | --psd | --ps)
1149 ac_prev=psdir ;;
1150 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1151 psdir=$ac_optarg ;;
1152
693 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1153 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
694 | -silent | --silent | --silen | --sile | --sil) 1154 | -silent | --silent | --silen | --sile | --sil)
695 silent=yes ;; 1155 silent=yes ;;
@@ -746,11 +1206,7 @@ do
746 { echo "$as_me: error: invalid package name: $ac_package" >&2 1206 { echo "$as_me: error: invalid package name: $ac_package" >&2
747 { (exit 1); exit 1; }; } 1207 { (exit 1); exit 1; }; }
748 ac_package=`echo $ac_package| sed 's/-/_/g'` 1208 ac_package=`echo $ac_package| sed 's/-/_/g'`
749 case $ac_option in 1209 eval with_$ac_package=\$ac_optarg ;;
750 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
751 *) ac_optarg=yes ;;
752 esac
753 eval "with_$ac_package='$ac_optarg'" ;;
754 1210
755 -without-* | --without-*) 1211 -without-* | --without-*)
756 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1212 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
@@ -759,7 +1215,7 @@ do
759 { echo "$as_me: error: invalid package name: $ac_package" >&2 1215 { echo "$as_me: error: invalid package name: $ac_package" >&2
760 { (exit 1); exit 1; }; } 1216 { (exit 1); exit 1; }; }
761 ac_package=`echo $ac_package | sed 's/-/_/g'` 1217 ac_package=`echo $ac_package | sed 's/-/_/g'`
762 eval "with_$ac_package=no" ;; 1218 eval with_$ac_package=no ;;
763 1219
764 --x) 1220 --x)
765 # Obsolete; use --with-x. 1221 # Obsolete; use --with-x.
@@ -790,8 +1246,7 @@ Try \`$0 --help' for more information." >&2
790 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1246 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
791 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1247 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
792 { (exit 1); exit 1; }; } 1248 { (exit 1); exit 1; }; }
793 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 1249 eval $ac_envvar=\$ac_optarg
794 eval "$ac_envvar='$ac_optarg'"
795 export $ac_envvar ;; 1250 export $ac_envvar ;;
796 1251
797 *) 1252 *)
@@ -811,27 +1266,19 @@ if test -n "$ac_prev"; then
811 { (exit 1); exit 1; }; } 1266 { (exit 1); exit 1; }; }
812fi 1267fi
813 1268
814# Be sure to have absolute paths. 1269# Be sure to have absolute directory names.
815for ac_var in exec_prefix prefix 1270for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
816do 1271 datadir sysconfdir sharedstatedir localstatedir includedir \
817 eval ac_val=$`echo $ac_var` 1272 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
818 case $ac_val in 1273 libdir localedir mandir
819 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
820 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
821 { (exit 1); exit 1; }; };;
822 esac
823done
824
825# Be sure to have absolute paths.
826for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
827 localstatedir libdir includedir oldincludedir infodir mandir
828do 1274do
829 eval ac_val=$`echo $ac_var` 1275 eval ac_val=\$$ac_var
830 case $ac_val in 1276 case $ac_val in
831 [\\/$]* | ?:[\\/]* ) ;; 1277 [\\/$]* | ?:[\\/]* ) continue;;
832 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1278 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
833 { (exit 1); exit 1; }; };;
834 esac 1279 esac
1280 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1281 { (exit 1); exit 1; }; }
835done 1282done
836 1283
837# There might be people who depend on the old broken behavior: `$host' 1284# There might be people who depend on the old broken behavior: `$host'
@@ -858,94 +1305,76 @@ test -n "$host_alias" && ac_tool_prefix=$host_alias-
858test "$silent" = yes && exec 6>/dev/null 1305test "$silent" = yes && exec 6>/dev/null
859 1306
860 1307
1308ac_pwd=`pwd` && test -n "$ac_pwd" &&
1309ac_ls_di=`ls -di .` &&
1310ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1311 { echo "$as_me: error: Working directory cannot be determined" >&2
1312 { (exit 1); exit 1; }; }
1313test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1314 { echo "$as_me: error: pwd does not report name of working directory" >&2
1315 { (exit 1); exit 1; }; }
1316
1317
861# Find the source files, if location was not specified. 1318# Find the source files, if location was not specified.
862if test -z "$srcdir"; then 1319if test -z "$srcdir"; then
863 ac_srcdir_defaulted=yes 1320 ac_srcdir_defaulted=yes
864 # Try the directory containing this script, then its parent. 1321 # Try the directory containing this script, then the parent directory.
865 ac_confdir=`(dirname "$0") 2>/dev/null || 1322 ac_confdir=`$as_dirname -- "$0" ||
866$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1323$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
867 X"$0" : 'X\(//\)[^/]' \| \ 1324 X"$0" : 'X\(//\)[^/]' \| \
868 X"$0" : 'X\(//\)$' \| \ 1325 X"$0" : 'X\(//\)$' \| \
869 X"$0" : 'X\(/\)' \| \ 1326 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
870 . : '\(.\)' 2>/dev/null ||
871echo X"$0" | 1327echo X"$0" |
872 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 1328 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
873 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 1329 s//\1/
874 /^X\(\/\/\)$/{ s//\1/; q; } 1330 q
875 /^X\(\/\).*/{ s//\1/; q; } 1331 }
876 s/.*/./; q'` 1332 /^X\(\/\/\)[^/].*/{
1333 s//\1/
1334 q
1335 }
1336 /^X\(\/\/\)$/{
1337 s//\1/
1338 q
1339 }
1340 /^X\(\/\).*/{
1341 s//\1/
1342 q
1343 }
1344 s/.*/./; q'`
877 srcdir=$ac_confdir 1345 srcdir=$ac_confdir
878 if test ! -r $srcdir/$ac_unique_file; then 1346 if test ! -r "$srcdir/$ac_unique_file"; then
879 srcdir=.. 1347 srcdir=..
880 fi 1348 fi
881else 1349else
882 ac_srcdir_defaulted=no 1350 ac_srcdir_defaulted=no
883fi 1351fi
884if test ! -r $srcdir/$ac_unique_file; then 1352if test ! -r "$srcdir/$ac_unique_file"; then
885 if test "$ac_srcdir_defaulted" = yes; then 1353 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
886 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 1354 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
887 { (exit 1); exit 1; }; }
888 else
889 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
890 { (exit 1); exit 1; }; } 1355 { (exit 1); exit 1; }; }
891 fi
892fi 1356fi
893(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || 1357ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
894 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 1358ac_abs_confdir=`(
1359 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
895 { (exit 1); exit 1; }; } 1360 { (exit 1); exit 1; }; }
896srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 1361 pwd)`
897ac_env_build_alias_set=${build_alias+set} 1362# When building in place, set srcdir=.
898ac_env_build_alias_value=$build_alias 1363if test "$ac_abs_confdir" = "$ac_pwd"; then
899ac_cv_env_build_alias_set=${build_alias+set} 1364 srcdir=.
900ac_cv_env_build_alias_value=$build_alias 1365fi
901ac_env_host_alias_set=${host_alias+set} 1366# Remove unnecessary trailing slashes from srcdir.
902ac_env_host_alias_value=$host_alias 1367# Double slashes in file names in object file debugging info
903ac_cv_env_host_alias_set=${host_alias+set} 1368# mess up M-x gdb in Emacs.
904ac_cv_env_host_alias_value=$host_alias 1369case $srcdir in
905ac_env_target_alias_set=${target_alias+set} 1370*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
906ac_env_target_alias_value=$target_alias 1371esac
907ac_cv_env_target_alias_set=${target_alias+set} 1372for ac_var in $ac_precious_vars; do
908ac_cv_env_target_alias_value=$target_alias 1373 eval ac_env_${ac_var}_set=\${${ac_var}+set}
909ac_env_CC_set=${CC+set} 1374 eval ac_env_${ac_var}_value=\$${ac_var}
910ac_env_CC_value=$CC 1375 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
911ac_cv_env_CC_set=${CC+set} 1376 eval ac_cv_env_${ac_var}_value=\$${ac_var}
912ac_cv_env_CC_value=$CC 1377done
913ac_env_CFLAGS_set=${CFLAGS+set}
914ac_env_CFLAGS_value=$CFLAGS
915ac_cv_env_CFLAGS_set=${CFLAGS+set}
916ac_cv_env_CFLAGS_value=$CFLAGS
917ac_env_LDFLAGS_set=${LDFLAGS+set}
918ac_env_LDFLAGS_value=$LDFLAGS
919ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
920ac_cv_env_LDFLAGS_value=$LDFLAGS
921ac_env_CPPFLAGS_set=${CPPFLAGS+set}
922ac_env_CPPFLAGS_value=$CPPFLAGS
923ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
924ac_cv_env_CPPFLAGS_value=$CPPFLAGS
925ac_env_CPP_set=${CPP+set}
926ac_env_CPP_value=$CPP
927ac_cv_env_CPP_set=${CPP+set}
928ac_cv_env_CPP_value=$CPP
929ac_env_CXX_set=${CXX+set}
930ac_env_CXX_value=$CXX
931ac_cv_env_CXX_set=${CXX+set}
932ac_cv_env_CXX_value=$CXX
933ac_env_CXXFLAGS_set=${CXXFLAGS+set}
934ac_env_CXXFLAGS_value=$CXXFLAGS
935ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
936ac_cv_env_CXXFLAGS_value=$CXXFLAGS
937ac_env_CXXCPP_set=${CXXCPP+set}
938ac_env_CXXCPP_value=$CXXCPP
939ac_cv_env_CXXCPP_set=${CXXCPP+set}
940ac_cv_env_CXXCPP_value=$CXXCPP
941ac_env_F77_set=${F77+set}
942ac_env_F77_value=$F77
943ac_cv_env_F77_set=${F77+set}
944ac_cv_env_F77_value=$F77
945ac_env_FFLAGS_set=${FFLAGS+set}
946ac_env_FFLAGS_value=$FFLAGS
947ac_cv_env_FFLAGS_set=${FFLAGS+set}
948ac_cv_env_FFLAGS_value=$FFLAGS
949 1378
950# 1379#
951# Report the --help message. 1380# Report the --help message.
@@ -974,9 +1403,6 @@ Configuration:
974 -n, --no-create do not create output files 1403 -n, --no-create do not create output files
975 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1404 --srcdir=DIR find the sources in DIR [configure dir or \`..']
976 1405
977_ACEOF
978
979 cat <<_ACEOF
980Installation directories: 1406Installation directories:
981 --prefix=PREFIX install architecture-independent files in PREFIX 1407 --prefix=PREFIX install architecture-independent files in PREFIX
982 [$ac_default_prefix] 1408 [$ac_default_prefix]
@@ -994,15 +1420,22 @@ Fine tuning of the installation directories:
994 --bindir=DIR user executables [EPREFIX/bin] 1420 --bindir=DIR user executables [EPREFIX/bin]
995 --sbindir=DIR system admin executables [EPREFIX/sbin] 1421 --sbindir=DIR system admin executables [EPREFIX/sbin]
996 --libexecdir=DIR program executables [EPREFIX/libexec] 1422 --libexecdir=DIR program executables [EPREFIX/libexec]
997 --datadir=DIR read-only architecture-independent data [PREFIX/share]
998 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1423 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
999 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1424 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1000 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1425 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1001 --libdir=DIR object code libraries [EPREFIX/lib] 1426 --libdir=DIR object code libraries [EPREFIX/lib]
1002 --includedir=DIR C header files [PREFIX/include] 1427 --includedir=DIR C header files [PREFIX/include]
1003 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1428 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1004 --infodir=DIR info documentation [PREFIX/info] 1429 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1005 --mandir=DIR man documentation [PREFIX/man] 1430 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1431 --infodir=DIR info documentation [DATAROOTDIR/info]
1432 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1433 --mandir=DIR man documentation [DATAROOTDIR/man]
1434 --docdir=DIR documentation root [DATAROOTDIR/doc/libltdl]
1435 --htmldir=DIR html documentation [DOCDIR]
1436 --dvidir=DIR dvi documentation [DOCDIR]
1437 --pdfdir=DIR pdf documentation [DOCDIR]
1438 --psdir=DIR ps documentation [DOCDIR]
1006_ACEOF 1439_ACEOF
1007 1440
1008 cat <<\_ACEOF 1441 cat <<\_ACEOF
@@ -1031,10 +1464,8 @@ Optional Features:
1031 (and sometimes confusing) to the casual installer 1464 (and sometimes confusing) to the casual installer
1032 --disable-dependency-tracking speeds up one-time build 1465 --disable-dependency-tracking speeds up one-time build
1033 --enable-dependency-tracking do not reject slow dependency extractors 1466 --enable-dependency-tracking do not reject slow dependency extractors
1034 --enable-shared[=PKGS] 1467 --enable-shared[=PKGS] build shared libraries [default=yes]
1035 build shared libraries [default=yes] 1468 --enable-static[=PKGS] build static libraries [default=yes]
1036 --enable-static[=PKGS]
1037 build static libraries [default=yes]
1038 --enable-fast-install[=PKGS] 1469 --enable-fast-install[=PKGS]
1039 optimize for fast installation [default=yes] 1470 optimize for fast installation [default=yes]
1040 --disable-libtool-lock avoid locking (might break parallel builds) 1471 --disable-libtool-lock avoid locking (might break parallel builds)
@@ -1046,16 +1477,15 @@ Optional Packages:
1046 --with-gnu-ld assume the C compiler uses GNU ld [default=no] 1477 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1047 --with-pic try to use only PIC/non-PIC objects [default=use 1478 --with-pic try to use only PIC/non-PIC objects [default=use
1048 both] 1479 both]
1049 --with-tags[=TAGS] 1480 --with-tags[=TAGS] include additional configurations [automatic]
1050 include additional configurations [automatic]
1051 1481
1052Some influential environment variables: 1482Some influential environment variables:
1053 CC C compiler command 1483 CC C compiler command
1054 CFLAGS C compiler flags 1484 CFLAGS C compiler flags
1055 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1485 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1056 nonstandard directory <lib dir> 1486 nonstandard directory <lib dir>
1057 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have 1487 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1058 headers in a nonstandard directory <include dir> 1488 you have headers in a nonstandard directory <include dir>
1059 CPP C preprocessor 1489 CPP C preprocessor
1060 CXX C++ compiler command 1490 CXX C++ compiler command
1061 CXXFLAGS C++ compiler flags 1491 CXXFLAGS C++ compiler flags
@@ -1068,120 +1498,86 @@ it to find libraries and programs with nonstandard names/locations.
1068 1498
1069Report bugs to <bug-libtool@gnu.org>. 1499Report bugs to <bug-libtool@gnu.org>.
1070_ACEOF 1500_ACEOF
1501ac_status=$?
1071fi 1502fi
1072 1503
1073if test "$ac_init_help" = "recursive"; then 1504if test "$ac_init_help" = "recursive"; then
1074 # If there are subdirs, report their specific --help. 1505 # If there are subdirs, report their specific --help.
1075 ac_popdir=`pwd`
1076 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1506 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1077 test -d $ac_dir || continue 1507 test -d "$ac_dir" || continue
1078 ac_builddir=. 1508 ac_builddir=.
1079 1509
1080if test "$ac_dir" != .; then 1510case "$ac_dir" in
1511.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1512*)
1081 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1513 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1082 # A "../" for each directory in $ac_dir_suffix. 1514 # A ".." for each directory in $ac_dir_suffix.
1083 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 1515 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1084else 1516 case $ac_top_builddir_sub in
1085 ac_dir_suffix= ac_top_builddir= 1517 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1086fi 1518 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1519 esac ;;
1520esac
1521ac_abs_top_builddir=$ac_pwd
1522ac_abs_builddir=$ac_pwd$ac_dir_suffix
1523# for backward compatibility:
1524ac_top_builddir=$ac_top_build_prefix
1087 1525
1088case $srcdir in 1526case $srcdir in
1089 .) # No --srcdir option. We are building in place. 1527 .) # We are building in place.
1090 ac_srcdir=. 1528 ac_srcdir=.
1091 if test -z "$ac_top_builddir"; then 1529 ac_top_srcdir=$ac_top_builddir_sub
1092 ac_top_srcdir=. 1530 ac_abs_top_srcdir=$ac_pwd ;;
1093 else 1531 [\\/]* | ?:[\\/]* ) # Absolute name.
1094 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1095 fi ;;
1096 [\\/]* | ?:[\\/]* ) # Absolute path.
1097 ac_srcdir=$srcdir$ac_dir_suffix; 1532 ac_srcdir=$srcdir$ac_dir_suffix;
1098 ac_top_srcdir=$srcdir ;; 1533 ac_top_srcdir=$srcdir
1099 *) # Relative path. 1534 ac_abs_top_srcdir=$srcdir ;;
1100 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 1535 *) # Relative name.
1101 ac_top_srcdir=$ac_top_builddir$srcdir ;; 1536 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1102esac 1537 ac_top_srcdir=$ac_top_build_prefix$srcdir
1103 1538 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1104# Do not use `cd foo && pwd` to compute absolute paths, because
1105# the directories may not exist.
1106case `pwd` in
1107.) ac_abs_builddir="$ac_dir";;
1108*)
1109 case "$ac_dir" in
1110 .) ac_abs_builddir=`pwd`;;
1111 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1112 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1113 esac;;
1114esac 1539esac
1115case $ac_abs_builddir in 1540ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1116.) ac_abs_top_builddir=${ac_top_builddir}.;; 1541
1117*) 1542 cd "$ac_dir" || { ac_status=$?; continue; }
1118 case ${ac_top_builddir}. in 1543 # Check for guested configure.
1119 .) ac_abs_top_builddir=$ac_abs_builddir;; 1544 if test -f "$ac_srcdir/configure.gnu"; then
1120 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 1545 echo &&
1121 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 1546 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1122 esac;; 1547 elif test -f "$ac_srcdir/configure"; then
1123esac 1548 echo &&
1124case $ac_abs_builddir in 1549 $SHELL "$ac_srcdir/configure" --help=recursive
1125.) ac_abs_srcdir=$ac_srcdir;;
1126*)
1127 case $ac_srcdir in
1128 .) ac_abs_srcdir=$ac_abs_builddir;;
1129 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1130 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1131 esac;;
1132esac
1133case $ac_abs_builddir in
1134.) ac_abs_top_srcdir=$ac_top_srcdir;;
1135*)
1136 case $ac_top_srcdir in
1137 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1138 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1139 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1140 esac;;
1141esac
1142
1143 cd $ac_dir
1144 # Check for guested configure; otherwise get Cygnus style configure.
1145 if test -f $ac_srcdir/configure.gnu; then
1146 echo
1147 $SHELL $ac_srcdir/configure.gnu --help=recursive
1148 elif test -f $ac_srcdir/configure; then
1149 echo
1150 $SHELL $ac_srcdir/configure --help=recursive
1151 elif test -f $ac_srcdir/configure.ac ||
1152 test -f $ac_srcdir/configure.in; then
1153 echo
1154 $ac_configure --help
1155 else 1550 else
1156 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1551 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1157 fi 1552 fi || ac_status=$?
1158 cd $ac_popdir 1553 cd "$ac_pwd" || { ac_status=$?; break; }
1159 done 1554 done
1160fi 1555fi
1161 1556
1162test -n "$ac_init_help" && exit 0 1557test -n "$ac_init_help" && exit $ac_status
1163if $ac_init_version; then 1558if $ac_init_version; then
1164 cat <<\_ACEOF 1559 cat <<\_ACEOF
1165libltdl configure 1.2 1560libltdl configure 1.2
1166generated by GNU Autoconf 2.59 1561generated by GNU Autoconf 2.60a
1167 1562
1168Copyright (C) 2003 Free Software Foundation, Inc. 1563Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
15642002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1169This configure script is free software; the Free Software Foundation 1565This configure script is free software; the Free Software Foundation
1170gives unlimited permission to copy, distribute and modify it. 1566gives unlimited permission to copy, distribute and modify it.
1171_ACEOF 1567_ACEOF
1172 exit 0 1568 exit
1173fi 1569fi
1174exec 5>config.log 1570cat >config.log <<_ACEOF
1175cat >&5 <<_ACEOF
1176This file contains any messages produced by compilers while 1571This file contains any messages produced by compilers while
1177running configure, to aid debugging if configure makes a mistake. 1572running configure, to aid debugging if configure makes a mistake.
1178 1573
1179It was created by libltdl $as_me 1.2, which was 1574It was created by libltdl $as_me 1.2, which was
1180generated by GNU Autoconf 2.59. Invocation command line was 1575generated by GNU Autoconf 2.60a. Invocation command line was
1181 1576
1182 $ $0 $@ 1577 $ $0 $@
1183 1578
1184_ACEOF 1579_ACEOF
1580exec 5>>config.log
1185{ 1581{
1186cat <<_ASUNAME 1582cat <<_ASUNAME
1187## --------- ## 1583## --------- ##
@@ -1200,7 +1596,7 @@ uname -v = `(uname -v) 2>/dev/null || echo unknown`
1200/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 1596/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1201/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 1597/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1202/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1598/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1203hostinfo = `(hostinfo) 2>/dev/null || echo unknown` 1599/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1204/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1600/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1205/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 1601/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1206/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 1602/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
@@ -1214,6 +1610,7 @@ do
1214 test -z "$as_dir" && as_dir=. 1610 test -z "$as_dir" && as_dir=.
1215 echo "PATH: $as_dir" 1611 echo "PATH: $as_dir"
1216done 1612done
1613IFS=$as_save_IFS
1217 1614
1218} >&5 1615} >&5
1219 1616
@@ -1235,7 +1632,6 @@ _ACEOF
1235ac_configure_args= 1632ac_configure_args=
1236ac_configure_args0= 1633ac_configure_args0=
1237ac_configure_args1= 1634ac_configure_args1=
1238ac_sep=
1239ac_must_keep_next=false 1635ac_must_keep_next=false
1240for ac_pass in 1 2 1636for ac_pass in 1 2
1241do 1637do
@@ -1246,7 +1642,7 @@ do
1246 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1642 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1247 | -silent | --silent | --silen | --sile | --sil) 1643 | -silent | --silent | --silen | --sile | --sil)
1248 continue ;; 1644 continue ;;
1249 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 1645 *\'*)
1250 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1646 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1251 esac 1647 esac
1252 case $ac_pass in 1648 case $ac_pass in
@@ -1268,9 +1664,7 @@ do
1268 -* ) ac_must_keep_next=true ;; 1664 -* ) ac_must_keep_next=true ;;
1269 esac 1665 esac
1270 fi 1666 fi
1271 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 1667 ac_configure_args="$ac_configure_args '$ac_arg'"
1272 # Get rid of the leading space.
1273 ac_sep=" "
1274 ;; 1668 ;;
1275 esac 1669 esac
1276 done 1670 done
@@ -1281,8 +1675,8 @@ $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_
1281# When interrupted or exit'd, cleanup temporary files, and complete 1675# When interrupted or exit'd, cleanup temporary files, and complete
1282# config.log. We remove comments because anyway the quotes in there 1676# config.log. We remove comments because anyway the quotes in there
1283# would cause problems or look ugly. 1677# would cause problems or look ugly.
1284# WARNING: Be sure not to use single quotes in there, as some shells, 1678# WARNING: Use '\'' to represent an apostrophe within the trap.
1285# such as our DU 5.0 friend, will then `close' the trap. 1679# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1286trap 'exit_status=$? 1680trap 'exit_status=$?
1287 # Save into config.log some information that might help in debugging. 1681 # Save into config.log some information that might help in debugging.
1288 { 1682 {
@@ -1295,20 +1689,34 @@ trap 'exit_status=$?
1295_ASBOX 1689_ASBOX
1296 echo 1690 echo
1297 # The following way of writing the cache mishandles newlines in values, 1691 # The following way of writing the cache mishandles newlines in values,
1298{ 1692(
1693 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1694 eval ac_val=\$$ac_var
1695 case $ac_val in #(
1696 *${as_nl}*)
1697 case $ac_var in #(
1698 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1699echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1700 esac
1701 case $ac_var in #(
1702 _ | IFS | as_nl) ;; #(
1703 *) $as_unset $ac_var ;;
1704 esac ;;
1705 esac
1706 done
1299 (set) 2>&1 | 1707 (set) 2>&1 |
1300 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 1708 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1301 *ac_space=\ *) 1709 *${as_nl}ac_space=\ *)
1302 sed -n \ 1710 sed -n \
1303 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1711 "s/'\''/'\''\\\\'\'''\''/g;
1304 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1712 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1305 ;; 1713 ;; #(
1306 *) 1714 *)
1307 sed -n \ 1715 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1308 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1309 ;; 1716 ;;
1310 esac; 1717 esac |
1311} 1718 sort
1719)
1312 echo 1720 echo
1313 1721
1314 cat <<\_ASBOX 1722 cat <<\_ASBOX
@@ -1319,22 +1727,28 @@ _ASBOX
1319 echo 1727 echo
1320 for ac_var in $ac_subst_vars 1728 for ac_var in $ac_subst_vars
1321 do 1729 do
1322 eval ac_val=$`echo $ac_var` 1730 eval ac_val=\$$ac_var
1323 echo "$ac_var='"'"'$ac_val'"'"'" 1731 case $ac_val in
1732 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1733 esac
1734 echo "$ac_var='\''$ac_val'\''"
1324 done | sort 1735 done | sort
1325 echo 1736 echo
1326 1737
1327 if test -n "$ac_subst_files"; then 1738 if test -n "$ac_subst_files"; then
1328 cat <<\_ASBOX 1739 cat <<\_ASBOX
1329## ------------- ## 1740## ------------------- ##
1330## Output files. ## 1741## File substitutions. ##
1331## ------------- ## 1742## ------------------- ##
1332_ASBOX 1743_ASBOX
1333 echo 1744 echo
1334 for ac_var in $ac_subst_files 1745 for ac_var in $ac_subst_files
1335 do 1746 do
1336 eval ac_val=$`echo $ac_var` 1747 eval ac_val=\$$ac_var
1337 echo "$ac_var='"'"'$ac_val'"'"'" 1748 case $ac_val in
1749 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1750 esac
1751 echo "$ac_var='\''$ac_val'\''"
1338 done | sort 1752 done | sort
1339 echo 1753 echo
1340 fi 1754 fi
@@ -1346,26 +1760,24 @@ _ASBOX
1346## ----------- ## 1760## ----------- ##
1347_ASBOX 1761_ASBOX
1348 echo 1762 echo
1349 sed "/^$/d" confdefs.h | sort 1763 cat confdefs.h
1350 echo 1764 echo
1351 fi 1765 fi
1352 test "$ac_signal" != 0 && 1766 test "$ac_signal" != 0 &&
1353 echo "$as_me: caught signal $ac_signal" 1767 echo "$as_me: caught signal $ac_signal"
1354 echo "$as_me: exit $exit_status" 1768 echo "$as_me: exit $exit_status"
1355 } >&5 1769 } >&5
1356 rm -f core *.core && 1770 rm -f core *.core core.conftest.* &&
1357 rm -rf conftest* confdefs* conf$$* $ac_clean_files && 1771 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1358 exit $exit_status 1772 exit $exit_status
1359 ' 0 1773' 0
1360for ac_signal in 1 2 13 15; do 1774for ac_signal in 1 2 13 15; do
1361 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 1775 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1362done 1776done
1363ac_signal=0 1777ac_signal=0
1364 1778
1365# confdefs.h avoids OS command line length limits that DEFS can exceed. 1779# confdefs.h avoids OS command line length limits that DEFS can exceed.
1366rm -rf conftest* confdefs.h 1780rm -f -r conftest* confdefs.h
1367# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1368echo >confdefs.h
1369 1781
1370# Predefined preprocessor variables. 1782# Predefined preprocessor variables.
1371 1783
@@ -1396,14 +1808,17 @@ _ACEOF
1396 1808
1397# Let the site file select an alternate cache file if it wants to. 1809# Let the site file select an alternate cache file if it wants to.
1398# Prefer explicitly selected file to automatically selected ones. 1810# Prefer explicitly selected file to automatically selected ones.
1399if test -z "$CONFIG_SITE"; then 1811if test -n "$CONFIG_SITE"; then
1400 if test "x$prefix" != xNONE; then 1812 set x "$CONFIG_SITE"
1401 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 1813elif test "x$prefix" != xNONE; then
1402 else 1814 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1403 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1815else
1404 fi 1816 set x "$ac_default_prefix/share/config.site" \
1817 "$ac_default_prefix/etc/config.site"
1405fi 1818fi
1406for ac_site_file in $CONFIG_SITE; do 1819shift
1820for ac_site_file
1821do
1407 if test -r "$ac_site_file"; then 1822 if test -r "$ac_site_file"; then
1408 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1823 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1409echo "$as_me: loading site script $ac_site_file" >&6;} 1824echo "$as_me: loading site script $ac_site_file" >&6;}
@@ -1419,8 +1834,8 @@ if test -r "$cache_file"; then
1419 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1834 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1420echo "$as_me: loading cache $cache_file" >&6;} 1835echo "$as_me: loading cache $cache_file" >&6;}
1421 case $cache_file in 1836 case $cache_file in
1422 [\\/]* | ?:[\\/]* ) . $cache_file;; 1837 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1423 *) . ./$cache_file;; 1838 *) . "./$cache_file";;
1424 esac 1839 esac
1425 fi 1840 fi
1426else 1841else
@@ -1432,12 +1847,11 @@ fi
1432# Check that the precious variables saved in the cache have kept the same 1847# Check that the precious variables saved in the cache have kept the same
1433# value. 1848# value.
1434ac_cache_corrupted=false 1849ac_cache_corrupted=false
1435for ac_var in `(set) 2>&1 | 1850for ac_var in $ac_precious_vars; do
1436 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1437 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1851 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1438 eval ac_new_set=\$ac_env_${ac_var}_set 1852 eval ac_new_set=\$ac_env_${ac_var}_set
1439 eval ac_old_val="\$ac_cv_env_${ac_var}_value" 1853 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1440 eval ac_new_val="\$ac_env_${ac_var}_value" 1854 eval ac_new_val=\$ac_env_${ac_var}_value
1441 case $ac_old_set,$ac_new_set in 1855 case $ac_old_set,$ac_new_set in
1442 set,) 1856 set,)
1443 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1857 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
@@ -1462,8 +1876,7 @@ echo "$as_me: current value: $ac_new_val" >&2;}
1462 # Pass precious variables to config.status. 1876 # Pass precious variables to config.status.
1463 if test "$ac_new_set" = set; then 1877 if test "$ac_new_set" = set; then
1464 case $ac_new_val in 1878 case $ac_new_val in
1465 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 1879 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1466 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1467 *) ac_arg=$ac_var=$ac_new_val ;; 1880 *) ac_arg=$ac_var=$ac_new_val ;;
1468 esac 1881 esac
1469 case " $ac_configure_args " in 1882 case " $ac_configure_args " in
@@ -1480,12 +1893,6 @@ echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start ov
1480 { (exit 1); exit 1; }; } 1893 { (exit 1); exit 1; }; }
1481fi 1894fi
1482 1895
1483ac_ext=c
1484ac_cpp='$CPP $CPPFLAGS'
1485ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1486ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1487ac_compiler_gnu=$ac_cv_c_compiler_gnu
1488
1489 1896
1490 1897
1491 1898
@@ -1510,6 +1917,11 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
1510 1917
1511 1918
1512 1919
1920ac_ext=c
1921ac_cpp='$CPP $CPPFLAGS'
1922ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1923ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1924ac_compiler_gnu=$ac_cv_c_compiler_gnu
1513 1925
1514 1926
1515 1927
@@ -1520,29 +1932,35 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
1520## ------------------------------- ## 1932## ------------------------------- ##
1521 1933
1522ac_aux_dir= 1934ac_aux_dir=
1523for ac_dir in . $srcdir/.; do 1935for ac_dir in . "$srcdir"/.; do
1524 if test -f $ac_dir/install-sh; then 1936 if test -f "$ac_dir/install-sh"; then
1525 ac_aux_dir=$ac_dir 1937 ac_aux_dir=$ac_dir
1526 ac_install_sh="$ac_aux_dir/install-sh -c" 1938 ac_install_sh="$ac_aux_dir/install-sh -c"
1527 break 1939 break
1528 elif test -f $ac_dir/install.sh; then 1940 elif test -f "$ac_dir/install.sh"; then
1529 ac_aux_dir=$ac_dir 1941 ac_aux_dir=$ac_dir
1530 ac_install_sh="$ac_aux_dir/install.sh -c" 1942 ac_install_sh="$ac_aux_dir/install.sh -c"
1531 break 1943 break
1532 elif test -f $ac_dir/shtool; then 1944 elif test -f "$ac_dir/shtool"; then
1533 ac_aux_dir=$ac_dir 1945 ac_aux_dir=$ac_dir
1534 ac_install_sh="$ac_aux_dir/shtool install -c" 1946 ac_install_sh="$ac_aux_dir/shtool install -c"
1535 break 1947 break
1536 fi 1948 fi
1537done 1949done
1538if test -z "$ac_aux_dir"; then 1950if test -z "$ac_aux_dir"; then
1539 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in . $srcdir/." >&5 1951 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in . \"$srcdir\"/." >&5
1540echo "$as_me: error: cannot find install-sh or install.sh in . $srcdir/." >&2;} 1952echo "$as_me: error: cannot find install-sh or install.sh in . \"$srcdir\"/." >&2;}
1541 { (exit 1); exit 1; }; } 1953 { (exit 1); exit 1; }; }
1542fi 1954fi
1543ac_config_guess="$SHELL $ac_aux_dir/config.guess" 1955
1544ac_config_sub="$SHELL $ac_aux_dir/config.sub" 1956# These three variables are undocumented and unsupported,
1545ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 1957# and are intended to be withdrawn in a future Autoconf release.
1958# They can cause serious problems if a builder's source tree is in a directory
1959# whose full name contains unusual characters.
1960ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1961ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1962ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1963
1546 1964
1547 1965
1548if test -z "$enable_ltdl_install$enable_ltdl_convenience"; then 1966if test -z "$enable_ltdl_install$enable_ltdl_convenience"; then
@@ -1565,7 +1983,7 @@ fi
1565## ------------------------ ## 1983## ------------------------ ##
1566## Automake Initialisation. ## 1984## Automake Initialisation. ##
1567## ------------------------ ## 1985## ------------------------ ##
1568am__api_version="1.9" 1986am__api_version="1.8"
1569# Find a good install program. We prefer a C program (faster), 1987# Find a good install program. We prefer a C program (faster),
1570# so one script is as good as another. But avoid the broken or 1988# so one script is as good as another. But avoid the broken or
1571# incompatible versions: 1989# incompatible versions:
@@ -1579,8 +1997,8 @@ am__api_version="1.9"
1579# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1997# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1580# OS/2's system install, which has a completely different semantic 1998# OS/2's system install, which has a completely different semantic
1581# ./install, which can be erroneously created by make from ./install.sh. 1999# ./install, which can be erroneously created by make from ./install.sh.
1582echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 2000{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1583echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 2001echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
1584if test -z "$INSTALL"; then 2002if test -z "$INSTALL"; then
1585if test "${ac_cv_path_install+set}" = set; then 2003if test "${ac_cv_path_install+set}" = set; then
1586 echo $ECHO_N "(cached) $ECHO_C" >&6 2004 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1602,7 +2020,7 @@ case $as_dir/ in
1602 # by default. 2020 # by default.
1603 for ac_prog in ginstall scoinst install; do 2021 for ac_prog in ginstall scoinst install; do
1604 for ac_exec_ext in '' $ac_executable_extensions; do 2022 for ac_exec_ext in '' $ac_executable_extensions; do
1605 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 2023 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
1606 if test $ac_prog = install && 2024 if test $ac_prog = install &&
1607 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2025 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1608 # AIX install. It has an incompatible calling convention. 2026 # AIX install. It has an incompatible calling convention.
@@ -1621,21 +2039,22 @@ case $as_dir/ in
1621 ;; 2039 ;;
1622esac 2040esac
1623done 2041done
2042IFS=$as_save_IFS
1624 2043
1625 2044
1626fi 2045fi
1627 if test "${ac_cv_path_install+set}" = set; then 2046 if test "${ac_cv_path_install+set}" = set; then
1628 INSTALL=$ac_cv_path_install 2047 INSTALL=$ac_cv_path_install
1629 else 2048 else
1630 # As a last resort, use the slow shell script. We don't cache a 2049 # As a last resort, use the slow shell script. Don't cache a
1631 # path for INSTALL within a source directory, because that will 2050 # value for INSTALL within a source directory, because that will
1632 # break other packages using the cache if that directory is 2051 # break other packages using the cache if that directory is
1633 # removed, or if the path is relative. 2052 # removed, or if the value is a relative name.
1634 INSTALL=$ac_install_sh 2053 INSTALL=$ac_install_sh
1635 fi 2054 fi
1636fi 2055fi
1637echo "$as_me:$LINENO: result: $INSTALL" >&5 2056{ echo "$as_me:$LINENO: result: $INSTALL" >&5
1638echo "${ECHO_T}$INSTALL" >&6 2057echo "${ECHO_T}$INSTALL" >&6; }
1639 2058
1640# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 2059# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1641# It thinks the first close brace ends the variable substitution. 2060# It thinks the first close brace ends the variable substitution.
@@ -1645,8 +2064,8 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1645 2064
1646test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2065test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1647 2066
1648echo "$as_me:$LINENO: checking whether build environment is sane" >&5 2067{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1649echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 2068echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
1650# Just in case 2069# Just in case
1651sleep 1 2070sleep 1
1652echo timestamp > conftest.file 2071echo timestamp > conftest.file
@@ -1688,20 +2107,20 @@ echo "$as_me: error: newly created file is older than distributed files!
1688Check your system clock" >&2;} 2107Check your system clock" >&2;}
1689 { (exit 1); exit 1; }; } 2108 { (exit 1); exit 1; }; }
1690fi 2109fi
1691echo "$as_me:$LINENO: result: yes" >&5 2110{ echo "$as_me:$LINENO: result: yes" >&5
1692echo "${ECHO_T}yes" >&6 2111echo "${ECHO_T}yes" >&6; }
1693test "$program_prefix" != NONE && 2112test "$program_prefix" != NONE &&
1694 program_transform_name="s,^,$program_prefix,;$program_transform_name" 2113 program_transform_name="s&^&$program_prefix&;$program_transform_name"
1695# Use a double $ so make ignores it. 2114# Use a double $ so make ignores it.
1696test "$program_suffix" != NONE && 2115test "$program_suffix" != NONE &&
1697 program_transform_name="s,\$,$program_suffix,;$program_transform_name" 2116 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1698# Double any \ or $. echo might interpret backslashes. 2117# Double any \ or $. echo might interpret backslashes.
1699# By default was `s,x,x', remove it if useless. 2118# By default was `s,x,x', remove it if useless.
1700cat <<\_ACEOF >conftest.sed 2119cat <<\_ACEOF >conftest.sed
1701s/[\\$]/&&/g;s/;s,x,x,$// 2120s/[\\$]/&&/g;s/;s,x,x,$//
1702_ACEOF 2121_ACEOF
1703program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 2122program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1704rm conftest.sed 2123rm -f conftest.sed
1705 2124
1706# expand $ac_aux_dir to an absolute path 2125# expand $ac_aux_dir to an absolute path
1707am_aux_dir=`cd $ac_aux_dir && pwd` 2126am_aux_dir=`cd $ac_aux_dir && pwd`
@@ -1717,21 +2136,13 @@ echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1717fi 2136fi
1718 2137
1719if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 2138if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1720 # We used to keeping the `.' as first argument, in order to 2139 # Keeping the `.' argument allows $(mkdir_p) to be used without
1721 # allow $(mkdir_p) to be used without argument. As in 2140 # argument. Indeed, we sometimes output rules like
1722 # $(mkdir_p) $(somedir) 2141 # $(mkdir_p) $(somedir)
1723 # where $(somedir) is conditionally defined. However this is wrong 2142 # where $(somedir) is conditionally defined.
1724 # for two reasons: 2143 # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
1725 # 1. if the package is installed by a user who cannot write `.' 2144 # expensive solution, as it forces Make to start a sub-shell.)
1726 # make install will fail, 2145 mkdir_p='mkdir -p -- .'
1727 # 2. the above comment should most certainly read
1728 # $(mkdir_p) $(DESTDIR)$(somedir)
1729 # so it does not work when $(somedir) is undefined and
1730 # $(DESTDIR) is not.
1731 # To support the latter case, we have to write
1732 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1733 # so the `.' trick is pointless.
1734 mkdir_p='mkdir -p --'
1735else 2146else
1736 # On NextStep and OpenStep, the `mkdir' command does not 2147 # On NextStep and OpenStep, the `mkdir' command does not
1737 # recognize any option. It will interpret all options as 2148 # recognize any option. It will interpret all options as
@@ -1753,8 +2164,8 @@ for ac_prog in gawk mawk nawk awk
1753do 2164do
1754 # Extract the first word of "$ac_prog", so it can be a program name with args. 2165 # Extract the first word of "$ac_prog", so it can be a program name with args.
1755set dummy $ac_prog; ac_word=$2 2166set dummy $ac_prog; ac_word=$2
1756echo "$as_me:$LINENO: checking for $ac_word" >&5 2167{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1757echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2168echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1758if test "${ac_cv_prog_AWK+set}" = set; then 2169if test "${ac_cv_prog_AWK+set}" = set; then
1759 echo $ECHO_N "(cached) $ECHO_C" >&6 2170 echo $ECHO_N "(cached) $ECHO_C" >&6
1760else 2171else
@@ -1767,54 +2178,57 @@ do
1767 IFS=$as_save_IFS 2178 IFS=$as_save_IFS
1768 test -z "$as_dir" && as_dir=. 2179 test -z "$as_dir" && as_dir=.
1769 for ac_exec_ext in '' $ac_executable_extensions; do 2180 for ac_exec_ext in '' $ac_executable_extensions; do
1770 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1771 ac_cv_prog_AWK="$ac_prog" 2182 ac_cv_prog_AWK="$ac_prog"
1772 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2183 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1773 break 2 2184 break 2
1774 fi 2185 fi
1775done 2186done
1776done 2187done
2188IFS=$as_save_IFS
1777 2189
1778fi 2190fi
1779fi 2191fi
1780AWK=$ac_cv_prog_AWK 2192AWK=$ac_cv_prog_AWK
1781if test -n "$AWK"; then 2193if test -n "$AWK"; then
1782 echo "$as_me:$LINENO: result: $AWK" >&5 2194 { echo "$as_me:$LINENO: result: $AWK" >&5
1783echo "${ECHO_T}$AWK" >&6 2195echo "${ECHO_T}$AWK" >&6; }
1784else 2196else
1785 echo "$as_me:$LINENO: result: no" >&5 2197 { echo "$as_me:$LINENO: result: no" >&5
1786echo "${ECHO_T}no" >&6 2198echo "${ECHO_T}no" >&6; }
1787fi 2199fi
1788 2200
2201
1789 test -n "$AWK" && break 2202 test -n "$AWK" && break
1790done 2203done
1791 2204
1792echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2205{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1793echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 2206echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
1794set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` 2207set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
1795if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 2208if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
1796 echo $ECHO_N "(cached) $ECHO_C" >&6 2209 echo $ECHO_N "(cached) $ECHO_C" >&6
1797else 2210else
1798 cat >conftest.make <<\_ACEOF 2211 cat >conftest.make <<\_ACEOF
2212SHELL = /bin/sh
1799all: 2213all:
1800 @echo 'ac_maketemp="$(MAKE)"' 2214 @echo '@@@%%%=$(MAKE)=@@@%%%'
1801_ACEOF 2215_ACEOF
1802# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 2216# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1803eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` 2217case `${MAKE-make} -f conftest.make 2>/dev/null` in
1804if test -n "$ac_maketemp"; then 2218 *@@@%%%=?*=@@@%%%*)
1805 eval ac_cv_prog_make_${ac_make}_set=yes 2219 eval ac_cv_prog_make_${ac_make}_set=yes;;
1806else 2220 *)
1807 eval ac_cv_prog_make_${ac_make}_set=no 2221 eval ac_cv_prog_make_${ac_make}_set=no;;
1808fi 2222esac
1809rm -f conftest.make 2223rm -f conftest.make
1810fi 2224fi
1811if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 2225if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
1812 echo "$as_me:$LINENO: result: yes" >&5 2226 { echo "$as_me:$LINENO: result: yes" >&5
1813echo "${ECHO_T}yes" >&6 2227echo "${ECHO_T}yes" >&6; }
1814 SET_MAKE= 2228 SET_MAKE=
1815else 2229else
1816 echo "$as_me:$LINENO: result: no" >&5 2230 { echo "$as_me:$LINENO: result: no" >&5
1817echo "${ECHO_T}no" >&6 2231echo "${ECHO_T}no" >&6; }
1818 SET_MAKE="MAKE=${MAKE-make}" 2232 SET_MAKE="MAKE=${MAKE-make}"
1819fi 2233fi
1820 2234
@@ -1866,6 +2280,9 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1866 2280
1867MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 2281MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1868 2282
2283
2284AMTAR=${AMTAR-"${am_missing_run}tar"}
2285
1869install_sh=${install_sh-"$am_aux_dir/install-sh"} 2286install_sh=${install_sh-"$am_aux_dir/install-sh"}
1870 2287
1871# Installed binaries are usually stripped using `strip' when the user 2288# Installed binaries are usually stripped using `strip' when the user
@@ -1876,8 +2293,8 @@ if test "$cross_compiling" != no; then
1876 if test -n "$ac_tool_prefix"; then 2293 if test -n "$ac_tool_prefix"; then
1877 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 2294 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1878set dummy ${ac_tool_prefix}strip; ac_word=$2 2295set dummy ${ac_tool_prefix}strip; ac_word=$2
1879echo "$as_me:$LINENO: checking for $ac_word" >&5 2296{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1880echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2297echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1881if test "${ac_cv_prog_STRIP+set}" = set; then 2298if test "${ac_cv_prog_STRIP+set}" = set; then
1882 echo $ECHO_N "(cached) $ECHO_C" >&6 2299 echo $ECHO_N "(cached) $ECHO_C" >&6
1883else 2300else
@@ -1890,32 +2307,34 @@ do
1890 IFS=$as_save_IFS 2307 IFS=$as_save_IFS
1891 test -z "$as_dir" && as_dir=. 2308 test -z "$as_dir" && as_dir=.
1892 for ac_exec_ext in '' $ac_executable_extensions; do 2309 for ac_exec_ext in '' $ac_executable_extensions; do
1893 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2310 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1894 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2311 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1895 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2312 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1896 break 2 2313 break 2
1897 fi 2314 fi
1898done 2315done
1899done 2316done
2317IFS=$as_save_IFS
1900 2318
1901fi 2319fi
1902fi 2320fi
1903STRIP=$ac_cv_prog_STRIP 2321STRIP=$ac_cv_prog_STRIP
1904if test -n "$STRIP"; then 2322if test -n "$STRIP"; then
1905 echo "$as_me:$LINENO: result: $STRIP" >&5 2323 { echo "$as_me:$LINENO: result: $STRIP" >&5
1906echo "${ECHO_T}$STRIP" >&6 2324echo "${ECHO_T}$STRIP" >&6; }
1907else 2325else
1908 echo "$as_me:$LINENO: result: no" >&5 2326 { echo "$as_me:$LINENO: result: no" >&5
1909echo "${ECHO_T}no" >&6 2327echo "${ECHO_T}no" >&6; }
1910fi 2328fi
1911 2329
2330
1912fi 2331fi
1913if test -z "$ac_cv_prog_STRIP"; then 2332if test -z "$ac_cv_prog_STRIP"; then
1914 ac_ct_STRIP=$STRIP 2333 ac_ct_STRIP=$STRIP
1915 # Extract the first word of "strip", so it can be a program name with args. 2334 # Extract the first word of "strip", so it can be a program name with args.
1916set dummy strip; ac_word=$2 2335set dummy strip; ac_word=$2
1917echo "$as_me:$LINENO: checking for $ac_word" >&5 2336{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1918echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2337echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1919if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 2338if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1920 echo $ECHO_N "(cached) $ECHO_C" >&6 2339 echo $ECHO_N "(cached) $ECHO_C" >&6
1921else 2340else
@@ -1928,27 +2347,41 @@ do
1928 IFS=$as_save_IFS 2347 IFS=$as_save_IFS
1929 test -z "$as_dir" && as_dir=. 2348 test -z "$as_dir" && as_dir=.
1930 for ac_exec_ext in '' $ac_executable_extensions; do 2349 for ac_exec_ext in '' $ac_executable_extensions; do
1931 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2350 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
1932 ac_cv_prog_ac_ct_STRIP="strip" 2351 ac_cv_prog_ac_ct_STRIP="strip"
1933 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2352 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1934 break 2 2353 break 2
1935 fi 2354 fi
1936done 2355done
1937done 2356done
2357IFS=$as_save_IFS
1938 2358
1939 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1940fi 2359fi
1941fi 2360fi
1942ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 2361ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1943if test -n "$ac_ct_STRIP"; then 2362if test -n "$ac_ct_STRIP"; then
1944 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 2363 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1945echo "${ECHO_T}$ac_ct_STRIP" >&6 2364echo "${ECHO_T}$ac_ct_STRIP" >&6; }
1946else 2365else
1947 echo "$as_me:$LINENO: result: no" >&5 2366 { echo "$as_me:$LINENO: result: no" >&5
1948echo "${ECHO_T}no" >&6 2367echo "${ECHO_T}no" >&6; }
1949fi 2368fi
1950 2369
1951 STRIP=$ac_ct_STRIP 2370 if test "x$ac_ct_STRIP" = x; then
2371 STRIP=":"
2372 else
2373 case $cross_compiling:$ac_tool_warned in
2374yes:)
2375{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2376whose name does not start with the host triplet. If you think this
2377configuration is useful to you, please write to autoconf@gnu.org." >&5
2378echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2379whose name does not start with the host triplet. If you think this
2380configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2381ac_tool_warned=yes ;;
2382esac
2383 STRIP=$ac_ct_STRIP
2384 fi
1952else 2385else
1953 STRIP="$ac_cv_prog_STRIP" 2386 STRIP="$ac_cv_prog_STRIP"
1954fi 2387fi
@@ -1958,29 +2391,22 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1958 2391
1959# We need awk for the "check" target. The system "awk" is bad on 2392# We need awk for the "check" target. The system "awk" is bad on
1960# some platforms. 2393# some platforms.
1961# Always define AMTAR for backward compatibility.
1962
1963AMTAR=${AMTAR-"${am_missing_run}tar"}
1964
1965am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
1966
1967 2394
1968 2395
1969 2396
2397ac_config_headers="$ac_config_headers config.h:config-h.in"
1970 2398
1971 ac_config_headers="$ac_config_headers config.h:config-h.in" 2399{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1972 2400echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
1973echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 2401 # Check whether --enable-maintainer-mode was given.
1974echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1975 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1976if test "${enable_maintainer_mode+set}" = set; then 2402if test "${enable_maintainer_mode+set}" = set; then
1977 enableval="$enable_maintainer_mode" 2403 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
1978 USE_MAINTAINER_MODE=$enableval
1979else 2404else
1980 USE_MAINTAINER_MODE=no 2405 USE_MAINTAINER_MODE=no
1981fi; 2406fi
1982 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 2407
1983echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6 2408 { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2409echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
1984 2410
1985 2411
1986if test $USE_MAINTAINER_MODE = yes; then 2412if test $USE_MAINTAINER_MODE = yes; then
@@ -2007,8 +2433,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
2007if test -n "$ac_tool_prefix"; then 2433if test -n "$ac_tool_prefix"; then
2008 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2434 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2009set dummy ${ac_tool_prefix}gcc; ac_word=$2 2435set dummy ${ac_tool_prefix}gcc; ac_word=$2
2010echo "$as_me:$LINENO: checking for $ac_word" >&5 2436{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2011echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2437echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2012if test "${ac_cv_prog_CC+set}" = set; then 2438if test "${ac_cv_prog_CC+set}" = set; then
2013 echo $ECHO_N "(cached) $ECHO_C" >&6 2439 echo $ECHO_N "(cached) $ECHO_C" >&6
2014else 2440else
@@ -2021,32 +2447,34 @@ do
2021 IFS=$as_save_IFS 2447 IFS=$as_save_IFS
2022 test -z "$as_dir" && as_dir=. 2448 test -z "$as_dir" && as_dir=.
2023 for ac_exec_ext in '' $ac_executable_extensions; do 2449 for ac_exec_ext in '' $ac_executable_extensions; do
2024 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2025 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2451 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2026 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2452 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2027 break 2 2453 break 2
2028 fi 2454 fi
2029done 2455done
2030done 2456done
2457IFS=$as_save_IFS
2031 2458
2032fi 2459fi
2033fi 2460fi
2034CC=$ac_cv_prog_CC 2461CC=$ac_cv_prog_CC
2035if test -n "$CC"; then 2462if test -n "$CC"; then
2036 echo "$as_me:$LINENO: result: $CC" >&5 2463 { echo "$as_me:$LINENO: result: $CC" >&5
2037echo "${ECHO_T}$CC" >&6 2464echo "${ECHO_T}$CC" >&6; }
2038else 2465else
2039 echo "$as_me:$LINENO: result: no" >&5 2466 { echo "$as_me:$LINENO: result: no" >&5
2040echo "${ECHO_T}no" >&6 2467echo "${ECHO_T}no" >&6; }
2041fi 2468fi
2042 2469
2470
2043fi 2471fi
2044if test -z "$ac_cv_prog_CC"; then 2472if test -z "$ac_cv_prog_CC"; then
2045 ac_ct_CC=$CC 2473 ac_ct_CC=$CC
2046 # Extract the first word of "gcc", so it can be a program name with args. 2474 # Extract the first word of "gcc", so it can be a program name with args.
2047set dummy gcc; ac_word=$2 2475set dummy gcc; ac_word=$2
2048echo "$as_me:$LINENO: checking for $ac_word" >&5 2476{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2049echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2477echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2050if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2478if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2051 echo $ECHO_N "(cached) $ECHO_C" >&6 2479 echo $ECHO_N "(cached) $ECHO_C" >&6
2052else 2480else
@@ -2059,36 +2487,51 @@ do
2059 IFS=$as_save_IFS 2487 IFS=$as_save_IFS
2060 test -z "$as_dir" && as_dir=. 2488 test -z "$as_dir" && as_dir=.
2061 for ac_exec_ext in '' $ac_executable_extensions; do 2489 for ac_exec_ext in '' $ac_executable_extensions; do
2062 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2490 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2063 ac_cv_prog_ac_ct_CC="gcc" 2491 ac_cv_prog_ac_ct_CC="gcc"
2064 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2492 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2065 break 2 2493 break 2
2066 fi 2494 fi
2067done 2495done
2068done 2496done
2497IFS=$as_save_IFS
2069 2498
2070fi 2499fi
2071fi 2500fi
2072ac_ct_CC=$ac_cv_prog_ac_ct_CC 2501ac_ct_CC=$ac_cv_prog_ac_ct_CC
2073if test -n "$ac_ct_CC"; then 2502if test -n "$ac_ct_CC"; then
2074 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2503 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2075echo "${ECHO_T}$ac_ct_CC" >&6 2504echo "${ECHO_T}$ac_ct_CC" >&6; }
2076else 2505else
2077 echo "$as_me:$LINENO: result: no" >&5 2506 { echo "$as_me:$LINENO: result: no" >&5
2078echo "${ECHO_T}no" >&6 2507echo "${ECHO_T}no" >&6; }
2079fi 2508fi
2080 2509
2081 CC=$ac_ct_CC 2510 if test "x$ac_ct_CC" = x; then
2511 CC=""
2512 else
2513 case $cross_compiling:$ac_tool_warned in
2514yes:)
2515{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2516whose name does not start with the host triplet. If you think this
2517configuration is useful to you, please write to autoconf@gnu.org." >&5
2518echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2519whose name does not start with the host triplet. If you think this
2520configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2521ac_tool_warned=yes ;;
2522esac
2523 CC=$ac_ct_CC
2524 fi
2082else 2525else
2083 CC="$ac_cv_prog_CC" 2526 CC="$ac_cv_prog_CC"
2084fi 2527fi
2085 2528
2086if test -z "$CC"; then 2529if test -z "$CC"; then
2087 if test -n "$ac_tool_prefix"; then 2530 if test -n "$ac_tool_prefix"; then
2088 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2531 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2089set dummy ${ac_tool_prefix}cc; ac_word=$2 2532set dummy ${ac_tool_prefix}cc; ac_word=$2
2090echo "$as_me:$LINENO: checking for $ac_word" >&5 2533{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2091echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2534echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2092if test "${ac_cv_prog_CC+set}" = set; then 2535if test "${ac_cv_prog_CC+set}" = set; then
2093 echo $ECHO_N "(cached) $ECHO_C" >&6 2536 echo $ECHO_N "(cached) $ECHO_C" >&6
2094else 2537else
@@ -2101,74 +2544,34 @@ do
2101 IFS=$as_save_IFS 2544 IFS=$as_save_IFS
2102 test -z "$as_dir" && as_dir=. 2545 test -z "$as_dir" && as_dir=.
2103 for ac_exec_ext in '' $ac_executable_extensions; do 2546 for ac_exec_ext in '' $ac_executable_extensions; do
2104 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2105 ac_cv_prog_CC="${ac_tool_prefix}cc" 2548 ac_cv_prog_CC="${ac_tool_prefix}cc"
2106 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2549 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2107 break 2 2550 break 2
2108 fi 2551 fi
2109done 2552done
2110done 2553done
2554IFS=$as_save_IFS
2111 2555
2112fi 2556fi
2113fi 2557fi
2114CC=$ac_cv_prog_CC 2558CC=$ac_cv_prog_CC
2115if test -n "$CC"; then 2559if test -n "$CC"; then
2116 echo "$as_me:$LINENO: result: $CC" >&5 2560 { echo "$as_me:$LINENO: result: $CC" >&5
2117echo "${ECHO_T}$CC" >&6 2561echo "${ECHO_T}$CC" >&6; }
2118else
2119 echo "$as_me:$LINENO: result: no" >&5
2120echo "${ECHO_T}no" >&6
2121fi
2122
2123fi
2124if test -z "$ac_cv_prog_CC"; then
2125 ac_ct_CC=$CC
2126 # Extract the first word of "cc", so it can be a program name with args.
2127set dummy cc; ac_word=$2
2128echo "$as_me:$LINENO: checking for $ac_word" >&5
2129echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2130if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2131 echo $ECHO_N "(cached) $ECHO_C" >&6
2132else
2133 if test -n "$ac_ct_CC"; then
2134 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2135else 2562else
2136as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2563 { echo "$as_me:$LINENO: result: no" >&5
2137for as_dir in $PATH 2564echo "${ECHO_T}no" >&6; }
2138do
2139 IFS=$as_save_IFS
2140 test -z "$as_dir" && as_dir=.
2141 for ac_exec_ext in '' $ac_executable_extensions; do
2142 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2143 ac_cv_prog_ac_ct_CC="cc"
2144 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2145 break 2
2146 fi
2147done
2148done
2149
2150fi
2151fi
2152ac_ct_CC=$ac_cv_prog_ac_ct_CC
2153if test -n "$ac_ct_CC"; then
2154 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2155echo "${ECHO_T}$ac_ct_CC" >&6
2156else
2157 echo "$as_me:$LINENO: result: no" >&5
2158echo "${ECHO_T}no" >&6
2159fi 2565fi
2160 2566
2161 CC=$ac_ct_CC
2162else
2163 CC="$ac_cv_prog_CC"
2164fi
2165 2567
2568 fi
2166fi 2569fi
2167if test -z "$CC"; then 2570if test -z "$CC"; then
2168 # Extract the first word of "cc", so it can be a program name with args. 2571 # Extract the first word of "cc", so it can be a program name with args.
2169set dummy cc; ac_word=$2 2572set dummy cc; ac_word=$2
2170echo "$as_me:$LINENO: checking for $ac_word" >&5 2573{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2171echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2574echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2172if test "${ac_cv_prog_CC+set}" = set; then 2575if test "${ac_cv_prog_CC+set}" = set; then
2173 echo $ECHO_N "(cached) $ECHO_C" >&6 2576 echo $ECHO_N "(cached) $ECHO_C" >&6
2174else 2577else
@@ -2182,7 +2585,7 @@ do
2182 IFS=$as_save_IFS 2585 IFS=$as_save_IFS
2183 test -z "$as_dir" && as_dir=. 2586 test -z "$as_dir" && as_dir=.
2184 for ac_exec_ext in '' $ac_executable_extensions; do 2587 for ac_exec_ext in '' $ac_executable_extensions; do
2185 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2186 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 2589 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2187 ac_prog_rejected=yes 2590 ac_prog_rejected=yes
2188 continue 2591 continue
@@ -2193,6 +2596,7 @@ do
2193 fi 2596 fi
2194done 2597done
2195done 2598done
2599IFS=$as_save_IFS
2196 2600
2197if test $ac_prog_rejected = yes; then 2601if test $ac_prog_rejected = yes; then
2198 # We found a bogon in the path, so make sure we never use it. 2602 # We found a bogon in the path, so make sure we never use it.
@@ -2210,22 +2614,23 @@ fi
2210fi 2614fi
2211CC=$ac_cv_prog_CC 2615CC=$ac_cv_prog_CC
2212if test -n "$CC"; then 2616if test -n "$CC"; then
2213 echo "$as_me:$LINENO: result: $CC" >&5 2617 { echo "$as_me:$LINENO: result: $CC" >&5
2214echo "${ECHO_T}$CC" >&6 2618echo "${ECHO_T}$CC" >&6; }
2215else 2619else
2216 echo "$as_me:$LINENO: result: no" >&5 2620 { echo "$as_me:$LINENO: result: no" >&5
2217echo "${ECHO_T}no" >&6 2621echo "${ECHO_T}no" >&6; }
2218fi 2622fi
2219 2623
2624
2220fi 2625fi
2221if test -z "$CC"; then 2626if test -z "$CC"; then
2222 if test -n "$ac_tool_prefix"; then 2627 if test -n "$ac_tool_prefix"; then
2223 for ac_prog in cl 2628 for ac_prog in cl.exe
2224 do 2629 do
2225 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2630 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2226set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2631set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2227echo "$as_me:$LINENO: checking for $ac_word" >&5 2632{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2228echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2633echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2229if test "${ac_cv_prog_CC+set}" = set; then 2634if test "${ac_cv_prog_CC+set}" = set; then
2230 echo $ECHO_N "(cached) $ECHO_C" >&6 2635 echo $ECHO_N "(cached) $ECHO_C" >&6
2231else 2636else
@@ -2238,36 +2643,38 @@ do
2238 IFS=$as_save_IFS 2643 IFS=$as_save_IFS
2239 test -z "$as_dir" && as_dir=. 2644 test -z "$as_dir" && as_dir=.
2240 for ac_exec_ext in '' $ac_executable_extensions; do 2645 for ac_exec_ext in '' $ac_executable_extensions; do
2241 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2242 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2647 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2243 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2648 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2244 break 2 2649 break 2
2245 fi 2650 fi
2246done 2651done
2247done 2652done
2653IFS=$as_save_IFS
2248 2654
2249fi 2655fi
2250fi 2656fi
2251CC=$ac_cv_prog_CC 2657CC=$ac_cv_prog_CC
2252if test -n "$CC"; then 2658if test -n "$CC"; then
2253 echo "$as_me:$LINENO: result: $CC" >&5 2659 { echo "$as_me:$LINENO: result: $CC" >&5
2254echo "${ECHO_T}$CC" >&6 2660echo "${ECHO_T}$CC" >&6; }
2255else 2661else
2256 echo "$as_me:$LINENO: result: no" >&5 2662 { echo "$as_me:$LINENO: result: no" >&5
2257echo "${ECHO_T}no" >&6 2663echo "${ECHO_T}no" >&6; }
2258fi 2664fi
2259 2665
2666
2260 test -n "$CC" && break 2667 test -n "$CC" && break
2261 done 2668 done
2262fi 2669fi
2263if test -z "$CC"; then 2670if test -z "$CC"; then
2264 ac_ct_CC=$CC 2671 ac_ct_CC=$CC
2265 for ac_prog in cl 2672 for ac_prog in cl.exe
2266do 2673do
2267 # Extract the first word of "$ac_prog", so it can be a program name with args. 2674 # Extract the first word of "$ac_prog", so it can be a program name with args.
2268set dummy $ac_prog; ac_word=$2 2675set dummy $ac_prog; ac_word=$2
2269echo "$as_me:$LINENO: checking for $ac_word" >&5 2676{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2270echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2677echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2271if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2678if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2272 echo $ECHO_N "(cached) $ECHO_C" >&6 2679 echo $ECHO_N "(cached) $ECHO_C" >&6
2273else 2680else
@@ -2280,29 +2687,45 @@ do
2280 IFS=$as_save_IFS 2687 IFS=$as_save_IFS
2281 test -z "$as_dir" && as_dir=. 2688 test -z "$as_dir" && as_dir=.
2282 for ac_exec_ext in '' $ac_executable_extensions; do 2689 for ac_exec_ext in '' $ac_executable_extensions; do
2283 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2690 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2284 ac_cv_prog_ac_ct_CC="$ac_prog" 2691 ac_cv_prog_ac_ct_CC="$ac_prog"
2285 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2692 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2286 break 2 2693 break 2
2287 fi 2694 fi
2288done 2695done
2289done 2696done
2697IFS=$as_save_IFS
2290 2698
2291fi 2699fi
2292fi 2700fi
2293ac_ct_CC=$ac_cv_prog_ac_ct_CC 2701ac_ct_CC=$ac_cv_prog_ac_ct_CC
2294if test -n "$ac_ct_CC"; then 2702if test -n "$ac_ct_CC"; then
2295 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2703 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2296echo "${ECHO_T}$ac_ct_CC" >&6 2704echo "${ECHO_T}$ac_ct_CC" >&6; }
2297else 2705else
2298 echo "$as_me:$LINENO: result: no" >&5 2706 { echo "$as_me:$LINENO: result: no" >&5
2299echo "${ECHO_T}no" >&6 2707echo "${ECHO_T}no" >&6; }
2300fi 2708fi
2301 2709
2710
2302 test -n "$ac_ct_CC" && break 2711 test -n "$ac_ct_CC" && break
2303done 2712done
2304 2713
2305 CC=$ac_ct_CC 2714 if test "x$ac_ct_CC" = x; then
2715 CC=""
2716 else
2717 case $cross_compiling:$ac_tool_warned in
2718yes:)
2719{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2720whose name does not start with the host triplet. If you think this
2721configuration is useful to you, please write to autoconf@gnu.org." >&5
2722echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2723whose name does not start with the host triplet. If you think this
2724configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2725ac_tool_warned=yes ;;
2726esac
2727 CC=$ac_ct_CC
2728 fi
2306fi 2729fi
2307 2730
2308fi 2731fi
@@ -2315,21 +2738,35 @@ See \`config.log' for more details." >&2;}
2315 { (exit 1); exit 1; }; } 2738 { (exit 1); exit 1; }; }
2316 2739
2317# Provide some information about the compiler. 2740# Provide some information about the compiler.
2318echo "$as_me:$LINENO:" \ 2741echo "$as_me:$LINENO: checking for C compiler version" >&5
2319 "checking for C compiler version" >&5
2320ac_compiler=`set X $ac_compile; echo $2` 2742ac_compiler=`set X $ac_compile; echo $2`
2321{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 2743{ (ac_try="$ac_compiler --version >&5"
2322 (eval $ac_compiler --version </dev/null >&5) 2>&5 2744case "(($ac_try" in
2745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2746 *) ac_try_echo=$ac_try;;
2747esac
2748eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2749 (eval "$ac_compiler --version >&5") 2>&5
2323 ac_status=$? 2750 ac_status=$?
2324 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2325 (exit $ac_status); } 2752 (exit $ac_status); }
2326{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 2753{ (ac_try="$ac_compiler -v >&5"
2327 (eval $ac_compiler -v </dev/null >&5) 2>&5 2754case "(($ac_try" in
2755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2756 *) ac_try_echo=$ac_try;;
2757esac
2758eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2759 (eval "$ac_compiler -v >&5") 2>&5
2328 ac_status=$? 2760 ac_status=$?
2329 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2330 (exit $ac_status); } 2762 (exit $ac_status); }
2331{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 2763{ (ac_try="$ac_compiler -V >&5"
2332 (eval $ac_compiler -V </dev/null >&5) 2>&5 2764case "(($ac_try" in
2765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2766 *) ac_try_echo=$ac_try;;
2767esac
2768eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2769 (eval "$ac_compiler -V >&5") 2>&5
2333 ac_status=$? 2770 ac_status=$?
2334 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2335 (exit $ac_status); } 2772 (exit $ac_status); }
@@ -2354,47 +2791,77 @@ ac_clean_files="$ac_clean_files a.out a.exe b.out"
2354# Try to create an executable without -o first, disregard a.out. 2791# Try to create an executable without -o first, disregard a.out.
2355# It will help us diagnose broken compilers, and finding out an intuition 2792# It will help us diagnose broken compilers, and finding out an intuition
2356# of exeext. 2793# of exeext.
2357echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2794{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2358echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 2795echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2359ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2796ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2360if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 2797#
2361 (eval $ac_link_default) 2>&5 2798# List of possible output files, starting from the most likely.
2799# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2800# only as a last resort. b.out is created by i960 compilers.
2801ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2802#
2803# The IRIX 6 linker writes into existing files which may not be
2804# executable, retaining their permissions. Remove them first so a
2805# subsequent execution test works.
2806ac_rmfiles=
2807for ac_file in $ac_files
2808do
2809 case $ac_file in
2810 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2811 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2812 esac
2813done
2814rm -f $ac_rmfiles
2815
2816if { (ac_try="$ac_link_default"
2817case "(($ac_try" in
2818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2819 *) ac_try_echo=$ac_try;;
2820esac
2821eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2822 (eval "$ac_link_default") 2>&5
2362 ac_status=$? 2823 ac_status=$?
2363 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2364 (exit $ac_status); }; then 2825 (exit $ac_status); }; then
2365 # Find the output, starting from the most likely. This scheme is 2826 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2366# not robust to junk in `.', hence go to wildcards (a.*) only as a last 2827# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2367# resort. 2828# in a Makefile. We should not override ac_cv_exeext if it was cached,
2368 2829# so that the user can short-circuit this test for compilers unknown to
2369# Be careful to initialize this variable, since it used to be cached. 2830# Autoconf.
2370# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. 2831for ac_file in $ac_files ''
2371ac_cv_exeext=
2372# b.out is created by i960 compilers.
2373for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2374do 2832do
2375 test -f "$ac_file" || continue 2833 test -f "$ac_file" || continue
2376 case $ac_file in 2834 case $ac_file in
2377 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 2835 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2378 ;;
2379 conftest.$ac_ext )
2380 # This is the source file.
2381 ;; 2836 ;;
2382 [ab].out ) 2837 [ab].out )
2383 # We found the default executable, but exeext='' is most 2838 # We found the default executable, but exeext='' is most
2384 # certainly right. 2839 # certainly right.
2385 break;; 2840 break;;
2386 *.* ) 2841 *.* )
2387 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2842 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2388 # FIXME: I believe we export ac_cv_exeext for Libtool, 2843 then :; else
2389 # but it would be cool to find out if it's true. Does anybody 2844 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2390 # maintain Libtool? --akim. 2845 fi
2391 export ac_cv_exeext 2846 # We set ac_cv_exeext here because the later test for it is not
2847 # safe: cross compilers may not add the suffix if given an `-o'
2848 # argument, so we may need to know it at that point already.
2849 # Even if this section looks crufty: it has the advantage of
2850 # actually working.
2392 break;; 2851 break;;
2393 * ) 2852 * )
2394 break;; 2853 break;;
2395 esac 2854 esac
2396done 2855done
2856test "$ac_cv_exeext" = no && ac_cv_exeext=
2857
2397else 2858else
2859 ac_file=''
2860fi
2861
2862{ echo "$as_me:$LINENO: result: $ac_file" >&5
2863echo "${ECHO_T}$ac_file" >&6; }
2864if test -z "$ac_file"; then
2398 echo "$as_me: failed program was:" >&5 2865 echo "$as_me: failed program was:" >&5
2399sed 's/^/| /' conftest.$ac_ext >&5 2866sed 's/^/| /' conftest.$ac_ext >&5
2400 2867
@@ -2406,19 +2873,21 @@ See \`config.log' for more details." >&2;}
2406fi 2873fi
2407 2874
2408ac_exeext=$ac_cv_exeext 2875ac_exeext=$ac_cv_exeext
2409echo "$as_me:$LINENO: result: $ac_file" >&5
2410echo "${ECHO_T}$ac_file" >&6
2411 2876
2412# Check the compiler produces executables we can run. If not, either 2877# Check that the compiler produces executables we can run. If not, either
2413# the compiler is broken, or we cross compile. 2878# the compiler is broken, or we cross compile.
2414echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2879{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2415echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 2880echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2416# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2881# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2417# If not cross compiling, check that we can run a simple program. 2882# If not cross compiling, check that we can run a simple program.
2418if test "$cross_compiling" != yes; then 2883if test "$cross_compiling" != yes; then
2419 if { ac_try='./$ac_file' 2884 if { ac_try='./$ac_file'
2420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 2885 { (case "(($ac_try" in
2421 (eval $ac_try) 2>&5 2886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2887 *) ac_try_echo=$ac_try;;
2888esac
2889eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2890 (eval "$ac_try") 2>&5
2422 ac_status=$? 2891 ac_status=$?
2423 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2424 (exit $ac_status); }; }; then 2893 (exit $ac_status); }; }; then
@@ -2437,22 +2906,27 @@ See \`config.log' for more details." >&2;}
2437 fi 2906 fi
2438 fi 2907 fi
2439fi 2908fi
2440echo "$as_me:$LINENO: result: yes" >&5 2909{ echo "$as_me:$LINENO: result: yes" >&5
2441echo "${ECHO_T}yes" >&6 2910echo "${ECHO_T}yes" >&6; }
2442 2911
2443rm -f a.out a.exe conftest$ac_cv_exeext b.out 2912rm -f a.out a.exe conftest$ac_cv_exeext b.out
2444ac_clean_files=$ac_clean_files_save 2913ac_clean_files=$ac_clean_files_save
2445# Check the compiler produces executables we can run. If not, either 2914# Check that the compiler produces executables we can run. If not, either
2446# the compiler is broken, or we cross compile. 2915# the compiler is broken, or we cross compile.
2447echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2916{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2448echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 2917echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2449echo "$as_me:$LINENO: result: $cross_compiling" >&5 2918{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
2450echo "${ECHO_T}$cross_compiling" >&6 2919echo "${ECHO_T}$cross_compiling" >&6; }
2451 2920
2452echo "$as_me:$LINENO: checking for suffix of executables" >&5 2921{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
2453echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 2922echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2454if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 2923if { (ac_try="$ac_link"
2455 (eval $ac_link) 2>&5 2924case "(($ac_try" in
2925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2926 *) ac_try_echo=$ac_try;;
2927esac
2928eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2929 (eval "$ac_link") 2>&5
2456 ac_status=$? 2930 ac_status=$?
2457 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2458 (exit $ac_status); }; then 2932 (exit $ac_status); }; then
@@ -2463,9 +2937,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2463for ac_file in conftest.exe conftest conftest.*; do 2937for ac_file in conftest.exe conftest conftest.*; do
2464 test -f "$ac_file" || continue 2938 test -f "$ac_file" || continue
2465 case $ac_file in 2939 case $ac_file in
2466 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 2940 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2467 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2941 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2468 export ac_cv_exeext
2469 break;; 2942 break;;
2470 * ) break;; 2943 * ) break;;
2471 esac 2944 esac
@@ -2479,14 +2952,14 @@ See \`config.log' for more details." >&2;}
2479fi 2952fi
2480 2953
2481rm -f conftest$ac_cv_exeext 2954rm -f conftest$ac_cv_exeext
2482echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2955{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2483echo "${ECHO_T}$ac_cv_exeext" >&6 2956echo "${ECHO_T}$ac_cv_exeext" >&6; }
2484 2957
2485rm -f conftest.$ac_ext 2958rm -f conftest.$ac_ext
2486EXEEXT=$ac_cv_exeext 2959EXEEXT=$ac_cv_exeext
2487ac_exeext=$EXEEXT 2960ac_exeext=$EXEEXT
2488echo "$as_me:$LINENO: checking for suffix of object files" >&5 2961{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
2489echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 2962echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2490if test "${ac_cv_objext+set}" = set; then 2963if test "${ac_cv_objext+set}" = set; then
2491 echo $ECHO_N "(cached) $ECHO_C" >&6 2964 echo $ECHO_N "(cached) $ECHO_C" >&6
2492else 2965else
@@ -2506,14 +2979,20 @@ main ()
2506} 2979}
2507_ACEOF 2980_ACEOF
2508rm -f conftest.o conftest.obj 2981rm -f conftest.o conftest.obj
2509if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 2982if { (ac_try="$ac_compile"
2510 (eval $ac_compile) 2>&5 2983case "(($ac_try" in
2984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2985 *) ac_try_echo=$ac_try;;
2986esac
2987eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2988 (eval "$ac_compile") 2>&5
2511 ac_status=$? 2989 ac_status=$?
2512 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2513 (exit $ac_status); }; then 2991 (exit $ac_status); }; then
2514 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 2992 for ac_file in conftest.o conftest.obj conftest.*; do
2993 test -f "$ac_file" || continue;
2515 case $ac_file in 2994 case $ac_file in
2516 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; 2995 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2517 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2996 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2518 break;; 2997 break;;
2519 esac 2998 esac
@@ -2531,12 +3010,12 @@ fi
2531 3010
2532rm -f conftest.$ac_cv_objext conftest.$ac_ext 3011rm -f conftest.$ac_cv_objext conftest.$ac_ext
2533fi 3012fi
2534echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 3013{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2535echo "${ECHO_T}$ac_cv_objext" >&6 3014echo "${ECHO_T}$ac_cv_objext" >&6; }
2536OBJEXT=$ac_cv_objext 3015OBJEXT=$ac_cv_objext
2537ac_objext=$OBJEXT 3016ac_objext=$OBJEXT
2538echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 3017{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2539echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 3018echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2540if test "${ac_cv_c_compiler_gnu+set}" = set; then 3019if test "${ac_cv_c_compiler_gnu+set}" = set; then
2541 echo $ECHO_N "(cached) $ECHO_C" >&6 3020 echo $ECHO_N "(cached) $ECHO_C" >&6
2542else 3021else
@@ -2559,24 +3038,36 @@ main ()
2559} 3038}
2560_ACEOF 3039_ACEOF
2561rm -f conftest.$ac_objext 3040rm -f conftest.$ac_objext
2562if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3041if { (ac_try="$ac_compile"
2563 (eval $ac_compile) 2>conftest.er1 3042case "(($ac_try" in
3043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3044 *) ac_try_echo=$ac_try;;
3045esac
3046eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3047 (eval "$ac_compile") 2>conftest.er1
2564 ac_status=$? 3048 ac_status=$?
2565 grep -v '^ *+' conftest.er1 >conftest.err 3049 grep -v '^ *+' conftest.er1 >conftest.err
2566 rm -f conftest.er1 3050 rm -f conftest.er1
2567 cat conftest.err >&5 3051 cat conftest.err >&5
2568 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2569 (exit $ac_status); } && 3053 (exit $ac_status); } &&
2570 { ac_try='test -z "$ac_c_werror_flag" 3054 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2571 || test ! -s conftest.err' 3055 { (case "(($ac_try" in
2572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2573 (eval $ac_try) 2>&5 3057 *) ac_try_echo=$ac_try;;
3058esac
3059eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3060 (eval "$ac_try") 2>&5
2574 ac_status=$? 3061 ac_status=$?
2575 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2576 (exit $ac_status); }; } && 3063 (exit $ac_status); }; } &&
2577 { ac_try='test -s conftest.$ac_objext' 3064 { ac_try='test -s conftest.$ac_objext'
2578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3065 { (case "(($ac_try" in
2579 (eval $ac_try) 2>&5 3066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3067 *) ac_try_echo=$ac_try;;
3068esac
3069eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3070 (eval "$ac_try") 2>&5
2580 ac_status=$? 3071 ac_status=$?
2581 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2582 (exit $ac_status); }; }; then 3073 (exit $ac_status); }; }; then
@@ -2585,24 +3076,28 @@ else
2585 echo "$as_me: failed program was:" >&5 3076 echo "$as_me: failed program was:" >&5
2586sed 's/^/| /' conftest.$ac_ext >&5 3077sed 's/^/| /' conftest.$ac_ext >&5
2587 3078
2588ac_compiler_gnu=no 3079 ac_compiler_gnu=no
2589fi 3080fi
2590rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3081
3082rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2591ac_cv_c_compiler_gnu=$ac_compiler_gnu 3083ac_cv_c_compiler_gnu=$ac_compiler_gnu
2592 3084
2593fi 3085fi
2594echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 3086{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2595echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 3087echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2596GCC=`test $ac_compiler_gnu = yes && echo yes` 3088GCC=`test $ac_compiler_gnu = yes && echo yes`
2597ac_test_CFLAGS=${CFLAGS+set} 3089ac_test_CFLAGS=${CFLAGS+set}
2598ac_save_CFLAGS=$CFLAGS 3090ac_save_CFLAGS=$CFLAGS
2599CFLAGS="-g" 3091{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2600echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 3092echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2601echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2602if test "${ac_cv_prog_cc_g+set}" = set; then 3093if test "${ac_cv_prog_cc_g+set}" = set; then
2603 echo $ECHO_N "(cached) $ECHO_C" >&6 3094 echo $ECHO_N "(cached) $ECHO_C" >&6
2604else 3095else
2605 cat >conftest.$ac_ext <<_ACEOF 3096 ac_save_c_werror_flag=$ac_c_werror_flag
3097 ac_c_werror_flag=yes
3098 ac_cv_prog_cc_g=no
3099 CFLAGS="-g"
3100 cat >conftest.$ac_ext <<_ACEOF
2606/* confdefs.h. */ 3101/* confdefs.h. */
2607_ACEOF 3102_ACEOF
2608cat confdefs.h >>conftest.$ac_ext 3103cat confdefs.h >>conftest.$ac_ext
@@ -2618,24 +3113,36 @@ main ()
2618} 3113}
2619_ACEOF 3114_ACEOF
2620rm -f conftest.$ac_objext 3115rm -f conftest.$ac_objext
2621if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3116if { (ac_try="$ac_compile"
2622 (eval $ac_compile) 2>conftest.er1 3117case "(($ac_try" in
3118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3119 *) ac_try_echo=$ac_try;;
3120esac
3121eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3122 (eval "$ac_compile") 2>conftest.er1
2623 ac_status=$? 3123 ac_status=$?
2624 grep -v '^ *+' conftest.er1 >conftest.err 3124 grep -v '^ *+' conftest.er1 >conftest.err
2625 rm -f conftest.er1 3125 rm -f conftest.er1
2626 cat conftest.err >&5 3126 cat conftest.err >&5
2627 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2628 (exit $ac_status); } && 3128 (exit $ac_status); } &&
2629 { ac_try='test -z "$ac_c_werror_flag" 3129 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2630 || test ! -s conftest.err' 3130 { (case "(($ac_try" in
2631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2632 (eval $ac_try) 2>&5 3132 *) ac_try_echo=$ac_try;;
3133esac
3134eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3135 (eval "$ac_try") 2>&5
2633 ac_status=$? 3136 ac_status=$?
2634 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2635 (exit $ac_status); }; } && 3138 (exit $ac_status); }; } &&
2636 { ac_try='test -s conftest.$ac_objext' 3139 { ac_try='test -s conftest.$ac_objext'
2637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3140 { (case "(($ac_try" in
2638 (eval $ac_try) 2>&5 3141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3142 *) ac_try_echo=$ac_try;;
3143esac
3144eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3145 (eval "$ac_try") 2>&5
2639 ac_status=$? 3146 ac_status=$?
2640 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2641 (exit $ac_status); }; }; then 3148 (exit $ac_status); }; }; then
@@ -2644,12 +3151,131 @@ else
2644 echo "$as_me: failed program was:" >&5 3151 echo "$as_me: failed program was:" >&5
2645sed 's/^/| /' conftest.$ac_ext >&5 3152sed 's/^/| /' conftest.$ac_ext >&5
2646 3153
2647ac_cv_prog_cc_g=no 3154 CFLAGS=""
3155 cat >conftest.$ac_ext <<_ACEOF
3156/* confdefs.h. */
3157_ACEOF
3158cat confdefs.h >>conftest.$ac_ext
3159cat >>conftest.$ac_ext <<_ACEOF
3160/* end confdefs.h. */
3161
3162int
3163main ()
3164{
3165
3166 ;
3167 return 0;
3168}
3169_ACEOF
3170rm -f conftest.$ac_objext
3171if { (ac_try="$ac_compile"
3172case "(($ac_try" in
3173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3174 *) ac_try_echo=$ac_try;;
3175esac
3176eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3177 (eval "$ac_compile") 2>conftest.er1
3178 ac_status=$?
3179 grep -v '^ *+' conftest.er1 >conftest.err
3180 rm -f conftest.er1
3181 cat conftest.err >&5
3182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3183 (exit $ac_status); } &&
3184 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3185 { (case "(($ac_try" in
3186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3187 *) ac_try_echo=$ac_try;;
3188esac
3189eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3190 (eval "$ac_try") 2>&5
3191 ac_status=$?
3192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3193 (exit $ac_status); }; } &&
3194 { ac_try='test -s conftest.$ac_objext'
3195 { (case "(($ac_try" in
3196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3197 *) ac_try_echo=$ac_try;;
3198esac
3199eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3200 (eval "$ac_try") 2>&5
3201 ac_status=$?
3202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3203 (exit $ac_status); }; }; then
3204 :
3205else
3206 echo "$as_me: failed program was:" >&5
3207sed 's/^/| /' conftest.$ac_ext >&5
3208
3209 ac_c_werror_flag=$ac_save_c_werror_flag
3210 CFLAGS="-g"
3211 cat >conftest.$ac_ext <<_ACEOF
3212/* confdefs.h. */
3213_ACEOF
3214cat confdefs.h >>conftest.$ac_ext
3215cat >>conftest.$ac_ext <<_ACEOF
3216/* end confdefs.h. */
3217
3218int
3219main ()
3220{
3221
3222 ;
3223 return 0;
3224}
3225_ACEOF
3226rm -f conftest.$ac_objext
3227if { (ac_try="$ac_compile"
3228case "(($ac_try" in
3229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3230 *) ac_try_echo=$ac_try;;
3231esac
3232eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3233 (eval "$ac_compile") 2>conftest.er1
3234 ac_status=$?
3235 grep -v '^ *+' conftest.er1 >conftest.err
3236 rm -f conftest.er1
3237 cat conftest.err >&5
3238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3239 (exit $ac_status); } &&
3240 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3241 { (case "(($ac_try" in
3242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3243 *) ac_try_echo=$ac_try;;
3244esac
3245eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3246 (eval "$ac_try") 2>&5
3247 ac_status=$?
3248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3249 (exit $ac_status); }; } &&
3250 { ac_try='test -s conftest.$ac_objext'
3251 { (case "(($ac_try" in
3252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3253 *) ac_try_echo=$ac_try;;
3254esac
3255eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3256 (eval "$ac_try") 2>&5
3257 ac_status=$?
3258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3259 (exit $ac_status); }; }; then
3260 ac_cv_prog_cc_g=yes
3261else
3262 echo "$as_me: failed program was:" >&5
3263sed 's/^/| /' conftest.$ac_ext >&5
3264
3265
3266fi
3267
3268rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2648fi 3269fi
2649rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3270
3271rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2650fi 3272fi
2651echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 3273
2652echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 3274rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3275 ac_c_werror_flag=$ac_save_c_werror_flag
3276fi
3277{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3278echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2653if test "$ac_test_CFLAGS" = set; then 3279if test "$ac_test_CFLAGS" = set; then
2654 CFLAGS=$ac_save_CFLAGS 3280 CFLAGS=$ac_save_CFLAGS
2655elif test $ac_cv_prog_cc_g = yes; then 3281elif test $ac_cv_prog_cc_g = yes; then
@@ -2665,12 +3291,12 @@ else
2665 CFLAGS= 3291 CFLAGS=
2666 fi 3292 fi
2667fi 3293fi
2668echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 3294{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
2669echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 3295echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
2670if test "${ac_cv_prog_cc_stdc+set}" = set; then 3296if test "${ac_cv_prog_cc_c89+set}" = set; then
2671 echo $ECHO_N "(cached) $ECHO_C" >&6 3297 echo $ECHO_N "(cached) $ECHO_C" >&6
2672else 3298else
2673 ac_cv_prog_cc_stdc=no 3299 ac_cv_prog_cc_c89=no
2674ac_save_CC=$CC 3300ac_save_CC=$CC
2675cat >conftest.$ac_ext <<_ACEOF 3301cat >conftest.$ac_ext <<_ACEOF
2676/* confdefs.h. */ 3302/* confdefs.h. */
@@ -2704,12 +3330,17 @@ static char *f (char * (*g) (char **, int), char **p, ...)
2704/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 3330/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2705 function prototypes and stuff, but not '\xHH' hex character constants. 3331 function prototypes and stuff, but not '\xHH' hex character constants.
2706 These don't provoke an error unfortunately, instead are silently treated 3332 These don't provoke an error unfortunately, instead are silently treated
2707 as 'x'. The following induces an error, until -std1 is added to get 3333 as 'x'. The following induces an error, until -std is added to get
2708 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 3334 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2709 array size at least. It's necessary to write '\x00'==0 to get something 3335 array size at least. It's necessary to write '\x00'==0 to get something
2710 that's true only with -std1. */ 3336 that's true only with -std. */
2711int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 3337int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2712 3338
3339/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3340 inside strings and character constants. */
3341#define FOO(x) 'x'
3342int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3343
2713int test (int i, double x); 3344int test (int i, double x);
2714struct s1 {int (*f) (int a);}; 3345struct s1 {int (*f) (int a);};
2715struct s2 {int (*f) (double a);}; 3346struct s2 {int (*f) (double a);};
@@ -2724,205 +3355,74 @@ return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2724 return 0; 3355 return 0;
2725} 3356}
2726_ACEOF 3357_ACEOF
2727# Don't try gcc -ansi; that turns off useful extensions and 3358for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2728# breaks some systems' header files. 3359 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2729# AIX -qlanglvl=ansi
2730# Ultrix and OSF/1 -std1
2731# HP-UX 10.20 and later -Ae
2732# HP-UX older versions -Aa -D_HPUX_SOURCE
2733# SVR4 -Xc -D__EXTENSIONS__
2734for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2735do 3360do
2736 CC="$ac_save_CC $ac_arg" 3361 CC="$ac_save_CC $ac_arg"
2737 rm -f conftest.$ac_objext 3362 rm -f conftest.$ac_objext
2738if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3363if { (ac_try="$ac_compile"
2739 (eval $ac_compile) 2>conftest.er1 3364case "(($ac_try" in
3365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3366 *) ac_try_echo=$ac_try;;
3367esac
3368eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3369 (eval "$ac_compile") 2>conftest.er1
2740 ac_status=$? 3370 ac_status=$?
2741 grep -v '^ *+' conftest.er1 >conftest.err 3371 grep -v '^ *+' conftest.er1 >conftest.err
2742 rm -f conftest.er1 3372 rm -f conftest.er1
2743 cat conftest.err >&5 3373 cat conftest.err >&5
2744 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2745 (exit $ac_status); } && 3375 (exit $ac_status); } &&
2746 { ac_try='test -z "$ac_c_werror_flag" 3376 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2747 || test ! -s conftest.err' 3377 { (case "(($ac_try" in
2748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2749 (eval $ac_try) 2>&5 3379 *) ac_try_echo=$ac_try;;
3380esac
3381eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3382 (eval "$ac_try") 2>&5
2750 ac_status=$? 3383 ac_status=$?
2751 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2752 (exit $ac_status); }; } && 3385 (exit $ac_status); }; } &&
2753 { ac_try='test -s conftest.$ac_objext' 3386 { ac_try='test -s conftest.$ac_objext'
2754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3387 { (case "(($ac_try" in
2755 (eval $ac_try) 2>&5 3388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3389 *) ac_try_echo=$ac_try;;
3390esac
3391eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3392 (eval "$ac_try") 2>&5
2756 ac_status=$? 3393 ac_status=$?
2757 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2758 (exit $ac_status); }; }; then 3395 (exit $ac_status); }; }; then
2759 ac_cv_prog_cc_stdc=$ac_arg 3396 ac_cv_prog_cc_c89=$ac_arg
2760break
2761else 3397else
2762 echo "$as_me: failed program was:" >&5 3398 echo "$as_me: failed program was:" >&5
2763sed 's/^/| /' conftest.$ac_ext >&5 3399sed 's/^/| /' conftest.$ac_ext >&5
2764 3400
3401
2765fi 3402fi
2766rm -f conftest.err conftest.$ac_objext 3403
3404rm -f core conftest.err conftest.$ac_objext
3405 test "x$ac_cv_prog_cc_c89" != "xno" && break
2767done 3406done
2768rm -f conftest.$ac_ext conftest.$ac_objext 3407rm -f conftest.$ac_ext
2769CC=$ac_save_CC 3408CC=$ac_save_CC
2770 3409
2771fi 3410fi
2772 3411# AC_CACHE_VAL
2773case "x$ac_cv_prog_cc_stdc" in 3412case "x$ac_cv_prog_cc_c89" in
2774 x|xno) 3413 x)
2775 echo "$as_me:$LINENO: result: none needed" >&5 3414 { echo "$as_me:$LINENO: result: none needed" >&5
2776echo "${ECHO_T}none needed" >&6 ;; 3415echo "${ECHO_T}none needed" >&6; } ;;
3416 xno)
3417 { echo "$as_me:$LINENO: result: unsupported" >&5
3418echo "${ECHO_T}unsupported" >&6; } ;;
2777 *) 3419 *)
2778 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 3420 CC="$CC $ac_cv_prog_cc_c89"
2779echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 3421 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
2780 CC="$CC $ac_cv_prog_cc_stdc" ;; 3422echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
2781esac 3423esac
2782 3424
2783# Some people use a C++ compiler to compile C. Since we use `exit',
2784# in C++ we need to declare it. In case someone uses the same compiler
2785# for both compiling C and C++ we need to have the C++ compiler decide
2786# the declaration of exit, since it's the most demanding environment.
2787cat >conftest.$ac_ext <<_ACEOF
2788#ifndef __cplusplus
2789 choke me
2790#endif
2791_ACEOF
2792rm -f conftest.$ac_objext
2793if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2794 (eval $ac_compile) 2>conftest.er1
2795 ac_status=$?
2796 grep -v '^ *+' conftest.er1 >conftest.err
2797 rm -f conftest.er1
2798 cat conftest.err >&5
2799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2800 (exit $ac_status); } &&
2801 { ac_try='test -z "$ac_c_werror_flag"
2802 || test ! -s conftest.err'
2803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2804 (eval $ac_try) 2>&5
2805 ac_status=$?
2806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2807 (exit $ac_status); }; } &&
2808 { ac_try='test -s conftest.$ac_objext'
2809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2810 (eval $ac_try) 2>&5
2811 ac_status=$?
2812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2813 (exit $ac_status); }; }; then
2814 for ac_declaration in \
2815 '' \
2816 'extern "C" void std::exit (int) throw (); using std::exit;' \
2817 'extern "C" void std::exit (int); using std::exit;' \
2818 'extern "C" void exit (int) throw ();' \
2819 'extern "C" void exit (int);' \
2820 'void exit (int);'
2821do
2822 cat >conftest.$ac_ext <<_ACEOF
2823/* confdefs.h. */
2824_ACEOF
2825cat confdefs.h >>conftest.$ac_ext
2826cat >>conftest.$ac_ext <<_ACEOF
2827/* end confdefs.h. */
2828$ac_declaration
2829#include <stdlib.h>
2830int
2831main ()
2832{
2833exit (42);
2834 ;
2835 return 0;
2836}
2837_ACEOF
2838rm -f conftest.$ac_objext
2839if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2840 (eval $ac_compile) 2>conftest.er1
2841 ac_status=$?
2842 grep -v '^ *+' conftest.er1 >conftest.err
2843 rm -f conftest.er1
2844 cat conftest.err >&5
2845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2846 (exit $ac_status); } &&
2847 { ac_try='test -z "$ac_c_werror_flag"
2848 || test ! -s conftest.err'
2849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2850 (eval $ac_try) 2>&5
2851 ac_status=$?
2852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2853 (exit $ac_status); }; } &&
2854 { ac_try='test -s conftest.$ac_objext'
2855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2856 (eval $ac_try) 2>&5
2857 ac_status=$?
2858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2859 (exit $ac_status); }; }; then
2860 :
2861else
2862 echo "$as_me: failed program was:" >&5
2863sed 's/^/| /' conftest.$ac_ext >&5
2864
2865continue
2866fi
2867rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2868 cat >conftest.$ac_ext <<_ACEOF
2869/* confdefs.h. */
2870_ACEOF
2871cat confdefs.h >>conftest.$ac_ext
2872cat >>conftest.$ac_ext <<_ACEOF
2873/* end confdefs.h. */
2874$ac_declaration
2875int
2876main ()
2877{
2878exit (42);
2879 ;
2880 return 0;
2881}
2882_ACEOF
2883rm -f conftest.$ac_objext
2884if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2885 (eval $ac_compile) 2>conftest.er1
2886 ac_status=$?
2887 grep -v '^ *+' conftest.er1 >conftest.err
2888 rm -f conftest.er1
2889 cat conftest.err >&5
2890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2891 (exit $ac_status); } &&
2892 { ac_try='test -z "$ac_c_werror_flag"
2893 || test ! -s conftest.err'
2894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2895 (eval $ac_try) 2>&5
2896 ac_status=$?
2897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2898 (exit $ac_status); }; } &&
2899 { ac_try='test -s conftest.$ac_objext'
2900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2901 (eval $ac_try) 2>&5
2902 ac_status=$?
2903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2904 (exit $ac_status); }; }; then
2905 break
2906else
2907 echo "$as_me: failed program was:" >&5
2908sed 's/^/| /' conftest.$ac_ext >&5
2909 3425
2910fi
2911rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2912done
2913rm -f conftest*
2914if test -n "$ac_declaration"; then
2915 echo '#ifdef __cplusplus' >>confdefs.h
2916 echo $ac_declaration >>confdefs.h
2917 echo '#endif' >>confdefs.h
2918fi
2919
2920else
2921 echo "$as_me: failed program was:" >&5
2922sed 's/^/| /' conftest.$ac_ext >&5
2923
2924fi
2925rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2926ac_ext=c 3426ac_ext=c
2927ac_cpp='$CPP $CPPFLAGS' 3427ac_cpp='$CPP $CPPFLAGS'
2928ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3428ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -2930,7 +3430,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
2930ac_compiler_gnu=$ac_cv_c_compiler_gnu 3430ac_compiler_gnu=$ac_cv_c_compiler_gnu
2931DEPDIR="${am__leading_dot}deps" 3431DEPDIR="${am__leading_dot}deps"
2932 3432
2933 ac_config_commands="$ac_config_commands depfiles" 3433ac_config_commands="$ac_config_commands depfiles"
2934 3434
2935 3435
2936am_make=${MAKE-make} 3436am_make=${MAKE-make}
@@ -2940,8 +3440,8 @@ am__doit:
2940.PHONY: am__doit 3440.PHONY: am__doit
2941END 3441END
2942# If we don't find an include directive, just comment out the code. 3442# If we don't find an include directive, just comment out the code.
2943echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 3443{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2944echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6 3444echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
2945am__include="#" 3445am__include="#"
2946am__quote= 3446am__quote=
2947_am_result=none 3447_am_result=none
@@ -2968,15 +3468,15 @@ if test "$am__include" = "#"; then
2968fi 3468fi
2969 3469
2970 3470
2971echo "$as_me:$LINENO: result: $_am_result" >&5 3471{ echo "$as_me:$LINENO: result: $_am_result" >&5
2972echo "${ECHO_T}$_am_result" >&6 3472echo "${ECHO_T}$_am_result" >&6; }
2973rm -f confinc confmf 3473rm -f confinc confmf
2974 3474
2975# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given. 3475# Check whether --enable-dependency-tracking was given.
2976if test "${enable_dependency_tracking+set}" = set; then 3476if test "${enable_dependency_tracking+set}" = set; then
2977 enableval="$enable_dependency_tracking" 3477 enableval=$enable_dependency_tracking;
3478fi
2978 3479
2979fi;
2980if test "x$enable_dependency_tracking" != xno; then 3480if test "x$enable_dependency_tracking" != xno; then
2981 am_depcomp="$ac_aux_dir/depcomp" 3481 am_depcomp="$ac_aux_dir/depcomp"
2982 AMDEPBACKSLASH='\' 3482 AMDEPBACKSLASH='\'
@@ -2996,8 +3496,8 @@ fi
2996 3496
2997depcc="$CC" am_compiler_list= 3497depcc="$CC" am_compiler_list=
2998 3498
2999echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 3499{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3000echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 3500echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
3001if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then 3501if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3002 echo $ECHO_N "(cached) $ECHO_C" >&6 3502 echo $ECHO_N "(cached) $ECHO_C" >&6
3003else 3503else
@@ -3086,8 +3586,8 @@ else
3086fi 3586fi
3087 3587
3088fi 3588fi
3089echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 3589{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3090echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6 3590echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
3091CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 3591CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3092 3592
3093 3593
@@ -3104,8 +3604,8 @@ fi
3104 3604
3105 3605
3106 3606
3107echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 3607{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
3108echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 3608echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
3109if test "${ac_cv_c_const+set}" = set; then 3609if test "${ac_cv_c_const+set}" = set; then
3110 echo $ECHO_N "(cached) $ECHO_C" >&6 3610 echo $ECHO_N "(cached) $ECHO_C" >&6
3111else 3611else
@@ -3123,10 +3623,10 @@ main ()
3123#ifndef __cplusplus 3623#ifndef __cplusplus
3124 /* Ultrix mips cc rejects this. */ 3624 /* Ultrix mips cc rejects this. */
3125 typedef int charset[2]; 3625 typedef int charset[2];
3126 const charset x; 3626 const charset cs;
3127 /* SunOS 4.1.1 cc rejects this. */ 3627 /* SunOS 4.1.1 cc rejects this. */
3128 char const *const *ccp; 3628 char const *const *pcpcc;
3129 char **p; 3629 char **ppc;
3130 /* NEC SVR4.0.2 mips cc rejects this. */ 3630 /* NEC SVR4.0.2 mips cc rejects this. */
3131 struct point {int x, y;}; 3631 struct point {int x, y;};
3132 static struct point const zero = {0,0}; 3632 static struct point const zero = {0,0};
@@ -3135,16 +3635,17 @@ main ()
3135 an arm of an if-expression whose if-part is not a constant 3635 an arm of an if-expression whose if-part is not a constant
3136 expression */ 3636 expression */
3137 const char *g = "string"; 3637 const char *g = "string";
3138 ccp = &g + (g ? g-g : 0); 3638 pcpcc = &g + (g ? g-g : 0);
3139 /* HPUX 7.0 cc rejects these. */ 3639 /* HPUX 7.0 cc rejects these. */
3140 ++ccp; 3640 ++pcpcc;
3141 p = (char**) ccp; 3641 ppc = (char**) pcpcc;
3142 ccp = (char const *const *) p; 3642 pcpcc = (char const *const *) ppc;
3143 { /* SCO 3.2v4 cc rejects this. */ 3643 { /* SCO 3.2v4 cc rejects this. */
3144 char *t; 3644 char *t;
3145 char const *s = 0 ? (char *) 0 : (char const *) 0; 3645 char const *s = 0 ? (char *) 0 : (char const *) 0;
3146 3646
3147 *t++ = 0; 3647 *t++ = 0;
3648 if (s) return 0;
3148 } 3649 }
3149 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ 3650 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
3150 int x[] = {25, 17}; 3651 int x[] = {25, 17};
@@ -3163,7 +3664,9 @@ main ()
3163 } 3664 }
3164 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ 3665 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
3165 const int foo = 10; 3666 const int foo = 10;
3667 if (!foo) return 0;
3166 } 3668 }
3669 return !cs[0] && !zero.x;
3167#endif 3670#endif
3168 3671
3169 ; 3672 ;
@@ -3171,24 +3674,36 @@ main ()
3171} 3674}
3172_ACEOF 3675_ACEOF
3173rm -f conftest.$ac_objext 3676rm -f conftest.$ac_objext
3174if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3677if { (ac_try="$ac_compile"
3175 (eval $ac_compile) 2>conftest.er1 3678case "(($ac_try" in
3679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3680 *) ac_try_echo=$ac_try;;
3681esac
3682eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3683 (eval "$ac_compile") 2>conftest.er1
3176 ac_status=$? 3684 ac_status=$?
3177 grep -v '^ *+' conftest.er1 >conftest.err 3685 grep -v '^ *+' conftest.er1 >conftest.err
3178 rm -f conftest.er1 3686 rm -f conftest.er1
3179 cat conftest.err >&5 3687 cat conftest.err >&5
3180 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3181 (exit $ac_status); } && 3689 (exit $ac_status); } &&
3182 { ac_try='test -z "$ac_c_werror_flag" 3690 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3183 || test ! -s conftest.err' 3691 { (case "(($ac_try" in
3184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3185 (eval $ac_try) 2>&5 3693 *) ac_try_echo=$ac_try;;
3694esac
3695eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3696 (eval "$ac_try") 2>&5
3186 ac_status=$? 3697 ac_status=$?
3187 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3188 (exit $ac_status); }; } && 3699 (exit $ac_status); }; } &&
3189 { ac_try='test -s conftest.$ac_objext' 3700 { ac_try='test -s conftest.$ac_objext'
3190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3701 { (case "(($ac_try" in
3191 (eval $ac_try) 2>&5 3702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3703 *) ac_try_echo=$ac_try;;
3704esac
3705eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3706 (eval "$ac_try") 2>&5
3192 ac_status=$? 3707 ac_status=$?
3193 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3194 (exit $ac_status); }; }; then 3709 (exit $ac_status); }; }; then
@@ -3197,12 +3712,13 @@ else
3197 echo "$as_me: failed program was:" >&5 3712 echo "$as_me: failed program was:" >&5
3198sed 's/^/| /' conftest.$ac_ext >&5 3713sed 's/^/| /' conftest.$ac_ext >&5
3199 3714
3200ac_cv_c_const=no 3715 ac_cv_c_const=no
3201fi 3716fi
3202rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3717
3718rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3203fi 3719fi
3204echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 3720{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
3205echo "${ECHO_T}$ac_cv_c_const" >&6 3721echo "${ECHO_T}$ac_cv_c_const" >&6; }
3206if test $ac_cv_c_const = no; then 3722if test $ac_cv_c_const = no; then
3207 3723
3208cat >>confdefs.h <<\_ACEOF 3724cat >>confdefs.h <<\_ACEOF
@@ -3211,8 +3727,8 @@ _ACEOF
3211 3727
3212fi 3728fi
3213 3729
3214echo "$as_me:$LINENO: checking for inline" >&5 3730{ echo "$as_me:$LINENO: checking for inline" >&5
3215echo $ECHO_N "checking for inline... $ECHO_C" >&6 3731echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
3216if test "${ac_cv_c_inline+set}" = set; then 3732if test "${ac_cv_c_inline+set}" = set; then
3217 echo $ECHO_N "(cached) $ECHO_C" >&6 3733 echo $ECHO_N "(cached) $ECHO_C" >&6
3218else 3734else
@@ -3232,39 +3748,54 @@ $ac_kw foo_t foo () {return 0; }
3232 3748
3233_ACEOF 3749_ACEOF
3234rm -f conftest.$ac_objext 3750rm -f conftest.$ac_objext
3235if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3751if { (ac_try="$ac_compile"
3236 (eval $ac_compile) 2>conftest.er1 3752case "(($ac_try" in
3753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3754 *) ac_try_echo=$ac_try;;
3755esac
3756eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3757 (eval "$ac_compile") 2>conftest.er1
3237 ac_status=$? 3758 ac_status=$?
3238 grep -v '^ *+' conftest.er1 >conftest.err 3759 grep -v '^ *+' conftest.er1 >conftest.err
3239 rm -f conftest.er1 3760 rm -f conftest.er1
3240 cat conftest.err >&5 3761 cat conftest.err >&5
3241 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3242 (exit $ac_status); } && 3763 (exit $ac_status); } &&
3243 { ac_try='test -z "$ac_c_werror_flag" 3764 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3244 || test ! -s conftest.err' 3765 { (case "(($ac_try" in
3245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3246 (eval $ac_try) 2>&5 3767 *) ac_try_echo=$ac_try;;
3768esac
3769eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3770 (eval "$ac_try") 2>&5
3247 ac_status=$? 3771 ac_status=$?
3248 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3249 (exit $ac_status); }; } && 3773 (exit $ac_status); }; } &&
3250 { ac_try='test -s conftest.$ac_objext' 3774 { ac_try='test -s conftest.$ac_objext'
3251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3775 { (case "(($ac_try" in
3252 (eval $ac_try) 2>&5 3776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3777 *) ac_try_echo=$ac_try;;
3778esac
3779eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3780 (eval "$ac_try") 2>&5
3253 ac_status=$? 3781 ac_status=$?
3254 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3255 (exit $ac_status); }; }; then 3783 (exit $ac_status); }; }; then
3256 ac_cv_c_inline=$ac_kw; break 3784 ac_cv_c_inline=$ac_kw
3257else 3785else
3258 echo "$as_me: failed program was:" >&5 3786 echo "$as_me: failed program was:" >&5
3259sed 's/^/| /' conftest.$ac_ext >&5 3787sed 's/^/| /' conftest.$ac_ext >&5
3260 3788
3789
3261fi 3790fi
3262rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3791
3792rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3793 test "$ac_cv_c_inline" != no && break
3263done 3794done
3264 3795
3265fi 3796fi
3266echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 3797{ echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
3267echo "${ECHO_T}$ac_cv_c_inline" >&6 3798echo "${ECHO_T}$ac_cv_c_inline" >&6; }
3268 3799
3269 3800
3270case $ac_cv_c_inline in 3801case $ac_cv_c_inline in
@@ -3289,10 +3820,9 @@ esac
3289## ----------------------- ## 3820## ----------------------- ##
3290 3821
3291 3822
3292# Check whether --enable-shared or --disable-shared was given. 3823# Check whether --enable-shared was given.
3293if test "${enable_shared+set}" = set; then 3824if test "${enable_shared+set}" = set; then
3294 enableval="$enable_shared" 3825 enableval=$enable_shared; p=${PACKAGE-default}
3295 p=${PACKAGE-default}
3296 case $enableval in 3826 case $enableval in
3297 yes) enable_shared=yes ;; 3827 yes) enable_shared=yes ;;
3298 no) enable_shared=no ;; 3828 no) enable_shared=no ;;
@@ -3311,12 +3841,12 @@ if test "${enable_shared+set}" = set; then
3311 esac 3841 esac
3312else 3842else
3313 enable_shared=yes 3843 enable_shared=yes
3314fi; 3844fi
3845
3315 3846
3316# Check whether --enable-static or --disable-static was given. 3847# Check whether --enable-static was given.
3317if test "${enable_static+set}" = set; then 3848if test "${enable_static+set}" = set; then
3318 enableval="$enable_static" 3849 enableval=$enable_static; p=${PACKAGE-default}
3319 p=${PACKAGE-default}
3320 case $enableval in 3850 case $enableval in
3321 yes) enable_static=yes ;; 3851 yes) enable_static=yes ;;
3322 no) enable_static=no ;; 3852 no) enable_static=no ;;
@@ -3335,12 +3865,12 @@ if test "${enable_static+set}" = set; then
3335 esac 3865 esac
3336else 3866else
3337 enable_static=yes 3867 enable_static=yes
3338fi; 3868fi
3869
3339 3870
3340# Check whether --enable-fast-install or --disable-fast-install was given. 3871# Check whether --enable-fast-install was given.
3341if test "${enable_fast_install+set}" = set; then 3872if test "${enable_fast_install+set}" = set; then
3342 enableval="$enable_fast_install" 3873 enableval=$enable_fast_install; p=${PACKAGE-default}
3343 p=${PACKAGE-default}
3344 case $enableval in 3874 case $enableval in
3345 yes) enable_fast_install=yes ;; 3875 yes) enable_fast_install=yes ;;
3346 no) enable_fast_install=no ;; 3876 no) enable_fast_install=no ;;
@@ -3359,64 +3889,94 @@ if test "${enable_fast_install+set}" = set; then
3359 esac 3889 esac
3360else 3890else
3361 enable_fast_install=yes 3891 enable_fast_install=yes
3362fi; 3892fi
3893
3363 3894
3364# Make sure we can run config.sub. 3895# Make sure we can run config.sub.
3365$ac_config_sub sun4 >/dev/null 2>&1 || 3896$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3366 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 3897 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
3367echo "$as_me: error: cannot run $ac_config_sub" >&2;} 3898echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
3368 { (exit 1); exit 1; }; } 3899 { (exit 1); exit 1; }; }
3369 3900
3370echo "$as_me:$LINENO: checking build system type" >&5 3901{ echo "$as_me:$LINENO: checking build system type" >&5
3371echo $ECHO_N "checking build system type... $ECHO_C" >&6 3902echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
3372if test "${ac_cv_build+set}" = set; then 3903if test "${ac_cv_build+set}" = set; then
3373 echo $ECHO_N "(cached) $ECHO_C" >&6 3904 echo $ECHO_N "(cached) $ECHO_C" >&6
3374else 3905else
3375 ac_cv_build_alias=$build_alias 3906 ac_build_alias=$build_alias
3376test -z "$ac_cv_build_alias" && 3907test "x$ac_build_alias" = x &&
3377 ac_cv_build_alias=`$ac_config_guess` 3908 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3378test -z "$ac_cv_build_alias" && 3909test "x$ac_build_alias" = x &&
3379 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 3910 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
3380echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 3911echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
3381 { (exit 1); exit 1; }; } 3912 { (exit 1); exit 1; }; }
3382ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || 3913ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3383 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 3914 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
3384echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} 3915echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
3385 { (exit 1); exit 1; }; } 3916 { (exit 1); exit 1; }; }
3386 3917
3387fi 3918fi
3388echo "$as_me:$LINENO: result: $ac_cv_build" >&5 3919{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
3389echo "${ECHO_T}$ac_cv_build" >&6 3920echo "${ECHO_T}$ac_cv_build" >&6; }
3921case $ac_cv_build in
3922*-*-*) ;;
3923*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
3924echo "$as_me: error: invalid value of canonical build" >&2;}
3925 { (exit 1); exit 1; }; };;
3926esac
3390build=$ac_cv_build 3927build=$ac_cv_build
3391build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 3928ac_save_IFS=$IFS; IFS='-'
3392build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 3929set x $ac_cv_build
3393build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 3930shift
3394 3931build_cpu=$1
3395 3932build_vendor=$2
3396echo "$as_me:$LINENO: checking host system type" >&5 3933shift; shift
3397echo $ECHO_N "checking host system type... $ECHO_C" >&6 3934# Remember, the first character of IFS is used to create $*,
3935# except with old shells:
3936build_os=$*
3937IFS=$ac_save_IFS
3938case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3939
3940
3941{ echo "$as_me:$LINENO: checking host system type" >&5
3942echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
3398if test "${ac_cv_host+set}" = set; then 3943if test "${ac_cv_host+set}" = set; then
3399 echo $ECHO_N "(cached) $ECHO_C" >&6 3944 echo $ECHO_N "(cached) $ECHO_C" >&6
3400else 3945else
3401 ac_cv_host_alias=$host_alias 3946 if test "x$host_alias" = x; then
3402test -z "$ac_cv_host_alias" && 3947 ac_cv_host=$ac_cv_build
3403 ac_cv_host_alias=$ac_cv_build_alias 3948else
3404ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || 3949 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3405 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 3950 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
3406echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} 3951echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
3407 { (exit 1); exit 1; }; } 3952 { (exit 1); exit 1; }; }
3953fi
3408 3954
3409fi 3955fi
3410echo "$as_me:$LINENO: result: $ac_cv_host" >&5 3956{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
3411echo "${ECHO_T}$ac_cv_host" >&6 3957echo "${ECHO_T}$ac_cv_host" >&6; }
3958case $ac_cv_host in
3959*-*-*) ;;
3960*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
3961echo "$as_me: error: invalid value of canonical host" >&2;}
3962 { (exit 1); exit 1; }; };;
3963esac
3412host=$ac_cv_host 3964host=$ac_cv_host
3413host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 3965ac_save_IFS=$IFS; IFS='-'
3414host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 3966set x $ac_cv_host
3415host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 3967shift
3416 3968host_cpu=$1
3417 3969host_vendor=$2
3418echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 3970shift; shift
3419echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6 3971# Remember, the first character of IFS is used to create $*,
3972# except with old shells:
3973host_os=$*
3974IFS=$ac_save_IFS
3975case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3976
3977
3978{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
3979echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
3420if test "${lt_cv_path_SED+set}" = set; then 3980if test "${lt_cv_path_SED+set}" = set; then
3421 echo $ECHO_N "(cached) $ECHO_C" >&6 3981 echo $ECHO_N "(cached) $ECHO_C" >&6
3422else 3982else
@@ -3469,37 +4029,184 @@ done
3469fi 4029fi
3470 4030
3471SED=$lt_cv_path_SED 4031SED=$lt_cv_path_SED
3472echo "$as_me:$LINENO: result: $SED" >&5 4032{ echo "$as_me:$LINENO: result: $SED" >&5
3473echo "${ECHO_T}$SED" >&6 4033echo "${ECHO_T}$SED" >&6; }
4034
4035{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4036echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4037if test "${ac_cv_path_GREP+set}" = set; then
4038 echo $ECHO_N "(cached) $ECHO_C" >&6
4039else
4040 # Extract the first word of "grep ggrep" to use in msg output
4041if test -z "$GREP"; then
4042set dummy grep ggrep; ac_prog_name=$2
4043if test "${ac_cv_path_GREP+set}" = set; then
4044 echo $ECHO_N "(cached) $ECHO_C" >&6
4045else
4046 ac_path_GREP_found=false
4047# Loop through the user's path and test for each of PROGNAME-LIST
4048as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4049for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4050do
4051 IFS=$as_save_IFS
4052 test -z "$as_dir" && as_dir=.
4053 for ac_prog in grep ggrep; do
4054 for ac_exec_ext in '' $ac_executable_extensions; do
4055 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4056 { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue
4057 # Check for GNU ac_path_GREP and select it if it is found.
4058 # Check for GNU $ac_path_GREP
4059case `"$ac_path_GREP" --version 2>&1` in
4060*GNU*)
4061 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4062*)
4063 ac_count=0
4064 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4065 while :
4066 do
4067 cat "conftest.in" "conftest.in" >"conftest.tmp"
4068 mv "conftest.tmp" "conftest.in"
4069 cp "conftest.in" "conftest.nl"
4070 echo 'GREP' >> "conftest.nl"
4071 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4072 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4073 ac_count=`expr $ac_count + 1`
4074 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4075 # Best one so far, save it but keep looking for a better one
4076 ac_cv_path_GREP="$ac_path_GREP"
4077 ac_path_GREP_max=$ac_count
4078 fi
4079 # 10*(2^10) chars as input seems more than enough
4080 test $ac_count -gt 10 && break
4081 done
4082 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4083esac
4084
4085
4086 $ac_path_GREP_found && break 3
4087 done
4088done
4089
4090done
4091IFS=$as_save_IFS
4092
4093
4094fi
4095
4096GREP="$ac_cv_path_GREP"
4097if test -z "$GREP"; then
4098 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4099echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4100 { (exit 1); exit 1; }; }
4101fi
3474 4102
3475echo "$as_me:$LINENO: checking for egrep" >&5 4103else
3476echo $ECHO_N "checking for egrep... $ECHO_C" >&6 4104 ac_cv_path_GREP=$GREP
3477if test "${ac_cv_prog_egrep+set}" = set; then 4105fi
4106
4107
4108fi
4109{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4110echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4111 GREP="$ac_cv_path_GREP"
4112
4113
4114{ echo "$as_me:$LINENO: checking for egrep" >&5
4115echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4116if test "${ac_cv_path_EGREP+set}" = set; then
3478 echo $ECHO_N "(cached) $ECHO_C" >&6 4117 echo $ECHO_N "(cached) $ECHO_C" >&6
3479else 4118else
3480 if echo a | (grep -E '(a|b)') >/dev/null 2>&1 4119 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3481 then ac_cv_prog_egrep='grep -E' 4120 then ac_cv_path_EGREP="$GREP -E"
3482 else ac_cv_prog_egrep='egrep' 4121 else
4122 # Extract the first word of "egrep" to use in msg output
4123if test -z "$EGREP"; then
4124set dummy egrep; ac_prog_name=$2
4125if test "${ac_cv_path_EGREP+set}" = set; then
4126 echo $ECHO_N "(cached) $ECHO_C" >&6
4127else
4128 ac_path_EGREP_found=false
4129# Loop through the user's path and test for each of PROGNAME-LIST
4130as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4131for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4132do
4133 IFS=$as_save_IFS
4134 test -z "$as_dir" && as_dir=.
4135 for ac_prog in egrep; do
4136 for ac_exec_ext in '' $ac_executable_extensions; do
4137 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4138 { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue
4139 # Check for GNU ac_path_EGREP and select it if it is found.
4140 # Check for GNU $ac_path_EGREP
4141case `"$ac_path_EGREP" --version 2>&1` in
4142*GNU*)
4143 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4144*)
4145 ac_count=0
4146 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4147 while :
4148 do
4149 cat "conftest.in" "conftest.in" >"conftest.tmp"
4150 mv "conftest.tmp" "conftest.in"
4151 cp "conftest.in" "conftest.nl"
4152 echo 'EGREP' >> "conftest.nl"
4153 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4154 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4155 ac_count=`expr $ac_count + 1`
4156 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4157 # Best one so far, save it but keep looking for a better one
4158 ac_cv_path_EGREP="$ac_path_EGREP"
4159 ac_path_EGREP_max=$ac_count
3483 fi 4160 fi
4161 # 10*(2^10) chars as input seems more than enough
4162 test $ac_count -gt 10 && break
4163 done
4164 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4165esac
4166
4167
4168 $ac_path_EGREP_found && break 3
4169 done
4170done
4171
4172done
4173IFS=$as_save_IFS
4174
4175
3484fi 4176fi
3485echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3486echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3487 EGREP=$ac_cv_prog_egrep
3488 4177
4178EGREP="$ac_cv_path_EGREP"
4179if test -z "$EGREP"; then
4180 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4181echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4182 { (exit 1); exit 1; }; }
4183fi
4184
4185else
4186 ac_cv_path_EGREP=$EGREP
4187fi
3489 4188
3490 4189
3491# Check whether --with-gnu-ld or --without-gnu-ld was given. 4190 fi
4191fi
4192{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4193echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4194 EGREP="$ac_cv_path_EGREP"
4195
4196
4197
4198# Check whether --with-gnu-ld was given.
3492if test "${with_gnu_ld+set}" = set; then 4199if test "${with_gnu_ld+set}" = set; then
3493 withval="$with_gnu_ld" 4200 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
3494 test "$withval" = no || with_gnu_ld=yes
3495else 4201else
3496 with_gnu_ld=no 4202 with_gnu_ld=no
3497fi; 4203fi
4204
3498ac_prog=ld 4205ac_prog=ld
3499if test "$GCC" = yes; then 4206if test "$GCC" = yes; then
3500 # Check if gcc -print-prog-name=ld gives a path. 4207 # Check if gcc -print-prog-name=ld gives a path.
3501 echo "$as_me:$LINENO: checking for ld used by $CC" >&5 4208 { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
3502echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6 4209echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
3503 case $host in 4210 case $host in
3504 *-*-mingw*) 4211 *-*-mingw*)
3505 # gcc leaves a trailing carriage return which upsets mingw 4212 # gcc leaves a trailing carriage return which upsets mingw
@@ -3528,11 +4235,11 @@ echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
3528 ;; 4235 ;;
3529 esac 4236 esac
3530elif test "$with_gnu_ld" = yes; then 4237elif test "$with_gnu_ld" = yes; then
3531 echo "$as_me:$LINENO: checking for GNU ld" >&5 4238 { echo "$as_me:$LINENO: checking for GNU ld" >&5
3532echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 4239echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
3533else 4240else
3534 echo "$as_me:$LINENO: checking for non-GNU ld" >&5 4241 { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3535echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6 4242echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
3536fi 4243fi
3537if test "${lt_cv_path_LD+set}" = set; then 4244if test "${lt_cv_path_LD+set}" = set; then
3538 echo $ECHO_N "(cached) $ECHO_C" >&6 4245 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3565,17 +4272,17 @@ fi
3565 4272
3566LD="$lt_cv_path_LD" 4273LD="$lt_cv_path_LD"
3567if test -n "$LD"; then 4274if test -n "$LD"; then
3568 echo "$as_me:$LINENO: result: $LD" >&5 4275 { echo "$as_me:$LINENO: result: $LD" >&5
3569echo "${ECHO_T}$LD" >&6 4276echo "${ECHO_T}$LD" >&6; }
3570else 4277else
3571 echo "$as_me:$LINENO: result: no" >&5 4278 { echo "$as_me:$LINENO: result: no" >&5
3572echo "${ECHO_T}no" >&6 4279echo "${ECHO_T}no" >&6; }
3573fi 4280fi
3574test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 4281test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3575echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} 4282echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3576 { (exit 1); exit 1; }; } 4283 { (exit 1); exit 1; }; }
3577echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 4284{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3578echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6 4285echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
3579if test "${lt_cv_prog_gnu_ld+set}" = set; then 4286if test "${lt_cv_prog_gnu_ld+set}" = set; then
3580 echo $ECHO_N "(cached) $ECHO_C" >&6 4287 echo $ECHO_N "(cached) $ECHO_C" >&6
3581else 4288else
@@ -3589,20 +4296,20 @@ case `$LD -v 2>&1 </dev/null` in
3589 ;; 4296 ;;
3590esac 4297esac
3591fi 4298fi
3592echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 4299{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
3593echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6 4300echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
3594with_gnu_ld=$lt_cv_prog_gnu_ld 4301with_gnu_ld=$lt_cv_prog_gnu_ld
3595 4302
3596 4303
3597echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 4304{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
3598echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6 4305echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
3599if test "${lt_cv_ld_reload_flag+set}" = set; then 4306if test "${lt_cv_ld_reload_flag+set}" = set; then
3600 echo $ECHO_N "(cached) $ECHO_C" >&6 4307 echo $ECHO_N "(cached) $ECHO_C" >&6
3601else 4308else
3602 lt_cv_ld_reload_flag='-r' 4309 lt_cv_ld_reload_flag='-r'
3603fi 4310fi
3604echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5 4311{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
3605echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6 4312echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
3606reload_flag=$lt_cv_ld_reload_flag 4313reload_flag=$lt_cv_ld_reload_flag
3607case $reload_flag in 4314case $reload_flag in
3608"" | " "*) ;; 4315"" | " "*) ;;
@@ -3619,8 +4326,8 @@ case $host_os in
3619 ;; 4326 ;;
3620esac 4327esac
3621 4328
3622echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 4329{ echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
3623echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6 4330echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; }
3624if test "${lt_cv_path_NM+set}" = set; then 4331if test "${lt_cv_path_NM+set}" = set; then
3625 echo $ECHO_N "(cached) $ECHO_C" >&6 4332 echo $ECHO_N "(cached) $ECHO_C" >&6
3626else 4333else
@@ -3668,23 +4375,23 @@ else
3668 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm 4375 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
3669fi 4376fi
3670fi 4377fi
3671echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5 4378{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
3672echo "${ECHO_T}$lt_cv_path_NM" >&6 4379echo "${ECHO_T}$lt_cv_path_NM" >&6; }
3673NM="$lt_cv_path_NM" 4380NM="$lt_cv_path_NM"
3674 4381
3675echo "$as_me:$LINENO: checking whether ln -s works" >&5 4382{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
3676echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 4383echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
3677LN_S=$as_ln_s 4384LN_S=$as_ln_s
3678if test "$LN_S" = "ln -s"; then 4385if test "$LN_S" = "ln -s"; then
3679 echo "$as_me:$LINENO: result: yes" >&5 4386 { echo "$as_me:$LINENO: result: yes" >&5
3680echo "${ECHO_T}yes" >&6 4387echo "${ECHO_T}yes" >&6; }
3681else 4388else
3682 echo "$as_me:$LINENO: result: no, using $LN_S" >&5 4389 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3683echo "${ECHO_T}no, using $LN_S" >&6 4390echo "${ECHO_T}no, using $LN_S" >&6; }
3684fi 4391fi
3685 4392
3686echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5 4393{ echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5
3687echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6 4394echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6; }
3688if test "${lt_cv_deplibs_check_method+set}" = set; then 4395if test "${lt_cv_deplibs_check_method+set}" = set; then
3689 echo $ECHO_N "(cached) $ECHO_C" >&6 4396 echo $ECHO_N "(cached) $ECHO_C" >&6
3690else 4397else
@@ -3734,7 +4441,7 @@ darwin* | rhapsody*)
3734 lt_cv_deplibs_check_method=pass_all 4441 lt_cv_deplibs_check_method=pass_all
3735 ;; 4442 ;;
3736 4443
3737freebsd* | kfreebsd*-gnu | dragonfly*) 4444freebsd* | dragonfly*)
3738 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 4445 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
3739 case $host_cpu in 4446 case $host_cpu in
3740 i*86 ) 4447 i*86 )
@@ -3788,11 +4495,11 @@ irix5* | irix6* | nonstopux*)
3788 ;; 4495 ;;
3789 4496
3790# This must be Linux ELF. 4497# This must be Linux ELF.
3791linux*) 4498linux* | k*bsd*-gnu)
3792 lt_cv_deplibs_check_method=pass_all 4499 lt_cv_deplibs_check_method=pass_all
3793 ;; 4500 ;;
3794 4501
3795netbsd*) 4502netbsd* | netbsdelf*-gnu)
3796 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 4503 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
3797 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' 4504 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
3798 else 4505 else
@@ -3859,8 +4566,8 @@ sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
3859esac 4566esac
3860 4567
3861fi 4568fi
3862echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 4569{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
3863echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6 4570echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
3864file_magic_cmd=$lt_cv_file_magic_cmd 4571file_magic_cmd=$lt_cv_file_magic_cmd
3865deplibs_check_method=$lt_cv_deplibs_check_method 4572deplibs_check_method=$lt_cv_deplibs_check_method
3866test -z "$deplibs_check_method" && deplibs_check_method=unknown 4573test -z "$deplibs_check_method" && deplibs_check_method=unknown
@@ -3877,11 +4584,11 @@ LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
3877# Allow CC to be a program name with arguments. 4584# Allow CC to be a program name with arguments.
3878compiler=$CC 4585compiler=$CC
3879 4586
3880# Check whether --enable-libtool-lock or --disable-libtool-lock was given. 4587# Check whether --enable-libtool-lock was given.
3881if test "${enable_libtool_lock+set}" = set; then 4588if test "${enable_libtool_lock+set}" = set; then
3882 enableval="$enable_libtool_lock" 4589 enableval=$enable_libtool_lock;
4590fi
3883 4591
3884fi;
3885test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes 4592test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
3886 4593
3887# Some flags need to be propagated to the compiler or linker for good 4594# Some flags need to be propagated to the compiler or linker for good
@@ -3908,7 +4615,7 @@ ia64-*-hpux*)
3908 ;; 4615 ;;
3909*-*-irix6*) 4616*-*-irix6*)
3910 # Find out which ABI we are using. 4617 # Find out which ABI we are using.
3911 echo '#line 3911 "configure"' > conftest.$ac_ext 4618 echo '#line 4618 "configure"' > conftest.$ac_ext
3912 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4619 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3913 (eval $ac_compile) 2>&5 4620 (eval $ac_compile) 2>&5
3914 ac_status=$? 4621 ac_status=$?
@@ -3993,8 +4700,8 @@ x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
3993 # On SCO OpenServer 5, we need -belf to get full-featured binaries. 4700 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
3994 SAVE_CFLAGS="$CFLAGS" 4701 SAVE_CFLAGS="$CFLAGS"
3995 CFLAGS="$CFLAGS -belf" 4702 CFLAGS="$CFLAGS -belf"
3996 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 4703 { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
3997echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6 4704echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
3998if test "${lt_cv_cc_needs_belf+set}" = set; then 4705if test "${lt_cv_cc_needs_belf+set}" = set; then
3999 echo $ECHO_N "(cached) $ECHO_C" >&6 4706 echo $ECHO_N "(cached) $ECHO_C" >&6
4000else 4707else
@@ -4020,24 +4727,36 @@ main ()
4020} 4727}
4021_ACEOF 4728_ACEOF
4022rm -f conftest.$ac_objext conftest$ac_exeext 4729rm -f conftest.$ac_objext conftest$ac_exeext
4023if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 4730if { (ac_try="$ac_link"
4024 (eval $ac_link) 2>conftest.er1 4731case "(($ac_try" in
4732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4733 *) ac_try_echo=$ac_try;;
4734esac
4735eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4736 (eval "$ac_link") 2>conftest.er1
4025 ac_status=$? 4737 ac_status=$?
4026 grep -v '^ *+' conftest.er1 >conftest.err 4738 grep -v '^ *+' conftest.er1 >conftest.err
4027 rm -f conftest.er1 4739 rm -f conftest.er1
4028 cat conftest.err >&5 4740 cat conftest.err >&5
4029 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4030 (exit $ac_status); } && 4742 (exit $ac_status); } &&
4031 { ac_try='test -z "$ac_c_werror_flag" 4743 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4032 || test ! -s conftest.err' 4744 { (case "(($ac_try" in
4033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4034 (eval $ac_try) 2>&5 4746 *) ac_try_echo=$ac_try;;
4747esac
4748eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4749 (eval "$ac_try") 2>&5
4035 ac_status=$? 4750 ac_status=$?
4036 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4037 (exit $ac_status); }; } && 4752 (exit $ac_status); }; } &&
4038 { ac_try='test -s conftest$ac_exeext' 4753 { ac_try='test -s conftest$ac_exeext'
4039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4754 { (case "(($ac_try" in
4040 (eval $ac_try) 2>&5 4755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4756 *) ac_try_echo=$ac_try;;
4757esac
4758eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4759 (eval "$ac_try") 2>&5
4041 ac_status=$? 4760 ac_status=$?
4042 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4043 (exit $ac_status); }; }; then 4762 (exit $ac_status); }; }; then
@@ -4046,9 +4765,10 @@ else
4046 echo "$as_me: failed program was:" >&5 4765 echo "$as_me: failed program was:" >&5
4047sed 's/^/| /' conftest.$ac_ext >&5 4766sed 's/^/| /' conftest.$ac_ext >&5
4048 4767
4049lt_cv_cc_needs_belf=no 4768 lt_cv_cc_needs_belf=no
4050fi 4769fi
4051rm -f conftest.err conftest.$ac_objext \ 4770
4771rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4052 conftest$ac_exeext conftest.$ac_ext 4772 conftest$ac_exeext conftest.$ac_ext
4053 ac_ext=c 4773 ac_ext=c
4054ac_cpp='$CPP $CPPFLAGS' 4774ac_cpp='$CPP $CPPFLAGS'
@@ -4057,8 +4777,8 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
4057ac_compiler_gnu=$ac_cv_c_compiler_gnu 4777ac_compiler_gnu=$ac_cv_c_compiler_gnu
4058 4778
4059fi 4779fi
4060echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 4780{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4061echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6 4781echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
4062 if test x"$lt_cv_cc_needs_belf" != x"yes"; then 4782 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
4063 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf 4783 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
4064 CFLAGS="$SAVE_CFLAGS" 4784 CFLAGS="$SAVE_CFLAGS"
@@ -4088,8 +4808,8 @@ sparc*-*solaris*)
4088 if test -n "$ac_tool_prefix"; then 4808 if test -n "$ac_tool_prefix"; then
4089 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. 4809 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
4090set dummy ${ac_tool_prefix}dlltool; ac_word=$2 4810set dummy ${ac_tool_prefix}dlltool; ac_word=$2
4091echo "$as_me:$LINENO: checking for $ac_word" >&5 4811{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4092echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 4812echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4093if test "${ac_cv_prog_DLLTOOL+set}" = set; then 4813if test "${ac_cv_prog_DLLTOOL+set}" = set; then
4094 echo $ECHO_N "(cached) $ECHO_C" >&6 4814 echo $ECHO_N "(cached) $ECHO_C" >&6
4095else 4815else
@@ -4102,32 +4822,34 @@ do
4102 IFS=$as_save_IFS 4822 IFS=$as_save_IFS
4103 test -z "$as_dir" && as_dir=. 4823 test -z "$as_dir" && as_dir=.
4104 for ac_exec_ext in '' $ac_executable_extensions; do 4824 for ac_exec_ext in '' $ac_executable_extensions; do
4105 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
4106 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" 4826 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
4107 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4827 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4108 break 2 4828 break 2
4109 fi 4829 fi
4110done 4830done
4111done 4831done
4832IFS=$as_save_IFS
4112 4833
4113fi 4834fi
4114fi 4835fi
4115DLLTOOL=$ac_cv_prog_DLLTOOL 4836DLLTOOL=$ac_cv_prog_DLLTOOL
4116if test -n "$DLLTOOL"; then 4837if test -n "$DLLTOOL"; then
4117 echo "$as_me:$LINENO: result: $DLLTOOL" >&5 4838 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
4118echo "${ECHO_T}$DLLTOOL" >&6 4839echo "${ECHO_T}$DLLTOOL" >&6; }
4119else 4840else
4120 echo "$as_me:$LINENO: result: no" >&5 4841 { echo "$as_me:$LINENO: result: no" >&5
4121echo "${ECHO_T}no" >&6 4842echo "${ECHO_T}no" >&6; }
4122fi 4843fi
4123 4844
4845
4124fi 4846fi
4125if test -z "$ac_cv_prog_DLLTOOL"; then 4847if test -z "$ac_cv_prog_DLLTOOL"; then
4126 ac_ct_DLLTOOL=$DLLTOOL 4848 ac_ct_DLLTOOL=$DLLTOOL
4127 # Extract the first word of "dlltool", so it can be a program name with args. 4849 # Extract the first word of "dlltool", so it can be a program name with args.
4128set dummy dlltool; ac_word=$2 4850set dummy dlltool; ac_word=$2
4129echo "$as_me:$LINENO: checking for $ac_word" >&5 4851{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4130echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 4852echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4131if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then 4853if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
4132 echo $ECHO_N "(cached) $ECHO_C" >&6 4854 echo $ECHO_N "(cached) $ECHO_C" >&6
4133else 4855else
@@ -4140,27 +4862,41 @@ do
4140 IFS=$as_save_IFS 4862 IFS=$as_save_IFS
4141 test -z "$as_dir" && as_dir=. 4863 test -z "$as_dir" && as_dir=.
4142 for ac_exec_ext in '' $ac_executable_extensions; do 4864 for ac_exec_ext in '' $ac_executable_extensions; do
4143 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4865 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
4144 ac_cv_prog_ac_ct_DLLTOOL="dlltool" 4866 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
4145 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4867 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4146 break 2 4868 break 2
4147 fi 4869 fi
4148done 4870done
4149done 4871done
4872IFS=$as_save_IFS
4150 4873
4151 test -z "$ac_cv_prog_ac_ct_DLLTOOL" && ac_cv_prog_ac_ct_DLLTOOL="false"
4152fi 4874fi
4153fi 4875fi
4154ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL 4876ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
4155if test -n "$ac_ct_DLLTOOL"; then 4877if test -n "$ac_ct_DLLTOOL"; then
4156 echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5 4878 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
4157echo "${ECHO_T}$ac_ct_DLLTOOL" >&6 4879echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
4158else 4880else
4159 echo "$as_me:$LINENO: result: no" >&5 4881 { echo "$as_me:$LINENO: result: no" >&5
4160echo "${ECHO_T}no" >&6 4882echo "${ECHO_T}no" >&6; }
4161fi 4883fi
4162 4884
4163 DLLTOOL=$ac_ct_DLLTOOL 4885 if test "x$ac_ct_DLLTOOL" = x; then
4886 DLLTOOL="false"
4887 else
4888 case $cross_compiling:$ac_tool_warned in
4889yes:)
4890{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4891whose name does not start with the host triplet. If you think this
4892configuration is useful to you, please write to autoconf@gnu.org." >&5
4893echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4894whose name does not start with the host triplet. If you think this
4895configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4896ac_tool_warned=yes ;;
4897esac
4898 DLLTOOL=$ac_ct_DLLTOOL
4899 fi
4164else 4900else
4165 DLLTOOL="$ac_cv_prog_DLLTOOL" 4901 DLLTOOL="$ac_cv_prog_DLLTOOL"
4166fi 4902fi
@@ -4168,8 +4904,8 @@ fi
4168 if test -n "$ac_tool_prefix"; then 4904 if test -n "$ac_tool_prefix"; then
4169 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. 4905 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
4170set dummy ${ac_tool_prefix}as; ac_word=$2 4906set dummy ${ac_tool_prefix}as; ac_word=$2
4171echo "$as_me:$LINENO: checking for $ac_word" >&5 4907{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4172echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 4908echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4173if test "${ac_cv_prog_AS+set}" = set; then 4909if test "${ac_cv_prog_AS+set}" = set; then
4174 echo $ECHO_N "(cached) $ECHO_C" >&6 4910 echo $ECHO_N "(cached) $ECHO_C" >&6
4175else 4911else
@@ -4182,32 +4918,34 @@ do
4182 IFS=$as_save_IFS 4918 IFS=$as_save_IFS
4183 test -z "$as_dir" && as_dir=. 4919 test -z "$as_dir" && as_dir=.
4184 for ac_exec_ext in '' $ac_executable_extensions; do 4920 for ac_exec_ext in '' $ac_executable_extensions; do
4185 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4921 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
4186 ac_cv_prog_AS="${ac_tool_prefix}as" 4922 ac_cv_prog_AS="${ac_tool_prefix}as"
4187 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4923 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4188 break 2 4924 break 2
4189 fi 4925 fi
4190done 4926done
4191done 4927done
4928IFS=$as_save_IFS
4192 4929
4193fi 4930fi
4194fi 4931fi
4195AS=$ac_cv_prog_AS 4932AS=$ac_cv_prog_AS
4196if test -n "$AS"; then 4933if test -n "$AS"; then
4197 echo "$as_me:$LINENO: result: $AS" >&5 4934 { echo "$as_me:$LINENO: result: $AS" >&5
4198echo "${ECHO_T}$AS" >&6 4935echo "${ECHO_T}$AS" >&6; }
4199else 4936else
4200 echo "$as_me:$LINENO: result: no" >&5 4937 { echo "$as_me:$LINENO: result: no" >&5
4201echo "${ECHO_T}no" >&6 4938echo "${ECHO_T}no" >&6; }
4202fi 4939fi
4203 4940
4941
4204fi 4942fi
4205if test -z "$ac_cv_prog_AS"; then 4943if test -z "$ac_cv_prog_AS"; then
4206 ac_ct_AS=$AS 4944 ac_ct_AS=$AS
4207 # Extract the first word of "as", so it can be a program name with args. 4945 # Extract the first word of "as", so it can be a program name with args.
4208set dummy as; ac_word=$2 4946set dummy as; ac_word=$2
4209echo "$as_me:$LINENO: checking for $ac_word" >&5 4947{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4210echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 4948echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4211if test "${ac_cv_prog_ac_ct_AS+set}" = set; then 4949if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4212 echo $ECHO_N "(cached) $ECHO_C" >&6 4950 echo $ECHO_N "(cached) $ECHO_C" >&6
4213else 4951else
@@ -4220,27 +4958,41 @@ do
4220 IFS=$as_save_IFS 4958 IFS=$as_save_IFS
4221 test -z "$as_dir" && as_dir=. 4959 test -z "$as_dir" && as_dir=.
4222 for ac_exec_ext in '' $ac_executable_extensions; do 4960 for ac_exec_ext in '' $ac_executable_extensions; do
4223 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4961 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
4224 ac_cv_prog_ac_ct_AS="as" 4962 ac_cv_prog_ac_ct_AS="as"
4225 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4963 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4226 break 2 4964 break 2
4227 fi 4965 fi
4228done 4966done
4229done 4967done
4968IFS=$as_save_IFS
4230 4969
4231 test -z "$ac_cv_prog_ac_ct_AS" && ac_cv_prog_ac_ct_AS="false"
4232fi 4970fi
4233fi 4971fi
4234ac_ct_AS=$ac_cv_prog_ac_ct_AS 4972ac_ct_AS=$ac_cv_prog_ac_ct_AS
4235if test -n "$ac_ct_AS"; then 4973if test -n "$ac_ct_AS"; then
4236 echo "$as_me:$LINENO: result: $ac_ct_AS" >&5 4974 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4237echo "${ECHO_T}$ac_ct_AS" >&6 4975echo "${ECHO_T}$ac_ct_AS" >&6; }
4238else 4976else
4239 echo "$as_me:$LINENO: result: no" >&5 4977 { echo "$as_me:$LINENO: result: no" >&5
4240echo "${ECHO_T}no" >&6 4978echo "${ECHO_T}no" >&6; }
4241fi 4979fi
4242 4980
4243 AS=$ac_ct_AS 4981 if test "x$ac_ct_AS" = x; then
4982 AS="false"
4983 else
4984 case $cross_compiling:$ac_tool_warned in
4985yes:)
4986{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4987whose name does not start with the host triplet. If you think this
4988configuration is useful to you, please write to autoconf@gnu.org." >&5
4989echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4990whose name does not start with the host triplet. If you think this
4991configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4992ac_tool_warned=yes ;;
4993esac
4994 AS=$ac_ct_AS
4995 fi
4244else 4996else
4245 AS="$ac_cv_prog_AS" 4997 AS="$ac_cv_prog_AS"
4246fi 4998fi
@@ -4248,8 +5000,8 @@ fi
4248 if test -n "$ac_tool_prefix"; then 5000 if test -n "$ac_tool_prefix"; then
4249 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. 5001 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4250set dummy ${ac_tool_prefix}objdump; ac_word=$2 5002set dummy ${ac_tool_prefix}objdump; ac_word=$2
4251echo "$as_me:$LINENO: checking for $ac_word" >&5 5003{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4252echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 5004echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4253if test "${ac_cv_prog_OBJDUMP+set}" = set; then 5005if test "${ac_cv_prog_OBJDUMP+set}" = set; then
4254 echo $ECHO_N "(cached) $ECHO_C" >&6 5006 echo $ECHO_N "(cached) $ECHO_C" >&6
4255else 5007else
@@ -4262,32 +5014,34 @@ do
4262 IFS=$as_save_IFS 5014 IFS=$as_save_IFS
4263 test -z "$as_dir" && as_dir=. 5015 test -z "$as_dir" && as_dir=.
4264 for ac_exec_ext in '' $ac_executable_extensions; do 5016 for ac_exec_ext in '' $ac_executable_extensions; do
4265 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5017 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
4266 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" 5018 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4267 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5019 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4268 break 2 5020 break 2
4269 fi 5021 fi
4270done 5022done
4271done 5023done
5024IFS=$as_save_IFS
4272 5025
4273fi 5026fi
4274fi 5027fi
4275OBJDUMP=$ac_cv_prog_OBJDUMP 5028OBJDUMP=$ac_cv_prog_OBJDUMP
4276if test -n "$OBJDUMP"; then 5029if test -n "$OBJDUMP"; then
4277 echo "$as_me:$LINENO: result: $OBJDUMP" >&5 5030 { echo "$as_me:$LINENO: result: $OBJDUMP" >&5
4278echo "${ECHO_T}$OBJDUMP" >&6 5031echo "${ECHO_T}$OBJDUMP" >&6; }
4279else 5032else
4280 echo "$as_me:$LINENO: result: no" >&5 5033 { echo "$as_me:$LINENO: result: no" >&5
4281echo "${ECHO_T}no" >&6 5034echo "${ECHO_T}no" >&6; }
4282fi 5035fi
4283 5036
5037
4284fi 5038fi
4285if test -z "$ac_cv_prog_OBJDUMP"; then 5039if test -z "$ac_cv_prog_OBJDUMP"; then
4286 ac_ct_OBJDUMP=$OBJDUMP 5040 ac_ct_OBJDUMP=$OBJDUMP
4287 # Extract the first word of "objdump", so it can be a program name with args. 5041 # Extract the first word of "objdump", so it can be a program name with args.
4288set dummy objdump; ac_word=$2 5042set dummy objdump; ac_word=$2
4289echo "$as_me:$LINENO: checking for $ac_word" >&5 5043{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4290echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 5044echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4291if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then 5045if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
4292 echo $ECHO_N "(cached) $ECHO_C" >&6 5046 echo $ECHO_N "(cached) $ECHO_C" >&6
4293else 5047else
@@ -4300,27 +5054,41 @@ do
4300 IFS=$as_save_IFS 5054 IFS=$as_save_IFS
4301 test -z "$as_dir" && as_dir=. 5055 test -z "$as_dir" && as_dir=.
4302 for ac_exec_ext in '' $ac_executable_extensions; do 5056 for ac_exec_ext in '' $ac_executable_extensions; do
4303 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5057 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
4304 ac_cv_prog_ac_ct_OBJDUMP="objdump" 5058 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4305 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5059 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4306 break 2 5060 break 2
4307 fi 5061 fi
4308done 5062done
4309done 5063done
5064IFS=$as_save_IFS
4310 5065
4311 test -z "$ac_cv_prog_ac_ct_OBJDUMP" && ac_cv_prog_ac_ct_OBJDUMP="false"
4312fi 5066fi
4313fi 5067fi
4314ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP 5068ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4315if test -n "$ac_ct_OBJDUMP"; then 5069if test -n "$ac_ct_OBJDUMP"; then
4316 echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5 5070 { echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
4317echo "${ECHO_T}$ac_ct_OBJDUMP" >&6 5071echo "${ECHO_T}$ac_ct_OBJDUMP" >&6; }
4318else 5072else
4319 echo "$as_me:$LINENO: result: no" >&5 5073 { echo "$as_me:$LINENO: result: no" >&5
4320echo "${ECHO_T}no" >&6 5074echo "${ECHO_T}no" >&6; }
4321fi 5075fi
4322 5076
4323 OBJDUMP=$ac_ct_OBJDUMP 5077 if test "x$ac_ct_OBJDUMP" = x; then
5078 OBJDUMP="false"
5079 else
5080 case $cross_compiling:$ac_tool_warned in
5081yes:)
5082{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5083whose name does not start with the host triplet. If you think this
5084configuration is useful to you, please write to autoconf@gnu.org." >&5
5085echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5086whose name does not start with the host triplet. If you think this
5087configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5088ac_tool_warned=yes ;;
5089esac
5090 OBJDUMP=$ac_ct_OBJDUMP
5091 fi
4324else 5092else
4325 OBJDUMP="$ac_cv_prog_OBJDUMP" 5093 OBJDUMP="$ac_cv_prog_OBJDUMP"
4326fi 5094fi
@@ -4337,8 +5105,8 @@ ac_cpp='$CPP $CPPFLAGS'
4337ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5105ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4338ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5106ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4339ac_compiler_gnu=$ac_cv_c_compiler_gnu 5107ac_compiler_gnu=$ac_cv_c_compiler_gnu
4340echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 5108{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4341echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 5109echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
4342# On Suns, sometimes $CPP names a directory. 5110# On Suns, sometimes $CPP names a directory.
4343if test -n "$CPP" && test -d "$CPP"; then 5111if test -n "$CPP" && test -d "$CPP"; then
4344 CPP= 5112 CPP=
@@ -4372,8 +5140,13 @@ cat >>conftest.$ac_ext <<_ACEOF
4372#endif 5140#endif
4373 Syntax error 5141 Syntax error
4374_ACEOF 5142_ACEOF
4375if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5143if { (ac_try="$ac_cpp conftest.$ac_ext"
4376 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5144case "(($ac_try" in
5145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5146 *) ac_try_echo=$ac_try;;
5147esac
5148eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5149 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4377 ac_status=$? 5150 ac_status=$?
4378 grep -v '^ *+' conftest.er1 >conftest.err 5151 grep -v '^ *+' conftest.er1 >conftest.err
4379 rm -f conftest.er1 5152 rm -f conftest.er1
@@ -4398,9 +5171,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
4398 # Broken: fails on valid input. 5171 # Broken: fails on valid input.
4399continue 5172continue
4400fi 5173fi
5174
4401rm -f conftest.err conftest.$ac_ext 5175rm -f conftest.err conftest.$ac_ext
4402 5176
4403 # OK, works on sane cases. Now check whether non-existent headers 5177 # OK, works on sane cases. Now check whether nonexistent headers
4404 # can be detected and how. 5178 # can be detected and how.
4405 cat >conftest.$ac_ext <<_ACEOF 5179 cat >conftest.$ac_ext <<_ACEOF
4406/* confdefs.h. */ 5180/* confdefs.h. */
@@ -4410,8 +5184,13 @@ cat >>conftest.$ac_ext <<_ACEOF
4410/* end confdefs.h. */ 5184/* end confdefs.h. */
4411#include <ac_nonexistent.h> 5185#include <ac_nonexistent.h>
4412_ACEOF 5186_ACEOF
4413if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5187if { (ac_try="$ac_cpp conftest.$ac_ext"
4414 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5188case "(($ac_try" in
5189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5190 *) ac_try_echo=$ac_try;;
5191esac
5192eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5193 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4415 ac_status=$? 5194 ac_status=$?
4416 grep -v '^ *+' conftest.er1 >conftest.err 5195 grep -v '^ *+' conftest.er1 >conftest.err
4417 rm -f conftest.er1 5196 rm -f conftest.er1
@@ -4438,6 +5217,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
4438ac_preproc_ok=: 5217ac_preproc_ok=:
4439break 5218break
4440fi 5219fi
5220
4441rm -f conftest.err conftest.$ac_ext 5221rm -f conftest.err conftest.$ac_ext
4442 5222
4443done 5223done
@@ -4455,8 +5235,8 @@ fi
4455else 5235else
4456 ac_cv_prog_CPP=$CPP 5236 ac_cv_prog_CPP=$CPP
4457fi 5237fi
4458echo "$as_me:$LINENO: result: $CPP" >&5 5238{ echo "$as_me:$LINENO: result: $CPP" >&5
4459echo "${ECHO_T}$CPP" >&6 5239echo "${ECHO_T}$CPP" >&6; }
4460ac_preproc_ok=false 5240ac_preproc_ok=false
4461for ac_c_preproc_warn_flag in '' yes 5241for ac_c_preproc_warn_flag in '' yes
4462do 5242do
@@ -4479,8 +5259,13 @@ cat >>conftest.$ac_ext <<_ACEOF
4479#endif 5259#endif
4480 Syntax error 5260 Syntax error
4481_ACEOF 5261_ACEOF
4482if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5262if { (ac_try="$ac_cpp conftest.$ac_ext"
4483 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5263case "(($ac_try" in
5264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5265 *) ac_try_echo=$ac_try;;
5266esac
5267eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5268 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4484 ac_status=$? 5269 ac_status=$?
4485 grep -v '^ *+' conftest.er1 >conftest.err 5270 grep -v '^ *+' conftest.er1 >conftest.err
4486 rm -f conftest.er1 5271 rm -f conftest.er1
@@ -4505,9 +5290,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
4505 # Broken: fails on valid input. 5290 # Broken: fails on valid input.
4506continue 5291continue
4507fi 5292fi
5293
4508rm -f conftest.err conftest.$ac_ext 5294rm -f conftest.err conftest.$ac_ext
4509 5295
4510 # OK, works on sane cases. Now check whether non-existent headers 5296 # OK, works on sane cases. Now check whether nonexistent headers
4511 # can be detected and how. 5297 # can be detected and how.
4512 cat >conftest.$ac_ext <<_ACEOF 5298 cat >conftest.$ac_ext <<_ACEOF
4513/* confdefs.h. */ 5299/* confdefs.h. */
@@ -4517,8 +5303,13 @@ cat >>conftest.$ac_ext <<_ACEOF
4517/* end confdefs.h. */ 5303/* end confdefs.h. */
4518#include <ac_nonexistent.h> 5304#include <ac_nonexistent.h>
4519_ACEOF 5305_ACEOF
4520if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5306if { (ac_try="$ac_cpp conftest.$ac_ext"
4521 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5307case "(($ac_try" in
5308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5309 *) ac_try_echo=$ac_try;;
5310esac
5311eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5312 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4522 ac_status=$? 5313 ac_status=$?
4523 grep -v '^ *+' conftest.er1 >conftest.err 5314 grep -v '^ *+' conftest.er1 >conftest.err
4524 rm -f conftest.er1 5315 rm -f conftest.er1
@@ -4545,6 +5336,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
4545ac_preproc_ok=: 5336ac_preproc_ok=:
4546break 5337break
4547fi 5338fi
5339
4548rm -f conftest.err conftest.$ac_ext 5340rm -f conftest.err conftest.$ac_ext
4549 5341
4550done 5342done
@@ -4567,8 +5359,8 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
4567ac_compiler_gnu=$ac_cv_c_compiler_gnu 5359ac_compiler_gnu=$ac_cv_c_compiler_gnu
4568 5360
4569 5361
4570echo "$as_me:$LINENO: checking for ANSI C header files" >&5 5362{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4571echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 5363echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
4572if test "${ac_cv_header_stdc+set}" = set; then 5364if test "${ac_cv_header_stdc+set}" = set; then
4573 echo $ECHO_N "(cached) $ECHO_C" >&6 5365 echo $ECHO_N "(cached) $ECHO_C" >&6
4574else 5366else
@@ -4592,24 +5384,36 @@ main ()
4592} 5384}
4593_ACEOF 5385_ACEOF
4594rm -f conftest.$ac_objext 5386rm -f conftest.$ac_objext
4595if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5387if { (ac_try="$ac_compile"
4596 (eval $ac_compile) 2>conftest.er1 5388case "(($ac_try" in
5389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5390 *) ac_try_echo=$ac_try;;
5391esac
5392eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5393 (eval "$ac_compile") 2>conftest.er1
4597 ac_status=$? 5394 ac_status=$?
4598 grep -v '^ *+' conftest.er1 >conftest.err 5395 grep -v '^ *+' conftest.er1 >conftest.err
4599 rm -f conftest.er1 5396 rm -f conftest.er1
4600 cat conftest.err >&5 5397 cat conftest.err >&5
4601 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4602 (exit $ac_status); } && 5399 (exit $ac_status); } &&
4603 { ac_try='test -z "$ac_c_werror_flag" 5400 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4604 || test ! -s conftest.err' 5401 { (case "(($ac_try" in
4605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4606 (eval $ac_try) 2>&5 5403 *) ac_try_echo=$ac_try;;
5404esac
5405eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5406 (eval "$ac_try") 2>&5
4607 ac_status=$? 5407 ac_status=$?
4608 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4609 (exit $ac_status); }; } && 5409 (exit $ac_status); }; } &&
4610 { ac_try='test -s conftest.$ac_objext' 5410 { ac_try='test -s conftest.$ac_objext'
4611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5411 { (case "(($ac_try" in
4612 (eval $ac_try) 2>&5 5412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5413 *) ac_try_echo=$ac_try;;
5414esac
5415eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5416 (eval "$ac_try") 2>&5
4613 ac_status=$? 5417 ac_status=$?
4614 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4615 (exit $ac_status); }; }; then 5419 (exit $ac_status); }; }; then
@@ -4618,9 +5422,10 @@ else
4618 echo "$as_me: failed program was:" >&5 5422 echo "$as_me: failed program was:" >&5
4619sed 's/^/| /' conftest.$ac_ext >&5 5423sed 's/^/| /' conftest.$ac_ext >&5
4620 5424
4621ac_cv_header_stdc=no 5425 ac_cv_header_stdc=no
4622fi 5426fi
4623rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5427
5428rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4624 5429
4625if test $ac_cv_header_stdc = yes; then 5430if test $ac_cv_header_stdc = yes; then
4626 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 5431 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
@@ -4676,6 +5481,7 @@ cat confdefs.h >>conftest.$ac_ext
4676cat >>conftest.$ac_ext <<_ACEOF 5481cat >>conftest.$ac_ext <<_ACEOF
4677/* end confdefs.h. */ 5482/* end confdefs.h. */
4678#include <ctype.h> 5483#include <ctype.h>
5484#include <stdlib.h>
4679#if ((' ' & 0x0FF) == 0x020) 5485#if ((' ' & 0x0FF) == 0x020)
4680# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 5486# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4681# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 5487# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
@@ -4695,18 +5501,27 @@ main ()
4695 for (i = 0; i < 256; i++) 5501 for (i = 0; i < 256; i++)
4696 if (XOR (islower (i), ISLOWER (i)) 5502 if (XOR (islower (i), ISLOWER (i))
4697 || toupper (i) != TOUPPER (i)) 5503 || toupper (i) != TOUPPER (i))
4698 exit(2); 5504 return 2;
4699 exit (0); 5505 return 0;
4700} 5506}
4701_ACEOF 5507_ACEOF
4702rm -f conftest$ac_exeext 5508rm -f conftest$ac_exeext
4703if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 5509if { (ac_try="$ac_link"
4704 (eval $ac_link) 2>&5 5510case "(($ac_try" in
5511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5512 *) ac_try_echo=$ac_try;;
5513esac
5514eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5515 (eval "$ac_link") 2>&5
4705 ac_status=$? 5516 ac_status=$?
4706 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4707 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5518 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5519 { (case "(($ac_try" in
4709 (eval $ac_try) 2>&5 5520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5521 *) ac_try_echo=$ac_try;;
5522esac
5523eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5524 (eval "$ac_try") 2>&5
4710 ac_status=$? 5525 ac_status=$?
4711 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4712 (exit $ac_status); }; }; then 5527 (exit $ac_status); }; }; then
@@ -4719,12 +5534,14 @@ sed 's/^/| /' conftest.$ac_ext >&5
4719( exit $ac_status ) 5534( exit $ac_status )
4720ac_cv_header_stdc=no 5535ac_cv_header_stdc=no
4721fi 5536fi
4722rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5537rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4723fi 5538fi
5539
5540
4724fi 5541fi
4725fi 5542fi
4726echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 5543{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4727echo "${ECHO_T}$ac_cv_header_stdc" >&6 5544echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
4728if test $ac_cv_header_stdc = yes; then 5545if test $ac_cv_header_stdc = yes; then
4729 5546
4730cat >>confdefs.h <<\_ACEOF 5547cat >>confdefs.h <<\_ACEOF
@@ -4747,9 +5564,9 @@ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4747 inttypes.h stdint.h unistd.h 5564 inttypes.h stdint.h unistd.h
4748do 5565do
4749as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5566as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4750echo "$as_me:$LINENO: checking for $ac_header" >&5 5567{ echo "$as_me:$LINENO: checking for $ac_header" >&5
4751echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5568echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
4752if eval "test \"\${$as_ac_Header+set}\" = set"; then 5569if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4753 echo $ECHO_N "(cached) $ECHO_C" >&6 5570 echo $ECHO_N "(cached) $ECHO_C" >&6
4754else 5571else
4755 cat >conftest.$ac_ext <<_ACEOF 5572 cat >conftest.$ac_ext <<_ACEOF
@@ -4763,24 +5580,36 @@ $ac_includes_default
4763#include <$ac_header> 5580#include <$ac_header>
4764_ACEOF 5581_ACEOF
4765rm -f conftest.$ac_objext 5582rm -f conftest.$ac_objext
4766if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5583if { (ac_try="$ac_compile"
4767 (eval $ac_compile) 2>conftest.er1 5584case "(($ac_try" in
5585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5586 *) ac_try_echo=$ac_try;;
5587esac
5588eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5589 (eval "$ac_compile") 2>conftest.er1
4768 ac_status=$? 5590 ac_status=$?
4769 grep -v '^ *+' conftest.er1 >conftest.err 5591 grep -v '^ *+' conftest.er1 >conftest.err
4770 rm -f conftest.er1 5592 rm -f conftest.er1
4771 cat conftest.err >&5 5593 cat conftest.err >&5
4772 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4773 (exit $ac_status); } && 5595 (exit $ac_status); } &&
4774 { ac_try='test -z "$ac_c_werror_flag" 5596 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4775 || test ! -s conftest.err' 5597 { (case "(($ac_try" in
4776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4777 (eval $ac_try) 2>&5 5599 *) ac_try_echo=$ac_try;;
5600esac
5601eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5602 (eval "$ac_try") 2>&5
4778 ac_status=$? 5603 ac_status=$?
4779 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4780 (exit $ac_status); }; } && 5605 (exit $ac_status); }; } &&
4781 { ac_try='test -s conftest.$ac_objext' 5606 { ac_try='test -s conftest.$ac_objext'
4782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5607 { (case "(($ac_try" in
4783 (eval $ac_try) 2>&5 5608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5609 *) ac_try_echo=$ac_try;;
5610esac
5611eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5612 (eval "$ac_try") 2>&5
4784 ac_status=$? 5613 ac_status=$?
4785 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4786 (exit $ac_status); }; }; then 5615 (exit $ac_status); }; }; then
@@ -4789,12 +5618,14 @@ else
4789 echo "$as_me: failed program was:" >&5 5618 echo "$as_me: failed program was:" >&5
4790sed 's/^/| /' conftest.$ac_ext >&5 5619sed 's/^/| /' conftest.$ac_ext >&5
4791 5620
4792eval "$as_ac_Header=no" 5621 eval "$as_ac_Header=no"
4793fi 5622fi
4794rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5623
5624rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4795fi 5625fi
4796echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 5626ac_res=`eval echo '${'$as_ac_Header'}'`
4797echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5627 { echo "$as_me:$LINENO: result: $ac_res" >&5
5628echo "${ECHO_T}$ac_res" >&6; }
4798if test `eval echo '${'$as_ac_Header'}'` = yes; then 5629if test `eval echo '${'$as_ac_Header'}'` = yes; then
4799 cat >>confdefs.h <<_ACEOF 5630 cat >>confdefs.h <<_ACEOF
4800#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 5631#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
@@ -4809,18 +5640,19 @@ done
4809for ac_header in dlfcn.h 5640for ac_header in dlfcn.h
4810do 5641do
4811as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5642as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4812if eval "test \"\${$as_ac_Header+set}\" = set"; then 5643if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4813 echo "$as_me:$LINENO: checking for $ac_header" >&5 5644 { echo "$as_me:$LINENO: checking for $ac_header" >&5
4814echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5645echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
4815if eval "test \"\${$as_ac_Header+set}\" = set"; then 5646if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4816 echo $ECHO_N "(cached) $ECHO_C" >&6 5647 echo $ECHO_N "(cached) $ECHO_C" >&6
4817fi 5648fi
4818echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 5649ac_res=`eval echo '${'$as_ac_Header'}'`
4819echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5650 { echo "$as_me:$LINENO: result: $ac_res" >&5
5651echo "${ECHO_T}$ac_res" >&6; }
4820else 5652else
4821 # Is the header compilable? 5653 # Is the header compilable?
4822echo "$as_me:$LINENO: checking $ac_header usability" >&5 5654{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
4823echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 5655echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
4824cat >conftest.$ac_ext <<_ACEOF 5656cat >conftest.$ac_ext <<_ACEOF
4825/* confdefs.h. */ 5657/* confdefs.h. */
4826_ACEOF 5658_ACEOF
@@ -4831,24 +5663,36 @@ $ac_includes_default
4831#include <$ac_header> 5663#include <$ac_header>
4832_ACEOF 5664_ACEOF
4833rm -f conftest.$ac_objext 5665rm -f conftest.$ac_objext
4834if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5666if { (ac_try="$ac_compile"
4835 (eval $ac_compile) 2>conftest.er1 5667case "(($ac_try" in
5668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5669 *) ac_try_echo=$ac_try;;
5670esac
5671eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5672 (eval "$ac_compile") 2>conftest.er1
4836 ac_status=$? 5673 ac_status=$?
4837 grep -v '^ *+' conftest.er1 >conftest.err 5674 grep -v '^ *+' conftest.er1 >conftest.err
4838 rm -f conftest.er1 5675 rm -f conftest.er1
4839 cat conftest.err >&5 5676 cat conftest.err >&5
4840 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4841 (exit $ac_status); } && 5678 (exit $ac_status); } &&
4842 { ac_try='test -z "$ac_c_werror_flag" 5679 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4843 || test ! -s conftest.err' 5680 { (case "(($ac_try" in
4844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4845 (eval $ac_try) 2>&5 5682 *) ac_try_echo=$ac_try;;
5683esac
5684eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5685 (eval "$ac_try") 2>&5
4846 ac_status=$? 5686 ac_status=$?
4847 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4848 (exit $ac_status); }; } && 5688 (exit $ac_status); }; } &&
4849 { ac_try='test -s conftest.$ac_objext' 5689 { ac_try='test -s conftest.$ac_objext'
4850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5690 { (case "(($ac_try" in
4851 (eval $ac_try) 2>&5 5691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5692 *) ac_try_echo=$ac_try;;
5693esac
5694eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5695 (eval "$ac_try") 2>&5
4852 ac_status=$? 5696 ac_status=$?
4853 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4854 (exit $ac_status); }; }; then 5698 (exit $ac_status); }; }; then
@@ -4857,15 +5701,16 @@ else
4857 echo "$as_me: failed program was:" >&5 5701 echo "$as_me: failed program was:" >&5
4858sed 's/^/| /' conftest.$ac_ext >&5 5702sed 's/^/| /' conftest.$ac_ext >&5
4859 5703
4860ac_header_compiler=no 5704 ac_header_compiler=no
4861fi 5705fi
4862rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5706
4863echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5707rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4864echo "${ECHO_T}$ac_header_compiler" >&6 5708{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5709echo "${ECHO_T}$ac_header_compiler" >&6; }
4865 5710
4866# Is the header present? 5711# Is the header present?
4867echo "$as_me:$LINENO: checking $ac_header presence" >&5 5712{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
4868echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 5713echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
4869cat >conftest.$ac_ext <<_ACEOF 5714cat >conftest.$ac_ext <<_ACEOF
4870/* confdefs.h. */ 5715/* confdefs.h. */
4871_ACEOF 5716_ACEOF
@@ -4874,8 +5719,13 @@ cat >>conftest.$ac_ext <<_ACEOF
4874/* end confdefs.h. */ 5719/* end confdefs.h. */
4875#include <$ac_header> 5720#include <$ac_header>
4876_ACEOF 5721_ACEOF
4877if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 5722if { (ac_try="$ac_cpp conftest.$ac_ext"
4878 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5723case "(($ac_try" in
5724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5725 *) ac_try_echo=$ac_try;;
5726esac
5727eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5728 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4879 ac_status=$? 5729 ac_status=$?
4880 grep -v '^ *+' conftest.er1 >conftest.err 5730 grep -v '^ *+' conftest.er1 >conftest.err
4881 rm -f conftest.er1 5731 rm -f conftest.er1
@@ -4899,9 +5749,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
4899 5749
4900 ac_header_preproc=no 5750 ac_header_preproc=no
4901fi 5751fi
5752
4902rm -f conftest.err conftest.$ac_ext 5753rm -f conftest.err conftest.$ac_ext
4903echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5754{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4904echo "${ECHO_T}$ac_header_preproc" >&6 5755echo "${ECHO_T}$ac_header_preproc" >&6; }
4905 5756
4906# So? What about this header? 5757# So? What about this header?
4907case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5758case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
@@ -4925,25 +5776,24 @@ echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\
4925echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5776echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4926 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5777 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4927echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5778echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4928 ( 5779 ( cat <<\_ASBOX
4929 cat <<\_ASBOX
4930## ---------------------------------- ## 5780## ---------------------------------- ##
4931## Report this to bug-libtool@gnu.org ## 5781## Report this to bug-libtool@gnu.org ##
4932## ---------------------------------- ## 5782## ---------------------------------- ##
4933_ASBOX 5783_ASBOX
4934 ) | 5784 ) | sed "s/^/$as_me: WARNING: /" >&2
4935 sed "s/^/$as_me: WARNING: /" >&2
4936 ;; 5785 ;;
4937esac 5786esac
4938echo "$as_me:$LINENO: checking for $ac_header" >&5 5787{ echo "$as_me:$LINENO: checking for $ac_header" >&5
4939echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5788echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
4940if eval "test \"\${$as_ac_Header+set}\" = set"; then 5789if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4941 echo $ECHO_N "(cached) $ECHO_C" >&6 5790 echo $ECHO_N "(cached) $ECHO_C" >&6
4942else 5791else
4943 eval "$as_ac_Header=\$ac_header_preproc" 5792 eval "$as_ac_Header=\$ac_header_preproc"
4944fi 5793fi
4945echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 5794ac_res=`eval echo '${'$as_ac_Header'}'`
4946echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5795 { echo "$as_me:$LINENO: result: $ac_res" >&5
5796echo "${ECHO_T}$ac_res" >&6; }
4947 5797
4948fi 5798fi
4949if test `eval echo '${'$as_ac_Header'}'` = yes; then 5799if test `eval echo '${'$as_ac_Header'}'` = yes; then
@@ -4955,18 +5805,22 @@ fi
4955 5805
4956done 5806done
4957 5807
4958ac_ext=cc 5808ac_ext=cpp
4959ac_cpp='$CXXCPP $CPPFLAGS' 5809ac_cpp='$CXXCPP $CPPFLAGS'
4960ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5810ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4961ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5811ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4962ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 5812ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4963if test -n "$ac_tool_prefix"; then 5813if test -z "$CXX"; then
4964 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC 5814 if test -n "$CCC"; then
5815 CXX=$CCC
5816 else
5817 if test -n "$ac_tool_prefix"; then
5818 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4965 do 5819 do
4966 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 5820 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4967set dummy $ac_tool_prefix$ac_prog; ac_word=$2 5821set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4968echo "$as_me:$LINENO: checking for $ac_word" >&5 5822{ echo "$as_me:$LINENO: checking for $ac_word" >&5
4969echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 5823echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4970if test "${ac_cv_prog_CXX+set}" = set; then 5824if test "${ac_cv_prog_CXX+set}" = set; then
4971 echo $ECHO_N "(cached) $ECHO_C" >&6 5825 echo $ECHO_N "(cached) $ECHO_C" >&6
4972else 5826else
@@ -4979,36 +5833,38 @@ do
4979 IFS=$as_save_IFS 5833 IFS=$as_save_IFS
4980 test -z "$as_dir" && as_dir=. 5834 test -z "$as_dir" && as_dir=.
4981 for ac_exec_ext in '' $ac_executable_extensions; do 5835 for ac_exec_ext in '' $ac_executable_extensions; do
4982 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5836 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
4983 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 5837 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4984 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5838 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4985 break 2 5839 break 2
4986 fi 5840 fi
4987done 5841done
4988done 5842done
5843IFS=$as_save_IFS
4989 5844
4990fi 5845fi
4991fi 5846fi
4992CXX=$ac_cv_prog_CXX 5847CXX=$ac_cv_prog_CXX
4993if test -n "$CXX"; then 5848if test -n "$CXX"; then
4994 echo "$as_me:$LINENO: result: $CXX" >&5 5849 { echo "$as_me:$LINENO: result: $CXX" >&5
4995echo "${ECHO_T}$CXX" >&6 5850echo "${ECHO_T}$CXX" >&6; }
4996else 5851else
4997 echo "$as_me:$LINENO: result: no" >&5 5852 { echo "$as_me:$LINENO: result: no" >&5
4998echo "${ECHO_T}no" >&6 5853echo "${ECHO_T}no" >&6; }
4999fi 5854fi
5000 5855
5856
5001 test -n "$CXX" && break 5857 test -n "$CXX" && break
5002 done 5858 done
5003fi 5859fi
5004if test -z "$CXX"; then 5860if test -z "$CXX"; then
5005 ac_ct_CXX=$CXX 5861 ac_ct_CXX=$CXX
5006 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC 5862 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5007do 5863do
5008 # Extract the first word of "$ac_prog", so it can be a program name with args. 5864 # Extract the first word of "$ac_prog", so it can be a program name with args.
5009set dummy $ac_prog; ac_word=$2 5865set dummy $ac_prog; ac_word=$2
5010echo "$as_me:$LINENO: checking for $ac_word" >&5 5866{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5011echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 5867echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5012if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 5868if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
5013 echo $ECHO_N "(cached) $ECHO_C" >&6 5869 echo $ECHO_N "(cached) $ECHO_C" >&6
5014else 5870else
@@ -5021,55 +5877,85 @@ do
5021 IFS=$as_save_IFS 5877 IFS=$as_save_IFS
5022 test -z "$as_dir" && as_dir=. 5878 test -z "$as_dir" && as_dir=.
5023 for ac_exec_ext in '' $ac_executable_extensions; do 5879 for ac_exec_ext in '' $ac_executable_extensions; do
5024 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5880 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5025 ac_cv_prog_ac_ct_CXX="$ac_prog" 5881 ac_cv_prog_ac_ct_CXX="$ac_prog"
5026 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5882 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5027 break 2 5883 break 2
5028 fi 5884 fi
5029done 5885done
5030done 5886done
5887IFS=$as_save_IFS
5031 5888
5032fi 5889fi
5033fi 5890fi
5034ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 5891ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5035if test -n "$ac_ct_CXX"; then 5892if test -n "$ac_ct_CXX"; then
5036 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 5893 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
5037echo "${ECHO_T}$ac_ct_CXX" >&6 5894echo "${ECHO_T}$ac_ct_CXX" >&6; }
5038else 5895else
5039 echo "$as_me:$LINENO: result: no" >&5 5896 { echo "$as_me:$LINENO: result: no" >&5
5040echo "${ECHO_T}no" >&6 5897echo "${ECHO_T}no" >&6; }
5041fi 5898fi
5042 5899
5900
5043 test -n "$ac_ct_CXX" && break 5901 test -n "$ac_ct_CXX" && break
5044done 5902done
5045test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
5046 5903
5047 CXX=$ac_ct_CXX 5904 if test "x$ac_ct_CXX" = x; then
5905 CXX="g++"
5906 else
5907 case $cross_compiling:$ac_tool_warned in
5908yes:)
5909{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5910whose name does not start with the host triplet. If you think this
5911configuration is useful to you, please write to autoconf@gnu.org." >&5
5912echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5913whose name does not start with the host triplet. If you think this
5914configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5915ac_tool_warned=yes ;;
5916esac
5917 CXX=$ac_ct_CXX
5918 fi
5048fi 5919fi
5049 5920
5050 5921 fi
5922fi
5051# Provide some information about the compiler. 5923# Provide some information about the compiler.
5052echo "$as_me:$LINENO:" \ 5924echo "$as_me:$LINENO: checking for C++ compiler version" >&5
5053 "checking for C++ compiler version" >&5
5054ac_compiler=`set X $ac_compile; echo $2` 5925ac_compiler=`set X $ac_compile; echo $2`
5055{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 5926{ (ac_try="$ac_compiler --version >&5"
5056 (eval $ac_compiler --version </dev/null >&5) 2>&5 5927case "(($ac_try" in
5928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5929 *) ac_try_echo=$ac_try;;
5930esac
5931eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5932 (eval "$ac_compiler --version >&5") 2>&5
5057 ac_status=$? 5933 ac_status=$?
5058 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5059 (exit $ac_status); } 5935 (exit $ac_status); }
5060{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 5936{ (ac_try="$ac_compiler -v >&5"
5061 (eval $ac_compiler -v </dev/null >&5) 2>&5 5937case "(($ac_try" in
5938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5939 *) ac_try_echo=$ac_try;;
5940esac
5941eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5942 (eval "$ac_compiler -v >&5") 2>&5
5062 ac_status=$? 5943 ac_status=$?
5063 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5064 (exit $ac_status); } 5945 (exit $ac_status); }
5065{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 5946{ (ac_try="$ac_compiler -V >&5"
5066 (eval $ac_compiler -V </dev/null >&5) 2>&5 5947case "(($ac_try" in
5948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5949 *) ac_try_echo=$ac_try;;
5950esac
5951eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5952 (eval "$ac_compiler -V >&5") 2>&5
5067 ac_status=$? 5953 ac_status=$?
5068 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5069 (exit $ac_status); } 5955 (exit $ac_status); }
5070 5956
5071echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 5957{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
5072echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 5958echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
5073if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 5959if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
5074 echo $ECHO_N "(cached) $ECHO_C" >&6 5960 echo $ECHO_N "(cached) $ECHO_C" >&6
5075else 5961else
@@ -5092,24 +5978,36 @@ main ()
5092} 5978}
5093_ACEOF 5979_ACEOF
5094rm -f conftest.$ac_objext 5980rm -f conftest.$ac_objext
5095if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5981if { (ac_try="$ac_compile"
5096 (eval $ac_compile) 2>conftest.er1 5982case "(($ac_try" in
5983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5984 *) ac_try_echo=$ac_try;;
5985esac
5986eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5987 (eval "$ac_compile") 2>conftest.er1
5097 ac_status=$? 5988 ac_status=$?
5098 grep -v '^ *+' conftest.er1 >conftest.err 5989 grep -v '^ *+' conftest.er1 >conftest.err
5099 rm -f conftest.er1 5990 rm -f conftest.er1
5100 cat conftest.err >&5 5991 cat conftest.err >&5
5101 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5102 (exit $ac_status); } && 5993 (exit $ac_status); } &&
5103 { ac_try='test -z "$ac_cxx_werror_flag" 5994 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5104 || test ! -s conftest.err' 5995 { (case "(($ac_try" in
5105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5106 (eval $ac_try) 2>&5 5997 *) ac_try_echo=$ac_try;;
5998esac
5999eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6000 (eval "$ac_try") 2>&5
5107 ac_status=$? 6001 ac_status=$?
5108 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5109 (exit $ac_status); }; } && 6003 (exit $ac_status); }; } &&
5110 { ac_try='test -s conftest.$ac_objext' 6004 { ac_try='test -s conftest.$ac_objext'
5111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6005 { (case "(($ac_try" in
5112 (eval $ac_try) 2>&5 6006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6007 *) ac_try_echo=$ac_try;;
6008esac
6009eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6010 (eval "$ac_try") 2>&5
5113 ac_status=$? 6011 ac_status=$?
5114 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5115 (exit $ac_status); }; }; then 6013 (exit $ac_status); }; }; then
@@ -5118,24 +6016,28 @@ else
5118 echo "$as_me: failed program was:" >&5 6016 echo "$as_me: failed program was:" >&5
5119sed 's/^/| /' conftest.$ac_ext >&5 6017sed 's/^/| /' conftest.$ac_ext >&5
5120 6018
5121ac_compiler_gnu=no 6019 ac_compiler_gnu=no
5122fi 6020fi
5123rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6021
6022rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5124ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 6023ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
5125 6024
5126fi 6025fi
5127echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 6026{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
5128echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 6027echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
5129GXX=`test $ac_compiler_gnu = yes && echo yes` 6028GXX=`test $ac_compiler_gnu = yes && echo yes`
5130ac_test_CXXFLAGS=${CXXFLAGS+set} 6029ac_test_CXXFLAGS=${CXXFLAGS+set}
5131ac_save_CXXFLAGS=$CXXFLAGS 6030ac_save_CXXFLAGS=$CXXFLAGS
5132CXXFLAGS="-g" 6031{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
5133echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 6032echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
5134echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
5135if test "${ac_cv_prog_cxx_g+set}" = set; then 6033if test "${ac_cv_prog_cxx_g+set}" = set; then
5136 echo $ECHO_N "(cached) $ECHO_C" >&6 6034 echo $ECHO_N "(cached) $ECHO_C" >&6
5137else 6035else
5138 cat >conftest.$ac_ext <<_ACEOF 6036 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
6037 ac_cxx_werror_flag=yes
6038 ac_cv_prog_cxx_g=no
6039 CXXFLAGS="-g"
6040 cat >conftest.$ac_ext <<_ACEOF
5139/* confdefs.h. */ 6041/* confdefs.h. */
5140_ACEOF 6042_ACEOF
5141cat confdefs.h >>conftest.$ac_ext 6043cat confdefs.h >>conftest.$ac_ext
@@ -5151,24 +6053,36 @@ main ()
5151} 6053}
5152_ACEOF 6054_ACEOF
5153rm -f conftest.$ac_objext 6055rm -f conftest.$ac_objext
5154if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6056if { (ac_try="$ac_compile"
5155 (eval $ac_compile) 2>conftest.er1 6057case "(($ac_try" in
6058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6059 *) ac_try_echo=$ac_try;;
6060esac
6061eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6062 (eval "$ac_compile") 2>conftest.er1
5156 ac_status=$? 6063 ac_status=$?
5157 grep -v '^ *+' conftest.er1 >conftest.err 6064 grep -v '^ *+' conftest.er1 >conftest.err
5158 rm -f conftest.er1 6065 rm -f conftest.er1
5159 cat conftest.err >&5 6066 cat conftest.err >&5
5160 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5161 (exit $ac_status); } && 6068 (exit $ac_status); } &&
5162 { ac_try='test -z "$ac_cxx_werror_flag" 6069 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5163 || test ! -s conftest.err' 6070 { (case "(($ac_try" in
5164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5165 (eval $ac_try) 2>&5 6072 *) ac_try_echo=$ac_try;;
6073esac
6074eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6075 (eval "$ac_try") 2>&5
5166 ac_status=$? 6076 ac_status=$?
5167 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5168 (exit $ac_status); }; } && 6078 (exit $ac_status); }; } &&
5169 { ac_try='test -s conftest.$ac_objext' 6079 { ac_try='test -s conftest.$ac_objext'
5170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6080 { (case "(($ac_try" in
5171 (eval $ac_try) 2>&5 6081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6082 *) ac_try_echo=$ac_try;;
6083esac
6084eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6085 (eval "$ac_try") 2>&5
5172 ac_status=$? 6086 ac_status=$?
5173 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5174 (exit $ac_status); }; }; then 6088 (exit $ac_status); }; }; then
@@ -5177,70 +6091,53 @@ else
5177 echo "$as_me: failed program was:" >&5 6091 echo "$as_me: failed program was:" >&5
5178sed 's/^/| /' conftest.$ac_ext >&5 6092sed 's/^/| /' conftest.$ac_ext >&5
5179 6093
5180ac_cv_prog_cxx_g=no 6094 CXXFLAGS=""
5181fi 6095 cat >conftest.$ac_ext <<_ACEOF
5182rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5183fi
5184echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
5185echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
5186if test "$ac_test_CXXFLAGS" = set; then
5187 CXXFLAGS=$ac_save_CXXFLAGS
5188elif test $ac_cv_prog_cxx_g = yes; then
5189 if test "$GXX" = yes; then
5190 CXXFLAGS="-g -O2"
5191 else
5192 CXXFLAGS="-g"
5193 fi
5194else
5195 if test "$GXX" = yes; then
5196 CXXFLAGS="-O2"
5197 else
5198 CXXFLAGS=
5199 fi
5200fi
5201for ac_declaration in \
5202 '' \
5203 'extern "C" void std::exit (int) throw (); using std::exit;' \
5204 'extern "C" void std::exit (int); using std::exit;' \
5205 'extern "C" void exit (int) throw ();' \
5206 'extern "C" void exit (int);' \
5207 'void exit (int);'
5208do
5209 cat >conftest.$ac_ext <<_ACEOF
5210/* confdefs.h. */ 6096/* confdefs.h. */
5211_ACEOF 6097_ACEOF
5212cat confdefs.h >>conftest.$ac_ext 6098cat confdefs.h >>conftest.$ac_ext
5213cat >>conftest.$ac_ext <<_ACEOF 6099cat >>conftest.$ac_ext <<_ACEOF
5214/* end confdefs.h. */ 6100/* end confdefs.h. */
5215$ac_declaration 6101
5216#include <stdlib.h>
5217int 6102int
5218main () 6103main ()
5219{ 6104{
5220exit (42); 6105
5221 ; 6106 ;
5222 return 0; 6107 return 0;
5223} 6108}
5224_ACEOF 6109_ACEOF
5225rm -f conftest.$ac_objext 6110rm -f conftest.$ac_objext
5226if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6111if { (ac_try="$ac_compile"
5227 (eval $ac_compile) 2>conftest.er1 6112case "(($ac_try" in
6113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6114 *) ac_try_echo=$ac_try;;
6115esac
6116eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6117 (eval "$ac_compile") 2>conftest.er1
5228 ac_status=$? 6118 ac_status=$?
5229 grep -v '^ *+' conftest.er1 >conftest.err 6119 grep -v '^ *+' conftest.er1 >conftest.err
5230 rm -f conftest.er1 6120 rm -f conftest.er1
5231 cat conftest.err >&5 6121 cat conftest.err >&5
5232 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5233 (exit $ac_status); } && 6123 (exit $ac_status); } &&
5234 { ac_try='test -z "$ac_cxx_werror_flag" 6124 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5235 || test ! -s conftest.err' 6125 { (case "(($ac_try" in
5236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5237 (eval $ac_try) 2>&5 6127 *) ac_try_echo=$ac_try;;
6128esac
6129eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6130 (eval "$ac_try") 2>&5
5238 ac_status=$? 6131 ac_status=$?
5239 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5240 (exit $ac_status); }; } && 6133 (exit $ac_status); }; } &&
5241 { ac_try='test -s conftest.$ac_objext' 6134 { ac_try='test -s conftest.$ac_objext'
5242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6135 { (case "(($ac_try" in
5243 (eval $ac_try) 2>&5 6136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6137 *) ac_try_echo=$ac_try;;
6138esac
6139eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6140 (eval "$ac_try") 2>&5
5244 ac_status=$? 6141 ac_status=$?
5245 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5246 (exit $ac_status); }; }; then 6143 (exit $ac_status); }; }; then
@@ -5249,62 +6146,92 @@ else
5249 echo "$as_me: failed program was:" >&5 6146 echo "$as_me: failed program was:" >&5
5250sed 's/^/| /' conftest.$ac_ext >&5 6147sed 's/^/| /' conftest.$ac_ext >&5
5251 6148
5252continue 6149 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5253fi 6150 CXXFLAGS="-g"
5254rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6151 cat >conftest.$ac_ext <<_ACEOF
5255 cat >conftest.$ac_ext <<_ACEOF
5256/* confdefs.h. */ 6152/* confdefs.h. */
5257_ACEOF 6153_ACEOF
5258cat confdefs.h >>conftest.$ac_ext 6154cat confdefs.h >>conftest.$ac_ext
5259cat >>conftest.$ac_ext <<_ACEOF 6155cat >>conftest.$ac_ext <<_ACEOF
5260/* end confdefs.h. */ 6156/* end confdefs.h. */
5261$ac_declaration 6157
5262int 6158int
5263main () 6159main ()
5264{ 6160{
5265exit (42); 6161
5266 ; 6162 ;
5267 return 0; 6163 return 0;
5268} 6164}
5269_ACEOF 6165_ACEOF
5270rm -f conftest.$ac_objext 6166rm -f conftest.$ac_objext
5271if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6167if { (ac_try="$ac_compile"
5272 (eval $ac_compile) 2>conftest.er1 6168case "(($ac_try" in
6169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6170 *) ac_try_echo=$ac_try;;
6171esac
6172eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6173 (eval "$ac_compile") 2>conftest.er1
5273 ac_status=$? 6174 ac_status=$?
5274 grep -v '^ *+' conftest.er1 >conftest.err 6175 grep -v '^ *+' conftest.er1 >conftest.err
5275 rm -f conftest.er1 6176 rm -f conftest.er1
5276 cat conftest.err >&5 6177 cat conftest.err >&5
5277 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5278 (exit $ac_status); } && 6179 (exit $ac_status); } &&
5279 { ac_try='test -z "$ac_cxx_werror_flag" 6180 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5280 || test ! -s conftest.err' 6181 { (case "(($ac_try" in
5281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5282 (eval $ac_try) 2>&5 6183 *) ac_try_echo=$ac_try;;
6184esac
6185eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6186 (eval "$ac_try") 2>&5
5283 ac_status=$? 6187 ac_status=$?
5284 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5285 (exit $ac_status); }; } && 6189 (exit $ac_status); }; } &&
5286 { ac_try='test -s conftest.$ac_objext' 6190 { ac_try='test -s conftest.$ac_objext'
5287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6191 { (case "(($ac_try" in
5288 (eval $ac_try) 2>&5 6192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6193 *) ac_try_echo=$ac_try;;
6194esac
6195eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6196 (eval "$ac_try") 2>&5
5289 ac_status=$? 6197 ac_status=$?
5290 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5291 (exit $ac_status); }; }; then 6199 (exit $ac_status); }; }; then
5292 break 6200 ac_cv_prog_cxx_g=yes
5293else 6201else
5294 echo "$as_me: failed program was:" >&5 6202 echo "$as_me: failed program was:" >&5
5295sed 's/^/| /' conftest.$ac_ext >&5 6203sed 's/^/| /' conftest.$ac_ext >&5
5296 6204
6205
5297fi 6206fi
5298rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6207
5299done 6208rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5300rm -f conftest* 6209fi
5301if test -n "$ac_declaration"; then 6210
5302 echo '#ifdef __cplusplus' >>confdefs.h 6211rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5303 echo $ac_declaration >>confdefs.h
5304 echo '#endif' >>confdefs.h
5305fi 6212fi
5306 6213
5307ac_ext=cc 6214rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6215 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
6216fi
6217{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
6218echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
6219if test "$ac_test_CXXFLAGS" = set; then
6220 CXXFLAGS=$ac_save_CXXFLAGS
6221elif test $ac_cv_prog_cxx_g = yes; then
6222 if test "$GXX" = yes; then
6223 CXXFLAGS="-g -O2"
6224 else
6225 CXXFLAGS="-g"
6226 fi
6227else
6228 if test "$GXX" = yes; then
6229 CXXFLAGS="-O2"
6230 else
6231 CXXFLAGS=
6232 fi
6233fi
6234ac_ext=cpp
5308ac_cpp='$CXXCPP $CPPFLAGS' 6235ac_cpp='$CXXCPP $CPPFLAGS'
5309ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 6236ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5310ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 6237ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
@@ -5312,8 +6239,8 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5312 6239
5313depcc="$CXX" am_compiler_list= 6240depcc="$CXX" am_compiler_list=
5314 6241
5315echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 6242{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5316echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 6243echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
5317if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then 6244if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
5318 echo $ECHO_N "(cached) $ECHO_C" >&6 6245 echo $ECHO_N "(cached) $ECHO_C" >&6
5319else 6246else
@@ -5402,8 +6329,8 @@ else
5402fi 6329fi
5403 6330
5404fi 6331fi
5405echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 6332{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
5406echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6 6333echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
5407CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type 6334CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
5408 6335
5409 6336
@@ -5424,13 +6351,13 @@ fi
5424if test -n "$CXX" && ( test "X$CXX" != "Xno" && 6351if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
5425 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || 6352 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
5426 (test "X$CXX" != "Xg++"))) ; then 6353 (test "X$CXX" != "Xg++"))) ; then
5427 ac_ext=cc 6354 ac_ext=cpp
5428ac_cpp='$CXXCPP $CPPFLAGS' 6355ac_cpp='$CXXCPP $CPPFLAGS'
5429ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 6356ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5430ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 6357ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5431ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 6358ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5432echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 6359{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
5433echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6 6360echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
5434if test -z "$CXXCPP"; then 6361if test -z "$CXXCPP"; then
5435 if test "${ac_cv_prog_CXXCPP+set}" = set; then 6362 if test "${ac_cv_prog_CXXCPP+set}" = set; then
5436 echo $ECHO_N "(cached) $ECHO_C" >&6 6363 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5460,8 +6387,13 @@ cat >>conftest.$ac_ext <<_ACEOF
5460#endif 6387#endif
5461 Syntax error 6388 Syntax error
5462_ACEOF 6389_ACEOF
5463if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 6390if { (ac_try="$ac_cpp conftest.$ac_ext"
5464 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6391case "(($ac_try" in
6392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6393 *) ac_try_echo=$ac_try;;
6394esac
6395eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6396 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5465 ac_status=$? 6397 ac_status=$?
5466 grep -v '^ *+' conftest.er1 >conftest.err 6398 grep -v '^ *+' conftest.er1 >conftest.err
5467 rm -f conftest.er1 6399 rm -f conftest.er1
@@ -5486,9 +6418,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
5486 # Broken: fails on valid input. 6418 # Broken: fails on valid input.
5487continue 6419continue
5488fi 6420fi
6421
5489rm -f conftest.err conftest.$ac_ext 6422rm -f conftest.err conftest.$ac_ext
5490 6423
5491 # OK, works on sane cases. Now check whether non-existent headers 6424 # OK, works on sane cases. Now check whether nonexistent headers
5492 # can be detected and how. 6425 # can be detected and how.
5493 cat >conftest.$ac_ext <<_ACEOF 6426 cat >conftest.$ac_ext <<_ACEOF
5494/* confdefs.h. */ 6427/* confdefs.h. */
@@ -5498,8 +6431,13 @@ cat >>conftest.$ac_ext <<_ACEOF
5498/* end confdefs.h. */ 6431/* end confdefs.h. */
5499#include <ac_nonexistent.h> 6432#include <ac_nonexistent.h>
5500_ACEOF 6433_ACEOF
5501if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 6434if { (ac_try="$ac_cpp conftest.$ac_ext"
5502 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6435case "(($ac_try" in
6436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6437 *) ac_try_echo=$ac_try;;
6438esac
6439eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6440 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5503 ac_status=$? 6441 ac_status=$?
5504 grep -v '^ *+' conftest.er1 >conftest.err 6442 grep -v '^ *+' conftest.er1 >conftest.err
5505 rm -f conftest.er1 6443 rm -f conftest.er1
@@ -5526,6 +6464,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5526ac_preproc_ok=: 6464ac_preproc_ok=:
5527break 6465break
5528fi 6466fi
6467
5529rm -f conftest.err conftest.$ac_ext 6468rm -f conftest.err conftest.$ac_ext
5530 6469
5531done 6470done
@@ -5543,8 +6482,8 @@ fi
5543else 6482else
5544 ac_cv_prog_CXXCPP=$CXXCPP 6483 ac_cv_prog_CXXCPP=$CXXCPP
5545fi 6484fi
5546echo "$as_me:$LINENO: result: $CXXCPP" >&5 6485{ echo "$as_me:$LINENO: result: $CXXCPP" >&5
5547echo "${ECHO_T}$CXXCPP" >&6 6486echo "${ECHO_T}$CXXCPP" >&6; }
5548ac_preproc_ok=false 6487ac_preproc_ok=false
5549for ac_cxx_preproc_warn_flag in '' yes 6488for ac_cxx_preproc_warn_flag in '' yes
5550do 6489do
@@ -5567,8 +6506,13 @@ cat >>conftest.$ac_ext <<_ACEOF
5567#endif 6506#endif
5568 Syntax error 6507 Syntax error
5569_ACEOF 6508_ACEOF
5570if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 6509if { (ac_try="$ac_cpp conftest.$ac_ext"
5571 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6510case "(($ac_try" in
6511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6512 *) ac_try_echo=$ac_try;;
6513esac
6514eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6515 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5572 ac_status=$? 6516 ac_status=$?
5573 grep -v '^ *+' conftest.er1 >conftest.err 6517 grep -v '^ *+' conftest.er1 >conftest.err
5574 rm -f conftest.er1 6518 rm -f conftest.er1
@@ -5593,9 +6537,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
5593 # Broken: fails on valid input. 6537 # Broken: fails on valid input.
5594continue 6538continue
5595fi 6539fi
6540
5596rm -f conftest.err conftest.$ac_ext 6541rm -f conftest.err conftest.$ac_ext
5597 6542
5598 # OK, works on sane cases. Now check whether non-existent headers 6543 # OK, works on sane cases. Now check whether nonexistent headers
5599 # can be detected and how. 6544 # can be detected and how.
5600 cat >conftest.$ac_ext <<_ACEOF 6545 cat >conftest.$ac_ext <<_ACEOF
5601/* confdefs.h. */ 6546/* confdefs.h. */
@@ -5605,8 +6550,13 @@ cat >>conftest.$ac_ext <<_ACEOF
5605/* end confdefs.h. */ 6550/* end confdefs.h. */
5606#include <ac_nonexistent.h> 6551#include <ac_nonexistent.h>
5607_ACEOF 6552_ACEOF
5608if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 6553if { (ac_try="$ac_cpp conftest.$ac_ext"
5609 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6554case "(($ac_try" in
6555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6556 *) ac_try_echo=$ac_try;;
6557esac
6558eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6559 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5610 ac_status=$? 6560 ac_status=$?
5611 grep -v '^ *+' conftest.er1 >conftest.err 6561 grep -v '^ *+' conftest.er1 >conftest.err
5612 rm -f conftest.er1 6562 rm -f conftest.er1
@@ -5633,6 +6583,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5633ac_preproc_ok=: 6583ac_preproc_ok=:
5634break 6584break
5635fi 6585fi
6586
5636rm -f conftest.err conftest.$ac_ext 6587rm -f conftest.err conftest.$ac_ext
5637 6588
5638done 6589done
@@ -5648,7 +6599,7 @@ See \`config.log' for more details." >&2;}
5648 { (exit 1); exit 1; }; } 6599 { (exit 1); exit 1; }; }
5649fi 6600fi
5650 6601
5651ac_ext=cc 6602ac_ext=cpp
5652ac_cpp='$CXXCPP $CPPFLAGS' 6603ac_cpp='$CXXCPP $CPPFLAGS'
5653ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 6604ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5654ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 6605ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
@@ -5662,12 +6613,12 @@ ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
5662ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 6613ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5663ac_compiler_gnu=$ac_cv_f77_compiler_gnu 6614ac_compiler_gnu=$ac_cv_f77_compiler_gnu
5664if test -n "$ac_tool_prefix"; then 6615if test -n "$ac_tool_prefix"; then
5665 for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran 6616 for ac_prog in g77 f77 xlf frt pgf77 cf77 fort77 fl32 af77 f90 xlf90 pgf90 pghpf epcf90 gfortran g95 f95 fort xlf95 ifort ifc efc pgf95 lf95 ftn
5666 do 6617 do
5667 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 6618 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5668set dummy $ac_tool_prefix$ac_prog; ac_word=$2 6619set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5669echo "$as_me:$LINENO: checking for $ac_word" >&5 6620{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5670echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 6621echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5671if test "${ac_cv_prog_F77+set}" = set; then 6622if test "${ac_cv_prog_F77+set}" = set; then
5672 echo $ECHO_N "(cached) $ECHO_C" >&6 6623 echo $ECHO_N "(cached) $ECHO_C" >&6
5673else 6624else
@@ -5680,36 +6631,38 @@ do
5680 IFS=$as_save_IFS 6631 IFS=$as_save_IFS
5681 test -z "$as_dir" && as_dir=. 6632 test -z "$as_dir" && as_dir=.
5682 for ac_exec_ext in '' $ac_executable_extensions; do 6633 for ac_exec_ext in '' $ac_executable_extensions; do
5683 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 6634 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5684 ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 6635 ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
5685 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 6636 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5686 break 2 6637 break 2
5687 fi 6638 fi
5688done 6639done
5689done 6640done
6641IFS=$as_save_IFS
5690 6642
5691fi 6643fi
5692fi 6644fi
5693F77=$ac_cv_prog_F77 6645F77=$ac_cv_prog_F77
5694if test -n "$F77"; then 6646if test -n "$F77"; then
5695 echo "$as_me:$LINENO: result: $F77" >&5 6647 { echo "$as_me:$LINENO: result: $F77" >&5
5696echo "${ECHO_T}$F77" >&6 6648echo "${ECHO_T}$F77" >&6; }
5697else 6649else
5698 echo "$as_me:$LINENO: result: no" >&5 6650 { echo "$as_me:$LINENO: result: no" >&5
5699echo "${ECHO_T}no" >&6 6651echo "${ECHO_T}no" >&6; }
5700fi 6652fi
5701 6653
6654
5702 test -n "$F77" && break 6655 test -n "$F77" && break
5703 done 6656 done
5704fi 6657fi
5705if test -z "$F77"; then 6658if test -z "$F77"; then
5706 ac_ct_F77=$F77 6659 ac_ct_F77=$F77
5707 for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran 6660 for ac_prog in g77 f77 xlf frt pgf77 cf77 fort77 fl32 af77 f90 xlf90 pgf90 pghpf epcf90 gfortran g95 f95 fort xlf95 ifort ifc efc pgf95 lf95 ftn
5708do 6661do
5709 # Extract the first word of "$ac_prog", so it can be a program name with args. 6662 # Extract the first word of "$ac_prog", so it can be a program name with args.
5710set dummy $ac_prog; ac_word=$2 6663set dummy $ac_prog; ac_word=$2
5711echo "$as_me:$LINENO: checking for $ac_word" >&5 6664{ echo "$as_me:$LINENO: checking for $ac_word" >&5
5712echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 6665echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5713if test "${ac_cv_prog_ac_ct_F77+set}" = set; then 6666if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
5714 echo $ECHO_N "(cached) $ECHO_C" >&6 6667 echo $ECHO_N "(cached) $ECHO_C" >&6
5715else 6668else
@@ -5722,48 +6675,78 @@ do
5722 IFS=$as_save_IFS 6675 IFS=$as_save_IFS
5723 test -z "$as_dir" && as_dir=. 6676 test -z "$as_dir" && as_dir=.
5724 for ac_exec_ext in '' $ac_executable_extensions; do 6677 for ac_exec_ext in '' $ac_executable_extensions; do
5725 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 6678 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5726 ac_cv_prog_ac_ct_F77="$ac_prog" 6679 ac_cv_prog_ac_ct_F77="$ac_prog"
5727 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 6680 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5728 break 2 6681 break 2
5729 fi 6682 fi
5730done 6683done
5731done 6684done
6685IFS=$as_save_IFS
5732 6686
5733fi 6687fi
5734fi 6688fi
5735ac_ct_F77=$ac_cv_prog_ac_ct_F77 6689ac_ct_F77=$ac_cv_prog_ac_ct_F77
5736if test -n "$ac_ct_F77"; then 6690if test -n "$ac_ct_F77"; then
5737 echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 6691 { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
5738echo "${ECHO_T}$ac_ct_F77" >&6 6692echo "${ECHO_T}$ac_ct_F77" >&6; }
5739else 6693else
5740 echo "$as_me:$LINENO: result: no" >&5 6694 { echo "$as_me:$LINENO: result: no" >&5
5741echo "${ECHO_T}no" >&6 6695echo "${ECHO_T}no" >&6; }
5742fi 6696fi
5743 6697
6698
5744 test -n "$ac_ct_F77" && break 6699 test -n "$ac_ct_F77" && break
5745done 6700done
5746 6701
5747 F77=$ac_ct_F77 6702 if test "x$ac_ct_F77" = x; then
6703 F77=""
6704 else
6705 case $cross_compiling:$ac_tool_warned in
6706yes:)
6707{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6708whose name does not start with the host triplet. If you think this
6709configuration is useful to you, please write to autoconf@gnu.org." >&5
6710echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6711whose name does not start with the host triplet. If you think this
6712configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6713ac_tool_warned=yes ;;
6714esac
6715 F77=$ac_ct_F77
6716 fi
5748fi 6717fi
5749 6718
5750 6719
5751# Provide some information about the compiler. 6720# Provide some information about the compiler.
5752echo "$as_me:5752:" \ 6721echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
5753 "checking for Fortran 77 compiler version" >&5
5754ac_compiler=`set X $ac_compile; echo $2` 6722ac_compiler=`set X $ac_compile; echo $2`
5755{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 6723{ (ac_try="$ac_compiler --version >&5"
5756 (eval $ac_compiler --version </dev/null >&5) 2>&5 6724case "(($ac_try" in
6725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6726 *) ac_try_echo=$ac_try;;
6727esac
6728eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6729 (eval "$ac_compiler --version >&5") 2>&5
5757 ac_status=$? 6730 ac_status=$?
5758 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5759 (exit $ac_status); } 6732 (exit $ac_status); }
5760{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 6733{ (ac_try="$ac_compiler -v >&5"
5761 (eval $ac_compiler -v </dev/null >&5) 2>&5 6734case "(($ac_try" in
6735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6736 *) ac_try_echo=$ac_try;;
6737esac
6738eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6739 (eval "$ac_compiler -v >&5") 2>&5
5762 ac_status=$? 6740 ac_status=$?
5763 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5764 (exit $ac_status); } 6742 (exit $ac_status); }
5765{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 6743{ (ac_try="$ac_compiler -V >&5"
5766 (eval $ac_compiler -V </dev/null >&5) 2>&5 6744case "(($ac_try" in
6745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6746 *) ac_try_echo=$ac_try;;
6747esac
6748eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6749 (eval "$ac_compiler -V >&5") 2>&5
5767 ac_status=$? 6750 ac_status=$?
5768 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5769 (exit $ac_status); } 6752 (exit $ac_status); }
@@ -5773,8 +6756,8 @@ rm -f a.out
5773# input file. (Note that this only needs to work for GNU compilers.) 6756# input file. (Note that this only needs to work for GNU compilers.)
5774ac_save_ext=$ac_ext 6757ac_save_ext=$ac_ext
5775ac_ext=F 6758ac_ext=F
5776echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 6759{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
5777echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6 6760echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
5778if test "${ac_cv_f77_compiler_gnu+set}" = set; then 6761if test "${ac_cv_f77_compiler_gnu+set}" = set; then
5779 echo $ECHO_N "(cached) $ECHO_C" >&6 6762 echo $ECHO_N "(cached) $ECHO_C" >&6
5780else 6763else
@@ -5787,24 +6770,36 @@ else
5787 end 6770 end
5788_ACEOF 6771_ACEOF
5789rm -f conftest.$ac_objext 6772rm -f conftest.$ac_objext
5790if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6773if { (ac_try="$ac_compile"
5791 (eval $ac_compile) 2>conftest.er1 6774case "(($ac_try" in
6775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6776 *) ac_try_echo=$ac_try;;
6777esac
6778eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6779 (eval "$ac_compile") 2>conftest.er1
5792 ac_status=$? 6780 ac_status=$?
5793 grep -v '^ *+' conftest.er1 >conftest.err 6781 grep -v '^ *+' conftest.er1 >conftest.err
5794 rm -f conftest.er1 6782 rm -f conftest.er1
5795 cat conftest.err >&5 6783 cat conftest.err >&5
5796 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5797 (exit $ac_status); } && 6785 (exit $ac_status); } &&
5798 { ac_try='test -z "$ac_f77_werror_flag" 6786 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
5799 || test ! -s conftest.err' 6787 { (case "(($ac_try" in
5800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5801 (eval $ac_try) 2>&5 6789 *) ac_try_echo=$ac_try;;
6790esac
6791eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6792 (eval "$ac_try") 2>&5
5802 ac_status=$? 6793 ac_status=$?
5803 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5804 (exit $ac_status); }; } && 6795 (exit $ac_status); }; } &&
5805 { ac_try='test -s conftest.$ac_objext' 6796 { ac_try='test -s conftest.$ac_objext'
5806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6797 { (case "(($ac_try" in
5807 (eval $ac_try) 2>&5 6798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6799 *) ac_try_echo=$ac_try;;
6800esac
6801eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6802 (eval "$ac_try") 2>&5
5808 ac_status=$? 6803 ac_status=$?
5809 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5810 (exit $ac_status); }; }; then 6805 (exit $ac_status); }; }; then
@@ -5813,20 +6808,21 @@ else
5813 echo "$as_me: failed program was:" >&5 6808 echo "$as_me: failed program was:" >&5
5814sed 's/^/| /' conftest.$ac_ext >&5 6809sed 's/^/| /' conftest.$ac_ext >&5
5815 6810
5816ac_compiler_gnu=no 6811 ac_compiler_gnu=no
5817fi 6812fi
5818rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6813
6814rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5819ac_cv_f77_compiler_gnu=$ac_compiler_gnu 6815ac_cv_f77_compiler_gnu=$ac_compiler_gnu
5820 6816
5821fi 6817fi
5822echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 6818{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
5823echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6 6819echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
5824ac_ext=$ac_save_ext 6820ac_ext=$ac_save_ext
5825ac_test_FFLAGS=${FFLAGS+set} 6821ac_test_FFLAGS=${FFLAGS+set}
5826ac_save_FFLAGS=$FFLAGS 6822ac_save_FFLAGS=$FFLAGS
5827FFLAGS= 6823FFLAGS=
5828echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 6824{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
5829echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6 6825echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
5830if test "${ac_cv_prog_f77_g+set}" = set; then 6826if test "${ac_cv_prog_f77_g+set}" = set; then
5831 echo $ECHO_N "(cached) $ECHO_C" >&6 6827 echo $ECHO_N "(cached) $ECHO_C" >&6
5832else 6828else
@@ -5837,24 +6833,36 @@ cat >conftest.$ac_ext <<_ACEOF
5837 end 6833 end
5838_ACEOF 6834_ACEOF
5839rm -f conftest.$ac_objext 6835rm -f conftest.$ac_objext
5840if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6836if { (ac_try="$ac_compile"
5841 (eval $ac_compile) 2>conftest.er1 6837case "(($ac_try" in
6838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6839 *) ac_try_echo=$ac_try;;
6840esac
6841eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6842 (eval "$ac_compile") 2>conftest.er1
5842 ac_status=$? 6843 ac_status=$?
5843 grep -v '^ *+' conftest.er1 >conftest.err 6844 grep -v '^ *+' conftest.er1 >conftest.err
5844 rm -f conftest.er1 6845 rm -f conftest.er1
5845 cat conftest.err >&5 6846 cat conftest.err >&5
5846 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5847 (exit $ac_status); } && 6848 (exit $ac_status); } &&
5848 { ac_try='test -z "$ac_f77_werror_flag" 6849 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
5849 || test ! -s conftest.err' 6850 { (case "(($ac_try" in
5850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5851 (eval $ac_try) 2>&5 6852 *) ac_try_echo=$ac_try;;
6853esac
6854eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6855 (eval "$ac_try") 2>&5
5852 ac_status=$? 6856 ac_status=$?
5853 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5854 (exit $ac_status); }; } && 6858 (exit $ac_status); }; } &&
5855 { ac_try='test -s conftest.$ac_objext' 6859 { ac_try='test -s conftest.$ac_objext'
5856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6860 { (case "(($ac_try" in
5857 (eval $ac_try) 2>&5 6861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6862 *) ac_try_echo=$ac_try;;
6863esac
6864eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6865 (eval "$ac_try") 2>&5
5858 ac_status=$? 6866 ac_status=$?
5859 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5860 (exit $ac_status); }; }; then 6868 (exit $ac_status); }; }; then
@@ -5863,13 +6871,14 @@ else
5863 echo "$as_me: failed program was:" >&5 6871 echo "$as_me: failed program was:" >&5
5864sed 's/^/| /' conftest.$ac_ext >&5 6872sed 's/^/| /' conftest.$ac_ext >&5
5865 6873
5866ac_cv_prog_f77_g=no 6874 ac_cv_prog_f77_g=no
5867fi 6875fi
5868rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6876
6877rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5869 6878
5870fi 6879fi
5871echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 6880{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
5872echo "${ECHO_T}$ac_cv_prog_f77_g" >&6 6881echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
5873if test "$ac_test_FFLAGS" = set; then 6882if test "$ac_test_FFLAGS" = set; then
5874 FFLAGS=$ac_save_FFLAGS 6883 FFLAGS=$ac_save_FFLAGS
5875elif test $ac_cv_prog_f77_g = yes; then 6884elif test $ac_cv_prog_f77_g = yes; then
@@ -5898,8 +6907,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
5898# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! 6907# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
5899 6908
5900# find the maximum length of command line arguments 6909# find the maximum length of command line arguments
5901echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 6910{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
5902echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6 6911echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
5903if test "${lt_cv_sys_max_cmd_len+set}" = set; then 6912if test "${lt_cv_sys_max_cmd_len+set}" = set; then
5904 echo $ECHO_N "(cached) $ECHO_C" >&6 6913 echo $ECHO_N "(cached) $ECHO_C" >&6
5905else 6914else
@@ -6007,19 +7016,19 @@ else
6007fi 7016fi
6008 7017
6009if test -n $lt_cv_sys_max_cmd_len ; then 7018if test -n $lt_cv_sys_max_cmd_len ; then
6010 echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 7019 { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
6011echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6 7020echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
6012else 7021else
6013 echo "$as_me:$LINENO: result: none" >&5 7022 { echo "$as_me:$LINENO: result: none" >&5
6014echo "${ECHO_T}none" >&6 7023echo "${ECHO_T}none" >&6; }
6015fi 7024fi
6016 7025
6017 7026
6018 7027
6019 7028
6020# Check for command to grab the raw symbol name followed by C symbol from nm. 7029# Check for command to grab the raw symbol name followed by C symbol from nm.
6021echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 7030{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
6022echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6 7031echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
6023if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then 7032if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
6024 echo $ECHO_N "(cached) $ECHO_C" >&6 7033 echo $ECHO_N "(cached) $ECHO_C" >&6
6025else 7034else
@@ -6054,7 +7063,7 @@ hpux*) # Its linker distinguishes data from code symbols
6054 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" 7063 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6055 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'" 7064 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'"
6056 ;; 7065 ;;
6057linux*) 7066linux* | k*bsd*-gnu)
6058 if test "$host_cpu" = ia64; then 7067 if test "$host_cpu" = ia64; then
6059 symcode='[ABCDGIRSTW]' 7068 symcode='[ABCDGIRSTW]'
6060 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" 7069 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
@@ -6223,15 +7232,15 @@ if test -z "$lt_cv_sys_global_symbol_pipe"; then
6223 lt_cv_sys_global_symbol_to_cdecl= 7232 lt_cv_sys_global_symbol_to_cdecl=
6224fi 7233fi
6225if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then 7234if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6226 echo "$as_me:$LINENO: result: failed" >&5 7235 { echo "$as_me:$LINENO: result: failed" >&5
6227echo "${ECHO_T}failed" >&6 7236echo "${ECHO_T}failed" >&6; }
6228else 7237else
6229 echo "$as_me:$LINENO: result: ok" >&5 7238 { echo "$as_me:$LINENO: result: ok" >&5
6230echo "${ECHO_T}ok" >&6 7239echo "${ECHO_T}ok" >&6; }
6231fi 7240fi
6232 7241
6233echo "$as_me:$LINENO: checking for objdir" >&5 7242{ echo "$as_me:$LINENO: checking for objdir" >&5
6234echo $ECHO_N "checking for objdir... $ECHO_C" >&6 7243echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
6235if test "${lt_cv_objdir+set}" = set; then 7244if test "${lt_cv_objdir+set}" = set; then
6236 echo $ECHO_N "(cached) $ECHO_C" >&6 7245 echo $ECHO_N "(cached) $ECHO_C" >&6
6237else 7246else
@@ -6245,8 +7254,8 @@ else
6245fi 7254fi
6246rmdir .libs 2>/dev/null 7255rmdir .libs 2>/dev/null
6247fi 7256fi
6248echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 7257{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
6249echo "${ECHO_T}$lt_cv_objdir" >&6 7258echo "${ECHO_T}$lt_cv_objdir" >&6; }
6250objdir=$lt_cv_objdir 7259objdir=$lt_cv_objdir
6251 7260
6252 7261
@@ -6297,8 +7306,8 @@ with_gnu_ld="$lt_cv_prog_gnu_ld"
6297if test -n "$ac_tool_prefix"; then 7306if test -n "$ac_tool_prefix"; then
6298 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 7307 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6299set dummy ${ac_tool_prefix}ar; ac_word=$2 7308set dummy ${ac_tool_prefix}ar; ac_word=$2
6300echo "$as_me:$LINENO: checking for $ac_word" >&5 7309{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6301echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 7310echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6302if test "${ac_cv_prog_AR+set}" = set; then 7311if test "${ac_cv_prog_AR+set}" = set; then
6303 echo $ECHO_N "(cached) $ECHO_C" >&6 7312 echo $ECHO_N "(cached) $ECHO_C" >&6
6304else 7313else
@@ -6311,32 +7320,34 @@ do
6311 IFS=$as_save_IFS 7320 IFS=$as_save_IFS
6312 test -z "$as_dir" && as_dir=. 7321 test -z "$as_dir" && as_dir=.
6313 for ac_exec_ext in '' $ac_executable_extensions; do 7322 for ac_exec_ext in '' $ac_executable_extensions; do
6314 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7323 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6315 ac_cv_prog_AR="${ac_tool_prefix}ar" 7324 ac_cv_prog_AR="${ac_tool_prefix}ar"
6316 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7325 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6317 break 2 7326 break 2
6318 fi 7327 fi
6319done 7328done
6320done 7329done
7330IFS=$as_save_IFS
6321 7331
6322fi 7332fi
6323fi 7333fi
6324AR=$ac_cv_prog_AR 7334AR=$ac_cv_prog_AR
6325if test -n "$AR"; then 7335if test -n "$AR"; then
6326 echo "$as_me:$LINENO: result: $AR" >&5 7336 { echo "$as_me:$LINENO: result: $AR" >&5
6327echo "${ECHO_T}$AR" >&6 7337echo "${ECHO_T}$AR" >&6; }
6328else 7338else
6329 echo "$as_me:$LINENO: result: no" >&5 7339 { echo "$as_me:$LINENO: result: no" >&5
6330echo "${ECHO_T}no" >&6 7340echo "${ECHO_T}no" >&6; }
6331fi 7341fi
6332 7342
7343
6333fi 7344fi
6334if test -z "$ac_cv_prog_AR"; then 7345if test -z "$ac_cv_prog_AR"; then
6335 ac_ct_AR=$AR 7346 ac_ct_AR=$AR
6336 # Extract the first word of "ar", so it can be a program name with args. 7347 # Extract the first word of "ar", so it can be a program name with args.
6337set dummy ar; ac_word=$2 7348set dummy ar; ac_word=$2
6338echo "$as_me:$LINENO: checking for $ac_word" >&5 7349{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6339echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 7350echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6340if test "${ac_cv_prog_ac_ct_AR+set}" = set; then 7351if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
6341 echo $ECHO_N "(cached) $ECHO_C" >&6 7352 echo $ECHO_N "(cached) $ECHO_C" >&6
6342else 7353else
@@ -6349,27 +7360,41 @@ do
6349 IFS=$as_save_IFS 7360 IFS=$as_save_IFS
6350 test -z "$as_dir" && as_dir=. 7361 test -z "$as_dir" && as_dir=.
6351 for ac_exec_ext in '' $ac_executable_extensions; do 7362 for ac_exec_ext in '' $ac_executable_extensions; do
6352 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7363 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6353 ac_cv_prog_ac_ct_AR="ar" 7364 ac_cv_prog_ac_ct_AR="ar"
6354 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7365 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6355 break 2 7366 break 2
6356 fi 7367 fi
6357done 7368done
6358done 7369done
7370IFS=$as_save_IFS
6359 7371
6360 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false"
6361fi 7372fi
6362fi 7373fi
6363ac_ct_AR=$ac_cv_prog_ac_ct_AR 7374ac_ct_AR=$ac_cv_prog_ac_ct_AR
6364if test -n "$ac_ct_AR"; then 7375if test -n "$ac_ct_AR"; then
6365 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 7376 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
6366echo "${ECHO_T}$ac_ct_AR" >&6 7377echo "${ECHO_T}$ac_ct_AR" >&6; }
6367else 7378else
6368 echo "$as_me:$LINENO: result: no" >&5 7379 { echo "$as_me:$LINENO: result: no" >&5
6369echo "${ECHO_T}no" >&6 7380echo "${ECHO_T}no" >&6; }
6370fi 7381fi
6371 7382
6372 AR=$ac_ct_AR 7383 if test "x$ac_ct_AR" = x; then
7384 AR="false"
7385 else
7386 case $cross_compiling:$ac_tool_warned in
7387yes:)
7388{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7389whose name does not start with the host triplet. If you think this
7390configuration is useful to you, please write to autoconf@gnu.org." >&5
7391echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7392whose name does not start with the host triplet. If you think this
7393configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7394ac_tool_warned=yes ;;
7395esac
7396 AR=$ac_ct_AR
7397 fi
6373else 7398else
6374 AR="$ac_cv_prog_AR" 7399 AR="$ac_cv_prog_AR"
6375fi 7400fi
@@ -6377,8 +7402,8 @@ fi
6377if test -n "$ac_tool_prefix"; then 7402if test -n "$ac_tool_prefix"; then
6378 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 7403 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6379set dummy ${ac_tool_prefix}ranlib; ac_word=$2 7404set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6380echo "$as_me:$LINENO: checking for $ac_word" >&5 7405{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6381echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 7406echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6382if test "${ac_cv_prog_RANLIB+set}" = set; then 7407if test "${ac_cv_prog_RANLIB+set}" = set; then
6383 echo $ECHO_N "(cached) $ECHO_C" >&6 7408 echo $ECHO_N "(cached) $ECHO_C" >&6
6384else 7409else
@@ -6391,32 +7416,34 @@ do
6391 IFS=$as_save_IFS 7416 IFS=$as_save_IFS
6392 test -z "$as_dir" && as_dir=. 7417 test -z "$as_dir" && as_dir=.
6393 for ac_exec_ext in '' $ac_executable_extensions; do 7418 for ac_exec_ext in '' $ac_executable_extensions; do
6394 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7419 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6395 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 7420 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6396 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7421 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6397 break 2 7422 break 2
6398 fi 7423 fi
6399done 7424done
6400done 7425done
7426IFS=$as_save_IFS
6401 7427
6402fi 7428fi
6403fi 7429fi
6404RANLIB=$ac_cv_prog_RANLIB 7430RANLIB=$ac_cv_prog_RANLIB
6405if test -n "$RANLIB"; then 7431if test -n "$RANLIB"; then
6406 echo "$as_me:$LINENO: result: $RANLIB" >&5 7432 { echo "$as_me:$LINENO: result: $RANLIB" >&5
6407echo "${ECHO_T}$RANLIB" >&6 7433echo "${ECHO_T}$RANLIB" >&6; }
6408else 7434else
6409 echo "$as_me:$LINENO: result: no" >&5 7435 { echo "$as_me:$LINENO: result: no" >&5
6410echo "${ECHO_T}no" >&6 7436echo "${ECHO_T}no" >&6; }
6411fi 7437fi
6412 7438
7439
6413fi 7440fi
6414if test -z "$ac_cv_prog_RANLIB"; then 7441if test -z "$ac_cv_prog_RANLIB"; then
6415 ac_ct_RANLIB=$RANLIB 7442 ac_ct_RANLIB=$RANLIB
6416 # Extract the first word of "ranlib", so it can be a program name with args. 7443 # Extract the first word of "ranlib", so it can be a program name with args.
6417set dummy ranlib; ac_word=$2 7444set dummy ranlib; ac_word=$2
6418echo "$as_me:$LINENO: checking for $ac_word" >&5 7445{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6419echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 7446echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6420if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 7447if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6421 echo $ECHO_N "(cached) $ECHO_C" >&6 7448 echo $ECHO_N "(cached) $ECHO_C" >&6
6422else 7449else
@@ -6429,27 +7456,41 @@ do
6429 IFS=$as_save_IFS 7456 IFS=$as_save_IFS
6430 test -z "$as_dir" && as_dir=. 7457 test -z "$as_dir" && as_dir=.
6431 for ac_exec_ext in '' $ac_executable_extensions; do 7458 for ac_exec_ext in '' $ac_executable_extensions; do
6432 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7459 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6433 ac_cv_prog_ac_ct_RANLIB="ranlib" 7460 ac_cv_prog_ac_ct_RANLIB="ranlib"
6434 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7461 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6435 break 2 7462 break 2
6436 fi 7463 fi
6437done 7464done
6438done 7465done
7466IFS=$as_save_IFS
6439 7467
6440 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
6441fi 7468fi
6442fi 7469fi
6443ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 7470ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6444if test -n "$ac_ct_RANLIB"; then 7471if test -n "$ac_ct_RANLIB"; then
6445 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 7472 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6446echo "${ECHO_T}$ac_ct_RANLIB" >&6 7473echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
6447else 7474else
6448 echo "$as_me:$LINENO: result: no" >&5 7475 { echo "$as_me:$LINENO: result: no" >&5
6449echo "${ECHO_T}no" >&6 7476echo "${ECHO_T}no" >&6; }
6450fi 7477fi
6451 7478
6452 RANLIB=$ac_ct_RANLIB 7479 if test "x$ac_ct_RANLIB" = x; then
7480 RANLIB=":"
7481 else
7482 case $cross_compiling:$ac_tool_warned in
7483yes:)
7484{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7485whose name does not start with the host triplet. If you think this
7486configuration is useful to you, please write to autoconf@gnu.org." >&5
7487echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7488whose name does not start with the host triplet. If you think this
7489configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7490ac_tool_warned=yes ;;
7491esac
7492 RANLIB=$ac_ct_RANLIB
7493 fi
6453else 7494else
6454 RANLIB="$ac_cv_prog_RANLIB" 7495 RANLIB="$ac_cv_prog_RANLIB"
6455fi 7496fi
@@ -6457,8 +7498,8 @@ fi
6457if test -n "$ac_tool_prefix"; then 7498if test -n "$ac_tool_prefix"; then
6458 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 7499 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6459set dummy ${ac_tool_prefix}strip; ac_word=$2 7500set dummy ${ac_tool_prefix}strip; ac_word=$2
6460echo "$as_me:$LINENO: checking for $ac_word" >&5 7501{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6461echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 7502echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6462if test "${ac_cv_prog_STRIP+set}" = set; then 7503if test "${ac_cv_prog_STRIP+set}" = set; then
6463 echo $ECHO_N "(cached) $ECHO_C" >&6 7504 echo $ECHO_N "(cached) $ECHO_C" >&6
6464else 7505else
@@ -6471,32 +7512,34 @@ do
6471 IFS=$as_save_IFS 7512 IFS=$as_save_IFS
6472 test -z "$as_dir" && as_dir=. 7513 test -z "$as_dir" && as_dir=.
6473 for ac_exec_ext in '' $ac_executable_extensions; do 7514 for ac_exec_ext in '' $ac_executable_extensions; do
6474 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7515 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6475 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 7516 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6476 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7517 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6477 break 2 7518 break 2
6478 fi 7519 fi
6479done 7520done
6480done 7521done
7522IFS=$as_save_IFS
6481 7523
6482fi 7524fi
6483fi 7525fi
6484STRIP=$ac_cv_prog_STRIP 7526STRIP=$ac_cv_prog_STRIP
6485if test -n "$STRIP"; then 7527if test -n "$STRIP"; then
6486 echo "$as_me:$LINENO: result: $STRIP" >&5 7528 { echo "$as_me:$LINENO: result: $STRIP" >&5
6487echo "${ECHO_T}$STRIP" >&6 7529echo "${ECHO_T}$STRIP" >&6; }
6488else 7530else
6489 echo "$as_me:$LINENO: result: no" >&5 7531 { echo "$as_me:$LINENO: result: no" >&5
6490echo "${ECHO_T}no" >&6 7532echo "${ECHO_T}no" >&6; }
6491fi 7533fi
6492 7534
7535
6493fi 7536fi
6494if test -z "$ac_cv_prog_STRIP"; then 7537if test -z "$ac_cv_prog_STRIP"; then
6495 ac_ct_STRIP=$STRIP 7538 ac_ct_STRIP=$STRIP
6496 # Extract the first word of "strip", so it can be a program name with args. 7539 # Extract the first word of "strip", so it can be a program name with args.
6497set dummy strip; ac_word=$2 7540set dummy strip; ac_word=$2
6498echo "$as_me:$LINENO: checking for $ac_word" >&5 7541{ echo "$as_me:$LINENO: checking for $ac_word" >&5
6499echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 7542echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6500if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 7543if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6501 echo $ECHO_N "(cached) $ECHO_C" >&6 7544 echo $ECHO_N "(cached) $ECHO_C" >&6
6502else 7545else
@@ -6509,27 +7552,41 @@ do
6509 IFS=$as_save_IFS 7552 IFS=$as_save_IFS
6510 test -z "$as_dir" && as_dir=. 7553 test -z "$as_dir" && as_dir=.
6511 for ac_exec_ext in '' $ac_executable_extensions; do 7554 for ac_exec_ext in '' $ac_executable_extensions; do
6512 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7555 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6513 ac_cv_prog_ac_ct_STRIP="strip" 7556 ac_cv_prog_ac_ct_STRIP="strip"
6514 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 7557 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6515 break 2 7558 break 2
6516 fi 7559 fi
6517done 7560done
6518done 7561done
7562IFS=$as_save_IFS
6519 7563
6520 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
6521fi 7564fi
6522fi 7565fi
6523ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 7566ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6524if test -n "$ac_ct_STRIP"; then 7567if test -n "$ac_ct_STRIP"; then
6525 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 7568 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6526echo "${ECHO_T}$ac_ct_STRIP" >&6 7569echo "${ECHO_T}$ac_ct_STRIP" >&6; }
6527else 7570else
6528 echo "$as_me:$LINENO: result: no" >&5 7571 { echo "$as_me:$LINENO: result: no" >&5
6529echo "${ECHO_T}no" >&6 7572echo "${ECHO_T}no" >&6; }
6530fi 7573fi
6531 7574
6532 STRIP=$ac_ct_STRIP 7575 if test "x$ac_ct_STRIP" = x; then
7576 STRIP=":"
7577 else
7578 case $cross_compiling:$ac_tool_warned in
7579yes:)
7580{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7581whose name does not start with the host triplet. If you think this
7582configuration is useful to you, please write to autoconf@gnu.org." >&5
7583echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7584whose name does not start with the host triplet. If you think this
7585configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7586ac_tool_warned=yes ;;
7587esac
7588 STRIP=$ac_ct_STRIP
7589 fi
6533else 7590else
6534 STRIP="$ac_cv_prog_STRIP" 7591 STRIP="$ac_cv_prog_STRIP"
6535fi 7592fi
@@ -6588,8 +7645,8 @@ cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
6588case $deplibs_check_method in 7645case $deplibs_check_method in
6589file_magic*) 7646file_magic*)
6590 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 7647 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
6591 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5 7648 { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
6592echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6 7649echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
6593if test "${lt_cv_path_MAGIC_CMD+set}" = set; then 7650if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
6594 echo $ECHO_N "(cached) $ECHO_C" >&6 7651 echo $ECHO_N "(cached) $ECHO_C" >&6
6595else 7652else
@@ -6641,17 +7698,17 @@ fi
6641 7698
6642MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 7699MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6643if test -n "$MAGIC_CMD"; then 7700if test -n "$MAGIC_CMD"; then
6644 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 7701 { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
6645echo "${ECHO_T}$MAGIC_CMD" >&6 7702echo "${ECHO_T}$MAGIC_CMD" >&6; }
6646else 7703else
6647 echo "$as_me:$LINENO: result: no" >&5 7704 { echo "$as_me:$LINENO: result: no" >&5
6648echo "${ECHO_T}no" >&6 7705echo "${ECHO_T}no" >&6; }
6649fi 7706fi
6650 7707
6651if test -z "$lt_cv_path_MAGIC_CMD"; then 7708if test -z "$lt_cv_path_MAGIC_CMD"; then
6652 if test -n "$ac_tool_prefix"; then 7709 if test -n "$ac_tool_prefix"; then
6653 echo "$as_me:$LINENO: checking for file" >&5 7710 { echo "$as_me:$LINENO: checking for file" >&5
6654echo $ECHO_N "checking for file... $ECHO_C" >&6 7711echo $ECHO_N "checking for file... $ECHO_C" >&6; }
6655if test "${lt_cv_path_MAGIC_CMD+set}" = set; then 7712if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
6656 echo $ECHO_N "(cached) $ECHO_C" >&6 7713 echo $ECHO_N "(cached) $ECHO_C" >&6
6657else 7714else
@@ -6703,11 +7760,11 @@ fi
6703 7760
6704MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 7761MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6705if test -n "$MAGIC_CMD"; then 7762if test -n "$MAGIC_CMD"; then
6706 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 7763 { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
6707echo "${ECHO_T}$MAGIC_CMD" >&6 7764echo "${ECHO_T}$MAGIC_CMD" >&6; }
6708else 7765else
6709 echo "$as_me:$LINENO: result: no" >&5 7766 { echo "$as_me:$LINENO: result: no" >&5
6710echo "${ECHO_T}no" >&6 7767echo "${ECHO_T}no" >&6; }
6711fi 7768fi
6712 7769
6713 else 7770 else
@@ -6722,21 +7779,21 @@ esac
6722enable_dlopen=no 7779enable_dlopen=no
6723enable_win32_dll=yes 7780enable_win32_dll=yes
6724 7781
6725# Check whether --enable-libtool-lock or --disable-libtool-lock was given. 7782# Check whether --enable-libtool-lock was given.
6726if test "${enable_libtool_lock+set}" = set; then 7783if test "${enable_libtool_lock+set}" = set; then
6727 enableval="$enable_libtool_lock" 7784 enableval=$enable_libtool_lock;
7785fi
6728 7786
6729fi;
6730test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes 7787test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6731 7788
6732 7789
6733# Check whether --with-pic or --without-pic was given. 7790# Check whether --with-pic was given.
6734if test "${with_pic+set}" = set; then 7791if test "${with_pic+set}" = set; then
6735 withval="$with_pic" 7792 withval=$with_pic; pic_mode="$withval"
6736 pic_mode="$withval"
6737else 7793else
6738 pic_mode=default 7794 pic_mode=default
6739fi; 7795fi
7796
6740test -z "$pic_mode" && pic_mode=default 7797test -z "$pic_mode" && pic_mode=default
6741 7798
6742# Use C for the default configuration in the libtool script 7799# Use C for the default configuration in the libtool script
@@ -6794,8 +7851,8 @@ if test "$GCC" = yes; then
6794 lt_prog_compiler_no_builtin_flag=' -fno-builtin' 7851 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
6795 7852
6796 7853
6797echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 7854{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
6798echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6 7855echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
6799if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then 7856if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
6800 echo $ECHO_N "(cached) $ECHO_C" >&6 7857 echo $ECHO_N "(cached) $ECHO_C" >&6
6801else 7858else
@@ -6812,11 +7869,11 @@ else
6812 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 7869 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
6813 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7870 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6814 -e 's:$: $lt_compiler_flag:'` 7871 -e 's:$: $lt_compiler_flag:'`
6815 (eval echo "\"\$as_me:6815: $lt_compile\"" >&5) 7872 (eval echo "\"\$as_me:7872: $lt_compile\"" >&5)
6816 (eval "$lt_compile" 2>conftest.err) 7873 (eval "$lt_compile" 2>conftest.err)
6817 ac_status=$? 7874 ac_status=$?
6818 cat conftest.err >&5 7875 cat conftest.err >&5
6819 echo "$as_me:6819: \$? = $ac_status" >&5 7876 echo "$as_me:7876: \$? = $ac_status" >&5
6820 if (exit $ac_status) && test -s "$ac_outfile"; then 7877 if (exit $ac_status) && test -s "$ac_outfile"; then
6821 # The compiler can only warn and ignore the option if not recognized 7878 # The compiler can only warn and ignore the option if not recognized
6822 # So say no if there are warnings other than the usual output. 7879 # So say no if there are warnings other than the usual output.
@@ -6829,8 +7886,8 @@ else
6829 $rm conftest* 7886 $rm conftest*
6830 7887
6831fi 7888fi
6832echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 7889{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
6833echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6 7890echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
6834 7891
6835if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then 7892if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
6836 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" 7893 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
@@ -6844,8 +7901,8 @@ lt_prog_compiler_wl=
6844lt_prog_compiler_pic= 7901lt_prog_compiler_pic=
6845lt_prog_compiler_static= 7902lt_prog_compiler_static=
6846 7903
6847echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 7904{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
6848echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 7905echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
6849 7906
6850 if test "$GCC" = yes; then 7907 if test "$GCC" = yes; then
6851 lt_prog_compiler_wl='-Wl,' 7908 lt_prog_compiler_wl='-Wl,'
@@ -6974,7 +8031,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
6974 lt_prog_compiler_static='-Bstatic' 8031 lt_prog_compiler_static='-Bstatic'
6975 ;; 8032 ;;
6976 8033
6977 linux*) 8034 linux* | k*bsd*-gnu)
6978 case $cc_basename in 8035 case $cc_basename in
6979 icc* | ecc*) 8036 icc* | ecc*)
6980 lt_prog_compiler_wl='-Wl,' 8037 lt_prog_compiler_wl='-Wl,'
@@ -7054,16 +8111,16 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
7054 esac 8111 esac
7055 fi 8112 fi
7056 8113
7057echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 8114{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
7058echo "${ECHO_T}$lt_prog_compiler_pic" >&6 8115echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
7059 8116
7060# 8117#
7061# Check to make sure the PIC flag actually works. 8118# Check to make sure the PIC flag actually works.
7062# 8119#
7063if test -n "$lt_prog_compiler_pic"; then 8120if test -n "$lt_prog_compiler_pic"; then
7064 8121
7065echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 8122{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7066echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6 8123echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
7067if test "${lt_prog_compiler_pic_works+set}" = set; then 8124if test "${lt_prog_compiler_pic_works+set}" = set; then
7068 echo $ECHO_N "(cached) $ECHO_C" >&6 8125 echo $ECHO_N "(cached) $ECHO_C" >&6
7069else 8126else
@@ -7080,11 +8137,11 @@ else
7080 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 8137 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7081 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8138 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7082 -e 's:$: $lt_compiler_flag:'` 8139 -e 's:$: $lt_compiler_flag:'`
7083 (eval echo "\"\$as_me:7083: $lt_compile\"" >&5) 8140 (eval echo "\"\$as_me:8140: $lt_compile\"" >&5)
7084 (eval "$lt_compile" 2>conftest.err) 8141 (eval "$lt_compile" 2>conftest.err)
7085 ac_status=$? 8142 ac_status=$?
7086 cat conftest.err >&5 8143 cat conftest.err >&5
7087 echo "$as_me:7087: \$? = $ac_status" >&5 8144 echo "$as_me:8144: \$? = $ac_status" >&5
7088 if (exit $ac_status) && test -s "$ac_outfile"; then 8145 if (exit $ac_status) && test -s "$ac_outfile"; then
7089 # The compiler can only warn and ignore the option if not recognized 8146 # The compiler can only warn and ignore the option if not recognized
7090 # So say no if there are warnings other than the usual output. 8147 # So say no if there are warnings other than the usual output.
@@ -7097,8 +8154,8 @@ else
7097 $rm conftest* 8154 $rm conftest*
7098 8155
7099fi 8156fi
7100echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5 8157{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
7101echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6 8158echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6; }
7102 8159
7103if test x"$lt_prog_compiler_pic_works" = xyes; then 8160if test x"$lt_prog_compiler_pic_works" = xyes; then
7104 case $lt_prog_compiler_pic in 8161 case $lt_prog_compiler_pic in
@@ -7125,8 +8182,8 @@ esac
7125# Check to make sure the static flag actually works. 8182# Check to make sure the static flag actually works.
7126# 8183#
7127wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" 8184wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7128echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 8185{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7129echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6 8186echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
7130if test "${lt_prog_compiler_static_works+set}" = set; then 8187if test "${lt_prog_compiler_static_works+set}" = set; then
7131 echo $ECHO_N "(cached) $ECHO_C" >&6 8188 echo $ECHO_N "(cached) $ECHO_C" >&6
7132else 8189else
@@ -7153,8 +8210,8 @@ else
7153 LDFLAGS="$save_LDFLAGS" 8210 LDFLAGS="$save_LDFLAGS"
7154 8211
7155fi 8212fi
7156echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5 8213{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
7157echo "${ECHO_T}$lt_prog_compiler_static_works" >&6 8214echo "${ECHO_T}$lt_prog_compiler_static_works" >&6; }
7158 8215
7159if test x"$lt_prog_compiler_static_works" = xyes; then 8216if test x"$lt_prog_compiler_static_works" = xyes; then
7160 : 8217 :
@@ -7163,8 +8220,8 @@ else
7163fi 8220fi
7164 8221
7165 8222
7166echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 8223{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
7167echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 8224echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
7168if test "${lt_cv_prog_compiler_c_o+set}" = set; then 8225if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7169 echo $ECHO_N "(cached) $ECHO_C" >&6 8226 echo $ECHO_N "(cached) $ECHO_C" >&6
7170else 8227else
@@ -7184,11 +8241,11 @@ else
7184 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 8241 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7185 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8242 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7186 -e 's:$: $lt_compiler_flag:'` 8243 -e 's:$: $lt_compiler_flag:'`
7187 (eval echo "\"\$as_me:7187: $lt_compile\"" >&5) 8244 (eval echo "\"\$as_me:8244: $lt_compile\"" >&5)
7188 (eval "$lt_compile" 2>out/conftest.err) 8245 (eval "$lt_compile" 2>out/conftest.err)
7189 ac_status=$? 8246 ac_status=$?
7190 cat out/conftest.err >&5 8247 cat out/conftest.err >&5
7191 echo "$as_me:7191: \$? = $ac_status" >&5 8248 echo "$as_me:8248: \$? = $ac_status" >&5
7192 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8249 if (exit $ac_status) && test -s out/conftest2.$ac_objext
7193 then 8250 then
7194 # The compiler can only warn and ignore the option if not recognized 8251 # The compiler can only warn and ignore the option if not recognized
@@ -7210,23 +8267,23 @@ else
7210 $rm conftest* 8267 $rm conftest*
7211 8268
7212fi 8269fi
7213echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 8270{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
7214echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6 8271echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
7215 8272
7216 8273
7217hard_links="nottested" 8274hard_links="nottested"
7218if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then 8275if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
7219 # do not overwrite the value of need_locks provided by the user 8276 # do not overwrite the value of need_locks provided by the user
7220 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 8277 { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
7221echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 8278echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
7222 hard_links=yes 8279 hard_links=yes
7223 $rm conftest* 8280 $rm conftest*
7224 ln conftest.a conftest.b 2>/dev/null && hard_links=no 8281 ln conftest.a conftest.b 2>/dev/null && hard_links=no
7225 touch conftest.a 8282 touch conftest.a
7226 ln conftest.a conftest.b 2>&5 || hard_links=no 8283 ln conftest.a conftest.b 2>&5 || hard_links=no
7227 ln conftest.a conftest.b 2>/dev/null && hard_links=no 8284 ln conftest.a conftest.b 2>/dev/null && hard_links=no
7228 echo "$as_me:$LINENO: result: $hard_links" >&5 8285 { echo "$as_me:$LINENO: result: $hard_links" >&5
7229echo "${ECHO_T}$hard_links" >&6 8286echo "${ECHO_T}$hard_links" >&6; }
7230 if test "$hard_links" = no; then 8287 if test "$hard_links" = no; then
7231 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 8288 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7232echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} 8289echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
@@ -7236,8 +8293,8 @@ else
7236 need_locks=no 8293 need_locks=no
7237fi 8294fi
7238 8295
7239echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 8296{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7240echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 8297echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
7241 8298
7242 runpath_var= 8299 runpath_var=
7243 allow_undefined_flag= 8300 allow_undefined_flag=
@@ -7413,7 +8470,7 @@ EOF
7413 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' 8470 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'
7414 ;; 8471 ;;
7415 8472
7416 linux*) 8473 linux* | k*bsd*-gnu)
7417 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 8474 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
7418 tmp_addflag= 8475 tmp_addflag=
7419 case $cc_basename,$host_cpu in 8476 case $cc_basename,$host_cpu in
@@ -7439,12 +8496,13 @@ EOF
7439 $echo "local: *; };" >> $output_objdir/$libname.ver~ 8496 $echo "local: *; };" >> $output_objdir/$libname.ver~
7440 $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 8497 $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
7441 fi 8498 fi
8499 link_all_deplibs=no
7442 else 8500 else
7443 ld_shlibs=no 8501 ld_shlibs=no
7444 fi 8502 fi
7445 ;; 8503 ;;
7446 8504
7447 netbsd*) 8505 netbsd* | netbsdelf*-gnu)
7448 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 8506 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
7449 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' 8507 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
7450 wlarc= 8508 wlarc=
@@ -7652,24 +8710,36 @@ main ()
7652} 8710}
7653_ACEOF 8711_ACEOF
7654rm -f conftest.$ac_objext conftest$ac_exeext 8712rm -f conftest.$ac_objext conftest$ac_exeext
7655if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8713if { (ac_try="$ac_link"
7656 (eval $ac_link) 2>conftest.er1 8714case "(($ac_try" in
8715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8716 *) ac_try_echo=$ac_try;;
8717esac
8718eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8719 (eval "$ac_link") 2>conftest.er1
7657 ac_status=$? 8720 ac_status=$?
7658 grep -v '^ *+' conftest.er1 >conftest.err 8721 grep -v '^ *+' conftest.er1 >conftest.err
7659 rm -f conftest.er1 8722 rm -f conftest.er1
7660 cat conftest.err >&5 8723 cat conftest.err >&5
7661 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7662 (exit $ac_status); } && 8725 (exit $ac_status); } &&
7663 { ac_try='test -z "$ac_c_werror_flag" 8726 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7664 || test ! -s conftest.err' 8727 { (case "(($ac_try" in
7665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7666 (eval $ac_try) 2>&5 8729 *) ac_try_echo=$ac_try;;
8730esac
8731eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8732 (eval "$ac_try") 2>&5
7667 ac_status=$? 8733 ac_status=$?
7668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7669 (exit $ac_status); }; } && 8735 (exit $ac_status); }; } &&
7670 { ac_try='test -s conftest$ac_exeext' 8736 { ac_try='test -s conftest$ac_exeext'
7671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8737 { (case "(($ac_try" in
7672 (eval $ac_try) 2>&5 8738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8739 *) ac_try_echo=$ac_try;;
8740esac
8741eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8742 (eval "$ac_try") 2>&5
7673 ac_status=$? 8743 ac_status=$?
7674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7675 (exit $ac_status); }; }; then 8745 (exit $ac_status); }; }; then
@@ -7683,8 +8753,10 @@ else
7683 echo "$as_me: failed program was:" >&5 8753 echo "$as_me: failed program was:" >&5
7684sed 's/^/| /' conftest.$ac_ext >&5 8754sed 's/^/| /' conftest.$ac_ext >&5
7685 8755
8756
7686fi 8757fi
7687rm -f conftest.err conftest.$ac_objext \ 8758
8759rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7688 conftest$ac_exeext conftest.$ac_ext 8760 conftest$ac_exeext conftest.$ac_ext
7689if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 8761if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
7690 8762
@@ -7713,24 +8785,36 @@ main ()
7713} 8785}
7714_ACEOF 8786_ACEOF
7715rm -f conftest.$ac_objext conftest$ac_exeext 8787rm -f conftest.$ac_objext conftest$ac_exeext
7716if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8788if { (ac_try="$ac_link"
7717 (eval $ac_link) 2>conftest.er1 8789case "(($ac_try" in
8790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8791 *) ac_try_echo=$ac_try;;
8792esac
8793eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8794 (eval "$ac_link") 2>conftest.er1
7718 ac_status=$? 8795 ac_status=$?
7719 grep -v '^ *+' conftest.er1 >conftest.err 8796 grep -v '^ *+' conftest.er1 >conftest.err
7720 rm -f conftest.er1 8797 rm -f conftest.er1
7721 cat conftest.err >&5 8798 cat conftest.err >&5
7722 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7723 (exit $ac_status); } && 8800 (exit $ac_status); } &&
7724 { ac_try='test -z "$ac_c_werror_flag" 8801 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7725 || test ! -s conftest.err' 8802 { (case "(($ac_try" in
7726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7727 (eval $ac_try) 2>&5 8804 *) ac_try_echo=$ac_try;;
8805esac
8806eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8807 (eval "$ac_try") 2>&5
7728 ac_status=$? 8808 ac_status=$?
7729 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7730 (exit $ac_status); }; } && 8810 (exit $ac_status); }; } &&
7731 { ac_try='test -s conftest$ac_exeext' 8811 { ac_try='test -s conftest$ac_exeext'
7732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8812 { (case "(($ac_try" in
7733 (eval $ac_try) 2>&5 8813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8814 *) ac_try_echo=$ac_try;;
8815esac
8816eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8817 (eval "$ac_try") 2>&5
7734 ac_status=$? 8818 ac_status=$?
7735 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7736 (exit $ac_status); }; }; then 8820 (exit $ac_status); }; }; then
@@ -7744,8 +8828,10 @@ else
7744 echo "$as_me: failed program was:" >&5 8828 echo "$as_me: failed program was:" >&5
7745sed 's/^/| /' conftest.$ac_ext >&5 8829sed 's/^/| /' conftest.$ac_ext >&5
7746 8830
8831
7747fi 8832fi
7748rm -f conftest.err conftest.$ac_objext \ 8833
8834rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7749 conftest$ac_exeext conftest.$ac_ext 8835 conftest$ac_exeext conftest.$ac_ext
7750if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 8836if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
7751 8837
@@ -7876,7 +8962,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
7876 ;; 8962 ;;
7877 8963
7878 # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 8964 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
7879 freebsd* | kfreebsd*-gnu | dragonfly*) 8965 freebsd* | dragonfly*)
7880 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 8966 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
7881 hardcode_libdir_flag_spec='-R$libdir' 8967 hardcode_libdir_flag_spec='-R$libdir'
7882 hardcode_direct=yes 8968 hardcode_direct=yes
@@ -7978,7 +9064,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
7978 link_all_deplibs=yes 9064 link_all_deplibs=yes
7979 ;; 9065 ;;
7980 9066
7981 netbsd*) 9067 netbsd* | netbsdelf*-gnu)
7982 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 9068 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
7983 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out 9069 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
7984 else 9070 else
@@ -8194,8 +9280,8 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8194 esac 9280 esac
8195 fi 9281 fi
8196 9282
8197echo "$as_me:$LINENO: result: $ld_shlibs" >&5 9283{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5
8198echo "${ECHO_T}$ld_shlibs" >&6 9284echo "${ECHO_T}$ld_shlibs" >&6; }
8199test "$ld_shlibs" = no && can_build_shared=no 9285test "$ld_shlibs" = no && can_build_shared=no
8200 9286
8201# 9287#
@@ -8215,8 +9301,8 @@ x|xyes)
8215 # Test whether the compiler implicitly links with -lc since on some 9301 # Test whether the compiler implicitly links with -lc since on some
8216 # systems, -lgcc has to come before -lc. If gcc already passes -lc 9302 # systems, -lgcc has to come before -lc. If gcc already passes -lc
8217 # to ld, don't add -lc before -lgcc. 9303 # to ld, don't add -lc before -lgcc.
8218 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 9304 { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
8219echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 9305echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
8220 $rm conftest* 9306 $rm conftest*
8221 printf "$lt_simple_compile_test_code" > conftest.$ac_ext 9307 printf "$lt_simple_compile_test_code" > conftest.$ac_ext
8222 9308
@@ -8253,16 +9339,16 @@ echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&
8253 cat conftest.err 1>&5 9339 cat conftest.err 1>&5
8254 fi 9340 fi
8255 $rm conftest* 9341 $rm conftest*
8256 echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5 9342 { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
8257echo "${ECHO_T}$archive_cmds_need_lc" >&6 9343echo "${ECHO_T}$archive_cmds_need_lc" >&6; }
8258 ;; 9344 ;;
8259 esac 9345 esac
8260 fi 9346 fi
8261 ;; 9347 ;;
8262esac 9348esac
8263 9349
8264echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 9350{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
8265echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 9351echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
8266library_names_spec= 9352library_names_spec=
8267libname_spec='lib$name' 9353libname_spec='lib$name'
8268soname_spec= 9354soname_spec=
@@ -8468,18 +9554,6 @@ freebsd1*)
8468 dynamic_linker=no 9554 dynamic_linker=no
8469 ;; 9555 ;;
8470 9556
8471kfreebsd*-gnu)
8472 version_type=linux
8473 need_lib_prefix=no
8474 need_version=no
8475 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
8476 soname_spec='${libname}${release}${shared_ext}$major'
8477 shlibpath_var=LD_LIBRARY_PATH
8478 shlibpath_overrides_runpath=no
8479 hardcode_into_libs=yes
8480 dynamic_linker='GNU ld.so'
8481 ;;
8482
8483freebsd* | dragonfly*) 9557freebsd* | dragonfly*)
8484 # DragonFly does not have aout. When/if they implement a new 9558 # DragonFly does not have aout. When/if they implement a new
8485 # versioning mechanism, adjust this. 9559 # versioning mechanism, adjust this.
@@ -8635,7 +9709,7 @@ linux*oldld* | linux*aout* | linux*coff*)
8635 ;; 9709 ;;
8636 9710
8637# This must be Linux ELF. 9711# This must be Linux ELF.
8638linux*) 9712linux* | k*bsd*-gnu)
8639 version_type=linux 9713 version_type=linux
8640 need_lib_prefix=no 9714 need_lib_prefix=no
8641 need_version=no 9715 need_version=no
@@ -8649,31 +9723,10 @@ linux*)
8649 # before this can be enabled. 9723 # before this can be enabled.
8650 hardcode_into_libs=yes 9724 hardcode_into_libs=yes
8651 9725
8652 # find out which ABI we are using
8653 libsuff=
8654 case "$host_cpu" in
8655 x86_64*|s390x*|powerpc64*)
8656 echo '#line 8656 "configure"' > conftest.$ac_ext
8657 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8658 (eval $ac_compile) 2>&5
8659 ac_status=$?
8660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8661 (exit $ac_status); }; then
8662 case `/usr/bin/file conftest.$ac_objext` in
8663 *64-bit*)
8664 libsuff=64
8665 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
8666 ;;
8667 esac
8668 fi
8669 rm -rf conftest*
8670 ;;
8671 esac
8672
8673 # Append ld.so.conf contents to the search path 9726 # Append ld.so.conf contents to the search path
8674 if test -f /etc/ld.so.conf; then 9727 if test -f /etc/ld.so.conf; then
8675 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' ' '` 9728 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' ' '`
8676 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" 9729 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
8677 fi 9730 fi
8678 9731
8679 # We used to test for /lib/ld.so.1 and disable shared libraries on 9732 # We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -8685,7 +9738,7 @@ linux*)
8685 dynamic_linker='GNU/Linux ld.so' 9738 dynamic_linker='GNU/Linux ld.so'
8686 ;; 9739 ;;
8687 9740
8688knetbsd*-gnu) 9741netbsdelf*-gnu)
8689 version_type=linux 9742 version_type=linux
8690 need_lib_prefix=no 9743 need_lib_prefix=no
8691 need_version=no 9744 need_version=no
@@ -8694,7 +9747,7 @@ knetbsd*-gnu)
8694 shlibpath_var=LD_LIBRARY_PATH 9747 shlibpath_var=LD_LIBRARY_PATH
8695 shlibpath_overrides_runpath=no 9748 shlibpath_overrides_runpath=no
8696 hardcode_into_libs=yes 9749 hardcode_into_libs=yes
8697 dynamic_linker='GNU ld.so' 9750 dynamic_linker='NetBSD ld.elf_so'
8698 ;; 9751 ;;
8699 9752
8700netbsd*) 9753netbsd*)
@@ -8870,8 +9923,8 @@ uts4*)
8870 dynamic_linker=no 9923 dynamic_linker=no
8871 ;; 9924 ;;
8872esac 9925esac
8873echo "$as_me:$LINENO: result: $dynamic_linker" >&5 9926{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
8874echo "${ECHO_T}$dynamic_linker" >&6 9927echo "${ECHO_T}$dynamic_linker" >&6; }
8875test "$dynamic_linker" = no && can_build_shared=no 9928test "$dynamic_linker" = no && can_build_shared=no
8876 9929
8877variables_saved_for_relink="PATH $shlibpath_var $runpath_var" 9930variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
@@ -8879,8 +9932,8 @@ if test "$GCC" = yes; then
8879 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" 9932 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
8880fi 9933fi
8881 9934
8882echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 9935{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
8883echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 9936echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
8884hardcode_action= 9937hardcode_action=
8885if test -n "$hardcode_libdir_flag_spec" || \ 9938if test -n "$hardcode_libdir_flag_spec" || \
8886 test -n "$runpath_var" || \ 9939 test -n "$runpath_var" || \
@@ -8904,8 +9957,8 @@ else
8904 # directories. 9957 # directories.
8905 hardcode_action=unsupported 9958 hardcode_action=unsupported
8906fi 9959fi
8907echo "$as_me:$LINENO: result: $hardcode_action" >&5 9960{ echo "$as_me:$LINENO: result: $hardcode_action" >&5
8908echo "${ECHO_T}$hardcode_action" >&6 9961echo "${ECHO_T}$hardcode_action" >&6; }
8909 9962
8910if test "$hardcode_action" = relink; then 9963if test "$hardcode_action" = relink; then
8911 # Fast installation is not supported 9964 # Fast installation is not supported
@@ -8918,29 +9971,29 @@ fi
8918 9971
8919striplib= 9972striplib=
8920old_striplib= 9973old_striplib=
8921echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 9974{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
8922echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 9975echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
8923if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then 9976if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
8924 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 9977 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
8925 test -z "$striplib" && striplib="$STRIP --strip-unneeded" 9978 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
8926 echo "$as_me:$LINENO: result: yes" >&5 9979 { echo "$as_me:$LINENO: result: yes" >&5
8927echo "${ECHO_T}yes" >&6 9980echo "${ECHO_T}yes" >&6; }
8928else 9981else
8929# FIXME - insert some real tests, host_os isn't really good enough 9982# FIXME - insert some real tests, host_os isn't really good enough
8930 case $host_os in 9983 case $host_os in
8931 darwin*) 9984 darwin*)
8932 if test -n "$STRIP" ; then 9985 if test -n "$STRIP" ; then
8933 striplib="$STRIP -x" 9986 striplib="$STRIP -x"
8934 echo "$as_me:$LINENO: result: yes" >&5 9987 { echo "$as_me:$LINENO: result: yes" >&5
8935echo "${ECHO_T}yes" >&6 9988echo "${ECHO_T}yes" >&6; }
8936 else 9989 else
8937 echo "$as_me:$LINENO: result: no" >&5 9990 { echo "$as_me:$LINENO: result: no" >&5
8938echo "${ECHO_T}no" >&6 9991echo "${ECHO_T}no" >&6; }
8939fi 9992fi
8940 ;; 9993 ;;
8941 *) 9994 *)
8942 echo "$as_me:$LINENO: result: no" >&5 9995 { echo "$as_me:$LINENO: result: no" >&5
8943echo "${ECHO_T}no" >&6 9996echo "${ECHO_T}no" >&6; }
8944 ;; 9997 ;;
8945 esac 9998 esac
8946fi 9999fi
@@ -8972,8 +10025,8 @@ else
8972 10025
8973 darwin*) 10026 darwin*)
8974 # if libdl is installed we need to link against it 10027 # if libdl is installed we need to link against it
8975 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 10028 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
8976echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 10029echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
8977if test "${ac_cv_lib_dl_dlopen+set}" = set; then 10030if test "${ac_cv_lib_dl_dlopen+set}" = set; then
8978 echo $ECHO_N "(cached) $ECHO_C" >&6 10031 echo $ECHO_N "(cached) $ECHO_C" >&6
8979else 10032else
@@ -8986,40 +10039,52 @@ cat confdefs.h >>conftest.$ac_ext
8986cat >>conftest.$ac_ext <<_ACEOF 10039cat >>conftest.$ac_ext <<_ACEOF
8987/* end confdefs.h. */ 10040/* end confdefs.h. */
8988 10041
8989/* Override any gcc2 internal prototype to avoid an error. */ 10042/* Override any GCC internal prototype to avoid an error.
10043 Use char because int might match the return type of a GCC
10044 builtin and then its argument prototype would still apply. */
8990#ifdef __cplusplus 10045#ifdef __cplusplus
8991extern "C" 10046extern "C"
8992#endif 10047#endif
8993/* We use char because int might match the return type of a gcc2
8994 builtin and then its argument prototype would still apply. */
8995char dlopen (); 10048char dlopen ();
8996int 10049int
8997main () 10050main ()
8998{ 10051{
8999dlopen (); 10052return dlopen ();
9000 ; 10053 ;
9001 return 0; 10054 return 0;
9002} 10055}
9003_ACEOF 10056_ACEOF
9004rm -f conftest.$ac_objext conftest$ac_exeext 10057rm -f conftest.$ac_objext conftest$ac_exeext
9005if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10058if { (ac_try="$ac_link"
9006 (eval $ac_link) 2>conftest.er1 10059case "(($ac_try" in
10060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10061 *) ac_try_echo=$ac_try;;
10062esac
10063eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10064 (eval "$ac_link") 2>conftest.er1
9007 ac_status=$? 10065 ac_status=$?
9008 grep -v '^ *+' conftest.er1 >conftest.err 10066 grep -v '^ *+' conftest.er1 >conftest.err
9009 rm -f conftest.er1 10067 rm -f conftest.er1
9010 cat conftest.err >&5 10068 cat conftest.err >&5
9011 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9012 (exit $ac_status); } && 10070 (exit $ac_status); } &&
9013 { ac_try='test -z "$ac_c_werror_flag" 10071 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9014 || test ! -s conftest.err' 10072 { (case "(($ac_try" in
9015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9016 (eval $ac_try) 2>&5 10074 *) ac_try_echo=$ac_try;;
10075esac
10076eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10077 (eval "$ac_try") 2>&5
9017 ac_status=$? 10078 ac_status=$?
9018 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9019 (exit $ac_status); }; } && 10080 (exit $ac_status); }; } &&
9020 { ac_try='test -s conftest$ac_exeext' 10081 { ac_try='test -s conftest$ac_exeext'
9021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10082 { (case "(($ac_try" in
9022 (eval $ac_try) 2>&5 10083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10084 *) ac_try_echo=$ac_try;;
10085esac
10086eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10087 (eval "$ac_try") 2>&5
9023 ac_status=$? 10088 ac_status=$?
9024 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9025 (exit $ac_status); }; }; then 10090 (exit $ac_status); }; }; then
@@ -9028,14 +10093,15 @@ else
9028 echo "$as_me: failed program was:" >&5 10093 echo "$as_me: failed program was:" >&5
9029sed 's/^/| /' conftest.$ac_ext >&5 10094sed 's/^/| /' conftest.$ac_ext >&5
9030 10095
9031ac_cv_lib_dl_dlopen=no 10096 ac_cv_lib_dl_dlopen=no
9032fi 10097fi
9033rm -f conftest.err conftest.$ac_objext \ 10098
10099rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9034 conftest$ac_exeext conftest.$ac_ext 10100 conftest$ac_exeext conftest.$ac_ext
9035LIBS=$ac_check_lib_save_LIBS 10101LIBS=$ac_check_lib_save_LIBS
9036fi 10102fi
9037echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 10103{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9038echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 10104echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
9039if test $ac_cv_lib_dl_dlopen = yes; then 10105if test $ac_cv_lib_dl_dlopen = yes; then
9040 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 10106 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
9041else 10107else
@@ -9049,8 +10115,8 @@ fi
9049 ;; 10115 ;;
9050 10116
9051 *) 10117 *)
9052 echo "$as_me:$LINENO: checking for shl_load" >&5 10118 { echo "$as_me:$LINENO: checking for shl_load" >&5
9053echo $ECHO_N "checking for shl_load... $ECHO_C" >&6 10119echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
9054if test "${ac_cv_func_shl_load+set}" = set; then 10120if test "${ac_cv_func_shl_load+set}" = set; then
9055 echo $ECHO_N "(cached) $ECHO_C" >&6 10121 echo $ECHO_N "(cached) $ECHO_C" >&6
9056else 10122else
@@ -9077,53 +10143,59 @@ cat >>conftest.$ac_ext <<_ACEOF
9077 10143
9078#undef shl_load 10144#undef shl_load
9079 10145
9080/* Override any gcc2 internal prototype to avoid an error. */ 10146/* Override any GCC internal prototype to avoid an error.
10147 Use char because int might match the return type of a GCC
10148 builtin and then its argument prototype would still apply. */
9081#ifdef __cplusplus 10149#ifdef __cplusplus
9082extern "C" 10150extern "C"
9083{
9084#endif 10151#endif
9085/* We use char because int might match the return type of a gcc2
9086 builtin and then its argument prototype would still apply. */
9087char shl_load (); 10152char shl_load ();
9088/* The GNU C library defines this for functions which it implements 10153/* The GNU C library defines this for functions which it implements
9089 to always fail with ENOSYS. Some functions are actually named 10154 to always fail with ENOSYS. Some functions are actually named
9090 something starting with __ and the normal name is an alias. */ 10155 something starting with __ and the normal name is an alias. */
9091#if defined (__stub_shl_load) || defined (__stub___shl_load) 10156#if defined __stub_shl_load || defined __stub___shl_load
9092choke me 10157choke me
9093#else
9094char (*f) () = shl_load;
9095#endif
9096#ifdef __cplusplus
9097}
9098#endif 10158#endif
9099 10159
9100int 10160int
9101main () 10161main ()
9102{ 10162{
9103return f != shl_load; 10163return shl_load ();
9104 ; 10164 ;
9105 return 0; 10165 return 0;
9106} 10166}
9107_ACEOF 10167_ACEOF
9108rm -f conftest.$ac_objext conftest$ac_exeext 10168rm -f conftest.$ac_objext conftest$ac_exeext
9109if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10169if { (ac_try="$ac_link"
9110 (eval $ac_link) 2>conftest.er1 10170case "(($ac_try" in
10171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10172 *) ac_try_echo=$ac_try;;
10173esac
10174eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10175 (eval "$ac_link") 2>conftest.er1
9111 ac_status=$? 10176 ac_status=$?
9112 grep -v '^ *+' conftest.er1 >conftest.err 10177 grep -v '^ *+' conftest.er1 >conftest.err
9113 rm -f conftest.er1 10178 rm -f conftest.er1
9114 cat conftest.err >&5 10179 cat conftest.err >&5
9115 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9116 (exit $ac_status); } && 10181 (exit $ac_status); } &&
9117 { ac_try='test -z "$ac_c_werror_flag" 10182 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9118 || test ! -s conftest.err' 10183 { (case "(($ac_try" in
9119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9120 (eval $ac_try) 2>&5 10185 *) ac_try_echo=$ac_try;;
10186esac
10187eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10188 (eval "$ac_try") 2>&5
9121 ac_status=$? 10189 ac_status=$?
9122 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9123 (exit $ac_status); }; } && 10191 (exit $ac_status); }; } &&
9124 { ac_try='test -s conftest$ac_exeext' 10192 { ac_try='test -s conftest$ac_exeext'
9125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10193 { (case "(($ac_try" in
9126 (eval $ac_try) 2>&5 10194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10195 *) ac_try_echo=$ac_try;;
10196esac
10197eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10198 (eval "$ac_try") 2>&5
9127 ac_status=$? 10199 ac_status=$?
9128 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9129 (exit $ac_status); }; }; then 10201 (exit $ac_status); }; }; then
@@ -9132,18 +10204,19 @@ else
9132 echo "$as_me: failed program was:" >&5 10204 echo "$as_me: failed program was:" >&5
9133sed 's/^/| /' conftest.$ac_ext >&5 10205sed 's/^/| /' conftest.$ac_ext >&5
9134 10206
9135ac_cv_func_shl_load=no 10207 ac_cv_func_shl_load=no
9136fi 10208fi
9137rm -f conftest.err conftest.$ac_objext \ 10209
10210rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9138 conftest$ac_exeext conftest.$ac_ext 10211 conftest$ac_exeext conftest.$ac_ext
9139fi 10212fi
9140echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 10213{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
9141echo "${ECHO_T}$ac_cv_func_shl_load" >&6 10214echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
9142if test $ac_cv_func_shl_load = yes; then 10215if test $ac_cv_func_shl_load = yes; then
9143 lt_cv_dlopen="shl_load" 10216 lt_cv_dlopen="shl_load"
9144else 10217else
9145 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 10218 { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
9146echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6 10219echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
9147if test "${ac_cv_lib_dld_shl_load+set}" = set; then 10220if test "${ac_cv_lib_dld_shl_load+set}" = set; then
9148 echo $ECHO_N "(cached) $ECHO_C" >&6 10221 echo $ECHO_N "(cached) $ECHO_C" >&6
9149else 10222else
@@ -9156,40 +10229,52 @@ cat confdefs.h >>conftest.$ac_ext
9156cat >>conftest.$ac_ext <<_ACEOF 10229cat >>conftest.$ac_ext <<_ACEOF
9157/* end confdefs.h. */ 10230/* end confdefs.h. */
9158 10231
9159/* Override any gcc2 internal prototype to avoid an error. */ 10232/* Override any GCC internal prototype to avoid an error.
10233 Use char because int might match the return type of a GCC
10234 builtin and then its argument prototype would still apply. */
9160#ifdef __cplusplus 10235#ifdef __cplusplus
9161extern "C" 10236extern "C"
9162#endif 10237#endif
9163/* We use char because int might match the return type of a gcc2
9164 builtin and then its argument prototype would still apply. */
9165char shl_load (); 10238char shl_load ();
9166int 10239int
9167main () 10240main ()
9168{ 10241{
9169shl_load (); 10242return shl_load ();
9170 ; 10243 ;
9171 return 0; 10244 return 0;
9172} 10245}
9173_ACEOF 10246_ACEOF
9174rm -f conftest.$ac_objext conftest$ac_exeext 10247rm -f conftest.$ac_objext conftest$ac_exeext
9175if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10248if { (ac_try="$ac_link"
9176 (eval $ac_link) 2>conftest.er1 10249case "(($ac_try" in
10250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10251 *) ac_try_echo=$ac_try;;
10252esac
10253eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10254 (eval "$ac_link") 2>conftest.er1
9177 ac_status=$? 10255 ac_status=$?
9178 grep -v '^ *+' conftest.er1 >conftest.err 10256 grep -v '^ *+' conftest.er1 >conftest.err
9179 rm -f conftest.er1 10257 rm -f conftest.er1
9180 cat conftest.err >&5 10258 cat conftest.err >&5
9181 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9182 (exit $ac_status); } && 10260 (exit $ac_status); } &&
9183 { ac_try='test -z "$ac_c_werror_flag" 10261 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9184 || test ! -s conftest.err' 10262 { (case "(($ac_try" in
9185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9186 (eval $ac_try) 2>&5 10264 *) ac_try_echo=$ac_try;;
10265esac
10266eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10267 (eval "$ac_try") 2>&5
9187 ac_status=$? 10268 ac_status=$?
9188 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9189 (exit $ac_status); }; } && 10270 (exit $ac_status); }; } &&
9190 { ac_try='test -s conftest$ac_exeext' 10271 { ac_try='test -s conftest$ac_exeext'
9191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10272 { (case "(($ac_try" in
9192 (eval $ac_try) 2>&5 10273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10274 *) ac_try_echo=$ac_try;;
10275esac
10276eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10277 (eval "$ac_try") 2>&5
9193 ac_status=$? 10278 ac_status=$?
9194 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9195 (exit $ac_status); }; }; then 10280 (exit $ac_status); }; }; then
@@ -9198,19 +10283,20 @@ else
9198 echo "$as_me: failed program was:" >&5 10283 echo "$as_me: failed program was:" >&5
9199sed 's/^/| /' conftest.$ac_ext >&5 10284sed 's/^/| /' conftest.$ac_ext >&5
9200 10285
9201ac_cv_lib_dld_shl_load=no 10286 ac_cv_lib_dld_shl_load=no
9202fi 10287fi
9203rm -f conftest.err conftest.$ac_objext \ 10288
10289rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9204 conftest$ac_exeext conftest.$ac_ext 10290 conftest$ac_exeext conftest.$ac_ext
9205LIBS=$ac_check_lib_save_LIBS 10291LIBS=$ac_check_lib_save_LIBS
9206fi 10292fi
9207echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 10293{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
9208echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6 10294echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
9209if test $ac_cv_lib_dld_shl_load = yes; then 10295if test $ac_cv_lib_dld_shl_load = yes; then
9210 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" 10296 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
9211else 10297else
9212 echo "$as_me:$LINENO: checking for dlopen" >&5 10298 { echo "$as_me:$LINENO: checking for dlopen" >&5
9213echo $ECHO_N "checking for dlopen... $ECHO_C" >&6 10299echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
9214if test "${ac_cv_func_dlopen+set}" = set; then 10300if test "${ac_cv_func_dlopen+set}" = set; then
9215 echo $ECHO_N "(cached) $ECHO_C" >&6 10301 echo $ECHO_N "(cached) $ECHO_C" >&6
9216else 10302else
@@ -9237,53 +10323,59 @@ cat >>conftest.$ac_ext <<_ACEOF
9237 10323
9238#undef dlopen 10324#undef dlopen
9239 10325
9240/* Override any gcc2 internal prototype to avoid an error. */ 10326/* Override any GCC internal prototype to avoid an error.
10327 Use char because int might match the return type of a GCC
10328 builtin and then its argument prototype would still apply. */
9241#ifdef __cplusplus 10329#ifdef __cplusplus
9242extern "C" 10330extern "C"
9243{
9244#endif 10331#endif
9245/* We use char because int might match the return type of a gcc2
9246 builtin and then its argument prototype would still apply. */
9247char dlopen (); 10332char dlopen ();
9248/* The GNU C library defines this for functions which it implements 10333/* The GNU C library defines this for functions which it implements
9249 to always fail with ENOSYS. Some functions are actually named 10334 to always fail with ENOSYS. Some functions are actually named
9250 something starting with __ and the normal name is an alias. */ 10335 something starting with __ and the normal name is an alias. */
9251#if defined (__stub_dlopen) || defined (__stub___dlopen) 10336#if defined __stub_dlopen || defined __stub___dlopen
9252choke me 10337choke me
9253#else
9254char (*f) () = dlopen;
9255#endif
9256#ifdef __cplusplus
9257}
9258#endif 10338#endif
9259 10339
9260int 10340int
9261main () 10341main ()
9262{ 10342{
9263return f != dlopen; 10343return dlopen ();
9264 ; 10344 ;
9265 return 0; 10345 return 0;
9266} 10346}
9267_ACEOF 10347_ACEOF
9268rm -f conftest.$ac_objext conftest$ac_exeext 10348rm -f conftest.$ac_objext conftest$ac_exeext
9269if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10349if { (ac_try="$ac_link"
9270 (eval $ac_link) 2>conftest.er1 10350case "(($ac_try" in
10351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10352 *) ac_try_echo=$ac_try;;
10353esac
10354eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10355 (eval "$ac_link") 2>conftest.er1
9271 ac_status=$? 10356 ac_status=$?
9272 grep -v '^ *+' conftest.er1 >conftest.err 10357 grep -v '^ *+' conftest.er1 >conftest.err
9273 rm -f conftest.er1 10358 rm -f conftest.er1
9274 cat conftest.err >&5 10359 cat conftest.err >&5
9275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9276 (exit $ac_status); } && 10361 (exit $ac_status); } &&
9277 { ac_try='test -z "$ac_c_werror_flag" 10362 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9278 || test ! -s conftest.err' 10363 { (case "(($ac_try" in
9279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9280 (eval $ac_try) 2>&5 10365 *) ac_try_echo=$ac_try;;
10366esac
10367eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10368 (eval "$ac_try") 2>&5
9281 ac_status=$? 10369 ac_status=$?
9282 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9283 (exit $ac_status); }; } && 10371 (exit $ac_status); }; } &&
9284 { ac_try='test -s conftest$ac_exeext' 10372 { ac_try='test -s conftest$ac_exeext'
9285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10373 { (case "(($ac_try" in
9286 (eval $ac_try) 2>&5 10374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10375 *) ac_try_echo=$ac_try;;
10376esac
10377eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10378 (eval "$ac_try") 2>&5
9287 ac_status=$? 10379 ac_status=$?
9288 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9289 (exit $ac_status); }; }; then 10381 (exit $ac_status); }; }; then
@@ -9292,18 +10384,19 @@ else
9292 echo "$as_me: failed program was:" >&5 10384 echo "$as_me: failed program was:" >&5
9293sed 's/^/| /' conftest.$ac_ext >&5 10385sed 's/^/| /' conftest.$ac_ext >&5
9294 10386
9295ac_cv_func_dlopen=no 10387 ac_cv_func_dlopen=no
9296fi 10388fi
9297rm -f conftest.err conftest.$ac_objext \ 10389
10390rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9298 conftest$ac_exeext conftest.$ac_ext 10391 conftest$ac_exeext conftest.$ac_ext
9299fi 10392fi
9300echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 10393{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
9301echo "${ECHO_T}$ac_cv_func_dlopen" >&6 10394echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
9302if test $ac_cv_func_dlopen = yes; then 10395if test $ac_cv_func_dlopen = yes; then
9303 lt_cv_dlopen="dlopen" 10396 lt_cv_dlopen="dlopen"
9304else 10397else
9305 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 10398 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9306echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 10399echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
9307if test "${ac_cv_lib_dl_dlopen+set}" = set; then 10400if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9308 echo $ECHO_N "(cached) $ECHO_C" >&6 10401 echo $ECHO_N "(cached) $ECHO_C" >&6
9309else 10402else
@@ -9316,40 +10409,52 @@ cat confdefs.h >>conftest.$ac_ext
9316cat >>conftest.$ac_ext <<_ACEOF 10409cat >>conftest.$ac_ext <<_ACEOF
9317/* end confdefs.h. */ 10410/* end confdefs.h. */
9318 10411
9319/* Override any gcc2 internal prototype to avoid an error. */ 10412/* Override any GCC internal prototype to avoid an error.
10413 Use char because int might match the return type of a GCC
10414 builtin and then its argument prototype would still apply. */
9320#ifdef __cplusplus 10415#ifdef __cplusplus
9321extern "C" 10416extern "C"
9322#endif 10417#endif
9323/* We use char because int might match the return type of a gcc2
9324 builtin and then its argument prototype would still apply. */
9325char dlopen (); 10418char dlopen ();
9326int 10419int
9327main () 10420main ()
9328{ 10421{
9329dlopen (); 10422return dlopen ();
9330 ; 10423 ;
9331 return 0; 10424 return 0;
9332} 10425}
9333_ACEOF 10426_ACEOF
9334rm -f conftest.$ac_objext conftest$ac_exeext 10427rm -f conftest.$ac_objext conftest$ac_exeext
9335if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10428if { (ac_try="$ac_link"
9336 (eval $ac_link) 2>conftest.er1 10429case "(($ac_try" in
10430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10431 *) ac_try_echo=$ac_try;;
10432esac
10433eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10434 (eval "$ac_link") 2>conftest.er1
9337 ac_status=$? 10435 ac_status=$?
9338 grep -v '^ *+' conftest.er1 >conftest.err 10436 grep -v '^ *+' conftest.er1 >conftest.err
9339 rm -f conftest.er1 10437 rm -f conftest.er1
9340 cat conftest.err >&5 10438 cat conftest.err >&5
9341 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9342 (exit $ac_status); } && 10440 (exit $ac_status); } &&
9343 { ac_try='test -z "$ac_c_werror_flag" 10441 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9344 || test ! -s conftest.err' 10442 { (case "(($ac_try" in
9345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9346 (eval $ac_try) 2>&5 10444 *) ac_try_echo=$ac_try;;
10445esac
10446eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10447 (eval "$ac_try") 2>&5
9347 ac_status=$? 10448 ac_status=$?
9348 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9349 (exit $ac_status); }; } && 10450 (exit $ac_status); }; } &&
9350 { ac_try='test -s conftest$ac_exeext' 10451 { ac_try='test -s conftest$ac_exeext'
9351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10452 { (case "(($ac_try" in
9352 (eval $ac_try) 2>&5 10453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10454 *) ac_try_echo=$ac_try;;
10455esac
10456eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10457 (eval "$ac_try") 2>&5
9353 ac_status=$? 10458 ac_status=$?
9354 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9355 (exit $ac_status); }; }; then 10460 (exit $ac_status); }; }; then
@@ -9358,19 +10463,20 @@ else
9358 echo "$as_me: failed program was:" >&5 10463 echo "$as_me: failed program was:" >&5
9359sed 's/^/| /' conftest.$ac_ext >&5 10464sed 's/^/| /' conftest.$ac_ext >&5
9360 10465
9361ac_cv_lib_dl_dlopen=no 10466 ac_cv_lib_dl_dlopen=no
9362fi 10467fi
9363rm -f conftest.err conftest.$ac_objext \ 10468
10469rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9364 conftest$ac_exeext conftest.$ac_ext 10470 conftest$ac_exeext conftest.$ac_ext
9365LIBS=$ac_check_lib_save_LIBS 10471LIBS=$ac_check_lib_save_LIBS
9366fi 10472fi
9367echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 10473{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9368echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 10474echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
9369if test $ac_cv_lib_dl_dlopen = yes; then 10475if test $ac_cv_lib_dl_dlopen = yes; then
9370 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 10476 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
9371else 10477else
9372 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 10478 { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
9373echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6 10479echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
9374if test "${ac_cv_lib_svld_dlopen+set}" = set; then 10480if test "${ac_cv_lib_svld_dlopen+set}" = set; then
9375 echo $ECHO_N "(cached) $ECHO_C" >&6 10481 echo $ECHO_N "(cached) $ECHO_C" >&6
9376else 10482else
@@ -9383,40 +10489,52 @@ cat confdefs.h >>conftest.$ac_ext
9383cat >>conftest.$ac_ext <<_ACEOF 10489cat >>conftest.$ac_ext <<_ACEOF
9384/* end confdefs.h. */ 10490/* end confdefs.h. */
9385 10491
9386/* Override any gcc2 internal prototype to avoid an error. */ 10492/* Override any GCC internal prototype to avoid an error.
10493 Use char because int might match the return type of a GCC
10494 builtin and then its argument prototype would still apply. */
9387#ifdef __cplusplus 10495#ifdef __cplusplus
9388extern "C" 10496extern "C"
9389#endif 10497#endif
9390/* We use char because int might match the return type of a gcc2
9391 builtin and then its argument prototype would still apply. */
9392char dlopen (); 10498char dlopen ();
9393int 10499int
9394main () 10500main ()
9395{ 10501{
9396dlopen (); 10502return dlopen ();
9397 ; 10503 ;
9398 return 0; 10504 return 0;
9399} 10505}
9400_ACEOF 10506_ACEOF
9401rm -f conftest.$ac_objext conftest$ac_exeext 10507rm -f conftest.$ac_objext conftest$ac_exeext
9402if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10508if { (ac_try="$ac_link"
9403 (eval $ac_link) 2>conftest.er1 10509case "(($ac_try" in
10510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10511 *) ac_try_echo=$ac_try;;
10512esac
10513eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10514 (eval "$ac_link") 2>conftest.er1
9404 ac_status=$? 10515 ac_status=$?
9405 grep -v '^ *+' conftest.er1 >conftest.err 10516 grep -v '^ *+' conftest.er1 >conftest.err
9406 rm -f conftest.er1 10517 rm -f conftest.er1
9407 cat conftest.err >&5 10518 cat conftest.err >&5
9408 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9409 (exit $ac_status); } && 10520 (exit $ac_status); } &&
9410 { ac_try='test -z "$ac_c_werror_flag" 10521 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9411 || test ! -s conftest.err' 10522 { (case "(($ac_try" in
9412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9413 (eval $ac_try) 2>&5 10524 *) ac_try_echo=$ac_try;;
10525esac
10526eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10527 (eval "$ac_try") 2>&5
9414 ac_status=$? 10528 ac_status=$?
9415 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9416 (exit $ac_status); }; } && 10530 (exit $ac_status); }; } &&
9417 { ac_try='test -s conftest$ac_exeext' 10531 { ac_try='test -s conftest$ac_exeext'
9418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10532 { (case "(($ac_try" in
9419 (eval $ac_try) 2>&5 10533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10534 *) ac_try_echo=$ac_try;;
10535esac
10536eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10537 (eval "$ac_try") 2>&5
9420 ac_status=$? 10538 ac_status=$?
9421 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9422 (exit $ac_status); }; }; then 10540 (exit $ac_status); }; }; then
@@ -9425,19 +10543,20 @@ else
9425 echo "$as_me: failed program was:" >&5 10543 echo "$as_me: failed program was:" >&5
9426sed 's/^/| /' conftest.$ac_ext >&5 10544sed 's/^/| /' conftest.$ac_ext >&5
9427 10545
9428ac_cv_lib_svld_dlopen=no 10546 ac_cv_lib_svld_dlopen=no
9429fi 10547fi
9430rm -f conftest.err conftest.$ac_objext \ 10548
10549rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9431 conftest$ac_exeext conftest.$ac_ext 10550 conftest$ac_exeext conftest.$ac_ext
9432LIBS=$ac_check_lib_save_LIBS 10551LIBS=$ac_check_lib_save_LIBS
9433fi 10552fi
9434echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 10553{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
9435echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6 10554echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
9436if test $ac_cv_lib_svld_dlopen = yes; then 10555if test $ac_cv_lib_svld_dlopen = yes; then
9437 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 10556 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
9438else 10557else
9439 echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 10558 { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
9440echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6 10559echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
9441if test "${ac_cv_lib_dld_dld_link+set}" = set; then 10560if test "${ac_cv_lib_dld_dld_link+set}" = set; then
9442 echo $ECHO_N "(cached) $ECHO_C" >&6 10561 echo $ECHO_N "(cached) $ECHO_C" >&6
9443else 10562else
@@ -9450,40 +10569,52 @@ cat confdefs.h >>conftest.$ac_ext
9450cat >>conftest.$ac_ext <<_ACEOF 10569cat >>conftest.$ac_ext <<_ACEOF
9451/* end confdefs.h. */ 10570/* end confdefs.h. */
9452 10571
9453/* Override any gcc2 internal prototype to avoid an error. */ 10572/* Override any GCC internal prototype to avoid an error.
10573 Use char because int might match the return type of a GCC
10574 builtin and then its argument prototype would still apply. */
9454#ifdef __cplusplus 10575#ifdef __cplusplus
9455extern "C" 10576extern "C"
9456#endif 10577#endif
9457/* We use char because int might match the return type of a gcc2
9458 builtin and then its argument prototype would still apply. */
9459char dld_link (); 10578char dld_link ();
9460int 10579int
9461main () 10580main ()
9462{ 10581{
9463dld_link (); 10582return dld_link ();
9464 ; 10583 ;
9465 return 0; 10584 return 0;
9466} 10585}
9467_ACEOF 10586_ACEOF
9468rm -f conftest.$ac_objext conftest$ac_exeext 10587rm -f conftest.$ac_objext conftest$ac_exeext
9469if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10588if { (ac_try="$ac_link"
9470 (eval $ac_link) 2>conftest.er1 10589case "(($ac_try" in
10590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10591 *) ac_try_echo=$ac_try;;
10592esac
10593eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10594 (eval "$ac_link") 2>conftest.er1
9471 ac_status=$? 10595 ac_status=$?
9472 grep -v '^ *+' conftest.er1 >conftest.err 10596 grep -v '^ *+' conftest.er1 >conftest.err
9473 rm -f conftest.er1 10597 rm -f conftest.er1
9474 cat conftest.err >&5 10598 cat conftest.err >&5
9475 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9476 (exit $ac_status); } && 10600 (exit $ac_status); } &&
9477 { ac_try='test -z "$ac_c_werror_flag" 10601 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9478 || test ! -s conftest.err' 10602 { (case "(($ac_try" in
9479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9480 (eval $ac_try) 2>&5 10604 *) ac_try_echo=$ac_try;;
10605esac
10606eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10607 (eval "$ac_try") 2>&5
9481 ac_status=$? 10608 ac_status=$?
9482 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9483 (exit $ac_status); }; } && 10610 (exit $ac_status); }; } &&
9484 { ac_try='test -s conftest$ac_exeext' 10611 { ac_try='test -s conftest$ac_exeext'
9485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10612 { (case "(($ac_try" in
9486 (eval $ac_try) 2>&5 10613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10614 *) ac_try_echo=$ac_try;;
10615esac
10616eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10617 (eval "$ac_try") 2>&5
9487 ac_status=$? 10618 ac_status=$?
9488 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9489 (exit $ac_status); }; }; then 10620 (exit $ac_status); }; }; then
@@ -9492,14 +10623,15 @@ else
9492 echo "$as_me: failed program was:" >&5 10623 echo "$as_me: failed program was:" >&5
9493sed 's/^/| /' conftest.$ac_ext >&5 10624sed 's/^/| /' conftest.$ac_ext >&5
9494 10625
9495ac_cv_lib_dld_dld_link=no 10626 ac_cv_lib_dld_dld_link=no
9496fi 10627fi
9497rm -f conftest.err conftest.$ac_objext \ 10628
10629rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9498 conftest$ac_exeext conftest.$ac_ext 10630 conftest$ac_exeext conftest.$ac_ext
9499LIBS=$ac_check_lib_save_LIBS 10631LIBS=$ac_check_lib_save_LIBS
9500fi 10632fi
9501echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 10633{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
9502echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6 10634echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
9503if test $ac_cv_lib_dld_dld_link = yes; then 10635if test $ac_cv_lib_dld_dld_link = yes; then
9504 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" 10636 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
9505fi 10637fi
@@ -9539,8 +10671,8 @@ fi
9539 save_LIBS="$LIBS" 10671 save_LIBS="$LIBS"
9540 LIBS="$lt_cv_dlopen_libs $LIBS" 10672 LIBS="$lt_cv_dlopen_libs $LIBS"
9541 10673
9542 echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 10674 { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
9543echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6 10675echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
9544if test "${lt_cv_dlopen_self+set}" = set; then 10676if test "${lt_cv_dlopen_self+set}" = set; then
9545 echo $ECHO_N "(cached) $ECHO_C" >&6 10677 echo $ECHO_N "(cached) $ECHO_C" >&6
9546else 10678else
@@ -9550,7 +10682,7 @@ else
9550 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 10682 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9551 lt_status=$lt_dlunknown 10683 lt_status=$lt_dlunknown
9552 cat > conftest.$ac_ext <<EOF 10684 cat > conftest.$ac_ext <<EOF
9553#line 9553 "configure" 10685#line 10685 "configure"
9554#include "confdefs.h" 10686#include "confdefs.h"
9555 10687
9556#if HAVE_DLFCN_H 10688#if HAVE_DLFCN_H
@@ -9634,13 +10766,13 @@ rm -fr conftest*
9634 10766
9635 10767
9636fi 10768fi
9637echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 10769{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
9638echo "${ECHO_T}$lt_cv_dlopen_self" >&6 10770echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
9639 10771
9640 if test "x$lt_cv_dlopen_self" = xyes; then 10772 if test "x$lt_cv_dlopen_self" = xyes; then
9641 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" 10773 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
9642 echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 10774 { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
9643echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6 10775echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
9644if test "${lt_cv_dlopen_self_static+set}" = set; then 10776if test "${lt_cv_dlopen_self_static+set}" = set; then
9645 echo $ECHO_N "(cached) $ECHO_C" >&6 10777 echo $ECHO_N "(cached) $ECHO_C" >&6
9646else 10778else
@@ -9650,7 +10782,7 @@ else
9650 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 10782 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
9651 lt_status=$lt_dlunknown 10783 lt_status=$lt_dlunknown
9652 cat > conftest.$ac_ext <<EOF 10784 cat > conftest.$ac_ext <<EOF
9653#line 9653 "configure" 10785#line 10785 "configure"
9654#include "confdefs.h" 10786#include "confdefs.h"
9655 10787
9656#if HAVE_DLFCN_H 10788#if HAVE_DLFCN_H
@@ -9734,8 +10866,8 @@ rm -fr conftest*
9734 10866
9735 10867
9736fi 10868fi
9737echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 10869{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
9738echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6 10870echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
9739 fi 10871 fi
9740 10872
9741 CPPFLAGS="$save_CPPFLAGS" 10873 CPPFLAGS="$save_CPPFLAGS"
@@ -9757,13 +10889,13 @@ fi
9757 10889
9758 10890
9759# Report which library types will actually be built 10891# Report which library types will actually be built
9760echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 10892{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
9761echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6 10893echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
9762echo "$as_me:$LINENO: result: $can_build_shared" >&5 10894{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
9763echo "${ECHO_T}$can_build_shared" >&6 10895echo "${ECHO_T}$can_build_shared" >&6; }
9764 10896
9765echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 10897{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
9766echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6 10898echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
9767test "$can_build_shared" = "no" && enable_shared=no 10899test "$can_build_shared" = "no" && enable_shared=no
9768 10900
9769# On AIX, shared libraries and static libraries use the same namespace, and 10901# On AIX, shared libraries and static libraries use the same namespace, and
@@ -9783,15 +10915,15 @@ aix4* | aix5*)
9783 fi 10915 fi
9784 ;; 10916 ;;
9785esac 10917esac
9786echo "$as_me:$LINENO: result: $enable_shared" >&5 10918{ echo "$as_me:$LINENO: result: $enable_shared" >&5
9787echo "${ECHO_T}$enable_shared" >&6 10919echo "${ECHO_T}$enable_shared" >&6; }
9788 10920
9789echo "$as_me:$LINENO: checking whether to build static libraries" >&5 10921{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
9790echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6 10922echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
9791# Make sure either enable_shared or enable_static is yes. 10923# Make sure either enable_shared or enable_static is yes.
9792test "$enable_shared" = yes || enable_static=yes 10924test "$enable_shared" = yes || enable_static=yes
9793echo "$as_me:$LINENO: result: $enable_static" >&5 10925{ echo "$as_me:$LINENO: result: $enable_static" >&5
9794echo "${ECHO_T}$enable_static" >&6 10926echo "${ECHO_T}$enable_static" >&6; }
9795 10927
9796# The else clause should only fire when bootstrapping the 10928# The else clause should only fire when bootstrapping the
9797# libtool distribution, otherwise you forgot to ship ltmain.sh 10929# libtool distribution, otherwise you forgot to ship ltmain.sh
@@ -10283,11 +11415,11 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
10283CC="$lt_save_CC" 11415CC="$lt_save_CC"
10284 11416
10285 11417
10286# Check whether --with-tags or --without-tags was given. 11418# Check whether --with-tags was given.
10287if test "${with_tags+set}" = set; then 11419if test "${with_tags+set}" = set; then
10288 withval="$with_tags" 11420 withval=$with_tags; tagnames="$withval"
10289 tagnames="$withval" 11421fi
10290fi; 11422
10291 11423
10292if test -f "$ltmain" && test -n "$tagnames"; then 11424if test -f "$ltmain" && test -n "$tagnames"; then
10293 if test ! -f "${ofile}"; then 11425 if test ! -f "${ofile}"; then
@@ -10341,7 +11473,7 @@ echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
10341 if test -n "$CXX" && ( test "X$CXX" != "Xno" && 11473 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
10342 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || 11474 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
10343 (test "X$CXX" != "Xg++"))) ; then 11475 (test "X$CXX" != "Xg++"))) ; then
10344 ac_ext=cc 11476 ac_ext=cpp
10345ac_cpp='$CXXCPP $CPPFLAGS' 11477ac_cpp='$CXXCPP $CPPFLAGS'
10346ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 11478ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10347ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 11479ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
@@ -10460,18 +11592,18 @@ if test "$GXX" = yes; then
10460 # Set up default GNU C++ configuration 11592 # Set up default GNU C++ configuration
10461 11593
10462 11594
10463# Check whether --with-gnu-ld or --without-gnu-ld was given. 11595# Check whether --with-gnu-ld was given.
10464if test "${with_gnu_ld+set}" = set; then 11596if test "${with_gnu_ld+set}" = set; then
10465 withval="$with_gnu_ld" 11597 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
10466 test "$withval" = no || with_gnu_ld=yes
10467else 11598else
10468 with_gnu_ld=no 11599 with_gnu_ld=no
10469fi; 11600fi
11601
10470ac_prog=ld 11602ac_prog=ld
10471if test "$GCC" = yes; then 11603if test "$GCC" = yes; then
10472 # Check if gcc -print-prog-name=ld gives a path. 11604 # Check if gcc -print-prog-name=ld gives a path.
10473 echo "$as_me:$LINENO: checking for ld used by $CC" >&5 11605 { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
10474echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6 11606echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
10475 case $host in 11607 case $host in
10476 *-*-mingw*) 11608 *-*-mingw*)
10477 # gcc leaves a trailing carriage return which upsets mingw 11609 # gcc leaves a trailing carriage return which upsets mingw
@@ -10500,11 +11632,11 @@ echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
10500 ;; 11632 ;;
10501 esac 11633 esac
10502elif test "$with_gnu_ld" = yes; then 11634elif test "$with_gnu_ld" = yes; then
10503 echo "$as_me:$LINENO: checking for GNU ld" >&5 11635 { echo "$as_me:$LINENO: checking for GNU ld" >&5
10504echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 11636echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
10505else 11637else
10506 echo "$as_me:$LINENO: checking for non-GNU ld" >&5 11638 { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
10507echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6 11639echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
10508fi 11640fi
10509if test "${lt_cv_path_LD+set}" = set; then 11641if test "${lt_cv_path_LD+set}" = set; then
10510 echo $ECHO_N "(cached) $ECHO_C" >&6 11642 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10537,17 +11669,17 @@ fi
10537 11669
10538LD="$lt_cv_path_LD" 11670LD="$lt_cv_path_LD"
10539if test -n "$LD"; then 11671if test -n "$LD"; then
10540 echo "$as_me:$LINENO: result: $LD" >&5 11672 { echo "$as_me:$LINENO: result: $LD" >&5
10541echo "${ECHO_T}$LD" >&6 11673echo "${ECHO_T}$LD" >&6; }
10542else 11674else
10543 echo "$as_me:$LINENO: result: no" >&5 11675 { echo "$as_me:$LINENO: result: no" >&5
10544echo "${ECHO_T}no" >&6 11676echo "${ECHO_T}no" >&6; }
10545fi 11677fi
10546test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 11678test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
10547echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} 11679echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
10548 { (exit 1); exit 1; }; } 11680 { (exit 1); exit 1; }; }
10549echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 11681{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
10550echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6 11682echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
10551if test "${lt_cv_prog_gnu_ld+set}" = set; then 11683if test "${lt_cv_prog_gnu_ld+set}" = set; then
10552 echo $ECHO_N "(cached) $ECHO_C" >&6 11684 echo $ECHO_N "(cached) $ECHO_C" >&6
10553else 11685else
@@ -10561,8 +11693,8 @@ case `$LD -v 2>&1 </dev/null` in
10561 ;; 11693 ;;
10562esac 11694esac
10563fi 11695fi
10564echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 11696{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
10565echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6 11697echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
10566with_gnu_ld=$lt_cv_prog_gnu_ld 11698with_gnu_ld=$lt_cv_prog_gnu_ld
10567 11699
10568 11700
@@ -10612,8 +11744,8 @@ else
10612fi 11744fi
10613 11745
10614# PORTME: fill in a description of your system's C++ link characteristics 11746# PORTME: fill in a description of your system's C++ link characteristics
10615echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 11747{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10616echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 11748echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
10617ld_shlibs_CXX=yes 11749ld_shlibs_CXX=yes
10618case $host_os in 11750case $host_os in
10619 aix3*) 11751 aix3*)
@@ -10725,24 +11857,36 @@ main ()
10725} 11857}
10726_ACEOF 11858_ACEOF
10727rm -f conftest.$ac_objext conftest$ac_exeext 11859rm -f conftest.$ac_objext conftest$ac_exeext
10728if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11860if { (ac_try="$ac_link"
10729 (eval $ac_link) 2>conftest.er1 11861case "(($ac_try" in
11862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11863 *) ac_try_echo=$ac_try;;
11864esac
11865eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11866 (eval "$ac_link") 2>conftest.er1
10730 ac_status=$? 11867 ac_status=$?
10731 grep -v '^ *+' conftest.er1 >conftest.err 11868 grep -v '^ *+' conftest.er1 >conftest.err
10732 rm -f conftest.er1 11869 rm -f conftest.er1
10733 cat conftest.err >&5 11870 cat conftest.err >&5
10734 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10735 (exit $ac_status); } && 11872 (exit $ac_status); } &&
10736 { ac_try='test -z "$ac_cxx_werror_flag" 11873 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10737 || test ! -s conftest.err' 11874 { (case "(($ac_try" in
10738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10739 (eval $ac_try) 2>&5 11876 *) ac_try_echo=$ac_try;;
11877esac
11878eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11879 (eval "$ac_try") 2>&5
10740 ac_status=$? 11880 ac_status=$?
10741 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10742 (exit $ac_status); }; } && 11882 (exit $ac_status); }; } &&
10743 { ac_try='test -s conftest$ac_exeext' 11883 { ac_try='test -s conftest$ac_exeext'
10744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11884 { (case "(($ac_try" in
10745 (eval $ac_try) 2>&5 11885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11886 *) ac_try_echo=$ac_try;;
11887esac
11888eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11889 (eval "$ac_try") 2>&5
10746 ac_status=$? 11890 ac_status=$?
10747 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10748 (exit $ac_status); }; }; then 11892 (exit $ac_status); }; }; then
@@ -10756,8 +11900,10 @@ else
10756 echo "$as_me: failed program was:" >&5 11900 echo "$as_me: failed program was:" >&5
10757sed 's/^/| /' conftest.$ac_ext >&5 11901sed 's/^/| /' conftest.$ac_ext >&5
10758 11902
11903
10759fi 11904fi
10760rm -f conftest.err conftest.$ac_objext \ 11905
11906rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10761 conftest$ac_exeext conftest.$ac_ext 11907 conftest$ac_exeext conftest.$ac_ext
10762if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 11908if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10763 11909
@@ -10787,24 +11933,36 @@ main ()
10787} 11933}
10788_ACEOF 11934_ACEOF
10789rm -f conftest.$ac_objext conftest$ac_exeext 11935rm -f conftest.$ac_objext conftest$ac_exeext
10790if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11936if { (ac_try="$ac_link"
10791 (eval $ac_link) 2>conftest.er1 11937case "(($ac_try" in
11938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11939 *) ac_try_echo=$ac_try;;
11940esac
11941eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11942 (eval "$ac_link") 2>conftest.er1
10792 ac_status=$? 11943 ac_status=$?
10793 grep -v '^ *+' conftest.er1 >conftest.err 11944 grep -v '^ *+' conftest.er1 >conftest.err
10794 rm -f conftest.er1 11945 rm -f conftest.er1
10795 cat conftest.err >&5 11946 cat conftest.err >&5
10796 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10797 (exit $ac_status); } && 11948 (exit $ac_status); } &&
10798 { ac_try='test -z "$ac_cxx_werror_flag" 11949 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
10799 || test ! -s conftest.err' 11950 { (case "(($ac_try" in
10800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10801 (eval $ac_try) 2>&5 11952 *) ac_try_echo=$ac_try;;
11953esac
11954eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11955 (eval "$ac_try") 2>&5
10802 ac_status=$? 11956 ac_status=$?
10803 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10804 (exit $ac_status); }; } && 11958 (exit $ac_status); }; } &&
10805 { ac_try='test -s conftest$ac_exeext' 11959 { ac_try='test -s conftest$ac_exeext'
10806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11960 { (case "(($ac_try" in
10807 (eval $ac_try) 2>&5 11961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11962 *) ac_try_echo=$ac_try;;
11963esac
11964eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11965 (eval "$ac_try") 2>&5
10808 ac_status=$? 11966 ac_status=$?
10809 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10810 (exit $ac_status); }; }; then 11968 (exit $ac_status); }; }; then
@@ -10818,8 +11976,10 @@ else
10818 echo "$as_me: failed program was:" >&5 11976 echo "$as_me: failed program was:" >&5
10819sed 's/^/| /' conftest.$ac_ext >&5 11977sed 's/^/| /' conftest.$ac_ext >&5
10820 11978
11979
10821fi 11980fi
10822rm -f conftest.err conftest.$ac_objext \ 11981
11982rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10823 conftest$ac_exeext conftest.$ac_ext 11983 conftest$ac_exeext conftest.$ac_ext
10824if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 11984if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10825 11985
@@ -10967,7 +12127,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10967 freebsd-elf*) 12127 freebsd-elf*)
10968 archive_cmds_need_lc_CXX=no 12128 archive_cmds_need_lc_CXX=no
10969 ;; 12129 ;;
10970 freebsd* | kfreebsd*-gnu | dragonfly*) 12130 freebsd* | dragonfly*)
10971 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF 12131 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
10972 # conventions 12132 # conventions
10973 ld_shlibs_CXX=yes 12133 ld_shlibs_CXX=yes
@@ -11126,7 +12286,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11126 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' 12286 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
11127 hardcode_libdir_separator_CXX=: 12287 hardcode_libdir_separator_CXX=:
11128 ;; 12288 ;;
11129 linux*) 12289 linux* | k*bsd*-gnu)
11130 case $cc_basename in 12290 case $cc_basename in
11131 KCC*) 12291 KCC*)
11132 # Kuck and Associates, Inc. (KAI) C++ Compiler 12292 # Kuck and Associates, Inc. (KAI) C++ Compiler
@@ -11228,7 +12388,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11228 ;; 12388 ;;
11229 esac 12389 esac
11230 ;; 12390 ;;
11231 netbsd*) 12391 netbsd* | netbsdelf*-gnu)
11232 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 12392 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
11233 archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' 12393 archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
11234 wlarc= 12394 wlarc=
@@ -11550,8 +12710,8 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11550 ld_shlibs_CXX=no 12710 ld_shlibs_CXX=no
11551 ;; 12711 ;;
11552esac 12712esac
11553echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 12713{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
11554echo "${ECHO_T}$ld_shlibs_CXX" >&6 12714echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
11555test "$ld_shlibs_CXX" = no && can_build_shared=no 12715test "$ld_shlibs_CXX" = no && can_build_shared=no
11556 12716
11557GCC_CXX="$GXX" 12717GCC_CXX="$GXX"
@@ -11690,8 +12850,8 @@ lt_prog_compiler_wl_CXX=
11690lt_prog_compiler_pic_CXX= 12850lt_prog_compiler_pic_CXX=
11691lt_prog_compiler_static_CXX= 12851lt_prog_compiler_static_CXX=
11692 12852
11693echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 12853{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
11694echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 12854echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
11695 12855
11696 # C++ specific cases for pic, static, wl, etc. 12856 # C++ specific cases for pic, static, wl, etc.
11697 if test "$GXX" = yes; then 12857 if test "$GXX" = yes; then
@@ -11795,7 +12955,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
11795 ;; 12955 ;;
11796 esac 12956 esac
11797 ;; 12957 ;;
11798 freebsd* | kfreebsd*-gnu | dragonfly*) 12958 freebsd* | dragonfly*)
11799 # FreeBSD uses GNU C++ 12959 # FreeBSD uses GNU C++
11800 ;; 12960 ;;
11801 hpux9* | hpux10* | hpux11*) 12961 hpux9* | hpux10* | hpux11*)
@@ -11838,7 +12998,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
11838 ;; 12998 ;;
11839 esac 12999 esac
11840 ;; 13000 ;;
11841 linux*) 13001 linux* | k*bsd*-gnu)
11842 case $cc_basename in 13002 case $cc_basename in
11843 KCC*) 13003 KCC*)
11844 # KAI C++ Compiler 13004 # KAI C++ Compiler
@@ -11881,7 +13041,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
11881 ;; 13041 ;;
11882 esac 13042 esac
11883 ;; 13043 ;;
11884 netbsd*) 13044 netbsd* | netbsdelf*-gnu)
11885 ;; 13045 ;;
11886 osf3* | osf4* | osf5*) 13046 osf3* | osf4* | osf5*)
11887 case $cc_basename in 13047 case $cc_basename in
@@ -11964,16 +13124,16 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
11964 esac 13124 esac
11965 fi 13125 fi
11966 13126
11967echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 13127{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
11968echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6 13128echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; }
11969 13129
11970# 13130#
11971# Check to make sure the PIC flag actually works. 13131# Check to make sure the PIC flag actually works.
11972# 13132#
11973if test -n "$lt_prog_compiler_pic_CXX"; then 13133if test -n "$lt_prog_compiler_pic_CXX"; then
11974 13134
11975echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 13135{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
11976echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6 13136echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; }
11977if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then 13137if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then
11978 echo $ECHO_N "(cached) $ECHO_C" >&6 13138 echo $ECHO_N "(cached) $ECHO_C" >&6
11979else 13139else
@@ -11990,11 +13150,11 @@ else
11990 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 13150 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
11991 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13151 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11992 -e 's:$: $lt_compiler_flag:'` 13152 -e 's:$: $lt_compiler_flag:'`
11993 (eval echo "\"\$as_me:11993: $lt_compile\"" >&5) 13153 (eval echo "\"\$as_me:13153: $lt_compile\"" >&5)
11994 (eval "$lt_compile" 2>conftest.err) 13154 (eval "$lt_compile" 2>conftest.err)
11995 ac_status=$? 13155 ac_status=$?
11996 cat conftest.err >&5 13156 cat conftest.err >&5
11997 echo "$as_me:11997: \$? = $ac_status" >&5 13157 echo "$as_me:13157: \$? = $ac_status" >&5
11998 if (exit $ac_status) && test -s "$ac_outfile"; then 13158 if (exit $ac_status) && test -s "$ac_outfile"; then
11999 # The compiler can only warn and ignore the option if not recognized 13159 # The compiler can only warn and ignore the option if not recognized
12000 # So say no if there are warnings other than the usual output. 13160 # So say no if there are warnings other than the usual output.
@@ -12007,8 +13167,8 @@ else
12007 $rm conftest* 13167 $rm conftest*
12008 13168
12009fi 13169fi
12010echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5 13170{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5
12011echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6 13171echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6; }
12012 13172
12013if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then 13173if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then
12014 case $lt_prog_compiler_pic_CXX in 13174 case $lt_prog_compiler_pic_CXX in
@@ -12035,8 +13195,8 @@ esac
12035# Check to make sure the static flag actually works. 13195# Check to make sure the static flag actually works.
12036# 13196#
12037wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\" 13197wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
12038echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 13198{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
12039echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6 13199echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
12040if test "${lt_prog_compiler_static_works_CXX+set}" = set; then 13200if test "${lt_prog_compiler_static_works_CXX+set}" = set; then
12041 echo $ECHO_N "(cached) $ECHO_C" >&6 13201 echo $ECHO_N "(cached) $ECHO_C" >&6
12042else 13202else
@@ -12063,8 +13223,8 @@ else
12063 LDFLAGS="$save_LDFLAGS" 13223 LDFLAGS="$save_LDFLAGS"
12064 13224
12065fi 13225fi
12066echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_CXX" >&5 13226{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_CXX" >&5
12067echo "${ECHO_T}$lt_prog_compiler_static_works_CXX" >&6 13227echo "${ECHO_T}$lt_prog_compiler_static_works_CXX" >&6; }
12068 13228
12069if test x"$lt_prog_compiler_static_works_CXX" = xyes; then 13229if test x"$lt_prog_compiler_static_works_CXX" = xyes; then
12070 : 13230 :
@@ -12073,8 +13233,8 @@ else
12073fi 13233fi
12074 13234
12075 13235
12076echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 13236{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
12077echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 13237echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
12078if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then 13238if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
12079 echo $ECHO_N "(cached) $ECHO_C" >&6 13239 echo $ECHO_N "(cached) $ECHO_C" >&6
12080else 13240else
@@ -12094,11 +13254,11 @@ else
12094 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 13254 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12095 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13255 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12096 -e 's:$: $lt_compiler_flag:'` 13256 -e 's:$: $lt_compiler_flag:'`
12097 (eval echo "\"\$as_me:12097: $lt_compile\"" >&5) 13257 (eval echo "\"\$as_me:13257: $lt_compile\"" >&5)
12098 (eval "$lt_compile" 2>out/conftest.err) 13258 (eval "$lt_compile" 2>out/conftest.err)
12099 ac_status=$? 13259 ac_status=$?
12100 cat out/conftest.err >&5 13260 cat out/conftest.err >&5
12101 echo "$as_me:12101: \$? = $ac_status" >&5 13261 echo "$as_me:13261: \$? = $ac_status" >&5
12102 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13262 if (exit $ac_status) && test -s out/conftest2.$ac_objext
12103 then 13263 then
12104 # The compiler can only warn and ignore the option if not recognized 13264 # The compiler can only warn and ignore the option if not recognized
@@ -12120,23 +13280,23 @@ else
12120 $rm conftest* 13280 $rm conftest*
12121 13281
12122fi 13282fi
12123echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5 13283{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
12124echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6 13284echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }
12125 13285
12126 13286
12127hard_links="nottested" 13287hard_links="nottested"
12128if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then 13288if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
12129 # do not overwrite the value of need_locks provided by the user 13289 # do not overwrite the value of need_locks provided by the user
12130 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 13290 { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
12131echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 13291echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
12132 hard_links=yes 13292 hard_links=yes
12133 $rm conftest* 13293 $rm conftest*
12134 ln conftest.a conftest.b 2>/dev/null && hard_links=no 13294 ln conftest.a conftest.b 2>/dev/null && hard_links=no
12135 touch conftest.a 13295 touch conftest.a
12136 ln conftest.a conftest.b 2>&5 || hard_links=no 13296 ln conftest.a conftest.b 2>&5 || hard_links=no
12137 ln conftest.a conftest.b 2>/dev/null && hard_links=no 13297 ln conftest.a conftest.b 2>/dev/null && hard_links=no
12138 echo "$as_me:$LINENO: result: $hard_links" >&5 13298 { echo "$as_me:$LINENO: result: $hard_links" >&5
12139echo "${ECHO_T}$hard_links" >&6 13299echo "${ECHO_T}$hard_links" >&6; }
12140 if test "$hard_links" = no; then 13300 if test "$hard_links" = no; then
12141 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 13301 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
12142echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} 13302echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
@@ -12146,8 +13306,8 @@ else
12146 need_locks=no 13306 need_locks=no
12147fi 13307fi
12148 13308
12149echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 13309{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
12150echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 13310echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
12151 13311
12152 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 13312 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
12153 case $host_os in 13313 case $host_os in
@@ -12166,13 +13326,16 @@ echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared librar
12166 cygwin* | mingw*) 13326 cygwin* | mingw*)
12167 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' 13327 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'
12168 ;; 13328 ;;
13329 linux* | k*bsd*-gnu)
13330 link_all_deplibs_CXX=no
13331 ;;
12169 *) 13332 *)
12170 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 13333 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
12171 ;; 13334 ;;
12172 esac 13335 esac
12173 13336
12174echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 13337{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
12175echo "${ECHO_T}$ld_shlibs_CXX" >&6 13338echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
12176test "$ld_shlibs_CXX" = no && can_build_shared=no 13339test "$ld_shlibs_CXX" = no && can_build_shared=no
12177 13340
12178# 13341#
@@ -12192,8 +13355,8 @@ x|xyes)
12192 # Test whether the compiler implicitly links with -lc since on some 13355 # Test whether the compiler implicitly links with -lc since on some
12193 # systems, -lgcc has to come before -lc. If gcc already passes -lc 13356 # systems, -lgcc has to come before -lc. If gcc already passes -lc
12194 # to ld, don't add -lc before -lgcc. 13357 # to ld, don't add -lc before -lgcc.
12195 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 13358 { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
12196echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 13359echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
12197 $rm conftest* 13360 $rm conftest*
12198 printf "$lt_simple_compile_test_code" > conftest.$ac_ext 13361 printf "$lt_simple_compile_test_code" > conftest.$ac_ext
12199 13362
@@ -12230,16 +13393,16 @@ echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&
12230 cat conftest.err 1>&5 13393 cat conftest.err 1>&5
12231 fi 13394 fi
12232 $rm conftest* 13395 $rm conftest*
12233 echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5 13396 { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
12234echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6 13397echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; }
12235 ;; 13398 ;;
12236 esac 13399 esac
12237 fi 13400 fi
12238 ;; 13401 ;;
12239esac 13402esac
12240 13403
12241echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 13404{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
12242echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 13405echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
12243library_names_spec= 13406library_names_spec=
12244libname_spec='lib$name' 13407libname_spec='lib$name'
12245soname_spec= 13408soname_spec=
@@ -12445,18 +13608,6 @@ freebsd1*)
12445 dynamic_linker=no 13608 dynamic_linker=no
12446 ;; 13609 ;;
12447 13610
12448kfreebsd*-gnu)
12449 version_type=linux
12450 need_lib_prefix=no
12451 need_version=no
12452 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12453 soname_spec='${libname}${release}${shared_ext}$major'
12454 shlibpath_var=LD_LIBRARY_PATH
12455 shlibpath_overrides_runpath=no
12456 hardcode_into_libs=yes
12457 dynamic_linker='GNU ld.so'
12458 ;;
12459
12460freebsd* | dragonfly*) 13611freebsd* | dragonfly*)
12461 # DragonFly does not have aout. When/if they implement a new 13612 # DragonFly does not have aout. When/if they implement a new
12462 # versioning mechanism, adjust this. 13613 # versioning mechanism, adjust this.
@@ -12612,7 +13763,7 @@ linux*oldld* | linux*aout* | linux*coff*)
12612 ;; 13763 ;;
12613 13764
12614# This must be Linux ELF. 13765# This must be Linux ELF.
12615linux*) 13766linux* | k*bsd*-gnu)
12616 version_type=linux 13767 version_type=linux
12617 need_lib_prefix=no 13768 need_lib_prefix=no
12618 need_version=no 13769 need_version=no
@@ -12626,31 +13777,10 @@ linux*)
12626 # before this can be enabled. 13777 # before this can be enabled.
12627 hardcode_into_libs=yes 13778 hardcode_into_libs=yes
12628 13779
12629 # find out which ABI we are using
12630 libsuff=
12631 case "$host_cpu" in
12632 x86_64*|s390x*|powerpc64*)
12633 echo '#line 12633 "configure"' > conftest.$ac_ext
12634 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12635 (eval $ac_compile) 2>&5
12636 ac_status=$?
12637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12638 (exit $ac_status); }; then
12639 case `/usr/bin/file conftest.$ac_objext` in
12640 *64-bit*)
12641 libsuff=64
12642 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
12643 ;;
12644 esac
12645 fi
12646 rm -rf conftest*
12647 ;;
12648 esac
12649
12650 # Append ld.so.conf contents to the search path 13780 # Append ld.so.conf contents to the search path
12651 if test -f /etc/ld.so.conf; then 13781 if test -f /etc/ld.so.conf; then
12652 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' ' '` 13782 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' ' '`
12653 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" 13783 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12654 fi 13784 fi
12655 13785
12656 # We used to test for /lib/ld.so.1 and disable shared libraries on 13786 # We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -12662,7 +13792,7 @@ linux*)
12662 dynamic_linker='GNU/Linux ld.so' 13792 dynamic_linker='GNU/Linux ld.so'
12663 ;; 13793 ;;
12664 13794
12665knetbsd*-gnu) 13795netbsdelf*-gnu)
12666 version_type=linux 13796 version_type=linux
12667 need_lib_prefix=no 13797 need_lib_prefix=no
12668 need_version=no 13798 need_version=no
@@ -12671,7 +13801,7 @@ knetbsd*-gnu)
12671 shlibpath_var=LD_LIBRARY_PATH 13801 shlibpath_var=LD_LIBRARY_PATH
12672 shlibpath_overrides_runpath=no 13802 shlibpath_overrides_runpath=no
12673 hardcode_into_libs=yes 13803 hardcode_into_libs=yes
12674 dynamic_linker='GNU ld.so' 13804 dynamic_linker='NetBSD ld.elf_so'
12675 ;; 13805 ;;
12676 13806
12677netbsd*) 13807netbsd*)
@@ -12847,8 +13977,8 @@ uts4*)
12847 dynamic_linker=no 13977 dynamic_linker=no
12848 ;; 13978 ;;
12849esac 13979esac
12850echo "$as_me:$LINENO: result: $dynamic_linker" >&5 13980{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
12851echo "${ECHO_T}$dynamic_linker" >&6 13981echo "${ECHO_T}$dynamic_linker" >&6; }
12852test "$dynamic_linker" = no && can_build_shared=no 13982test "$dynamic_linker" = no && can_build_shared=no
12853 13983
12854variables_saved_for_relink="PATH $shlibpath_var $runpath_var" 13984variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
@@ -12856,8 +13986,8 @@ if test "$GCC" = yes; then
12856 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" 13986 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
12857fi 13987fi
12858 13988
12859echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 13989{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
12860echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 13990echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
12861hardcode_action_CXX= 13991hardcode_action_CXX=
12862if test -n "$hardcode_libdir_flag_spec_CXX" || \ 13992if test -n "$hardcode_libdir_flag_spec_CXX" || \
12863 test -n "$runpath_var_CXX" || \ 13993 test -n "$runpath_var_CXX" || \
@@ -12881,8 +14011,8 @@ else
12881 # directories. 14011 # directories.
12882 hardcode_action_CXX=unsupported 14012 hardcode_action_CXX=unsupported
12883fi 14013fi
12884echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 14014{ echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
12885echo "${ECHO_T}$hardcode_action_CXX" >&6 14015echo "${ECHO_T}$hardcode_action_CXX" >&6; }
12886 14016
12887if test "$hardcode_action_CXX" = relink; then 14017if test "$hardcode_action_CXX" = relink; then
12888 # Fast installation is not supported 14018 # Fast installation is not supported
@@ -13407,13 +14537,13 @@ done
13407cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` 14537cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
13408 14538
13409 14539
13410echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 14540{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
13411echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6 14541echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
13412echo "$as_me:$LINENO: result: $can_build_shared" >&5 14542{ echo "$as_me:$LINENO: result: $can_build_shared" >&5
13413echo "${ECHO_T}$can_build_shared" >&6 14543echo "${ECHO_T}$can_build_shared" >&6; }
13414 14544
13415echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 14545{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
13416echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6 14546echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
13417test "$can_build_shared" = "no" && enable_shared=no 14547test "$can_build_shared" = "no" && enable_shared=no
13418 14548
13419# On AIX, shared libraries and static libraries use the same namespace, and 14549# On AIX, shared libraries and static libraries use the same namespace, and
@@ -13432,15 +14562,15 @@ aix4* | aix5*)
13432 fi 14562 fi
13433 ;; 14563 ;;
13434esac 14564esac
13435echo "$as_me:$LINENO: result: $enable_shared" >&5 14565{ echo "$as_me:$LINENO: result: $enable_shared" >&5
13436echo "${ECHO_T}$enable_shared" >&6 14566echo "${ECHO_T}$enable_shared" >&6; }
13437 14567
13438echo "$as_me:$LINENO: checking whether to build static libraries" >&5 14568{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5
13439echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6 14569echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
13440# Make sure either enable_shared or enable_static is yes. 14570# Make sure either enable_shared or enable_static is yes.
13441test "$enable_shared" = yes || enable_static=yes 14571test "$enable_shared" = yes || enable_static=yes
13442echo "$as_me:$LINENO: result: $enable_static" >&5 14572{ echo "$as_me:$LINENO: result: $enable_static" >&5
13443echo "${ECHO_T}$enable_static" >&6 14573echo "${ECHO_T}$enable_static" >&6; }
13444 14574
13445GCC_F77="$G77" 14575GCC_F77="$G77"
13446LD_F77="$LD" 14576LD_F77="$LD"
@@ -13449,8 +14579,8 @@ lt_prog_compiler_wl_F77=
13449lt_prog_compiler_pic_F77= 14579lt_prog_compiler_pic_F77=
13450lt_prog_compiler_static_F77= 14580lt_prog_compiler_static_F77=
13451 14581
13452echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 14582{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
13453echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 14583echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
13454 14584
13455 if test "$GCC" = yes; then 14585 if test "$GCC" = yes; then
13456 lt_prog_compiler_wl_F77='-Wl,' 14586 lt_prog_compiler_wl_F77='-Wl,'
@@ -13579,7 +14709,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
13579 lt_prog_compiler_static_F77='-Bstatic' 14709 lt_prog_compiler_static_F77='-Bstatic'
13580 ;; 14710 ;;
13581 14711
13582 linux*) 14712 linux* | k*bsd*-gnu)
13583 case $cc_basename in 14713 case $cc_basename in
13584 icc* | ecc*) 14714 icc* | ecc*)
13585 lt_prog_compiler_wl_F77='-Wl,' 14715 lt_prog_compiler_wl_F77='-Wl,'
@@ -13659,16 +14789,16 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
13659 esac 14789 esac
13660 fi 14790 fi
13661 14791
13662echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5 14792{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
13663echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6 14793echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; }
13664 14794
13665# 14795#
13666# Check to make sure the PIC flag actually works. 14796# Check to make sure the PIC flag actually works.
13667# 14797#
13668if test -n "$lt_prog_compiler_pic_F77"; then 14798if test -n "$lt_prog_compiler_pic_F77"; then
13669 14799
13670echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 14800{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
13671echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6 14801echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; }
13672if test "${lt_prog_compiler_pic_works_F77+set}" = set; then 14802if test "${lt_prog_compiler_pic_works_F77+set}" = set; then
13673 echo $ECHO_N "(cached) $ECHO_C" >&6 14803 echo $ECHO_N "(cached) $ECHO_C" >&6
13674else 14804else
@@ -13685,11 +14815,11 @@ else
13685 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 14815 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13686 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14816 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13687 -e 's:$: $lt_compiler_flag:'` 14817 -e 's:$: $lt_compiler_flag:'`
13688 (eval echo "\"\$as_me:13688: $lt_compile\"" >&5) 14818 (eval echo "\"\$as_me:14818: $lt_compile\"" >&5)
13689 (eval "$lt_compile" 2>conftest.err) 14819 (eval "$lt_compile" 2>conftest.err)
13690 ac_status=$? 14820 ac_status=$?
13691 cat conftest.err >&5 14821 cat conftest.err >&5
13692 echo "$as_me:13692: \$? = $ac_status" >&5 14822 echo "$as_me:14822: \$? = $ac_status" >&5
13693 if (exit $ac_status) && test -s "$ac_outfile"; then 14823 if (exit $ac_status) && test -s "$ac_outfile"; then
13694 # The compiler can only warn and ignore the option if not recognized 14824 # The compiler can only warn and ignore the option if not recognized
13695 # So say no if there are warnings other than the usual output. 14825 # So say no if there are warnings other than the usual output.
@@ -13702,8 +14832,8 @@ else
13702 $rm conftest* 14832 $rm conftest*
13703 14833
13704fi 14834fi
13705echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5 14835{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5
13706echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6 14836echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6; }
13707 14837
13708if test x"$lt_prog_compiler_pic_works_F77" = xyes; then 14838if test x"$lt_prog_compiler_pic_works_F77" = xyes; then
13709 case $lt_prog_compiler_pic_F77 in 14839 case $lt_prog_compiler_pic_F77 in
@@ -13730,8 +14860,8 @@ esac
13730# Check to make sure the static flag actually works. 14860# Check to make sure the static flag actually works.
13731# 14861#
13732wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\" 14862wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\"
13733echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 14863{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
13734echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6 14864echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
13735if test "${lt_prog_compiler_static_works_F77+set}" = set; then 14865if test "${lt_prog_compiler_static_works_F77+set}" = set; then
13736 echo $ECHO_N "(cached) $ECHO_C" >&6 14866 echo $ECHO_N "(cached) $ECHO_C" >&6
13737else 14867else
@@ -13758,8 +14888,8 @@ else
13758 LDFLAGS="$save_LDFLAGS" 14888 LDFLAGS="$save_LDFLAGS"
13759 14889
13760fi 14890fi
13761echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_F77" >&5 14891{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_F77" >&5
13762echo "${ECHO_T}$lt_prog_compiler_static_works_F77" >&6 14892echo "${ECHO_T}$lt_prog_compiler_static_works_F77" >&6; }
13763 14893
13764if test x"$lt_prog_compiler_static_works_F77" = xyes; then 14894if test x"$lt_prog_compiler_static_works_F77" = xyes; then
13765 : 14895 :
@@ -13768,8 +14898,8 @@ else
13768fi 14898fi
13769 14899
13770 14900
13771echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 14901{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
13772echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 14902echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
13773if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then 14903if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
13774 echo $ECHO_N "(cached) $ECHO_C" >&6 14904 echo $ECHO_N "(cached) $ECHO_C" >&6
13775else 14905else
@@ -13789,11 +14919,11 @@ else
13789 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 14919 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13790 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14920 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13791 -e 's:$: $lt_compiler_flag:'` 14921 -e 's:$: $lt_compiler_flag:'`
13792 (eval echo "\"\$as_me:13792: $lt_compile\"" >&5) 14922 (eval echo "\"\$as_me:14922: $lt_compile\"" >&5)
13793 (eval "$lt_compile" 2>out/conftest.err) 14923 (eval "$lt_compile" 2>out/conftest.err)
13794 ac_status=$? 14924 ac_status=$?
13795 cat out/conftest.err >&5 14925 cat out/conftest.err >&5
13796 echo "$as_me:13796: \$? = $ac_status" >&5 14926 echo "$as_me:14926: \$? = $ac_status" >&5
13797 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14927 if (exit $ac_status) && test -s out/conftest2.$ac_objext
13798 then 14928 then
13799 # The compiler can only warn and ignore the option if not recognized 14929 # The compiler can only warn and ignore the option if not recognized
@@ -13815,23 +14945,23 @@ else
13815 $rm conftest* 14945 $rm conftest*
13816 14946
13817fi 14947fi
13818echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5 14948{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
13819echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6 14949echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; }
13820 14950
13821 14951
13822hard_links="nottested" 14952hard_links="nottested"
13823if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then 14953if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then
13824 # do not overwrite the value of need_locks provided by the user 14954 # do not overwrite the value of need_locks provided by the user
13825 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 14955 { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
13826echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 14956echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
13827 hard_links=yes 14957 hard_links=yes
13828 $rm conftest* 14958 $rm conftest*
13829 ln conftest.a conftest.b 2>/dev/null && hard_links=no 14959 ln conftest.a conftest.b 2>/dev/null && hard_links=no
13830 touch conftest.a 14960 touch conftest.a
13831 ln conftest.a conftest.b 2>&5 || hard_links=no 14961 ln conftest.a conftest.b 2>&5 || hard_links=no
13832 ln conftest.a conftest.b 2>/dev/null && hard_links=no 14962 ln conftest.a conftest.b 2>/dev/null && hard_links=no
13833 echo "$as_me:$LINENO: result: $hard_links" >&5 14963 { echo "$as_me:$LINENO: result: $hard_links" >&5
13834echo "${ECHO_T}$hard_links" >&6 14964echo "${ECHO_T}$hard_links" >&6; }
13835 if test "$hard_links" = no; then 14965 if test "$hard_links" = no; then
13836 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 14966 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
13837echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} 14967echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
@@ -13841,8 +14971,8 @@ else
13841 need_locks=no 14971 need_locks=no
13842fi 14972fi
13843 14973
13844echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 14974{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
13845echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 14975echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
13846 14976
13847 runpath_var= 14977 runpath_var=
13848 allow_undefined_flag_F77= 14978 allow_undefined_flag_F77=
@@ -14018,7 +15148,7 @@ EOF
14018 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' 15148 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'
14019 ;; 15149 ;;
14020 15150
14021 linux*) 15151 linux* | k*bsd*-gnu)
14022 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 15152 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
14023 tmp_addflag= 15153 tmp_addflag=
14024 case $cc_basename,$host_cpu in 15154 case $cc_basename,$host_cpu in
@@ -14044,12 +15174,13 @@ EOF
14044 $echo "local: *; };" >> $output_objdir/$libname.ver~ 15174 $echo "local: *; };" >> $output_objdir/$libname.ver~
14045 $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 15175 $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
14046 fi 15176 fi
15177 link_all_deplibs_F77=no
14047 else 15178 else
14048 ld_shlibs_F77=no 15179 ld_shlibs_F77=no
14049 fi 15180 fi
14050 ;; 15181 ;;
14051 15182
14052 netbsd*) 15183 netbsd* | netbsdelf*-gnu)
14053 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 15184 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
14054 archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' 15185 archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
14055 wlarc= 15186 wlarc=
@@ -14247,24 +15378,36 @@ _LT_EOF
14247 end 15378 end
14248_ACEOF 15379_ACEOF
14249rm -f conftest.$ac_objext conftest$ac_exeext 15380rm -f conftest.$ac_objext conftest$ac_exeext
14250if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 15381if { (ac_try="$ac_link"
14251 (eval $ac_link) 2>conftest.er1 15382case "(($ac_try" in
15383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15384 *) ac_try_echo=$ac_try;;
15385esac
15386eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15387 (eval "$ac_link") 2>conftest.er1
14252 ac_status=$? 15388 ac_status=$?
14253 grep -v '^ *+' conftest.er1 >conftest.err 15389 grep -v '^ *+' conftest.er1 >conftest.err
14254 rm -f conftest.er1 15390 rm -f conftest.er1
14255 cat conftest.err >&5 15391 cat conftest.err >&5
14256 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14257 (exit $ac_status); } && 15393 (exit $ac_status); } &&
14258 { ac_try='test -z "$ac_f77_werror_flag" 15394 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
14259 || test ! -s conftest.err' 15395 { (case "(($ac_try" in
14260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14261 (eval $ac_try) 2>&5 15397 *) ac_try_echo=$ac_try;;
15398esac
15399eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15400 (eval "$ac_try") 2>&5
14262 ac_status=$? 15401 ac_status=$?
14263 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14264 (exit $ac_status); }; } && 15403 (exit $ac_status); }; } &&
14265 { ac_try='test -s conftest$ac_exeext' 15404 { ac_try='test -s conftest$ac_exeext'
14266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15405 { (case "(($ac_try" in
14267 (eval $ac_try) 2>&5 15406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15407 *) ac_try_echo=$ac_try;;
15408esac
15409eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15410 (eval "$ac_try") 2>&5
14268 ac_status=$? 15411 ac_status=$?
14269 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14270 (exit $ac_status); }; }; then 15413 (exit $ac_status); }; }; then
@@ -14278,8 +15421,10 @@ else
14278 echo "$as_me: failed program was:" >&5 15421 echo "$as_me: failed program was:" >&5
14279sed 's/^/| /' conftest.$ac_ext >&5 15422sed 's/^/| /' conftest.$ac_ext >&5
14280 15423
15424
14281fi 15425fi
14282rm -f conftest.err conftest.$ac_objext \ 15426
15427rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14283 conftest$ac_exeext conftest.$ac_ext 15428 conftest$ac_exeext conftest.$ac_ext
14284if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 15429if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
14285 15430
@@ -14298,24 +15443,36 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
14298 end 15443 end
14299_ACEOF 15444_ACEOF
14300rm -f conftest.$ac_objext conftest$ac_exeext 15445rm -f conftest.$ac_objext conftest$ac_exeext
14301if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 15446if { (ac_try="$ac_link"
14302 (eval $ac_link) 2>conftest.er1 15447case "(($ac_try" in
15448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15449 *) ac_try_echo=$ac_try;;
15450esac
15451eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15452 (eval "$ac_link") 2>conftest.er1
14303 ac_status=$? 15453 ac_status=$?
14304 grep -v '^ *+' conftest.er1 >conftest.err 15454 grep -v '^ *+' conftest.er1 >conftest.err
14305 rm -f conftest.er1 15455 rm -f conftest.er1
14306 cat conftest.err >&5 15456 cat conftest.err >&5
14307 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14308 (exit $ac_status); } && 15458 (exit $ac_status); } &&
14309 { ac_try='test -z "$ac_f77_werror_flag" 15459 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
14310 || test ! -s conftest.err' 15460 { (case "(($ac_try" in
14311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14312 (eval $ac_try) 2>&5 15462 *) ac_try_echo=$ac_try;;
15463esac
15464eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15465 (eval "$ac_try") 2>&5
14313 ac_status=$? 15466 ac_status=$?
14314 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14315 (exit $ac_status); }; } && 15468 (exit $ac_status); }; } &&
14316 { ac_try='test -s conftest$ac_exeext' 15469 { ac_try='test -s conftest$ac_exeext'
14317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15470 { (case "(($ac_try" in
14318 (eval $ac_try) 2>&5 15471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15472 *) ac_try_echo=$ac_try;;
15473esac
15474eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15475 (eval "$ac_try") 2>&5
14319 ac_status=$? 15476 ac_status=$?
14320 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14321 (exit $ac_status); }; }; then 15478 (exit $ac_status); }; }; then
@@ -14329,8 +15486,10 @@ else
14329 echo "$as_me: failed program was:" >&5 15486 echo "$as_me: failed program was:" >&5
14330sed 's/^/| /' conftest.$ac_ext >&5 15487sed 's/^/| /' conftest.$ac_ext >&5
14331 15488
15489
14332fi 15490fi
14333rm -f conftest.err conftest.$ac_objext \ 15491
15492rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14334 conftest$ac_exeext conftest.$ac_ext 15493 conftest$ac_exeext conftest.$ac_ext
14335if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 15494if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
14336 15495
@@ -14461,7 +15620,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
14461 ;; 15620 ;;
14462 15621
14463 # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 15622 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
14464 freebsd* | kfreebsd*-gnu | dragonfly*) 15623 freebsd* | dragonfly*)
14465 archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 15624 archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
14466 hardcode_libdir_flag_spec_F77='-R$libdir' 15625 hardcode_libdir_flag_spec_F77='-R$libdir'
14467 hardcode_direct_F77=yes 15626 hardcode_direct_F77=yes
@@ -14563,7 +15722,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
14563 link_all_deplibs_F77=yes 15722 link_all_deplibs_F77=yes
14564 ;; 15723 ;;
14565 15724
14566 netbsd*) 15725 netbsd* | netbsdelf*-gnu)
14567 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 15726 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
14568 archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out 15727 archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
14569 else 15728 else
@@ -14779,8 +15938,8 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
14779 esac 15938 esac
14780 fi 15939 fi
14781 15940
14782echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5 15941{ echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
14783echo "${ECHO_T}$ld_shlibs_F77" >&6 15942echo "${ECHO_T}$ld_shlibs_F77" >&6; }
14784test "$ld_shlibs_F77" = no && can_build_shared=no 15943test "$ld_shlibs_F77" = no && can_build_shared=no
14785 15944
14786# 15945#
@@ -14800,8 +15959,8 @@ x|xyes)
14800 # Test whether the compiler implicitly links with -lc since on some 15959 # Test whether the compiler implicitly links with -lc since on some
14801 # systems, -lgcc has to come before -lc. If gcc already passes -lc 15960 # systems, -lgcc has to come before -lc. If gcc already passes -lc
14802 # to ld, don't add -lc before -lgcc. 15961 # to ld, don't add -lc before -lgcc.
14803 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 15962 { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
14804echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 15963echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
14805 $rm conftest* 15964 $rm conftest*
14806 printf "$lt_simple_compile_test_code" > conftest.$ac_ext 15965 printf "$lt_simple_compile_test_code" > conftest.$ac_ext
14807 15966
@@ -14838,16 +15997,16 @@ echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&
14838 cat conftest.err 1>&5 15997 cat conftest.err 1>&5
14839 fi 15998 fi
14840 $rm conftest* 15999 $rm conftest*
14841 echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5 16000 { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
14842echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6 16001echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; }
14843 ;; 16002 ;;
14844 esac 16003 esac
14845 fi 16004 fi
14846 ;; 16005 ;;
14847esac 16006esac
14848 16007
14849echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 16008{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
14850echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 16009echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
14851library_names_spec= 16010library_names_spec=
14852libname_spec='lib$name' 16011libname_spec='lib$name'
14853soname_spec= 16012soname_spec=
@@ -15053,18 +16212,6 @@ freebsd1*)
15053 dynamic_linker=no 16212 dynamic_linker=no
15054 ;; 16213 ;;
15055 16214
15056kfreebsd*-gnu)
15057 version_type=linux
15058 need_lib_prefix=no
15059 need_version=no
15060 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15061 soname_spec='${libname}${release}${shared_ext}$major'
15062 shlibpath_var=LD_LIBRARY_PATH
15063 shlibpath_overrides_runpath=no
15064 hardcode_into_libs=yes
15065 dynamic_linker='GNU ld.so'
15066 ;;
15067
15068freebsd* | dragonfly*) 16215freebsd* | dragonfly*)
15069 # DragonFly does not have aout. When/if they implement a new 16216 # DragonFly does not have aout. When/if they implement a new
15070 # versioning mechanism, adjust this. 16217 # versioning mechanism, adjust this.
@@ -15220,7 +16367,7 @@ linux*oldld* | linux*aout* | linux*coff*)
15220 ;; 16367 ;;
15221 16368
15222# This must be Linux ELF. 16369# This must be Linux ELF.
15223linux*) 16370linux* | k*bsd*-gnu)
15224 version_type=linux 16371 version_type=linux
15225 need_lib_prefix=no 16372 need_lib_prefix=no
15226 need_version=no 16373 need_version=no
@@ -15234,31 +16381,10 @@ linux*)
15234 # before this can be enabled. 16381 # before this can be enabled.
15235 hardcode_into_libs=yes 16382 hardcode_into_libs=yes
15236 16383
15237 # find out which ABI we are using
15238 libsuff=
15239 case "$host_cpu" in
15240 x86_64*|s390x*|powerpc64*)
15241 echo '#line 15241 "configure"' > conftest.$ac_ext
15242 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15243 (eval $ac_compile) 2>&5
15244 ac_status=$?
15245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15246 (exit $ac_status); }; then
15247 case `/usr/bin/file conftest.$ac_objext` in
15248 *64-bit*)
15249 libsuff=64
15250 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
15251 ;;
15252 esac
15253 fi
15254 rm -rf conftest*
15255 ;;
15256 esac
15257
15258 # Append ld.so.conf contents to the search path 16384 # Append ld.so.conf contents to the search path
15259 if test -f /etc/ld.so.conf; then 16385 if test -f /etc/ld.so.conf; then
15260 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' ' '` 16386 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' ' '`
15261 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" 16387 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
15262 fi 16388 fi
15263 16389
15264 # We used to test for /lib/ld.so.1 and disable shared libraries on 16390 # We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -15270,7 +16396,7 @@ linux*)
15270 dynamic_linker='GNU/Linux ld.so' 16396 dynamic_linker='GNU/Linux ld.so'
15271 ;; 16397 ;;
15272 16398
15273knetbsd*-gnu) 16399netbsdelf*-gnu)
15274 version_type=linux 16400 version_type=linux
15275 need_lib_prefix=no 16401 need_lib_prefix=no
15276 need_version=no 16402 need_version=no
@@ -15279,7 +16405,7 @@ knetbsd*-gnu)
15279 shlibpath_var=LD_LIBRARY_PATH 16405 shlibpath_var=LD_LIBRARY_PATH
15280 shlibpath_overrides_runpath=no 16406 shlibpath_overrides_runpath=no
15281 hardcode_into_libs=yes 16407 hardcode_into_libs=yes
15282 dynamic_linker='GNU ld.so' 16408 dynamic_linker='NetBSD ld.elf_so'
15283 ;; 16409 ;;
15284 16410
15285netbsd*) 16411netbsd*)
@@ -15455,8 +16581,8 @@ uts4*)
15455 dynamic_linker=no 16581 dynamic_linker=no
15456 ;; 16582 ;;
15457esac 16583esac
15458echo "$as_me:$LINENO: result: $dynamic_linker" >&5 16584{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
15459echo "${ECHO_T}$dynamic_linker" >&6 16585echo "${ECHO_T}$dynamic_linker" >&6; }
15460test "$dynamic_linker" = no && can_build_shared=no 16586test "$dynamic_linker" = no && can_build_shared=no
15461 16587
15462variables_saved_for_relink="PATH $shlibpath_var $runpath_var" 16588variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
@@ -15464,8 +16590,8 @@ if test "$GCC" = yes; then
15464 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" 16590 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
15465fi 16591fi
15466 16592
15467echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 16593{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
15468echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 16594echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
15469hardcode_action_F77= 16595hardcode_action_F77=
15470if test -n "$hardcode_libdir_flag_spec_F77" || \ 16596if test -n "$hardcode_libdir_flag_spec_F77" || \
15471 test -n "$runpath_var_F77" || \ 16597 test -n "$runpath_var_F77" || \
@@ -15489,8 +16615,8 @@ else
15489 # directories. 16615 # directories.
15490 hardcode_action_F77=unsupported 16616 hardcode_action_F77=unsupported
15491fi 16617fi
15492echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 16618{ echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
15493echo "${ECHO_T}$hardcode_action_F77" >&6 16619echo "${ECHO_T}$hardcode_action_F77" >&6; }
15494 16620
15495if test "$hardcode_action_F77" = relink; then 16621if test "$hardcode_action_F77" = relink; then
15496 # Fast installation is not supported 16622 # Fast installation is not supported
@@ -15927,7 +17053,6 @@ CC="$lt_save_CC"
15927 if test -n "$GCJ" && test "X$GCJ" != "Xno"; then 17053 if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
15928 17054
15929 17055
15930
15931# Source file extension for Java test sources. 17056# Source file extension for Java test sources.
15932ac_ext=java 17057ac_ext=java
15933 17058
@@ -15995,8 +17120,8 @@ if test "$GCC" = yes; then
15995 lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin' 17120 lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin'
15996 17121
15997 17122
15998echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 17123{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
15999echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6 17124echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
16000if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then 17125if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
16001 echo $ECHO_N "(cached) $ECHO_C" >&6 17126 echo $ECHO_N "(cached) $ECHO_C" >&6
16002else 17127else
@@ -16013,11 +17138,11 @@ else
16013 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 17138 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16014 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17139 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16015 -e 's:$: $lt_compiler_flag:'` 17140 -e 's:$: $lt_compiler_flag:'`
16016 (eval echo "\"\$as_me:16016: $lt_compile\"" >&5) 17141 (eval echo "\"\$as_me:17141: $lt_compile\"" >&5)
16017 (eval "$lt_compile" 2>conftest.err) 17142 (eval "$lt_compile" 2>conftest.err)
16018 ac_status=$? 17143 ac_status=$?
16019 cat conftest.err >&5 17144 cat conftest.err >&5
16020 echo "$as_me:16020: \$? = $ac_status" >&5 17145 echo "$as_me:17145: \$? = $ac_status" >&5
16021 if (exit $ac_status) && test -s "$ac_outfile"; then 17146 if (exit $ac_status) && test -s "$ac_outfile"; then
16022 # The compiler can only warn and ignore the option if not recognized 17147 # The compiler can only warn and ignore the option if not recognized
16023 # So say no if there are warnings other than the usual output. 17148 # So say no if there are warnings other than the usual output.
@@ -16030,8 +17155,8 @@ else
16030 $rm conftest* 17155 $rm conftest*
16031 17156
16032fi 17157fi
16033echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 17158{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
16034echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6 17159echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
16035 17160
16036if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then 17161if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
16037 lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions" 17162 lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"
@@ -16045,8 +17170,8 @@ lt_prog_compiler_wl_GCJ=
16045lt_prog_compiler_pic_GCJ= 17170lt_prog_compiler_pic_GCJ=
16046lt_prog_compiler_static_GCJ= 17171lt_prog_compiler_static_GCJ=
16047 17172
16048echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 17173{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
16049echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 17174echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
16050 17175
16051 if test "$GCC" = yes; then 17176 if test "$GCC" = yes; then
16052 lt_prog_compiler_wl_GCJ='-Wl,' 17177 lt_prog_compiler_wl_GCJ='-Wl,'
@@ -16175,7 +17300,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
16175 lt_prog_compiler_static_GCJ='-Bstatic' 17300 lt_prog_compiler_static_GCJ='-Bstatic'
16176 ;; 17301 ;;
16177 17302
16178 linux*) 17303 linux* | k*bsd*-gnu)
16179 case $cc_basename in 17304 case $cc_basename in
16180 icc* | ecc*) 17305 icc* | ecc*)
16181 lt_prog_compiler_wl_GCJ='-Wl,' 17306 lt_prog_compiler_wl_GCJ='-Wl,'
@@ -16255,16 +17380,16 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
16255 esac 17380 esac
16256 fi 17381 fi
16257 17382
16258echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5 17383{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
16259echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6 17384echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; }
16260 17385
16261# 17386#
16262# Check to make sure the PIC flag actually works. 17387# Check to make sure the PIC flag actually works.
16263# 17388#
16264if test -n "$lt_prog_compiler_pic_GCJ"; then 17389if test -n "$lt_prog_compiler_pic_GCJ"; then
16265 17390
16266echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 17391{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
16267echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6 17392echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; }
16268if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then 17393if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then
16269 echo $ECHO_N "(cached) $ECHO_C" >&6 17394 echo $ECHO_N "(cached) $ECHO_C" >&6
16270else 17395else
@@ -16281,11 +17406,11 @@ else
16281 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 17406 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16282 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17407 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16283 -e 's:$: $lt_compiler_flag:'` 17408 -e 's:$: $lt_compiler_flag:'`
16284 (eval echo "\"\$as_me:16284: $lt_compile\"" >&5) 17409 (eval echo "\"\$as_me:17409: $lt_compile\"" >&5)
16285 (eval "$lt_compile" 2>conftest.err) 17410 (eval "$lt_compile" 2>conftest.err)
16286 ac_status=$? 17411 ac_status=$?
16287 cat conftest.err >&5 17412 cat conftest.err >&5
16288 echo "$as_me:16288: \$? = $ac_status" >&5 17413 echo "$as_me:17413: \$? = $ac_status" >&5
16289 if (exit $ac_status) && test -s "$ac_outfile"; then 17414 if (exit $ac_status) && test -s "$ac_outfile"; then
16290 # The compiler can only warn and ignore the option if not recognized 17415 # The compiler can only warn and ignore the option if not recognized
16291 # So say no if there are warnings other than the usual output. 17416 # So say no if there are warnings other than the usual output.
@@ -16298,8 +17423,8 @@ else
16298 $rm conftest* 17423 $rm conftest*
16299 17424
16300fi 17425fi
16301echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5 17426{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5
16302echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6 17427echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6; }
16303 17428
16304if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then 17429if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then
16305 case $lt_prog_compiler_pic_GCJ in 17430 case $lt_prog_compiler_pic_GCJ in
@@ -16326,8 +17451,8 @@ esac
16326# Check to make sure the static flag actually works. 17451# Check to make sure the static flag actually works.
16327# 17452#
16328wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\" 17453wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\"
16329echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 17454{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
16330echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6 17455echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
16331if test "${lt_prog_compiler_static_works_GCJ+set}" = set; then 17456if test "${lt_prog_compiler_static_works_GCJ+set}" = set; then
16332 echo $ECHO_N "(cached) $ECHO_C" >&6 17457 echo $ECHO_N "(cached) $ECHO_C" >&6
16333else 17458else
@@ -16354,8 +17479,8 @@ else
16354 LDFLAGS="$save_LDFLAGS" 17479 LDFLAGS="$save_LDFLAGS"
16355 17480
16356fi 17481fi
16357echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_GCJ" >&5 17482{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_GCJ" >&5
16358echo "${ECHO_T}$lt_prog_compiler_static_works_GCJ" >&6 17483echo "${ECHO_T}$lt_prog_compiler_static_works_GCJ" >&6; }
16359 17484
16360if test x"$lt_prog_compiler_static_works_GCJ" = xyes; then 17485if test x"$lt_prog_compiler_static_works_GCJ" = xyes; then
16361 : 17486 :
@@ -16364,8 +17489,8 @@ else
16364fi 17489fi
16365 17490
16366 17491
16367echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 17492{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
16368echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 17493echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
16369if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then 17494if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
16370 echo $ECHO_N "(cached) $ECHO_C" >&6 17495 echo $ECHO_N "(cached) $ECHO_C" >&6
16371else 17496else
@@ -16385,11 +17510,11 @@ else
16385 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 17510 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16386 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17511 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16387 -e 's:$: $lt_compiler_flag:'` 17512 -e 's:$: $lt_compiler_flag:'`
16388 (eval echo "\"\$as_me:16388: $lt_compile\"" >&5) 17513 (eval echo "\"\$as_me:17513: $lt_compile\"" >&5)
16389 (eval "$lt_compile" 2>out/conftest.err) 17514 (eval "$lt_compile" 2>out/conftest.err)
16390 ac_status=$? 17515 ac_status=$?
16391 cat out/conftest.err >&5 17516 cat out/conftest.err >&5
16392 echo "$as_me:16392: \$? = $ac_status" >&5 17517 echo "$as_me:17517: \$? = $ac_status" >&5
16393 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17518 if (exit $ac_status) && test -s out/conftest2.$ac_objext
16394 then 17519 then
16395 # The compiler can only warn and ignore the option if not recognized 17520 # The compiler can only warn and ignore the option if not recognized
@@ -16411,23 +17536,23 @@ else
16411 $rm conftest* 17536 $rm conftest*
16412 17537
16413fi 17538fi
16414echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5 17539{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
16415echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6 17540echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; }
16416 17541
16417 17542
16418hard_links="nottested" 17543hard_links="nottested"
16419if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then 17544if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then
16420 # do not overwrite the value of need_locks provided by the user 17545 # do not overwrite the value of need_locks provided by the user
16421 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 17546 { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
16422echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 17547echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
16423 hard_links=yes 17548 hard_links=yes
16424 $rm conftest* 17549 $rm conftest*
16425 ln conftest.a conftest.b 2>/dev/null && hard_links=no 17550 ln conftest.a conftest.b 2>/dev/null && hard_links=no
16426 touch conftest.a 17551 touch conftest.a
16427 ln conftest.a conftest.b 2>&5 || hard_links=no 17552 ln conftest.a conftest.b 2>&5 || hard_links=no
16428 ln conftest.a conftest.b 2>/dev/null && hard_links=no 17553 ln conftest.a conftest.b 2>/dev/null && hard_links=no
16429 echo "$as_me:$LINENO: result: $hard_links" >&5 17554 { echo "$as_me:$LINENO: result: $hard_links" >&5
16430echo "${ECHO_T}$hard_links" >&6 17555echo "${ECHO_T}$hard_links" >&6; }
16431 if test "$hard_links" = no; then 17556 if test "$hard_links" = no; then
16432 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 17557 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
16433echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} 17558echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
@@ -16437,8 +17562,8 @@ else
16437 need_locks=no 17562 need_locks=no
16438fi 17563fi
16439 17564
16440echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 17565{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
16441echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 17566echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
16442 17567
16443 runpath_var= 17568 runpath_var=
16444 allow_undefined_flag_GCJ= 17569 allow_undefined_flag_GCJ=
@@ -16614,7 +17739,7 @@ EOF
16614 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' 17739 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'
16615 ;; 17740 ;;
16616 17741
16617 linux*) 17742 linux* | k*bsd*-gnu)
16618 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 17743 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
16619 tmp_addflag= 17744 tmp_addflag=
16620 case $cc_basename,$host_cpu in 17745 case $cc_basename,$host_cpu in
@@ -16640,12 +17765,13 @@ EOF
16640 $echo "local: *; };" >> $output_objdir/$libname.ver~ 17765 $echo "local: *; };" >> $output_objdir/$libname.ver~
16641 $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 17766 $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
16642 fi 17767 fi
17768 link_all_deplibs_GCJ=no
16643 else 17769 else
16644 ld_shlibs_GCJ=no 17770 ld_shlibs_GCJ=no
16645 fi 17771 fi
16646 ;; 17772 ;;
16647 17773
16648 netbsd*) 17774 netbsd* | netbsdelf*-gnu)
16649 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 17775 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
16650 archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' 17776 archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
16651 wlarc= 17777 wlarc=
@@ -16853,24 +17979,36 @@ main ()
16853} 17979}
16854_ACEOF 17980_ACEOF
16855rm -f conftest.$ac_objext conftest$ac_exeext 17981rm -f conftest.$ac_objext conftest$ac_exeext
16856if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17982if { (ac_try="$ac_link"
16857 (eval $ac_link) 2>conftest.er1 17983case "(($ac_try" in
17984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17985 *) ac_try_echo=$ac_try;;
17986esac
17987eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17988 (eval "$ac_link") 2>conftest.er1
16858 ac_status=$? 17989 ac_status=$?
16859 grep -v '^ *+' conftest.er1 >conftest.err 17990 grep -v '^ *+' conftest.er1 >conftest.err
16860 rm -f conftest.er1 17991 rm -f conftest.er1
16861 cat conftest.err >&5 17992 cat conftest.err >&5
16862 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16863 (exit $ac_status); } && 17994 (exit $ac_status); } &&
16864 { ac_try='test -z "$ac_c_werror_flag" 17995 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16865 || test ! -s conftest.err' 17996 { (case "(($ac_try" in
16866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16867 (eval $ac_try) 2>&5 17998 *) ac_try_echo=$ac_try;;
17999esac
18000eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18001 (eval "$ac_try") 2>&5
16868 ac_status=$? 18002 ac_status=$?
16869 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16870 (exit $ac_status); }; } && 18004 (exit $ac_status); }; } &&
16871 { ac_try='test -s conftest$ac_exeext' 18005 { ac_try='test -s conftest$ac_exeext'
16872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18006 { (case "(($ac_try" in
16873 (eval $ac_try) 2>&5 18007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18008 *) ac_try_echo=$ac_try;;
18009esac
18010eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18011 (eval "$ac_try") 2>&5
16874 ac_status=$? 18012 ac_status=$?
16875 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16876 (exit $ac_status); }; }; then 18014 (exit $ac_status); }; }; then
@@ -16884,8 +18022,10 @@ else
16884 echo "$as_me: failed program was:" >&5 18022 echo "$as_me: failed program was:" >&5
16885sed 's/^/| /' conftest.$ac_ext >&5 18023sed 's/^/| /' conftest.$ac_ext >&5
16886 18024
18025
16887fi 18026fi
16888rm -f conftest.err conftest.$ac_objext \ 18027
18028rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16889 conftest$ac_exeext conftest.$ac_ext 18029 conftest$ac_exeext conftest.$ac_ext
16890if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 18030if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
16891 18031
@@ -16914,24 +18054,36 @@ main ()
16914} 18054}
16915_ACEOF 18055_ACEOF
16916rm -f conftest.$ac_objext conftest$ac_exeext 18056rm -f conftest.$ac_objext conftest$ac_exeext
16917if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 18057if { (ac_try="$ac_link"
16918 (eval $ac_link) 2>conftest.er1 18058case "(($ac_try" in
18059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18060 *) ac_try_echo=$ac_try;;
18061esac
18062eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18063 (eval "$ac_link") 2>conftest.er1
16919 ac_status=$? 18064 ac_status=$?
16920 grep -v '^ *+' conftest.er1 >conftest.err 18065 grep -v '^ *+' conftest.er1 >conftest.err
16921 rm -f conftest.er1 18066 rm -f conftest.er1
16922 cat conftest.err >&5 18067 cat conftest.err >&5
16923 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16924 (exit $ac_status); } && 18069 (exit $ac_status); } &&
16925 { ac_try='test -z "$ac_c_werror_flag" 18070 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16926 || test ! -s conftest.err' 18071 { (case "(($ac_try" in
16927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16928 (eval $ac_try) 2>&5 18073 *) ac_try_echo=$ac_try;;
18074esac
18075eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18076 (eval "$ac_try") 2>&5
16929 ac_status=$? 18077 ac_status=$?
16930 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16931 (exit $ac_status); }; } && 18079 (exit $ac_status); }; } &&
16932 { ac_try='test -s conftest$ac_exeext' 18080 { ac_try='test -s conftest$ac_exeext'
16933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18081 { (case "(($ac_try" in
16934 (eval $ac_try) 2>&5 18082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18083 *) ac_try_echo=$ac_try;;
18084esac
18085eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18086 (eval "$ac_try") 2>&5
16935 ac_status=$? 18087 ac_status=$?
16936 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16937 (exit $ac_status); }; }; then 18089 (exit $ac_status); }; }; then
@@ -16945,8 +18097,10 @@ else
16945 echo "$as_me: failed program was:" >&5 18097 echo "$as_me: failed program was:" >&5
16946sed 's/^/| /' conftest.$ac_ext >&5 18098sed 's/^/| /' conftest.$ac_ext >&5
16947 18099
18100
16948fi 18101fi
16949rm -f conftest.err conftest.$ac_objext \ 18102
18103rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16950 conftest$ac_exeext conftest.$ac_ext 18104 conftest$ac_exeext conftest.$ac_ext
16951if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 18105if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
16952 18106
@@ -17077,7 +18231,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17077 ;; 18231 ;;
17078 18232
17079 # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 18233 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
17080 freebsd* | kfreebsd*-gnu | dragonfly*) 18234 freebsd* | dragonfly*)
17081 archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 18235 archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
17082 hardcode_libdir_flag_spec_GCJ='-R$libdir' 18236 hardcode_libdir_flag_spec_GCJ='-R$libdir'
17083 hardcode_direct_GCJ=yes 18237 hardcode_direct_GCJ=yes
@@ -17179,7 +18333,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17179 link_all_deplibs_GCJ=yes 18333 link_all_deplibs_GCJ=yes
17180 ;; 18334 ;;
17181 18335
17182 netbsd*) 18336 netbsd* | netbsdelf*-gnu)
17183 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 18337 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
17184 archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out 18338 archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
17185 else 18339 else
@@ -17395,8 +18549,8 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17395 esac 18549 esac
17396 fi 18550 fi
17397 18551
17398echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5 18552{ echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
17399echo "${ECHO_T}$ld_shlibs_GCJ" >&6 18553echo "${ECHO_T}$ld_shlibs_GCJ" >&6; }
17400test "$ld_shlibs_GCJ" = no && can_build_shared=no 18554test "$ld_shlibs_GCJ" = no && can_build_shared=no
17401 18555
17402# 18556#
@@ -17416,8 +18570,8 @@ x|xyes)
17416 # Test whether the compiler implicitly links with -lc since on some 18570 # Test whether the compiler implicitly links with -lc since on some
17417 # systems, -lgcc has to come before -lc. If gcc already passes -lc 18571 # systems, -lgcc has to come before -lc. If gcc already passes -lc
17418 # to ld, don't add -lc before -lgcc. 18572 # to ld, don't add -lc before -lgcc.
17419 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 18573 { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
17420echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 18574echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
17421 $rm conftest* 18575 $rm conftest*
17422 printf "$lt_simple_compile_test_code" > conftest.$ac_ext 18576 printf "$lt_simple_compile_test_code" > conftest.$ac_ext
17423 18577
@@ -17454,16 +18608,16 @@ echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&
17454 cat conftest.err 1>&5 18608 cat conftest.err 1>&5
17455 fi 18609 fi
17456 $rm conftest* 18610 $rm conftest*
17457 echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5 18611 { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
17458echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6 18612echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; }
17459 ;; 18613 ;;
17460 esac 18614 esac
17461 fi 18615 fi
17462 ;; 18616 ;;
17463esac 18617esac
17464 18618
17465echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 18619{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
17466echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 18620echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
17467library_names_spec= 18621library_names_spec=
17468libname_spec='lib$name' 18622libname_spec='lib$name'
17469soname_spec= 18623soname_spec=
@@ -17669,18 +18823,6 @@ freebsd1*)
17669 dynamic_linker=no 18823 dynamic_linker=no
17670 ;; 18824 ;;
17671 18825
17672kfreebsd*-gnu)
17673 version_type=linux
17674 need_lib_prefix=no
17675 need_version=no
17676 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
17677 soname_spec='${libname}${release}${shared_ext}$major'
17678 shlibpath_var=LD_LIBRARY_PATH
17679 shlibpath_overrides_runpath=no
17680 hardcode_into_libs=yes
17681 dynamic_linker='GNU ld.so'
17682 ;;
17683
17684freebsd* | dragonfly*) 18826freebsd* | dragonfly*)
17685 # DragonFly does not have aout. When/if they implement a new 18827 # DragonFly does not have aout. When/if they implement a new
17686 # versioning mechanism, adjust this. 18828 # versioning mechanism, adjust this.
@@ -17836,7 +18978,7 @@ linux*oldld* | linux*aout* | linux*coff*)
17836 ;; 18978 ;;
17837 18979
17838# This must be Linux ELF. 18980# This must be Linux ELF.
17839linux*) 18981linux* | k*bsd*-gnu)
17840 version_type=linux 18982 version_type=linux
17841 need_lib_prefix=no 18983 need_lib_prefix=no
17842 need_version=no 18984 need_version=no
@@ -17850,31 +18992,10 @@ linux*)
17850 # before this can be enabled. 18992 # before this can be enabled.
17851 hardcode_into_libs=yes 18993 hardcode_into_libs=yes
17852 18994
17853 # find out which ABI we are using
17854 libsuff=
17855 case "$host_cpu" in
17856 x86_64*|s390x*|powerpc64*)
17857 echo '#line 17857 "configure"' > conftest.$ac_ext
17858 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17859 (eval $ac_compile) 2>&5
17860 ac_status=$?
17861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17862 (exit $ac_status); }; then
17863 case `/usr/bin/file conftest.$ac_objext` in
17864 *64-bit*)
17865 libsuff=64
17866 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
17867 ;;
17868 esac
17869 fi
17870 rm -rf conftest*
17871 ;;
17872 esac
17873
17874 # Append ld.so.conf contents to the search path 18995 # Append ld.so.conf contents to the search path
17875 if test -f /etc/ld.so.conf; then 18996 if test -f /etc/ld.so.conf; then
17876 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' ' '` 18997 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' ' '`
17877 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" 18998 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
17878 fi 18999 fi
17879 19000
17880 # We used to test for /lib/ld.so.1 and disable shared libraries on 19001 # We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -17886,7 +19007,7 @@ linux*)
17886 dynamic_linker='GNU/Linux ld.so' 19007 dynamic_linker='GNU/Linux ld.so'
17887 ;; 19008 ;;
17888 19009
17889knetbsd*-gnu) 19010netbsdelf*-gnu)
17890 version_type=linux 19011 version_type=linux
17891 need_lib_prefix=no 19012 need_lib_prefix=no
17892 need_version=no 19013 need_version=no
@@ -17895,7 +19016,7 @@ knetbsd*-gnu)
17895 shlibpath_var=LD_LIBRARY_PATH 19016 shlibpath_var=LD_LIBRARY_PATH
17896 shlibpath_overrides_runpath=no 19017 shlibpath_overrides_runpath=no
17897 hardcode_into_libs=yes 19018 hardcode_into_libs=yes
17898 dynamic_linker='GNU ld.so' 19019 dynamic_linker='NetBSD ld.elf_so'
17899 ;; 19020 ;;
17900 19021
17901netbsd*) 19022netbsd*)
@@ -18071,8 +19192,8 @@ uts4*)
18071 dynamic_linker=no 19192 dynamic_linker=no
18072 ;; 19193 ;;
18073esac 19194esac
18074echo "$as_me:$LINENO: result: $dynamic_linker" >&5 19195{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
18075echo "${ECHO_T}$dynamic_linker" >&6 19196echo "${ECHO_T}$dynamic_linker" >&6; }
18076test "$dynamic_linker" = no && can_build_shared=no 19197test "$dynamic_linker" = no && can_build_shared=no
18077 19198
18078variables_saved_for_relink="PATH $shlibpath_var $runpath_var" 19199variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
@@ -18080,8 +19201,8 @@ if test "$GCC" = yes; then
18080 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" 19201 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
18081fi 19202fi
18082 19203
18083echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 19204{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
18084echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 19205echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
18085hardcode_action_GCJ= 19206hardcode_action_GCJ=
18086if test -n "$hardcode_libdir_flag_spec_GCJ" || \ 19207if test -n "$hardcode_libdir_flag_spec_GCJ" || \
18087 test -n "$runpath_var_GCJ" || \ 19208 test -n "$runpath_var_GCJ" || \
@@ -18105,8 +19226,8 @@ else
18105 # directories. 19226 # directories.
18106 hardcode_action_GCJ=unsupported 19227 hardcode_action_GCJ=unsupported
18107fi 19228fi
18108echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5 19229{ echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
18109echo "${ECHO_T}$hardcode_action_GCJ" >&6 19230echo "${ECHO_T}$hardcode_action_GCJ" >&6; }
18110 19231
18111if test "$hardcode_action_GCJ" = relink; then 19232if test "$hardcode_action_GCJ" = relink; then
18112 # Fast installation is not supported 19233 # Fast installation is not supported
@@ -18542,7 +19663,6 @@ CC="$lt_save_CC"
18542 RC) 19663 RC)
18543 19664
18544 19665
18545
18546# Source file extension for RC test sources. 19666# Source file extension for RC test sources.
18547ac_ext=rc 19667ac_ext=rc
18548 19668
@@ -19083,9 +20203,9 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
19083ac_header_dirent=no 20203ac_header_dirent=no
19084for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do 20204for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
19085 as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` 20205 as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
19086echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5 20206{ echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
19087echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6 20207echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6; }
19088if eval "test \"\${$as_ac_Header+set}\" = set"; then 20208if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
19089 echo $ECHO_N "(cached) $ECHO_C" >&6 20209 echo $ECHO_N "(cached) $ECHO_C" >&6
19090else 20210else
19091 cat >conftest.$ac_ext <<_ACEOF 20211 cat >conftest.$ac_ext <<_ACEOF
@@ -19107,24 +20227,36 @@ return 0;
19107} 20227}
19108_ACEOF 20228_ACEOF
19109rm -f conftest.$ac_objext 20229rm -f conftest.$ac_objext
19110if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20230if { (ac_try="$ac_compile"
19111 (eval $ac_compile) 2>conftest.er1 20231case "(($ac_try" in
20232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20233 *) ac_try_echo=$ac_try;;
20234esac
20235eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20236 (eval "$ac_compile") 2>conftest.er1
19112 ac_status=$? 20237 ac_status=$?
19113 grep -v '^ *+' conftest.er1 >conftest.err 20238 grep -v '^ *+' conftest.er1 >conftest.err
19114 rm -f conftest.er1 20239 rm -f conftest.er1
19115 cat conftest.err >&5 20240 cat conftest.err >&5
19116 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19117 (exit $ac_status); } && 20242 (exit $ac_status); } &&
19118 { ac_try='test -z "$ac_c_werror_flag" 20243 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19119 || test ! -s conftest.err' 20244 { (case "(($ac_try" in
19120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19121 (eval $ac_try) 2>&5 20246 *) ac_try_echo=$ac_try;;
20247esac
20248eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20249 (eval "$ac_try") 2>&5
19122 ac_status=$? 20250 ac_status=$?
19123 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19124 (exit $ac_status); }; } && 20252 (exit $ac_status); }; } &&
19125 { ac_try='test -s conftest.$ac_objext' 20253 { ac_try='test -s conftest.$ac_objext'
19126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20254 { (case "(($ac_try" in
19127 (eval $ac_try) 2>&5 20255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20256 *) ac_try_echo=$ac_try;;
20257esac
20258eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20259 (eval "$ac_try") 2>&5
19128 ac_status=$? 20260 ac_status=$?
19129 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19130 (exit $ac_status); }; }; then 20262 (exit $ac_status); }; }; then
@@ -19133,12 +20265,14 @@ else
19133 echo "$as_me: failed program was:" >&5 20265 echo "$as_me: failed program was:" >&5
19134sed 's/^/| /' conftest.$ac_ext >&5 20266sed 's/^/| /' conftest.$ac_ext >&5
19135 20267
19136eval "$as_ac_Header=no" 20268 eval "$as_ac_Header=no"
19137fi 20269fi
19138rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 20270
20271rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19139fi 20272fi
19140echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 20273ac_res=`eval echo '${'$as_ac_Header'}'`
19141echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 20274 { echo "$as_me:$LINENO: result: $ac_res" >&5
20275echo "${ECHO_T}$ac_res" >&6; }
19142if test `eval echo '${'$as_ac_Header'}'` = yes; then 20276if test `eval echo '${'$as_ac_Header'}'` = yes; then
19143 cat >>confdefs.h <<_ACEOF 20277 cat >>confdefs.h <<_ACEOF
19144#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 20278#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
@@ -19150,13 +20284,12 @@ fi
19150done 20284done
19151# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. 20285# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
19152if test $ac_header_dirent = dirent.h; then 20286if test $ac_header_dirent = dirent.h; then
19153 echo "$as_me:$LINENO: checking for library containing opendir" >&5 20287 { echo "$as_me:$LINENO: checking for library containing opendir" >&5
19154echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6 20288echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
19155if test "${ac_cv_search_opendir+set}" = set; then 20289if test "${ac_cv_search_opendir+set}" = set; then
19156 echo $ECHO_N "(cached) $ECHO_C" >&6 20290 echo $ECHO_N "(cached) $ECHO_C" >&6
19157else 20291else
19158 ac_func_search_save_LIBS=$LIBS 20292 ac_func_search_save_LIBS=$LIBS
19159ac_cv_search_opendir=no
19160cat >conftest.$ac_ext <<_ACEOF 20293cat >conftest.$ac_ext <<_ACEOF
19161/* confdefs.h. */ 20294/* confdefs.h. */
19162_ACEOF 20295_ACEOF
@@ -19164,126 +20297,99 @@ cat confdefs.h >>conftest.$ac_ext
19164cat >>conftest.$ac_ext <<_ACEOF 20297cat >>conftest.$ac_ext <<_ACEOF
19165/* end confdefs.h. */ 20298/* end confdefs.h. */
19166 20299
19167/* Override any gcc2 internal prototype to avoid an error. */ 20300/* Override any GCC internal prototype to avoid an error.
20301 Use char because int might match the return type of a GCC
20302 builtin and then its argument prototype would still apply. */
19168#ifdef __cplusplus 20303#ifdef __cplusplus
19169extern "C" 20304extern "C"
19170#endif 20305#endif
19171/* We use char because int might match the return type of a gcc2
19172 builtin and then its argument prototype would still apply. */
19173char opendir (); 20306char opendir ();
19174int 20307int
19175main () 20308main ()
19176{ 20309{
19177opendir (); 20310return opendir ();
19178 ; 20311 ;
19179 return 0; 20312 return 0;
19180} 20313}
19181_ACEOF 20314_ACEOF
19182rm -f conftest.$ac_objext conftest$ac_exeext 20315for ac_lib in '' dir; do
19183if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 20316 if test -z "$ac_lib"; then
19184 (eval $ac_link) 2>conftest.er1 20317 ac_res="none required"
20318 else
20319 ac_res=-l$ac_lib
20320 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
20321 fi
20322 rm -f conftest.$ac_objext conftest$ac_exeext
20323if { (ac_try="$ac_link"
20324case "(($ac_try" in
20325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20326 *) ac_try_echo=$ac_try;;
20327esac
20328eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20329 (eval "$ac_link") 2>conftest.er1
19185 ac_status=$? 20330 ac_status=$?
19186 grep -v '^ *+' conftest.er1 >conftest.err 20331 grep -v '^ *+' conftest.er1 >conftest.err
19187 rm -f conftest.er1 20332 rm -f conftest.er1
19188 cat conftest.err >&5 20333 cat conftest.err >&5
19189 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19190 (exit $ac_status); } && 20335 (exit $ac_status); } &&
19191 { ac_try='test -z "$ac_c_werror_flag" 20336 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19192 || test ! -s conftest.err' 20337 { (case "(($ac_try" in
19193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19194 (eval $ac_try) 2>&5 20339 *) ac_try_echo=$ac_try;;
20340esac
20341eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20342 (eval "$ac_try") 2>&5
19195 ac_status=$? 20343 ac_status=$?
19196 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19197 (exit $ac_status); }; } && 20345 (exit $ac_status); }; } &&
19198 { ac_try='test -s conftest$ac_exeext' 20346 { ac_try='test -s conftest$ac_exeext'
19199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20347 { (case "(($ac_try" in
19200 (eval $ac_try) 2>&5 20348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20349 *) ac_try_echo=$ac_try;;
20350esac
20351eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20352 (eval "$ac_try") 2>&5
19201 ac_status=$? 20353 ac_status=$?
19202 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19203 (exit $ac_status); }; }; then 20355 (exit $ac_status); }; }; then
19204 ac_cv_search_opendir="none required" 20356 ac_cv_search_opendir=$ac_res
19205else 20357else
19206 echo "$as_me: failed program was:" >&5 20358 echo "$as_me: failed program was:" >&5
19207sed 's/^/| /' conftest.$ac_ext >&5 20359sed 's/^/| /' conftest.$ac_ext >&5
19208 20360
19209fi
19210rm -f conftest.err conftest.$ac_objext \
19211 conftest$ac_exeext conftest.$ac_ext
19212if test "$ac_cv_search_opendir" = no; then
19213 for ac_lib in dir; do
19214 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
19215 cat >conftest.$ac_ext <<_ACEOF
19216/* confdefs.h. */
19217_ACEOF
19218cat confdefs.h >>conftest.$ac_ext
19219cat >>conftest.$ac_ext <<_ACEOF
19220/* end confdefs.h. */
19221 20361
19222/* Override any gcc2 internal prototype to avoid an error. */ 20362fi
19223#ifdef __cplusplus
19224extern "C"
19225#endif
19226/* We use char because int might match the return type of a gcc2
19227 builtin and then its argument prototype would still apply. */
19228char opendir ();
19229int
19230main ()
19231{
19232opendir ();
19233 ;
19234 return 0;
19235}
19236_ACEOF
19237rm -f conftest.$ac_objext conftest$ac_exeext
19238if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19239 (eval $ac_link) 2>conftest.er1
19240 ac_status=$?
19241 grep -v '^ *+' conftest.er1 >conftest.err
19242 rm -f conftest.er1
19243 cat conftest.err >&5
19244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19245 (exit $ac_status); } &&
19246 { ac_try='test -z "$ac_c_werror_flag"
19247 || test ! -s conftest.err'
19248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19249 (eval $ac_try) 2>&5
19250 ac_status=$?
19251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19252 (exit $ac_status); }; } &&
19253 { ac_try='test -s conftest$ac_exeext'
19254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19255 (eval $ac_try) 2>&5
19256 ac_status=$?
19257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19258 (exit $ac_status); }; }; then
19259 ac_cv_search_opendir="-l$ac_lib"
19260break
19261else
19262 echo "$as_me: failed program was:" >&5
19263sed 's/^/| /' conftest.$ac_ext >&5
19264 20363
20364rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20365 conftest$ac_exeext
20366 if test "${ac_cv_search_opendir+set}" = set; then
20367 break
19265fi 20368fi
19266rm -f conftest.err conftest.$ac_objext \ 20369done
19267 conftest$ac_exeext conftest.$ac_ext 20370if test "${ac_cv_search_opendir+set}" = set; then
19268 done 20371 :
20372else
20373 ac_cv_search_opendir=no
19269fi 20374fi
20375rm conftest.$ac_ext
19270LIBS=$ac_func_search_save_LIBS 20376LIBS=$ac_func_search_save_LIBS
19271fi 20377fi
19272echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 20378{ echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
19273echo "${ECHO_T}$ac_cv_search_opendir" >&6 20379echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
19274if test "$ac_cv_search_opendir" != no; then 20380ac_res=$ac_cv_search_opendir
19275 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS" 20381if test "$ac_res" != no; then
20382 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
19276 20383
19277fi 20384fi
19278 20385
19279else 20386else
19280 echo "$as_me:$LINENO: checking for library containing opendir" >&5 20387 { echo "$as_me:$LINENO: checking for library containing opendir" >&5
19281echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6 20388echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
19282if test "${ac_cv_search_opendir+set}" = set; then 20389if test "${ac_cv_search_opendir+set}" = set; then
19283 echo $ECHO_N "(cached) $ECHO_C" >&6 20390 echo $ECHO_N "(cached) $ECHO_C" >&6
19284else 20391else
19285 ac_func_search_save_LIBS=$LIBS 20392 ac_func_search_save_LIBS=$LIBS
19286ac_cv_search_opendir=no
19287cat >conftest.$ac_ext <<_ACEOF 20393cat >conftest.$ac_ext <<_ACEOF
19288/* confdefs.h. */ 20394/* confdefs.h. */
19289_ACEOF 20395_ACEOF
@@ -19291,125 +20397,99 @@ cat confdefs.h >>conftest.$ac_ext
19291cat >>conftest.$ac_ext <<_ACEOF 20397cat >>conftest.$ac_ext <<_ACEOF
19292/* end confdefs.h. */ 20398/* end confdefs.h. */
19293 20399
19294/* Override any gcc2 internal prototype to avoid an error. */ 20400/* Override any GCC internal prototype to avoid an error.
20401 Use char because int might match the return type of a GCC
20402 builtin and then its argument prototype would still apply. */
19295#ifdef __cplusplus 20403#ifdef __cplusplus
19296extern "C" 20404extern "C"
19297#endif 20405#endif
19298/* We use char because int might match the return type of a gcc2
19299 builtin and then its argument prototype would still apply. */
19300char opendir (); 20406char opendir ();
19301int 20407int
19302main () 20408main ()
19303{ 20409{
19304opendir (); 20410return opendir ();
19305 ; 20411 ;
19306 return 0; 20412 return 0;
19307} 20413}
19308_ACEOF 20414_ACEOF
19309rm -f conftest.$ac_objext conftest$ac_exeext 20415for ac_lib in '' x; do
19310if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 20416 if test -z "$ac_lib"; then
19311 (eval $ac_link) 2>conftest.er1 20417 ac_res="none required"
20418 else
20419 ac_res=-l$ac_lib
20420 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
20421 fi
20422 rm -f conftest.$ac_objext conftest$ac_exeext
20423if { (ac_try="$ac_link"
20424case "(($ac_try" in
20425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20426 *) ac_try_echo=$ac_try;;
20427esac
20428eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20429 (eval "$ac_link") 2>conftest.er1
19312 ac_status=$? 20430 ac_status=$?
19313 grep -v '^ *+' conftest.er1 >conftest.err 20431 grep -v '^ *+' conftest.er1 >conftest.err
19314 rm -f conftest.er1 20432 rm -f conftest.er1
19315 cat conftest.err >&5 20433 cat conftest.err >&5
19316 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19317 (exit $ac_status); } && 20435 (exit $ac_status); } &&
19318 { ac_try='test -z "$ac_c_werror_flag" 20436 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19319 || test ! -s conftest.err' 20437 { (case "(($ac_try" in
19320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19321 (eval $ac_try) 2>&5 20439 *) ac_try_echo=$ac_try;;
20440esac
20441eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20442 (eval "$ac_try") 2>&5
19322 ac_status=$? 20443 ac_status=$?
19323 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19324 (exit $ac_status); }; } && 20445 (exit $ac_status); }; } &&
19325 { ac_try='test -s conftest$ac_exeext' 20446 { ac_try='test -s conftest$ac_exeext'
19326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20447 { (case "(($ac_try" in
19327 (eval $ac_try) 2>&5 20448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20449 *) ac_try_echo=$ac_try;;
20450esac
20451eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20452 (eval "$ac_try") 2>&5
19328 ac_status=$? 20453 ac_status=$?
19329 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19330 (exit $ac_status); }; }; then 20455 (exit $ac_status); }; }; then
19331 ac_cv_search_opendir="none required" 20456 ac_cv_search_opendir=$ac_res
19332else 20457else
19333 echo "$as_me: failed program was:" >&5 20458 echo "$as_me: failed program was:" >&5
19334sed 's/^/| /' conftest.$ac_ext >&5 20459sed 's/^/| /' conftest.$ac_ext >&5
19335 20460
19336fi
19337rm -f conftest.err conftest.$ac_objext \
19338 conftest$ac_exeext conftest.$ac_ext
19339if test "$ac_cv_search_opendir" = no; then
19340 for ac_lib in x; do
19341 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
19342 cat >conftest.$ac_ext <<_ACEOF
19343/* confdefs.h. */
19344_ACEOF
19345cat confdefs.h >>conftest.$ac_ext
19346cat >>conftest.$ac_ext <<_ACEOF
19347/* end confdefs.h. */
19348 20461
19349/* Override any gcc2 internal prototype to avoid an error. */ 20462fi
19350#ifdef __cplusplus
19351extern "C"
19352#endif
19353/* We use char because int might match the return type of a gcc2
19354 builtin and then its argument prototype would still apply. */
19355char opendir ();
19356int
19357main ()
19358{
19359opendir ();
19360 ;
19361 return 0;
19362}
19363_ACEOF
19364rm -f conftest.$ac_objext conftest$ac_exeext
19365if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19366 (eval $ac_link) 2>conftest.er1
19367 ac_status=$?
19368 grep -v '^ *+' conftest.er1 >conftest.err
19369 rm -f conftest.er1
19370 cat conftest.err >&5
19371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19372 (exit $ac_status); } &&
19373 { ac_try='test -z "$ac_c_werror_flag"
19374 || test ! -s conftest.err'
19375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19376 (eval $ac_try) 2>&5
19377 ac_status=$?
19378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19379 (exit $ac_status); }; } &&
19380 { ac_try='test -s conftest$ac_exeext'
19381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19382 (eval $ac_try) 2>&5
19383 ac_status=$?
19384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19385 (exit $ac_status); }; }; then
19386 ac_cv_search_opendir="-l$ac_lib"
19387break
19388else
19389 echo "$as_me: failed program was:" >&5
19390sed 's/^/| /' conftest.$ac_ext >&5
19391 20463
20464rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20465 conftest$ac_exeext
20466 if test "${ac_cv_search_opendir+set}" = set; then
20467 break
19392fi 20468fi
19393rm -f conftest.err conftest.$ac_objext \ 20469done
19394 conftest$ac_exeext conftest.$ac_ext 20470if test "${ac_cv_search_opendir+set}" = set; then
19395 done 20471 :
20472else
20473 ac_cv_search_opendir=no
19396fi 20474fi
20475rm conftest.$ac_ext
19397LIBS=$ac_func_search_save_LIBS 20476LIBS=$ac_func_search_save_LIBS
19398fi 20477fi
19399echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 20478{ echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
19400echo "${ECHO_T}$ac_cv_search_opendir" >&6 20479echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
19401if test "$ac_cv_search_opendir" != no; then 20480ac_res=$ac_cv_search_opendir
19402 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS" 20481if test "$ac_res" != no; then
20482 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
19403 20483
19404fi 20484fi
19405 20485
19406fi 20486fi
19407 20487
19408# Check whether --enable-ltdl-install or --disable-ltdl-install was given. 20488# Check whether --enable-ltdl-install was given.
19409if test "${enable_ltdl_install+set}" = set; then 20489if test "${enable_ltdl_install+set}" = set; then
19410 enableval="$enable_ltdl_install" 20490 enableval=$enable_ltdl_install;
20491fi
19411 20492
19412fi;
19413 20493
19414 20494
19415 20495
@@ -19433,8 +20513,8 @@ fi
19433 20513
19434 20514
19435 20515
19436echo "$as_me:$LINENO: checking which extension is used for loadable modules" >&5 20516{ echo "$as_me:$LINENO: checking which extension is used for loadable modules" >&5
19437echo $ECHO_N "checking which extension is used for loadable modules... $ECHO_C" >&6 20517echo $ECHO_N "checking which extension is used for loadable modules... $ECHO_C" >&6; }
19438if test "${libltdl_cv_shlibext+set}" = set; then 20518if test "${libltdl_cv_shlibext+set}" = set; then
19439 echo $ECHO_N "(cached) $ECHO_C" >&6 20519 echo $ECHO_N "(cached) $ECHO_C" >&6
19440else 20520else
@@ -19443,8 +20523,8 @@ module=yes
19443eval libltdl_cv_shlibext=$shrext_cmds 20523eval libltdl_cv_shlibext=$shrext_cmds
19444 20524
19445fi 20525fi
19446echo "$as_me:$LINENO: result: $libltdl_cv_shlibext" >&5 20526{ echo "$as_me:$LINENO: result: $libltdl_cv_shlibext" >&5
19447echo "${ECHO_T}$libltdl_cv_shlibext" >&6 20527echo "${ECHO_T}$libltdl_cv_shlibext" >&6; }
19448if test -n "$libltdl_cv_shlibext"; then 20528if test -n "$libltdl_cv_shlibext"; then
19449 20529
19450cat >>confdefs.h <<_ACEOF 20530cat >>confdefs.h <<_ACEOF
@@ -19454,15 +20534,15 @@ _ACEOF
19454fi 20534fi
19455 20535
19456 20536
19457echo "$as_me:$LINENO: checking which variable specifies run-time library path" >&5 20537{ echo "$as_me:$LINENO: checking which variable specifies run-time library path" >&5
19458echo $ECHO_N "checking which variable specifies run-time library path... $ECHO_C" >&6 20538echo $ECHO_N "checking which variable specifies run-time library path... $ECHO_C" >&6; }
19459if test "${libltdl_cv_shlibpath_var+set}" = set; then 20539if test "${libltdl_cv_shlibpath_var+set}" = set; then
19460 echo $ECHO_N "(cached) $ECHO_C" >&6 20540 echo $ECHO_N "(cached) $ECHO_C" >&6
19461else 20541else
19462 libltdl_cv_shlibpath_var="$shlibpath_var" 20542 libltdl_cv_shlibpath_var="$shlibpath_var"
19463fi 20543fi
19464echo "$as_me:$LINENO: result: $libltdl_cv_shlibpath_var" >&5 20544{ echo "$as_me:$LINENO: result: $libltdl_cv_shlibpath_var" >&5
19465echo "${ECHO_T}$libltdl_cv_shlibpath_var" >&6 20545echo "${ECHO_T}$libltdl_cv_shlibpath_var" >&6; }
19466if test -n "$libltdl_cv_shlibpath_var"; then 20546if test -n "$libltdl_cv_shlibpath_var"; then
19467 20547
19468cat >>confdefs.h <<_ACEOF 20548cat >>confdefs.h <<_ACEOF
@@ -19472,15 +20552,15 @@ _ACEOF
19472fi 20552fi
19473 20553
19474 20554
19475echo "$as_me:$LINENO: checking for the default library search path" >&5 20555{ echo "$as_me:$LINENO: checking for the default library search path" >&5
19476echo $ECHO_N "checking for the default library search path... $ECHO_C" >&6 20556echo $ECHO_N "checking for the default library search path... $ECHO_C" >&6; }
19477if test "${libltdl_cv_sys_search_path+set}" = set; then 20557if test "${libltdl_cv_sys_search_path+set}" = set; then
19478 echo $ECHO_N "(cached) $ECHO_C" >&6 20558 echo $ECHO_N "(cached) $ECHO_C" >&6
19479else 20559else
19480 libltdl_cv_sys_search_path="$sys_lib_dlsearch_path_spec" 20560 libltdl_cv_sys_search_path="$sys_lib_dlsearch_path_spec"
19481fi 20561fi
19482echo "$as_me:$LINENO: result: $libltdl_cv_sys_search_path" >&5 20562{ echo "$as_me:$LINENO: result: $libltdl_cv_sys_search_path" >&5
19483echo "${ECHO_T}$libltdl_cv_sys_search_path" >&6 20563echo "${ECHO_T}$libltdl_cv_sys_search_path" >&6; }
19484if test -n "$libltdl_cv_sys_search_path"; then 20564if test -n "$libltdl_cv_sys_search_path"; then
19485 sys_search_path= 20565 sys_search_path=
19486 for dir in $libltdl_cv_sys_search_path; do 20566 for dir in $libltdl_cv_sys_search_path; do
@@ -19497,8 +20577,8 @@ _ACEOF
19497 20577
19498fi 20578fi
19499 20579
19500echo "$as_me:$LINENO: checking for objdir" >&5 20580{ echo "$as_me:$LINENO: checking for objdir" >&5
19501echo $ECHO_N "checking for objdir... $ECHO_C" >&6 20581echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
19502if test "${libltdl_cv_objdir+set}" = set; then 20582if test "${libltdl_cv_objdir+set}" = set; then
19503 echo $ECHO_N "(cached) $ECHO_C" >&6 20583 echo $ECHO_N "(cached) $ECHO_C" >&6
19504else 20584else
@@ -19518,8 +20598,8 @@ else
19518 fi 20598 fi
19519 20599
19520fi 20600fi
19521echo "$as_me:$LINENO: result: $libltdl_cv_objdir" >&5 20601{ echo "$as_me:$LINENO: result: $libltdl_cv_objdir" >&5
19522echo "${ECHO_T}$libltdl_cv_objdir" >&6 20602echo "${ECHO_T}$libltdl_cv_objdir" >&6; }
19523 20603
19524cat >>confdefs.h <<_ACEOF 20604cat >>confdefs.h <<_ACEOF
19525#define LTDL_OBJDIR "$libltdl_cv_objdir/" 20605#define LTDL_OBJDIR "$libltdl_cv_objdir/"
@@ -19527,8 +20607,8 @@ _ACEOF
19527 20607
19528 20608
19529 20609
19530echo "$as_me:$LINENO: checking whether libtool supports -dlopen/-dlpreopen" >&5 20610{ echo "$as_me:$LINENO: checking whether libtool supports -dlopen/-dlpreopen" >&5
19531echo $ECHO_N "checking whether libtool supports -dlopen/-dlpreopen... $ECHO_C" >&6 20611echo $ECHO_N "checking whether libtool supports -dlopen/-dlpreopen... $ECHO_C" >&6; }
19532if test "${libltdl_cv_preloaded_symbols+set}" = set; then 20612if test "${libltdl_cv_preloaded_symbols+set}" = set; then
19533 echo $ECHO_N "(cached) $ECHO_C" >&6 20613 echo $ECHO_N "(cached) $ECHO_C" >&6
19534else 20614else
@@ -19539,8 +20619,8 @@ else
19539 fi 20619 fi
19540 20620
19541fi 20621fi
19542echo "$as_me:$LINENO: result: $libltdl_cv_preloaded_symbols" >&5 20622{ echo "$as_me:$LINENO: result: $libltdl_cv_preloaded_symbols" >&5
19543echo "${ECHO_T}$libltdl_cv_preloaded_symbols" >&6 20623echo "${ECHO_T}$libltdl_cv_preloaded_symbols" >&6; }
19544if test x"$libltdl_cv_preloaded_symbols" = xyes; then 20624if test x"$libltdl_cv_preloaded_symbols" = xyes; then
19545 20625
19546cat >>confdefs.h <<\_ACEOF 20626cat >>confdefs.h <<\_ACEOF
@@ -19558,8 +20638,8 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
19558ac_compiler_gnu=$ac_cv_c_compiler_gnu 20638ac_compiler_gnu=$ac_cv_c_compiler_gnu
19559 20639
19560 20640
19561echo "$as_me:$LINENO: checking for shl_load" >&5 20641{ echo "$as_me:$LINENO: checking for shl_load" >&5
19562echo $ECHO_N "checking for shl_load... $ECHO_C" >&6 20642echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
19563if test "${ac_cv_func_shl_load+set}" = set; then 20643if test "${ac_cv_func_shl_load+set}" = set; then
19564 echo $ECHO_N "(cached) $ECHO_C" >&6 20644 echo $ECHO_N "(cached) $ECHO_C" >&6
19565else 20645else
@@ -19586,53 +20666,59 @@ cat >>conftest.$ac_ext <<_ACEOF
19586 20666
19587#undef shl_load 20667#undef shl_load
19588 20668
19589/* Override any gcc2 internal prototype to avoid an error. */ 20669/* Override any GCC internal prototype to avoid an error.
20670 Use char because int might match the return type of a GCC
20671 builtin and then its argument prototype would still apply. */
19590#ifdef __cplusplus 20672#ifdef __cplusplus
19591extern "C" 20673extern "C"
19592{
19593#endif 20674#endif
19594/* We use char because int might match the return type of a gcc2
19595 builtin and then its argument prototype would still apply. */
19596char shl_load (); 20675char shl_load ();
19597/* The GNU C library defines this for functions which it implements 20676/* The GNU C library defines this for functions which it implements
19598 to always fail with ENOSYS. Some functions are actually named 20677 to always fail with ENOSYS. Some functions are actually named
19599 something starting with __ and the normal name is an alias. */ 20678 something starting with __ and the normal name is an alias. */
19600#if defined (__stub_shl_load) || defined (__stub___shl_load) 20679#if defined __stub_shl_load || defined __stub___shl_load
19601choke me 20680choke me
19602#else
19603char (*f) () = shl_load;
19604#endif
19605#ifdef __cplusplus
19606}
19607#endif 20681#endif
19608 20682
19609int 20683int
19610main () 20684main ()
19611{ 20685{
19612return f != shl_load; 20686return shl_load ();
19613 ; 20687 ;
19614 return 0; 20688 return 0;
19615} 20689}
19616_ACEOF 20690_ACEOF
19617rm -f conftest.$ac_objext conftest$ac_exeext 20691rm -f conftest.$ac_objext conftest$ac_exeext
19618if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 20692if { (ac_try="$ac_link"
19619 (eval $ac_link) 2>conftest.er1 20693case "(($ac_try" in
20694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20695 *) ac_try_echo=$ac_try;;
20696esac
20697eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20698 (eval "$ac_link") 2>conftest.er1
19620 ac_status=$? 20699 ac_status=$?
19621 grep -v '^ *+' conftest.er1 >conftest.err 20700 grep -v '^ *+' conftest.er1 >conftest.err
19622 rm -f conftest.er1 20701 rm -f conftest.er1
19623 cat conftest.err >&5 20702 cat conftest.err >&5
19624 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19625 (exit $ac_status); } && 20704 (exit $ac_status); } &&
19626 { ac_try='test -z "$ac_c_werror_flag" 20705 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19627 || test ! -s conftest.err' 20706 { (case "(($ac_try" in
19628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19629 (eval $ac_try) 2>&5 20708 *) ac_try_echo=$ac_try;;
20709esac
20710eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20711 (eval "$ac_try") 2>&5
19630 ac_status=$? 20712 ac_status=$?
19631 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19632 (exit $ac_status); }; } && 20714 (exit $ac_status); }; } &&
19633 { ac_try='test -s conftest$ac_exeext' 20715 { ac_try='test -s conftest$ac_exeext'
19634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20716 { (case "(($ac_try" in
19635 (eval $ac_try) 2>&5 20717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20718 *) ac_try_echo=$ac_try;;
20719esac
20720eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20721 (eval "$ac_try") 2>&5
19636 ac_status=$? 20722 ac_status=$?
19637 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19638 (exit $ac_status); }; }; then 20724 (exit $ac_status); }; }; then
@@ -19641,13 +20727,14 @@ else
19641 echo "$as_me: failed program was:" >&5 20727 echo "$as_me: failed program was:" >&5
19642sed 's/^/| /' conftest.$ac_ext >&5 20728sed 's/^/| /' conftest.$ac_ext >&5
19643 20729
19644ac_cv_func_shl_load=no 20730 ac_cv_func_shl_load=no
19645fi 20731fi
19646rm -f conftest.err conftest.$ac_objext \ 20732
20733rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19647 conftest$ac_exeext conftest.$ac_ext 20734 conftest$ac_exeext conftest.$ac_ext
19648fi 20735fi
19649echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 20736{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
19650echo "${ECHO_T}$ac_cv_func_shl_load" >&6 20737echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
19651if test $ac_cv_func_shl_load = yes; then 20738if test $ac_cv_func_shl_load = yes; then
19652 20739
19653cat >>confdefs.h <<\_ACEOF 20740cat >>confdefs.h <<\_ACEOF
@@ -19655,8 +20742,8 @@ cat >>confdefs.h <<\_ACEOF
19655_ACEOF 20742_ACEOF
19656 20743
19657else 20744else
19658 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 20745 { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
19659echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6 20746echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
19660if test "${ac_cv_lib_dld_shl_load+set}" = set; then 20747if test "${ac_cv_lib_dld_shl_load+set}" = set; then
19661 echo $ECHO_N "(cached) $ECHO_C" >&6 20748 echo $ECHO_N "(cached) $ECHO_C" >&6
19662else 20749else
@@ -19669,40 +20756,52 @@ cat confdefs.h >>conftest.$ac_ext
19669cat >>conftest.$ac_ext <<_ACEOF 20756cat >>conftest.$ac_ext <<_ACEOF
19670/* end confdefs.h. */ 20757/* end confdefs.h. */
19671 20758
19672/* Override any gcc2 internal prototype to avoid an error. */ 20759/* Override any GCC internal prototype to avoid an error.
20760 Use char because int might match the return type of a GCC
20761 builtin and then its argument prototype would still apply. */
19673#ifdef __cplusplus 20762#ifdef __cplusplus
19674extern "C" 20763extern "C"
19675#endif 20764#endif
19676/* We use char because int might match the return type of a gcc2
19677 builtin and then its argument prototype would still apply. */
19678char shl_load (); 20765char shl_load ();
19679int 20766int
19680main () 20767main ()
19681{ 20768{
19682shl_load (); 20769return shl_load ();
19683 ; 20770 ;
19684 return 0; 20771 return 0;
19685} 20772}
19686_ACEOF 20773_ACEOF
19687rm -f conftest.$ac_objext conftest$ac_exeext 20774rm -f conftest.$ac_objext conftest$ac_exeext
19688if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 20775if { (ac_try="$ac_link"
19689 (eval $ac_link) 2>conftest.er1 20776case "(($ac_try" in
20777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20778 *) ac_try_echo=$ac_try;;
20779esac
20780eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20781 (eval "$ac_link") 2>conftest.er1
19690 ac_status=$? 20782 ac_status=$?
19691 grep -v '^ *+' conftest.er1 >conftest.err 20783 grep -v '^ *+' conftest.er1 >conftest.err
19692 rm -f conftest.er1 20784 rm -f conftest.er1
19693 cat conftest.err >&5 20785 cat conftest.err >&5
19694 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19695 (exit $ac_status); } && 20787 (exit $ac_status); } &&
19696 { ac_try='test -z "$ac_c_werror_flag" 20788 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19697 || test ! -s conftest.err' 20789 { (case "(($ac_try" in
19698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19699 (eval $ac_try) 2>&5 20791 *) ac_try_echo=$ac_try;;
20792esac
20793eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20794 (eval "$ac_try") 2>&5
19700 ac_status=$? 20795 ac_status=$?
19701 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19702 (exit $ac_status); }; } && 20797 (exit $ac_status); }; } &&
19703 { ac_try='test -s conftest$ac_exeext' 20798 { ac_try='test -s conftest$ac_exeext'
19704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20799 { (case "(($ac_try" in
19705 (eval $ac_try) 2>&5 20800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20801 *) ac_try_echo=$ac_try;;
20802esac
20803eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20804 (eval "$ac_try") 2>&5
19706 ac_status=$? 20805 ac_status=$?
19707 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19708 (exit $ac_status); }; }; then 20807 (exit $ac_status); }; }; then
@@ -19711,14 +20810,15 @@ else
19711 echo "$as_me: failed program was:" >&5 20810 echo "$as_me: failed program was:" >&5
19712sed 's/^/| /' conftest.$ac_ext >&5 20811sed 's/^/| /' conftest.$ac_ext >&5
19713 20812
19714ac_cv_lib_dld_shl_load=no 20813 ac_cv_lib_dld_shl_load=no
19715fi 20814fi
19716rm -f conftest.err conftest.$ac_objext \ 20815
20816rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19717 conftest$ac_exeext conftest.$ac_ext 20817 conftest$ac_exeext conftest.$ac_ext
19718LIBS=$ac_check_lib_save_LIBS 20818LIBS=$ac_check_lib_save_LIBS
19719fi 20819fi
19720echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 20820{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
19721echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6 20821echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
19722if test $ac_cv_lib_dld_shl_load = yes; then 20822if test $ac_cv_lib_dld_shl_load = yes; then
19723 20823
19724cat >>confdefs.h <<\_ACEOF 20824cat >>confdefs.h <<\_ACEOF
@@ -19727,8 +20827,8 @@ _ACEOF
19727 20827
19728 LIBADD_DL="$LIBADD_DL -ldld" 20828 LIBADD_DL="$LIBADD_DL -ldld"
19729else 20829else
19730 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 20830 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
19731echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 20831echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
19732if test "${ac_cv_lib_dl_dlopen+set}" = set; then 20832if test "${ac_cv_lib_dl_dlopen+set}" = set; then
19733 echo $ECHO_N "(cached) $ECHO_C" >&6 20833 echo $ECHO_N "(cached) $ECHO_C" >&6
19734else 20834else
@@ -19741,40 +20841,52 @@ cat confdefs.h >>conftest.$ac_ext
19741cat >>conftest.$ac_ext <<_ACEOF 20841cat >>conftest.$ac_ext <<_ACEOF
19742/* end confdefs.h. */ 20842/* end confdefs.h. */
19743 20843
19744/* Override any gcc2 internal prototype to avoid an error. */ 20844/* Override any GCC internal prototype to avoid an error.
20845 Use char because int might match the return type of a GCC
20846 builtin and then its argument prototype would still apply. */
19745#ifdef __cplusplus 20847#ifdef __cplusplus
19746extern "C" 20848extern "C"
19747#endif 20849#endif
19748/* We use char because int might match the return type of a gcc2
19749 builtin and then its argument prototype would still apply. */
19750char dlopen (); 20850char dlopen ();
19751int 20851int
19752main () 20852main ()
19753{ 20853{
19754dlopen (); 20854return dlopen ();
19755 ; 20855 ;
19756 return 0; 20856 return 0;
19757} 20857}
19758_ACEOF 20858_ACEOF
19759rm -f conftest.$ac_objext conftest$ac_exeext 20859rm -f conftest.$ac_objext conftest$ac_exeext
19760if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 20860if { (ac_try="$ac_link"
19761 (eval $ac_link) 2>conftest.er1 20861case "(($ac_try" in
20862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20863 *) ac_try_echo=$ac_try;;
20864esac
20865eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20866 (eval "$ac_link") 2>conftest.er1
19762 ac_status=$? 20867 ac_status=$?
19763 grep -v '^ *+' conftest.er1 >conftest.err 20868 grep -v '^ *+' conftest.er1 >conftest.err
19764 rm -f conftest.er1 20869 rm -f conftest.er1
19765 cat conftest.err >&5 20870 cat conftest.err >&5
19766 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19767 (exit $ac_status); } && 20872 (exit $ac_status); } &&
19768 { ac_try='test -z "$ac_c_werror_flag" 20873 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19769 || test ! -s conftest.err' 20874 { (case "(($ac_try" in
19770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19771 (eval $ac_try) 2>&5 20876 *) ac_try_echo=$ac_try;;
20877esac
20878eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20879 (eval "$ac_try") 2>&5
19772 ac_status=$? 20880 ac_status=$?
19773 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19774 (exit $ac_status); }; } && 20882 (exit $ac_status); }; } &&
19775 { ac_try='test -s conftest$ac_exeext' 20883 { ac_try='test -s conftest$ac_exeext'
19776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20884 { (case "(($ac_try" in
19777 (eval $ac_try) 2>&5 20885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20886 *) ac_try_echo=$ac_try;;
20887esac
20888eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20889 (eval "$ac_try") 2>&5
19778 ac_status=$? 20890 ac_status=$?
19779 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19780 (exit $ac_status); }; }; then 20892 (exit $ac_status); }; }; then
@@ -19783,14 +20895,15 @@ else
19783 echo "$as_me: failed program was:" >&5 20895 echo "$as_me: failed program was:" >&5
19784sed 's/^/| /' conftest.$ac_ext >&5 20896sed 's/^/| /' conftest.$ac_ext >&5
19785 20897
19786ac_cv_lib_dl_dlopen=no 20898 ac_cv_lib_dl_dlopen=no
19787fi 20899fi
19788rm -f conftest.err conftest.$ac_objext \ 20900
20901rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19789 conftest$ac_exeext conftest.$ac_ext 20902 conftest$ac_exeext conftest.$ac_ext
19790LIBS=$ac_check_lib_save_LIBS 20903LIBS=$ac_check_lib_save_LIBS
19791fi 20904fi
19792echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 20905{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
19793echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 20906echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
19794if test $ac_cv_lib_dl_dlopen = yes; then 20907if test $ac_cv_lib_dl_dlopen = yes; then
19795 20908
19796cat >>confdefs.h <<\_ACEOF 20909cat >>confdefs.h <<\_ACEOF
@@ -19818,24 +20931,36 @@ dlopen(0, 0);
19818} 20931}
19819_ACEOF 20932_ACEOF
19820rm -f conftest.$ac_objext conftest$ac_exeext 20933rm -f conftest.$ac_objext conftest$ac_exeext
19821if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 20934if { (ac_try="$ac_link"
19822 (eval $ac_link) 2>conftest.er1 20935case "(($ac_try" in
20936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20937 *) ac_try_echo=$ac_try;;
20938esac
20939eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20940 (eval "$ac_link") 2>conftest.er1
19823 ac_status=$? 20941 ac_status=$?
19824 grep -v '^ *+' conftest.er1 >conftest.err 20942 grep -v '^ *+' conftest.er1 >conftest.err
19825 rm -f conftest.er1 20943 rm -f conftest.er1
19826 cat conftest.err >&5 20944 cat conftest.err >&5
19827 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19828 (exit $ac_status); } && 20946 (exit $ac_status); } &&
19829 { ac_try='test -z "$ac_c_werror_flag" 20947 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19830 || test ! -s conftest.err' 20948 { (case "(($ac_try" in
19831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19832 (eval $ac_try) 2>&5 20950 *) ac_try_echo=$ac_try;;
20951esac
20952eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20953 (eval "$ac_try") 2>&5
19833 ac_status=$? 20954 ac_status=$?
19834 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19835 (exit $ac_status); }; } && 20956 (exit $ac_status); }; } &&
19836 { ac_try='test -s conftest$ac_exeext' 20957 { ac_try='test -s conftest$ac_exeext'
19837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20958 { (case "(($ac_try" in
19838 (eval $ac_try) 2>&5 20959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20960 *) ac_try_echo=$ac_try;;
20961esac
20962eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20963 (eval "$ac_try") 2>&5
19839 ac_status=$? 20964 ac_status=$?
19840 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19841 (exit $ac_status); }; }; then 20966 (exit $ac_status); }; }; then
@@ -19848,8 +20973,8 @@ else
19848 echo "$as_me: failed program was:" >&5 20973 echo "$as_me: failed program was:" >&5
19849sed 's/^/| /' conftest.$ac_ext >&5 20974sed 's/^/| /' conftest.$ac_ext >&5
19850 20975
19851echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 20976 { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
19852echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6 20977echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
19853if test "${ac_cv_lib_svld_dlopen+set}" = set; then 20978if test "${ac_cv_lib_svld_dlopen+set}" = set; then
19854 echo $ECHO_N "(cached) $ECHO_C" >&6 20979 echo $ECHO_N "(cached) $ECHO_C" >&6
19855else 20980else
@@ -19862,40 +20987,52 @@ cat confdefs.h >>conftest.$ac_ext
19862cat >>conftest.$ac_ext <<_ACEOF 20987cat >>conftest.$ac_ext <<_ACEOF
19863/* end confdefs.h. */ 20988/* end confdefs.h. */
19864 20989
19865/* Override any gcc2 internal prototype to avoid an error. */ 20990/* Override any GCC internal prototype to avoid an error.
20991 Use char because int might match the return type of a GCC
20992 builtin and then its argument prototype would still apply. */
19866#ifdef __cplusplus 20993#ifdef __cplusplus
19867extern "C" 20994extern "C"
19868#endif 20995#endif
19869/* We use char because int might match the return type of a gcc2
19870 builtin and then its argument prototype would still apply. */
19871char dlopen (); 20996char dlopen ();
19872int 20997int
19873main () 20998main ()
19874{ 20999{
19875dlopen (); 21000return dlopen ();
19876 ; 21001 ;
19877 return 0; 21002 return 0;
19878} 21003}
19879_ACEOF 21004_ACEOF
19880rm -f conftest.$ac_objext conftest$ac_exeext 21005rm -f conftest.$ac_objext conftest$ac_exeext
19881if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 21006if { (ac_try="$ac_link"
19882 (eval $ac_link) 2>conftest.er1 21007case "(($ac_try" in
21008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21009 *) ac_try_echo=$ac_try;;
21010esac
21011eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21012 (eval "$ac_link") 2>conftest.er1
19883 ac_status=$? 21013 ac_status=$?
19884 grep -v '^ *+' conftest.er1 >conftest.err 21014 grep -v '^ *+' conftest.er1 >conftest.err
19885 rm -f conftest.er1 21015 rm -f conftest.er1
19886 cat conftest.err >&5 21016 cat conftest.err >&5
19887 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19888 (exit $ac_status); } && 21018 (exit $ac_status); } &&
19889 { ac_try='test -z "$ac_c_werror_flag" 21019 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19890 || test ! -s conftest.err' 21020 { (case "(($ac_try" in
19891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19892 (eval $ac_try) 2>&5 21022 *) ac_try_echo=$ac_try;;
21023esac
21024eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21025 (eval "$ac_try") 2>&5
19893 ac_status=$? 21026 ac_status=$?
19894 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19895 (exit $ac_status); }; } && 21028 (exit $ac_status); }; } &&
19896 { ac_try='test -s conftest$ac_exeext' 21029 { ac_try='test -s conftest$ac_exeext'
19897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21030 { (case "(($ac_try" in
19898 (eval $ac_try) 2>&5 21031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21032 *) ac_try_echo=$ac_try;;
21033esac
21034eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21035 (eval "$ac_try") 2>&5
19899 ac_status=$? 21036 ac_status=$?
19900 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19901 (exit $ac_status); }; }; then 21038 (exit $ac_status); }; }; then
@@ -19904,14 +21041,15 @@ else
19904 echo "$as_me: failed program was:" >&5 21041 echo "$as_me: failed program was:" >&5
19905sed 's/^/| /' conftest.$ac_ext >&5 21042sed 's/^/| /' conftest.$ac_ext >&5
19906 21043
19907ac_cv_lib_svld_dlopen=no 21044 ac_cv_lib_svld_dlopen=no
19908fi 21045fi
19909rm -f conftest.err conftest.$ac_objext \ 21046
21047rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19910 conftest$ac_exeext conftest.$ac_ext 21048 conftest$ac_exeext conftest.$ac_ext
19911LIBS=$ac_check_lib_save_LIBS 21049LIBS=$ac_check_lib_save_LIBS
19912fi 21050fi
19913echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 21051{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
19914echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6 21052echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
19915if test $ac_cv_lib_svld_dlopen = yes; then 21053if test $ac_cv_lib_svld_dlopen = yes; then
19916 21054
19917cat >>confdefs.h <<\_ACEOF 21055cat >>confdefs.h <<\_ACEOF
@@ -19920,8 +21058,8 @@ _ACEOF
19920 21058
19921 LIBADD_DL="-lsvld" libltdl_cv_func_dlopen="yes" 21059 LIBADD_DL="-lsvld" libltdl_cv_func_dlopen="yes"
19922else 21060else
19923 echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 21061 { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
19924echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6 21062echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
19925if test "${ac_cv_lib_dld_dld_link+set}" = set; then 21063if test "${ac_cv_lib_dld_dld_link+set}" = set; then
19926 echo $ECHO_N "(cached) $ECHO_C" >&6 21064 echo $ECHO_N "(cached) $ECHO_C" >&6
19927else 21065else
@@ -19934,40 +21072,52 @@ cat confdefs.h >>conftest.$ac_ext
19934cat >>conftest.$ac_ext <<_ACEOF 21072cat >>conftest.$ac_ext <<_ACEOF
19935/* end confdefs.h. */ 21073/* end confdefs.h. */
19936 21074
19937/* Override any gcc2 internal prototype to avoid an error. */ 21075/* Override any GCC internal prototype to avoid an error.
21076 Use char because int might match the return type of a GCC
21077 builtin and then its argument prototype would still apply. */
19938#ifdef __cplusplus 21078#ifdef __cplusplus
19939extern "C" 21079extern "C"
19940#endif 21080#endif
19941/* We use char because int might match the return type of a gcc2
19942 builtin and then its argument prototype would still apply. */
19943char dld_link (); 21081char dld_link ();
19944int 21082int
19945main () 21083main ()
19946{ 21084{
19947dld_link (); 21085return dld_link ();
19948 ; 21086 ;
19949 return 0; 21087 return 0;
19950} 21088}
19951_ACEOF 21089_ACEOF
19952rm -f conftest.$ac_objext conftest$ac_exeext 21090rm -f conftest.$ac_objext conftest$ac_exeext
19953if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 21091if { (ac_try="$ac_link"
19954 (eval $ac_link) 2>conftest.er1 21092case "(($ac_try" in
21093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21094 *) ac_try_echo=$ac_try;;
21095esac
21096eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21097 (eval "$ac_link") 2>conftest.er1
19955 ac_status=$? 21098 ac_status=$?
19956 grep -v '^ *+' conftest.er1 >conftest.err 21099 grep -v '^ *+' conftest.er1 >conftest.err
19957 rm -f conftest.er1 21100 rm -f conftest.er1
19958 cat conftest.err >&5 21101 cat conftest.err >&5
19959 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19960 (exit $ac_status); } && 21103 (exit $ac_status); } &&
19961 { ac_try='test -z "$ac_c_werror_flag" 21104 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19962 || test ! -s conftest.err' 21105 { (case "(($ac_try" in
19963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21106 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19964 (eval $ac_try) 2>&5 21107 *) ac_try_echo=$ac_try;;
21108esac
21109eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21110 (eval "$ac_try") 2>&5
19965 ac_status=$? 21111 ac_status=$?
19966 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19967 (exit $ac_status); }; } && 21113 (exit $ac_status); }; } &&
19968 { ac_try='test -s conftest$ac_exeext' 21114 { ac_try='test -s conftest$ac_exeext'
19969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21115 { (case "(($ac_try" in
19970 (eval $ac_try) 2>&5 21116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21117 *) ac_try_echo=$ac_try;;
21118esac
21119eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21120 (eval "$ac_try") 2>&5
19971 ac_status=$? 21121 ac_status=$?
19972 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19973 (exit $ac_status); }; }; then 21123 (exit $ac_status); }; }; then
@@ -19976,14 +21126,15 @@ else
19976 echo "$as_me: failed program was:" >&5 21126 echo "$as_me: failed program was:" >&5
19977sed 's/^/| /' conftest.$ac_ext >&5 21127sed 's/^/| /' conftest.$ac_ext >&5
19978 21128
19979ac_cv_lib_dld_dld_link=no 21129 ac_cv_lib_dld_dld_link=no
19980fi 21130fi
19981rm -f conftest.err conftest.$ac_objext \ 21131
21132rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19982 conftest$ac_exeext conftest.$ac_ext 21133 conftest$ac_exeext conftest.$ac_ext
19983LIBS=$ac_check_lib_save_LIBS 21134LIBS=$ac_check_lib_save_LIBS
19984fi 21135fi
19985echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 21136{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
19986echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6 21137echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
19987if test $ac_cv_lib_dld_dld_link = yes; then 21138if test $ac_cv_lib_dld_dld_link = yes; then
19988 21139
19989cat >>confdefs.h <<\_ACEOF 21140cat >>confdefs.h <<\_ACEOF
@@ -19992,8 +21143,8 @@ _ACEOF
19992 21143
19993 LIBADD_DL="$LIBADD_DL -ldld" 21144 LIBADD_DL="$LIBADD_DL -ldld"
19994else 21145else
19995 echo "$as_me:$LINENO: checking for _dyld_func_lookup" >&5 21146 { echo "$as_me:$LINENO: checking for _dyld_func_lookup" >&5
19996echo $ECHO_N "checking for _dyld_func_lookup... $ECHO_C" >&6 21147echo $ECHO_N "checking for _dyld_func_lookup... $ECHO_C" >&6; }
19997if test "${ac_cv_func__dyld_func_lookup+set}" = set; then 21148if test "${ac_cv_func__dyld_func_lookup+set}" = set; then
19998 echo $ECHO_N "(cached) $ECHO_C" >&6 21149 echo $ECHO_N "(cached) $ECHO_C" >&6
19999else 21150else
@@ -20020,53 +21171,59 @@ cat >>conftest.$ac_ext <<_ACEOF
20020 21171
20021#undef _dyld_func_lookup 21172#undef _dyld_func_lookup
20022 21173
20023/* Override any gcc2 internal prototype to avoid an error. */ 21174/* Override any GCC internal prototype to avoid an error.
21175 Use char because int might match the return type of a GCC
21176 builtin and then its argument prototype would still apply. */
20024#ifdef __cplusplus 21177#ifdef __cplusplus
20025extern "C" 21178extern "C"
20026{
20027#endif 21179#endif
20028/* We use char because int might match the return type of a gcc2
20029 builtin and then its argument prototype would still apply. */
20030char _dyld_func_lookup (); 21180char _dyld_func_lookup ();
20031/* The GNU C library defines this for functions which it implements 21181/* The GNU C library defines this for functions which it implements
20032 to always fail with ENOSYS. Some functions are actually named 21182 to always fail with ENOSYS. Some functions are actually named
20033 something starting with __ and the normal name is an alias. */ 21183 something starting with __ and the normal name is an alias. */
20034#if defined (__stub__dyld_func_lookup) || defined (__stub____dyld_func_lookup) 21184#if defined __stub__dyld_func_lookup || defined __stub____dyld_func_lookup
20035choke me 21185choke me
20036#else
20037char (*f) () = _dyld_func_lookup;
20038#endif
20039#ifdef __cplusplus
20040}
20041#endif 21186#endif
20042 21187
20043int 21188int
20044main () 21189main ()
20045{ 21190{
20046return f != _dyld_func_lookup; 21191return _dyld_func_lookup ();
20047 ; 21192 ;
20048 return 0; 21193 return 0;
20049} 21194}
20050_ACEOF 21195_ACEOF
20051rm -f conftest.$ac_objext conftest$ac_exeext 21196rm -f conftest.$ac_objext conftest$ac_exeext
20052if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 21197if { (ac_try="$ac_link"
20053 (eval $ac_link) 2>conftest.er1 21198case "(($ac_try" in
21199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21200 *) ac_try_echo=$ac_try;;
21201esac
21202eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21203 (eval "$ac_link") 2>conftest.er1
20054 ac_status=$? 21204 ac_status=$?
20055 grep -v '^ *+' conftest.er1 >conftest.err 21205 grep -v '^ *+' conftest.er1 >conftest.err
20056 rm -f conftest.er1 21206 rm -f conftest.er1
20057 cat conftest.err >&5 21207 cat conftest.err >&5
20058 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20059 (exit $ac_status); } && 21209 (exit $ac_status); } &&
20060 { ac_try='test -z "$ac_c_werror_flag" 21210 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20061 || test ! -s conftest.err' 21211 { (case "(($ac_try" in
20062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20063 (eval $ac_try) 2>&5 21213 *) ac_try_echo=$ac_try;;
21214esac
21215eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21216 (eval "$ac_try") 2>&5
20064 ac_status=$? 21217 ac_status=$?
20065 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20066 (exit $ac_status); }; } && 21219 (exit $ac_status); }; } &&
20067 { ac_try='test -s conftest$ac_exeext' 21220 { ac_try='test -s conftest$ac_exeext'
20068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21221 { (case "(($ac_try" in
20069 (eval $ac_try) 2>&5 21222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21223 *) ac_try_echo=$ac_try;;
21224esac
21225eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21226 (eval "$ac_try") 2>&5
20070 ac_status=$? 21227 ac_status=$?
20071 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20072 (exit $ac_status); }; }; then 21229 (exit $ac_status); }; }; then
@@ -20075,13 +21232,14 @@ else
20075 echo "$as_me: failed program was:" >&5 21232 echo "$as_me: failed program was:" >&5
20076sed 's/^/| /' conftest.$ac_ext >&5 21233sed 's/^/| /' conftest.$ac_ext >&5
20077 21234
20078ac_cv_func__dyld_func_lookup=no 21235 ac_cv_func__dyld_func_lookup=no
20079fi 21236fi
20080rm -f conftest.err conftest.$ac_objext \ 21237
21238rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20081 conftest$ac_exeext conftest.$ac_ext 21239 conftest$ac_exeext conftest.$ac_ext
20082fi 21240fi
20083echo "$as_me:$LINENO: result: $ac_cv_func__dyld_func_lookup" >&5 21241{ echo "$as_me:$LINENO: result: $ac_cv_func__dyld_func_lookup" >&5
20084echo "${ECHO_T}$ac_cv_func__dyld_func_lookup" >&6 21242echo "${ECHO_T}$ac_cv_func__dyld_func_lookup" >&6; }
20085if test $ac_cv_func__dyld_func_lookup = yes; then 21243if test $ac_cv_func__dyld_func_lookup = yes; then
20086 21244
20087cat >>confdefs.h <<\_ACEOF 21245cat >>confdefs.h <<\_ACEOF
@@ -20098,7 +21256,8 @@ fi
20098 21256
20099 21257
20100fi 21258fi
20101rm -f conftest.err conftest.$ac_objext \ 21259
21260rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20102 conftest$ac_exeext conftest.$ac_ext 21261 conftest$ac_exeext conftest.$ac_ext
20103 21262
20104fi 21263fi
@@ -20118,9 +21277,9 @@ then
20118for ac_func in dlerror 21277for ac_func in dlerror
20119do 21278do
20120as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 21279as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
20121echo "$as_me:$LINENO: checking for $ac_func" >&5 21280{ echo "$as_me:$LINENO: checking for $ac_func" >&5
20122echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 21281echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
20123if eval "test \"\${$as_ac_var+set}\" = set"; then 21282if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
20124 echo $ECHO_N "(cached) $ECHO_C" >&6 21283 echo $ECHO_N "(cached) $ECHO_C" >&6
20125else 21284else
20126 cat >conftest.$ac_ext <<_ACEOF 21285 cat >conftest.$ac_ext <<_ACEOF
@@ -20146,53 +21305,59 @@ cat >>conftest.$ac_ext <<_ACEOF
20146 21305
20147#undef $ac_func 21306#undef $ac_func
20148 21307
20149/* Override any gcc2 internal prototype to avoid an error. */ 21308/* Override any GCC internal prototype to avoid an error.
21309 Use char because int might match the return type of a GCC
21310 builtin and then its argument prototype would still apply. */
20150#ifdef __cplusplus 21311#ifdef __cplusplus
20151extern "C" 21312extern "C"
20152{
20153#endif 21313#endif
20154/* We use char because int might match the return type of a gcc2
20155 builtin and then its argument prototype would still apply. */
20156char $ac_func (); 21314char $ac_func ();
20157/* The GNU C library defines this for functions which it implements 21315/* The GNU C library defines this for functions which it implements
20158 to always fail with ENOSYS. Some functions are actually named 21316 to always fail with ENOSYS. Some functions are actually named
20159 something starting with __ and the normal name is an alias. */ 21317 something starting with __ and the normal name is an alias. */
20160#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 21318#if defined __stub_$ac_func || defined __stub___$ac_func
20161choke me 21319choke me
20162#else
20163char (*f) () = $ac_func;
20164#endif
20165#ifdef __cplusplus
20166}
20167#endif 21320#endif
20168 21321
20169int 21322int
20170main () 21323main ()
20171{ 21324{
20172return f != $ac_func; 21325return $ac_func ();
20173 ; 21326 ;
20174 return 0; 21327 return 0;
20175} 21328}
20176_ACEOF 21329_ACEOF
20177rm -f conftest.$ac_objext conftest$ac_exeext 21330rm -f conftest.$ac_objext conftest$ac_exeext
20178if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 21331if { (ac_try="$ac_link"
20179 (eval $ac_link) 2>conftest.er1 21332case "(($ac_try" in
21333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21334 *) ac_try_echo=$ac_try;;
21335esac
21336eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21337 (eval "$ac_link") 2>conftest.er1
20180 ac_status=$? 21338 ac_status=$?
20181 grep -v '^ *+' conftest.er1 >conftest.err 21339 grep -v '^ *+' conftest.er1 >conftest.err
20182 rm -f conftest.er1 21340 rm -f conftest.er1
20183 cat conftest.err >&5 21341 cat conftest.err >&5
20184 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20185 (exit $ac_status); } && 21343 (exit $ac_status); } &&
20186 { ac_try='test -z "$ac_c_werror_flag" 21344 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20187 || test ! -s conftest.err' 21345 { (case "(($ac_try" in
20188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20189 (eval $ac_try) 2>&5 21347 *) ac_try_echo=$ac_try;;
21348esac
21349eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21350 (eval "$ac_try") 2>&5
20190 ac_status=$? 21351 ac_status=$?
20191 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20192 (exit $ac_status); }; } && 21353 (exit $ac_status); }; } &&
20193 { ac_try='test -s conftest$ac_exeext' 21354 { ac_try='test -s conftest$ac_exeext'
20194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21355 { (case "(($ac_try" in
20195 (eval $ac_try) 2>&5 21356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21357 *) ac_try_echo=$ac_try;;
21358esac
21359eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21360 (eval "$ac_try") 2>&5
20196 ac_status=$? 21361 ac_status=$?
20197 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20198 (exit $ac_status); }; }; then 21363 (exit $ac_status); }; }; then
@@ -20201,13 +21366,15 @@ else
20201 echo "$as_me: failed program was:" >&5 21366 echo "$as_me: failed program was:" >&5
20202sed 's/^/| /' conftest.$ac_ext >&5 21367sed 's/^/| /' conftest.$ac_ext >&5
20203 21368
20204eval "$as_ac_var=no" 21369 eval "$as_ac_var=no"
20205fi 21370fi
20206rm -f conftest.err conftest.$ac_objext \ 21371
21372rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20207 conftest$ac_exeext conftest.$ac_ext 21373 conftest$ac_exeext conftest.$ac_ext
20208fi 21374fi
20209echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 21375ac_res=`eval echo '${'$as_ac_var'}'`
20210echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 21376 { echo "$as_me:$LINENO: result: $ac_res" >&5
21377echo "${ECHO_T}$ac_res" >&6; }
20211if test `eval echo '${'$as_ac_var'}'` = yes; then 21378if test `eval echo '${'$as_ac_var'}'` = yes; then
20212 cat >>confdefs.h <<_ACEOF 21379 cat >>confdefs.h <<_ACEOF
20213#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 21380#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
@@ -20226,8 +21393,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
20226 21393
20227 21394
20228 21395
20229echo "$as_me:$LINENO: checking for _ prefix in compiled symbols" >&5 21396{ echo "$as_me:$LINENO: checking for _ prefix in compiled symbols" >&5
20230echo $ECHO_N "checking for _ prefix in compiled symbols... $ECHO_C" >&6 21397echo $ECHO_N "checking for _ prefix in compiled symbols... $ECHO_C" >&6; }
20231if test "${ac_cv_sys_symbol_underscore+set}" = set; then 21398if test "${ac_cv_sys_symbol_underscore+set}" = set; then
20232 echo $ECHO_N "(cached) $ECHO_C" >&6 21399 echo $ECHO_N "(cached) $ECHO_C" >&6
20233else 21400else
@@ -20268,15 +21435,15 @@ EOF
20268 rm -rf conftest* 21435 rm -rf conftest*
20269 21436
20270fi 21437fi
20271echo "$as_me:$LINENO: result: $ac_cv_sys_symbol_underscore" >&5 21438{ echo "$as_me:$LINENO: result: $ac_cv_sys_symbol_underscore" >&5
20272echo "${ECHO_T}$ac_cv_sys_symbol_underscore" >&6 21439echo "${ECHO_T}$ac_cv_sys_symbol_underscore" >&6; }
20273 21440
20274 21441
20275if test x"$ac_cv_sys_symbol_underscore" = xyes; then 21442if test x"$ac_cv_sys_symbol_underscore" = xyes; then
20276 if test x"$libltdl_cv_func_dlopen" = xyes || 21443 if test x"$libltdl_cv_func_dlopen" = xyes ||
20277 test x"$libltdl_cv_lib_dl_dlopen" = xyes ; then 21444 test x"$libltdl_cv_lib_dl_dlopen" = xyes ; then
20278 echo "$as_me:$LINENO: checking whether we have to add an underscore for dlsym" >&5 21445 { echo "$as_me:$LINENO: checking whether we have to add an underscore for dlsym" >&5
20279echo $ECHO_N "checking whether we have to add an underscore for dlsym... $ECHO_C" >&6 21446echo $ECHO_N "checking whether we have to add an underscore for dlsym... $ECHO_C" >&6; }
20280if test "${libltdl_cv_need_uscore+set}" = set; then 21447if test "${libltdl_cv_need_uscore+set}" = set; then
20281 echo $ECHO_N "(cached) $ECHO_C" >&6 21448 echo $ECHO_N "(cached) $ECHO_C" >&6
20282else 21449else
@@ -20289,7 +21456,7 @@ else
20289 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 21456 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
20290 lt_status=$lt_dlunknown 21457 lt_status=$lt_dlunknown
20291 cat > conftest.$ac_ext <<EOF 21458 cat > conftest.$ac_ext <<EOF
20292#line 20292 "configure" 21459#line 21459 "configure"
20293#include "confdefs.h" 21460#include "confdefs.h"
20294 21461
20295#if HAVE_DLFCN_H 21462#if HAVE_DLFCN_H
@@ -20374,8 +21541,8 @@ rm -fr conftest*
20374 LIBS="$save_LIBS" 21541 LIBS="$save_LIBS"
20375 21542
20376fi 21543fi
20377echo "$as_me:$LINENO: result: $libltdl_cv_need_uscore" >&5 21544{ echo "$as_me:$LINENO: result: $libltdl_cv_need_uscore" >&5
20378echo "${ECHO_T}$libltdl_cv_need_uscore" >&6 21545echo "${ECHO_T}$libltdl_cv_need_uscore" >&6; }
20379 fi 21546 fi
20380fi 21547fi
20381 21548
@@ -20388,8 +21555,8 @@ _ACEOF
20388fi 21555fi
20389 21556
20390 21557
20391echo "$as_me:$LINENO: checking whether deplibs are loaded by dlopen" >&5 21558{ echo "$as_me:$LINENO: checking whether deplibs are loaded by dlopen" >&5
20392echo $ECHO_N "checking whether deplibs are loaded by dlopen... $ECHO_C" >&6 21559echo $ECHO_N "checking whether deplibs are loaded by dlopen... $ECHO_C" >&6; }
20393if test "${libltdl_cv_sys_dlopen_deplibs+set}" = set; then 21560if test "${libltdl_cv_sys_dlopen_deplibs+set}" = set; then
20394 echo $ECHO_N "(cached) $ECHO_C" >&6 21561 echo $ECHO_N "(cached) $ECHO_C" >&6
20395else 21562else
@@ -20412,7 +21579,7 @@ else
20412 # If you are looking for one http://www.opendarwin.org/projects/dlcompat 21579 # If you are looking for one http://www.opendarwin.org/projects/dlcompat
20413 libltdl_cv_sys_dlopen_deplibs=yes 21580 libltdl_cv_sys_dlopen_deplibs=yes
20414 ;; 21581 ;;
20415 gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu) 21582 gnu* | linux* | k*bsd*-gnu)
20416 # GNU and its variants, using gnu ld.so (Glibc) 21583 # GNU and its variants, using gnu ld.so (Glibc)
20417 libltdl_cv_sys_dlopen_deplibs=yes 21584 libltdl_cv_sys_dlopen_deplibs=yes
20418 ;; 21585 ;;
@@ -20432,7 +21599,7 @@ else
20432 # at 6.2 and later dlopen does load deplibs. 21599 # at 6.2 and later dlopen does load deplibs.
20433 libltdl_cv_sys_dlopen_deplibs=yes 21600 libltdl_cv_sys_dlopen_deplibs=yes
20434 ;; 21601 ;;
20435 netbsd*) 21602 netbsd* | netbsdelf*-gnu)
20436 libltdl_cv_sys_dlopen_deplibs=yes 21603 libltdl_cv_sys_dlopen_deplibs=yes
20437 ;; 21604 ;;
20438 openbsd*) 21605 openbsd*)
@@ -20469,8 +21636,8 @@ else
20469 esac 21636 esac
20470 21637
20471fi 21638fi
20472echo "$as_me:$LINENO: result: $libltdl_cv_sys_dlopen_deplibs" >&5 21639{ echo "$as_me:$LINENO: result: $libltdl_cv_sys_dlopen_deplibs" >&5
20473echo "${ECHO_T}$libltdl_cv_sys_dlopen_deplibs" >&6 21640echo "${ECHO_T}$libltdl_cv_sys_dlopen_deplibs" >&6; }
20474if test "$libltdl_cv_sys_dlopen_deplibs" != yes; then 21641if test "$libltdl_cv_sys_dlopen_deplibs" != yes; then
20475 21642
20476cat >>confdefs.h <<\_ACEOF 21643cat >>confdefs.h <<\_ACEOF
@@ -20483,18 +21650,19 @@ fi
20483for ac_header in argz.h 21650for ac_header in argz.h
20484do 21651do
20485as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 21652as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20486if eval "test \"\${$as_ac_Header+set}\" = set"; then 21653if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20487 echo "$as_me:$LINENO: checking for $ac_header" >&5 21654 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20488echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 21655echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20489if eval "test \"\${$as_ac_Header+set}\" = set"; then 21656if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20490 echo $ECHO_N "(cached) $ECHO_C" >&6 21657 echo $ECHO_N "(cached) $ECHO_C" >&6
20491fi 21658fi
20492echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 21659ac_res=`eval echo '${'$as_ac_Header'}'`
20493echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 21660 { echo "$as_me:$LINENO: result: $ac_res" >&5
21661echo "${ECHO_T}$ac_res" >&6; }
20494else 21662else
20495 # Is the header compilable? 21663 # Is the header compilable?
20496echo "$as_me:$LINENO: checking $ac_header usability" >&5 21664{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
20497echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 21665echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
20498cat >conftest.$ac_ext <<_ACEOF 21666cat >conftest.$ac_ext <<_ACEOF
20499/* confdefs.h. */ 21667/* confdefs.h. */
20500_ACEOF 21668_ACEOF
@@ -20505,24 +21673,36 @@ $ac_includes_default
20505#include <$ac_header> 21673#include <$ac_header>
20506_ACEOF 21674_ACEOF
20507rm -f conftest.$ac_objext 21675rm -f conftest.$ac_objext
20508if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 21676if { (ac_try="$ac_compile"
20509 (eval $ac_compile) 2>conftest.er1 21677case "(($ac_try" in
21678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21679 *) ac_try_echo=$ac_try;;
21680esac
21681eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21682 (eval "$ac_compile") 2>conftest.er1
20510 ac_status=$? 21683 ac_status=$?
20511 grep -v '^ *+' conftest.er1 >conftest.err 21684 grep -v '^ *+' conftest.er1 >conftest.err
20512 rm -f conftest.er1 21685 rm -f conftest.er1
20513 cat conftest.err >&5 21686 cat conftest.err >&5
20514 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20515 (exit $ac_status); } && 21688 (exit $ac_status); } &&
20516 { ac_try='test -z "$ac_c_werror_flag" 21689 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20517 || test ! -s conftest.err' 21690 { (case "(($ac_try" in
20518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20519 (eval $ac_try) 2>&5 21692 *) ac_try_echo=$ac_try;;
21693esac
21694eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21695 (eval "$ac_try") 2>&5
20520 ac_status=$? 21696 ac_status=$?
20521 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20522 (exit $ac_status); }; } && 21698 (exit $ac_status); }; } &&
20523 { ac_try='test -s conftest.$ac_objext' 21699 { ac_try='test -s conftest.$ac_objext'
20524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21700 { (case "(($ac_try" in
20525 (eval $ac_try) 2>&5 21701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21702 *) ac_try_echo=$ac_try;;
21703esac
21704eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21705 (eval "$ac_try") 2>&5
20526 ac_status=$? 21706 ac_status=$?
20527 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20528 (exit $ac_status); }; }; then 21708 (exit $ac_status); }; }; then
@@ -20531,15 +21711,16 @@ else
20531 echo "$as_me: failed program was:" >&5 21711 echo "$as_me: failed program was:" >&5
20532sed 's/^/| /' conftest.$ac_ext >&5 21712sed 's/^/| /' conftest.$ac_ext >&5
20533 21713
20534ac_header_compiler=no 21714 ac_header_compiler=no
20535fi 21715fi
20536rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 21716
20537echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 21717rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20538echo "${ECHO_T}$ac_header_compiler" >&6 21718{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21719echo "${ECHO_T}$ac_header_compiler" >&6; }
20539 21720
20540# Is the header present? 21721# Is the header present?
20541echo "$as_me:$LINENO: checking $ac_header presence" >&5 21722{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
20542echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 21723echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
20543cat >conftest.$ac_ext <<_ACEOF 21724cat >conftest.$ac_ext <<_ACEOF
20544/* confdefs.h. */ 21725/* confdefs.h. */
20545_ACEOF 21726_ACEOF
@@ -20548,8 +21729,13 @@ cat >>conftest.$ac_ext <<_ACEOF
20548/* end confdefs.h. */ 21729/* end confdefs.h. */
20549#include <$ac_header> 21730#include <$ac_header>
20550_ACEOF 21731_ACEOF
20551if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 21732if { (ac_try="$ac_cpp conftest.$ac_ext"
20552 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 21733case "(($ac_try" in
21734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21735 *) ac_try_echo=$ac_try;;
21736esac
21737eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21738 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20553 ac_status=$? 21739 ac_status=$?
20554 grep -v '^ *+' conftest.er1 >conftest.err 21740 grep -v '^ *+' conftest.er1 >conftest.err
20555 rm -f conftest.er1 21741 rm -f conftest.er1
@@ -20573,9 +21759,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
20573 21759
20574 ac_header_preproc=no 21760 ac_header_preproc=no
20575fi 21761fi
21762
20576rm -f conftest.err conftest.$ac_ext 21763rm -f conftest.err conftest.$ac_ext
20577echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 21764{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20578echo "${ECHO_T}$ac_header_preproc" >&6 21765echo "${ECHO_T}$ac_header_preproc" >&6; }
20579 21766
20580# So? What about this header? 21767# So? What about this header?
20581case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 21768case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
@@ -20599,25 +21786,24 @@ echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\
20599echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 21786echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20600 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 21787 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20601echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 21788echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20602 ( 21789 ( cat <<\_ASBOX
20603 cat <<\_ASBOX
20604## ---------------------------------- ## 21790## ---------------------------------- ##
20605## Report this to bug-libtool@gnu.org ## 21791## Report this to bug-libtool@gnu.org ##
20606## ---------------------------------- ## 21792## ---------------------------------- ##
20607_ASBOX 21793_ASBOX
20608 ) | 21794 ) | sed "s/^/$as_me: WARNING: /" >&2
20609 sed "s/^/$as_me: WARNING: /" >&2
20610 ;; 21795 ;;
20611esac 21796esac
20612echo "$as_me:$LINENO: checking for $ac_header" >&5 21797{ echo "$as_me:$LINENO: checking for $ac_header" >&5
20613echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 21798echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20614if eval "test \"\${$as_ac_Header+set}\" = set"; then 21799if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20615 echo $ECHO_N "(cached) $ECHO_C" >&6 21800 echo $ECHO_N "(cached) $ECHO_C" >&6
20616else 21801else
20617 eval "$as_ac_Header=\$ac_header_preproc" 21802 eval "$as_ac_Header=\$ac_header_preproc"
20618fi 21803fi
20619echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 21804ac_res=`eval echo '${'$as_ac_Header'}'`
20620echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 21805 { echo "$as_me:$LINENO: result: $ac_res" >&5
21806echo "${ECHO_T}$ac_res" >&6; }
20621 21807
20622fi 21808fi
20623if test `eval echo '${'$as_ac_Header'}'` = yes; then 21809if test `eval echo '${'$as_ac_Header'}'` = yes; then
@@ -20630,8 +21816,8 @@ fi
20630done 21816done
20631 21817
20632 21818
20633echo "$as_me:$LINENO: checking for error_t" >&5 21819{ echo "$as_me:$LINENO: checking for error_t" >&5
20634echo $ECHO_N "checking for error_t... $ECHO_C" >&6 21820echo $ECHO_N "checking for error_t... $ECHO_C" >&6; }
20635if test "${ac_cv_type_error_t+set}" = set; then 21821if test "${ac_cv_type_error_t+set}" = set; then
20636 echo $ECHO_N "(cached) $ECHO_C" >&6 21822 echo $ECHO_N "(cached) $ECHO_C" >&6
20637else 21823else
@@ -20645,36 +21831,49 @@ cat >>conftest.$ac_ext <<_ACEOF
20645# include <argz.h> 21831# include <argz.h>
20646#endif 21832#endif
20647 21833
21834typedef error_t ac__type_new_;
20648int 21835int
20649main () 21836main ()
20650{ 21837{
20651if ((error_t *) 0) 21838if ((ac__type_new_ *) 0)
20652 return 0; 21839 return 0;
20653if (sizeof (error_t)) 21840if (sizeof (ac__type_new_))
20654 return 0; 21841 return 0;
20655 ; 21842 ;
20656 return 0; 21843 return 0;
20657} 21844}
20658_ACEOF 21845_ACEOF
20659rm -f conftest.$ac_objext 21846rm -f conftest.$ac_objext
20660if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 21847if { (ac_try="$ac_compile"
20661 (eval $ac_compile) 2>conftest.er1 21848case "(($ac_try" in
21849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21850 *) ac_try_echo=$ac_try;;
21851esac
21852eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21853 (eval "$ac_compile") 2>conftest.er1
20662 ac_status=$? 21854 ac_status=$?
20663 grep -v '^ *+' conftest.er1 >conftest.err 21855 grep -v '^ *+' conftest.er1 >conftest.err
20664 rm -f conftest.er1 21856 rm -f conftest.er1
20665 cat conftest.err >&5 21857 cat conftest.err >&5
20666 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20667 (exit $ac_status); } && 21859 (exit $ac_status); } &&
20668 { ac_try='test -z "$ac_c_werror_flag" 21860 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20669 || test ! -s conftest.err' 21861 { (case "(($ac_try" in
20670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20671 (eval $ac_try) 2>&5 21863 *) ac_try_echo=$ac_try;;
21864esac
21865eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21866 (eval "$ac_try") 2>&5
20672 ac_status=$? 21867 ac_status=$?
20673 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20674 (exit $ac_status); }; } && 21869 (exit $ac_status); }; } &&
20675 { ac_try='test -s conftest.$ac_objext' 21870 { ac_try='test -s conftest.$ac_objext'
20676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21871 { (case "(($ac_try" in
20677 (eval $ac_try) 2>&5 21872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21873 *) ac_try_echo=$ac_try;;
21874esac
21875eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21876 (eval "$ac_try") 2>&5
20678 ac_status=$? 21877 ac_status=$?
20679 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20680 (exit $ac_status); }; }; then 21879 (exit $ac_status); }; }; then
@@ -20683,12 +21882,13 @@ else
20683 echo "$as_me: failed program was:" >&5 21882 echo "$as_me: failed program was:" >&5
20684sed 's/^/| /' conftest.$ac_ext >&5 21883sed 's/^/| /' conftest.$ac_ext >&5
20685 21884
20686ac_cv_type_error_t=no 21885 ac_cv_type_error_t=no
20687fi 21886fi
20688rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 21887
21888rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20689fi 21889fi
20690echo "$as_me:$LINENO: result: $ac_cv_type_error_t" >&5 21890{ echo "$as_me:$LINENO: result: $ac_cv_type_error_t" >&5
20691echo "${ECHO_T}$ac_cv_type_error_t" >&6 21891echo "${ECHO_T}$ac_cv_type_error_t" >&6; }
20692if test $ac_cv_type_error_t = yes; then 21892if test $ac_cv_type_error_t = yes; then
20693 21893
20694cat >>confdefs.h <<_ACEOF 21894cat >>confdefs.h <<_ACEOF
@@ -20713,9 +21913,9 @@ fi
20713for ac_func in argz_append argz_create_sep argz_insert argz_next argz_stringify 21913for ac_func in argz_append argz_create_sep argz_insert argz_next argz_stringify
20714do 21914do
20715as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 21915as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
20716echo "$as_me:$LINENO: checking for $ac_func" >&5 21916{ echo "$as_me:$LINENO: checking for $ac_func" >&5
20717echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 21917echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
20718if eval "test \"\${$as_ac_var+set}\" = set"; then 21918if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
20719 echo $ECHO_N "(cached) $ECHO_C" >&6 21919 echo $ECHO_N "(cached) $ECHO_C" >&6
20720else 21920else
20721 cat >conftest.$ac_ext <<_ACEOF 21921 cat >conftest.$ac_ext <<_ACEOF
@@ -20741,53 +21941,59 @@ cat >>conftest.$ac_ext <<_ACEOF
20741 21941
20742#undef $ac_func 21942#undef $ac_func
20743 21943
20744/* Override any gcc2 internal prototype to avoid an error. */ 21944/* Override any GCC internal prototype to avoid an error.
21945 Use char because int might match the return type of a GCC
21946 builtin and then its argument prototype would still apply. */
20745#ifdef __cplusplus 21947#ifdef __cplusplus
20746extern "C" 21948extern "C"
20747{
20748#endif 21949#endif
20749/* We use char because int might match the return type of a gcc2
20750 builtin and then its argument prototype would still apply. */
20751char $ac_func (); 21950char $ac_func ();
20752/* The GNU C library defines this for functions which it implements 21951/* The GNU C library defines this for functions which it implements
20753 to always fail with ENOSYS. Some functions are actually named 21952 to always fail with ENOSYS. Some functions are actually named
20754 something starting with __ and the normal name is an alias. */ 21953 something starting with __ and the normal name is an alias. */
20755#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 21954#if defined __stub_$ac_func || defined __stub___$ac_func
20756choke me 21955choke me
20757#else
20758char (*f) () = $ac_func;
20759#endif
20760#ifdef __cplusplus
20761}
20762#endif 21956#endif
20763 21957
20764int 21958int
20765main () 21959main ()
20766{ 21960{
20767return f != $ac_func; 21961return $ac_func ();
20768 ; 21962 ;
20769 return 0; 21963 return 0;
20770} 21964}
20771_ACEOF 21965_ACEOF
20772rm -f conftest.$ac_objext conftest$ac_exeext 21966rm -f conftest.$ac_objext conftest$ac_exeext
20773if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 21967if { (ac_try="$ac_link"
20774 (eval $ac_link) 2>conftest.er1 21968case "(($ac_try" in
21969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21970 *) ac_try_echo=$ac_try;;
21971esac
21972eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21973 (eval "$ac_link") 2>conftest.er1
20775 ac_status=$? 21974 ac_status=$?
20776 grep -v '^ *+' conftest.er1 >conftest.err 21975 grep -v '^ *+' conftest.er1 >conftest.err
20777 rm -f conftest.er1 21976 rm -f conftest.er1
20778 cat conftest.err >&5 21977 cat conftest.err >&5
20779 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20780 (exit $ac_status); } && 21979 (exit $ac_status); } &&
20781 { ac_try='test -z "$ac_c_werror_flag" 21980 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20782 || test ! -s conftest.err' 21981 { (case "(($ac_try" in
20783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20784 (eval $ac_try) 2>&5 21983 *) ac_try_echo=$ac_try;;
21984esac
21985eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21986 (eval "$ac_try") 2>&5
20785 ac_status=$? 21987 ac_status=$?
20786 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20787 (exit $ac_status); }; } && 21989 (exit $ac_status); }; } &&
20788 { ac_try='test -s conftest$ac_exeext' 21990 { ac_try='test -s conftest$ac_exeext'
20789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21991 { (case "(($ac_try" in
20790 (eval $ac_try) 2>&5 21992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21993 *) ac_try_echo=$ac_try;;
21994esac
21995eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21996 (eval "$ac_try") 2>&5
20791 ac_status=$? 21997 ac_status=$?
20792 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20793 (exit $ac_status); }; }; then 21999 (exit $ac_status); }; }; then
@@ -20796,13 +22002,15 @@ else
20796 echo "$as_me: failed program was:" >&5 22002 echo "$as_me: failed program was:" >&5
20797sed 's/^/| /' conftest.$ac_ext >&5 22003sed 's/^/| /' conftest.$ac_ext >&5
20798 22004
20799eval "$as_ac_var=no" 22005 eval "$as_ac_var=no"
20800fi 22006fi
20801rm -f conftest.err conftest.$ac_objext \ 22007
22008rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20802 conftest$ac_exeext conftest.$ac_ext 22009 conftest$ac_exeext conftest.$ac_ext
20803fi 22010fi
20804echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 22011ac_res=`eval echo '${'$as_ac_var'}'`
20805echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 22012 { echo "$as_me:$LINENO: result: $ac_res" >&5
22013echo "${ECHO_T}$ac_res" >&6; }
20806if test `eval echo '${'$as_ac_var'}'` = yes; then 22014if test `eval echo '${'$as_ac_var'}'` = yes; then
20807 cat >>confdefs.h <<_ACEOF 22015 cat >>confdefs.h <<_ACEOF
20808#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 22016#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
@@ -20842,18 +22050,19 @@ for ac_header in assert.h ctype.h errno.h malloc.h memory.h stdlib.h \
20842 stdio.h unistd.h 22050 stdio.h unistd.h
20843do 22051do
20844as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 22052as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20845if eval "test \"\${$as_ac_Header+set}\" = set"; then 22053if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20846 echo "$as_me:$LINENO: checking for $ac_header" >&5 22054 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20847echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 22055echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20848if eval "test \"\${$as_ac_Header+set}\" = set"; then 22056if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20849 echo $ECHO_N "(cached) $ECHO_C" >&6 22057 echo $ECHO_N "(cached) $ECHO_C" >&6
20850fi 22058fi
20851echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 22059ac_res=`eval echo '${'$as_ac_Header'}'`
20852echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 22060 { echo "$as_me:$LINENO: result: $ac_res" >&5
22061echo "${ECHO_T}$ac_res" >&6; }
20853else 22062else
20854 # Is the header compilable? 22063 # Is the header compilable?
20855echo "$as_me:$LINENO: checking $ac_header usability" >&5 22064{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
20856echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 22065echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
20857cat >conftest.$ac_ext <<_ACEOF 22066cat >conftest.$ac_ext <<_ACEOF
20858/* confdefs.h. */ 22067/* confdefs.h. */
20859_ACEOF 22068_ACEOF
@@ -20864,24 +22073,36 @@ $ac_includes_default
20864#include <$ac_header> 22073#include <$ac_header>
20865_ACEOF 22074_ACEOF
20866rm -f conftest.$ac_objext 22075rm -f conftest.$ac_objext
20867if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 22076if { (ac_try="$ac_compile"
20868 (eval $ac_compile) 2>conftest.er1 22077case "(($ac_try" in
22078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22079 *) ac_try_echo=$ac_try;;
22080esac
22081eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22082 (eval "$ac_compile") 2>conftest.er1
20869 ac_status=$? 22083 ac_status=$?
20870 grep -v '^ *+' conftest.er1 >conftest.err 22084 grep -v '^ *+' conftest.er1 >conftest.err
20871 rm -f conftest.er1 22085 rm -f conftest.er1
20872 cat conftest.err >&5 22086 cat conftest.err >&5
20873 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20874 (exit $ac_status); } && 22088 (exit $ac_status); } &&
20875 { ac_try='test -z "$ac_c_werror_flag" 22089 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20876 || test ! -s conftest.err' 22090 { (case "(($ac_try" in
20877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20878 (eval $ac_try) 2>&5 22092 *) ac_try_echo=$ac_try;;
22093esac
22094eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22095 (eval "$ac_try") 2>&5
20879 ac_status=$? 22096 ac_status=$?
20880 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20881 (exit $ac_status); }; } && 22098 (exit $ac_status); }; } &&
20882 { ac_try='test -s conftest.$ac_objext' 22099 { ac_try='test -s conftest.$ac_objext'
20883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22100 { (case "(($ac_try" in
20884 (eval $ac_try) 2>&5 22101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22102 *) ac_try_echo=$ac_try;;
22103esac
22104eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22105 (eval "$ac_try") 2>&5
20885 ac_status=$? 22106 ac_status=$?
20886 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20887 (exit $ac_status); }; }; then 22108 (exit $ac_status); }; }; then
@@ -20890,15 +22111,16 @@ else
20890 echo "$as_me: failed program was:" >&5 22111 echo "$as_me: failed program was:" >&5
20891sed 's/^/| /' conftest.$ac_ext >&5 22112sed 's/^/| /' conftest.$ac_ext >&5
20892 22113
20893ac_header_compiler=no 22114 ac_header_compiler=no
20894fi 22115fi
20895rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 22116
20896echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 22117rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20897echo "${ECHO_T}$ac_header_compiler" >&6 22118{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22119echo "${ECHO_T}$ac_header_compiler" >&6; }
20898 22120
20899# Is the header present? 22121# Is the header present?
20900echo "$as_me:$LINENO: checking $ac_header presence" >&5 22122{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
20901echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 22123echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
20902cat >conftest.$ac_ext <<_ACEOF 22124cat >conftest.$ac_ext <<_ACEOF
20903/* confdefs.h. */ 22125/* confdefs.h. */
20904_ACEOF 22126_ACEOF
@@ -20907,8 +22129,13 @@ cat >>conftest.$ac_ext <<_ACEOF
20907/* end confdefs.h. */ 22129/* end confdefs.h. */
20908#include <$ac_header> 22130#include <$ac_header>
20909_ACEOF 22131_ACEOF
20910if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 22132if { (ac_try="$ac_cpp conftest.$ac_ext"
20911 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 22133case "(($ac_try" in
22134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22135 *) ac_try_echo=$ac_try;;
22136esac
22137eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22138 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20912 ac_status=$? 22139 ac_status=$?
20913 grep -v '^ *+' conftest.er1 >conftest.err 22140 grep -v '^ *+' conftest.er1 >conftest.err
20914 rm -f conftest.er1 22141 rm -f conftest.er1
@@ -20932,9 +22159,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
20932 22159
20933 ac_header_preproc=no 22160 ac_header_preproc=no
20934fi 22161fi
22162
20935rm -f conftest.err conftest.$ac_ext 22163rm -f conftest.err conftest.$ac_ext
20936echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 22164{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20937echo "${ECHO_T}$ac_header_preproc" >&6 22165echo "${ECHO_T}$ac_header_preproc" >&6; }
20938 22166
20939# So? What about this header? 22167# So? What about this header?
20940case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 22168case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
@@ -20958,25 +22186,24 @@ echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\
20958echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 22186echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20959 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 22187 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20960echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 22188echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20961 ( 22189 ( cat <<\_ASBOX
20962 cat <<\_ASBOX
20963## ---------------------------------- ## 22190## ---------------------------------- ##
20964## Report this to bug-libtool@gnu.org ## 22191## Report this to bug-libtool@gnu.org ##
20965## ---------------------------------- ## 22192## ---------------------------------- ##
20966_ASBOX 22193_ASBOX
20967 ) | 22194 ) | sed "s/^/$as_me: WARNING: /" >&2
20968 sed "s/^/$as_me: WARNING: /" >&2
20969 ;; 22195 ;;
20970esac 22196esac
20971echo "$as_me:$LINENO: checking for $ac_header" >&5 22197{ echo "$as_me:$LINENO: checking for $ac_header" >&5
20972echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 22198echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20973if eval "test \"\${$as_ac_Header+set}\" = set"; then 22199if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20974 echo $ECHO_N "(cached) $ECHO_C" >&6 22200 echo $ECHO_N "(cached) $ECHO_C" >&6
20975else 22201else
20976 eval "$as_ac_Header=\$ac_header_preproc" 22202 eval "$as_ac_Header=\$ac_header_preproc"
20977fi 22203fi
20978echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 22204ac_res=`eval echo '${'$as_ac_Header'}'`
20979echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 22205 { echo "$as_me:$LINENO: result: $ac_res" >&5
22206echo "${ECHO_T}$ac_res" >&6; }
20980 22207
20981fi 22208fi
20982if test `eval echo '${'$as_ac_Header'}'` = yes; then 22209if test `eval echo '${'$as_ac_Header'}'` = yes; then
@@ -20995,18 +22222,19 @@ done
20995for ac_header in dl.h sys/dl.h dld.h mach-o/dyld.h 22222for ac_header in dl.h sys/dl.h dld.h mach-o/dyld.h
20996do 22223do
20997as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 22224as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20998if eval "test \"\${$as_ac_Header+set}\" = set"; then 22225if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20999 echo "$as_me:$LINENO: checking for $ac_header" >&5 22226 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21000echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 22227echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21001if eval "test \"\${$as_ac_Header+set}\" = set"; then 22228if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21002 echo $ECHO_N "(cached) $ECHO_C" >&6 22229 echo $ECHO_N "(cached) $ECHO_C" >&6
21003fi 22230fi
21004echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 22231ac_res=`eval echo '${'$as_ac_Header'}'`
21005echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 22232 { echo "$as_me:$LINENO: result: $ac_res" >&5
22233echo "${ECHO_T}$ac_res" >&6; }
21006else 22234else
21007 # Is the header compilable? 22235 # Is the header compilable?
21008echo "$as_me:$LINENO: checking $ac_header usability" >&5 22236{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
21009echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 22237echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21010cat >conftest.$ac_ext <<_ACEOF 22238cat >conftest.$ac_ext <<_ACEOF
21011/* confdefs.h. */ 22239/* confdefs.h. */
21012_ACEOF 22240_ACEOF
@@ -21017,24 +22245,36 @@ $ac_includes_default
21017#include <$ac_header> 22245#include <$ac_header>
21018_ACEOF 22246_ACEOF
21019rm -f conftest.$ac_objext 22247rm -f conftest.$ac_objext
21020if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 22248if { (ac_try="$ac_compile"
21021 (eval $ac_compile) 2>conftest.er1 22249case "(($ac_try" in
22250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22251 *) ac_try_echo=$ac_try;;
22252esac
22253eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22254 (eval "$ac_compile") 2>conftest.er1
21022 ac_status=$? 22255 ac_status=$?
21023 grep -v '^ *+' conftest.er1 >conftest.err 22256 grep -v '^ *+' conftest.er1 >conftest.err
21024 rm -f conftest.er1 22257 rm -f conftest.er1
21025 cat conftest.err >&5 22258 cat conftest.err >&5
21026 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21027 (exit $ac_status); } && 22260 (exit $ac_status); } &&
21028 { ac_try='test -z "$ac_c_werror_flag" 22261 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21029 || test ! -s conftest.err' 22262 { (case "(($ac_try" in
21030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21031 (eval $ac_try) 2>&5 22264 *) ac_try_echo=$ac_try;;
22265esac
22266eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22267 (eval "$ac_try") 2>&5
21032 ac_status=$? 22268 ac_status=$?
21033 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21034 (exit $ac_status); }; } && 22270 (exit $ac_status); }; } &&
21035 { ac_try='test -s conftest.$ac_objext' 22271 { ac_try='test -s conftest.$ac_objext'
21036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22272 { (case "(($ac_try" in
21037 (eval $ac_try) 2>&5 22273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22274 *) ac_try_echo=$ac_try;;
22275esac
22276eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22277 (eval "$ac_try") 2>&5
21038 ac_status=$? 22278 ac_status=$?
21039 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21040 (exit $ac_status); }; }; then 22280 (exit $ac_status); }; }; then
@@ -21043,15 +22283,16 @@ else
21043 echo "$as_me: failed program was:" >&5 22283 echo "$as_me: failed program was:" >&5
21044sed 's/^/| /' conftest.$ac_ext >&5 22284sed 's/^/| /' conftest.$ac_ext >&5
21045 22285
21046ac_header_compiler=no 22286 ac_header_compiler=no
21047fi 22287fi
21048rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 22288
21049echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 22289rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21050echo "${ECHO_T}$ac_header_compiler" >&6 22290{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22291echo "${ECHO_T}$ac_header_compiler" >&6; }
21051 22292
21052# Is the header present? 22293# Is the header present?
21053echo "$as_me:$LINENO: checking $ac_header presence" >&5 22294{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
21054echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 22295echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21055cat >conftest.$ac_ext <<_ACEOF 22296cat >conftest.$ac_ext <<_ACEOF
21056/* confdefs.h. */ 22297/* confdefs.h. */
21057_ACEOF 22298_ACEOF
@@ -21060,8 +22301,13 @@ cat >>conftest.$ac_ext <<_ACEOF
21060/* end confdefs.h. */ 22301/* end confdefs.h. */
21061#include <$ac_header> 22302#include <$ac_header>
21062_ACEOF 22303_ACEOF
21063if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 22304if { (ac_try="$ac_cpp conftest.$ac_ext"
21064 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 22305case "(($ac_try" in
22306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22307 *) ac_try_echo=$ac_try;;
22308esac
22309eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22310 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21065 ac_status=$? 22311 ac_status=$?
21066 grep -v '^ *+' conftest.er1 >conftest.err 22312 grep -v '^ *+' conftest.er1 >conftest.err
21067 rm -f conftest.er1 22313 rm -f conftest.er1
@@ -21085,9 +22331,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
21085 22331
21086 ac_header_preproc=no 22332 ac_header_preproc=no
21087fi 22333fi
22334
21088rm -f conftest.err conftest.$ac_ext 22335rm -f conftest.err conftest.$ac_ext
21089echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 22336{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21090echo "${ECHO_T}$ac_header_preproc" >&6 22337echo "${ECHO_T}$ac_header_preproc" >&6; }
21091 22338
21092# So? What about this header? 22339# So? What about this header?
21093case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 22340case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
@@ -21111,25 +22358,24 @@ echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\
21111echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 22358echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21112 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 22359 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21113echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 22360echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21114 ( 22361 ( cat <<\_ASBOX
21115 cat <<\_ASBOX
21116## ---------------------------------- ## 22362## ---------------------------------- ##
21117## Report this to bug-libtool@gnu.org ## 22363## Report this to bug-libtool@gnu.org ##
21118## ---------------------------------- ## 22364## ---------------------------------- ##
21119_ASBOX 22365_ASBOX
21120 ) | 22366 ) | sed "s/^/$as_me: WARNING: /" >&2
21121 sed "s/^/$as_me: WARNING: /" >&2
21122 ;; 22367 ;;
21123esac 22368esac
21124echo "$as_me:$LINENO: checking for $ac_header" >&5 22369{ echo "$as_me:$LINENO: checking for $ac_header" >&5
21125echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 22370echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21126if eval "test \"\${$as_ac_Header+set}\" = set"; then 22371if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21127 echo $ECHO_N "(cached) $ECHO_C" >&6 22372 echo $ECHO_N "(cached) $ECHO_C" >&6
21128else 22373else
21129 eval "$as_ac_Header=\$ac_header_preproc" 22374 eval "$as_ac_Header=\$ac_header_preproc"
21130fi 22375fi
21131echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 22376ac_res=`eval echo '${'$as_ac_Header'}'`
21132echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 22377 { echo "$as_me:$LINENO: result: $ac_res" >&5
22378echo "${ECHO_T}$ac_res" >&6; }
21133 22379
21134fi 22380fi
21135if test `eval echo '${'$as_ac_Header'}'` = yes; then 22381if test `eval echo '${'$as_ac_Header'}'` = yes; then
@@ -21146,18 +22392,19 @@ done
21146for ac_header in string.h strings.h 22392for ac_header in string.h strings.h
21147do 22393do
21148as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 22394as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21149if eval "test \"\${$as_ac_Header+set}\" = set"; then 22395if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21150 echo "$as_me:$LINENO: checking for $ac_header" >&5 22396 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21151echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 22397echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21152if eval "test \"\${$as_ac_Header+set}\" = set"; then 22398if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21153 echo $ECHO_N "(cached) $ECHO_C" >&6 22399 echo $ECHO_N "(cached) $ECHO_C" >&6
21154fi 22400fi
21155echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 22401ac_res=`eval echo '${'$as_ac_Header'}'`
21156echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 22402 { echo "$as_me:$LINENO: result: $ac_res" >&5
22403echo "${ECHO_T}$ac_res" >&6; }
21157else 22404else
21158 # Is the header compilable? 22405 # Is the header compilable?
21159echo "$as_me:$LINENO: checking $ac_header usability" >&5 22406{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
21160echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 22407echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21161cat >conftest.$ac_ext <<_ACEOF 22408cat >conftest.$ac_ext <<_ACEOF
21162/* confdefs.h. */ 22409/* confdefs.h. */
21163_ACEOF 22410_ACEOF
@@ -21168,24 +22415,36 @@ $ac_includes_default
21168#include <$ac_header> 22415#include <$ac_header>
21169_ACEOF 22416_ACEOF
21170rm -f conftest.$ac_objext 22417rm -f conftest.$ac_objext
21171if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 22418if { (ac_try="$ac_compile"
21172 (eval $ac_compile) 2>conftest.er1 22419case "(($ac_try" in
22420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22421 *) ac_try_echo=$ac_try;;
22422esac
22423eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22424 (eval "$ac_compile") 2>conftest.er1
21173 ac_status=$? 22425 ac_status=$?
21174 grep -v '^ *+' conftest.er1 >conftest.err 22426 grep -v '^ *+' conftest.er1 >conftest.err
21175 rm -f conftest.er1 22427 rm -f conftest.er1
21176 cat conftest.err >&5 22428 cat conftest.err >&5
21177 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21178 (exit $ac_status); } && 22430 (exit $ac_status); } &&
21179 { ac_try='test -z "$ac_c_werror_flag" 22431 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21180 || test ! -s conftest.err' 22432 { (case "(($ac_try" in
21181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21182 (eval $ac_try) 2>&5 22434 *) ac_try_echo=$ac_try;;
22435esac
22436eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22437 (eval "$ac_try") 2>&5
21183 ac_status=$? 22438 ac_status=$?
21184 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21185 (exit $ac_status); }; } && 22440 (exit $ac_status); }; } &&
21186 { ac_try='test -s conftest.$ac_objext' 22441 { ac_try='test -s conftest.$ac_objext'
21187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22442 { (case "(($ac_try" in
21188 (eval $ac_try) 2>&5 22443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22444 *) ac_try_echo=$ac_try;;
22445esac
22446eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22447 (eval "$ac_try") 2>&5
21189 ac_status=$? 22448 ac_status=$?
21190 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21191 (exit $ac_status); }; }; then 22450 (exit $ac_status); }; }; then
@@ -21194,15 +22453,16 @@ else
21194 echo "$as_me: failed program was:" >&5 22453 echo "$as_me: failed program was:" >&5
21195sed 's/^/| /' conftest.$ac_ext >&5 22454sed 's/^/| /' conftest.$ac_ext >&5
21196 22455
21197ac_header_compiler=no 22456 ac_header_compiler=no
21198fi 22457fi
21199rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 22458
21200echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 22459rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21201echo "${ECHO_T}$ac_header_compiler" >&6 22460{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22461echo "${ECHO_T}$ac_header_compiler" >&6; }
21202 22462
21203# Is the header present? 22463# Is the header present?
21204echo "$as_me:$LINENO: checking $ac_header presence" >&5 22464{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
21205echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 22465echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21206cat >conftest.$ac_ext <<_ACEOF 22466cat >conftest.$ac_ext <<_ACEOF
21207/* confdefs.h. */ 22467/* confdefs.h. */
21208_ACEOF 22468_ACEOF
@@ -21211,8 +22471,13 @@ cat >>conftest.$ac_ext <<_ACEOF
21211/* end confdefs.h. */ 22471/* end confdefs.h. */
21212#include <$ac_header> 22472#include <$ac_header>
21213_ACEOF 22473_ACEOF
21214if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 22474if { (ac_try="$ac_cpp conftest.$ac_ext"
21215 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 22475case "(($ac_try" in
22476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22477 *) ac_try_echo=$ac_try;;
22478esac
22479eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22480 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21216 ac_status=$? 22481 ac_status=$?
21217 grep -v '^ *+' conftest.er1 >conftest.err 22482 grep -v '^ *+' conftest.er1 >conftest.err
21218 rm -f conftest.er1 22483 rm -f conftest.er1
@@ -21236,9 +22501,10 @@ sed 's/^/| /' conftest.$ac_ext >&5
21236 22501
21237 ac_header_preproc=no 22502 ac_header_preproc=no
21238fi 22503fi
22504
21239rm -f conftest.err conftest.$ac_ext 22505rm -f conftest.err conftest.$ac_ext
21240echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 22506{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21241echo "${ECHO_T}$ac_header_preproc" >&6 22507echo "${ECHO_T}$ac_header_preproc" >&6; }
21242 22508
21243# So? What about this header? 22509# So? What about this header?
21244case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 22510case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
@@ -21262,25 +22528,24 @@ echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\
21262echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 22528echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21263 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 22529 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21264echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 22530echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21265 ( 22531 ( cat <<\_ASBOX
21266 cat <<\_ASBOX
21267## ---------------------------------- ## 22532## ---------------------------------- ##
21268## Report this to bug-libtool@gnu.org ## 22533## Report this to bug-libtool@gnu.org ##
21269## ---------------------------------- ## 22534## ---------------------------------- ##
21270_ASBOX 22535_ASBOX
21271 ) | 22536 ) | sed "s/^/$as_me: WARNING: /" >&2
21272 sed "s/^/$as_me: WARNING: /" >&2
21273 ;; 22537 ;;
21274esac 22538esac
21275echo "$as_me:$LINENO: checking for $ac_header" >&5 22539{ echo "$as_me:$LINENO: checking for $ac_header" >&5
21276echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 22540echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21277if eval "test \"\${$as_ac_Header+set}\" = set"; then 22541if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21278 echo $ECHO_N "(cached) $ECHO_C" >&6 22542 echo $ECHO_N "(cached) $ECHO_C" >&6
21279else 22543else
21280 eval "$as_ac_Header=\$ac_header_preproc" 22544 eval "$as_ac_Header=\$ac_header_preproc"
21281fi 22545fi
21282echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 22546ac_res=`eval echo '${'$as_ac_Header'}'`
21283echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 22547 { echo "$as_me:$LINENO: result: $ac_res" >&5
22548echo "${ECHO_T}$ac_res" >&6; }
21284 22549
21285fi 22550fi
21286if test `eval echo '${'$as_ac_Header'}'` = yes; then 22551if test `eval echo '${'$as_ac_Header'}'` = yes; then
@@ -21298,9 +22563,9 @@ done
21298for ac_func in strchr index 22563for ac_func in strchr index
21299do 22564do
21300as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 22565as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
21301echo "$as_me:$LINENO: checking for $ac_func" >&5 22566{ echo "$as_me:$LINENO: checking for $ac_func" >&5
21302echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 22567echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
21303if eval "test \"\${$as_ac_var+set}\" = set"; then 22568if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
21304 echo $ECHO_N "(cached) $ECHO_C" >&6 22569 echo $ECHO_N "(cached) $ECHO_C" >&6
21305else 22570else
21306 cat >conftest.$ac_ext <<_ACEOF 22571 cat >conftest.$ac_ext <<_ACEOF
@@ -21326,53 +22591,59 @@ cat >>conftest.$ac_ext <<_ACEOF
21326 22591
21327#undef $ac_func 22592#undef $ac_func
21328 22593
21329/* Override any gcc2 internal prototype to avoid an error. */ 22594/* Override any GCC internal prototype to avoid an error.
22595 Use char because int might match the return type of a GCC
22596 builtin and then its argument prototype would still apply. */
21330#ifdef __cplusplus 22597#ifdef __cplusplus
21331extern "C" 22598extern "C"
21332{
21333#endif 22599#endif
21334/* We use char because int might match the return type of a gcc2
21335 builtin and then its argument prototype would still apply. */
21336char $ac_func (); 22600char $ac_func ();
21337/* The GNU C library defines this for functions which it implements 22601/* The GNU C library defines this for functions which it implements
21338 to always fail with ENOSYS. Some functions are actually named 22602 to always fail with ENOSYS. Some functions are actually named
21339 something starting with __ and the normal name is an alias. */ 22603 something starting with __ and the normal name is an alias. */
21340#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 22604#if defined __stub_$ac_func || defined __stub___$ac_func
21341choke me 22605choke me
21342#else
21343char (*f) () = $ac_func;
21344#endif
21345#ifdef __cplusplus
21346}
21347#endif 22606#endif
21348 22607
21349int 22608int
21350main () 22609main ()
21351{ 22610{
21352return f != $ac_func; 22611return $ac_func ();
21353 ; 22612 ;
21354 return 0; 22613 return 0;
21355} 22614}
21356_ACEOF 22615_ACEOF
21357rm -f conftest.$ac_objext conftest$ac_exeext 22616rm -f conftest.$ac_objext conftest$ac_exeext
21358if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 22617if { (ac_try="$ac_link"
21359 (eval $ac_link) 2>conftest.er1 22618case "(($ac_try" in
22619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22620 *) ac_try_echo=$ac_try;;
22621esac
22622eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22623 (eval "$ac_link") 2>conftest.er1
21360 ac_status=$? 22624 ac_status=$?
21361 grep -v '^ *+' conftest.er1 >conftest.err 22625 grep -v '^ *+' conftest.er1 >conftest.err
21362 rm -f conftest.er1 22626 rm -f conftest.er1
21363 cat conftest.err >&5 22627 cat conftest.err >&5
21364 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21365 (exit $ac_status); } && 22629 (exit $ac_status); } &&
21366 { ac_try='test -z "$ac_c_werror_flag" 22630 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21367 || test ! -s conftest.err' 22631 { (case "(($ac_try" in
21368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21369 (eval $ac_try) 2>&5 22633 *) ac_try_echo=$ac_try;;
22634esac
22635eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22636 (eval "$ac_try") 2>&5
21370 ac_status=$? 22637 ac_status=$?
21371 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21372 (exit $ac_status); }; } && 22639 (exit $ac_status); }; } &&
21373 { ac_try='test -s conftest$ac_exeext' 22640 { ac_try='test -s conftest$ac_exeext'
21374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22641 { (case "(($ac_try" in
21375 (eval $ac_try) 2>&5 22642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22643 *) ac_try_echo=$ac_try;;
22644esac
22645eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22646 (eval "$ac_try") 2>&5
21376 ac_status=$? 22647 ac_status=$?
21377 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21378 (exit $ac_status); }; }; then 22649 (exit $ac_status); }; }; then
@@ -21381,13 +22652,15 @@ else
21381 echo "$as_me: failed program was:" >&5 22652 echo "$as_me: failed program was:" >&5
21382sed 's/^/| /' conftest.$ac_ext >&5 22653sed 's/^/| /' conftest.$ac_ext >&5
21383 22654
21384eval "$as_ac_var=no" 22655 eval "$as_ac_var=no"
21385fi 22656fi
21386rm -f conftest.err conftest.$ac_objext \ 22657
22658rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21387 conftest$ac_exeext conftest.$ac_ext 22659 conftest$ac_exeext conftest.$ac_ext
21388fi 22660fi
21389echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 22661ac_res=`eval echo '${'$as_ac_var'}'`
21390echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 22662 { echo "$as_me:$LINENO: result: $ac_res" >&5
22663echo "${ECHO_T}$ac_res" >&6; }
21391if test `eval echo '${'$as_ac_var'}'` = yes; then 22664if test `eval echo '${'$as_ac_var'}'` = yes; then
21392 cat >>confdefs.h <<_ACEOF 22665 cat >>confdefs.h <<_ACEOF
21393#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 22666#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
@@ -21401,9 +22674,9 @@ done
21401for ac_func in strrchr rindex 22674for ac_func in strrchr rindex
21402do 22675do
21403as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 22676as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
21404echo "$as_me:$LINENO: checking for $ac_func" >&5 22677{ echo "$as_me:$LINENO: checking for $ac_func" >&5
21405echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 22678echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
21406if eval "test \"\${$as_ac_var+set}\" = set"; then 22679if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
21407 echo $ECHO_N "(cached) $ECHO_C" >&6 22680 echo $ECHO_N "(cached) $ECHO_C" >&6
21408else 22681else
21409 cat >conftest.$ac_ext <<_ACEOF 22682 cat >conftest.$ac_ext <<_ACEOF
@@ -21429,53 +22702,59 @@ cat >>conftest.$ac_ext <<_ACEOF
21429 22702
21430#undef $ac_func 22703#undef $ac_func
21431 22704
21432/* Override any gcc2 internal prototype to avoid an error. */ 22705/* Override any GCC internal prototype to avoid an error.
22706 Use char because int might match the return type of a GCC
22707 builtin and then its argument prototype would still apply. */
21433#ifdef __cplusplus 22708#ifdef __cplusplus
21434extern "C" 22709extern "C"
21435{
21436#endif 22710#endif
21437/* We use char because int might match the return type of a gcc2
21438 builtin and then its argument prototype would still apply. */
21439char $ac_func (); 22711char $ac_func ();
21440/* The GNU C library defines this for functions which it implements 22712/* The GNU C library defines this for functions which it implements
21441 to always fail with ENOSYS. Some functions are actually named 22713 to always fail with ENOSYS. Some functions are actually named
21442 something starting with __ and the normal name is an alias. */ 22714 something starting with __ and the normal name is an alias. */
21443#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 22715#if defined __stub_$ac_func || defined __stub___$ac_func
21444choke me 22716choke me
21445#else
21446char (*f) () = $ac_func;
21447#endif
21448#ifdef __cplusplus
21449}
21450#endif 22717#endif
21451 22718
21452int 22719int
21453main () 22720main ()
21454{ 22721{
21455return f != $ac_func; 22722return $ac_func ();
21456 ; 22723 ;
21457 return 0; 22724 return 0;
21458} 22725}
21459_ACEOF 22726_ACEOF
21460rm -f conftest.$ac_objext conftest$ac_exeext 22727rm -f conftest.$ac_objext conftest$ac_exeext
21461if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 22728if { (ac_try="$ac_link"
21462 (eval $ac_link) 2>conftest.er1 22729case "(($ac_try" in
22730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22731 *) ac_try_echo=$ac_try;;
22732esac
22733eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22734 (eval "$ac_link") 2>conftest.er1
21463 ac_status=$? 22735 ac_status=$?
21464 grep -v '^ *+' conftest.er1 >conftest.err 22736 grep -v '^ *+' conftest.er1 >conftest.err
21465 rm -f conftest.er1 22737 rm -f conftest.er1
21466 cat conftest.err >&5 22738 cat conftest.err >&5
21467 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21468 (exit $ac_status); } && 22740 (exit $ac_status); } &&
21469 { ac_try='test -z "$ac_c_werror_flag" 22741 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21470 || test ! -s conftest.err' 22742 { (case "(($ac_try" in
21471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21472 (eval $ac_try) 2>&5 22744 *) ac_try_echo=$ac_try;;
22745esac
22746eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22747 (eval "$ac_try") 2>&5
21473 ac_status=$? 22748 ac_status=$?
21474 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21475 (exit $ac_status); }; } && 22750 (exit $ac_status); }; } &&
21476 { ac_try='test -s conftest$ac_exeext' 22751 { ac_try='test -s conftest$ac_exeext'
21477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22752 { (case "(($ac_try" in
21478 (eval $ac_try) 2>&5 22753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22754 *) ac_try_echo=$ac_try;;
22755esac
22756eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22757 (eval "$ac_try") 2>&5
21479 ac_status=$? 22758 ac_status=$?
21480 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21481 (exit $ac_status); }; }; then 22760 (exit $ac_status); }; }; then
@@ -21484,13 +22763,15 @@ else
21484 echo "$as_me: failed program was:" >&5 22763 echo "$as_me: failed program was:" >&5
21485sed 's/^/| /' conftest.$ac_ext >&5 22764sed 's/^/| /' conftest.$ac_ext >&5
21486 22765
21487eval "$as_ac_var=no" 22766 eval "$as_ac_var=no"
21488fi 22767fi
21489rm -f conftest.err conftest.$ac_objext \ 22768
22769rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21490 conftest$ac_exeext conftest.$ac_ext 22770 conftest$ac_exeext conftest.$ac_ext
21491fi 22771fi
21492echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 22772ac_res=`eval echo '${'$as_ac_var'}'`
21493echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 22773 { echo "$as_me:$LINENO: result: $ac_res" >&5
22774echo "${ECHO_T}$ac_res" >&6; }
21494if test `eval echo '${'$as_ac_var'}'` = yes; then 22775if test `eval echo '${'$as_ac_var'}'` = yes; then
21495 cat >>confdefs.h <<_ACEOF 22776 cat >>confdefs.h <<_ACEOF
21496#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 22777#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
@@ -21504,9 +22785,9 @@ done
21504for ac_func in memcpy bcopy 22785for ac_func in memcpy bcopy
21505do 22786do
21506as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 22787as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
21507echo "$as_me:$LINENO: checking for $ac_func" >&5 22788{ echo "$as_me:$LINENO: checking for $ac_func" >&5
21508echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 22789echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
21509if eval "test \"\${$as_ac_var+set}\" = set"; then 22790if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
21510 echo $ECHO_N "(cached) $ECHO_C" >&6 22791 echo $ECHO_N "(cached) $ECHO_C" >&6
21511else 22792else
21512 cat >conftest.$ac_ext <<_ACEOF 22793 cat >conftest.$ac_ext <<_ACEOF
@@ -21532,53 +22813,59 @@ cat >>conftest.$ac_ext <<_ACEOF
21532 22813
21533#undef $ac_func 22814#undef $ac_func
21534 22815
21535/* Override any gcc2 internal prototype to avoid an error. */ 22816/* Override any GCC internal prototype to avoid an error.
22817 Use char because int might match the return type of a GCC
22818 builtin and then its argument prototype would still apply. */
21536#ifdef __cplusplus 22819#ifdef __cplusplus
21537extern "C" 22820extern "C"
21538{
21539#endif 22821#endif
21540/* We use char because int might match the return type of a gcc2
21541 builtin and then its argument prototype would still apply. */
21542char $ac_func (); 22822char $ac_func ();
21543/* The GNU C library defines this for functions which it implements 22823/* The GNU C library defines this for functions which it implements
21544 to always fail with ENOSYS. Some functions are actually named 22824 to always fail with ENOSYS. Some functions are actually named
21545 something starting with __ and the normal name is an alias. */ 22825 something starting with __ and the normal name is an alias. */
21546#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 22826#if defined __stub_$ac_func || defined __stub___$ac_func
21547choke me 22827choke me
21548#else
21549char (*f) () = $ac_func;
21550#endif
21551#ifdef __cplusplus
21552}
21553#endif 22828#endif
21554 22829
21555int 22830int
21556main () 22831main ()
21557{ 22832{
21558return f != $ac_func; 22833return $ac_func ();
21559 ; 22834 ;
21560 return 0; 22835 return 0;
21561} 22836}
21562_ACEOF 22837_ACEOF
21563rm -f conftest.$ac_objext conftest$ac_exeext 22838rm -f conftest.$ac_objext conftest$ac_exeext
21564if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 22839if { (ac_try="$ac_link"
21565 (eval $ac_link) 2>conftest.er1 22840case "(($ac_try" in
22841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22842 *) ac_try_echo=$ac_try;;
22843esac
22844eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22845 (eval "$ac_link") 2>conftest.er1
21566 ac_status=$? 22846 ac_status=$?
21567 grep -v '^ *+' conftest.er1 >conftest.err 22847 grep -v '^ *+' conftest.er1 >conftest.err
21568 rm -f conftest.er1 22848 rm -f conftest.er1
21569 cat conftest.err >&5 22849 cat conftest.err >&5
21570 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21571 (exit $ac_status); } && 22851 (exit $ac_status); } &&
21572 { ac_try='test -z "$ac_c_werror_flag" 22852 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21573 || test ! -s conftest.err' 22853 { (case "(($ac_try" in
21574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21575 (eval $ac_try) 2>&5 22855 *) ac_try_echo=$ac_try;;
22856esac
22857eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22858 (eval "$ac_try") 2>&5
21576 ac_status=$? 22859 ac_status=$?
21577 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21578 (exit $ac_status); }; } && 22861 (exit $ac_status); }; } &&
21579 { ac_try='test -s conftest$ac_exeext' 22862 { ac_try='test -s conftest$ac_exeext'
21580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22863 { (case "(($ac_try" in
21581 (eval $ac_try) 2>&5 22864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22865 *) ac_try_echo=$ac_try;;
22866esac
22867eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22868 (eval "$ac_try") 2>&5
21582 ac_status=$? 22869 ac_status=$?
21583 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21584 (exit $ac_status); }; }; then 22871 (exit $ac_status); }; }; then
@@ -21587,13 +22874,15 @@ else
21587 echo "$as_me: failed program was:" >&5 22874 echo "$as_me: failed program was:" >&5
21588sed 's/^/| /' conftest.$ac_ext >&5 22875sed 's/^/| /' conftest.$ac_ext >&5
21589 22876
21590eval "$as_ac_var=no" 22877 eval "$as_ac_var=no"
21591fi 22878fi
21592rm -f conftest.err conftest.$ac_objext \ 22879
22880rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21593 conftest$ac_exeext conftest.$ac_ext 22881 conftest$ac_exeext conftest.$ac_ext
21594fi 22882fi
21595echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 22883ac_res=`eval echo '${'$as_ac_var'}'`
21596echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 22884 { echo "$as_me:$LINENO: result: $ac_res" >&5
22885echo "${ECHO_T}$ac_res" >&6; }
21597if test `eval echo '${'$as_ac_var'}'` = yes; then 22886if test `eval echo '${'$as_ac_var'}'` = yes; then
21598 cat >>confdefs.h <<_ACEOF 22887 cat >>confdefs.h <<_ACEOF
21599#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 22888#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
@@ -21607,9 +22896,9 @@ done
21607for ac_func in memmove strcmp 22896for ac_func in memmove strcmp
21608do 22897do
21609as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 22898as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
21610echo "$as_me:$LINENO: checking for $ac_func" >&5 22899{ echo "$as_me:$LINENO: checking for $ac_func" >&5
21611echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 22900echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
21612if eval "test \"\${$as_ac_var+set}\" = set"; then 22901if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
21613 echo $ECHO_N "(cached) $ECHO_C" >&6 22902 echo $ECHO_N "(cached) $ECHO_C" >&6
21614else 22903else
21615 cat >conftest.$ac_ext <<_ACEOF 22904 cat >conftest.$ac_ext <<_ACEOF
@@ -21635,53 +22924,59 @@ cat >>conftest.$ac_ext <<_ACEOF
21635 22924
21636#undef $ac_func 22925#undef $ac_func
21637 22926
21638/* Override any gcc2 internal prototype to avoid an error. */ 22927/* Override any GCC internal prototype to avoid an error.
22928 Use char because int might match the return type of a GCC
22929 builtin and then its argument prototype would still apply. */
21639#ifdef __cplusplus 22930#ifdef __cplusplus
21640extern "C" 22931extern "C"
21641{
21642#endif 22932#endif
21643/* We use char because int might match the return type of a gcc2
21644 builtin and then its argument prototype would still apply. */
21645char $ac_func (); 22933char $ac_func ();
21646/* The GNU C library defines this for functions which it implements 22934/* The GNU C library defines this for functions which it implements
21647 to always fail with ENOSYS. Some functions are actually named 22935 to always fail with ENOSYS. Some functions are actually named
21648 something starting with __ and the normal name is an alias. */ 22936 something starting with __ and the normal name is an alias. */
21649#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 22937#if defined __stub_$ac_func || defined __stub___$ac_func
21650choke me 22938choke me
21651#else
21652char (*f) () = $ac_func;
21653#endif
21654#ifdef __cplusplus
21655}
21656#endif 22939#endif
21657 22940
21658int 22941int
21659main () 22942main ()
21660{ 22943{
21661return f != $ac_func; 22944return $ac_func ();
21662 ; 22945 ;
21663 return 0; 22946 return 0;
21664} 22947}
21665_ACEOF 22948_ACEOF
21666rm -f conftest.$ac_objext conftest$ac_exeext 22949rm -f conftest.$ac_objext conftest$ac_exeext
21667if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 22950if { (ac_try="$ac_link"
21668 (eval $ac_link) 2>conftest.er1 22951case "(($ac_try" in
22952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22953 *) ac_try_echo=$ac_try;;
22954esac
22955eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22956 (eval "$ac_link") 2>conftest.er1
21669 ac_status=$? 22957 ac_status=$?
21670 grep -v '^ *+' conftest.er1 >conftest.err 22958 grep -v '^ *+' conftest.er1 >conftest.err
21671 rm -f conftest.er1 22959 rm -f conftest.er1
21672 cat conftest.err >&5 22960 cat conftest.err >&5
21673 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21674 (exit $ac_status); } && 22962 (exit $ac_status); } &&
21675 { ac_try='test -z "$ac_c_werror_flag" 22963 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21676 || test ! -s conftest.err' 22964 { (case "(($ac_try" in
21677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21678 (eval $ac_try) 2>&5 22966 *) ac_try_echo=$ac_try;;
22967esac
22968eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22969 (eval "$ac_try") 2>&5
21679 ac_status=$? 22970 ac_status=$?
21680 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21681 (exit $ac_status); }; } && 22972 (exit $ac_status); }; } &&
21682 { ac_try='test -s conftest$ac_exeext' 22973 { ac_try='test -s conftest$ac_exeext'
21683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22974 { (case "(($ac_try" in
21684 (eval $ac_try) 2>&5 22975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22976 *) ac_try_echo=$ac_try;;
22977esac
22978eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22979 (eval "$ac_try") 2>&5
21685 ac_status=$? 22980 ac_status=$?
21686 echo "$as_me:$LINENO: \$? = $ac_status" >&5 22981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21687 (exit $ac_status); }; }; then 22982 (exit $ac_status); }; }; then
@@ -21690,13 +22985,15 @@ else
21690 echo "$as_me: failed program was:" >&5 22985 echo "$as_me: failed program was:" >&5
21691sed 's/^/| /' conftest.$ac_ext >&5 22986sed 's/^/| /' conftest.$ac_ext >&5
21692 22987
21693eval "$as_ac_var=no" 22988 eval "$as_ac_var=no"
21694fi 22989fi
21695rm -f conftest.err conftest.$ac_objext \ 22990
22991rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21696 conftest$ac_exeext conftest.$ac_ext 22992 conftest$ac_exeext conftest.$ac_ext
21697fi 22993fi
21698echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 22994ac_res=`eval echo '${'$as_ac_var'}'`
21699echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 22995 { echo "$as_me:$LINENO: result: $ac_res" >&5
22996echo "${ECHO_T}$ac_res" >&6; }
21700if test `eval echo '${'$as_ac_var'}'` = yes; then 22997if test `eval echo '${'$as_ac_var'}'` = yes; then
21701 cat >>confdefs.h <<_ACEOF 22998 cat >>confdefs.h <<_ACEOF
21702#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 22999#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
@@ -21711,9 +23008,9 @@ done
21711for ac_func in closedir opendir readdir 23008for ac_func in closedir opendir readdir
21712do 23009do
21713as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 23010as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
21714echo "$as_me:$LINENO: checking for $ac_func" >&5 23011{ echo "$as_me:$LINENO: checking for $ac_func" >&5
21715echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 23012echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
21716if eval "test \"\${$as_ac_var+set}\" = set"; then 23013if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
21717 echo $ECHO_N "(cached) $ECHO_C" >&6 23014 echo $ECHO_N "(cached) $ECHO_C" >&6
21718else 23015else
21719 cat >conftest.$ac_ext <<_ACEOF 23016 cat >conftest.$ac_ext <<_ACEOF
@@ -21739,53 +23036,59 @@ cat >>conftest.$ac_ext <<_ACEOF
21739 23036
21740#undef $ac_func 23037#undef $ac_func
21741 23038
21742/* Override any gcc2 internal prototype to avoid an error. */ 23039/* Override any GCC internal prototype to avoid an error.
23040 Use char because int might match the return type of a GCC
23041 builtin and then its argument prototype would still apply. */
21743#ifdef __cplusplus 23042#ifdef __cplusplus
21744extern "C" 23043extern "C"
21745{
21746#endif 23044#endif
21747/* We use char because int might match the return type of a gcc2
21748 builtin and then its argument prototype would still apply. */
21749char $ac_func (); 23045char $ac_func ();
21750/* The GNU C library defines this for functions which it implements 23046/* The GNU C library defines this for functions which it implements
21751 to always fail with ENOSYS. Some functions are actually named 23047 to always fail with ENOSYS. Some functions are actually named
21752 something starting with __ and the normal name is an alias. */ 23048 something starting with __ and the normal name is an alias. */
21753#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 23049#if defined __stub_$ac_func || defined __stub___$ac_func
21754choke me 23050choke me
21755#else
21756char (*f) () = $ac_func;
21757#endif
21758#ifdef __cplusplus
21759}
21760#endif 23051#endif
21761 23052
21762int 23053int
21763main () 23054main ()
21764{ 23055{
21765return f != $ac_func; 23056return $ac_func ();
21766 ; 23057 ;
21767 return 0; 23058 return 0;
21768} 23059}
21769_ACEOF 23060_ACEOF
21770rm -f conftest.$ac_objext conftest$ac_exeext 23061rm -f conftest.$ac_objext conftest$ac_exeext
21771if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 23062if { (ac_try="$ac_link"
21772 (eval $ac_link) 2>conftest.er1 23063case "(($ac_try" in
23064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23065 *) ac_try_echo=$ac_try;;
23066esac
23067eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23068 (eval "$ac_link") 2>conftest.er1
21773 ac_status=$? 23069 ac_status=$?
21774 grep -v '^ *+' conftest.er1 >conftest.err 23070 grep -v '^ *+' conftest.er1 >conftest.err
21775 rm -f conftest.er1 23071 rm -f conftest.er1
21776 cat conftest.err >&5 23072 cat conftest.err >&5
21777 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21778 (exit $ac_status); } && 23074 (exit $ac_status); } &&
21779 { ac_try='test -z "$ac_c_werror_flag" 23075 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21780 || test ! -s conftest.err' 23076 { (case "(($ac_try" in
21781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 23077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21782 (eval $ac_try) 2>&5 23078 *) ac_try_echo=$ac_try;;
23079esac
23080eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23081 (eval "$ac_try") 2>&5
21783 ac_status=$? 23082 ac_status=$?
21784 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21785 (exit $ac_status); }; } && 23084 (exit $ac_status); }; } &&
21786 { ac_try='test -s conftest$ac_exeext' 23085 { ac_try='test -s conftest$ac_exeext'
21787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 23086 { (case "(($ac_try" in
21788 (eval $ac_try) 2>&5 23087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23088 *) ac_try_echo=$ac_try;;
23089esac
23090eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23091 (eval "$ac_try") 2>&5
21789 ac_status=$? 23092 ac_status=$?
21790 echo "$as_me:$LINENO: \$? = $ac_status" >&5 23093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21791 (exit $ac_status); }; }; then 23094 (exit $ac_status); }; }; then
@@ -21794,13 +23097,15 @@ else
21794 echo "$as_me: failed program was:" >&5 23097 echo "$as_me: failed program was:" >&5
21795sed 's/^/| /' conftest.$ac_ext >&5 23098sed 's/^/| /' conftest.$ac_ext >&5
21796 23099
21797eval "$as_ac_var=no" 23100 eval "$as_ac_var=no"
21798fi 23101fi
21799rm -f conftest.err conftest.$ac_objext \ 23102
23103rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21800 conftest$ac_exeext conftest.$ac_ext 23104 conftest$ac_exeext conftest.$ac_ext
21801fi 23105fi
21802echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 23106ac_res=`eval echo '${'$as_ac_var'}'`
21803echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 23107 { echo "$as_me:$LINENO: result: $ac_res" >&5
23108echo "${ECHO_T}$ac_res" >&6; }
21804if test `eval echo '${'$as_ac_var'}'` = yes; then 23109if test `eval echo '${'$as_ac_var'}'` = yes; then
21805 cat >>confdefs.h <<_ACEOF 23110 cat >>confdefs.h <<_ACEOF
21806#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 23111#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
@@ -21815,7 +23120,7 @@ done
21815## -------- ## 23120## -------- ##
21816## Outputs. ## 23121## Outputs. ##
21817## -------- ## 23122## -------- ##
21818 ac_config_files="$ac_config_files Makefile" 23123ac_config_files="$ac_config_files Makefile"
21819 23124
21820cat >confcache <<\_ACEOF 23125cat >confcache <<\_ACEOF
21821# This file is a shell script that caches the results of configure 23126# This file is a shell script that caches the results of configure
@@ -21835,39 +23140,58 @@ _ACEOF
21835 23140
21836# The following way of writing the cache mishandles newlines in values, 23141# The following way of writing the cache mishandles newlines in values,
21837# but we know of no workaround that is simple, portable, and efficient. 23142# but we know of no workaround that is simple, portable, and efficient.
21838# So, don't put newlines in cache variables' values. 23143# So, we kill variables containing newlines.
21839# Ultrix sh set writes to stderr and can't be redirected directly, 23144# Ultrix sh set writes to stderr and can't be redirected directly,
21840# and sets the high bit in the cache file unless we assign to the vars. 23145# and sets the high bit in the cache file unless we assign to the vars.
21841{ 23146(
23147 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
23148 eval ac_val=\$$ac_var
23149 case $ac_val in #(
23150 *${as_nl}*)
23151 case $ac_var in #(
23152 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
23153echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
23154 esac
23155 case $ac_var in #(
23156 _ | IFS | as_nl) ;; #(
23157 *) $as_unset $ac_var ;;
23158 esac ;;
23159 esac
23160 done
23161
21842 (set) 2>&1 | 23162 (set) 2>&1 |
21843 case `(ac_space=' '; set | grep ac_space) 2>&1` in 23163 case $as_nl`(ac_space=' '; set) 2>&1` in #(
21844 *ac_space=\ *) 23164 *${as_nl}ac_space=\ *)
21845 # `set' does not quote correctly, so add quotes (double-quote 23165 # `set' does not quote correctly, so add quotes (double-quote
21846 # substitution turns \\\\ into \\, and sed turns \\ into \). 23166 # substitution turns \\\\ into \\, and sed turns \\ into \).
21847 sed -n \ 23167 sed -n \
21848 "s/'/'\\\\''/g; 23168 "s/'/'\\\\''/g;
21849 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 23169 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
21850 ;; 23170 ;; #(
21851 *) 23171 *)
21852 # `set' quotes correctly as required by POSIX, so do not add quotes. 23172 # `set' quotes correctly as required by POSIX, so do not add quotes.
21853 sed -n \ 23173 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
21854 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
21855 ;; 23174 ;;
21856 esac; 23175 esac |
21857} | 23176 sort
23177) |
21858 sed ' 23178 sed '
23179 /^ac_cv_env_/b end
21859 t clear 23180 t clear
21860 : clear 23181 :clear
21861 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 23182 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
21862 t end 23183 t end
21863 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 23184 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
21864 : end' >>confcache 23185 :end' >>confcache
21865if diff $cache_file confcache >/dev/null 2>&1; then :; else 23186if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
21866 if test -w $cache_file; then 23187 if test -w "$cache_file"; then
21867 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 23188 test "x$cache_file" != "x/dev/null" &&
23189 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
23190echo "$as_me: updating cache $cache_file" >&6;}
21868 cat confcache >$cache_file 23191 cat confcache >$cache_file
21869 else 23192 else
21870 echo "not updating unwritable cache $cache_file" 23193 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
23194echo "$as_me: not updating unwritable cache $cache_file" >&6;}
21871 fi 23195 fi
21872fi 23196fi
21873rm -f confcache 23197rm -f confcache
@@ -21876,32 +23200,18 @@ test "x$prefix" = xNONE && prefix=$ac_default_prefix
21876# Let make expand exec_prefix. 23200# Let make expand exec_prefix.
21877test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 23201test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
21878 23202
21879# VPATH may cause trouble with some makes, so we remove $(srcdir),
21880# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
21881# trailing colons and then remove the whole line if VPATH becomes empty
21882# (actually we leave an empty line to preserve line numbers).
21883if test "x$srcdir" = x.; then
21884 ac_vpsub='/^[ ]*VPATH[ ]*=/{
21885s/:*\$(srcdir):*/:/;
21886s/:*\${srcdir}:*/:/;
21887s/:*@srcdir@:*/:/;
21888s/^\([^=]*=[ ]*\):*/\1/;
21889s/:*$//;
21890s/^[^=]*=[ ]*$//;
21891}'
21892fi
21893
21894DEFS=-DHAVE_CONFIG_H 23203DEFS=-DHAVE_CONFIG_H
21895 23204
21896ac_libobjs= 23205ac_libobjs=
21897ac_ltlibobjs= 23206ac_ltlibobjs=
21898for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 23207for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
21899 # 1. Remove the extension, and $U if already installed. 23208 # 1. Remove the extension, and $U if already installed.
21900 ac_i=`echo "$ac_i" | 23209 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
21901 sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 23210 ac_i=`echo "$ac_i" | sed "$ac_script"`
21902 # 2. Add them. 23211 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
21903 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 23212 # will be set to the directory where LIBOBJS objects are built.
21904 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 23213 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
23214 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
21905done 23215done
21906LIBOBJS=$ac_libobjs 23216LIBOBJS=$ac_libobjs
21907 23217
@@ -21981,11 +23291,35 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
21981 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 23291 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21982 # is contrary to our usage. Disable this feature. 23292 # is contrary to our usage. Disable this feature.
21983 alias -g '${1+"$@"}'='"$@"' 23293 alias -g '${1+"$@"}'='"$@"'
21984elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 23294 setopt NO_GLOB_SUBST
21985 set -o posix 23295else
23296 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
21986fi 23297fi
23298BIN_SH=xpg4; export BIN_SH # for Tru64
21987DUALCASE=1; export DUALCASE # for MKS sh 23299DUALCASE=1; export DUALCASE # for MKS sh
21988 23300
23301
23302# PATH needs CR
23303# Avoid depending upon Character Ranges.
23304as_cr_letters='abcdefghijklmnopqrstuvwxyz'
23305as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
23306as_cr_Letters=$as_cr_letters$as_cr_LETTERS
23307as_cr_digits='0123456789'
23308as_cr_alnum=$as_cr_Letters$as_cr_digits
23309
23310# The user is always right.
23311if test "${PATH_SEPARATOR+set}" != set; then
23312 echo "#! /bin/sh" >conf$$.sh
23313 echo "exit 0" >>conf$$.sh
23314 chmod +x conf$$.sh
23315 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
23316 PATH_SEPARATOR=';'
23317 else
23318 PATH_SEPARATOR=:
23319 fi
23320 rm -f conf$$.sh
23321fi
23322
21989# Support unset when possible. 23323# Support unset when possible.
21990if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 23324if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
21991 as_unset=unset 23325 as_unset=unset
@@ -21994,8 +23328,43 @@ else
21994fi 23328fi
21995 23329
21996 23330
23331# IFS
23332# We need space, tab and new line, in precisely that order. Quoting is
23333# there to prevent editors from complaining about space-tab.
23334# (If _AS_PATH_WALK were called with IFS unset, it would disable word
23335# splitting by setting IFS to empty value.)
23336as_nl='
23337'
23338IFS=" "" $as_nl"
23339
23340# Find who we are. Look in the path if we contain no directory separator.
23341case $0 in
23342 *[\\/]* ) as_myself=$0 ;;
23343 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23344for as_dir in $PATH
23345do
23346 IFS=$as_save_IFS
23347 test -z "$as_dir" && as_dir=.
23348 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
23349done
23350IFS=$as_save_IFS
23351
23352 ;;
23353esac
23354# We did not find ourselves, most probably we were run as `sh COMMAND'
23355# in which case we are not to be found in the path.
23356if test "x$as_myself" = x; then
23357 as_myself=$0
23358fi
23359if test ! -f "$as_myself"; then
23360 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
23361 { (exit 1); exit 1; }
23362fi
23363
21997# Work around bugs in pre-3.0 UWIN ksh. 23364# Work around bugs in pre-3.0 UWIN ksh.
21998$as_unset ENV MAIL MAILPATH 23365for as_var in ENV MAIL MAILPATH
23366do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
23367done
21999PS1='$ ' 23368PS1='$ '
22000PS2='> ' 23369PS2='> '
22001PS4='+ ' 23370PS4='+ '
@@ -22009,18 +23378,19 @@ do
22009 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 23378 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
22010 eval $as_var=C; export $as_var 23379 eval $as_var=C; export $as_var
22011 else 23380 else
22012 $as_unset $as_var 23381 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
22013 fi 23382 fi
22014done 23383done
22015 23384
22016# Required to use basename. 23385# Required to use basename.
22017if expr a : '\(a\)' >/dev/null 2>&1; then 23386if expr a : '\(a\)' >/dev/null 2>&1 &&
23387 test "X`expr 00001 : '.*\(...\)'`" = X001; then
22018 as_expr=expr 23388 as_expr=expr
22019else 23389else
22020 as_expr=false 23390 as_expr=false
22021fi 23391fi
22022 23392
22023if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 23393if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
22024 as_basename=basename 23394 as_basename=basename
22025else 23395else
22026 as_basename=false 23396 as_basename=false
@@ -22028,159 +23398,120 @@ fi
22028 23398
22029 23399
22030# Name of the executable. 23400# Name of the executable.
22031as_me=`$as_basename "$0" || 23401as_me=`$as_basename -- "$0" ||
22032$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 23402$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
22033 X"$0" : 'X\(//\)$' \| \ 23403 X"$0" : 'X\(//\)$' \| \
22034 X"$0" : 'X\(/\)$' \| \ 23404 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
22035 . : '\(.\)' 2>/dev/null ||
22036echo X/"$0" | 23405echo X/"$0" |
22037 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 23406 sed '/^.*\/\([^/][^/]*\)\/*$/{
22038 /^X\/\(\/\/\)$/{ s//\1/; q; } 23407 s//\1/
22039 /^X\/\(\/\).*/{ s//\1/; q; } 23408 q
22040 s/.*/./; q'` 23409 }
22041 23410 /^X\/\(\/\/\)$/{
22042 23411 s//\1/
22043# PATH needs CR, and LINENO needs CR and PATH. 23412 q
22044# Avoid depending upon Character Ranges. 23413 }
22045as_cr_letters='abcdefghijklmnopqrstuvwxyz' 23414 /^X\/\(\/\).*/{
22046as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 23415 s//\1/
22047as_cr_Letters=$as_cr_letters$as_cr_LETTERS 23416 q
22048as_cr_digits='0123456789' 23417 }
22049as_cr_alnum=$as_cr_Letters$as_cr_digits 23418 s/.*/./; q'`
22050 23419
22051# The user is always right. 23420# CDPATH.
22052if test "${PATH_SEPARATOR+set}" != set; then 23421$as_unset CDPATH
22053 echo "#! /bin/sh" >conf$$.sh
22054 echo "exit 0" >>conf$$.sh
22055 chmod +x conf$$.sh
22056 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
22057 PATH_SEPARATOR=';'
22058 else
22059 PATH_SEPARATOR=:
22060 fi
22061 rm -f conf$$.sh
22062fi
22063 23422
22064 23423
22065 as_lineno_1=$LINENO
22066 as_lineno_2=$LINENO
22067 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
22068 test "x$as_lineno_1" != "x$as_lineno_2" &&
22069 test "x$as_lineno_3" = "x$as_lineno_2" || {
22070 # Find who we are. Look in the path if we contain no path at all
22071 # relative or not.
22072 case $0 in
22073 *[\\/]* ) as_myself=$0 ;;
22074 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22075for as_dir in $PATH
22076do
22077 IFS=$as_save_IFS
22078 test -z "$as_dir" && as_dir=.
22079 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
22080done
22081 23424
22082 ;;
22083 esac
22084 # We did not find ourselves, most probably we were run as `sh COMMAND'
22085 # in which case we are not to be found in the path.
22086 if test "x$as_myself" = x; then
22087 as_myself=$0
22088 fi
22089 if test ! -f "$as_myself"; then
22090 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
22091echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
22092 { (exit 1); exit 1; }; }
22093 fi
22094 case $CONFIG_SHELL in
22095 '')
22096 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22097for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
22098do
22099 IFS=$as_save_IFS
22100 test -z "$as_dir" && as_dir=.
22101 for as_base in sh bash ksh sh5; do
22102 case $as_dir in
22103 /*)
22104 if ("$as_dir/$as_base" -c '
22105 as_lineno_1=$LINENO 23425 as_lineno_1=$LINENO
22106 as_lineno_2=$LINENO 23426 as_lineno_2=$LINENO
22107 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
22108 test "x$as_lineno_1" != "x$as_lineno_2" && 23427 test "x$as_lineno_1" != "x$as_lineno_2" &&
22109 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 23428 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
22110 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
22111 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
22112 CONFIG_SHELL=$as_dir/$as_base
22113 export CONFIG_SHELL
22114 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
22115 fi;;
22116 esac
22117 done
22118done
22119;;
22120 esac
22121 23429
22122 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 23430 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
22123 # uniformly replaced by the line number. The first 'sed' inserts a 23431 # uniformly replaced by the line number. The first 'sed' inserts a
22124 # line-number line before each line; the second 'sed' does the real 23432 # line-number line after each line using $LINENO; the second 'sed'
22125 # work. The second script uses 'N' to pair each line-number line 23433 # does the real work. The second script uses 'N' to pair each
22126 # with the numbered line, and appends trailing '-' during 23434 # line-number line with the line containing $LINENO, and appends
22127 # substitution so that $LINENO is not a special case at line end. 23435 # trailing '-' during substitution so that $LINENO is not a special
23436 # case at line end.
22128 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 23437 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
22129 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 23438 # scripts with optimization help from Paolo Bonzini. Blame Lee
22130 sed '=' <$as_myself | 23439 # E. McMahon (1931-1989) for sed's syntax. :-)
23440 sed -n '
23441 p
23442 /[$]LINENO/=
23443 ' <$as_myself |
22131 sed ' 23444 sed '
23445 s/[$]LINENO.*/&-/
23446 t lineno
23447 b
23448 :lineno
22132 N 23449 N
22133 s,$,-, 23450 :loop
22134 : loop 23451 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
22135 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
22136 t loop 23452 t loop
22137 s,-$,, 23453 s/-\n.*//
22138 s,^['$as_cr_digits']*\n,,
22139 ' >$as_me.lineno && 23454 ' >$as_me.lineno &&
22140 chmod +x $as_me.lineno || 23455 chmod +x "$as_me.lineno" ||
22141 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 23456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
22142echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
22143 { (exit 1); exit 1; }; } 23457 { (exit 1); exit 1; }; }
22144 23458
22145 # Don't try to exec as it changes $[0], causing all sort of problems 23459 # Don't try to exec as it changes $[0], causing all sort of problems
22146 # (the dirname of $[0] is not the place where we might find the 23460 # (the dirname of $[0] is not the place where we might find the
22147 # original and so on. Autoconf is especially sensible to this). 23461 # original and so on. Autoconf is especially sensitive to this).
22148 . ./$as_me.lineno 23462 . "./$as_me.lineno"
22149 # Exit status is that of the last command. 23463 # Exit status is that of the last command.
22150 exit 23464 exit
22151} 23465}
22152 23466
22153 23467
22154case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 23468if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
22155 *c*,-n*) ECHO_N= ECHO_C=' 23469 as_dirname=dirname
22156' ECHO_T=' ' ;; 23470else
22157 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 23471 as_dirname=false
22158 *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 23472fi
23473
23474ECHO_C= ECHO_N= ECHO_T=
23475case `echo -n x` in
23476-n*)
23477 case `echo 'x\c'` in
23478 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
23479 *) ECHO_C='\c';;
23480 esac;;
23481*)
23482 ECHO_N='-n';;
22159esac 23483esac
22160 23484
22161if expr a : '\(a\)' >/dev/null 2>&1; then 23485if expr a : '\(a\)' >/dev/null 2>&1 &&
23486 test "X`expr 00001 : '.*\(...\)'`" = X001; then
22162 as_expr=expr 23487 as_expr=expr
22163else 23488else
22164 as_expr=false 23489 as_expr=false
22165fi 23490fi
22166 23491
22167rm -f conf$$ conf$$.exe conf$$.file 23492rm -f conf$$ conf$$.exe conf$$.file
23493if test -d conf$$.dir; then
23494 rm -f conf$$.dir/conf$$.file
23495else
23496 rm -f conf$$.dir
23497 mkdir conf$$.dir
23498fi
22168echo >conf$$.file 23499echo >conf$$.file
22169if ln -s conf$$.file conf$$ 2>/dev/null; then 23500if ln -s conf$$.file conf$$ 2>/dev/null; then
22170 # We could just check for DJGPP; but this test a) works b) is more generic 23501 as_ln_s='ln -s'
22171 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 23502 # ... but there are two gotchas:
22172 if test -f conf$$.exe; then 23503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
22173 # Don't use ln at all; we don't have any links 23504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
23505 # In both cases, we have to default to `cp -p'.
23506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
22174 as_ln_s='cp -p' 23507 as_ln_s='cp -p'
22175 else
22176 as_ln_s='ln -s'
22177 fi
22178elif ln conf$$.file conf$$ 2>/dev/null; then 23508elif ln conf$$.file conf$$ 2>/dev/null; then
22179 as_ln_s=ln 23509 as_ln_s=ln
22180else 23510else
22181 as_ln_s='cp -p' 23511 as_ln_s='cp -p'
22182fi 23512fi
22183rm -f conf$$ conf$$.exe conf$$.file 23513rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
23514rmdir conf$$.dir 2>/dev/null
22184 23515
22185if mkdir -p . 2>/dev/null; then 23516if mkdir -p . 2>/dev/null; then
22186 as_mkdir_p=: 23517 as_mkdir_p=:
@@ -22189,7 +23520,19 @@ else
22189 as_mkdir_p=false 23520 as_mkdir_p=false
22190fi 23521fi
22191 23522
22192as_executable_p="test -f" 23523# Find out whether ``test -x'' works. Don't use a zero-byte file, as
23524# systems may use methods other than mode bits to determine executability.
23525cat >conf$$.file <<_ASEOF
23526#! /bin/sh
23527exit 0
23528_ASEOF
23529chmod +x conf$$.file
23530if test -x conf$$.file >/dev/null 2>&1; then
23531 as_executable_p="test -x"
23532else
23533 as_executable_p=:
23534fi
23535rm -f conf$$.file
22193 23536
22194# Sed expression to map a string onto a valid CPP name. 23537# Sed expression to map a string onto a valid CPP name.
22195as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 23538as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
@@ -22198,31 +23541,14 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
22198as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 23541as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
22199 23542
22200 23543
22201# IFS
22202# We need space, tab and new line, in precisely that order.
22203as_nl='
22204'
22205IFS=" $as_nl"
22206
22207# CDPATH.
22208$as_unset CDPATH
22209
22210exec 6>&1 23544exec 6>&1
22211 23545
22212# Open the log real soon, to keep \$[0] and so on meaningful, and to 23546# Save the log message, to keep $[0] and so on meaningful, and to
22213# report actual input values of CONFIG_FILES etc. instead of their 23547# report actual input values of CONFIG_FILES etc. instead of their
22214# values after options handling. Logging --version etc. is OK. 23548# values after options handling.
22215exec 5>>config.log 23549ac_log="
22216{
22217 echo
22218 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
22219## Running $as_me. ##
22220_ASBOX
22221} >&5
22222cat >&5 <<_CSEOF
22223
22224This file was extended by libltdl $as_me 1.2, which was 23550This file was extended by libltdl $as_me 1.2, which was
22225generated by GNU Autoconf 2.59. Invocation command line was 23551generated by GNU Autoconf 2.60a. Invocation command line was
22226 23552
22227 CONFIG_FILES = $CONFIG_FILES 23553 CONFIG_FILES = $CONFIG_FILES
22228 CONFIG_HEADERS = $CONFIG_HEADERS 23554 CONFIG_HEADERS = $CONFIG_HEADERS
@@ -22230,30 +23556,20 @@ generated by GNU Autoconf 2.59. Invocation command line was
22230 CONFIG_COMMANDS = $CONFIG_COMMANDS 23556 CONFIG_COMMANDS = $CONFIG_COMMANDS
22231 $ $0 $@ 23557 $ $0 $@
22232 23558
22233_CSEOF 23559on `(hostname || uname -n) 2>/dev/null | sed 1q`
22234echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 23560"
22235echo >&5 23561
22236_ACEOF 23562_ACEOF
22237 23563
23564cat >>$CONFIG_STATUS <<_ACEOF
22238# Files that config.status was made for. 23565# Files that config.status was made for.
22239if test -n "$ac_config_files"; then 23566config_files="$ac_config_files"
22240 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS 23567config_headers="$ac_config_headers"
22241fi 23568config_commands="$ac_config_commands"
22242
22243if test -n "$ac_config_headers"; then
22244 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
22245fi
22246 23569
22247if test -n "$ac_config_links"; then 23570_ACEOF
22248 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
22249fi
22250
22251if test -n "$ac_config_commands"; then
22252 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
22253fi
22254 23571
22255cat >>$CONFIG_STATUS <<\_ACEOF 23572cat >>$CONFIG_STATUS <<\_ACEOF
22256
22257ac_cs_usage="\ 23573ac_cs_usage="\
22258\`$as_me' instantiates files from templates according to the 23574\`$as_me' instantiates files from templates according to the
22259current configuration. 23575current configuration.
@@ -22261,7 +23577,7 @@ current configuration.
22261Usage: $0 [OPTIONS] [FILE]... 23577Usage: $0 [OPTIONS] [FILE]...
22262 23578
22263 -h, --help print this help, then exit 23579 -h, --help print this help, then exit
22264 -V, --version print version number, then exit 23580 -V, --version print version number and configuration settings, then exit
22265 -q, --quiet do not print progress messages 23581 -q, --quiet do not print progress messages
22266 -d, --debug don't remove temporary files 23582 -d, --debug don't remove temporary files
22267 --recheck update $as_me by reconfiguring in the same conditions 23583 --recheck update $as_me by reconfiguring in the same conditions
@@ -22280,19 +23596,21 @@ Configuration commands:
22280$config_commands 23596$config_commands
22281 23597
22282Report bugs to <bug-autoconf@gnu.org>." 23598Report bugs to <bug-autoconf@gnu.org>."
22283_ACEOF
22284 23599
23600_ACEOF
22285cat >>$CONFIG_STATUS <<_ACEOF 23601cat >>$CONFIG_STATUS <<_ACEOF
22286ac_cs_version="\\ 23602ac_cs_version="\\
22287libltdl config.status 1.2 23603libltdl config.status 1.2
22288configured by $0, generated by GNU Autoconf 2.59, 23604configured by $0, generated by GNU Autoconf 2.60a,
22289 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 23605 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
22290 23606
22291Copyright (C) 2003 Free Software Foundation, Inc. 23607Copyright (C) 2006 Free Software Foundation, Inc.
22292This config.status script is free software; the Free Software Foundation 23608This config.status script is free software; the Free Software Foundation
22293gives unlimited permission to copy, distribute and modify it." 23609gives unlimited permission to copy, distribute and modify it."
22294srcdir=$srcdir 23610
22295INSTALL="$INSTALL" 23611ac_pwd='$ac_pwd'
23612srcdir='$srcdir'
23613INSTALL='$INSTALL'
22296_ACEOF 23614_ACEOF
22297 23615
22298cat >>$CONFIG_STATUS <<\_ACEOF 23616cat >>$CONFIG_STATUS <<\_ACEOF
@@ -22303,39 +23621,24 @@ while test $# != 0
22303do 23621do
22304 case $1 in 23622 case $1 in
22305 --*=*) 23623 --*=*)
22306 ac_option=`expr "x$1" : 'x\([^=]*\)='` 23624 ac_option=`expr "X$1" : 'X\([^=]*\)='`
22307 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` 23625 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
22308 ac_shift=: 23626 ac_shift=:
22309 ;; 23627 ;;
22310 -*) 23628 *)
22311 ac_option=$1 23629 ac_option=$1
22312 ac_optarg=$2 23630 ac_optarg=$2
22313 ac_shift=shift 23631 ac_shift=shift
22314 ;; 23632 ;;
22315 *) # This is not an option, so the user has probably given explicit
22316 # arguments.
22317 ac_option=$1
22318 ac_need_defaults=false;;
22319 esac 23633 esac
22320 23634
22321 case $ac_option in 23635 case $ac_option in
22322 # Handling of the options. 23636 # Handling of the options.
22323_ACEOF
22324cat >>$CONFIG_STATUS <<\_ACEOF
22325 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 23637 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
22326 ac_cs_recheck=: ;; 23638 ac_cs_recheck=: ;;
22327 --version | --vers* | -V ) 23639 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
22328 echo "$ac_cs_version"; exit 0 ;; 23640 echo "$ac_cs_version"; exit ;;
22329 --he | --h) 23641 --debug | --debu | --deb | --de | --d | -d )
22330 # Conflict between --help and --header
22331 { { echo "$as_me:$LINENO: error: ambiguous option: $1
22332Try \`$0 --help' for more information." >&5
22333echo "$as_me: error: ambiguous option: $1
22334Try \`$0 --help' for more information." >&2;}
22335 { (exit 1); exit 1; }; };;
22336 --help | --hel | -h )
22337 echo "$ac_cs_usage"; exit 0 ;;
22338 --debug | --d* | -d )
22339 debug=: ;; 23642 debug=: ;;
22340 --file | --fil | --fi | --f ) 23643 --file | --fil | --fi | --f )
22341 $ac_shift 23644 $ac_shift
@@ -22345,18 +23648,24 @@ Try \`$0 --help' for more information." >&2;}
22345 $ac_shift 23648 $ac_shift
22346 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 23649 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
22347 ac_need_defaults=false;; 23650 ac_need_defaults=false;;
23651 --he | --h)
23652 # Conflict between --help and --header
23653 { echo "$as_me: error: ambiguous option: $1
23654Try \`$0 --help' for more information." >&2
23655 { (exit 1); exit 1; }; };;
23656 --help | --hel | -h )
23657 echo "$ac_cs_usage"; exit ;;
22348 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 23658 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
22349 | -silent | --silent | --silen | --sile | --sil | --si | --s) 23659 | -silent | --silent | --silen | --sile | --sil | --si | --s)
22350 ac_cs_silent=: ;; 23660 ac_cs_silent=: ;;
22351 23661
22352 # This is an error. 23662 # This is an error.
22353 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 23663 -*) { echo "$as_me: error: unrecognized option: $1
22354Try \`$0 --help' for more information." >&5 23664Try \`$0 --help' for more information." >&2
22355echo "$as_me: error: unrecognized option: $1
22356Try \`$0 --help' for more information." >&2;}
22357 { (exit 1); exit 1; }; } ;; 23665 { (exit 1); exit 1; }; } ;;
22358 23666
22359 *) ac_config_targets="$ac_config_targets $1" ;; 23667 *) ac_config_targets="$ac_config_targets $1"
23668 ac_need_defaults=false ;;
22360 23669
22361 esac 23670 esac
22362 shift 23671 shift
@@ -22372,37 +23681,49 @@ fi
22372_ACEOF 23681_ACEOF
22373cat >>$CONFIG_STATUS <<_ACEOF 23682cat >>$CONFIG_STATUS <<_ACEOF
22374if \$ac_cs_recheck; then 23683if \$ac_cs_recheck; then
22375 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 23684 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
22376 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 23685 CONFIG_SHELL=$SHELL
23686 export CONFIG_SHELL
23687 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
22377fi 23688fi
22378 23689
22379_ACEOF 23690_ACEOF
23691cat >>$CONFIG_STATUS <<\_ACEOF
23692exec 5>>config.log
23693{
23694 echo
23695 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
23696## Running $as_me. ##
23697_ASBOX
23698 echo "$ac_log"
23699} >&5
22380 23700
23701_ACEOF
22381cat >>$CONFIG_STATUS <<_ACEOF 23702cat >>$CONFIG_STATUS <<_ACEOF
22382# 23703#
22383# INIT-COMMANDS section. 23704# INIT-COMMANDS
22384# 23705#
22385
22386AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" 23706AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
22387 23707
22388_ACEOF 23708_ACEOF
22389 23709
22390
22391
22392cat >>$CONFIG_STATUS <<\_ACEOF 23710cat >>$CONFIG_STATUS <<\_ACEOF
23711
23712# Handling of arguments.
22393for ac_config_target in $ac_config_targets 23713for ac_config_target in $ac_config_targets
22394do 23714do
22395 case "$ac_config_target" in 23715 case $ac_config_target in
22396 # Handling of arguments. 23716 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config-h.in" ;;
22397 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 23717 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
22398 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 23718 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
22399 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config-h.in" ;; 23719
22400 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 23720 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
22401echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 23721echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
22402 { (exit 1); exit 1; }; };; 23722 { (exit 1); exit 1; }; };;
22403 esac 23723 esac
22404done 23724done
22405 23725
23726
22406# If the user did not use the arguments to specify the items to instantiate, 23727# If the user did not use the arguments to specify the items to instantiate,
22407# then the envvar interface is used. Set only those that are not. 23728# then the envvar interface is used. Set only those that are not.
22408# We use the long form for the default assignment because of an extremely 23729# We use the long form for the default assignment because of an extremely
@@ -22414,366 +23735,467 @@ if $ac_need_defaults; then
22414fi 23735fi
22415 23736
22416# Have a temporary directory for convenience. Make it in the build tree 23737# Have a temporary directory for convenience. Make it in the build tree
22417# simply because there is no reason to put it here, and in addition, 23738# simply because there is no reason against having it here, and in addition,
22418# creating and moving files from /tmp can sometimes cause problems. 23739# creating and moving files from /tmp can sometimes cause problems.
22419# Create a temporary directory, and hook for its removal unless debugging. 23740# Hook for its removal unless debugging.
23741# Note that there is a small window in which the directory will not be cleaned:
23742# after its creation but before its name has been assigned to `$tmp'.
22420$debug || 23743$debug ||
22421{ 23744{
22422 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 23745 tmp=
23746 trap 'exit_status=$?
23747 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
23748' 0
22423 trap '{ (exit 1); exit 1; }' 1 2 13 15 23749 trap '{ (exit 1); exit 1; }' 1 2 13 15
22424} 23750}
22425
22426# Create a (secure) tmp directory for tmp files. 23751# Create a (secure) tmp directory for tmp files.
22427 23752
22428{ 23753{
22429 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && 23754 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
22430 test -n "$tmp" && test -d "$tmp" 23755 test -n "$tmp" && test -d "$tmp"
22431} || 23756} ||
22432{ 23757{
22433 tmp=./confstat$$-$RANDOM 23758 tmp=./conf$$-$RANDOM
22434 (umask 077 && mkdir $tmp) 23759 (umask 077 && mkdir "$tmp")
22435} || 23760} ||
22436{ 23761{
22437 echo "$me: cannot create a temporary directory in ." >&2 23762 echo "$me: cannot create a temporary directory in ." >&2
22438 { (exit 1); exit 1; } 23763 { (exit 1); exit 1; }
22439} 23764}
22440 23765
22441_ACEOF
22442
22443cat >>$CONFIG_STATUS <<_ACEOF
22444
22445# 23766#
22446# CONFIG_FILES section. 23767# Set up the sed scripts for CONFIG_FILES section.
22447# 23768#
22448 23769
22449# No need to generate the scripts if there are no CONFIG_FILES. 23770# No need to generate the scripts if there are no CONFIG_FILES.
22450# This happens for instance when ./config.status config.h 23771# This happens for instance when ./config.status config.h
22451if test -n "\$CONFIG_FILES"; then 23772if test -n "$CONFIG_FILES"; then
22452 # Protect against being on the right side of a sed subst in config.status.
22453 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
22454 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
22455s,@SHELL@,$SHELL,;t t
22456s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
22457s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
22458s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
22459s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
22460s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
22461s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
22462s,@exec_prefix@,$exec_prefix,;t t
22463s,@prefix@,$prefix,;t t
22464s,@program_transform_name@,$program_transform_name,;t t
22465s,@bindir@,$bindir,;t t
22466s,@sbindir@,$sbindir,;t t
22467s,@libexecdir@,$libexecdir,;t t
22468s,@datadir@,$datadir,;t t
22469s,@sysconfdir@,$sysconfdir,;t t
22470s,@sharedstatedir@,$sharedstatedir,;t t
22471s,@localstatedir@,$localstatedir,;t t
22472s,@libdir@,$libdir,;t t
22473s,@includedir@,$includedir,;t t
22474s,@oldincludedir@,$oldincludedir,;t t
22475s,@infodir@,$infodir,;t t
22476s,@mandir@,$mandir,;t t
22477s,@build_alias@,$build_alias,;t t
22478s,@host_alias@,$host_alias,;t t
22479s,@target_alias@,$target_alias,;t t
22480s,@DEFS@,$DEFS,;t t
22481s,@ECHO_C@,$ECHO_C,;t t
22482s,@ECHO_N@,$ECHO_N,;t t
22483s,@ECHO_T@,$ECHO_T,;t t
22484s,@LIBS@,$LIBS,;t t
22485s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
22486s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
22487s,@INSTALL_DATA@,$INSTALL_DATA,;t t
22488s,@CYGPATH_W@,$CYGPATH_W,;t t
22489s,@PACKAGE@,$PACKAGE,;t t
22490s,@VERSION@,$VERSION,;t t
22491s,@ACLOCAL@,$ACLOCAL,;t t
22492s,@AUTOCONF@,$AUTOCONF,;t t
22493s,@AUTOMAKE@,$AUTOMAKE,;t t
22494s,@AUTOHEADER@,$AUTOHEADER,;t t
22495s,@MAKEINFO@,$MAKEINFO,;t t
22496s,@install_sh@,$install_sh,;t t
22497s,@STRIP@,$STRIP,;t t
22498s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
22499s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
22500s,@mkdir_p@,$mkdir_p,;t t
22501s,@AWK@,$AWK,;t t
22502s,@SET_MAKE@,$SET_MAKE,;t t
22503s,@am__leading_dot@,$am__leading_dot,;t t
22504s,@AMTAR@,$AMTAR,;t t
22505s,@am__tar@,$am__tar,;t t
22506s,@am__untar@,$am__untar,;t t
22507s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
22508s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
22509s,@MAINT@,$MAINT,;t t
22510s,@CC@,$CC,;t t
22511s,@CFLAGS@,$CFLAGS,;t t
22512s,@LDFLAGS@,$LDFLAGS,;t t
22513s,@CPPFLAGS@,$CPPFLAGS,;t t
22514s,@ac_ct_CC@,$ac_ct_CC,;t t
22515s,@EXEEXT@,$EXEEXT,;t t
22516s,@OBJEXT@,$OBJEXT,;t t
22517s,@DEPDIR@,$DEPDIR,;t t
22518s,@am__include@,$am__include,;t t
22519s,@am__quote@,$am__quote,;t t
22520s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
22521s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
22522s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
22523s,@CCDEPMODE@,$CCDEPMODE,;t t
22524s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
22525s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
22526s,@build@,$build,;t t
22527s,@build_cpu@,$build_cpu,;t t
22528s,@build_vendor@,$build_vendor,;t t
22529s,@build_os@,$build_os,;t t
22530s,@host@,$host,;t t
22531s,@host_cpu@,$host_cpu,;t t
22532s,@host_vendor@,$host_vendor,;t t
22533s,@host_os@,$host_os,;t t
22534s,@EGREP@,$EGREP,;t t
22535s,@LN_S@,$LN_S,;t t
22536s,@ECHO@,$ECHO,;t t
22537s,@AR@,$AR,;t t
22538s,@ac_ct_AR@,$ac_ct_AR,;t t
22539s,@RANLIB@,$RANLIB,;t t
22540s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
22541s,@DLLTOOL@,$DLLTOOL,;t t
22542s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
22543s,@AS@,$AS,;t t
22544s,@ac_ct_AS@,$ac_ct_AS,;t t
22545s,@OBJDUMP@,$OBJDUMP,;t t
22546s,@ac_ct_OBJDUMP@,$ac_ct_OBJDUMP,;t t
22547s,@CPP@,$CPP,;t t
22548s,@CXX@,$CXX,;t t
22549s,@CXXFLAGS@,$CXXFLAGS,;t t
22550s,@ac_ct_CXX@,$ac_ct_CXX,;t t
22551s,@CXXDEPMODE@,$CXXDEPMODE,;t t
22552s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
22553s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
22554s,@CXXCPP@,$CXXCPP,;t t
22555s,@F77@,$F77,;t t
22556s,@FFLAGS@,$FFLAGS,;t t
22557s,@ac_ct_F77@,$ac_ct_F77,;t t
22558s,@LIBTOOL@,$LIBTOOL,;t t
22559s,@LIBTOOL_DEPS@,$LIBTOOL_DEPS,;t t
22560s,@INSTALL_LTDL_TRUE@,$INSTALL_LTDL_TRUE,;t t
22561s,@INSTALL_LTDL_FALSE@,$INSTALL_LTDL_FALSE,;t t
22562s,@CONVENIENCE_LTDL_TRUE@,$CONVENIENCE_LTDL_TRUE,;t t
22563s,@CONVENIENCE_LTDL_FALSE@,$CONVENIENCE_LTDL_FALSE,;t t
22564s,@LIBADD_DL@,$LIBADD_DL,;t t
22565s,@LIBOBJS@,$LIBOBJS,;t t
22566s,@LTLIBOBJS@,$LTLIBOBJS,;t t
22567CEOF
22568 23773
22569_ACEOF 23774_ACEOF
22570 23775
22571 cat >>$CONFIG_STATUS <<\_ACEOF 23776
22572 # Split the substitutions into bite-sized pieces for seds with 23777
22573 # small command number limits, like on Digital OSF/1 and HP-UX. 23778ac_delim='%!_!# '
22574 ac_max_sed_lines=48 23779for ac_last_try in false false false false false :; do
22575 ac_sed_frag=1 # Number of current file. 23780 cat >conf$$subs.sed <<_ACEOF
22576 ac_beg=1 # First line for current file. 23781SHELL!$SHELL$ac_delim
22577 ac_end=$ac_max_sed_lines # Line after last line for current file. 23782PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
22578 ac_more_lines=: 23783PACKAGE_NAME!$PACKAGE_NAME$ac_delim
22579 ac_sed_cmds= 23784PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
22580 while $ac_more_lines; do 23785PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
22581 if test $ac_beg -gt 1; then 23786PACKAGE_STRING!$PACKAGE_STRING$ac_delim
22582 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 23787PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
22583 else 23788exec_prefix!$exec_prefix$ac_delim
22584 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 23789prefix!$prefix$ac_delim
22585 fi 23790program_transform_name!$program_transform_name$ac_delim
22586 if test ! -s $tmp/subs.frag; then 23791bindir!$bindir$ac_delim
22587 ac_more_lines=false 23792sbindir!$sbindir$ac_delim
22588 else 23793libexecdir!$libexecdir$ac_delim
22589 # The purpose of the label and of the branching condition is to 23794datarootdir!$datarootdir$ac_delim
22590 # speed up the sed processing (if there are no `@' at all, there 23795datadir!$datadir$ac_delim
22591 # is no need to browse any of the substitutions). 23796sysconfdir!$sysconfdir$ac_delim
22592 # These are the two extra sed commands mentioned above. 23797sharedstatedir!$sharedstatedir$ac_delim
22593 (echo ':t 23798localstatedir!$localstatedir$ac_delim
22594 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 23799includedir!$includedir$ac_delim
22595 if test -z "$ac_sed_cmds"; then 23800oldincludedir!$oldincludedir$ac_delim
22596 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 23801docdir!$docdir$ac_delim
22597 else 23802infodir!$infodir$ac_delim
22598 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 23803htmldir!$htmldir$ac_delim
22599 fi 23804dvidir!$dvidir$ac_delim
22600 ac_sed_frag=`expr $ac_sed_frag + 1` 23805pdfdir!$pdfdir$ac_delim
22601 ac_beg=$ac_end 23806psdir!$psdir$ac_delim
22602 ac_end=`expr $ac_end + $ac_max_sed_lines` 23807libdir!$libdir$ac_delim
22603 fi 23808localedir!$localedir$ac_delim
22604 done 23809mandir!$mandir$ac_delim
22605 if test -z "$ac_sed_cmds"; then 23810DEFS!$DEFS$ac_delim
22606 ac_sed_cmds=cat 23811ECHO_C!$ECHO_C$ac_delim
23812ECHO_N!$ECHO_N$ac_delim
23813ECHO_T!$ECHO_T$ac_delim
23814LIBS!$LIBS$ac_delim
23815build_alias!$build_alias$ac_delim
23816host_alias!$host_alias$ac_delim
23817target_alias!$target_alias$ac_delim
23818INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
23819INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
23820INSTALL_DATA!$INSTALL_DATA$ac_delim
23821CYGPATH_W!$CYGPATH_W$ac_delim
23822PACKAGE!$PACKAGE$ac_delim
23823VERSION!$VERSION$ac_delim
23824ACLOCAL!$ACLOCAL$ac_delim
23825AUTOCONF!$AUTOCONF$ac_delim
23826AUTOMAKE!$AUTOMAKE$ac_delim
23827AUTOHEADER!$AUTOHEADER$ac_delim
23828MAKEINFO!$MAKEINFO$ac_delim
23829AMTAR!$AMTAR$ac_delim
23830install_sh!$install_sh$ac_delim
23831STRIP!$STRIP$ac_delim
23832INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
23833mkdir_p!$mkdir_p$ac_delim
23834AWK!$AWK$ac_delim
23835SET_MAKE!$SET_MAKE$ac_delim
23836am__leading_dot!$am__leading_dot$ac_delim
23837MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
23838MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
23839MAINT!$MAINT$ac_delim
23840CC!$CC$ac_delim
23841CFLAGS!$CFLAGS$ac_delim
23842LDFLAGS!$LDFLAGS$ac_delim
23843CPPFLAGS!$CPPFLAGS$ac_delim
23844ac_ct_CC!$ac_ct_CC$ac_delim
23845EXEEXT!$EXEEXT$ac_delim
23846OBJEXT!$OBJEXT$ac_delim
23847DEPDIR!$DEPDIR$ac_delim
23848am__include!$am__include$ac_delim
23849am__quote!$am__quote$ac_delim
23850AMDEP_TRUE!$AMDEP_TRUE$ac_delim
23851AMDEP_FALSE!$AMDEP_FALSE$ac_delim
23852AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
23853CCDEPMODE!$CCDEPMODE$ac_delim
23854am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
23855am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
23856build!$build$ac_delim
23857build_cpu!$build_cpu$ac_delim
23858build_vendor!$build_vendor$ac_delim
23859build_os!$build_os$ac_delim
23860host!$host$ac_delim
23861host_cpu!$host_cpu$ac_delim
23862host_vendor!$host_vendor$ac_delim
23863host_os!$host_os$ac_delim
23864GREP!$GREP$ac_delim
23865EGREP!$EGREP$ac_delim
23866LN_S!$LN_S$ac_delim
23867ECHO!$ECHO$ac_delim
23868AR!$AR$ac_delim
23869RANLIB!$RANLIB$ac_delim
23870DLLTOOL!$DLLTOOL$ac_delim
23871AS!$AS$ac_delim
23872OBJDUMP!$OBJDUMP$ac_delim
23873CPP!$CPP$ac_delim
23874CXX!$CXX$ac_delim
23875CXXFLAGS!$CXXFLAGS$ac_delim
23876ac_ct_CXX!$ac_ct_CXX$ac_delim
23877CXXDEPMODE!$CXXDEPMODE$ac_delim
23878_ACEOF
23879
23880 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
23881 break
23882 elif $ac_last_try; then
23883 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
23884echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
23885 { (exit 1); exit 1; }; }
23886 else
23887 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22607 fi 23888 fi
22608fi # test -n "$CONFIG_FILES" 23889done
23890
23891ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
23892if test -n "$ac_eof"; then
23893 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
23894 ac_eof=`expr $ac_eof + 1`
23895fi
23896
23897cat >>$CONFIG_STATUS <<_ACEOF
23898cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
23899/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
23900_ACEOF
23901sed '
23902s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
23903s/^/s,@/; s/!/@,|#_!!_#|/
23904:n
23905t n
23906s/'"$ac_delim"'$/,g/; t
23907s/$/\\/; p
23908N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
23909' >>$CONFIG_STATUS <conf$$subs.sed
23910rm -f conf$$subs.sed
23911cat >>$CONFIG_STATUS <<_ACEOF
23912CEOF$ac_eof
23913_ACEOF
23914
22609 23915
23916ac_delim='%!_!# '
23917for ac_last_try in false false false false false :; do
23918 cat >conf$$subs.sed <<_ACEOF
23919am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
23920am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
23921CXXCPP!$CXXCPP$ac_delim
23922F77!$F77$ac_delim
23923FFLAGS!$FFLAGS$ac_delim
23924ac_ct_F77!$ac_ct_F77$ac_delim
23925LIBTOOL!$LIBTOOL$ac_delim
23926LIBTOOL_DEPS!$LIBTOOL_DEPS$ac_delim
23927INSTALL_LTDL_TRUE!$INSTALL_LTDL_TRUE$ac_delim
23928INSTALL_LTDL_FALSE!$INSTALL_LTDL_FALSE$ac_delim
23929CONVENIENCE_LTDL_TRUE!$CONVENIENCE_LTDL_TRUE$ac_delim
23930CONVENIENCE_LTDL_FALSE!$CONVENIENCE_LTDL_FALSE$ac_delim
23931LIBADD_DL!$LIBADD_DL$ac_delim
23932LIBOBJS!$LIBOBJS$ac_delim
23933LTLIBOBJS!$LTLIBOBJS$ac_delim
22610_ACEOF 23934_ACEOF
23935
23936 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 15; then
23937 break
23938 elif $ac_last_try; then
23939 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
23940echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
23941 { (exit 1); exit 1; }; }
23942 else
23943 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
23944 fi
23945done
23946
23947ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
23948if test -n "$ac_eof"; then
23949 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
23950 ac_eof=`expr $ac_eof + 1`
23951fi
23952
23953cat >>$CONFIG_STATUS <<_ACEOF
23954cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
23955/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
23956_ACEOF
23957sed '
23958s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
23959s/^/s,@/; s/!/@,|#_!!_#|/
23960:n
23961t n
23962s/'"$ac_delim"'$/,g/; t
23963s/$/\\/; p
23964N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
23965' >>$CONFIG_STATUS <conf$$subs.sed
23966rm -f conf$$subs.sed
23967cat >>$CONFIG_STATUS <<_ACEOF
23968:end
23969s/|#_!!_#|//g
23970CEOF$ac_eof
23971_ACEOF
23972
23973
23974# VPATH may cause trouble with some makes, so we remove $(srcdir),
23975# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
23976# trailing colons and then remove the whole line if VPATH becomes empty
23977# (actually we leave an empty line to preserve line numbers).
23978if test "x$srcdir" = x.; then
23979 ac_vpsub='/^[ ]*VPATH[ ]*=/{
23980s/:*\$(srcdir):*/:/
23981s/:*\${srcdir}:*/:/
23982s/:*@srcdir@:*/:/
23983s/^\([^=]*=[ ]*\):*/\1/
23984s/:*$//
23985s/^[^=]*=[ ]*$//
23986}'
23987fi
23988
22611cat >>$CONFIG_STATUS <<\_ACEOF 23989cat >>$CONFIG_STATUS <<\_ACEOF
22612for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue 23990fi # test -n "$CONFIG_FILES"
22613 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 23991
22614 case $ac_file in 23992
22615 - | *:- | *:-:* ) # input from stdin 23993for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
22616 cat >$tmp/stdin 23994do
22617 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 23995 case $ac_tag in
22618 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 23996 :[FHLC]) ac_mode=$ac_tag; continue;;
22619 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 23997 esac
22620 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 23998 case $ac_mode$ac_tag in
22621 * ) ac_file_in=$ac_file.in ;; 23999 :[FHL]*:*);;
24000 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
24001echo "$as_me: error: Invalid tag $ac_tag." >&2;}
24002 { (exit 1); exit 1; }; };;
24003 :[FH]-) ac_tag=-:-;;
24004 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
22622 esac 24005 esac
24006 ac_save_IFS=$IFS
24007 IFS=:
24008 set x $ac_tag
24009 IFS=$ac_save_IFS
24010 shift
24011 ac_file=$1
24012 shift
22623 24013
22624 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 24014 case $ac_mode in
22625 ac_dir=`(dirname "$ac_file") 2>/dev/null || 24015 :L) ac_source=$1;;
24016 :[FH])
24017 ac_file_inputs=
24018 for ac_f
24019 do
24020 case $ac_f in
24021 -) ac_f="$tmp/stdin";;
24022 *) # Look for the file first in the build tree, then in the source tree
24023 # (if the path is not absolute). The absolute path cannot be DOS-style,
24024 # because $ac_f cannot contain `:'.
24025 test -f "$ac_f" ||
24026 case $ac_f in
24027 [\\/$]*) false;;
24028 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
24029 esac ||
24030 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
24031echo "$as_me: error: cannot find input file: $ac_f" >&2;}
24032 { (exit 1); exit 1; }; };;
24033 esac
24034 ac_file_inputs="$ac_file_inputs $ac_f"
24035 done
24036
24037 # Let's still pretend it is `configure' which instantiates (i.e., don't
24038 # use $as_me), people would be surprised to read:
24039 # /* config.h. Generated by config.status. */
24040 configure_input="Generated from "`IFS=:
24041 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
24042 if test x"$ac_file" != x-; then
24043 configure_input="$ac_file. $configure_input"
24044 { echo "$as_me:$LINENO: creating $ac_file" >&5
24045echo "$as_me: creating $ac_file" >&6;}
24046 fi
24047
24048 case $ac_tag in
24049 *:-:* | *:-) cat >"$tmp/stdin";;
24050 esac
24051 ;;
24052 esac
24053
24054 ac_dir=`$as_dirname -- "$ac_file" ||
22626$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 24055$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22627 X"$ac_file" : 'X\(//\)[^/]' \| \ 24056 X"$ac_file" : 'X\(//\)[^/]' \| \
22628 X"$ac_file" : 'X\(//\)$' \| \ 24057 X"$ac_file" : 'X\(//\)$' \| \
22629 X"$ac_file" : 'X\(/\)' \| \ 24058 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
22630 . : '\(.\)' 2>/dev/null ||
22631echo X"$ac_file" | 24059echo X"$ac_file" |
22632 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 24060 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22633 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 24061 s//\1/
22634 /^X\(\/\/\)$/{ s//\1/; q; } 24062 q
22635 /^X\(\/\).*/{ s//\1/; q; } 24063 }
22636 s/.*/./; q'` 24064 /^X\(\/\/\)[^/].*/{
22637 { if $as_mkdir_p; then 24065 s//\1/
22638 mkdir -p "$ac_dir" 24066 q
22639 else 24067 }
22640 as_dir="$ac_dir" 24068 /^X\(\/\/\)$/{
24069 s//\1/
24070 q
24071 }
24072 /^X\(\/\).*/{
24073 s//\1/
24074 q
24075 }
24076 s/.*/./; q'`
24077 { as_dir="$ac_dir"
24078 case $as_dir in #(
24079 -*) as_dir=./$as_dir;;
24080 esac
24081 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
22641 as_dirs= 24082 as_dirs=
22642 while test ! -d "$as_dir"; do 24083 while :; do
22643 as_dirs="$as_dir $as_dirs" 24084 case $as_dir in #(
22644 as_dir=`(dirname "$as_dir") 2>/dev/null || 24085 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
24086 *) as_qdir=$as_dir;;
24087 esac
24088 as_dirs="'$as_qdir' $as_dirs"
24089 as_dir=`$as_dirname -- "$as_dir" ||
22645$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 24090$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22646 X"$as_dir" : 'X\(//\)[^/]' \| \ 24091 X"$as_dir" : 'X\(//\)[^/]' \| \
22647 X"$as_dir" : 'X\(//\)$' \| \ 24092 X"$as_dir" : 'X\(//\)$' \| \
22648 X"$as_dir" : 'X\(/\)' \| \ 24093 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
22649 . : '\(.\)' 2>/dev/null ||
22650echo X"$as_dir" | 24094echo X"$as_dir" |
22651 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 24095 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22652 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 24096 s//\1/
22653 /^X\(\/\/\)$/{ s//\1/; q; } 24097 q
22654 /^X\(\/\).*/{ s//\1/; q; } 24098 }
22655 s/.*/./; q'` 24099 /^X\(\/\/\)[^/].*/{
24100 s//\1/
24101 q
24102 }
24103 /^X\(\/\/\)$/{
24104 s//\1/
24105 q
24106 }
24107 /^X\(\/\).*/{
24108 s//\1/
24109 q
24110 }
24111 s/.*/./; q'`
24112 test -d "$as_dir" && break
22656 done 24113 done
22657 test ! -n "$as_dirs" || mkdir $as_dirs 24114 test -z "$as_dirs" || eval "mkdir $as_dirs"
22658 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 24115 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
22659echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 24116echo "$as_me: error: cannot create directory $as_dir" >&2;}
22660 { (exit 1); exit 1; }; }; } 24117 { (exit 1); exit 1; }; }; }
22661
22662 ac_builddir=. 24118 ac_builddir=.
22663 24119
22664if test "$ac_dir" != .; then 24120case "$ac_dir" in
24121.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
24122*)
22665 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 24123 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
22666 # A "../" for each directory in $ac_dir_suffix. 24124 # A ".." for each directory in $ac_dir_suffix.
22667 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 24125 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
22668else 24126 case $ac_top_builddir_sub in
22669 ac_dir_suffix= ac_top_builddir= 24127 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
22670fi 24128 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
24129 esac ;;
24130esac
24131ac_abs_top_builddir=$ac_pwd
24132ac_abs_builddir=$ac_pwd$ac_dir_suffix
24133# for backward compatibility:
24134ac_top_builddir=$ac_top_build_prefix
22671 24135
22672case $srcdir in 24136case $srcdir in
22673 .) # No --srcdir option. We are building in place. 24137 .) # We are building in place.
22674 ac_srcdir=. 24138 ac_srcdir=.
22675 if test -z "$ac_top_builddir"; then 24139 ac_top_srcdir=$ac_top_builddir_sub
22676 ac_top_srcdir=. 24140 ac_abs_top_srcdir=$ac_pwd ;;
22677 else 24141 [\\/]* | ?:[\\/]* ) # Absolute name.
22678 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
22679 fi ;;
22680 [\\/]* | ?:[\\/]* ) # Absolute path.
22681 ac_srcdir=$srcdir$ac_dir_suffix; 24142 ac_srcdir=$srcdir$ac_dir_suffix;
22682 ac_top_srcdir=$srcdir ;; 24143 ac_top_srcdir=$srcdir
22683 *) # Relative path. 24144 ac_abs_top_srcdir=$srcdir ;;
22684 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 24145 *) # Relative name.
22685 ac_top_srcdir=$ac_top_builddir$srcdir ;; 24146 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
24147 ac_top_srcdir=$ac_top_build_prefix$srcdir
24148 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
22686esac 24149esac
24150ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
22687 24151
22688# Do not use `cd foo && pwd` to compute absolute paths, because
22689# the directories may not exist.
22690case `pwd` in
22691.) ac_abs_builddir="$ac_dir";;
22692*)
22693 case "$ac_dir" in
22694 .) ac_abs_builddir=`pwd`;;
22695 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
22696 *) ac_abs_builddir=`pwd`/"$ac_dir";;
22697 esac;;
22698esac
22699case $ac_abs_builddir in
22700.) ac_abs_top_builddir=${ac_top_builddir}.;;
22701*)
22702 case ${ac_top_builddir}. in
22703 .) ac_abs_top_builddir=$ac_abs_builddir;;
22704 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
22705 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
22706 esac;;
22707esac
22708case $ac_abs_builddir in
22709.) ac_abs_srcdir=$ac_srcdir;;
22710*)
22711 case $ac_srcdir in
22712 .) ac_abs_srcdir=$ac_abs_builddir;;
22713 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
22714 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
22715 esac;;
22716esac
22717case $ac_abs_builddir in
22718.) ac_abs_top_srcdir=$ac_top_srcdir;;
22719*)
22720 case $ac_top_srcdir in
22721 .) ac_abs_top_srcdir=$ac_abs_builddir;;
22722 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
22723 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
22724 esac;;
22725esac
22726 24152
24153 case $ac_mode in
24154 :F)
24155 #
24156 # CONFIG_FILE
24157 #
22727 24158
22728 case $INSTALL in 24159 case $INSTALL in
22729 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 24160 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
22730 *) ac_INSTALL=$ac_top_builddir$INSTALL ;; 24161 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
22731 esac 24162 esac
24163_ACEOF
22732 24164
22733 if test x"$ac_file" != x-; then 24165cat >>$CONFIG_STATUS <<\_ACEOF
22734 { echo "$as_me:$LINENO: creating $ac_file" >&5 24166# If the template does not know about datarootdir, expand it.
22735echo "$as_me: creating $ac_file" >&6;} 24167# FIXME: This hack should be removed a few years after 2.60.
22736 rm -f "$ac_file" 24168ac_datarootdir_hack=; ac_datarootdir_seen=
22737 fi 24169
22738 # Let's still pretend it is `configure' which instantiates (i.e., don't 24170case `sed -n '/datarootdir/ {
22739 # use $as_me), people would be surprised to read: 24171 p
22740 # /* config.h. Generated by config.status. */ 24172 q
22741 if test x"$ac_file" = x-; then 24173}
22742 configure_input= 24174/@datadir@/p
22743 else 24175/@docdir@/p
22744 configure_input="$ac_file. " 24176/@infodir@/p
22745 fi 24177/@localedir@/p
22746 configure_input=$configure_input"Generated from `echo $ac_file_in | 24178/@mandir@/p
22747 sed 's,.*/,,'` by configure." 24179' $ac_file_inputs` in
22748 24180*datarootdir*) ac_datarootdir_seen=yes;;
22749 # First look for the input files in the build tree, otherwise in the 24181*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
22750 # src tree. 24182 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
22751 ac_file_inputs=`IFS=: 24183echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
22752 for f in $ac_file_in; do 24184_ACEOF
22753 case $f in 24185cat >>$CONFIG_STATUS <<_ACEOF
22754 -) echo $tmp/stdin ;; 24186 ac_datarootdir_hack='
22755 [\\/$]*) 24187 s&@datadir@&$datadir&g
22756 # Absolute (can't be DOS-style, as IFS=:) 24188 s&@docdir@&$docdir&g
22757 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 24189 s&@infodir@&$infodir&g
22758echo "$as_me: error: cannot find input file: $f" >&2;} 24190 s&@localedir@&$localedir&g
22759 { (exit 1); exit 1; }; } 24191 s&@mandir@&$mandir&g
22760 echo "$f";; 24192 s&\\\${datarootdir}&$datarootdir&g' ;;
22761 *) # Relative 24193esac
22762 if test -f "$f"; then
22763 # Build tree
22764 echo "$f"
22765 elif test -f "$srcdir/$f"; then
22766 # Source tree
22767 echo "$srcdir/$f"
22768 else
22769 # /dev/null tree
22770 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
22771echo "$as_me: error: cannot find input file: $f" >&2;}
22772 { (exit 1); exit 1; }; }
22773 fi;;
22774 esac
22775 done` || { (exit 1); exit 1; }
22776_ACEOF 24194_ACEOF
24195
24196# Neutralize VPATH when `$srcdir' = `.'.
24197# Shell code in configure.ac might set extrasub.
24198# FIXME: do we really want to maintain this feature?
22777cat >>$CONFIG_STATUS <<_ACEOF 24199cat >>$CONFIG_STATUS <<_ACEOF
22778 sed "$ac_vpsub 24200 sed "$ac_vpsub
22779$extrasub 24201$extrasub
@@ -22781,248 +24203,130 @@ _ACEOF
22781cat >>$CONFIG_STATUS <<\_ACEOF 24203cat >>$CONFIG_STATUS <<\_ACEOF
22782:t 24204:t
22783/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 24205/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
22784s,@configure_input@,$configure_input,;t t 24206s&@configure_input@&$configure_input&;t t
22785s,@srcdir@,$ac_srcdir,;t t 24207s&@top_builddir@&$ac_top_builddir_sub&;t t
22786s,@abs_srcdir@,$ac_abs_srcdir,;t t 24208s&@srcdir@&$ac_srcdir&;t t
22787s,@top_srcdir@,$ac_top_srcdir,;t t 24209s&@abs_srcdir@&$ac_abs_srcdir&;t t
22788s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t 24210s&@top_srcdir@&$ac_top_srcdir&;t t
22789s,@builddir@,$ac_builddir,;t t 24211s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
22790s,@abs_builddir@,$ac_abs_builddir,;t t 24212s&@builddir@&$ac_builddir&;t t
22791s,@top_builddir@,$ac_top_builddir,;t t 24213s&@abs_builddir@&$ac_abs_builddir&;t t
22792s,@abs_top_builddir@,$ac_abs_top_builddir,;t t 24214s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
22793s,@INSTALL@,$ac_INSTALL,;t t 24215s&@INSTALL@&$ac_INSTALL&;t t
22794" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out 24216$ac_datarootdir_hack
22795 rm -f $tmp/stdin 24217" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
22796 if test x"$ac_file" != x-; then 24218
22797 mv $tmp/out $ac_file 24219test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
22798 else 24220 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
22799 cat $tmp/out 24221 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
22800 rm -f $tmp/out 24222 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22801 fi 24223which seems to be undefined. Please make sure it is defined." >&5
22802 24224echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22803done 24225which seems to be undefined. Please make sure it is defined." >&2;}
22804_ACEOF 24226
22805cat >>$CONFIG_STATUS <<\_ACEOF 24227 rm -f "$tmp/stdin"
22806
22807#
22808# CONFIG_HEADER section.
22809#
22810
22811# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
22812# NAME is the cpp macro being defined and VALUE is the value it is being given.
22813#
22814# ac_d sets the value in "#define NAME VALUE" lines.
22815ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
22816ac_dB='[ ].*$,\1#\2'
22817ac_dC=' '
22818ac_dD=',;t'
22819# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
22820ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
22821ac_uB='$,\1#\2define\3'
22822ac_uC=' '
22823ac_uD=',;t'
22824
22825for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
22826 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
22827 case $ac_file in 24228 case $ac_file in
22828 - | *:- | *:-:* ) # input from stdin 24229 -) cat "$tmp/out"; rm -f "$tmp/out";;
22829 cat >$tmp/stdin 24230 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
22830 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
22831 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
22832 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
22833 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
22834 * ) ac_file_in=$ac_file.in ;;
22835 esac 24231 esac
22836 24232 ;;
22837 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 24233 :H)
22838echo "$as_me: creating $ac_file" >&6;} 24234 #
22839 24235 # CONFIG_HEADER
22840 # First look for the input files in the build tree, otherwise in the 24236 #
22841 # src tree.
22842 ac_file_inputs=`IFS=:
22843 for f in $ac_file_in; do
22844 case $f in
22845 -) echo $tmp/stdin ;;
22846 [\\/$]*)
22847 # Absolute (can't be DOS-style, as IFS=:)
22848 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
22849echo "$as_me: error: cannot find input file: $f" >&2;}
22850 { (exit 1); exit 1; }; }
22851 # Do quote $f, to prevent DOS paths from being IFS'd.
22852 echo "$f";;
22853 *) # Relative
22854 if test -f "$f"; then
22855 # Build tree
22856 echo "$f"
22857 elif test -f "$srcdir/$f"; then
22858 # Source tree
22859 echo "$srcdir/$f"
22860 else
22861 # /dev/null tree
22862 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
22863echo "$as_me: error: cannot find input file: $f" >&2;}
22864 { (exit 1); exit 1; }; }
22865 fi;;
22866 esac
22867 done` || { (exit 1); exit 1; }
22868 # Remove the trailing spaces.
22869 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
22870
22871_ACEOF 24237_ACEOF
22872 24238
22873# Transform confdefs.h into two sed scripts, `conftest.defines' and 24239# Transform confdefs.h into a sed script `conftest.defines', that
22874# `conftest.undefs', that substitutes the proper values into 24240# substitutes the proper values into config.h.in to produce config.h.
22875# config.h.in to produce config.h. The first handles `#define' 24241rm -f conftest.defines conftest.tail
22876# templates, and the second `#undef' templates. 24242# First, append a space to every undef/define line, to ease matching.
22877# And first: Protect against being on the right side of a sed subst in 24243echo 's/$/ /' >conftest.defines
22878# config.status. Protect against being in an unquoted here document 24244# Then, protect against being on the right side of a sed subst, or in
22879# in config.status. 24245# an unquoted here document, in config.status. If some macros were
22880rm -f conftest.defines conftest.undefs 24246# called several times there might be several #defines for the same
22881# Using a here document instead of a string reduces the quoting nightmare. 24247# symbol, which is useless. But do not sort them, since the last
22882# Putting comments in sed scripts is not portable. 24248# AC_DEFINE must be honored.
22883# 24249ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
22884# `end' is used to avoid that the second main sed command (meant for 24250# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
22885# 0-ary CPP macros) applies to n-ary macro definitions. 24251# NAME is the cpp macro being defined, VALUE is the value it is being given.
22886# See the Autoconf documentation for `clear'. 24252# PARAMS is the parameter list in the macro definition--in most cases, it's
22887cat >confdef2sed.sed <<\_ACEOF 24253# just an empty string.
22888s/[\\&,]/\\&/g 24254ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
22889s,[\\$`],\\&,g 24255ac_dB='\\)[ (].*,\\1define\\2'
22890t clear 24256ac_dC=' '
22891: clear 24257ac_dD=' ,'
22892s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp 24258
22893t end 24259uniq confdefs.h |
22894s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 24260 sed -n '
22895: end 24261 t rset
22896_ACEOF 24262 :rset
22897# If some macros were called several times there might be several times 24263 s/^[ ]*#[ ]*define[ ][ ]*//
22898# the same #defines, which is useless. Nevertheless, we may not want to 24264 t ok
22899# sort them, since we want the *last* AC-DEFINE to be honored. 24265 d
22900uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines 24266 :ok
22901sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs 24267 s/[\\&,]/\\&/g
22902rm -f confdef2sed.sed 24268 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
22903 24269 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
22904# This sed command replaces #undef with comments. This is necessary, for 24270 ' >>conftest.defines
24271
24272# Remove the space that was appended to ease matching.
24273# Then replace #undef with comments. This is necessary, for
22905# example, in the case of _POSIX_SOURCE, which is predefined and required 24274# example, in the case of _POSIX_SOURCE, which is predefined and required
22906# on some systems where configure will not decide to define it. 24275# on some systems where configure will not decide to define it.
22907cat >>conftest.undefs <<\_ACEOF 24276# (The regexp can be short, since the line contains either #define or #undef.)
22908s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 24277echo 's/ $//
22909_ACEOF 24278s,^[ #]*u.*,/* & */,' >>conftest.defines
22910 24279
22911# Break up conftest.defines because some shells have a limit on the size 24280# Break up conftest.defines:
22912# of here documents, and old seds have small limits too (100 cmds). 24281ac_max_sed_lines=50
22913echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 24282
22914echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 24283# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
22915echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 24284# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
22916echo ' :' >>$CONFIG_STATUS 24285# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
22917rm -f conftest.tail 24286# et cetera.
22918while grep . conftest.defines >/dev/null 24287ac_in='$ac_file_inputs'
24288ac_out='"$tmp/out1"'
24289ac_nxt='"$tmp/out2"'
24290
24291while :
22919do 24292do
22920 # Write a limited-size here document to $tmp/defines.sed. 24293 # Write a here document:
22921 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 24294 cat >>$CONFIG_STATUS <<_ACEOF
22922 # Speed up: don't consider the non `#define' lines. 24295 # First, check the format of the line:
22923 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS 24296 cat >"\$tmp/defines.sed" <<\\CEOF
22924 # Work around the forget-to-reset-the-flag bug. 24297/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
22925 echo 't clr' >>$CONFIG_STATUS 24298/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
22926 echo ': clr' >>$CONFIG_STATUS 24299b
22927 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS 24300:def
24301_ACEOF
24302 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
22928 echo 'CEOF 24303 echo 'CEOF
22929 sed -f $tmp/defines.sed $tmp/in >$tmp/out 24304 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
22930 rm -f $tmp/in 24305 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
22931 mv $tmp/out $tmp/in 24306 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
22932' >>$CONFIG_STATUS 24307 grep . conftest.tail >/dev/null || break
22933 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
22934 rm -f conftest.defines 24308 rm -f conftest.defines
22935 mv conftest.tail conftest.defines 24309 mv conftest.tail conftest.defines
22936done 24310done
22937rm -f conftest.defines 24311rm -f conftest.defines conftest.tail
22938echo ' fi # grep' >>$CONFIG_STATUS
22939echo >>$CONFIG_STATUS
22940
22941# Break up conftest.undefs because some shells have a limit on the size
22942# of here documents, and old seds have small limits too (100 cmds).
22943echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
22944rm -f conftest.tail
22945while grep . conftest.undefs >/dev/null
22946do
22947 # Write a limited-size here document to $tmp/undefs.sed.
22948 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
22949 # Speed up: don't consider the non `#undef'
22950 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
22951 # Work around the forget-to-reset-the-flag bug.
22952 echo 't clr' >>$CONFIG_STATUS
22953 echo ': clr' >>$CONFIG_STATUS
22954 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
22955 echo 'CEOF
22956 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
22957 rm -f $tmp/in
22958 mv $tmp/out $tmp/in
22959' >>$CONFIG_STATUS
22960 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
22961 rm -f conftest.undefs
22962 mv conftest.tail conftest.undefs
22963done
22964rm -f conftest.undefs
22965 24312
24313echo "ac_result=$ac_in" >>$CONFIG_STATUS
22966cat >>$CONFIG_STATUS <<\_ACEOF 24314cat >>$CONFIG_STATUS <<\_ACEOF
22967 # Let's still pretend it is `configure' which instantiates (i.e., don't
22968 # use $as_me), people would be surprised to read:
22969 # /* config.h. Generated by config.status. */
22970 if test x"$ac_file" = x-; then
22971 echo "/* Generated by configure. */" >$tmp/config.h
22972 else
22973 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
22974 fi
22975 cat $tmp/in >>$tmp/config.h
22976 rm -f $tmp/in
22977 if test x"$ac_file" != x-; then 24315 if test x"$ac_file" != x-; then
22978 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then 24316 echo "/* $configure_input */" >"$tmp/config.h"
24317 cat "$ac_result" >>"$tmp/config.h"
24318 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
22979 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 24319 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
22980echo "$as_me: $ac_file is unchanged" >&6;} 24320echo "$as_me: $ac_file is unchanged" >&6;}
22981 else 24321 else
22982 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
22983$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22984 X"$ac_file" : 'X\(//\)[^/]' \| \
22985 X"$ac_file" : 'X\(//\)$' \| \
22986 X"$ac_file" : 'X\(/\)' \| \
22987 . : '\(.\)' 2>/dev/null ||
22988echo X"$ac_file" |
22989 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22990 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
22991 /^X\(\/\/\)$/{ s//\1/; q; }
22992 /^X\(\/\).*/{ s//\1/; q; }
22993 s/.*/./; q'`
22994 { if $as_mkdir_p; then
22995 mkdir -p "$ac_dir"
22996 else
22997 as_dir="$ac_dir"
22998 as_dirs=
22999 while test ! -d "$as_dir"; do
23000 as_dirs="$as_dir $as_dirs"
23001 as_dir=`(dirname "$as_dir") 2>/dev/null ||
23002$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23003 X"$as_dir" : 'X\(//\)[^/]' \| \
23004 X"$as_dir" : 'X\(//\)$' \| \
23005 X"$as_dir" : 'X\(/\)' \| \
23006 . : '\(.\)' 2>/dev/null ||
23007echo X"$as_dir" |
23008 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23009 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23010 /^X\(\/\/\)$/{ s//\1/; q; }
23011 /^X\(\/\).*/{ s//\1/; q; }
23012 s/.*/./; q'`
23013 done
23014 test ! -n "$as_dirs" || mkdir $as_dirs
23015 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
23016echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
23017 { (exit 1); exit 1; }; }; }
23018
23019 rm -f $ac_file 24322 rm -f $ac_file
23020 mv $tmp/config.h $ac_file 24323 mv "$tmp/config.h" $ac_file
23021 fi 24324 fi
23022 else 24325 else
23023 cat $tmp/config.h 24326 echo "/* $configure_input */"
23024 rm -f $tmp/config.h 24327 cat "$ac_result"
23025 fi 24328 fi
24329 rm -f "$tmp/out12"
23026# Compute $ac_file's index in $config_headers. 24330# Compute $ac_file's index in $config_headers.
23027_am_stamp_count=1 24331_am_stamp_count=1
23028for _am_header in $config_headers :; do 24332for _am_header in $config_headers :; do
@@ -23033,135 +24337,39 @@ for _am_header in $config_headers :; do
23033 _am_stamp_count=`expr $_am_stamp_count + 1` ;; 24337 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
23034 esac 24338 esac
23035done 24339done
23036echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null || 24340echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
23037$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 24341$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23038 X$ac_file : 'X\(//\)[^/]' \| \ 24342 X$ac_file : 'X\(//\)[^/]' \| \
23039 X$ac_file : 'X\(//\)$' \| \ 24343 X$ac_file : 'X\(//\)$' \| \
23040 X$ac_file : 'X\(/\)' \| \ 24344 X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
23041 . : '\(.\)' 2>/dev/null ||
23042echo X$ac_file | 24345echo X$ac_file |
23043 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 24346 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23044 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 24347 s//\1/
23045 /^X\(\/\/\)$/{ s//\1/; q; } 24348 q
23046 /^X\(\/\).*/{ s//\1/; q; } 24349 }
23047 s/.*/./; q'`/stamp-h$_am_stamp_count 24350 /^X\(\/\/\)[^/].*/{
23048done 24351 s//\1/
23049_ACEOF 24352 q
23050cat >>$CONFIG_STATUS <<\_ACEOF 24353 }
23051 24354 /^X\(\/\/\)$/{
23052# 24355 s//\1/
23053# CONFIG_COMMANDS section. 24356 q
23054# 24357 }
23055for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue 24358 /^X\(\/\).*/{
23056 ac_dest=`echo "$ac_file" | sed 's,:.*,,'` 24359 s//\1/
23057 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` 24360 q
23058 ac_dir=`(dirname "$ac_dest") 2>/dev/null || 24361 }
23059$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 24362 s/.*/./; q'`/stamp-h$_am_stamp_count
23060 X"$ac_dest" : 'X\(//\)[^/]' \| \ 24363 ;;
23061 X"$ac_dest" : 'X\(//\)$' \| \
23062 X"$ac_dest" : 'X\(/\)' \| \
23063 . : '\(.\)' 2>/dev/null ||
23064echo X"$ac_dest" |
23065 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23066 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23067 /^X\(\/\/\)$/{ s//\1/; q; }
23068 /^X\(\/\).*/{ s//\1/; q; }
23069 s/.*/./; q'`
23070 { if $as_mkdir_p; then
23071 mkdir -p "$ac_dir"
23072 else
23073 as_dir="$ac_dir"
23074 as_dirs=
23075 while test ! -d "$as_dir"; do
23076 as_dirs="$as_dir $as_dirs"
23077 as_dir=`(dirname "$as_dir") 2>/dev/null ||
23078$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23079 X"$as_dir" : 'X\(//\)[^/]' \| \
23080 X"$as_dir" : 'X\(//\)$' \| \
23081 X"$as_dir" : 'X\(/\)' \| \
23082 . : '\(.\)' 2>/dev/null ||
23083echo X"$as_dir" |
23084 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23085 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23086 /^X\(\/\/\)$/{ s//\1/; q; }
23087 /^X\(\/\).*/{ s//\1/; q; }
23088 s/.*/./; q'`
23089 done
23090 test ! -n "$as_dirs" || mkdir $as_dirs
23091 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
23092echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
23093 { (exit 1); exit 1; }; }; }
23094
23095 ac_builddir=.
23096
23097if test "$ac_dir" != .; then
23098 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
23099 # A "../" for each directory in $ac_dir_suffix.
23100 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
23101else
23102 ac_dir_suffix= ac_top_builddir=
23103fi
23104
23105case $srcdir in
23106 .) # No --srcdir option. We are building in place.
23107 ac_srcdir=.
23108 if test -z "$ac_top_builddir"; then
23109 ac_top_srcdir=.
23110 else
23111 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
23112 fi ;;
23113 [\\/]* | ?:[\\/]* ) # Absolute path.
23114 ac_srcdir=$srcdir$ac_dir_suffix;
23115 ac_top_srcdir=$srcdir ;;
23116 *) # Relative path.
23117 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
23118 ac_top_srcdir=$ac_top_builddir$srcdir ;;
23119esac
23120 24364
23121# Do not use `cd foo && pwd` to compute absolute paths, because 24365 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
23122# the directories may not exist. 24366echo "$as_me: executing $ac_file commands" >&6;}
23123case `pwd` in 24367 ;;
23124.) ac_abs_builddir="$ac_dir";; 24368 esac
23125*)
23126 case "$ac_dir" in
23127 .) ac_abs_builddir=`pwd`;;
23128 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
23129 *) ac_abs_builddir=`pwd`/"$ac_dir";;
23130 esac;;
23131esac
23132case $ac_abs_builddir in
23133.) ac_abs_top_builddir=${ac_top_builddir}.;;
23134*)
23135 case ${ac_top_builddir}. in
23136 .) ac_abs_top_builddir=$ac_abs_builddir;;
23137 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
23138 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
23139 esac;;
23140esac
23141case $ac_abs_builddir in
23142.) ac_abs_srcdir=$ac_srcdir;;
23143*)
23144 case $ac_srcdir in
23145 .) ac_abs_srcdir=$ac_abs_builddir;;
23146 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
23147 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
23148 esac;;
23149esac
23150case $ac_abs_builddir in
23151.) ac_abs_top_srcdir=$ac_top_srcdir;;
23152*)
23153 case $ac_top_srcdir in
23154 .) ac_abs_top_srcdir=$ac_abs_builddir;;
23155 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
23156 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
23157 esac;;
23158esac
23159 24369
23160 24370
23161 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 24371 case $ac_file$ac_mode in
23162echo "$as_me: executing $ac_dest commands" >&6;} 24372 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
23163 case $ac_dest in
23164 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
23165 # Strip MF so we end up with the name of the file. 24373 # Strip MF so we end up with the name of the file.
23166 mf=`echo "$mf" | sed -e 's/:.*$//'` 24374 mf=`echo "$mf" | sed -e 's/:.*$//'`
23167 # Check whether this is an Automake generated Makefile or not. 24375 # Check whether this is an Automake generated Makefile or not.
@@ -23171,86 +24379,129 @@ echo "$as_me: executing $ac_dest commands" >&6;}
23171 # each Makefile.in and add a new line on top of each file to say so. 24379 # each Makefile.in and add a new line on top of each file to say so.
23172 # So let's grep whole file. 24380 # So let's grep whole file.
23173 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then 24381 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
23174 dirpart=`(dirname "$mf") 2>/dev/null || 24382 dirpart=`$as_dirname -- "$mf" ||
23175$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 24383$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23176 X"$mf" : 'X\(//\)[^/]' \| \ 24384 X"$mf" : 'X\(//\)[^/]' \| \
23177 X"$mf" : 'X\(//\)$' \| \ 24385 X"$mf" : 'X\(//\)$' \| \
23178 X"$mf" : 'X\(/\)' \| \ 24386 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
23179 . : '\(.\)' 2>/dev/null ||
23180echo X"$mf" | 24387echo X"$mf" |
23181 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 24388 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23182 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 24389 s//\1/
23183 /^X\(\/\/\)$/{ s//\1/; q; } 24390 q
23184 /^X\(\/\).*/{ s//\1/; q; } 24391 }
23185 s/.*/./; q'` 24392 /^X\(\/\/\)[^/].*/{
24393 s//\1/
24394 q
24395 }
24396 /^X\(\/\/\)$/{
24397 s//\1/
24398 q
24399 }
24400 /^X\(\/\).*/{
24401 s//\1/
24402 q
24403 }
24404 s/.*/./; q'`
23186 else 24405 else
23187 continue 24406 continue
23188 fi 24407 fi
23189 # Extract the definition of DEPDIR, am__include, and am__quote 24408 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
23190 # from the Makefile without running `make'. 24409 # Extract the definition of DEP_FILES from the Makefile without
24410 # running `make'.
23191 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 24411 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
23192 test -z "$DEPDIR" && continue 24412 test -z "$DEPDIR" && continue
23193 am__include=`sed -n 's/^am__include = //p' < "$mf"`
23194 test -z "am__include" && continue
23195 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
23196 # When using ansi2knr, U may be empty or an underscore; expand it 24413 # When using ansi2knr, U may be empty or an underscore; expand it
23197 U=`sed -n 's/^U = //p' < "$mf"` 24414 U=`sed -n 's/^U = //p' < "$mf"`
23198 # Find all dependency output files, they are included files with 24415 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
23199 # $(DEPDIR) in their names. We invoke sed twice because it is the 24416 # We invoke sed twice because it is the simplest approach to
23200 # simplest approach to changing $(DEPDIR) to its actual value in the 24417 # changing $(DEPDIR) to its actual value in the expansion.
23201 # expansion. 24418 for file in `sed -n '
23202 for file in `sed -n " 24419 /^DEP_FILES = .*\\\\$/ {
23203 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 24420 s/^DEP_FILES = //
24421 :loop
24422 s/\\\\$//
24423 p
24424 n
24425 /\\\\$/ b loop
24426 p
24427 }
24428 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
23204 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 24429 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
23205 # Make sure the directory exists. 24430 # Make sure the directory exists.
23206 test -f "$dirpart/$file" && continue 24431 test -f "$dirpart/$file" && continue
23207 fdir=`(dirname "$file") 2>/dev/null || 24432 fdir=`$as_dirname -- "$file" ||
23208$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 24433$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23209 X"$file" : 'X\(//\)[^/]' \| \ 24434 X"$file" : 'X\(//\)[^/]' \| \
23210 X"$file" : 'X\(//\)$' \| \ 24435 X"$file" : 'X\(//\)$' \| \
23211 X"$file" : 'X\(/\)' \| \ 24436 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
23212 . : '\(.\)' 2>/dev/null ||
23213echo X"$file" | 24437echo X"$file" |
23214 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 24438 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23215 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 24439 s//\1/
23216 /^X\(\/\/\)$/{ s//\1/; q; } 24440 q
23217 /^X\(\/\).*/{ s//\1/; q; } 24441 }
23218 s/.*/./; q'` 24442 /^X\(\/\/\)[^/].*/{
23219 { if $as_mkdir_p; then 24443 s//\1/
23220 mkdir -p $dirpart/$fdir 24444 q
23221 else 24445 }
23222 as_dir=$dirpart/$fdir 24446 /^X\(\/\/\)$/{
24447 s//\1/
24448 q
24449 }
24450 /^X\(\/\).*/{
24451 s//\1/
24452 q
24453 }
24454 s/.*/./; q'`
24455 { as_dir=$dirpart/$fdir
24456 case $as_dir in #(
24457 -*) as_dir=./$as_dir;;
24458 esac
24459 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
23223 as_dirs= 24460 as_dirs=
23224 while test ! -d "$as_dir"; do 24461 while :; do
23225 as_dirs="$as_dir $as_dirs" 24462 case $as_dir in #(
23226 as_dir=`(dirname "$as_dir") 2>/dev/null || 24463 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
24464 *) as_qdir=$as_dir;;
24465 esac
24466 as_dirs="'$as_qdir' $as_dirs"
24467 as_dir=`$as_dirname -- "$as_dir" ||
23227$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 24468$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23228 X"$as_dir" : 'X\(//\)[^/]' \| \ 24469 X"$as_dir" : 'X\(//\)[^/]' \| \
23229 X"$as_dir" : 'X\(//\)$' \| \ 24470 X"$as_dir" : 'X\(//\)$' \| \
23230 X"$as_dir" : 'X\(/\)' \| \ 24471 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
23231 . : '\(.\)' 2>/dev/null ||
23232echo X"$as_dir" | 24472echo X"$as_dir" |
23233 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 24473 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23234 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 24474 s//\1/
23235 /^X\(\/\/\)$/{ s//\1/; q; } 24475 q
23236 /^X\(\/\).*/{ s//\1/; q; } 24476 }
23237 s/.*/./; q'` 24477 /^X\(\/\/\)[^/].*/{
24478 s//\1/
24479 q
24480 }
24481 /^X\(\/\/\)$/{
24482 s//\1/
24483 q
24484 }
24485 /^X\(\/\).*/{
24486 s//\1/
24487 q
24488 }
24489 s/.*/./; q'`
24490 test -d "$as_dir" && break
23238 done 24491 done
23239 test ! -n "$as_dirs" || mkdir $as_dirs 24492 test -z "$as_dirs" || eval "mkdir $as_dirs"
23240 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5 24493 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
23241echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;} 24494echo "$as_me: error: cannot create directory $as_dir" >&2;}
23242 { (exit 1); exit 1; }; }; } 24495 { (exit 1); exit 1; }; }; }
23243
23244 # echo "creating $dirpart/$file" 24496 # echo "creating $dirpart/$file"
23245 echo '# dummy' > "$dirpart/$file" 24497 echo '# dummy' > "$dirpart/$file"
23246 done 24498 done
23247done 24499done
23248 ;; 24500 ;;
24501
23249 esac 24502 esac
23250done 24503done # for ac_tag
23251_ACEOF
23252 24504
23253cat >>$CONFIG_STATUS <<\_ACEOF
23254 24505
23255{ (exit 0); exit 0; } 24506{ (exit 0); exit 0; }
23256_ACEOF 24507_ACEOF
diff --git a/libltdl/install-sh b/libltdl/install-sh
index 4d4a9519..e4160c99 100755
--- a/libltdl/install-sh
+++ b/libltdl/install-sh
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2# install - install a program, script, or datafile 2# install - install a program, script, or datafile
3 3
4scriptversion=2005-05-14.22 4scriptversion=2004-04-01.17
5 5
6# This originates from X11R5 (mit/util/scripts/install.sh), which was 6# This originates from X11R5 (mit/util/scripts/install.sh), which was
7# later released in X11R6 (xc/config/util/install.sh) with the 7# later released in X11R6 (xc/config/util/install.sh) with the
@@ -58,6 +58,9 @@ stripprog="${STRIPPROG-strip}"
58rmprog="${RMPROG-rm}" 58rmprog="${RMPROG-rm}"
59mkdirprog="${MKDIRPROG-mkdir}" 59mkdirprog="${MKDIRPROG-mkdir}"
60 60
61transformbasename=
62transform_arg=
63instcmd="$mvprog"
61chmodcmd="$chmodprog 0755" 64chmodcmd="$chmodprog 0755"
62chowncmd= 65chowncmd=
63chgrpcmd= 66chgrpcmd=
@@ -67,27 +70,23 @@ mvcmd="$mvprog"
67src= 70src=
68dst= 71dst=
69dir_arg= 72dir_arg=
70dstarg=
71no_target_directory=
72 73
73usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE 74usage="Usage: $0 [OPTION]... SRCFILE DSTFILE
74 or: $0 [OPTION]... SRCFILES... DIRECTORY 75 or: $0 [OPTION]... SRCFILES... DIRECTORY
75 or: $0 [OPTION]... -t DIRECTORY SRCFILES... 76 or: $0 -d DIRECTORIES...
76 or: $0 [OPTION]... -d DIRECTORIES...
77 77
78In the 1st form, copy SRCFILE to DSTFILE. 78In the first form, install SRCFILE to DSTFILE, removing SRCFILE by default.
79In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. 79In the second, create the directory path DIR.
80In the 4th, create DIRECTORIES.
81 80
82Options: 81Options:
83-c (ignored) 82-b=TRANSFORMBASENAME
83-c copy source (using $cpprog) instead of moving (using $mvprog).
84-d create directories instead of installing files. 84-d create directories instead of installing files.
85-g GROUP $chgrpprog installed files to GROUP. 85-g GROUP $chgrp installed files to GROUP.
86-m MODE $chmodprog installed files to MODE. 86-m MODE $chmod installed files to MODE.
87-o USER $chownprog installed files to USER. 87-o USER $chown installed files to USER.
88-s $stripprog installed files. 88-s strip installed files (using $stripprog).
89-t DIRECTORY install into DIRECTORY. 89-t=TRANSFORM
90-T report an error if DSTFILE is a directory.
91--help display this help and exit. 90--help display this help and exit.
92--version display version info and exit. 91--version display version info and exit.
93 92
@@ -97,7 +96,12 @@ Environment variables override the default commands:
97 96
98while test -n "$1"; do 97while test -n "$1"; do
99 case $1 in 98 case $1 in
100 -c) shift 99 -b=*) transformbasename=`echo $1 | sed 's/-b=//'`
100 shift
101 continue;;
102
103 -c) instcmd=$cpprog
104 shift
101 continue;; 105 continue;;
102 106
103 -d) dir_arg=true 107 -d) dir_arg=true
@@ -109,7 +113,7 @@ while test -n "$1"; do
109 shift 113 shift
110 continue;; 114 continue;;
111 115
112 --help) echo "$usage"; exit $?;; 116 --help) echo "$usage"; exit 0;;
113 117
114 -m) chmodcmd="$chmodprog $2" 118 -m) chmodcmd="$chmodprog $2"
115 shift 119 shift
@@ -125,20 +129,14 @@ while test -n "$1"; do
125 shift 129 shift
126 continue;; 130 continue;;
127 131
128 -t) dstarg=$2 132 -t=*) transformarg=`echo $1 | sed 's/-t=//'`
129 shift 133 shift
130 shift 134 continue;;
131 continue;;
132
133 -T) no_target_directory=true
134 shift
135 continue;;
136 135
137 --version) echo "$0 $scriptversion"; exit $?;; 136 --version) echo "$0 $scriptversion"; exit 0;;
138 137
139 *) # When -d is used, all remaining arguments are directories to create. 138 *) # When -d is used, all remaining arguments are directories to create.
140 # When -t is used, the destination is already specified. 139 test -n "$dir_arg" && break
141 test -n "$dir_arg$dstarg" && break
142 # Otherwise, the last argument is the destination. Remove it from $@. 140 # Otherwise, the last argument is the destination. Remove it from $@.
143 for arg 141 for arg
144 do 142 do
@@ -176,13 +174,13 @@ do
176 src= 174 src=
177 175
178 if test -d "$dst"; then 176 if test -d "$dst"; then
179 mkdircmd=: 177 instcmd=:
180 chmodcmd= 178 chmodcmd=
181 else 179 else
182 mkdircmd=$mkdirprog 180 instcmd=$mkdirprog
183 fi 181 fi
184 else 182 else
185 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command 183 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
186 # might cause directories to be created, which would be especially bad 184 # might cause directories to be created, which would be especially bad
187 # if $src (and thus $dsttmp) contains '*'. 185 # if $src (and thus $dsttmp) contains '*'.
188 if test ! -f "$src" && test ! -d "$src"; then 186 if test ! -f "$src" && test ! -d "$src"; then
@@ -204,16 +202,12 @@ do
204 # If destination is a directory, append the input filename; won't work 202 # If destination is a directory, append the input filename; won't work
205 # if double slashes aren't ignored. 203 # if double slashes aren't ignored.
206 if test -d "$dst"; then 204 if test -d "$dst"; then
207 if test -n "$no_target_directory"; then
208 echo "$0: $dstarg: Is a directory" >&2
209 exit 1
210 fi
211 dst=$dst/`basename "$src"` 205 dst=$dst/`basename "$src"`
212 fi 206 fi
213 fi 207 fi
214 208
215 # This sed command emulates the dirname command. 209 # This sed command emulates the dirname command.
216 dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'` 210 dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
217 211
218 # Make sure that the destination directory exists. 212 # Make sure that the destination directory exists.
219 213
@@ -226,8 +220,7 @@ do
226 oIFS=$IFS 220 oIFS=$IFS
227 # Some sh's can't handle IFS=/ for some reason. 221 # Some sh's can't handle IFS=/ for some reason.
228 IFS='%' 222 IFS='%'
229 set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'` 223 set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
230 shift
231 IFS=$oIFS 224 IFS=$oIFS
232 225
233 pathcomp= 226 pathcomp=
@@ -236,42 +229,51 @@ do
236 pathcomp=$pathcomp$1 229 pathcomp=$pathcomp$1
237 shift 230 shift
238 if test ! -d "$pathcomp"; then 231 if test ! -d "$pathcomp"; then
239 $mkdirprog "$pathcomp" 232 $mkdirprog "$pathcomp" || lasterr=$?
240 # mkdir can fail with a `File exist' error in case several 233 # mkdir can fail with a `File exist' error in case several
241 # install-sh are creating the directory concurrently. This 234 # install-sh are creating the directory concurrently. This
242 # is OK. 235 # is OK.
243 test -d "$pathcomp" || exit 236 test ! -d "$pathcomp" && { (exit ${lasterr-1}); exit; }
244 fi 237 fi
245 pathcomp=$pathcomp/ 238 pathcomp=$pathcomp/
246 done 239 done
247 fi 240 fi
248 241
249 if test -n "$dir_arg"; then 242 if test -n "$dir_arg"; then
250 $doit $mkdircmd "$dst" \ 243 $doit $instcmd "$dst" \
251 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \ 244 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
252 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \ 245 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
253 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \ 246 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
254 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; } 247 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
255 248
256 else 249 else
257 dstfile=`basename "$dst"` 250 # If we're going to rename the final executable, determine the name now.
251 if test -z "$transformarg"; then
252 dstfile=`basename "$dst"`
253 else
254 dstfile=`basename "$dst" $transformbasename \
255 | sed $transformarg`$transformbasename
256 fi
257
258 # don't allow the sed command to completely eliminate the filename.
259 test -z "$dstfile" && dstfile=`basename "$dst"`
258 260
259 # Make a couple of temp file names in the proper directory. 261 # Make a couple of temp file names in the proper directory.
260 dsttmp=$dstdir/_inst.$$_ 262 dsttmp=$dstdir/_inst.$$_
261 rmtmp=$dstdir/_rm.$$_ 263 rmtmp=$dstdir/_rm.$$_
262 264
263 # Trap to clean up those temp files at exit. 265 # Trap to clean up those temp files at exit.
264 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 266 trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0
265 trap '(exit $?); exit' 1 2 13 15 267 trap '(exit $?); exit' 1 2 13 15
266 268
267 # Copy the file name to the temp name. 269 # Move or copy the file name to the temp name
268 $doit $cpprog "$src" "$dsttmp" && 270 $doit $instcmd "$src" "$dsttmp" &&
269 271
270 # and set any options; do chmod last to preserve setuid bits. 272 # and set any options; do chmod last to preserve setuid bits.
271 # 273 #
272 # If any of these fail, we abort the whole thing. If we want to 274 # If any of these fail, we abort the whole thing. If we want to
273 # ignore errors from any of these, just make sure not to ignore 275 # ignore errors from any of these, just make sure not to ignore
274 # errors from the above "$doit $cpprog $src $dsttmp" command. 276 # errors from the above "$doit $instcmd $src $dsttmp" command.
275 # 277 #
276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \ 278 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
277 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \ 279 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
@@ -296,7 +298,7 @@ do
296 || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \ 298 || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \
297 || { 299 || {
298 echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2 300 echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
299 (exit 1); exit 1 301 (exit 1); exit
300 } 302 }
301 else 303 else
302 : 304 :
@@ -307,12 +309,12 @@ do
307 $doit $mvcmd "$dsttmp" "$dstdir/$dstfile" 309 $doit $mvcmd "$dsttmp" "$dstdir/$dstfile"
308 } 310 }
309 } 311 }
310 fi || { (exit 1); exit 1; } 312 fi || { (exit 1); exit; }
311done 313done
312 314
313# The final little trick to "correctly" pass the exit status to the exit trap. 315# The final little trick to "correctly" pass the exit status to the exit trap.
314{ 316{
315 (exit 0); exit 0 317 (exit 0); exit
316} 318}
317 319
318# Local variables: 320# Local variables:
diff --git a/libltdl/ltmain.sh b/libltdl/ltmain.sh
index 06823e05..c715b594 100644
--- a/libltdl/ltmain.sh
+++ b/libltdl/ltmain.sh
@@ -43,7 +43,7 @@ EXIT_FAILURE=1
43 43
44PROGRAM=ltmain.sh 44PROGRAM=ltmain.sh
45PACKAGE=libtool 45PACKAGE=libtool
46VERSION=1.5.22 46VERSION="1.5.22 Debian 1.5.22-4"
47TIMESTAMP=" (1.1220.2.365 2005/12/18 22:14:06)" 47TIMESTAMP=" (1.1220.2.365 2005/12/18 22:14:06)"
48 48
49# See if we are running on zsh, and set the options which allow our 49# See if we are running on zsh, and set the options which allow our
@@ -2082,7 +2082,10 @@ EOF
2082 case $pass in 2082 case $pass in
2083 dlopen) libs="$dlfiles" ;; 2083 dlopen) libs="$dlfiles" ;;
2084 dlpreopen) libs="$dlprefiles" ;; 2084 dlpreopen) libs="$dlprefiles" ;;
2085 link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; 2085 link)
2086 libs="$deplibs %DEPLIBS%"
2087 test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
2088 ;;
2086 esac 2089 esac
2087 fi 2090 fi
2088 if test "$pass" = dlopen; then 2091 if test "$pass" = dlopen; then
@@ -3201,6 +3204,11 @@ EOF
3201 age="$number_minor" 3204 age="$number_minor"
3202 revision="$number_minor" 3205 revision="$number_minor"
3203 ;; 3206 ;;
3207 *)
3208 $echo "$modename: unknown library version type \`$version_type'" 1>&2
3209 $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2
3210 exit $EXIT_FAILURE
3211 ;;
3204 esac 3212 esac
3205 ;; 3213 ;;
3206 no) 3214 no)
diff --git a/libltdl/missing b/libltdl/missing
index 894e786e..e7ef83a1 100755
--- a/libltdl/missing
+++ b/libltdl/missing
@@ -1,9 +1,9 @@
1#! /bin/sh 1#! /bin/sh
2# Common stub for a few missing GNU programs while installing. 2# Common stub for a few missing GNU programs while installing.
3 3
4scriptversion=2005-06-08.21 4scriptversion=2003-09-02.23
5 5
6# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005 6# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003
7# Free Software Foundation, Inc. 7# Free Software Foundation, Inc.
8# Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. 8# Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
9 9
@@ -19,8 +19,8 @@ scriptversion=2005-06-08.21
19 19
20# You should have received a copy of the GNU General Public License 20# You should have received a copy of the GNU General Public License
21# along with this program; if not, write to the Free Software 21# along with this program; if not, write to the Free Software
22# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 22# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
23# 02110-1301, USA. 23# 02111-1307, USA.
24 24
25# As a special exception to the GNU General Public License, if you 25# As a special exception to the GNU General Public License, if you
26# distribute this file as part of a program that contains a 26# distribute this file as part of a program that contains a
@@ -60,6 +60,11 @@ case "$1" in
60 msg="probably too old" 60 msg="probably too old"
61 fi 61 fi
62 ;; 62 ;;
63esac
64
65# If it does not exist, or fails to run (possibly an outdated version),
66# try to emulate it.
67case "$1" in
63 68
64 -h|--h|--he|--hel|--help) 69 -h|--h|--he|--hel|--help)
65 echo "\ 70 echo "\
@@ -87,12 +92,10 @@ Supported PROGRAM values:
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch] 92 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
88 93
89Send bug reports to <bug-automake@gnu.org>." 94Send bug reports to <bug-automake@gnu.org>."
90 exit $?
91 ;; 95 ;;
92 96
93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version) 97 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
94 echo "missing $scriptversion (GNU Automake)" 98 echo "missing $scriptversion (GNU Automake)"
95 exit $?
96 ;; 99 ;;
97 100
98 -*) 101 -*)
@@ -101,42 +104,12 @@ Send bug reports to <bug-automake@gnu.org>."
101 exit 1 104 exit 1
102 ;; 105 ;;
103 106
104esac 107 aclocal*)
105
106# Now exit if we have it, but it failed. Also exit now if we
107# don't have it and --version was passed (most likely to detect
108# the program).
109case "$1" in
110 lex|yacc)
111 # Not GNU programs, they don't have --version.
112 ;;
113
114 tar)
115 if test -n "$run"; then
116 echo 1>&2 "ERROR: \`tar' requires --run"
117 exit 1
118 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
119 exit 1
120 fi
121 ;;
122
123 *)
124 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then 108 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
125 # We have it, but it failed. 109 # We have it, but it failed.
126 exit 1 110 exit 1
127 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
128 # Could not run --version or --help. This is probably someone
129 # running `$TOOL --version' or `$TOOL --help' to check whether
130 # $TOOL exists and not knowing $TOOL uses missing.
131 exit 1
132 fi 111 fi
133 ;;
134esac
135 112
136# If it does not exist, or fails to run (possibly an outdated version),
137# try to emulate it.
138case "$1" in
139 aclocal*)
140 echo 1>&2 "\ 113 echo 1>&2 "\
141WARNING: \`$1' is $msg. You should only need it if 114WARNING: \`$1' is $msg. You should only need it if
142 you modified \`acinclude.m4' or \`${configure_ac}'. You might want 115 you modified \`acinclude.m4' or \`${configure_ac}'. You might want
@@ -146,6 +119,11 @@ WARNING: \`$1' is $msg. You should only need it if
146 ;; 119 ;;
147 120
148 autoconf) 121 autoconf)
122 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
123 # We have it, but it failed.
124 exit 1
125 fi
126
149 echo 1>&2 "\ 127 echo 1>&2 "\
150WARNING: \`$1' is $msg. You should only need it if 128WARNING: \`$1' is $msg. You should only need it if
151 you modified \`${configure_ac}'. You might want to install the 129 you modified \`${configure_ac}'. You might want to install the
@@ -155,6 +133,11 @@ WARNING: \`$1' is $msg. You should only need it if
155 ;; 133 ;;
156 134
157 autoheader) 135 autoheader)
136 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
137 # We have it, but it failed.
138 exit 1
139 fi
140
158 echo 1>&2 "\ 141 echo 1>&2 "\
159WARNING: \`$1' is $msg. You should only need it if 142WARNING: \`$1' is $msg. You should only need it if
160 you modified \`acconfig.h' or \`${configure_ac}'. You might want 143 you modified \`acconfig.h' or \`${configure_ac}'. You might want
@@ -174,6 +157,11 @@ WARNING: \`$1' is $msg. You should only need it if
174 ;; 157 ;;
175 158
176 automake*) 159 automake*)
160 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
161 # We have it, but it failed.
162 exit 1
163 fi
164
177 echo 1>&2 "\ 165 echo 1>&2 "\
178WARNING: \`$1' is $msg. You should only need it if 166WARNING: \`$1' is $msg. You should only need it if
179 you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. 167 you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
@@ -185,6 +173,11 @@ WARNING: \`$1' is $msg. You should only need it if
185 ;; 173 ;;
186 174
187 autom4te) 175 autom4te)
176 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
177 # We have it, but it failed.
178 exit 1
179 fi
180
188 echo 1>&2 "\ 181 echo 1>&2 "\
189WARNING: \`$1' is needed, but is $msg. 182WARNING: \`$1' is needed, but is $msg.
190 You might have modified some files without having the 183 You might have modified some files without having the
@@ -261,6 +254,11 @@ WARNING: \`$1' is $msg. You should only need it if
261 ;; 254 ;;
262 255
263 help2man) 256 help2man)
257 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
258 # We have it, but it failed.
259 exit 1
260 fi
261
264 echo 1>&2 "\ 262 echo 1>&2 "\
265WARNING: \`$1' is $msg. You should only need it if 263WARNING: \`$1' is $msg. You should only need it if
266 you modified a dependency of a manual page. You may need the 264 you modified a dependency of a manual page. You may need the
@@ -281,6 +279,11 @@ WARNING: \`$1' is $msg. You should only need it if
281 ;; 279 ;;
282 280
283 makeinfo) 281 makeinfo)
282 if test -z "$run" && (makeinfo --version) > /dev/null 2>&1; then
283 # We have makeinfo, but it failed.
284 exit 1
285 fi
286
284 echo 1>&2 "\ 287 echo 1>&2 "\
285WARNING: \`$1' is $msg. You should only need it if 288WARNING: \`$1' is $msg. You should only need it if
286 you modified a \`.texi' or \`.texinfo' file, or any other file 289 you modified a \`.texi' or \`.texinfo' file, or any other file
@@ -288,23 +291,20 @@ WARNING: \`$1' is $msg. You should only need it if
288 call might also be the consequence of using a buggy \`make' (AIX, 291 call might also be the consequence of using a buggy \`make' (AIX,
289 DU, IRIX). You might want to install the \`Texinfo' package or 292 DU, IRIX). You might want to install the \`Texinfo' package or
290 the \`GNU make' package. Grab either from any GNU archive site." 293 the \`GNU make' package. Grab either from any GNU archive site."
291 # The file to touch is that specified with -o ...
292 file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` 294 file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
293 if test -z "$file"; then 295 if test -z "$file"; then
294 # ... or it is the one specified with @setfilename ... 296 file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
295 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` 297 file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
296 file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile`
297 # ... or it is derived from the source name (dir/f.texi becomes f.info)
298 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
299 fi 298 fi
300 # If the file does not exist, the user really needs makeinfo;
301 # let's fail without touching anything.
302 test -f $file || exit 1
303 touch $file 299 touch $file
304 ;; 300 ;;
305 301
306 tar) 302 tar)
307 shift 303 shift
304 if test -n "$run"; then
305 echo 1>&2 "ERROR: \`tar' requires --run"
306 exit 1
307 fi
308 308
309 # We have already tried tar in the generic part. 309 # We have already tried tar in the generic part.
310 # Look for gnutar/gtar before invocation to avoid ugly error 310 # Look for gnutar/gtar before invocation to avoid ugly error
diff --git a/ltmain.sh b/ltmain.sh
index 06823e05..c715b594 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -43,7 +43,7 @@ EXIT_FAILURE=1
43 43
44PROGRAM=ltmain.sh 44PROGRAM=ltmain.sh
45PACKAGE=libtool 45PACKAGE=libtool
46VERSION=1.5.22 46VERSION="1.5.22 Debian 1.5.22-4"
47TIMESTAMP=" (1.1220.2.365 2005/12/18 22:14:06)" 47TIMESTAMP=" (1.1220.2.365 2005/12/18 22:14:06)"
48 48
49# See if we are running on zsh, and set the options which allow our 49# See if we are running on zsh, and set the options which allow our
@@ -2082,7 +2082,10 @@ EOF
2082 case $pass in 2082 case $pass in
2083 dlopen) libs="$dlfiles" ;; 2083 dlopen) libs="$dlfiles" ;;
2084 dlpreopen) libs="$dlprefiles" ;; 2084 dlpreopen) libs="$dlprefiles" ;;
2085 link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; 2085 link)
2086 libs="$deplibs %DEPLIBS%"
2087 test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
2088 ;;
2086 esac 2089 esac
2087 fi 2090 fi
2088 if test "$pass" = dlopen; then 2091 if test "$pass" = dlopen; then
@@ -3201,6 +3204,11 @@ EOF
3201 age="$number_minor" 3204 age="$number_minor"
3202 revision="$number_minor" 3205 revision="$number_minor"
3203 ;; 3206 ;;
3207 *)
3208 $echo "$modename: unknown library version type \`$version_type'" 1>&2
3209 $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2
3210 exit $EXIT_FAILURE
3211 ;;
3204 esac 3212 esac
3205 ;; 3213 ;;
3206 no) 3214 no)
diff --git a/mkinstalldirs b/mkinstalldirs
index 259dbfcd..6fbe5e11 100644
--- a/mkinstalldirs
+++ b/mkinstalldirs
@@ -1,7 +1,7 @@
1#! /bin/sh 1#! /bin/sh
2# mkinstalldirs --- make directory hierarchy 2# mkinstalldirs --- make directory hierarchy
3 3
4scriptversion=2005-06-29.22 4scriptversion=2004-02-15.20
5 5
6# Original author: Noah Friedman <friedman@prep.ai.mit.edu> 6# Original author: Noah Friedman <friedman@prep.ai.mit.edu>
7# Created: 1993-05-16 7# Created: 1993-05-16
@@ -12,7 +12,7 @@ scriptversion=2005-06-29.22
12# <automake-patches@gnu.org>. 12# <automake-patches@gnu.org>.
13 13
14errstatus=0 14errstatus=0
15dirmode= 15dirmode=""
16 16
17usage="\ 17usage="\
18Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... 18Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
@@ -27,7 +27,7 @@ while test $# -gt 0 ; do
27 case $1 in 27 case $1 in
28 -h | --help | --h*) # -h for help 28 -h | --help | --h*) # -h for help
29 echo "$usage" 29 echo "$usage"
30 exit $? 30 exit 0
31 ;; 31 ;;
32 -m) # -m PERM arg 32 -m) # -m PERM arg
33 shift 33 shift
@@ -37,7 +37,7 @@ while test $# -gt 0 ; do
37 ;; 37 ;;
38 --version) 38 --version)
39 echo "$0 $scriptversion" 39 echo "$0 $scriptversion"
40 exit $? 40 exit 0
41 ;; 41 ;;
42 --) # stop option processing 42 --) # stop option processing
43 shift 43 shift
@@ -103,21 +103,13 @@ esac
103 103
104for file 104for file
105do 105do
106 case $file in 106 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
107 /*) pathcomp=/ ;;
108 *) pathcomp= ;;
109 esac
110 oIFS=$IFS
111 IFS=/
112 set fnord $file
113 shift 107 shift
114 IFS=$oIFS
115 108
109 pathcomp=
116 for d 110 for d
117 do 111 do
118 test "x$d" = x && continue 112 pathcomp="$pathcomp$d"
119
120 pathcomp=$pathcomp$d
121 case $pathcomp in 113 case $pathcomp in
122 -*) pathcomp=./$pathcomp ;; 114 -*) pathcomp=./$pathcomp ;;
123 esac 115 esac
@@ -132,7 +124,7 @@ do
132 else 124 else
133 if test ! -z "$dirmode"; then 125 if test ! -z "$dirmode"; then
134 echo "chmod $dirmode $pathcomp" 126 echo "chmod $dirmode $pathcomp"
135 lasterr= 127 lasterr=""
136 chmod "$dirmode" "$pathcomp" || lasterr=$? 128 chmod "$dirmode" "$pathcomp" || lasterr=$?
137 129
138 if test ! -z "$lasterr"; then 130 if test ! -z "$lasterr"; then
@@ -142,7 +134,7 @@ do
142 fi 134 fi
143 fi 135 fi
144 136
145 pathcomp=$pathcomp/ 137 pathcomp="$pathcomp/"
146 done 138 done
147done 139done
148 140
diff --git a/src/plugins/fs/search.c b/src/plugins/fs/search.c
index fde09856..e7c1a63e 100644
--- a/src/plugins/fs/search.c
+++ b/src/plugins/fs/search.c
@@ -938,7 +938,9 @@ static void initiateDownload(GtkTreeModel * model,
938 NO, /* FIXME: isRecursive */ 938 NO, /* FIXME: isRecursive */
939 idc_uri, 939 idc_uri,
940 idc_meta, 940 idc_meta,
941 idc_final_download_destination); 941 idc_final_download_destination,
942 NULL,
943 NULL);
942 FREE(uri_name); 944 FREE(uri_name);
943 FREE(dirPath); 945 FREE(dirPath);
944 FREENONNULL(final_download_dir); 946 FREENONNULL(final_download_dir);
@@ -1023,7 +1025,9 @@ void on_statusDownloadURIEntry_editing_done_fs(GtkWidget * entry,
1023 NO, /* FIXME: isRecursive */ 1025 NO, /* FIXME: isRecursive */
1024 idc_uri, 1026 idc_uri,
1025 idc_meta, 1027 idc_meta,
1026 idc_final_download_destination); 1028 idc_final_download_destination,
1029 NULL,
1030 NULL);
1027 ECRS_freeMetaData(idc_meta); 1031 ECRS_freeMetaData(idc_meta);
1028 FREE(urid); 1032 FREE(urid);
1029} 1033}
@@ -1037,7 +1041,6 @@ void fs_download_update(struct DL * downloadContext,
1037 unsigned int val; 1041 unsigned int val;
1038 unsigned long long total; 1042 unsigned long long total;
1039 struct DL * p; 1043 struct DL * p;
1040 struct ECRS_MetaData * meta;
1041 1044
1042 DEBUG_BEGIN(); 1045 DEBUG_BEGIN();
1043 if (gtk_tree_model_get_iter_first(GTK_TREE_MODEL(download_summary), 1046 if (gtk_tree_model_get_iter_first(GTK_TREE_MODEL(download_summary),