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