Merge lp:~clint-fewbar/ubuntu/maverick/libdbi/upstream-0.8.4 into lp:ubuntu/maverick/libdbi

Proposed by Clint Byrum
Status: Rejected
Rejected by: Martin Pitt
Proposed branch: lp:~clint-fewbar/ubuntu/maverick/libdbi/upstream-0.8.4
Merge into: lp:ubuntu/maverick/libdbi
Diff against target: 104941 lines (has conflicts)
Text conflict in ChangeLog
Text conflict in configure
Text conflict in configure.in
Text conflict in debian/changelog
Text conflict in debian/compat
Text conflict in debian/control
Text conflict in debian/libdbi-dev.links
Path conflict: debian/libdbi0-dev.docs / debian/libdbi-dev.docs
Path conflict: debian/libdbi0-dev.install / debian/libdbi-dev.install
Path conflict: debian/libdbi0-dev.links / debian/libdbi-dev.links
Path conflict: debian/libdbi0.docs / debian/libdbi1.docs
Path conflict: debian/libdbi0.shlibs / debian/libdbi1.shlibs
Text conflict in debian/libdbi1.shlibs
Text conflict in debian/rules
Text conflict in doc/driver-guide.pdf
Text conflict in doc/programmers-guide.pdf
Contents conflict in doc/programmers-guide/x278.html
To merge this branch: bzr merge lp:~clint-fewbar/ubuntu/maverick/libdbi/upstream-0.8.4
Reviewer Review Type Date Requested Status
Martin Pitt Disapprove
Review via email: mp+34365@code.launchpad.net

Description of the change

This imports v0.8.4, released today specifically to address the ABI breakage betwen 0.8.2 and 0.8.3 and nothing more.

There are a number of issues with the package that make an soname bump less smooth than it should. I believe the Breaks/Replaces on libdbi-dev will address these issues for upgrades.

Once this is uploaded, we need to address all of the rdepends by changing them to build-depend on libdbi-dev. See the linked bug for all of the source packages that need attention.

To post a comment you must log in.
Revision history for this message
Clint Byrum (clint-fewbar) wrote :

The conflicts listed are in large part because I pulled in the code from sid's 0.8.3-1 rather than 0.8.3-0ubuntu1.

This should really treated like a sync from debian's 0.8.3-1, then merging these changes. Unfortunately, I'm not sure how to tell bzr how to do that.

Revision history for this message
Martin Pitt (pitti) wrote :

Clint,

if this is a sync and a patch on top of that, I think it'd be much easier to just attach a debdiff against the sid version in the bug.

If you really want to use bzr, you could do a MP against the Debian branch instead of the Ubuntu branch (lp:debian/libdbi).

review: Disapprove

Unmerged revisions

7. By Clint Byrum

* debian/rules: move .a and .la files to -dev package
* debian/control: libdbi-dev breaks libdbi0, since archives are now in -dev

6. By Clint Byrum

