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