aclocal.m4
上传用户:quxuerui
上传日期:2018-01-08
资源大小:41811k
文件大小:241k
源码类别:

网格计算

开发平台:

Java

  1. _LT_AC_TAGVAR(LD, $1)="$LD"
  2. AC_LIBTOOL_POSTDEP_PREDEP($1)
  3. AC_LIBTOOL_PROG_COMPILER_PIC($1)
  4. AC_LIBTOOL_PROG_CC_C_O($1)
  5. AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
  6. AC_LIBTOOL_PROG_LD_SHLIBS($1)
  7. AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
  8. AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
  9. AC_LIBTOOL_SYS_LIB_STRIP
  10. AC_LIBTOOL_DLOPEN_SELF($1)
  11. AC_LIBTOOL_CONFIG($1)
  12. AC_LANG_POP
  13. CC=$lt_save_CC
  14. LDCXX=$LD
  15. LD=$lt_save_LD
  16. GCC=$lt_save_GCC
  17. with_gnu_ldcxx=$with_gnu_ld
  18. with_gnu_ld=$lt_save_with_gnu_ld
  19. lt_cv_path_LDCXX=$lt_cv_path_LD
  20. lt_cv_path_LD=$lt_save_path_LD
  21. lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
  22. lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
  23. ])# AC_LIBTOOL_LANG_CXX_CONFIG
  24. # AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME])
  25. # ------------------------
  26. # Figure out "hidden" library dependencies from verbose
  27. # compiler output when linking a shared library.
  28. # Parse the compiler output and extract the necessary
  29. # objects, libraries and library flags.
  30. AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],[
  31. dnl we can't use the lt_simple_compile_test_code here,
  32. dnl because it contains code intended for an executable,
  33. dnl not a library.  It's possible we should let each
  34. dnl tag define a new lt_????_link_test_code variable,
  35. dnl but it's only used here...
  36. ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
  37. int a;
  38. void foo (void) { a = 0; }
  39. EOF
  40. ],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
  41. class Foo
  42. {
  43. public:
  44.   Foo (void) { a = 0; }
  45. private:
  46.   int a;
  47. };
  48. EOF
  49. ],[$1],[F77],[cat > conftest.$ac_ext <<EOF
  50.       subroutine foo
  51.       implicit none
  52.       integer*4 a
  53.       a=0
  54.       return
  55.       end
  56. EOF
  57. ],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
  58. public class foo {
  59.   private int a;
  60.   public void bar (void) {
  61.     a = 0;
  62.   }
  63. };
  64. EOF
  65. ])
  66. dnl Parse the compiler output and extract the necessary
  67. dnl objects, libraries and library flags.
  68. if AC_TRY_EVAL(ac_compile); then
  69.   # Parse the compiler output and extract the necessary
  70.   # objects, libraries and library flags.
  71.   # Sentinel used to keep track of whether or not we are before
  72.   # the conftest object file.
  73.   pre_test_object_deps_done=no
  74.   # The `*' in the case matches for architectures that use `case' in
  75.   # $output_verbose_cmd can trigger glob expansion during the loop
  76.   # eval without this substitution.
  77.   output_verbose_link_cmd="`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`"
  78.   for p in `eval $output_verbose_link_cmd`; do
  79.     case $p in
  80.     -L* | -R* | -l*)
  81.        # Some compilers place space between "-{L,R}" and the path.
  82.        # Remove the space.
  83.        if test $p = "-L" 
  84.   || test $p = "-R"; then
  85.  prev=$p
  86.  continue
  87.        else
  88.  prev=
  89.        fi
  90.        if test "$pre_test_object_deps_done" = no; then
  91.  case $p in
  92.  -L* | -R*)
  93.    # Internal compiler library paths should come after those
  94.    # provided the user.  The postdeps already come after the
  95.    # user supplied libs so there is no need to process them.
  96.    if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
  97.      _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
  98.    else
  99.      _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
  100.    fi
  101.    ;;
  102.  # The "-l" case would never come before the object being
  103.  # linked, so don't bother handling this case.
  104.  esac
  105.        else
  106.  if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
  107.    _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
  108.  else
  109.    _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
  110.  fi
  111.        fi
  112.        ;;
  113.     *.$objext)
  114.        # This assumes that the test object file only shows up
  115.        # once in the compiler output.
  116.        if test "$p" = "conftest.$objext"; then
  117.  pre_test_object_deps_done=yes
  118.  continue
  119.        fi
  120.        if test "$pre_test_object_deps_done" = no; then
  121.  if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
  122.    _LT_AC_TAGVAR(predep_objects, $1)="$p"
  123.  else
  124.    _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
  125.  fi
  126.        else
  127.  if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
  128.    _LT_AC_TAGVAR(postdep_objects, $1)="$p"
  129.  else
  130.    _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
  131.  fi
  132.        fi
  133.        ;;
  134.     *) ;; # Ignore the rest.
  135.     esac
  136.   done
  137.   # Clean up.
  138.   rm -f a.out a.exe
  139. else
  140.   echo "libtool.m4: error: problem compiling $1 test program"
  141. fi
  142. $rm -f confest.$objext
  143. case " $_LT_AC_TAGVAR(postdeps, $1) " in
  144. *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
  145. esac
  146. ])# AC_LIBTOOL_POSTDEP_PREDEP
  147. # AC_LIBTOOL_LANG_F77_CONFIG
  148. # ------------------------
  149. # Ensure that the configuration vars for the C compiler are
  150. # suitably defined.  Those variables are subsequently used by
  151. # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
  152. AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
  153. AC_DEFUN([_LT_AC_LANG_F77_CONFIG],
  154. [AC_REQUIRE([AC_PROG_F77])
  155. AC_LANG_PUSH(Fortran 77)
  156. _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
  157. _LT_AC_TAGVAR(allow_undefined_flag, $1)=
  158. _LT_AC_TAGVAR(always_export_symbols, $1)=no
  159. _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
  160. _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
  161. _LT_AC_TAGVAR(hardcode_direct, $1)=no
  162. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
  163. _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
  164. _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
  165. _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
  166. _LT_AC_TAGVAR(hardcode_automatic, $1)=no
  167. _LT_AC_TAGVAR(module_cmds, $1)=
  168. _LT_AC_TAGVAR(module_expsym_cmds, $1)=
  169. _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
  170. _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
  171. _LT_AC_TAGVAR(no_undefined_flag, $1)=
  172. _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
  173. _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
  174. # Source file extension for f77 test sources.
  175. ac_ext=f
  176. # Object file extension for compiled f77 test sources.
  177. objext=o
  178. _LT_AC_TAGVAR(objext, $1)=$objext
  179. # Code to be used in simple compile tests
  180. lt_simple_compile_test_code="      subroutine tn      returnn      endn"
  181. # Code to be used in simple link tests
  182. lt_simple_link_test_code="      program tn      endn"
  183. # ltmain only uses $CC for tagged configurations so make sure $CC is set.
  184. _LT_AC_SYS_COMPILER
  185. # Allow CC to be a program name with arguments.
  186. lt_save_CC="$CC"
  187. CC=${F77-"f77"}
  188. compiler=$CC
  189. _LT_AC_TAGVAR(compiler, $1)=$CC
  190. cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
  191. AC_MSG_CHECKING([if libtool supports shared libraries])
  192. AC_MSG_RESULT([$can_build_shared])
  193. AC_MSG_CHECKING([whether to build shared libraries])
  194. test "$can_build_shared" = "no" && enable_shared=no
  195. # On AIX, shared libraries and static libraries use the same namespace, and
  196. # are all built from PIC.
  197. case "$host_os" in
  198. aix3*)
  199.   test "$enable_shared" = yes && enable_static=no
  200.   if test -n "$RANLIB"; then
  201.     archive_cmds="$archive_cmds~$RANLIB $lib"
  202.     postinstall_cmds='$RANLIB $lib'
  203.   fi
  204.   ;;
  205. aix4* | aix5*)
  206.   test "$enable_shared" = yes && enable_static=no
  207.   ;;
  208. esac
  209. AC_MSG_RESULT([$enable_shared])
  210. AC_MSG_CHECKING([whether to build static libraries])
  211. # Make sure either enable_shared or enable_static is yes.
  212. test "$enable_shared" = yes || enable_static=yes
  213. AC_MSG_RESULT([$enable_static])
  214. test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
  215. _LT_AC_TAGVAR(GCC, $1)="$G77"
  216. _LT_AC_TAGVAR(LD, $1)="$LD"
  217. AC_LIBTOOL_PROG_COMPILER_PIC($1)
  218. AC_LIBTOOL_PROG_CC_C_O($1)
  219. AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
  220. AC_LIBTOOL_PROG_LD_SHLIBS($1)
  221. AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
  222. AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
  223. AC_LIBTOOL_SYS_LIB_STRIP
  224. AC_LIBTOOL_CONFIG($1)
  225. AC_LANG_POP
  226. CC="$lt_save_CC"
  227. ])# AC_LIBTOOL_LANG_F77_CONFIG
  228. # AC_LIBTOOL_LANG_GCJ_CONFIG
  229. # --------------------------
  230. # Ensure that the configuration vars for the C compiler are
  231. # suitably defined.  Those variables are subsequently used by
  232. # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
  233. AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
  234. AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG],
  235. [AC_LANG_SAVE
  236. # Source file extension for Java test sources.
  237. ac_ext=java
  238. # Object file extension for compiled Java test sources.
  239. objext=o
  240. _LT_AC_TAGVAR(objext, $1)=$objext
  241. # Code to be used in simple compile tests
  242. lt_simple_compile_test_code="class foo {}n"
  243. # Code to be used in simple link tests
  244. lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }n'
  245. # ltmain only uses $CC for tagged configurations so make sure $CC is set.
  246. _LT_AC_SYS_COMPILER
  247. # Allow CC to be a program name with arguments.
  248. lt_save_CC="$CC"
  249. CC=${GCJ-"gcj"}
  250. compiler=$CC
  251. _LT_AC_TAGVAR(compiler, $1)=$CC
  252. # GCJ did not exist at the time GCC didn't implicitly link libc in.
  253. _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
  254. AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
  255. AC_LIBTOOL_PROG_COMPILER_PIC($1)
  256. AC_LIBTOOL_PROG_CC_C_O($1)
  257. AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
  258. AC_LIBTOOL_PROG_LD_SHLIBS($1)
  259. AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
  260. AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
  261. AC_LIBTOOL_SYS_LIB_STRIP
  262. AC_LIBTOOL_DLOPEN_SELF($1)
  263. AC_LIBTOOL_CONFIG($1)
  264. AC_LANG_RESTORE
  265. CC="$lt_save_CC"
  266. ])# AC_LIBTOOL_LANG_GCJ_CONFIG
  267. # AC_LIBTOOL_LANG_RC_CONFIG
  268. # --------------------------
  269. # Ensure that the configuration vars for the Windows resource compiler are
  270. # suitably defined.  Those variables are subsequently used by
  271. # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
  272. AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
  273. AC_DEFUN([_LT_AC_LANG_RC_CONFIG],
  274. [AC_LANG_SAVE
  275. # Source file extension for RC test sources.
  276. ac_ext=rc
  277. # Object file extension for compiled RC test sources.
  278. objext=o
  279. _LT_AC_TAGVAR(objext, $1)=$objext
  280. # Code to be used in simple compile tests
  281. lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }n'
  282. # Code to be used in simple link tests
  283. lt_simple_link_test_code="$lt_simple_compile_test_code"
  284. # ltmain only uses $CC for tagged configurations so make sure $CC is set.
  285. _LT_AC_SYS_COMPILER
  286. # Allow CC to be a program name with arguments.
  287. lt_save_CC="$CC"
  288. CC=${RC-"windres"}
  289. compiler=$CC
  290. _LT_AC_TAGVAR(compiler, $1)=$CC
  291. _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
  292. AC_LIBTOOL_CONFIG($1)
  293. AC_LANG_RESTORE
  294. CC="$lt_save_CC"
  295. ])# AC_LIBTOOL_LANG_RC_CONFIG
  296. # AC_LIBTOOL_CONFIG([TAGNAME])
  297. # ----------------------------
  298. # If TAGNAME is not passed, then create an initial libtool script
  299. # with a default configuration from the untagged config vars.  Otherwise
  300. # add code to config.status for appending the configuration named by
  301. # TAGNAME from the matching tagged config vars.
  302. AC_DEFUN([AC_LIBTOOL_CONFIG],
  303. [# The else clause should only fire when bootstrapping the
  304. # libtool distribution, otherwise you forgot to ship ltmain.sh
  305. # with your package, and you will get complaints that there are
  306. # no rules to generate ltmain.sh.
  307. if test -f "$ltmain"; then
  308.   # See if we are running on zsh, and set the options which allow our commands through
  309.   # without removal of  escapes.
  310.   if test -n "${ZSH_VERSION+set}" ; then
  311.     setopt NO_GLOB_SUBST
  312.   fi
  313.   # Now quote all the things that may contain metacharacters while being
  314.   # careful not to overquote the AC_SUBSTed values.  We take copies of the
  315.   # variables and quote the copies for generation of the libtool script.
  316.   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM 
  317.     SED SHELL STRIP 
  318.     libname_spec library_names_spec soname_spec extract_expsyms_cmds 
  319.     old_striplib striplib file_magic_cmd finish_cmds finish_eval 
  320.     deplibs_check_method reload_flag reload_cmds need_locks 
  321.     lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl 
  322.     lt_cv_sys_global_symbol_to_c_name_address 
  323.     sys_lib_search_path_spec sys_lib_dlsearch_path_spec 
  324.     old_postinstall_cmds old_postuninstall_cmds 
  325.     _LT_AC_TAGVAR(compiler, $1) 
  326.     _LT_AC_TAGVAR(CC, $1) 
  327.     _LT_AC_TAGVAR(LD, $1) 
  328.     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) 
  329.     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) 
  330.     _LT_AC_TAGVAR(lt_prog_compiler_static, $1) 
  331.     _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) 
  332.     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) 
  333.     _LT_AC_TAGVAR(thread_safe_flag_spec, $1) 
  334.     _LT_AC_TAGVAR(whole_archive_flag_spec, $1) 
  335.     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) 
  336.     _LT_AC_TAGVAR(old_archive_cmds, $1) 
  337.     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) 
  338.     _LT_AC_TAGVAR(predep_objects, $1) 
  339.     _LT_AC_TAGVAR(postdep_objects, $1) 
  340.     _LT_AC_TAGVAR(predeps, $1) 
  341.     _LT_AC_TAGVAR(postdeps, $1) 
  342.     _LT_AC_TAGVAR(compiler_lib_search_path, $1) 
  343.     _LT_AC_TAGVAR(archive_cmds, $1) 
  344.     _LT_AC_TAGVAR(archive_expsym_cmds, $1) 
  345.     _LT_AC_TAGVAR(postinstall_cmds, $1) 
  346.     _LT_AC_TAGVAR(postuninstall_cmds, $1) 
  347.     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) 
  348.     _LT_AC_TAGVAR(allow_undefined_flag, $1) 
  349.     _LT_AC_TAGVAR(no_undefined_flag, $1) 
  350.     _LT_AC_TAGVAR(export_symbols_cmds, $1) 
  351.     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) 
  352.     _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) 
  353.     _LT_AC_TAGVAR(hardcode_libdir_separator, $1) 
  354.     _LT_AC_TAGVAR(hardcode_automatic, $1) 
  355.     _LT_AC_TAGVAR(module_cmds, $1) 
  356.     _LT_AC_TAGVAR(module_expsym_cmds, $1) 
  357.     _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) 
  358.     _LT_AC_TAGVAR(exclude_expsyms, $1) 
  359.     _LT_AC_TAGVAR(include_expsyms, $1); do
  360.     case $var in
  361.     _LT_AC_TAGVAR(old_archive_cmds, $1) | 
  362.     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | 
  363.     _LT_AC_TAGVAR(archive_cmds, $1) | 
  364.     _LT_AC_TAGVAR(archive_expsym_cmds, $1) | 
  365.     _LT_AC_TAGVAR(module_cmds, $1) | 
  366.     _LT_AC_TAGVAR(module_expsym_cmds, $1) | 
  367.     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | 
  368.     _LT_AC_TAGVAR(export_symbols_cmds, $1) | 
  369.     extract_expsyms_cmds | reload_cmds | finish_cmds | 
  370.     postinstall_cmds | postuninstall_cmds | 
  371.     old_postinstall_cmds | old_postuninstall_cmds | 
  372.     sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
  373.       # Double-quote double-evaled strings.
  374.       eval "lt_$var=\"`$echo "X$$var" | $Xsed -e "$double_quote_subst" -e "$sed_quote_subst" -e "$delay_variable_subst"`\""
  375.       ;;
  376.     *)
  377.       eval "lt_$var=\"`$echo "X$$var" | $Xsed -e "$sed_quote_subst"`\""
  378.       ;;
  379.     esac
  380.   done
  381.   case $lt_echo in
  382.   *'[$]0 --fallback-echo"')
  383.     lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
  384.     ;;
  385.   esac
  386. ifelse([$1], [],
  387.   [cfgfile="${ofile}T"
  388.   trap "$rm "$cfgfile"; exit 1" 1 2 15
  389.   $rm -f "$cfgfile"
  390.   AC_MSG_NOTICE([creating $ofile])],
  391.   [cfgfile="$ofile"])
  392.   cat <<__EOF__ >> "$cfgfile"
  393. ifelse([$1], [],
  394. [#! $SHELL
  395. # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
  396. # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
  397. # NOTE: Changes made to this file will be lost: look at ltmain.sh.
  398. #
  399. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
  400. # Free Software Foundation, Inc.
  401. #
  402. # This file is part of GNU Libtool:
  403. # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
  404. #
  405. # This program is free software; you can redistribute it and/or modify
  406. # it under the terms of the GNU General Public License as published by
  407. # the Free Software Foundation; either version 2 of the License, or
  408. # (at your option) any later version.
  409. #
  410. # This program is distributed in the hope that it will be useful, but
  411. # WITHOUT ANY WARRANTY; without even the implied warranty of
  412. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  413. # General Public License for more details.
  414. #
  415. # You should have received a copy of the GNU General Public License
  416. # along with this program; if not, write to the Free Software
  417. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  418. #
  419. # As a special exception to the GNU General Public License, if you
  420. # distribute this file as part of a program that contains a
  421. # configuration script generated by Autoconf, you may include it under
  422. # the same distribution terms that you use for the rest of that program.
  423. # A sed program that does not truncate output.
  424. SED=$lt_SED
  425. # Sed that helps us avoid accidentally triggering echo(1) options like -n.
  426. Xsed="$SED -e s/^X//"
  427. # The HP-UX ksh and POSIX shell print the target directory to stdout
  428. # if CDPATH is set.
  429. if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
  430. # The names of the tagged configurations supported by this script.
  431. available_tags=
  432. # ### BEGIN LIBTOOL CONFIG],
  433. [# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
  434. # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  435. # Shell to use when invoking shell scripts.
  436. SHELL=$lt_SHELL
  437. # Whether or not to build shared libraries.
  438. build_libtool_libs=$enable_shared
  439. # Whether or not to build static libraries.
  440. build_old_libs=$enable_static
  441. # Whether or not to add -lc for building shared libraries.
  442. build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
  443. # Whether or not to disallow shared libs when runtime libs are static
  444. allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
  445. # Whether or not to optimize for fast installation.
  446. fast_install=$enable_fast_install
  447. # The host system.
  448. host_alias=$host_alias
  449. host=$host
  450. # An echo program that does not interpret backslashes.
  451. echo=$lt_echo
  452. # The archiver.
  453. AR=$lt_AR
  454. AR_FLAGS=$lt_AR_FLAGS
  455. # A C compiler.
  456. LTCC=$lt_LTCC
  457. # A language-specific compiler.
  458. CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
  459. # Is the compiler the GNU C compiler?
  460. with_gcc=$_LT_AC_TAGVAR(GCC, $1)
  461. # An ERE matcher.
  462. EGREP=$lt_EGREP
  463. # The linker used to build libraries.
  464. LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
  465. # Whether we need hard or soft links.
  466. LN_S=$lt_LN_S
  467. # A BSD-compatible nm program.
  468. NM=$lt_NM
  469. # A symbol stripping program
  470. STRIP=$lt_STRIP
  471. # Used to examine libraries when file_magic_cmd begins "file"
  472. MAGIC_CMD=$MAGIC_CMD
  473. # Used on cygwin: DLL creation program.
  474. DLLTOOL="$DLLTOOL"
  475. # Used on cygwin: object dumper.
  476. OBJDUMP="$OBJDUMP"
  477. # Used on cygwin: assembler.
  478. AS="$AS"
  479. # The name of the directory that contains temporary libtool files.
  480. objdir=$objdir
  481. # How to create reloadable object files.
  482. reload_flag=$lt_reload_flag
  483. reload_cmds=$lt_reload_cmds
  484. # How to pass a linker flag through the compiler.
  485. wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
  486. # Object file suffix (normally "o").
  487. objext="$ac_objext"
  488. # Old archive suffix (normally "a").
  489. libext="$libext"
  490. # Shared library suffix (normally ".so").
  491. shrext_cmds='$shrext_cmds'
  492. # Executable file suffix (normally "").
  493. exeext="$exeext"
  494. # Additional compiler flags for building library objects.
  495. pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
  496. pic_mode=$pic_mode
  497. # What is the maximum length of a command?
  498. max_cmd_len=$lt_cv_sys_max_cmd_len
  499. # Does compiler simultaneously support -c and -o options?
  500. compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
  501. # Must we lock files when doing compilation ?
  502. need_locks=$lt_need_locks
  503. # Do we need the lib prefix for modules?
  504. need_lib_prefix=$need_lib_prefix
  505. # Do we need a version for libraries?
  506. need_version=$need_version
  507. # Whether dlopen is supported.
  508. dlopen_support=$enable_dlopen
  509. # Whether dlopen of programs is supported.
  510. dlopen_self=$enable_dlopen_self
  511. # Whether dlopen of statically linked programs is supported.
  512. dlopen_self_static=$enable_dlopen_self_static
  513. # Compiler flag to prevent dynamic linking.
  514. link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
  515. # Compiler flag to turn off builtin functions.
  516. no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
  517. # Compiler flag to allow reflexive dlopens.
  518. export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
  519. # Compiler flag to generate shared objects directly from archives.
  520. whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
  521. # Compiler flag to generate thread-safe objects.
  522. thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
  523. # Library versioning type.
  524. version_type=$version_type
  525. # Format of library name prefix.
  526. libname_spec=$lt_libname_spec
  527. # List of archive names.  First name is the real one, the rest are links.
  528. # The last name is the one that the linker finds with -lNAME.
  529. library_names_spec=$lt_library_names_spec
  530. # The coded name of the library, if different from the real name.
  531. soname_spec=$lt_soname_spec
  532. # Commands used to build and install an old-style archive.
  533. RANLIB=$lt_RANLIB
  534. old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
  535. old_postinstall_cmds=$lt_old_postinstall_cmds
  536. old_postuninstall_cmds=$lt_old_postuninstall_cmds
  537. # Create an old-style archive from a shared archive.
  538. old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
  539. # Create a temporary old-style archive to link instead of a shared archive.
  540. old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
  541. # Commands used to build and install a shared archive.
  542. archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
  543. archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
  544. postinstall_cmds=$lt_postinstall_cmds
  545. postuninstall_cmds=$lt_postuninstall_cmds
  546. # Commands used to build a loadable module (assumed same as above if empty)
  547. module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
  548. module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
  549. # Commands to strip libraries.
  550. old_striplib=$lt_old_striplib
  551. striplib=$lt_striplib
  552. # Dependencies to place before the objects being linked to create a
  553. # shared library.
  554. predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
  555. # Dependencies to place after the objects being linked to create a
  556. # shared library.
  557. postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
  558. # Dependencies to place before the objects being linked to create a
  559. # shared library.
  560. predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
  561. # Dependencies to place after the objects being linked to create a
  562. # shared library.
  563. postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
  564. # The library search path used internally by the compiler when linking
  565. # a shared library.
  566. compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
  567. # Method to check whether dependent libraries are shared objects.
  568. deplibs_check_method=$lt_deplibs_check_method
  569. # Command to use when deplibs_check_method == file_magic.
  570. file_magic_cmd=$lt_file_magic_cmd
  571. # Flag that allows shared libraries with undefined symbols to be built.
  572. allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
  573. # Flag that forces no undefined symbols.
  574. no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
  575. # Commands used to finish a libtool library installation in a directory.
  576. finish_cmds=$lt_finish_cmds
  577. # Same as above, but a single script fragment to be evaled but not shown.
  578. finish_eval=$lt_finish_eval
  579. # Take the output of nm and produce a listing of raw symbols and C names.
  580. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
  581. # Transform the output of nm in a proper C declaration
  582. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
  583. # Transform the output of nm in a C name address pair
  584. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
  585. # This is the shared library runtime path variable.
  586. runpath_var=$runpath_var
  587. # This is the shared library path variable.
  588. shlibpath_var=$shlibpath_var
  589. # Is shlibpath searched before the hard-coded library search path?
  590. shlibpath_overrides_runpath=$shlibpath_overrides_runpath
  591. # How to hardcode a shared library path into an executable.
  592. hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
  593. # Whether we should hardcode library paths into libraries.
  594. hardcode_into_libs=$hardcode_into_libs
  595. # Flag to hardcode $libdir into a binary during linking.
  596. # This must work even if $libdir does not exist.
  597. hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
  598. # If ld is used when linking, flag to hardcode $libdir into
  599. # a binary during linking. This must work even if $libdir does
  600. # not exist.
  601. hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
  602. # Whether we need a single -rpath flag with a separated argument.
  603. hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
  604. # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
  605. # resulting binary.
  606. hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
  607. # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
  608. # resulting binary.
  609. hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
  610. # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
  611. # the resulting binary.
  612. hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
  613. # Set to yes if building a shared library automatically hardcodes DIR into the library
  614. # and all subsequent libraries and executables linked against it.
  615. hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
  616. # Variables whose values should be saved in libtool wrapper scripts and
  617. # restored at relink time.
  618. variables_saved_for_relink="$variables_saved_for_relink"
  619. # Whether libtool must link a program against all its dependency libraries.
  620. link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
  621. # Compile-time system search path for libraries
  622. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
  623. # Run-time system search path for libraries
  624. sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
  625. # Fix the shell variable $srcfile for the compiler.
  626. fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
  627. # Set to yes if exported symbols are required.
  628. always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
  629. # The commands to list exported symbols.
  630. export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
  631. # The commands to extract the exported symbol list from a shared archive.
  632. extract_expsyms_cmds=$lt_extract_expsyms_cmds
  633. # Symbols that should not be listed in the preloaded symbols.
  634. exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
  635. # Symbols that must always be exported.
  636. include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
  637. ifelse([$1],[],
  638. [# ### END LIBTOOL CONFIG],
  639. [# ### END LIBTOOL TAG CONFIG: $tagname])
  640. __EOF__
  641. ifelse([$1],[], [
  642.   case $host_os in
  643.   aix3*)
  644.     cat <<EOF >> "$cfgfile"
  645. # AIX sometimes has problems with the GCC collect2 program.  For some
  646. # reason, if we set the COLLECT_NAMES environment variable, the problems
  647. # vanish in a puff of smoke.
  648. if test "X${COLLECT_NAMES+set}" != Xset; then
  649.   COLLECT_NAMES=
  650.   export COLLECT_NAMES
  651. fi
  652. EOF
  653.     ;;
  654.   esac
  655.   # We use sed instead of cat because bash on DJGPP gets confused if
  656.   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
  657.   # text mode, it properly converts lines to CR/LF.  This bash problem
  658.   # is reportedly fixed, but why not run on old versions too?
  659.   sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
  660.   mv -f "$cfgfile" "$ofile" || 
  661.     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
  662.   chmod +x "$ofile"
  663. ])
  664. else
  665.   # If there is no Makefile yet, we rely on a make rule to execute
  666.   # `config.status --recheck' to rerun these tests and create the
  667.   # libtool script then.
  668.   ltmain_in=`echo $ltmain | sed -e 's/.sh$/.in/'`
  669.   if test -f "$ltmain_in"; then
  670.     test -f Makefile && make "$ltmain"
  671.   fi
  672. fi
  673. ])# AC_LIBTOOL_CONFIG
  674. # AC_LIBTOOL_PROG_COMPILER_NO_RTTI([TAGNAME])
  675. # -------------------------------------------
  676. AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI],
  677. [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
  678. _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
  679. if test "$GCC" = yes; then
  680.   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
  681.   AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
  682.     lt_cv_prog_compiler_rtti_exceptions,
  683.     [-fno-rtti -fno-exceptions], [],
  684.     [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
  685. fi
  686. ])# AC_LIBTOOL_PROG_COMPILER_NO_RTTI
  687. # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
  688. # ---------------------------------
  689. AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE],
  690. [AC_REQUIRE([AC_CANONICAL_HOST])
  691. AC_REQUIRE([AC_PROG_NM])
  692. AC_REQUIRE([AC_OBJEXT])
  693. # Check for command to grab the raw symbol name followed by C symbol from nm.
  694. AC_MSG_CHECKING([command to parse $NM output from $compiler object])
  695. AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
  696. [
  697. # These are sane defaults that work on at least a few old systems.
  698. # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
  699. # Character class describing NM global symbol codes.
  700. symcode='[[BCDEGRST]]'
  701. # Regexp to match symbols that can be accessed directly from C.
  702. sympat='([[_A-Za-z]][[_A-Za-z0-9]]*)'
  703. # Transform the above into a raw symbol and a C symbol.
  704. symxfrm='1 23 3'
  705. # Transform an extracted symbol line into a proper C declaration
  706. lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* (.*)$/extern int 1;/p'"
  707. # Transform an extracted symbol line into symbol name and symbol address
  708. lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: ([[^ ]]*) $/  {\"1\", (lt_ptr) 0},/p' -e 's/^$symcode ([[^ ]]*) ([[^ ]]*)$/  {"2", (lt_ptr) &2},/p'"
  709. # Define system-specific variables.
  710. case $host_os in
  711. aix*)
  712.   symcode='[[BCDT]]'
  713.   ;;
  714. cygwin* | mingw* | pw32*)
  715.   symcode='[[ABCDGISTW]]'
  716.   ;;
  717. hpux*) # Its linker distinguishes data from code symbols
  718.   if test "$host_cpu" = ia64; then
  719.     symcode='[[ABCDEGRST]]'
  720.   fi
  721.   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* (.*)$/extern int 1();/p' -e 's/^$symcode* .* (.*)$/extern char 1;/p'"
  722.   lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: ([[^ ]]*) $/  {\"1\", (lt_ptr) 0},/p' -e 's/^$symcode* ([[^ ]]*) ([[^ ]]*)$/  {"2", (lt_ptr) &2},/p'"
  723.   ;;
  724. irix* | nonstopux*)
  725.   symcode='[[BCDEGRST]]'
  726.   ;;
  727. osf*)
  728.   symcode='[[BCDEGQRST]]'
  729.   ;;
  730. solaris* | sysv5*)
  731.   symcode='[[BDRT]]'
  732.   ;;
  733. sysv4)
  734.   symcode='[[DFNSTU]]'
  735.   ;;
  736. esac
  737. # Handle CRLF in mingw tool chain
  738. opt_cr=
  739. case $build_os in
  740. mingw*)
  741.   opt_cr=`echo 'x{0,1}' | tr x '15'` # option cr in regexp
  742.   ;;
  743. esac
  744. # If we're using GNU nm, then use its standard symbol codes.
  745. case `$NM -V 2>&1` in
  746. *GNU* | *'with BFD'*)
  747.   symcode='[[ABCDGIRSTW]]' ;;
  748. esac
  749. # Try without a prefix undercore, then with it.
  750. for ac_symprfx in "" "_"; do
  751.   # Write the raw and C identifiers.
  752.   lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[  ]]($symcode$symcode*)[[  ]][[  ]]*($ac_symprfx)$sympat$opt_cr$/$symxfrm/p'"
  753.   # Check to see that the pipe works correctly.
  754.   pipe_works=no
  755.   rm -f conftest*
  756.   cat > conftest.$ac_ext <<EOF
  757. #ifdef __cplusplus
  758. extern "C" {
  759. #endif
  760. char nm_test_var;
  761. void nm_test_func(){}
  762. #ifdef __cplusplus
  763. }
  764. #endif
  765. int main(){nm_test_var='a';nm_test_func();return(0);}
  766. EOF
  767.   if AC_TRY_EVAL(ac_compile); then
  768.     # Now try to grab the symbols.
  769.     nlist=conftest.nm
  770.     if AC_TRY_EVAL(NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist) && test -s "$nlist"; then
  771.       # Try sorting and uniquifying the output.
  772.       if sort "$nlist" | uniq > "$nlist"T; then
  773. mv -f "$nlist"T "$nlist"
  774.       else
  775. rm -f "$nlist"T
  776.       fi
  777.       # Make sure that we snagged all the symbols we need.
  778.       if grep ' nm_test_var$' "$nlist" >/dev/null; then
  779. if grep ' nm_test_func$' "$nlist" >/dev/null; then
  780.   cat <<EOF > conftest.$ac_ext
  781. #ifdef __cplusplus
  782. extern "C" {
  783. #endif
  784. EOF
  785.   # Now generate the symbol file.
  786.   eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
  787.   cat <<EOF >> conftest.$ac_ext
  788. #if defined (__STDC__) && __STDC__
  789. # define lt_ptr_t void *
  790. #else
  791. # define lt_ptr_t char *
  792. # define const
  793. #endif
  794. /* The mapping between symbol names and symbols. */
  795. const struct {
  796.   const char *name;
  797.   lt_ptr_t address;
  798. }
  799. lt_preloaded_symbols[[]] =
  800. {
  801. EOF
  802.   $SED "s/^$symcode$symcode* (.*) (.*)$/  {"2", (lt_ptr_t) &2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
  803.   cat <<EOF >> conftest.$ac_ext
  804.   {0, (lt_ptr_t) 0}
  805. };
  806. #ifdef __cplusplus
  807. }
  808. #endif
  809. EOF
  810.   # Now try linking the two files.
  811.   mv conftest.$ac_objext conftstm.$ac_objext
  812.   lt_save_LIBS="$LIBS"
  813.   lt_save_CFLAGS="$CFLAGS"
  814.   LIBS="conftstm.$ac_objext"
  815.   CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
  816.   if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
  817.     pipe_works=yes
  818.   fi
  819.   LIBS="$lt_save_LIBS"
  820.   CFLAGS="$lt_save_CFLAGS"
  821. else
  822.   echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
  823. fi
  824.       else
  825. echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
  826.       fi
  827.     else
  828.       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
  829.     fi
  830.   else
  831.     echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
  832.     cat conftest.$ac_ext >&5
  833.   fi
  834.   rm -f conftest* conftst*
  835.   # Do not use the global_symbol_pipe unless it works.
  836.   if test "$pipe_works" = yes; then
  837.     break
  838.   else
  839.     lt_cv_sys_global_symbol_pipe=
  840.   fi
  841. done
  842. ])
  843. if test -z "$lt_cv_sys_global_symbol_pipe"; then
  844.   lt_cv_sys_global_symbol_to_cdecl=
  845. fi
  846. if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
  847.   AC_MSG_RESULT(failed)
  848. else
  849.   AC_MSG_RESULT(ok)
  850. fi
  851. ]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
  852. # AC_LIBTOOL_PROG_COMPILER_PIC([TAGNAME])
  853. # ---------------------------------------
  854. AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC],
  855. [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
  856. _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
  857. _LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
  858. AC_MSG_CHECKING([for $compiler option to produce PIC])
  859.  ifelse([$1],[CXX],[
  860.   # C++ specific cases for pic, static, wl, etc.
  861.   if test "$GXX" = yes; then
  862.     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  863.     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
  864.     case $host_os in
  865.     aix*)
  866.       # All AIX code is PIC.
  867.       if test "$host_cpu" = ia64; then
  868. # AIX 5 now supports IA64 processor
  869. _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  870.       fi
  871.       ;;
  872.     amigaos*)
  873.       # FIXME: we need at least 68020 code to build shared libraries, but
  874.       # adding the `-m68020' flag to GCC prevents building anything better,
  875.       # like `-m68040'.
  876.       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
  877.       ;;
  878.     beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
  879.       # PIC is the default for these OSes.
  880.       ;;
  881.     mingw* | os2* | pw32*)
  882.       # This hack is so that the source file can tell whether it is being
  883.       # built for inclusion in a dll (and should export symbols for example).
  884.       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
  885.       ;;
  886.     darwin* | rhapsody*)
  887.       # PIC is the default on this platform
  888.       # Common symbols not allowed in MH_DYLIB files
  889.       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
  890.       ;;
  891.     *djgpp*)
  892.       # DJGPP does not support shared libraries at all
  893.       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
  894.       ;;
  895.     sysv4*MP*)
  896.       if test -d /usr/nec; then
  897. _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
  898.       fi
  899.       ;;
  900.     hpux*)
  901.       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
  902.       # not for PA HP-UX.
  903.       case "$host_cpu" in
  904.       hppa*64*|ia64*)
  905. ;;
  906.       *)
  907. _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  908. ;;
  909.       esac
  910.       ;;
  911.     *)
  912.       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  913.       ;;
  914.     esac
  915.   else
  916.     case $host_os in
  917.       aix4* | aix5*)
  918. # All AIX code is PIC.
  919. if test "$host_cpu" = ia64; then
  920.   # AIX 5 now supports IA64 processor
  921.   _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  922. else
  923.   _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
  924. fi
  925. ;;
  926.       chorus*)
  927. case $cc_basename in
  928. cxch68)
  929.   # Green Hills C++ Compiler
  930.   # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
  931.   ;;
  932. esac
  933. ;;
  934.       dgux*)
  935. case $cc_basename in
  936.   ec++)
  937.     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  938.     ;;
  939.   ghcx)
  940.     # Green Hills C++ Compiler
  941.     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
  942.     ;;
  943.   *)
  944.     ;;
  945. esac
  946. ;;
  947.       freebsd* | kfreebsd*-gnu)
  948. # FreeBSD uses GNU C++
  949. ;;
  950.       hpux9* | hpux10* | hpux11*)
  951. case $cc_basename in
  952.   CC)
  953.     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  954.     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
  955.     if test "$host_cpu" != ia64; then
  956.       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
  957.     fi
  958.     ;;
  959.   aCC)
  960.     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  961.     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
  962.     case "$host_cpu" in
  963.     hppa*64*|ia64*)
  964.       # +Z the default
  965.       ;;
  966.     *)
  967.       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
  968.       ;;
  969.     esac
  970.     ;;
  971.   *)
  972.     ;;
  973. esac
  974. ;;
  975.       irix5* | irix6* | nonstopux*)
  976. case $cc_basename in
  977.   CC)
  978.     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  979.     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
  980.     # CC pic flag -KPIC is the default.
  981.     ;;
  982.   *)
  983.     ;;
  984. esac
  985. ;;
  986.       linux*)
  987. case $cc_basename in
  988.   KCC)
  989.     # KAI C++ Compiler
  990.     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
  991.     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  992.     ;;
  993.   icpc)
  994.     # Intel C++
  995.     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  996.     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  997.     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
  998.     ;;
  999.   cxx)
  1000.     # Compaq C++
  1001.     # Make sure the PIC flag is empty.  It appears that all Alpha
  1002.     # Linux and Compaq Tru64 Unix objects are PIC.
  1003.     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
  1004.     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
  1005.     ;;
  1006.   *)
  1007.     ;;
  1008. esac
  1009. ;;
  1010.       lynxos*)
  1011. ;;
  1012.       m88k*)
  1013. ;;
  1014.       mvs*)
  1015. case $cc_basename in
  1016.   cxx)
  1017.     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
  1018.     ;;
  1019.   *)
  1020.     ;;
  1021. esac
  1022. ;;
  1023.       netbsd*)
  1024. ;;
  1025.       osf3* | osf4* | osf5*)
  1026. case $cc_basename in
  1027.   KCC)
  1028.     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
  1029.     ;;
  1030.   RCC)
  1031.     # Rational C++ 2.4.1
  1032.     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
  1033.     ;;
  1034.   cxx)
  1035.     # Digital/Compaq C++
  1036.     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1037.     # Make sure the PIC flag is empty.  It appears that all Alpha
  1038.     # Linux and Compaq Tru64 Unix objects are PIC.
  1039.     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
  1040.     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
  1041.     ;;
  1042.   *)
  1043.     ;;
  1044. esac
  1045. ;;
  1046.       psos*)
  1047. ;;
  1048.       sco*)
  1049. case $cc_basename in
  1050.   CC)
  1051.     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  1052.     ;;
  1053.   *)
  1054.     ;;
  1055. esac
  1056. ;;
  1057.       solaris*)
  1058. case $cc_basename in
  1059.   CC)
  1060.     # Sun C++ 4.2, 5.x and Centerline C++
  1061.     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  1062.     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1063.     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
  1064.     ;;
  1065.   gcx)
  1066.     # Green Hills C++ Compiler
  1067.     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
  1068.     ;;
  1069.   *)
  1070.     ;;
  1071. esac
  1072. ;;
  1073.       sunos4*)
  1074. case $cc_basename in
  1075.   CC)
  1076.     # Sun C++ 4.x
  1077.     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
  1078.     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1079.     ;;
  1080.   lcc)
  1081.     # Lucid
  1082.     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
  1083.     ;;
  1084.   *)
  1085.     ;;
  1086. esac
  1087. ;;
  1088.       tandem*)
  1089. case $cc_basename in
  1090.   NCC)
  1091.     # NonStop-UX NCC 3.20
  1092.     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  1093.     ;;
  1094.   *)
  1095.     ;;
  1096. esac
  1097. ;;
  1098.       unixware*)
  1099. ;;
  1100.       vxworks*)
  1101. ;;
  1102.       *)
  1103. _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
  1104. ;;
  1105.     esac
  1106.   fi
  1107. ],
  1108. [
  1109.   if test "$GCC" = yes; then
  1110.     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1111.     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
  1112.     case $host_os in
  1113.       aix*)
  1114.       # All AIX code is PIC.
  1115.       if test "$host_cpu" = ia64; then
  1116. # AIX 5 now supports IA64 processor
  1117. _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1118.       fi
  1119.       ;;
  1120.     amigaos*)
  1121.       # FIXME: we need at least 68020 code to build shared libraries, but
  1122.       # adding the `-m68020' flag to GCC prevents building anything better,
  1123.       # like `-m68040'.
  1124.       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
  1125.       ;;
  1126.     beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
  1127.       # PIC is the default for these OSes.
  1128.       ;;
  1129.     mingw* | pw32* | os2*)
  1130.       # This hack is so that the source file can tell whether it is being
  1131.       # built for inclusion in a dll (and should export symbols for example).
  1132.       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
  1133.       ;;
  1134.     darwin* | rhapsody*)
  1135.       # PIC is the default on this platform
  1136.       # Common symbols not allowed in MH_DYLIB files
  1137.       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
  1138.       ;;
  1139.     msdosdjgpp*)
  1140.       # Just because we use GCC doesn't mean we suddenly get shared libraries
  1141.       # on systems that don't support them.
  1142.       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
  1143.       enable_shared=no
  1144.       ;;
  1145.     sysv4*MP*)
  1146.       if test -d /usr/nec; then
  1147. _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
  1148.       fi
  1149.       ;;
  1150.     hpux*)
  1151.       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
  1152.       # not for PA HP-UX.
  1153.       case "$host_cpu" in
  1154.       hppa*64*|ia64*)
  1155. # +Z the default
  1156. ;;
  1157.       *)
  1158. _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  1159. ;;
  1160.       esac
  1161.       ;;
  1162.     *)
  1163.       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  1164.       ;;
  1165.     esac
  1166.   else
  1167.     # PORTME Check for flag to pass linker flags through the system compiler.
  1168.     case $host_os in
  1169.     aix*)
  1170.       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1171.       if test "$host_cpu" = ia64; then
  1172. # AIX 5 now supports IA64 processor
  1173. _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1174.       else
  1175. _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
  1176.       fi
  1177.       ;;
  1178.     mingw* | pw32* | os2*)
  1179.       # This hack is so that the source file can tell whether it is being
  1180.       # built for inclusion in a dll (and should export symbols for example).
  1181.       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
  1182.       ;;
  1183.     hpux9* | hpux10* | hpux11*)
  1184.       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1185.       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
  1186.       # not for PA HP-UX.
  1187.       case "$host_cpu" in
  1188.       hppa*64*|ia64*)
  1189. # +Z the default
  1190. ;;
  1191.       *)
  1192. _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
  1193. ;;
  1194.       esac
  1195.       # Is there a better lt_prog_compiler_static that works with the bundled CC?
  1196.       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
  1197.       ;;
  1198.     irix5* | irix6* | nonstopux*)
  1199.       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1200.       # PIC (with -KPIC) is the default.
  1201.       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
  1202.       ;;
  1203.     newsos6)
  1204.       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  1205.       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1206.       ;;
  1207.     linux*)
  1208.       case $CC in
  1209.       icc* | ecc*)
  1210. _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1211. _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  1212. _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
  1213.         ;;
  1214.       ccc*)
  1215.         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1216.         # All Alpha code is PIC.
  1217.         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
  1218.         ;;
  1219.       esac
  1220.       ;;
  1221.     osf3* | osf4* | osf5*)
  1222.       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1223.       # All OSF/1 code is PIC.
  1224.       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
  1225.       ;;
  1226.     sco3.2v5*)
  1227.       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
  1228.       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
  1229.       ;;
  1230.     solaris*)
  1231.       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1232.       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  1233.       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1234.       ;;
  1235.     sunos4*)
  1236.       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
  1237.       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
  1238.       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1239.       ;;
  1240.     sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  1241.       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1242.       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  1243.       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1244.       ;;
  1245.     sysv4*MP*)
  1246.       if test -d /usr/nec ;then
  1247. _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
  1248. _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1249.       fi
  1250.       ;;
  1251.     uts4*)
  1252.       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
  1253.       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1254.       ;;
  1255.     *)
  1256.       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
  1257.       ;;
  1258.     esac
  1259.   fi
  1260. ])
  1261. AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
  1262. #
  1263. # Check to make sure the PIC flag actually works.
  1264. #
  1265. if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
  1266.   AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
  1267.     _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
  1268.     [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
  1269.     [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
  1270.      "" | " "*) ;;
  1271.      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
  1272.      esac],
  1273.     [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
  1274.      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
  1275. fi
  1276. case "$host_os" in
  1277.   # For platforms which do not support PIC, -DPIC is meaningless:
  1278.   *djgpp*)
  1279.     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
  1280.     ;;
  1281.   *)
  1282.     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
  1283.     ;;
  1284. esac
  1285. ])
  1286. # AC_LIBTOOL_PROG_LD_SHLIBS([TAGNAME])
  1287. # ------------------------------------
  1288. # See if the linker supports building shared libraries.
  1289. AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS],
  1290. [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
  1291. ifelse([$1],[CXX],[
  1292.   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '''s/.* //''' | sort | uniq > $export_symbols'
  1293.   case $host_os in
  1294.   aix4* | aix5*)
  1295.     # If we're using GNU nm, then we don't want the "-C" option.
  1296.     # -C means demangle to AIX nm, but means don't demangle with GNU nm
  1297.     if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
  1298.       _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '''{ if ((([$]2 == "T") || ([$]2 == "D") || ([$]2 == "B")) && ([substr]([$]3,1,1) != ".")) { print [$]3 } }''' | sort -u > $export_symbols'
  1299.     else
  1300.       _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '''{ if ((([$]2 == "T") || ([$]2 == "D") || ([$]2 == "B")) && ([substr]([$]3,1,1) != ".")) { print [$]3 } }''' | sort -u > $export_symbols'
  1301.     fi
  1302.     ;;
  1303.   pw32*)
  1304.     _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
  1305.   ;;
  1306.   cygwin* | mingw*)
  1307.     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '''/^[[BCDGS]] /s/.* ([[^ ]]*)/1 DATA/''' | $SED -e '''/^[[AITW]] /s/.* //''' | sort | uniq > $export_symbols'
  1308.   ;;
  1309.   *)
  1310.     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '''s/.* //''' | sort | uniq > $export_symbols'
  1311.   ;;
  1312.   esac
  1313. ],[
  1314.   runpath_var=
  1315.   _LT_AC_TAGVAR(allow_undefined_flag, $1)=
  1316.   _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
  1317.   _LT_AC_TAGVAR(archive_cmds, $1)=
  1318.   _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
  1319.   _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
  1320.   _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
  1321.   _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
  1322.   _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
  1323.   _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
  1324.   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
  1325.   _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
  1326.   _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
  1327.   _LT_AC_TAGVAR(hardcode_direct, $1)=no
  1328.   _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
  1329.   _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
  1330.   _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
  1331.   _LT_AC_TAGVAR(hardcode_automatic, $1)=no
  1332.   _LT_AC_TAGVAR(module_cmds, $1)=
  1333.   _LT_AC_TAGVAR(module_expsym_cmds, $1)=
  1334.   _LT_AC_TAGVAR(always_export_symbols, $1)=no
  1335.   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '''s/.* //''' | sort | uniq > $export_symbols'
  1336.   # include_expsyms should be a list of space-separated symbols to be *always*
  1337.   # included in the symbol list
  1338.   _LT_AC_TAGVAR(include_expsyms, $1)=
  1339.   # exclude_expsyms can be an extended regexp of symbols to exclude
  1340.   # it will be wrapped by ` (' and `)$', so one must not match beginning or
  1341.   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
  1342.   # as well as any symbol that contains `d'.
  1343.   _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
  1344.   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
  1345.   # platforms (ab)use it in PIC code, but their linkers get confused if
  1346.   # the symbol is explicitly referenced.  Since portable code cannot
  1347.   # rely on this symbol name, it's probably fine to never include it in
  1348.   # preloaded symbol tables.
  1349.   extract_expsyms_cmds=
  1350.   case $host_os in
  1351.   cygwin* | mingw* | pw32*)
  1352.     # FIXME: the MSVC++ port hasn't been tested in a loooong time
  1353.     # When not using gcc, we currently assume that we are using
  1354.     # Microsoft Visual C++.
  1355.     if test "$GCC" != yes; then
  1356.       with_gnu_ld=no
  1357.     fi
  1358.     ;;
  1359.   openbsd*)
  1360.     with_gnu_ld=no
  1361.     ;;
  1362.   esac
  1363.   _LT_AC_TAGVAR(ld_shlibs, $1)=yes
  1364.   if test "$with_gnu_ld" = yes; then
  1365.     # If archive_cmds runs LD, not CC, wlarc should be empty
  1366.     wlarc='${wl}'
  1367.     # See if GNU ld supports shared libraries.
  1368.     case $host_os in
  1369.     aix3* | aix4* | aix5*)
  1370.       # On AIX/PPC, the GNU linker is very broken
  1371.       if test "$host_cpu" != ia64; then
  1372. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1373. cat <<EOF 1>&2
  1374. *** Warning: the GNU linker, at least up to release 2.9.1, is reported
  1375. *** to be unable to reliably create shared libraries on AIX.
  1376. *** Therefore, libtool is disabling shared libraries support.  If you
  1377. *** really care for shared libraries, you may want to modify your PATH
  1378. *** so that a non-GNU linker is found, and then restart.
  1379. EOF
  1380.       fi
  1381.       ;;
  1382.     amigaos*)
  1383.       _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
  1384.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  1385.       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
  1386.       # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
  1387.       # that the semantics of dynamic libraries on AmigaOS, at least up
  1388.       # to version 4, is to share data among multiple programs linked
  1389.       # with the same dynamic library.  Since this doesn't match the
  1390.       # behavior of shared libraries on other platforms, we can't use
  1391.       # them.
  1392.       _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1393.       ;;
  1394.     beos*)
  1395.       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
  1396. _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
  1397. # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
  1398. # support --undefined.  This deserves some investigation.  FIXME
  1399. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1400.       else
  1401. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1402.       fi
  1403.       ;;
  1404.     cygwin* | mingw* | pw32*)
  1405.       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
  1406.       # as there is no search path for DLLs.
  1407.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  1408.       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
  1409.       _LT_AC_TAGVAR(always_export_symbols, $1)=no
  1410.       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
  1411.       _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '''/^[[BCDGS]] /s/.* ([[^ ]]*)/1 DATA/''' | $SED -e '''/^[[AITW]] /s/.* //''' | sort | uniq > $export_symbols'
  1412.       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
  1413.         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
  1414. # If the export-symbols file already is a .def file (1st line
  1415. # is EXPORTS), use it as is; otherwise, prepend...
  1416. _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
  1417.   cp $export_symbols $output_objdir/$soname.def;
  1418. else
  1419.   echo EXPORTS > $output_objdir/$soname.def;
  1420.   cat $export_symbols >> $output_objdir/$soname.def;
  1421. fi~
  1422. $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
  1423.       else
  1424. ld_shlibs=no
  1425.       fi
  1426.       ;;
  1427.     netbsd*)
  1428.       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  1429. _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
  1430. wlarc=
  1431.       else
  1432. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1433. _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  1434.       fi
  1435.       ;;
  1436.     solaris* | sysv5*)
  1437.       if $LD -v 2>&1 | grep 'BFD 2.8' > /dev/null; then
  1438. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1439. cat <<EOF 1>&2
  1440. *** Warning: The releases 2.8.* of the GNU linker cannot reliably
  1441. *** create shared libraries on Solaris systems.  Therefore, libtool
  1442. *** is disabling shared libraries support.  We urge you to upgrade GNU
  1443. *** binutils to release 2.9.1 or newer.  Another option is to modify
  1444. *** your PATH or compiler configuration so that the native linker is
  1445. *** used, and then restart.
  1446. EOF
  1447.       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
  1448. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1449. _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  1450.       else
  1451. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1452.       fi
  1453.       ;;
  1454.     sunos4*)
  1455.       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  1456.       wlarc=
  1457.       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  1458.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1459.       ;;
  1460.   linux*)
  1461.     if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
  1462.         tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1463. _LT_AC_TAGVAR(archive_cmds, $1)="$tmp_archive_cmds"
  1464.       supports_anon_versioning=no
  1465.       case `$LD -v 2>/dev/null` in
  1466.         * [01].* | * 2.[[0-9]].* | * 2.10.*) ;; # catch versions < 2.11
  1467.         * 2.11.93.0.2 *) supports_anon_versioning=yes ;; # RH7.3 ...
  1468.         * 2.11.92.0.12 *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
  1469.         * 2.11.*) ;; # other 2.11 versions
  1470.         *) supports_anon_versioning=yes ;;
  1471.       esac
  1472.       if test $supports_anon_versioning = yes; then
  1473.         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
  1474. cat $export_symbols | sed -e "s/(.*)/1;/" >> $output_objdir/$libname.ver~
  1475. $echo "local: *; };" >> $output_objdir/$libname.ver~
  1476.         $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
  1477.       else
  1478.         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="$tmp_archive_cmds"
  1479.       fi
  1480.     else
  1481.       _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1482.     fi
  1483.     ;;
  1484.     *)
  1485.       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
  1486. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1487. _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  1488.       else
  1489. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1490.       fi
  1491.       ;;
  1492.     esac
  1493.     if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then
  1494.       runpath_var=LD_RUN_PATH
  1495.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
  1496.       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
  1497.       # ancient GNU ld didn't support --whole-archive et. al.
  1498.       if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
  1499.   _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  1500.       else
  1501.    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
  1502.       fi
  1503.     fi
  1504.   else
  1505.     # PORTME fill in a description of your system's linker (not GNU ld)
  1506.     case $host_os in
  1507.     aix3*)
  1508.       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
  1509.       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
  1510.       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
  1511.       # Note: this linker hardcodes the directories in LIBPATH if there
  1512.       # are no directories specified by -L.
  1513.       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
  1514.       if test "$GCC" = yes && test -z "$link_static_flag"; then
  1515. # Neither direct hardcoding nor static linking is supported with a
  1516. # broken collect2.
  1517. _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
  1518.       fi
  1519.       ;;
  1520.     aix4* | aix5*)
  1521.       if test "$host_cpu" = ia64; then
  1522. # On IA64, the linker does run time linking by default, so we don't
  1523. # have to do anything special.
  1524. aix_use_runtimelinking=no
  1525. exp_sym_flag='-Bexport'
  1526. no_entry_flag=""
  1527.       else
  1528. # If we're using GNU nm, then we don't want the "-C" option.
  1529. # -C means demangle to AIX nm, but means don't demangle with GNU nm
  1530. if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
  1531.   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '''{ if ((([$]2 == "T") || ([$]2 == "D") || ([$]2 == "B")) && ([substr]([$]3,1,1) != ".")) { print [$]3 } }''' | sort -u > $export_symbols'
  1532. else
  1533.   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '''{ if ((([$]2 == "T") || ([$]2 == "D") || ([$]2 == "B")) && ([substr]([$]3,1,1) != ".")) { print [$]3 } }''' | sort -u > $export_symbols'
  1534. fi
  1535. aix_use_runtimelinking=no
  1536. # Test if we are trying to use run time linking or normal
  1537. # AIX style linking. If -brtl is somewhere in LDFLAGS, we
  1538. # need to do runtime linking.
  1539. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
  1540.   for ld_flag in $LDFLAGS; do
  1541.      if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
  1542.        aix_use_runtimelinking=yes
  1543.        break
  1544.      fi
  1545.   done
  1546. esac
  1547. exp_sym_flag='-bexport'
  1548. no_entry_flag='-bnoentry'
  1549.       fi
  1550.       # When large executables or shared objects are built, AIX ld can
  1551.       # have problems creating the table of contents.  If linking a library
  1552.       # or program results in "error TOC overflow" add -mminimal-toc to
  1553.       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
  1554.       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
  1555.       _LT_AC_TAGVAR(archive_cmds, $1)=''
  1556.       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  1557.       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
  1558.       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
  1559.       if test "$GCC" = yes; then
  1560. case $host_os in aix4.[012]|aix4.[012].*)
  1561. # We only want to do this on AIX 4.2 and lower, the check
  1562. # below for broken collect2 doesn't work under 4.3+
  1563.   collect2name=`${CC} -print-prog-name=collect2`
  1564.   if test -f "$collect2name" && 
  1565.       strings "$collect2name" | grep resolve_lib_name >/dev/null
  1566.   then
  1567.      # We have reworked collect2
  1568.      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  1569.   else
  1570.      # We have old collect2
  1571.      _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
  1572.      # It fails to find uninstalled libraries when the uninstalled
  1573.      # path is not listed in the libpath.  Setting hardcode_minus_L
  1574.      # to unsupported forces relinking
  1575.      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
  1576.      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  1577.      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
  1578.   fi
  1579. esac
  1580. shared_flag='-shared'
  1581.       else
  1582. # not using gcc
  1583. if test "$host_cpu" = ia64; then
  1584.    # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
  1585.    # chokes on -Wl,-G. The following line is correct:
  1586.   shared_flag='-G'
  1587. else
  1588.    if test "$aix_use_runtimelinking" = yes; then
  1589.     shared_flag='${wl}-G'
  1590.   else
  1591.     shared_flag='${wl}-bM:SRE'
  1592.    fi
  1593. fi
  1594.       fi
  1595.       # It seems that -bexpall does not export symbols beginning with
  1596.       # underscore (_), so it is better to generate a list of symbols to export.
  1597.       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
  1598.       if test "$aix_use_runtimelinking" = yes; then
  1599. # Warning - without using the other runtime loading flags (-brtl),
  1600. # -berok will link without error, but may produce a broken library.
  1601. _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
  1602.        # Determine the default libpath from the value encoded in an empty executable.
  1603.        _LT_AC_SYS_LIBPATH_AIX
  1604.        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
  1605. _LT_AC_TAGVAR(archive_expsym_cmds, $1)="$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"${wl}$no_entry_flag ${wl}$exp_sym_flag:$export_symbols $shared_flag"
  1606.        else
  1607. if test "$host_cpu" = ia64; then
  1608.   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
  1609.   _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
  1610.   _LT_AC_TAGVAR(archive_expsym_cmds, $1)="$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"${wl}$no_entry_flag ${wl}$exp_sym_flag:$export_symbols"
  1611. else
  1612.  # Determine the default libpath from the value encoded in an empty executable.
  1613.  _LT_AC_SYS_LIBPATH_AIX
  1614.  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
  1615.   # Warning - without using the other run time loading flags,
  1616.   # -berok will link without error, but may produce a broken library.
  1617.   _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
  1618.   _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
  1619.   # -bexpall does not export symbols beginning with underscore (_)
  1620.   _LT_AC_TAGVAR(always_export_symbols, $1)=yes
  1621.   # Exported symbols can be pulled into shared objects from archives
  1622.   _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
  1623.   _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
  1624.   # This is similar to how AIX traditionally builds it's shared libraries.
  1625.   _LT_AC_TAGVAR(archive_expsym_cmds, $1)="$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
  1626. fi
  1627.       fi
  1628.       ;;
  1629.     amigaos*)
  1630.       _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
  1631.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  1632.       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
  1633.       # see comment about different semantics on the GNU ld section
  1634.       _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1635.       ;;
  1636.     bsdi4*)
  1637.       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
  1638.       ;;
  1639.     cygwin* | mingw* | pw32*)
  1640.       # When not using gcc, we currently assume that we are using
  1641.       # Microsoft Visual C++.
  1642.       # hardcode_libdir_flag_spec is actually meaningless, as there is
  1643.       # no search path for DLLs.
  1644.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
  1645.       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
  1646.       # Tell ltmain to make .lib files, not .a files.
  1647.       libext=lib
  1648.       # Tell ltmain to make .dll files, not .so files.
  1649.       shrext_cmds=".dll"
  1650.       # FIXME: Setting linknames here is a bad hack.
  1651.       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '''s/ -lc$//'''` -link -dll~linknames='
  1652.       # The linker will automatically build a .lib file if we build a DLL.
  1653.       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
  1654.       # FIXME: Should let the user specify the lib program.
  1655.       _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
  1656.       fix_srcfile_path='`cygpath -w "$srcfile"`'
  1657.       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
  1658.       ;;
  1659.     darwin* | rhapsody*)
  1660.     if test "$GXX" = yes ; then
  1661.       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
  1662.       case "$host_os" in
  1663.       rhapsody* | darwin1.[[012]])
  1664. _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
  1665. ;;
  1666.       *) # Darwin 1.3 on
  1667.       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
  1668.        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
  1669.       else
  1670.         case ${MACOSX_DEPLOYMENT_TARGET} in
  1671.           10.[[012]])
  1672.             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
  1673.             ;;
  1674.           10.*)
  1675.             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
  1676.             ;;
  1677.         esac
  1678.       fi
  1679. ;;
  1680.       esac
  1681.      lt_int_apple_cc_single_mod=no
  1682.      output_verbose_link_cmd='echo'
  1683.      if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
  1684.        lt_int_apple_cc_single_mod=yes
  1685.      fi
  1686.      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
  1687.        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
  1688.      else
  1689.         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
  1690.       fi
  1691.       _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
  1692.       # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
  1693.         if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
  1694.           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^(..*),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  1695.         else
  1696.           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^(..*),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  1697.         fi
  1698.           _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^(..*),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  1699.       _LT_AC_TAGVAR(hardcode_direct, $1)=no
  1700.       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
  1701.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
  1702.       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
  1703.       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
  1704.     else
  1705.       _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1706.     fi
  1707.       ;;
  1708.     dgux*)
  1709.       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1710.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  1711.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1712.       ;;
  1713.     freebsd1*)
  1714.       _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1715.       ;;
  1716.     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
  1717.     # support.  Future versions do this automatically, but an explicit c++rt0.o
  1718.     # does not break anything, and helps significantly (at the cost of a little
  1719.     # extra space).
  1720.     freebsd2.2*)
  1721.       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
  1722.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  1723.       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  1724.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1725.       ;;
  1726.     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
  1727.     freebsd2*)
  1728.       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  1729.       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  1730.       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
  1731.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1732.       ;;
  1733.     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
  1734.     freebsd* | kfreebsd*-gnu)
  1735.       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
  1736.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  1737.       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  1738.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1739.       ;;
  1740.     hpux9*)
  1741.       if test "$GCC" = yes; then
  1742. _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
  1743.       else
  1744. _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
  1745.       fi
  1746.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
  1747.       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  1748.       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  1749.       # hardcode_minus_L: Not really in the search PATH,
  1750.       # but as the default location of the library.
  1751.       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
  1752.       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  1753.       ;;
  1754.     hpux10* | hpux11*)
  1755.       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
  1756. case "$host_cpu" in
  1757. hppa*64*|ia64*)
  1758.   _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  1759.   ;;
  1760. *)
  1761.   _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
  1762.   ;;
  1763. esac
  1764.       else
  1765. case "$host_cpu" in
  1766. hppa*64*|ia64*)
  1767.   _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
  1768.   ;;
  1769. *)
  1770.   _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
  1771.   ;;
  1772. esac
  1773.       fi
  1774.       if test "$with_gnu_ld" = no; then
  1775. case "$host_cpu" in
  1776. hppa*64*)
  1777.   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
  1778.   _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
  1779.   _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  1780.   _LT_AC_TAGVAR(hardcode_direct, $1)=no
  1781.   _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1782.   ;;
  1783. ia64*)
  1784.   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  1785.   _LT_AC_TAGVAR(hardcode_direct, $1)=no
  1786.   _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1787.   # hardcode_minus_L: Not really in the search PATH,
  1788.   # but as the default location of the library.
  1789.   _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
  1790.   ;;
  1791. *)
  1792.   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
  1793.   _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  1794.   _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  1795.   _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  1796.   # hardcode_minus_L: Not really in the search PATH,
  1797.   # but as the default location of the library.
  1798.   _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
  1799.   ;;
  1800. esac
  1801.       fi
  1802.       ;;
  1803.     irix5* | irix6* | nonstopux*)
  1804.       if test "$GCC" = yes; then
  1805. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  1806.       else
  1807. _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  1808. _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
  1809.       fi
  1810.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  1811.       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  1812.       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
  1813.       ;;
  1814.     netbsd*)
  1815.       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  1816. _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
  1817.       else
  1818. _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
  1819.       fi
  1820.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  1821.       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  1822.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1823.       ;;
  1824.     newsos6)
  1825.       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1826.       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  1827.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  1828.       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  1829.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1830.       ;;
  1831.     openbsd*)
  1832.       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  1833.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1834.       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  1835. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
  1836. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  1837. _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  1838.       else
  1839.        case $host_os in
  1840.  openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
  1841.    _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  1842.    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  1843.    ;;
  1844.  *)
  1845.    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
  1846.    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  1847.    ;;
  1848.        esac
  1849.       fi
  1850.       ;;
  1851.     os2*)
  1852.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  1853.       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
  1854.       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
  1855.       _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION "$libname"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
  1856.       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
  1857.       ;;
  1858.     osf3*)
  1859.       if test "$GCC" = yes; then
  1860. _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}*'
  1861. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  1862.       else
  1863. _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved *'
  1864. _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  1865.       fi
  1866.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  1867.       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  1868.       ;;
  1869.     osf4* | osf5*) # as osf3* with the addition of -msym flag
  1870.       if test "$GCC" = yes; then
  1871. _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}*'
  1872. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  1873. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  1874.       else
  1875. _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved *'
  1876. _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  1877. _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\n" -exported_symbol "$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
  1878. $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'
  1879. # Both c and cxx compiler support -rpath directly
  1880. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
  1881.       fi
  1882.       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  1883.       ;;
  1884.     sco3.2v5*)
  1885.       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1886.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1887.       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
  1888.       runpath_var=LD_RUN_PATH
  1889.       hardcode_runpath_var=yes
  1890.       ;;
  1891.     solaris*)
  1892.       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
  1893.       if test "$GCC" = yes; then
  1894. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  1895. _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/(.*)/1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  1896.   $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
  1897.       else
  1898. _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1899. _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/(.*)/1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  1900.    $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
  1901.       fi
  1902.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  1903.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1904.       case $host_os in
  1905.       solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
  1906.       *) # Supported since Solaris 2.6 (maybe 2.5.1?)
  1907. _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
  1908.       esac
  1909.       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
  1910.       ;;
  1911.     sunos4*)
  1912.       if test "x$host_vendor" = xsequent; then
  1913. # Use $CC to link under sequent, because it throws in some extra .o
  1914. # files that make .init and .fini sections work.
  1915. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
  1916.       else
  1917. _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
  1918.       fi
  1919.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  1920.       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  1921.       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
  1922.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1923.       ;;
  1924.     sysv4)
  1925.       case $host_vendor in
  1926. sni)
  1927.   _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1928.   _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
  1929. ;;
  1930. siemens)
  1931.   ## LD is ld it makes a PLAMLIB
  1932.   ## CC just makes a GrossModule.
  1933.   _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
  1934.   _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
  1935.   _LT_AC_TAGVAR(hardcode_direct, $1)=no
  1936.         ;;
  1937. motorola)
  1938.   _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1939.   _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
  1940. ;;
  1941.       esac
  1942.       runpath_var='LD_RUN_PATH'
  1943.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1944.       ;;
  1945.     sysv4.3*)
  1946.       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1947.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1948.       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
  1949.       ;;
  1950.     sysv4*MP*)
  1951.       if test -d /usr/nec; then
  1952. _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1953. _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1954. runpath_var=LD_RUN_PATH
  1955. hardcode_runpath_var=yes
  1956. _LT_AC_TAGVAR(ld_shlibs, $1)=yes
  1957.       fi
  1958.       ;;
  1959.     sysv4.2uw2*)
  1960.       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
  1961.       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  1962.       _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
  1963.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1964.       hardcode_runpath_var=yes
  1965.       runpath_var=LD_RUN_PATH
  1966.       ;;
  1967.    sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[[78]]* | unixware7*)
  1968.       _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
  1969.       if test "$GCC" = yes; then
  1970. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  1971.       else
  1972. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  1973.       fi
  1974.       runpath_var='LD_RUN_PATH'
  1975.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1976.       ;;
  1977.     sysv5*)
  1978.       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
  1979.       # $CC -shared without GNU ld will not create a library from C++
  1980.       # object files and a static libstdc++, better avoid it by now
  1981.       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1982.       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/(.*)/1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  1983.    $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
  1984.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
  1985.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1986.       runpath_var='LD_RUN_PATH'
  1987.       ;;
  1988.     uts4*)
  1989.       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1990.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  1991.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1992.       ;;
  1993.     *)
  1994.       _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1995.       ;;
  1996.     esac
  1997.   fi
  1998. ])
  1999. AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
  2000. test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
  2001. variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
  2002. if test "$GCC" = yes; then
  2003.   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
  2004. fi
  2005. #
  2006. # Do we need to explicitly link libc?
  2007. #
  2008. case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
  2009. x|xyes)
  2010.   # Assume -lc should be added
  2011.   _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
  2012.   if test "$enable_shared" = yes && test "$GCC" = yes; then
  2013.     case $_LT_AC_TAGVAR(archive_cmds, $1) in
  2014.     *'~'*)
  2015.       # FIXME: we may have to deal with multi-command sequences.
  2016.       ;;
  2017.     '$CC '*)
  2018.       # Test whether the compiler implicitly links with -lc since on some
  2019.       # systems, -lgcc has to come before -lc. If gcc already passes -lc
  2020.       # to ld, don't add -lc before -lgcc.
  2021.       AC_MSG_CHECKING([whether -lc should be explicitly linked in])
  2022.       $rm conftest*
  2023.       printf "$lt_simple_compile_test_code" > conftest.$ac_ext
  2024.       if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
  2025.         soname=conftest
  2026.         lib=conftest
  2027.         libobjs=conftest.$ac_objext
  2028.         deplibs=
  2029.         wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
  2030.         compiler_flags=-v
  2031.         linker_flags=-v
  2032.         verstring=
  2033.         output_objdir=.
  2034.         libname=conftest
  2035.         lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
  2036.         _LT_AC_TAGVAR(allow_undefined_flag, $1)=
  2037.         if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2>&1 | grep " -lc " >/dev/null 2>&1)
  2038.         then
  2039.   _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
  2040.         else
  2041.   _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
  2042.         fi
  2043.         _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
  2044.       else
  2045.         cat conftest.err 1>&5
  2046.       fi
  2047.       $rm conftest*
  2048.       AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
  2049.       ;;
  2050.     esac
  2051.   fi
  2052.   ;;
  2053. esac
  2054. ])# AC_LIBTOOL_PROG_LD_SHLIBS
  2055. # _LT_AC_FILE_LTDLL_C
  2056. # -------------------
  2057. # Be careful that the start marker always follows a newline.
  2058. AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
  2059. # /* ltdll.c starts here */
  2060. # #define WIN32_LEAN_AND_MEAN
  2061. # #include <windows.h>
  2062. # #undef WIN32_LEAN_AND_MEAN
  2063. # #include <stdio.h>
  2064. #
  2065. # #ifndef __CYGWIN__
  2066. # #  ifdef __CYGWIN32__
  2067. # #    define __CYGWIN__ __CYGWIN32__
  2068. # #  endif
  2069. # #endif
  2070. #
  2071. # #ifdef __cplusplus
  2072. # extern "C" {
  2073. # #endif
  2074. # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
  2075. # #ifdef __cplusplus
  2076. # }
  2077. # #endif
  2078. #
  2079. # #ifdef __CYGWIN__
  2080. # #include <cygwin/cygwin_dll.h>
  2081. # DECLARE_CYGWIN_DLL( DllMain );
  2082. # #endif
  2083. # HINSTANCE __hDllInstance_base;
  2084. #
  2085. # BOOL APIENTRY
  2086. # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
  2087. # {
  2088. #   __hDllInstance_base = hInst;
  2089. #   return TRUE;
  2090. # }
  2091. # /* ltdll.c ends here */
  2092. ])# _LT_AC_FILE_LTDLL_C
  2093. # _LT_AC_TAGVAR(VARNAME, [TAGNAME])
  2094. # ---------------------------------
  2095. AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
  2096. # old names
  2097. AC_DEFUN([AM_PROG_LIBTOOL],   [AC_PROG_LIBTOOL])
  2098. AC_DEFUN([AM_ENABLE_SHARED],  [AC_ENABLE_SHARED($@)])
  2099. AC_DEFUN([AM_ENABLE_STATIC],  [AC_ENABLE_STATIC($@)])
  2100. AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
  2101. AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
  2102. AC_DEFUN([AM_PROG_LD],        [AC_PROG_LD])
  2103. AC_DEFUN([AM_PROG_NM],        [AC_PROG_NM])
  2104. # This is just to silence aclocal about the macro not being used
  2105. ifelse([AC_DISABLE_FAST_INSTALL])
  2106. AC_DEFUN([LT_AC_PROG_GCJ],
  2107. [AC_CHECK_TOOL(GCJ, gcj, no)
  2108.   test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
  2109.   AC_SUBST(GCJFLAGS)
  2110. ])
  2111. AC_DEFUN([LT_AC_PROG_RC],
  2112. [AC_CHECK_TOOL(RC, windres, no)
  2113. ])
  2114. # NOTE: This macro has been submitted for inclusion into   #
  2115. #  GNU Autoconf as AC_PROG_SED.  When it is available in   #
  2116. #  a released version of Autoconf we should remove this    #
  2117. #  macro and use it instead.                               #
  2118. # LT_AC_PROG_SED
  2119. # --------------
  2120. # Check for a fully-functional sed program, that truncates
  2121. # as few characters as possible.  Prefer GNU sed if found.
  2122. AC_DEFUN([LT_AC_PROG_SED],
  2123. [AC_MSG_CHECKING([for a sed that does not truncate output])
  2124. AC_CACHE_VAL(lt_cv_path_SED,
  2125. [# Loop through the user's path and test for sed and gsed.
  2126. # Then use that list of sed's as ones to test for truncation.
  2127. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2128. for as_dir in $PATH
  2129. do
  2130.   IFS=$as_save_IFS
  2131.   test -z "$as_dir" && as_dir=.
  2132.   for lt_ac_prog in sed gsed; do
  2133.     for ac_exec_ext in '' $ac_executable_extensions; do
  2134.       if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
  2135.         lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
  2136.       fi
  2137.     done
  2138.   done
  2139. done
  2140. lt_ac_max=0
  2141. lt_ac_count=0
  2142. # Add /usr/xpg4/bin/sed as it is typically found on Solaris
  2143. # along with /bin/sed that truncates output.
  2144. for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
  2145.   test ! -f $lt_ac_sed && break
  2146.   cat /dev/null > conftest.in
  2147.   lt_ac_count=0
  2148.   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
  2149.   # Check for GNU sed and select it if it is found.
  2150.   if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
  2151.     lt_cv_path_SED=$lt_ac_sed
  2152.     break
  2153.   fi
  2154.   while true; do
  2155.     cat conftest.in conftest.in >conftest.tmp
  2156.     mv conftest.tmp conftest.in
  2157.     cp conftest.in conftest.nl
  2158.     echo >>conftest.nl
  2159.     $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
  2160.     cmp -s conftest.out conftest.nl || break
  2161.     # 10000 chars as input seems more than enough
  2162.     test $lt_ac_count -gt 10 && break
  2163.     lt_ac_count=`expr $lt_ac_count + 1`
  2164.     if test $lt_ac_count -gt $lt_ac_max; then
  2165.       lt_ac_max=$lt_ac_count
  2166.       lt_cv_path_SED=$lt_ac_sed
  2167.     fi
  2168.   done
  2169. done
  2170. SED=$lt_cv_path_SED
  2171. ])
  2172. AC_MSG_RESULT([$SED])
  2173. ])
  2174. #                                                        -*- Autoconf -*-
  2175. # Copyright (C) 2002, 2003  Free Software Foundation, Inc.
  2176. # Generated from amversion.in; do not edit by hand.
  2177. # This program is free software; you can redistribute it and/or modify
  2178. # it under the terms of the GNU General Public License as published by
  2179. # the Free Software Foundation; either version 2, or (at your option)
  2180. # any later version.
  2181. # This program is distributed in the hope that it will be useful,
  2182. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  2183. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  2184. # GNU General Public License for more details.
  2185. # You should have received a copy of the GNU General Public License
  2186. # along with this program; if not, write to the Free Software
  2187. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  2188. # AM_AUTOMAKE_VERSION(VERSION)
  2189. # ----------------------------
  2190. # Automake X.Y traces this macro to ensure aclocal.m4 has been
  2191. # generated from the m4 files accompanying Automake X.Y.
  2192. AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
  2193. # AM_SET_CURRENT_AUTOMAKE_VERSION
  2194. # -------------------------------
  2195. # Call AM_AUTOMAKE_VERSION so it can be traced.
  2196. # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
  2197. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
  2198.  [AM_AUTOMAKE_VERSION([1.9.2])])
  2199. # AM_AUX_DIR_EXPAND
  2200. # Copyright (C) 2001, 2003 Free Software Foundation, Inc.
  2201. # This program is free software; you can redistribute it and/or modify
  2202. # it under the terms of the GNU General Public License as published by
  2203. # the Free Software Foundation; either version 2, or (at your option)
  2204. # any later version.
  2205. # This program is distributed in the hope that it will be useful,
  2206. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  2207. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  2208. # GNU General Public License for more details.
  2209. # You should have received a copy of the GNU General Public License
  2210. # along with this program; if not, write to the Free Software
  2211. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  2212. # 02111-1307, USA.
  2213. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
  2214. # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
  2215. # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
  2216. #
  2217. # Of course, Automake must honor this variable whenever it calls a
  2218. # tool from the auxiliary directory.  The problem is that $srcdir (and
  2219. # therefore $ac_aux_dir as well) can be either absolute or relative,
  2220. # depending on how configure is run.  This is pretty annoying, since
  2221. # it makes $ac_aux_dir quite unusable in subdirectories: in the top
  2222. # source directory, any form will work fine, but in subdirectories a
  2223. # relative path needs to be adjusted first.
  2224. #
  2225. # $ac_aux_dir/missing
  2226. #    fails when called from a subdirectory if $ac_aux_dir is relative
  2227. # $top_srcdir/$ac_aux_dir/missing
  2228. #    fails if $ac_aux_dir is absolute,
  2229. #    fails when called from a subdirectory in a VPATH build with
  2230. #          a relative $ac_aux_dir
  2231. #
  2232. # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
  2233. # are both prefixed by $srcdir.  In an in-source build this is usually
  2234. # harmless because $srcdir is `.', but things will broke when you
  2235. # start a VPATH build or use an absolute $srcdir.
  2236. #
  2237. # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
  2238. # iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
  2239. #   am_aux_dir='$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*(.*)"`
  2240. # and then we would define $MISSING as
  2241. #   MISSING="${SHELL} $am_aux_dir/missing"
  2242. # This will work as long as MISSING is not called from configure, because
  2243. # unfortunately $(top_srcdir) has no meaning in configure.
  2244. # However there are other variables, like CC, which are often used in
  2245. # configure, and could therefore not use this "fixed" $ac_aux_dir.
  2246. #
  2247. # Another solution, used here, is to always expand $ac_aux_dir to an
  2248. # absolute PATH.  The drawback is that using absolute paths prevent a
  2249. # configured tree to be moved without reconfiguration.
  2250. AC_DEFUN([AM_AUX_DIR_EXPAND],
  2251. [dnl Rely on autoconf to set up CDPATH properly.
  2252. AC_PREREQ([2.50])dnl
  2253. # expand $ac_aux_dir to an absolute path
  2254. am_aux_dir=`cd $ac_aux_dir && pwd`
  2255. ])
  2256. # AM_CONDITIONAL                                              -*- Autoconf -*-
  2257. # Copyright (C) 1997, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
  2258. # This program is free software; you can redistribute it and/or modify
  2259. # it under the terms of the GNU General Public License as published by
  2260. # the Free Software Foundation; either version 2, or (at your option)
  2261. # any later version.
  2262. # This program is distributed in the hope that it will be useful,
  2263. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  2264. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  2265. # GNU General Public License for more details.
  2266. # You should have received a copy of the GNU General Public License
  2267. # along with this program; if not, write to the Free Software
  2268. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  2269. # 02111-1307, USA.
  2270. # serial 6
  2271. # AM_CONDITIONAL(NAME, SHELL-CONDITION)
  2272. # -------------------------------------
  2273. # Define a conditional.
  2274. AC_DEFUN([AM_CONDITIONAL],
  2275. [AC_PREREQ(2.52)dnl
  2276.  ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
  2277. [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
  2278. AC_SUBST([$1_TRUE])
  2279. AC_SUBST([$1_FALSE])
  2280. if $2; then
  2281.   $1_TRUE=
  2282.   $1_FALSE='#'
  2283. else
  2284.   $1_TRUE='#'
  2285.   $1_FALSE=
  2286. fi
  2287. AC_CONFIG_COMMANDS_PRE(
  2288. [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
  2289.   AC_MSG_ERROR([[conditional "$1" was never defined.
  2290. Usually this means the macro was only invoked conditionally.]])
  2291. fi])])
  2292. # serial 7 -*- Autoconf -*-
  2293. # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
  2294. # Free Software Foundation, Inc.
  2295. # This program is free software; you can redistribute it and/or modify
  2296. # it under the terms of the GNU General Public License as published by
  2297. # the Free Software Foundation; either version 2, or (at your option)
  2298. # any later version.
  2299. # This program is distributed in the hope that it will be useful,
  2300. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  2301. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  2302. # GNU General Public License for more details.
  2303. # You should have received a copy of the GNU General Public License
  2304. # along with this program; if not, write to the Free Software
  2305. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  2306. # 02111-1307, USA.
  2307. # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
  2308. # written in clear, in which case automake, when reading aclocal.m4,
  2309. # will think it sees a *use*, and therefore will trigger all it's
  2310. # C support machinery.  Also note that it means that autoscan, seeing
  2311. # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
  2312. # _AM_DEPENDENCIES(NAME)
  2313. # ----------------------
  2314. # See how the compiler implements dependency checking.
  2315. # NAME is "CC", "CXX", "GCJ", or "OBJC".
  2316. # We try a few techniques and use that to set a single cache variable.
  2317. #
  2318. # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
  2319. # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
  2320. # dependency, and given that the user is not expected to run this macro,
  2321. # just rely on AC_PROG_CC.
  2322. AC_DEFUN([_AM_DEPENDENCIES],
  2323. [AC_REQUIRE([AM_SET_DEPDIR])dnl
  2324. AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
  2325. AC_REQUIRE([AM_MAKE_INCLUDE])dnl
  2326. AC_REQUIRE([AM_DEP_TRACK])dnl
  2327. ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
  2328.        [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
  2329.        [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
  2330.        [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
  2331.                    [depcc="$$1"   am_compiler_list=])
  2332. AC_CACHE_CHECK([dependency style of $depcc],
  2333.                [am_cv_$1_dependencies_compiler_type],
  2334. [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  2335.   # We make a subdir and do the tests there.  Otherwise we can end up
  2336.   # making bogus files that we don't know about and never remove.  For
  2337.   # instance it was reported that on HP-UX the gcc test will end up
  2338.   # making a dummy file named `D' -- because `-MD' means `put the output
  2339.   # in D'.
  2340.   mkdir conftest.dir
  2341.   # Copy depcomp to subdir because otherwise we won't find it if we're
  2342.   # using a relative directory.
  2343.   cp "$am_depcomp" conftest.dir
  2344.   cd conftest.dir
  2345.   # We will build objects and dependencies in a subdirectory because
  2346.   # it helps to detect inapplicable dependency modes.  For instance
  2347.   # both Tru64's cc and ICC support -MD to output dependencies as a
  2348.   # side effect of compilation, but ICC will put the dependencies in
  2349.   # the current directory while Tru64 will put them in the object
  2350.   # directory.
  2351.   mkdir sub
  2352.   am_cv_$1_dependencies_compiler_type=none
  2353.   if test "$am_compiler_list" = ""; then
  2354.      am_compiler_list=`sed -n ['s/^#*([a-zA-Z0-9]*))$/1/p'] < ./depcomp`
  2355.   fi
  2356.   for depmode in $am_compiler_list; do
  2357.     # Setup a source with many dependencies, because some compilers
  2358.     # like to wrap large dependency lists on column 80 (with ), and
  2359.     # we should not choose a depcomp mode which is confused by this.
  2360.     #
  2361.     # We need to recreate these files for each test, as the compiler may
  2362.     # overwrite some of them when testing with obscure command lines.
  2363.     # This happens at least with the AIX C compiler.
  2364.     : > sub/conftest.c
  2365.     for i in 1 2 3 4 5 6; do
  2366.       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  2367.       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  2368.       # Solaris 8's {/usr,}/bin/sh.
  2369.       touch sub/conftst$i.h
  2370.     done
  2371.     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  2372.     case $depmode in
  2373.     nosideeffect)
  2374.       # after this tag, mechanisms are not by side-effect, so they'll
  2375.       # only be used when explicitly requested
  2376.       if test "x$enable_dependency_tracking" = xyes; then
  2377. continue
  2378.       else
  2379. break
  2380.       fi
  2381.       ;;
  2382.     none) break ;;
  2383.     esac
  2384.     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  2385.     # mode.  It turns out that the SunPro C++ compiler does not properly
  2386.     # handle `-M -o', and we need to detect this.
  2387.     if depmode=$depmode 
  2388.        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} 
  2389.        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo 
  2390.        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c 
  2391.          >/dev/null 2>conftest.err &&
  2392.        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  2393.        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  2394.        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  2395.       # icc doesn't choke on unknown options, it will just issue warnings
  2396.       # or remarks (even with -Werror).  So we grep stderr for any message
  2397.       # that says an option was ignored or not supported.
  2398.       # When given -MP, icc 7.0 and 7.1 complain thusly:
  2399.       #   icc: Command line warning: ignoring option '-M'; no argument required
  2400.       # The diagnosis changed in icc 8.0:
  2401.       #   icc: Command line remark: option '-MP' not supported
  2402.       if (grep 'ignoring option' conftest.err ||
  2403.           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  2404.         am_cv_$1_dependencies_compiler_type=$depmode
  2405.         break
  2406.       fi
  2407.     fi
  2408.   done
  2409.   cd ..
  2410.   rm -rf conftest.dir
  2411. else
  2412.   am_cv_$1_dependencies_compiler_type=none
  2413. fi
  2414. ])
  2415. AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
  2416. AM_CONDITIONAL([am__fastdep$1], [
  2417.   test "x$enable_dependency_tracking" != xno 
  2418.   && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
  2419. ])
  2420. # AM_SET_DEPDIR
  2421. # -------------
  2422. # Choose a directory name for dependency files.
  2423. # This macro is AC_REQUIREd in _AM_DEPENDENCIES
  2424. AC_DEFUN([AM_SET_DEPDIR],
  2425. [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
  2426. AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
  2427. ])
  2428. # AM_DEP_TRACK
  2429. # ------------
  2430. AC_DEFUN([AM_DEP_TRACK],
  2431. [AC_ARG_ENABLE(dependency-tracking,
  2432. [  --disable-dependency-tracking  speeds up one-time build
  2433.   --enable-dependency-tracking   do not reject slow dependency extractors])
  2434. if test "x$enable_dependency_tracking" != xno; then
  2435.   am_depcomp="$ac_aux_dir/depcomp"
  2436.   AMDEPBACKSLASH=''
  2437. fi
  2438. AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
  2439. AC_SUBST([AMDEPBACKSLASH])
  2440. ])
  2441. # Generate code to set up dependency tracking.   -*- Autoconf -*-
  2442. # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
  2443. #   Free Software Foundation, Inc.
  2444. # This program is free software; you can redistribute it and/or modify
  2445. # it under the terms of the GNU General Public License as published by
  2446. # the Free Software Foundation; either version 2, or (at your option)
  2447. # any later version.
  2448. # This program is distributed in the hope that it will be useful,
  2449. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  2450. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  2451. # GNU General Public License for more details.
  2452. # You should have received a copy of the GNU General Public License
  2453. # along with this program; if not, write to the Free Software
  2454. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  2455. # 02111-1307, USA.
  2456. #serial 2
  2457. # _AM_OUTPUT_DEPENDENCY_COMMANDS
  2458. # ------------------------------
  2459. AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
  2460. [for mf in $CONFIG_FILES; do
  2461.   # Strip MF so we end up with the name of the file.
  2462.   mf=`echo "$mf" | sed -e 's/:.*$//'`
  2463.   # Check whether this is an Automake generated Makefile or not.
  2464.   # We used to match only the files named `Makefile.in', but
  2465.   # some people rename them; so instead we look at the file content.
  2466.   # Grep'ing the first line is not enough: some people post-process
  2467.   # each Makefile.in and add a new line on top of each file to say so.
  2468.   # So let's grep whole file.
  2469.   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
  2470.     dirpart=`AS_DIRNAME("$mf")`
  2471.   else
  2472.     continue
  2473.   fi
  2474.   # Extract the definition of DEPDIR, am__include, and am__quote
  2475.   # from the Makefile without running `make'.
  2476.   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  2477.   test -z "$DEPDIR" && continue
  2478.   am__include=`sed -n 's/^am__include = //p' < "$mf"`
  2479.   test -z "am__include" && continue
  2480.   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  2481.   # When using ansi2knr, U may be empty or an underscore; expand it
  2482.   U=`sed -n 's/^U = //p' < "$mf"`
  2483.   # Find all dependency output files, they are included files with
  2484.   # $(DEPDIR) in their names.  We invoke sed twice because it is the
  2485.   # simplest approach to changing $(DEPDIR) to its actual value in the
  2486.   # expansion.
  2487.   for file in `sed -n "
  2488.     s/^$am__include $am__quote(.*(DEPDIR).*)$am__quote"'$/1/p' <"$mf" | 
  2489.        sed -e 's/$(DEPDIR)/'"$DEPDIR"'/g' -e 's/$U/'"$U"'/g'`; do
  2490.     # Make sure the directory exists.
  2491.     test -f "$dirpart/$file" && continue
  2492.     fdir=`AS_DIRNAME(["$file"])`
  2493.     AS_MKDIR_P([$dirpart/$fdir])
  2494.     # echo "creating $dirpart/$file"
  2495.     echo '# dummy' > "$dirpart/$file"
  2496.   done
  2497. done
  2498. ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
  2499. # AM_OUTPUT_DEPENDENCY_COMMANDS
  2500. # -----------------------------
  2501. # This macro should only be invoked once -- use via AC_REQUIRE.
  2502. #
  2503. # This code is only required when automatic dependency tracking
  2504. # is enabled.  FIXME.  This creates each `.P' file that we will
  2505. # need in order to bootstrap the dependency handling code.
  2506. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
  2507. [AC_CONFIG_COMMANDS([depfiles],
  2508.      [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
  2509.      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
  2510. ])
  2511. # Do all the work for Automake.                            -*- Autoconf -*-
  2512. # This macro actually does too much some checks are only needed if
  2513. # your package does certain things.  But this isn't really a big deal.
  2514. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
  2515. # Free Software Foundation, Inc.
  2516. # This program is free software; you can redistribute it and/or modify
  2517. # it under the terms of the GNU General Public License as published by
  2518. # the Free Software Foundation; either version 2, or (at your option)
  2519. # any later version.
  2520. # This program is distributed in the hope that it will be useful,
  2521. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  2522. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  2523. # GNU General Public License for more details.
  2524. # You should have received a copy of the GNU General Public License
  2525. # along with this program; if not, write to the Free Software
  2526. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  2527. # 02111-1307, USA.
  2528. # serial 11
  2529. # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
  2530. # AM_INIT_AUTOMAKE([OPTIONS])
  2531. # -----------------------------------------------
  2532. # The call with PACKAGE and VERSION arguments is the old style
  2533. # call (pre autoconf-2.50), which is being phased out.  PACKAGE
  2534. # and VERSION should now be passed to AC_INIT and removed from
  2535. # the call to AM_INIT_AUTOMAKE.
  2536. # We support both call styles for the transition.  After
  2537. # the next Automake release, Autoconf can make the AC_INIT
  2538. # arguments mandatory, and then we can depend on a new Autoconf
  2539. # release and drop the old call support.
  2540. AC_DEFUN([AM_INIT_AUTOMAKE],
  2541. [AC_PREREQ([2.58])dnl
  2542. dnl Autoconf wants to disallow AM_ names.  We explicitly allow
  2543. dnl the ones we care about.
  2544. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
  2545. AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
  2546. AC_REQUIRE([AC_PROG_INSTALL])dnl
  2547. # test to see if srcdir already configured
  2548. if test "`cd $srcdir && pwd`" != "`pwd`" &&
  2549.    test -f $srcdir/config.status; then
  2550.   AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
  2551. fi
  2552. # test whether we have cygpath
  2553. if test -z "$CYGPATH_W"; then
  2554.   if (cygpath --version) >/dev/null 2>/dev/null; then
  2555.     CYGPATH_W='cygpath -w'
  2556.   else
  2557.     CYGPATH_W=echo
  2558.   fi
  2559. fi
  2560. AC_SUBST([CYGPATH_W])
  2561. # Define the identity of the package.
  2562. dnl Distinguish between old-style and new-style calls.
  2563. m4_ifval([$2],
  2564. [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
  2565.  AC_SUBST([PACKAGE], [$1])dnl
  2566.  AC_SUBST([VERSION], [$2])],
  2567. [_AM_SET_OPTIONS([$1])dnl
  2568.  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
  2569.  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
  2570. _AM_IF_OPTION([no-define],,
  2571. [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
  2572.  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
  2573. # Some tools Automake needs.
  2574. AC_REQUIRE([AM_SANITY_CHECK])dnl
  2575. AC_REQUIRE([AC_ARG_PROGRAM])dnl
  2576. AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
  2577. AM_MISSING_PROG(AUTOCONF, autoconf)
  2578. AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
  2579. AM_MISSING_PROG(AUTOHEADER, autoheader)
  2580. AM_MISSING_PROG(MAKEINFO, makeinfo)
  2581. AM_PROG_INSTALL_SH
  2582. AM_PROG_INSTALL_STRIP
  2583. AC_REQUIRE([AM_PROG_MKDIR_P])dnl
  2584. # We need awk for the "check" target.  The system "awk" is bad on
  2585. # some platforms.
  2586. AC_REQUIRE([AC_PROG_AWK])dnl
  2587. AC_REQUIRE([AC_PROG_MAKE_SET])dnl
  2588. AC_REQUIRE([AM_SET_LEADING_DOT])dnl
  2589. _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
  2590.               [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
  2591.             [_AM_PROG_TAR([v7])])])
  2592. _AM_IF_OPTION([no-dependencies],,
  2593. [AC_PROVIDE_IFELSE([AC_PROG_CC],
  2594.                   [_AM_DEPENDENCIES(CC)],
  2595.                   [define([AC_PROG_CC],
  2596.                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
  2597. AC_PROVIDE_IFELSE([AC_PROG_CXX],
  2598.                   [_AM_DEPENDENCIES(CXX)],
  2599.                   [define([AC_PROG_CXX],
  2600.                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
  2601. ])
  2602. ])
  2603. # When config.status generates a header, we must update the stamp-h file.
  2604. # This file resides in the same directory as the config header
  2605. # that is generated.  The stamp files are numbered to have different names.
  2606. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
  2607. # loop where config.status creates the headers, so we can generate
  2608. # our stamp files there.
  2609. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
  2610. [# Compute $1's index in $config_headers.
  2611. _am_stamp_count=1
  2612. for _am_header in $config_headers :; do
  2613.   case $_am_header in
  2614.     $1 | $1:* )
  2615.       break ;;
  2616.     * )
  2617.       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  2618.   esac
  2619. done
  2620. echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
  2621. # AM_PROG_INSTALL_SH
  2622. # ------------------
  2623. # Define $install_sh.
  2624. # Copyright (C) 2001, 2003 Free Software Foundation, Inc.
  2625. # This program is free software; you can redistribute it and/or modify
  2626. # it under the terms of the GNU General Public License as published by
  2627. # the Free Software Foundation; either version 2, or (at your option)
  2628. # any later version.
  2629. # This program is distributed in the hope that it will be useful,
  2630. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  2631. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  2632. # GNU General Public License for more details.
  2633. # You should have received a copy of the GNU General Public License
  2634. # along with this program; if not, write to the Free Software
  2635. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  2636. # 02111-1307, USA.
  2637. AC_DEFUN([AM_PROG_INSTALL_SH],
  2638. [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  2639. install_sh=${install_sh-"$am_aux_dir/install-sh"}
  2640. AC_SUBST(install_sh)])
  2641. #                                                          -*- Autoconf -*-
  2642. # Copyright (C) 2003  Free Software Foundation, Inc.
  2643. # This program is free software; you can redistribute it and/or modify
  2644. # it under the terms of the GNU General Public License as published by
  2645. # the Free Software Foundation; either version 2, or (at your option)
  2646. # any later version.
  2647. # This program is distributed in the hope that it will be useful,
  2648. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  2649. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  2650. # GNU General Public License for more details.
  2651. # You should have received a copy of the GNU General Public License
  2652. # along with this program; if not, write to the Free Software
  2653. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  2654. # 02111-1307, USA.
  2655. # serial 1
  2656. # Check whether the underlying file-system supports filenames
  2657. # with a leading dot.  For instance MS-DOS doesn't.
  2658. AC_DEFUN([AM_SET_LEADING_DOT],
  2659. [rm -rf .tst 2>/dev/null
  2660. mkdir .tst 2>/dev/null
  2661. if test -d .tst; then
  2662.   am__leading_dot=.
  2663. else
  2664.   am__leading_dot=_
  2665. fi
  2666. rmdir .tst 2>/dev/null
  2667. AC_SUBST([am__leading_dot])])
  2668. # Check to see how 'make' treats includes. -*- Autoconf -*-
  2669. # Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
  2670. # This program is free software; you can redistribute it and/or modify
  2671. # it under the terms of the GNU General Public License as published by
  2672. # the Free Software Foundation; either version 2, or (at your option)
  2673. # any later version.
  2674. # This program is distributed in the hope that it will be useful,
  2675. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  2676. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  2677. # GNU General Public License for more details.
  2678. # You should have received a copy of the GNU General Public License
  2679. # along with this program; if not, write to the Free Software
  2680. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  2681. # 02111-1307, USA.
  2682. # serial 2
  2683. # AM_MAKE_INCLUDE()
  2684. # -----------------
  2685. # Check to see how make treats includes.
  2686. AC_DEFUN([AM_MAKE_INCLUDE],
  2687. [am_make=${MAKE-make}
  2688. cat > confinc << 'END'
  2689. am__doit:
  2690. @echo done
  2691. .PHONY: am__doit
  2692. END
  2693. # If we don't find an include directive, just comment out the code.
  2694. AC_MSG_CHECKING([for style of include used by $am_make])
  2695. am__include="#"
  2696. am__quote=
  2697. _am_result=none
  2698. # First try GNU make style include.
  2699. echo "include confinc" > confmf
  2700. # We grep out `Entering directory' and `Leaving directory'
  2701. # messages which can occur if `w' ends up in MAKEFLAGS.
  2702. # In particular we don't look at `^make:' because GNU make might
  2703. # be invoked under some other name (usually "gmake"), in which
  2704. # case it prints its new name instead of `make'.
  2705. if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
  2706.    am__include=include
  2707.    am__quote=
  2708.    _am_result=GNU
  2709. fi
  2710. # Now try BSD make style include.
  2711. if test "$am__include" = "#"; then
  2712.    echo '.include "confinc"' > confmf
  2713.    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
  2714.       am__include=.include
  2715.       am__quote="""
  2716.       _am_result=BSD
  2717.    fi
  2718. fi
  2719. AC_SUBST([am__include])
  2720. AC_SUBST([am__quote])
  2721. AC_MSG_RESULT([$_am_result])
  2722. rm -f confinc confmf
  2723. ])
  2724. #  -*- Autoconf -*-
  2725. # Copyright (C) 1997, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
  2726. # This program is free software; you can redistribute it and/or modify
  2727. # it under the terms of the GNU General Public License as published by
  2728. # the Free Software Foundation; either version 2, or (at your option)
  2729. # any later version.
  2730. # This program is distributed in the hope that it will be useful,
  2731. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  2732. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  2733. # GNU General Public License for more details.
  2734. # You should have received a copy of the GNU General Public License
  2735. # along with this program; if not, write to the Free Software
  2736. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  2737. # 02111-1307, USA.
  2738. # serial 3
  2739. # AM_MISSING_PROG(NAME, PROGRAM)
  2740. # ------------------------------
  2741. AC_DEFUN([AM_MISSING_PROG],
  2742. [AC_REQUIRE([AM_MISSING_HAS_RUN])
  2743. $1=${$1-"${am_missing_run}$2"}
  2744. AC_SUBST($1)])
  2745. # AM_MISSING_HAS_RUN
  2746. # ------------------
  2747. # Define MISSING if not defined so far and test if it supports --run.
  2748. # If it does, set am_missing_run to use it, otherwise, to nothing.
  2749. AC_DEFUN([AM_MISSING_HAS_RUN],
  2750. [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  2751. test x"${MISSING+set}" = xset || MISSING="${SHELL} $am_aux_dir/missing"
  2752. # Use eval to expand $SHELL
  2753. if eval "$MISSING --run true"; then
  2754.   am_missing_run="$MISSING --run "
  2755. else
  2756.   am_missing_run=
  2757.   AC_MSG_WARN([`missing' script is too old or missing])
  2758. fi
  2759. ])
  2760. # AM_PROG_MKDIR_P
  2761. # ---------------
  2762. # Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
  2763. # Copyright (C) 2003, 2004 Free Software Foundation, Inc.
  2764. # This program is free software; you can redistribute it and/or modify
  2765. # it under the terms of the GNU General Public License as published by
  2766. # the Free Software Foundation; either version 2, or (at your option)
  2767. # any later version.
  2768. # This program is distributed in the hope that it will be useful,
  2769. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  2770. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  2771. # GNU General Public License for more details.
  2772. # You should have received a copy of the GNU General Public License
  2773. # along with this program; if not, write to the Free Software
  2774. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  2775. # 02111-1307, USA.
  2776. # Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
  2777. # created by `make install' are always world readable, even if the
  2778. # installer happens to have an overly restrictive umask (e.g. 077).
  2779. # This was a mistake.  There are at least two reasons why we must not
  2780. # use `-m 0755':
  2781. #   - it causes special bits like SGID to be ignored,
  2782. #   - it may be too restrictive (some setups expect 775 directories).
  2783. #
  2784. # Do not use -m 0755 and let people choose whatever they expect by
  2785. # setting umask.
  2786. #
  2787. # We cannot accept any implementation of `mkdir' that recognizes `-p'.
  2788. # Some implementations (such as Solaris 8's) are not thread-safe: if a
  2789. # parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
  2790. # concurrently, both version can detect that a/ is missing, but only
  2791. # one can create it and the other will error out.  Consequently we
  2792. # restrict ourselves to GNU make (using the --version option ensures
  2793. # this.)
  2794. AC_DEFUN([AM_PROG_MKDIR_P],
  2795. [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
  2796.   # We used to keeping the `.' as first argument, in order to
  2797.   # allow $(mkdir_p) to be used without argument.  As in
  2798.   #   $(mkdir_p) $(somedir)
  2799.   # where $(somedir) is conditionally defined.  However this is wrong
  2800.   # for two reasons:
  2801.   #  1. if the package is installed by a user who cannot write `.'
  2802.   #     make install will fail,
  2803.   #  2. the above comment should most certainly read
  2804.   #     $(mkdir_p) $(DESTDIR)$(somedir)
  2805.   #     so it does not work when $(somedir) is undefined and
  2806.   #     $(DESTDIR) is not.
  2807.   #  To support the latter case, we have to write
  2808.   #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
  2809.   #  so the `.' trick is pointless.
  2810.   mkdir_p='mkdir -p --'
  2811. else
  2812.   # On NextStep and OpenStep, the `mkdir' command does not
  2813.   # recognize any option.  It will interpret all options as
  2814.   # directories to create, and then abort because `.' already
  2815.   # exists.
  2816.   for d in ./-p ./--version;
  2817.   do
  2818.     test -d $d && rmdir $d
  2819.   done
  2820.   # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
  2821.   if test -f "$ac_aux_dir/mkinstalldirs"; then
  2822.     mkdir_p='$(mkinstalldirs)'
  2823.   else
  2824.     mkdir_p='$(install_sh) -d'
  2825.   fi
  2826. fi
  2827. AC_SUBST([mkdir_p])])
  2828. # Helper functions for option handling.                    -*- Autoconf -*-
  2829. # Copyright (C) 2001, 2002, 2003  Free Software Foundation, Inc.
  2830. # This program is free software; you can redistribute it and/or modify
  2831. # it under the terms of the GNU General Public License as published by
  2832. # the Free Software Foundation; either version 2, or (at your option)
  2833. # any later version.
  2834. # This program is distributed in the hope that it will be useful,
  2835. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  2836. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  2837. # GNU General Public License for more details.
  2838. # You should have received a copy of the GNU General Public License
  2839. # along with this program; if not, write to the Free Software
  2840. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  2841. # 02111-1307, USA.
  2842. # serial 2
  2843. # _AM_MANGLE_OPTION(NAME)
  2844. # -----------------------
  2845. AC_DEFUN([_AM_MANGLE_OPTION],
  2846. [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
  2847. # _AM_SET_OPTION(NAME)
  2848. # ------------------------------
  2849. # Set option NAME.  Presently that only means defining a flag for this option.
  2850. AC_DEFUN([_AM_SET_OPTION],
  2851. [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
  2852. # _AM_SET_OPTIONS(OPTIONS)
  2853. # ----------------------------------
  2854. # OPTIONS is a space-separated list of Automake options.
  2855. AC_DEFUN([_AM_SET_OPTIONS],
  2856. [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
  2857. # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
  2858. # -------------------------------------------
  2859. # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
  2860. AC_DEFUN([_AM_IF_OPTION],
  2861. [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
  2862. #
  2863. # Check to make sure that the build environment is sane.
  2864. #
  2865. # Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
  2866. # This program is free software; you can redistribute it and/or modify
  2867. # it under the terms of the GNU General Public License as published by
  2868. # the Free Software Foundation; either version 2, or (at your option)
  2869. # any later version.
  2870. # This program is distributed in the hope that it will be useful,
  2871. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  2872. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  2873. # GNU General Public License for more details.
  2874. # You should have received a copy of the GNU General Public License
  2875. # along with this program; if not, write to the Free Software
  2876. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  2877. # 02111-1307, USA.
  2878. # serial 3
  2879. # AM_SANITY_CHECK
  2880. # ---------------
  2881. AC_DEFUN([AM_SANITY_CHECK],
  2882. [AC_MSG_CHECKING([whether build environment is sane])
  2883. # Just in case
  2884. sleep 1
  2885. echo timestamp > conftest.file
  2886. # Do `set' in a subshell so we don't clobber the current shell's
  2887. # arguments.  Must try -L first in case configure is actually a
  2888. # symlink; some systems play weird games with the mod time of symlinks
  2889. # (eg FreeBSD returns the mod time of the symlink's containing
  2890. # directory).
  2891. if (
  2892.    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
  2893.    if test "$[*]" = "X"; then
  2894.       # -L didn't work.
  2895.       set X `ls -t $srcdir/configure conftest.file`
  2896.    fi
  2897.    rm -f conftest.file
  2898.    if test "$[*]" != "X $srcdir/configure conftest.file" 
  2899.       && test "$[*]" != "X conftest.file $srcdir/configure"; then
  2900.       # If neither matched, then we have a broken ls.  This can happen
  2901.       # if, for instance, CONFIG_SHELL is bash and it inherits a
  2902.       # broken ls alias from the environment.  This has actually
  2903.       # happened.  Such a system could not be considered "sane".
  2904.       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
  2905. alias in your environment])
  2906.    fi
  2907.    test "$[2]" = conftest.file
  2908.    )
  2909. then
  2910.    # Ok.
  2911.    :
  2912. else
  2913.    AC_MSG_ERROR([newly created file is older than distributed files!
  2914. Check your system clock])
  2915. fi
  2916. AC_MSG_RESULT(yes)])
  2917. # AM_PROG_INSTALL_STRIP
  2918. # Copyright (C) 2001, 2003 Free Software Foundation, Inc.
  2919. # This program is free software; you can redistribute it and/or modify
  2920. # it under the terms of the GNU General Public License as published by
  2921. # the Free Software Foundation; either version 2, or (at your option)
  2922. # any later version.
  2923. # This program is distributed in the hope that it will be useful,
  2924. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  2925. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  2926. # GNU General Public License for more details.
  2927. # You should have received a copy of the GNU General Public License
  2928. # along with this program; if not, write to the Free Software
  2929. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  2930. # 02111-1307, USA.
  2931. # One issue with vendor `install' (even GNU) is that you can't
  2932. # specify the program used to strip binaries.  This is especially
  2933. # annoying in cross-compiling environments, where the build's strip
  2934. # is unlikely to handle the host's binaries.
  2935. # Fortunately install-sh will honor a STRIPPROG variable, so we
  2936. # always use install-sh in `make install-strip', and initialize
  2937. # STRIPPROG with the value of the STRIP variable (set by the user).
  2938. AC_DEFUN([AM_PROG_INSTALL_STRIP],
  2939. [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
  2940. # Installed binaries are usually stripped using `strip' when the user
  2941. # run `make install-strip'.  However `strip' might not be the right
  2942. # tool to use in cross-compilation environments, therefore Automake
  2943. # will honor the `STRIP' environment variable to overrule this program.
  2944. dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
  2945. if test "$cross_compiling" != no; then
  2946.   AC_CHECK_TOOL([STRIP], [strip], :)
  2947. fi
  2948. INSTALL_STRIP_PROGRAM="${SHELL} $(install_sh) -c -s"
  2949. AC_SUBST([INSTALL_STRIP_PROGRAM])])
  2950. # Check how to create a tarball.                            -*- Autoconf -*-
  2951. # Copyright (C) 2004  Free Software Foundation, Inc.
  2952. # This program is free software; you can redistribute it and/or modify
  2953. # it under the terms of the GNU General Public License as published by
  2954. # the Free Software Foundation; either version 2, or (at your option)
  2955. # any later version.
  2956. # This program is distributed in the hope that it will be useful,
  2957. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  2958. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  2959. # GNU General Public License for more details.
  2960. # You should have received a copy of the GNU General Public License
  2961. # along with this program; if not, write to the Free Software
  2962. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  2963. # 02111-1307, USA.
  2964. # serial 1
  2965. # _AM_PROG_TAR(FORMAT)
  2966. # --------------------
  2967. # Check how to create a tarball in format FORMAT.
  2968. # FORMAT should be one of `v7', `ustar', or `pax'.
  2969. #
  2970. # Substitute a variable $(am__tar) that is a command
  2971. # writing to stdout a FORMAT-tarball containing the directory
  2972. # $tardir.
  2973. #     tardir=directory && $(am__tar) > result.tar
  2974. #
  2975. # Substitute a variable $(am__untar) that extract such
  2976. # a tarball read from stdin.
  2977. #     $(am__untar) < result.tar
  2978. AC_DEFUN([_AM_PROG_TAR],
  2979. [# Always define AMTAR for backward compatibility.
  2980. AM_MISSING_PROG([AMTAR], [tar])
  2981. m4_if([$1], [v7],
  2982.      [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
  2983.      [m4_case([$1], [ustar],, [pax],,
  2984.               [m4_fatal([Unknown tar format])])
  2985. AC_MSG_CHECKING([how to create a $1 tar archive])
  2986. # Loop over all known methods to create a tar archive until one works.
  2987. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
  2988. _am_tools=${am_cv_prog_tar_$1-$_am_tools}
  2989. # Do not fold the above two line into one, because Tru64 sh and
  2990. # Solaris sh will not grok spaces in the rhs of `-'.
  2991. for _am_tool in $_am_tools
  2992. do
  2993.   case $_am_tool in
  2994.   gnutar)
  2995.     for _am_tar in tar gnutar gtar;
  2996.     do
  2997.       AM_RUN_LOG([$_am_tar --version]) && break
  2998.     done
  2999.     am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
  3000.     am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
  3001.     am__untar="$_am_tar -xf -"
  3002.     ;;
  3003.   plaintar)
  3004.     # Must skip GNU tar: if it does not support --format= it doesn't create
  3005.     # ustar tarball either.
  3006.     (tar --version) >/dev/null 2>&1 && continue
  3007.     am__tar='tar chf - "$$tardir"'
  3008.     am__tar_='tar chf - "$tardir"'
  3009.     am__untar='tar xf -'
  3010.     ;;
  3011.   pax)
  3012.     am__tar='pax -L -x $1 -w "$$tardir"'
  3013.     am__tar_='pax -L -x $1 -w "$tardir"'
  3014.     am__untar='pax -r'
  3015.     ;;
  3016.   cpio)
  3017.     am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
  3018.     am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
  3019.     am__untar='cpio -i -H $1 -d'
  3020.     ;;
  3021.   none)
  3022.     am__tar=false
  3023.     am__tar_=false
  3024.     am__untar=false
  3025.     ;;
  3026.   esac
  3027.   # If the value was cached, stop now.  We just wanted to have am__tar
  3028.   # and am__untar set.
  3029.   test -n "${am_cv_prog_tar_$1}" && break
  3030.   # tar/untar a dummy directory, and stop if the command works
  3031.   rm -rf conftest.dir
  3032.   mkdir conftest.dir
  3033.   echo GrepMe > conftest.dir/file
  3034.   AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
  3035.   rm -rf conftest.dir
  3036.   if test -s conftest.tar; then
  3037.     AM_RUN_LOG([$am__untar <conftest.tar])
  3038.     grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
  3039.   fi
  3040. done
  3041. rm -rf conftest.dir
  3042. AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
  3043. AC_MSG_RESULT([$am_cv_prog_tar_$1])])
  3044. AC_SUBST([am__tar])
  3045. AC_SUBST([am__untar])
  3046. ]) # _AM_PROG_TAR
  3047. m4_include([acinclude.m4])