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