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.