aclocal.m4
上传用户:lijia5631
上传日期:2008-11-10
资源大小:1214k
文件大小:248k
源码类别:

视频捕捉/采集

开发平台:

MultiPlatform

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