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