configure
上传用户:shw771010
上传日期:2022-01-05
资源大小:991k
文件大小:624k
源码类别:

Audio

开发平台:

Unix_Linux

  1. done
  2. rm -f conftest.$ac_ext
  3. CC=$ac_save_CC
  4. fi
  5. # AC_CACHE_VAL
  6. case "x$ac_cv_prog_cc_c89" in
  7.   x)
  8.     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
  9. $as_echo "none needed" >&6; } ;;
  10.   xno)
  11.     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
  12. $as_echo "unsupported" >&6; } ;;
  13.   *)
  14.     CC="$CC $ac_cv_prog_cc_c89"
  15.     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
  16. $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
  17. esac
  18. if test "x$ac_cv_prog_cc_c89" != xno; then :
  19. fi
  20. ac_ext=c
  21. ac_cpp='$CPP $CPPFLAGS'
  22. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  23. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  24. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  25. DEPDIR="${am__leading_dot}deps"
  26. ac_config_commands="$ac_config_commands depfiles"
  27. am_make=${MAKE-make}
  28. cat > confinc << 'END'
  29. am__doit:
  30. @echo this is the am__doit target
  31. .PHONY: am__doit
  32. END
  33. # If we don't find an include directive, just comment out the code.
  34. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
  35. $as_echo_n "checking for style of include used by $am_make... " >&6; }
  36. am__include="#"
  37. am__quote=
  38. _am_result=none
  39. # First try GNU make style include.
  40. echo "include confinc" > confmf
  41. # Ignore all kinds of additional output from `make'.
  42. case `$am_make -s -f confmf 2> /dev/null` in #(
  43. *the am__doit target*)
  44.   am__include=include
  45.   am__quote=
  46.   _am_result=GNU
  47.   ;;
  48. esac
  49. # Now try BSD make style include.
  50. if test "$am__include" = "#"; then
  51.    echo '.include "confinc"' > confmf
  52.    case `$am_make -s -f confmf 2> /dev/null` in #(
  53.    *the am__doit target*)
  54.      am__include=.include
  55.      am__quote="""
  56.      _am_result=BSD
  57.      ;;
  58.    esac
  59. fi
  60. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
  61. $as_echo "$_am_result" >&6; }
  62. rm -f confinc confmf
  63. # Check whether --enable-dependency-tracking was given.
  64. if test "${enable_dependency_tracking+set}" = set; then :
  65.   enableval=$enable_dependency_tracking;
  66. fi
  67. if test "x$enable_dependency_tracking" != xno; then
  68.   am_depcomp="$ac_aux_dir/depcomp"
  69.   AMDEPBACKSLASH=''
  70. fi
  71.  if test "x$enable_dependency_tracking" != xno; then
  72.   AMDEP_TRUE=
  73.   AMDEP_FALSE='#'
  74. else
  75.   AMDEP_TRUE='#'
  76.   AMDEP_FALSE=
  77. fi
  78. depcc="$CC"   am_compiler_list=
  79. { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
  80. $as_echo_n "checking dependency style of $depcc... " >&6; }
  81. if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
  82.   $as_echo_n "(cached) " >&6
  83. else
  84.   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  85.   # We make a subdir and do the tests there.  Otherwise we can end up
  86.   # making bogus files that we don't know about and never remove.  For
  87.   # instance it was reported that on HP-UX the gcc test will end up
  88.   # making a dummy file named `D' -- because `-MD' means `put the output
  89.   # in D'.
  90.   mkdir conftest.dir
  91.   # Copy depcomp to subdir because otherwise we won't find it if we're
  92.   # using a relative directory.
  93.   cp "$am_depcomp" conftest.dir
  94.   cd conftest.dir
  95.   # We will build objects and dependencies in a subdirectory because
  96.   # it helps to detect inapplicable dependency modes.  For instance
  97.   # both Tru64's cc and ICC support -MD to output dependencies as a
  98.   # side effect of compilation, but ICC will put the dependencies in
  99.   # the current directory while Tru64 will put them in the object
  100.   # directory.
  101.   mkdir sub
  102.   am_cv_CC_dependencies_compiler_type=none
  103.   if test "$am_compiler_list" = ""; then
  104.      am_compiler_list=`sed -n 's/^#*([a-zA-Z0-9]*))$/1/p' < ./depcomp`
  105.   fi
  106.   am__universal=false
  107.   case " $depcc " in #(
  108.      * -arch * -arch *) am__universal=true ;;
  109.      esac
  110.   for depmode in $am_compiler_list; do
  111.     # Setup a source with many dependencies, because some compilers
  112.     # like to wrap large dependency lists on column 80 (with ), and
  113.     # we should not choose a depcomp mode which is confused by this.
  114.     #
  115.     # We need to recreate these files for each test, as the compiler may
  116.     # overwrite some of them when testing with obscure command lines.
  117.     # This happens at least with the AIX C compiler.
  118.     : > sub/conftest.c
  119.     for i in 1 2 3 4 5 6; do
  120.       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  121.       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  122.       # Solaris 8's {/usr,}/bin/sh.
  123.       touch sub/conftst$i.h
  124.     done
  125.     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  126.     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  127.     # mode.  It turns out that the SunPro C++ compiler does not properly
  128.     # handle `-M -o', and we need to detect this.  Also, some Intel
  129.     # versions had trouble with output in subdirs
  130.     am__obj=sub/conftest.${OBJEXT-o}
  131.     am__minus_obj="-o $am__obj"
  132.     case $depmode in
  133.     gcc)
  134.       # This depmode causes a compiler race in universal mode.
  135.       test "$am__universal" = false || continue
  136.       ;;
  137.     nosideeffect)
  138.       # after this tag, mechanisms are not by side-effect, so they'll
  139.       # only be used when explicitly requested
  140.       if test "x$enable_dependency_tracking" = xyes; then
  141. continue
  142.       else
  143. break
  144.       fi
  145.       ;;
  146.     msvisualcpp | msvcmsys)
  147.       # This compiler won't grok `-c -o', but also, the minuso test has
  148.       # not run yet.  These depmodes are late enough in the game, and
  149.       # so weak that their functioning should not be impacted.
  150.       am__obj=conftest.${OBJEXT-o}
  151.       am__minus_obj=
  152.       ;;
  153.     none) break ;;
  154.     esac
  155.     if depmode=$depmode 
  156.        source=sub/conftest.c object=$am__obj 
  157.        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo 
  158.        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c 
  159.          >/dev/null 2>conftest.err &&
  160.        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
  161.        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  162.        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
  163.        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  164.       # icc doesn't choke on unknown options, it will just issue warnings
  165.       # or remarks (even with -Werror).  So we grep stderr for any message
  166.       # that says an option was ignored or not supported.
  167.       # When given -MP, icc 7.0 and 7.1 complain thusly:
  168.       #   icc: Command line warning: ignoring option '-M'; no argument required
  169.       # The diagnosis changed in icc 8.0:
  170.       #   icc: Command line remark: option '-MP' not supported
  171.       if (grep 'ignoring option' conftest.err ||
  172.           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  173.         am_cv_CC_dependencies_compiler_type=$depmode
  174.         break
  175.       fi
  176.     fi
  177.   done
  178.   cd ..
  179.   rm -rf conftest.dir
  180. else
  181.   am_cv_CC_dependencies_compiler_type=none
  182. fi
  183. fi
  184. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
  185. $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
  186. CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  187.  if
  188.   test "x$enable_dependency_tracking" != xno 
  189.   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
  190.   am__fastdepCC_TRUE=
  191.   am__fastdepCC_FALSE='#'
  192. else
  193.   am__fastdepCC_TRUE='#'
  194.   am__fastdepCC_FALSE=
  195. fi
  196. if test "x$CC" != xcc; then
  197.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
  198. $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
  199. else
  200.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
  201. $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
  202. fi
  203. set dummy $CC; ac_cc=`$as_echo "$2" |
  204.       sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
  205. if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test "${$as_var+set}" = set"; }; then :
  206.   $as_echo_n "(cached) " >&6
  207. else
  208.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  209. /* end confdefs.h.  */
  210. int
  211. main ()
  212. {
  213.   ;
  214.   return 0;
  215. }
  216. _ACEOF
  217. # Make sure it works both with $CC and with simple cc.
  218. # We do the test twice because some compilers refuse to overwrite an
  219. # existing .o file with -o, though they will create one.
  220. ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
  221. rm -f conftest2.*
  222. if { { case "(($ac_try" in
  223.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  224.   *) ac_try_echo=$ac_try;;
  225. esac
  226. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  227. $as_echo "$ac_try_echo"; } >&5
  228.   (eval "$ac_try") 2>&5
  229.   ac_status=$?
  230.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  231.   test $ac_status = 0; } &&
  232.    test -f conftest2.$ac_objext && { { case "(($ac_try" in
  233.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  234.   *) ac_try_echo=$ac_try;;
  235. esac
  236. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  237. $as_echo "$ac_try_echo"; } >&5
  238.   (eval "$ac_try") 2>&5
  239.   ac_status=$?
  240.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  241.   test $ac_status = 0; };
  242. then
  243.   eval ac_cv_prog_cc_${ac_cc}_c_o=yes
  244.   if test "x$CC" != xcc; then
  245.     # Test first that cc exists at all.
  246.     if { ac_try='cc -c conftest.$ac_ext >&5'
  247.   { { case "(($ac_try" in
  248.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  249.   *) ac_try_echo=$ac_try;;
  250. esac
  251. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  252. $as_echo "$ac_try_echo"; } >&5
  253.   (eval "$ac_try") 2>&5
  254.   ac_status=$?
  255.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  256.   test $ac_status = 0; }; }; then
  257.       ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
  258.       rm -f conftest2.*
  259.       if { { case "(($ac_try" in
  260.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  261.   *) ac_try_echo=$ac_try;;
  262. esac
  263. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  264. $as_echo "$ac_try_echo"; } >&5
  265.   (eval "$ac_try") 2>&5
  266.   ac_status=$?
  267.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  268.   test $ac_status = 0; } &&
  269.  test -f conftest2.$ac_objext && { { case "(($ac_try" in
  270.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  271.   *) ac_try_echo=$ac_try;;
  272. esac
  273. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  274. $as_echo "$ac_try_echo"; } >&5
  275.   (eval "$ac_try") 2>&5
  276.   ac_status=$?
  277.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  278.   test $ac_status = 0; };
  279.       then
  280. # cc works too.
  281. :
  282.       else
  283. # cc exists but doesn't like -o.
  284. eval ac_cv_prog_cc_${ac_cc}_c_o=no
  285.       fi
  286.     fi
  287.   fi
  288. else
  289.   eval ac_cv_prog_cc_${ac_cc}_c_o=no
  290. fi
  291. rm -f core conftest*
  292. fi
  293. if eval test $ac_cv_prog_cc_${ac_cc}_c_o = yes; then
  294.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  295. $as_echo "yes" >&6; }
  296. else
  297.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  298. $as_echo "no" >&6; }
  299. $as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
  300. fi
  301. # FIXME: we rely on the cache variable name because
  302. # there is no other way.
  303. set dummy $CC
  304. am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
  305. eval am_t=$ac_cv_prog_cc_${am_cc}_c_o
  306. if test "$am_t" != yes; then
  307.    # Losing compiler, so override with the script.
  308.    # FIXME: It is wrong to rewrite CC.
  309.    # But if we don't then we get into trouble of one sort or another.
  310.    # A longer-term fix would be to have automake use am__CC in this case,
  311.    # and then we could set am__CC="$(top_srcdir)/compile $(CC)"
  312.    CC="$am_aux_dir/compile $CC"
  313. fi
  314. ac_ext=cpp
  315. ac_cpp='$CXXCPP $CPPFLAGS'
  316. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  317. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  318. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  319. if test -z "$CXX"; then
  320.   if test -n "$CCC"; then
  321.     CXX=$CCC
  322.   else
  323.     if test -n "$ac_tool_prefix"; then
  324.   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
  325.   do
  326.     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  327. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  328. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  329. $as_echo_n "checking for $ac_word... " >&6; }
  330. if test "${ac_cv_prog_CXX+set}" = set; then :
  331.   $as_echo_n "(cached) " >&6
  332. else
  333.   if test -n "$CXX"; then
  334.   ac_cv_prog_CXX="$CXX" # Let the user override the test.
  335. else
  336. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  337. for as_dir in $PATH
  338. do
  339.   IFS=$as_save_IFS
  340.   test -z "$as_dir" && as_dir=.
  341.     for ac_exec_ext in '' $ac_executable_extensions; do
  342.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  343.     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
  344.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  345.     break 2
  346.   fi
  347. done
  348.   done
  349. IFS=$as_save_IFS
  350. fi
  351. fi
  352. CXX=$ac_cv_prog_CXX
  353. if test -n "$CXX"; then
  354.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
  355. $as_echo "$CXX" >&6; }
  356. else
  357.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  358. $as_echo "no" >&6; }
  359. fi
  360.     test -n "$CXX" && break
  361.   done
  362. fi
  363. if test -z "$CXX"; then
  364.   ac_ct_CXX=$CXX
  365.   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
  366. do
  367.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  368. set dummy $ac_prog; ac_word=$2
  369. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  370. $as_echo_n "checking for $ac_word... " >&6; }
  371. if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
  372.   $as_echo_n "(cached) " >&6
  373. else
  374.   if test -n "$ac_ct_CXX"; then
  375.   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
  376. else
  377. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  378. for as_dir in $PATH
  379. do
  380.   IFS=$as_save_IFS
  381.   test -z "$as_dir" && as_dir=.
  382.     for ac_exec_ext in '' $ac_executable_extensions; do
  383.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  384.     ac_cv_prog_ac_ct_CXX="$ac_prog"
  385.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  386.     break 2
  387.   fi
  388. done
  389.   done
  390. IFS=$as_save_IFS
  391. fi
  392. fi
  393. ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
  394. if test -n "$ac_ct_CXX"; then
  395.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
  396. $as_echo "$ac_ct_CXX" >&6; }
  397. else
  398.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  399. $as_echo "no" >&6; }
  400. fi
  401.   test -n "$ac_ct_CXX" && break
  402. done
  403.   if test "x$ac_ct_CXX" = x; then
  404.     CXX="g++"
  405.   else
  406.     case $cross_compiling:$ac_tool_warned in
  407. yes:)
  408. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  409. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  410. ac_tool_warned=yes ;;
  411. esac
  412.     CXX=$ac_ct_CXX
  413.   fi
  414. fi
  415.   fi
  416. fi
  417. # Provide some information about the compiler.
  418. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
  419. set X $ac_compile
  420. ac_compiler=$2
  421. for ac_option in --version -v -V -qversion; do
  422.   { { ac_try="$ac_compiler $ac_option >&5"
  423. case "(($ac_try" in
  424.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  425.   *) ac_try_echo=$ac_try;;
  426. esac
  427. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  428. $as_echo "$ac_try_echo"; } >&5
  429.   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
  430.   ac_status=$?
  431.   if test -s conftest.err; then
  432.     sed '10a
  433. ... rest of stderr output deleted ...
  434.          10q' conftest.err >conftest.er1
  435.     cat conftest.er1 >&5
  436.     rm -f conftest.er1 conftest.err
  437.   fi
  438.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  439.   test $ac_status = 0; }
  440. done
  441. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
  442. $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
  443. if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
  444.   $as_echo_n "(cached) " >&6
  445. else
  446.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  447. /* end confdefs.h.  */
  448. int
  449. main ()
  450. {
  451. #ifndef __GNUC__
  452.        choke me
  453. #endif
  454.   ;
  455.   return 0;
  456. }
  457. _ACEOF
  458. if ac_fn_cxx_try_compile "$LINENO"; then :
  459.   ac_compiler_gnu=yes
  460. else
  461.   ac_compiler_gnu=no
  462. fi
  463. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  464. ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
  465. fi
  466. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
  467. $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
  468. if test $ac_compiler_gnu = yes; then
  469.   GXX=yes
  470. else
  471.   GXX=
  472. fi
  473. ac_test_CXXFLAGS=${CXXFLAGS+set}
  474. ac_save_CXXFLAGS=$CXXFLAGS
  475. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
  476. $as_echo_n "checking whether $CXX accepts -g... " >&6; }
  477. if test "${ac_cv_prog_cxx_g+set}" = set; then :
  478.   $as_echo_n "(cached) " >&6
  479. else
  480.   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
  481.    ac_cxx_werror_flag=yes
  482.    ac_cv_prog_cxx_g=no
  483.    CXXFLAGS="-g"
  484.    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  485. /* end confdefs.h.  */
  486. int
  487. main ()
  488. {
  489.   ;
  490.   return 0;
  491. }
  492. _ACEOF
  493. if ac_fn_cxx_try_compile "$LINENO"; then :
  494.   ac_cv_prog_cxx_g=yes
  495. else
  496.   CXXFLAGS=""
  497.       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  498. /* end confdefs.h.  */
  499. int
  500. main ()
  501. {
  502.   ;
  503.   return 0;
  504. }
  505. _ACEOF
  506. if ac_fn_cxx_try_compile "$LINENO"; then :
  507. else
  508.   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
  509.  CXXFLAGS="-g"
  510.  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  511. /* end confdefs.h.  */
  512. int
  513. main ()
  514. {
  515.   ;
  516.   return 0;
  517. }
  518. _ACEOF
  519. if ac_fn_cxx_try_compile "$LINENO"; then :
  520.   ac_cv_prog_cxx_g=yes
  521. fi
  522. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  523. fi
  524. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  525. fi
  526. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  527.    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
  528. fi
  529. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
  530. $as_echo "$ac_cv_prog_cxx_g" >&6; }
  531. if test "$ac_test_CXXFLAGS" = set; then
  532.   CXXFLAGS=$ac_save_CXXFLAGS
  533. elif test $ac_cv_prog_cxx_g = yes; then
  534.   if test "$GXX" = yes; then
  535.     CXXFLAGS="-g -O2"
  536.   else
  537.     CXXFLAGS="-g"
  538.   fi
  539. else
  540.   if test "$GXX" = yes; then
  541.     CXXFLAGS="-O2"
  542.   else
  543.     CXXFLAGS=
  544.   fi
  545. fi
  546. ac_ext=c
  547. ac_cpp='$CPP $CPPFLAGS'
  548. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  549. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  550. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  551. depcc="$CXX"  am_compiler_list=
  552. { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
  553. $as_echo_n "checking dependency style of $depcc... " >&6; }
  554. if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
  555.   $as_echo_n "(cached) " >&6
  556. else
  557.   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  558.   # We make a subdir and do the tests there.  Otherwise we can end up
  559.   # making bogus files that we don't know about and never remove.  For
  560.   # instance it was reported that on HP-UX the gcc test will end up
  561.   # making a dummy file named `D' -- because `-MD' means `put the output
  562.   # in D'.
  563.   mkdir conftest.dir
  564.   # Copy depcomp to subdir because otherwise we won't find it if we're
  565.   # using a relative directory.
  566.   cp "$am_depcomp" conftest.dir
  567.   cd conftest.dir
  568.   # We will build objects and dependencies in a subdirectory because
  569.   # it helps to detect inapplicable dependency modes.  For instance
  570.   # both Tru64's cc and ICC support -MD to output dependencies as a
  571.   # side effect of compilation, but ICC will put the dependencies in
  572.   # the current directory while Tru64 will put them in the object
  573.   # directory.
  574.   mkdir sub
  575.   am_cv_CXX_dependencies_compiler_type=none
  576.   if test "$am_compiler_list" = ""; then
  577.      am_compiler_list=`sed -n 's/^#*([a-zA-Z0-9]*))$/1/p' < ./depcomp`
  578.   fi
  579.   am__universal=false
  580.   case " $depcc " in #(
  581.      * -arch * -arch *) am__universal=true ;;
  582.      esac
  583.   for depmode in $am_compiler_list; do
  584.     # Setup a source with many dependencies, because some compilers
  585.     # like to wrap large dependency lists on column 80 (with ), and
  586.     # we should not choose a depcomp mode which is confused by this.
  587.     #
  588.     # We need to recreate these files for each test, as the compiler may
  589.     # overwrite some of them when testing with obscure command lines.
  590.     # This happens at least with the AIX C compiler.
  591.     : > sub/conftest.c
  592.     for i in 1 2 3 4 5 6; do
  593.       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  594.       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  595.       # Solaris 8's {/usr,}/bin/sh.
  596.       touch sub/conftst$i.h
  597.     done
  598.     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  599.     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  600.     # mode.  It turns out that the SunPro C++ compiler does not properly
  601.     # handle `-M -o', and we need to detect this.  Also, some Intel
  602.     # versions had trouble with output in subdirs
  603.     am__obj=sub/conftest.${OBJEXT-o}
  604.     am__minus_obj="-o $am__obj"
  605.     case $depmode in
  606.     gcc)
  607.       # This depmode causes a compiler race in universal mode.
  608.       test "$am__universal" = false || continue
  609.       ;;
  610.     nosideeffect)
  611.       # after this tag, mechanisms are not by side-effect, so they'll
  612.       # only be used when explicitly requested
  613.       if test "x$enable_dependency_tracking" = xyes; then
  614. continue
  615.       else
  616. break
  617.       fi
  618.       ;;
  619.     msvisualcpp | msvcmsys)
  620.       # This compiler won't grok `-c -o', but also, the minuso test has
  621.       # not run yet.  These depmodes are late enough in the game, and
  622.       # so weak that their functioning should not be impacted.
  623.       am__obj=conftest.${OBJEXT-o}
  624.       am__minus_obj=
  625.       ;;
  626.     none) break ;;
  627.     esac
  628.     if depmode=$depmode 
  629.        source=sub/conftest.c object=$am__obj 
  630.        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo 
  631.        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c 
  632.          >/dev/null 2>conftest.err &&
  633.        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
  634.        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  635.        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
  636.        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  637.       # icc doesn't choke on unknown options, it will just issue warnings
  638.       # or remarks (even with -Werror).  So we grep stderr for any message
  639.       # that says an option was ignored or not supported.
  640.       # When given -MP, icc 7.0 and 7.1 complain thusly:
  641.       #   icc: Command line warning: ignoring option '-M'; no argument required
  642.       # The diagnosis changed in icc 8.0:
  643.       #   icc: Command line remark: option '-MP' not supported
  644.       if (grep 'ignoring option' conftest.err ||
  645.           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  646.         am_cv_CXX_dependencies_compiler_type=$depmode
  647.         break
  648.       fi
  649.     fi
  650.   done
  651.   cd ..
  652.   rm -rf conftest.dir
  653. else
  654.   am_cv_CXX_dependencies_compiler_type=none
  655. fi
  656. fi
  657. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
  658. $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
  659. CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
  660.  if
  661.   test "x$enable_dependency_tracking" != xno 
  662.   && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
  663.   am__fastdepCXX_TRUE=
  664.   am__fastdepCXX_FALSE='#'
  665. else
  666.   am__fastdepCXX_TRUE='#'
  667.   am__fastdepCXX_FALSE=
  668. fi
  669. # Do not check for F77.
  670. case `pwd` in
  671.   * * | * *)
  672.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in `pwd`" >&5
  673. $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in `pwd`" >&2;} ;;
  674. esac
  675. macro_version='2.2.6'
  676. macro_revision='1.3012'
  677. ltmain="$ac_aux_dir/ltmain.sh"
  678. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
  679. $as_echo_n "checking for a sed that does not truncate output... " >&6; }
  680. if test "${ac_cv_path_SED+set}" = set; then :
  681.   $as_echo_n "(cached) " >&6
  682. else
  683.             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
  684.      for ac_i in 1 2 3 4 5 6 7; do
  685.        ac_script="$ac_script$as_nl$ac_script"
  686.      done
  687.      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
  688.      { ac_script=; unset ac_script;}
  689.      if test -z "$SED"; then
  690.   ac_path_SED_found=false
  691.   # Loop through the user's path and test for each of PROGNAME-LIST
  692.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  693. for as_dir in $PATH
  694. do
  695.   IFS=$as_save_IFS
  696.   test -z "$as_dir" && as_dir=.
  697.     for ac_prog in sed gsed; do
  698.     for ac_exec_ext in '' $ac_executable_extensions; do
  699.       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
  700.       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
  701. # Check for GNU ac_path_SED and select it if it is found.
  702.   # Check for GNU $ac_path_SED
  703. case `"$ac_path_SED" --version 2>&1` in
  704. *GNU*)
  705.   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
  706. *)
  707.   ac_count=0
  708.   $as_echo_n 0123456789 >"conftest.in"
  709.   while :
  710.   do
  711.     cat "conftest.in" "conftest.in" >"conftest.tmp"
  712.     mv "conftest.tmp" "conftest.in"
  713.     cp "conftest.in" "conftest.nl"
  714.     $as_echo '' >> "conftest.nl"
  715.     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
  716.     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
  717.     as_fn_arith $ac_count + 1 && ac_count=$as_val
  718.     if test $ac_count -gt ${ac_path_SED_max-0}; then
  719.       # Best one so far, save it but keep looking for a better one
  720.       ac_cv_path_SED="$ac_path_SED"
  721.       ac_path_SED_max=$ac_count
  722.     fi
  723.     # 10*(2^10) chars as input seems more than enough
  724.     test $ac_count -gt 10 && break
  725.   done
  726.   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
  727. esac
  728.       $ac_path_SED_found && break 3
  729.     done
  730.   done
  731.   done
  732. IFS=$as_save_IFS
  733.   if test -z "$ac_cv_path_SED"; then
  734.     as_fn_error "no acceptable sed could be found in $PATH" "$LINENO" 5
  735.   fi
  736. else
  737.   ac_cv_path_SED=$SED
  738. fi
  739. fi
  740. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
  741. $as_echo "$ac_cv_path_SED" >&6; }
  742.  SED="$ac_cv_path_SED"
  743.   rm -f conftest.sed
  744. test -z "$SED" && SED=sed
  745. Xsed="$SED -e 1s/^X//"
  746. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
  747. $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
  748. if test "${ac_cv_path_GREP+set}" = set; then :
  749.   $as_echo_n "(cached) " >&6
  750. else
  751.   if test -z "$GREP"; then
  752.   ac_path_GREP_found=false
  753.   # Loop through the user's path and test for each of PROGNAME-LIST
  754.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  755. for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
  756. do
  757.   IFS=$as_save_IFS
  758.   test -z "$as_dir" && as_dir=.
  759.     for ac_prog in grep ggrep; do
  760.     for ac_exec_ext in '' $ac_executable_extensions; do
  761.       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
  762.       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
  763. # Check for GNU ac_path_GREP and select it if it is found.
  764.   # Check for GNU $ac_path_GREP
  765. case `"$ac_path_GREP" --version 2>&1` in
  766. *GNU*)
  767.   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
  768. *)
  769.   ac_count=0
  770.   $as_echo_n 0123456789 >"conftest.in"
  771.   while :
  772.   do
  773.     cat "conftest.in" "conftest.in" >"conftest.tmp"
  774.     mv "conftest.tmp" "conftest.in"
  775.     cp "conftest.in" "conftest.nl"
  776.     $as_echo 'GREP' >> "conftest.nl"
  777.     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
  778.     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
  779.     as_fn_arith $ac_count + 1 && ac_count=$as_val
  780.     if test $ac_count -gt ${ac_path_GREP_max-0}; then
  781.       # Best one so far, save it but keep looking for a better one
  782.       ac_cv_path_GREP="$ac_path_GREP"
  783.       ac_path_GREP_max=$ac_count
  784.     fi
  785.     # 10*(2^10) chars as input seems more than enough
  786.     test $ac_count -gt 10 && break
  787.   done
  788.   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
  789. esac
  790.       $ac_path_GREP_found && break 3
  791.     done
  792.   done
  793.   done
  794. IFS=$as_save_IFS
  795.   if test -z "$ac_cv_path_GREP"; then
  796.     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
  797.   fi
  798. else
  799.   ac_cv_path_GREP=$GREP
  800. fi
  801. fi
  802. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
  803. $as_echo "$ac_cv_path_GREP" >&6; }
  804.  GREP="$ac_cv_path_GREP"
  805. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
  806. $as_echo_n "checking for egrep... " >&6; }
  807. if test "${ac_cv_path_EGREP+set}" = set; then :
  808.   $as_echo_n "(cached) " >&6
  809. else
  810.   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
  811.    then ac_cv_path_EGREP="$GREP -E"
  812.    else
  813.      if test -z "$EGREP"; then
  814.   ac_path_EGREP_found=false
  815.   # Loop through the user's path and test for each of PROGNAME-LIST
  816.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  817. for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
  818. do
  819.   IFS=$as_save_IFS
  820.   test -z "$as_dir" && as_dir=.
  821.     for ac_prog in egrep; do
  822.     for ac_exec_ext in '' $ac_executable_extensions; do
  823.       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
  824.       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
  825. # Check for GNU ac_path_EGREP and select it if it is found.
  826.   # Check for GNU $ac_path_EGREP
  827. case `"$ac_path_EGREP" --version 2>&1` in
  828. *GNU*)
  829.   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
  830. *)
  831.   ac_count=0
  832.   $as_echo_n 0123456789 >"conftest.in"
  833.   while :
  834.   do
  835.     cat "conftest.in" "conftest.in" >"conftest.tmp"
  836.     mv "conftest.tmp" "conftest.in"
  837.     cp "conftest.in" "conftest.nl"
  838.     $as_echo 'EGREP' >> "conftest.nl"
  839.     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
  840.     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
  841.     as_fn_arith $ac_count + 1 && ac_count=$as_val
  842.     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
  843.       # Best one so far, save it but keep looking for a better one
  844.       ac_cv_path_EGREP="$ac_path_EGREP"
  845.       ac_path_EGREP_max=$ac_count
  846.     fi
  847.     # 10*(2^10) chars as input seems more than enough
  848.     test $ac_count -gt 10 && break
  849.   done
  850.   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
  851. esac
  852.       $ac_path_EGREP_found && break 3
  853.     done
  854.   done
  855.   done
  856. IFS=$as_save_IFS
  857.   if test -z "$ac_cv_path_EGREP"; then
  858.     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
  859.   fi
  860. else
  861.   ac_cv_path_EGREP=$EGREP
  862. fi
  863.    fi
  864. fi
  865. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
  866. $as_echo "$ac_cv_path_EGREP" >&6; }
  867.  EGREP="$ac_cv_path_EGREP"
  868. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
  869. $as_echo_n "checking for fgrep... " >&6; }
  870. if test "${ac_cv_path_FGREP+set}" = set; then :
  871.   $as_echo_n "(cached) " >&6
  872. else
  873.   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
  874.    then ac_cv_path_FGREP="$GREP -F"
  875.    else
  876.      if test -z "$FGREP"; then
  877.   ac_path_FGREP_found=false
  878.   # Loop through the user's path and test for each of PROGNAME-LIST
  879.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  880. for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
  881. do
  882.   IFS=$as_save_IFS
  883.   test -z "$as_dir" && as_dir=.
  884.     for ac_prog in fgrep; do
  885.     for ac_exec_ext in '' $ac_executable_extensions; do
  886.       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
  887.       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
  888. # Check for GNU ac_path_FGREP and select it if it is found.
  889.   # Check for GNU $ac_path_FGREP
  890. case `"$ac_path_FGREP" --version 2>&1` in
  891. *GNU*)
  892.   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
  893. *)
  894.   ac_count=0
  895.   $as_echo_n 0123456789 >"conftest.in"
  896.   while :
  897.   do
  898.     cat "conftest.in" "conftest.in" >"conftest.tmp"
  899.     mv "conftest.tmp" "conftest.in"
  900.     cp "conftest.in" "conftest.nl"
  901.     $as_echo 'FGREP' >> "conftest.nl"
  902.     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
  903.     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
  904.     as_fn_arith $ac_count + 1 && ac_count=$as_val
  905.     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
  906.       # Best one so far, save it but keep looking for a better one
  907.       ac_cv_path_FGREP="$ac_path_FGREP"
  908.       ac_path_FGREP_max=$ac_count
  909.     fi
  910.     # 10*(2^10) chars as input seems more than enough
  911.     test $ac_count -gt 10 && break
  912.   done
  913.   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
  914. esac
  915.       $ac_path_FGREP_found && break 3
  916.     done
  917.   done
  918.   done
  919. IFS=$as_save_IFS
  920.   if test -z "$ac_cv_path_FGREP"; then
  921.     as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
  922.   fi
  923. else
  924.   ac_cv_path_FGREP=$FGREP
  925. fi
  926.    fi
  927. fi
  928. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
  929. $as_echo "$ac_cv_path_FGREP" >&6; }
  930.  FGREP="$ac_cv_path_FGREP"
  931. test -z "$GREP" && GREP=grep
  932. # Check whether --with-gnu-ld was given.
  933. if test "${with_gnu_ld+set}" = set; then :
  934.   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
  935. else
  936.   with_gnu_ld=no
  937. fi
  938. ac_prog=ld
  939. if test "$GCC" = yes; then
  940.   # Check if gcc -print-prog-name=ld gives a path.
  941.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
  942. $as_echo_n "checking for ld used by $CC... " >&6; }
  943.   case $host in
  944.   *-*-mingw*)
  945.     # gcc leaves a trailing carriage return which upsets mingw
  946.     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '15'` ;;
  947.   *)
  948.     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
  949.   esac
  950.   case $ac_prog in
  951.     # Accept absolute paths.
  952.     [\/]* | ?:[\/]*)
  953.       re_direlt='/[^/][^/]*/../'
  954.       # Canonicalize the pathname of ld
  955.       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\%/%g'`
  956.       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
  957. ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
  958.       done
  959.       test -z "$LD" && LD="$ac_prog"
  960.       ;;
  961.   "")
  962.     # If it fails, then pretend we aren't using GCC.
  963.     ac_prog=ld
  964.     ;;
  965.   *)
  966.     # If it is relative, then search for the first ld in PATH.
  967.     with_gnu_ld=unknown
  968.     ;;
  969.   esac
  970. elif test "$with_gnu_ld" = yes; then
  971.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
  972. $as_echo_n "checking for GNU ld... " >&6; }
  973. else
  974.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
  975. $as_echo_n "checking for non-GNU ld... " >&6; }
  976. fi
  977. if test "${lt_cv_path_LD+set}" = set; then :
  978.   $as_echo_n "(cached) " >&6
  979. else
  980.   if test -z "$LD"; then
  981.   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  982.   for ac_dir in $PATH; do
  983.     IFS="$lt_save_ifs"
  984.     test -z "$ac_dir" && ac_dir=.
  985.     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
  986.       lt_cv_path_LD="$ac_dir/$ac_prog"
  987.       # Check to see if the program is GNU ld.  I'd rather use --version,
  988.       # but apparently some variants of GNU ld only accept -v.
  989.       # Break only if it was the GNU/non-GNU ld that we prefer.
  990.       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
  991.       *GNU* | *'with BFD'*)
  992. test "$with_gnu_ld" != no && break
  993. ;;
  994.       *)
  995. test "$with_gnu_ld" != yes && break
  996. ;;
  997.       esac
  998.     fi
  999.   done
  1000.   IFS="$lt_save_ifs"
  1001. else
  1002.   lt_cv_path_LD="$LD" # Let the user override the test with a path.
  1003. fi
  1004. fi
  1005. LD="$lt_cv_path_LD"
  1006. if test -n "$LD"; then
  1007.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
  1008. $as_echo "$LD" >&6; }
  1009. else
  1010.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1011. $as_echo "no" >&6; }
  1012. fi
  1013. test -z "$LD" && as_fn_error "no acceptable ld found in $PATH" "$LINENO" 5
  1014. { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
  1015. $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
  1016. if test "${lt_cv_prog_gnu_ld+set}" = set; then :
  1017.   $as_echo_n "(cached) " >&6
  1018. else
  1019.   # I'd rather use --version here, but apparently some GNU lds only accept -v.
  1020. case `$LD -v 2>&1 </dev/null` in
  1021. *GNU* | *'with BFD'*)
  1022.   lt_cv_prog_gnu_ld=yes
  1023.   ;;
  1024. *)
  1025.   lt_cv_prog_gnu_ld=no
  1026.   ;;
  1027. esac
  1028. fi
  1029. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
  1030. $as_echo "$lt_cv_prog_gnu_ld" >&6; }
  1031. with_gnu_ld=$lt_cv_prog_gnu_ld
  1032. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
  1033. $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
  1034. if test "${lt_cv_path_NM+set}" = set; then :
  1035.   $as_echo_n "(cached) " >&6
  1036. else
  1037.   if test -n "$NM"; then
  1038.   # Let the user override the test.
  1039.   lt_cv_path_NM="$NM"
  1040. else
  1041.   lt_nm_to_check="${ac_tool_prefix}nm"
  1042.   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
  1043.     lt_nm_to_check="$lt_nm_to_check nm"
  1044.   fi
  1045.   for lt_tmp_nm in $lt_nm_to_check; do
  1046.     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  1047.     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
  1048.       IFS="$lt_save_ifs"
  1049.       test -z "$ac_dir" && ac_dir=.
  1050.       tmp_nm="$ac_dir/$lt_tmp_nm"
  1051.       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
  1052. # Check to see if the nm accepts a BSD-compat flag.
  1053. # Adding the `sed 1q' prevents false positives on HP-UX, which says:
  1054. #   nm: unknown option "B" ignored
  1055. # Tru64's nm complains that /dev/null is an invalid object file
  1056. case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
  1057. */dev/null* | *'Invalid file or object type'*)
  1058.   lt_cv_path_NM="$tmp_nm -B"
  1059.   break
  1060.   ;;
  1061. *)
  1062.   case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
  1063.   */dev/null*)
  1064.     lt_cv_path_NM="$tmp_nm -p"
  1065.     break
  1066.     ;;
  1067.   *)
  1068.     lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
  1069.     continue # so that we can try to find one that supports BSD flags
  1070.     ;;
  1071.   esac
  1072.   ;;
  1073. esac
  1074.       fi
  1075.     done
  1076.     IFS="$lt_save_ifs"
  1077.   done
  1078.   : ${lt_cv_path_NM=no}
  1079. fi
  1080. fi
  1081. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
  1082. $as_echo "$lt_cv_path_NM" >&6; }
  1083. if test "$lt_cv_path_NM" != "no"; then
  1084.   NM="$lt_cv_path_NM"
  1085. else
  1086.   # Didn't find any BSD compatible name lister, look for dumpbin.
  1087.   if test -n "$ac_tool_prefix"; then
  1088.   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
  1089.   do
  1090.     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  1091. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  1092. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1093. $as_echo_n "checking for $ac_word... " >&6; }
  1094. if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
  1095.   $as_echo_n "(cached) " >&6
  1096. else
  1097.   if test -n "$DUMPBIN"; then
  1098.   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
  1099. else
  1100. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1101. for as_dir in $PATH
  1102. do
  1103.   IFS=$as_save_IFS
  1104.   test -z "$as_dir" && as_dir=.
  1105.     for ac_exec_ext in '' $ac_executable_extensions; do
  1106.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1107.     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
  1108.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1109.     break 2
  1110.   fi
  1111. done
  1112.   done
  1113. IFS=$as_save_IFS
  1114. fi
  1115. fi
  1116. DUMPBIN=$ac_cv_prog_DUMPBIN
  1117. if test -n "$DUMPBIN"; then
  1118.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
  1119. $as_echo "$DUMPBIN" >&6; }
  1120. else
  1121.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1122. $as_echo "no" >&6; }
  1123. fi
  1124.     test -n "$DUMPBIN" && break
  1125.   done
  1126. fi
  1127. if test -z "$DUMPBIN"; then
  1128.   ac_ct_DUMPBIN=$DUMPBIN
  1129.   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
  1130. do
  1131.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  1132. set dummy $ac_prog; ac_word=$2
  1133. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1134. $as_echo_n "checking for $ac_word... " >&6; }
  1135. if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
  1136.   $as_echo_n "(cached) " >&6
  1137. else
  1138.   if test -n "$ac_ct_DUMPBIN"; then
  1139.   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
  1140. else
  1141. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1142. for as_dir in $PATH
  1143. do
  1144.   IFS=$as_save_IFS
  1145.   test -z "$as_dir" && as_dir=.
  1146.     for ac_exec_ext in '' $ac_executable_extensions; do
  1147.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1148.     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
  1149.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1150.     break 2
  1151.   fi
  1152. done
  1153.   done
  1154. IFS=$as_save_IFS
  1155. fi
  1156. fi
  1157. ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
  1158. if test -n "$ac_ct_DUMPBIN"; then
  1159.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
  1160. $as_echo "$ac_ct_DUMPBIN" >&6; }
  1161. else
  1162.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1163. $as_echo "no" >&6; }
  1164. fi
  1165.   test -n "$ac_ct_DUMPBIN" && break
  1166. done
  1167.   if test "x$ac_ct_DUMPBIN" = x; then
  1168.     DUMPBIN=":"
  1169.   else
  1170.     case $cross_compiling:$ac_tool_warned in
  1171. yes:)
  1172. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  1173. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  1174. ac_tool_warned=yes ;;
  1175. esac
  1176.     DUMPBIN=$ac_ct_DUMPBIN
  1177.   fi
  1178. fi
  1179.   if test "$DUMPBIN" != ":"; then
  1180.     NM="$DUMPBIN"
  1181.   fi
  1182. fi
  1183. test -z "$NM" && NM=nm
  1184. { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
  1185. $as_echo_n "checking the name lister ($NM) interface... " >&6; }
  1186. if test "${lt_cv_nm_interface+set}" = set; then :
  1187.   $as_echo_n "(cached) " >&6
  1188. else
  1189.   lt_cv_nm_interface="BSD nm"
  1190.   echo "int some_variable = 0;" > conftest.$ac_ext
  1191.   (eval echo ""$as_me:5555: $ac_compile"" >&5)
  1192.   (eval "$ac_compile" 2>conftest.err)
  1193.   cat conftest.err >&5
  1194.   (eval echo ""$as_me:5558: $NM \"conftest.$ac_objext\""" >&5)
  1195.   (eval "$NM "conftest.$ac_objext"" 2>conftest.err > conftest.out)
  1196.   cat conftest.err >&5
  1197.   (eval echo ""$as_me:5561: output"" >&5)
  1198.   cat conftest.out >&5
  1199.   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
  1200.     lt_cv_nm_interface="MS dumpbin"
  1201.   fi
  1202.   rm -f conftest*
  1203. fi
  1204. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
  1205. $as_echo "$lt_cv_nm_interface" >&6; }
  1206. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
  1207. $as_echo_n "checking whether ln -s works... " >&6; }
  1208. LN_S=$as_ln_s
  1209. if test "$LN_S" = "ln -s"; then
  1210.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1211. $as_echo "yes" >&6; }
  1212. else
  1213.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
  1214. $as_echo "no, using $LN_S" >&6; }
  1215. fi
  1216. # find the maximum length of command line arguments
  1217. { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
  1218. $as_echo_n "checking the maximum length of command line arguments... " >&6; }
  1219. if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
  1220.   $as_echo_n "(cached) " >&6
  1221. else
  1222.     i=0
  1223.   teststring="ABCD"
  1224.   case $build_os in
  1225.   msdosdjgpp*)
  1226.     # On DJGPP, this test can blow up pretty badly due to problems in libc
  1227.     # (any single argument exceeding 2000 bytes causes a buffer overrun
  1228.     # during glob expansion).  Even if it were fixed, the result of this
  1229.     # check would be larger than it should be.
  1230.     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
  1231.     ;;
  1232.   gnu*)
  1233.     # Under GNU Hurd, this test is not required because there is
  1234.     # no limit to the length of command line arguments.
  1235.     # Libtool will interpret -1 as no limit whatsoever
  1236.     lt_cv_sys_max_cmd_len=-1;
  1237.     ;;
  1238.   cygwin* | mingw* | cegcc*)
  1239.     # On Win9x/ME, this test blows up -- it succeeds, but takes
  1240.     # about 5 minutes as the teststring grows exponentially.
  1241.     # Worse, since 9x/ME are not pre-emptively multitasking,
  1242.     # you end up with a "frozen" computer, even though with patience
  1243.     # the test eventually succeeds (with a max line length of 256k).
  1244.     # Instead, let's just punt: use the minimum linelength reported by
  1245.     # all of the supported platforms: 8192 (on NT/2K/XP).
  1246.     lt_cv_sys_max_cmd_len=8192;
  1247.     ;;
  1248.   amigaos*)
  1249.     # On AmigaOS with pdksh, this test takes hours, literally.
  1250.     # So we just punt and use a minimum line length of 8192.
  1251.     lt_cv_sys_max_cmd_len=8192;
  1252.     ;;
  1253.   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
  1254.     # This has been around since 386BSD, at least.  Likely further.
  1255.     if test -x /sbin/sysctl; then
  1256.       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
  1257.     elif test -x /usr/sbin/sysctl; then
  1258.       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
  1259.     else
  1260.       lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
  1261.     fi
  1262.     # And add a safety zone
  1263.     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len / 4`
  1264.     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len * 3`
  1265.     ;;
  1266.   interix*)
  1267.     # We know the value 262144 and hardcode it with a safety zone (like BSD)
  1268.     lt_cv_sys_max_cmd_len=196608
  1269.     ;;
  1270.   osf*)
  1271.     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
  1272.     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
  1273.     # nice to cause kernel panics so lets avoid the loop below.
  1274.     # First set a reasonable default.
  1275.     lt_cv_sys_max_cmd_len=16384
  1276.     #
  1277.     if test -x /sbin/sysconfig; then
  1278.       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
  1279.         *1*) lt_cv_sys_max_cmd_len=-1 ;;
  1280.       esac
  1281.     fi
  1282.     ;;
  1283.   sco3.2v5*)
  1284.     lt_cv_sys_max_cmd_len=102400
  1285.     ;;
  1286.   sysv5* | sco5v6* | sysv4.2uw2*)
  1287.     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
  1288.     if test -n "$kargmax"; then
  1289.       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
  1290.     else
  1291.       lt_cv_sys_max_cmd_len=32768
  1292.     fi
  1293.     ;;
  1294.   *)
  1295.     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
  1296.     if test -n "$lt_cv_sys_max_cmd_len"; then
  1297.       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len / 4`
  1298.       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len * 3`
  1299.     else
  1300.       # Make teststring a little bigger before we do anything with it.
  1301.       # a 1K string should be a reasonable start.
  1302.       for i in 1 2 3 4 5 6 7 8 ; do
  1303.         teststring=$teststring$teststring
  1304.       done
  1305.       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
  1306.       # If test is not a shell built-in, we'll probably end up computing a
  1307.       # maximum length that is only half of the actual maximum length, but
  1308.       # we can't tell.
  1309.       while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` 
  1310.          = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
  1311.       test $i != 17 # 1/2 MB should be enough
  1312.       do
  1313.         i=`expr $i + 1`
  1314.         teststring=$teststring$teststring
  1315.       done
  1316.       # Only check the string length outside the loop.
  1317.       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
  1318.       teststring=
  1319.       # Add a significant safety factor because C++ compilers can tack on
  1320.       # massive amounts of additional arguments before passing them to the
  1321.       # linker.  It appears as though 1/2 is a usable value.
  1322.       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len / 2`
  1323.     fi
  1324.     ;;
  1325.   esac
  1326. fi
  1327. if test -n $lt_cv_sys_max_cmd_len ; then
  1328.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
  1329. $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
  1330. else
  1331.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
  1332. $as_echo "none" >&6; }
  1333. fi
  1334. max_cmd_len=$lt_cv_sys_max_cmd_len
  1335. : ${CP="cp -f"}
  1336. : ${MV="mv -f"}
  1337. : ${RM="rm -f"}
  1338. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
  1339. $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
  1340. # Try some XSI features
  1341. xsi_shell=no
  1342. ( _lt_dummy="a/b/c"
  1343.   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, 
  1344.       = c,a/b,, 
  1345.     && eval 'test $(( 1 + 1 )) -eq 2 
  1346.     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 
  1347.   && xsi_shell=yes
  1348. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
  1349. $as_echo "$xsi_shell" >&6; }
  1350. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands "+="" >&5
  1351. $as_echo_n "checking whether the shell understands "+="... " >&6; }
  1352. lt_shell_append=no
  1353. ( foo=bar; set foo baz; eval "$1+=$2" && test "$foo" = barbaz ) 
  1354.     >/dev/null 2>&1 
  1355.   && lt_shell_append=yes
  1356. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
  1357. $as_echo "$lt_shell_append" >&6; }
  1358. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  1359.   lt_unset=unset
  1360. else
  1361.   lt_unset=false
  1362. fi
  1363. # test EBCDIC or ASCII
  1364. case `echo X|tr X '101'` in
  1365.  A) # ASCII based system
  1366.     # n is not interpreted correctly by Solaris 8 /usr/ucb/tr
  1367.   lt_SP2NL='tr 40 12'
  1368.   lt_NL2SP='tr 1512 4040'
  1369.   ;;
  1370.  *) # EBCDIC based system
  1371.   lt_SP2NL='tr 100 n'
  1372.   lt_NL2SP='tr rn 100100'
  1373.   ;;
  1374. esac
  1375. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
  1376. $as_echo_n "checking for $LD option to reload object files... " >&6; }
  1377. if test "${lt_cv_ld_reload_flag+set}" = set; then :
  1378.   $as_echo_n "(cached) " >&6
  1379. else
  1380.   lt_cv_ld_reload_flag='-r'
  1381. fi
  1382. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
  1383. $as_echo "$lt_cv_ld_reload_flag" >&6; }
  1384. reload_flag=$lt_cv_ld_reload_flag
  1385. case $reload_flag in
  1386. "" | " "*) ;;
  1387. *) reload_flag=" $reload_flag" ;;
  1388. esac
  1389. reload_cmds='$LD$reload_flag -o $output$reload_objs'
  1390. case $host_os in
  1391.   darwin*)
  1392.     if test "$GCC" = yes; then
  1393.       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
  1394.     else
  1395.       reload_cmds='$LD$reload_flag -o $output$reload_objs'
  1396.     fi
  1397.     ;;
  1398. esac
  1399. if test -n "$ac_tool_prefix"; then
  1400.   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
  1401. set dummy ${ac_tool_prefix}objdump; ac_word=$2
  1402. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1403. $as_echo_n "checking for $ac_word... " >&6; }
  1404. if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
  1405.   $as_echo_n "(cached) " >&6
  1406. else
  1407.   if test -n "$OBJDUMP"; then
  1408.   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
  1409. else
  1410. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1411. for as_dir in $PATH
  1412. do
  1413.   IFS=$as_save_IFS
  1414.   test -z "$as_dir" && as_dir=.
  1415.     for ac_exec_ext in '' $ac_executable_extensions; do
  1416.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1417.     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
  1418.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1419.     break 2
  1420.   fi
  1421. done
  1422.   done
  1423. IFS=$as_save_IFS
  1424. fi
  1425. fi
  1426. OBJDUMP=$ac_cv_prog_OBJDUMP
  1427. if test -n "$OBJDUMP"; then
  1428.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
  1429. $as_echo "$OBJDUMP" >&6; }
  1430. else
  1431.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1432. $as_echo "no" >&6; }
  1433. fi
  1434. fi
  1435. if test -z "$ac_cv_prog_OBJDUMP"; then
  1436.   ac_ct_OBJDUMP=$OBJDUMP
  1437.   # Extract the first word of "objdump", so it can be a program name with args.
  1438. set dummy objdump; ac_word=$2
  1439. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1440. $as_echo_n "checking for $ac_word... " >&6; }
  1441. if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
  1442.   $as_echo_n "(cached) " >&6
  1443. else
  1444.   if test -n "$ac_ct_OBJDUMP"; then
  1445.   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
  1446. else
  1447. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1448. for as_dir in $PATH
  1449. do
  1450.   IFS=$as_save_IFS
  1451.   test -z "$as_dir" && as_dir=.
  1452.     for ac_exec_ext in '' $ac_executable_extensions; do
  1453.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1454.     ac_cv_prog_ac_ct_OBJDUMP="objdump"
  1455.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1456.     break 2
  1457.   fi
  1458. done
  1459.   done
  1460. IFS=$as_save_IFS
  1461. fi
  1462. fi
  1463. ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
  1464. if test -n "$ac_ct_OBJDUMP"; then
  1465.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
  1466. $as_echo "$ac_ct_OBJDUMP" >&6; }
  1467. else
  1468.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1469. $as_echo "no" >&6; }
  1470. fi
  1471.   if test "x$ac_ct_OBJDUMP" = x; then
  1472.     OBJDUMP="false"
  1473.   else
  1474.     case $cross_compiling:$ac_tool_warned in
  1475. yes:)
  1476. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  1477. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  1478. ac_tool_warned=yes ;;
  1479. esac
  1480.     OBJDUMP=$ac_ct_OBJDUMP
  1481.   fi
  1482. else
  1483.   OBJDUMP="$ac_cv_prog_OBJDUMP"
  1484. fi
  1485. test -z "$OBJDUMP" && OBJDUMP=objdump
  1486. { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
  1487. $as_echo_n "checking how to recognize dependent libraries... " >&6; }
  1488. if test "${lt_cv_deplibs_check_method+set}" = set; then :
  1489.   $as_echo_n "(cached) " >&6
  1490. else
  1491.   lt_cv_file_magic_cmd='$MAGIC_CMD'
  1492. lt_cv_file_magic_test_file=
  1493. lt_cv_deplibs_check_method='unknown'
  1494. # Need to set the preceding variable on all platforms that support
  1495. # interlibrary dependencies.
  1496. # 'none' -- dependencies not supported.
  1497. # `unknown' -- same as none, but documents that we really don't know.
  1498. # 'pass_all' -- all dependencies passed with no checks.
  1499. # 'test_compile' -- check by making test program.
  1500. # 'file_magic [[regex]]' -- check by looking for files in library path
  1501. # which responds to the $file_magic_cmd with a given extended regex.
  1502. # If you have `file' or equivalent on your system and you're not sure
  1503. # whether `pass_all' will *always* work, you probably want this one.
  1504. case $host_os in
  1505. aix[4-9]*)
  1506.   lt_cv_deplibs_check_method=pass_all
  1507.   ;;
  1508. beos*)
  1509.   lt_cv_deplibs_check_method=pass_all
  1510.   ;;
  1511. bsdi[45]*)
  1512.   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
  1513.   lt_cv_file_magic_cmd='/usr/bin/file -L'
  1514.   lt_cv_file_magic_test_file=/shlib/libc.so
  1515.   ;;
  1516. cygwin*)
  1517.   # func_win32_libid is a shell function defined in ltmain.sh
  1518.   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
  1519.   lt_cv_file_magic_cmd='func_win32_libid'
  1520.   ;;
  1521. mingw* | pw32*)
  1522.   # Base MSYS/MinGW do not provide the 'file' command needed by
  1523.   # func_win32_libid shell function, so use a weaker test based on 'objdump',
  1524.   # unless we find 'file', for example because we are cross-compiling.
  1525.   if ( file / ) >/dev/null 2>&1; then
  1526.     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
  1527.     lt_cv_file_magic_cmd='func_win32_libid'
  1528.   else
  1529.     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
  1530.     lt_cv_file_magic_cmd='$OBJDUMP -f'
  1531.   fi
  1532.   ;;
  1533. cegcc)
  1534.   # use the weaker test based on 'objdump'. See mingw*.
  1535.   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
  1536.   lt_cv_file_magic_cmd='$OBJDUMP -f'
  1537.   ;;
  1538. darwin* | rhapsody*)
  1539.   lt_cv_deplibs_check_method=pass_all
  1540.   ;;
  1541. freebsd* | dragonfly*)
  1542.   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
  1543.     case $host_cpu in
  1544.     i*86 )
  1545.       # Not sure whether the presence of OpenBSD here was a mistake.
  1546.       # Let's accept both of them until this is cleared up.
  1547.       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
  1548.       lt_cv_file_magic_cmd=/usr/bin/file
  1549.       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
  1550.       ;;
  1551.     esac
  1552.   else
  1553.     lt_cv_deplibs_check_method=pass_all
  1554.   fi
  1555.   ;;
  1556. gnu*)
  1557.   lt_cv_deplibs_check_method=pass_all
  1558.   ;;
  1559. hpux10.20* | hpux11*)
  1560.   lt_cv_file_magic_cmd=/usr/bin/file
  1561.   case $host_cpu in
  1562.   ia64*)
  1563.     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
  1564.     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
  1565.     ;;
  1566.   hppa*64*)
  1567.     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
  1568.     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
  1569.     ;;
  1570.   *)
  1571.     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
  1572.     lt_cv_file_magic_test_file=/usr/lib/libc.sl
  1573.     ;;
  1574.   esac
  1575.   ;;
  1576. interix[3-9]*)
  1577.   # PIC code is broken on Interix 3.x, that's why |.a not |_pic.a here
  1578.   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(.so|.a)$'
  1579.   ;;
  1580. irix5* | irix6* | nonstopux*)
  1581.   case $LD in
  1582.   *-32|*"-32 ") libmagic=32-bit;;
  1583.   *-n32|*"-n32 ") libmagic=N32;;
  1584.   *-64|*"-64 ") libmagic=64-bit;;
  1585.   *) libmagic=never-match;;
  1586.   esac
  1587.   lt_cv_deplibs_check_method=pass_all
  1588.   ;;
  1589. # This must be Linux ELF.
  1590. linux* | k*bsd*-gnu)
  1591.   lt_cv_deplibs_check_method=pass_all
  1592.   ;;
  1593. netbsd* | netbsdelf*-gnu)
  1594.   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
  1595.     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(.so.[0-9]+.[0-9]+|_pic.a)$'
  1596.   else
  1597.     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(.so|_pic.a)$'
  1598.   fi
  1599.   ;;
  1600. newos6*)
  1601.   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
  1602.   lt_cv_file_magic_cmd=/usr/bin/file
  1603.   lt_cv_file_magic_test_file=/usr/lib/libnls.so
  1604.   ;;
  1605. *nto* | *qnx*)
  1606.   lt_cv_deplibs_check_method=pass_all
  1607.   ;;
  1608. openbsd*)
  1609.   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  1610.     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(.so.[0-9]+.[0-9]+|.so|_pic.a)$'
  1611.   else
  1612.     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(.so.[0-9]+.[0-9]+|_pic.a)$'
  1613.   fi
  1614.   ;;
  1615. osf3* | osf4* | osf5*)
  1616.   lt_cv_deplibs_check_method=pass_all
  1617.   ;;
  1618. rdos*)
  1619.   lt_cv_deplibs_check_method=pass_all
  1620.   ;;
  1621. solaris*)
  1622.   lt_cv_deplibs_check_method=pass_all
  1623.   ;;
  1624. sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
  1625.   lt_cv_deplibs_check_method=pass_all
  1626.   ;;
  1627. sysv4 | sysv4.3*)
  1628.   case $host_vendor in
  1629.   motorola)
  1630.     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
  1631.     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
  1632.     ;;
  1633.   ncr)
  1634.     lt_cv_deplibs_check_method=pass_all
  1635.     ;;
  1636.   sequent)
  1637.     lt_cv_file_magic_cmd='/bin/file'
  1638.     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
  1639.     ;;
  1640.   sni)
  1641.     lt_cv_file_magic_cmd='/bin/file'
  1642.     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
  1643.     lt_cv_file_magic_test_file=/lib/libc.so
  1644.     ;;
  1645.   siemens)
  1646.     lt_cv_deplibs_check_method=pass_all
  1647.     ;;
  1648.   pc)
  1649.     lt_cv_deplibs_check_method=pass_all
  1650.     ;;
  1651.   esac
  1652.   ;;
  1653. tpf*)
  1654.   lt_cv_deplibs_check_method=pass_all
  1655.   ;;
  1656. esac
  1657. fi
  1658. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
  1659. $as_echo "$lt_cv_deplibs_check_method" >&6; }
  1660. file_magic_cmd=$lt_cv_file_magic_cmd
  1661. deplibs_check_method=$lt_cv_deplibs_check_method
  1662. test -z "$deplibs_check_method" && deplibs_check_method=unknown
  1663. if test -n "$ac_tool_prefix"; then
  1664.   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
  1665. set dummy ${ac_tool_prefix}ar; ac_word=$2
  1666. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1667. $as_echo_n "checking for $ac_word... " >&6; }
  1668. if test "${ac_cv_prog_AR+set}" = set; then :
  1669.   $as_echo_n "(cached) " >&6
  1670. else
  1671.   if test -n "$AR"; then
  1672.   ac_cv_prog_AR="$AR" # Let the user override the test.
  1673. else
  1674. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1675. for as_dir in $PATH
  1676. do
  1677.   IFS=$as_save_IFS
  1678.   test -z "$as_dir" && as_dir=.
  1679.     for ac_exec_ext in '' $ac_executable_extensions; do
  1680.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1681.     ac_cv_prog_AR="${ac_tool_prefix}ar"
  1682.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1683.     break 2
  1684.   fi
  1685. done
  1686.   done
  1687. IFS=$as_save_IFS
  1688. fi
  1689. fi
  1690. AR=$ac_cv_prog_AR
  1691. if test -n "$AR"; then
  1692.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
  1693. $as_echo "$AR" >&6; }
  1694. else
  1695.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1696. $as_echo "no" >&6; }
  1697. fi
  1698. fi
  1699. if test -z "$ac_cv_prog_AR"; then
  1700.   ac_ct_AR=$AR
  1701.   # Extract the first word of "ar", so it can be a program name with args.
  1702. set dummy ar; ac_word=$2
  1703. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1704. $as_echo_n "checking for $ac_word... " >&6; }
  1705. if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
  1706.   $as_echo_n "(cached) " >&6
  1707. else
  1708.   if test -n "$ac_ct_AR"; then
  1709.   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
  1710. else
  1711. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1712. for as_dir in $PATH
  1713. do
  1714.   IFS=$as_save_IFS
  1715.   test -z "$as_dir" && as_dir=.
  1716.     for ac_exec_ext in '' $ac_executable_extensions; do
  1717.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1718.     ac_cv_prog_ac_ct_AR="ar"
  1719.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1720.     break 2
  1721.   fi
  1722. done
  1723.   done
  1724. IFS=$as_save_IFS
  1725. fi
  1726. fi
  1727. ac_ct_AR=$ac_cv_prog_ac_ct_AR
  1728. if test -n "$ac_ct_AR"; then
  1729.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
  1730. $as_echo "$ac_ct_AR" >&6; }
  1731. else
  1732.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1733. $as_echo "no" >&6; }
  1734. fi
  1735.   if test "x$ac_ct_AR" = x; then
  1736.     AR="false"
  1737.   else
  1738.     case $cross_compiling:$ac_tool_warned in
  1739. yes:)
  1740. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  1741. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  1742. ac_tool_warned=yes ;;
  1743. esac
  1744.     AR=$ac_ct_AR
  1745.   fi
  1746. else
  1747.   AR="$ac_cv_prog_AR"
  1748. fi
  1749. test -z "$AR" && AR=ar
  1750. test -z "$AR_FLAGS" && AR_FLAGS=cru
  1751. if test -n "$ac_tool_prefix"; then
  1752.   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  1753. set dummy ${ac_tool_prefix}strip; ac_word=$2
  1754. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1755. $as_echo_n "checking for $ac_word... " >&6; }
  1756. if test "${ac_cv_prog_STRIP+set}" = set; then :
  1757.   $as_echo_n "(cached) " >&6
  1758. else
  1759.   if test -n "$STRIP"; then
  1760.   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
  1761. else
  1762. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1763. for as_dir in $PATH
  1764. do
  1765.   IFS=$as_save_IFS
  1766.   test -z "$as_dir" && as_dir=.
  1767.     for ac_exec_ext in '' $ac_executable_extensions; do
  1768.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1769.     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  1770.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1771.     break 2
  1772.   fi
  1773. done
  1774.   done
  1775. IFS=$as_save_IFS
  1776. fi
  1777. fi
  1778. STRIP=$ac_cv_prog_STRIP
  1779. if test -n "$STRIP"; then
  1780.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
  1781. $as_echo "$STRIP" >&6; }
  1782. else
  1783.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1784. $as_echo "no" >&6; }
  1785. fi
  1786. fi
  1787. if test -z "$ac_cv_prog_STRIP"; then
  1788.   ac_ct_STRIP=$STRIP
  1789.   # Extract the first word of "strip", so it can be a program name with args.
  1790. set dummy strip; ac_word=$2
  1791. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1792. $as_echo_n "checking for $ac_word... " >&6; }
  1793. if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
  1794.   $as_echo_n "(cached) " >&6
  1795. else
  1796.   if test -n "$ac_ct_STRIP"; then
  1797.   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
  1798. else
  1799. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1800. for as_dir in $PATH
  1801. do
  1802.   IFS=$as_save_IFS
  1803.   test -z "$as_dir" && as_dir=.
  1804.     for ac_exec_ext in '' $ac_executable_extensions; do
  1805.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1806.     ac_cv_prog_ac_ct_STRIP="strip"
  1807.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1808.     break 2
  1809.   fi
  1810. done
  1811.   done
  1812. IFS=$as_save_IFS
  1813. fi
  1814. fi
  1815. ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
  1816. if test -n "$ac_ct_STRIP"; then
  1817.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
  1818. $as_echo "$ac_ct_STRIP" >&6; }
  1819. else
  1820.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1821. $as_echo "no" >&6; }
  1822. fi
  1823.   if test "x$ac_ct_STRIP" = x; then
  1824.     STRIP=":"
  1825.   else
  1826.     case $cross_compiling:$ac_tool_warned in
  1827. yes:)
  1828. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  1829. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  1830. ac_tool_warned=yes ;;
  1831. esac
  1832.     STRIP=$ac_ct_STRIP
  1833.   fi
  1834. else
  1835.   STRIP="$ac_cv_prog_STRIP"
  1836. fi
  1837. test -z "$STRIP" && STRIP=:
  1838. if test -n "$ac_tool_prefix"; then
  1839.   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
  1840. set dummy ${ac_tool_prefix}ranlib; ac_word=$2
  1841. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1842. $as_echo_n "checking for $ac_word... " >&6; }
  1843. if test "${ac_cv_prog_RANLIB+set}" = set; then :
  1844.   $as_echo_n "(cached) " >&6
  1845. else
  1846.   if test -n "$RANLIB"; then
  1847.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  1848. else
  1849. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1850. for as_dir in $PATH
  1851. do
  1852.   IFS=$as_save_IFS
  1853.   test -z "$as_dir" && as_dir=.
  1854.     for ac_exec_ext in '' $ac_executable_extensions; do
  1855.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1856.     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
  1857.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1858.     break 2
  1859.   fi
  1860. done
  1861.   done
  1862. IFS=$as_save_IFS
  1863. fi
  1864. fi
  1865. RANLIB=$ac_cv_prog_RANLIB
  1866. if test -n "$RANLIB"; then
  1867.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
  1868. $as_echo "$RANLIB" >&6; }
  1869. else
  1870.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1871. $as_echo "no" >&6; }
  1872. fi
  1873. fi
  1874. if test -z "$ac_cv_prog_RANLIB"; then
  1875.   ac_ct_RANLIB=$RANLIB
  1876.   # Extract the first word of "ranlib", so it can be a program name with args.
  1877. set dummy ranlib; ac_word=$2
  1878. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1879. $as_echo_n "checking for $ac_word... " >&6; }
  1880. if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
  1881.   $as_echo_n "(cached) " >&6
  1882. else
  1883.   if test -n "$ac_ct_RANLIB"; then
  1884.   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
  1885. else
  1886. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1887. for as_dir in $PATH
  1888. do
  1889.   IFS=$as_save_IFS
  1890.   test -z "$as_dir" && as_dir=.
  1891.     for ac_exec_ext in '' $ac_executable_extensions; do
  1892.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1893.     ac_cv_prog_ac_ct_RANLIB="ranlib"
  1894.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1895.     break 2
  1896.   fi
  1897. done
  1898.   done
  1899. IFS=$as_save_IFS
  1900. fi
  1901. fi
  1902. ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
  1903. if test -n "$ac_ct_RANLIB"; then
  1904.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
  1905. $as_echo "$ac_ct_RANLIB" >&6; }
  1906. else
  1907.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1908. $as_echo "no" >&6; }
  1909. fi
  1910.   if test "x$ac_ct_RANLIB" = x; then
  1911.     RANLIB=":"
  1912.   else
  1913.     case $cross_compiling:$ac_tool_warned in
  1914. yes:)
  1915. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  1916. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  1917. ac_tool_warned=yes ;;
  1918. esac
  1919.     RANLIB=$ac_ct_RANLIB
  1920.   fi
  1921. else
  1922.   RANLIB="$ac_cv_prog_RANLIB"
  1923. fi
  1924. test -z "$RANLIB" && RANLIB=:
  1925. # Determine commands to create old-style static archives.
  1926. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
  1927. old_postinstall_cmds='chmod 644 $oldlib'
  1928. old_postuninstall_cmds=
  1929. if test -n "$RANLIB"; then
  1930.   case $host_os in
  1931.   openbsd*)
  1932.     old_postinstall_cmds="$old_postinstall_cmds~$RANLIB -t $oldlib"
  1933.     ;;
  1934.   *)
  1935.     old_postinstall_cmds="$old_postinstall_cmds~$RANLIB $oldlib"
  1936.     ;;
  1937.   esac
  1938.   old_archive_cmds="$old_archive_cmds~$RANLIB $oldlib"
  1939. fi
  1940. # If no C compiler was specified, use CC.
  1941. LTCC=${LTCC-"$CC"}
  1942. # If no C compiler flags were specified, use CFLAGS.
  1943. LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
  1944. # Allow CC to be a program name with arguments.
  1945. compiler=$CC
  1946. # Check for command to grab the raw symbol name followed by C symbol from nm.
  1947. { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
  1948. $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
  1949. if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
  1950.   $as_echo_n "(cached) " >&6
  1951. else
  1952. # These are sane defaults that work on at least a few old systems.
  1953. # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
  1954. # Character class describing NM global symbol codes.
  1955. symcode='[BCDEGRST]'
  1956. # Regexp to match symbols that can be accessed directly from C.
  1957. sympat='([_A-Za-z][_A-Za-z0-9]*)'
  1958. # Define system-specific variables.
  1959. case $host_os in
  1960. aix*)
  1961.   symcode='[BCDT]'
  1962.   ;;
  1963. cygwin* | mingw* | pw32* | cegcc*)
  1964.   symcode='[ABCDGISTW]'
  1965.   ;;
  1966. hpux*)
  1967.   if test "$host_cpu" = ia64; then
  1968.     symcode='[ABCDEGRST]'
  1969.   fi
  1970.   ;;
  1971. irix* | nonstopux*)
  1972.   symcode='[BCDEGRST]'
  1973.   ;;
  1974. osf*)
  1975.   symcode='[BCDEGQRST]'
  1976.   ;;
  1977. solaris*)
  1978.   symcode='[BDRT]'
  1979.   ;;
  1980. sco3.2v5*)
  1981.   symcode='[DT]'
  1982.   ;;
  1983. sysv4.2uw2*)
  1984.   symcode='[DT]'
  1985.   ;;
  1986. sysv5* | sco5v6* | unixware* | OpenUNIX*)
  1987.   symcode='[ABDT]'
  1988.   ;;
  1989. sysv4)
  1990.   symcode='[DFNSTU]'
  1991.   ;;
  1992. esac
  1993. # If we're using GNU nm, then use its standard symbol codes.
  1994. case `$NM -V 2>&1` in
  1995. *GNU* | *'with BFD'*)
  1996.   symcode='[ABCDGIRSTW]' ;;
  1997. esac
  1998. # Transform an extracted symbol line into a proper C declaration.
  1999. # Some systems (esp. on ia64) link data and code symbols differently,
  2000. # so use this general approach.
  2001. lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* (.*)$/extern int 1();/p' -e 's/^$symcode* .* (.*)$/extern char 1;/p'"
  2002. # Transform an extracted symbol line into symbol name and symbol address
  2003. lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: ([^ ]*) $/  {\"1\", (void *) 0},/p' -e 's/^$symcode* ([^ ]*) ([^ ]*)$/  {"2", (void *) &2},/p'"
  2004. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: ([^ ]*) $/  {\"1\", (void *) 0},/p' -e 's/^$symcode* ([^ ]*) (lib[^ ]*)$/  {"2", (void *) &2},/p' -e 's/^$symcode* ([^ ]*) ([^ ]*)$/  {"lib2", (void *) &2},/p'"
  2005. # Handle CRLF in mingw tool chain
  2006. opt_cr=
  2007. case $build_os in
  2008. mingw*)
  2009.   opt_cr=`$ECHO 'x{0,1}' | tr x '15'` # option cr in regexp
  2010.   ;;
  2011. esac
  2012. # Try without a prefix underscore, then with it.
  2013. for ac_symprfx in "" "_"; do
  2014.   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
  2015.   symxfrm="\1 $ac_symprfx\2 \2"
  2016.   # Write the raw and C identifiers.
  2017.   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
  2018.     # Fake it for dumpbin and say T for any non-static function
  2019.     # and D for any global variable.
  2020.     # Also find C++ and __fastcall symbols from MSVC++,
  2021.     # which start with @ or ?.
  2022.     lt_cv_sys_global_symbol_pipe="$AWK '"
  2023. "     {last_section=section; section=$ 3};"
  2024. "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"
  2025. "     $ 0!~/External *|/{next};"
  2026. "     / 0+ UNDEF /{next}; / UNDEF ([^|])*()/{next};"
  2027. "     {if(hide[section]) next};"
  2028. "     {f=0}; $ 0~/().*|/{f=1}; {printf f ? "T " : "D "};"
  2029. "     {split($ 0, a, /||r/); split(a[2], s)};"
  2030. "     s[1]~/^[@?]/{print s[1], s[1]; next};"
  2031. "     s[1]~prfx {split(s[1],t,"@"); print t[1], substr(t[1],length(prfx))}"
  2032. "     ' prfx=^$ac_symprfx"
  2033.   else
  2034.     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[  ]($symcode$symcode*)[  ][  ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
  2035.   fi
  2036.   # Check to see that the pipe works correctly.
  2037.   pipe_works=no
  2038.   rm -f conftest*
  2039.   cat > conftest.$ac_ext <<_LT_EOF
  2040. #ifdef __cplusplus
  2041. extern "C" {
  2042. #endif
  2043. char nm_test_var;
  2044. void nm_test_func(void);
  2045. void nm_test_func(void){}
  2046. #ifdef __cplusplus
  2047. }
  2048. #endif
  2049. int main(){nm_test_var='a';nm_test_func();return(0);}
  2050. _LT_EOF
  2051.   if { { eval echo ""$as_me":${as_lineno-$LINENO}: "$ac_compile""; } >&5
  2052.   (eval $ac_compile) 2>&5
  2053.   ac_status=$?
  2054.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2055.   test $ac_status = 0; }; then
  2056.     # Now try to grab the symbols.
  2057.     nlist=conftest.nm
  2058.     if { { eval echo ""$as_me":${as_lineno-$LINENO}: "$NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist""; } >&5
  2059.   (eval $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist) 2>&5
  2060.   ac_status=$?
  2061.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2062.   test $ac_status = 0; } && test -s "$nlist"; then
  2063.       # Try sorting and uniquifying the output.
  2064.       if sort "$nlist" | uniq > "$nlist"T; then
  2065. mv -f "$nlist"T "$nlist"
  2066.       else
  2067. rm -f "$nlist"T
  2068.       fi
  2069.       # Make sure that we snagged all the symbols we need.
  2070.       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
  2071. if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
  2072.   cat <<_LT_EOF > conftest.$ac_ext
  2073. #ifdef __cplusplus
  2074. extern "C" {
  2075. #endif
  2076. _LT_EOF
  2077.   # Now generate the symbol file.
  2078.   eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
  2079.   cat <<_LT_EOF >> conftest.$ac_ext
  2080. /* The mapping between symbol names and symbols.  */
  2081. const struct {
  2082.   const char *name;
  2083.   void       *address;
  2084. }
  2085. lt__PROGRAM__LTX_preloaded_symbols[] =
  2086. {
  2087.   { "@PROGRAM@", (void *) 0 },
  2088. _LT_EOF
  2089.   $SED "s/^$symcode$symcode* (.*) (.*)$/  {"2", (void *) &2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
  2090.   cat <<_LT_EOF >> conftest.$ac_ext
  2091.   {0, (void *) 0}
  2092. };
  2093. /* This works around a problem in FreeBSD linker */
  2094. #ifdef FREEBSD_WORKAROUND
  2095. static const void *lt_preloaded_setup() {
  2096.   return lt__PROGRAM__LTX_preloaded_symbols;
  2097. }
  2098. #endif
  2099. #ifdef __cplusplus
  2100. }
  2101. #endif
  2102. _LT_EOF
  2103.   # Now try linking the two files.
  2104.   mv conftest.$ac_objext conftstm.$ac_objext
  2105.   lt_save_LIBS="$LIBS"
  2106.   lt_save_CFLAGS="$CFLAGS"
  2107.   LIBS="conftstm.$ac_objext"
  2108.   CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
  2109.   if { { eval echo ""$as_me":${as_lineno-$LINENO}: "$ac_link""; } >&5
  2110.   (eval $ac_link) 2>&5
  2111.   ac_status=$?
  2112.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2113.   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
  2114.     pipe_works=yes
  2115.   fi
  2116.   LIBS="$lt_save_LIBS"
  2117.   CFLAGS="$lt_save_CFLAGS"
  2118. else
  2119.   echo "cannot find nm_test_func in $nlist" >&5
  2120. fi
  2121.       else
  2122. echo "cannot find nm_test_var in $nlist" >&5
  2123.       fi
  2124.     else
  2125.       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
  2126.     fi
  2127.   else
  2128.     echo "$progname: failed program was:" >&5
  2129.     cat conftest.$ac_ext >&5
  2130.   fi
  2131.   rm -rf conftest* conftst*
  2132.   # Do not use the global_symbol_pipe unless it works.
  2133.   if test "$pipe_works" = yes; then
  2134.     break
  2135.   else
  2136.     lt_cv_sys_global_symbol_pipe=
  2137.   fi
  2138. done
  2139. fi
  2140. if test -z "$lt_cv_sys_global_symbol_pipe"; then
  2141.   lt_cv_sys_global_symbol_to_cdecl=
  2142. fi
  2143. if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
  2144.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
  2145. $as_echo "failed" >&6; }
  2146. else
  2147.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
  2148. $as_echo "ok" >&6; }
  2149. fi
  2150. # Check whether --enable-libtool-lock was given.
  2151. if test "${enable_libtool_lock+set}" = set; then :
  2152.   enableval=$enable_libtool_lock;
  2153. fi
  2154. test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
  2155. # Some flags need to be propagated to the compiler or linker for good
  2156. # libtool support.
  2157. case $host in
  2158. ia64-*-hpux*)
  2159.   # Find out which ABI we are using.
  2160.   echo 'int i;' > conftest.$ac_ext
  2161.   if { { eval echo ""$as_me":${as_lineno-$LINENO}: "$ac_compile""; } >&5
  2162.   (eval $ac_compile) 2>&5
  2163.   ac_status=$?
  2164.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2165.   test $ac_status = 0; }; then
  2166.     case `/usr/bin/file conftest.$ac_objext` in
  2167.       *ELF-32*)
  2168. HPUX_IA64_MODE="32"
  2169. ;;
  2170.       *ELF-64*)
  2171. HPUX_IA64_MODE="64"
  2172. ;;
  2173.     esac
  2174.   fi
  2175.   rm -rf conftest*
  2176.   ;;
  2177. *-*-irix6*)
  2178.   # Find out which ABI we are using.
  2179.   echo '#line 6767 "configure"' > conftest.$ac_ext
  2180.   if { { eval echo ""$as_me":${as_lineno-$LINENO}: "$ac_compile""; } >&5
  2181.   (eval $ac_compile) 2>&5
  2182.   ac_status=$?
  2183.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2184.   test $ac_status = 0; }; then
  2185.     if test "$lt_cv_prog_gnu_ld" = yes; then
  2186.       case `/usr/bin/file conftest.$ac_objext` in
  2187. *32-bit*)
  2188.   LD="${LD-ld} -melf32bsmip"
  2189.   ;;
  2190. *N32*)
  2191.   LD="${LD-ld} -melf32bmipn32"
  2192.   ;;
  2193. *64-bit*)
  2194.   LD="${LD-ld} -melf64bmip"
  2195. ;;
  2196.       esac
  2197.     else
  2198.       case `/usr/bin/file conftest.$ac_objext` in
  2199. *32-bit*)
  2200.   LD="${LD-ld} -32"
  2201.   ;;
  2202. *N32*)
  2203.   LD="${LD-ld} -n32"
  2204.   ;;
  2205. *64-bit*)
  2206.   LD="${LD-ld} -64"
  2207.   ;;
  2208.       esac
  2209.     fi
  2210.   fi
  2211.   rm -rf conftest*
  2212.   ;;
  2213. x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| 
  2214. s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
  2215.   # Find out which ABI we are using.
  2216.   echo 'int i;' > conftest.$ac_ext
  2217.   if { { eval echo ""$as_me":${as_lineno-$LINENO}: "$ac_compile""; } >&5
  2218.   (eval $ac_compile) 2>&5
  2219.   ac_status=$?
  2220.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2221.   test $ac_status = 0; }; then
  2222.     case `/usr/bin/file conftest.o` in
  2223.       *32-bit*)
  2224. case $host in
  2225.   x86_64-*kfreebsd*-gnu)
  2226.     LD="${LD-ld} -m elf_i386_fbsd"
  2227.     ;;
  2228.   x86_64-*linux*)
  2229.     LD="${LD-ld} -m elf_i386"
  2230.     ;;
  2231.   ppc64-*linux*|powerpc64-*linux*)
  2232.     LD="${LD-ld} -m elf32ppclinux"
  2233.     ;;
  2234.   s390x-*linux*)
  2235.     LD="${LD-ld} -m elf_s390"
  2236.     ;;
  2237.   sparc64-*linux*)
  2238.     LD="${LD-ld} -m elf32_sparc"
  2239.     ;;
  2240. esac
  2241. ;;
  2242.       *64-bit*)
  2243. case $host in
  2244.   x86_64-*kfreebsd*-gnu)
  2245.     LD="${LD-ld} -m elf_x86_64_fbsd"
  2246.     ;;
  2247.   x86_64-*linux*)
  2248.     LD="${LD-ld} -m elf_x86_64"
  2249.     ;;
  2250.   ppc*-*linux*|powerpc*-*linux*)
  2251.     LD="${LD-ld} -m elf64ppc"
  2252.     ;;
  2253.   s390*-*linux*|s390*-*tpf*)
  2254.     LD="${LD-ld} -m elf64_s390"
  2255.     ;;
  2256.   sparc*-*linux*)
  2257.     LD="${LD-ld} -m elf64_sparc"
  2258.     ;;
  2259. esac
  2260. ;;
  2261.     esac
  2262.   fi
  2263.   rm -rf conftest*
  2264.   ;;
  2265. *-*-sco3.2v5*)
  2266.   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
  2267.   SAVE_CFLAGS="$CFLAGS"
  2268.   CFLAGS="$CFLAGS -belf"
  2269.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
  2270. $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
  2271. if test "${lt_cv_cc_needs_belf+set}" = set; then :
  2272.   $as_echo_n "(cached) " >&6
  2273. else
  2274.   ac_ext=c
  2275. ac_cpp='$CPP $CPPFLAGS'
  2276. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2277. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2278. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2279.      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2280. /* end confdefs.h.  */
  2281. int
  2282. main ()
  2283. {
  2284.   ;
  2285.   return 0;
  2286. }
  2287. _ACEOF
  2288. if ac_fn_c_try_link "$LINENO"; then :
  2289.   lt_cv_cc_needs_belf=yes
  2290. else
  2291.   lt_cv_cc_needs_belf=no
  2292. fi
  2293. rm -f core conftest.err conftest.$ac_objext 
  2294.     conftest$ac_exeext conftest.$ac_ext
  2295.      ac_ext=c
  2296. ac_cpp='$CPP $CPPFLAGS'
  2297. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2298. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2299. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2300. fi
  2301. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
  2302. $as_echo "$lt_cv_cc_needs_belf" >&6; }
  2303.   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
  2304.     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
  2305.     CFLAGS="$SAVE_CFLAGS"
  2306.   fi
  2307.   ;;
  2308. sparc*-*solaris*)
  2309.   # Find out which ABI we are using.
  2310.   echo 'int i;' > conftest.$ac_ext
  2311.   if { { eval echo ""$as_me":${as_lineno-$LINENO}: "$ac_compile""; } >&5
  2312.   (eval $ac_compile) 2>&5
  2313.   ac_status=$?
  2314.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2315.   test $ac_status = 0; }; then
  2316.     case `/usr/bin/file conftest.o` in
  2317.     *64-bit*)
  2318.       case $lt_cv_prog_gnu_ld in
  2319.       yes*) LD="${LD-ld} -m elf64_sparc" ;;
  2320.       *)
  2321. if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
  2322.   LD="${LD-ld} -64"
  2323. fi
  2324. ;;
  2325.       esac
  2326.       ;;
  2327.     esac
  2328.   fi
  2329.   rm -rf conftest*
  2330.   ;;
  2331. esac
  2332. need_locks="$enable_libtool_lock"
  2333.   case $host_os in
  2334.     rhapsody* | darwin*)
  2335.     if test -n "$ac_tool_prefix"; then
  2336.   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
  2337. set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
  2338. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2339. $as_echo_n "checking for $ac_word... " >&6; }
  2340. if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
  2341.   $as_echo_n "(cached) " >&6
  2342. else
  2343.   if test -n "$DSYMUTIL"; then
  2344.   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
  2345. else
  2346. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2347. for as_dir in $PATH
  2348. do
  2349.   IFS=$as_save_IFS
  2350.   test -z "$as_dir" && as_dir=.
  2351.     for ac_exec_ext in '' $ac_executable_extensions; do
  2352.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2353.     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
  2354.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  2355.     break 2
  2356.   fi
  2357. done
  2358.   done
  2359. IFS=$as_save_IFS
  2360. fi
  2361. fi
  2362. DSYMUTIL=$ac_cv_prog_DSYMUTIL
  2363. if test -n "$DSYMUTIL"; then
  2364.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
  2365. $as_echo "$DSYMUTIL" >&6; }
  2366. else
  2367.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2368. $as_echo "no" >&6; }
  2369. fi
  2370. fi
  2371. if test -z "$ac_cv_prog_DSYMUTIL"; then
  2372.   ac_ct_DSYMUTIL=$DSYMUTIL
  2373.   # Extract the first word of "dsymutil", so it can be a program name with args.
  2374. set dummy dsymutil; ac_word=$2
  2375. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2376. $as_echo_n "checking for $ac_word... " >&6; }
  2377. if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
  2378.   $as_echo_n "(cached) " >&6
  2379. else
  2380.   if test -n "$ac_ct_DSYMUTIL"; then
  2381.   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
  2382. else
  2383. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2384. for as_dir in $PATH
  2385. do
  2386.   IFS=$as_save_IFS
  2387.   test -z "$as_dir" && as_dir=.
  2388.     for ac_exec_ext in '' $ac_executable_extensions; do
  2389.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2390.     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
  2391.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  2392.     break 2
  2393.   fi
  2394. done
  2395.   done
  2396. IFS=$as_save_IFS
  2397. fi
  2398. fi
  2399. ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
  2400. if test -n "$ac_ct_DSYMUTIL"; then
  2401.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
  2402. $as_echo "$ac_ct_DSYMUTIL" >&6; }
  2403. else
  2404.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2405. $as_echo "no" >&6; }
  2406. fi
  2407.   if test "x$ac_ct_DSYMUTIL" = x; then
  2408.     DSYMUTIL=":"
  2409.   else
  2410.     case $cross_compiling:$ac_tool_warned in
  2411. yes:)
  2412. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  2413. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  2414. ac_tool_warned=yes ;;
  2415. esac
  2416.     DSYMUTIL=$ac_ct_DSYMUTIL
  2417.   fi
  2418. else
  2419.   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
  2420. fi
  2421.     if test -n "$ac_tool_prefix"; then
  2422.   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
  2423. set dummy ${ac_tool_prefix}nmedit; ac_word=$2
  2424. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2425. $as_echo_n "checking for $ac_word... " >&6; }
  2426. if test "${ac_cv_prog_NMEDIT+set}" = set; then :
  2427.   $as_echo_n "(cached) " >&6
  2428. else
  2429.   if test -n "$NMEDIT"; then
  2430.   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
  2431. else
  2432. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2433. for as_dir in $PATH
  2434. do
  2435.   IFS=$as_save_IFS
  2436.   test -z "$as_dir" && as_dir=.
  2437.     for ac_exec_ext in '' $ac_executable_extensions; do
  2438.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2439.     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
  2440.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  2441.     break 2
  2442.   fi
  2443. done
  2444.   done
  2445. IFS=$as_save_IFS
  2446. fi
  2447. fi
  2448. NMEDIT=$ac_cv_prog_NMEDIT
  2449. if test -n "$NMEDIT"; then
  2450.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
  2451. $as_echo "$NMEDIT" >&6; }
  2452. else
  2453.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2454. $as_echo "no" >&6; }
  2455. fi
  2456. fi
  2457. if test -z "$ac_cv_prog_NMEDIT"; then
  2458.   ac_ct_NMEDIT=$NMEDIT
  2459.   # Extract the first word of "nmedit", so it can be a program name with args.
  2460. set dummy nmedit; ac_word=$2
  2461. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2462. $as_echo_n "checking for $ac_word... " >&6; }
  2463. if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
  2464.   $as_echo_n "(cached) " >&6
  2465. else
  2466.   if test -n "$ac_ct_NMEDIT"; then
  2467.   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
  2468. else
  2469. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2470. for as_dir in $PATH
  2471. do
  2472.   IFS=$as_save_IFS
  2473.   test -z "$as_dir" && as_dir=.
  2474.     for ac_exec_ext in '' $ac_executable_extensions; do
  2475.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2476.     ac_cv_prog_ac_ct_NMEDIT="nmedit"
  2477.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  2478.     break 2
  2479.   fi
  2480. done
  2481.   done
  2482. IFS=$as_save_IFS
  2483. fi
  2484. fi
  2485. ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
  2486. if test -n "$ac_ct_NMEDIT"; then
  2487.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
  2488. $as_echo "$ac_ct_NMEDIT" >&6; }
  2489. else
  2490.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2491. $as_echo "no" >&6; }
  2492. fi
  2493.   if test "x$ac_ct_NMEDIT" = x; then
  2494.     NMEDIT=":"
  2495.   else
  2496.     case $cross_compiling:$ac_tool_warned in
  2497. yes:)
  2498. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  2499. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  2500. ac_tool_warned=yes ;;
  2501. esac
  2502.     NMEDIT=$ac_ct_NMEDIT
  2503.   fi
  2504. else
  2505.   NMEDIT="$ac_cv_prog_NMEDIT"
  2506. fi
  2507.     if test -n "$ac_tool_prefix"; then
  2508.   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
  2509. set dummy ${ac_tool_prefix}lipo; ac_word=$2
  2510. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2511. $as_echo_n "checking for $ac_word... " >&6; }
  2512. if test "${ac_cv_prog_LIPO+set}" = set; then :
  2513.   $as_echo_n "(cached) " >&6
  2514. else
  2515.   if test -n "$LIPO"; then
  2516.   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
  2517. else
  2518. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2519. for as_dir in $PATH
  2520. do
  2521.   IFS=$as_save_IFS
  2522.   test -z "$as_dir" && as_dir=.
  2523.     for ac_exec_ext in '' $ac_executable_extensions; do
  2524.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2525.     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
  2526.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  2527.     break 2
  2528.   fi
  2529. done
  2530.   done
  2531. IFS=$as_save_IFS
  2532. fi
  2533. fi
  2534. LIPO=$ac_cv_prog_LIPO
  2535. if test -n "$LIPO"; then
  2536.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
  2537. $as_echo "$LIPO" >&6; }
  2538. else
  2539.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2540. $as_echo "no" >&6; }
  2541. fi
  2542. fi
  2543. if test -z "$ac_cv_prog_LIPO"; then
  2544.   ac_ct_LIPO=$LIPO
  2545.   # Extract the first word of "lipo", so it can be a program name with args.
  2546. set dummy lipo; ac_word=$2
  2547. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2548. $as_echo_n "checking for $ac_word... " >&6; }
  2549. if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
  2550.   $as_echo_n "(cached) " >&6
  2551. else
  2552.   if test -n "$ac_ct_LIPO"; then
  2553.   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
  2554. else
  2555. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2556. for as_dir in $PATH
  2557. do
  2558.   IFS=$as_save_IFS
  2559.   test -z "$as_dir" && as_dir=.
  2560.     for ac_exec_ext in '' $ac_executable_extensions; do
  2561.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2562.     ac_cv_prog_ac_ct_LIPO="lipo"
  2563.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  2564.     break 2
  2565.   fi
  2566. done
  2567.   done
  2568. IFS=$as_save_IFS
  2569. fi
  2570. fi
  2571. ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
  2572. if test -n "$ac_ct_LIPO"; then
  2573.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
  2574. $as_echo "$ac_ct_LIPO" >&6; }
  2575. else
  2576.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2577. $as_echo "no" >&6; }
  2578. fi
  2579.   if test "x$ac_ct_LIPO" = x; then
  2580.     LIPO=":"
  2581.   else
  2582.     case $cross_compiling:$ac_tool_warned in
  2583. yes:)
  2584. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  2585. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  2586. ac_tool_warned=yes ;;
  2587. esac
  2588.     LIPO=$ac_ct_LIPO
  2589.   fi
  2590. else
  2591.   LIPO="$ac_cv_prog_LIPO"
  2592. fi
  2593.     if test -n "$ac_tool_prefix"; then
  2594.   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
  2595. set dummy ${ac_tool_prefix}otool; ac_word=$2
  2596. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2597. $as_echo_n "checking for $ac_word... " >&6; }
  2598. if test "${ac_cv_prog_OTOOL+set}" = set; then :
  2599.   $as_echo_n "(cached) " >&6
  2600. else
  2601.   if test -n "$OTOOL"; then
  2602.   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
  2603. else
  2604. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2605. for as_dir in $PATH
  2606. do
  2607.   IFS=$as_save_IFS
  2608.   test -z "$as_dir" && as_dir=.
  2609.     for ac_exec_ext in '' $ac_executable_extensions; do
  2610.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2611.     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
  2612.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  2613.     break 2
  2614.   fi
  2615. done
  2616.   done
  2617. IFS=$as_save_IFS
  2618. fi
  2619. fi
  2620. OTOOL=$ac_cv_prog_OTOOL
  2621. if test -n "$OTOOL"; then
  2622.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
  2623. $as_echo "$OTOOL" >&6; }
  2624. else
  2625.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2626. $as_echo "no" >&6; }
  2627. fi
  2628. fi
  2629. if test -z "$ac_cv_prog_OTOOL"; then
  2630.   ac_ct_OTOOL=$OTOOL
  2631.   # Extract the first word of "otool", so it can be a program name with args.
  2632. set dummy otool; ac_word=$2
  2633. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2634. $as_echo_n "checking for $ac_word... " >&6; }
  2635. if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
  2636.   $as_echo_n "(cached) " >&6
  2637. else
  2638.   if test -n "$ac_ct_OTOOL"; then
  2639.   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
  2640. else
  2641. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2642. for as_dir in $PATH
  2643. do
  2644.   IFS=$as_save_IFS
  2645.   test -z "$as_dir" && as_dir=.
  2646.     for ac_exec_ext in '' $ac_executable_extensions; do
  2647.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2648.     ac_cv_prog_ac_ct_OTOOL="otool"
  2649.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  2650.     break 2
  2651.   fi
  2652. done
  2653.   done
  2654. IFS=$as_save_IFS
  2655. fi
  2656. fi
  2657. ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
  2658. if test -n "$ac_ct_OTOOL"; then
  2659.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
  2660. $as_echo "$ac_ct_OTOOL" >&6; }
  2661. else
  2662.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2663. $as_echo "no" >&6; }
  2664. fi
  2665.   if test "x$ac_ct_OTOOL" = x; then
  2666.     OTOOL=":"
  2667.   else
  2668.     case $cross_compiling:$ac_tool_warned in
  2669. yes:)
  2670. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  2671. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  2672. ac_tool_warned=yes ;;
  2673. esac
  2674.     OTOOL=$ac_ct_OTOOL
  2675.   fi
  2676. else
  2677.   OTOOL="$ac_cv_prog_OTOOL"
  2678. fi
  2679.     if test -n "$ac_tool_prefix"; then
  2680.   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
  2681. set dummy ${ac_tool_prefix}otool64; ac_word=$2
  2682. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2683. $as_echo_n "checking for $ac_word... " >&6; }
  2684. if test "${ac_cv_prog_OTOOL64+set}" = set; then :
  2685.   $as_echo_n "(cached) " >&6
  2686. else
  2687.   if test -n "$OTOOL64"; then
  2688.   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
  2689. else
  2690. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2691. for as_dir in $PATH
  2692. do
  2693.   IFS=$as_save_IFS
  2694.   test -z "$as_dir" && as_dir=.
  2695.     for ac_exec_ext in '' $ac_executable_extensions; do
  2696.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2697.     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
  2698.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  2699.     break 2
  2700.   fi
  2701. done
  2702.   done
  2703. IFS=$as_save_IFS
  2704. fi
  2705. fi
  2706. OTOOL64=$ac_cv_prog_OTOOL64
  2707. if test -n "$OTOOL64"; then
  2708.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
  2709. $as_echo "$OTOOL64" >&6; }
  2710. else
  2711.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2712. $as_echo "no" >&6; }
  2713. fi
  2714. fi
  2715. if test -z "$ac_cv_prog_OTOOL64"; then
  2716.   ac_ct_OTOOL64=$OTOOL64
  2717.   # Extract the first word of "otool64", so it can be a program name with args.
  2718. set dummy otool64; ac_word=$2
  2719. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2720. $as_echo_n "checking for $ac_word... " >&6; }
  2721. if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
  2722.   $as_echo_n "(cached) " >&6
  2723. else
  2724.   if test -n "$ac_ct_OTOOL64"; then
  2725.   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
  2726. else
  2727. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2728. for as_dir in $PATH
  2729. do
  2730.   IFS=$as_save_IFS
  2731.   test -z "$as_dir" && as_dir=.
  2732.     for ac_exec_ext in '' $ac_executable_extensions; do
  2733.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2734.     ac_cv_prog_ac_ct_OTOOL64="otool64"
  2735.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  2736.     break 2
  2737.   fi
  2738. done
  2739.   done
  2740. IFS=$as_save_IFS
  2741. fi
  2742. fi
  2743. ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
  2744. if test -n "$ac_ct_OTOOL64"; then
  2745.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
  2746. $as_echo "$ac_ct_OTOOL64" >&6; }
  2747. else
  2748.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2749. $as_echo "no" >&6; }
  2750. fi
  2751.   if test "x$ac_ct_OTOOL64" = x; then
  2752.     OTOOL64=":"
  2753.   else
  2754.     case $cross_compiling:$ac_tool_warned in
  2755. yes:)
  2756. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  2757. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  2758. ac_tool_warned=yes ;;
  2759. esac
  2760.     OTOOL64=$ac_ct_OTOOL64
  2761.   fi
  2762. else
  2763.   OTOOL64="$ac_cv_prog_OTOOL64"
  2764. fi
  2765.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
  2766. $as_echo_n "checking for -single_module linker flag... " >&6; }
  2767. if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
  2768.   $as_echo_n "(cached) " >&6
  2769. else
  2770.   lt_cv_apple_cc_single_mod=no
  2771.       if test -z "${LT_MULTI_MODULE}"; then
  2772. # By default we will add the -single_module flag. You can override
  2773. # by either setting the environment variable LT_MULTI_MODULE
  2774. # non-empty at configure time, or by adding -multi_module to the
  2775. # link flags.
  2776. rm -rf libconftest.dylib*
  2777. echo "int foo(void){return 1;}" > conftest.c
  2778. echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib 
  2779. -dynamiclib -Wl,-single_module conftest.c" >&5
  2780. $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib 
  2781.   -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
  2782.         _lt_result=$?
  2783. if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
  2784.   lt_cv_apple_cc_single_mod=yes
  2785. else
  2786.   cat conftest.err >&5
  2787. fi
  2788. rm -rf libconftest.dylib*
  2789. rm -f conftest.*
  2790.       fi
  2791. fi
  2792. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
  2793. $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
  2794.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
  2795. $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
  2796. if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
  2797.   $as_echo_n "(cached) " >&6
  2798. else
  2799.   lt_cv_ld_exported_symbols_list=no
  2800.       save_LDFLAGS=$LDFLAGS
  2801.       echo "_main" > conftest.sym
  2802.       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
  2803.       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2804. /* end confdefs.h.  */
  2805. int
  2806. main ()
  2807. {
  2808.   ;
  2809.   return 0;
  2810. }
  2811. _ACEOF
  2812. if ac_fn_c_try_link "$LINENO"; then :
  2813.   lt_cv_ld_exported_symbols_list=yes
  2814. else
  2815.   lt_cv_ld_exported_symbols_list=no
  2816. fi
  2817. rm -f core conftest.err conftest.$ac_objext 
  2818.     conftest$ac_exeext conftest.$ac_ext
  2819. LDFLAGS="$save_LDFLAGS"
  2820. fi
  2821. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
  2822. $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
  2823.     case $host_os in
  2824.     rhapsody* | darwin1.[012])
  2825.       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
  2826.     darwin1.*)
  2827.       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
  2828.     darwin*) # darwin 5.x on
  2829.       # if running on 10.5 or later, the deployment target defaults
  2830.       # to the OS version, if on x86, and 10.4, the deployment
  2831.       # target defaults to 10.4. Don't you love it?
  2832.       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
  2833. 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
  2834.   _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
  2835. 10.[012]*)
  2836.   _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
  2837. 10.*)
  2838.   _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
  2839.       esac
  2840.     ;;
  2841.   esac
  2842.     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
  2843.       _lt_dar_single_mod='$single_module'
  2844.     fi
  2845.     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
  2846.       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
  2847.     else
  2848.       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
  2849.     fi
  2850.     if test "$DSYMUTIL" != ":"; then
  2851.       _lt_dsymutil='~$DSYMUTIL $lib || :'
  2852.     else
  2853.       _lt_dsymutil=
  2854.     fi
  2855.     ;;
  2856.   esac
  2857. ac_ext=c
  2858. ac_cpp='$CPP $CPPFLAGS'
  2859. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2860. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2861. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2862. { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
  2863. $as_echo_n "checking how to run the C preprocessor... " >&6; }
  2864. # On Suns, sometimes $CPP names a directory.
  2865. if test -n "$CPP" && test -d "$CPP"; then
  2866.   CPP=
  2867. fi
  2868. if test -z "$CPP"; then
  2869.   if test "${ac_cv_prog_CPP+set}" = set; then :
  2870.   $as_echo_n "(cached) " >&6
  2871. else
  2872.       # Double quotes because CPP needs to be expanded
  2873.     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
  2874.     do
  2875.       ac_preproc_ok=false
  2876. for ac_c_preproc_warn_flag in '' yes
  2877. do
  2878.   # Use a header file that comes with gcc, so configuring glibc
  2879.   # with a fresh cross-compiler works.
  2880.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2881.   # <limits.h> exists even on freestanding compilers.
  2882.   # On the NeXT, cc -E runs the code through the compiler's parser,
  2883.   # not just through cpp. "Syntax error" is here to catch this case.
  2884.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2885. /* end confdefs.h.  */
  2886. #ifdef __STDC__
  2887. # include <limits.h>
  2888. #else
  2889. # include <assert.h>
  2890. #endif
  2891.      Syntax error
  2892. _ACEOF
  2893. if ac_fn_c_try_cpp "$LINENO"; then :
  2894. else
  2895.   # Broken: fails on valid input.
  2896. continue
  2897. fi
  2898. rm -f conftest.err conftest.$ac_ext
  2899.   # OK, works on sane cases.  Now check whether nonexistent headers
  2900.   # can be detected and how.
  2901.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2902. /* end confdefs.h.  */
  2903. #include <ac_nonexistent.h>
  2904. _ACEOF
  2905. if ac_fn_c_try_cpp "$LINENO"; then :
  2906.   # Broken: success on invalid input.
  2907. continue
  2908. else
  2909.   # Passes both tests.
  2910. ac_preproc_ok=:
  2911. break
  2912. fi
  2913. rm -f conftest.err conftest.$ac_ext
  2914. done
  2915. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  2916. rm -f conftest.err conftest.$ac_ext
  2917. if $ac_preproc_ok; then :
  2918.   break
  2919. fi
  2920.     done
  2921.     ac_cv_prog_CPP=$CPP
  2922. fi
  2923.   CPP=$ac_cv_prog_CPP
  2924. else
  2925.   ac_cv_prog_CPP=$CPP
  2926. fi
  2927. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
  2928. $as_echo "$CPP" >&6; }
  2929. ac_preproc_ok=false
  2930. for ac_c_preproc_warn_flag in '' yes
  2931. do
  2932.   # Use a header file that comes with gcc, so configuring glibc
  2933.   # with a fresh cross-compiler works.
  2934.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2935.   # <limits.h> exists even on freestanding compilers.
  2936.   # On the NeXT, cc -E runs the code through the compiler's parser,
  2937.   # not just through cpp. "Syntax error" is here to catch this case.
  2938.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2939. /* end confdefs.h.  */
  2940. #ifdef __STDC__
  2941. # include <limits.h>
  2942. #else
  2943. # include <assert.h>
  2944. #endif
  2945.      Syntax error
  2946. _ACEOF
  2947. if ac_fn_c_try_cpp "$LINENO"; then :
  2948. else
  2949.   # Broken: fails on valid input.
  2950. continue
  2951. fi
  2952. rm -f conftest.err conftest.$ac_ext
  2953.   # OK, works on sane cases.  Now check whether nonexistent headers
  2954.   # can be detected and how.
  2955.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2956. /* end confdefs.h.  */
  2957. #include <ac_nonexistent.h>
  2958. _ACEOF
  2959. if ac_fn_c_try_cpp "$LINENO"; then :
  2960.   # Broken: success on invalid input.
  2961. continue
  2962. else
  2963.   # Passes both tests.
  2964. ac_preproc_ok=:
  2965. break
  2966. fi
  2967. rm -f conftest.err conftest.$ac_ext
  2968. done
  2969. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  2970. rm -f conftest.err conftest.$ac_ext
  2971. if $ac_preproc_ok; then :
  2972. else
  2973.   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  2974. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  2975. as_fn_error "C preprocessor "$CPP" fails sanity check
  2976. See `config.log' for more details." "$LINENO" 5; }
  2977. fi
  2978. ac_ext=c
  2979. ac_cpp='$CPP $CPPFLAGS'
  2980. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2981. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2982. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2983. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
  2984. $as_echo_n "checking for ANSI C header files... " >&6; }
  2985. if test "${ac_cv_header_stdc+set}" = set; then :
  2986.   $as_echo_n "(cached) " >&6
  2987. else
  2988.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2989. /* end confdefs.h.  */
  2990. #include <stdlib.h>
  2991. #include <stdarg.h>
  2992. #include <string.h>
  2993. #include <float.h>
  2994. int
  2995. main ()
  2996. {
  2997.   ;
  2998.   return 0;
  2999. }
  3000. _ACEOF
  3001. if ac_fn_c_try_compile "$LINENO"; then :
  3002.   ac_cv_header_stdc=yes
  3003. else
  3004.   ac_cv_header_stdc=no
  3005. fi
  3006. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3007. if test $ac_cv_header_stdc = yes; then
  3008.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  3009.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3010. /* end confdefs.h.  */
  3011. #include <string.h>
  3012. _ACEOF
  3013. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  3014.   $EGREP "memchr" >/dev/null 2>&1; then :
  3015. else
  3016.   ac_cv_header_stdc=no
  3017. fi
  3018. rm -f conftest*
  3019. fi
  3020. if test $ac_cv_header_stdc = yes; then
  3021.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  3022.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3023. /* end confdefs.h.  */
  3024. #include <stdlib.h>
  3025. _ACEOF
  3026. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  3027.   $EGREP "free" >/dev/null 2>&1; then :
  3028. else
  3029.   ac_cv_header_stdc=no
  3030. fi
  3031. rm -f conftest*
  3032. fi
  3033. if test $ac_cv_header_stdc = yes; then
  3034.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  3035.   if test "$cross_compiling" = yes; then :
  3036.   :
  3037. else
  3038.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3039. /* end confdefs.h.  */
  3040. #include <ctype.h>
  3041. #include <stdlib.h>
  3042. #if ((' ' & 0x0FF) == 0x020)
  3043. # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  3044. # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  3045. #else
  3046. # define ISLOWER(c) 
  3047.    (('a' <= (c) && (c) <= 'i') 
  3048.      || ('j' <= (c) && (c) <= 'r') 
  3049.      || ('s' <= (c) && (c) <= 'z'))
  3050. # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  3051. #endif
  3052. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  3053. int
  3054. main ()
  3055. {
  3056.   int i;
  3057.   for (i = 0; i < 256; i++)
  3058.     if (XOR (islower (i), ISLOWER (i))
  3059. || toupper (i) != TOUPPER (i))
  3060.       return 2;
  3061.   return 0;
  3062. }
  3063. _ACEOF
  3064. if ac_fn_c_try_run "$LINENO"; then :
  3065. else
  3066.   ac_cv_header_stdc=no
  3067. fi
  3068. rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext 
  3069.   conftest.$ac_objext conftest.beam conftest.$ac_ext
  3070. fi
  3071. fi
  3072. fi
  3073. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
  3074. $as_echo "$ac_cv_header_stdc" >&6; }
  3075. if test $ac_cv_header_stdc = yes; then
  3076. $as_echo "#define STDC_HEADERS 1" >>confdefs.h
  3077. fi
  3078. # On IRIX 5.3, sys/types and inttypes.h are conflicting.
  3079. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h 
  3080.   inttypes.h stdint.h unistd.h
  3081. do :
  3082.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  3083. ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
  3084. "
  3085. eval as_val=$$as_ac_Header
  3086.    if test "x$as_val" = x""yes; then :
  3087.   cat >>confdefs.h <<_ACEOF
  3088. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  3089. _ACEOF
  3090. fi
  3091. done
  3092. for ac_header in dlfcn.h
  3093. do :
  3094.   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
  3095. "
  3096. if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
  3097.   cat >>confdefs.h <<_ACEOF
  3098. #define HAVE_DLFCN_H 1
  3099. _ACEOF
  3100. fi
  3101. done
  3102. ac_ext=cpp
  3103. ac_cpp='$CXXCPP $CPPFLAGS'
  3104. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3105. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3106. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  3107. if test -z "$CXX"; then
  3108.   if test -n "$CCC"; then
  3109.     CXX=$CCC
  3110.   else
  3111.     if test -n "$ac_tool_prefix"; then
  3112.   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
  3113.   do
  3114.     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  3115. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  3116. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3117. $as_echo_n "checking for $ac_word... " >&6; }
  3118. if test "${ac_cv_prog_CXX+set}" = set; then :
  3119.   $as_echo_n "(cached) " >&6
  3120. else
  3121.   if test -n "$CXX"; then
  3122.   ac_cv_prog_CXX="$CXX" # Let the user override the test.
  3123. else
  3124. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3125. for as_dir in $PATH
  3126. do
  3127.   IFS=$as_save_IFS
  3128.   test -z "$as_dir" && as_dir=.
  3129.     for ac_exec_ext in '' $ac_executable_extensions; do
  3130.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3131.     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
  3132.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  3133.     break 2
  3134.   fi
  3135. done
  3136.   done
  3137. IFS=$as_save_IFS
  3138. fi
  3139. fi
  3140. CXX=$ac_cv_prog_CXX
  3141. if test -n "$CXX"; then
  3142.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
  3143. $as_echo "$CXX" >&6; }
  3144. else
  3145.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3146. $as_echo "no" >&6; }
  3147. fi
  3148.     test -n "$CXX" && break
  3149.   done
  3150. fi
  3151. if test -z "$CXX"; then
  3152.   ac_ct_CXX=$CXX
  3153.   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
  3154. do
  3155.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  3156. set dummy $ac_prog; ac_word=$2
  3157. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3158. $as_echo_n "checking for $ac_word... " >&6; }
  3159. if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
  3160.   $as_echo_n "(cached) " >&6
  3161. else
  3162.   if test -n "$ac_ct_CXX"; then
  3163.   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
  3164. else
  3165. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3166. for as_dir in $PATH
  3167. do
  3168.   IFS=$as_save_IFS
  3169.   test -z "$as_dir" && as_dir=.
  3170.     for ac_exec_ext in '' $ac_executable_extensions; do
  3171.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3172.     ac_cv_prog_ac_ct_CXX="$ac_prog"
  3173.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  3174.     break 2
  3175.   fi
  3176. done
  3177.   done
  3178. IFS=$as_save_IFS
  3179. fi
  3180. fi
  3181. ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
  3182. if test -n "$ac_ct_CXX"; then
  3183.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
  3184. $as_echo "$ac_ct_CXX" >&6; }
  3185. else
  3186.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3187. $as_echo "no" >&6; }
  3188. fi
  3189.   test -n "$ac_ct_CXX" && break
  3190. done
  3191.   if test "x$ac_ct_CXX" = x; then
  3192.     CXX="g++"
  3193.   else
  3194.     case $cross_compiling:$ac_tool_warned in
  3195. yes:)
  3196. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  3197. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  3198. ac_tool_warned=yes ;;
  3199. esac
  3200.     CXX=$ac_ct_CXX
  3201.   fi
  3202. fi
  3203.   fi
  3204. fi
  3205. # Provide some information about the compiler.
  3206. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
  3207. set X $ac_compile
  3208. ac_compiler=$2
  3209. for ac_option in --version -v -V -qversion; do
  3210.   { { ac_try="$ac_compiler $ac_option >&5"
  3211. case "(($ac_try" in
  3212.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3213.   *) ac_try_echo=$ac_try;;
  3214. esac
  3215. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  3216. $as_echo "$ac_try_echo"; } >&5
  3217.   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
  3218.   ac_status=$?
  3219.   if test -s conftest.err; then
  3220.     sed '10a
  3221. ... rest of stderr output deleted ...
  3222.          10q' conftest.err >conftest.er1
  3223.     cat conftest.er1 >&5
  3224.     rm -f conftest.er1 conftest.err
  3225.   fi
  3226.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  3227.   test $ac_status = 0; }
  3228. done
  3229. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
  3230. $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
  3231. if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
  3232.   $as_echo_n "(cached) " >&6
  3233. else
  3234.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3235. /* end confdefs.h.  */
  3236. int
  3237. main ()
  3238. {
  3239. #ifndef __GNUC__
  3240.        choke me
  3241. #endif
  3242.   ;
  3243.   return 0;
  3244. }
  3245. _ACEOF
  3246. if ac_fn_cxx_try_compile "$LINENO"; then :
  3247.   ac_compiler_gnu=yes
  3248. else
  3249.   ac_compiler_gnu=no
  3250. fi
  3251. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3252. ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
  3253. fi
  3254. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
  3255. $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
  3256. if test $ac_compiler_gnu = yes; then
  3257.   GXX=yes
  3258. else
  3259.   GXX=
  3260. fi
  3261. ac_test_CXXFLAGS=${CXXFLAGS+set}
  3262. ac_save_CXXFLAGS=$CXXFLAGS
  3263. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
  3264. $as_echo_n "checking whether $CXX accepts -g... " >&6; }
  3265. if test "${ac_cv_prog_cxx_g+set}" = set; then :
  3266.   $as_echo_n "(cached) " >&6
  3267. else
  3268.   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
  3269.    ac_cxx_werror_flag=yes
  3270.    ac_cv_prog_cxx_g=no
  3271.    CXXFLAGS="-g"
  3272.    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3273. /* end confdefs.h.  */
  3274. int
  3275. main ()
  3276. {
  3277.   ;
  3278.   return 0;
  3279. }
  3280. _ACEOF
  3281. if ac_fn_cxx_try_compile "$LINENO"; then :
  3282.   ac_cv_prog_cxx_g=yes
  3283. else
  3284.   CXXFLAGS=""
  3285.       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3286. /* end confdefs.h.  */
  3287. int
  3288. main ()
  3289. {
  3290.   ;
  3291.   return 0;
  3292. }
  3293. _ACEOF
  3294. if ac_fn_cxx_try_compile "$LINENO"; then :
  3295. else
  3296.   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
  3297.  CXXFLAGS="-g"
  3298.  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3299. /* end confdefs.h.  */
  3300. int
  3301. main ()
  3302. {
  3303.   ;
  3304.   return 0;
  3305. }
  3306. _ACEOF
  3307. if ac_fn_cxx_try_compile "$LINENO"; then :
  3308.   ac_cv_prog_cxx_g=yes
  3309. fi
  3310. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3311. fi
  3312. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3313. fi
  3314. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3315.    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
  3316. fi
  3317. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
  3318. $as_echo "$ac_cv_prog_cxx_g" >&6; }
  3319. if test "$ac_test_CXXFLAGS" = set; then
  3320.   CXXFLAGS=$ac_save_CXXFLAGS
  3321. elif test $ac_cv_prog_cxx_g = yes; then
  3322.   if test "$GXX" = yes; then
  3323.     CXXFLAGS="-g -O2"
  3324.   else
  3325.     CXXFLAGS="-g"
  3326.   fi
  3327. else
  3328.   if test "$GXX" = yes; then
  3329.     CXXFLAGS="-O2"
  3330.   else
  3331.     CXXFLAGS=
  3332.   fi
  3333. fi
  3334. ac_ext=c
  3335. ac_cpp='$CPP $CPPFLAGS'
  3336. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3337. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3338. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3339. depcc="$CXX"  am_compiler_list=
  3340. { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
  3341. $as_echo_n "checking dependency style of $depcc... " >&6; }
  3342. if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
  3343.   $as_echo_n "(cached) " >&6
  3344. else
  3345.   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  3346.   # We make a subdir and do the tests there.  Otherwise we can end up
  3347.   # making bogus files that we don't know about and never remove.  For
  3348.   # instance it was reported that on HP-UX the gcc test will end up
  3349.   # making a dummy file named `D' -- because `-MD' means `put the output
  3350.   # in D'.
  3351.   mkdir conftest.dir
  3352.   # Copy depcomp to subdir because otherwise we won't find it if we're
  3353.   # using a relative directory.
  3354.   cp "$am_depcomp" conftest.dir
  3355.   cd conftest.dir
  3356.   # We will build objects and dependencies in a subdirectory because
  3357.   # it helps to detect inapplicable dependency modes.  For instance
  3358.   # both Tru64's cc and ICC support -MD to output dependencies as a
  3359.   # side effect of compilation, but ICC will put the dependencies in
  3360.   # the current directory while Tru64 will put them in the object
  3361.   # directory.
  3362.   mkdir sub
  3363.   am_cv_CXX_dependencies_compiler_type=none
  3364.   if test "$am_compiler_list" = ""; then
  3365.      am_compiler_list=`sed -n 's/^#*([a-zA-Z0-9]*))$/1/p' < ./depcomp`
  3366.   fi
  3367.   am__universal=false
  3368.   case " $depcc " in #(
  3369.      * -arch * -arch *) am__universal=true ;;
  3370.      esac
  3371.   for depmode in $am_compiler_list; do
  3372.     # Setup a source with many dependencies, because some compilers
  3373.     # like to wrap large dependency lists on column 80 (with ), and
  3374.     # we should not choose a depcomp mode which is confused by this.
  3375.     #
  3376.     # We need to recreate these files for each test, as the compiler may
  3377.     # overwrite some of them when testing with obscure command lines.
  3378.     # This happens at least with the AIX C compiler.
  3379.     : > sub/conftest.c
  3380.     for i in 1 2 3 4 5 6; do
  3381.       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  3382.       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  3383.       # Solaris 8's {/usr,}/bin/sh.
  3384.       touch sub/conftst$i.h
  3385.     done
  3386.     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  3387.     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  3388.     # mode.  It turns out that the SunPro C++ compiler does not properly
  3389.     # handle `-M -o', and we need to detect this.  Also, some Intel
  3390.     # versions had trouble with output in subdirs
  3391.     am__obj=sub/conftest.${OBJEXT-o}
  3392.     am__minus_obj="-o $am__obj"
  3393.     case $depmode in
  3394.     gcc)
  3395.       # This depmode causes a compiler race in universal mode.
  3396.       test "$am__universal" = false || continue
  3397.       ;;
  3398.     nosideeffect)
  3399.       # after this tag, mechanisms are not by side-effect, so they'll
  3400.       # only be used when explicitly requested
  3401.       if test "x$enable_dependency_tracking" = xyes; then
  3402. continue
  3403.       else
  3404. break
  3405.       fi
  3406.       ;;
  3407.     msvisualcpp | msvcmsys)
  3408.       # This compiler won't grok `-c -o', but also, the minuso test has
  3409.       # not run yet.  These depmodes are late enough in the game, and
  3410.       # so weak that their functioning should not be impacted.
  3411.       am__obj=conftest.${OBJEXT-o}
  3412.       am__minus_obj=
  3413.       ;;
  3414.     none) break ;;
  3415.     esac
  3416.     if depmode=$depmode 
  3417.        source=sub/conftest.c object=$am__obj 
  3418.        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo 
  3419.        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c 
  3420.          >/dev/null 2>conftest.err &&
  3421.        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
  3422.        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  3423.        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
  3424.        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  3425.       # icc doesn't choke on unknown options, it will just issue warnings
  3426.       # or remarks (even with -Werror).  So we grep stderr for any message
  3427.       # that says an option was ignored or not supported.
  3428.       # When given -MP, icc 7.0 and 7.1 complain thusly:
  3429.       #   icc: Command line warning: ignoring option '-M'; no argument required
  3430.       # The diagnosis changed in icc 8.0:
  3431.       #   icc: Command line remark: option '-MP' not supported
  3432.       if (grep 'ignoring option' conftest.err ||
  3433.           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  3434.         am_cv_CXX_dependencies_compiler_type=$depmode
  3435.         break
  3436.       fi
  3437.     fi
  3438.   done
  3439.   cd ..
  3440.   rm -rf conftest.dir
  3441. else
  3442.   am_cv_CXX_dependencies_compiler_type=none
  3443. fi
  3444. fi
  3445. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
  3446. $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
  3447. CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
  3448.  if
  3449.   test "x$enable_dependency_tracking" != xno 
  3450.   && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
  3451.   am__fastdepCXX_TRUE=
  3452.   am__fastdepCXX_FALSE='#'
  3453. else
  3454.   am__fastdepCXX_TRUE='#'
  3455.   am__fastdepCXX_FALSE=
  3456. fi
  3457. if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
  3458.     ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
  3459.     (test "X$CXX" != "Xg++"))) ; then
  3460.   ac_ext=cpp
  3461. ac_cpp='$CXXCPP $CPPFLAGS'
  3462. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3463. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3464. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  3465. { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
  3466. $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
  3467. if test -z "$CXXCPP"; then
  3468.   if test "${ac_cv_prog_CXXCPP+set}" = set; then :
  3469.   $as_echo_n "(cached) " >&6
  3470. else
  3471.       # Double quotes because CXXCPP needs to be expanded
  3472.     for CXXCPP in "$CXX -E" "/lib/cpp"
  3473.     do
  3474.       ac_preproc_ok=false
  3475. for ac_cxx_preproc_warn_flag in '' yes
  3476. do
  3477.   # Use a header file that comes with gcc, so configuring glibc
  3478.   # with a fresh cross-compiler works.
  3479.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3480.   # <limits.h> exists even on freestanding compilers.
  3481.   # On the NeXT, cc -E runs the code through the compiler's parser,
  3482.   # not just through cpp. "Syntax error" is here to catch this case.
  3483.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3484. /* end confdefs.h.  */
  3485. #ifdef __STDC__
  3486. # include <limits.h>
  3487. #else
  3488. # include <assert.h>
  3489. #endif
  3490.      Syntax error
  3491. _ACEOF
  3492. if ac_fn_cxx_try_cpp "$LINENO"; then :
  3493. else
  3494.   # Broken: fails on valid input.
  3495. continue
  3496. fi
  3497. rm -f conftest.err conftest.$ac_ext
  3498.   # OK, works on sane cases.  Now check whether nonexistent headers
  3499.   # can be detected and how.
  3500.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3501. /* end confdefs.h.  */
  3502. #include <ac_nonexistent.h>
  3503. _ACEOF
  3504. if ac_fn_cxx_try_cpp "$LINENO"; then :
  3505.   # Broken: success on invalid input.
  3506. continue
  3507. else
  3508.   # Passes both tests.
  3509. ac_preproc_ok=:
  3510. break
  3511. fi
  3512. rm -f conftest.err conftest.$ac_ext
  3513. done
  3514. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  3515. rm -f conftest.err conftest.$ac_ext
  3516. if $ac_preproc_ok; then :
  3517.   break
  3518. fi
  3519.     done
  3520.     ac_cv_prog_CXXCPP=$CXXCPP
  3521. fi
  3522.   CXXCPP=$ac_cv_prog_CXXCPP
  3523. else
  3524.   ac_cv_prog_CXXCPP=$CXXCPP
  3525. fi
  3526. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
  3527. $as_echo "$CXXCPP" >&6; }
  3528. ac_preproc_ok=false
  3529. for ac_cxx_preproc_warn_flag in '' yes
  3530. do
  3531.   # Use a header file that comes with gcc, so configuring glibc
  3532.   # with a fresh cross-compiler works.
  3533.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3534.   # <limits.h> exists even on freestanding compilers.
  3535.   # On the NeXT, cc -E runs the code through the compiler's parser,
  3536.   # not just through cpp. "Syntax error" is here to catch this case.
  3537.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3538. /* end confdefs.h.  */
  3539. #ifdef __STDC__
  3540. # include <limits.h>
  3541. #else
  3542. # include <assert.h>
  3543. #endif
  3544.      Syntax error
  3545. _ACEOF
  3546. if ac_fn_cxx_try_cpp "$LINENO"; then :
  3547. else
  3548.   # Broken: fails on valid input.
  3549. continue
  3550. fi
  3551. rm -f conftest.err conftest.$ac_ext
  3552.   # OK, works on sane cases.  Now check whether nonexistent headers
  3553.   # can be detected and how.
  3554.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3555. /* end confdefs.h.  */
  3556. #include <ac_nonexistent.h>
  3557. _ACEOF
  3558. if ac_fn_cxx_try_cpp "$LINENO"; then :
  3559.   # Broken: success on invalid input.
  3560. continue
  3561. else
  3562.   # Passes both tests.
  3563. ac_preproc_ok=:
  3564. break
  3565. fi
  3566. rm -f conftest.err conftest.$ac_ext
  3567. done
  3568. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  3569. rm -f conftest.err conftest.$ac_ext
  3570. if $ac_preproc_ok; then :
  3571. else
  3572.   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  3573. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  3574. _lt_caught_CXX_error=yes; }
  3575. fi
  3576. ac_ext=c
  3577. ac_cpp='$CPP $CPPFLAGS'
  3578. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3579. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3580. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3581. else
  3582.   _lt_caught_CXX_error=yes
  3583. fi
  3584. # Set options
  3585.         enable_dlopen=no
  3586.   enable_win32_dll=no
  3587.             # Check whether --enable-shared was given.
  3588. if test "${enable_shared+set}" = set; then :
  3589.   enableval=$enable_shared; p=${PACKAGE-default}
  3590.     case $enableval in
  3591.     yes) enable_shared=yes ;;
  3592.     no) enable_shared=no ;;
  3593.     *)
  3594.       enable_shared=no
  3595.       # Look at the argument we got.  We use all the common list separators.
  3596.       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
  3597.       for pkg in $enableval; do
  3598. IFS="$lt_save_ifs"
  3599. if test "X$pkg" = "X$p"; then
  3600.   enable_shared=yes
  3601. fi
  3602.       done
  3603.       IFS="$lt_save_ifs"
  3604.       ;;
  3605.     esac
  3606. else
  3607.   enable_shared=yes
  3608. fi
  3609.   # Check whether --enable-static was given.
  3610. if test "${enable_static+set}" = set; then :
  3611.   enableval=$enable_static; p=${PACKAGE-default}
  3612.     case $enableval in
  3613.     yes) enable_static=yes ;;
  3614.     no) enable_static=no ;;
  3615.     *)
  3616.      enable_static=no
  3617.       # Look at the argument we got.  We use all the common list separators.
  3618.       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
  3619.       for pkg in $enableval; do
  3620. IFS="$lt_save_ifs"
  3621. if test "X$pkg" = "X$p"; then
  3622.   enable_static=yes
  3623. fi
  3624.       done
  3625.       IFS="$lt_save_ifs"
  3626.       ;;
  3627.     esac
  3628. else
  3629.   enable_static=yes
  3630. fi
  3631. # Check whether --with-pic was given.
  3632. if test "${with_pic+set}" = set; then :
  3633.   withval=$with_pic; pic_mode="$withval"
  3634. else
  3635.   pic_mode=default
  3636. fi
  3637. test -z "$pic_mode" && pic_mode=default
  3638.   # Check whether --enable-fast-install was given.
  3639. if test "${enable_fast_install+set}" = set; then :
  3640.   enableval=$enable_fast_install; p=${PACKAGE-default}
  3641.     case $enableval in
  3642.     yes) enable_fast_install=yes ;;
  3643.     no) enable_fast_install=no ;;
  3644.     *)
  3645.       enable_fast_install=no
  3646.       # Look at the argument we got.  We use all the common list separators.
  3647.       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
  3648.       for pkg in $enableval; do
  3649. IFS="$lt_save_ifs"
  3650. if test "X$pkg" = "X$p"; then
  3651.   enable_fast_install=yes
  3652. fi
  3653.       done
  3654.       IFS="$lt_save_ifs"
  3655.       ;;