http://prdownloads.sourceforge.net/lufs/lufs-0.9.7.tar.gz?download
[lufs.git] / aclocal.m4
1 # generated automatically by aclocal 1.7.8 -*- Autoconf -*-
2
3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
4 # Free Software Foundation, Inc.
5 # This file is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 # Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*-
15
16 # Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
17
18 # This program is free software; you can redistribute it and/or modify
19 # it under the terms of the GNU General Public License as published by
20 # the Free Software Foundation; either version 2, or (at your option)
21 # any later version.
22
23 # This program is distributed in the hope that it will be useful,
24 # but WITHOUT ANY WARRANTY; without even the implied warranty of
25 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26 # GNU General Public License for more details.
27
28 # You should have received a copy of the GNU General Public License
29 # along with this program; if not, write to the Free Software
30 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
31 # 02111-1307, USA.
32
33 AC_PREREQ([2.52])
34
35 # serial 6
36
37 # AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
38 AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
39
40 # Do all the work for Automake.                            -*- Autoconf -*-
41
42 # This macro actually does too much some checks are only needed if
43 # your package does certain things.  But this isn't really a big deal.
44
45 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
46 # Free Software Foundation, Inc.
47
48 # This program is free software; you can redistribute it and/or modify
49 # it under the terms of the GNU General Public License as published by
50 # the Free Software Foundation; either version 2, or (at your option)
51 # any later version.
52
53 # This program is distributed in the hope that it will be useful,
54 # but WITHOUT ANY WARRANTY; without even the implied warranty of
55 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56 # GNU General Public License for more details.
57
58 # You should have received a copy of the GNU General Public License
59 # along with this program; if not, write to the Free Software
60 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
61 # 02111-1307, USA.
62
63 # serial 10
64
65 AC_PREREQ([2.54])
66
67 # Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
68 # the ones we care about.
69 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
70
71 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
72 # AM_INIT_AUTOMAKE([OPTIONS])
73 # -----------------------------------------------
74 # The call with PACKAGE and VERSION arguments is the old style
75 # call (pre autoconf-2.50), which is being phased out.  PACKAGE
76 # and VERSION should now be passed to AC_INIT and removed from
77 # the call to AM_INIT_AUTOMAKE.
78 # We support both call styles for the transition.  After
79 # the next Automake release, Autoconf can make the AC_INIT
80 # arguments mandatory, and then we can depend on a new Autoconf
81 # release and drop the old call support.
82 AC_DEFUN([AM_INIT_AUTOMAKE],
83 [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
84  AC_REQUIRE([AC_PROG_INSTALL])dnl
85 # test to see if srcdir already configured
86 if test "`cd $srcdir && pwd`" != "`pwd`" &&
87    test -f $srcdir/config.status; then
88   AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
89 fi
90
91 # test whether we have cygpath
92 if test -z "$CYGPATH_W"; then
93   if (cygpath --version) >/dev/null 2>/dev/null; then
94     CYGPATH_W='cygpath -w'
95   else
96     CYGPATH_W=echo
97   fi
98 fi
99 AC_SUBST([CYGPATH_W])
100
101 # Define the identity of the package.
102 dnl Distinguish between old-style and new-style calls.
103 m4_ifval([$2],
104 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
105  AC_SUBST([PACKAGE], [$1])dnl
106  AC_SUBST([VERSION], [$2])],
107 [_AM_SET_OPTIONS([$1])dnl
108  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
109  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
110
111 _AM_IF_OPTION([no-define],,
112 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
113  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
114
115 # Some tools Automake needs.
116 AC_REQUIRE([AM_SANITY_CHECK])dnl
117 AC_REQUIRE([AC_ARG_PROGRAM])dnl
118 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
119 AM_MISSING_PROG(AUTOCONF, autoconf)
120 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
121 AM_MISSING_PROG(AUTOHEADER, autoheader)
122 AM_MISSING_PROG(MAKEINFO, makeinfo)
123 AM_MISSING_PROG(AMTAR, tar)
124 AM_PROG_INSTALL_SH
125 AM_PROG_INSTALL_STRIP
126 # We need awk for the "check" target.  The system "awk" is bad on
127 # some platforms.
128 AC_REQUIRE([AC_PROG_AWK])dnl
129 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
130 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
131
132 _AM_IF_OPTION([no-dependencies],,
133 [AC_PROVIDE_IFELSE([AC_PROG_CC],
134                   [_AM_DEPENDENCIES(CC)],
135                   [define([AC_PROG_CC],
136                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
137 AC_PROVIDE_IFELSE([AC_PROG_CXX],
138                   [_AM_DEPENDENCIES(CXX)],
139                   [define([AC_PROG_CXX],
140                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
141 ])
142 ])
143
144
145 # When config.status generates a header, we must update the stamp-h file.
146 # This file resides in the same directory as the config header
147 # that is generated.  The stamp files are numbered to have different names.
148
149 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
150 # loop where config.status creates the headers, so we can generate
151 # our stamp files there.
152 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
153 [# Compute $1's index in $config_headers.
154 _am_stamp_count=1
155 for _am_header in $config_headers :; do
156   case $_am_header in
157     $1 | $1:* )
158       break ;;
159     * )
160       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
161   esac
162 done
163 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
164
165 # Copyright 2002  Free Software Foundation, Inc.
166
167 # This program is free software; you can redistribute it and/or modify
168 # it under the terms of the GNU General Public License as published by
169 # the Free Software Foundation; either version 2, or (at your option)
170 # any later version.
171
172 # This program is distributed in the hope that it will be useful,
173 # but WITHOUT ANY WARRANTY; without even the implied warranty of
174 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
175 # GNU General Public License for more details.
176
177 # You should have received a copy of the GNU General Public License
178 # along with this program; if not, write to the Free Software
179 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
180
181 # AM_AUTOMAKE_VERSION(VERSION)
182 # ----------------------------
183 # Automake X.Y traces this macro to ensure aclocal.m4 has been
184 # generated from the m4 files accompanying Automake X.Y.
185 AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"])
186
187 # AM_SET_CURRENT_AUTOMAKE_VERSION
188 # -------------------------------
189 # Call AM_AUTOMAKE_VERSION so it can be traced.
190 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
191 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
192          [AM_AUTOMAKE_VERSION([1.7.8])])
193
194 # Helper functions for option handling.                    -*- Autoconf -*-
195
196 # Copyright 2001, 2002  Free Software Foundation, Inc.
197
198 # This program is free software; you can redistribute it and/or modify
199 # it under the terms of the GNU General Public License as published by
200 # the Free Software Foundation; either version 2, or (at your option)
201 # any later version.
202
203 # This program is distributed in the hope that it will be useful,
204 # but WITHOUT ANY WARRANTY; without even the implied warranty of
205 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
206 # GNU General Public License for more details.
207
208 # You should have received a copy of the GNU General Public License
209 # along with this program; if not, write to the Free Software
210 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
211 # 02111-1307, USA.
212
213 # serial 2
214
215 # _AM_MANGLE_OPTION(NAME)
216 # -----------------------
217 AC_DEFUN([_AM_MANGLE_OPTION],
218 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
219
220 # _AM_SET_OPTION(NAME)
221 # ------------------------------
222 # Set option NAME.  Presently that only means defining a flag for this option.
223 AC_DEFUN([_AM_SET_OPTION],
224 [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
225
226 # _AM_SET_OPTIONS(OPTIONS)
227 # ----------------------------------
228 # OPTIONS is a space-separated list of Automake options.
229 AC_DEFUN([_AM_SET_OPTIONS],
230 [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
231
232 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
233 # -------------------------------------------
234 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
235 AC_DEFUN([_AM_IF_OPTION],
236 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
237
238 #
239 # Check to make sure that the build environment is sane.
240 #
241
242 # Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
243
244 # This program is free software; you can redistribute it and/or modify
245 # it under the terms of the GNU General Public License as published by
246 # the Free Software Foundation; either version 2, or (at your option)
247 # any later version.
248
249 # This program is distributed in the hope that it will be useful,
250 # but WITHOUT ANY WARRANTY; without even the implied warranty of
251 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
252 # GNU General Public License for more details.
253
254 # You should have received a copy of the GNU General Public License
255 # along with this program; if not, write to the Free Software
256 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
257 # 02111-1307, USA.
258
259 # serial 3
260
261 # AM_SANITY_CHECK
262 # ---------------
263 AC_DEFUN([AM_SANITY_CHECK],
264 [AC_MSG_CHECKING([whether build environment is sane])
265 # Just in case
266 sleep 1
267 echo timestamp > conftest.file
268 # Do `set' in a subshell so we don't clobber the current shell's
269 # arguments.  Must try -L first in case configure is actually a
270 # symlink; some systems play weird games with the mod time of symlinks
271 # (eg FreeBSD returns the mod time of the symlink's containing
272 # directory).
273 if (
274    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
275    if test "$[*]" = "X"; then
276       # -L didn't work.
277       set X `ls -t $srcdir/configure conftest.file`
278    fi
279    rm -f conftest.file
280    if test "$[*]" != "X $srcdir/configure conftest.file" \
281       && test "$[*]" != "X conftest.file $srcdir/configure"; then
282
283       # If neither matched, then we have a broken ls.  This can happen
284       # if, for instance, CONFIG_SHELL is bash and it inherits a
285       # broken ls alias from the environment.  This has actually
286       # happened.  Such a system could not be considered "sane".
287       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
288 alias in your environment])
289    fi
290
291    test "$[2]" = conftest.file
292    )
293 then
294    # Ok.
295    :
296 else
297    AC_MSG_ERROR([newly created file is older than distributed files!
298 Check your system clock])
299 fi
300 AC_MSG_RESULT(yes)])
301
302 #  -*- Autoconf -*-
303
304
305 # Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
306
307 # This program is free software; you can redistribute it and/or modify
308 # it under the terms of the GNU General Public License as published by
309 # the Free Software Foundation; either version 2, or (at your option)
310 # any later version.
311
312 # This program is distributed in the hope that it will be useful,
313 # but WITHOUT ANY WARRANTY; without even the implied warranty of
314 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
315 # GNU General Public License for more details.
316
317 # You should have received a copy of the GNU General Public License
318 # along with this program; if not, write to the Free Software
319 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
320 # 02111-1307, USA.
321
322 # serial 3
323
324 # AM_MISSING_PROG(NAME, PROGRAM)
325 # ------------------------------
326 AC_DEFUN([AM_MISSING_PROG],
327 [AC_REQUIRE([AM_MISSING_HAS_RUN])
328 $1=${$1-"${am_missing_run}$2"}
329 AC_SUBST($1)])
330
331
332 # AM_MISSING_HAS_RUN
333 # ------------------
334 # Define MISSING if not defined so far and test if it supports --run.
335 # If it does, set am_missing_run to use it, otherwise, to nothing.
336 AC_DEFUN([AM_MISSING_HAS_RUN],
337 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
338 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
339 # Use eval to expand $SHELL
340 if eval "$MISSING --run true"; then
341   am_missing_run="$MISSING --run "
342 else
343   am_missing_run=
344   AC_MSG_WARN([`missing' script is too old or missing])
345 fi
346 ])
347
348 # AM_AUX_DIR_EXPAND
349
350 # Copyright 2001 Free Software Foundation, Inc.
351
352 # This program is free software; you can redistribute it and/or modify
353 # it under the terms of the GNU General Public License as published by
354 # the Free Software Foundation; either version 2, or (at your option)
355 # any later version.
356
357 # This program is distributed in the hope that it will be useful,
358 # but WITHOUT ANY WARRANTY; without even the implied warranty of
359 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
360 # GNU General Public License for more details.
361
362 # You should have received a copy of the GNU General Public License
363 # along with this program; if not, write to the Free Software
364 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
365 # 02111-1307, USA.
366
367 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
368 # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
369 # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
370 #
371 # Of course, Automake must honor this variable whenever it calls a
372 # tool from the auxiliary directory.  The problem is that $srcdir (and
373 # therefore $ac_aux_dir as well) can be either absolute or relative,
374 # depending on how configure is run.  This is pretty annoying, since
375 # it makes $ac_aux_dir quite unusable in subdirectories: in the top
376 # source directory, any form will work fine, but in subdirectories a
377 # relative path needs to be adjusted first.
378 #
379 # $ac_aux_dir/missing
380 #    fails when called from a subdirectory if $ac_aux_dir is relative
381 # $top_srcdir/$ac_aux_dir/missing
382 #    fails if $ac_aux_dir is absolute,
383 #    fails when called from a subdirectory in a VPATH build with
384 #          a relative $ac_aux_dir
385 #
386 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
387 # are both prefixed by $srcdir.  In an in-source build this is usually
388 # harmless because $srcdir is `.', but things will broke when you
389 # start a VPATH build or use an absolute $srcdir.
390 #
391 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
392 # iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
393 #   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
394 # and then we would define $MISSING as
395 #   MISSING="\${SHELL} $am_aux_dir/missing"
396 # This will work as long as MISSING is not called from configure, because
397 # unfortunately $(top_srcdir) has no meaning in configure.
398 # However there are other variables, like CC, which are often used in
399 # configure, and could therefore not use this "fixed" $ac_aux_dir.
400 #
401 # Another solution, used here, is to always expand $ac_aux_dir to an
402 # absolute PATH.  The drawback is that using absolute paths prevent a
403 # configured tree to be moved without reconfiguration.
404
405 # Rely on autoconf to set up CDPATH properly.
406 AC_PREREQ([2.50])
407
408 AC_DEFUN([AM_AUX_DIR_EXPAND], [
409 # expand $ac_aux_dir to an absolute path
410 am_aux_dir=`cd $ac_aux_dir && pwd`
411 ])
412
413 # AM_PROG_INSTALL_SH
414 # ------------------
415 # Define $install_sh.
416
417 # Copyright 2001 Free Software Foundation, Inc.
418
419 # This program is free software; you can redistribute it and/or modify
420 # it under the terms of the GNU General Public License as published by
421 # the Free Software Foundation; either version 2, or (at your option)
422 # any later version.
423
424 # This program is distributed in the hope that it will be useful,
425 # but WITHOUT ANY WARRANTY; without even the implied warranty of
426 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
427 # GNU General Public License for more details.
428
429 # You should have received a copy of the GNU General Public License
430 # along with this program; if not, write to the Free Software
431 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
432 # 02111-1307, USA.
433
434 AC_DEFUN([AM_PROG_INSTALL_SH],
435 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
436 install_sh=${install_sh-"$am_aux_dir/install-sh"}
437 AC_SUBST(install_sh)])
438
439 # AM_PROG_INSTALL_STRIP
440
441 # Copyright 2001 Free Software Foundation, Inc.
442
443 # This program is free software; you can redistribute it and/or modify
444 # it under the terms of the GNU General Public License as published by
445 # the Free Software Foundation; either version 2, or (at your option)
446 # any later version.
447
448 # This program is distributed in the hope that it will be useful,
449 # but WITHOUT ANY WARRANTY; without even the implied warranty of
450 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
451 # GNU General Public License for more details.
452
453 # You should have received a copy of the GNU General Public License
454 # along with this program; if not, write to the Free Software
455 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
456 # 02111-1307, USA.
457
458 # One issue with vendor `install' (even GNU) is that you can't
459 # specify the program used to strip binaries.  This is especially
460 # annoying in cross-compiling environments, where the build's strip
461 # is unlikely to handle the host's binaries.
462 # Fortunately install-sh will honor a STRIPPROG variable, so we
463 # always use install-sh in `make install-strip', and initialize
464 # STRIPPROG with the value of the STRIP variable (set by the user).
465 AC_DEFUN([AM_PROG_INSTALL_STRIP],
466 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
467 # Installed binaries are usually stripped using `strip' when the user
468 # run `make install-strip'.  However `strip' might not be the right
469 # tool to use in cross-compilation environments, therefore Automake
470 # will honor the `STRIP' environment variable to overrule this program.
471 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
472 if test "$cross_compiling" != no; then
473   AC_CHECK_TOOL([STRIP], [strip], :)
474 fi
475 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
476 AC_SUBST([INSTALL_STRIP_PROGRAM])])
477
478 #                                                          -*- Autoconf -*-
479 # Copyright (C) 2003  Free Software Foundation, Inc.
480
481 # This program is free software; you can redistribute it and/or modify
482 # it under the terms of the GNU General Public License as published by
483 # the Free Software Foundation; either version 2, or (at your option)
484 # any later version.
485
486 # This program is distributed in the hope that it will be useful,
487 # but WITHOUT ANY WARRANTY; without even the implied warranty of
488 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
489 # GNU General Public License for more details.
490
491 # You should have received a copy of the GNU General Public License
492 # along with this program; if not, write to the Free Software
493 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
494 # 02111-1307, USA.
495
496 # serial 1
497
498 # Check whether the underlying file-system supports filenames
499 # with a leading dot.  For instance MS-DOS doesn't.
500 AC_DEFUN([AM_SET_LEADING_DOT],
501 [rm -rf .tst 2>/dev/null
502 mkdir .tst 2>/dev/null
503 if test -d .tst; then
504   am__leading_dot=.
505 else
506   am__leading_dot=_
507 fi
508 rmdir .tst 2>/dev/null
509 AC_SUBST([am__leading_dot])])
510
511 # serial 5                                              -*- Autoconf -*-
512
513 # Copyright (C) 1999, 2000, 2001, 2002, 2003  Free Software Foundation, Inc.
514
515 # This program is free software; you can redistribute it and/or modify
516 # it under the terms of the GNU General Public License as published by
517 # the Free Software Foundation; either version 2, or (at your option)
518 # any later version.
519
520 # This program is distributed in the hope that it will be useful,
521 # but WITHOUT ANY WARRANTY; without even the implied warranty of
522 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
523 # GNU General Public License for more details.
524
525 # You should have received a copy of the GNU General Public License
526 # along with this program; if not, write to the Free Software
527 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
528 # 02111-1307, USA.
529
530
531 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
532 # written in clear, in which case automake, when reading aclocal.m4,
533 # will think it sees a *use*, and therefore will trigger all it's
534 # C support machinery.  Also note that it means that autoscan, seeing
535 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
536
537
538
539 # _AM_DEPENDENCIES(NAME)
540 # ----------------------
541 # See how the compiler implements dependency checking.
542 # NAME is "CC", "CXX", "GCJ", or "OBJC".
543 # We try a few techniques and use that to set a single cache variable.
544 #
545 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
546 # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
547 # dependency, and given that the user is not expected to run this macro,
548 # just rely on AC_PROG_CC.
549 AC_DEFUN([_AM_DEPENDENCIES],
550 [AC_REQUIRE([AM_SET_DEPDIR])dnl
551 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
552 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
553 AC_REQUIRE([AM_DEP_TRACK])dnl
554
555 ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
556        [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
557        [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
558        [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
559                    [depcc="$$1"   am_compiler_list=])
560
561 AC_CACHE_CHECK([dependency style of $depcc],
562                [am_cv_$1_dependencies_compiler_type],
563 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
564   # We make a subdir and do the tests there.  Otherwise we can end up
565   # making bogus files that we don't know about and never remove.  For
566   # instance it was reported that on HP-UX the gcc test will end up
567   # making a dummy file named `D' -- because `-MD' means `put the output
568   # in D'.
569   mkdir conftest.dir
570   # Copy depcomp to subdir because otherwise we won't find it if we're
571   # using a relative directory.
572   cp "$am_depcomp" conftest.dir
573   cd conftest.dir
574   # We will build objects and dependencies in a subdirectory because
575   # it helps to detect inapplicable dependency modes.  For instance
576   # both Tru64's cc and ICC support -MD to output dependencies as a
577   # side effect of compilation, but ICC will put the dependencies in
578   # the current directory while Tru64 will put them in the object
579   # directory.
580   mkdir sub
581
582   am_cv_$1_dependencies_compiler_type=none
583   if test "$am_compiler_list" = ""; then
584      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
585   fi
586   for depmode in $am_compiler_list; do
587     # Setup a source with many dependencies, because some compilers
588     # like to wrap large dependency lists on column 80 (with \), and
589     # we should not choose a depcomp mode which is confused by this.
590     #
591     # We need to recreate these files for each test, as the compiler may
592     # overwrite some of them when testing with obscure command lines.
593     # This happens at least with the AIX C compiler.
594     : > sub/conftest.c
595     for i in 1 2 3 4 5 6; do
596       echo '#include "conftst'$i'.h"' >> sub/conftest.c
597       : > sub/conftst$i.h
598     done
599     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
600
601     case $depmode in
602     nosideeffect)
603       # after this tag, mechanisms are not by side-effect, so they'll
604       # only be used when explicitly requested
605       if test "x$enable_dependency_tracking" = xyes; then
606         continue
607       else
608         break
609       fi
610       ;;
611     none) break ;;
612     esac
613     # We check with `-c' and `-o' for the sake of the "dashmstdout"
614     # mode.  It turns out that the SunPro C++ compiler does not properly
615     # handle `-M -o', and we need to detect this.
616     if depmode=$depmode \
617        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
618        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
619        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
620          >/dev/null 2>conftest.err &&
621        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
622        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
623        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
624       # icc doesn't choke on unknown options, it will just issue warnings
625       # (even with -Werror).  So we grep stderr for any message
626       # that says an option was ignored.
627       if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
628         am_cv_$1_dependencies_compiler_type=$depmode
629         break
630       fi
631     fi
632   done
633
634   cd ..
635   rm -rf conftest.dir
636 else
637   am_cv_$1_dependencies_compiler_type=none
638 fi
639 ])
640 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
641 AM_CONDITIONAL([am__fastdep$1], [
642   test "x$enable_dependency_tracking" != xno \
643   && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
644 ])
645
646
647 # AM_SET_DEPDIR
648 # -------------
649 # Choose a directory name for dependency files.
650 # This macro is AC_REQUIREd in _AM_DEPENDENCIES
651 AC_DEFUN([AM_SET_DEPDIR],
652 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
653 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
654 ])
655
656
657 # AM_DEP_TRACK
658 # ------------
659 AC_DEFUN([AM_DEP_TRACK],
660 [AC_ARG_ENABLE(dependency-tracking,
661 [  --disable-dependency-tracking Speeds up one-time builds
662   --enable-dependency-tracking  Do not reject slow dependency extractors])
663 if test "x$enable_dependency_tracking" != xno; then
664   am_depcomp="$ac_aux_dir/depcomp"
665   AMDEPBACKSLASH='\'
666 fi
667 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
668 AC_SUBST([AMDEPBACKSLASH])
669 ])
670
671 # Generate code to set up dependency tracking.   -*- Autoconf -*-
672
673 # Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
674
675 # This program is free software; you can redistribute it and/or modify
676 # it under the terms of the GNU General Public License as published by
677 # the Free Software Foundation; either version 2, or (at your option)
678 # any later version.
679
680 # This program is distributed in the hope that it will be useful,
681 # but WITHOUT ANY WARRANTY; without even the implied warranty of
682 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
683 # GNU General Public License for more details.
684
685 # You should have received a copy of the GNU General Public License
686 # along with this program; if not, write to the Free Software
687 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
688 # 02111-1307, USA.
689
690 #serial 2
691
692 # _AM_OUTPUT_DEPENDENCY_COMMANDS
693 # ------------------------------
694 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
695 [for mf in $CONFIG_FILES; do
696   # Strip MF so we end up with the name of the file.
697   mf=`echo "$mf" | sed -e 's/:.*$//'`
698   # Check whether this is an Automake generated Makefile or not.
699   # We used to match only the files named `Makefile.in', but
700   # some people rename them; so instead we look at the file content.
701   # Grep'ing the first line is not enough: some people post-process
702   # each Makefile.in and add a new line on top of each file to say so.
703   # So let's grep whole file.
704   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
705     dirpart=`AS_DIRNAME("$mf")`
706   else
707     continue
708   fi
709   grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue
710   # Extract the definition of DEP_FILES from the Makefile without
711   # running `make'.
712   DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
713   test -z "$DEPDIR" && continue
714   # When using ansi2knr, U may be empty or an underscore; expand it
715   U=`sed -n -e '/^U = / s///p' < "$mf"`
716   test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
717   # We invoke sed twice because it is the simplest approach to
718   # changing $(DEPDIR) to its actual value in the expansion.
719   for file in `sed -n -e '
720     /^DEP_FILES = .*\\\\$/ {
721       s/^DEP_FILES = //
722       :loop
723         s/\\\\$//
724         p
725         n
726         /\\\\$/ b loop
727       p
728     }
729     /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
730        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
731     # Make sure the directory exists.
732     test -f "$dirpart/$file" && continue
733     fdir=`AS_DIRNAME(["$file"])`
734     AS_MKDIR_P([$dirpart/$fdir])
735     # echo "creating $dirpart/$file"
736     echo '# dummy' > "$dirpart/$file"
737   done
738 done
739 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
740
741
742 # AM_OUTPUT_DEPENDENCY_COMMANDS
743 # -----------------------------
744 # This macro should only be invoked once -- use via AC_REQUIRE.
745 #
746 # This code is only required when automatic dependency tracking
747 # is enabled.  FIXME.  This creates each `.P' file that we will
748 # need in order to bootstrap the dependency handling code.
749 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
750 [AC_CONFIG_COMMANDS([depfiles],
751      [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
752      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
753 ])
754
755 # Check to see how 'make' treats includes.      -*- Autoconf -*-
756
757 # Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
758
759 # This program is free software; you can redistribute it and/or modify
760 # it under the terms of the GNU General Public License as published by
761 # the Free Software Foundation; either version 2, or (at your option)
762 # any later version.
763
764 # This program is distributed in the hope that it will be useful,
765 # but WITHOUT ANY WARRANTY; without even the implied warranty of
766 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
767 # GNU General Public License for more details.
768
769 # You should have received a copy of the GNU General Public License
770 # along with this program; if not, write to the Free Software
771 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
772 # 02111-1307, USA.
773
774 # serial 2
775
776 # AM_MAKE_INCLUDE()
777 # -----------------
778 # Check to see how make treats includes.
779 AC_DEFUN([AM_MAKE_INCLUDE],
780 [am_make=${MAKE-make}
781 cat > confinc << 'END'
782 am__doit:
783         @echo done
784 .PHONY: am__doit
785 END
786 # If we don't find an include directive, just comment out the code.
787 AC_MSG_CHECKING([for style of include used by $am_make])
788 am__include="#"
789 am__quote=
790 _am_result=none
791 # First try GNU make style include.
792 echo "include confinc" > confmf
793 # We grep out `Entering directory' and `Leaving directory'
794 # messages which can occur if `w' ends up in MAKEFLAGS.
795 # In particular we don't look at `^make:' because GNU make might
796 # be invoked under some other name (usually "gmake"), in which
797 # case it prints its new name instead of `make'.
798 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
799    am__include=include
800    am__quote=
801    _am_result=GNU
802 fi
803 # Now try BSD make style include.
804 if test "$am__include" = "#"; then
805    echo '.include "confinc"' > confmf
806    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
807       am__include=.include
808       am__quote="\""
809       _am_result=BSD
810    fi
811 fi
812 AC_SUBST([am__include])
813 AC_SUBST([am__quote])
814 AC_MSG_RESULT([$_am_result])
815 rm -f confinc confmf
816 ])
817
818 # AM_CONDITIONAL                                              -*- Autoconf -*-
819
820 # Copyright 1997, 2000, 2001 Free Software Foundation, Inc.
821
822 # This program is free software; you can redistribute it and/or modify
823 # it under the terms of the GNU General Public License as published by
824 # the Free Software Foundation; either version 2, or (at your option)
825 # any later version.
826
827 # This program is distributed in the hope that it will be useful,
828 # but WITHOUT ANY WARRANTY; without even the implied warranty of
829 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
830 # GNU General Public License for more details.
831
832 # You should have received a copy of the GNU General Public License
833 # along with this program; if not, write to the Free Software
834 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
835 # 02111-1307, USA.
836
837 # serial 5
838
839 AC_PREREQ(2.52)
840
841 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
842 # -------------------------------------
843 # Define a conditional.
844 AC_DEFUN([AM_CONDITIONAL],
845 [ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
846         [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
847 AC_SUBST([$1_TRUE])
848 AC_SUBST([$1_FALSE])
849 if $2; then
850   $1_TRUE=
851   $1_FALSE='#'
852 else
853   $1_TRUE='#'
854   $1_FALSE=
855 fi
856 AC_CONFIG_COMMANDS_PRE(
857 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
858   AC_MSG_ERROR([conditional "$1" was never defined.
859 Usually this means the macro was only invoked conditionally.])
860 fi])])
861
862 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
863
864 # serial 47 AC_PROG_LIBTOOL
865
866
867 # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
868 # -----------------------------------------------------------
869 # If this macro is not defined by Autoconf, define it here.
870 m4_ifdef([AC_PROVIDE_IFELSE],
871          [],
872          [m4_define([AC_PROVIDE_IFELSE],
873                  [m4_ifdef([AC_PROVIDE_$1],
874                            [$2], [$3])])])
875
876
877 # AC_PROG_LIBTOOL
878 # ---------------
879 AC_DEFUN([AC_PROG_LIBTOOL],
880 [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
881 dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
882 dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
883   AC_PROVIDE_IFELSE([AC_PROG_CXX],
884     [AC_LIBTOOL_CXX],
885     [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
886   ])])
887 dnl And a similar setup for Fortran 77 support
888   AC_PROVIDE_IFELSE([AC_PROG_F77],
889     [AC_LIBTOOL_F77],
890     [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
891 ])])
892
893 dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly.
894 dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run
895 dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
896   AC_PROVIDE_IFELSE([AC_PROG_GCJ],
897     [AC_LIBTOOL_GCJ],
898     [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
899       [AC_LIBTOOL_GCJ],
900       [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
901         [AC_LIBTOOL_GCJ],
902       [ifdef([AC_PROG_GCJ],
903              [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
904        ifdef([A][M_PROG_GCJ],
905              [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
906        ifdef([LT_AC_PROG_GCJ],
907              [define([LT_AC_PROG_GCJ],
908                 defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
909 ])])# AC_PROG_LIBTOOL
910
911
912 # _AC_PROG_LIBTOOL
913 # ----------------
914 AC_DEFUN([_AC_PROG_LIBTOOL],
915 [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
916 AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
917 AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
918 AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
919
920 # This can be used to rebuild libtool when needed
921 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
922
923 # Always use our own libtool.
924 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
925 AC_SUBST(LIBTOOL)dnl
926
927 # Prevent multiple expansion
928 define([AC_PROG_LIBTOOL], [])
929 ])# _AC_PROG_LIBTOOL
930
931
932 # AC_LIBTOOL_SETUP
933 # ----------------
934 AC_DEFUN([AC_LIBTOOL_SETUP],
935 [AC_PREREQ(2.50)dnl
936 AC_REQUIRE([AC_ENABLE_SHARED])dnl
937 AC_REQUIRE([AC_ENABLE_STATIC])dnl
938 AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
939 AC_REQUIRE([AC_CANONICAL_HOST])dnl
940 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
941 AC_REQUIRE([AC_PROG_CC])dnl
942 AC_REQUIRE([AC_PROG_LD])dnl
943 AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
944 AC_REQUIRE([AC_PROG_NM])dnl
945
946 AC_REQUIRE([AC_PROG_LN_S])dnl
947 AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
948 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
949 AC_REQUIRE([AC_OBJEXT])dnl
950 AC_REQUIRE([AC_EXEEXT])dnl
951 dnl
952
953 AC_LIBTOOL_SYS_MAX_CMD_LEN
954 AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
955 AC_LIBTOOL_OBJDIR
956
957 AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
958 _LT_AC_PROG_ECHO_BACKSLASH
959
960 case $host_os in
961 aix3*)
962   # AIX sometimes has problems with the GCC collect2 program.  For some
963   # reason, if we set the COLLECT_NAMES environment variable, the problems
964   # vanish in a puff of smoke.
965   if test "X${COLLECT_NAMES+set}" != Xset; then
966     COLLECT_NAMES=
967     export COLLECT_NAMES
968   fi
969   ;;
970 esac
971
972 # Sed substitution that helps us do robust quoting.  It backslashifies
973 # metacharacters that are still active within double-quoted strings.
974 Xsed='sed -e s/^X//'
975 [sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
976
977 # Same as above, but do not quote variable references.
978 [double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
979
980 # Sed substitution to delay expansion of an escaped shell variable in a
981 # double_quote_subst'ed string.
982 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
983
984 # Sed substitution to avoid accidental globbing in evaled expressions
985 no_glob_subst='s/\*/\\\*/g'
986
987 # Constants:
988 rm="rm -f"
989
990 # Global variables:
991 default_ofile=libtool
992 can_build_shared=yes
993
994 # All known linkers require a `.a' archive for static linking (except M$VC,
995 # which needs '.lib').
996 libext=a
997 ltmain="$ac_aux_dir/ltmain.sh"
998 ofile="$default_ofile"
999 with_gnu_ld="$lt_cv_prog_gnu_ld"
1000
1001 AC_CHECK_TOOL(AR, ar, false)
1002 AC_CHECK_TOOL(RANLIB, ranlib, :)
1003 AC_CHECK_TOOL(STRIP, strip, :)
1004
1005 old_CC="$CC"
1006 old_CFLAGS="$CFLAGS"
1007
1008 # Set sane defaults for various variables
1009 test -z "$AR" && AR=ar
1010 test -z "$AR_FLAGS" && AR_FLAGS=cru
1011 test -z "$AS" && AS=as
1012 test -z "$CC" && CC=cc
1013 test -z "$LTCC" && LTCC=$CC
1014 test -z "$DLLTOOL" && DLLTOOL=dlltool
1015 test -z "$LD" && LD=ld
1016 test -z "$LN_S" && LN_S="ln -s"
1017 test -z "$MAGIC_CMD" && MAGIC_CMD=file
1018 test -z "$NM" && NM=nm
1019 test -z "$SED" && SED=sed
1020 test -z "$OBJDUMP" && OBJDUMP=objdump
1021 test -z "$RANLIB" && RANLIB=:
1022 test -z "$STRIP" && STRIP=:
1023 test -z "$ac_objext" && ac_objext=o
1024
1025 # Determine commands to create old-style static archives.
1026 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
1027 old_postinstall_cmds='chmod 644 $oldlib'
1028 old_postuninstall_cmds=
1029
1030 if test -n "$RANLIB"; then
1031   case $host_os in
1032   openbsd*)
1033     old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
1034     ;;
1035   *)
1036     old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
1037     ;;
1038   esac
1039   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
1040 fi
1041
1042 # Only perform the check for file, if the check method requires it
1043 case $deplibs_check_method in
1044 file_magic*)
1045   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
1046     AC_PATH_MAGIC
1047   fi
1048   ;;
1049 esac
1050
1051 AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
1052 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
1053 enable_win32_dll=yes, enable_win32_dll=no)
1054
1055 AC_ARG_ENABLE([libtool-lock],
1056     [AC_HELP_STRING([--disable-libtool-lock],
1057         [avoid locking (might break parallel builds)])])
1058 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
1059
1060 AC_ARG_WITH([pic],
1061     [AC_HELP_STRING([--with-pic],
1062         [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
1063     [pic_mode="$withval"],
1064     [pic_mode=default])
1065 test -z "$pic_mode" && pic_mode=default
1066
1067 # Use C for the default configuration in the libtool script
1068 tagname=
1069 AC_LIBTOOL_LANG_C_CONFIG
1070 _LT_AC_TAGCONFIG
1071 ])# AC_LIBTOOL_SETUP
1072
1073
1074 # _LT_AC_SYS_COMPILER
1075 # -------------------
1076 AC_DEFUN([_LT_AC_SYS_COMPILER],
1077 [AC_REQUIRE([AC_PROG_CC])dnl
1078
1079 # If no C compiler was specified, use CC.
1080 LTCC=${LTCC-"$CC"}
1081
1082 # Allow CC to be a program name with arguments.
1083 compiler=$CC
1084 ])# _LT_AC_SYS_COMPILER
1085
1086
1087 # _LT_AC_SYS_LIBPATH_AIX
1088 # ----------------------
1089 # Links a minimal program and checks the executable
1090 # for the system default hardcoded library path. In most cases,
1091 # this is /usr/lib:/lib, but when the MPI compilers are used
1092 # the location of the communication and MPI libs are included too.
1093 # If we don't find anything, use the default library path according
1094 # to the aix ld manual.
1095 AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX],
1096 [AC_LINK_IFELSE(AC_LANG_PROGRAM,[
1097 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
1098 }'`
1099 # Check for a 64-bit object if we didn't find anything.
1100 if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
1101 }'`; fi],[])
1102 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1103 ])# _LT_AC_SYS_LIBPATH_AIX
1104
1105
1106 # _LT_AC_SHELL_INIT(ARG)
1107 # ----------------------
1108 AC_DEFUN([_LT_AC_SHELL_INIT],
1109 [ifdef([AC_DIVERSION_NOTICE],
1110              [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
1111          [AC_DIVERT_PUSH(NOTICE)])
1112 $1
1113 AC_DIVERT_POP
1114 ])# _LT_AC_SHELL_INIT
1115
1116
1117 # _LT_AC_PROG_ECHO_BACKSLASH
1118 # --------------------------
1119 # Add some code to the start of the generated configure script which
1120 # will find an echo command which doesn't interpret backslashes.
1121 AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH],
1122 [_LT_AC_SHELL_INIT([
1123 # Check that we are running under the correct shell.
1124 SHELL=${CONFIG_SHELL-/bin/sh}
1125
1126 case X$ECHO in
1127 X*--fallback-echo)
1128   # Remove one level of quotation (which was required for Make).
1129   ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
1130   ;;
1131 esac
1132
1133 echo=${ECHO-echo}
1134 if test "X[$]1" = X--no-reexec; then
1135   # Discard the --no-reexec flag, and continue.
1136   shift
1137 elif test "X[$]1" = X--fallback-echo; then
1138   # Avoid inline document here, it may be left over
1139   :
1140 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
1141   # Yippee, $echo works!
1142   :
1143 else
1144   # Restart under the correct shell.
1145   exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
1146 fi
1147
1148 if test "X[$]1" = X--fallback-echo; then
1149   # used as fallback echo
1150   shift
1151   cat <<EOF
1152 [$]*
1153 EOF
1154   exit 0
1155 fi
1156
1157 # The HP-UX ksh and POSIX shell print the target directory to stdout
1158 # if CDPATH is set.
1159 if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
1160
1161 if test -z "$ECHO"; then
1162 if test "X${echo_test_string+set}" != Xset; then
1163 # find a string as large as possible, as long as the shell can cope with it
1164   for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
1165     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
1166     if (echo_test_string="`eval $cmd`") 2>/dev/null &&
1167        echo_test_string="`eval $cmd`" &&
1168        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
1169     then
1170       break
1171     fi
1172   done
1173 fi
1174
1175 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
1176    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
1177    test "X$echo_testing_string" = "X$echo_test_string"; then
1178   :
1179 else
1180   # The Solaris, AIX, and Digital Unix default echo programs unquote
1181   # backslashes.  This makes it impossible to quote backslashes using
1182   #   echo "$something" | sed 's/\\/\\\\/g'
1183   #
1184   # So, first we look for a working echo in the user's PATH.
1185
1186   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1187   for dir in $PATH /usr/ucb; do
1188     IFS="$lt_save_ifs"
1189     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
1190        test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
1191        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
1192        test "X$echo_testing_string" = "X$echo_test_string"; then
1193       echo="$dir/echo"
1194       break
1195     fi
1196   done
1197   IFS="$lt_save_ifs"
1198
1199   if test "X$echo" = Xecho; then
1200     # We didn't find a better echo, so look for alternatives.
1201     if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
1202        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
1203        test "X$echo_testing_string" = "X$echo_test_string"; then
1204       # This shell has a builtin print -r that does the trick.
1205       echo='print -r'
1206     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
1207          test "X$CONFIG_SHELL" != X/bin/ksh; then
1208       # If we have ksh, try running configure again with it.
1209       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
1210       export ORIGINAL_CONFIG_SHELL
1211       CONFIG_SHELL=/bin/ksh
1212       export CONFIG_SHELL
1213       exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
1214     else
1215       # Try using printf.
1216       echo='printf %s\n'
1217       if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
1218          echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
1219          test "X$echo_testing_string" = "X$echo_test_string"; then
1220         # Cool, printf works
1221         :
1222       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
1223            test "X$echo_testing_string" = 'X\t' &&
1224            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
1225            test "X$echo_testing_string" = "X$echo_test_string"; then
1226         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
1227         export CONFIG_SHELL
1228         SHELL="$CONFIG_SHELL"
1229         export SHELL
1230         echo="$CONFIG_SHELL [$]0 --fallback-echo"
1231       elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
1232            test "X$echo_testing_string" = 'X\t' &&
1233            echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
1234            test "X$echo_testing_string" = "X$echo_test_string"; then
1235         echo="$CONFIG_SHELL [$]0 --fallback-echo"
1236       else
1237         # maybe with a smaller string...
1238         prev=:
1239
1240         for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
1241           if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
1242           then
1243             break
1244           fi
1245           prev="$cmd"
1246         done
1247
1248         if test "$prev" != 'sed 50q "[$]0"'; then
1249           echo_test_string=`eval $prev`
1250           export echo_test_string
1251           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
1252         else
1253           # Oops.  We lost completely, so just stick with echo.
1254           echo=echo
1255         fi
1256       fi
1257     fi
1258   fi
1259 fi
1260 fi
1261
1262 # Copy echo and quote the copy suitably for passing to libtool from
1263 # the Makefile, instead of quoting the original, which is used later.
1264 ECHO=$echo
1265 if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
1266    ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
1267 fi
1268
1269 AC_SUBST(ECHO)
1270 ])])# _LT_AC_PROG_ECHO_BACKSLASH
1271
1272
1273 # _LT_AC_LOCK
1274 # -----------
1275 AC_DEFUN([_LT_AC_LOCK],
1276 [AC_ARG_ENABLE([libtool-lock],
1277     [AC_HELP_STRING([--disable-libtool-lock],
1278         [avoid locking (might break parallel builds)])])
1279 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
1280
1281 # Some flags need to be propagated to the compiler or linker for good
1282 # libtool support.
1283 case $host in
1284 ia64-*-hpux*)
1285   # Find out which ABI we are using.
1286   echo 'int i;' > conftest.$ac_ext
1287   if AC_TRY_EVAL(ac_compile); then
1288     case `/usr/bin/file conftest.$ac_objext` in
1289     *ELF-32*)
1290       HPUX_IA64_MODE="32"
1291       ;;
1292     *ELF-64*)
1293       HPUX_IA64_MODE="64"
1294       ;;
1295     esac
1296   fi
1297   rm -rf conftest*
1298   ;;
1299 *-*-irix6*)
1300   # Find out which ABI we are using.
1301   echo '[#]line __oline__ "configure"' > conftest.$ac_ext
1302   if AC_TRY_EVAL(ac_compile); then
1303    if test "$lt_cv_prog_gnu_ld" = yes; then
1304     case `/usr/bin/file conftest.$ac_objext` in
1305     *32-bit*)
1306       LD="${LD-ld} -melf32bsmip"
1307       ;;
1308     *N32*)
1309       LD="${LD-ld} -melf32bmipn32"
1310       ;;
1311     *64-bit*)
1312       LD="${LD-ld} -melf64bmip"
1313       ;;
1314     esac
1315    else
1316     case `/usr/bin/file conftest.$ac_objext` in
1317     *32-bit*)
1318       LD="${LD-ld} -32"
1319       ;;
1320     *N32*)
1321       LD="${LD-ld} -n32"
1322       ;;
1323     *64-bit*)
1324       LD="${LD-ld} -64"
1325       ;;
1326     esac
1327    fi
1328   fi
1329   rm -rf conftest*
1330   ;;
1331
1332 x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
1333   # Find out which ABI we are using.
1334   echo 'int i;' > conftest.$ac_ext
1335   if AC_TRY_EVAL(ac_compile); then
1336     case "`/usr/bin/file conftest.o`" in
1337     *32-bit*)
1338       case $host in
1339         x86_64-*linux*)
1340           LD="${LD-ld} -m elf_i386"
1341           ;;
1342         ppc64-*linux*)
1343           LD="${LD-ld} -m elf32ppclinux"
1344           ;;
1345         s390x-*linux*)
1346           LD="${LD-ld} -m elf_s390"
1347           ;;
1348         sparc64-*linux*)
1349           LD="${LD-ld} -m elf32_sparc"
1350           ;;
1351       esac
1352       ;;
1353     *64-bit*)
1354       case $host in
1355         x86_64-*linux*)
1356           LD="${LD-ld} -m elf_x86_64"
1357           ;;
1358         ppc*-*linux*|powerpc*-*linux*)
1359           LD="${LD-ld} -m elf64ppc"
1360           ;;
1361         s390*-*linux*)
1362           LD="${LD-ld} -m elf64_s390"
1363           ;;
1364         sparc*-*linux*)
1365           LD="${LD-ld} -m elf64_sparc"
1366           ;;
1367       esac
1368       ;;
1369     esac
1370   fi
1371   rm -rf conftest*
1372   ;;
1373
1374 *-*-sco3.2v5*)
1375   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
1376   SAVE_CFLAGS="$CFLAGS"
1377   CFLAGS="$CFLAGS -belf"
1378   AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
1379     [AC_LANG_PUSH(C)
1380      AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
1381      AC_LANG_POP])
1382   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
1383     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
1384     CFLAGS="$SAVE_CFLAGS"
1385   fi
1386   ;;
1387 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
1388 [*-*-cygwin* | *-*-mingw* | *-*-pw32*)
1389   AC_CHECK_TOOL(DLLTOOL, dlltool, false)
1390   AC_CHECK_TOOL(AS, as, false)
1391   AC_CHECK_TOOL(OBJDUMP, objdump, false)
1392   ;;
1393   ])
1394 esac
1395
1396 need_locks="$enable_libtool_lock"
1397
1398 ])# _LT_AC_LOCK
1399
1400
1401 # AC_LIBTOOL_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
1402 #               [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
1403 # ----------------------------------------------------------------
1404 # Check whether the given compiler option works
1405 AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION],
1406 [AC_CACHE_CHECK([$1], [$2],
1407   [$2=no
1408   ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
1409    printf "$lt_simple_compile_test_code" > conftest.$ac_ext
1410    lt_compiler_flag="$3"
1411    # Insert the option either (1) after the last *FLAGS variable, or
1412    # (2) before a word containing "conftest.", or (3) at the end.
1413    # Note that $ac_compile itself does not contain backslashes and begins
1414    # with a dollar sign (not a hyphen), so the echo should work correctly.
1415    # The option is referenced via a variable to avoid confusing sed.
1416    lt_compile=`echo "$ac_compile" | $SED \
1417    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
1418    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
1419    -e 's:$: $lt_compiler_flag:'`
1420    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
1421    (eval "$lt_compile" 2>conftest.err)
1422    ac_status=$?
1423    cat conftest.err >&AS_MESSAGE_LOG_FD
1424    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1425    if (exit $ac_status) && test -s "$ac_outfile"; then
1426      # The compiler can only warn and ignore the option if not recognized
1427      # So say no if there are warnings
1428      if test ! -s conftest.err; then
1429        $2=yes
1430      fi
1431    fi
1432    $rm conftest*
1433 ])
1434
1435 if test x"[$]$2" = xyes; then
1436     ifelse([$5], , :, [$5])
1437 else
1438     ifelse([$6], , :, [$6])
1439 fi
1440 ])# AC_LIBTOOL_COMPILER_OPTION
1441
1442
1443 # AC_LIBTOOL_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
1444 #                          [ACTION-SUCCESS], [ACTION-FAILURE])
1445 # ------------------------------------------------------------
1446 # Check whether the given compiler option works
1447 AC_DEFUN([AC_LIBTOOL_LINKER_OPTION],
1448 [AC_CACHE_CHECK([$1], [$2],
1449   [$2=no
1450    save_LDFLAGS="$LDFLAGS"
1451    LDFLAGS="$LDFLAGS $3"
1452    printf "$lt_simple_link_test_code" > conftest.$ac_ext
1453    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
1454      # The compiler can only warn and ignore the option if not recognized
1455      # So say no if there are warnings
1456      if test -s conftest.err; then
1457        # Append any errors to the config.log.
1458        cat conftest.err 1>&AS_MESSAGE_LOG_FD
1459      else
1460        $2=yes
1461      fi
1462    fi
1463    $rm conftest*
1464    LDFLAGS="$save_LDFLAGS"
1465 ])
1466
1467 if test x"[$]$2" = xyes; then
1468     ifelse([$4], , :, [$4])
1469 else
1470     ifelse([$5], , :, [$5])
1471 fi
1472 ])# AC_LIBTOOL_LINKER_OPTION
1473
1474
1475 # AC_LIBTOOL_SYS_MAX_CMD_LEN
1476 # --------------------------
1477 AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN],
1478 [# find the maximum length of command line arguments
1479 AC_MSG_CHECKING([the maximum length of command line arguments])
1480 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
1481   i=0
1482   testring="ABCD"
1483
1484   case $build_os in
1485   msdosdjgpp*)
1486     # On DJGPP, this test can blow up pretty badly due to problems in libc
1487     # (any single argument exceeding 2000 bytes causes a buffer overrun
1488     # during glob expansion).  Even if it were fixed, the result of this
1489     # check would be larger than it should be.
1490     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
1491     ;;
1492
1493   gnu*)
1494     # Under GNU Hurd, this test is not required because there is
1495     # no limit to the length of command line arguments.
1496     # Libtool will interpret -1 as no limit whatsoever
1497     lt_cv_sys_max_cmd_len=-1;
1498     ;;
1499
1500   cygwin* | mingw*)
1501     # On Win9x/ME, this test blows up -- it succeeds, but takes
1502     # about 5 minutes as the teststring grows exponentially.
1503     # Worse, since 9x/ME are not pre-emptively multitasking,
1504     # you end up with a "frozen" computer, even though with patience
1505     # the test eventually succeeds (with a max line length of 256k).
1506     # Instead, let's just punt: use the minimum linelength reported by
1507     # all of the supported platforms: 8192 (on NT/2K/XP).
1508     lt_cv_sys_max_cmd_len=8192;
1509     ;;
1510
1511  *)
1512     # If test is not a shell built-in, we'll probably end up computing a
1513     # maximum length that is only half of the actual maximum length, but
1514     # we can't tell.
1515     while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \
1516                = "XX$testring") >/dev/null 2>&1 &&
1517             new_result=`expr "X$testring" : ".*" 2>&1` &&
1518             lt_cv_sys_max_cmd_len=$new_result &&
1519             test $i != 17 # 1/2 MB should be enough
1520     do
1521       i=`expr $i + 1`
1522       testring=$testring$testring
1523     done
1524     testring=
1525     # Add a significant safety factor because C++ compilers can tack on massive
1526     # amounts of additional arguments before passing them to the linker.
1527     # It appears as though 1/2 is a usable value.
1528     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
1529     ;;
1530   esac
1531 ])
1532 if test -n $lt_cv_sys_max_cmd_len ; then
1533   AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
1534 else
1535   AC_MSG_RESULT(none)
1536 fi
1537 ])# AC_LIBTOOL_SYS_MAX_CMD_LEN
1538
1539
1540 # _LT_AC_CHECK_DLFCN
1541 # --------------------
1542 AC_DEFUN([_LT_AC_CHECK_DLFCN],
1543 [AC_CHECK_HEADERS(dlfcn.h)dnl
1544 ])# _LT_AC_CHECK_DLFCN
1545
1546
1547 # _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
1548 #                           ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
1549 # ------------------------------------------------------------------
1550 AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],
1551 [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
1552 if test "$cross_compiling" = yes; then :
1553   [$4]
1554 else
1555   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1556   lt_status=$lt_dlunknown
1557   cat > conftest.$ac_ext <<EOF
1558 [#line __oline__ "configure"
1559 #include "confdefs.h"
1560
1561 #if HAVE_DLFCN_H
1562 #include <dlfcn.h>
1563 #endif
1564
1565 #include <stdio.h>
1566
1567 #ifdef RTLD_GLOBAL
1568 #  define LT_DLGLOBAL           RTLD_GLOBAL
1569 #else
1570 #  ifdef DL_GLOBAL
1571 #    define LT_DLGLOBAL         DL_GLOBAL
1572 #  else
1573 #    define LT_DLGLOBAL         0
1574 #  endif
1575 #endif
1576
1577 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
1578    find out it does not work in some platform. */
1579 #ifndef LT_DLLAZY_OR_NOW
1580 #  ifdef RTLD_LAZY
1581 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
1582 #  else
1583 #    ifdef DL_LAZY
1584 #      define LT_DLLAZY_OR_NOW          DL_LAZY
1585 #    else
1586 #      ifdef RTLD_NOW
1587 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
1588 #      else
1589 #        ifdef DL_NOW
1590 #          define LT_DLLAZY_OR_NOW      DL_NOW
1591 #        else
1592 #          define LT_DLLAZY_OR_NOW      0
1593 #        endif
1594 #      endif
1595 #    endif
1596 #  endif
1597 #endif
1598
1599 #ifdef __cplusplus
1600 extern "C" void exit (int);
1601 #endif
1602
1603 void fnord() { int i=42;}
1604 int main ()
1605 {
1606   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
1607   int status = $lt_dlunknown;
1608
1609   if (self)
1610     {
1611       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
1612       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
1613       /* dlclose (self); */
1614     }
1615
1616     exit (status);
1617 }]
1618 EOF
1619   if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
1620     (./conftest; exit; ) 2>/dev/null
1621     lt_status=$?
1622     case x$lt_status in
1623       x$lt_dlno_uscore) $1 ;;
1624       x$lt_dlneed_uscore) $2 ;;
1625       x$lt_unknown|x*) $3 ;;
1626     esac
1627   else :
1628     # compilation failed
1629     $3
1630   fi
1631 fi
1632 rm -fr conftest*
1633 ])# _LT_AC_TRY_DLOPEN_SELF
1634
1635
1636 # AC_LIBTOOL_DLOPEN_SELF
1637 # -------------------
1638 AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],
1639 [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
1640 if test "x$enable_dlopen" != xyes; then
1641   enable_dlopen=unknown
1642   enable_dlopen_self=unknown
1643   enable_dlopen_self_static=unknown
1644 else
1645   lt_cv_dlopen=no
1646   lt_cv_dlopen_libs=
1647
1648   case $host_os in
1649   beos*)
1650     lt_cv_dlopen="load_add_on"
1651     lt_cv_dlopen_libs=
1652     lt_cv_dlopen_self=yes
1653     ;;
1654
1655   mingw* | pw32*)
1656     lt_cv_dlopen="LoadLibrary"
1657     lt_cv_dlopen_libs=
1658    ;;
1659
1660   cygwin*)
1661     lt_cv_dlopen="dlopen"
1662     lt_cv_dlopen_libs=
1663    ;;
1664
1665   darwin*)
1666   # if libdl is installed we need to link against it
1667     AC_CHECK_LIB([dl], [dlopen],
1668                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
1669     lt_cv_dlopen="dyld"
1670     lt_cv_dlopen_libs=
1671     lt_cv_dlopen_self=yes
1672     ])
1673    ;;
1674     
1675   *)
1676     AC_CHECK_FUNC([shl_load],
1677           [lt_cv_dlopen="shl_load"],
1678       [AC_CHECK_LIB([dld], [shl_load],
1679             [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
1680         [AC_CHECK_FUNC([dlopen],
1681               [lt_cv_dlopen="dlopen"],
1682           [AC_CHECK_LIB([dl], [dlopen],
1683                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
1684             [AC_CHECK_LIB([svld], [dlopen],
1685                   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
1686               [AC_CHECK_LIB([dld], [dld_link],
1687                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
1688               ])
1689             ])
1690           ])
1691         ])
1692       ])
1693     ;;
1694   esac
1695
1696   if test "x$lt_cv_dlopen" != xno; then
1697     enable_dlopen=yes
1698   else
1699     enable_dlopen=no
1700   fi
1701
1702   case $lt_cv_dlopen in
1703   dlopen)
1704     save_CPPFLAGS="$CPPFLAGS"
1705     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
1706
1707     save_LDFLAGS="$LDFLAGS"
1708     eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
1709
1710     save_LIBS="$LIBS"
1711     LIBS="$lt_cv_dlopen_libs $LIBS"
1712
1713     AC_CACHE_CHECK([whether a program can dlopen itself],
1714           lt_cv_dlopen_self, [dnl
1715           _LT_AC_TRY_DLOPEN_SELF(
1716             lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
1717             lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
1718     ])
1719
1720     if test "x$lt_cv_dlopen_self" = xyes; then
1721       LDFLAGS="$LDFLAGS $link_static_flag"
1722       AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
1723           lt_cv_dlopen_self_static, [dnl
1724           _LT_AC_TRY_DLOPEN_SELF(
1725             lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
1726             lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
1727       ])
1728     fi
1729
1730     CPPFLAGS="$save_CPPFLAGS"
1731     LDFLAGS="$save_LDFLAGS"
1732     LIBS="$save_LIBS"
1733     ;;
1734   esac
1735
1736   case $lt_cv_dlopen_self in
1737   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
1738   *) enable_dlopen_self=unknown ;;
1739   esac
1740
1741   case $lt_cv_dlopen_self_static in
1742   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
1743   *) enable_dlopen_self_static=unknown ;;
1744   esac
1745 fi
1746 ])# AC_LIBTOOL_DLOPEN_SELF
1747
1748
1749 # AC_LIBTOOL_PROG_CC_C_O([TAGNAME])
1750 # ---------------------------------
1751 # Check to see if options -c and -o are simultaneously supported by compiler
1752 AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O],
1753 [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
1754 AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
1755   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
1756   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
1757    $rm -r conftest 2>/dev/null
1758    mkdir conftest
1759    cd conftest
1760    mkdir out
1761    printf "$lt_simple_compile_test_code" > conftest.$ac_ext
1762
1763    # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
1764    # that will create temporary files in the current directory regardless of
1765    # the output directory.  Thus, making CWD read-only will cause this test
1766    # to fail, enabling locking or at least warning the user not to do parallel
1767    # builds.
1768    chmod -w .
1769
1770    lt_compiler_flag="-o out/conftest2.$ac_objext"
1771    # Insert the option either (1) after the last *FLAGS variable, or
1772    # (2) before a word containing "conftest.", or (3) at the end.
1773    # Note that $ac_compile itself does not contain backslashes and begins
1774    # with a dollar sign (not a hyphen), so the echo should work correctly.
1775    lt_compile=`echo "$ac_compile" | $SED \
1776    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
1777    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
1778    -e 's:$: $lt_compiler_flag:'`
1779    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
1780    (eval "$lt_compile" 2>out/conftest.err)
1781    ac_status=$?
1782    cat out/conftest.err >&AS_MESSAGE_LOG_FD
1783    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1784    if (exit $ac_status) && test -s out/conftest2.$ac_objext
1785    then
1786      # The compiler can only warn and ignore the option if not recognized
1787      # So say no if there are warnings
1788      if test ! -s out/conftest.err; then
1789        _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
1790      fi
1791    fi
1792    chmod u+w .
1793    $rm conftest* out/*
1794    rmdir out
1795    cd ..
1796    rmdir conftest
1797    $rm conftest*
1798 ])
1799 ])# AC_LIBTOOL_PROG_CC_C_O
1800
1801
1802 # AC_LIBTOOL_SYS_HARD_LINK_LOCKS([TAGNAME])
1803 # -----------------------------------------
1804 # Check to see if we can do hard links to lock some files if needed
1805 AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS],
1806 [AC_REQUIRE([_LT_AC_LOCK])dnl
1807
1808 hard_links="nottested"
1809 if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
1810   # do not overwrite the value of need_locks provided by the user
1811   AC_MSG_CHECKING([if we can lock with hard links])
1812   hard_links=yes
1813   $rm conftest*
1814   ln conftest.a conftest.b 2>/dev/null && hard_links=no
1815   touch conftest.a
1816   ln conftest.a conftest.b 2>&5 || hard_links=no
1817   ln conftest.a conftest.b 2>/dev/null && hard_links=no
1818   AC_MSG_RESULT([$hard_links])
1819   if test "$hard_links" = no; then
1820     AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
1821     need_locks=warn
1822   fi
1823 else
1824   need_locks=no
1825 fi
1826 ])# AC_LIBTOOL_SYS_HARD_LINK_LOCKS
1827
1828
1829 # AC_LIBTOOL_OBJDIR
1830 # -----------------
1831 AC_DEFUN([AC_LIBTOOL_OBJDIR],
1832 [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
1833 [rm -f .libs 2>/dev/null
1834 mkdir .libs 2>/dev/null
1835 if test -d .libs; then
1836   lt_cv_objdir=.libs
1837 else
1838   # MS-DOS does not allow filenames that begin with a dot.
1839   lt_cv_objdir=_libs
1840 fi
1841 rmdir .libs 2>/dev/null])
1842 objdir=$lt_cv_objdir
1843 ])# AC_LIBTOOL_OBJDIR
1844
1845
1846 # AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([TAGNAME])
1847 # ----------------------------------------------
1848 # Check hardcoding attributes.
1849 AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH],
1850 [AC_MSG_CHECKING([how to hardcode library paths into programs])
1851 _LT_AC_TAGVAR(hardcode_action, $1)=
1852 if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
1853    test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \
1854    test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then
1855
1856   # We can hardcode non-existant directories.
1857   if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
1858      # If the only mechanism to avoid hardcoding is shlibpath_var, we
1859      # have to relink, otherwise we might link with an installed library
1860      # when we should be linking with a yet-to-be-installed one
1861      ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
1862      test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
1863     # Linking always hardcodes the temporary library directory.
1864     _LT_AC_TAGVAR(hardcode_action, $1)=relink
1865   else
1866     # We can link without hardcoding, and we can hardcode nonexisting dirs.
1867     _LT_AC_TAGVAR(hardcode_action, $1)=immediate
1868   fi
1869 else
1870   # We cannot hardcode anything, or else we can only hardcode existing
1871   # directories.
1872   _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
1873 fi
1874 AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
1875
1876 if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
1877   # Fast installation is not supported
1878   enable_fast_install=no
1879 elif test "$shlibpath_overrides_runpath" = yes ||
1880      test "$enable_shared" = no; then
1881   # Fast installation is not necessary
1882   enable_fast_install=needless
1883 fi
1884 ])# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH
1885
1886
1887 # AC_LIBTOOL_SYS_LIB_STRIP
1888 # ------------------------
1889 AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP],
1890 [striplib=
1891 old_striplib=
1892 AC_MSG_CHECKING([whether stripping libraries is possible])
1893 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
1894   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1895   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
1896   AC_MSG_RESULT([yes])
1897 else
1898 # FIXME - insert some real tests, host_os isn't really good enough
1899   case $host_os in
1900    darwin*)
1901        if test -n "$STRIP" ; then
1902          striplib="$STRIP -x"
1903          AC_MSG_RESULT([yes])
1904        else
1905   AC_MSG_RESULT([no])
1906 fi
1907        ;;
1908    *)
1909   AC_MSG_RESULT([no])
1910     ;;
1911   esac  
1912 fi
1913 ])# AC_LIBTOOL_SYS_LIB_STRIP
1914
1915
1916 # AC_LIBTOOL_SYS_DYNAMIC_LINKER
1917 # -----------------------------
1918 # PORTME Fill in your ld.so characteristics
1919 AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER],
1920 [AC_MSG_CHECKING([dynamic linker characteristics])
1921 library_names_spec=
1922 libname_spec='lib$name'
1923 soname_spec=
1924 shrext=".so"
1925 postinstall_cmds=
1926 postuninstall_cmds=
1927 finish_cmds=
1928 finish_eval=
1929 shlibpath_var=
1930 shlibpath_overrides_runpath=unknown
1931 version_type=none
1932 dynamic_linker="$host_os ld.so"
1933 sys_lib_dlsearch_path_spec="/lib /usr/lib"
1934 if test "$GCC" = yes; then
1935   sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1936   if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
1937     # if the path contains ";" then we assume it to be the separator
1938     # otherwise default to the standard path separator (i.e. ":") - it is
1939     # assumed that no part of a normal pathname contains ";" but that should
1940     # okay in the real world where ";" in dirpaths is itself problematic.
1941     sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1942   else
1943     sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1944   fi
1945 else
1946   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
1947 fi
1948 need_lib_prefix=unknown
1949 hardcode_into_libs=no
1950
1951 # when you set need_version to no, make sure it does not cause -set_version
1952 # flags to be left without arguments
1953 need_version=unknown
1954
1955 case $host_os in
1956 aix3*)
1957   version_type=linux
1958   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
1959   shlibpath_var=LIBPATH
1960
1961   # AIX 3 has no versioning support, so we append a major version to the name.
1962   soname_spec='${libname}${release}${shared_ext}$major'
1963   ;;
1964
1965 aix4* | aix5*)
1966   version_type=linux
1967   need_lib_prefix=no
1968   need_version=no
1969   hardcode_into_libs=yes
1970   if test "$host_cpu" = ia64; then
1971     # AIX 5 supports IA64
1972     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
1973     shlibpath_var=LD_LIBRARY_PATH
1974   else
1975     # With GCC up to 2.95.x, collect2 would create an import file
1976     # for dependence libraries.  The import file would start with
1977     # the line `#! .'.  This would cause the generated library to
1978     # depend on `.', always an invalid library.  This was fixed in
1979     # development snapshots of GCC prior to 3.0.
1980     case $host_os in
1981       aix4 | aix4.[[01]] | aix4.[[01]].*)
1982       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
1983            echo ' yes '
1984            echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
1985         :
1986       else
1987         can_build_shared=no
1988       fi
1989       ;;
1990     esac
1991     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
1992     # soname into executable. Probably we can add versioning support to
1993     # collect2, so additional links can be useful in future.
1994     if test "$aix_use_runtimelinking" = yes; then
1995       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
1996       # instead of lib<name>.a to let people know that these are not
1997       # typical AIX shared libraries.
1998       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1999     else
2000       # We preserve .a as extension for shared libraries through AIX4.2
2001       # and later when we are not doing run time linking.
2002       library_names_spec='${libname}${release}.a $libname.a'
2003       soname_spec='${libname}${release}${shared_ext}$major'
2004     fi
2005     shlibpath_var=LIBPATH
2006   fi
2007   ;;
2008
2009 amigaos*)
2010   library_names_spec='$libname.ixlibrary $libname.a'
2011   # Create ${libname}_ixlibrary.a entries in /sys/libs.
2012   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'
2013   ;;
2014
2015 beos*)
2016   library_names_spec='${libname}${shared_ext}'
2017   dynamic_linker="$host_os ld.so"
2018   shlibpath_var=LIBRARY_PATH
2019   ;;
2020
2021 bsdi4*)
2022   version_type=linux
2023   need_version=no
2024   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2025   soname_spec='${libname}${release}${shared_ext}$major'
2026   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
2027   shlibpath_var=LD_LIBRARY_PATH
2028   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
2029   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
2030   # the default ld.so.conf also contains /usr/contrib/lib and
2031   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
2032   # libtool to hard-code these into programs
2033   ;;
2034
2035 cygwin* | mingw* | pw32*)
2036   version_type=windows
2037   shrext=".dll"
2038   need_version=no
2039   need_lib_prefix=no
2040
2041   case $GCC,$host_os in
2042   yes,cygwin* | yes,mingw* | yes,pw32*)
2043     library_names_spec='$libname.dll.a'
2044     # DLL is installed to $(libdir)/../bin by postinstall_cmds
2045     postinstall_cmds='base_file=`basename \${file}`~
2046       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
2047       dldir=$destdir/`dirname \$dlpath`~
2048       test -d \$dldir || mkdir -p \$dldir~
2049       $install_prog $dir/$dlname \$dldir/$dlname'
2050     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
2051       dlpath=$dir/\$dldll~
2052        $rm \$dlpath'
2053     shlibpath_overrides_runpath=yes
2054
2055     case $host_os in
2056     cygwin*)
2057       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
2058       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
2059       sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
2060       ;;
2061     mingw*)
2062       # MinGW DLLs use traditional 'lib' prefix
2063       soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
2064       sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
2065       if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
2066         # It is most probably a Windows format PATH printed by
2067         # mingw gcc, but we are running on Cygwin. Gcc prints its search
2068         # path with ; separators, and with drive letters. We can handle the
2069         # drive letters (cygwin fileutils understands them), so leave them,
2070         # especially as we might pass files found there to a mingw objdump,
2071         # which wouldn't understand a cygwinified path. Ahh.
2072         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
2073       else
2074         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
2075       fi
2076       ;;
2077     pw32*)
2078       # pw32 DLLs use 'pw' prefix rather than 'lib'
2079       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
2080       ;;
2081     esac
2082     ;;
2083
2084   *)
2085     library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
2086     ;;
2087   esac
2088   dynamic_linker='Win32 ld.exe'
2089   # FIXME: first we should search . and the directory the executable is in
2090   shlibpath_var=PATH
2091   ;;
2092
2093 darwin* | rhapsody*)
2094   dynamic_linker="$host_os dyld"
2095   version_type=darwin
2096   need_lib_prefix=no
2097   need_version=no
2098   # FIXME: Relying on posixy $() will cause problems for
2099   #        cross-compilation, but unfortunately the echo tests do not
2100   #        yet detect zsh echo's removal of \ escapes.
2101   library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
2102   soname_spec='${libname}${release}${major}$shared_ext'
2103   shlibpath_overrides_runpath=yes
2104   shlibpath_var=DYLD_LIBRARY_PATH
2105   shrext='$(test .$module = .yes && echo .so || echo .dylib)'
2106   # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
2107   if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then 
2108   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"`
2109   fi
2110   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
2111   ;;
2112
2113 dgux*)
2114   version_type=linux
2115   need_lib_prefix=no
2116   need_version=no
2117   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
2118   soname_spec='${libname}${release}${shared_ext}$major'
2119   shlibpath_var=LD_LIBRARY_PATH
2120   ;;
2121
2122 freebsd1*)
2123   dynamic_linker=no
2124   ;;
2125
2126 freebsd*)
2127   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
2128   version_type=freebsd-$objformat
2129   case $version_type in
2130     freebsd-elf*)
2131       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
2132       need_version=no
2133       need_lib_prefix=no
2134       ;;
2135     freebsd-*)
2136       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
2137       need_version=yes
2138       ;;
2139   esac
2140   shlibpath_var=LD_LIBRARY_PATH
2141   case $host_os in
2142   freebsd2*)
2143     shlibpath_overrides_runpath=yes
2144     ;;
2145   freebsd3.[01]* | freebsdelf3.[01]*)
2146     shlibpath_overrides_runpath=yes
2147     hardcode_into_libs=yes
2148     ;;
2149   *) # from 3.2 on
2150     shlibpath_overrides_runpath=no
2151     hardcode_into_libs=yes
2152     ;;
2153   esac
2154   ;;
2155
2156 gnu*)
2157   version_type=linux
2158   need_lib_prefix=no
2159   need_version=no
2160   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
2161   soname_spec='${libname}${release}${shared_ext}$major'
2162   shlibpath_var=LD_LIBRARY_PATH
2163   hardcode_into_libs=yes
2164   ;;
2165
2166 hpux9* | hpux10* | hpux11*)
2167   # Give a soname corresponding to the major version so that dld.sl refuses to
2168   # link against other versions.
2169   version_type=sunos
2170   need_lib_prefix=no
2171   need_version=no
2172   case "$host_cpu" in
2173   ia64*)
2174     shrext='.so'
2175     hardcode_into_libs=yes
2176     dynamic_linker="$host_os dld.so"
2177     shlibpath_var=LD_LIBRARY_PATH
2178     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
2179     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2180     soname_spec='${libname}${release}${shared_ext}$major'
2181     if test "X$HPUX_IA64_MODE" = X32; then
2182       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
2183     else
2184       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
2185     fi
2186     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
2187     ;;
2188    hppa*64*)
2189      shrext='.sl'
2190      hardcode_into_libs=yes
2191      dynamic_linker="$host_os dld.sl"
2192      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
2193      shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
2194      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2195      soname_spec='${libname}${release}${shared_ext}$major'
2196      sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
2197      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
2198      ;;
2199    *)
2200     shrext='.sl'
2201     dynamic_linker="$host_os dld.sl"
2202     shlibpath_var=SHLIB_PATH
2203     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
2204     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2205     soname_spec='${libname}${release}${shared_ext}$major'
2206     ;;
2207   esac
2208   # HP-UX runs *really* slowly unless shared libraries are mode 555.
2209   postinstall_cmds='chmod 555 $lib'
2210   ;;
2211
2212 irix5* | irix6* | nonstopux*)
2213   case $host_os in
2214     nonstopux*) version_type=nonstopux ;;
2215     *)
2216         if test "$lt_cv_prog_gnu_ld" = yes; then
2217                 version_type=linux
2218         else
2219                 version_type=irix
2220         fi ;;
2221   esac
2222   need_lib_prefix=no
2223   need_version=no
2224   soname_spec='${libname}${release}${shared_ext}$major'
2225   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
2226   case $host_os in
2227   irix5* | nonstopux*)
2228     libsuff= shlibsuff=
2229     ;;
2230   *)
2231     case $LD in # libtool.m4 will add one of these switches to LD
2232     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
2233       libsuff= shlibsuff= libmagic=32-bit;;
2234     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
2235       libsuff=32 shlibsuff=N32 libmagic=N32;;
2236     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
2237       libsuff=64 shlibsuff=64 libmagic=64-bit;;
2238     *) libsuff= shlibsuff= libmagic=never-match;;
2239     esac
2240     ;;
2241   esac
2242   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
2243   shlibpath_overrides_runpath=no
2244   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
2245   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
2246   hardcode_into_libs=yes
2247   ;;
2248
2249 # No shared lib support for Linux oldld, aout, or coff.
2250 linux*oldld* | linux*aout* | linux*coff*)
2251   dynamic_linker=no
2252   ;;
2253
2254 # This must be Linux ELF.
2255 linux*)
2256   version_type=linux
2257   need_lib_prefix=no
2258   need_version=no
2259   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2260   soname_spec='${libname}${release}${shared_ext}$major'
2261   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
2262   shlibpath_var=LD_LIBRARY_PATH
2263   shlibpath_overrides_runpath=no
2264   # This implies no fast_install, which is unacceptable.
2265   # Some rework will be needed to allow for fast_install
2266   # before this can be enabled.
2267   hardcode_into_libs=yes
2268
2269   # We used to test for /lib/ld.so.1 and disable shared libraries on
2270   # powerpc, because MkLinux only supported shared libraries with the
2271   # GNU dynamic linker.  Since this was broken with cross compilers,
2272   # most powerpc-linux boxes support dynamic linking these days and
2273   # people can always --disable-shared, the test was removed, and we
2274   # assume the GNU/Linux dynamic linker is in use.
2275   dynamic_linker='GNU/Linux ld.so'
2276
2277   # Find out which ABI we are using (multilib Linux x86_64 hack).
2278   libsuff=
2279   case "$host_cpu" in
2280   x86_64*|s390x*)
2281     echo '[#]line __oline__ "configure"' > conftest.$ac_ext
2282     if AC_TRY_EVAL(ac_compile); then
2283       case `/usr/bin/file conftest.$ac_objext` in
2284       *64-bit*)
2285         libsuff=64
2286         ;;
2287       esac
2288     fi
2289     rm -rf conftest*
2290     ;;
2291   *)
2292     ;;
2293   esac
2294   sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff}"
2295   sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
2296   ;;
2297
2298 netbsd*)
2299   version_type=sunos
2300   need_lib_prefix=no
2301   need_version=no
2302   if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
2303     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
2304     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
2305     dynamic_linker='NetBSD (a.out) ld.so'
2306   else
2307     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
2308     soname_spec='${libname}${release}${shared_ext}$major'
2309     dynamic_linker='NetBSD ld.elf_so'
2310   fi
2311   shlibpath_var=LD_LIBRARY_PATH
2312   shlibpath_overrides_runpath=yes
2313   hardcode_into_libs=yes
2314   ;;
2315
2316 newsos6)
2317   version_type=linux
2318   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2319   shlibpath_var=LD_LIBRARY_PATH
2320   shlibpath_overrides_runpath=yes
2321   ;;
2322
2323 nto-qnx)
2324   version_type=linux
2325   need_lib_prefix=no
2326   need_version=no
2327   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2328   soname_spec='${libname}${release}${shared_ext}$major'
2329   shlibpath_var=LD_LIBRARY_PATH
2330   shlibpath_overrides_runpath=yes
2331   ;;
2332
2333 openbsd*)
2334   version_type=sunos
2335   need_lib_prefix=no
2336   need_version=no
2337   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
2338   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
2339   shlibpath_var=LD_LIBRARY_PATH
2340   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2341     case $host_os in
2342       openbsd2.[[89]] | openbsd2.[[89]].*)
2343         shlibpath_overrides_runpath=no
2344         ;;
2345       *)
2346         shlibpath_overrides_runpath=yes
2347         ;;
2348       esac
2349   else
2350     shlibpath_overrides_runpath=yes
2351   fi
2352   ;;
2353
2354 os2*)
2355   libname_spec='$name'
2356   shrext=".dll"
2357   need_lib_prefix=no
2358   library_names_spec='$libname${shared_ext} $libname.a'
2359   dynamic_linker='OS/2 ld.exe'
2360   shlibpath_var=LIBPATH
2361   ;;
2362
2363 osf3* | osf4* | osf5*)
2364   version_type=osf
2365   need_lib_prefix=no
2366   need_version=no
2367   soname_spec='${libname}${release}${shared_ext}$major'
2368   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2369   shlibpath_var=LD_LIBRARY_PATH
2370   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
2371   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
2372   ;;
2373
2374 sco3.2v5*)
2375   version_type=osf
2376   soname_spec='${libname}${release}${shared_ext}$major'
2377   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2378   shlibpath_var=LD_LIBRARY_PATH
2379   ;;
2380
2381 solaris*)
2382   version_type=linux
2383   need_lib_prefix=no
2384   need_version=no
2385   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2386   soname_spec='${libname}${release}${shared_ext}$major'
2387   shlibpath_var=LD_LIBRARY_PATH
2388   shlibpath_overrides_runpath=yes
2389   hardcode_into_libs=yes
2390   # ldd complains unless libraries are executable
2391   postinstall_cmds='chmod +x $lib'
2392   ;;
2393
2394 sunos4*)
2395   version_type=sunos
2396   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
2397   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
2398   shlibpath_var=LD_LIBRARY_PATH
2399   shlibpath_overrides_runpath=yes
2400   if test "$with_gnu_ld" = yes; then
2401     need_lib_prefix=no
2402   fi
2403   need_version=yes
2404   ;;
2405
2406 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
2407   version_type=linux
2408   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2409   soname_spec='${libname}${release}${shared_ext}$major'
2410   shlibpath_var=LD_LIBRARY_PATH
2411   case $host_vendor in
2412     sni)
2413       shlibpath_overrides_runpath=no
2414       need_lib_prefix=no
2415       export_dynamic_flag_spec='${wl}-Blargedynsym'
2416       runpath_var=LD_RUN_PATH
2417       ;;
2418     siemens)
2419       need_lib_prefix=no
2420       ;;
2421     motorola)
2422       need_lib_prefix=no
2423       need_version=no
2424       shlibpath_overrides_runpath=no
2425       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
2426       ;;
2427   esac
2428   ;;
2429
2430 sysv4*MP*)
2431   if test -d /usr/nec ;then
2432     version_type=linux
2433     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
2434     soname_spec='$libname${shared_ext}.$major'
2435     shlibpath_var=LD_LIBRARY_PATH
2436   fi
2437   ;;
2438
2439 uts4*)
2440   version_type=linux
2441   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2442   soname_spec='${libname}${release}${shared_ext}$major'
2443   shlibpath_var=LD_LIBRARY_PATH
2444   ;;
2445
2446 *)
2447   dynamic_linker=no
2448   ;;
2449 esac
2450 AC_MSG_RESULT([$dynamic_linker])
2451 test "$dynamic_linker" = no && can_build_shared=no
2452 ])# AC_LIBTOOL_SYS_DYNAMIC_LINKER
2453
2454
2455 # _LT_AC_TAGCONFIG
2456 # ----------------
2457 AC_DEFUN([_LT_AC_TAGCONFIG],
2458 [AC_ARG_WITH([tags],
2459     [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
2460         [include additional configurations @<:@automatic@:>@])],
2461     [tagnames="$withval"])
2462
2463 if test -f "$ltmain" && test -n "$tagnames"; then
2464   if test ! -f "${ofile}"; then
2465     AC_MSG_WARN([output file `$ofile' does not exist])
2466   fi
2467
2468   if test -z "$LTCC"; then
2469     eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
2470     if test -z "$LTCC"; then
2471       AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
2472     else
2473       AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
2474     fi
2475   fi
2476
2477   # Extract list of available tagged configurations in $ofile.
2478   # Note that this assumes the entire list is on one line.
2479   available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
2480
2481   lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
2482   for tagname in $tagnames; do
2483     IFS="$lt_save_ifs"
2484     # Check whether tagname contains only valid characters
2485     case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
2486     "") ;;
2487     *)  AC_MSG_ERROR([invalid tag name: $tagname])
2488         ;;
2489     esac
2490
2491     if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
2492     then
2493       AC_MSG_ERROR([tag name \"$tagname\" already exists])
2494     fi
2495
2496     # Update the list of available tags.
2497     if test -n "$tagname"; then
2498       echo appending configuration tag \"$tagname\" to $ofile
2499
2500       case $tagname in
2501       CXX)
2502         if test -n "$CXX" && test "X$CXX" != "Xno"; then
2503           AC_LIBTOOL_LANG_CXX_CONFIG
2504         else
2505           tagname=""
2506         fi
2507         ;;
2508
2509       F77)
2510         if test -n "$F77" && test "X$F77" != "Xno"; then
2511           AC_LIBTOOL_LANG_F77_CONFIG
2512         else
2513           tagname=""
2514         fi
2515         ;;
2516
2517       GCJ)
2518         if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
2519           AC_LIBTOOL_LANG_GCJ_CONFIG
2520         else
2521           tagname=""
2522         fi
2523         ;;
2524
2525       RC)
2526         AC_LIBTOOL_LANG_RC_CONFIG
2527         ;;
2528
2529       *)
2530         AC_MSG_ERROR([Unsupported tag name: $tagname])
2531         ;;
2532       esac
2533
2534       # Append the new tag name to the list of available tags.
2535       if test -n "$tagname" ; then
2536       available_tags="$available_tags $tagname"
2537     fi
2538     fi
2539   done
2540   IFS="$lt_save_ifs"
2541
2542   # Now substitute the updated list of available tags.
2543   if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
2544     mv "${ofile}T" "$ofile"
2545     chmod +x "$ofile"
2546   else
2547     rm -f "${ofile}T"
2548     AC_MSG_ERROR([unable to update list of available tagged configurations.])
2549   fi
2550 fi
2551 ])# _LT_AC_TAGCONFIG
2552
2553
2554 # AC_LIBTOOL_DLOPEN
2555 # -----------------
2556 # enable checks for dlopen support
2557 AC_DEFUN([AC_LIBTOOL_DLOPEN],
2558  [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
2559 ])# AC_LIBTOOL_DLOPEN
2560
2561
2562 # AC_LIBTOOL_WIN32_DLL
2563 # --------------------
2564 # declare package support for building win32 dll's
2565 AC_DEFUN([AC_LIBTOOL_WIN32_DLL],
2566 [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
2567 ])# AC_LIBTOOL_WIN32_DLL
2568
2569
2570 # AC_ENABLE_SHARED([DEFAULT])
2571 # ---------------------------
2572 # implement the --enable-shared flag
2573 # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
2574 AC_DEFUN([AC_ENABLE_SHARED],
2575 [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
2576 AC_ARG_ENABLE([shared],
2577     [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
2578         [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
2579     [p=${PACKAGE-default}
2580     case $enableval in
2581     yes) enable_shared=yes ;;
2582     no) enable_shared=no ;;
2583     *)
2584       enable_shared=no
2585       # Look at the argument we got.  We use all the common list separators.
2586       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
2587       for pkg in $enableval; do
2588         IFS="$lt_save_ifs"
2589         if test "X$pkg" = "X$p"; then
2590           enable_shared=yes
2591         fi
2592       done
2593       IFS="$lt_save_ifs"
2594       ;;
2595     esac],
2596     [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
2597 ])# AC_ENABLE_SHARED
2598
2599
2600 # AC_DISABLE_SHARED
2601 # -----------------
2602 #- set the default shared flag to --disable-shared
2603 AC_DEFUN([AC_DISABLE_SHARED],
2604 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2605 AC_ENABLE_SHARED(no)
2606 ])# AC_DISABLE_SHARED
2607
2608
2609 # AC_ENABLE_STATIC([DEFAULT])
2610 # ---------------------------
2611 # implement the --enable-static flag
2612 # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
2613 AC_DEFUN([AC_ENABLE_STATIC],
2614 [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
2615 AC_ARG_ENABLE([static],
2616     [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
2617         [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
2618     [p=${PACKAGE-default}
2619     case $enableval in
2620     yes) enable_static=yes ;;
2621     no) enable_static=no ;;
2622     *)
2623      enable_static=no
2624       # Look at the argument we got.  We use all the common list separators.
2625       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
2626       for pkg in $enableval; do
2627         IFS="$lt_save_ifs"
2628         if test "X$pkg" = "X$p"; then
2629           enable_static=yes
2630         fi
2631       done
2632       IFS="$lt_save_ifs"
2633       ;;
2634     esac],
2635     [enable_static=]AC_ENABLE_STATIC_DEFAULT)
2636 ])# AC_ENABLE_STATIC
2637
2638
2639 # AC_DISABLE_STATIC
2640 # -----------------
2641 # set the default static flag to --disable-static
2642 AC_DEFUN([AC_DISABLE_STATIC],
2643 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2644 AC_ENABLE_STATIC(no)
2645 ])# AC_DISABLE_STATIC
2646
2647
2648 # AC_ENABLE_FAST_INSTALL([DEFAULT])
2649 # ---------------------------------
2650 # implement the --enable-fast-install flag
2651 # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
2652 AC_DEFUN([AC_ENABLE_FAST_INSTALL],
2653 [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
2654 AC_ARG_ENABLE([fast-install],
2655     [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
2656     [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
2657     [p=${PACKAGE-default}
2658     case $enableval in
2659     yes) enable_fast_install=yes ;;
2660     no) enable_fast_install=no ;;
2661     *)
2662       enable_fast_install=no
2663       # Look at the argument we got.  We use all the common list separators.
2664       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
2665       for pkg in $enableval; do
2666         IFS="$lt_save_ifs"
2667         if test "X$pkg" = "X$p"; then
2668           enable_fast_install=yes
2669         fi
2670       done
2671       IFS="$lt_save_ifs"
2672       ;;
2673     esac],
2674     [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
2675 ])# AC_ENABLE_FAST_INSTALL
2676
2677
2678 # AC_DISABLE_FAST_INSTALL
2679 # -----------------------
2680 # set the default to --disable-fast-install
2681 AC_DEFUN([AC_DISABLE_FAST_INSTALL],
2682 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2683 AC_ENABLE_FAST_INSTALL(no)
2684 ])# AC_DISABLE_FAST_INSTALL
2685
2686
2687 # AC_LIBTOOL_PICMODE([MODE])
2688 # --------------------------
2689 # implement the --with-pic flag
2690 # MODE is either `yes' or `no'.  If omitted, it defaults to `both'.
2691 AC_DEFUN([AC_LIBTOOL_PICMODE],
2692 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2693 pic_mode=ifelse($#,1,$1,default)
2694 ])# AC_LIBTOOL_PICMODE
2695
2696
2697 # AC_PROG_EGREP
2698 # -------------
2699 # This is predefined starting with Autoconf 2.54, so this conditional
2700 # definition can be removed once we require Autoconf 2.54 or later.
2701 m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP],
2702 [AC_CACHE_CHECK([for egrep], [ac_cv_prog_egrep],
2703    [if echo a | (grep -E '(a|b)') >/dev/null 2>&1
2704     then ac_cv_prog_egrep='grep -E'
2705     else ac_cv_prog_egrep='egrep'
2706     fi])
2707  EGREP=$ac_cv_prog_egrep
2708  AC_SUBST([EGREP])
2709 ])])
2710
2711
2712 # AC_PATH_TOOL_PREFIX
2713 # -------------------
2714 # find a file program which can recognise shared library
2715 AC_DEFUN([AC_PATH_TOOL_PREFIX],
2716 [AC_REQUIRE([AC_PROG_EGREP])dnl
2717 AC_MSG_CHECKING([for $1])
2718 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
2719 [case $MAGIC_CMD in
2720 [[\\/*] |  ?:[\\/]*])
2721   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2722   ;;
2723 *)
2724   lt_save_MAGIC_CMD="$MAGIC_CMD"
2725   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2726 dnl $ac_dummy forces splitting on constant user-supplied paths.
2727 dnl POSIX.2 word splitting is done only on the output of word expansions,
2728 dnl not every word.  This closes a longstanding sh security hole.
2729   ac_dummy="ifelse([$2], , $PATH, [$2])"
2730   for ac_dir in $ac_dummy; do
2731     IFS="$lt_save_ifs"
2732     test -z "$ac_dir" && ac_dir=.
2733     if test -f $ac_dir/$1; then
2734       lt_cv_path_MAGIC_CMD="$ac_dir/$1"
2735       if test -n "$file_magic_test_file"; then
2736         case $deplibs_check_method in
2737         "file_magic "*)
2738           file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
2739           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2740           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
2741             $EGREP "$file_magic_regex" > /dev/null; then
2742             :
2743           else
2744             cat <<EOF 1>&2
2745
2746 *** Warning: the command libtool uses to detect shared libraries,
2747 *** $file_magic_cmd, produces output that libtool cannot recognize.
2748 *** The result is that libtool may fail to recognize shared libraries
2749 *** as such.  This will affect the creation of libtool libraries that
2750 *** depend on shared libraries, but programs linked with such libtool
2751 *** libraries will work regardless of this problem.  Nevertheless, you
2752 *** may want to report the problem to your system manager and/or to
2753 *** bug-libtool@gnu.org
2754
2755 EOF
2756           fi ;;
2757         esac
2758       fi
2759       break
2760     fi
2761   done
2762   IFS="$lt_save_ifs"
2763   MAGIC_CMD="$lt_save_MAGIC_CMD"
2764   ;;
2765 esac])
2766 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2767 if test -n "$MAGIC_CMD"; then
2768   AC_MSG_RESULT($MAGIC_CMD)
2769 else
2770   AC_MSG_RESULT(no)
2771 fi
2772 ])# AC_PATH_TOOL_PREFIX
2773
2774
2775 # AC_PATH_MAGIC
2776 # -------------
2777 # find a file program which can recognise a shared library
2778 AC_DEFUN([AC_PATH_MAGIC],
2779 [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
2780 if test -z "$lt_cv_path_MAGIC_CMD"; then
2781   if test -n "$ac_tool_prefix"; then
2782     AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
2783   else
2784     MAGIC_CMD=:
2785   fi
2786 fi
2787 ])# AC_PATH_MAGIC
2788
2789
2790 # AC_PROG_LD
2791 # ----------
2792 # find the path to the GNU or non-GNU linker
2793 AC_DEFUN([AC_PROG_LD],
2794 [AC_ARG_WITH([gnu-ld],
2795     [AC_HELP_STRING([--with-gnu-ld],
2796         [assume the C compiler uses GNU ld @<:@default=no@:>@])],
2797     [test "$withval" = no || with_gnu_ld=yes],
2798     [with_gnu_ld=no])
2799 AC_REQUIRE([LT_AC_PROG_SED])dnl
2800 AC_REQUIRE([AC_PROG_CC])dnl
2801 AC_REQUIRE([AC_CANONICAL_HOST])dnl
2802 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
2803 ac_prog=ld
2804 if test "$GCC" = yes; then
2805   # Check if gcc -print-prog-name=ld gives a path.
2806   AC_MSG_CHECKING([for ld used by $CC])
2807   case $host in
2808   *-*-mingw*)
2809     # gcc leaves a trailing carriage return which upsets mingw
2810     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
2811   *)
2812     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
2813   esac
2814   case $ac_prog in
2815     # Accept absolute paths.
2816     [[\\/]]* | ?:[[\\/]]*)
2817       re_direlt='/[[^/]][[^/]]*/\.\./'
2818       # Canonicalize the path of ld
2819       ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
2820       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
2821         ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
2822       done
2823       test -z "$LD" && LD="$ac_prog"
2824       ;;
2825   "")
2826     # If it fails, then pretend we aren't using GCC.
2827     ac_prog=ld
2828     ;;
2829   *)
2830     # If it is relative, then search for the first ld in PATH.
2831     with_gnu_ld=unknown
2832     ;;
2833   esac
2834 elif test "$with_gnu_ld" = yes; then
2835   AC_MSG_CHECKING([for GNU ld])
2836 else
2837   AC_MSG_CHECKING([for non-GNU ld])
2838 fi
2839 AC_CACHE_VAL(lt_cv_path_LD,
2840 [if test -z "$LD"; then
2841   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2842   for ac_dir in $PATH; do
2843     IFS="$lt_save_ifs"
2844     test -z "$ac_dir" && ac_dir=.
2845     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
2846       lt_cv_path_LD="$ac_dir/$ac_prog"
2847       # Check to see if the program is GNU ld.  I'd rather use --version,
2848       # but apparently some GNU ld's only accept -v.
2849       # Break only if it was the GNU/non-GNU ld that we prefer.
2850       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
2851       *GNU* | *'with BFD'*)
2852         test "$with_gnu_ld" != no && break
2853         ;;
2854       *)
2855         test "$with_gnu_ld" != yes && break
2856         ;;
2857       esac
2858     fi
2859   done
2860   IFS="$lt_save_ifs"
2861 else
2862   lt_cv_path_LD="$LD" # Let the user override the test with a path.
2863 fi])
2864 LD="$lt_cv_path_LD"
2865 if test -n "$LD"; then
2866   AC_MSG_RESULT($LD)
2867 else
2868   AC_MSG_RESULT(no)
2869 fi
2870 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
2871 AC_PROG_LD_GNU
2872 ])# AC_PROG_LD
2873
2874
2875 # AC_PROG_LD_GNU
2876 # --------------
2877 AC_DEFUN([AC_PROG_LD_GNU],
2878 [AC_REQUIRE([AC_PROG_EGREP])dnl
2879 AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
2880 [# I'd rather use --version here, but apparently some GNU ld's only accept -v.
2881 case `$LD -v 2>&1 </dev/null` in
2882 *GNU* | *'with BFD'*)
2883   lt_cv_prog_gnu_ld=yes
2884   ;;
2885 *)
2886   lt_cv_prog_gnu_ld=no
2887   ;;
2888 esac])
2889 with_gnu_ld=$lt_cv_prog_gnu_ld
2890 ])# AC_PROG_LD_GNU
2891
2892
2893 # AC_PROG_LD_RELOAD_FLAG
2894 # ----------------------
2895 # find reload flag for linker
2896 #   -- PORTME Some linkers may need a different reload flag.
2897 AC_DEFUN([AC_PROG_LD_RELOAD_FLAG],
2898 [AC_CACHE_CHECK([for $LD option to reload object files],
2899   lt_cv_ld_reload_flag,
2900   [lt_cv_ld_reload_flag='-r'])
2901 reload_flag=$lt_cv_ld_reload_flag
2902 case $reload_flag in
2903 "" | " "*) ;;
2904 *) reload_flag=" $reload_flag" ;;
2905 esac
2906 reload_cmds='$LD$reload_flag -o $output$reload_objs'
2907 ])# AC_PROG_LD_RELOAD_FLAG
2908
2909
2910 # AC_DEPLIBS_CHECK_METHOD
2911 # -----------------------
2912 # how to check for library dependencies
2913 #  -- PORTME fill in with the dynamic library characteristics
2914 AC_DEFUN([AC_DEPLIBS_CHECK_METHOD],
2915 [AC_CACHE_CHECK([how to recognise dependent libraries],
2916 lt_cv_deplibs_check_method,
2917 [lt_cv_file_magic_cmd='$MAGIC_CMD'
2918 lt_cv_file_magic_test_file=
2919 lt_cv_deplibs_check_method='unknown'
2920 # Need to set the preceding variable on all platforms that support
2921 # interlibrary dependencies.
2922 # 'none' -- dependencies not supported.
2923 # `unknown' -- same as none, but documents that we really don't know.
2924 # 'pass_all' -- all dependencies passed with no checks.
2925 # 'test_compile' -- check by making test program.
2926 # 'file_magic [[regex]]' -- check by looking for files in library path
2927 # which responds to the $file_magic_cmd with a given extended regex.
2928 # If you have `file' or equivalent on your system and you're not sure
2929 # whether `pass_all' will *always* work, you probably want this one.
2930
2931 case $host_os in
2932 aix4* | aix5*)
2933   lt_cv_deplibs_check_method=pass_all
2934   ;;
2935
2936 beos*)
2937   lt_cv_deplibs_check_method=pass_all
2938   ;;
2939
2940 bsdi4*)
2941   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
2942   lt_cv_file_magic_cmd='/usr/bin/file -L'
2943   lt_cv_file_magic_test_file=/shlib/libc.so
2944   ;;
2945
2946 cygwin* | mingw* | pw32*)
2947   # win32_libid is a shell function defined in ltmain.sh
2948   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
2949   lt_cv_file_magic_cmd='win32_libid'
2950   ;;
2951
2952 darwin* | rhapsody*)
2953   # this will be overwritten by pass_all, but leave it in just in case
2954   lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
2955   lt_cv_file_magic_cmd='/usr/bin/file -L'
2956   case "$host_os" in
2957   rhapsody* | darwin1.[[012]])
2958     lt_cv_file_magic_test_file=`/System/Library/Frameworks/System.framework/System`
2959     ;;
2960   *) # Darwin 1.3 on
2961     lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
2962     ;;
2963   esac
2964   lt_cv_deplibs_check_method=pass_all
2965   ;;
2966
2967 freebsd*)
2968   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2969     case $host_cpu in
2970     i*86 )
2971       # Not sure whether the presence of OpenBSD here was a mistake.
2972       # Let's accept both of them until this is cleared up.
2973       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
2974       lt_cv_file_magic_cmd=/usr/bin/file
2975       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
2976       ;;
2977     esac
2978   else
2979     lt_cv_deplibs_check_method=pass_all
2980   fi
2981   ;;
2982
2983 gnu*)
2984   lt_cv_deplibs_check_method=pass_all
2985   ;;
2986
2987 hpux10.20* | hpux11*)
2988   lt_cv_file_magic_cmd=/usr/bin/file
2989   case "$host_cpu" in
2990   ia64*)
2991     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
2992     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
2993     ;;
2994   hppa*64*)
2995     [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]']
2996     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
2997     ;;
2998   *)
2999     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
3000     lt_cv_file_magic_test_file=/usr/lib/libc.sl
3001     ;;
3002   esac
3003   ;;
3004
3005 irix5* | irix6* | nonstopux*)
3006   case $host_os in
3007   irix5* | nonstopux*)
3008     # this will be overridden with pass_all, but let us keep it just in case
3009     lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
3010     ;;
3011   *)
3012     case $LD in
3013     *-32|*"-32 ") libmagic=32-bit;;
3014     *-n32|*"-n32 ") libmagic=N32;;
3015     *-64|*"-64 ") libmagic=64-bit;;
3016     *) libmagic=never-match;;
3017     esac
3018     # this will be overridden with pass_all, but let us keep it just in case
3019     lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[[1234]] dynamic lib MIPS - version 1"
3020     ;;
3021   esac
3022   lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
3023   lt_cv_deplibs_check_method=pass_all
3024   ;;
3025
3026 # This must be Linux ELF.
3027 linux*)
3028   case $host_cpu in
3029   alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* | sparc* | s390* | sh* | x86_64*)
3030     lt_cv_deplibs_check_method=pass_all ;;
3031   *)
3032     # glibc up to 2.1.1 does not perform some relocations on ARM
3033     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
3034   esac
3035   lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
3036   ;;
3037
3038 netbsd*)
3039   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
3040     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
3041   else
3042     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
3043   fi
3044   ;;
3045
3046 newos6*)
3047   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
3048   lt_cv_file_magic_cmd=/usr/bin/file
3049   lt_cv_file_magic_test_file=/usr/lib/libnls.so
3050   ;;
3051
3052 nto-qnx)
3053   lt_cv_deplibs_check_method=unknown
3054   ;;
3055
3056 openbsd*)
3057   lt_cv_file_magic_cmd=/usr/bin/file
3058   lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
3059   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
3060     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
3061   else
3062     lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
3063   fi
3064   ;;
3065
3066 osf3* | osf4* | osf5*)
3067   # this will be overridden with pass_all, but let us keep it just in case
3068   lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
3069   lt_cv_file_magic_test_file=/shlib/libc.so
3070   lt_cv_deplibs_check_method=pass_all
3071   ;;
3072
3073 sco3.2v5*)
3074   lt_cv_deplibs_check_method=pass_all
3075   ;;
3076
3077 solaris*)
3078   lt_cv_deplibs_check_method=pass_all
3079   lt_cv_file_magic_test_file=/lib/libc.so
3080   ;;
3081
3082 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
3083   case $host_vendor in
3084   motorola)
3085     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]]'
3086     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
3087     ;;
3088   ncr)
3089     lt_cv_deplibs_check_method=pass_all
3090     ;;
3091   sequent)
3092     lt_cv_file_magic_cmd='/bin/file'
3093     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
3094     ;;
3095   sni)
3096     lt_cv_file_magic_cmd='/bin/file'
3097     lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
3098     lt_cv_file_magic_test_file=/lib/libc.so
3099     ;;
3100   siemens)
3101     lt_cv_deplibs_check_method=pass_all
3102     ;;
3103   esac
3104   ;;
3105
3106 sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
3107   lt_cv_deplibs_check_method=pass_all
3108   ;;
3109 esac
3110 ])
3111 file_magic_cmd=$lt_cv_file_magic_cmd
3112 deplibs_check_method=$lt_cv_deplibs_check_method
3113 test -z "$deplibs_check_method" && deplibs_check_method=unknown
3114 ])# AC_DEPLIBS_CHECK_METHOD
3115
3116
3117 # AC_PROG_NM
3118 # ----------
3119 # find the path to a BSD-compatible name lister
3120 AC_DEFUN([AC_PROG_NM],
3121 [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
3122 [if test -n "$NM"; then
3123   # Let the user override the test.
3124   lt_cv_path_NM="$NM"
3125 else
3126   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
3127   for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
3128     IFS="$lt_save_ifs"
3129     test -z "$ac_dir" && ac_dir=.
3130     tmp_nm="$ac_dir/${ac_tool_prefix}nm"
3131     if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
3132       # Check to see if the nm accepts a BSD-compat flag.
3133       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3134       #   nm: unknown option "B" ignored
3135       # Tru64's nm complains that /dev/null is an invalid object file
3136       case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
3137       */dev/null* | *'Invalid file or object type'*)
3138         lt_cv_path_NM="$tmp_nm -B"
3139         break
3140         ;;
3141       *)
3142         case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
3143         */dev/null*)
3144           lt_cv_path_NM="$tmp_nm -p"
3145           break
3146           ;;
3147         *)
3148           lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
3149           continue # so that we can try to find one that supports BSD flags
3150           ;;
3151         esac
3152       esac
3153     fi
3154   done
3155   IFS="$lt_save_ifs"
3156   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
3157 fi])
3158 NM="$lt_cv_path_NM"
3159 ])# AC_PROG_NM
3160
3161
3162 # AC_CHECK_LIBM
3163 # -------------
3164 # check for math library
3165 AC_DEFUN([AC_CHECK_LIBM],
3166 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
3167 LIBM=
3168 case $host in
3169 *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
3170   # These system don't have libm, or don't need it
3171   ;;
3172 *-ncr-sysv4.3*)
3173   AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
3174   AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
3175   ;;
3176 *)
3177   AC_CHECK_LIB(m, cos, LIBM="-lm")
3178   ;;
3179 esac
3180 ])# AC_CHECK_LIBM
3181
3182
3183 # AC_LIBLTDL_CONVENIENCE([DIRECTORY])
3184 # -----------------------------------
3185 # sets LIBLTDL to the link flags for the libltdl convenience library and
3186 # LTDLINCL to the include flags for the libltdl header and adds
3187 # --enable-ltdl-convenience to the configure arguments.  Note that LIBLTDL
3188 # and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If
3189 # DIRECTORY is not provided, it is assumed to be `libltdl'.  LIBLTDL will
3190 # be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed with
3191 # '${top_srcdir}/' (note the single quotes!).  If your package is not
3192 # flat and you're not using automake, define top_builddir and
3193 # top_srcdir appropriately in the Makefiles.
3194 AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
3195 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
3196   case $enable_ltdl_convenience in
3197   no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
3198   "") enable_ltdl_convenience=yes
3199       ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
3200   esac
3201   LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
3202   LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
3203   # For backwards non-gettext consistent compatibility...
3204   INCLTDL="$LTDLINCL"
3205 ])# AC_LIBLTDL_CONVENIENCE
3206
3207
3208 # AC_LIBLTDL_INSTALLABLE([DIRECTORY])
3209 # -----------------------------------
3210 # sets LIBLTDL to the link flags for the libltdl installable library and
3211 # LTDLINCL to the include flags for the libltdl header and adds
3212 # --enable-ltdl-install to the configure arguments.  Note that LIBLTDL
3213 # and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If
3214 # DIRECTORY is not provided and an installed libltdl is not found, it is
3215 # assumed to be `libltdl'.  LIBLTDL will be prefixed with '${top_builddir}/'
3216 # and LTDLINCL will be prefixed with '${top_srcdir}/' (note the single
3217 # quotes!).  If your package is not flat and you're not using automake,
3218 # define top_builddir and top_srcdir appropriately in the Makefiles.
3219 # In the future, this macro may have to be called after AC_PROG_LIBTOOL.
3220 AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
3221 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
3222   AC_CHECK_LIB(ltdl, lt_dlinit,
3223   [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
3224   [if test x"$enable_ltdl_install" = xno; then
3225      AC_MSG_WARN([libltdl not installed, but installation disabled])
3226    else
3227      enable_ltdl_install=yes
3228    fi
3229   ])
3230   if test x"$enable_ltdl_install" = x"yes"; then
3231     ac_configure_args="$ac_configure_args --enable-ltdl-install"
3232     LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
3233     LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
3234   else
3235     ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
3236     LIBLTDL="-lltdl"
3237     LTDLINCL=
3238   fi
3239   # For backwards non-gettext consistent compatibility...
3240   INCLTDL="$LTDLINCL"
3241 ])# AC_LIBLTDL_INSTALLABLE
3242
3243
3244 # AC_LIBTOOL_CXX
3245 # --------------
3246 # enable support for C++ libraries
3247 AC_DEFUN([AC_LIBTOOL_CXX],
3248 [AC_REQUIRE([_LT_AC_LANG_CXX])
3249 ])# AC_LIBTOOL_CXX
3250
3251
3252 # _LT_AC_LANG_CXX
3253 # ---------------
3254 AC_DEFUN([_LT_AC_LANG_CXX],
3255 [AC_REQUIRE([AC_PROG_CXX])
3256 AC_REQUIRE([AC_PROG_CXXCPP])
3257 _LT_AC_SHELL_INIT([tagnames=`echo "$tagnames,CXX" | sed 's/^,//'`])
3258 ])# _LT_AC_LANG_CXX
3259
3260
3261 # AC_LIBTOOL_F77
3262 # --------------
3263 # enable support for Fortran 77 libraries
3264 AC_DEFUN([AC_LIBTOOL_F77],
3265 [AC_REQUIRE([_LT_AC_LANG_F77])
3266 ])# AC_LIBTOOL_F77
3267
3268
3269 # _LT_AC_LANG_F77
3270 # ---------------
3271 AC_DEFUN([_LT_AC_LANG_F77],
3272 [AC_REQUIRE([AC_PROG_F77])
3273 _LT_AC_SHELL_INIT([tagnames=`echo "$tagnames,F77" | sed 's/^,//'`])
3274 ])# _LT_AC_LANG_F77
3275
3276
3277 # AC_LIBTOOL_GCJ
3278 # --------------
3279 # enable support for GCJ libraries
3280 AC_DEFUN([AC_LIBTOOL_GCJ],
3281 [AC_REQUIRE([_LT_AC_LANG_GCJ])
3282 ])# AC_LIBTOOL_GCJ
3283
3284
3285 # _LT_AC_LANG_GCJ
3286 # ---------------
3287 AC_DEFUN([_LT_AC_LANG_GCJ],
3288 [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
3289   [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
3290     [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
3291       [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
3292          [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
3293            [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
3294 _LT_AC_SHELL_INIT([tagnames=`echo "$tagnames,GCJ" | sed 's/^,//'`])
3295 ])# _LT_AC_LANG_GCJ
3296
3297
3298 # AC_LIBTOOL_RC
3299 # --------------
3300 # enable support for Windows resource files
3301 AC_DEFUN([AC_LIBTOOL_RC],
3302 [AC_REQUIRE([LT_AC_PROG_RC])
3303 _LT_AC_SHELL_INIT([tagnames=`echo "$tagnames,RC" | sed 's/^,//'`])
3304 ])# AC_LIBTOOL_RC
3305
3306
3307 # AC_LIBTOOL_LANG_C_CONFIG
3308 # ------------------------
3309 # Ensure that the configuration vars for the C compiler are
3310 # suitably defined.  Those variables are subsequently used by
3311 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
3312 AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
3313 AC_DEFUN([_LT_AC_LANG_C_CONFIG],
3314 [lt_save_CC="$CC"
3315 AC_LANG_PUSH(C)
3316
3317 # Source file extension for C test sources.
3318 ac_ext=c
3319
3320 # Object file extension for compiled C test sources.
3321 objext=o
3322 _LT_AC_TAGVAR(objext, $1)=$objext
3323
3324 # Code to be used in simple compile tests
3325 lt_simple_compile_test_code="int some_variable = 0;\n"
3326
3327 # Code to be used in simple link tests
3328 lt_simple_link_test_code='int main(){return(0);}\n'
3329
3330 _LT_AC_SYS_COMPILER
3331
3332 #
3333 # Check for any special shared library compilation flags.
3334 #
3335 _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
3336 if test "$GCC" = no; then
3337   case $host_os in
3338   sco3.2v5*)
3339     _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
3340     ;;
3341   esac
3342 fi
3343 if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
3344   AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
3345   if echo "$old_CC $old_CFLAGS " | grep "[[     ]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[      ]]" >/dev/null; then :
3346   else
3347     AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
3348     _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
3349   fi
3350 fi
3351
3352
3353 #
3354 # Check to make sure the static flag actually works.
3355 #
3356 AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
3357   _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
3358   $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
3359   [],
3360   [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
3361
3362
3363 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
3364 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3365 AC_LIBTOOL_PROG_CC_C_O($1)
3366 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3367 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3368 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3369 AC_LIBTOOL_SYS_LIB_STRIP
3370 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3371 AC_LIBTOOL_DLOPEN_SELF($1)
3372
3373 # Report which librarie types wil actually be built
3374 AC_MSG_CHECKING([if libtool supports shared libraries])
3375 AC_MSG_RESULT([$can_build_shared])
3376
3377 AC_MSG_CHECKING([whether to build shared libraries])
3378 test "$can_build_shared" = "no" && enable_shared=no
3379
3380 # On AIX, shared libraries and static libraries use the same namespace, and
3381 # are all built from PIC.
3382 case "$host_os" in
3383 aix3*)
3384   test "$enable_shared" = yes && enable_static=no
3385   if test -n "$RANLIB"; then
3386     archive_cmds="$archive_cmds~\$RANLIB \$lib"
3387     postinstall_cmds='$RANLIB $lib'
3388   fi
3389   ;;
3390
3391 aix4*)
3392   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
3393     test "$enable_shared" = yes && enable_static=no
3394   fi
3395   ;;
3396   darwin* | rhapsody*)
3397   if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then 
3398     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3399     case "$host_os" in
3400     rhapsody* | darwin1.[[012]])
3401       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
3402       ;;
3403     *) # Darwin 1.3 on
3404       test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
3405       ;;
3406     esac
3407     # FIXME: Relying on posixy $() will cause problems for
3408     #        cross-compilation, but unfortunately the echo tests do not
3409     #        yet detect zsh echo's removal of \ escapes.  Also zsh mangles
3410     #          `"' quotes if we put them in here... so don't!
3411                 output_verbose_link_cmd='echo'
3412     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring'
3413     _LT_AC_TAGVAR(module_cmds, $1)='$CC -bundle $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags'
3414     # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
3415                   _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag  -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3416                   _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -bundle $allow_undefined_flag  -o $lib $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3417     _LT_AC_TAGVAR(hardcode_direct, $1)=no
3418     _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
3419     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
3420     _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
3421     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3422     fi
3423     ;;  
3424 esac
3425 AC_MSG_RESULT([$enable_shared])
3426
3427 AC_MSG_CHECKING([whether to build static libraries])
3428 # Make sure either enable_shared or enable_static is yes.
3429 test "$enable_shared" = yes || enable_static=yes
3430 AC_MSG_RESULT([$enable_static])
3431
3432 AC_LIBTOOL_CONFIG($1)
3433
3434 AC_LANG_POP
3435 CC="$lt_save_CC"
3436 ])# AC_LIBTOOL_LANG_C_CONFIG
3437
3438
3439 # AC_LIBTOOL_LANG_CXX_CONFIG
3440 # --------------------------
3441 # Ensure that the configuration vars for the C compiler are
3442 # suitably defined.  Those variables are subsequently used by
3443 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
3444 AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
3445 AC_DEFUN([_LT_AC_LANG_CXX_CONFIG],
3446 [AC_LANG_PUSH(C++)
3447 AC_REQUIRE([AC_PROG_CXX])
3448 AC_REQUIRE([AC_PROG_CXXCPP])
3449
3450 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3451 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
3452 _LT_AC_TAGVAR(always_export_symbols, $1)=no
3453 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
3454 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
3455 _LT_AC_TAGVAR(hardcode_direct, $1)=no
3456 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
3457 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
3458 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3459 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
3460 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
3461 _LT_AC_TAGVAR(module_cmds, $1)=
3462 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
3463 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
3464 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3465 _LT_AC_TAGVAR(no_undefined_flag, $1)=
3466 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3467 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
3468
3469 # Dependencies to place before and after the object being linked:
3470 _LT_AC_TAGVAR(predep_objects, $1)=
3471 _LT_AC_TAGVAR(postdep_objects, $1)=
3472 _LT_AC_TAGVAR(predeps, $1)=
3473 _LT_AC_TAGVAR(postdeps, $1)=
3474 _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
3475
3476 # Source file extension for C++ test sources.
3477 ac_ext=cc
3478
3479 # Object file extension for compiled C++ test sources.
3480 objext=o
3481 _LT_AC_TAGVAR(objext, $1)=$objext
3482
3483 # Code to be used in simple compile tests
3484 lt_simple_compile_test_code="int some_variable = 0;\n"
3485
3486 # Code to be used in simple link tests
3487 lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
3488
3489 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3490 _LT_AC_SYS_COMPILER
3491
3492 # Allow CC to be a program name with arguments.
3493 lt_save_CC=$CC
3494 lt_save_LD=$LD
3495 lt_save_GCC=$GCC
3496 GCC=$GXX
3497 lt_save_with_gnu_ld=$with_gnu_ld
3498 lt_save_path_LD=$lt_cv_path_LD
3499 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
3500   lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
3501 else
3502   unset lt_cv_prog_gnu_ld
3503 fi
3504 if test -n "${lt_cv_path_LDCXX+set}"; then
3505   lt_cv_path_LD=$lt_cv_path_LDCXX
3506 else
3507   unset lt_cv_path_LD
3508 fi
3509 test -z "${LDCXX+set}" || LD=$LDCXX
3510 CC=${CXX-"c++"}
3511 compiler=$CC
3512 _LT_AC_TAGVAR(compiler, $1)=$CC
3513 cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
3514
3515 # We don't want -fno-exception wen compiling C++ code, so set the
3516 # no_builtin_flag separately
3517 if test "$GXX" = yes; then
3518   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
3519 else
3520   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
3521 fi
3522
3523 if test "$GXX" = yes; then
3524   # Set up default GNU C++ configuration
3525
3526   AC_PROG_LD
3527
3528   # Check if GNU C++ uses GNU ld as the underlying linker, since the
3529   # archiving commands below assume that GNU ld is being used.
3530   if test "$with_gnu_ld" = yes; then
3531     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3532     _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'
3533
3534     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
3535     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3536
3537     # If archive_cmds runs LD, not CC, wlarc should be empty
3538     # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
3539     #     investigate it a little bit more. (MM)
3540     wlarc='${wl}'
3541
3542     # ancient GNU ld didn't support --whole-archive et. al.
3543     if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
3544         grep 'no-whole-archive' > /dev/null; then
3545       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
3546     else
3547       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3548     fi
3549   else
3550     with_gnu_ld=no
3551     wlarc=
3552
3553     # A generic and very simple default shared library creation
3554     # command for GNU C++ for the case where it uses the native
3555     # linker, instead of GNU ld.  If possible, this setting should
3556     # overridden to take advantage of the native linker features on
3557     # the platform it is being used on.
3558     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
3559   fi
3560
3561   # Commands to make compiler produce verbose output that lists
3562   # what "hidden" libraries, object files and flags are used when
3563   # linking a shared library.
3564   output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3565
3566 else
3567   GXX=no
3568   with_gnu_ld=no
3569   wlarc=
3570 fi
3571
3572 # PORTME: fill in a description of your system's C++ link characteristics
3573 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
3574 _LT_AC_TAGVAR(ld_shlibs, $1)=yes
3575 case $host_os in
3576   aix3*)
3577     # FIXME: insert proper C++ library support
3578     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3579     ;;
3580   aix4* | aix5*)
3581     if test "$host_cpu" = ia64; then
3582       # On IA64, the linker does run time linking by default, so we don't
3583       # have to do anything special.
3584       aix_use_runtimelinking=no
3585       exp_sym_flag='-Bexport'
3586       no_entry_flag=""
3587     else
3588       aix_use_runtimelinking=no
3589
3590       # Test if we are trying to use run time linking or normal
3591       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
3592       # need to do runtime linking.
3593       case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
3594         for ld_flag in $LDFLAGS; do
3595           case $ld_flag in
3596           *-brtl*)
3597             aix_use_runtimelinking=yes
3598             break
3599             ;;
3600           esac
3601         done
3602       esac
3603
3604       exp_sym_flag='-bexport'
3605       no_entry_flag='-bnoentry'
3606     fi
3607
3608     # When large executables or shared objects are built, AIX ld can
3609     # have problems creating the table of contents.  If linking a library
3610     # or program results in "error TOC overflow" add -mminimal-toc to
3611     # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
3612     # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
3613
3614     _LT_AC_TAGVAR(archive_cmds, $1)=''
3615     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3616     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
3617     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3618
3619     if test "$GXX" = yes; then
3620       case $host_os in aix4.[012]|aix4.[012].*)
3621       # We only want to do this on AIX 4.2 and lower, the check
3622       # below for broken collect2 doesn't work under 4.3+
3623         collect2name=`${CC} -print-prog-name=collect2`
3624         if test -f "$collect2name" && \
3625            strings "$collect2name" | grep resolve_lib_name >/dev/null
3626         then
3627           # We have reworked collect2
3628           _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3629         else
3630           # We have old collect2
3631           _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
3632           # It fails to find uninstalled libraries when the uninstalled
3633           # path is not listed in the libpath.  Setting hardcode_minus_L
3634           # to unsupported forces relinking
3635           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
3636           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
3637           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3638         fi
3639       esac
3640       shared_flag='-shared'
3641     else
3642       # not using gcc
3643       if test "$host_cpu" = ia64; then
3644         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
3645         # chokes on -Wl,-G. The following line is correct:
3646         shared_flag='-G'
3647       else
3648         if test "$aix_use_runtimelinking" = yes; then
3649           shared_flag='${wl}-G'
3650         else
3651           shared_flag='${wl}-bM:SRE'
3652         fi
3653       fi
3654     fi
3655
3656     # It seems that -bexpall does not export symbols beginning with
3657     # underscore (_), so it is better to generate a list of symbols to export.
3658     _LT_AC_TAGVAR(always_export_symbols, $1)=yes
3659     if test "$aix_use_runtimelinking" = yes; then
3660       # Warning - without using the other runtime loading flags (-brtl),
3661       # -berok will link without error, but may produce a broken library.
3662       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
3663       # Determine the default libpath from the value encoded in an empty executable.
3664       _LT_AC_SYS_LIBPATH_AIX
3665       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
3666
3667       _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"
3668      else
3669       if test "$host_cpu" = ia64; then
3670         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
3671         _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
3672         _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"
3673       else
3674         # Determine the default libpath from the value encoded in an empty executable.
3675         _LT_AC_SYS_LIBPATH_AIX
3676         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
3677         # Warning - without using the other run time loading flags,
3678         # -berok will link without error, but may produce a broken library.
3679         _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
3680         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
3681         # -bexpall does not export symbols beginning with underscore (_)
3682         _LT_AC_TAGVAR(always_export_symbols, $1)=yes
3683         # Exported symbols can be pulled into shared objects from archives
3684         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
3685         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
3686         # This is similar to how AIX traditionally builds it's shared libraries.
3687         _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'
3688       fi
3689     fi
3690     ;;
3691   chorus*)
3692     case $cc_basename in
3693       *)
3694         # FIXME: insert proper C++ library support
3695         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3696         ;;
3697     esac
3698     ;;
3699
3700   cygwin* | mingw* | pw32*)
3701     # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
3702     # as there is no search path for DLLs.
3703     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
3704     _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
3705     _LT_AC_TAGVAR(always_export_symbols, $1)=no
3706     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
3707
3708     if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
3709       _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'
3710       # If the export-symbols file already is a .def file (1st line
3711       # is EXPORTS), use it as is; otherwise, prepend...
3712       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
3713         cp $export_symbols $output_objdir/$soname.def;
3714       else
3715         echo EXPORTS > $output_objdir/$soname.def;
3716         cat $export_symbols >> $output_objdir/$soname.def;
3717       fi~
3718       $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'
3719     else
3720       _LT_AC_TAGVAR(ld_shlibs, $1)=no
3721     fi
3722   ;;
3723
3724   darwin* | rhapsody*)
3725    if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then 
3726     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3727     case "$host_os" in
3728     rhapsody* | darwin1.[[012]])
3729       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
3730       ;;
3731     *) # Darwin 1.3 on
3732       test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
3733       ;;
3734     esac
3735         lt_int_apple_cc_single_mod=no
3736         output_verbose_link_cmd='echo'
3737         if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
3738           lt_int_apple_cc_single_mod=yes
3739         fi
3740         if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
3741           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
3742         else
3743         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
3744       fi
3745       _LT_AC_TAGVAR(module_cmds, $1)='$CC -bundle ${wl}-bind_at_load $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags'
3746
3747     # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
3748       if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
3749         _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}'
3750       else
3751         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3752       fi
3753         _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -bundle $allow_undefined_flag  -o $lib $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3754     _LT_AC_TAGVAR(hardcode_direct, $1)=no
3755     _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
3756     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
3757     _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
3758     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3759    fi 
3760     ;;
3761
3762   dgux*)
3763     case $cc_basename in
3764       ec++)
3765         # FIXME: insert proper C++ library support
3766         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3767         ;;
3768       ghcx)
3769         # Green Hills C++ Compiler
3770         # FIXME: insert proper C++ library support
3771         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3772         ;;
3773       *)
3774         # FIXME: insert proper C++ library support
3775         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3776         ;;
3777     esac
3778     ;;
3779   freebsd[12]*)
3780     # C++ shared libraries reported to be fairly broken before switch to ELF
3781     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3782     ;;
3783   freebsd-elf*)
3784     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3785     ;;
3786   freebsd*)
3787     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
3788     # conventions
3789     _LT_AC_TAGVAR(ld_shlibs, $1)=yes
3790     ;;
3791   gnu*)
3792     ;;
3793   hpux9*)
3794     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
3795     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3796     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3797     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3798     _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
3799                                 # but as the default
3800                                 # location of the library.
3801
3802     case $cc_basename in
3803     CC)
3804       # FIXME: insert proper C++ library support
3805       _LT_AC_TAGVAR(ld_shlibs, $1)=no
3806       ;;
3807     aCC)
3808       _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'
3809       # Commands to make compiler produce verbose output that lists
3810       # what "hidden" libraries, object files and flags are used when
3811       # linking a shared library.
3812       #
3813       # There doesn't appear to be a way to prevent this compiler from
3814       # explicitly linking system object files so we need to strip them
3815       # from the output so that they don't get included in the library
3816       # dependencies.
3817       output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3818       ;;
3819     *)
3820       if test "$GXX" = yes; then
3821         _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'
3822       else
3823         # FIXME: insert proper C++ library support
3824         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3825       fi
3826       ;;
3827     esac
3828     ;;
3829   hpux10*|hpux11*)
3830     if test $with_gnu_ld = no; then
3831       case "$host_cpu" in
3832       hppa*64*)
3833         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
3834         _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
3835         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3836         ;;
3837       ia64*)
3838         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
3839         ;;
3840       *)
3841         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
3842         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3843         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3844         ;;
3845       esac
3846     fi
3847     case "$host_cpu" in
3848     hppa*64*)
3849       _LT_AC_TAGVAR(hardcode_direct, $1)=no
3850       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3851       ;;
3852     ia64*)
3853       _LT_AC_TAGVAR(hardcode_direct, $1)=no
3854       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3855       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
3856                                               # but as the default
3857                                               # location of the library.
3858       ;;
3859     *)
3860       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3861       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
3862                                               # but as the default
3863                                               # location of the library.
3864       ;;
3865     esac
3866
3867     case $cc_basename in
3868       CC)
3869         # FIXME: insert proper C++ library support
3870         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3871         ;;
3872       aCC)
3873         case "$host_cpu" in
3874         hppa*64*|ia64*)
3875           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
3876           ;;
3877         *)
3878           _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'
3879           ;;
3880         esac
3881         # Commands to make compiler produce verbose output that lists
3882         # what "hidden" libraries, object files and flags are used when
3883         # linking a shared library.
3884         #
3885         # There doesn't appear to be a way to prevent this compiler from
3886         # explicitly linking system object files so we need to strip them
3887         # from the output so that they don't get included in the library
3888         # dependencies.
3889         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'
3890         ;;
3891       *)
3892         if test "$GXX" = yes; then
3893           if test $with_gnu_ld = no; then
3894             case "$host_cpu" in
3895             ia64*|hppa*64*)
3896               _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
3897               ;;
3898             *)
3899               _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'
3900               ;;
3901             esac
3902           fi
3903         else
3904           # FIXME: insert proper C++ library support
3905           _LT_AC_TAGVAR(ld_shlibs, $1)=no
3906         fi
3907         ;;
3908     esac
3909     ;;
3910   irix5* | irix6*)
3911     case $cc_basename in
3912       CC)
3913         # SGI C++
3914         _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'
3915
3916         # Archives containing C++ object files must be created using
3917         # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
3918         # necessary to make sure instantiated templates are included
3919         # in the archive.
3920         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
3921         ;;
3922       *)
3923         if test "$GXX" = yes; then
3924           if test "$with_gnu_ld" = no; then
3925             _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'
3926           else
3927             _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'
3928           fi
3929         fi
3930         _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3931         ;;
3932     esac
3933     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3934     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3935     ;;
3936   linux*)
3937     case $cc_basename in
3938       KCC)
3939         # Kuck and Associates, Inc. (KAI) C++ Compiler
3940
3941         # KCC will only create a shared library if the output file
3942         # ends with ".so" (or ".sl" for HP-UX), so rename the library
3943         # to its proper name (with version) after linking.
3944         _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'
3945         _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'
3946         # Commands to make compiler produce verbose output that lists
3947         # what "hidden" libraries, object files and flags are used when
3948         # linking a shared library.
3949         #
3950         # There doesn't appear to be a way to prevent this compiler from
3951         # explicitly linking system object files so we need to strip them
3952         # from the output so that they don't get included in the library
3953         # dependencies.
3954         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'
3955
3956         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
3957         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3958
3959         # Archives containing C++ object files must be created using
3960         # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3961         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3962         ;;
3963       icpc)
3964         # Intel C++
3965         with_gnu_ld=yes
3966         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3967         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3968         _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'
3969         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3970         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3971         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
3972         ;;
3973       cxx)
3974         # Compaq C++
3975         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3976         _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'
3977
3978         runpath_var=LD_RUN_PATH
3979         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3980         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3981
3982         # Commands to make compiler produce verbose output that lists
3983         # what "hidden" libraries, object files and flags are used when
3984         # linking a shared library.
3985         #
3986         # There doesn't appear to be a way to prevent this compiler from
3987         # explicitly linking system object files so we need to strip them
3988         # from the output so that they don't get included in the library
3989         # dependencies.
3990         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'
3991         ;;
3992     esac
3993     ;;
3994   lynxos*)
3995     # FIXME: insert proper C++ library support
3996     _LT_AC_TAGVAR(ld_shlibs, $1)=no
3997     ;;
3998   m88k*)
3999     # FIXME: insert proper C++ library support
4000     _LT_AC_TAGVAR(ld_shlibs, $1)=no
4001     ;;
4002   mvs*)
4003     case $cc_basename in
4004       cxx)
4005         # FIXME: insert proper C++ library support
4006         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4007         ;;
4008       *)
4009         # FIXME: insert proper C++ library support
4010         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4011         ;;
4012     esac
4013     ;;
4014   netbsd*)
4015     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
4016       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
4017       wlarc=
4018       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
4019       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
4020       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
4021     fi
4022     # Workaround some broken pre-1.5 toolchains
4023     output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
4024     ;;
4025   osf3*)
4026     case $cc_basename in
4027       KCC)
4028         # Kuck and Associates, Inc. (KAI) C++ Compiler
4029
4030         # KCC will only create a shared library if the output file
4031         # ends with ".so" (or ".sl" for HP-UX), so rename the library
4032         # to its proper name (with version) after linking.
4033         _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'
4034
4035         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
4036         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
4037
4038         # Archives containing C++ object files must be created using
4039         # "CC -Bstatic", where "CC" is the KAI C++ compiler.
4040         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
4041
4042         ;;
4043       RCC)
4044         # Rational C++ 2.4.1
4045         # FIXME: insert proper C++ library support
4046         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4047         ;;
4048       cxx)
4049         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
4050         _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'
4051
4052         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
4053         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
4054
4055         # Commands to make compiler produce verbose output that lists
4056         # what "hidden" libraries, object files and flags are used when
4057         # linking a shared library.
4058         #
4059         # There doesn't appear to be a way to prevent this compiler from
4060         # explicitly linking system object files so we need to strip them
4061         # from the output so that they don't get included in the library
4062         # dependencies.
4063         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'
4064         ;;
4065       *)
4066         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
4067           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
4068           _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'
4069
4070           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
4071           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
4072
4073           # Commands to make compiler produce verbose output that lists
4074           # what "hidden" libraries, object files and flags are used when
4075           # linking a shared library.
4076           output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
4077
4078         else
4079           # FIXME: insert proper C++ library support
4080           _LT_AC_TAGVAR(ld_shlibs, $1)=no
4081         fi
4082         ;;
4083     esac
4084     ;;
4085   osf4* | osf5*)
4086     case $cc_basename in
4087       KCC)
4088         # Kuck and Associates, Inc. (KAI) C++ Compiler
4089
4090         # KCC will only create a shared library if the output file
4091         # ends with ".so" (or ".sl" for HP-UX), so rename the library
4092         # to its proper name (with version) after linking.
4093         _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'
4094
4095         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
4096         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
4097
4098         # Archives containing C++ object files must be created using
4099         # the KAI C++ compiler.
4100         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
4101         ;;
4102       RCC)
4103         # Rational C++ 2.4.1
4104         # FIXME: insert proper C++ library support
4105         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4106         ;;
4107       cxx)
4108         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
4109         _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'
4110         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
4111           echo "-hidden">> $lib.exp~
4112           $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~
4113           $rm $lib.exp'
4114
4115         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
4116         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
4117
4118         # Commands to make compiler produce verbose output that lists
4119         # what "hidden" libraries, object files and flags are used when
4120         # linking a shared library.
4121         #
4122         # There doesn't appear to be a way to prevent this compiler from
4123         # explicitly linking system object files so we need to strip them
4124         # from the output so that they don't get included in the library
4125         # dependencies.
4126         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'
4127         ;;
4128       *)
4129         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
4130           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
4131          _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'
4132
4133           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
4134           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
4135
4136           # Commands to make compiler produce verbose output that lists
4137           # what "hidden" libraries, object files and flags are used when
4138           # linking a shared library.
4139           output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
4140
4141         else
4142           # FIXME: insert proper C++ library support
4143           _LT_AC_TAGVAR(ld_shlibs, $1)=no
4144         fi
4145         ;;
4146     esac
4147     ;;
4148   psos*)
4149     # FIXME: insert proper C++ library support
4150     _LT_AC_TAGVAR(ld_shlibs, $1)=no
4151     ;;
4152   sco*)
4153     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
4154     case $cc_basename in
4155       CC)
4156         # FIXME: insert proper C++ library support
4157         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4158         ;;
4159       *)
4160         # FIXME: insert proper C++ library support
4161         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4162         ;;
4163     esac
4164     ;;
4165   sunos4*)
4166     case $cc_basename in
4167       CC)
4168         # Sun C++ 4.x
4169         # FIXME: insert proper C++ library support
4170         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4171         ;;
4172       lcc)
4173         # Lucid
4174         # FIXME: insert proper C++ library support
4175         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4176         ;;
4177       *)
4178         # FIXME: insert proper C++ library support
4179         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4180         ;;
4181     esac
4182     ;;
4183   solaris*)
4184     case $cc_basename in
4185       CC)
4186         # Sun C++ 4.2, 5.x and Centerline C++
4187         _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
4188         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
4189         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
4190         $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'
4191
4192         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
4193         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
4194         case $host_os in
4195           solaris2.[0-5] | solaris2.[0-5].*) ;;
4196           *)
4197             # The C++ compiler is used as linker so we must use $wl
4198             # flag to pass the commands to the underlying system
4199             # linker.
4200             # Supported since Solaris 2.6 (maybe 2.5.1?)
4201             _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
4202             ;;
4203         esac
4204         _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
4205
4206         # Commands to make compiler produce verbose output that lists
4207         # what "hidden" libraries, object files and flags are used when
4208         # linking a shared library.
4209         #
4210         # There doesn't appear to be a way to prevent this compiler from
4211         # explicitly linking system object files so we need to strip them
4212         # from the output so that they don't get included in the library
4213         # dependencies.
4214         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'
4215
4216         # Archives containing C++ object files must be created using
4217         # "CC -xar", where "CC" is the Sun C++ compiler.  This is
4218         # necessary to make sure instantiated templates are included
4219         # in the archive.
4220         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
4221         ;;
4222       gcx)
4223         # Green Hills C++ Compiler
4224         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
4225
4226         # The C++ compiler must be used to create the archive.
4227         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
4228         ;;
4229       *)
4230         # GNU C++ compiler with Solaris linker
4231         if test "$GXX" = yes && test "$with_gnu_ld" = no; then
4232           _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
4233           if $CC --version | grep -v '^2\.7' > /dev/null; then
4234             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
4235             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
4236                 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
4237
4238             # Commands to make compiler produce verbose output that lists
4239             # what "hidden" libraries, object files and flags are used when
4240             # linking a shared library.
4241             output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
4242           else
4243             # g++ 2.7 appears to require `-G' NOT `-shared' on this
4244             # platform.
4245             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
4246             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
4247                 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
4248
4249             # Commands to make compiler produce verbose output that lists
4250             # what "hidden" libraries, object files and flags are used when
4251             # linking a shared library.
4252             output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
4253           fi
4254
4255           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
4256         fi
4257         ;;
4258     esac
4259     ;;
4260   sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
4261     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
4262     ;;
4263   tandem*)
4264     case $cc_basename in
4265       NCC)
4266         # NonStop-UX NCC 3.20
4267         # FIXME: insert proper C++ library support
4268         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4269         ;;
4270       *)
4271         # FIXME: insert proper C++ library support
4272         _LT_AC_TAGVAR(ld_shlibs, $1)=no
4273         ;;
4274     esac
4275     ;;
4276   vxworks*)
4277     # FIXME: insert proper C++ library support
4278     _LT_AC_TAGVAR(ld_shlibs, $1)=no
4279     ;;
4280   *)
4281     # FIXME: insert proper C++ library support
4282     _LT_AC_TAGVAR(ld_shlibs, $1)=no
4283     ;;
4284 esac
4285 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
4286 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
4287
4288 _LT_AC_TAGVAR(GCC, $1)="$GXX"
4289 _LT_AC_TAGVAR(LD, $1)="$LD"
4290
4291 AC_LIBTOOL_POSTDEP_PREDEP($1)
4292 AC_LIBTOOL_PROG_COMPILER_PIC($1)
4293 AC_LIBTOOL_PROG_CC_C_O($1)
4294 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
4295 AC_LIBTOOL_PROG_LD_SHLIBS($1)
4296 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
4297 AC_LIBTOOL_SYS_LIB_STRIP
4298 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
4299 AC_LIBTOOL_DLOPEN_SELF($1)
4300
4301 AC_LIBTOOL_CONFIG($1)
4302
4303 AC_LANG_POP
4304 CC=$lt_save_CC
4305 LDCXX=$LD
4306 LD=$lt_save_LD
4307 GCC=$lt_save_GCC
4308 with_gnu_ldcxx=$with_gnu_ld
4309 with_gnu_ld=$lt_save_with_gnu_ld
4310 lt_cv_path_LDCXX=$lt_cv_path_LD
4311 lt_cv_path_LD=$lt_save_path_LD
4312 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
4313 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
4314 ])# AC_LIBTOOL_LANG_CXX_CONFIG
4315
4316 # AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME])
4317 # ------------------------
4318 # Figure out "hidden" library dependencies from verbose
4319 # compiler output when linking a shared library.
4320 # Parse the compiler output and extract the necessary
4321 # objects, libraries and library flags.
4322 AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],[
4323 dnl we can't use the lt_simple_compile_test_code here,
4324 dnl because it contains code intended for an executable,
4325 dnl not a library.  It's possible we should let each
4326 dnl tag define a new lt_????_link_test_code variable,
4327 dnl but it's only used here...
4328 ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
4329 int a;
4330 void foo (void) { a = 0; }
4331 EOF
4332 ],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
4333 class Foo
4334 {
4335 public:
4336   Foo (void) { a = 0; }
4337 private:
4338   int a;
4339 };
4340 EOF
4341 ],[$1],[F77],[cat > conftest.$ac_ext <<EOF
4342       subroutine foo
4343       implicit none
4344       integer*4 a
4345       a=0
4346       return
4347       end
4348 EOF
4349 ],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
4350 public class foo {
4351   private int a;
4352   public void bar (void) {
4353     a = 0;
4354   }
4355 };
4356 EOF
4357 ])
4358 dnl Parse the compiler output and extract the necessary
4359 dnl objects, libraries and library flags.
4360 if AC_TRY_EVAL(ac_compile); then
4361   # Parse the compiler output and extract the necessary
4362   # objects, libraries and library flags.
4363
4364   # Sentinel used to keep track of whether or not we are before
4365   # the conftest object file.
4366   pre_test_object_deps_done=no
4367
4368   # The `*' in the case matches for architectures that use `case' in
4369   # $output_verbose_cmd can trigger glob expansion during the loop
4370   # eval without this substitution.
4371   output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
4372
4373   for p in `eval $output_verbose_link_cmd`; do
4374     case $p in
4375
4376     -L* | -R* | -l*)
4377        # Some compilers place space between "-{L,R}" and the path.
4378        # Remove the space.
4379        if test $p = "-L" \
4380           || test $p = "-R"; then
4381          prev=$p
4382          continue
4383        else
4384          prev=
4385        fi
4386
4387        if test "$pre_test_object_deps_done" = no; then
4388          case $p in
4389          -L* | -R*)
4390            # Internal compiler library paths should come after those
4391            # provided the user.  The postdeps already come after the
4392            # user supplied libs so there is no need to process them.
4393            if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
4394              _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
4395            else
4396              _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
4397            fi
4398            ;;
4399          # The "-l" case would never come before the object being
4400          # linked, so don't bother handling this case.
4401          esac
4402        else
4403          if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
4404            _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
4405          else
4406            _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
4407          fi
4408        fi
4409        ;;
4410
4411     *.$objext)
4412        # This assumes that the test object file only shows up
4413        # once in the compiler output.
4414        if test "$p" = "conftest.$objext"; then
4415          pre_test_object_deps_done=yes
4416          continue
4417        fi
4418
4419        if test "$pre_test_object_deps_done" = no; then
4420          if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
4421            _LT_AC_TAGVAR(predep_objects, $1)="$p"
4422          else
4423            _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
4424          fi
4425        else
4426          if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
4427            _LT_AC_TAGVAR(postdep_objects, $1)="$p"
4428          else
4429            _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
4430          fi
4431        fi
4432        ;;
4433
4434     *) ;; # Ignore the rest.
4435
4436     esac
4437   done
4438
4439   # Clean up.
4440   rm -f a.out a.exe
4441 else
4442   echo "libtool.m4: error: problem compiling $1 test program"
4443 fi
4444
4445 $rm -f confest.$objext
4446
4447 case " $_LT_AC_TAGVAR(postdeps, $1) " in
4448 *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
4449 esac
4450 ])# AC_LIBTOOL_POSTDEP_PREDEP
4451
4452 # AC_LIBTOOL_LANG_F77_CONFIG
4453 # ------------------------
4454 # Ensure that the configuration vars for the C compiler are
4455 # suitably defined.  Those variables are subsequently used by
4456 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
4457 AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
4458 AC_DEFUN([_LT_AC_LANG_F77_CONFIG],
4459 [AC_REQUIRE([AC_PROG_F77])
4460 AC_LANG_PUSH(Fortran 77)
4461
4462 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
4463 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
4464 _LT_AC_TAGVAR(always_export_symbols, $1)=no
4465 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
4466 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
4467 _LT_AC_TAGVAR(hardcode_direct, $1)=no
4468 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
4469 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
4470 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
4471 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
4472 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
4473 _LT_AC_TAGVAR(module_cmds, $1)=
4474 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
4475 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
4476 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
4477 _LT_AC_TAGVAR(no_undefined_flag, $1)=
4478 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
4479 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
4480
4481 # Source file extension for f77 test sources.
4482 ac_ext=f
4483
4484 # Object file extension for compiled f77 test sources.
4485 objext=o
4486 _LT_AC_TAGVAR(objext, $1)=$objext
4487
4488 # Code to be used in simple compile tests
4489 lt_simple_compile_test_code="      subroutine t\n      return\n      end\n"
4490
4491 # Code to be used in simple link tests
4492 lt_simple_link_test_code="      program t\n      end\n"
4493
4494 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
4495 _LT_AC_SYS_COMPILER
4496
4497 # Allow CC to be a program name with arguments.
4498 lt_save_CC="$CC"
4499 CC=${F77-"f77"}
4500 compiler=$CC
4501 _LT_AC_TAGVAR(compiler, $1)=$CC
4502 cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
4503
4504 AC_MSG_CHECKING([if libtool supports shared libraries])
4505 AC_MSG_RESULT([$can_build_shared])
4506
4507 AC_MSG_CHECKING([whether to build shared libraries])
4508 test "$can_build_shared" = "no" && enable_shared=no
4509
4510 # On AIX, shared libraries and static libraries use the same namespace, and
4511 # are all built from PIC.
4512 case "$host_os" in
4513 aix3*)
4514   test "$enable_shared" = yes && enable_static=no
4515   if test -n "$RANLIB"; then
4516     archive_cmds="$archive_cmds~\$RANLIB \$lib"
4517     postinstall_cmds='$RANLIB $lib'
4518   fi
4519   ;;
4520 aix4*)
4521   test "$enable_shared" = yes && enable_static=no
4522   ;;
4523 esac
4524 AC_MSG_RESULT([$enable_shared])
4525
4526 AC_MSG_CHECKING([whether to build static libraries])
4527 # Make sure either enable_shared or enable_static is yes.
4528 test "$enable_shared" = yes || enable_static=yes
4529 AC_MSG_RESULT([$enable_static])
4530
4531 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
4532
4533 _LT_AC_TAGVAR(GCC, $1)="$G77"
4534 _LT_AC_TAGVAR(LD, $1)="$LD"
4535
4536 AC_LIBTOOL_PROG_COMPILER_PIC($1)
4537 AC_LIBTOOL_PROG_CC_C_O($1)
4538 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
4539 AC_LIBTOOL_PROG_LD_SHLIBS($1)
4540 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
4541 AC_LIBTOOL_SYS_LIB_STRIP
4542 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
4543
4544 AC_LIBTOOL_CONFIG($1)
4545
4546 AC_LANG_POP
4547 CC="$lt_save_CC"
4548 ])# AC_LIBTOOL_LANG_F77_CONFIG
4549
4550
4551 # AC_LIBTOOL_LANG_GCJ_CONFIG
4552 # --------------------------
4553 # Ensure that the configuration vars for the C compiler are
4554 # suitably defined.  Those variables are subsequently used by
4555 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
4556 AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
4557 AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG],
4558 [AC_LANG_SAVE
4559
4560 # Source file extension for Java test sources.
4561 ac_ext=java
4562
4563 # Object file extension for compiled Java test sources.
4564 objext=o
4565 _LT_AC_TAGVAR(objext, $1)=$objext
4566
4567 # Code to be used in simple compile tests
4568 lt_simple_compile_test_code="class foo {}\n"
4569
4570 # Code to be used in simple link tests
4571 lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
4572
4573 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
4574 _LT_AC_SYS_COMPILER
4575
4576 # Allow CC to be a program name with arguments.
4577 lt_save_CC="$CC"
4578 CC=${GCJ-"gcj"}
4579 compiler=$CC
4580 _LT_AC_TAGVAR(compiler, $1)=$CC
4581
4582 # GCJ did not exist at the time GCC didn't implicitly link libc in.
4583 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
4584
4585 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
4586 AC_LIBTOOL_PROG_COMPILER_PIC($1)
4587 AC_LIBTOOL_PROG_CC_C_O($1)
4588 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
4589 AC_LIBTOOL_PROG_LD_SHLIBS($1)
4590 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
4591 AC_LIBTOOL_SYS_LIB_STRIP
4592 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
4593 AC_LIBTOOL_DLOPEN_SELF($1)
4594
4595 AC_LIBTOOL_CONFIG($1)
4596
4597 AC_LANG_RESTORE
4598 CC="$lt_save_CC"
4599 ])# AC_LIBTOOL_LANG_GCJ_CONFIG
4600
4601
4602 # AC_LIBTOOL_LANG_RC_CONFIG
4603 # --------------------------
4604 # Ensure that the configuration vars for the Windows resource compiler are
4605 # suitably defined.  Those variables are subsequently used by
4606 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
4607 AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
4608 AC_DEFUN([_LT_AC_LANG_RC_CONFIG],
4609 [AC_LANG_SAVE
4610
4611 # Source file extension for RC test sources.
4612 ac_ext=rc
4613
4614 # Object file extension for compiled RC test sources.
4615 objext=o
4616 _LT_AC_TAGVAR(objext, $1)=$objext
4617
4618 # Code to be used in simple compile tests
4619 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
4620
4621 # Code to be used in simple link tests
4622 lt_simple_link_test_code="$lt_simple_compile_test_code"
4623
4624 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
4625 _LT_AC_SYS_COMPILER
4626
4627 # Allow CC to be a program name with arguments.
4628 lt_save_CC="$CC"
4629 CC=${RC-"windres"}
4630 compiler=$CC
4631 _LT_AC_TAGVAR(compiler, $1)=$CC
4632 _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
4633
4634 AC_LIBTOOL_CONFIG($1)
4635
4636 AC_LANG_RESTORE
4637 CC="$lt_save_CC"
4638 ])# AC_LIBTOOL_LANG_RC_CONFIG
4639
4640
4641 # AC_LIBTOOL_CONFIG([TAGNAME])
4642 # ----------------------------
4643 # If TAGNAME is not passed, then create an initial libtool script
4644 # with a default configuration from the untagged config vars.  Otherwise
4645 # add code to config.status for appending the configuration named by
4646 # TAGNAME from the matching tagged config vars.
4647 AC_DEFUN([AC_LIBTOOL_CONFIG],
4648 [# The else clause should only fire when bootstrapping the
4649 # libtool distribution, otherwise you forgot to ship ltmain.sh
4650 # with your package, and you will get complaints that there are
4651 # no rules to generate ltmain.sh.
4652 if test -f "$ltmain"; then
4653   # See if we are running on zsh, and set the options which allow our commands through
4654   # without removal of \ escapes.
4655   if test -n "${ZSH_VERSION+set}" ; then
4656     setopt NO_GLOB_SUBST
4657   fi  
4658   # Now quote all the things that may contain metacharacters while being
4659   # careful not to overquote the AC_SUBSTed values.  We take copies of the
4660   # variables and quote the copies for generation of the libtool script.
4661   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
4662     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
4663     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
4664     deplibs_check_method reload_flag reload_cmds need_locks \
4665     lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
4666     lt_cv_sys_global_symbol_to_c_name_address \
4667     sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
4668     old_postinstall_cmds old_postuninstall_cmds \
4669     _LT_AC_TAGVAR(compiler, $1) \
4670     _LT_AC_TAGVAR(CC, $1) \
4671     _LT_AC_TAGVAR(LD, $1) \
4672     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
4673     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
4674     _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
4675     _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
4676     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
4677     _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
4678     _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
4679     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
4680     _LT_AC_TAGVAR(old_archive_cmds, $1) \
4681     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
4682     _LT_AC_TAGVAR(predep_objects, $1) \
4683     _LT_AC_TAGVAR(postdep_objects, $1) \
4684     _LT_AC_TAGVAR(predeps, $1) \
4685     _LT_AC_TAGVAR(postdeps, $1) \
4686     _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
4687     _LT_AC_TAGVAR(archive_cmds, $1) \
4688     _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
4689     _LT_AC_TAGVAR(postinstall_cmds, $1) \
4690     _LT_AC_TAGVAR(postuninstall_cmds, $1) \
4691     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
4692     _LT_AC_TAGVAR(allow_undefined_flag, $1) \
4693     _LT_AC_TAGVAR(no_undefined_flag, $1) \
4694     _LT_AC_TAGVAR(export_symbols_cmds, $1) \
4695     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
4696     _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
4697     _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
4698     _LT_AC_TAGVAR(hardcode_automatic, $1) \
4699     _LT_AC_TAGVAR(module_cmds, $1) \
4700     _LT_AC_TAGVAR(module_expsym_cmds, $1) \
4701     _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
4702     _LT_AC_TAGVAR(exclude_expsyms, $1) \
4703     _LT_AC_TAGVAR(include_expsyms, $1); do
4704
4705     case $var in
4706     _LT_AC_TAGVAR(old_archive_cmds, $1) | \
4707     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
4708     _LT_AC_TAGVAR(archive_cmds, $1) | \
4709     _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
4710     _LT_AC_TAGVAR(module_cmds, $1) | \
4711     _LT_AC_TAGVAR(module_expsym_cmds, $1) | \   
4712     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
4713     _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
4714     extract_expsyms_cmds | reload_cmds | finish_cmds | \
4715     postinstall_cmds | postuninstall_cmds | \
4716     old_postinstall_cmds | old_postuninstall_cmds | \
4717     sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
4718       # Double-quote double-evaled strings.
4719       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
4720       ;;
4721     *)
4722       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
4723       ;;
4724     esac
4725   done
4726
4727   case $lt_echo in
4728   *'\[$]0 --fallback-echo"')
4729     lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
4730     ;;
4731   esac
4732
4733 ifelse([$1], [],
4734   [cfgfile="${ofile}T"
4735   trap "$rm \"$cfgfile\"; exit 1" 1 2 15
4736   $rm -f "$cfgfile"
4737   AC_MSG_NOTICE([creating $ofile])],
4738   [cfgfile="$ofile"])
4739
4740   cat <<__EOF__ >> "$cfgfile"
4741 ifelse([$1], [],
4742 [#! $SHELL
4743
4744 # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
4745 # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
4746 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
4747 #
4748 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
4749 # Free Software Foundation, Inc.
4750 #
4751 # This file is part of GNU Libtool:
4752 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
4753 #
4754 # This program is free software; you can redistribute it and/or modify
4755 # it under the terms of the GNU General Public License as published by
4756 # the Free Software Foundation; either version 2 of the License, or
4757 # (at your option) any later version.
4758 #
4759 # This program is distributed in the hope that it will be useful, but
4760 # WITHOUT ANY WARRANTY; without even the implied warranty of
4761 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
4762 # General Public License for more details.
4763 #
4764 # You should have received a copy of the GNU General Public License
4765 # along with this program; if not, write to the Free Software
4766 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
4767 #
4768 # As a special exception to the GNU General Public License, if you
4769 # distribute this file as part of a program that contains a
4770 # configuration script generated by Autoconf, you may include it under
4771 # the same distribution terms that you use for the rest of that program.
4772
4773 # A sed program that does not truncate output.
4774 SED=$lt_SED
4775
4776 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
4777 Xsed="$SED -e s/^X//"
4778
4779 # The HP-UX ksh and POSIX shell print the target directory to stdout
4780 # if CDPATH is set.
4781 if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
4782
4783 # The names of the tagged configurations supported by this script.
4784 available_tags=
4785
4786 # ### BEGIN LIBTOOL CONFIG],
4787 [# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
4788
4789 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
4790
4791 # Shell to use when invoking shell scripts.
4792 SHELL=$lt_SHELL
4793
4794 # Whether or not to build shared libraries.
4795 build_libtool_libs=$enable_shared
4796
4797 # Whether or not to build static libraries.
4798 build_old_libs=$enable_static
4799
4800 # Whether or not to add -lc for building shared libraries.
4801 build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
4802
4803 # Whether or not to disallow shared libs when runtime libs are static
4804 allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
4805
4806 # Whether or not to optimize for fast installation.
4807 fast_install=$enable_fast_install
4808
4809 # The host system.
4810 host_alias=$host_alias
4811 host=$host
4812
4813 # An echo program that does not interpret backslashes.
4814 echo=$lt_echo
4815
4816 # The archiver.
4817 AR=$lt_AR
4818 AR_FLAGS=$lt_AR_FLAGS
4819
4820 # A C compiler.
4821 LTCC=$lt_LTCC
4822
4823 # A language-specific compiler.
4824 CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
4825
4826 # Is the compiler the GNU C compiler?
4827 with_gcc=$_LT_AC_TAGVAR(GCC, $1)
4828
4829 # An ERE matcher.
4830 EGREP=$lt_EGREP
4831
4832 # The linker used to build libraries.
4833 LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
4834
4835 # Whether we need hard or soft links.
4836 LN_S=$lt_LN_S
4837
4838 # A BSD-compatible nm program.
4839 NM=$lt_NM
4840
4841 # A symbol stripping program
4842 STRIP=$STRIP
4843
4844 # Used to examine libraries when file_magic_cmd begins "file"
4845 MAGIC_CMD=$MAGIC_CMD
4846
4847 # Used on cygwin: DLL creation program.
4848 DLLTOOL="$DLLTOOL"
4849
4850 # Used on cygwin: object dumper.
4851 OBJDUMP="$OBJDUMP"
4852
4853 # Used on cygwin: assembler.
4854 AS="$AS"
4855
4856 # The name of the directory that contains temporary libtool files.
4857 objdir=$objdir
4858
4859 # How to create reloadable object files.
4860 reload_flag=$lt_reload_flag
4861 reload_cmds=$lt_reload_cmds
4862
4863 # How to pass a linker flag through the compiler.
4864 wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
4865
4866 # Object file suffix (normally "o").
4867 objext="$ac_objext"
4868
4869 # Old archive suffix (normally "a").
4870 libext="$libext"
4871
4872 # Shared library suffix (normally ".so").
4873 shrext='$shrext'
4874
4875 # Executable file suffix (normally "").
4876 exeext="$exeext"
4877
4878 # Additional compiler flags for building library objects.
4879 pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
4880 pic_mode=$pic_mode
4881
4882 # What is the maximum length of a command?
4883 max_cmd_len=$lt_cv_sys_max_cmd_len
4884
4885 # Does compiler simultaneously support -c and -o options?
4886 compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
4887
4888 # Must we lock files when doing compilation ?
4889 need_locks=$lt_need_locks
4890
4891 # Do we need the lib prefix for modules?
4892 need_lib_prefix=$need_lib_prefix
4893
4894 # Do we need a version for libraries?
4895 need_version=$need_version
4896
4897 # Whether dlopen is supported.
4898 dlopen_support=$enable_dlopen
4899
4900 # Whether dlopen of programs is supported.
4901 dlopen_self=$enable_dlopen_self
4902
4903 # Whether dlopen of statically linked programs is supported.
4904 dlopen_self_static=$enable_dlopen_self_static
4905
4906 # Compiler flag to prevent dynamic linking.
4907 link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
4908
4909 # Compiler flag to turn off builtin functions.
4910 no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
4911
4912 # Compiler flag to allow reflexive dlopens.
4913 export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
4914
4915 # Compiler flag to generate shared objects directly from archives.
4916 whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
4917
4918 # Compiler flag to generate thread-safe objects.
4919 thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
4920
4921 # Library versioning type.
4922 version_type=$version_type
4923
4924 # Format of library name prefix.
4925 libname_spec=$lt_libname_spec
4926
4927 # List of archive names.  First name is the real one, the rest are links.
4928 # The last name is the one that the linker finds with -lNAME.
4929 library_names_spec=$lt_library_names_spec
4930
4931 # The coded name of the library, if different from the real name.
4932 soname_spec=$lt_soname_spec
4933
4934 # Commands used to build and install an old-style archive.
4935 RANLIB=$lt_RANLIB
4936 old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
4937 old_postinstall_cmds=$lt_old_postinstall_cmds
4938 old_postuninstall_cmds=$lt_old_postuninstall_cmds
4939
4940 # Create an old-style archive from a shared archive.
4941 old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
4942
4943 # Create a temporary old-style archive to link instead of a shared archive.
4944 old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
4945
4946 # Commands used to build and install a shared archive.
4947 archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
4948 archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
4949 postinstall_cmds=$lt_postinstall_cmds
4950 postuninstall_cmds=$lt_postuninstall_cmds
4951
4952 # Commands used to build a loadable module (assumed same as above if empty)
4953 module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
4954 module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
4955
4956 # Commands to strip libraries.
4957 old_striplib=$lt_old_striplib
4958 striplib=$lt_striplib
4959
4960 # Dependencies to place before the objects being linked to create a
4961 # shared library.
4962 predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
4963
4964 # Dependencies to place after the objects being linked to create a
4965 # shared library.
4966 postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
4967
4968 # Dependencies to place before the objects being linked to create a
4969 # shared library.
4970 predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
4971
4972 # Dependencies to place after the objects being linked to create a
4973 # shared library.
4974 postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
4975
4976 # The library search path used internally by the compiler when linking
4977 # a shared library.
4978 compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
4979
4980 # Method to check whether dependent libraries are shared objects.
4981 deplibs_check_method=$lt_deplibs_check_method
4982
4983 # Command to use when deplibs_check_method == file_magic.
4984 file_magic_cmd=$lt_file_magic_cmd
4985
4986 # Flag that allows shared libraries with undefined symbols to be built.
4987 allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
4988
4989 # Flag that forces no undefined symbols.
4990 no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
4991
4992 # Commands used to finish a libtool library installation in a directory.
4993 finish_cmds=$lt_finish_cmds
4994
4995 # Same as above, but a single script fragment to be evaled but not shown.
4996 finish_eval=$lt_finish_eval
4997
4998 # Take the output of nm and produce a listing of raw symbols and C names.
4999 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
5000
5001 # Transform the output of nm in a proper C declaration
5002 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
5003
5004 # Transform the output of nm in a C name address pair
5005 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
5006
5007 # This is the shared library runtime path variable.
5008 runpath_var=$runpath_var
5009
5010 # This is the shared library path variable.
5011 shlibpath_var=$shlibpath_var
5012
5013 # Is shlibpath searched before the hard-coded library search path?
5014 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
5015
5016 # How to hardcode a shared library path into an executable.
5017 hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
5018
5019 # Whether we should hardcode library paths into libraries.
5020 hardcode_into_libs=$hardcode_into_libs
5021
5022 # Flag to hardcode \$libdir into a binary during linking.
5023 # This must work even if \$libdir does not exist.
5024 hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
5025
5026 # If ld is used when linking, flag to hardcode \$libdir into
5027 # a binary during linking. This must work even if \$libdir does
5028 # not exist.
5029 hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
5030
5031 # Whether we need a single -rpath flag with a separated argument.
5032 hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
5033
5034 # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
5035 # resulting binary.
5036 hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
5037
5038 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
5039 # resulting binary.
5040 hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
5041
5042 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
5043 # the resulting binary.
5044 hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
5045
5046 # Set to yes if building a shared library automatically hardcodes DIR into the library
5047 # and all subsequent libraries and executables linked against it.
5048 hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
5049
5050 # Variables whose values should be saved in libtool wrapper scripts and
5051 # restored at relink time.
5052 variables_saved_for_relink="$variables_saved_for_relink"
5053
5054 # Whether libtool must link a program against all its dependency libraries.
5055 link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
5056
5057 # Compile-time system search path for libraries
5058 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
5059
5060 # Run-time system search path for libraries
5061 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
5062
5063 # Fix the shell variable \$srcfile for the compiler.
5064 fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
5065
5066 # Set to yes if exported symbols are required.
5067 always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
5068
5069 # The commands to list exported symbols.
5070 export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
5071
5072 # The commands to extract the exported symbol list from a shared archive.
5073 extract_expsyms_cmds=$lt_extract_expsyms_cmds
5074
5075 # Symbols that should not be listed in the preloaded symbols.
5076 exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
5077
5078 # Symbols that must always be exported.
5079 include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
5080
5081 ifelse([$1],[],
5082 [# ### END LIBTOOL CONFIG],
5083 [# ### END LIBTOOL TAG CONFIG: $tagname])
5084
5085 __EOF__
5086
5087 ifelse([$1],[], [
5088   case $host_os in
5089   aix3*)
5090     cat <<\EOF >> "$cfgfile"
5091
5092 # AIX sometimes has problems with the GCC collect2 program.  For some
5093 # reason, if we set the COLLECT_NAMES environment variable, the problems
5094 # vanish in a puff of smoke.
5095 if test "X${COLLECT_NAMES+set}" != Xset; then
5096   COLLECT_NAMES=
5097   export COLLECT_NAMES
5098 fi
5099 EOF
5100     ;;
5101   esac
5102
5103   # We use sed instead of cat because bash on DJGPP gets confused if
5104   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
5105   # text mode, it properly converts lines to CR/LF.  This bash problem
5106   # is reportedly fixed, but why not run on old versions too?
5107   sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
5108
5109   mv -f "$cfgfile" "$ofile" || \
5110     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
5111   chmod +x "$ofile"
5112 ])
5113 else
5114   # If there is no Makefile yet, we rely on a make rule to execute
5115   # `config.status --recheck' to rerun these tests and create the
5116   # libtool script then.
5117   test -f Makefile && make "$ltmain"
5118 fi
5119 ])# AC_LIBTOOL_CONFIG
5120
5121
5122 # AC_LIBTOOL_PROG_COMPILER_NO_RTTI([TAGNAME])
5123 # -------------------------------------------
5124 AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI],
5125 [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
5126
5127 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
5128
5129 if test "$GCC" = yes; then
5130   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
5131
5132   AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
5133     lt_cv_prog_compiler_rtti_exceptions,
5134     [-fno-rtti -fno-exceptions], [],
5135     [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
5136 fi
5137 ])# AC_LIBTOOL_PROG_COMPILER_NO_RTTI
5138
5139
5140 # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
5141 # ---------------------------------
5142 AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE],
5143 [AC_REQUIRE([AC_CANONICAL_HOST])
5144 AC_REQUIRE([AC_PROG_NM])
5145 AC_REQUIRE([AC_OBJEXT])
5146 # Check for command to grab the raw symbol name followed by C symbol from nm.
5147 AC_MSG_CHECKING([command to parse $NM output from $compiler object])
5148 AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
5149 [
5150 # These are sane defaults that work on at least a few old systems.
5151 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
5152
5153 # Character class describing NM global symbol codes.
5154 symcode='[[BCDEGRST]]'
5155
5156 # Regexp to match symbols that can be accessed directly from C.
5157 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
5158
5159 # Transform the above into a raw symbol and a C symbol.
5160 symxfrm='\1 \2\3 \3'
5161
5162 # Transform an extracted symbol line into a proper C declaration
5163 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
5164
5165 # Transform an extracted symbol line into symbol name and symbol address
5166 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'"
5167
5168 # Define system-specific variables.
5169 case $host_os in
5170 aix*)
5171   symcode='[[BCDT]]'
5172   ;;
5173 cygwin* | mingw* | pw32*)
5174   symcode='[[ABCDGISTW]]'
5175   ;;
5176 hpux*) # Its linker distinguishes data from code symbols
5177   if test "$host_cpu" = ia64; then
5178     symcode='[[ABCDEGRST]]'
5179   fi
5180   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5181   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'"
5182   ;;
5183 irix* | nonstopux*)
5184   symcode='[[BCDEGRST]]'
5185   ;;
5186 osf*)
5187   symcode='[[BCDEGQRST]]'
5188   ;;
5189 solaris* | sysv5*)
5190   symcode='[[BDRT]]'
5191   ;;
5192 sysv4)
5193   symcode='[[DFNSTU]]'
5194   ;;
5195 esac
5196
5197 # Handle CRLF in mingw tool chain
5198 opt_cr=
5199 case $build_os in
5200 mingw*)
5201   opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5202   ;;
5203 esac
5204
5205 # If we're using GNU nm, then use its standard symbol codes.
5206 case `$NM -V 2>&1` in
5207 *GNU* | *'with BFD'*)
5208   symcode='[[ABCDGIRSTW]]' ;;
5209 esac
5210
5211 # Try without a prefix undercore, then with it.
5212 for ac_symprfx in "" "_"; do
5213
5214   # Write the raw and C identifiers.
5215   lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[      ]]\($symcode$symcode*\)[[       ]][[    ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
5216
5217   # Check to see that the pipe works correctly.
5218   pipe_works=no
5219
5220   rm -f conftest*
5221   cat > conftest.$ac_ext <<EOF
5222 #ifdef __cplusplus
5223 extern "C" {
5224 #endif
5225 char nm_test_var;
5226 void nm_test_func(){}
5227 #ifdef __cplusplus
5228 }
5229 #endif
5230 int main(){nm_test_var='a';nm_test_func();return(0);}
5231 EOF
5232
5233   if AC_TRY_EVAL(ac_compile); then
5234     # Now try to grab the symbols.
5235     nlist=conftest.nm
5236     if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
5237       # Try sorting and uniquifying the output.
5238       if sort "$nlist" | uniq > "$nlist"T; then
5239         mv -f "$nlist"T "$nlist"
5240       else
5241         rm -f "$nlist"T
5242       fi
5243
5244       # Make sure that we snagged all the symbols we need.
5245       if grep ' nm_test_var$' "$nlist" >/dev/null; then
5246         if grep ' nm_test_func$' "$nlist" >/dev/null; then
5247           cat <<EOF > conftest.$ac_ext
5248 #ifdef __cplusplus
5249 extern "C" {
5250 #endif
5251
5252 EOF
5253           # Now generate the symbol file.
5254           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
5255
5256           cat <<EOF >> conftest.$ac_ext
5257 #if defined (__STDC__) && __STDC__
5258 # define lt_ptr_t void *
5259 #else
5260 # define lt_ptr_t char *
5261 # define const
5262 #endif
5263
5264 /* The mapping between symbol names and symbols. */
5265 const struct {
5266   const char *name;
5267   lt_ptr_t address;
5268 }
5269 lt_preloaded_symbols[[]] =
5270 {
5271 EOF
5272           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
5273           cat <<\EOF >> conftest.$ac_ext
5274   {0, (lt_ptr_t) 0}
5275 };
5276
5277 #ifdef __cplusplus
5278 }
5279 #endif
5280 EOF
5281           # Now try linking the two files.
5282           mv conftest.$ac_objext conftstm.$ac_objext
5283           lt_save_LIBS="$LIBS"
5284           lt_save_CFLAGS="$CFLAGS"
5285           LIBS="conftstm.$ac_objext"
5286           CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
5287           if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
5288             pipe_works=yes
5289           fi
5290           LIBS="$lt_save_LIBS"
5291           CFLAGS="$lt_save_CFLAGS"
5292         else
5293           echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
5294         fi
5295       else
5296         echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
5297       fi
5298     else
5299       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
5300     fi
5301   else
5302     echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
5303     cat conftest.$ac_ext >&5
5304   fi
5305   rm -f conftest* conftst*
5306
5307   # Do not use the global_symbol_pipe unless it works.
5308   if test "$pipe_works" = yes; then
5309     break
5310   else
5311     lt_cv_sys_global_symbol_pipe=
5312   fi
5313 done
5314 ])
5315 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5316   lt_cv_sys_global_symbol_to_cdecl=
5317 fi
5318 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5319   AC_MSG_RESULT(failed)
5320 else
5321   AC_MSG_RESULT(ok)
5322 fi
5323 ]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
5324
5325
5326 # AC_LIBTOOL_PROG_COMPILER_PIC([TAGNAME])
5327 # ---------------------------------------
5328 AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC],
5329 [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
5330 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5331 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
5332
5333 AC_MSG_CHECKING([for $compiler option to produce PIC])
5334  ifelse([$1],[CXX],[
5335   # C++ specific cases for pic, static, wl, etc.
5336   if test "$GXX" = yes; then
5337     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5338     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
5339
5340     case $host_os in
5341     aix*)
5342       # All AIX code is PIC.
5343       if test "$host_cpu" = ia64; then
5344         # AIX 5 now supports IA64 processor
5345         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5346       fi
5347       ;;
5348     amigaos*)
5349       # FIXME: we need at least 68020 code to build shared libraries, but
5350       # adding the `-m68020' flag to GCC prevents building anything better,
5351       # like `-m68040'.
5352       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
5353       ;;
5354     beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
5355       # PIC is the default for these OSes.
5356       ;;
5357     mingw* | os2* | pw32*)
5358       # This hack is so that the source file can tell whether it is being
5359       # built for inclusion in a dll (and should export symbols for example).
5360       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
5361       ;;
5362     darwin* | rhapsody*)
5363       # PIC is the default on this platform
5364       # Common symbols not allowed in MH_DYLIB files
5365       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
5366       ;;
5367     *djgpp*)
5368       # DJGPP does not support shared libraries at all
5369       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5370       ;;
5371     sysv4*MP*)
5372       if test -d /usr/nec; then
5373         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
5374       fi
5375       ;;
5376     hpux*)
5377       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
5378       # not for PA HP-UX.
5379       case "$host_cpu" in
5380       hppa*64*|ia64*)
5381         ;;
5382       *)
5383         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
5384         ;;
5385       esac
5386       ;;
5387     *)
5388       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
5389       ;;
5390     esac
5391   else
5392     case $host_os in
5393       aix4* | aix5*)
5394         # All AIX code is PIC.
5395         if test "$host_cpu" = ia64; then
5396           # AIX 5 now supports IA64 processor
5397           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5398         else
5399           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
5400         fi
5401         ;;
5402       chorus*)
5403         case $cc_basename in
5404         cxch68)
5405           # Green Hills C++ Compiler
5406           # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
5407           ;;
5408         esac
5409         ;;
5410       dgux*)
5411         case $cc_basename in
5412           ec++)
5413             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5414             ;;
5415           ghcx)
5416             # Green Hills C++ Compiler
5417             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5418             ;;
5419           *)
5420             ;;
5421         esac
5422         ;;
5423       freebsd*)
5424         # FreeBSD uses GNU C++
5425         ;;
5426       hpux9* | hpux10* | hpux11*)
5427         case $cc_basename in
5428           CC)
5429             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5430             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
5431             if test "$host_cpu" != ia64; then
5432               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
5433             fi
5434             ;;
5435           aCC)
5436             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5437             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
5438             case "$host_cpu" in
5439             hppa*64*|ia64*)
5440               # +Z the default
5441               ;;
5442             *)
5443               _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
5444               ;;
5445             esac
5446             ;;
5447           *)
5448             ;;
5449         esac
5450         ;;
5451       irix5* | irix6* | nonstopux*)
5452         case $cc_basename in
5453           CC)
5454             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5455             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5456             # CC pic flag -KPIC is the default.
5457             ;;
5458           *)
5459             ;;
5460         esac
5461         ;;
5462       linux*)
5463         case $cc_basename in
5464           KCC)
5465             # KAI C++ Compiler
5466             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
5467             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
5468             ;;
5469           icpc)
5470             # Intel C++
5471             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5472             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5473             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
5474             ;; 
5475           cxx)
5476             # Compaq C++
5477             # Make sure the PIC flag is empty.  It appears that all Alpha
5478             # Linux and Compaq Tru64 Unix objects are PIC.
5479             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5480             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5481             ;;
5482           *)
5483             ;;
5484         esac
5485         ;;
5486       lynxos*)
5487         ;;
5488       m88k*)
5489         ;;
5490       mvs*)
5491         case $cc_basename in
5492           cxx)
5493             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
5494             ;;
5495           *)
5496             ;;
5497         esac
5498         ;;
5499       netbsd*)
5500         ;;
5501       osf3* | osf4* | osf5*)
5502         case $cc_basename in
5503           KCC)
5504             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
5505             ;;
5506           RCC)
5507             # Rational C++ 2.4.1
5508             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5509             ;;
5510           cxx)
5511             # Digital/Compaq C++
5512             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5513             # Make sure the PIC flag is empty.  It appears that all Alpha
5514             # Linux and Compaq Tru64 Unix objects are PIC.
5515             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5516             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5517             ;;
5518           *)
5519             ;;
5520         esac
5521         ;;
5522       psos*)
5523         ;;
5524       sco*)
5525         case $cc_basename in
5526           CC)
5527             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
5528             ;;
5529           *)
5530             ;;
5531         esac
5532         ;;
5533       solaris*)
5534         case $cc_basename in
5535           CC)
5536             # Sun C++ 4.2, 5.x and Centerline C++
5537             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5538             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5539             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
5540             ;;
5541           gcx)
5542             # Green Hills C++ Compiler
5543             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
5544             ;;
5545           *)
5546             ;;
5547         esac
5548         ;;
5549       sunos4*)
5550         case $cc_basename in
5551           CC)
5552             # Sun C++ 4.x
5553             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5554             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5555             ;;
5556           lcc)
5557             # Lucid
5558             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5559             ;;
5560           *)
5561             ;;
5562         esac
5563         ;;
5564       tandem*)
5565         case $cc_basename in
5566           NCC)
5567             # NonStop-UX NCC 3.20
5568             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5569             ;;
5570           *)
5571             ;;
5572         esac
5573         ;;
5574       unixware*)
5575         ;;
5576       vxworks*)
5577         ;;
5578       *)
5579         _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5580         ;;
5581     esac
5582   fi
5583 ],
5584 [
5585   if test "$GCC" = yes; then
5586     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5587     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
5588
5589     case $host_os in
5590       aix*)
5591       # All AIX code is PIC.
5592       if test "$host_cpu" = ia64; then
5593         # AIX 5 now supports IA64 processor
5594         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5595       fi
5596       ;;
5597
5598     amigaos*)
5599       # FIXME: we need at least 68020 code to build shared libraries, but
5600       # adding the `-m68020' flag to GCC prevents building anything better,
5601       # like `-m68040'.
5602       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
5603       ;;
5604
5605     beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
5606       # PIC is the default for these OSes.
5607       ;;
5608
5609     mingw* | pw32* | os2*)
5610       # This hack is so that the source file can tell whether it is being
5611       # built for inclusion in a dll (and should export symbols for example).
5612       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
5613       ;;
5614
5615     darwin* | rhapsody*)
5616       # PIC is the default on this platform
5617       # Common symbols not allowed in MH_DYLIB files
5618       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
5619       ;;
5620
5621     msdosdjgpp*)
5622       # Just because we use GCC doesn't mean we suddenly get shared libraries
5623       # on systems that don't support them.
5624       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5625       enable_shared=no
5626       ;;
5627
5628     sysv4*MP*)
5629       if test -d /usr/nec; then
5630         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
5631       fi
5632       ;;
5633
5634     hpux*)
5635       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
5636       # not for PA HP-UX.
5637       case "$host_cpu" in
5638       hppa*64*|ia64*)
5639         # +Z the default
5640         ;;
5641       *)
5642         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
5643         ;;
5644       esac
5645       ;;
5646
5647     *)
5648       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
5649       ;;
5650     esac
5651   else
5652     # PORTME Check for flag to pass linker flags through the system compiler.
5653     case $host_os in
5654     aix*)
5655       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5656       if test "$host_cpu" = ia64; then
5657         # AIX 5 now supports IA64 processor
5658         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5659       else
5660         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
5661       fi
5662       ;;
5663
5664     mingw* | pw32* | os2*)
5665       # This hack is so that the source file can tell whether it is being
5666       # built for inclusion in a dll (and should export symbols for example).
5667       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
5668       ;;
5669
5670     hpux9* | hpux10* | hpux11*)
5671       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5672       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
5673       # not for PA HP-UX.
5674       case "$host_cpu" in
5675       hppa*64*|ia64*)
5676         # +Z the default
5677         ;;
5678       *)
5679         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
5680         ;;
5681       esac
5682       # Is there a better lt_prog_compiler_static that works with the bundled CC?
5683       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
5684       ;;
5685
5686     irix5* | irix6* | nonstopux*)
5687       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5688       # PIC (with -KPIC) is the default.
5689       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5690       ;;
5691
5692     newsos6)
5693       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5694       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5695       ;;
5696
5697     linux*)
5698       case $CC in
5699       icc|ecc)
5700         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5701         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5702         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
5703         ;;
5704       ccc)
5705         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5706         # All Alpha code is PIC.
5707         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5708         ;;
5709       esac
5710       ;;
5711
5712     osf3* | osf4* | osf5*)
5713       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5714       # All OSF/1 code is PIC.
5715       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5716       ;;
5717
5718     sco3.2v5*)
5719       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
5720       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
5721       ;;
5722
5723     solaris*)
5724       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5725       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5726       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5727       ;;
5728
5729     sunos4*)
5730       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
5731       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
5732       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5733       ;;
5734
5735     sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
5736       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5737       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5738       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5739       ;;
5740
5741     sysv4*MP*)
5742       if test -d /usr/nec ;then
5743         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
5744         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5745       fi
5746       ;;
5747
5748     uts4*)
5749       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5750       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5751       ;;
5752
5753     *)
5754       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5755       ;;
5756     esac
5757   fi
5758 ])
5759 AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
5760
5761 #
5762 # Check to make sure the PIC flag actually works.
5763 #
5764 if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
5765   AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
5766     _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
5767     [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
5768     [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
5769      "" | " "*) ;;
5770      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
5771      esac],
5772     [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5773      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
5774 fi
5775 case "$host_os" in
5776   # For platforms which do not support PIC, -DPIC is meaningless:
5777   *djgpp*)
5778     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5779     ;;
5780   *)
5781     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
5782     ;;
5783 esac
5784 ])
5785
5786
5787 # AC_LIBTOOL_PROG_LD_SHLIBS([TAGNAME])
5788 # ------------------------------------
5789 # See if the linker supports building shared libraries.
5790 AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS],
5791 [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
5792 ifelse([$1],[CXX],[
5793   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5794   case $host_os in
5795   aix4* | aix5*)
5796     # If we're using GNU nm, then we don't want the "-C" option.
5797     # -C means demangle to AIX nm, but means don't demangle with GNU nm
5798     if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5799       _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
5800     else
5801       _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
5802     fi
5803     ;;
5804   pw32*)
5805     _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
5806   ;;
5807   cygwin* | mingw*)
5808     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
5809   ;;
5810   *)
5811     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5812   ;;
5813   esac
5814 ],[
5815   runpath_var=
5816   _LT_AC_TAGVAR(allow_undefined_flag, $1)=
5817   _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
5818   _LT_AC_TAGVAR(archive_cmds, $1)=
5819   _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
5820   _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
5821   _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
5822   _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5823   _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5824   _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
5825   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5826   _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
5827   _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
5828   _LT_AC_TAGVAR(hardcode_direct, $1)=no
5829   _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
5830   _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5831   _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
5832   _LT_AC_TAGVAR(hardcode_automatic, $1)=no
5833   _LT_AC_TAGVAR(module_cmds, $1)=
5834   _LT_AC_TAGVAR(module_expsym_cmds, $1)=  
5835   _LT_AC_TAGVAR(always_export_symbols, $1)=no
5836   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5837   # include_expsyms should be a list of space-separated symbols to be *always*
5838   # included in the symbol list
5839   _LT_AC_TAGVAR(include_expsyms, $1)=
5840   # exclude_expsyms can be an extended regexp of symbols to exclude
5841   # it will be wrapped by ` (' and `)$', so one must not match beginning or
5842   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
5843   # as well as any symbol that contains `d'.
5844   _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
5845   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
5846   # platforms (ab)use it in PIC code, but their linkers get confused if
5847   # the symbol is explicitly referenced.  Since portable code cannot
5848   # rely on this symbol name, it's probably fine to never include it in
5849   # preloaded symbol tables.
5850   extract_expsyms_cmds=
5851
5852   case $host_os in
5853   cygwin* | mingw* | pw32*)
5854     # FIXME: the MSVC++ port hasn't been tested in a loooong time
5855     # When not using gcc, we currently assume that we are using
5856     # Microsoft Visual C++.
5857     if test "$GCC" != yes; then
5858       with_gnu_ld=no
5859     fi
5860     ;;
5861   openbsd*)
5862     with_gnu_ld=no
5863     ;;
5864   esac
5865
5866   _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5867   if test "$with_gnu_ld" = yes; then
5868     # If archive_cmds runs LD, not CC, wlarc should be empty
5869     wlarc='${wl}'
5870
5871     # See if GNU ld supports shared libraries.
5872     case $host_os in
5873     aix3* | aix4* | aix5*)
5874       # On AIX/PPC, the GNU linker is very broken
5875       if test "$host_cpu" != ia64; then
5876         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5877         cat <<EOF 1>&2
5878
5879 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
5880 *** to be unable to reliably create shared libraries on AIX.
5881 *** Therefore, libtool is disabling shared libraries support.  If you
5882 *** really care for shared libraries, you may want to modify your PATH
5883 *** so that a non-GNU linker is found, and then restart.
5884
5885 EOF
5886       fi
5887       ;;
5888
5889     amigaos*)
5890       _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
5891       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5892       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5893
5894       # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
5895       # that the semantics of dynamic libraries on AmigaOS, at least up
5896       # to version 4, is to share data among multiple programs linked
5897       # with the same dynamic library.  Since this doesn't match the
5898       # behavior of shared libraries on other platforms, we can't use
5899       # them.
5900       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5901       ;;
5902
5903     beos*)
5904       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5905         _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5906         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
5907         # support --undefined.  This deserves some investigation.  FIXME
5908         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5909       else
5910         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5911       fi
5912       ;;
5913
5914     cygwin* | mingw* | pw32*)
5915       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
5916       # as there is no search path for DLLs.
5917       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5918       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5919       _LT_AC_TAGVAR(always_export_symbols, $1)=no
5920       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5921       _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
5922
5923       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
5924         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
5925         # If the export-symbols file already is a .def file (1st line
5926         # is EXPORTS), use it as is; otherwise, prepend...
5927         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
5928           cp $export_symbols $output_objdir/$soname.def;
5929         else
5930           echo EXPORTS > $output_objdir/$soname.def;
5931           cat $export_symbols >> $output_objdir/$soname.def;
5932         fi~
5933         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
5934       else
5935         ld_shlibs=no
5936       fi
5937       ;;
5938
5939     netbsd*)
5940       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5941         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
5942         wlarc=
5943       else
5944         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5945         _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'
5946       fi
5947       ;;
5948
5949     solaris* | sysv5*)
5950       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
5951         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5952         cat <<EOF 1>&2
5953
5954 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
5955 *** create shared libraries on Solaris systems.  Therefore, libtool
5956 *** is disabling shared libraries support.  We urge you to upgrade GNU
5957 *** binutils to release 2.9.1 or newer.  Another option is to modify
5958 *** your PATH or compiler configuration so that the native linker is
5959 *** used, and then restart.
5960
5961 EOF
5962       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5963         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5964         _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'
5965       else
5966         _LT_AC_TAGVAR(ld_shlibs, $1)=no
5967       fi
5968       ;;
5969
5970     sunos4*)
5971       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5972       wlarc=
5973       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5974       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5975       ;;
5976
5977   linux*)
5978     if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
5979         tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5980         _LT_AC_TAGVAR(archive_cmds, $1)="$tmp_archive_cmds"
5981       supports_anon_versioning=no
5982       case `$LD -v 2>/dev/null` in
5983         *\ [01].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
5984         *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
5985         *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
5986         *\ 2.11.*) ;; # other 2.11 versions
5987         *) supports_anon_versioning=yes ;;
5988       esac
5989       if test $supports_anon_versioning = yes; then
5990         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
5991 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5992 $echo "local: *; };" >> $output_objdir/$libname.ver~
5993         $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
5994       else
5995         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="$tmp_archive_cmds"
5996       fi
5997     else
5998       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5999     fi
6000     ;;
6001
6002     *)
6003       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
6004         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6005         _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'
6006       else
6007         _LT_AC_TAGVAR(ld_shlibs, $1)=no
6008       fi
6009       ;;
6010     esac
6011
6012     if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then
6013       runpath_var=LD_RUN_PATH
6014       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
6015       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
6016       # ancient GNU ld didn't support --whole-archive et. al.
6017       if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
6018         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
6019       else
6020         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
6021       fi
6022     fi
6023   else
6024     # PORTME fill in a description of your system's linker (not GNU ld)
6025     case $host_os in
6026     aix3*)
6027       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
6028       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
6029       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
6030       # Note: this linker hardcodes the directories in LIBPATH if there
6031       # are no directories specified by -L.
6032       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6033       if test "$GCC" = yes && test -z "$link_static_flag"; then
6034         # Neither direct hardcoding nor static linking is supported with a
6035         # broken collect2.
6036         _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
6037       fi
6038       ;;
6039
6040     aix4* | aix5*)
6041       if test "$host_cpu" = ia64; then
6042         # On IA64, the linker does run time linking by default, so we don't
6043         # have to do anything special.
6044         aix_use_runtimelinking=no
6045         exp_sym_flag='-Bexport'
6046         no_entry_flag=""
6047       else
6048         # If we're using GNU nm, then we don't want the "-C" option.
6049         # -C means demangle to AIX nm, but means don't demangle with GNU nm
6050         if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
6051           _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
6052         else
6053           _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
6054         fi
6055         aix_use_runtimelinking=no
6056
6057         # Test if we are trying to use run time linking or normal
6058         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
6059         # need to do runtime linking.
6060         case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
6061           for ld_flag in $LDFLAGS; do
6062           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
6063             aix_use_runtimelinking=yes
6064             break
6065           fi
6066           done
6067         esac
6068
6069         exp_sym_flag='-bexport'
6070         no_entry_flag='-bnoentry'
6071       fi
6072
6073       # When large executables or shared objects are built, AIX ld can
6074       # have problems creating the table of contents.  If linking a library
6075       # or program results in "error TOC overflow" add -mminimal-toc to
6076       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
6077       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
6078
6079       _LT_AC_TAGVAR(archive_cmds, $1)=''
6080       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6081       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
6082       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
6083
6084       if test "$GCC" = yes; then
6085         case $host_os in aix4.[012]|aix4.[012].*)
6086         # We only want to do this on AIX 4.2 and lower, the check
6087         # below for broken collect2 doesn't work under 4.3+
6088           collect2name=`${CC} -print-prog-name=collect2`
6089           if test -f "$collect2name" && \
6090            strings "$collect2name" | grep resolve_lib_name >/dev/null
6091           then
6092           # We have reworked collect2
6093           _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6094           else
6095           # We have old collect2
6096           _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
6097           # It fails to find uninstalled libraries when the uninstalled
6098           # path is not listed in the libpath.  Setting hardcode_minus_L
6099           # to unsupported forces relinking
6100           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6101           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6102           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
6103           fi
6104         esac
6105         shared_flag='-shared'
6106       else
6107         # not using gcc
6108         if test "$host_cpu" = ia64; then
6109         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
6110         # chokes on -Wl,-G. The following line is correct:
6111           shared_flag='-G'
6112         else
6113         if test "$aix_use_runtimelinking" = yes; then
6114             shared_flag='${wl}-G'
6115           else
6116             shared_flag='${wl}-bM:SRE'
6117         fi
6118         fi
6119       fi
6120
6121       # It seems that -bexpall does not export symbols beginning with
6122       # underscore (_), so it is better to generate a list of symbols to export.
6123       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
6124       if test "$aix_use_runtimelinking" = yes; then
6125         # Warning - without using the other runtime loading flags (-brtl),
6126         # -berok will link without error, but may produce a broken library.
6127         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
6128        # Determine the default libpath from the value encoded in an empty executable.
6129        _LT_AC_SYS_LIBPATH_AIX
6130        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
6131         _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"
6132        else
6133         if test "$host_cpu" = ia64; then
6134           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
6135           _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
6136           _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"
6137         else
6138          # Determine the default libpath from the value encoded in an empty executable.
6139          _LT_AC_SYS_LIBPATH_AIX
6140          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
6141           # Warning - without using the other run time loading flags,
6142           # -berok will link without error, but may produce a broken library.
6143           _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
6144           _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
6145           # -bexpall does not export symbols beginning with underscore (_)
6146           _LT_AC_TAGVAR(always_export_symbols, $1)=yes
6147           # Exported symbols can be pulled into shared objects from archives
6148           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
6149           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
6150           # This is similar to how AIX traditionally builds it's shared libraries.
6151           _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'
6152         fi
6153       fi
6154       ;;
6155
6156     amigaos*)
6157       _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
6158       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6159       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6160       # see comment about different semantics on the GNU ld section
6161       _LT_AC_TAGVAR(ld_shlibs, $1)=no
6162       ;;
6163
6164     bsdi4*)
6165       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
6166       ;;
6167
6168     cygwin* | mingw* | pw32*)
6169       # When not using gcc, we currently assume that we are using
6170       # Microsoft Visual C++.
6171       # hardcode_libdir_flag_spec is actually meaningless, as there is
6172       # no search path for DLLs.
6173       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
6174       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
6175       # Tell ltmain to make .lib files, not .a files.
6176       libext=lib
6177       # Tell ltmain to make .dll files, not .so files.
6178       shrext=".dll"
6179       # FIXME: Setting linknames here is a bad hack.
6180       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
6181       # The linker will automatically build a .lib file if we build a DLL.
6182       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
6183       # FIXME: Should let the user specify the lib program.
6184       _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
6185       fix_srcfile_path='`cygpath -w "$srcfile"`'
6186       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
6187       ;;
6188
6189     darwin* | rhapsody*)
6190     if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then 
6191       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
6192       case "$host_os" in
6193       rhapsody* | darwin1.[[012]])
6194         _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
6195         ;;
6196       *) # Darwin 1.3 on
6197         test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
6198         ;;
6199       esac
6200       # FIXME: Relying on posixy $() will cause problems for
6201       #        cross-compilation, but unfortunately the echo tests do not
6202       #        yet detect zsh echo's removal of \ escapes.  Also zsh mangles
6203       #        `"' quotes if we put them in here... so don't!
6204         lt_int_apple_cc_single_mod=no
6205         output_verbose_link_cmd='echo'
6206         if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
6207           lt_int_apple_cc_single_mod=yes
6208         fi
6209         if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
6210           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
6211         else
6212         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
6213       fi
6214       _LT_AC_TAGVAR(module_cmds, $1)='$CC -bundle ${wl}-bind_at_load $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags'
6215       # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
6216         if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
6217           _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}'
6218         else
6219           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
6220         fi
6221           _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -bundle $allow_undefined_flag  -o $lib $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
6222       _LT_AC_TAGVAR(hardcode_direct, $1)=no
6223       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
6224       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
6225       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
6226       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
6227     fi  
6228       ;;
6229
6230     dgux*)
6231       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6232       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6233       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6234       ;;
6235
6236     freebsd1*)
6237       _LT_AC_TAGVAR(ld_shlibs, $1)=no
6238       ;;
6239
6240     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
6241     # support.  Future versions do this automatically, but an explicit c++rt0.o
6242     # does not break anything, and helps significantly (at the cost of a little
6243     # extra space).
6244     freebsd2.2*)
6245       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
6246       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
6247       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6248       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6249       ;;
6250
6251     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6252     freebsd2*)
6253       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
6254       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6255       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6256       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6257       ;;
6258
6259     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
6260     freebsd*)
6261       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
6262       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
6263       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6264       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6265       ;;
6266
6267     hpux9*)
6268       if test "$GCC" = yes; then
6269         _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
6270       else
6271         _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
6272       fi
6273       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
6274       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6275       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6276
6277       # hardcode_minus_L: Not really in the search PATH,
6278       # but as the default location of the library.
6279       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6280       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
6281       ;;
6282
6283     hpux10* | hpux11*)
6284       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
6285         case "$host_cpu" in
6286         hppa*64*|ia64*)
6287           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
6288           ;;
6289         *)
6290           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
6291           ;;
6292         esac
6293       else
6294         case "$host_cpu" in
6295         hppa*64*|ia64*)
6296           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
6297           ;;
6298         *)
6299           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
6300           ;;
6301         esac
6302       fi
6303       if test "$with_gnu_ld" = no; then
6304         case "$host_cpu" in
6305         hppa*64*)
6306           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
6307           _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
6308           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6309           _LT_AC_TAGVAR(hardcode_direct, $1)=no
6310           _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6311           ;;
6312         ia64*)
6313           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6314           _LT_AC_TAGVAR(hardcode_direct, $1)=no
6315           _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6316
6317           # hardcode_minus_L: Not really in the search PATH,
6318           # but as the default location of the library.
6319           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6320           ;;
6321         *)
6322           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
6323           _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6324           _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6325           _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
6326
6327           # hardcode_minus_L: Not really in the search PATH,
6328           # but as the default location of the library.
6329           _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6330           ;;
6331         esac
6332       fi
6333       ;;
6334
6335     irix5* | irix6* | nonstopux*)
6336       if test "$GCC" = yes; then
6337         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
6338       else
6339         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
6340         _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
6341       fi
6342       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
6343       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6344       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
6345       ;;
6346
6347     netbsd*)
6348       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
6349         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
6350       else
6351         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
6352       fi
6353       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
6354       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6355       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6356       ;;
6357
6358     newsos6)
6359       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6360       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6361       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
6362       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6363       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6364       ;;
6365
6366     openbsd*)
6367       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6368       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6369       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6370         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
6371         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
6372         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
6373       else
6374        case $host_os in
6375          openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
6376            _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
6377            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
6378            ;;
6379          *)
6380            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
6381            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
6382            ;;
6383        esac
6384       fi
6385       ;;
6386
6387     os2*)
6388       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6389       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6390       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
6391       _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
6392       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
6393       ;;
6394
6395     osf3*)
6396       if test "$GCC" = yes; then
6397         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
6398         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
6399       else
6400         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
6401         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
6402       fi
6403       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
6404       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6405       ;;
6406
6407     osf4* | osf5*)      # as osf3* with the addition of -msym flag
6408       if test "$GCC" = yes; then
6409         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
6410         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
6411         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
6412       else
6413         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
6414         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
6415         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
6416         $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
6417
6418         # Both c and cxx compiler support -rpath directly
6419         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
6420       fi
6421       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6422       ;;
6423
6424     sco3.2v5*)
6425       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6426       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6427       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
6428       runpath_var=LD_RUN_PATH
6429       hardcode_runpath_var=yes
6430       ;;
6431
6432     solaris*)
6433       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
6434       if test "$GCC" = yes; then
6435         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
6436         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
6437           $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
6438       else
6439         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
6440         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
6441         $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
6442       fi
6443       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
6444       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6445       case $host_os in
6446       solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
6447       *) # Supported since Solaris 2.6 (maybe 2.5.1?)
6448         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
6449       esac
6450       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
6451       ;;
6452
6453     sunos4*)
6454       if test "x$host_vendor" = xsequent; then
6455         # Use $CC to link under sequent, because it throws in some extra .o
6456         # files that make .init and .fini sections work.
6457         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
6458       else
6459         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
6460       fi
6461       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6462       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6463       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6464       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6465       ;;
6466
6467     sysv4)
6468       case $host_vendor in
6469         sni)
6470           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6471           _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
6472         ;;
6473         siemens)
6474           ## LD is ld it makes a PLAMLIB
6475           ## CC just makes a GrossModule.
6476           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
6477           _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
6478           _LT_AC_TAGVAR(hardcode_direct, $1)=no
6479         ;;
6480         motorola)
6481           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6482           _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
6483         ;;
6484       esac
6485       runpath_var='LD_RUN_PATH'
6486       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6487       ;;
6488
6489     sysv4.3*)
6490       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6491       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6492       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
6493       ;;
6494
6495     sysv4*MP*)
6496       if test -d /usr/nec; then
6497         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6498         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6499         runpath_var=LD_RUN_PATH
6500         hardcode_runpath_var=yes
6501         _LT_AC_TAGVAR(ld_shlibs, $1)=yes
6502       fi
6503       ;;
6504
6505     sysv4.2uw2*)
6506       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
6507       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6508       _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
6509       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6510       hardcode_runpath_var=yes
6511       runpath_var=LD_RUN_PATH
6512       ;;
6513
6514    sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[[78]]* | unixware7*)
6515       _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
6516       if test "$GCC" = yes; then
6517         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
6518       else
6519         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
6520       fi
6521       runpath_var='LD_RUN_PATH'
6522       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6523       ;;
6524
6525     sysv5*)
6526       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
6527       # $CC -shared without GNU ld will not create a library from C++
6528       # object files and a static libstdc++, better avoid it by now
6529       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
6530       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
6531                 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
6532       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
6533       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6534       runpath_var='LD_RUN_PATH'
6535       ;;
6536
6537     uts4*)
6538       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6539       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6540       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6541       ;;
6542
6543     *)
6544       _LT_AC_TAGVAR(ld_shlibs, $1)=no
6545       ;;
6546     esac
6547   fi
6548 ])
6549 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
6550 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
6551
6552 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
6553 if test "$GCC" = yes; then
6554   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
6555 fi
6556
6557 #
6558 # Do we need to explicitly link libc?
6559 #
6560 case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
6561 x|xyes)
6562   # Assume -lc should be added
6563   _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
6564
6565   if test "$enable_shared" = yes && test "$GCC" = yes; then
6566     case $_LT_AC_TAGVAR(archive_cmds, $1) in
6567     *'~'*)
6568       # FIXME: we may have to deal with multi-command sequences.
6569       ;;
6570     '$CC '*)
6571       # Test whether the compiler implicitly links with -lc since on some
6572       # systems, -lgcc has to come before -lc. If gcc already passes -lc
6573       # to ld, don't add -lc before -lgcc.
6574       AC_MSG_CHECKING([whether -lc should be explicitly linked in])
6575       $rm conftest*
6576       printf "$lt_simple_compile_test_code" > conftest.$ac_ext
6577   
6578       if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
6579         soname=conftest
6580         lib=conftest
6581         libobjs=conftest.$ac_objext
6582         deplibs=
6583         wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
6584         compiler_flags=-v
6585         linker_flags=-v
6586         verstring=
6587         output_objdir=.
6588         libname=conftest
6589         lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
6590         _LT_AC_TAGVAR(allow_undefined_flag, $1)=
6591         if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
6592         then
6593           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
6594         else
6595           _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
6596         fi
6597         _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
6598       else
6599         cat conftest.err 1>&5
6600       fi
6601       $rm conftest*
6602       AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
6603       ;;
6604     esac
6605   fi
6606   ;;
6607 esac
6608 ])# AC_LIBTOOL_PROG_LD_SHLIBS
6609
6610
6611 # _LT_AC_FILE_LTDLL_C
6612 # -------------------
6613 # Be careful that the start marker always follows a newline.
6614 AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
6615 # /* ltdll.c starts here */
6616 # #define WIN32_LEAN_AND_MEAN
6617 # #include <windows.h>
6618 # #undef WIN32_LEAN_AND_MEAN
6619 # #include <stdio.h>
6620 #
6621 # #ifndef __CYGWIN__
6622 # #  ifdef __CYGWIN32__
6623 # #    define __CYGWIN__ __CYGWIN32__
6624 # #  endif
6625 # #endif
6626 #
6627 # #ifdef __cplusplus
6628 # extern "C" {
6629 # #endif
6630 # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
6631 # #ifdef __cplusplus
6632 # }
6633 # #endif
6634 #
6635 # #ifdef __CYGWIN__
6636 # #include <cygwin/cygwin_dll.h>
6637 # DECLARE_CYGWIN_DLL( DllMain );
6638 # #endif
6639 # HINSTANCE __hDllInstance_base;
6640 #
6641 # BOOL APIENTRY
6642 # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
6643 # {
6644 #   __hDllInstance_base = hInst;
6645 #   return TRUE;
6646 # }
6647 # /* ltdll.c ends here */
6648 ])# _LT_AC_FILE_LTDLL_C
6649
6650
6651 # _LT_AC_TAGVAR(VARNAME, [TAGNAME])
6652 # ---------------------------------
6653 AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
6654
6655
6656 # old names
6657 AC_DEFUN([AM_PROG_LIBTOOL],   [AC_PROG_LIBTOOL])
6658 AC_DEFUN([AM_ENABLE_SHARED],  [AC_ENABLE_SHARED($@)])
6659 AC_DEFUN([AM_ENABLE_STATIC],  [AC_ENABLE_STATIC($@)])
6660 AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
6661 AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
6662 AC_DEFUN([AM_PROG_LD],        [AC_PROG_LD])
6663 AC_DEFUN([AM_PROG_NM],        [AC_PROG_NM])
6664
6665 # This is just to silence aclocal about the macro not being used
6666 ifelse([AC_DISABLE_FAST_INSTALL])
6667
6668 AC_DEFUN([LT_AC_PROG_GCJ],
6669 [AC_CHECK_TOOL(GCJ, gcj, no)
6670   test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
6671   AC_SUBST(GCJFLAGS)
6672 ])
6673
6674 AC_DEFUN([LT_AC_PROG_RC],
6675 [AC_CHECK_TOOL(RC, windres, no)
6676 ])
6677
6678 # NOTE: This macro has been submitted for inclusion into   #
6679 #  GNU Autoconf as AC_PROG_SED.  When it is available in   #
6680 #  a released version of Autoconf we should remove this    #
6681 #  macro and use it instead.                               #
6682 # LT_AC_PROG_SED
6683 # --------------
6684 # Check for a fully-functional sed program, that truncates
6685 # as few characters as possible.  Prefer GNU sed if found.
6686 AC_DEFUN([LT_AC_PROG_SED],
6687 [AC_MSG_CHECKING([for a sed that does not truncate output])
6688 AC_CACHE_VAL(lt_cv_path_SED,
6689 [# Loop through the user's path and test for sed and gsed.
6690 # Then use that list of sed's as ones to test for truncation.
6691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6692 for as_dir in $PATH
6693 do
6694   IFS=$as_save_IFS
6695   test -z "$as_dir" && as_dir=.
6696   for lt_ac_prog in sed gsed; do
6697     for ac_exec_ext in '' $ac_executable_extensions; do
6698       if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
6699         lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
6700       fi
6701     done
6702   done
6703 done
6704 lt_ac_max=0
6705 lt_ac_count=0
6706 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
6707 # along with /bin/sed that truncates output.
6708 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
6709   test ! -f $lt_ac_sed && break
6710   cat /dev/null > conftest.in
6711   lt_ac_count=0
6712   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
6713   # Check for GNU sed and select it if it is found.
6714   if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
6715     lt_cv_path_SED=$lt_ac_sed
6716     break
6717   fi
6718   while true; do
6719     cat conftest.in conftest.in >conftest.tmp
6720     mv conftest.tmp conftest.in
6721     cp conftest.in conftest.nl
6722     echo >>conftest.nl
6723     $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
6724     cmp -s conftest.out conftest.nl || break
6725     # 10000 chars as input seems more than enough
6726     test $lt_ac_count -gt 10 && break
6727     lt_ac_count=`expr $lt_ac_count + 1`
6728     if test $lt_ac_count -gt $lt_ac_max; then
6729       lt_ac_max=$lt_ac_count
6730       lt_cv_path_SED=$lt_ac_sed
6731     fi
6732   done
6733 done
6734 SED=$lt_cv_path_SED
6735 ])
6736 AC_MSG_RESULT([$SED])
6737 ])
6738