aclocal.m4
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:239k
源码类别:

Windows CE

开发平台:

C/C++

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