* debian/control: new soname fixes ABI (LP: #625882)
  - renaming libdbi0-dev to libdbi-dev
  - renaming libdbi0 to libdbi1
  - Replaces/conflicts/provides libdbi0-dev for build-deps

5. By Clint Byrum

New upstream release.

4. By Thomas Goirand <email address hidden>

* New upstream release (Closes: #592447, #565562).
* Now using my email <email address hidden> on the maintainer field.
* Now depends on debhelper 7.
* Added some missing Depends: ${misc:Depends}.
* Now using Standards-Version 3.9.1.
* Added Vcs-Browser: URL where I'll keep the Debian package source.
* Added debian/source/format file, using 1.0 with autoreconf to avoid clean
  target head akes.
* Not using dh_clean -k but dh_prep in debian/rules.
* Removed the duplicate section fields.
* Reviewed a bit short and long descriptions.
* Now calls ./autogen.sh before ./configure, the package also
  Build-Depends on automake and libtool.
* In debian/rules, added rm -rf debian/libdbi0/usr/lib/pkgconfig in the
  install target.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'ChangeLog'
--- ChangeLog 2010-07-28 12:44:39 +0000
+++ ChangeLog 2010-09-01 23:26:43 +0000
@@ -1,3 +1,4 @@
1<<<<<<< TREE
12008-02-06 20:36 mhoenicka22008-02-06 20:36 mhoenicka
23
3 * NEWS, configure.in: updated for 0.8.34 * NEWS, configure.in: updated for 0.8.3
@@ -69,4 +70,56 @@
6970
70 * src/dbi_main.c: restore test for Verbosity before logging message71 * src/dbi_main.c: restore test for Verbosity before logging message
71 (reported by Balazs Scheidler)72 (reported by Balazs Scheidler)
73=======
742008-01-15 15:01 mhoenicka
75
76 * NEWS (1.6), doc/driver-guide.sgml (1.3), doc/example-program.sgml
77 (1.15), doc/libdbi-errorhandling.sgml (1.2),
78 doc/libdbi-reference.sgml (1.16): final touches for 0.8.3-pre1
79
802008-01-15 14:59 mhoenicka
81
82 * ChangeLog (1.22): shut up
83
842008-01-15 01:21 mhoenicka
85
86 * doc/libdbi-reference.sgml (1.15), include/dbi/dbi-dev.h (1.42),
87 include/dbi/dbi.h.in (1.2), src/dbd_helper.c (1.40), src/dbi_main.c
88 (1.78), src/dbi_result.c (1.46): overhauled error reporting;
89 dbi_conn_error_flags() is now deprecated, use the return value of
90 dbi_conn_error() instead; make sure error status is reset before
91 each dbi command
92
932008-01-15 01:18 mhoenicka
94
95 * doc/: Makefile.am (1.20), libdbi-errorhandling.sgml (1.1),
96 programmers-guide.sgml (1.13): added chapter about error handling
97
982008-01-15 01:15 mhoenicka
99
100 * configure.in (1.44): bumped up version number to 0.8.3-pre1
101
1022008-01-02 17:14 mhoenicka
103
104 * drivers/example/dbd_example.c (1.2): added safe_dlclose cap
105
1062008-01-01 01:12 mhoenicka
107
108 * doc/driver-guide.sgml (1.2): added driver cap info
109
1102008-01-01 01:11 mhoenicka
111
112 * src/dbi_main.c (1.77): added _safe_dlclose() to work around crash
113 on FreeBSD when using firebird
114
1152007-05-01 21:38 qu1j0t3
116
117 * ChangeLog (1.21), README (1.16), README.osx (1.4): minor doc
118 updates
119
1202007-04-30 14:40 qu1j0t3
121
122 * src/dbi_main.c (1.76): restore test for Verbosity before logging
123 message (reported by Balazs Scheidler)
124>>>>>>> MERGE-SOURCE
72125
73126
=== modified file 'Makefile.am'
--- Makefile.am 2007-11-26 05:53:13 +0000
+++ Makefile.am 2010-09-01 23:26:43 +0000
@@ -1,6 +1,7 @@
1## Process this file with automake to produce Makefile.in1## Process this file with automake to produce Makefile.in
22
3AUTOMAKE_OPTIONS = foreign dist-zip3AUTOMAKE_OPTIONS = foreign dist-zip
4ACLOCAL_AMFLAGS = -I m4
45
5SUBDIRS = src include @docs_subdirs@6SUBDIRS = src include @docs_subdirs@
67
78
=== modified file 'Makefile.in'
--- Makefile.in 2007-11-26 05:53:13 +0000
+++ Makefile.in 2010-09-01 23:26:43 +0000
@@ -1,8 +1,8 @@
1# Makefile.in generated by automake 1.9.6 from Makefile.am.1# Makefile.in generated by automake 1.10.1 from Makefile.am.
2# @configure_input@2# @configure_input@
33
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, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation6# 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.
@@ -13,15 +13,11 @@
13# PARTICULAR PURPOSE.13# PARTICULAR PURPOSE.
1414
15@SET_MAKE@15@SET_MAKE@
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@16VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@17pkgdatadir = $(datadir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@18pkglibdir = $(libdir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@19pkgincludedir = $(includedir)/@PACKAGE@
22top_builddir = .
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd20am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24INSTALL = @INSTALL@
25install_sh_DATA = $(install_sh) -c -m 64421install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c22install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c23install_sh_SCRIPT = $(install_sh) -c
@@ -35,18 +31,21 @@
35POST_UNINSTALL = :31POST_UNINSTALL = :
36build_triplet = @build@32build_triplet = @build@
37host_triplet = @host@33host_triplet = @host@
34subdir = .
38DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \35DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39 $(srcdir)/Makefile.in $(srcdir)/config.h.in \36 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40 $(srcdir)/libdbi.spec.in $(top_srcdir)/configure AUTHORS \37 $(srcdir)/libdbi.spec.in $(top_srcdir)/configure AUTHORS \
41 COPYING ChangeLog INSTALL NEWS TODO config.guess config.sub \38 COPYING ChangeLog INSTALL NEWS TODO config.guess config.sub \
42 depcomp install-sh ltmain.sh missing39 depcomp install-sh ltmain.sh missing
43subdir = .
44ACLOCAL_M4 = $(top_srcdir)/aclocal.m440ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45am__aclocal_m4_deps = $(top_srcdir)/configure.in41am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
42 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
43 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
44 $(top_srcdir)/configure.in
46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47 $(ACLOCAL_M4)46 $(ACLOCAL_M4)
48am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \47am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
49 configure.lineno configure.status.lineno48 configure.lineno config.status.lineno
50mkinstalldirs = $(install_sh) -d49mkinstalldirs = $(install_sh) -d
51CONFIG_HEADER = config.h50CONFIG_HEADER = config.h
52CONFIG_CLEAN_FILES = libdbi.spec51CONFIG_CLEAN_FILES = libdbi.spec
@@ -54,10 +53,13 @@
54DIST_SOURCES =53DIST_SOURCES =
55RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \54RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
56 html-recursive info-recursive install-data-recursive \55 html-recursive info-recursive install-data-recursive \
57 install-exec-recursive install-info-recursive \56 install-dvi-recursive install-exec-recursive \
58 install-recursive installcheck-recursive installdirs-recursive \57 install-html-recursive install-info-recursive \
59 pdf-recursive ps-recursive uninstall-info-recursive \58 install-pdf-recursive install-ps-recursive install-recursive \
60 uninstall-recursive59 installcheck-recursive installdirs-recursive pdf-recursive \
60 ps-recursive uninstall-recursive
61RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
62 distclean-recursive maintainer-clean-recursive
61ETAGS = etags63ETAGS = etags
62CTAGS = ctags64CTAGS = ctags
63DIST_SUBDIRS = $(SUBDIRS)65DIST_SUBDIRS = $(SUBDIRS)
@@ -73,8 +75,6 @@
73distuninstallcheck_listfiles = find . -type f -print75distuninstallcheck_listfiles = find . -type f -print
74distcleancheck_listfiles = find . -type f -print76distcleancheck_listfiles = find . -type f -print
75ACLOCAL = @ACLOCAL@77ACLOCAL = @ACLOCAL@
76AMDEP_FALSE = @AMDEP_FALSE@
77AMDEP_TRUE = @AMDEP_TRUE@
78AMTAR = @AMTAR@78AMTAR = @AMTAR@
79AR = @AR@79AR = @AR@
80AUTOCONF = @AUTOCONF@80AUTOCONF = @AUTOCONF@
@@ -86,26 +86,25 @@
86CFLAGS = @CFLAGS@86CFLAGS = @CFLAGS@
87CPP = @CPP@87CPP = @CPP@
88CPPFLAGS = @CPPFLAGS@88CPPFLAGS = @CPPFLAGS@
89CXX = @CXX@
90CXXCPP = @CXXCPP@
91CXXDEPMODE = @CXXDEPMODE@
92CXXFLAGS = @CXXFLAGS@
93CYGPATH_W = @CYGPATH_W@89CYGPATH_W = @CYGPATH_W@
94DEBUG = @DEBUG@90DEBUG = @DEBUG@
95DEFS = @DEFS@91DEFS = @DEFS@
96DEPDIR = @DEPDIR@92DEPDIR = @DEPDIR@
97ECHO = @ECHO@93DSYMUTIL = @DSYMUTIL@
94DUMPBIN = @DUMPBIN@
98ECHO_C = @ECHO_C@95ECHO_C = @ECHO_C@
99ECHO_N = @ECHO_N@96ECHO_N = @ECHO_N@
100ECHO_T = @ECHO_T@97ECHO_T = @ECHO_T@
101EGREP = @EGREP@98EGREP = @EGREP@
102EXEEXT = @EXEEXT@99EXEEXT = @EXEEXT@
103F77 = @F77@100FGREP = @FGREP@
104FFLAGS = @FFLAGS@101GREP = @GREP@
102INSTALL = @INSTALL@
105INSTALL_DATA = @INSTALL_DATA@103INSTALL_DATA = @INSTALL_DATA@
106INSTALL_PROGRAM = @INSTALL_PROGRAM@104INSTALL_PROGRAM = @INSTALL_PROGRAM@
107INSTALL_SCRIPT = @INSTALL_SCRIPT@105INSTALL_SCRIPT = @INSTALL_SCRIPT@
108INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@106INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
107LD = @LD@
109LDFLAGS = @LDFLAGS@108LDFLAGS = @LDFLAGS@
110LIBADD_DL = @LIBADD_DL@109LIBADD_DL = @LIBADD_DL@
111LIBOBJS = @LIBOBJS@110LIBOBJS = @LIBOBJS@
@@ -114,13 +113,18 @@
114LIB_AGE = @LIB_AGE@113LIB_AGE = @LIB_AGE@
115LIB_CURRENT = @LIB_CURRENT@114LIB_CURRENT = @LIB_CURRENT@
116LIB_REVISION = @LIB_REVISION@115LIB_REVISION = @LIB_REVISION@
116LIPO = @LIPO@
117LN_S = @LN_S@117LN_S = @LN_S@
118LTLIBOBJS = @LTLIBOBJS@118LTLIBOBJS = @LTLIBOBJS@
119MAINT = @MAINT@119MAINT = @MAINT@
120MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
121MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
122MAKEINFO = @MAKEINFO@120MAKEINFO = @MAKEINFO@
121MKDIR_P = @MKDIR_P@
122NM = @NM@
123NMEDIT = @NMEDIT@
124OBJDUMP = @OBJDUMP@
123OBJEXT = @OBJEXT@125OBJEXT = @OBJEXT@
126OTOOL = @OTOOL@
127OTOOL64 = @OTOOL64@
124PACKAGE = @PACKAGE@128PACKAGE = @PACKAGE@
125PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@129PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
126PACKAGE_NAME = @PACKAGE_NAME@130PACKAGE_NAME = @PACKAGE_NAME@
@@ -130,20 +134,17 @@
130PATH_SEPARATOR = @PATH_SEPARATOR@134PATH_SEPARATOR = @PATH_SEPARATOR@
131PROFILE = @PROFILE@135PROFILE = @PROFILE@
132RANLIB = @RANLIB@136RANLIB = @RANLIB@
137SED = @SED@
133SET_MAKE = @SET_MAKE@138SET_MAKE = @SET_MAKE@
134SHELL = @SHELL@139SHELL = @SHELL@
135STRIP = @STRIP@140STRIP = @STRIP@
136VERSION = @VERSION@141VERSION = @VERSION@
137ac_ct_AR = @ac_ct_AR@142abs_builddir = @abs_builddir@
143abs_srcdir = @abs_srcdir@
144abs_top_builddir = @abs_top_builddir@
145abs_top_srcdir = @abs_top_srcdir@
138ac_ct_CC = @ac_ct_CC@146ac_ct_CC = @ac_ct_CC@
139ac_ct_CXX = @ac_ct_CXX@147ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
140ac_ct_F77 = @ac_ct_F77@
141ac_ct_RANLIB = @ac_ct_RANLIB@
142ac_ct_STRIP = @ac_ct_STRIP@
143am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
144am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
145am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
146am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
147am__include = @am__include@148am__include = @am__include@
148am__leading_dot = @am__leading_dot@149am__leading_dot = @am__leading_dot@
149am__quote = @am__quote@150am__quote = @am__quote@
@@ -155,31 +156,45 @@
155build_cpu = @build_cpu@156build_cpu = @build_cpu@
156build_os = @build_os@157build_os = @build_os@
157build_vendor = @build_vendor@158build_vendor = @build_vendor@
159builddir = @builddir@
158datadir = @datadir@160datadir = @datadir@
161datarootdir = @datarootdir@
162docdir = @docdir@
159docs_subdirs = @docs_subdirs@163docs_subdirs = @docs_subdirs@
160driverdir = @driverdir@164driverdir = @driverdir@
165dvidir = @dvidir@
161exec_prefix = @exec_prefix@166exec_prefix = @exec_prefix@
162host = @host@167host = @host@
163host_alias = @host_alias@168host_alias = @host_alias@
164host_cpu = @host_cpu@169host_cpu = @host_cpu@
165host_os = @host_os@170host_os = @host_os@
166host_vendor = @host_vendor@171host_vendor = @host_vendor@
172htmldir = @htmldir@
167includedir = @includedir@173includedir = @includedir@
168infodir = @infodir@174infodir = @infodir@
169install_sh = @install_sh@175install_sh = @install_sh@
170libdir = @libdir@176libdir = @libdir@
171libexecdir = @libexecdir@177libexecdir = @libexecdir@
178localedir = @localedir@
172localstatedir = @localstatedir@179localstatedir = @localstatedir@
180lt_ECHO = @lt_ECHO@
173mandir = @mandir@181mandir = @mandir@
174mkdir_p = @mkdir_p@182mkdir_p = @mkdir_p@
175oldincludedir = @oldincludedir@183oldincludedir = @oldincludedir@
184pdfdir = @pdfdir@
176prefix = @prefix@185prefix = @prefix@
177program_transform_name = @program_transform_name@186program_transform_name = @program_transform_name@
187psdir = @psdir@
178sbindir = @sbindir@188sbindir = @sbindir@
179sharedstatedir = @sharedstatedir@189sharedstatedir = @sharedstatedir@
190srcdir = @srcdir@
180sysconfdir = @sysconfdir@191sysconfdir = @sysconfdir@
181target_alias = @target_alias@192target_alias = @target_alias@
193top_build_prefix = @top_build_prefix@
194top_builddir = @top_builddir@
195top_srcdir = @top_srcdir@
182AUTOMAKE_OPTIONS = foreign dist-zip196AUTOMAKE_OPTIONS = foreign dist-zip
197ACLOCAL_AMFLAGS = -I m4
183SUBDIRS = src include @docs_subdirs@198SUBDIRS = src include @docs_subdirs@
184EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README README.win32 README.osx TODO NEWS libdbi.spec.in config.h.in Makefile.w32 autogen.sh drivers/example/AUTHORS drivers/example/Makefile.am drivers/example/README drivers/example/TODO drivers/example/.cvsignore drivers/example/dbd_example.c drivers/example/dbd_example.h drivers/example/dbd_example.sgml199EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README README.win32 README.osx TODO NEWS libdbi.spec.in config.h.in Makefile.w32 autogen.sh drivers/example/AUTHORS drivers/example/Makefile.am drivers/example/README drivers/example/TODO drivers/example/.cvsignore drivers/example/dbd_example.c drivers/example/dbd_example.h drivers/example/dbd_example.sgml
185all: config.h200all: config.h
@@ -223,7 +238,7 @@
223config.h: stamp-h1238config.h: stamp-h1
224 @if test ! -f $@; then \239 @if test ! -f $@; then \
225 rm -f stamp-h1; \240 rm -f stamp-h1; \
226 $(MAKE) stamp-h1; \241 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
227 else :; fi242 else :; fi
228243
229stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status244stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
@@ -247,7 +262,6 @@
247262
248distclean-libtool:263distclean-libtool:
249 -rm -f libtool264 -rm -f libtool
250uninstall-info-am:
251265
252# This directory's subdirectories are mostly independent; you can cd266# This directory's subdirectories are mostly independent; you can cd
253# into them and run `make' without going through this Makefile.267# into them and run `make' without going through this Makefile.
@@ -280,8 +294,7 @@
280 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \294 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
281 fi; test -z "$$fail"295 fi; test -z "$$fail"
282296
283mostlyclean-recursive clean-recursive distclean-recursive \297$(RECURSIVE_CLEAN_TARGETS):
284maintainer-clean-recursive:
285 @failcom='exit 1'; \298 @failcom='exit 1'; \
286 for f in x $$MAKEFLAGS; do \299 for f in x $$MAKEFLAGS; do \
287 case $$f in \300 case $$f in \
@@ -325,8 +338,8 @@
325 unique=`for i in $$list; do \338 unique=`for i in $$list; do \
326 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \339 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
327 done | \340 done | \
328 $(AWK) ' { files[$$0] = 1; } \341 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
329 END { for (i in files) print i; }'`; \342 END { if (nonempty) { for (i in files) print i; }; }'`; \
330 mkid -fID $$unique343 mkid -fID $$unique
331tags: TAGS344tags: TAGS
332345
@@ -351,8 +364,8 @@
351 unique=`for i in $$list; do \364 unique=`for i in $$list; do \
352 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \365 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353 done | \366 done | \
354 $(AWK) ' { files[$$0] = 1; } \367 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
355 END { for (i in files) print i; }'`; \368 END { if (nonempty) { for (i in files) print i; }; }'`; \
356 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \369 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
357 test -n "$$unique" || unique=$$empty_fix; \370 test -n "$$unique" || unique=$$empty_fix; \
358 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \371 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
@@ -362,13 +375,12 @@
362CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \375CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
363 $(TAGS_FILES) $(LISP)376 $(TAGS_FILES) $(LISP)
364 tags=; \377 tags=; \
365 here=`pwd`; \
366 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \378 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
367 unique=`for i in $$list; do \379 unique=`for i in $$list; do \
368 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \380 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369 done | \381 done | \
370 $(AWK) ' { files[$$0] = 1; } \382 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
371 END { for (i in files) print i; }'`; \383 END { if (nonempty) { for (i in files) print i; }; }'`; \
372 test -z "$(CTAGS_ARGS)$$tags$$unique" \384 test -z "$(CTAGS_ARGS)$$tags$$unique" \
373 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \385 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
374 $$tags $$unique386 $$tags $$unique
@@ -383,24 +395,22 @@
383395
384distdir: $(DISTFILES)396distdir: $(DISTFILES)
385 $(am__remove_distdir)397 $(am__remove_distdir)
386 mkdir $(distdir)398 test -d $(distdir) || mkdir $(distdir)
387 $(mkdir_p) $(distdir)/. $(distdir)/drivers/example $(distdir)/include/dbi399 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
388 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \400 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
389 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \401 list='$(DISTFILES)'; \
390 list='$(DISTFILES)'; for file in $$list; do \402 dist_files=`for file in $$list; do echo $$file; done | \
391 case $$file in \403 sed -e "s|^$$srcdirstrip/||;t" \
392 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \404 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
393 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \405 case $$dist_files in \
394 esac; \406 */*) $(MKDIR_P) `echo "$$dist_files" | \
407 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
408 sort -u` ;; \
409 esac; \
410 for file in $$dist_files; do \
395 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \411 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
396 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
397 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
398 dir="/$$dir"; \
399 $(mkdir_p) "$(distdir)$$dir"; \
400 else \
401 dir=''; \
402 fi; \
403 if test -d $$d/$$file; then \412 if test -d $$d/$$file; then \
413 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
404 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \414 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
405 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \415 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
406 fi; \416 fi; \
@@ -414,7 +424,7 @@
414 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \424 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
415 if test "$$subdir" = .; then :; else \425 if test "$$subdir" = .; then :; else \
416 test -d "$(distdir)/$$subdir" \426 test -d "$(distdir)/$$subdir" \
417 || $(mkdir_p) "$(distdir)/$$subdir" \427 || $(MKDIR_P) "$(distdir)/$$subdir" \
418 || exit 1; \428 || exit 1; \
419 distdir=`$(am__cd) $(distdir) && pwd`; \429 distdir=`$(am__cd) $(distdir) && pwd`; \
420 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \430 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
@@ -422,6 +432,8 @@
422 $(MAKE) $(AM_MAKEFLAGS) \432 $(MAKE) $(AM_MAKEFLAGS) \
423 top_distdir="$$top_distdir" \433 top_distdir="$$top_distdir" \
424 distdir="$$distdir/$$subdir" \434 distdir="$$distdir/$$subdir" \
435 am__remove_distdir=: \
436 am__skip_length_check=: \
425 distdir) \437 distdir) \
426 || exit 1; \438 || exit 1; \
427 fi; \439 fi; \
@@ -429,7 +441,7 @@
429 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \441 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
430 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \442 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
431 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \443 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
432 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \444 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
433 || chmod -R a+r $(distdir)445 || chmod -R a+r $(distdir)
434dist-gzip: distdir446dist-gzip: distdir
435 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz447 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
@@ -439,6 +451,10 @@
439 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2451 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
440 $(am__remove_distdir)452 $(am__remove_distdir)
441453
454dist-lzma: distdir
455 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
456 $(am__remove_distdir)
457
442dist-tarZ: distdir458dist-tarZ: distdir
443 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z459 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
444 $(am__remove_distdir)460 $(am__remove_distdir)
@@ -466,6 +482,8 @@
466 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\482 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
467 *.tar.bz2*) \483 *.tar.bz2*) \
468 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\484 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
485 *.tar.lzma*) \
486 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
469 *.tar.Z*) \487 *.tar.Z*) \
470 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\488 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
471 *.shar.gz*) \489 *.shar.gz*) \
@@ -505,7 +523,7 @@
505 $(am__remove_distdir)523 $(am__remove_distdir)
506 @(echo "$(distdir) archives ready for distribution: "; \524 @(echo "$(distdir) archives ready for distribution: "; \
507 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \525 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
508 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'526 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
509distuninstallcheck:527distuninstallcheck:
510 @cd $(distuninstallcheck_dir) \528 @cd $(distuninstallcheck_dir) \
511 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \529 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
@@ -575,12 +593,20 @@
575593
576install-data-am:594install-data-am:
577595
596install-dvi: install-dvi-recursive
597
578install-exec-am:598install-exec-am:
579599
600install-html: install-html-recursive
601
580install-info: install-info-recursive602install-info: install-info-recursive
581603
582install-man:604install-man:
583605
606install-pdf: install-pdf-recursive
607
608install-ps: install-ps-recursive
609
584installcheck-am:610installcheck-am:
585611
586maintainer-clean: maintainer-clean-recursive612maintainer-clean: maintainer-clean-recursive
@@ -601,24 +627,26 @@
601627
602ps-am:628ps-am:
603629
604uninstall-am: uninstall-info-am630uninstall-am:
605631
606uninstall-info: uninstall-info-recursive632.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
607633 install-strip
608.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \634
609 check-am clean clean-generic clean-libtool clean-recursive \635.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
610 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \636 all all-am am--refresh check check-am clean clean-generic \
611 dist-shar dist-tarZ dist-zip distcheck distclean \637 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
612 distclean-generic distclean-hdr distclean-libtool \638 dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
613 distclean-recursive distclean-tags distcleancheck distdir \639 distclean distclean-generic distclean-hdr distclean-libtool \
614 distuninstallcheck dvi dvi-am html html-am info info-am \640 distclean-tags distcleancheck distdir distuninstallcheck dvi \
615 install install-am install-data install-data-am install-exec \641 dvi-am html html-am info info-am install install-am \
616 install-exec-am install-info install-info-am install-man \642 install-data install-data-am install-dvi install-dvi-am \
617 install-strip installcheck installcheck-am installdirs \643 install-exec install-exec-am install-html install-html-am \
618 installdirs-am maintainer-clean maintainer-clean-generic \644 install-info install-info-am install-man install-pdf \
619 maintainer-clean-recursive mostlyclean mostlyclean-generic \645 install-pdf-am install-ps install-ps-am install-strip \
620 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \646 installcheck installcheck-am installdirs installdirs-am \
621 tags tags-recursive uninstall uninstall-am uninstall-info-am647 maintainer-clean maintainer-clean-generic mostlyclean \
648 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
649 tags tags-recursive uninstall uninstall-am
622650
623651
624debug:652debug:
625653
=== modified file 'README'
--- README 2007-11-26 05:53:13 +0000
+++ README 2010-09-01 23:26:43 +0000
@@ -93,9 +93,9 @@
93Windows: 98, NT4, 2000, XP93Windows: 98, NT4, 2000, XP
94FreeBSD: 4.3 through 6.294FreeBSD: 4.3 through 6.2
95SunOS: 2.895SunOS: 2.8
96Solaris: 796Solaris: 7, 10
97AIX: 4.2, 4.3 and 5.197AIX: 4.2, 4.3 and 5.1
98OSX: 10.2-10.498OS X: 10.2-10.4.9
9999
100If you are using libdbi on a platform not listed here, please notify the100If you are using libdbi on a platform not listed here, please notify the
101mailing list! (see below)101mailing list! (see below)
@@ -155,5 +155,5 @@
155David A. Parker <david@neongoat.com>155David A. Parker <david@neongoat.com>
156Mark M. Tobenkin <mark@brentwoodradio.com>156Mark M. Tobenkin <mark@brentwoodradio.com>
157157
158$Id: README,v 1.15 2007/02/20 00:55:46 mhoenicka Exp $158$Id: README,v 1.16 2007/05/01 19:38:10 qu1j0t3 Exp $
159159
160160
=== modified file 'README.osx'
--- README.osx 2007-11-26 05:53:13 +0000
+++ README.osx 2010-09-01 23:26:43 +0000
@@ -4,17 +4,16 @@
4http://libdbi.sourceforge.net4http://libdbi.sourceforge.net
55
66
7OSX-SPECIFIC INSTALLATION INSTRUCTIONS:7OS X-SPECIFIC INSTALLATION INSTRUCTIONS:
8-------------------------------------------8----------------------------------------
9
10Building libdbi on OSX requires a little more typing compared to other
11Unixes. This is what you need to do:
129
13LIBTOOLIZE=glibtoolize ./autogen.sh10LIBTOOLIZE=glibtoolize ./autogen.sh
14./configure CFLAGS="-I/sw/include" LDFLAGS="-L/sw/lib" 11./configure
15make CFLAGS="-I/sw/include" LDFLAGS="-L/sw/lib" 12make
16sudo make install13sudo make install
1714
15If openjade is not available, add '--disable-docs' to configure's options.
16
1817
19MODIFICATIONS AND REDISTRIBUTION (LGPL):18MODIFICATIONS AND REDISTRIBUTION (LGPL):
20----------------------------------------19----------------------------------------
@@ -32,5 +31,5 @@
32See the file COPYING or http://www.gnu.org for more details.31See the file COPYING or http://www.gnu.org for more details.
3332
3433
35$Id: README.osx,v 1.3 2005/08/28 00:05:17 mhoenicka Exp $34$Id: README.osx,v 1.4 2007/05/01 19:38:10 qu1j0t3 Exp $
3635
3736
=== modified file 'aclocal.m4'
--- aclocal.m4 2007-11-26 05:53:13 +0000
+++ aclocal.m4 2010-09-01 23:26:43 +0000
@@ -1,7 +1,7 @@
1# generated automatically by aclocal 1.9.6 -*- Autoconf -*-1# generated automatically by aclocal 1.10.1 -*- Autoconf -*-
22
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# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5# This file is free software; the Free Software Foundation5# 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.
@@ -11,5972 +11,15 @@
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.12# PARTICULAR PURPOSE.
1313
14# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
15
16# serial 47 AC_PROG_LIBTOOL
17
18
19# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
20# -----------------------------------------------------------
21# If this macro is not defined by Autoconf, define it here.
22m4_ifdef([AC_PROVIDE_IFELSE],
23 [],
24 [m4_define([AC_PROVIDE_IFELSE],
25 [m4_ifdef([AC_PROVIDE_$1],
26 [$2], [$3])])])
27
28
29# AC_PROG_LIBTOOL
30# ---------------
31AC_DEFUN([AC_PROG_LIBTOOL],
32[AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
33dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
34dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
35 AC_PROVIDE_IFELSE([AC_PROG_CXX],
36 [AC_LIBTOOL_CXX],
37 [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
38 ])])
39dnl And a similar setup for Fortran 77 support
40 AC_PROVIDE_IFELSE([AC_PROG_F77],
41 [AC_LIBTOOL_F77],
42 [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
43])])
44
45dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly.
46dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run
47dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
48 AC_PROVIDE_IFELSE([AC_PROG_GCJ],
49 [AC_LIBTOOL_GCJ],
50 [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
51 [AC_LIBTOOL_GCJ],
52 [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
53 [AC_LIBTOOL_GCJ],
54 [ifdef([AC_PROG_GCJ],
55 [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
56 ifdef([A][M_PROG_GCJ],
57 [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
58 ifdef([LT_AC_PROG_GCJ],
59 [define([LT_AC_PROG_GCJ],
60 defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
61])])# AC_PROG_LIBTOOL
62
63
64# _AC_PROG_LIBTOOL
65# ----------------
66AC_DEFUN([_AC_PROG_LIBTOOL],
67[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
68AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
69AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
70AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
71
72# This can be used to rebuild libtool when needed
73LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
74
75# Always use our own libtool.
76LIBTOOL='$(SHELL) $(top_builddir)/libtool'
77AC_SUBST(LIBTOOL)dnl
78
79# Prevent multiple expansion
80define([AC_PROG_LIBTOOL], [])
81])# _AC_PROG_LIBTOOL
82
83
84# AC_LIBTOOL_SETUP
85# ----------------
86AC_DEFUN([AC_LIBTOOL_SETUP],
87[AC_PREREQ(2.50)dnl
88AC_REQUIRE([AC_ENABLE_SHARED])dnl
89AC_REQUIRE([AC_ENABLE_STATIC])dnl
90AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
91AC_REQUIRE([AC_CANONICAL_HOST])dnl
92AC_REQUIRE([AC_CANONICAL_BUILD])dnl
93AC_REQUIRE([AC_PROG_CC])dnl
94AC_REQUIRE([AC_PROG_LD])dnl
95AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
96AC_REQUIRE([AC_PROG_NM])dnl
97
98AC_REQUIRE([AC_PROG_LN_S])dnl
99AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
100# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
101AC_REQUIRE([AC_OBJEXT])dnl
102AC_REQUIRE([AC_EXEEXT])dnl
103dnl
104
105AC_LIBTOOL_SYS_MAX_CMD_LEN
106AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
107AC_LIBTOOL_OBJDIR
108
109AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
110_LT_AC_PROG_ECHO_BACKSLASH
111
112case $host_os in
113aix3*)
114 # AIX sometimes has problems with the GCC collect2 program. For some
115 # reason, if we set the COLLECT_NAMES environment variable, the problems
116 # vanish in a puff of smoke.
117 if test "X${COLLECT_NAMES+set}" != Xset; then
118 COLLECT_NAMES=
119 export COLLECT_NAMES
120 fi
121 ;;
122esac
123
124# Sed substitution that helps us do robust quoting. It backslashifies
125# metacharacters that are still active within double-quoted strings.
126Xsed='sed -e s/^X//'
127[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
128
129# Same as above, but do not quote variable references.
130[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
131
132# Sed substitution to delay expansion of an escaped shell variable in a
133# double_quote_subst'ed string.
134delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
135
136# Sed substitution to avoid accidental globbing in evaled expressions
137no_glob_subst='s/\*/\\\*/g'
138
139# Constants:
140rm="rm -f"
141
142# Global variables:
143default_ofile=libtool
144can_build_shared=yes
145
146# All known linkers require a `.a' archive for static linking (except M$VC,
147# which needs '.lib').
148libext=a
149ltmain="$ac_aux_dir/ltmain.sh"
150ofile="$default_ofile"
151with_gnu_ld="$lt_cv_prog_gnu_ld"
152
153AC_CHECK_TOOL(AR, ar, false)
154AC_CHECK_TOOL(RANLIB, ranlib, :)
155AC_CHECK_TOOL(STRIP, strip, :)
156
157old_CC="$CC"
158old_CFLAGS="$CFLAGS"
159
160# Set sane defaults for various variables
161test -z "$AR" && AR=ar
162test -z "$AR_FLAGS" && AR_FLAGS=cru
163test -z "$AS" && AS=as
164test -z "$CC" && CC=cc
165test -z "$LTCC" && LTCC=$CC
166test -z "$DLLTOOL" && DLLTOOL=dlltool
167test -z "$LD" && LD=ld
168test -z "$LN_S" && LN_S="ln -s"
169test -z "$MAGIC_CMD" && MAGIC_CMD=file
170test -z "$NM" && NM=nm
171test -z "$SED" && SED=sed
172test -z "$OBJDUMP" && OBJDUMP=objdump
173test -z "$RANLIB" && RANLIB=:
174test -z "$STRIP" && STRIP=:
175test -z "$ac_objext" && ac_objext=o
176
177# Determine commands to create old-style static archives.
178old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
179old_postinstall_cmds='chmod 644 $oldlib'
180old_postuninstall_cmds=
181
182if test -n "$RANLIB"; then
183 case $host_os in
184 openbsd*)
185 old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
186 ;;
187 *)
188 old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
189 ;;
190 esac
191 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
192fi
193
194cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
195
196# Only perform the check for file, if the check method requires it
197case $deplibs_check_method in
198file_magic*)
199 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
200 AC_PATH_MAGIC
201 fi
202 ;;
203esac
204
205AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
206AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
207enable_win32_dll=yes, enable_win32_dll=no)
208
209AC_ARG_ENABLE([libtool-lock],
210 [AC_HELP_STRING([--disable-libtool-lock],
211 [avoid locking (might break parallel builds)])])
212test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
213
214AC_ARG_WITH([pic],
215 [AC_HELP_STRING([--with-pic],
216 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
217 [pic_mode="$withval"],
218 [pic_mode=default])
219test -z "$pic_mode" && pic_mode=default
220
221# Use C for the default configuration in the libtool script
222tagname=
223AC_LIBTOOL_LANG_C_CONFIG
224_LT_AC_TAGCONFIG
225])# AC_LIBTOOL_SETUP
226
227
228# _LT_AC_SYS_COMPILER
229# -------------------
230AC_DEFUN([_LT_AC_SYS_COMPILER],
231[AC_REQUIRE([AC_PROG_CC])dnl
232
233# If no C compiler was specified, use CC.
234LTCC=${LTCC-"$CC"}
235
236# Allow CC to be a program name with arguments.
237compiler=$CC
238])# _LT_AC_SYS_COMPILER
239
240
241# _LT_AC_SYS_LIBPATH_AIX
242# ----------------------
243# Links a minimal program and checks the executable
244# for the system default hardcoded library path. In most cases,
245# this is /usr/lib:/lib, but when the MPI compilers are used
246# the location of the communication and MPI libs are included too.
247# If we don't find anything, use the default library path according
248# to the aix ld manual.
249AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX],
250[AC_LINK_IFELSE(AC_LANG_PROGRAM,[
251aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
252}'`
253# Check for a 64-bit object if we didn't find anything.
254if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
255}'`; fi],[])
256if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
257])# _LT_AC_SYS_LIBPATH_AIX
258
259
260# _LT_AC_SHELL_INIT(ARG)
261# ----------------------
262AC_DEFUN([_LT_AC_SHELL_INIT],
263[ifdef([AC_DIVERSION_NOTICE],
264 [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
265 [AC_DIVERT_PUSH(NOTICE)])
266$1
267AC_DIVERT_POP
268])# _LT_AC_SHELL_INIT
269
270
271# _LT_AC_PROG_ECHO_BACKSLASH
272# --------------------------
273# Add some code to the start of the generated configure script which
274# will find an echo command which doesn't interpret backslashes.
275AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH],
276[_LT_AC_SHELL_INIT([
277# Check that we are running under the correct shell.
278SHELL=${CONFIG_SHELL-/bin/sh}
279
280case X$ECHO in
281X*--fallback-echo)
282 # Remove one level of quotation (which was required for Make).
283 ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
284 ;;
285esac
286
287echo=${ECHO-echo}
288if test "X[$]1" = X--no-reexec; then
289 # Discard the --no-reexec flag, and continue.
290 shift
291elif test "X[$]1" = X--fallback-echo; then
292 # Avoid inline document here, it may be left over
293 :
294elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
295 # Yippee, $echo works!
296 :
297else
298 # Restart under the correct shell.
299 exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
300fi
301
302if test "X[$]1" = X--fallback-echo; then
303 # used as fallback echo
304 shift
305 cat <<EOF
306[$]*
307EOF
308 exit 0
309fi
310
311# The HP-UX ksh and POSIX shell print the target directory to stdout
312# if CDPATH is set.
313(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
314
315if test -z "$ECHO"; then
316if test "X${echo_test_string+set}" != Xset; then
317# find a string as large as possible, as long as the shell can cope with it
318 for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
319 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
320 if (echo_test_string="`eval $cmd`") 2>/dev/null &&
321 echo_test_string="`eval $cmd`" &&
322 (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
323 then
324 break
325 fi
326 done
327fi
328
329if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
330 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
331 test "X$echo_testing_string" = "X$echo_test_string"; then
332 :
333else
334 # The Solaris, AIX, and Digital Unix default echo programs unquote
335 # backslashes. This makes it impossible to quote backslashes using
336 # echo "$something" | sed 's/\\/\\\\/g'
337 #
338 # So, first we look for a working echo in the user's PATH.
339
340 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
341 for dir in $PATH /usr/ucb; do
342 IFS="$lt_save_ifs"
343 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
344 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
345 echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
346 test "X$echo_testing_string" = "X$echo_test_string"; then
347 echo="$dir/echo"
348 break
349 fi
350 done
351 IFS="$lt_save_ifs"
352
353 if test "X$echo" = Xecho; then
354 # We didn't find a better echo, so look for alternatives.
355 if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
356 echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
357 test "X$echo_testing_string" = "X$echo_test_string"; then
358 # This shell has a builtin print -r that does the trick.
359 echo='print -r'
360 elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
361 test "X$CONFIG_SHELL" != X/bin/ksh; then
362 # If we have ksh, try running configure again with it.
363 ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
364 export ORIGINAL_CONFIG_SHELL
365 CONFIG_SHELL=/bin/ksh
366 export CONFIG_SHELL
367 exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
368 else
369 # Try using printf.
370 echo='printf %s\n'
371 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
372 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
373 test "X$echo_testing_string" = "X$echo_test_string"; then
374 # Cool, printf works
375 :
376 elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
377 test "X$echo_testing_string" = 'X\t' &&
378 echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
379 test "X$echo_testing_string" = "X$echo_test_string"; then
380 CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
381 export CONFIG_SHELL
382 SHELL="$CONFIG_SHELL"
383 export SHELL
384 echo="$CONFIG_SHELL [$]0 --fallback-echo"
385 elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
386 test "X$echo_testing_string" = 'X\t' &&
387 echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
388 test "X$echo_testing_string" = "X$echo_test_string"; then
389 echo="$CONFIG_SHELL [$]0 --fallback-echo"
390 else
391 # maybe with a smaller string...
392 prev=:
393
394 for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
395 if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
396 then
397 break
398 fi
399 prev="$cmd"
400 done
401
402 if test "$prev" != 'sed 50q "[$]0"'; then
403 echo_test_string=`eval $prev`
404 export echo_test_string
405 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
406 else
407 # Oops. We lost completely, so just stick with echo.
408 echo=echo
409 fi
410 fi
411 fi
412 fi
413fi
414fi
415
416# Copy echo and quote the copy suitably for passing to libtool from
417# the Makefile, instead of quoting the original, which is used later.
418ECHO=$echo
419if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
420 ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
421fi
422
423AC_SUBST(ECHO)
424])])# _LT_AC_PROG_ECHO_BACKSLASH
425
426
427# _LT_AC_LOCK
428# -----------
429AC_DEFUN([_LT_AC_LOCK],
430[AC_ARG_ENABLE([libtool-lock],
431 [AC_HELP_STRING([--disable-libtool-lock],
432 [avoid locking (might break parallel builds)])])
433test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
434
435# Some flags need to be propagated to the compiler or linker for good
436# libtool support.
437case $host in
438ia64-*-hpux*)
439 # Find out which ABI we are using.
440 echo 'int i;' > conftest.$ac_ext
441 if AC_TRY_EVAL(ac_compile); then
442 case `/usr/bin/file conftest.$ac_objext` in
443 *ELF-32*)
444 HPUX_IA64_MODE="32"
445 ;;
446 *ELF-64*)
447 HPUX_IA64_MODE="64"
448 ;;
449 esac
450 fi
451 rm -rf conftest*
452 ;;
453*-*-irix6*)
454 # Find out which ABI we are using.
455 echo '[#]line __oline__ "configure"' > conftest.$ac_ext
456 if AC_TRY_EVAL(ac_compile); then
457 if test "$lt_cv_prog_gnu_ld" = yes; then
458 case `/usr/bin/file conftest.$ac_objext` in
459 *32-bit*)
460 LD="${LD-ld} -melf32bsmip"
461 ;;
462 *N32*)
463 LD="${LD-ld} -melf32bmipn32"
464 ;;
465 *64-bit*)
466 LD="${LD-ld} -melf64bmip"
467 ;;
468 esac
469 else
470 case `/usr/bin/file conftest.$ac_objext` in
471 *32-bit*)
472 LD="${LD-ld} -32"
473 ;;
474 *N32*)
475 LD="${LD-ld} -n32"
476 ;;
477 *64-bit*)
478 LD="${LD-ld} -64"
479 ;;
480 esac
481 fi
482 fi
483 rm -rf conftest*
484 ;;
485
486x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
487 # Find out which ABI we are using.
488 echo 'int i;' > conftest.$ac_ext
489 if AC_TRY_EVAL(ac_compile); then
490 case "`/usr/bin/file conftest.o`" in
491 *32-bit*)
492 case $host in
493 x86_64-*linux*)
494 LD="${LD-ld} -m elf_i386"
495 ;;
496 ppc64-*linux*|powerpc64-*linux*)
497 LD="${LD-ld} -m elf32ppclinux"
498 ;;
499 s390x-*linux*)
500 LD="${LD-ld} -m elf_s390"
501 ;;
502 sparc64-*linux*)
503 LD="${LD-ld} -m elf32_sparc"
504 ;;
505 esac
506 ;;
507 *64-bit*)
508 case $host in
509 x86_64-*linux*)
510 LD="${LD-ld} -m elf_x86_64"
511 ;;
512 ppc*-*linux*|powerpc*-*linux*)
513 LD="${LD-ld} -m elf64ppc"
514 ;;
515 s390*-*linux*)
516 LD="${LD-ld} -m elf64_s390"
517 ;;
518 sparc*-*linux*)
519 LD="${LD-ld} -m elf64_sparc"
520 ;;
521 esac
522 ;;
523 esac
524 fi
525 rm -rf conftest*
526 ;;
527
528*-*-sco3.2v5*)
529 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
530 SAVE_CFLAGS="$CFLAGS"
531 CFLAGS="$CFLAGS -belf"
532 AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
533 [AC_LANG_PUSH(C)
534 AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
535 AC_LANG_POP])
536 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
537 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
538 CFLAGS="$SAVE_CFLAGS"
539 fi
540 ;;
541AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
542[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
543 AC_CHECK_TOOL(DLLTOOL, dlltool, false)
544 AC_CHECK_TOOL(AS, as, false)
545 AC_CHECK_TOOL(OBJDUMP, objdump, false)
546 ;;
547 ])
548esac
549
550need_locks="$enable_libtool_lock"
551
552])# _LT_AC_LOCK
553
554
555# AC_LIBTOOL_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
556# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
557# ----------------------------------------------------------------
558# Check whether the given compiler option works
559AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION],
560[AC_REQUIRE([LT_AC_PROG_SED])
561AC_CACHE_CHECK([$1], [$2],
562 [$2=no
563 ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
564 printf "$lt_simple_compile_test_code" > conftest.$ac_ext
565 lt_compiler_flag="$3"
566 # Insert the option either (1) after the last *FLAGS variable, or
567 # (2) before a word containing "conftest.", or (3) at the end.
568 # Note that $ac_compile itself does not contain backslashes and begins
569 # with a dollar sign (not a hyphen), so the echo should work correctly.
570 # The option is referenced via a variable to avoid confusing sed.
571 lt_compile=`echo "$ac_compile" | $SED \
572 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
573 -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
574 -e 's:$: $lt_compiler_flag:'`
575 (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
576 (eval "$lt_compile" 2>conftest.err)
577 ac_status=$?
578 cat conftest.err >&AS_MESSAGE_LOG_FD
579 echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
580 if (exit $ac_status) && test -s "$ac_outfile"; then
581 # The compiler can only warn and ignore the option if not recognized
582 # So say no if there are warnings
583 if test ! -s conftest.err; then
584 $2=yes
585 fi
586 fi
587 $rm conftest*
588])
589
590if test x"[$]$2" = xyes; then
591 ifelse([$5], , :, [$5])
592else
593 ifelse([$6], , :, [$6])
594fi
595])# AC_LIBTOOL_COMPILER_OPTION
596
597
598# AC_LIBTOOL_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
599# [ACTION-SUCCESS], [ACTION-FAILURE])
600# ------------------------------------------------------------
601# Check whether the given compiler option works
602AC_DEFUN([AC_LIBTOOL_LINKER_OPTION],
603[AC_CACHE_CHECK([$1], [$2],
604 [$2=no
605 save_LDFLAGS="$LDFLAGS"
606 LDFLAGS="$LDFLAGS $3"
607 printf "$lt_simple_link_test_code" > conftest.$ac_ext
608 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
609 # The compiler can only warn and ignore the option if not recognized
610 # So say no if there are warnings
611 if test -s conftest.err; then
612 # Append any errors to the config.log.
613 cat conftest.err 1>&AS_MESSAGE_LOG_FD
614 else
615 $2=yes
616 fi
617 fi
618 $rm conftest*
619 LDFLAGS="$save_LDFLAGS"
620])
621
622if test x"[$]$2" = xyes; then
623 ifelse([$4], , :, [$4])
624else
625 ifelse([$5], , :, [$5])
626fi
627])# AC_LIBTOOL_LINKER_OPTION
628
629
630# AC_LIBTOOL_SYS_MAX_CMD_LEN
631# --------------------------
632AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN],
633[# find the maximum length of command line arguments
634AC_MSG_CHECKING([the maximum length of command line arguments])
635AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
636 i=0
637 teststring="ABCD"
638
639 case $build_os in
640 msdosdjgpp*)
641 # On DJGPP, this test can blow up pretty badly due to problems in libc
642 # (any single argument exceeding 2000 bytes causes a buffer overrun
643 # during glob expansion). Even if it were fixed, the result of this
644 # check would be larger than it should be.
645 lt_cv_sys_max_cmd_len=12288; # 12K is about right
646 ;;
647
648 gnu*)
649 # Under GNU Hurd, this test is not required because there is
650 # no limit to the length of command line arguments.
651 # Libtool will interpret -1 as no limit whatsoever
652 lt_cv_sys_max_cmd_len=-1;
653 ;;
654
655 cygwin* | mingw*)
656 # On Win9x/ME, this test blows up -- it succeeds, but takes
657 # about 5 minutes as the teststring grows exponentially.
658 # Worse, since 9x/ME are not pre-emptively multitasking,
659 # you end up with a "frozen" computer, even though with patience
660 # the test eventually succeeds (with a max line length of 256k).
661 # Instead, let's just punt: use the minimum linelength reported by
662 # all of the supported platforms: 8192 (on NT/2K/XP).
663 lt_cv_sys_max_cmd_len=8192;
664 ;;
665
666 amigaos*)
667 # On AmigaOS with pdksh, this test takes hours, literally.
668 # So we just punt and use a minimum line length of 8192.
669 lt_cv_sys_max_cmd_len=8192;
670 ;;
671
672 netbsd* | freebsd* | openbsd* | darwin* )
673 # This has been around since 386BSD, at least. Likely further.
674 if test -x /sbin/sysctl; then
675 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
676 elif test -x /usr/sbin/sysctl; then
677 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
678 else
679 lt_cv_sys_max_cmd_len=65536 # usable default for *BSD
680 fi
681 # And add a safety zone
682 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
683 ;;
684
685 *)
686 # If test is not a shell built-in, we'll probably end up computing a
687 # maximum length that is only half of the actual maximum length, but
688 # we can't tell.
689 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
690 while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
691 = "XX$teststring") >/dev/null 2>&1 &&
692 new_result=`expr "X$teststring" : ".*" 2>&1` &&
693 lt_cv_sys_max_cmd_len=$new_result &&
694 test $i != 17 # 1/2 MB should be enough
695 do
696 i=`expr $i + 1`
697 teststring=$teststring$teststring
698 done
699 teststring=
700 # Add a significant safety factor because C++ compilers can tack on massive
701 # amounts of additional arguments before passing them to the linker.
702 # It appears as though 1/2 is a usable value.
703 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
704 ;;
705 esac
706])
707if test -n $lt_cv_sys_max_cmd_len ; then
708 AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
709else
710 AC_MSG_RESULT(none)
711fi
712])# AC_LIBTOOL_SYS_MAX_CMD_LEN
713
714
715# _LT_AC_CHECK_DLFCN
716# --------------------
717AC_DEFUN([_LT_AC_CHECK_DLFCN],
718[AC_CHECK_HEADERS(dlfcn.h)dnl
719])# _LT_AC_CHECK_DLFCN
720
721
722# _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
723# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
724# ------------------------------------------------------------------
725AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],
726[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
727if test "$cross_compiling" = yes; then :
728 [$4]
729else
730 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
731 lt_status=$lt_dlunknown
732 cat > conftest.$ac_ext <<EOF
733[#line __oline__ "configure"
734#include "confdefs.h"
735
736#if HAVE_DLFCN_H
737#include <dlfcn.h>
738#endif
739
740#include <stdio.h>
741
742#ifdef RTLD_GLOBAL
743# define LT_DLGLOBAL RTLD_GLOBAL
744#else
745# ifdef DL_GLOBAL
746# define LT_DLGLOBAL DL_GLOBAL
747# else
748# define LT_DLGLOBAL 0
749# endif
750#endif
751
752/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
753 find out it does not work in some platform. */
754#ifndef LT_DLLAZY_OR_NOW
755# ifdef RTLD_LAZY
756# define LT_DLLAZY_OR_NOW RTLD_LAZY
757# else
758# ifdef DL_LAZY
759# define LT_DLLAZY_OR_NOW DL_LAZY
760# else
761# ifdef RTLD_NOW
762# define LT_DLLAZY_OR_NOW RTLD_NOW
763# else
764# ifdef DL_NOW
765# define LT_DLLAZY_OR_NOW DL_NOW
766# else
767# define LT_DLLAZY_OR_NOW 0
768# endif
769# endif
770# endif
771# endif
772#endif
773
774#ifdef __cplusplus
775extern "C" void exit (int);
776#endif
777
778void fnord() { int i=42;}
779int main ()
780{
781 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
782 int status = $lt_dlunknown;
783
784 if (self)
785 {
786 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
787 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
788 /* dlclose (self); */
789 }
790
791 exit (status);
792}]
793EOF
794 if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
795 (./conftest; exit; ) 2>/dev/null
796 lt_status=$?
797 case x$lt_status in
798 x$lt_dlno_uscore) $1 ;;
799 x$lt_dlneed_uscore) $2 ;;
800 x$lt_unknown|x*) $3 ;;
801 esac
802 else :
803 # compilation failed
804 $3
805 fi
806fi
807rm -fr conftest*
808])# _LT_AC_TRY_DLOPEN_SELF
809
810
811# AC_LIBTOOL_DLOPEN_SELF
812# -------------------
813AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],
814[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
815if test "x$enable_dlopen" != xyes; then
816 enable_dlopen=unknown
817 enable_dlopen_self=unknown
818 enable_dlopen_self_static=unknown
819else
820 lt_cv_dlopen=no
821 lt_cv_dlopen_libs=
822
823 case $host_os in
824 beos*)
825 lt_cv_dlopen="load_add_on"
826 lt_cv_dlopen_libs=
827 lt_cv_dlopen_self=yes
828 ;;
829
830 mingw* | pw32*)
831 lt_cv_dlopen="LoadLibrary"
832 lt_cv_dlopen_libs=
833 ;;
834
835 cygwin*)
836 lt_cv_dlopen="dlopen"
837 lt_cv_dlopen_libs=
838 ;;
839
840 darwin*)
841 # if libdl is installed we need to link against it
842 AC_CHECK_LIB([dl], [dlopen],
843 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
844 lt_cv_dlopen="dyld"
845 lt_cv_dlopen_libs=
846 lt_cv_dlopen_self=yes
847 ])
848 ;;
849
850 *)
851 AC_CHECK_FUNC([shl_load],
852 [lt_cv_dlopen="shl_load"],
853 [AC_CHECK_LIB([dld], [shl_load],
854 [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
855 [AC_CHECK_FUNC([dlopen],
856 [lt_cv_dlopen="dlopen"],
857 [AC_CHECK_LIB([dl], [dlopen],
858 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
859 [AC_CHECK_LIB([svld], [dlopen],
860 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
861 [AC_CHECK_LIB([dld], [dld_link],
862 [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
863 ])
864 ])
865 ])
866 ])
867 ])
868 ;;
869 esac
870
871 if test "x$lt_cv_dlopen" != xno; then
872 enable_dlopen=yes
873 else
874 enable_dlopen=no
875 fi
876
877 case $lt_cv_dlopen in
878 dlopen)
879 save_CPPFLAGS="$CPPFLAGS"
880 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
881
882 save_LDFLAGS="$LDFLAGS"
883 eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
884
885 save_LIBS="$LIBS"
886 LIBS="$lt_cv_dlopen_libs $LIBS"
887
888 AC_CACHE_CHECK([whether a program can dlopen itself],
889 lt_cv_dlopen_self, [dnl
890 _LT_AC_TRY_DLOPEN_SELF(
891 lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
892 lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
893 ])
894
895 if test "x$lt_cv_dlopen_self" = xyes; then
896 LDFLAGS="$LDFLAGS $link_static_flag"
897 AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
898 lt_cv_dlopen_self_static, [dnl
899 _LT_AC_TRY_DLOPEN_SELF(
900 lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
901 lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross)
902 ])
903 fi
904
905 CPPFLAGS="$save_CPPFLAGS"
906 LDFLAGS="$save_LDFLAGS"
907 LIBS="$save_LIBS"
908 ;;
909 esac
910
911 case $lt_cv_dlopen_self in
912 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
913 *) enable_dlopen_self=unknown ;;
914 esac
915
916 case $lt_cv_dlopen_self_static in
917 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
918 *) enable_dlopen_self_static=unknown ;;
919 esac
920fi
921])# AC_LIBTOOL_DLOPEN_SELF
922
923
924# AC_LIBTOOL_PROG_CC_C_O([TAGNAME])
925# ---------------------------------
926# Check to see if options -c and -o are simultaneously supported by compiler
927AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O],
928[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
929AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
930 [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
931 [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
932 $rm -r conftest 2>/dev/null
933 mkdir conftest
934 cd conftest
935 mkdir out
936 printf "$lt_simple_compile_test_code" > conftest.$ac_ext
937
938 lt_compiler_flag="-o out/conftest2.$ac_objext"
939 # Insert the option either (1) after the last *FLAGS variable, or
940 # (2) before a word containing "conftest.", or (3) at the end.
941 # Note that $ac_compile itself does not contain backslashes and begins
942 # with a dollar sign (not a hyphen), so the echo should work correctly.
943 lt_compile=`echo "$ac_compile" | $SED \
944 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
945 -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
946 -e 's:$: $lt_compiler_flag:'`
947 (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
948 (eval "$lt_compile" 2>out/conftest.err)
949 ac_status=$?
950 cat out/conftest.err >&AS_MESSAGE_LOG_FD
951 echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
952 if (exit $ac_status) && test -s out/conftest2.$ac_objext
953 then
954 # The compiler can only warn and ignore the option if not recognized
955 # So say no if there are warnings
956 if test ! -s out/conftest.err; then
957 _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
958 fi
959 fi
960 chmod u+w .
961 $rm conftest*
962 # SGI C++ compiler will create directory out/ii_files/ for
963 # template instantiation
964 test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
965 $rm out/* && rmdir out
966 cd ..
967 rmdir conftest
968 $rm conftest*
969])
970])# AC_LIBTOOL_PROG_CC_C_O
971
972
973# AC_LIBTOOL_SYS_HARD_LINK_LOCKS([TAGNAME])
974# -----------------------------------------
975# Check to see if we can do hard links to lock some files if needed
976AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS],
977[AC_REQUIRE([_LT_AC_LOCK])dnl
978
979hard_links="nottested"
980if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
981 # do not overwrite the value of need_locks provided by the user
982 AC_MSG_CHECKING([if we can lock with hard links])
983 hard_links=yes
984 $rm conftest*
985 ln conftest.a conftest.b 2>/dev/null && hard_links=no
986 touch conftest.a
987 ln conftest.a conftest.b 2>&5 || hard_links=no
988 ln conftest.a conftest.b 2>/dev/null && hard_links=no
989 AC_MSG_RESULT([$hard_links])
990 if test "$hard_links" = no; then
991 AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
992 need_locks=warn
993 fi
994else
995 need_locks=no
996fi
997])# AC_LIBTOOL_SYS_HARD_LINK_LOCKS
998
999
1000# AC_LIBTOOL_OBJDIR
1001# -----------------
1002AC_DEFUN([AC_LIBTOOL_OBJDIR],
1003[AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
1004[rm -f .libs 2>/dev/null
1005mkdir .libs 2>/dev/null
1006if test -d .libs; then
1007 lt_cv_objdir=.libs
1008else
1009 # MS-DOS does not allow filenames that begin with a dot.
1010 lt_cv_objdir=_libs
1011fi
1012rmdir .libs 2>/dev/null])
1013objdir=$lt_cv_objdir
1014])# AC_LIBTOOL_OBJDIR
1015
1016
1017# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([TAGNAME])
1018# ----------------------------------------------
1019# Check hardcoding attributes.
1020AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH],
1021[AC_MSG_CHECKING([how to hardcode library paths into programs])
1022_LT_AC_TAGVAR(hardcode_action, $1)=
1023if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
1024 test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
1025 test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
1026
1027 # We can hardcode non-existant directories.
1028 if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
1029 # If the only mechanism to avoid hardcoding is shlibpath_var, we
1030 # have to relink, otherwise we might link with an installed library
1031 # when we should be linking with a yet-to-be-installed one
1032 ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
1033 test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
1034 # Linking always hardcodes the temporary library directory.
1035 _LT_AC_TAGVAR(hardcode_action, $1)=relink
1036 else
1037 # We can link without hardcoding, and we can hardcode nonexisting dirs.
1038 _LT_AC_TAGVAR(hardcode_action, $1)=immediate
1039 fi
1040else
1041 # We cannot hardcode anything, or else we can only hardcode existing
1042 # directories.
1043 _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
1044fi
1045AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
1046
1047if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
1048 # Fast installation is not supported
1049 enable_fast_install=no
1050elif test "$shlibpath_overrides_runpath" = yes ||
1051 test "$enable_shared" = no; then
1052 # Fast installation is not necessary
1053 enable_fast_install=needless
1054fi
1055])# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH
1056
1057
1058# AC_LIBTOOL_SYS_LIB_STRIP
1059# ------------------------
1060AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP],
1061[striplib=
1062old_striplib=
1063AC_MSG_CHECKING([whether stripping libraries is possible])
1064if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
1065 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1066 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
1067 AC_MSG_RESULT([yes])
1068else
1069# FIXME - insert some real tests, host_os isn't really good enough
1070 case $host_os in
1071 darwin*)
1072 if test -n "$STRIP" ; then
1073 striplib="$STRIP -x"
1074 AC_MSG_RESULT([yes])
1075 else
1076 AC_MSG_RESULT([no])
1077fi
1078 ;;
1079 *)
1080 AC_MSG_RESULT([no])
1081 ;;
1082 esac
1083fi
1084])# AC_LIBTOOL_SYS_LIB_STRIP
1085
1086
1087# AC_LIBTOOL_SYS_DYNAMIC_LINKER
1088# -----------------------------
1089# PORTME Fill in your ld.so characteristics
1090AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER],
1091[AC_MSG_CHECKING([dynamic linker characteristics])
1092library_names_spec=
1093libname_spec='lib$name'
1094soname_spec=
1095shrext_cmds=".so"
1096postinstall_cmds=
1097postuninstall_cmds=
1098finish_cmds=
1099finish_eval=
1100shlibpath_var=
1101shlibpath_overrides_runpath=unknown
1102version_type=none
1103dynamic_linker="$host_os ld.so"
1104sys_lib_dlsearch_path_spec="/lib /usr/lib"
1105if test "$GCC" = yes; then
1106 sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1107 if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
1108 # if the path contains ";" then we assume it to be the separator
1109 # otherwise default to the standard path separator (i.e. ":") - it is
1110 # assumed that no part of a normal pathname contains ";" but that should
1111 # okay in the real world where ";" in dirpaths is itself problematic.
1112 sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1113 else
1114 sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
1115 fi
1116else
1117 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
1118fi
1119need_lib_prefix=unknown
1120hardcode_into_libs=no
1121
1122# when you set need_version to no, make sure it does not cause -set_version
1123# flags to be left without arguments
1124need_version=unknown
1125
1126case $host_os in
1127aix3*)
1128 version_type=linux
1129 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
1130 shlibpath_var=LIBPATH
1131
1132 # AIX 3 has no versioning support, so we append a major version to the name.
1133 soname_spec='${libname}${release}${shared_ext}$major'
1134 ;;
1135
1136aix4* | aix5*)
1137 version_type=linux
1138 need_lib_prefix=no
1139 need_version=no
1140 hardcode_into_libs=yes
1141 if test "$host_cpu" = ia64; then
1142 # AIX 5 supports IA64
1143 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
1144 shlibpath_var=LD_LIBRARY_PATH
1145 else
1146 # With GCC up to 2.95.x, collect2 would create an import file
1147 # for dependence libraries. The import file would start with
1148 # the line `#! .'. This would cause the generated library to
1149 # depend on `.', always an invalid library. This was fixed in
1150 # development snapshots of GCC prior to 3.0.
1151 case $host_os in
1152 aix4 | aix4.[[01]] | aix4.[[01]].*)
1153 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
1154 echo ' yes '
1155 echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
1156 :
1157 else
1158 can_build_shared=no
1159 fi
1160 ;;
1161 esac
1162 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
1163 # soname into executable. Probably we can add versioning support to
1164 # collect2, so additional links can be useful in future.
1165 if test "$aix_use_runtimelinking" = yes; then
1166 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
1167 # instead of lib<name>.a to let people know that these are not
1168 # typical AIX shared libraries.
1169 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1170 else
1171 # We preserve .a as extension for shared libraries through AIX4.2
1172 # and later when we are not doing run time linking.
1173 library_names_spec='${libname}${release}.a $libname.a'
1174 soname_spec='${libname}${release}${shared_ext}$major'
1175 fi
1176 shlibpath_var=LIBPATH
1177 fi
1178 ;;
1179
1180amigaos*)
1181 library_names_spec='$libname.ixlibrary $libname.a'
1182 # Create ${libname}_ixlibrary.a entries in /sys/libs.
1183 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
1184 ;;
1185
1186beos*)
1187 library_names_spec='${libname}${shared_ext}'
1188 dynamic_linker="$host_os ld.so"
1189 shlibpath_var=LIBRARY_PATH
1190 ;;
1191
1192bsdi[[45]]*)
1193 version_type=linux
1194 need_version=no
1195 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1196 soname_spec='${libname}${release}${shared_ext}$major'
1197 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
1198 shlibpath_var=LD_LIBRARY_PATH
1199 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
1200 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
1201 # the default ld.so.conf also contains /usr/contrib/lib and
1202 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
1203 # libtool to hard-code these into programs
1204 ;;
1205
1206cygwin* | mingw* | pw32*)
1207 version_type=windows
1208 shrext_cmds=".dll"
1209 need_version=no
1210 need_lib_prefix=no
1211
1212 case $GCC,$host_os in
1213 yes,cygwin* | yes,mingw* | yes,pw32*)
1214 library_names_spec='$libname.dll.a'
1215 # DLL is installed to $(libdir)/../bin by postinstall_cmds
1216 postinstall_cmds='base_file=`basename \${file}`~
1217 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1218 dldir=$destdir/`dirname \$dlpath`~
1219 test -d \$dldir || mkdir -p \$dldir~
1220 $install_prog $dir/$dlname \$dldir/$dlname'
1221 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
1222 dlpath=$dir/\$dldll~
1223 $rm \$dlpath'
1224 shlibpath_overrides_runpath=yes
1225
1226 case $host_os in
1227 cygwin*)
1228 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1229 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1230 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
1231 ;;
1232 mingw*)
1233 # MinGW DLLs use traditional 'lib' prefix
1234 soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1235 sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1236 if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
1237 # It is most probably a Windows format PATH printed by
1238 # mingw gcc, but we are running on Cygwin. Gcc prints its search
1239 # path with ; separators, and with drive letters. We can handle the
1240 # drive letters (cygwin fileutils understands them), so leave them,
1241 # especially as we might pass files found there to a mingw objdump,
1242 # which wouldn't understand a cygwinified path. Ahh.
1243 sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1244 else
1245 sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
1246 fi
1247 ;;
1248 pw32*)
1249 # pw32 DLLs use 'pw' prefix rather than 'lib'
1250 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
1251 ;;
1252 esac
1253 ;;
1254
1255 *)
1256 library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
1257 ;;
1258 esac
1259 dynamic_linker='Win32 ld.exe'
1260 # FIXME: first we should search . and the directory the executable is in
1261 shlibpath_var=PATH
1262 ;;
1263
1264darwin* | rhapsody*)
1265 dynamic_linker="$host_os dyld"
1266 version_type=darwin
1267 need_lib_prefix=no
1268 need_version=no
1269 library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
1270 soname_spec='${libname}${release}${major}$shared_ext'
1271 shlibpath_overrides_runpath=yes
1272 shlibpath_var=DYLD_LIBRARY_PATH
1273 shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
1274 # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
1275 if test "$GCC" = yes; then
1276 sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
1277 else
1278 sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
1279 fi
1280 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
1281 ;;
1282
1283dgux*)
1284 version_type=linux
1285 need_lib_prefix=no
1286 need_version=no
1287 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
1288 soname_spec='${libname}${release}${shared_ext}$major'
1289 shlibpath_var=LD_LIBRARY_PATH
1290 ;;
1291
1292freebsd1*)
1293 dynamic_linker=no
1294 ;;
1295
1296kfreebsd*-gnu)
1297 version_type=linux
1298 need_lib_prefix=no
1299 need_version=no
1300 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1301 soname_spec='${libname}${release}${shared_ext}$major'
1302 shlibpath_var=LD_LIBRARY_PATH
1303 shlibpath_overrides_runpath=no
1304 hardcode_into_libs=yes
1305 dynamic_linker='GNU ld.so'
1306 ;;
1307
1308freebsd*)
1309 objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
1310 version_type=freebsd-$objformat
1311 case $version_type in
1312 freebsd-elf*)
1313 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1314 need_version=no
1315 need_lib_prefix=no
1316 ;;
1317 freebsd-*)
1318 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
1319 need_version=yes
1320 ;;
1321 esac
1322 shlibpath_var=LD_LIBRARY_PATH
1323 case $host_os in
1324 freebsd2*)
1325 shlibpath_overrides_runpath=yes
1326 ;;
1327 freebsd3.[01]* | freebsdelf3.[01]*)
1328 shlibpath_overrides_runpath=yes
1329 hardcode_into_libs=yes
1330 ;;
1331 *) # from 3.2 on
1332 shlibpath_overrides_runpath=no
1333 hardcode_into_libs=yes
1334 ;;
1335 esac
1336 ;;
1337
1338gnu*)
1339 version_type=linux
1340 need_lib_prefix=no
1341 need_version=no
1342 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
1343 soname_spec='${libname}${release}${shared_ext}$major'
1344 shlibpath_var=LD_LIBRARY_PATH
1345 hardcode_into_libs=yes
1346 ;;
1347
1348hpux9* | hpux10* | hpux11*)
1349 # Give a soname corresponding to the major version so that dld.sl refuses to
1350 # link against other versions.
1351 version_type=sunos
1352 need_lib_prefix=no
1353 need_version=no
1354 case "$host_cpu" in
1355 ia64*)
1356 shrext_cmds='.so'
1357 hardcode_into_libs=yes
1358 dynamic_linker="$host_os dld.so"
1359 shlibpath_var=LD_LIBRARY_PATH
1360 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1361 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1362 soname_spec='${libname}${release}${shared_ext}$major'
1363 if test "X$HPUX_IA64_MODE" = X32; then
1364 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
1365 else
1366 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
1367 fi
1368 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1369 ;;
1370 hppa*64*)
1371 shrext_cmds='.sl'
1372 hardcode_into_libs=yes
1373 dynamic_linker="$host_os dld.sl"
1374 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
1375 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1376 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1377 soname_spec='${libname}${release}${shared_ext}$major'
1378 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
1379 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1380 ;;
1381 *)
1382 shrext_cmds='.sl'
1383 dynamic_linker="$host_os dld.sl"
1384 shlibpath_var=SHLIB_PATH
1385 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
1386 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1387 soname_spec='${libname}${release}${shared_ext}$major'
1388 ;;
1389 esac
1390 # HP-UX runs *really* slowly unless shared libraries are mode 555.
1391 postinstall_cmds='chmod 555 $lib'
1392 ;;
1393
1394irix5* | irix6* | nonstopux*)
1395 case $host_os in
1396 nonstopux*) version_type=nonstopux ;;
1397 *)
1398 if test "$lt_cv_prog_gnu_ld" = yes; then
1399 version_type=linux
1400 else
1401 version_type=irix
1402 fi ;;
1403 esac
1404 need_lib_prefix=no
1405 need_version=no
1406 soname_spec='${libname}${release}${shared_ext}$major'
1407 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
1408 case $host_os in
1409 irix5* | nonstopux*)
1410 libsuff= shlibsuff=
1411 ;;
1412 *)
1413 case $LD in # libtool.m4 will add one of these switches to LD
1414 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
1415 libsuff= shlibsuff= libmagic=32-bit;;
1416 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
1417 libsuff=32 shlibsuff=N32 libmagic=N32;;
1418 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
1419 libsuff=64 shlibsuff=64 libmagic=64-bit;;
1420 *) libsuff= shlibsuff= libmagic=never-match;;
1421 esac
1422 ;;
1423 esac
1424 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
1425 shlibpath_overrides_runpath=no
1426 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1427 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
1428 hardcode_into_libs=yes
1429 ;;
1430
1431# No shared lib support for Linux oldld, aout, or coff.
1432linux*oldld* | linux*aout* | linux*coff*)
1433 dynamic_linker=no
1434 ;;
1435
1436# This must be Linux ELF.
1437linux*)
1438 version_type=linux
1439 need_lib_prefix=no
1440 need_version=no
1441 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1442 soname_spec='${libname}${release}${shared_ext}$major'
1443 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1444 shlibpath_var=LD_LIBRARY_PATH
1445 shlibpath_overrides_runpath=no
1446 # This implies no fast_install, which is unacceptable.
1447 # Some rework will be needed to allow for fast_install
1448 # before this can be enabled.
1449 hardcode_into_libs=yes
1450
1451 # Append ld.so.conf contents to the search path
1452 if test -f /etc/ld.so.conf; then
1453 lt_ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf | tr '\n' ' '`
1454 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
1455 fi
1456
1457 # We used to test for /lib/ld.so.1 and disable shared libraries on
1458 # powerpc, because MkLinux only supported shared libraries with the
1459 # GNU dynamic linker. Since this was broken with cross compilers,
1460 # most powerpc-linux boxes support dynamic linking these days and
1461 # people can always --disable-shared, the test was removed, and we
1462 # assume the GNU/Linux dynamic linker is in use.
1463 dynamic_linker='GNU/Linux ld.so'
1464 ;;
1465
1466knetbsd*-gnu)
1467 version_type=linux
1468 need_lib_prefix=no
1469 need_version=no
1470 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1471 soname_spec='${libname}${release}${shared_ext}$major'
1472 shlibpath_var=LD_LIBRARY_PATH
1473 shlibpath_overrides_runpath=no
1474 hardcode_into_libs=yes
1475 dynamic_linker='GNU ld.so'
1476 ;;
1477
1478netbsd*)
1479 version_type=sunos
1480 need_lib_prefix=no
1481 need_version=no
1482 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1483 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1484 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1485 dynamic_linker='NetBSD (a.out) ld.so'
1486 else
1487 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1488 soname_spec='${libname}${release}${shared_ext}$major'
1489 dynamic_linker='NetBSD ld.elf_so'
1490 fi
1491 shlibpath_var=LD_LIBRARY_PATH
1492 shlibpath_overrides_runpath=yes
1493 hardcode_into_libs=yes
1494 ;;
1495
1496newsos6)
1497 version_type=linux
1498 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1499 shlibpath_var=LD_LIBRARY_PATH
1500 shlibpath_overrides_runpath=yes
1501 ;;
1502
1503nto-qnx*)
1504 version_type=linux
1505 need_lib_prefix=no
1506 need_version=no
1507 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1508 soname_spec='${libname}${release}${shared_ext}$major'
1509 shlibpath_var=LD_LIBRARY_PATH
1510 shlibpath_overrides_runpath=yes
1511 ;;
1512
1513openbsd*)
1514 version_type=sunos
1515 need_lib_prefix=no
1516 need_version=no
1517 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1518 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1519 shlibpath_var=LD_LIBRARY_PATH
1520 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1521 case $host_os in
1522 openbsd2.[[89]] | openbsd2.[[89]].*)
1523 shlibpath_overrides_runpath=no
1524 ;;
1525 *)
1526 shlibpath_overrides_runpath=yes
1527 ;;
1528 esac
1529 else
1530 shlibpath_overrides_runpath=yes
1531 fi
1532 ;;
1533
1534os2*)
1535 libname_spec='$name'
1536 shrext_cmds=".dll"
1537 need_lib_prefix=no
1538 library_names_spec='$libname${shared_ext} $libname.a'
1539 dynamic_linker='OS/2 ld.exe'
1540 shlibpath_var=LIBPATH
1541 ;;
1542
1543osf3* | osf4* | osf5*)
1544 version_type=osf
1545 need_lib_prefix=no
1546 need_version=no
1547 soname_spec='${libname}${release}${shared_ext}$major'
1548 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1549 shlibpath_var=LD_LIBRARY_PATH
1550 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
1551 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
1552 ;;
1553
1554sco3.2v5*)
1555 version_type=osf
1556 soname_spec='${libname}${release}${shared_ext}$major'
1557 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1558 shlibpath_var=LD_LIBRARY_PATH
1559 ;;
1560
1561solaris*)
1562 version_type=linux
1563 need_lib_prefix=no
1564 need_version=no
1565 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1566 soname_spec='${libname}${release}${shared_ext}$major'
1567 shlibpath_var=LD_LIBRARY_PATH
1568 shlibpath_overrides_runpath=yes
1569 hardcode_into_libs=yes
1570 # ldd complains unless libraries are executable
1571 postinstall_cmds='chmod +x $lib'
1572 ;;
1573
1574sunos4*)
1575 version_type=sunos
1576 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1577 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1578 shlibpath_var=LD_LIBRARY_PATH
1579 shlibpath_overrides_runpath=yes
1580 if test "$with_gnu_ld" = yes; then
1581 need_lib_prefix=no
1582 fi
1583 need_version=yes
1584 ;;
1585
1586sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1587 version_type=linux
1588 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1589 soname_spec='${libname}${release}${shared_ext}$major'
1590 shlibpath_var=LD_LIBRARY_PATH
1591 case $host_vendor in
1592 sni)
1593 shlibpath_overrides_runpath=no
1594 need_lib_prefix=no
1595 export_dynamic_flag_spec='${wl}-Blargedynsym'
1596 runpath_var=LD_RUN_PATH
1597 ;;
1598 siemens)
1599 need_lib_prefix=no
1600 ;;
1601 motorola)
1602 need_lib_prefix=no
1603 need_version=no
1604 shlibpath_overrides_runpath=no
1605 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
1606 ;;
1607 esac
1608 ;;
1609
1610sysv4*MP*)
1611 if test -d /usr/nec ;then
1612 version_type=linux
1613 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
1614 soname_spec='$libname${shared_ext}.$major'
1615 shlibpath_var=LD_LIBRARY_PATH
1616 fi
1617 ;;
1618
1619uts4*)
1620 version_type=linux
1621 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1622 soname_spec='${libname}${release}${shared_ext}$major'
1623 shlibpath_var=LD_LIBRARY_PATH
1624 ;;
1625
1626*)
1627 dynamic_linker=no
1628 ;;
1629esac
1630AC_MSG_RESULT([$dynamic_linker])
1631test "$dynamic_linker" = no && can_build_shared=no
1632])# AC_LIBTOOL_SYS_DYNAMIC_LINKER
1633
1634
1635# _LT_AC_TAGCONFIG
1636# ----------------
1637AC_DEFUN([_LT_AC_TAGCONFIG],
1638[AC_ARG_WITH([tags],
1639 [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
1640 [include additional configurations @<:@automatic@:>@])],
1641 [tagnames="$withval"])
1642
1643if test -f "$ltmain" && test -n "$tagnames"; then
1644 if test ! -f "${ofile}"; then
1645 AC_MSG_WARN([output file `$ofile' does not exist])
1646 fi
1647
1648 if test -z "$LTCC"; then
1649 eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1650 if test -z "$LTCC"; then
1651 AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1652 else
1653 AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1654 fi
1655 fi
1656
1657 # Extract list of available tagged configurations in $ofile.
1658 # Note that this assumes the entire list is on one line.
1659 available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
1660
1661 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1662 for tagname in $tagnames; do
1663 IFS="$lt_save_ifs"
1664 # Check whether tagname contains only valid characters
1665 case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
1666 "") ;;
1667 *) AC_MSG_ERROR([invalid tag name: $tagname])
1668 ;;
1669 esac
1670
1671 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1672 then
1673 AC_MSG_ERROR([tag name \"$tagname\" already exists])
1674 fi
1675
1676 # Update the list of available tags.
1677 if test -n "$tagname"; then
1678 echo appending configuration tag \"$tagname\" to $ofile
1679
1680 case $tagname in
1681 CXX)
1682 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
1683 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
1684 (test "X$CXX" != "Xg++"))) ; then
1685 AC_LIBTOOL_LANG_CXX_CONFIG
1686 else
1687 tagname=""
1688 fi
1689 ;;
1690
1691 F77)
1692 if test -n "$F77" && test "X$F77" != "Xno"; then
1693 AC_LIBTOOL_LANG_F77_CONFIG
1694 else
1695 tagname=""
1696 fi
1697 ;;
1698
1699 GCJ)
1700 if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
1701 AC_LIBTOOL_LANG_GCJ_CONFIG
1702 else
1703 tagname=""
1704 fi
1705 ;;
1706
1707 RC)
1708 AC_LIBTOOL_LANG_RC_CONFIG
1709 ;;
1710
1711 *)
1712 AC_MSG_ERROR([Unsupported tag name: $tagname])
1713 ;;
1714 esac
1715
1716 # Append the new tag name to the list of available tags.
1717 if test -n "$tagname" ; then
1718 available_tags="$available_tags $tagname"
1719 fi
1720 fi
1721 done
1722 IFS="$lt_save_ifs"
1723
1724 # Now substitute the updated list of available tags.
1725 if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1726 mv "${ofile}T" "$ofile"
1727 chmod +x "$ofile"
1728 else
1729 rm -f "${ofile}T"
1730 AC_MSG_ERROR([unable to update list of available tagged configurations.])
1731 fi
1732fi
1733])# _LT_AC_TAGCONFIG
1734
1735
1736# AC_LIBTOOL_DLOPEN
1737# -----------------
1738# enable checks for dlopen support
1739AC_DEFUN([AC_LIBTOOL_DLOPEN],
1740 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
1741])# AC_LIBTOOL_DLOPEN
1742
1743
1744# AC_LIBTOOL_WIN32_DLL
1745# --------------------
1746# declare package support for building win32 dll's
1747AC_DEFUN([AC_LIBTOOL_WIN32_DLL],
1748[AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
1749])# AC_LIBTOOL_WIN32_DLL
1750
1751
1752# AC_ENABLE_SHARED([DEFAULT])
1753# ---------------------------
1754# implement the --enable-shared flag
1755# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
1756AC_DEFUN([AC_ENABLE_SHARED],
1757[define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
1758AC_ARG_ENABLE([shared],
1759 [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
1760 [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
1761 [p=${PACKAGE-default}
1762 case $enableval in
1763 yes) enable_shared=yes ;;
1764 no) enable_shared=no ;;
1765 *)
1766 enable_shared=no
1767 # Look at the argument we got. We use all the common list separators.
1768 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1769 for pkg in $enableval; do
1770 IFS="$lt_save_ifs"
1771 if test "X$pkg" = "X$p"; then
1772 enable_shared=yes
1773 fi
1774 done
1775 IFS="$lt_save_ifs"
1776 ;;
1777 esac],
1778 [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
1779])# AC_ENABLE_SHARED
1780
1781
1782# AC_DISABLE_SHARED
1783# -----------------
1784#- set the default shared flag to --disable-shared
1785AC_DEFUN([AC_DISABLE_SHARED],
1786[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1787AC_ENABLE_SHARED(no)
1788])# AC_DISABLE_SHARED
1789
1790
1791# AC_ENABLE_STATIC([DEFAULT])
1792# ---------------------------
1793# implement the --enable-static flag
1794# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
1795AC_DEFUN([AC_ENABLE_STATIC],
1796[define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
1797AC_ARG_ENABLE([static],
1798 [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
1799 [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
1800 [p=${PACKAGE-default}
1801 case $enableval in
1802 yes) enable_static=yes ;;
1803 no) enable_static=no ;;
1804 *)
1805 enable_static=no
1806 # Look at the argument we got. We use all the common list separators.
1807 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1808 for pkg in $enableval; do
1809 IFS="$lt_save_ifs"
1810 if test "X$pkg" = "X$p"; then
1811 enable_static=yes
1812 fi
1813 done
1814 IFS="$lt_save_ifs"
1815 ;;
1816 esac],
1817 [enable_static=]AC_ENABLE_STATIC_DEFAULT)
1818])# AC_ENABLE_STATIC
1819
1820
1821# AC_DISABLE_STATIC
1822# -----------------
1823# set the default static flag to --disable-static
1824AC_DEFUN([AC_DISABLE_STATIC],
1825[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1826AC_ENABLE_STATIC(no)
1827])# AC_DISABLE_STATIC
1828
1829
1830# AC_ENABLE_FAST_INSTALL([DEFAULT])
1831# ---------------------------------
1832# implement the --enable-fast-install flag
1833# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
1834AC_DEFUN([AC_ENABLE_FAST_INSTALL],
1835[define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
1836AC_ARG_ENABLE([fast-install],
1837 [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
1838 [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
1839 [p=${PACKAGE-default}
1840 case $enableval in
1841 yes) enable_fast_install=yes ;;
1842 no) enable_fast_install=no ;;
1843 *)
1844 enable_fast_install=no
1845 # Look at the argument we got. We use all the common list separators.
1846 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1847 for pkg in $enableval; do
1848 IFS="$lt_save_ifs"
1849 if test "X$pkg" = "X$p"; then
1850 enable_fast_install=yes
1851 fi
1852 done
1853 IFS="$lt_save_ifs"
1854 ;;
1855 esac],
1856 [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
1857])# AC_ENABLE_FAST_INSTALL
1858
1859
1860# AC_DISABLE_FAST_INSTALL
1861# -----------------------
1862# set the default to --disable-fast-install
1863AC_DEFUN([AC_DISABLE_FAST_INSTALL],
1864[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1865AC_ENABLE_FAST_INSTALL(no)
1866])# AC_DISABLE_FAST_INSTALL
1867
1868
1869# AC_LIBTOOL_PICMODE([MODE])
1870# --------------------------
1871# implement the --with-pic flag
1872# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
1873AC_DEFUN([AC_LIBTOOL_PICMODE],
1874[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1875pic_mode=ifelse($#,1,$1,default)
1876])# AC_LIBTOOL_PICMODE
1877
1878
1879# AC_PROG_EGREP
1880# -------------
1881# This is predefined starting with Autoconf 2.54, so this conditional
1882# definition can be removed once we require Autoconf 2.54 or later.
1883m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP],
1884[AC_CACHE_CHECK([for egrep], [ac_cv_prog_egrep],
1885 [if echo a | (grep -E '(a|b)') >/dev/null 2>&1
1886 then ac_cv_prog_egrep='grep -E'
1887 else ac_cv_prog_egrep='egrep'
1888 fi])
1889 EGREP=$ac_cv_prog_egrep
1890 AC_SUBST([EGREP])
1891])])
1892
1893
1894# AC_PATH_TOOL_PREFIX
1895# -------------------
1896# find a file program which can recognise shared library
1897AC_DEFUN([AC_PATH_TOOL_PREFIX],
1898[AC_REQUIRE([AC_PROG_EGREP])dnl
1899AC_MSG_CHECKING([for $1])
1900AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
1901[case $MAGIC_CMD in
1902[[\\/*] | ?:[\\/]*])
1903 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1904 ;;
1905*)
1906 lt_save_MAGIC_CMD="$MAGIC_CMD"
1907 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1908dnl $ac_dummy forces splitting on constant user-supplied paths.
1909dnl POSIX.2 word splitting is done only on the output of word expansions,
1910dnl not every word. This closes a longstanding sh security hole.
1911 ac_dummy="ifelse([$2], , $PATH, [$2])"
1912 for ac_dir in $ac_dummy; do
1913 IFS="$lt_save_ifs"
1914 test -z "$ac_dir" && ac_dir=.
1915 if test -f $ac_dir/$1; then
1916 lt_cv_path_MAGIC_CMD="$ac_dir/$1"
1917 if test -n "$file_magic_test_file"; then
1918 case $deplibs_check_method in
1919 "file_magic "*)
1920 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
1921 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1922 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1923 $EGREP "$file_magic_regex" > /dev/null; then
1924 :
1925 else
1926 cat <<EOF 1>&2
1927
1928*** Warning: the command libtool uses to detect shared libraries,
1929*** $file_magic_cmd, produces output that libtool cannot recognize.
1930*** The result is that libtool may fail to recognize shared libraries
1931*** as such. This will affect the creation of libtool libraries that
1932*** depend on shared libraries, but programs linked with such libtool
1933*** libraries will work regardless of this problem. Nevertheless, you
1934*** may want to report the problem to your system manager and/or to
1935*** bug-libtool@gnu.org
1936
1937EOF
1938 fi ;;
1939 esac
1940 fi
1941 break
1942 fi
1943 done
1944 IFS="$lt_save_ifs"
1945 MAGIC_CMD="$lt_save_MAGIC_CMD"
1946 ;;
1947esac])
1948MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1949if test -n "$MAGIC_CMD"; then
1950 AC_MSG_RESULT($MAGIC_CMD)
1951else
1952 AC_MSG_RESULT(no)
1953fi
1954])# AC_PATH_TOOL_PREFIX
1955
1956
1957# AC_PATH_MAGIC
1958# -------------
1959# find a file program which can recognise a shared library
1960AC_DEFUN([AC_PATH_MAGIC],
1961[AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
1962if test -z "$lt_cv_path_MAGIC_CMD"; then
1963 if test -n "$ac_tool_prefix"; then
1964 AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
1965 else
1966 MAGIC_CMD=:
1967 fi
1968fi
1969])# AC_PATH_MAGIC
1970
1971
1972# AC_PROG_LD
1973# ----------
1974# find the pathname to the GNU or non-GNU linker
1975AC_DEFUN([AC_PROG_LD],
1976[AC_ARG_WITH([gnu-ld],
1977 [AC_HELP_STRING([--with-gnu-ld],
1978 [assume the C compiler uses GNU ld @<:@default=no@:>@])],
1979 [test "$withval" = no || with_gnu_ld=yes],
1980 [with_gnu_ld=no])
1981AC_REQUIRE([LT_AC_PROG_SED])dnl
1982AC_REQUIRE([AC_PROG_CC])dnl
1983AC_REQUIRE([AC_CANONICAL_HOST])dnl
1984AC_REQUIRE([AC_CANONICAL_BUILD])dnl
1985ac_prog=ld
1986if test "$GCC" = yes; then
1987 # Check if gcc -print-prog-name=ld gives a path.
1988 AC_MSG_CHECKING([for ld used by $CC])
1989 case $host in
1990 *-*-mingw*)
1991 # gcc leaves a trailing carriage return which upsets mingw
1992 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1993 *)
1994 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1995 esac
1996 case $ac_prog in
1997 # Accept absolute paths.
1998 [[\\/]]* | ?:[[\\/]]*)
1999 re_direlt='/[[^/]][[^/]]*/\.\./'
2000 # Canonicalize the pathname of ld
2001 ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
2002 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
2003 ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
2004 done
2005 test -z "$LD" && LD="$ac_prog"
2006 ;;
2007 "")
2008 # If it fails, then pretend we aren't using GCC.
2009 ac_prog=ld
2010 ;;
2011 *)
2012 # If it is relative, then search for the first ld in PATH.
2013 with_gnu_ld=unknown
2014 ;;
2015 esac
2016elif test "$with_gnu_ld" = yes; then
2017 AC_MSG_CHECKING([for GNU ld])
2018else
2019 AC_MSG_CHECKING([for non-GNU ld])
2020fi
2021AC_CACHE_VAL(lt_cv_path_LD,
2022[if test -z "$LD"; then
2023 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2024 for ac_dir in $PATH; do
2025 IFS="$lt_save_ifs"
2026 test -z "$ac_dir" && ac_dir=.
2027 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
2028 lt_cv_path_LD="$ac_dir/$ac_prog"
2029 # Check to see if the program is GNU ld. I'd rather use --version,
2030 # but apparently some GNU ld's only accept -v.
2031 # Break only if it was the GNU/non-GNU ld that we prefer.
2032 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
2033 *GNU* | *'with BFD'*)
2034 test "$with_gnu_ld" != no && break
2035 ;;
2036 *)
2037 test "$with_gnu_ld" != yes && break
2038 ;;
2039 esac
2040 fi
2041 done
2042 IFS="$lt_save_ifs"
2043else
2044 lt_cv_path_LD="$LD" # Let the user override the test with a path.
2045fi])
2046LD="$lt_cv_path_LD"
2047if test -n "$LD"; then
2048 AC_MSG_RESULT($LD)
2049else
2050 AC_MSG_RESULT(no)
2051fi
2052test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
2053AC_PROG_LD_GNU
2054])# AC_PROG_LD
2055
2056
2057# AC_PROG_LD_GNU
2058# --------------
2059AC_DEFUN([AC_PROG_LD_GNU],
2060[AC_REQUIRE([AC_PROG_EGREP])dnl
2061AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
2062[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
2063case `$LD -v 2>&1 </dev/null` in
2064*GNU* | *'with BFD'*)
2065 lt_cv_prog_gnu_ld=yes
2066 ;;
2067*)
2068 lt_cv_prog_gnu_ld=no
2069 ;;
2070esac])
2071with_gnu_ld=$lt_cv_prog_gnu_ld
2072])# AC_PROG_LD_GNU
2073
2074
2075# AC_PROG_LD_RELOAD_FLAG
2076# ----------------------
2077# find reload flag for linker
2078# -- PORTME Some linkers may need a different reload flag.
2079AC_DEFUN([AC_PROG_LD_RELOAD_FLAG],
2080[AC_CACHE_CHECK([for $LD option to reload object files],
2081 lt_cv_ld_reload_flag,
2082 [lt_cv_ld_reload_flag='-r'])
2083reload_flag=$lt_cv_ld_reload_flag
2084case $reload_flag in
2085"" | " "*) ;;
2086*) reload_flag=" $reload_flag" ;;
2087esac
2088reload_cmds='$LD$reload_flag -o $output$reload_objs'
2089case $host_os in
2090 darwin*)
2091 if test "$GCC" = yes; then
2092 reload_cmds='$CC -nostdlib ${wl}-r -o $output$reload_objs'
2093 else
2094 reload_cmds='$LD$reload_flag -o $output$reload_objs'
2095 fi
2096 ;;
2097esac
2098])# AC_PROG_LD_RELOAD_FLAG
2099
2100
2101# AC_DEPLIBS_CHECK_METHOD
2102# -----------------------
2103# how to check for library dependencies
2104# -- PORTME fill in with the dynamic library characteristics
2105AC_DEFUN([AC_DEPLIBS_CHECK_METHOD],
2106[AC_CACHE_CHECK([how to recognise dependent libraries],
2107lt_cv_deplibs_check_method,
2108[lt_cv_file_magic_cmd='$MAGIC_CMD'
2109lt_cv_file_magic_test_file=
2110lt_cv_deplibs_check_method='unknown'
2111# Need to set the preceding variable on all platforms that support
2112# interlibrary dependencies.
2113# 'none' -- dependencies not supported.
2114# `unknown' -- same as none, but documents that we really don't know.
2115# 'pass_all' -- all dependencies passed with no checks.
2116# 'test_compile' -- check by making test program.
2117# 'file_magic [[regex]]' -- check by looking for files in library path
2118# which responds to the $file_magic_cmd with a given extended regex.
2119# If you have `file' or equivalent on your system and you're not sure
2120# whether `pass_all' will *always* work, you probably want this one.
2121
2122case $host_os in
2123aix4* | aix5*)
2124 lt_cv_deplibs_check_method=pass_all
2125 ;;
2126
2127beos*)
2128 lt_cv_deplibs_check_method=pass_all
2129 ;;
2130
2131bsdi[[45]]*)
2132 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
2133 lt_cv_file_magic_cmd='/usr/bin/file -L'
2134 lt_cv_file_magic_test_file=/shlib/libc.so
2135 ;;
2136
2137cygwin*)
2138 # func_win32_libid is a shell function defined in ltmain.sh
2139 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
2140 lt_cv_file_magic_cmd='func_win32_libid'
2141 ;;
2142
2143mingw* | pw32*)
2144 # Base MSYS/MinGW do not provide the 'file' command needed by
2145 # func_win32_libid shell function, so use a weaker test based on 'objdump'.
2146 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
2147 lt_cv_file_magic_cmd='$OBJDUMP -f'
2148 ;;
2149
2150darwin* | rhapsody*)
2151 lt_cv_deplibs_check_method=pass_all
2152 ;;
2153
2154freebsd* | kfreebsd*-gnu)
2155 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2156 case $host_cpu in
2157 i*86 )
2158 # Not sure whether the presence of OpenBSD here was a mistake.
2159 # Let's accept both of them until this is cleared up.
2160 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
2161 lt_cv_file_magic_cmd=/usr/bin/file
2162 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
2163 ;;
2164 esac
2165 else
2166 lt_cv_deplibs_check_method=pass_all
2167 fi
2168 ;;
2169
2170gnu*)
2171 lt_cv_deplibs_check_method=pass_all
2172 ;;
2173
2174hpux10.20* | hpux11*)
2175 lt_cv_file_magic_cmd=/usr/bin/file
2176 case "$host_cpu" in
2177 ia64*)
2178 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
2179 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
2180 ;;
2181 hppa*64*)
2182 [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]']
2183 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
2184 ;;
2185 *)
2186 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
2187 lt_cv_file_magic_test_file=/usr/lib/libc.sl
2188 ;;
2189 esac
2190 ;;
2191
2192irix5* | irix6* | nonstopux*)
2193 case $LD in
2194 *-32|*"-32 ") libmagic=32-bit;;
2195 *-n32|*"-n32 ") libmagic=N32;;
2196 *-64|*"-64 ") libmagic=64-bit;;
2197 *) libmagic=never-match;;
2198 esac
2199 lt_cv_deplibs_check_method=pass_all
2200 ;;
2201
2202# This must be Linux ELF.
2203linux*)
2204 lt_cv_deplibs_check_method=pass_all
2205 ;;
2206
2207netbsd*)
2208 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2209 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2210 else
2211 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
2212 fi
2213 ;;
2214
2215newos6*)
2216 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
2217 lt_cv_file_magic_cmd=/usr/bin/file
2218 lt_cv_file_magic_test_file=/usr/lib/libnls.so
2219 ;;
2220
2221nto-qnx*)
2222 lt_cv_deplibs_check_method=unknown
2223 ;;
2224
2225openbsd*)
2226 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2227 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
2228 else
2229 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2230 fi
2231 ;;
2232
2233osf3* | osf4* | osf5*)
2234 lt_cv_deplibs_check_method=pass_all
2235 ;;
2236
2237sco3.2v5*)
2238 lt_cv_deplibs_check_method=pass_all
2239 ;;
2240
2241solaris*)
2242 lt_cv_deplibs_check_method=pass_all
2243 ;;
2244
2245sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
2246 case $host_vendor in
2247 motorola)
2248 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
2249 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
2250 ;;
2251 ncr)
2252 lt_cv_deplibs_check_method=pass_all
2253 ;;
2254 sequent)
2255 lt_cv_file_magic_cmd='/bin/file'
2256 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
2257 ;;
2258 sni)
2259 lt_cv_file_magic_cmd='/bin/file'
2260 lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
2261 lt_cv_file_magic_test_file=/lib/libc.so
2262 ;;
2263 siemens)
2264 lt_cv_deplibs_check_method=pass_all
2265 ;;
2266 esac
2267 ;;
2268
2269sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
2270 lt_cv_deplibs_check_method=pass_all
2271 ;;
2272esac
2273])
2274file_magic_cmd=$lt_cv_file_magic_cmd
2275deplibs_check_method=$lt_cv_deplibs_check_method
2276test -z "$deplibs_check_method" && deplibs_check_method=unknown
2277])# AC_DEPLIBS_CHECK_METHOD
2278
2279
2280# AC_PROG_NM
2281# ----------
2282# find the pathname to a BSD-compatible name lister
2283AC_DEFUN([AC_PROG_NM],
2284[AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
2285[if test -n "$NM"; then
2286 # Let the user override the test.
2287 lt_cv_path_NM="$NM"
2288else
2289 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2290 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
2291 IFS="$lt_save_ifs"
2292 test -z "$ac_dir" && ac_dir=.
2293 tmp_nm="$ac_dir/${ac_tool_prefix}nm"
2294 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
2295 # Check to see if the nm accepts a BSD-compat flag.
2296 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
2297 # nm: unknown option "B" ignored
2298 # Tru64's nm complains that /dev/null is an invalid object file
2299 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2300 */dev/null* | *'Invalid file or object type'*)
2301 lt_cv_path_NM="$tmp_nm -B"
2302 break
2303 ;;
2304 *)
2305 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2306 */dev/null*)
2307 lt_cv_path_NM="$tmp_nm -p"
2308 break
2309 ;;
2310 *)
2311 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2312 continue # so that we can try to find one that supports BSD flags
2313 ;;
2314 esac
2315 esac
2316 fi
2317 done
2318 IFS="$lt_save_ifs"
2319 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
2320fi])
2321NM="$lt_cv_path_NM"
2322])# AC_PROG_NM
2323
2324
2325# AC_CHECK_LIBM
2326# -------------
2327# check for math library
2328AC_DEFUN([AC_CHECK_LIBM],
2329[AC_REQUIRE([AC_CANONICAL_HOST])dnl
2330LIBM=
2331case $host in
2332*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
2333 # These system don't have libm, or don't need it
2334 ;;
2335*-ncr-sysv4.3*)
2336 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
2337 AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2338 ;;
2339*)
2340 AC_CHECK_LIB(m, cos, LIBM="-lm")
2341 ;;
2342esac
2343])# AC_CHECK_LIBM
2344
2345
2346# AC_LIBLTDL_CONVENIENCE([DIRECTORY])
2347# -----------------------------------
2348# sets LIBLTDL to the link flags for the libltdl convenience library and
2349# LTDLINCL to the include flags for the libltdl header and adds
2350# --enable-ltdl-convenience to the configure arguments. Note that LIBLTDL
2351# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If
2352# DIRECTORY is not provided, it is assumed to be `libltdl'. LIBLTDL will
2353# be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed with
2354# '${top_srcdir}/' (note the single quotes!). If your package is not
2355# flat and you're not using automake, define top_builddir and
2356# top_srcdir appropriately in the Makefiles.
2357AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
2358[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2359 case $enable_ltdl_convenience in
2360 no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
2361 "") enable_ltdl_convenience=yes
2362 ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
2363 esac
2364 LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
2365 LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2366 # For backwards non-gettext consistent compatibility...
2367 INCLTDL="$LTDLINCL"
2368])# AC_LIBLTDL_CONVENIENCE
2369
2370
2371# AC_LIBLTDL_INSTALLABLE([DIRECTORY])
2372# -----------------------------------
2373# sets LIBLTDL to the link flags for the libltdl installable library and
2374# LTDLINCL to the include flags for the libltdl header and adds
2375# --enable-ltdl-install to the configure arguments. Note that LIBLTDL
2376# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If
2377# DIRECTORY is not provided and an installed libltdl is not found, it is
2378# assumed to be `libltdl'. LIBLTDL will be prefixed with '${top_builddir}/'
2379# and LTDLINCL will be prefixed with '${top_srcdir}/' (note the single
2380# quotes!). If your package is not flat and you're not using automake,
2381# define top_builddir and top_srcdir appropriately in the Makefiles.
2382# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
2383AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
2384[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2385 AC_CHECK_LIB(ltdl, lt_dlinit,
2386 [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
2387 [if test x"$enable_ltdl_install" = xno; then
2388 AC_MSG_WARN([libltdl not installed, but installation disabled])
2389 else
2390 enable_ltdl_install=yes
2391 fi
2392 ])
2393 if test x"$enable_ltdl_install" = x"yes"; then
2394 ac_configure_args="$ac_configure_args --enable-ltdl-install"
2395 LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
2396 LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2397 else
2398 ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
2399 LIBLTDL="-lltdl"
2400 LTDLINCL=
2401 fi
2402 # For backwards non-gettext consistent compatibility...
2403 INCLTDL="$LTDLINCL"
2404])# AC_LIBLTDL_INSTALLABLE
2405
2406
2407# AC_LIBTOOL_CXX
2408# --------------
2409# enable support for C++ libraries
2410AC_DEFUN([AC_LIBTOOL_CXX],
2411[AC_REQUIRE([_LT_AC_LANG_CXX])
2412])# AC_LIBTOOL_CXX
2413
2414
2415# _LT_AC_LANG_CXX
2416# ---------------
2417AC_DEFUN([_LT_AC_LANG_CXX],
2418[AC_REQUIRE([AC_PROG_CXX])
2419AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2420_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
2421])# _LT_AC_LANG_CXX
2422
2423# _LT_AC_PROG_CXXCPP
2424# ---------------
2425AC_DEFUN([_LT_AC_PROG_CXXCPP],
2426[
2427AC_REQUIRE([AC_PROG_CXX])
2428if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
2429 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2430 (test "X$CXX" != "Xg++"))) ; then
2431 AC_PROG_CXXCPP
2432fi
2433])# _LT_AC_PROG_CXXCPP
2434
2435# AC_LIBTOOL_F77
2436# --------------
2437# enable support for Fortran 77 libraries
2438AC_DEFUN([AC_LIBTOOL_F77],
2439[AC_REQUIRE([_LT_AC_LANG_F77])
2440])# AC_LIBTOOL_F77
2441
2442
2443# _LT_AC_LANG_F77
2444# ---------------
2445AC_DEFUN([_LT_AC_LANG_F77],
2446[AC_REQUIRE([AC_PROG_F77])
2447_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
2448])# _LT_AC_LANG_F77
2449
2450
2451# AC_LIBTOOL_GCJ
2452# --------------
2453# enable support for GCJ libraries
2454AC_DEFUN([AC_LIBTOOL_GCJ],
2455[AC_REQUIRE([_LT_AC_LANG_GCJ])
2456])# AC_LIBTOOL_GCJ
2457
2458
2459# _LT_AC_LANG_GCJ
2460# ---------------
2461AC_DEFUN([_LT_AC_LANG_GCJ],
2462[AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
2463 [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
2464 [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
2465 [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
2466 [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
2467 [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
2468_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
2469])# _LT_AC_LANG_GCJ
2470
2471
2472# AC_LIBTOOL_RC
2473# --------------
2474# enable support for Windows resource files
2475AC_DEFUN([AC_LIBTOOL_RC],
2476[AC_REQUIRE([LT_AC_PROG_RC])
2477_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
2478])# AC_LIBTOOL_RC
2479
2480
2481# AC_LIBTOOL_LANG_C_CONFIG
2482# ------------------------
2483# Ensure that the configuration vars for the C compiler are
2484# suitably defined. Those variables are subsequently used by
2485# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
2486AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
2487AC_DEFUN([_LT_AC_LANG_C_CONFIG],
2488[lt_save_CC="$CC"
2489AC_LANG_PUSH(C)
2490
2491# Source file extension for C test sources.
2492ac_ext=c
2493
2494# Object file extension for compiled C test sources.
2495objext=o
2496_LT_AC_TAGVAR(objext, $1)=$objext
2497
2498# Code to be used in simple compile tests
2499lt_simple_compile_test_code="int some_variable = 0;\n"
2500
2501# Code to be used in simple link tests
2502lt_simple_link_test_code='int main(){return(0);}\n'
2503
2504_LT_AC_SYS_COMPILER
2505
2506#
2507# Check for any special shared library compilation flags.
2508#
2509_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
2510if test "$GCC" = no; then
2511 case $host_os in
2512 sco3.2v5*)
2513 _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
2514 ;;
2515 esac
2516fi
2517if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
2518 AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
2519 if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ ]]" >/dev/null; then :
2520 else
2521 AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
2522 _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
2523 fi
2524fi
2525
2526
2527#
2528# Check to make sure the static flag actually works.
2529#
2530AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
2531 _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
2532 $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
2533 [],
2534 [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
2535
2536
2537AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
2538AC_LIBTOOL_PROG_COMPILER_PIC($1)
2539AC_LIBTOOL_PROG_CC_C_O($1)
2540AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
2541AC_LIBTOOL_PROG_LD_SHLIBS($1)
2542AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2543AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2544AC_LIBTOOL_SYS_LIB_STRIP
2545AC_LIBTOOL_DLOPEN_SELF($1)
2546
2547# Report which librarie types wil actually be built
2548AC_MSG_CHECKING([if libtool supports shared libraries])
2549AC_MSG_RESULT([$can_build_shared])
2550
2551AC_MSG_CHECKING([whether to build shared libraries])
2552test "$can_build_shared" = "no" && enable_shared=no
2553
2554# On AIX, shared libraries and static libraries use the same namespace, and
2555# are all built from PIC.
2556case "$host_os" in
2557aix3*)
2558 test "$enable_shared" = yes && enable_static=no
2559 if test -n "$RANLIB"; then
2560 archive_cmds="$archive_cmds~\$RANLIB \$lib"
2561 postinstall_cmds='$RANLIB $lib'
2562 fi
2563 ;;
2564
2565aix4* | aix5*)
2566 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
2567 test "$enable_shared" = yes && enable_static=no
2568 fi
2569 ;;
2570esac
2571AC_MSG_RESULT([$enable_shared])
2572
2573AC_MSG_CHECKING([whether to build static libraries])
2574# Make sure either enable_shared or enable_static is yes.
2575test "$enable_shared" = yes || enable_static=yes
2576AC_MSG_RESULT([$enable_static])
2577
2578AC_LIBTOOL_CONFIG($1)
2579
2580AC_LANG_POP
2581CC="$lt_save_CC"
2582])# AC_LIBTOOL_LANG_C_CONFIG
2583
2584
2585# AC_LIBTOOL_LANG_CXX_CONFIG
2586# --------------------------
2587# Ensure that the configuration vars for the C compiler are
2588# suitably defined. Those variables are subsequently used by
2589# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
2590AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
2591AC_DEFUN([_LT_AC_LANG_CXX_CONFIG],
2592[AC_LANG_PUSH(C++)
2593AC_REQUIRE([AC_PROG_CXX])
2594AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2595
2596_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2597_LT_AC_TAGVAR(allow_undefined_flag, $1)=
2598_LT_AC_TAGVAR(always_export_symbols, $1)=no
2599_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
2600_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
2601_LT_AC_TAGVAR(hardcode_direct, $1)=no
2602_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
2603_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
2604_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2605_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
2606_LT_AC_TAGVAR(hardcode_automatic, $1)=no
2607_LT_AC_TAGVAR(module_cmds, $1)=
2608_LT_AC_TAGVAR(module_expsym_cmds, $1)=
2609_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
2610_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
2611_LT_AC_TAGVAR(no_undefined_flag, $1)=
2612_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2613_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
2614
2615# Dependencies to place before and after the object being linked:
2616_LT_AC_TAGVAR(predep_objects, $1)=
2617_LT_AC_TAGVAR(postdep_objects, $1)=
2618_LT_AC_TAGVAR(predeps, $1)=
2619_LT_AC_TAGVAR(postdeps, $1)=
2620_LT_AC_TAGVAR(compiler_lib_search_path, $1)=
2621
2622# Source file extension for C++ test sources.
2623ac_ext=cc
2624
2625# Object file extension for compiled C++ test sources.
2626objext=o
2627_LT_AC_TAGVAR(objext, $1)=$objext
2628
2629# Code to be used in simple compile tests
2630lt_simple_compile_test_code="int some_variable = 0;\n"
2631
2632# Code to be used in simple link tests
2633lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
2634
2635# ltmain only uses $CC for tagged configurations so make sure $CC is set.
2636_LT_AC_SYS_COMPILER
2637
2638# Allow CC to be a program name with arguments.
2639lt_save_CC=$CC
2640lt_save_LD=$LD
2641lt_save_GCC=$GCC
2642GCC=$GXX
2643lt_save_with_gnu_ld=$with_gnu_ld
2644lt_save_path_LD=$lt_cv_path_LD
2645if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
2646 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
2647else
2648 unset lt_cv_prog_gnu_ld
2649fi
2650if test -n "${lt_cv_path_LDCXX+set}"; then
2651 lt_cv_path_LD=$lt_cv_path_LDCXX
2652else
2653 unset lt_cv_path_LD
2654fi
2655test -z "${LDCXX+set}" || LD=$LDCXX
2656CC=${CXX-"c++"}
2657compiler=$CC
2658_LT_AC_TAGVAR(compiler, $1)=$CC
2659cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
2660
2661# We don't want -fno-exception wen compiling C++ code, so set the
2662# no_builtin_flag separately
2663if test "$GXX" = yes; then
2664 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
2665else
2666 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
2667fi
2668
2669if test "$GXX" = yes; then
2670 # Set up default GNU C++ configuration
2671
2672 AC_PROG_LD
2673
2674 # Check if GNU C++ uses GNU ld as the underlying linker, since the
2675 # archiving commands below assume that GNU ld is being used.
2676 if test "$with_gnu_ld" = yes; then
2677 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2678 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
2679
2680 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2681 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2682
2683 # If archive_cmds runs LD, not CC, wlarc should be empty
2684 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
2685 # investigate it a little bit more. (MM)
2686 wlarc='${wl}'
2687
2688 # ancient GNU ld didn't support --whole-archive et. al.
2689 if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
2690 grep 'no-whole-archive' > /dev/null; then
2691 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2692 else
2693 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2694 fi
2695 else
2696 with_gnu_ld=no
2697 wlarc=
2698
2699 # A generic and very simple default shared library creation
2700 # command for GNU C++ for the case where it uses the native
2701 # linker, instead of GNU ld. If possible, this setting should
2702 # overridden to take advantage of the native linker features on
2703 # the platform it is being used on.
2704 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2705 fi
2706
2707 # Commands to make compiler produce verbose output that lists
2708 # what "hidden" libraries, object files and flags are used when
2709 # linking a shared library.
2710 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2711
2712else
2713 GXX=no
2714 with_gnu_ld=no
2715 wlarc=
2716fi
2717
2718# PORTME: fill in a description of your system's C++ link characteristics
2719AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
2720_LT_AC_TAGVAR(ld_shlibs, $1)=yes
2721case $host_os in
2722 aix3*)
2723 # FIXME: insert proper C++ library support
2724 _LT_AC_TAGVAR(ld_shlibs, $1)=no
2725 ;;
2726 aix4* | aix5*)
2727 if test "$host_cpu" = ia64; then
2728 # On IA64, the linker does run time linking by default, so we don't
2729 # have to do anything special.
2730 aix_use_runtimelinking=no
2731 exp_sym_flag='-Bexport'
2732 no_entry_flag=""
2733 else
2734 aix_use_runtimelinking=no
2735
2736 # Test if we are trying to use run time linking or normal
2737 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
2738 # need to do runtime linking.
2739 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
2740 for ld_flag in $LDFLAGS; do
2741 case $ld_flag in
2742 *-brtl*)
2743 aix_use_runtimelinking=yes
2744 break
2745 ;;
2746 esac
2747 done
2748 esac
2749
2750 exp_sym_flag='-bexport'
2751 no_entry_flag='-bnoentry'
2752 fi
2753
2754 # When large executables or shared objects are built, AIX ld can
2755 # have problems creating the table of contents. If linking a library
2756 # or program results in "error TOC overflow" add -mminimal-toc to
2757 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
2758 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
2759
2760 _LT_AC_TAGVAR(archive_cmds, $1)=''
2761 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2762 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
2763 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2764
2765 if test "$GXX" = yes; then
2766 case $host_os in aix4.[012]|aix4.[012].*)
2767 # We only want to do this on AIX 4.2 and lower, the check
2768 # below for broken collect2 doesn't work under 4.3+
2769 collect2name=`${CC} -print-prog-name=collect2`
2770 if test -f "$collect2name" && \
2771 strings "$collect2name" | grep resolve_lib_name >/dev/null
2772 then
2773 # We have reworked collect2
2774 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2775 else
2776 # We have old collect2
2777 _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
2778 # It fails to find uninstalled libraries when the uninstalled
2779 # path is not listed in the libpath. Setting hardcode_minus_L
2780 # to unsupported forces relinking
2781 _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
2782 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2783 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2784 fi
2785 esac
2786 shared_flag='-shared'
2787 else
2788 # not using gcc
2789 if test "$host_cpu" = ia64; then
2790 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
2791 # chokes on -Wl,-G. The following line is correct:
2792 shared_flag='-G'
2793 else
2794 if test "$aix_use_runtimelinking" = yes; then
2795 shared_flag='${wl}-G'
2796 else
2797 shared_flag='${wl}-bM:SRE'
2798 fi
2799 fi
2800 fi
2801
2802 # It seems that -bexpall does not export symbols beginning with
2803 # underscore (_), so it is better to generate a list of symbols to export.
2804 _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2805 if test "$aix_use_runtimelinking" = yes; then
2806 # Warning - without using the other runtime loading flags (-brtl),
2807 # -berok will link without error, but may produce a broken library.
2808 _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
2809 # Determine the default libpath from the value encoded in an empty executable.
2810 _LT_AC_SYS_LIBPATH_AIX
2811 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2812
2813 _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
2814 else
2815 if test "$host_cpu" = ia64; then
2816 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
2817 _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
2818 _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
2819 else
2820 # Determine the default libpath from the value encoded in an empty executable.
2821 _LT_AC_SYS_LIBPATH_AIX
2822 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2823 # Warning - without using the other run time loading flags,
2824 # -berok will link without error, but may produce a broken library.
2825 _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
2826 _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
2827 # -bexpall does not export symbols beginning with underscore (_)
2828 _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2829 # Exported symbols can be pulled into shared objects from archives
2830 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
2831 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
2832 # This is similar to how AIX traditionally builds it's shared libraries.
2833 _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
2834 fi
2835 fi
2836 ;;
2837 chorus*)
2838 case $cc_basename in
2839 *)
2840 # FIXME: insert proper C++ library support
2841 _LT_AC_TAGVAR(ld_shlibs, $1)=no
2842 ;;
2843 esac
2844 ;;
2845
2846
2847 cygwin* | mingw* | pw32*)
2848 # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
2849 # as there is no search path for DLLs.
2850 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2851 _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2852 _LT_AC_TAGVAR(always_export_symbols, $1)=no
2853 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
2854
2855 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
2856 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
2857 # If the export-symbols file already is a .def file (1st line
2858 # is EXPORTS), use it as is; otherwise, prepend...
2859 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
2860 cp $export_symbols $output_objdir/$soname.def;
2861 else
2862 echo EXPORTS > $output_objdir/$soname.def;
2863 cat $export_symbols >> $output_objdir/$soname.def;
2864 fi~
2865 $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
2866 else
2867 _LT_AC_TAGVAR(ld_shlibs, $1)=no
2868 fi
2869 ;;
2870 darwin* | rhapsody*)
2871 case "$host_os" in
2872 rhapsody* | darwin1.[[012]])
2873 _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
2874 ;;
2875 *) # Darwin 1.3 on
2876 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
2877 _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
2878 else
2879 case ${MACOSX_DEPLOYMENT_TARGET} in
2880 10.[[012]])
2881 _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
2882 ;;
2883 10.*)
2884 _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
2885 ;;
2886 esac
2887 fi
2888 ;;
2889 esac
2890 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2891 _LT_AC_TAGVAR(hardcode_direct, $1)=no
2892 _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
2893 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2894 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
2895 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2896
2897 if test "$GXX" = yes ; then
2898 lt_int_apple_cc_single_mod=no
2899 output_verbose_link_cmd='echo'
2900 if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
2901 lt_int_apple_cc_single_mod=yes
2902 fi
2903 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2904 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
2905 else
2906 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
2907 fi
2908 _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2909 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
2910 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2911 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2912 else
2913 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2914 fi
2915 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2916 else
2917 case "$cc_basename" in
2918 xlc*)
2919 output_verbose_link_cmd='echo'
2920 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
2921 _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
2922 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
2923 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2924 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2925 ;;
2926 *)
2927 _LT_AC_TAGVAR(ld_shlibs, $1)=no
2928 ;;
2929 esac
2930 fi
2931 ;;
2932
2933 dgux*)
2934 case $cc_basename in
2935 ec++)
2936 # FIXME: insert proper C++ library support
2937 _LT_AC_TAGVAR(ld_shlibs, $1)=no
2938 ;;
2939 ghcx)
2940 # Green Hills C++ Compiler
2941 # FIXME: insert proper C++ library support
2942 _LT_AC_TAGVAR(ld_shlibs, $1)=no
2943 ;;
2944 *)
2945 # FIXME: insert proper C++ library support
2946 _LT_AC_TAGVAR(ld_shlibs, $1)=no
2947 ;;
2948 esac
2949 ;;
2950 freebsd[12]*)
2951 # C++ shared libraries reported to be fairly broken before switch to ELF
2952 _LT_AC_TAGVAR(ld_shlibs, $1)=no
2953 ;;
2954 freebsd-elf*)
2955 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2956 ;;
2957 freebsd* | kfreebsd*-gnu)
2958 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
2959 # conventions
2960 _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2961 ;;
2962 gnu*)
2963 ;;
2964 hpux9*)
2965 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2966 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2967 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2968 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2969 _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2970 # but as the default
2971 # location of the library.
2972
2973 case $cc_basename in
2974 CC)
2975 # FIXME: insert proper C++ library support
2976 _LT_AC_TAGVAR(ld_shlibs, $1)=no
2977 ;;
2978 aCC)
2979 _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
2980 # Commands to make compiler produce verbose output that lists
2981 # what "hidden" libraries, object files and flags are used when
2982 # linking a shared library.
2983 #
2984 # There doesn't appear to be a way to prevent this compiler from
2985 # explicitly linking system object files so we need to strip them
2986 # from the output so that they don't get included in the library
2987 # dependencies.
2988 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
2989 ;;
2990 *)
2991 if test "$GXX" = yes; then
2992 _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
2993 else
2994 # FIXME: insert proper C++ library support
2995 _LT_AC_TAGVAR(ld_shlibs, $1)=no
2996 fi
2997 ;;
2998 esac
2999 ;;
3000 hpux10*|hpux11*)
3001 if test $with_gnu_ld = no; then
3002 case "$host_cpu" in
3003 hppa*64*)
3004 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
3005 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
3006 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3007 ;;
3008 ia64*)
3009 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
3010 ;;
3011 *)
3012 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
3013 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3014 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3015 ;;
3016 esac
3017 fi
3018 case "$host_cpu" in
3019 hppa*64*)
3020 _LT_AC_TAGVAR(hardcode_direct, $1)=no
3021 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3022 ;;
3023 ia64*)
3024 _LT_AC_TAGVAR(hardcode_direct, $1)=no
3025 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3026 _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
3027 # but as the default
3028 # location of the library.
3029 ;;
3030 *)
3031 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3032 _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
3033 # but as the default
3034 # location of the library.
3035 ;;
3036 esac
3037
3038 case $cc_basename in
3039 CC)
3040 # FIXME: insert proper C++ library support
3041 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3042 ;;
3043 aCC)
3044 case "$host_cpu" in
3045 hppa*64*|ia64*)
3046 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
3047 ;;
3048 *)
3049 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3050 ;;
3051 esac
3052 # Commands to make compiler produce verbose output that lists
3053 # what "hidden" libraries, object files and flags are used when
3054 # linking a shared library.
3055 #
3056 # There doesn't appear to be a way to prevent this compiler from
3057 # explicitly linking system object files so we need to strip them
3058 # from the output so that they don't get included in the library
3059 # dependencies.
3060 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3061 ;;
3062 *)
3063 if test "$GXX" = yes; then
3064 if test $with_gnu_ld = no; then
3065 case "$host_cpu" in
3066 ia64*|hppa*64*)
3067 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
3068 ;;
3069 *)
3070 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3071 ;;
3072 esac
3073 fi
3074 else
3075 # FIXME: insert proper C++ library support
3076 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3077 fi
3078 ;;
3079 esac
3080 ;;
3081 irix5* | irix6*)
3082 case $cc_basename in
3083 CC)
3084 # SGI C++
3085 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
3086
3087 # Archives containing C++ object files must be created using
3088 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
3089 # necessary to make sure instantiated templates are included
3090 # in the archive.
3091 _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
3092 ;;
3093 *)
3094 if test "$GXX" = yes; then
3095 if test "$with_gnu_ld" = no; then
3096 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
3097 else
3098 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
3099 fi
3100 fi
3101 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3102 ;;
3103 esac
3104 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3105 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3106 ;;
3107 linux*)
3108 case $cc_basename in
3109 KCC)
3110 # Kuck and Associates, Inc. (KAI) C++ Compiler
3111
3112 # KCC will only create a shared library if the output file
3113 # ends with ".so" (or ".sl" for HP-UX), so rename the library
3114 # to its proper name (with version) after linking.
3115 _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
3116 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
3117 # Commands to make compiler produce verbose output that lists
3118 # what "hidden" libraries, object files and flags are used when
3119 # linking a shared library.
3120 #
3121 # There doesn't appear to be a way to prevent this compiler from
3122 # explicitly linking system object files so we need to strip them
3123 # from the output so that they don't get included in the library
3124 # dependencies.
3125 output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3126
3127 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
3128 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3129
3130 # Archives containing C++ object files must be created using
3131 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3132 _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3133 ;;
3134 icpc)
3135 # Intel C++
3136 with_gnu_ld=yes
3137 # version 8.0 and above of icpc choke on multiply defined symbols
3138 # if we add $predep_objects and $postdep_objects, however 7.1 and
3139 # earlier do not add the objects themselves.
3140 case `$CC -V 2>&1` in
3141 *"Version 7."*)
3142 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3143 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
3144 ;;
3145 *) # Version 8.0 or newer
3146 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
3147 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
3148 ;;
3149 esac
3150 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3151 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3152 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3153 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
3154 ;;
3155 cxx)
3156 # Compaq C++
3157 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3158 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
3159
3160 runpath_var=LD_RUN_PATH
3161 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3162 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3163
3164 # Commands to make compiler produce verbose output that lists
3165 # what "hidden" libraries, object files and flags are used when
3166 # linking a shared library.
3167 #
3168 # There doesn't appear to be a way to prevent this compiler from
3169 # explicitly linking system object files so we need to strip them
3170 # from the output so that they don't get included in the library
3171 # dependencies.
3172 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3173 ;;
3174 esac
3175 ;;
3176 lynxos*)
3177 # FIXME: insert proper C++ library support
3178 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3179 ;;
3180 m88k*)
3181 # FIXME: insert proper C++ library support
3182 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3183 ;;
3184 mvs*)
3185 case $cc_basename in
3186 cxx)
3187 # FIXME: insert proper C++ library support
3188 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3189 ;;
3190 *)
3191 # FIXME: insert proper C++ library support
3192 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3193 ;;
3194 esac
3195 ;;
3196 netbsd*)
3197 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
3198 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
3199 wlarc=
3200 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3201 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3202 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3203 fi
3204 # Workaround some broken pre-1.5 toolchains
3205 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
3206 ;;
3207 openbsd2*)
3208 # C++ shared libraries are fairly broken
3209 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3210 ;;
3211 openbsd*)
3212 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3213 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3214 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
3215 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3216 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
3217 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
3218 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3219 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
3220 fi
3221 output_verbose_link_cmd='echo'
3222 ;;
3223 osf3*)
3224 case $cc_basename in
3225 KCC)
3226 # Kuck and Associates, Inc. (KAI) C++ Compiler
3227
3228 # KCC will only create a shared library if the output file
3229 # ends with ".so" (or ".sl" for HP-UX), so rename the library
3230 # to its proper name (with version) after linking.
3231 _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
3232
3233 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3234 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3235
3236 # Archives containing C++ object files must be created using
3237 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3238 _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3239
3240 ;;
3241 RCC)
3242 # Rational C++ 2.4.1
3243 # FIXME: insert proper C++ library support
3244 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3245 ;;
3246 cxx)
3247 _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3248 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
3249
3250 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3251 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3252
3253 # Commands to make compiler produce verbose output that lists
3254 # what "hidden" libraries, object files and flags are used when
3255 # linking a shared library.
3256 #
3257 # There doesn't appear to be a way to prevent this compiler from
3258 # explicitly linking system object files so we need to strip them
3259 # from the output so that they don't get included in the library
3260 # dependencies.
3261 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3262 ;;
3263 *)
3264 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3265 _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3266 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
3267
3268 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3269 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3270
3271 # Commands to make compiler produce verbose output that lists
3272 # what "hidden" libraries, object files and flags are used when
3273 # linking a shared library.
3274 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3275
3276 else
3277 # FIXME: insert proper C++ library support
3278 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3279 fi
3280 ;;
3281 esac
3282 ;;
3283 osf4* | osf5*)
3284 case $cc_basename in
3285 KCC)
3286 # Kuck and Associates, Inc. (KAI) C++ Compiler
3287
3288 # KCC will only create a shared library if the output file
3289 # ends with ".so" (or ".sl" for HP-UX), so rename the library
3290 # to its proper name (with version) after linking.
3291 _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
3292
3293 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3294 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3295
3296 # Archives containing C++ object files must be created using
3297 # the KAI C++ compiler.
3298 _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
3299 ;;
3300 RCC)
3301 # Rational C++ 2.4.1
3302 # FIXME: insert proper C++ library support
3303 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3304 ;;
3305 cxx)
3306 _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
3307 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
3308 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
3309 echo "-hidden">> $lib.exp~
3310 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~
3311 $rm $lib.exp'
3312
3313 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3314 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3315
3316 # Commands to make compiler produce verbose output that lists
3317 # what "hidden" libraries, object files and flags are used when
3318 # linking a shared library.
3319 #
3320 # There doesn't appear to be a way to prevent this compiler from
3321 # explicitly linking system object files so we need to strip them
3322 # from the output so that they don't get included in the library
3323 # dependencies.
3324 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3325 ;;
3326 *)
3327 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3328 _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3329 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
3330
3331 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3332 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3333
3334 # Commands to make compiler produce verbose output that lists
3335 # what "hidden" libraries, object files and flags are used when
3336 # linking a shared library.
3337 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3338
3339 else
3340 # FIXME: insert proper C++ library support
3341 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3342 fi
3343 ;;
3344 esac
3345 ;;
3346 psos*)
3347 # FIXME: insert proper C++ library support
3348 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3349 ;;
3350 sco*)
3351 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3352 case $cc_basename in
3353 CC)
3354 # FIXME: insert proper C++ library support
3355 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3356 ;;
3357 *)
3358 # FIXME: insert proper C++ library support
3359 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3360 ;;
3361 esac
3362 ;;
3363 sunos4*)
3364 case $cc_basename in
3365 CC)
3366 # Sun C++ 4.x
3367 # FIXME: insert proper C++ library support
3368 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3369 ;;
3370 lcc)
3371 # Lucid
3372 # FIXME: insert proper C++ library support
3373 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3374 ;;
3375 *)
3376 # FIXME: insert proper C++ library support
3377 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3378 ;;
3379 esac
3380 ;;
3381 solaris*)
3382 case $cc_basename in
3383 CC)
3384 # Sun C++ 4.2, 5.x and Centerline C++
3385 _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3386 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3387 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3388 $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3389
3390 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3391 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3392 case $host_os in
3393 solaris2.[0-5] | solaris2.[0-5].*) ;;
3394 *)
3395 # The C++ compiler is used as linker so we must use $wl
3396 # flag to pass the commands to the underlying system
3397 # linker.
3398 # Supported since Solaris 2.6 (maybe 2.5.1?)
3399 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
3400 ;;
3401 esac
3402 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3403
3404 # Commands to make compiler produce verbose output that lists
3405 # what "hidden" libraries, object files and flags are used when
3406 # linking a shared library.
3407 #
3408 # There doesn't appear to be a way to prevent this compiler from
3409 # explicitly linking system object files so we need to strip them
3410 # from the output so that they don't get included in the library
3411 # dependencies.
3412 output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3413
3414 # Archives containing C++ object files must be created using
3415 # "CC -xar", where "CC" is the Sun C++ compiler. This is
3416 # necessary to make sure instantiated templates are included
3417 # in the archive.
3418 _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3419 ;;
3420 gcx)
3421 # Green Hills C++ Compiler
3422 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3423
3424 # The C++ compiler must be used to create the archive.
3425 _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
3426 ;;
3427 *)
3428 # GNU C++ compiler with Solaris linker
3429 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3430 _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
3431 if $CC --version | grep -v '^2\.7' > /dev/null; then
3432 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3433 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3434 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3435
3436 # Commands to make compiler produce verbose output that lists
3437 # what "hidden" libraries, object files and flags are used when
3438 # linking a shared library.
3439 output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3440 else
3441 # g++ 2.7 appears to require `-G' NOT `-shared' on this
3442 # platform.
3443 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3444 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3445 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3446
3447 # Commands to make compiler produce verbose output that lists
3448 # what "hidden" libraries, object files and flags are used when
3449 # linking a shared library.
3450 output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3451 fi
3452
3453 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
3454 fi
3455 ;;
3456 esac
3457 ;;
3458 sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
3459 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3460 ;;
3461 tandem*)
3462 case $cc_basename in
3463 NCC)
3464 # NonStop-UX NCC 3.20
3465 # FIXME: insert proper C++ library support
3466 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3467 ;;
3468 *)
3469 # FIXME: insert proper C++ library support
3470 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3471 ;;
3472 esac
3473 ;;
3474 vxworks*)
3475 # FIXME: insert proper C++ library support
3476 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3477 ;;
3478 *)
3479 # FIXME: insert proper C++ library support
3480 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3481 ;;
3482esac
3483AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
3484test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3485
3486_LT_AC_TAGVAR(GCC, $1)="$GXX"
3487_LT_AC_TAGVAR(LD, $1)="$LD"
3488
3489AC_LIBTOOL_POSTDEP_PREDEP($1)
3490AC_LIBTOOL_PROG_COMPILER_PIC($1)
3491AC_LIBTOOL_PROG_CC_C_O($1)
3492AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3493AC_LIBTOOL_PROG_LD_SHLIBS($1)
3494AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3495AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3496AC_LIBTOOL_SYS_LIB_STRIP
3497AC_LIBTOOL_DLOPEN_SELF($1)
3498
3499AC_LIBTOOL_CONFIG($1)
3500
3501AC_LANG_POP
3502CC=$lt_save_CC
3503LDCXX=$LD
3504LD=$lt_save_LD
3505GCC=$lt_save_GCC
3506with_gnu_ldcxx=$with_gnu_ld
3507with_gnu_ld=$lt_save_with_gnu_ld
3508lt_cv_path_LDCXX=$lt_cv_path_LD
3509lt_cv_path_LD=$lt_save_path_LD
3510lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
3511lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
3512])# AC_LIBTOOL_LANG_CXX_CONFIG
3513
3514# AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME])
3515# ------------------------
3516# Figure out "hidden" library dependencies from verbose
3517# compiler output when linking a shared library.
3518# Parse the compiler output and extract the necessary
3519# objects, libraries and library flags.
3520AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],[
3521dnl we can't use the lt_simple_compile_test_code here,
3522dnl because it contains code intended for an executable,
3523dnl not a library. It's possible we should let each
3524dnl tag define a new lt_????_link_test_code variable,
3525dnl but it's only used here...
3526ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
3527int a;
3528void foo (void) { a = 0; }
3529EOF
3530],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
3531class Foo
3532{
3533public:
3534 Foo (void) { a = 0; }
3535private:
3536 int a;
3537};
3538EOF
3539],[$1],[F77],[cat > conftest.$ac_ext <<EOF
3540 subroutine foo
3541 implicit none
3542 integer*4 a
3543 a=0
3544 return
3545 end
3546EOF
3547],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
3548public class foo {
3549 private int a;
3550 public void bar (void) {
3551 a = 0;
3552 }
3553};
3554EOF
3555])
3556dnl Parse the compiler output and extract the necessary
3557dnl objects, libraries and library flags.
3558if AC_TRY_EVAL(ac_compile); then
3559 # Parse the compiler output and extract the necessary
3560 # objects, libraries and library flags.
3561
3562 # Sentinel used to keep track of whether or not we are before
3563 # the conftest object file.
3564 pre_test_object_deps_done=no
3565
3566 # The `*' in the case matches for architectures that use `case' in
3567 # $output_verbose_cmd can trigger glob expansion during the loop
3568 # eval without this substitution.
3569 output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
3570
3571 for p in `eval $output_verbose_link_cmd`; do
3572 case $p in
3573
3574 -L* | -R* | -l*)
3575 # Some compilers place space between "-{L,R}" and the path.
3576 # Remove the space.
3577 if test $p = "-L" \
3578 || test $p = "-R"; then
3579 prev=$p
3580 continue
3581 else
3582 prev=
3583 fi
3584
3585 if test "$pre_test_object_deps_done" = no; then
3586 case $p in
3587 -L* | -R*)
3588 # Internal compiler library paths should come after those
3589 # provided the user. The postdeps already come after the
3590 # user supplied libs so there is no need to process them.
3591 if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
3592 _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
3593 else
3594 _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
3595 fi
3596 ;;
3597 # The "-l" case would never come before the object being
3598 # linked, so don't bother handling this case.
3599 esac
3600 else
3601 if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
3602 _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
3603 else
3604 _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
3605 fi
3606 fi
3607 ;;
3608
3609 *.$objext)
3610 # This assumes that the test object file only shows up
3611 # once in the compiler output.
3612 if test "$p" = "conftest.$objext"; then
3613 pre_test_object_deps_done=yes
3614 continue
3615 fi
3616
3617 if test "$pre_test_object_deps_done" = no; then
3618 if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
3619 _LT_AC_TAGVAR(predep_objects, $1)="$p"
3620 else
3621 _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
3622 fi
3623 else
3624 if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
3625 _LT_AC_TAGVAR(postdep_objects, $1)="$p"
3626 else
3627 _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
3628 fi
3629 fi
3630 ;;
3631
3632 *) ;; # Ignore the rest.
3633
3634 esac
3635 done
3636
3637 # Clean up.
3638 rm -f a.out a.exe
3639else
3640 echo "libtool.m4: error: problem compiling $1 test program"
3641fi
3642
3643$rm -f confest.$objext
3644
3645case " $_LT_AC_TAGVAR(postdeps, $1) " in
3646*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
3647esac
3648])# AC_LIBTOOL_POSTDEP_PREDEP
3649
3650# AC_LIBTOOL_LANG_F77_CONFIG
3651# ------------------------
3652# Ensure that the configuration vars for the C compiler are
3653# suitably defined. Those variables are subsequently used by
3654# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
3655AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
3656AC_DEFUN([_LT_AC_LANG_F77_CONFIG],
3657[AC_REQUIRE([AC_PROG_F77])
3658AC_LANG_PUSH(Fortran 77)
3659
3660_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3661_LT_AC_TAGVAR(allow_undefined_flag, $1)=
3662_LT_AC_TAGVAR(always_export_symbols, $1)=no
3663_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
3664_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
3665_LT_AC_TAGVAR(hardcode_direct, $1)=no
3666_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
3667_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
3668_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3669_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
3670_LT_AC_TAGVAR(hardcode_automatic, $1)=no
3671_LT_AC_TAGVAR(module_cmds, $1)=
3672_LT_AC_TAGVAR(module_expsym_cmds, $1)=
3673_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
3674_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3675_LT_AC_TAGVAR(no_undefined_flag, $1)=
3676_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3677_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
3678
3679# Source file extension for f77 test sources.
3680ac_ext=f
3681
3682# Object file extension for compiled f77 test sources.
3683objext=o
3684_LT_AC_TAGVAR(objext, $1)=$objext
3685
3686# Code to be used in simple compile tests
3687lt_simple_compile_test_code=" subroutine t\n return\n end\n"
3688
3689# Code to be used in simple link tests
3690lt_simple_link_test_code=" program t\n end\n"
3691
3692# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3693_LT_AC_SYS_COMPILER
3694
3695# Allow CC to be a program name with arguments.
3696lt_save_CC="$CC"
3697CC=${F77-"f77"}
3698compiler=$CC
3699_LT_AC_TAGVAR(compiler, $1)=$CC
3700cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
3701
3702AC_MSG_CHECKING([if libtool supports shared libraries])
3703AC_MSG_RESULT([$can_build_shared])
3704
3705AC_MSG_CHECKING([whether to build shared libraries])
3706test "$can_build_shared" = "no" && enable_shared=no
3707
3708# On AIX, shared libraries and static libraries use the same namespace, and
3709# are all built from PIC.
3710case "$host_os" in
3711aix3*)
3712 test "$enable_shared" = yes && enable_static=no
3713 if test -n "$RANLIB"; then
3714 archive_cmds="$archive_cmds~\$RANLIB \$lib"
3715 postinstall_cmds='$RANLIB $lib'
3716 fi
3717 ;;
3718aix4* | aix5*)
3719 test "$enable_shared" = yes && enable_static=no
3720 ;;
3721esac
3722AC_MSG_RESULT([$enable_shared])
3723
3724AC_MSG_CHECKING([whether to build static libraries])
3725# Make sure either enable_shared or enable_static is yes.
3726test "$enable_shared" = yes || enable_static=yes
3727AC_MSG_RESULT([$enable_static])
3728
3729test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3730
3731_LT_AC_TAGVAR(GCC, $1)="$G77"
3732_LT_AC_TAGVAR(LD, $1)="$LD"
3733
3734AC_LIBTOOL_PROG_COMPILER_PIC($1)
3735AC_LIBTOOL_PROG_CC_C_O($1)
3736AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3737AC_LIBTOOL_PROG_LD_SHLIBS($1)
3738AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3739AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3740AC_LIBTOOL_SYS_LIB_STRIP
3741
3742
3743AC_LIBTOOL_CONFIG($1)
3744
3745AC_LANG_POP
3746CC="$lt_save_CC"
3747])# AC_LIBTOOL_LANG_F77_CONFIG
3748
3749
3750# AC_LIBTOOL_LANG_GCJ_CONFIG
3751# --------------------------
3752# Ensure that the configuration vars for the C compiler are
3753# suitably defined. Those variables are subsequently used by
3754# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
3755AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
3756AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG],
3757[AC_LANG_SAVE
3758
3759# Source file extension for Java test sources.
3760ac_ext=java
3761
3762# Object file extension for compiled Java test sources.
3763objext=o
3764_LT_AC_TAGVAR(objext, $1)=$objext
3765
3766# Code to be used in simple compile tests
3767lt_simple_compile_test_code="class foo {}\n"
3768
3769# Code to be used in simple link tests
3770lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
3771
3772# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3773_LT_AC_SYS_COMPILER
3774
3775# Allow CC to be a program name with arguments.
3776lt_save_CC="$CC"
3777CC=${GCJ-"gcj"}
3778compiler=$CC
3779_LT_AC_TAGVAR(compiler, $1)=$CC
3780
3781# GCJ did not exist at the time GCC didn't implicitly link libc in.
3782_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3783
3784AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
3785AC_LIBTOOL_PROG_COMPILER_PIC($1)
3786AC_LIBTOOL_PROG_CC_C_O($1)
3787AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3788AC_LIBTOOL_PROG_LD_SHLIBS($1)
3789AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3790AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3791AC_LIBTOOL_SYS_LIB_STRIP
3792AC_LIBTOOL_DLOPEN_SELF($1)
3793
3794AC_LIBTOOL_CONFIG($1)
3795
3796AC_LANG_RESTORE
3797CC="$lt_save_CC"
3798])# AC_LIBTOOL_LANG_GCJ_CONFIG
3799
3800
3801# AC_LIBTOOL_LANG_RC_CONFIG
3802# --------------------------
3803# Ensure that the configuration vars for the Windows resource compiler are
3804# suitably defined. Those variables are subsequently used by
3805# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
3806AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
3807AC_DEFUN([_LT_AC_LANG_RC_CONFIG],
3808[AC_LANG_SAVE
3809
3810# Source file extension for RC test sources.
3811ac_ext=rc
3812
3813# Object file extension for compiled RC test sources.
3814objext=o
3815_LT_AC_TAGVAR(objext, $1)=$objext
3816
3817# Code to be used in simple compile tests
3818lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
3819
3820# Code to be used in simple link tests
3821lt_simple_link_test_code="$lt_simple_compile_test_code"
3822
3823# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3824_LT_AC_SYS_COMPILER
3825
3826# Allow CC to be a program name with arguments.
3827lt_save_CC="$CC"
3828CC=${RC-"windres"}
3829compiler=$CC
3830_LT_AC_TAGVAR(compiler, $1)=$CC
3831_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
3832
3833AC_LIBTOOL_CONFIG($1)
3834
3835AC_LANG_RESTORE
3836CC="$lt_save_CC"
3837])# AC_LIBTOOL_LANG_RC_CONFIG
3838
3839
3840# AC_LIBTOOL_CONFIG([TAGNAME])
3841# ----------------------------
3842# If TAGNAME is not passed, then create an initial libtool script
3843# with a default configuration from the untagged config vars. Otherwise
3844# add code to config.status for appending the configuration named by
3845# TAGNAME from the matching tagged config vars.
3846AC_DEFUN([AC_LIBTOOL_CONFIG],
3847[# The else clause should only fire when bootstrapping the
3848# libtool distribution, otherwise you forgot to ship ltmain.sh
3849# with your package, and you will get complaints that there are
3850# no rules to generate ltmain.sh.
3851if test -f "$ltmain"; then
3852 # See if we are running on zsh, and set the options which allow our commands through
3853 # without removal of \ escapes.
3854 if test -n "${ZSH_VERSION+set}" ; then
3855 setopt NO_GLOB_SUBST
3856 fi
3857 # Now quote all the things that may contain metacharacters while being
3858 # careful not to overquote the AC_SUBSTed values. We take copies of the
3859 # variables and quote the copies for generation of the libtool script.
3860 for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
3861 SED SHELL STRIP \
3862 libname_spec library_names_spec soname_spec extract_expsyms_cmds \
3863 old_striplib striplib file_magic_cmd finish_cmds finish_eval \
3864 deplibs_check_method reload_flag reload_cmds need_locks \
3865 lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
3866 lt_cv_sys_global_symbol_to_c_name_address \
3867 sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
3868 old_postinstall_cmds old_postuninstall_cmds \
3869 _LT_AC_TAGVAR(compiler, $1) \
3870 _LT_AC_TAGVAR(CC, $1) \
3871 _LT_AC_TAGVAR(LD, $1) \
3872 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
3873 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
3874 _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
3875 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
3876 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
3877 _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
3878 _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
3879 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
3880 _LT_AC_TAGVAR(old_archive_cmds, $1) \
3881 _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
3882 _LT_AC_TAGVAR(predep_objects, $1) \
3883 _LT_AC_TAGVAR(postdep_objects, $1) \
3884 _LT_AC_TAGVAR(predeps, $1) \
3885 _LT_AC_TAGVAR(postdeps, $1) \
3886 _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
3887 _LT_AC_TAGVAR(archive_cmds, $1) \
3888 _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
3889 _LT_AC_TAGVAR(postinstall_cmds, $1) \
3890 _LT_AC_TAGVAR(postuninstall_cmds, $1) \
3891 _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
3892 _LT_AC_TAGVAR(allow_undefined_flag, $1) \
3893 _LT_AC_TAGVAR(no_undefined_flag, $1) \
3894 _LT_AC_TAGVAR(export_symbols_cmds, $1) \
3895 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
3896 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
3897 _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
3898 _LT_AC_TAGVAR(hardcode_automatic, $1) \
3899 _LT_AC_TAGVAR(module_cmds, $1) \
3900 _LT_AC_TAGVAR(module_expsym_cmds, $1) \
3901 _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
3902 _LT_AC_TAGVAR(exclude_expsyms, $1) \
3903 _LT_AC_TAGVAR(include_expsyms, $1); do
3904
3905 case $var in
3906 _LT_AC_TAGVAR(old_archive_cmds, $1) | \
3907 _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
3908 _LT_AC_TAGVAR(archive_cmds, $1) | \
3909 _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
3910 _LT_AC_TAGVAR(module_cmds, $1) | \
3911 _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
3912 _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
3913 _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
3914 extract_expsyms_cmds | reload_cmds | finish_cmds | \
3915 postinstall_cmds | postuninstall_cmds | \
3916 old_postinstall_cmds | old_postuninstall_cmds | \
3917 sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
3918 # Double-quote double-evaled strings.
3919 eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
3920 ;;
3921 *)
3922 eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
3923 ;;
3924 esac
3925 done
3926
3927 case $lt_echo in
3928 *'\[$]0 --fallback-echo"')
3929 lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
3930 ;;
3931 esac
3932
3933ifelse([$1], [],
3934 [cfgfile="${ofile}T"
3935 trap "$rm \"$cfgfile\"; exit 1" 1 2 15
3936 $rm -f "$cfgfile"
3937 AC_MSG_NOTICE([creating $ofile])],
3938 [cfgfile="$ofile"])
3939
3940 cat <<__EOF__ >> "$cfgfile"
3941ifelse([$1], [],
3942[#! $SHELL
3943
3944# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
3945# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
3946# NOTE: Changes made to this file will be lost: look at ltmain.sh.
3947#
3948# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
3949# Free Software Foundation, Inc.
3950#
3951# This file is part of GNU Libtool:
3952# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
3953#
3954# This program is free software; you can redistribute it and/or modify
3955# it under the terms of the GNU General Public License as published by
3956# the Free Software Foundation; either version 2 of the License, or
3957# (at your option) any later version.
3958#
3959# This program is distributed in the hope that it will be useful, but
3960# WITHOUT ANY WARRANTY; without even the implied warranty of
3961# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
3962# General Public License for more details.
3963#
3964# You should have received a copy of the GNU General Public License
3965# along with this program; if not, write to the Free Software
3966# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
3967#
3968# As a special exception to the GNU General Public License, if you
3969# distribute this file as part of a program that contains a
3970# configuration script generated by Autoconf, you may include it under
3971# the same distribution terms that you use for the rest of that program.
3972
3973# A sed program that does not truncate output.
3974SED=$lt_SED
3975
3976# Sed that helps us avoid accidentally triggering echo(1) options like -n.
3977Xsed="$SED -e s/^X//"
3978
3979# The HP-UX ksh and POSIX shell print the target directory to stdout
3980# if CDPATH is set.
3981(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3982
3983# The names of the tagged configurations supported by this script.
3984available_tags=
3985
3986# ### BEGIN LIBTOOL CONFIG],
3987[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
3988
3989# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3990
3991# Shell to use when invoking shell scripts.
3992SHELL=$lt_SHELL
3993
3994# Whether or not to build shared libraries.
3995build_libtool_libs=$enable_shared
3996
3997# Whether or not to build static libraries.
3998build_old_libs=$enable_static
3999
4000# Whether or not to add -lc for building shared libraries.
4001build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
4002
4003# Whether or not to disallow shared libs when runtime libs are static
4004allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
4005
4006# Whether or not to optimize for fast installation.
4007fast_install=$enable_fast_install
4008
4009# The host system.
4010host_alias=$host_alias
4011host=$host
4012
4013# An echo program that does not interpret backslashes.
4014echo=$lt_echo
4015
4016# The archiver.
4017AR=$lt_AR
4018AR_FLAGS=$lt_AR_FLAGS
4019
4020# A C compiler.
4021LTCC=$lt_LTCC
4022
4023# A language-specific compiler.
4024CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
4025
4026# Is the compiler the GNU C compiler?
4027with_gcc=$_LT_AC_TAGVAR(GCC, $1)
4028
4029# An ERE matcher.
4030EGREP=$lt_EGREP
4031
4032# The linker used to build libraries.
4033LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
4034
4035# Whether we need hard or soft links.
4036LN_S=$lt_LN_S
4037
4038# A BSD-compatible nm program.
4039NM=$lt_NM
4040
4041# A symbol stripping program
4042STRIP=$lt_STRIP
4043
4044# Used to examine libraries when file_magic_cmd begins "file"
4045MAGIC_CMD=$MAGIC_CMD
4046
4047# Used on cygwin: DLL creation program.
4048DLLTOOL="$DLLTOOL"
4049
4050# Used on cygwin: object dumper.
4051OBJDUMP="$OBJDUMP"
4052
4053# Used on cygwin: assembler.
4054AS="$AS"
4055
4056# The name of the directory that contains temporary libtool files.
4057objdir=$objdir
4058
4059# How to create reloadable object files.
4060reload_flag=$lt_reload_flag
4061reload_cmds=$lt_reload_cmds
4062
4063# How to pass a linker flag through the compiler.
4064wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
4065
4066# Object file suffix (normally "o").
4067objext="$ac_objext"
4068
4069# Old archive suffix (normally "a").
4070libext="$libext"
4071
4072# Shared library suffix (normally ".so").
4073shrext_cmds='$shrext_cmds'
4074
4075# Executable file suffix (normally "").
4076exeext="$exeext"
4077
4078# Additional compiler flags for building library objects.
4079pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
4080pic_mode=$pic_mode
4081
4082# What is the maximum length of a command?
4083max_cmd_len=$lt_cv_sys_max_cmd_len
4084
4085# Does compiler simultaneously support -c and -o options?
4086compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
4087
4088# Must we lock files when doing compilation ?
4089need_locks=$lt_need_locks
4090
4091# Do we need the lib prefix for modules?
4092need_lib_prefix=$need_lib_prefix
4093
4094# Do we need a version for libraries?
4095need_version=$need_version
4096
4097# Whether dlopen is supported.
4098dlopen_support=$enable_dlopen
4099
4100# Whether dlopen of programs is supported.
4101dlopen_self=$enable_dlopen_self
4102
4103# Whether dlopen of statically linked programs is supported.
4104dlopen_self_static=$enable_dlopen_self_static
4105
4106# Compiler flag to prevent dynamic linking.
4107link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
4108
4109# Compiler flag to turn off builtin functions.
4110no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
4111
4112# Compiler flag to allow reflexive dlopens.
4113export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
4114
4115# Compiler flag to generate shared objects directly from archives.
4116whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
4117
4118# Compiler flag to generate thread-safe objects.
4119thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
4120
4121# Library versioning type.
4122version_type=$version_type
4123
4124# Format of library name prefix.
4125libname_spec=$lt_libname_spec
4126
4127# List of archive names. First name is the real one, the rest are links.
4128# The last name is the one that the linker finds with -lNAME.
4129library_names_spec=$lt_library_names_spec
4130
4131# The coded name of the library, if different from the real name.
4132soname_spec=$lt_soname_spec
4133
4134# Commands used to build and install an old-style archive.
4135RANLIB=$lt_RANLIB
4136old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
4137old_postinstall_cmds=$lt_old_postinstall_cmds
4138old_postuninstall_cmds=$lt_old_postuninstall_cmds
4139
4140# Create an old-style archive from a shared archive.
4141old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
4142
4143# Create a temporary old-style archive to link instead of a shared archive.
4144old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
4145
4146# Commands used to build and install a shared archive.
4147archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
4148archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
4149postinstall_cmds=$lt_postinstall_cmds
4150postuninstall_cmds=$lt_postuninstall_cmds
4151
4152# Commands used to build a loadable module (assumed same as above if empty)
4153module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
4154module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
4155
4156# Commands to strip libraries.
4157old_striplib=$lt_old_striplib
4158striplib=$lt_striplib
4159
4160# Dependencies to place before the objects being linked to create a
4161# shared library.
4162predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
4163
4164# Dependencies to place after the objects being linked to create a
4165# shared library.
4166postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
4167
4168# Dependencies to place before the objects being linked to create a
4169# shared library.
4170predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
4171
4172# Dependencies to place after the objects being linked to create a
4173# shared library.
4174postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
4175
4176# The library search path used internally by the compiler when linking
4177# a shared library.
4178compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
4179
4180# Method to check whether dependent libraries are shared objects.
4181deplibs_check_method=$lt_deplibs_check_method
4182
4183# Command to use when deplibs_check_method == file_magic.
4184file_magic_cmd=$lt_file_magic_cmd
4185
4186# Flag that allows shared libraries with undefined symbols to be built.
4187allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
4188
4189# Flag that forces no undefined symbols.
4190no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
4191
4192# Commands used to finish a libtool library installation in a directory.
4193finish_cmds=$lt_finish_cmds
4194
4195# Same as above, but a single script fragment to be evaled but not shown.
4196finish_eval=$lt_finish_eval
4197
4198# Take the output of nm and produce a listing of raw symbols and C names.
4199global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
4200
4201# Transform the output of nm in a proper C declaration
4202global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
4203
4204# Transform the output of nm in a C name address pair
4205global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
4206
4207# This is the shared library runtime path variable.
4208runpath_var=$runpath_var
4209
4210# This is the shared library path variable.
4211shlibpath_var=$shlibpath_var
4212
4213# Is shlibpath searched before the hard-coded library search path?
4214shlibpath_overrides_runpath=$shlibpath_overrides_runpath
4215
4216# How to hardcode a shared library path into an executable.
4217hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
4218
4219# Whether we should hardcode library paths into libraries.
4220hardcode_into_libs=$hardcode_into_libs
4221
4222# Flag to hardcode \$libdir into a binary during linking.
4223# This must work even if \$libdir does not exist.
4224hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
4225
4226# If ld is used when linking, flag to hardcode \$libdir into
4227# a binary during linking. This must work even if \$libdir does
4228# not exist.
4229hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
4230
4231# Whether we need a single -rpath flag with a separated argument.
4232hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
4233
4234# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
4235# resulting binary.
4236hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
4237
4238# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
4239# resulting binary.
4240hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
4241
4242# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
4243# the resulting binary.
4244hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
4245
4246# Set to yes if building a shared library automatically hardcodes DIR into the library
4247# and all subsequent libraries and executables linked against it.
4248hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
4249
4250# Variables whose values should be saved in libtool wrapper scripts and
4251# restored at relink time.
4252variables_saved_for_relink="$variables_saved_for_relink"
4253
4254# Whether libtool must link a program against all its dependency libraries.
4255link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
4256
4257# Compile-time system search path for libraries
4258sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
4259
4260# Run-time system search path for libraries
4261sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
4262
4263# Fix the shell variable \$srcfile for the compiler.
4264fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
4265
4266# Set to yes if exported symbols are required.
4267always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
4268
4269# The commands to list exported symbols.
4270export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
4271
4272# The commands to extract the exported symbol list from a shared archive.
4273extract_expsyms_cmds=$lt_extract_expsyms_cmds
4274
4275# Symbols that should not be listed in the preloaded symbols.
4276exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
4277
4278# Symbols that must always be exported.
4279include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
4280
4281ifelse([$1],[],
4282[# ### END LIBTOOL CONFIG],
4283[# ### END LIBTOOL TAG CONFIG: $tagname])
4284
4285__EOF__
4286
4287ifelse([$1],[], [
4288 case $host_os in
4289 aix3*)
4290 cat <<\EOF >> "$cfgfile"
4291
4292# AIX sometimes has problems with the GCC collect2 program. For some
4293# reason, if we set the COLLECT_NAMES environment variable, the problems
4294# vanish in a puff of smoke.
4295if test "X${COLLECT_NAMES+set}" != Xset; then
4296 COLLECT_NAMES=
4297 export COLLECT_NAMES
4298fi
4299EOF
4300 ;;
4301 esac
4302
4303 # We use sed instead of cat because bash on DJGPP gets confused if
4304 # if finds mixed CR/LF and LF-only lines. Since sed operates in
4305 # text mode, it properly converts lines to CR/LF. This bash problem
4306 # is reportedly fixed, but why not run on old versions too?
4307 sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
4308
4309 mv -f "$cfgfile" "$ofile" || \
4310 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
4311 chmod +x "$ofile"
4312])
4313else
4314 # If there is no Makefile yet, we rely on a make rule to execute
4315 # `config.status --recheck' to rerun these tests and create the
4316 # libtool script then.
4317 ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
4318 if test -f "$ltmain_in"; then
4319 test -f Makefile && make "$ltmain"
4320 fi
4321fi
4322])# AC_LIBTOOL_CONFIG
4323
4324
4325# AC_LIBTOOL_PROG_COMPILER_NO_RTTI([TAGNAME])
4326# -------------------------------------------
4327AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI],
4328[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
4329
4330_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
4331
4332if test "$GCC" = yes; then
4333 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
4334
4335 AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
4336 lt_cv_prog_compiler_rtti_exceptions,
4337 [-fno-rtti -fno-exceptions], [],
4338 [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
4339fi
4340])# AC_LIBTOOL_PROG_COMPILER_NO_RTTI
4341
4342
4343# AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
4344# ---------------------------------
4345AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE],
4346[AC_REQUIRE([AC_CANONICAL_HOST])
4347AC_REQUIRE([AC_PROG_NM])
4348AC_REQUIRE([AC_OBJEXT])
4349# Check for command to grab the raw symbol name followed by C symbol from nm.
4350AC_MSG_CHECKING([command to parse $NM output from $compiler object])
4351AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
4352[
4353# These are sane defaults that work on at least a few old systems.
4354# [They come from Ultrix. What could be older than Ultrix?!! ;)]
4355
4356# Character class describing NM global symbol codes.
4357symcode='[[BCDEGRST]]'
4358
4359# Regexp to match symbols that can be accessed directly from C.
4360sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
4361
4362# Transform the above into a raw symbol and a C symbol.
4363symxfrm='\1 \2\3 \3'
4364
4365# Transform an extracted symbol line into a proper C declaration
4366lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
4367
4368# Transform an extracted symbol line into symbol name and symbol address
4369lt_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'"
4370
4371# Define system-specific variables.
4372case $host_os in
4373aix*)
4374 symcode='[[BCDT]]'
4375 ;;
4376cygwin* | mingw* | pw32*)
4377 symcode='[[ABCDGISTW]]'
4378 ;;
4379hpux*) # Its linker distinguishes data from code symbols
4380 if test "$host_cpu" = ia64; then
4381 symcode='[[ABCDEGRST]]'
4382 fi
4383 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4384 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'"
4385 ;;
4386linux*)
4387 if test "$host_cpu" = ia64; then
4388 symcode='[[ABCDGIRSTW]]'
4389 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4390 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'"
4391 fi
4392 ;;
4393irix* | nonstopux*)
4394 symcode='[[BCDEGRST]]'
4395 ;;
4396osf*)
4397 symcode='[[BCDEGQRST]]'
4398 ;;
4399solaris* | sysv5*)
4400 symcode='[[BDRT]]'
4401 ;;
4402sysv4)
4403 symcode='[[DFNSTU]]'
4404 ;;
4405esac
4406
4407# Handle CRLF in mingw tool chain
4408opt_cr=
4409case $build_os in
4410mingw*)
4411 opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4412 ;;
4413esac
4414
4415# If we're using GNU nm, then use its standard symbol codes.
4416case `$NM -V 2>&1` in
4417*GNU* | *'with BFD'*)
4418 symcode='[[ABCDGIRSTW]]' ;;
4419esac
4420
4421# Try without a prefix undercore, then with it.
4422for ac_symprfx in "" "_"; do
4423
4424 # Write the raw and C identifiers.
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: