]> git.sur5r.net Git - openldap/blob - contrib/ldapc++/aclocal.m4
Added ldif_countlines()
[openldap] / contrib / ldapc++ / aclocal.m4
1 # generated automatically by aclocal 1.7.2 -*- 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 # Do all the work for Automake.                            -*- Autoconf -*-
15
16 # This macro actually does too much some checks are only needed if
17 # your package does certain things.  But this isn't really a big deal.
18
19 # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
20 # Free Software Foundation, Inc.
21
22 # This program is free software; you can redistribute it and/or modify
23 # it under the terms of the GNU General Public License as published by
24 # the Free Software Foundation; either version 2, or (at your option)
25 # any later version.
26
27 # This program is distributed in the hope that it will be useful,
28 # but WITHOUT ANY WARRANTY; without even the implied warranty of
29 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30 # GNU General Public License for more details.
31
32 # You should have received a copy of the GNU General Public License
33 # along with this program; if not, write to the Free Software
34 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
35 # 02111-1307, USA.
36
37 # serial 8
38
39 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
40 # written in clear, in which case automake, when reading aclocal.m4,
41 # will think it sees a *use*, and therefore will trigger all it's
42 # C support machinery.  Also note that it means that autoscan, seeing
43 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
44
45
46 AC_PREREQ([2.54])
47
48 # Autoconf 2.50 wants to disallow AM_ names.  We explicitly allow
49 # the ones we care about.
50 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
51
52 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
53 # AM_INIT_AUTOMAKE([OPTIONS])
54 # -----------------------------------------------
55 # The call with PACKAGE and VERSION arguments is the old style
56 # call (pre autoconf-2.50), which is being phased out.  PACKAGE
57 # and VERSION should now be passed to AC_INIT and removed from
58 # the call to AM_INIT_AUTOMAKE.
59 # We support both call styles for the transition.  After
60 # the next Automake release, Autoconf can make the AC_INIT
61 # arguments mandatory, and then we can depend on a new Autoconf
62 # release and drop the old call support.
63 AC_DEFUN([AM_INIT_AUTOMAKE],
64 [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
65  AC_REQUIRE([AC_PROG_INSTALL])dnl
66 # test to see if srcdir already configured
67 if test "`cd $srcdir && pwd`" != "`pwd`" &&
68    test -f $srcdir/config.status; then
69   AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
70 fi
71
72 # test whether we have cygpath
73 if test -z "$CYGPATH_W"; then
74   if (cygpath --version) >/dev/null 2>/dev/null; then
75     CYGPATH_W='cygpath -w'
76   else
77     CYGPATH_W=echo
78   fi
79 fi
80 AC_SUBST([CYGPATH_W])
81
82 # Define the identity of the package.
83 dnl Distinguish between old-style and new-style calls.
84 m4_ifval([$2],
85 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
86  AC_SUBST([PACKAGE], [$1])dnl
87  AC_SUBST([VERSION], [$2])],
88 [_AM_SET_OPTIONS([$1])dnl
89  AC_SUBST([PACKAGE], [AC_PACKAGE_TARNAME])dnl
90  AC_SUBST([VERSION], [AC_PACKAGE_VERSION])])dnl
91
92 _AM_IF_OPTION([no-define],,
93 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
94  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
95
96 # Some tools Automake needs.
97 AC_REQUIRE([AM_SANITY_CHECK])dnl
98 AC_REQUIRE([AC_ARG_PROGRAM])dnl
99 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
100 AM_MISSING_PROG(AUTOCONF, autoconf)
101 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
102 AM_MISSING_PROG(AUTOHEADER, autoheader)
103 AM_MISSING_PROG(MAKEINFO, makeinfo)
104 AM_MISSING_PROG(AMTAR, tar)
105 AM_PROG_INSTALL_SH
106 AM_PROG_INSTALL_STRIP
107 # We need awk for the "check" target.  The system "awk" is bad on
108 # some platforms.
109 AC_REQUIRE([AC_PROG_AWK])dnl
110 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
111
112 _AM_IF_OPTION([no-dependencies],,
113 [AC_PROVIDE_IFELSE([AC_PROG_CC],
114                   [_AM_DEPENDENCIES(CC)],
115                   [define([AC_PROG_CC],
116                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
117 AC_PROVIDE_IFELSE([AC_PROG_CXX],
118                   [_AM_DEPENDENCIES(CXX)],
119                   [define([AC_PROG_CXX],
120                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
121 ])
122 ])
123
124
125 # When config.status generates a header, we must update the stamp-h file.
126 # This file resides in the same directory as the config header
127 # that is generated.  The stamp files are numbered to have different names.
128
129 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
130 # loop where config.status creates the headers, so we can generate
131 # our stamp files there.
132 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
133 [_am_stamp_count=`expr ${_am_stamp_count-0} + 1`
134 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
135
136 # Copyright 2002  Free Software Foundation, Inc.
137
138 # This program is free software; you can redistribute it and/or modify
139 # it under the terms of the GNU General Public License as published by
140 # the Free Software Foundation; either version 2, or (at your option)
141 # any later version.
142
143 # This program is distributed in the hope that it will be useful,
144 # but WITHOUT ANY WARRANTY; without even the implied warranty of
145 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
146 # GNU General Public License for more details.
147
148 # You should have received a copy of the GNU General Public License
149 # along with this program; if not, write to the Free Software
150 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
151
152 # AM_AUTOMAKE_VERSION(VERSION)
153 # ----------------------------
154 # Automake X.Y traces this macro to ensure aclocal.m4 has been
155 # generated from the m4 files accompanying Automake X.Y.
156 AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"])
157
158 # AM_SET_CURRENT_AUTOMAKE_VERSION
159 # -------------------------------
160 # Call AM_AUTOMAKE_VERSION so it can be traced.
161 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
162 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
163          [AM_AUTOMAKE_VERSION([1.7.2])])
164
165 # Helper functions for option handling.                    -*- Autoconf -*-
166
167 # Copyright 2001, 2002  Free Software Foundation, Inc.
168
169 # This program is free software; you can redistribute it and/or modify
170 # it under the terms of the GNU General Public License as published by
171 # the Free Software Foundation; either version 2, or (at your option)
172 # any later version.
173
174 # This program is distributed in the hope that it will be useful,
175 # but WITHOUT ANY WARRANTY; without even the implied warranty of
176 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
177 # GNU General Public License for more details.
178
179 # You should have received a copy of the GNU General Public License
180 # along with this program; if not, write to the Free Software
181 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
182 # 02111-1307, USA.
183
184 # serial 2
185
186 # _AM_MANGLE_OPTION(NAME)
187 # -----------------------
188 AC_DEFUN([_AM_MANGLE_OPTION],
189 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
190
191 # _AM_SET_OPTION(NAME)
192 # ------------------------------
193 # Set option NAME.  Presently that only means defining a flag for this option.
194 AC_DEFUN([_AM_SET_OPTION],
195 [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
196
197 # _AM_SET_OPTIONS(OPTIONS)
198 # ----------------------------------
199 # OPTIONS is a space-separated list of Automake options.
200 AC_DEFUN([_AM_SET_OPTIONS],
201 [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
202
203 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
204 # -------------------------------------------
205 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
206 AC_DEFUN([_AM_IF_OPTION],
207 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
208
209 #
210 # Check to make sure that the build environment is sane.
211 #
212
213 # Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
214
215 # This program is free software; you can redistribute it and/or modify
216 # it under the terms of the GNU General Public License as published by
217 # the Free Software Foundation; either version 2, or (at your option)
218 # any later version.
219
220 # This program is distributed in the hope that it will be useful,
221 # but WITHOUT ANY WARRANTY; without even the implied warranty of
222 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
223 # GNU General Public License for more details.
224
225 # You should have received a copy of the GNU General Public License
226 # along with this program; if not, write to the Free Software
227 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
228 # 02111-1307, USA.
229
230 # serial 3
231
232 # AM_SANITY_CHECK
233 # ---------------
234 AC_DEFUN([AM_SANITY_CHECK],
235 [AC_MSG_CHECKING([whether build environment is sane])
236 # Just in case
237 sleep 1
238 echo timestamp > conftest.file
239 # Do `set' in a subshell so we don't clobber the current shell's
240 # arguments.  Must try -L first in case configure is actually a
241 # symlink; some systems play weird games with the mod time of symlinks
242 # (eg FreeBSD returns the mod time of the symlink's containing
243 # directory).
244 if (
245    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
246    if test "$[*]" = "X"; then
247       # -L didn't work.
248       set X `ls -t $srcdir/configure conftest.file`
249    fi
250    rm -f conftest.file
251    if test "$[*]" != "X $srcdir/configure conftest.file" \
252       && test "$[*]" != "X conftest.file $srcdir/configure"; then
253
254       # If neither matched, then we have a broken ls.  This can happen
255       # if, for instance, CONFIG_SHELL is bash and it inherits a
256       # broken ls alias from the environment.  This has actually
257       # happened.  Such a system could not be considered "sane".
258       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
259 alias in your environment])
260    fi
261
262    test "$[2]" = conftest.file
263    )
264 then
265    # Ok.
266    :
267 else
268    AC_MSG_ERROR([newly created file is older than distributed files!
269 Check your system clock])
270 fi
271 AC_MSG_RESULT(yes)])
272
273 #  -*- Autoconf -*-
274
275
276 # Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
277
278 # This program is free software; you can redistribute it and/or modify
279 # it under the terms of the GNU General Public License as published by
280 # the Free Software Foundation; either version 2, or (at your option)
281 # any later version.
282
283 # This program is distributed in the hope that it will be useful,
284 # but WITHOUT ANY WARRANTY; without even the implied warranty of
285 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
286 # GNU General Public License for more details.
287
288 # You should have received a copy of the GNU General Public License
289 # along with this program; if not, write to the Free Software
290 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
291 # 02111-1307, USA.
292
293 # serial 3
294
295 # AM_MISSING_PROG(NAME, PROGRAM)
296 # ------------------------------
297 AC_DEFUN([AM_MISSING_PROG],
298 [AC_REQUIRE([AM_MISSING_HAS_RUN])
299 $1=${$1-"${am_missing_run}$2"}
300 AC_SUBST($1)])
301
302
303 # AM_MISSING_HAS_RUN
304 # ------------------
305 # Define MISSING if not defined so far and test if it supports --run.
306 # If it does, set am_missing_run to use it, otherwise, to nothing.
307 AC_DEFUN([AM_MISSING_HAS_RUN],
308 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
309 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
310 # Use eval to expand $SHELL
311 if eval "$MISSING --run true"; then
312   am_missing_run="$MISSING --run "
313 else
314   am_missing_run=
315   AC_MSG_WARN([`missing' script is too old or missing])
316 fi
317 ])
318
319 # AM_AUX_DIR_EXPAND
320
321 # Copyright 2001 Free Software Foundation, Inc.
322
323 # This program is free software; you can redistribute it and/or modify
324 # it under the terms of the GNU General Public License as published by
325 # the Free Software Foundation; either version 2, or (at your option)
326 # any later version.
327
328 # This program is distributed in the hope that it will be useful,
329 # but WITHOUT ANY WARRANTY; without even the implied warranty of
330 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
331 # GNU General Public License for more details.
332
333 # You should have received a copy of the GNU General Public License
334 # along with this program; if not, write to the Free Software
335 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
336 # 02111-1307, USA.
337
338 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
339 # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
340 # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
341 #
342 # Of course, Automake must honor this variable whenever it calls a
343 # tool from the auxiliary directory.  The problem is that $srcdir (and
344 # therefore $ac_aux_dir as well) can be either absolute or relative,
345 # depending on how configure is run.  This is pretty annoying, since
346 # it makes $ac_aux_dir quite unusable in subdirectories: in the top
347 # source directory, any form will work fine, but in subdirectories a
348 # relative path needs to be adjusted first.
349 #
350 # $ac_aux_dir/missing
351 #    fails when called from a subdirectory if $ac_aux_dir is relative
352 # $top_srcdir/$ac_aux_dir/missing
353 #    fails if $ac_aux_dir is absolute,
354 #    fails when called from a subdirectory in a VPATH build with
355 #          a relative $ac_aux_dir
356 #
357 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
358 # are both prefixed by $srcdir.  In an in-source build this is usually
359 # harmless because $srcdir is `.', but things will broke when you
360 # start a VPATH build or use an absolute $srcdir.
361 #
362 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
363 # iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
364 #   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
365 # and then we would define $MISSING as
366 #   MISSING="\${SHELL} $am_aux_dir/missing"
367 # This will work as long as MISSING is not called from configure, because
368 # unfortunately $(top_srcdir) has no meaning in configure.
369 # However there are other variables, like CC, which are often used in
370 # configure, and could therefore not use this "fixed" $ac_aux_dir.
371 #
372 # Another solution, used here, is to always expand $ac_aux_dir to an
373 # absolute PATH.  The drawback is that using absolute paths prevent a
374 # configured tree to be moved without reconfiguration.
375
376 # Rely on autoconf to set up CDPATH properly.
377 AC_PREREQ([2.50])
378
379 AC_DEFUN([AM_AUX_DIR_EXPAND], [
380 # expand $ac_aux_dir to an absolute path
381 am_aux_dir=`cd $ac_aux_dir && pwd`
382 ])
383
384 # AM_PROG_INSTALL_SH
385 # ------------------
386 # Define $install_sh.
387
388 # Copyright 2001 Free Software Foundation, Inc.
389
390 # This program is free software; you can redistribute it and/or modify
391 # it under the terms of the GNU General Public License as published by
392 # the Free Software Foundation; either version 2, or (at your option)
393 # any later version.
394
395 # This program is distributed in the hope that it will be useful,
396 # but WITHOUT ANY WARRANTY; without even the implied warranty of
397 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
398 # GNU General Public License for more details.
399
400 # You should have received a copy of the GNU General Public License
401 # along with this program; if not, write to the Free Software
402 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
403 # 02111-1307, USA.
404
405 AC_DEFUN([AM_PROG_INSTALL_SH],
406 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
407 install_sh=${install_sh-"$am_aux_dir/install-sh"}
408 AC_SUBST(install_sh)])
409
410 # AM_PROG_INSTALL_STRIP
411
412 # Copyright 2001 Free Software Foundation, Inc.
413
414 # This program is free software; you can redistribute it and/or modify
415 # it under the terms of the GNU General Public License as published by
416 # the Free Software Foundation; either version 2, or (at your option)
417 # any later version.
418
419 # This program is distributed in the hope that it will be useful,
420 # but WITHOUT ANY WARRANTY; without even the implied warranty of
421 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
422 # GNU General Public License for more details.
423
424 # You should have received a copy of the GNU General Public License
425 # along with this program; if not, write to the Free Software
426 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
427 # 02111-1307, USA.
428
429 # One issue with vendor `install' (even GNU) is that you can't
430 # specify the program used to strip binaries.  This is especially
431 # annoying in cross-compiling environments, where the build's strip
432 # is unlikely to handle the host's binaries.
433 # Fortunately install-sh will honor a STRIPPROG variable, so we
434 # always use install-sh in `make install-strip', and initialize
435 # STRIPPROG with the value of the STRIP variable (set by the user).
436 AC_DEFUN([AM_PROG_INSTALL_STRIP],
437 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
438 # Installed binaries are usually stripped using `strip' when the user
439 # run `make install-strip'.  However `strip' might not be the right
440 # tool to use in cross-compilation environments, therefore Automake
441 # will honor the `STRIP' environment variable to overrule this program.
442 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
443 if test "$cross_compiling" != no; then
444   AC_CHECK_TOOL([STRIP], [strip], :)
445 fi
446 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
447 AC_SUBST([INSTALL_STRIP_PROGRAM])])
448
449 # serial 4                                              -*- Autoconf -*-
450
451 # Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
452
453 # This program is free software; you can redistribute it and/or modify
454 # it under the terms of the GNU General Public License as published by
455 # the Free Software Foundation; either version 2, or (at your option)
456 # any later version.
457
458 # This program is distributed in the hope that it will be useful,
459 # but WITHOUT ANY WARRANTY; without even the implied warranty of
460 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
461 # GNU General Public License for more details.
462
463 # You should have received a copy of the GNU General Public License
464 # along with this program; if not, write to the Free Software
465 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
466 # 02111-1307, USA.
467
468
469 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
470 # written in clear, in which case automake, when reading aclocal.m4,
471 # will think it sees a *use*, and therefore will trigger all it's
472 # C support machinery.  Also note that it means that autoscan, seeing
473 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
474
475
476
477 # _AM_DEPENDENCIES(NAME)
478 # ----------------------
479 # See how the compiler implements dependency checking.
480 # NAME is "CC", "CXX", "GCJ", or "OBJC".
481 # We try a few techniques and use that to set a single cache variable.
482 #
483 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
484 # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
485 # dependency, and given that the user is not expected to run this macro,
486 # just rely on AC_PROG_CC.
487 AC_DEFUN([_AM_DEPENDENCIES],
488 [AC_REQUIRE([AM_SET_DEPDIR])dnl
489 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
490 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
491 AC_REQUIRE([AM_DEP_TRACK])dnl
492
493 ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
494        [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
495        [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
496        [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
497                    [depcc="$$1"   am_compiler_list=])
498
499 AC_CACHE_CHECK([dependency style of $depcc],
500                [am_cv_$1_dependencies_compiler_type],
501 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
502   # We make a subdir and do the tests there.  Otherwise we can end up
503   # making bogus files that we don't know about and never remove.  For
504   # instance it was reported that on HP-UX the gcc test will end up
505   # making a dummy file named `D' -- because `-MD' means `put the output
506   # in D'.
507   mkdir conftest.dir
508   # Copy depcomp to subdir because otherwise we won't find it if we're
509   # using a relative directory.
510   cp "$am_depcomp" conftest.dir
511   cd conftest.dir
512
513   am_cv_$1_dependencies_compiler_type=none
514   if test "$am_compiler_list" = ""; then
515      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
516   fi
517   for depmode in $am_compiler_list; do
518     # We need to recreate these files for each test, as the compiler may
519     # overwrite some of them when testing with obscure command lines.
520     # This happens at least with the AIX C compiler.
521     echo '#include "conftest.h"' > conftest.c
522     echo 'int i;' > conftest.h
523     echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
524
525     case $depmode in
526     nosideeffect)
527       # after this tag, mechanisms are not by side-effect, so they'll
528       # only be used when explicitly requested
529       if test "x$enable_dependency_tracking" = xyes; then
530         continue
531       else
532         break
533       fi
534       ;;
535     none) break ;;
536     esac
537     # We check with `-c' and `-o' for the sake of the "dashmstdout"
538     # mode.  It turns out that the SunPro C++ compiler does not properly
539     # handle `-M -o', and we need to detect this.
540     if depmode=$depmode \
541        source=conftest.c object=conftest.o \
542        depfile=conftest.Po tmpdepfile=conftest.TPo \
543        $SHELL ./depcomp $depcc -c -o conftest.o conftest.c >/dev/null 2>&1 &&
544        grep conftest.h conftest.Po > /dev/null 2>&1 &&
545        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
546       am_cv_$1_dependencies_compiler_type=$depmode
547       break
548     fi
549   done
550
551   cd ..
552   rm -rf conftest.dir
553 else
554   am_cv_$1_dependencies_compiler_type=none
555 fi
556 ])
557 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
558 AM_CONDITIONAL([am__fastdep$1], [
559   test "x$enable_dependency_tracking" != xno \
560   && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
561 ])
562
563
564 # AM_SET_DEPDIR
565 # -------------
566 # Choose a directory name for dependency files.
567 # This macro is AC_REQUIREd in _AM_DEPENDENCIES
568 AC_DEFUN([AM_SET_DEPDIR],
569 [rm -f .deps 2>/dev/null
570 mkdir .deps 2>/dev/null
571 if test -d .deps; then
572   DEPDIR=.deps
573 else
574   # MS-DOS does not allow filenames that begin with a dot.
575   DEPDIR=_deps
576 fi
577 rmdir .deps 2>/dev/null
578 AC_SUBST([DEPDIR])
579 ])
580
581
582 # AM_DEP_TRACK
583 # ------------
584 AC_DEFUN([AM_DEP_TRACK],
585 [AC_ARG_ENABLE(dependency-tracking,
586 [  --disable-dependency-tracking Speeds up one-time builds
587   --enable-dependency-tracking  Do not reject slow dependency extractors])
588 if test "x$enable_dependency_tracking" != xno; then
589   am_depcomp="$ac_aux_dir/depcomp"
590   AMDEPBACKSLASH='\'
591 fi
592 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
593 AC_SUBST([AMDEPBACKSLASH])
594 ])
595
596 # Generate code to set up dependency tracking.   -*- Autoconf -*-
597
598 # Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
599
600 # This program is free software; you can redistribute it and/or modify
601 # it under the terms of the GNU General Public License as published by
602 # the Free Software Foundation; either version 2, or (at your option)
603 # any later version.
604
605 # This program is distributed in the hope that it will be useful,
606 # but WITHOUT ANY WARRANTY; without even the implied warranty of
607 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
608 # GNU General Public License for more details.
609
610 # You should have received a copy of the GNU General Public License
611 # along with this program; if not, write to the Free Software
612 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
613 # 02111-1307, USA.
614
615 #serial 2
616
617 # _AM_OUTPUT_DEPENDENCY_COMMANDS
618 # ------------------------------
619 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
620 [for mf in $CONFIG_FILES; do
621   # Strip MF so we end up with the name of the file.
622   mf=`echo "$mf" | sed -e 's/:.*$//'`
623   # Check whether this is an Automake generated Makefile or not.
624   # We used to match only the files named `Makefile.in', but
625   # some people rename them; so instead we look at the file content.
626   # Grep'ing the first line is not enough: some people post-process
627   # each Makefile.in and add a new line on top of each file to say so.
628   # So let's grep whole file.
629   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
630     dirpart=`AS_DIRNAME("$mf")`
631   else
632     continue
633   fi
634   grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue
635   # Extract the definition of DEP_FILES from the Makefile without
636   # running `make'.
637   DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
638   test -z "$DEPDIR" && continue
639   # When using ansi2knr, U may be empty or an underscore; expand it
640   U=`sed -n -e '/^U = / s///p' < "$mf"`
641   test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
642   # We invoke sed twice because it is the simplest approach to
643   # changing $(DEPDIR) to its actual value in the expansion.
644   for file in `sed -n -e '
645     /^DEP_FILES = .*\\\\$/ {
646       s/^DEP_FILES = //
647       :loop
648         s/\\\\$//
649         p
650         n
651         /\\\\$/ b loop
652       p
653     }
654     /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
655        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
656     # Make sure the directory exists.
657     test -f "$dirpart/$file" && continue
658     fdir=`AS_DIRNAME(["$file"])`
659     AS_MKDIR_P([$dirpart/$fdir])
660     # echo "creating $dirpart/$file"
661     echo '# dummy' > "$dirpart/$file"
662   done
663 done
664 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
665
666
667 # AM_OUTPUT_DEPENDENCY_COMMANDS
668 # -----------------------------
669 # This macro should only be invoked once -- use via AC_REQUIRE.
670 #
671 # This code is only required when automatic dependency tracking
672 # is enabled.  FIXME.  This creates each `.P' file that we will
673 # need in order to bootstrap the dependency handling code.
674 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
675 [AC_CONFIG_COMMANDS([depfiles],
676      [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
677      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
678 ])
679
680 # Check to see how 'make' treats includes.      -*- Autoconf -*-
681
682 # Copyright (C) 2001, 2002 Free Software Foundation, Inc.
683
684 # This program is free software; you can redistribute it and/or modify
685 # it under the terms of the GNU General Public License as published by
686 # the Free Software Foundation; either version 2, or (at your option)
687 # any later version.
688
689 # This program is distributed in the hope that it will be useful,
690 # but WITHOUT ANY WARRANTY; without even the implied warranty of
691 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
692 # GNU General Public License for more details.
693
694 # You should have received a copy of the GNU General Public License
695 # along with this program; if not, write to the Free Software
696 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
697 # 02111-1307, USA.
698
699 # serial 2
700
701 # AM_MAKE_INCLUDE()
702 # -----------------
703 # Check to see how make treats includes.
704 AC_DEFUN([AM_MAKE_INCLUDE],
705 [am_make=${MAKE-make}
706 cat > confinc << 'END'
707 doit:
708         @echo done
709 END
710 # If we don't find an include directive, just comment out the code.
711 AC_MSG_CHECKING([for style of include used by $am_make])
712 am__include="#"
713 am__quote=
714 _am_result=none
715 # First try GNU make style include.
716 echo "include confinc" > confmf
717 # We grep out `Entering directory' and `Leaving directory'
718 # messages which can occur if `w' ends up in MAKEFLAGS.
719 # In particular we don't look at `^make:' because GNU make might
720 # be invoked under some other name (usually "gmake"), in which
721 # case it prints its new name instead of `make'.
722 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
723    am__include=include
724    am__quote=
725    _am_result=GNU
726 fi
727 # Now try BSD make style include.
728 if test "$am__include" = "#"; then
729    echo '.include "confinc"' > confmf
730    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
731       am__include=.include
732       am__quote="\""
733       _am_result=BSD
734    fi
735 fi
736 AC_SUBST(am__include)
737 AC_SUBST(am__quote)
738 AC_MSG_RESULT($_am_result)
739 rm -f confinc confmf
740 ])
741
742 # AM_CONDITIONAL                                              -*- Autoconf -*-
743
744 # Copyright 1997, 2000, 2001 Free Software Foundation, Inc.
745
746 # This program is free software; you can redistribute it and/or modify
747 # it under the terms of the GNU General Public License as published by
748 # the Free Software Foundation; either version 2, or (at your option)
749 # any later version.
750
751 # This program is distributed in the hope that it will be useful,
752 # but WITHOUT ANY WARRANTY; without even the implied warranty of
753 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
754 # GNU General Public License for more details.
755
756 # You should have received a copy of the GNU General Public License
757 # along with this program; if not, write to the Free Software
758 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
759 # 02111-1307, USA.
760
761 # serial 5
762
763 AC_PREREQ(2.52)
764
765 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
766 # -------------------------------------
767 # Define a conditional.
768 AC_DEFUN([AM_CONDITIONAL],
769 [ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
770         [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
771 AC_SUBST([$1_TRUE])
772 AC_SUBST([$1_FALSE])
773 if $2; then
774   $1_TRUE=
775   $1_FALSE='#'
776 else
777   $1_TRUE='#'
778   $1_FALSE=
779 fi
780 AC_CONFIG_COMMANDS_PRE(
781 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
782   AC_MSG_ERROR([conditional "$1" was never defined.
783 Usually this means the macro was only invoked conditionally.])
784 fi])])
785
786 # Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*-
787
788 # Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
789
790 # This program is free software; you can redistribute it and/or modify
791 # it under the terms of the GNU General Public License as published by
792 # the Free Software Foundation; either version 2, or (at your option)
793 # any later version.
794
795 # This program is distributed in the hope that it will be useful,
796 # but WITHOUT ANY WARRANTY; without even the implied warranty of
797 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
798 # GNU General Public License for more details.
799
800 # You should have received a copy of the GNU General Public License
801 # along with this program; if not, write to the Free Software
802 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
803 # 02111-1307, USA.
804
805 AC_PREREQ([2.52])
806
807 # serial 6
808
809 # AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
810 AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
811
812 # libtool.m4 - Configure libtool for the host system. -*-Shell-script-*-
813
814 # serial 46 AC_PROG_LIBTOOL
815
816 AC_DEFUN([AC_PROG_LIBTOOL],
817 [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
818
819 # This can be used to rebuild libtool when needed
820 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
821
822 # Always use our own libtool.
823 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
824 AC_SUBST(LIBTOOL)dnl
825
826 # Prevent multiple expansion
827 define([AC_PROG_LIBTOOL], [])
828 ])
829
830 AC_DEFUN([AC_LIBTOOL_SETUP],
831 [AC_PREREQ(2.13)dnl
832 AC_REQUIRE([AC_ENABLE_SHARED])dnl
833 AC_REQUIRE([AC_ENABLE_STATIC])dnl
834 AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
835 AC_REQUIRE([AC_CANONICAL_HOST])dnl
836 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
837 AC_REQUIRE([AC_PROG_CC])dnl
838 AC_REQUIRE([AC_PROG_LD])dnl
839 AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
840 AC_REQUIRE([AC_PROG_NM])dnl
841 AC_REQUIRE([LT_AC_PROG_SED])dnl
842
843 AC_REQUIRE([AC_PROG_LN_S])dnl
844 AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
845 AC_REQUIRE([AC_OBJEXT])dnl
846 AC_REQUIRE([AC_EXEEXT])dnl
847 dnl
848
849 _LT_AC_PROG_ECHO_BACKSLASH
850 # Only perform the check for file, if the check method requires it
851 case $deplibs_check_method in
852 file_magic*)
853   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
854     AC_PATH_MAGIC
855   fi
856   ;;
857 esac
858
859 AC_CHECK_TOOL(RANLIB, ranlib, :)
860 AC_CHECK_TOOL(STRIP, strip, :)
861
862 ifdef([AC_PROVIDE_AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
863 ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL],
864 enable_win32_dll=yes, enable_win32_dll=no)
865
866 AC_ARG_ENABLE(libtool-lock,
867   [  --disable-libtool-lock  avoid locking (might break parallel builds)])
868 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
869
870 # Some flags need to be propagated to the compiler or linker for good
871 # libtool support.
872 case $host in
873 *-*-irix6*)
874   # Find out which ABI we are using.
875   echo '[#]line __oline__ "configure"' > conftest.$ac_ext
876   if AC_TRY_EVAL(ac_compile); then
877     case `/usr/bin/file conftest.$ac_objext` in
878     *32-bit*)
879       LD="${LD-ld} -32"
880       ;;
881     *N32*)
882       LD="${LD-ld} -n32"
883       ;;
884     *64-bit*)
885       LD="${LD-ld} -64"
886       ;;
887     esac
888   fi
889   rm -rf conftest*
890   ;;
891
892 *-*-linux*)
893   # Test if the compiler is 64bit
894   echo 'int i;' > conftest.$ac_ext
895   lt_cv_cc_64bit_output=no
896   if AC_TRY_EVAL(ac_compile); then
897     case `/usr/bin/file conftest.$ac_objext` in
898     *"ELF 64"*)
899       lt_cv_cc_64bit_output=yes
900       ;;
901     esac
902   fi
903   rm -rf conftest*
904   ;;
905   
906 *-*-sco3.2v5*)
907   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
908   SAVE_CFLAGS="$CFLAGS"
909   CFLAGS="$CFLAGS -belf"
910   AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
911     [AC_LANG_SAVE
912      AC_LANG_C
913      AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
914      AC_LANG_RESTORE])
915   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
916     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
917     CFLAGS="$SAVE_CFLAGS"
918   fi
919   ;;
920
921 ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL],
922 [*-*-cygwin* | *-*-mingw* | *-*-pw32*)
923   AC_CHECK_TOOL(DLLTOOL, dlltool, false)
924   AC_CHECK_TOOL(AS, as, false)
925   AC_CHECK_TOOL(OBJDUMP, objdump, false)
926
927   # recent cygwin and mingw systems supply a stub DllMain which the user
928   # can override, but on older systems we have to supply one
929   AC_CACHE_CHECK([if libtool should supply DllMain function], lt_cv_need_dllmain,
930     [AC_TRY_LINK([],
931       [extern int __attribute__((__stdcall__)) DllMain(void*, int, void*);
932       DllMain (0, 0, 0);],
933       [lt_cv_need_dllmain=no],[lt_cv_need_dllmain=yes])])
934
935   case $host/$CC in
936   *-*-cygwin*/gcc*-mno-cygwin*|*-*-mingw*)
937     # old mingw systems require "-dll" to link a DLL, while more recent ones
938     # require "-mdll"
939     SAVE_CFLAGS="$CFLAGS"
940     CFLAGS="$CFLAGS -mdll"
941     AC_CACHE_CHECK([how to link DLLs], lt_cv_cc_dll_switch,
942       [AC_TRY_LINK([], [], [lt_cv_cc_dll_switch=-mdll],[lt_cv_cc_dll_switch=-dll])])
943     CFLAGS="$SAVE_CFLAGS" ;;
944   *-*-cygwin* | *-*-pw32*)
945     # cygwin systems need to pass --dll to the linker, and not link
946     # crt.o which will require a WinMain@16 definition.
947     lt_cv_cc_dll_switch="-Wl,--dll -nostartfiles" ;;
948   esac
949   ;;
950   ])
951 esac
952
953 _LT_AC_LTCONFIG_HACK
954
955 ])
956
957 # AC_LIBTOOL_HEADER_ASSERT
958 # ------------------------
959 AC_DEFUN([AC_LIBTOOL_HEADER_ASSERT],
960 [AC_CACHE_CHECK([whether $CC supports assert without backlinking],
961     [lt_cv_func_assert_works],
962     [case $host in
963     *-*-solaris*)
964       if test "$GCC" = yes && test "$with_gnu_ld" != yes; then
965         case `$CC --version 2>/dev/null` in
966         [[12]].*) lt_cv_func_assert_works=no ;;
967         *)        lt_cv_func_assert_works=yes ;;
968         esac
969       fi
970       ;;
971     esac])
972
973 if test "x$lt_cv_func_assert_works" = xyes; then
974   AC_CHECK_HEADERS(assert.h)
975 fi
976 ])# AC_LIBTOOL_HEADER_ASSERT
977
978 # _LT_AC_CHECK_DLFCN
979 # --------------------
980 AC_DEFUN([_LT_AC_CHECK_DLFCN],
981 [AC_CHECK_HEADERS(dlfcn.h)
982 ])# _LT_AC_CHECK_DLFCN
983
984 # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
985 # ---------------------------------
986 AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE],
987 [AC_REQUIRE([AC_CANONICAL_HOST])
988 AC_REQUIRE([AC_PROG_NM])
989 AC_REQUIRE([AC_OBJEXT])
990 # Check for command to grab the raw symbol name followed by C symbol from nm.
991 AC_MSG_CHECKING([command to parse $NM output])
992 AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], [dnl
993
994 # These are sane defaults that work on at least a few old systems.
995 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
996
997 # Character class describing NM global symbol codes.
998 symcode='[[BCDEGRST]]'
999
1000 # Regexp to match symbols that can be accessed directly from C.
1001 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
1002
1003 # Transform the above into a raw symbol and a C symbol.
1004 symxfrm='\1 \2\3 \3'
1005
1006 # Transform an extracted symbol line into a proper C declaration
1007 lt_cv_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern char \1;/p'"
1008
1009 # Transform an extracted symbol line into symbol name and symbol address
1010 lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
1011
1012 # Define system-specific variables.
1013 case $host_os in
1014 aix*)
1015   symcode='[[BCDT]]'
1016   ;;
1017 cygwin* | mingw* | pw32*)
1018   symcode='[[ABCDGISTW]]'
1019   ;;
1020 hpux*) # Its linker distinguishes data from code symbols
1021   lt_cv_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
1022   lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
1023   ;;
1024 irix* | nonstopux*)
1025   symcode='[[BCDEGRST]]'
1026   ;;
1027 osf*)
1028   symcode='[[BCDEGQRST]]'
1029   ;;
1030 solaris* | sysv5*)
1031   symcode='[[BDT]]'
1032   ;;
1033 sysv4)
1034   symcode='[[DFNSTU]]'
1035   ;;
1036 esac
1037
1038 # Handle CRLF in mingw tool chain
1039 opt_cr=
1040 case $host_os in
1041 mingw*)
1042   opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
1043   ;;
1044 esac
1045
1046 # If we're using GNU nm, then use its standard symbol codes.
1047 if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then
1048   symcode='[[ABCDGISTW]]'
1049 fi
1050
1051 # Try without a prefix undercore, then with it.
1052 for ac_symprfx in "" "_"; do
1053
1054   # Write the raw and C identifiers.
1055 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[        ]]\($symcode$symcode*\)[[       ]][[    ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
1056
1057   # Check to see that the pipe works correctly.
1058   pipe_works=no
1059   rm -f conftest*
1060   cat > conftest.$ac_ext <<EOF
1061 #ifdef __cplusplus
1062 extern "C" {
1063 #endif
1064 char nm_test_var;
1065 void nm_test_func(){}
1066 #ifdef __cplusplus
1067 }
1068 #endif
1069 int main(){nm_test_var='a';nm_test_func();return(0);}
1070 EOF
1071
1072   if AC_TRY_EVAL(ac_compile); then
1073     # Now try to grab the symbols.
1074     nlist=conftest.nm
1075     if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
1076       # Try sorting and uniquifying the output.
1077       if sort "$nlist" | uniq > "$nlist"T; then
1078         mv -f "$nlist"T "$nlist"
1079       else
1080         rm -f "$nlist"T
1081       fi
1082
1083       # Make sure that we snagged all the symbols we need.
1084       if egrep ' nm_test_var$' "$nlist" >/dev/null; then
1085         if egrep ' nm_test_func$' "$nlist" >/dev/null; then
1086           cat <<EOF > conftest.$ac_ext
1087 #ifdef __cplusplus
1088 extern "C" {
1089 #endif
1090
1091 EOF
1092           # Now generate the symbol file.
1093           eval "$lt_cv_global_symbol_to_cdecl"' < "$nlist" >> conftest.$ac_ext'
1094
1095           cat <<EOF >> conftest.$ac_ext
1096 #if defined (__STDC__) && __STDC__
1097 # define lt_ptr void *
1098 #else
1099 # define lt_ptr char *
1100 # define const
1101 #endif
1102
1103 /* The mapping between symbol names and symbols. */
1104 const struct {
1105   const char *name;
1106   lt_ptr address;
1107 }
1108 lt_preloaded_symbols[[]] =
1109 {
1110 EOF
1111           sed "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr) \&\2},/" < "$nlist" >> conftest.$ac_ext
1112           cat <<\EOF >> conftest.$ac_ext
1113   {0, (lt_ptr) 0}
1114 };
1115
1116 #ifdef __cplusplus
1117 }
1118 #endif
1119 EOF
1120           # Now try linking the two files.
1121           mv conftest.$ac_objext conftstm.$ac_objext
1122           save_LIBS="$LIBS"
1123           save_CFLAGS="$CFLAGS"
1124           LIBS="conftstm.$ac_objext"
1125           CFLAGS="$CFLAGS$no_builtin_flag"
1126           if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then
1127             pipe_works=yes
1128           fi
1129           LIBS="$save_LIBS"
1130           CFLAGS="$save_CFLAGS"
1131         else
1132           echo "cannot find nm_test_func in $nlist" >&AC_FD_CC
1133         fi
1134       else
1135         echo "cannot find nm_test_var in $nlist" >&AC_FD_CC
1136       fi
1137     else
1138       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AC_FD_CC
1139     fi
1140   else
1141     echo "$progname: failed program was:" >&AC_FD_CC
1142     cat conftest.$ac_ext >&5
1143   fi
1144   rm -f conftest* conftst*
1145
1146   # Do not use the global_symbol_pipe unless it works.
1147   if test "$pipe_works" = yes; then
1148     break
1149   else
1150     lt_cv_sys_global_symbol_pipe=
1151   fi
1152 done
1153 ])
1154 global_symbol_pipe="$lt_cv_sys_global_symbol_pipe"
1155 if test -z "$lt_cv_sys_global_symbol_pipe"; then
1156   global_symbol_to_cdecl=
1157   global_symbol_to_c_name_address=
1158 else
1159   global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl"
1160   global_symbol_to_c_name_address="$lt_cv_global_symbol_to_c_name_address"
1161 fi
1162 if test -z "$global_symbol_pipe$global_symbol_to_cdec$global_symbol_to_c_name_address";
1163 then
1164   AC_MSG_RESULT(failed)
1165 else
1166   AC_MSG_RESULT(ok)
1167 fi
1168 ]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
1169
1170 # _LT_AC_LIBTOOL_SYS_PATH_SEPARATOR
1171 # ---------------------------------
1172 AC_DEFUN([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR],
1173 [# Find the correct PATH separator.  Usually this is `:', but
1174 # DJGPP uses `;' like DOS.
1175 if test "X${PATH_SEPARATOR+set}" != Xset; then
1176   UNAME=${UNAME-`uname 2>/dev/null`}
1177   case X$UNAME in
1178     *-DOS) lt_cv_sys_path_separator=';' ;;
1179     *)     lt_cv_sys_path_separator=':' ;;
1180   esac
1181   PATH_SEPARATOR=$lt_cv_sys_path_separator
1182 fi
1183 ])# _LT_AC_LIBTOOL_SYS_PATH_SEPARATOR
1184
1185 # _LT_AC_PROG_ECHO_BACKSLASH
1186 # --------------------------
1187 # Add some code to the start of the generated configure script which
1188 # will find an echo command which doesn't interpret backslashes.
1189 AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH],
1190 [ifdef([AC_DIVERSION_NOTICE], [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
1191                               [AC_DIVERT_PUSH(NOTICE)])
1192 _LT_AC_LIBTOOL_SYS_PATH_SEPARATOR
1193
1194 # Check that we are running under the correct shell.
1195 SHELL=${CONFIG_SHELL-/bin/sh}
1196
1197 case X$ECHO in
1198 X*--fallback-echo)
1199   # Remove one level of quotation (which was required for Make).
1200   ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
1201   ;;
1202 esac
1203
1204 echo=${ECHO-echo}
1205 if test "X[$]1" = X--no-reexec; then
1206   # Discard the --no-reexec flag, and continue.
1207   shift
1208 elif test "X[$]1" = X--fallback-echo; then
1209   # Avoid inline document here, it may be left over
1210   :
1211 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
1212   # Yippee, $echo works!
1213   :
1214 else
1215   # Restart under the correct shell.
1216   exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
1217 fi
1218
1219 if test "X[$]1" = X--fallback-echo; then
1220   # used as fallback echo
1221   shift
1222   cat <<EOF
1223 $*
1224 EOF
1225   exit 0
1226 fi
1227
1228 # The HP-UX ksh and POSIX shell print the target directory to stdout
1229 # if CDPATH is set.
1230 if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
1231
1232 if test -z "$ECHO"; then
1233 if test "X${echo_test_string+set}" != Xset; then
1234 # find a string as large as possible, as long as the shell can cope with it
1235   for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
1236     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
1237     if (echo_test_string="`eval $cmd`") 2>/dev/null &&
1238        echo_test_string="`eval $cmd`" &&
1239        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
1240     then
1241       break
1242     fi
1243   done
1244 fi
1245
1246 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
1247    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
1248    test "X$echo_testing_string" = "X$echo_test_string"; then
1249   :
1250 else
1251   # The Solaris, AIX, and Digital Unix default echo programs unquote
1252   # backslashes.  This makes it impossible to quote backslashes using
1253   #   echo "$something" | sed 's/\\/\\\\/g'
1254   #
1255   # So, first we look for a working echo in the user's PATH.
1256
1257   IFS="${IFS=   }"; save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1258   for dir in $PATH /usr/ucb; do
1259     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
1260        test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
1261        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
1262        test "X$echo_testing_string" = "X$echo_test_string"; then
1263       echo="$dir/echo"
1264       break
1265     fi
1266   done
1267   IFS="$save_ifs"
1268
1269   if test "X$echo" = Xecho; then
1270     # We didn't find a better echo, so look for alternatives.
1271     if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
1272        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
1273        test "X$echo_testing_string" = "X$echo_test_string"; then
1274       # This shell has a builtin print -r that does the trick.
1275       echo='print -r'
1276     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
1277          test "X$CONFIG_SHELL" != X/bin/ksh; then
1278       # If we have ksh, try running configure again with it.
1279       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
1280       export ORIGINAL_CONFIG_SHELL
1281       CONFIG_SHELL=/bin/ksh
1282       export CONFIG_SHELL
1283       exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
1284     else
1285       # Try using printf.
1286       echo='printf %s\n'
1287       if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
1288          echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
1289          test "X$echo_testing_string" = "X$echo_test_string"; then
1290         # Cool, printf works
1291         :
1292       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
1293            test "X$echo_testing_string" = 'X\t' &&
1294            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
1295            test "X$echo_testing_string" = "X$echo_test_string"; then
1296         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
1297         export CONFIG_SHELL
1298         SHELL="$CONFIG_SHELL"
1299         export SHELL
1300         echo="$CONFIG_SHELL [$]0 --fallback-echo"
1301       elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
1302            test "X$echo_testing_string" = 'X\t' &&
1303            echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
1304            test "X$echo_testing_string" = "X$echo_test_string"; then
1305         echo="$CONFIG_SHELL [$]0 --fallback-echo"
1306       else
1307         # maybe with a smaller string...
1308         prev=:
1309
1310         for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
1311           if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
1312           then
1313             break
1314           fi
1315           prev="$cmd"
1316         done
1317
1318         if test "$prev" != 'sed 50q "[$]0"'; then
1319           echo_test_string=`eval $prev`
1320           export echo_test_string
1321           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
1322         else
1323           # Oops.  We lost completely, so just stick with echo.
1324           echo=echo
1325         fi
1326       fi
1327     fi
1328   fi
1329 fi
1330 fi
1331
1332 # Copy echo and quote the copy suitably for passing to libtool from
1333 # the Makefile, instead of quoting the original, which is used later.
1334 ECHO=$echo
1335 if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
1336    ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
1337 fi
1338
1339 AC_SUBST(ECHO)
1340 AC_DIVERT_POP
1341 ])# _LT_AC_PROG_ECHO_BACKSLASH
1342
1343 # _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
1344 #                           ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
1345 # ------------------------------------------------------------------
1346 AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],
1347 [if test "$cross_compiling" = yes; then :
1348   [$4]
1349 else
1350   AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
1351   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1352   lt_status=$lt_dlunknown
1353   cat > conftest.$ac_ext <<EOF
1354 [#line __oline__ "configure"
1355 #include "confdefs.h"
1356
1357 #if HAVE_DLFCN_H
1358 #include <dlfcn.h>
1359 #endif
1360
1361 #include <stdio.h>
1362
1363 #ifdef RTLD_GLOBAL
1364 #  define LT_DLGLOBAL           RTLD_GLOBAL
1365 #else
1366 #  ifdef DL_GLOBAL
1367 #    define LT_DLGLOBAL         DL_GLOBAL
1368 #  else
1369 #    define LT_DLGLOBAL         0
1370 #  endif
1371 #endif
1372
1373 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
1374    find out it does not work in some platform. */
1375 #ifndef LT_DLLAZY_OR_NOW
1376 #  ifdef RTLD_LAZY
1377 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
1378 #  else
1379 #    ifdef DL_LAZY
1380 #      define LT_DLLAZY_OR_NOW          DL_LAZY
1381 #    else
1382 #      ifdef RTLD_NOW
1383 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
1384 #      else
1385 #        ifdef DL_NOW
1386 #          define LT_DLLAZY_OR_NOW      DL_NOW
1387 #        else
1388 #          define LT_DLLAZY_OR_NOW      0
1389 #        endif
1390 #      endif
1391 #    endif
1392 #  endif
1393 #endif
1394
1395 #ifdef __cplusplus
1396 extern "C" void exit (int);
1397 #endif
1398
1399 void fnord() { int i=42;}
1400 int main ()
1401 {
1402   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
1403   int status = $lt_dlunknown;
1404
1405   if (self)
1406     {
1407       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
1408       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
1409       /* dlclose (self); */
1410     }
1411
1412     exit (status);
1413 }]
1414 EOF
1415   if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
1416     (./conftest; exit; ) 2>/dev/null
1417     lt_status=$?
1418     case x$lt_status in
1419       x$lt_dlno_uscore) $1 ;;
1420       x$lt_dlneed_uscore) $2 ;;
1421       x$lt_unknown|x*) $3 ;;
1422     esac
1423   else :
1424     # compilation failed
1425     $3
1426   fi
1427 fi
1428 rm -fr conftest*
1429 ])# _LT_AC_TRY_DLOPEN_SELF
1430
1431 # AC_LIBTOOL_DLOPEN_SELF
1432 # -------------------
1433 AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],
1434 [if test "x$enable_dlopen" != xyes; then
1435   enable_dlopen=unknown
1436   enable_dlopen_self=unknown
1437   enable_dlopen_self_static=unknown
1438 else
1439   lt_cv_dlopen=no
1440   lt_cv_dlopen_libs=
1441
1442   case $host_os in
1443   beos*)
1444     lt_cv_dlopen="load_add_on"
1445     lt_cv_dlopen_libs=
1446     lt_cv_dlopen_self=yes
1447     ;;
1448
1449   cygwin* | mingw* | pw32*)
1450     lt_cv_dlopen="LoadLibrary"
1451     lt_cv_dlopen_libs=
1452    ;;
1453
1454   *)
1455     AC_CHECK_FUNC([shl_load],
1456           [lt_cv_dlopen="shl_load"],
1457       [AC_CHECK_LIB([dld], [shl_load],
1458             [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
1459         [AC_CHECK_FUNC([dlopen],
1460               [lt_cv_dlopen="dlopen"],
1461           [AC_CHECK_LIB([dl], [dlopen],
1462                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
1463             [AC_CHECK_LIB([svld], [dlopen],
1464                   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
1465               [AC_CHECK_LIB([dld], [dld_link],
1466                     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
1467               ])
1468             ])
1469           ])
1470         ])
1471       ])
1472     ;;
1473   esac
1474
1475   if test "x$lt_cv_dlopen" != xno; then
1476     enable_dlopen=yes
1477   else
1478     enable_dlopen=no
1479   fi
1480
1481   case $lt_cv_dlopen in
1482   dlopen)
1483     save_CPPFLAGS="$CPPFLAGS"
1484     AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
1485     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
1486
1487     save_LDFLAGS="$LDFLAGS"
1488     eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
1489
1490     save_LIBS="$LIBS"
1491     LIBS="$lt_cv_dlopen_libs $LIBS"
1492
1493     AC_CACHE_CHECK([whether a program can dlopen itself],
1494           lt_cv_dlopen_self, [dnl
1495           _LT_AC_TRY_DLOPEN_SELF(
1496             lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
1497             lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
1498     ])
1499
1500     if test "x$lt_cv_dlopen_self" = xyes; then
1501       LDFLAGS="$LDFLAGS $link_static_flag"
1502       AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
1503           lt_cv_dlopen_self_static, [dnl
1504           _LT_AC_TRY_DLOPEN_SELF(
1505             lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
1506             lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
1507       ])
1508     fi
1509
1510     CPPFLAGS="$save_CPPFLAGS"
1511     LDFLAGS="$save_LDFLAGS"
1512     LIBS="$save_LIBS"
1513     ;;
1514   esac
1515
1516   case $lt_cv_dlopen_self in
1517   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
1518   *) enable_dlopen_self=unknown ;;
1519   esac
1520
1521   case $lt_cv_dlopen_self_static in
1522   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
1523   *) enable_dlopen_self_static=unknown ;;
1524   esac
1525 fi
1526 ])# AC_LIBTOOL_DLOPEN_SELF
1527
1528 AC_DEFUN([_LT_AC_LTCONFIG_HACK],
1529 [AC_REQUIRE([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])dnl
1530 # Sed substitution that helps us do robust quoting.  It backslashifies
1531 # metacharacters that are still active within double-quoted strings.
1532 Xsed='sed -e s/^X//'
1533 sed_quote_subst='s/\([[\\"\\`$\\\\]]\)/\\\1/g'
1534
1535 # Same as above, but do not quote variable references.
1536 double_quote_subst='s/\([[\\"\\`\\\\]]\)/\\\1/g'
1537
1538 # Sed substitution to delay expansion of an escaped shell variable in a
1539 # double_quote_subst'ed string.
1540 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
1541
1542 # Constants:
1543 rm="rm -f"
1544
1545 # Global variables:
1546 default_ofile=libtool
1547 can_build_shared=yes
1548
1549 # All known linkers require a `.a' archive for static linking (except M$VC,
1550 # which needs '.lib').
1551 libext=a
1552 ltmain="$ac_aux_dir/ltmain.sh"
1553 ofile="$default_ofile"
1554 with_gnu_ld="$lt_cv_prog_gnu_ld"
1555 need_locks="$enable_libtool_lock"
1556
1557 old_CC="$CC"
1558 old_CFLAGS="$CFLAGS"
1559
1560 # Set sane defaults for various variables
1561 test -z "$AR" && AR=ar
1562 test -z "$AR_FLAGS" && AR_FLAGS=cru
1563 test -z "$AS" && AS=as
1564 test -z "$CC" && CC=cc
1565 test -z "$DLLTOOL" && DLLTOOL=dlltool
1566 test -z "$LD" && LD=ld
1567 test -z "$LN_S" && LN_S="ln -s"
1568 test -z "$MAGIC_CMD" && MAGIC_CMD=file
1569 test -z "$NM" && NM=nm
1570 test -z "$OBJDUMP" && OBJDUMP=objdump
1571 test -z "$RANLIB" && RANLIB=:
1572 test -z "$STRIP" && STRIP=:
1573 test -z "$ac_objext" && ac_objext=o
1574
1575 if test x"$host" != x"$build"; then
1576   ac_tool_prefix=${host_alias}-
1577 else
1578   ac_tool_prefix=
1579 fi
1580
1581 case $host_os in
1582 aix3*)
1583   # AIX sometimes has problems with the GCC collect2 program.  For some
1584   # reason, if we set the COLLECT_NAMES environment variable, the problems
1585   # vanish in a puff of smoke.
1586   if test "X${COLLECT_NAMES+set}" != Xset; then
1587     COLLECT_NAMES=
1588     export COLLECT_NAMES
1589   fi
1590   ;;
1591 esac
1592
1593 # Determine commands to create old-style static archives.
1594 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
1595 old_postinstall_cmds='chmod 644 $oldlib'
1596 old_postuninstall_cmds=
1597
1598 if test -n "$RANLIB"; then
1599   case $host_os in
1600   openbsd*)
1601     old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
1602     ;;
1603   *)
1604     old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
1605     ;;
1606   esac
1607   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
1608 fi
1609
1610 # Allow CC to be a program name with arguments.
1611 set dummy $CC
1612 compiler="[$]2"
1613
1614 AC_MSG_CHECKING([for objdir])
1615 rm -f .libs 2>/dev/null
1616 mkdir .libs 2>/dev/null
1617 if test -d .libs; then
1618   objdir=.libs
1619 else
1620   # MS-DOS does not allow filenames that begin with a dot.
1621   objdir=_libs
1622 fi
1623 rmdir .libs 2>/dev/null
1624 AC_MSG_RESULT($objdir)
1625
1626
1627 AC_ARG_WITH(pic,
1628 [  --with-pic              try to use only PIC/non-PIC objects [default=use both]],
1629 pic_mode="$withval", pic_mode=default)
1630 test -z "$pic_mode" && pic_mode=default
1631
1632 # We assume here that the value for lt_cv_prog_cc_pic will not be cached
1633 # in isolation, and that seeing it set (from the cache) indicates that
1634 # the associated values are set (in the cache) correctly too.
1635 AC_MSG_CHECKING([for $compiler option to produce PIC])
1636 AC_CACHE_VAL(lt_cv_prog_cc_pic,
1637 [ lt_cv_prog_cc_pic=
1638   lt_cv_prog_cc_shlib=
1639   lt_cv_prog_cc_wl=
1640   lt_cv_prog_cc_static=
1641   lt_cv_prog_cc_no_builtin=
1642   lt_cv_prog_cc_can_build_shared=$can_build_shared
1643
1644   if test "$GCC" = yes; then
1645     lt_cv_prog_cc_wl='-Wl,'
1646     lt_cv_prog_cc_static='-static'
1647
1648     case $host_os in
1649     aix*)
1650       # Below there is a dirty hack to force normal static linking with -ldl
1651       # The problem is because libdl dynamically linked with both libc and
1652       # libC (AIX C++ library), which obviously doesn't included in libraries
1653       # list by gcc. This cause undefined symbols with -static flags.
1654       # This hack allows C programs to be linked with "-static -ldl", but
1655       # not sure about C++ programs.
1656       lt_cv_prog_cc_static="$lt_cv_prog_cc_static ${lt_cv_prog_cc_wl}-lC"
1657       ;;
1658     amigaos*)
1659       # FIXME: we need at least 68020 code to build shared libraries, but
1660       # adding the `-m68020' flag to GCC prevents building anything better,
1661       # like `-m68040'.
1662       lt_cv_prog_cc_pic='-m68020 -resident32 -malways-restore-a4'
1663       ;;
1664     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
1665       # PIC is the default for these OSes.
1666       ;;
1667     darwin* | rhapsody*)
1668       # PIC is the default on this platform
1669       # Common symbols not allowed in MH_DYLIB files
1670       lt_cv_prog_cc_pic='-fno-common'
1671       ;;
1672     cygwin* | mingw* | pw32* | os2*)
1673       # This hack is so that the source file can tell whether it is being
1674       # built for inclusion in a dll (and should export symbols for example).
1675       lt_cv_prog_cc_pic='-DDLL_EXPORT'
1676       ;;
1677     sysv4*MP*)
1678       if test -d /usr/nec; then
1679          lt_cv_prog_cc_pic=-Kconform_pic
1680       fi
1681       ;;
1682     *)
1683       lt_cv_prog_cc_pic='-fPIC'
1684       ;;
1685     esac
1686   else
1687     # PORTME Check for PIC flags for the system compiler.
1688     case $host_os in
1689     aix3* | aix4* | aix5*)
1690       lt_cv_prog_cc_wl='-Wl,'
1691       # All AIX code is PIC.
1692       if test "$host_cpu" = ia64; then
1693         # AIX 5 now supports IA64 processor
1694         lt_cv_prog_cc_static='-Bstatic'
1695       else
1696         lt_cv_prog_cc_static='-bnso -bI:/lib/syscalls.exp'
1697       fi
1698       ;;
1699
1700     hpux9* | hpux10* | hpux11*)
1701       # Is there a better lt_cv_prog_cc_static that works with the bundled CC?
1702       lt_cv_prog_cc_wl='-Wl,'
1703       lt_cv_prog_cc_static="${lt_cv_prog_cc_wl}-a ${lt_cv_prog_cc_wl}archive"
1704       lt_cv_prog_cc_pic='+Z'
1705       ;;
1706
1707     irix5* | irix6* | nonstopux*)
1708       lt_cv_prog_cc_wl='-Wl,'
1709       lt_cv_prog_cc_static='-non_shared'
1710       # PIC (with -KPIC) is the default.
1711       ;;
1712
1713     cygwin* | mingw* | pw32* | os2*)
1714       # This hack is so that the source file can tell whether it is being
1715       # built for inclusion in a dll (and should export symbols for example).
1716       lt_cv_prog_cc_pic='-DDLL_EXPORT'
1717       ;;
1718
1719     newsos6)
1720       lt_cv_prog_cc_pic='-KPIC'
1721       lt_cv_prog_cc_static='-Bstatic'
1722       ;;
1723
1724     osf3* | osf4* | osf5*)
1725       # All OSF/1 code is PIC.
1726       lt_cv_prog_cc_wl='-Wl,'
1727       lt_cv_prog_cc_static='-non_shared'
1728       ;;
1729
1730     sco3.2v5*)
1731       lt_cv_prog_cc_pic='-Kpic'
1732       lt_cv_prog_cc_static='-dn'
1733       lt_cv_prog_cc_shlib='-belf'
1734       ;;
1735
1736     solaris*)
1737       lt_cv_prog_cc_pic='-KPIC'
1738       lt_cv_prog_cc_static='-Bstatic'
1739       lt_cv_prog_cc_wl='-Wl,'
1740       ;;
1741
1742     sunos4*)
1743       lt_cv_prog_cc_pic='-PIC'
1744       lt_cv_prog_cc_static='-Bstatic'
1745       lt_cv_prog_cc_wl='-Qoption ld '
1746       ;;
1747
1748     sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1749       lt_cv_prog_cc_pic='-KPIC'
1750       lt_cv_prog_cc_static='-Bstatic'
1751       lt_cv_prog_cc_wl='-Wl,'
1752       ;;
1753
1754     uts4*)
1755       lt_cv_prog_cc_pic='-pic'
1756       lt_cv_prog_cc_static='-Bstatic'
1757       ;;
1758
1759     sysv4*MP*)
1760       if test -d /usr/nec ;then
1761         lt_cv_prog_cc_pic='-Kconform_pic'
1762         lt_cv_prog_cc_static='-Bstatic'
1763       fi
1764       ;;
1765
1766     *)
1767       lt_cv_prog_cc_can_build_shared=no
1768       ;;
1769     esac
1770   fi
1771 ])
1772 if test -z "$lt_cv_prog_cc_pic"; then
1773   AC_MSG_RESULT([none])
1774 else
1775   AC_MSG_RESULT([$lt_cv_prog_cc_pic])
1776
1777   # Check to make sure the pic_flag actually works.
1778   AC_MSG_CHECKING([if $compiler PIC flag $lt_cv_prog_cc_pic works])
1779   AC_CACHE_VAL(lt_cv_prog_cc_pic_works, [dnl
1780     save_CFLAGS="$CFLAGS"
1781     CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"
1782     AC_TRY_COMPILE([], [], [dnl
1783       case $host_os in
1784       hpux9* | hpux10* | hpux11*)
1785         # On HP-UX, both CC and GCC only warn that PIC is supported... then
1786         # they create non-PIC objects.  So, if there were any warnings, we
1787         # assume that PIC is not supported.
1788         if test -s conftest.err; then
1789           lt_cv_prog_cc_pic_works=no
1790         else
1791           lt_cv_prog_cc_pic_works=yes
1792         fi
1793         ;;
1794       *)
1795         lt_cv_prog_cc_pic_works=yes
1796         ;;
1797       esac
1798     ], [dnl
1799       lt_cv_prog_cc_pic_works=no
1800     ])
1801     CFLAGS="$save_CFLAGS"
1802   ])
1803
1804   if test "X$lt_cv_prog_cc_pic_works" = Xno; then
1805     lt_cv_prog_cc_pic=
1806     lt_cv_prog_cc_can_build_shared=no
1807   else
1808     lt_cv_prog_cc_pic=" $lt_cv_prog_cc_pic"
1809   fi
1810
1811   AC_MSG_RESULT([$lt_cv_prog_cc_pic_works])
1812 fi
1813
1814 # Check for any special shared library compilation flags.
1815 if test -n "$lt_cv_prog_cc_shlib"; then
1816   AC_MSG_WARN([\`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries])
1817   if echo "$old_CC $old_CFLAGS " | egrep -e "[[         ]]$lt_cv_prog_cc_shlib[[        ]]" >/dev/null; then :
1818   else
1819    AC_MSG_WARN([add \`$lt_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure])
1820     lt_cv_prog_cc_can_build_shared=no
1821   fi
1822 fi
1823
1824 AC_MSG_CHECKING([if $compiler static flag $lt_cv_prog_cc_static works])
1825 AC_CACHE_VAL([lt_cv_prog_cc_static_works], [dnl
1826   lt_cv_prog_cc_static_works=no
1827   save_LDFLAGS="$LDFLAGS"
1828   LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"
1829   AC_TRY_LINK([], [], [lt_cv_prog_cc_static_works=yes])
1830   LDFLAGS="$save_LDFLAGS"
1831 ])
1832
1833 # Belt *and* braces to stop my trousers falling down:
1834 test "X$lt_cv_prog_cc_static_works" = Xno && lt_cv_prog_cc_static=
1835 AC_MSG_RESULT([$lt_cv_prog_cc_static_works])
1836
1837 pic_flag="$lt_cv_prog_cc_pic"
1838 special_shlib_compile_flags="$lt_cv_prog_cc_shlib"
1839 wl="$lt_cv_prog_cc_wl"
1840 link_static_flag="$lt_cv_prog_cc_static"
1841 no_builtin_flag="$lt_cv_prog_cc_no_builtin"
1842 can_build_shared="$lt_cv_prog_cc_can_build_shared"
1843
1844
1845 # Check to see if options -o and -c are simultaneously supported by compiler
1846 AC_MSG_CHECKING([if $compiler supports -c -o file.$ac_objext])
1847 AC_CACHE_VAL([lt_cv_compiler_c_o], [
1848 $rm -r conftest 2>/dev/null
1849 mkdir conftest
1850 cd conftest
1851 echo "int some_variable = 0;" > conftest.$ac_ext
1852 mkdir out
1853 # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
1854 # that will create temporary files in the current directory regardless of
1855 # the output directory.  Thus, making CWD read-only will cause this test
1856 # to fail, enabling locking or at least warning the user not to do parallel
1857 # builds.
1858 chmod -w .
1859 save_CFLAGS="$CFLAGS"
1860 CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
1861 compiler_c_o=no
1862 if { (eval echo configure:__oline__: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
1863   # The compiler can only warn and ignore the option if not recognized
1864   # So say no if there are warnings
1865   if test -s out/conftest.err; then
1866     lt_cv_compiler_c_o=no
1867   else
1868     lt_cv_compiler_c_o=yes
1869   fi
1870 else
1871   # Append any errors to the config.log.
1872   cat out/conftest.err 1>&AC_FD_CC
1873   lt_cv_compiler_c_o=no
1874 fi
1875 CFLAGS="$save_CFLAGS"
1876 chmod u+w .
1877 $rm conftest* out/*
1878 rmdir out
1879 cd ..
1880 rmdir conftest
1881 $rm -r conftest 2>/dev/null
1882 ])
1883 compiler_c_o=$lt_cv_compiler_c_o
1884 AC_MSG_RESULT([$compiler_c_o])
1885
1886 if test x"$compiler_c_o" = x"yes"; then
1887   # Check to see if we can write to a .lo
1888   AC_MSG_CHECKING([if $compiler supports -c -o file.lo])
1889   AC_CACHE_VAL([lt_cv_compiler_o_lo], [
1890   lt_cv_compiler_o_lo=no
1891   save_CFLAGS="$CFLAGS"
1892   CFLAGS="$CFLAGS -c -o conftest.lo"
1893   save_objext="$ac_objext"
1894   ac_objext=lo
1895   AC_TRY_COMPILE([], [int some_variable = 0;], [dnl
1896     # The compiler can only warn and ignore the option if not recognized
1897     # So say no if there are warnings
1898     if test -s conftest.err; then
1899       lt_cv_compiler_o_lo=no
1900     else
1901       lt_cv_compiler_o_lo=yes
1902     fi
1903   ])
1904   ac_objext="$save_objext"
1905   CFLAGS="$save_CFLAGS"
1906   ])
1907   compiler_o_lo=$lt_cv_compiler_o_lo
1908   AC_MSG_RESULT([$compiler_o_lo])
1909 else
1910   compiler_o_lo=no
1911 fi
1912
1913 # Check to see if we can do hard links to lock some files if needed
1914 hard_links="nottested"
1915 if test "$compiler_c_o" = no && test "$need_locks" != no; then
1916   # do not overwrite the value of need_locks provided by the user
1917   AC_MSG_CHECKING([if we can lock with hard links])
1918   hard_links=yes
1919   $rm conftest*
1920   ln conftest.a conftest.b 2>/dev/null && hard_links=no
1921   touch conftest.a
1922   ln conftest.a conftest.b 2>&5 || hard_links=no
1923   ln conftest.a conftest.b 2>/dev/null && hard_links=no
1924   AC_MSG_RESULT([$hard_links])
1925   if test "$hard_links" = no; then
1926     AC_MSG_WARN([\`$CC' does not support \`-c -o', so \`make -j' may be unsafe])
1927     need_locks=warn
1928   fi
1929 else
1930   need_locks=no
1931 fi
1932
1933 if test "$GCC" = yes; then
1934   # Check to see if options -fno-rtti -fno-exceptions are supported by compiler
1935   AC_MSG_CHECKING([if $compiler supports -fno-rtti -fno-exceptions])
1936   echo "int some_variable = 0;" > conftest.$ac_ext
1937   save_CFLAGS="$CFLAGS"
1938   CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext"
1939   compiler_rtti_exceptions=no
1940   AC_TRY_COMPILE([], [int some_variable = 0;], [dnl
1941     # The compiler can only warn and ignore the option if not recognized
1942     # So say no if there are warnings
1943     if test -s conftest.err; then
1944       compiler_rtti_exceptions=no
1945     else
1946       compiler_rtti_exceptions=yes
1947     fi
1948   ])
1949   CFLAGS="$save_CFLAGS"
1950   AC_MSG_RESULT([$compiler_rtti_exceptions])
1951
1952   if test "$compiler_rtti_exceptions" = "yes"; then
1953     no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'
1954   else
1955     no_builtin_flag=' -fno-builtin'
1956   fi
1957 fi
1958
1959 # See if the linker supports building shared libraries.
1960 AC_MSG_CHECKING([whether the linker ($LD) supports shared libraries])
1961
1962 allow_undefined_flag=
1963 no_undefined_flag=
1964 need_lib_prefix=unknown
1965 need_version=unknown
1966 # when you set need_version to no, make sure it does not cause -set_version
1967 # flags to be left without arguments
1968 archive_cmds=
1969 archive_expsym_cmds=
1970 old_archive_from_new_cmds=
1971 old_archive_from_expsyms_cmds=
1972 export_dynamic_flag_spec=
1973 whole_archive_flag_spec=
1974 thread_safe_flag_spec=
1975 hardcode_into_libs=no
1976 hardcode_libdir_flag_spec=
1977 hardcode_libdir_separator=
1978 hardcode_direct=no
1979 hardcode_minus_L=no
1980 hardcode_shlibpath_var=unsupported
1981 runpath_var=
1982 link_all_deplibs=unknown
1983 always_export_symbols=no
1984 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | sed '\''s/.* //'\'' | sort | uniq > $export_symbols'
1985 # include_expsyms should be a list of space-separated symbols to be *always*
1986 # included in the symbol list
1987 include_expsyms=
1988 # exclude_expsyms can be an egrep regular expression of symbols to exclude
1989 # it will be wrapped by ` (' and `)$', so one must not match beginning or
1990 # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
1991 # as well as any symbol that contains `d'.
1992 exclude_expsyms="_GLOBAL_OFFSET_TABLE_"
1993 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
1994 # platforms (ab)use it in PIC code, but their linkers get confused if
1995 # the symbol is explicitly referenced.  Since portable code cannot
1996 # rely on this symbol name, it's probably fine to never include it in
1997 # preloaded symbol tables.
1998 extract_expsyms_cmds=
1999
2000 case $host_os in
2001 cygwin* | mingw* | pw32*)
2002   # FIXME: the MSVC++ port hasn't been tested in a loooong time
2003   # When not using gcc, we currently assume that we are using
2004   # Microsoft Visual C++.
2005   if test "$GCC" != yes; then
2006     with_gnu_ld=no
2007   fi
2008   ;;
2009 openbsd*)
2010   with_gnu_ld=no
2011   ;;
2012 esac
2013
2014 ld_shlibs=yes
2015 if test "$with_gnu_ld" = yes; then
2016   # If archive_cmds runs LD, not CC, wlarc should be empty
2017   wlarc='${wl}'
2018
2019   # See if GNU ld supports shared libraries.
2020   case $host_os in
2021   aix3* | aix4* | aix5*)
2022     # On AIX, the GNU linker is very broken
2023     # Note:Check GNU linker on AIX 5-IA64 when/if it becomes available.
2024     ld_shlibs=no
2025     cat <<EOF 1>&2
2026
2027 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
2028 *** to be unable to reliably create shared libraries on AIX.
2029 *** Therefore, libtool is disabling shared libraries support.  If you
2030 *** really care for shared libraries, you may want to modify your PATH
2031 *** so that a non-GNU linker is found, and then restart.
2032
2033 EOF
2034     ;;
2035
2036   amigaos*)
2037     archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
2038     hardcode_libdir_flag_spec='-L$libdir'
2039     hardcode_minus_L=yes
2040
2041     # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
2042     # that the semantics of dynamic libraries on AmigaOS, at least up
2043     # to version 4, is to share data among multiple programs linked
2044     # with the same dynamic library.  Since this doesn't match the
2045     # behavior of shared libraries on other platforms, we can use
2046     # them.
2047     ld_shlibs=no
2048     ;;
2049
2050   beos*)
2051     if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
2052       allow_undefined_flag=unsupported
2053       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
2054       # support --undefined.  This deserves some investigation.  FIXME
2055       archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
2056     else
2057       ld_shlibs=no
2058     fi
2059     ;;
2060
2061   cygwin* | mingw* | pw32*)
2062     # hardcode_libdir_flag_spec is actually meaningless, as there is
2063     # no search path for DLLs.
2064     hardcode_libdir_flag_spec='-L$libdir'
2065     allow_undefined_flag=unsupported
2066     always_export_symbols=yes
2067
2068     extract_expsyms_cmds='test -f $output_objdir/impgen.c || \
2069       sed -e "/^# \/\* impgen\.c starts here \*\//,/^# \/\* impgen.c ends here \*\// { s/^# //;s/^# *$//; p; }" -e d < $''0 > $output_objdir/impgen.c~
2070       test -f $output_objdir/impgen.exe || (cd $output_objdir && \
2071       if test "x$HOST_CC" != "x" ; then $HOST_CC -o impgen impgen.c ; \
2072       else $CC -o impgen impgen.c ; fi)~
2073       $output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def'
2074
2075     old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib'
2076
2077     # cygwin and mingw dlls have different entry points and sets of symbols
2078     # to exclude.
2079     # FIXME: what about values for MSVC?
2080     dll_entry=__cygwin_dll_entry@12
2081     dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12~
2082     case $host_os in
2083     mingw*)
2084       # mingw values
2085       dll_entry=_DllMainCRTStartup@12
2086       dll_exclude_symbols=DllMain@12,DllMainCRTStartup@12,DllEntryPoint@12~
2087       ;;
2088     esac
2089
2090     # mingw and cygwin differ, and it's simplest to just exclude the union
2091     # of the two symbol sets.
2092     dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12,DllMainCRTStartup@12,DllEntryPoint@12
2093
2094     # recent cygwin and mingw systems supply a stub DllMain which the user
2095     # can override, but on older systems we have to supply one (in ltdll.c)
2096     if test "x$lt_cv_need_dllmain" = "xyes"; then
2097       ltdll_obj='$output_objdir/$soname-ltdll.'"$ac_objext "
2098       ltdll_cmds='test -f $output_objdir/$soname-ltdll.c || sed -e "/^# \/\* ltdll\.c starts here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < $''0 > $output_objdir/$soname-ltdll.c~
2099         test -f $output_objdir/$soname-ltdll.$ac_objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~'
2100     else
2101       ltdll_obj=
2102       ltdll_cmds=
2103     fi
2104
2105     # Extract the symbol export list from an `--export-all' def file,
2106     # then regenerate the def file from the symbol export list, so that
2107     # the compiled dll only exports the symbol export list.
2108     # Be careful not to strip the DATA tag left be newer dlltools.
2109     export_symbols_cmds="$ltdll_cmds"'
2110       $DLLTOOL --export-all --exclude-symbols '$dll_exclude_symbols' --output-def $output_objdir/$soname-def '$ltdll_obj'$libobjs $convenience~
2111       sed -e "1,/EXPORTS/d" -e "s/ @ [[0-9]]*//" -e "s/ *;.*$//" < $output_objdir/$soname-def > $export_symbols'
2112
2113     # If the export-symbols file already is a .def file (1st line
2114     # is EXPORTS), use it as is.
2115     # If DATA tags from a recent dlltool are present, honour them!
2116     archive_expsym_cmds='if test "x`sed 1q $export_symbols`" = xEXPORTS; then
2117         cp $export_symbols $output_objdir/$soname-def;
2118       else
2119         echo EXPORTS > $output_objdir/$soname-def;
2120         _lt_hint=1;
2121         cat $export_symbols | while read symbol; do
2122          set dummy \$symbol;
2123          case \[$]# in
2124            2) echo "   \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
2125            4) echo "   \[$]2 \[$]3 \[$]4 ; " >> $output_objdir/$soname-def; _lt_hint=`expr \$_lt_hint - 1`;;
2126            *) echo "     \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
2127          esac;
2128          _lt_hint=`expr 1 + \$_lt_hint`;
2129         done;
2130       fi~
2131       '"$ltdll_cmds"'
2132       $CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
2133       $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp~
2134       $CC -Wl,--base-file,$output_objdir/$soname-base $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
2135       $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp --output-lib $output_objdir/$libname.dll.a~
2136       $CC $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags'
2137     ;;
2138
2139   netbsd*)
2140     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
2141       archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
2142       wlarc=
2143     else
2144       archive_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
2145       archive_expsym_cmds='$CC -shared -nodefaultlibs $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
2146     fi
2147     ;;
2148
2149   solaris* | sysv5*)
2150     if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
2151       ld_shlibs=no
2152       cat <<EOF 1>&2
2153
2154 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
2155 *** create shared libraries on Solaris systems.  Therefore, libtool
2156 *** is disabling shared libraries support.  We urge you to upgrade GNU
2157 *** binutils to release 2.9.1 or newer.  Another option is to modify
2158 *** your PATH or compiler configuration so that the native linker is
2159 *** used, and then restart.
2160
2161 EOF
2162     elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
2163       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
2164       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
2165     else
2166       ld_shlibs=no
2167     fi
2168     ;;
2169
2170   sunos4*)
2171     archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
2172     wlarc=
2173     hardcode_direct=yes
2174     hardcode_shlibpath_var=no
2175     ;;
2176
2177   *)
2178     if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
2179       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
2180       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
2181     else
2182       ld_shlibs=no
2183     fi
2184     ;;
2185   esac
2186
2187   if test "$ld_shlibs" = yes; then
2188     runpath_var=LD_RUN_PATH
2189     hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
2190     export_dynamic_flag_spec='${wl}--export-dynamic'
2191     case $host_os in
2192     cygwin* | mingw* | pw32*)
2193       # dlltool doesn't understand --whole-archive et. al.
2194       whole_archive_flag_spec=
2195       ;;
2196     *)
2197       # ancient GNU ld didn't support --whole-archive et. al.
2198       if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
2199         whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2200       else
2201         whole_archive_flag_spec=
2202       fi
2203       ;;
2204     esac
2205   fi
2206 else
2207   # PORTME fill in a description of your system's linker (not GNU ld)
2208   case $host_os in
2209   aix3*)
2210     allow_undefined_flag=unsupported
2211     always_export_symbols=yes
2212     archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
2213     # Note: this linker hardcodes the directories in LIBPATH if there
2214     # are no directories specified by -L.
2215     hardcode_minus_L=yes
2216     if test "$GCC" = yes && test -z "$link_static_flag"; then
2217       # Neither direct hardcoding nor static linking is supported with a
2218       # broken collect2.
2219       hardcode_direct=unsupported
2220     fi
2221     ;;
2222
2223   aix4* | aix5*)
2224     if test "$host_cpu" = ia64; then
2225       # On IA64, the linker does run time linking by default, so we don't
2226       # have to do anything special.
2227       aix_use_runtimelinking=no
2228       exp_sym_flag='-Bexport'
2229       no_entry_flag=""
2230     else
2231       aix_use_runtimelinking=no
2232
2233       # Test if we are trying to use run time linking or normal
2234       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
2235       # need to do runtime linking.
2236       case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
2237         for ld_flag in $LDFLAGS; do
2238           case $ld_flag in
2239           *-brtl*)
2240             aix_use_runtimelinking=yes
2241             break
2242           ;;
2243           esac
2244         done
2245       esac
2246
2247       exp_sym_flag='-bexport'
2248       no_entry_flag='-bnoentry'
2249     fi
2250
2251     # When large executables or shared objects are built, AIX ld can
2252     # have problems creating the table of contents.  If linking a library
2253     # or program results in "error TOC overflow" add -mminimal-toc to
2254     # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
2255     # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
2256
2257     hardcode_direct=yes
2258     archive_cmds=''
2259     hardcode_libdir_separator=':'
2260     if test "$GCC" = yes; then
2261       case $host_os in aix4.[[012]]|aix4.[[012]].*)
2262         collect2name=`${CC} -print-prog-name=collect2`
2263         if test -f "$collect2name" && \
2264           strings "$collect2name" | grep resolve_lib_name >/dev/null
2265         then
2266           # We have reworked collect2
2267           hardcode_direct=yes
2268         else
2269           # We have old collect2
2270           hardcode_direct=unsupported
2271           # It fails to find uninstalled libraries when the uninstalled
2272           # path is not listed in the libpath.  Setting hardcode_minus_L
2273           # to unsupported forces relinking
2274           hardcode_minus_L=yes
2275           hardcode_libdir_flag_spec='-L$libdir'
2276           hardcode_libdir_separator=
2277         fi
2278       esac
2279
2280       shared_flag='-shared'
2281     else
2282       # not using gcc
2283       if test "$host_cpu" = ia64; then
2284         shared_flag='${wl}-G'
2285       else
2286         if test "$aix_use_runtimelinking" = yes; then
2287           shared_flag='${wl}-G'
2288         else
2289           shared_flag='${wl}-bM:SRE'
2290         fi
2291       fi
2292     fi
2293
2294     # It seems that -bexpall can do strange things, so it is better to
2295     # generate a list of symbols to export.
2296     always_export_symbols=yes
2297     if test "$aix_use_runtimelinking" = yes; then
2298       # Warning - without using the other runtime loading flags (-brtl),
2299       # -berok will link without error, but may produce a broken library.
2300       allow_undefined_flag='-berok'
2301       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/usr/lib:/lib'
2302       archive_expsym_cmds="\$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"
2303     else
2304       if test "$host_cpu" = ia64; then
2305         hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
2306         allow_undefined_flag="-z nodefs"
2307         archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname ${wl}-h$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
2308       else
2309         hardcode_libdir_flag_spec='${wl}-bnolibpath ${wl}-blibpath:$libdir:/usr/lib:/lib'
2310         # Warning - without using the other run time loading flags,
2311         # -berok will link without error, but may produce a broken library.
2312         allow_undefined_flag='${wl}-berok'
2313         # This is a bit strange, but is similar to how AIX traditionally builds
2314         # it's shared libraries.
2315         archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"' ~$AR -crlo $objdir/$libname$release.a $objdir/$soname'
2316       fi
2317     fi
2318     ;;
2319
2320   amigaos*)
2321     archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
2322     hardcode_libdir_flag_spec='-L$libdir'
2323     hardcode_minus_L=yes
2324     # see comment about different semantics on the GNU ld section
2325     ld_shlibs=no
2326     ;;
2327
2328   cygwin* | mingw* | pw32*)
2329     # When not using gcc, we currently assume that we are using
2330     # Microsoft Visual C++.
2331     # hardcode_libdir_flag_spec is actually meaningless, as there is
2332     # no search path for DLLs.
2333     hardcode_libdir_flag_spec=' '
2334     allow_undefined_flag=unsupported
2335     # Tell ltmain to make .lib files, not .a files.
2336     libext=lib
2337     # FIXME: Setting linknames here is a bad hack.
2338     archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
2339     # The linker will automatically build a .lib file if we build a DLL.
2340     old_archive_from_new_cmds='true'
2341     # FIXME: Should let the user specify the lib program.
2342     old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
2343     fix_srcfile_path='`cygpath -w "$srcfile"`'
2344     ;;
2345
2346   darwin* | rhapsody*)
2347     case "$host_os" in
2348     rhapsody* | darwin1.[[012]])
2349       allow_undefined_flag='-undefined suppress'
2350       ;;
2351     *) # Darwin 1.3 on
2352       allow_undefined_flag='-flat_namespace -undefined suppress'
2353       ;;
2354     esac
2355     # FIXME: Relying on posixy $() will cause problems for
2356     #        cross-compilation, but unfortunately the echo tests do not
2357     #        yet detect zsh echo's removal of \ escapes.  Also zsh mangles
2358     #        `"' quotes if we put them in here... so don't!
2359     archive_cmds='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs && $CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib ${lib}-master.o $deplibs$linker_flags $(test .$module != .yes && echo -install_name $rpath/$soname $verstring)'
2360     # We need to add '_' to the symbols in $export_symbols first
2361     #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
2362     hardcode_direct=yes
2363     hardcode_shlibpath_var=no
2364     whole_archive_flag_spec='-all_load $convenience'
2365     ;;
2366
2367   freebsd1*)
2368     ld_shlibs=no
2369     ;;
2370
2371   # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
2372   # support.  Future versions do this automatically, but an explicit c++rt0.o
2373   # does not break anything, and helps significantly (at the cost of a little
2374   # extra space).
2375   freebsd2.2*)
2376     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
2377     hardcode_libdir_flag_spec='-R$libdir'
2378     hardcode_direct=yes
2379     hardcode_shlibpath_var=no
2380     ;;
2381
2382   # Unfortunately, older versions of FreeBSD 2 do not have this feature.
2383   freebsd2*)
2384     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
2385     hardcode_direct=yes
2386     hardcode_minus_L=yes
2387     hardcode_shlibpath_var=no
2388     ;;
2389
2390   # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
2391   freebsd*)
2392     archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
2393     hardcode_libdir_flag_spec='-R$libdir'
2394     hardcode_direct=yes
2395     hardcode_shlibpath_var=no
2396     ;;
2397
2398   hpux9* | hpux10* | hpux11*)
2399     case $host_os in
2400     hpux9*) archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' ;;
2401     *) archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' ;;
2402     esac
2403     hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
2404     hardcode_libdir_separator=:
2405     hardcode_direct=yes
2406     hardcode_minus_L=yes # Not in the search PATH, but as the default
2407                          # location of the library.
2408     export_dynamic_flag_spec='${wl}-E'
2409     ;;
2410
2411   irix5* | irix6* | nonstopux*)
2412     if test "$GCC" = yes; then
2413       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
2414       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
2415     else
2416       archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
2417       hardcode_libdir_flag_spec='-rpath $libdir'
2418     fi
2419     hardcode_libdir_separator=:
2420     link_all_deplibs=yes
2421     ;;
2422
2423   netbsd*)
2424     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
2425       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
2426     else
2427       archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
2428     fi
2429     hardcode_libdir_flag_spec='-R$libdir'
2430     hardcode_direct=yes
2431     hardcode_shlibpath_var=no
2432     ;;
2433
2434   newsos6)
2435     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
2436     hardcode_direct=yes
2437     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
2438     hardcode_libdir_separator=:
2439     hardcode_shlibpath_var=no
2440     ;;
2441
2442   openbsd*)
2443     hardcode_direct=yes
2444     hardcode_shlibpath_var=no
2445     if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2446       archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
2447       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
2448       export_dynamic_flag_spec='${wl}-E'
2449     else
2450       case "$host_os" in
2451       openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
2452         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
2453         hardcode_libdir_flag_spec='-R$libdir'
2454         ;;
2455       *)
2456         archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
2457         hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
2458         ;;
2459       esac
2460     fi
2461     ;;
2462
2463   os2*)
2464     hardcode_libdir_flag_spec='-L$libdir'
2465     hardcode_minus_L=yes
2466     allow_undefined_flag=unsupported
2467     archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
2468     old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
2469     ;;
2470
2471   osf3*)
2472     if test "$GCC" = yes; then
2473       allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
2474       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
2475     else
2476       allow_undefined_flag=' -expect_unresolved \*'
2477       archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
2478     fi
2479     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
2480     hardcode_libdir_separator=:
2481     ;;
2482
2483   osf4* | osf5*)        # as osf3* with the addition of -msym flag
2484     if test "$GCC" = yes; then
2485       allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
2486       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
2487       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
2488     else
2489       allow_undefined_flag=' -expect_unresolved \*'
2490       archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
2491       archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
2492       $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'
2493
2494       #Both c and cxx compiler support -rpath directly
2495       hardcode_libdir_flag_spec='-rpath $libdir'
2496     fi
2497     hardcode_libdir_separator=:
2498     ;;
2499
2500   sco3.2v5*)
2501     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
2502     hardcode_shlibpath_var=no
2503     runpath_var=LD_RUN_PATH
2504     hardcode_runpath_var=yes
2505     export_dynamic_flag_spec='${wl}-Bexport'
2506     ;;
2507
2508   solaris*)
2509     # gcc --version < 3.0 without binutils cannot create self contained
2510     # shared libraries reliably, requiring libgcc.a to resolve some of
2511     # the object symbols generated in some cases.  Libraries that use
2512     # assert need libgcc.a to resolve __eprintf, for example.  Linking
2513     # a copy of libgcc.a into every shared library to guarantee resolving
2514     # such symbols causes other problems:  According to Tim Van Holder
2515     # <tim.van.holder@pandora.be>, C++ libraries end up with a separate
2516     # (to the application) exception stack for one thing.
2517     no_undefined_flag=' -z defs'
2518     if test "$GCC" = yes; then
2519       case `$CC --version 2>/dev/null` in
2520       [[12]].*)
2521         cat <<EOF 1>&2
2522
2523 *** Warning: Releases of GCC earlier than version 3.0 cannot reliably
2524 *** create self contained shared libraries on Solaris systems, without
2525 *** introducing a dependency on libgcc.a.  Therefore, libtool is disabling
2526 *** -no-undefined support, which will at least allow you to build shared
2527 *** libraries.  However, you may find that when you link such libraries
2528 *** into an application without using GCC, you have to manually add
2529 *** \`gcc --print-libgcc-file-name\` to the link command.  We urge you to
2530 *** upgrade to a newer version of GCC.  Another option is to rebuild your
2531 *** current GCC to use the GNU linker from GNU binutils 2.9.1 or newer.
2532
2533 EOF
2534         no_undefined_flag=
2535         ;;
2536       esac
2537     fi
2538     # $CC -shared without GNU ld will not create a library from C++
2539     # object files and a static libstdc++, better avoid it by now
2540     archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
2541     archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
2542                 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
2543     hardcode_libdir_flag_spec='-R$libdir'
2544     hardcode_shlibpath_var=no
2545     case $host_os in
2546     solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
2547     *) # Supported since Solaris 2.6 (maybe 2.5.1?)
2548       whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
2549     esac
2550     link_all_deplibs=yes
2551     ;;
2552
2553   sunos4*)
2554     if test "x$host_vendor" = xsequent; then
2555       # Use $CC to link under sequent, because it throws in some extra .o
2556       # files that make .init and .fini sections work.
2557       archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
2558     else
2559       archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
2560     fi
2561     hardcode_libdir_flag_spec='-L$libdir'
2562     hardcode_direct=yes
2563     hardcode_minus_L=yes
2564     hardcode_shlibpath_var=no
2565     ;;
2566
2567   sysv4)
2568     case $host_vendor in
2569       sni)
2570         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
2571         hardcode_direct=yes # is this really true???
2572         ;;
2573       siemens)
2574         ## LD is ld it makes a PLAMLIB
2575         ## CC just makes a GrossModule.
2576         archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
2577         reload_cmds='$CC -r -o $output$reload_objs'
2578         hardcode_direct=no
2579         ;;
2580       motorola)
2581         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
2582         hardcode_direct=no #Motorola manual says yes, but my tests say they lie
2583         ;;
2584     esac
2585     runpath_var='LD_RUN_PATH'
2586     hardcode_shlibpath_var=no
2587     ;;
2588
2589   sysv4.3*)
2590     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
2591     hardcode_shlibpath_var=no
2592     export_dynamic_flag_spec='-Bexport'
2593     ;;
2594
2595   sysv5*)
2596     no_undefined_flag=' -z text'
2597     # $CC -shared without GNU ld will not create a library from C++
2598     # object files and a static libstdc++, better avoid it by now
2599     archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
2600     archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
2601                 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
2602     hardcode_libdir_flag_spec=
2603     hardcode_shlibpath_var=no
2604     runpath_var='LD_RUN_PATH'
2605     ;;
2606
2607   uts4*)
2608     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
2609     hardcode_libdir_flag_spec='-L$libdir'
2610     hardcode_shlibpath_var=no
2611     ;;
2612
2613   dgux*)
2614     archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
2615     hardcode_libdir_flag_spec='-L$libdir'
2616     hardcode_shlibpath_var=no
2617     ;;
2618
2619   sysv4*MP*)
2620     if test -d /usr/nec; then
2621       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
2622       hardcode_shlibpath_var=no
2623       runpath_var=LD_RUN_PATH
2624       hardcode_runpath_var=yes
2625       ld_shlibs=yes
2626     fi
2627     ;;
2628
2629   sysv4.2uw2*)
2630     archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
2631     hardcode_direct=yes
2632     hardcode_minus_L=no
2633     hardcode_shlibpath_var=no
2634     hardcode_runpath_var=yes
2635     runpath_var=LD_RUN_PATH
2636     ;;
2637
2638   sysv5uw7* | unixware7*)
2639     no_undefined_flag='${wl}-z ${wl}text'
2640     if test "$GCC" = yes; then
2641       archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
2642     else
2643       archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
2644     fi
2645     runpath_var='LD_RUN_PATH'
2646     hardcode_shlibpath_var=no
2647     ;;
2648
2649   *)
2650     ld_shlibs=no
2651     ;;
2652   esac
2653 fi
2654 AC_MSG_RESULT([$ld_shlibs])
2655 test "$ld_shlibs" = no && can_build_shared=no
2656
2657 # Check hardcoding attributes.
2658 AC_MSG_CHECKING([how to hardcode library paths into programs])
2659 hardcode_action=
2660 if test -n "$hardcode_libdir_flag_spec" || \
2661    test -n "$runpath_var"; then
2662
2663   # We can hardcode non-existant directories.
2664   if test "$hardcode_direct" != no &&
2665      # If the only mechanism to avoid hardcoding is shlibpath_var, we
2666      # have to relink, otherwise we might link with an installed library
2667      # when we should be linking with a yet-to-be-installed one
2668      ## test "$hardcode_shlibpath_var" != no &&
2669      test "$hardcode_minus_L" != no; then
2670     # Linking always hardcodes the temporary library directory.
2671     hardcode_action=relink
2672   else
2673     # We can link without hardcoding, and we can hardcode nonexisting dirs.
2674     hardcode_action=immediate
2675   fi
2676 else
2677   # We cannot hardcode anything, or else we can only hardcode existing
2678   # directories.
2679   hardcode_action=unsupported
2680 fi
2681 AC_MSG_RESULT([$hardcode_action])
2682
2683 striplib=
2684 old_striplib=
2685 AC_MSG_CHECKING([whether stripping libraries is possible])
2686 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
2687   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
2688   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
2689   AC_MSG_RESULT([yes])
2690 else
2691   AC_MSG_RESULT([no])
2692 fi
2693
2694 reload_cmds='$LD$reload_flag -o $output$reload_objs'
2695 test -z "$deplibs_check_method" && deplibs_check_method=unknown
2696
2697 # PORTME Fill in your ld.so characteristics
2698 AC_MSG_CHECKING([dynamic linker characteristics])
2699 library_names_spec=
2700 libname_spec='lib$name'
2701 soname_spec=
2702 postinstall_cmds=
2703 postuninstall_cmds=
2704 finish_cmds=
2705 finish_eval=
2706 shlibpath_var=
2707 shlibpath_overrides_runpath=unknown
2708 version_type=none
2709 dynamic_linker="$host_os ld.so"
2710 sys_lib_dlsearch_path_spec="/lib /usr/lib"
2711 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
2712
2713 case $host_os in
2714 aix3*)
2715   version_type=linux
2716   library_names_spec='${libname}${release}.so$versuffix $libname.a'
2717   shlibpath_var=LIBPATH
2718
2719   # AIX has no versioning support, so we append a major version to the name.
2720   soname_spec='${libname}${release}.so$major'
2721   ;;
2722
2723 aix4* | aix5*)
2724   version_type=linux
2725   need_lib_prefix=no
2726   need_version=no
2727   hardcode_into_libs=yes
2728   if test "$host_cpu" = ia64; then
2729     # AIX 5 supports IA64
2730     library_names_spec='${libname}${release}.so$major ${libname}${release}.so$versuffix $libname.so'
2731     shlibpath_var=LD_LIBRARY_PATH
2732   else
2733     # With GCC up to 2.95.x, collect2 would create an import file
2734     # for dependence libraries.  The import file would start with
2735     # the line `#! .'.  This would cause the generated library to
2736     # depend on `.', always an invalid library.  This was fixed in
2737     # development snapshots of GCC prior to 3.0.
2738     case $host_os in
2739       aix4 | aix4.[[01]] | aix4.[[01]].*)
2740         if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
2741              echo ' yes '
2742              echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
2743           :
2744         else
2745           can_build_shared=no
2746         fi
2747         ;;
2748     esac
2749     # AIX (on Power*) has no versioning support, so currently we can
2750     # not hardcode correct soname into executable. Probably we can
2751     # add versioning support to collect2, so additional links can
2752     # be useful in future.
2753     if test "$aix_use_runtimelinking" = yes; then
2754       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
2755       # instead of lib<name>.a to let people know that these are not
2756       # typical AIX shared libraries.
2757       library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
2758     else
2759       # We preserve .a as extension for shared libraries through AIX4.2
2760       # and later when we are not doing run time linking.
2761       library_names_spec='${libname}${release}.a $libname.a'
2762       soname_spec='${libname}${release}.so$major'
2763     fi
2764     shlibpath_var=LIBPATH
2765   fi
2766   hardcode_into_libs=yes
2767   ;;
2768
2769 amigaos*)
2770   library_names_spec='$libname.ixlibrary $libname.a'
2771   # Create ${libname}_ixlibrary.a entries in /sys/libs.
2772   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'
2773   ;;
2774
2775 beos*)
2776   library_names_spec='${libname}.so'
2777   dynamic_linker="$host_os ld.so"
2778   shlibpath_var=LIBRARY_PATH
2779   ;;
2780
2781 bsdi4*)
2782   version_type=linux
2783   need_version=no
2784   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
2785   soname_spec='${libname}${release}.so$major'
2786   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
2787   shlibpath_var=LD_LIBRARY_PATH
2788   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
2789   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
2790   export_dynamic_flag_spec=-rdynamic
2791   # the default ld.so.conf also contains /usr/contrib/lib and
2792   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
2793   # libtool to hard-code these into programs
2794   ;;
2795
2796 cygwin* | mingw* | pw32*)
2797   version_type=windows
2798   need_version=no
2799   need_lib_prefix=no
2800   case $GCC,$host_os in
2801   yes,cygwin*)
2802     library_names_spec='$libname.dll.a'
2803     soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll'
2804     postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
2805       dldir=$destdir/`dirname \$dlpath`~
2806       test -d \$dldir || mkdir -p \$dldir~
2807       $install_prog .libs/$dlname \$dldir/$dlname'
2808     postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~
2809       dlpath=$dir/\$dldll~
2810        $rm \$dlpath'
2811     ;;
2812   yes,mingw*)
2813     library_names_spec='${libname}`echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll'
2814     sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g" -e "s,=/,/,g"`
2815     ;;
2816   yes,pw32*)
2817     library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
2818     ;;
2819   *)
2820     library_names_spec='${libname}`echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll $libname.lib'
2821     ;;
2822   esac
2823   dynamic_linker='Win32 ld.exe'
2824   # FIXME: first we should search . and the directory the executable is in
2825   shlibpath_var=PATH
2826   ;;
2827
2828 darwin* | rhapsody*)
2829   dynamic_linker="$host_os dyld"
2830   version_type=darwin
2831   need_lib_prefix=no
2832   need_version=no
2833   # FIXME: Relying on posixy $() will cause problems for
2834   #        cross-compilation, but unfortunately the echo tests do not
2835   #        yet detect zsh echo's removal of \ escapes.
2836   library_names_spec='${libname}${release}${versuffix}.$(test .$module = .yes && echo so || echo dylib) ${libname}${release}${major}.$(test .$module = .yes && echo so || echo dylib) ${libname}.$(test .$module = .yes && echo so || echo dylib)'
2837   soname_spec='${libname}${release}${major}.$(test .$module = .yes && echo so || echo dylib)'
2838   shlibpath_overrides_runpath=yes
2839   shlibpath_var=DYLD_LIBRARY_PATH
2840   ;;
2841
2842 freebsd1*)
2843   dynamic_linker=no
2844   ;;
2845
2846 freebsd*)
2847   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
2848   version_type=freebsd-$objformat
2849   case $version_type in
2850     freebsd-elf*)
2851       library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
2852       need_version=no
2853       need_lib_prefix=no
2854       ;;
2855     freebsd-*)
2856       library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix'
2857       need_version=yes
2858       ;;
2859   esac
2860   shlibpath_var=LD_LIBRARY_PATH
2861   case $host_os in
2862   freebsd2*)
2863     shlibpath_overrides_runpath=yes
2864     ;;
2865   *)
2866     shlibpath_overrides_runpath=no
2867     hardcode_into_libs=yes
2868     ;;
2869   esac
2870   ;;
2871
2872 gnu*)
2873   version_type=linux
2874   need_lib_prefix=no
2875   need_version=no
2876   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so${major} ${libname}.so'
2877   soname_spec='${libname}${release}.so$major'
2878   shlibpath_var=LD_LIBRARY_PATH
2879   hardcode_into_libs=yes
2880   ;;
2881
2882 hpux9* | hpux10* | hpux11*)
2883   # Give a soname corresponding to the major version so that dld.sl refuses to
2884   # link against other versions.
2885   dynamic_linker="$host_os dld.sl"
2886   version_type=sunos
2887   need_lib_prefix=no
2888   need_version=no
2889   shlibpath_var=SHLIB_PATH
2890   shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
2891   library_names_spec='${libname}${release}.sl$versuffix ${libname}${release}.sl$major $libname.sl'
2892   soname_spec='${libname}${release}.sl$major'
2893   # HP-UX runs *really* slowly unless shared libraries are mode 555.
2894   postinstall_cmds='chmod 555 $lib'
2895   ;;
2896
2897 irix5* | irix6* | nonstopux*)
2898   case $host_os in
2899     nonstopux*) version_type=nonstopux ;;
2900     *)          version_type=irix ;;
2901   esac
2902   need_lib_prefix=no
2903   need_version=no
2904   soname_spec='${libname}${release}.so$major'
2905   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so $libname.so'
2906   case $host_os in
2907   irix5* | nonstopux*)
2908     libsuff= shlibsuff=
2909     ;;
2910   *)
2911     case $LD in # libtool.m4 will add one of these switches to LD
2912     *-32|*"-32 ") libsuff= shlibsuff= libmagic=32-bit;;
2913     *-n32|*"-n32 ") libsuff=32 shlibsuff=N32 libmagic=N32;;
2914     *-64|*"-64 ") libsuff=64 shlibsuff=64 libmagic=64-bit;;
2915     *) libsuff= shlibsuff= libmagic=never-match;;
2916     esac
2917     ;;
2918   esac
2919   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
2920   shlibpath_overrides_runpath=no
2921   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
2922   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
2923   ;;
2924
2925 # No shared lib support for Linux oldld, aout, or coff.
2926 linux*oldld* | linux*aout* | linux*coff*)
2927   dynamic_linker=no
2928   ;;
2929
2930 # This must be Linux ELF.
2931 linux*)
2932   version_type=linux
2933   need_lib_prefix=no
2934   need_version=no
2935   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
2936   soname_spec='${libname}${release}.so$major'
2937   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
2938   shlibpath_var=LD_LIBRARY_PATH
2939   shlibpath_overrides_runpath=no
2940   # This implies no fast_install, which is unacceptable.
2941   # Some rework will be needed to allow for fast_install
2942   # before this can be enabled.
2943   hardcode_into_libs=yes
2944
2945   case $host_cpu:$lt_cv_cc_64bit_output in
2946   powerpc64:yes | s390x:yes | sparc64:yes | x86_64:yes)
2947     sys_lib_dlsearch_path_spec="/lib64 /usr/lib64"
2948     sys_lib_search_path_spec="/lib64 /usr/lib64 /usr/local/lib64"
2949     ;;
2950   esac
2951
2952   # We used to test for /lib/ld.so.1 and disable shared libraries on
2953   # powerpc, because MkLinux only supported shared libraries with the
2954   # GNU dynamic linker.  Since this was broken with cross compilers,
2955   # most powerpc-linux boxes support dynamic linking these days and
2956   # people can always --disable-shared, the test was removed, and we
2957   # assume the GNU/Linux dynamic linker is in use.
2958   dynamic_linker='GNU/Linux ld.so'
2959   ;;
2960
2961 netbsd*)
2962   version_type=sunos
2963   need_lib_prefix=no
2964   need_version=no
2965   if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
2966     library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
2967     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
2968     dynamic_linker='NetBSD (a.out) ld.so'
2969   else
2970     library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so ${libname}.so'
2971     soname_spec='${libname}${release}.so$major'
2972     dynamic_linker='NetBSD ld.elf_so'
2973   fi
2974   shlibpath_var=LD_LIBRARY_PATH
2975   shlibpath_overrides_runpath=yes
2976   hardcode_into_libs=yes
2977   ;;
2978
2979 newsos6)
2980   version_type=linux
2981   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
2982   shlibpath_var=LD_LIBRARY_PATH
2983   shlibpath_overrides_runpath=yes
2984   ;;
2985
2986 openbsd*)
2987   version_type=sunos
2988   need_lib_prefix=no
2989   need_version=no
2990   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2991     case "$host_os" in
2992     openbsd2.[[89]] | openbsd2.[[89]].*)
2993       shlibpath_overrides_runpath=no
2994       ;;
2995     *)
2996       shlibpath_overrides_runpath=yes
2997       ;;
2998     esac
2999   else
3000     shlibpath_overrides_runpath=yes
3001   fi
3002   library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
3003   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
3004   shlibpath_var=LD_LIBRARY_PATH
3005   ;;
3006
3007 os2*)
3008   libname_spec='$name'
3009   need_lib_prefix=no
3010   library_names_spec='$libname.dll $libname.a'
3011   dynamic_linker='OS/2 ld.exe'
3012   shlibpath_var=LIBPATH
3013   ;;
3014
3015 osf3* | osf4* | osf5*)
3016   version_type=osf
3017   need_version=no
3018   soname_spec='${libname}${release}.so$major'
3019   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
3020   shlibpath_var=LD_LIBRARY_PATH
3021   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
3022   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
3023   hardcode_into_libs=yes
3024   ;;
3025
3026 sco3.2v5*)
3027   version_type=osf
3028   soname_spec='${libname}${release}.so$major'
3029   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
3030   shlibpath_var=LD_LIBRARY_PATH
3031   ;;
3032
3033 solaris*)
3034   version_type=linux
3035   need_lib_prefix=no
3036   need_version=no
3037   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
3038   soname_spec='${libname}${release}.so$major'
3039   shlibpath_var=LD_LIBRARY_PATH
3040   shlibpath_overrides_runpath=yes
3041   hardcode_into_libs=yes
3042   # ldd complains unless libraries are executable
3043   postinstall_cmds='chmod +x $lib'
3044   ;;
3045
3046 sunos4*)
3047   version_type=sunos
3048   library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
3049   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
3050   shlibpath_var=LD_LIBRARY_PATH
3051   shlibpath_overrides_runpath=yes
3052   if test "$with_gnu_ld" = yes; then
3053     need_lib_prefix=no
3054   fi
3055   need_version=yes
3056   ;;
3057
3058 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
3059   version_type=linux
3060   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
3061   soname_spec='${libname}${release}.so$major'
3062   shlibpath_var=LD_LIBRARY_PATH
3063   case $host_vendor in
3064     sni)
3065       shlibpath_overrides_runpath=no
3066       need_lib_prefix=no
3067       export_dynamic_flag_spec='${wl}-Blargedynsym'
3068       runpath_var=LD_RUN_PATH
3069       ;;
3070     siemens)
3071       need_lib_prefix=no
3072       ;;
3073     motorola)
3074       need_lib_prefix=no
3075       need_version=no
3076       shlibpath_overrides_runpath=no
3077       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
3078       ;;
3079   esac
3080   ;;
3081
3082 uts4*)
3083   version_type=linux
3084   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
3085   soname_spec='${libname}${release}.so$major'
3086   shlibpath_var=LD_LIBRARY_PATH
3087   ;;
3088
3089 dgux*)
3090   version_type=linux
3091   need_lib_prefix=no
3092   need_version=no
3093   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
3094   soname_spec='${libname}${release}.so$major'
3095   shlibpath_var=LD_LIBRARY_PATH
3096   ;;
3097
3098 sysv4*MP*)
3099   if test -d /usr/nec ;then
3100     version_type=linux
3101     library_names_spec='$libname.so.$versuffix $libname.so.$major $libname.so'
3102     soname_spec='$libname.so.$major'
3103     shlibpath_var=LD_LIBRARY_PATH
3104   fi
3105   ;;
3106
3107 *)
3108   dynamic_linker=no
3109   ;;
3110 esac
3111 AC_MSG_RESULT([$dynamic_linker])
3112 test "$dynamic_linker" = no && can_build_shared=no
3113
3114 # Report the final consequences.
3115 AC_MSG_CHECKING([if libtool supports shared libraries])
3116 AC_MSG_RESULT([$can_build_shared])
3117
3118 AC_MSG_CHECKING([whether to build shared libraries])
3119 test "$can_build_shared" = "no" && enable_shared=no
3120
3121 # On AIX, shared libraries and static libraries use the same namespace, and
3122 # are all built from PIC.
3123 case "$host_os" in
3124 aix3*)
3125   test "$enable_shared" = yes && enable_static=no
3126   if test -n "$RANLIB"; then
3127     archive_cmds="$archive_cmds~\$RANLIB \$lib"
3128     postinstall_cmds='$RANLIB $lib'
3129   fi
3130   ;;
3131
3132 aix4*)
3133   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
3134     test "$enable_shared" = yes && enable_static=no
3135   fi
3136   ;;
3137 esac
3138 AC_MSG_RESULT([$enable_shared])
3139
3140 AC_MSG_CHECKING([whether to build static libraries])
3141 # Make sure either enable_shared or enable_static is yes.
3142 test "$enable_shared" = yes || enable_static=yes
3143 AC_MSG_RESULT([$enable_static])
3144
3145 if test "$hardcode_action" = relink; then
3146   # Fast installation is not supported
3147   enable_fast_install=no
3148 elif test "$shlibpath_overrides_runpath" = yes ||
3149      test "$enable_shared" = no; then
3150   # Fast installation is not necessary
3151   enable_fast_install=needless
3152 fi
3153
3154 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
3155 if test "$GCC" = yes; then
3156   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
3157 fi
3158
3159 AC_LIBTOOL_DLOPEN_SELF
3160
3161 if test "$enable_shared" = yes && test "$GCC" = yes; then
3162   case $archive_cmds in
3163   *'~'*)
3164     # FIXME: we may have to deal with multi-command sequences.
3165     ;;
3166   '$CC '*)
3167     # Test whether the compiler implicitly links with -lc since on some
3168     # systems, -lgcc has to come before -lc. If gcc already passes -lc
3169     # to ld, don't add -lc before -lgcc.
3170     AC_MSG_CHECKING([whether -lc should be explicitly linked in])
3171     AC_CACHE_VAL([lt_cv_archive_cmds_need_lc],
3172     [$rm conftest*
3173     echo 'static int dummy;' > conftest.$ac_ext
3174
3175     if AC_TRY_EVAL(ac_compile); then
3176       soname=conftest
3177       lib=conftest
3178       libobjs=conftest.$ac_objext
3179       deplibs=
3180       wl=$lt_cv_prog_cc_wl
3181       compiler_flags=-v
3182       linker_flags=-v
3183       verstring=
3184       output_objdir=.
3185       libname=conftest
3186       save_allow_undefined_flag=$allow_undefined_flag
3187       allow_undefined_flag=
3188       if AC_TRY_EVAL(archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
3189       then
3190         lt_cv_archive_cmds_need_lc=no
3191       else
3192         lt_cv_archive_cmds_need_lc=yes
3193       fi
3194       allow_undefined_flag=$save_allow_undefined_flag
3195     else
3196       cat conftest.err 1>&5
3197     fi])
3198     AC_MSG_RESULT([$lt_cv_archive_cmds_need_lc])
3199     ;;
3200   esac
3201 fi
3202 need_lc=${lt_cv_archive_cmds_need_lc-yes}
3203
3204 # The second clause should only fire when bootstrapping the
3205 # libtool distribution, otherwise you forgot to ship ltmain.sh
3206 # with your package, and you will get complaints that there are
3207 # no rules to generate ltmain.sh.
3208 if test -f "$ltmain"; then
3209   :
3210 else
3211   # If there is no Makefile yet, we rely on a make rule to execute
3212   # `config.status --recheck' to rerun these tests and create the
3213   # libtool script then.
3214   test -f Makefile && make "$ltmain"
3215 fi
3216
3217 if test -f "$ltmain"; then
3218   trap "$rm \"${ofile}T\"; exit 1" 1 2 15
3219   $rm -f "${ofile}T"
3220
3221   echo creating $ofile
3222
3223   # Now quote all the things that may contain metacharacters while being
3224   # careful not to overquote the AC_SUBSTed values.  We take copies of the
3225   # variables and quote the copies for generation of the libtool script.
3226   for var in echo old_CC old_CFLAGS SED \
3227     AR AR_FLAGS CC LD LN_S NM SHELL \
3228     reload_flag reload_cmds wl \
3229     pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
3230     thread_safe_flag_spec whole_archive_flag_spec libname_spec \
3231     library_names_spec soname_spec \
3232     RANLIB old_archive_cmds old_archive_from_new_cmds old_postinstall_cmds \
3233     old_postuninstall_cmds archive_cmds archive_expsym_cmds postinstall_cmds \
3234     postuninstall_cmds extract_expsyms_cmds old_archive_from_expsyms_cmds \
3235     old_striplib striplib file_magic_cmd export_symbols_cmds \
3236     deplibs_check_method allow_undefined_flag no_undefined_flag \
3237     finish_cmds finish_eval global_symbol_pipe global_symbol_to_cdecl \
3238     global_symbol_to_c_name_address \
3239     hardcode_libdir_flag_spec hardcode_libdir_separator  \
3240     sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
3241     compiler_c_o compiler_o_lo need_locks exclude_expsyms include_expsyms; do
3242
3243     case $var in
3244     reload_cmds | old_archive_cmds | old_archive_from_new_cmds | \
3245     old_postinstall_cmds | old_postuninstall_cmds | \
3246     export_symbols_cmds | archive_cmds | archive_expsym_cmds | \
3247     extract_expsyms_cmds | old_archive_from_expsyms_cmds | \
3248     postinstall_cmds | postuninstall_cmds | \
3249     finish_cmds | sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
3250       # Double-quote double-evaled strings.
3251       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
3252       ;;
3253     *)
3254       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
3255       ;;
3256     esac
3257   done
3258
3259   cat <<__EOF__ > "${ofile}T"
3260 #! $SHELL
3261
3262 # `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
3263 # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
3264 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
3265 #
3266 # Copyright (C) 1996-2000 Free Software Foundation, Inc.
3267 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
3268 #
3269 # This program is free software; you can redistribute it and/or modify
3270 # it under the terms of the GNU General Public License as published by
3271 # the Free Software Foundation; either version 2 of the License, or
3272 # (at your option) any later version.
3273 #
3274 # This program is distributed in the hope that it will be useful, but
3275 # WITHOUT ANY WARRANTY; without even the implied warranty of
3276 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
3277 # General Public License for more details.
3278 #
3279 # You should have received a copy of the GNU General Public License
3280 # along with this program; if not, write to the Free Software
3281 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
3282 #
3283 # As a special exception to the GNU General Public License, if you
3284 # distribute this file as part of a program that contains a
3285 # configuration script generated by Autoconf, you may include it under
3286 # the same distribution terms that you use for the rest of that program.
3287
3288 # A sed that does not truncate output.
3289 SED=$lt_SED
3290
3291 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
3292 Xsed="${SED} -e s/^X//"
3293
3294 # The HP-UX ksh and POSIX shell print the target directory to stdout
3295 # if CDPATH is set.
3296 if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
3297
3298 # ### BEGIN LIBTOOL CONFIG
3299
3300 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3301
3302 # Shell to use when invoking shell scripts.
3303 SHELL=$lt_SHELL
3304
3305 # Whether or not to build shared libraries.
3306 build_libtool_libs=$enable_shared
3307
3308 # Whether or not to build static libraries.
3309 build_old_libs=$enable_static
3310
3311 # Whether or not to add -lc for building shared libraries.
3312 build_libtool_need_lc=$need_lc
3313
3314 # Whether or not to optimize for fast installation.
3315 fast_install=$enable_fast_install
3316
3317 # The host system.
3318 host_alias=$host_alias
3319 host=$host
3320
3321 # An echo program that does not interpret backslashes.
3322 echo=$lt_echo
3323
3324 # The archiver.
3325 AR=$lt_AR
3326 AR_FLAGS=$lt_AR_FLAGS
3327
3328 # The default C compiler.
3329 CC=$lt_CC
3330
3331 # Is the compiler the GNU C compiler?
3332 with_gcc=$GCC
3333
3334 # The linker used to build libraries.
3335 LD=$lt_LD
3336
3337 # Whether we need hard or soft links.
3338 LN_S=$lt_LN_S
3339
3340 # A BSD-compatible nm program.
3341 NM=$lt_NM
3342
3343 # A symbol stripping program
3344 STRIP=$STRIP
3345
3346 # Used to examine libraries when file_magic_cmd begins "file"
3347 MAGIC_CMD=$MAGIC_CMD
3348
3349 # Used on cygwin: DLL creation program.
3350 DLLTOOL="$DLLTOOL"
3351
3352 # Used on cygwin: object dumper.
3353 OBJDUMP="$OBJDUMP"
3354
3355 # Used on cygwin: assembler.
3356 AS=$lt_AS
3357
3358 # The name of the directory that contains temporary libtool files.
3359 objdir=$objdir
3360
3361 # How to create reloadable object files.
3362 reload_flag=$lt_reload_flag
3363 reload_cmds=$lt_reload_cmds
3364
3365 # How to pass a linker flag through the compiler.
3366 wl=$lt_wl
3367
3368 # Object file suffix (normally "o").
3369 objext="$ac_objext"
3370
3371 # Old archive suffix (normally "a").
3372 libext="$libext"
3373
3374 # Executable file suffix (normally "").
3375 exeext="$exeext"
3376
3377 # Additional compiler flags for building library objects.
3378 pic_flag=$lt_pic_flag
3379 pic_mode=$pic_mode
3380
3381 # Does compiler simultaneously support -c and -o options?
3382 compiler_c_o=$lt_compiler_c_o
3383
3384 # Can we write directly to a .lo ?
3385 compiler_o_lo=$lt_compiler_o_lo
3386
3387 # Must we lock files when doing compilation ?
3388 need_locks=$lt_need_locks
3389
3390 # Do we need the lib prefix for modules?
3391 need_lib_prefix=$need_lib_prefix
3392
3393 # Do we need a version for libraries?
3394 need_version=$need_version
3395
3396 # Whether dlopen is supported.
3397 dlopen_support=$enable_dlopen
3398
3399 # Whether dlopen of programs is supported.
3400 dlopen_self=$enable_dlopen_self
3401
3402 # Whether dlopen of statically linked programs is supported.
3403 dlopen_self_static=$enable_dlopen_self_static
3404
3405 # Compiler flag to prevent dynamic linking.
3406 link_static_flag=$lt_link_static_flag
3407
3408 # Compiler flag to turn off builtin functions.
3409 no_builtin_flag=$lt_no_builtin_flag
3410
3411 # Compiler flag to allow reflexive dlopens.
3412 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
3413
3414 # Compiler flag to generate shared objects directly from archives.
3415 whole_archive_flag_spec=$lt_whole_archive_flag_spec
3416
3417 # Compiler flag to generate thread-safe objects.
3418 thread_safe_flag_spec=$lt_thread_safe_flag_spec
3419
3420 # Library versioning type.
3421 version_type=$version_type
3422
3423 # Format of library name prefix.
3424 libname_spec=$lt_libname_spec
3425
3426 # List of archive names.  First name is the real one, the rest are links.
3427 # The last name is the one that the linker finds with -lNAME.
3428 library_names_spec=$lt_library_names_spec
3429
3430 # The coded name of the library, if different from the real name.
3431 soname_spec=$lt_soname_spec
3432
3433 # Commands used to build and install an old-style archive.
3434 RANLIB=$lt_RANLIB
3435 old_archive_cmds=$lt_old_archive_cmds
3436 old_postinstall_cmds=$lt_old_postinstall_cmds
3437 old_postuninstall_cmds=$lt_old_postuninstall_cmds
3438
3439 # Create an old-style archive from a shared archive.
3440 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
3441
3442 # Create a temporary old-style archive to link instead of a shared archive.
3443 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
3444
3445 # Commands used to build and install a shared archive.
3446 archive_cmds=$lt_archive_cmds
3447 archive_expsym_cmds=$lt_archive_expsym_cmds
3448 postinstall_cmds=$lt_postinstall_cmds
3449 postuninstall_cmds=$lt_postuninstall_cmds
3450
3451 # Commands to strip libraries.
3452 old_striplib=$lt_old_striplib
3453 striplib=$lt_striplib
3454
3455 # Method to check whether dependent libraries are shared objects.
3456 deplibs_check_method=$lt_deplibs_check_method
3457
3458 # Command to use when deplibs_check_method == file_magic.
3459 file_magic_cmd=$lt_file_magic_cmd
3460
3461 # Flag that allows shared libraries with undefined symbols to be built.
3462 allow_undefined_flag=$lt_allow_undefined_flag
3463
3464 # Flag that forces no undefined symbols.
3465 no_undefined_flag=$lt_no_undefined_flag
3466
3467 # Commands used to finish a libtool library installation in a directory.
3468 finish_cmds=$lt_finish_cmds
3469
3470 # Same as above, but a single script fragment to be evaled but not shown.
3471 finish_eval=$lt_finish_eval
3472
3473 # Take the output of nm and produce a listing of raw symbols and C names.
3474 global_symbol_pipe=$lt_global_symbol_pipe
3475
3476 # Transform the output of nm in a proper C declaration
3477 global_symbol_to_cdecl=$lt_global_symbol_to_cdecl
3478
3479 # Transform the output of nm in a C name address pair
3480 global_symbol_to_c_name_address=$lt_global_symbol_to_c_name_address
3481
3482 # This is the shared library runtime path variable.
3483 runpath_var=$runpath_var
3484
3485 # This is the shared library path variable.
3486 shlibpath_var=$shlibpath_var
3487
3488 # Is shlibpath searched before the hard-coded library search path?
3489 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
3490
3491 # How to hardcode a shared library path into an executable.
3492 hardcode_action=$hardcode_action
3493
3494 # Whether we should hardcode library paths into libraries.
3495 hardcode_into_libs=$hardcode_into_libs
3496
3497 # Flag to hardcode \$libdir into a binary during linking.
3498 # This must work even if \$libdir does not exist.
3499 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
3500
3501 # Whether we need a single -rpath flag with a separated argument.
3502 hardcode_libdir_separator=$lt_hardcode_libdir_separator
3503
3504 # Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the
3505 # resulting binary.
3506 hardcode_direct=$hardcode_direct
3507
3508 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
3509 # resulting binary.
3510 hardcode_minus_L=$hardcode_minus_L
3511
3512 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
3513 # the resulting binary.
3514 hardcode_shlibpath_var=$hardcode_shlibpath_var
3515
3516 # Variables whose values should be saved in libtool wrapper scripts and
3517 # restored at relink time.
3518 variables_saved_for_relink="$variables_saved_for_relink"
3519
3520 # Whether libtool must link a program against all its dependency libraries.
3521 link_all_deplibs=$link_all_deplibs
3522
3523 # Compile-time system search path for libraries
3524 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
3525
3526 # Run-time system search path for libraries
3527 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
3528
3529 # Fix the shell variable \$srcfile for the compiler.
3530 fix_srcfile_path="$fix_srcfile_path"
3531
3532 # Set to yes if exported symbols are required.
3533 always_export_symbols=$always_export_symbols
3534
3535 # The commands to list exported symbols.
3536 export_symbols_cmds=$lt_export_symbols_cmds
3537
3538 # The commands to extract the exported symbol list from a shared archive.
3539 extract_expsyms_cmds=$lt_extract_expsyms_cmds
3540
3541 # Symbols that should not be listed in the preloaded symbols.
3542 exclude_expsyms=$lt_exclude_expsyms
3543
3544 # Symbols that must always be exported.
3545 include_expsyms=$lt_include_expsyms
3546
3547 # ### END LIBTOOL CONFIG
3548
3549 __EOF__
3550
3551   case $host_os in
3552   aix3*)
3553     cat <<\EOF >> "${ofile}T"
3554
3555 # AIX sometimes has problems with the GCC collect2 program.  For some
3556 # reason, if we set the COLLECT_NAMES environment variable, the problems
3557 # vanish in a puff of smoke.
3558 if test "X${COLLECT_NAMES+set}" != Xset; then
3559   COLLECT_NAMES=
3560   export COLLECT_NAMES
3561 fi
3562 EOF
3563     ;;
3564   esac
3565
3566   case $host_os in
3567   cygwin* | mingw* | pw32* | os2*)
3568     cat <<'EOF' >> "${ofile}T"
3569       # This is a source program that is used to create dlls on Windows
3570       # Don't remove nor modify the starting and closing comments
3571 # /* ltdll.c starts here */
3572 # #define WIN32_LEAN_AND_MEAN
3573 # #include <windows.h>
3574 # #undef WIN32_LEAN_AND_MEAN
3575 # #include <stdio.h>
3576 #
3577 # #ifndef __CYGWIN__
3578 # #  ifdef __CYGWIN32__
3579 # #    define __CYGWIN__ __CYGWIN32__
3580 # #  endif
3581 # #endif
3582 #
3583 # #ifdef __cplusplus
3584 # extern "C" {
3585 # #endif
3586 # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
3587 # #ifdef __cplusplus
3588 # }
3589 # #endif
3590 #
3591 # #ifdef __CYGWIN__
3592 # #include <cygwin/cygwin_dll.h>
3593 # DECLARE_CYGWIN_DLL( DllMain );
3594 # #endif
3595 # HINSTANCE __hDllInstance_base;
3596 #
3597 # BOOL APIENTRY
3598 # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
3599 # {
3600 #   __hDllInstance_base = hInst;
3601 #   return TRUE;
3602 # }
3603 # /* ltdll.c ends here */
3604         # This is a source program that is used to create import libraries
3605         # on Windows for dlls which lack them. Don't remove nor modify the
3606         # starting and closing comments
3607 # /* impgen.c starts here */
3608 # /*   Copyright (C) 1999-2000 Free Software Foundation, Inc.
3609 #
3610 #  This file is part of GNU libtool.
3611 #
3612 #  This program is free software; you can redistribute it and/or modify
3613 #  it under the terms of the GNU General Public License as published by
3614 #  the Free Software Foundation; either version 2 of the License, or
3615 #  (at your option) any later version.
3616 #
3617 #  This program is distributed in the hope that it will be useful,
3618 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
3619 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3620 #  GNU General Public License for more details.
3621 #
3622 #  You should have received a copy of the GNU General Public License
3623 #  along with this program; if not, write to the Free Software
3624 #  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
3625 #  */
3626 #
3627 # #include <stdio.h>            /* for printf() */
3628 # #include <unistd.h>           /* for open(), lseek(), read() */
3629 # #include <fcntl.h>            /* for O_RDONLY, O_BINARY */
3630 # #include <string.h>           /* for strdup() */
3631 #
3632 # /* O_BINARY isn't required (or even defined sometimes) under Unix */
3633 # #ifndef O_BINARY
3634 # #define O_BINARY 0
3635 # #endif
3636 #
3637 # static unsigned int
3638 # pe_get16 (fd, offset)
3639 #      int fd;
3640 #      int offset;
3641 # {
3642 #   unsigned char b[2];
3643 #   lseek (fd, offset, SEEK_SET);
3644 #   read (fd, b, 2);
3645 #   return b[0] + (b[1]<<8);
3646 # }
3647 #
3648 # static unsigned int
3649 # pe_get32 (fd, offset)
3650 #     int fd;
3651 #     int offset;
3652 # {
3653 #   unsigned char b[4];
3654 #   lseek (fd, offset, SEEK_SET);
3655 #   read (fd, b, 4);
3656 #   return b[0] + (b[1]<<8) + (b[2]<<16) + (b[3]<<24);
3657 # }
3658 #
3659 # static unsigned int
3660 # pe_as32 (ptr)
3661 #      void *ptr;
3662 # {
3663 #   unsigned char *b = ptr;
3664 #   return b[0] + (b[1]<<8) + (b[2]<<16) + (b[3]<<24);
3665 # }
3666 #
3667 # int
3668 # main (argc, argv)
3669 #     int argc;
3670 #     char *argv[];
3671 # {
3672 #     int dll;
3673 #     unsigned long pe_header_offset, opthdr_ofs, num_entries, i;
3674 #     unsigned long export_rva, export_size, nsections, secptr, expptr;
3675 #     unsigned long name_rvas, nexp;
3676 #     unsigned char *expdata, *erva;
3677 #     char *filename, *dll_name;
3678 #
3679 #     filename = argv[1];
3680 #
3681 #     dll = open(filename, O_RDONLY|O_BINARY);
3682 #     if (dll < 1)
3683 #       return 1;
3684 #
3685 #     dll_name = filename;
3686 #
3687 #     for (i=0; filename[i]; i++)
3688 #       if (filename[i] == '/' || filename[i] == '\\'  || filename[i] == ':')
3689 #           dll_name = filename + i +1;
3690 #
3691 #     pe_header_offset = pe_get32 (dll, 0x3c);
3692 #     opthdr_ofs = pe_header_offset + 4 + 20;
3693 #     num_entries = pe_get32 (dll, opthdr_ofs + 92);
3694 #
3695 #     if (num_entries < 1) /* no exports */
3696 #       return 1;
3697 #
3698 #     export_rva = pe_get32 (dll, opthdr_ofs + 96);
3699 #     export_size = pe_get32 (dll, opthdr_ofs + 100);
3700 #     nsections = pe_get16 (dll, pe_header_offset + 4 +2);
3701 #     secptr = (pe_header_offset + 4 + 20 +
3702 #             pe_get16 (dll, pe_header_offset + 4 + 16));
3703 #
3704 #     expptr = 0;
3705 #     for (i = 0; i < nsections; i++)
3706 #     {
3707 #       char sname[8];
3708 #       unsigned long secptr1 = secptr + 40 * i;
3709 #       unsigned long vaddr = pe_get32 (dll, secptr1 + 12);
3710 #       unsigned long vsize = pe_get32 (dll, secptr1 + 16);
3711 #       unsigned long fptr = pe_get32 (dll, secptr1 + 20);
3712 #       lseek(dll, secptr1, SEEK_SET);
3713 #       read(dll, sname, 8);
3714 #       if (vaddr <= export_rva && vaddr+vsize > export_rva)
3715 #       {
3716 #           expptr = fptr + (export_rva - vaddr);
3717 #           if (export_rva + export_size > vaddr + vsize)
3718 #               export_size = vsize - (export_rva - vaddr);
3719 #           break;
3720 #       }
3721 #     }
3722 #
3723 #     expdata = (unsigned char*)malloc(export_size);
3724 #     lseek (dll, expptr, SEEK_SET);
3725 #     read (dll, expdata, export_size);
3726 #     erva = expdata - export_rva;
3727 #
3728 #     nexp = pe_as32 (expdata+24);
3729 #     name_rvas = pe_as32 (expdata+32);
3730 #
3731 #     printf ("EXPORTS\n");
3732 #     for (i = 0; i<nexp; i++)
3733 #     {
3734 #       unsigned long name_rva = pe_as32 (erva+name_rvas+i*4);
3735 #       printf ("\t%s @ %ld ;\n", erva+name_rva, 1+ i);
3736 #     }
3737 #
3738 #     return 0;
3739 # }
3740 # /* impgen.c ends here */
3741
3742 EOF
3743     ;;
3744   esac
3745
3746   # We use sed instead of cat because bash on DJGPP gets confused if
3747   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
3748   # text mode, it properly converts lines to CR/LF.  This bash problem
3749   # is reportedly fixed, but why not run on old versions too?
3750   sed '$q' "$ltmain" >> "${ofile}T" || (rm -f "${ofile}T"; exit 1)
3751
3752   mv -f "${ofile}T" "$ofile" || \
3753     (rm -f "$ofile" && cp "${ofile}T" "$ofile" && rm -f "${ofile}T")
3754   chmod +x "$ofile"
3755 fi
3756
3757 ])# _LT_AC_LTCONFIG_HACK
3758
3759 # AC_LIBTOOL_DLOPEN - enable checks for dlopen support
3760 AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])])
3761
3762 # AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's
3763 AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])])
3764
3765 # AC_ENABLE_SHARED - implement the --enable-shared flag
3766 # Usage: AC_ENABLE_SHARED[(DEFAULT)]
3767 #   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to
3768 #   `yes'.
3769 AC_DEFUN([AC_ENABLE_SHARED],
3770 [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
3771 AC_ARG_ENABLE(shared,
3772 changequote(<<, >>)dnl
3773 <<  --enable-shared[=PKGS]  build shared libraries [default=>>AC_ENABLE_SHARED_DEFAULT],
3774 changequote([, ])dnl
3775 [p=${PACKAGE-default}
3776 case $enableval in
3777 yes) enable_shared=yes ;;
3778 no) enable_shared=no ;;
3779 *)
3780   enable_shared=no
3781   # Look at the argument we got.  We use all the common list separators.
3782   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3783   for pkg in $enableval; do
3784     if test "X$pkg" = "X$p"; then
3785       enable_shared=yes
3786     fi
3787   done
3788   IFS="$ac_save_ifs"
3789   ;;
3790 esac],
3791 enable_shared=AC_ENABLE_SHARED_DEFAULT)dnl
3792 ])
3793
3794 # AC_DISABLE_SHARED - set the default shared flag to --disable-shared
3795 AC_DEFUN([AC_DISABLE_SHARED],
3796 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
3797 AC_ENABLE_SHARED(no)])
3798
3799 # AC_ENABLE_STATIC - implement the --enable-static flag
3800 # Usage: AC_ENABLE_STATIC[(DEFAULT)]
3801 #   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to
3802 #   `yes'.
3803 AC_DEFUN([AC_ENABLE_STATIC],
3804 [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
3805 AC_ARG_ENABLE(static,
3806 changequote(<<, >>)dnl
3807 <<  --enable-static[=PKGS]  build static libraries [default=>>AC_ENABLE_STATIC_DEFAULT],
3808 changequote([, ])dnl
3809 [p=${PACKAGE-default}
3810 case $enableval in
3811 yes) enable_static=yes ;;
3812 no) enable_static=no ;;
3813 *)
3814   enable_static=no
3815   # Look at the argument we got.  We use all the common list separators.
3816   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3817   for pkg in $enableval; do
3818     if test "X$pkg" = "X$p"; then
3819       enable_static=yes
3820     fi
3821   done
3822   IFS="$ac_save_ifs"
3823   ;;
3824 esac],
3825 enable_static=AC_ENABLE_STATIC_DEFAULT)dnl
3826 ])
3827
3828 # AC_DISABLE_STATIC - set the default static flag to --disable-static
3829 AC_DEFUN([AC_DISABLE_STATIC],
3830 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
3831 AC_ENABLE_STATIC(no)])
3832
3833
3834 # AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
3835 # Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
3836 #   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to
3837 #   `yes'.
3838 AC_DEFUN([AC_ENABLE_FAST_INSTALL],
3839 [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
3840 AC_ARG_ENABLE(fast-install,
3841 changequote(<<, >>)dnl
3842 <<  --enable-fast-install[=PKGS]  optimize for fast installation [default=>>AC_ENABLE_FAST_INSTALL_DEFAULT],
3843 changequote([, ])dnl
3844 [p=${PACKAGE-default}
3845 case $enableval in
3846 yes) enable_fast_install=yes ;;
3847 no) enable_fast_install=no ;;
3848 *)
3849   enable_fast_install=no
3850   # Look at the argument we got.  We use all the common list separators.
3851   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
3852   for pkg in $enableval; do
3853     if test "X$pkg" = "X$p"; then
3854       enable_fast_install=yes
3855     fi
3856   done
3857   IFS="$ac_save_ifs"
3858   ;;
3859 esac],
3860 enable_fast_install=AC_ENABLE_FAST_INSTALL_DEFAULT)dnl
3861 ])
3862
3863 # AC_DISABLE_FAST_INSTALL - set the default to --disable-fast-install
3864 AC_DEFUN([AC_DISABLE_FAST_INSTALL],
3865 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
3866 AC_ENABLE_FAST_INSTALL(no)])
3867
3868 # AC_LIBTOOL_PICMODE - implement the --with-pic flag
3869 # Usage: AC_LIBTOOL_PICMODE[(MODE)]
3870 #   Where MODE is either `yes' or `no'.  If omitted, it defaults to
3871 #   `both'.
3872 AC_DEFUN([AC_LIBTOOL_PICMODE],
3873 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
3874 pic_mode=ifelse($#,1,$1,default)])
3875
3876
3877 # AC_PATH_TOOL_PREFIX - find a file program which can recognise shared library
3878 AC_DEFUN([AC_PATH_TOOL_PREFIX],
3879 [AC_MSG_CHECKING([for $1])
3880 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
3881 [case $MAGIC_CMD in
3882   /*)
3883   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
3884   ;;
3885   ?:/*)
3886   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
3887   ;;
3888   *)
3889   ac_save_MAGIC_CMD="$MAGIC_CMD"
3890   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3891 dnl $ac_dummy forces splitting on constant user-supplied paths.
3892 dnl POSIX.2 word splitting is done only on the output of word expansions,
3893 dnl not every word.  This closes a longstanding sh security hole.
3894   ac_dummy="ifelse([$2], , $PATH, [$2])"
3895   for ac_dir in $ac_dummy; do
3896     test -z "$ac_dir" && ac_dir=.
3897     if test -f $ac_dir/$1; then
3898       lt_cv_path_MAGIC_CMD="$ac_dir/$1"
3899       if test -n "$file_magic_test_file"; then
3900         case $deplibs_check_method in
3901         "file_magic "*)
3902           file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3903           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3904           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
3905             egrep "$file_magic_regex" > /dev/null; then
3906             :
3907           else
3908             cat <<EOF 1>&2
3909
3910 *** Warning: the command libtool uses to detect shared libraries,
3911 *** $file_magic_cmd, produces output that libtool cannot recognize.
3912 *** The result is that libtool may fail to recognize shared libraries
3913 *** as such.  This will affect the creation of libtool libraries that
3914 *** depend on shared libraries, but programs linked with such libtool
3915 *** libraries will work regardless of this problem.  Nevertheless, you
3916 *** may want to report the problem to your system manager and/or to
3917 *** bug-libtool@gnu.org
3918
3919 EOF
3920           fi ;;
3921         esac
3922       fi
3923       break
3924     fi
3925   done
3926   IFS="$ac_save_ifs"
3927   MAGIC_CMD="$ac_save_MAGIC_CMD"
3928   ;;
3929 esac])
3930 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3931 if test -n "$MAGIC_CMD"; then
3932   AC_MSG_RESULT($MAGIC_CMD)
3933 else
3934   AC_MSG_RESULT(no)
3935 fi
3936 ])
3937
3938
3939 # AC_PATH_MAGIC - find a file program which can recognise a shared library
3940 AC_DEFUN([AC_PATH_MAGIC],
3941 [AC_REQUIRE([AC_CHECK_TOOL_PREFIX])dnl
3942 AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin:$PATH)
3943 if test -z "$lt_cv_path_MAGIC_CMD"; then
3944   if test -n "$ac_tool_prefix"; then
3945     AC_PATH_TOOL_PREFIX(file, /usr/bin:$PATH)
3946   else
3947     MAGIC_CMD=:
3948   fi
3949 fi
3950 ])
3951
3952
3953 # AC_PROG_LD - find the path to the GNU or non-GNU linker
3954 AC_DEFUN([AC_PROG_LD],
3955 [AC_ARG_WITH(gnu-ld,
3956 [  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]],
3957 test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no)
3958 AC_REQUIRE([AC_PROG_CC])dnl
3959 AC_REQUIRE([AC_CANONICAL_HOST])dnl
3960 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
3961 AC_REQUIRE([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR])dnl
3962 ac_prog=ld
3963 if test "$GCC" = yes; then
3964   # Check if gcc -print-prog-name=ld gives a path.
3965   AC_MSG_CHECKING([for ld used by GCC])
3966   case $host in
3967   *-*-mingw*)
3968     # gcc leaves a trailing carriage return which upsets mingw
3969     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3970   *)
3971     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3972   esac
3973   case $ac_prog in
3974     # Accept absolute paths.
3975     [[\\/]]* | [[A-Za-z]]:[[\\/]]*)
3976       re_direlt='/[[^/]][[^/]]*/\.\./'
3977       # Canonicalize the path of ld
3978       ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
3979       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
3980         ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
3981       done
3982       test -z "$LD" && LD="$ac_prog"
3983       ;;
3984   "")
3985     # If it fails, then pretend we aren't using GCC.
3986     ac_prog=ld
3987     ;;
3988   *)
3989     # If it is relative, then search for the first ld in PATH.
3990     with_gnu_ld=unknown
3991     ;;
3992   esac
3993 elif test "$with_gnu_ld" = yes; then
3994   AC_MSG_CHECKING([for GNU ld])
3995 else
3996   AC_MSG_CHECKING([for non-GNU ld])
3997 fi
3998 AC_CACHE_VAL(lt_cv_path_LD,
3999 [if test -z "$LD"; then
4000   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4001   for ac_dir in $PATH; do
4002     test -z "$ac_dir" && ac_dir=.
4003     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4004       lt_cv_path_LD="$ac_dir/$ac_prog"
4005       # Check to see if the program is GNU ld.  I'd rather use --version,
4006       # but apparently some GNU ld's only accept -v.
4007       # Break only if it was the GNU/non-GNU ld that we prefer.
4008       if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
4009         test "$with_gnu_ld" != no && break
4010       else
4011         test "$with_gnu_ld" != yes && break
4012       fi
4013     fi
4014   done
4015   IFS="$ac_save_ifs"
4016 else
4017   lt_cv_path_LD="$LD" # Let the user override the test with a path.
4018 fi])
4019 LD="$lt_cv_path_LD"
4020 if test -n "$LD"; then
4021   AC_MSG_RESULT($LD)
4022 else
4023   AC_MSG_RESULT(no)
4024 fi
4025 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
4026 AC_PROG_LD_GNU
4027 ])
4028
4029 # AC_PROG_LD_GNU -
4030 AC_DEFUN([AC_PROG_LD_GNU],
4031 [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
4032 [# I'd rather use --version here, but apparently some GNU ld's only accept -v.
4033 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
4034   lt_cv_prog_gnu_ld=yes
4035 else
4036   lt_cv_prog_gnu_ld=no
4037 fi])
4038 with_gnu_ld=$lt_cv_prog_gnu_ld
4039 ])
4040
4041 # AC_PROG_LD_RELOAD_FLAG - find reload flag for linker
4042 #   -- PORTME Some linkers may need a different reload flag.
4043 AC_DEFUN([AC_PROG_LD_RELOAD_FLAG],
4044 [AC_CACHE_CHECK([for $LD option to reload object files], lt_cv_ld_reload_flag,
4045 [lt_cv_ld_reload_flag='-r'])
4046 reload_flag=$lt_cv_ld_reload_flag
4047 test -n "$reload_flag" && reload_flag=" $reload_flag"
4048 ])
4049
4050 # AC_DEPLIBS_CHECK_METHOD - how to check for library dependencies
4051 #  -- PORTME fill in with the dynamic library characteristics
4052 AC_DEFUN([AC_DEPLIBS_CHECK_METHOD],
4053 [AC_CACHE_CHECK([how to recognise dependent libraries],
4054 lt_cv_deplibs_check_method,
4055 [lt_cv_file_magic_cmd='$MAGIC_CMD'
4056 lt_cv_file_magic_test_file=
4057 lt_cv_deplibs_check_method='unknown'
4058 # Need to set the preceding variable on all platforms that support
4059 # interlibrary dependencies.
4060 # 'none' -- dependencies not supported.
4061 # `unknown' -- same as none, but documents that we really don't know.
4062 # 'pass_all' -- all dependencies passed with no checks.
4063 # 'test_compile' -- check by making test program.
4064 # 'file_magic [[regex]]' -- check by looking for files in library path
4065 # which responds to the $file_magic_cmd with a given egrep regex.
4066 # If you have `file' or equivalent on your system and you're not sure
4067 # whether `pass_all' will *always* work, you probably want this one.
4068
4069 case $host_os in
4070 aix4* | aix5*)
4071   lt_cv_deplibs_check_method=pass_all
4072   ;;
4073
4074 beos*)
4075   lt_cv_deplibs_check_method=pass_all
4076   ;;
4077
4078 bsdi4*)
4079   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
4080   lt_cv_file_magic_cmd='/usr/bin/file -L'
4081   lt_cv_file_magic_test_file=/shlib/libc.so
4082   ;;
4083
4084 cygwin* | mingw* | pw32*)
4085   lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4086   lt_cv_file_magic_cmd='$OBJDUMP -f'
4087   ;;
4088
4089 darwin* | rhapsody*)
4090   lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
4091   lt_cv_file_magic_cmd='/usr/bin/file -L'
4092   case "$host_os" in
4093   rhapsody* | darwin1.[[012]])
4094     lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -1`
4095     ;;
4096   *) # Darwin 1.3 on
4097     lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
4098     ;;
4099   esac
4100   ;;
4101
4102 freebsd*)
4103   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
4104     case $host_cpu in
4105     i*86 )
4106       # Not sure whether the presence of OpenBSD here was a mistake.
4107       # Let's accept both of them until this is cleared up.
4108       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
4109       lt_cv_file_magic_cmd=/usr/bin/file
4110       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4111       ;;
4112     esac
4113   else
4114     lt_cv_deplibs_check_method=pass_all
4115   fi
4116   ;;
4117
4118 gnu*)
4119   lt_cv_deplibs_check_method=pass_all
4120   ;;
4121
4122 hpux10.20*|hpux11*)
4123   lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
4124   lt_cv_file_magic_cmd=/usr/bin/file
4125   lt_cv_file_magic_test_file=/usr/lib/libc.sl
4126   ;;
4127
4128 irix5* | irix6* | nonstopux*)
4129   case $host_os in
4130   irix5* | nonstopux*)
4131     # this will be overridden with pass_all, but let us keep it just in case
4132     lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
4133     ;;
4134   *)
4135     case $LD in
4136     *-32|*"-32 ") libmagic=32-bit;;
4137     *-n32|*"-n32 ") libmagic=N32;;
4138     *-64|*"-64 ") libmagic=64-bit;;
4139     *) libmagic=never-match;;
4140     esac
4141     # this will be overridden with pass_all, but let us keep it just in case
4142     lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[[1234]] dynamic lib MIPS - version 1"
4143     ;;
4144   esac
4145   lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
4146   lt_cv_deplibs_check_method=pass_all
4147   ;;
4148
4149 # This must be Linux ELF.
4150 linux*)
4151   case $host_cpu in
4152   alpha* | hppa* | i*86 | m68* | mips | mipsel | powerpc* | s390* | sparc* | ia64* | x86_64*)
4153     lt_cv_deplibs_check_method=pass_all ;;
4154   *)
4155     # glibc up to 2.1.1 does not perform some relocations on ARM
4156     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
4157   esac
4158   lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
4159   ;;
4160
4161 netbsd*)
4162   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
4163     lt_cv_deplibs_check_method='match_pattern /lib[[^/\.]]+\.so\.[[0-9]]+\.[[0-9]]+$'
4164   else
4165     lt_cv_deplibs_check_method='match_pattern /lib[[^/\.]]+\.so$'
4166   fi
4167   ;;
4168
4169 newos6*)
4170   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
4171   lt_cv_file_magic_cmd=/usr/bin/file
4172   lt_cv_file_magic_test_file=/usr/lib/libnls.so
4173   ;;
4174
4175 openbsd*)
4176   lt_cv_file_magic_cmd=/usr/bin/file
4177   lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4178   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4179     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
4180   else
4181     lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
4182   fi
4183   ;;
4184
4185 osf3* | osf4* | osf5*)
4186   # this will be overridden with pass_all, but let us keep it just in case
4187   lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
4188   lt_cv_file_magic_test_file=/shlib/libc.so
4189   lt_cv_deplibs_check_method=pass_all
4190   ;;
4191
4192 sco3.2v5*)
4193   lt_cv_deplibs_check_method=pass_all
4194   ;;
4195
4196 solaris*)
4197   lt_cv_deplibs_check_method=pass_all
4198   lt_cv_file_magic_test_file=/lib/libc.so
4199   ;;
4200
4201 sysv5uw[[78]]* | sysv4*uw2*)
4202   lt_cv_deplibs_check_method=pass_all
4203   ;;
4204
4205 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
4206   case $host_vendor in
4207   motorola)
4208     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]]'
4209     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4210     ;;
4211   ncr)
4212     lt_cv_deplibs_check_method=pass_all
4213     ;;
4214   sequent)
4215     lt_cv_file_magic_cmd='/bin/file'
4216     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
4217     ;;
4218   sni)
4219     lt_cv_file_magic_cmd='/bin/file'
4220     lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
4221     lt_cv_file_magic_test_file=/lib/libc.so
4222     ;;
4223   siemens)
4224     lt_cv_deplibs_check_method=pass_all
4225     ;;
4226   esac
4227   ;;
4228 esac
4229 ])
4230 file_magic_cmd=$lt_cv_file_magic_cmd
4231 deplibs_check_method=$lt_cv_deplibs_check_method
4232 ])
4233
4234
4235 # AC_PROG_NM - find the path to a BSD-compatible name lister
4236 AC_DEFUN([AC_PROG_NM],
4237 [AC_REQUIRE([_LT_AC_LIBTOOL_SYS_PATH_SEPARATOR])dnl
4238 AC_MSG_CHECKING([for BSD-compatible nm])
4239 AC_CACHE_VAL(lt_cv_path_NM,
4240 [if test -n "$NM"; then
4241   # Let the user override the test.
4242   lt_cv_path_NM="$NM"
4243 else
4244   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4245   for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
4246     test -z "$ac_dir" && ac_dir=.
4247     tmp_nm=$ac_dir/${ac_tool_prefix}nm
4248     if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
4249       # Check to see if the nm accepts a BSD-compat flag.
4250       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4251       #   nm: unknown option "B" ignored
4252       # Tru64's nm complains that /dev/null is an invalid object file
4253       if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
4254         lt_cv_path_NM="$tmp_nm -B"
4255         break
4256       elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
4257         lt_cv_path_NM="$tmp_nm -p"
4258         break
4259       else
4260         lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4261         continue # so that we can try to find one that supports BSD flags
4262       fi
4263     fi
4264   done
4265   IFS="$ac_save_ifs"
4266   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
4267 fi])
4268 NM="$lt_cv_path_NM"
4269 AC_MSG_RESULT([$NM])
4270 ])
4271
4272 # AC_CHECK_LIBM - check for math library
4273 AC_DEFUN([AC_CHECK_LIBM],
4274 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
4275 LIBM=
4276 case $host in
4277 *-*-beos* | *-*-cygwin* | *-*-pw32*)
4278   # These system don't have libm
4279   ;;
4280 *-ncr-sysv4.3*)
4281   AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
4282   AC_CHECK_LIB(m, main, LIBM="$LIBM -lm")
4283   ;;
4284 *)
4285   AC_CHECK_LIB(m, main, LIBM="-lm")
4286   ;;
4287 esac
4288 ])
4289
4290 # AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
4291 # the libltdl convenience library and LTDLINCL to the include flags for
4292 # the libltdl header and adds --enable-ltdl-convenience to the
4293 # configure arguments.  Note that LIBLTDL and LTDLINCL are not
4294 # AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If DIR is not
4295 # provided, it is assumed to be `libltdl'.  LIBLTDL will be prefixed
4296 # with '${top_builddir}/' and LTDLINCL will be prefixed with
4297 # '${top_srcdir}/' (note the single quotes!).  If your package is not
4298 # flat and you're not using automake, define top_builddir and
4299 # top_srcdir appropriately in the Makefiles.
4300 AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
4301 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
4302   case $enable_ltdl_convenience in
4303   no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
4304   "") enable_ltdl_convenience=yes
4305       ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
4306   esac
4307   LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
4308   LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
4309   # For backwards non-gettext consistent compatibility...
4310   INCLTDL="$LTDLINCL"
4311 ])
4312
4313 # AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
4314 # the libltdl installable library and LTDLINCL to the include flags for
4315 # the libltdl header and adds --enable-ltdl-install to the configure
4316 # arguments.  Note that LIBLTDL and LTDLINCL are not AC_SUBSTed, nor is
4317 # AC_CONFIG_SUBDIRS called.  If DIR is not provided and an installed
4318 # libltdl is not found, it is assumed to be `libltdl'.  LIBLTDL will
4319 # be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed
4320 # with '${top_srcdir}/' (note the single quotes!).  If your package is
4321 # not flat and you're not using automake, define top_builddir and
4322 # top_srcdir appropriately in the Makefiles.
4323 # In the future, this macro may have to be called after AC_PROG_LIBTOOL.
4324 AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
4325 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
4326   AC_CHECK_LIB(ltdl, main,
4327   [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
4328   [if test x"$enable_ltdl_install" = xno; then
4329      AC_MSG_WARN([libltdl not installed, but installation disabled])
4330    else
4331      enable_ltdl_install=yes
4332    fi
4333   ])
4334   if test x"$enable_ltdl_install" = x"yes"; then
4335     ac_configure_args="$ac_configure_args --enable-ltdl-install"
4336     LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
4337     LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
4338   else
4339     ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
4340     LIBLTDL="-lltdl"
4341     LTDLINCL=
4342   fi
4343   # For backwards non-gettext consistent compatibility...
4344   INCLTDL="$LTDLINCL"
4345 ])
4346
4347 # old names
4348 AC_DEFUN([AM_PROG_LIBTOOL],   [AC_PROG_LIBTOOL])
4349 AC_DEFUN([AM_ENABLE_SHARED],  [AC_ENABLE_SHARED($@)])
4350 AC_DEFUN([AM_ENABLE_STATIC],  [AC_ENABLE_STATIC($@)])
4351 AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
4352 AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
4353 AC_DEFUN([AM_PROG_LD],        [AC_PROG_LD])
4354 AC_DEFUN([AM_PROG_NM],        [AC_PROG_NM])
4355
4356 # This is just to silence aclocal about the macro not being used
4357 ifelse([AC_DISABLE_FAST_INSTALL])
4358
4359 # NOTE: This macro has been submitted for inclusion into   #
4360 #  GNU Autoconf as AC_PROG_SED.  When it is available in   #
4361 #  a released version of Autoconf we should remove this    #
4362 #  macro and use it instead.                               #
4363 # LT_AC_PROG_SED
4364 # --------------
4365 # Check for a fully-functional sed program, that truncates
4366 # as few characters as possible.  Prefer GNU sed if found.
4367 AC_DEFUN([LT_AC_PROG_SED],
4368 [AC_MSG_CHECKING([for a sed that does not truncate output])
4369 AC_CACHE_VAL(lt_cv_path_SED,
4370 [# Loop through the user's path and test for sed and gsed.
4371 # Then use that list of sed's as ones to test for truncation.
4372 as_executable_p="test -f"
4373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4374 for as_dir in $PATH
4375 do
4376   IFS=$as_save_IFS
4377   test -z "$as_dir" && as_dir=.
4378   for ac_prog in sed gsed; do
4379     for ac_exec_ext in '' $ac_executable_extensions; do
4380       if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4381         _sed_list="$_sed_list $as_dir/$ac_prog$ac_exec_ext"
4382       fi
4383     done
4384   done
4385 done
4386
4387   # Create a temporary directory, and hook for its removal unless debugging.
4388 $debug ||
4389 {
4390   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
4391   trap '{ (exit 1); exit 1; }' 1 2 13 15
4392 }
4393
4394 # Create a (secure) tmp directory for tmp files.
4395 : ${TMPDIR=/tmp}
4396 {
4397   tmp=`(umask 077 && mktemp -d -q "$TMPDIR/sedXXXXXX") 2>/dev/null` &&
4398   test -n "$tmp" && test -d "$tmp"
4399 }  ||
4400 {
4401   tmp=$TMPDIR/sed$$-$RANDOM
4402   (umask 077 && mkdir $tmp)
4403 } ||
4404 {
4405    echo "$me: cannot create a temporary directory in $TMPDIR" >&2
4406    { (exit 1); exit 1; }
4407 }
4408   _max=0
4409   _count=0
4410   # Add /usr/xpg4/bin/sed as it is typically found on Solaris
4411   # along with /bin/sed that truncates output.
4412   for _sed in $_sed_list /usr/xpg4/bin/sed; do
4413     test ! -f ${_sed} && break
4414     cat /dev/null > "$tmp/sed.in"
4415     _count=0
4416     echo ${ECHO_N-$ac_n} "0123456789${ECHO_C-$ac_c}" >"$tmp/sed.in"
4417     # Check for GNU sed and select it if it is found.
4418     if "${_sed}" --version 2>&1 < /dev/null | egrep '(GNU)' > /dev/null; then
4419       lt_cv_path_SED=${_sed}
4420       break
4421     fi
4422     while true; do
4423       cat "$tmp/sed.in" "$tmp/sed.in" >"$tmp/sed.tmp"
4424       mv "$tmp/sed.tmp" "$tmp/sed.in"
4425       cp "$tmp/sed.in" "$tmp/sed.nl"
4426       echo >>"$tmp/sed.nl"
4427       ${_sed} -e 's/a$//' < "$tmp/sed.nl" >"$tmp/sed.out" || break
4428       cmp -s "$tmp/sed.out" "$tmp/sed.nl" || break
4429       # 40000 chars as input seems more than enough
4430       test $_count -gt 10 && break
4431       _count=`expr $_count + 1`
4432       if test $_count -gt $_max; then
4433         _max=$_count
4434         lt_cv_path_SED=$_sed
4435       fi
4436     done
4437   done
4438   rm -rf "$tmp"
4439 ])
4440 if test "X$SED" != "X"; then
4441   lt_cv_path_SED=$SED
4442 else
4443   SED=$lt_cv_path_SED
4444 fi
4445 AC_MSG_RESULT([$SED])
4446 ])
4447