configure
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1341k
源码类别:

midi

开发平台:

Unix_Linux

  1. fi
  2. if test -z "$ac_cv_prog_STRIP"; then
  3.   ac_ct_STRIP=$STRIP
  4.   # Extract the first word of "strip", so it can be a program name with args.
  5. set dummy strip; ac_word=$2
  6. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  7. $as_echo_n "checking for $ac_word... " >&6; }
  8. if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
  9.   $as_echo_n "(cached) " >&6
  10. else
  11.   if test -n "$ac_ct_STRIP"; then
  12.   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
  13. else
  14. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  15. for as_dir in $PATH
  16. do
  17.   IFS=$as_save_IFS
  18.   test -z "$as_dir" && as_dir=.
  19.     for ac_exec_ext in '' $ac_executable_extensions; do
  20.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  21.     ac_cv_prog_ac_ct_STRIP="strip"
  22.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  23.     break 2
  24.   fi
  25. done
  26.   done
  27. IFS=$as_save_IFS
  28. fi
  29. fi
  30. ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
  31. if test -n "$ac_ct_STRIP"; then
  32.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
  33. $as_echo "$ac_ct_STRIP" >&6; }
  34. else
  35.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  36. $as_echo "no" >&6; }
  37. fi
  38.   if test "x$ac_ct_STRIP" = x; then
  39.     STRIP=":"
  40.   else
  41.     case $cross_compiling:$ac_tool_warned in
  42. yes:)
  43. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  44. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  45. ac_tool_warned=yes ;;
  46. esac
  47.     STRIP=$ac_ct_STRIP
  48.   fi
  49. else
  50.   STRIP="$ac_cv_prog_STRIP"
  51. fi
  52. fi
  53. INSTALL_STRIP_PROGRAM="$(install_sh) -c -s"
  54. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
  55. $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
  56. if test -z "$MKDIR_P"; then
  57.   if test "${ac_cv_path_mkdir+set}" = set; then :
  58.   $as_echo_n "(cached) " >&6
  59. else
  60.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  61. for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
  62. do
  63.   IFS=$as_save_IFS
  64.   test -z "$as_dir" && as_dir=.
  65.     for ac_prog in mkdir gmkdir; do
  66.  for ac_exec_ext in '' $ac_executable_extensions; do
  67.    { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
  68.    case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
  69.      'mkdir (GNU coreutils) '* | 
  70.      'mkdir (coreutils) '* | 
  71.      'mkdir (fileutils) '4.1*)
  72.        ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
  73.        break 3;;
  74.    esac
  75.  done
  76.        done
  77.   done
  78. IFS=$as_save_IFS
  79. fi
  80.   test -d ./--version && rmdir ./--version
  81.   if test "${ac_cv_path_mkdir+set}" = set; then
  82.     MKDIR_P="$ac_cv_path_mkdir -p"
  83.   else
  84.     # As a last resort, use the slow shell script.  Don't cache a
  85.     # value for MKDIR_P within a source directory, because that will
  86.     # break other packages using the cache if that directory is
  87.     # removed, or if the value is a relative name.
  88.     MKDIR_P="$ac_install_sh -d"
  89.   fi
  90. fi
  91. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
  92. $as_echo "$MKDIR_P" >&6; }
  93. mkdir_p="$MKDIR_P"
  94. case $mkdir_p in
  95.   [\/$]* | ?:[\/]*) ;;
  96.   */*) mkdir_p="$(top_builddir)/$mkdir_p" ;;
  97. esac
  98. for ac_prog in gawk mawk nawk awk
  99. do
  100.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  101. set dummy $ac_prog; ac_word=$2
  102. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  103. $as_echo_n "checking for $ac_word... " >&6; }
  104. if test "${ac_cv_prog_AWK+set}" = set; then :
  105.   $as_echo_n "(cached) " >&6
  106. else
  107.   if test -n "$AWK"; then
  108.   ac_cv_prog_AWK="$AWK" # Let the user override the test.
  109. else
  110. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  111. for as_dir in $PATH
  112. do
  113.   IFS=$as_save_IFS
  114.   test -z "$as_dir" && as_dir=.
  115.     for ac_exec_ext in '' $ac_executable_extensions; do
  116.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  117.     ac_cv_prog_AWK="$ac_prog"
  118.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  119.     break 2
  120.   fi
  121. done
  122.   done
  123. IFS=$as_save_IFS
  124. fi
  125. fi
  126. AWK=$ac_cv_prog_AWK
  127. if test -n "$AWK"; then
  128.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
  129. $as_echo "$AWK" >&6; }
  130. else
  131.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  132. $as_echo "no" >&6; }
  133. fi
  134.   test -n "$AWK" && break
  135. done
  136. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets $(MAKE)" >&5
  137. $as_echo_n "checking whether ${MAKE-make} sets $(MAKE)... " >&6; }
  138. set x ${MAKE-make}
  139. ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
  140. if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test "${$as_var+set}" = set"; }; then :
  141.   $as_echo_n "(cached) " >&6
  142. else
  143.   cat >conftest.make <<_ACEOF
  144. SHELL = /bin/sh
  145. all:
  146. @echo '@@@%%%=$(MAKE)=@@@%%%'
  147. _ACEOF
  148. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  149. case `${MAKE-make} -f conftest.make 2>/dev/null` in
  150.   *@@@%%%=?*=@@@%%%*)
  151.     eval ac_cv_prog_make_${ac_make}_set=yes;;
  152.   *)
  153.     eval ac_cv_prog_make_${ac_make}_set=no;;
  154. esac
  155. rm -f conftest.make
  156. fi
  157. if eval test $ac_cv_prog_make_${ac_make}_set = yes; then
  158.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  159. $as_echo "yes" >&6; }
  160.   SET_MAKE=
  161. else
  162.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  163. $as_echo "no" >&6; }
  164.   SET_MAKE="MAKE=${MAKE-make}"
  165. fi
  166. rm -rf .tst 2>/dev/null
  167. mkdir .tst 2>/dev/null
  168. if test -d .tst; then
  169.   am__leading_dot=.
  170. else
  171.   am__leading_dot=_
  172. fi
  173. rmdir .tst 2>/dev/null
  174. if test "`cd $srcdir && pwd`" != "`pwd`"; then
  175.   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
  176.   # is not polluted with repeated "-I."
  177.   am__isrc=' -I$(srcdir)'
  178.   # test to see if srcdir already configured
  179.   if test -f $srcdir/config.status; then
  180.     as_fn_error "source directory already configured; run "make distclean" there first" "$LINENO" 5
  181.   fi
  182. fi
  183. # test whether we have cygpath
  184. if test -z "$CYGPATH_W"; then
  185.   if (cygpath --version) >/dev/null 2>/dev/null; then
  186.     CYGPATH_W='cygpath -w'
  187.   else
  188.     CYGPATH_W=echo
  189.   fi
  190. fi
  191. # Define the identity of the package.
  192.  PACKAGE='vlc'
  193.  VERSION='1.0.5'
  194. cat >>confdefs.h <<_ACEOF
  195. #define PACKAGE "$PACKAGE"
  196. _ACEOF
  197. cat >>confdefs.h <<_ACEOF
  198. #define VERSION "$VERSION"
  199. _ACEOF
  200. # Some tools Automake needs.
  201. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
  202. AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
  203. AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
  204. AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
  205. MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
  206. # We need awk for the "check" target.  The system "awk" is bad on
  207. # some platforms.
  208. # Always define AMTAR for backward compatibility.
  209. AMTAR=${AMTAR-"${am_missing_run}tar"}
  210. { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
  211. $as_echo_n "checking how to create a ustar tar archive... " >&6; }
  212. # Loop over all known methods to create a tar archive until one works.
  213. _am_tools='gnutar plaintar pax cpio none'
  214. _am_tools=${am_cv_prog_tar_ustar-$_am_tools}
  215. # Do not fold the above two line into one, because Tru64 sh and
  216. # Solaris sh will not grok spaces in the rhs of `-'.
  217. for _am_tool in $_am_tools
  218. do
  219.   case $_am_tool in
  220.   gnutar)
  221.     for _am_tar in tar gnutar gtar;
  222.     do
  223.       { echo "$as_me:$LINENO: $_am_tar --version" >&5
  224.    ($_am_tar --version) >&5 2>&5
  225.    ac_status=$?
  226.    echo "$as_me:$LINENO: $? = $ac_status" >&5
  227.    (exit $ac_status); } && break
  228.     done
  229.     am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
  230.     am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
  231.     am__untar="$_am_tar -xf -"
  232.     ;;
  233.   plaintar)
  234.     # Must skip GNU tar: if it does not support --format= it doesn't create
  235.     # ustar tarball either.
  236.     (tar --version) >/dev/null 2>&1 && continue
  237.     am__tar='tar chf - "$$tardir"'
  238.     am__tar_='tar chf - "$tardir"'
  239.     am__untar='tar xf -'
  240.     ;;
  241.   pax)
  242.     am__tar='pax -L -x ustar -w "$$tardir"'
  243.     am__tar_='pax -L -x ustar -w "$tardir"'
  244.     am__untar='pax -r'
  245.     ;;
  246.   cpio)
  247.     am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
  248.     am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
  249.     am__untar='cpio -i -H ustar -d'
  250.     ;;
  251.   none)
  252.     am__tar=false
  253.     am__tar_=false
  254.     am__untar=false
  255.     ;;
  256.   esac
  257.   # If the value was cached, stop now.  We just wanted to have am__tar
  258.   # and am__untar set.
  259.   test -n "${am_cv_prog_tar_ustar}" && break
  260.   # tar/untar a dummy directory, and stop if the command works
  261.   rm -rf conftest.dir
  262.   mkdir conftest.dir
  263.   echo GrepMe > conftest.dir/file
  264.   { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
  265.    (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
  266.    ac_status=$?
  267.    echo "$as_me:$LINENO: $? = $ac_status" >&5
  268.    (exit $ac_status); }
  269.   rm -rf conftest.dir
  270.   if test -s conftest.tar; then
  271.     { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
  272.    ($am__untar <conftest.tar) >&5 2>&5
  273.    ac_status=$?
  274.    echo "$as_me:$LINENO: $? = $ac_status" >&5
  275.    (exit $ac_status); }
  276.     grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
  277.   fi
  278. done
  279. rm -rf conftest.dir
  280. if test "${am_cv_prog_tar_ustar+set}" = set; then :
  281.   $as_echo_n "(cached) " >&6
  282. else
  283.   am_cv_prog_tar_ustar=$_am_tool
  284. fi
  285. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
  286. $as_echo "$am_cv_prog_tar_ustar" >&6; }
  287. ac_config_headers="$ac_config_headers config.h"
  288. if test "x${enable_maintainer_mode}" != "xno"; then :
  289.   enable_maintainer_mode="yes"
  290. fi
  291. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
  292. $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
  293.     # Check whether --enable-maintainer-mode was given.
  294. if test "${enable_maintainer_mode+set}" = set; then :
  295.   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
  296. else
  297.   USE_MAINTAINER_MODE=no
  298. fi
  299.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
  300. $as_echo "$USE_MAINTAINER_MODE" >&6; }
  301.    if test $USE_MAINTAINER_MODE = yes; then
  302.   MAINTAINER_MODE_TRUE=
  303.   MAINTAINER_MODE_FALSE='#'
  304. else
  305.   MAINTAINER_MODE_TRUE='#'
  306.   MAINTAINER_MODE_FALSE=
  307. fi
  308.   MAINT=$MAINTAINER_MODE_TRUE
  309. vlcdatadir="${datadir}/${PKGDIR}"
  310. vlclibdir="${libdir}/${PKGDIR}"
  311. # Check whether --enable-python-bindings was given.
  312. if test "${enable_python_bindings+set}" = set; then :
  313.   enableval=$enable_python_bindings;
  314. else
  315.   enable_python_bindings="no"
  316. fi
  317. if test "${enable_python_bindings}" != "no"; then :
  318.   as_fn_error "Python bindings are now built from a separate source package" "$LINENO" 5
  319. fi
  320. # Check whether --enable-java-bindings was given.
  321. if test "${enable_java_bindings+set}" = set; then :
  322.   enableval=$enable_java_bindings;
  323. else
  324.   enable_java_bindings="no"
  325. fi
  326. if test "${enable_java_bindings}" != "no"; then :
  327.   as_fn_error "Java bindings are now built from a separate source package" "$LINENO" 5
  328. fi
  329.   CPPFLAGS_save="${CPPFLAGS}"
  330.   CFLAGS_save="${CFLAGS}"
  331.   CXXFLAGS_save="${CXXFLAGS}"
  332.   OBJCFLAGS_save="${OBJCFLAGS}"
  333.   LDFLAGS_save="${LDFLAGS}"
  334.   LIBS_save="${LIBS}"
  335. DEPDIR="${am__leading_dot}deps"
  336. ac_config_commands="$ac_config_commands depfiles"
  337. am_make=${MAKE-make}
  338. cat > confinc << 'END'
  339. am__doit:
  340. @echo this is the am__doit target
  341. .PHONY: am__doit
  342. END
  343. # If we don't find an include directive, just comment out the code.
  344. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
  345. $as_echo_n "checking for style of include used by $am_make... " >&6; }
  346. am__include="#"
  347. am__quote=
  348. _am_result=none
  349. # First try GNU make style include.
  350. echo "include confinc" > confmf
  351. # Ignore all kinds of additional output from `make'.
  352. case `$am_make -s -f confmf 2> /dev/null` in #(
  353. *the am__doit target*)
  354.   am__include=include
  355.   am__quote=
  356.   _am_result=GNU
  357.   ;;
  358. esac
  359. # Now try BSD make style include.
  360. if test "$am__include" = "#"; then
  361.    echo '.include "confinc"' > confmf
  362.    case `$am_make -s -f confmf 2> /dev/null` in #(
  363.    *the am__doit target*)
  364.      am__include=.include
  365.      am__quote="""
  366.      _am_result=BSD
  367.      ;;
  368.    esac
  369. fi
  370. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
  371. $as_echo "$_am_result" >&6; }
  372. rm -f confinc confmf
  373. # Check whether --enable-dependency-tracking was given.
  374. if test "${enable_dependency_tracking+set}" = set; then :
  375.   enableval=$enable_dependency_tracking;
  376. fi
  377. if test "x$enable_dependency_tracking" != xno; then
  378.   am_depcomp="$ac_aux_dir/depcomp"
  379.   AMDEPBACKSLASH=''
  380. fi
  381.  if test "x$enable_dependency_tracking" != xno; then
  382.   AMDEP_TRUE=
  383.   AMDEP_FALSE='#'
  384. else
  385.   AMDEP_TRUE='#'
  386.   AMDEP_FALSE=
  387. fi
  388. ac_ext=c
  389. ac_cpp='$CPP $CPPFLAGS'
  390. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  391. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  392. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  393. if test -n "$ac_tool_prefix"; then
  394.   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  395. set dummy ${ac_tool_prefix}gcc; ac_word=$2
  396. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  397. $as_echo_n "checking for $ac_word... " >&6; }
  398. if test "${ac_cv_prog_CC+set}" = set; then :
  399.   $as_echo_n "(cached) " >&6
  400. else
  401.   if test -n "$CC"; then
  402.   ac_cv_prog_CC="$CC" # Let the user override the test.
  403. else
  404. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  405. for as_dir in $PATH
  406. do
  407.   IFS=$as_save_IFS
  408.   test -z "$as_dir" && as_dir=.
  409.     for ac_exec_ext in '' $ac_executable_extensions; do
  410.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  411.     ac_cv_prog_CC="${ac_tool_prefix}gcc"
  412.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  413.     break 2
  414.   fi
  415. done
  416.   done
  417. IFS=$as_save_IFS
  418. fi
  419. fi
  420. CC=$ac_cv_prog_CC
  421. if test -n "$CC"; then
  422.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  423. $as_echo "$CC" >&6; }
  424. else
  425.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  426. $as_echo "no" >&6; }
  427. fi
  428. fi
  429. if test -z "$ac_cv_prog_CC"; then
  430.   ac_ct_CC=$CC
  431.   # Extract the first word of "gcc", so it can be a program name with args.
  432. set dummy gcc; ac_word=$2
  433. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  434. $as_echo_n "checking for $ac_word... " >&6; }
  435. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
  436.   $as_echo_n "(cached) " >&6
  437. else
  438.   if test -n "$ac_ct_CC"; then
  439.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  440. else
  441. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  442. for as_dir in $PATH
  443. do
  444.   IFS=$as_save_IFS
  445.   test -z "$as_dir" && as_dir=.
  446.     for ac_exec_ext in '' $ac_executable_extensions; do
  447.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  448.     ac_cv_prog_ac_ct_CC="gcc"
  449.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  450.     break 2
  451.   fi
  452. done
  453.   done
  454. IFS=$as_save_IFS
  455. fi
  456. fi
  457. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  458. if test -n "$ac_ct_CC"; then
  459.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
  460. $as_echo "$ac_ct_CC" >&6; }
  461. else
  462.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  463. $as_echo "no" >&6; }
  464. fi
  465.   if test "x$ac_ct_CC" = x; then
  466.     CC=""
  467.   else
  468.     case $cross_compiling:$ac_tool_warned in
  469. yes:)
  470. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  471. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  472. ac_tool_warned=yes ;;
  473. esac
  474.     CC=$ac_ct_CC
  475.   fi
  476. else
  477.   CC="$ac_cv_prog_CC"
  478. fi
  479. if test -z "$CC"; then
  480.           if test -n "$ac_tool_prefix"; then
  481.     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  482. set dummy ${ac_tool_prefix}cc; ac_word=$2
  483. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  484. $as_echo_n "checking for $ac_word... " >&6; }
  485. if test "${ac_cv_prog_CC+set}" = set; then :
  486.   $as_echo_n "(cached) " >&6
  487. else
  488.   if test -n "$CC"; then
  489.   ac_cv_prog_CC="$CC" # Let the user override the test.
  490. else
  491. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  492. for as_dir in $PATH
  493. do
  494.   IFS=$as_save_IFS
  495.   test -z "$as_dir" && as_dir=.
  496.     for ac_exec_ext in '' $ac_executable_extensions; do
  497.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  498.     ac_cv_prog_CC="${ac_tool_prefix}cc"
  499.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  500.     break 2
  501.   fi
  502. done
  503.   done
  504. IFS=$as_save_IFS
  505. fi
  506. fi
  507. CC=$ac_cv_prog_CC
  508. if test -n "$CC"; then
  509.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  510. $as_echo "$CC" >&6; }
  511. else
  512.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  513. $as_echo "no" >&6; }
  514. fi
  515.   fi
  516. fi
  517. if test -z "$CC"; then
  518.   # Extract the first word of "cc", so it can be a program name with args.
  519. set dummy cc; ac_word=$2
  520. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  521. $as_echo_n "checking for $ac_word... " >&6; }
  522. if test "${ac_cv_prog_CC+set}" = set; then :
  523.   $as_echo_n "(cached) " >&6
  524. else
  525.   if test -n "$CC"; then
  526.   ac_cv_prog_CC="$CC" # Let the user override the test.
  527. else
  528.   ac_prog_rejected=no
  529. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  530. for as_dir in $PATH
  531. do
  532.   IFS=$as_save_IFS
  533.   test -z "$as_dir" && as_dir=.
  534.     for ac_exec_ext in '' $ac_executable_extensions; do
  535.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  536.     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  537.        ac_prog_rejected=yes
  538.        continue
  539.      fi
  540.     ac_cv_prog_CC="cc"
  541.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  542.     break 2
  543.   fi
  544. done
  545.   done
  546. IFS=$as_save_IFS
  547. if test $ac_prog_rejected = yes; then
  548.   # We found a bogon in the path, so make sure we never use it.
  549.   set dummy $ac_cv_prog_CC
  550.   shift
  551.   if test $# != 0; then
  552.     # We chose a different compiler from the bogus one.
  553.     # However, it has the same basename, so the bogon will be chosen
  554.     # first if we set CC to just the basename; use the full file name.
  555.     shift
  556.     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  557.   fi
  558. fi
  559. fi
  560. fi
  561. CC=$ac_cv_prog_CC
  562. if test -n "$CC"; then
  563.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  564. $as_echo "$CC" >&6; }
  565. else
  566.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  567. $as_echo "no" >&6; }
  568. fi
  569. fi
  570. if test -z "$CC"; then
  571.   if test -n "$ac_tool_prefix"; then
  572.   for ac_prog in cl.exe
  573.   do
  574.     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  575. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  576. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  577. $as_echo_n "checking for $ac_word... " >&6; }
  578. if test "${ac_cv_prog_CC+set}" = set; then :
  579.   $as_echo_n "(cached) " >&6
  580. else
  581.   if test -n "$CC"; then
  582.   ac_cv_prog_CC="$CC" # Let the user override the test.
  583. else
  584. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  585. for as_dir in $PATH
  586. do
  587.   IFS=$as_save_IFS
  588.   test -z "$as_dir" && as_dir=.
  589.     for ac_exec_ext in '' $ac_executable_extensions; do
  590.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  591.     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  592.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  593.     break 2
  594.   fi
  595. done
  596.   done
  597. IFS=$as_save_IFS
  598. fi
  599. fi
  600. CC=$ac_cv_prog_CC
  601. if test -n "$CC"; then
  602.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  603. $as_echo "$CC" >&6; }
  604. else
  605.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  606. $as_echo "no" >&6; }
  607. fi
  608.     test -n "$CC" && break
  609.   done
  610. fi
  611. if test -z "$CC"; then
  612.   ac_ct_CC=$CC
  613.   for ac_prog in cl.exe
  614. do
  615.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  616. set dummy $ac_prog; ac_word=$2
  617. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  618. $as_echo_n "checking for $ac_word... " >&6; }
  619. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
  620.   $as_echo_n "(cached) " >&6
  621. else
  622.   if test -n "$ac_ct_CC"; then
  623.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  624. else
  625. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  626. for as_dir in $PATH
  627. do
  628.   IFS=$as_save_IFS
  629.   test -z "$as_dir" && as_dir=.
  630.     for ac_exec_ext in '' $ac_executable_extensions; do
  631.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  632.     ac_cv_prog_ac_ct_CC="$ac_prog"
  633.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  634.     break 2
  635.   fi
  636. done
  637.   done
  638. IFS=$as_save_IFS
  639. fi
  640. fi
  641. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  642. if test -n "$ac_ct_CC"; then
  643.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
  644. $as_echo "$ac_ct_CC" >&6; }
  645. else
  646.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  647. $as_echo "no" >&6; }
  648. fi
  649.   test -n "$ac_ct_CC" && break
  650. done
  651.   if test "x$ac_ct_CC" = x; then
  652.     CC=""
  653.   else
  654.     case $cross_compiling:$ac_tool_warned in
  655. yes:)
  656. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  657. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  658. ac_tool_warned=yes ;;
  659. esac
  660.     CC=$ac_ct_CC
  661.   fi
  662. fi
  663. fi
  664. test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  665. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  666. as_fn_error "no acceptable C compiler found in $PATH
  667. See `config.log' for more details." "$LINENO" 5; }
  668. # Provide some information about the compiler.
  669. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
  670. set X $ac_compile
  671. ac_compiler=$2
  672. for ac_option in --version -v -V -qversion; do
  673.   { { ac_try="$ac_compiler $ac_option >&5"
  674. case "(($ac_try" in
  675.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  676.   *) ac_try_echo=$ac_try;;
  677. esac
  678. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  679. $as_echo "$ac_try_echo"; } >&5
  680.   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
  681.   ac_status=$?
  682.   if test -s conftest.err; then
  683.     sed '10a
  684. ... rest of stderr output deleted ...
  685.          10q' conftest.err >conftest.er1
  686.     cat conftest.er1 >&5
  687.   fi
  688.   rm -f conftest.er1 conftest.err
  689.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  690.   test $ac_status = 0; }
  691. done
  692. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  693. /* end confdefs.h.  */
  694. int
  695. main ()
  696. {
  697.   ;
  698.   return 0;
  699. }
  700. _ACEOF
  701. ac_clean_files_save=$ac_clean_files
  702. ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
  703. # Try to create an executable without -o first, disregard a.out.
  704. # It will help us diagnose broken compilers, and finding out an intuition
  705. # of exeext.
  706. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
  707. $as_echo_n "checking whether the C compiler works... " >&6; }
  708. ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
  709. # The possible output files:
  710. ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
  711. ac_rmfiles=
  712. for ac_file in $ac_files
  713. do
  714.   case $ac_file in
  715.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
  716.     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
  717.   esac
  718. done
  719. rm -f $ac_rmfiles
  720. if { { ac_try="$ac_link_default"
  721. case "(($ac_try" in
  722.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  723.   *) ac_try_echo=$ac_try;;
  724. esac
  725. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  726. $as_echo "$ac_try_echo"; } >&5
  727.   (eval "$ac_link_default") 2>&5
  728.   ac_status=$?
  729.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  730.   test $ac_status = 0; }; then :
  731.   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
  732. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
  733. # in a Makefile.  We should not override ac_cv_exeext if it was cached,
  734. # so that the user can short-circuit this test for compilers unknown to
  735. # Autoconf.
  736. for ac_file in $ac_files ''
  737. do
  738.   test -f "$ac_file" || continue
  739.   case $ac_file in
  740.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
  741. ;;
  742.     [ab].out )
  743. # We found the default executable, but exeext='' is most
  744. # certainly right.
  745. break;;
  746.     *.* )
  747. if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
  748. then :; else
  749.    ac_cv_exeext=`expr "$ac_file" : '[^.]*(..*)'`
  750. fi
  751. # We set ac_cv_exeext here because the later test for it is not
  752. # safe: cross compilers may not add the suffix if given an `-o'
  753. # argument, so we may need to know it at that point already.
  754. # Even if this section looks crufty: it has the advantage of
  755. # actually working.
  756. break;;
  757.     * )
  758. break;;
  759.   esac
  760. done
  761. test "$ac_cv_exeext" = no && ac_cv_exeext=
  762. else
  763.   ac_file=''
  764. fi
  765. if test -z "$ac_file"; then :
  766.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  767. $as_echo "no" >&6; }
  768. $as_echo "$as_me: failed program was:" >&5
  769. sed 's/^/| /' conftest.$ac_ext >&5
  770. { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  771. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  772. { as_fn_set_status 77
  773. as_fn_error "C compiler cannot create executables
  774. See `config.log' for more details." "$LINENO" 5; }; }
  775. else
  776.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  777. $as_echo "yes" >&6; }
  778. fi
  779. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
  780. $as_echo_n "checking for C compiler default output file name... " >&6; }
  781. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
  782. $as_echo "$ac_file" >&6; }
  783. ac_exeext=$ac_cv_exeext
  784. rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
  785. ac_clean_files=$ac_clean_files_save
  786. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
  787. $as_echo_n "checking for suffix of executables... " >&6; }
  788. if { { ac_try="$ac_link"
  789. case "(($ac_try" in
  790.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  791.   *) ac_try_echo=$ac_try;;
  792. esac
  793. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  794. $as_echo "$ac_try_echo"; } >&5
  795.   (eval "$ac_link") 2>&5
  796.   ac_status=$?
  797.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  798.   test $ac_status = 0; }; then :
  799.   # If both `conftest.exe' and `conftest' are `present' (well, observable)
  800. # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
  801. # work properly (i.e., refer to `conftest.exe'), while it won't with
  802. # `rm'.
  803. for ac_file in conftest.exe conftest conftest.*; do
  804.   test -f "$ac_file" || continue
  805.   case $ac_file in
  806.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
  807.     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*(..*)'`
  808.   break;;
  809.     * ) break;;
  810.   esac
  811. done
  812. else
  813.   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  814. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  815. as_fn_error "cannot compute suffix of executables: cannot compile and link
  816. See `config.log' for more details." "$LINENO" 5; }
  817. fi
  818. rm -f conftest conftest$ac_cv_exeext
  819. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
  820. $as_echo "$ac_cv_exeext" >&6; }
  821. rm -f conftest.$ac_ext
  822. EXEEXT=$ac_cv_exeext
  823. ac_exeext=$EXEEXT
  824. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  825. /* end confdefs.h.  */
  826. #include <stdio.h>
  827. int
  828. main ()
  829. {
  830. FILE *f = fopen ("conftest.out", "w");
  831.  return ferror (f) || fclose (f) != 0;
  832.   ;
  833.   return 0;
  834. }
  835. _ACEOF
  836. ac_clean_files="$ac_clean_files conftest.out"
  837. # Check that the compiler produces executables we can run.  If not, either
  838. # the compiler is broken, or we cross compile.
  839. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
  840. $as_echo_n "checking whether we are cross compiling... " >&6; }
  841. if test "$cross_compiling" != yes; then
  842.   { { ac_try="$ac_link"
  843. case "(($ac_try" in
  844.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  845.   *) ac_try_echo=$ac_try;;
  846. esac
  847. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  848. $as_echo "$ac_try_echo"; } >&5
  849.   (eval "$ac_link") 2>&5
  850.   ac_status=$?
  851.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  852.   test $ac_status = 0; }
  853.   if { ac_try='./conftest$ac_cv_exeext'
  854.   { { case "(($ac_try" in
  855.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  856.   *) ac_try_echo=$ac_try;;
  857. esac
  858. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  859. $as_echo "$ac_try_echo"; } >&5
  860.   (eval "$ac_try") 2>&5
  861.   ac_status=$?
  862.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  863.   test $ac_status = 0; }; }; then
  864.     cross_compiling=no
  865.   else
  866.     if test "$cross_compiling" = maybe; then
  867. cross_compiling=yes
  868.     else
  869. { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  870. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  871. as_fn_error "cannot run C compiled programs.
  872. If you meant to cross compile, use `--host'.
  873. See `config.log' for more details." "$LINENO" 5; }
  874.     fi
  875.   fi
  876. fi
  877. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
  878. $as_echo "$cross_compiling" >&6; }
  879. rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
  880. ac_clean_files=$ac_clean_files_save
  881. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
  882. $as_echo_n "checking for suffix of object files... " >&6; }
  883. if test "${ac_cv_objext+set}" = set; then :
  884.   $as_echo_n "(cached) " >&6
  885. else
  886.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  887. /* end confdefs.h.  */
  888. int
  889. main ()
  890. {
  891.   ;
  892.   return 0;
  893. }
  894. _ACEOF
  895. rm -f conftest.o conftest.obj
  896. if { { ac_try="$ac_compile"
  897. case "(($ac_try" in
  898.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  899.   *) ac_try_echo=$ac_try;;
  900. esac
  901. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  902. $as_echo "$ac_try_echo"; } >&5
  903.   (eval "$ac_compile") 2>&5
  904.   ac_status=$?
  905.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  906.   test $ac_status = 0; }; then :
  907.   for ac_file in conftest.o conftest.obj conftest.*; do
  908.   test -f "$ac_file" || continue;
  909.   case $ac_file in
  910.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
  911.     *) ac_cv_objext=`expr "$ac_file" : '.*.(.*)'`
  912.        break;;
  913.   esac
  914. done
  915. else
  916.   $as_echo "$as_me: failed program was:" >&5
  917. sed 's/^/| /' conftest.$ac_ext >&5
  918. { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  919. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  920. as_fn_error "cannot compute suffix of object files: cannot compile
  921. See `config.log' for more details." "$LINENO" 5; }
  922. fi
  923. rm -f conftest.$ac_cv_objext conftest.$ac_ext
  924. fi
  925. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
  926. $as_echo "$ac_cv_objext" >&6; }
  927. OBJEXT=$ac_cv_objext
  928. ac_objext=$OBJEXT
  929. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
  930. $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
  931. if test "${ac_cv_c_compiler_gnu+set}" = set; then :
  932.   $as_echo_n "(cached) " >&6
  933. else
  934.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  935. /* end confdefs.h.  */
  936. int
  937. main ()
  938. {
  939. #ifndef __GNUC__
  940.        choke me
  941. #endif
  942.   ;
  943.   return 0;
  944. }
  945. _ACEOF
  946. if ac_fn_c_try_compile "$LINENO"; then :
  947.   ac_compiler_gnu=yes
  948. else
  949.   ac_compiler_gnu=no
  950. fi
  951. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  952. ac_cv_c_compiler_gnu=$ac_compiler_gnu
  953. fi
  954. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
  955. $as_echo "$ac_cv_c_compiler_gnu" >&6; }
  956. if test $ac_compiler_gnu = yes; then
  957.   GCC=yes
  958. else
  959.   GCC=
  960. fi
  961. ac_test_CFLAGS=${CFLAGS+set}
  962. ac_save_CFLAGS=$CFLAGS
  963. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
  964. $as_echo_n "checking whether $CC accepts -g... " >&6; }
  965. if test "${ac_cv_prog_cc_g+set}" = set; then :
  966.   $as_echo_n "(cached) " >&6
  967. else
  968.   ac_save_c_werror_flag=$ac_c_werror_flag
  969.    ac_c_werror_flag=yes
  970.    ac_cv_prog_cc_g=no
  971.    CFLAGS="-g"
  972.    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  973. /* end confdefs.h.  */
  974. int
  975. main ()
  976. {
  977.   ;
  978.   return 0;
  979. }
  980. _ACEOF
  981. if ac_fn_c_try_compile "$LINENO"; then :
  982.   ac_cv_prog_cc_g=yes
  983. else
  984.   CFLAGS=""
  985.       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  986. /* end confdefs.h.  */
  987. int
  988. main ()
  989. {
  990.   ;
  991.   return 0;
  992. }
  993. _ACEOF
  994. if ac_fn_c_try_compile "$LINENO"; then :
  995. else
  996.   ac_c_werror_flag=$ac_save_c_werror_flag
  997.  CFLAGS="-g"
  998.  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  999. /* end confdefs.h.  */
  1000. int
  1001. main ()
  1002. {
  1003.   ;
  1004.   return 0;
  1005. }
  1006. _ACEOF
  1007. if ac_fn_c_try_compile "$LINENO"; then :
  1008.   ac_cv_prog_cc_g=yes
  1009. fi
  1010. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1011. fi
  1012. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1013. fi
  1014. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1015.    ac_c_werror_flag=$ac_save_c_werror_flag
  1016. fi
  1017. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
  1018. $as_echo "$ac_cv_prog_cc_g" >&6; }
  1019. if test "$ac_test_CFLAGS" = set; then
  1020.   CFLAGS=$ac_save_CFLAGS
  1021. elif test $ac_cv_prog_cc_g = yes; then
  1022.   if test "$GCC" = yes; then
  1023.     CFLAGS="-g -O2"
  1024.   else
  1025.     CFLAGS="-g"
  1026.   fi
  1027. else
  1028.   if test "$GCC" = yes; then
  1029.     CFLAGS="-O2"
  1030.   else
  1031.     CFLAGS=
  1032.   fi
  1033. fi
  1034. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
  1035. $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
  1036. if test "${ac_cv_prog_cc_c89+set}" = set; then :
  1037.   $as_echo_n "(cached) " >&6
  1038. else
  1039.   ac_cv_prog_cc_c89=no
  1040. ac_save_CC=$CC
  1041. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1042. /* end confdefs.h.  */
  1043. #include <stdarg.h>
  1044. #include <stdio.h>
  1045. #include <sys/types.h>
  1046. #include <sys/stat.h>
  1047. /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  1048. struct buf { int x; };
  1049. FILE * (*rcsopen) (struct buf *, struct stat *, int);
  1050. static char *e (p, i)
  1051.      char **p;
  1052.      int i;
  1053. {
  1054.   return p[i];
  1055. }
  1056. static char *f (char * (*g) (char **, int), char **p, ...)
  1057. {
  1058.   char *s;
  1059.   va_list v;
  1060.   va_start (v,p);
  1061.   s = g (p, va_arg (v,int));
  1062.   va_end (v);
  1063.   return s;
  1064. }
  1065. /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  1066.    function prototypes and stuff, but not 'xHH' hex character constants.
  1067.    These don't provoke an error unfortunately, instead are silently treated
  1068.    as 'x'.  The following induces an error, until -std is added to get
  1069.    proper ANSI mode.  Curiously 'x00'!='x' always comes out true, for an
  1070.    array size at least.  It's necessary to write 'x00'==0 to get something
  1071.    that's true only with -std.  */
  1072. int osf4_cc_array ['x00' == 0 ? 1 : -1];
  1073. /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  1074.    inside strings and character constants.  */
  1075. #define FOO(x) 'x'
  1076. int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  1077. int test (int i, double x);
  1078. struct s1 {int (*f) (int a);};
  1079. struct s2 {int (*f) (double a);};
  1080. int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  1081. int argc;
  1082. char **argv;
  1083. int
  1084. main ()
  1085. {
  1086. return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  1087.   ;
  1088.   return 0;
  1089. }
  1090. _ACEOF
  1091. for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std 
  1092. -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  1093. do
  1094.   CC="$ac_save_CC $ac_arg"
  1095.   if ac_fn_c_try_compile "$LINENO"; then :
  1096.   ac_cv_prog_cc_c89=$ac_arg
  1097. fi
  1098. rm -f core conftest.err conftest.$ac_objext
  1099.   test "x$ac_cv_prog_cc_c89" != "xno" && break
  1100. done
  1101. rm -f conftest.$ac_ext
  1102. CC=$ac_save_CC
  1103. fi
  1104. # AC_CACHE_VAL
  1105. case "x$ac_cv_prog_cc_c89" in
  1106.   x)
  1107.     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
  1108. $as_echo "none needed" >&6; } ;;
  1109.   xno)
  1110.     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
  1111. $as_echo "unsupported" >&6; } ;;
  1112.   *)
  1113.     CC="$CC $ac_cv_prog_cc_c89"
  1114.     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
  1115. $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
  1116. esac
  1117. if test "x$ac_cv_prog_cc_c89" != xno; then :
  1118. fi
  1119. ac_ext=c
  1120. ac_cpp='$CPP $CPPFLAGS'
  1121. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1122. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1123. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1124. depcc="$CC"   am_compiler_list=
  1125. { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
  1126. $as_echo_n "checking dependency style of $depcc... " >&6; }
  1127. if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
  1128.   $as_echo_n "(cached) " >&6
  1129. else
  1130.   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  1131.   # We make a subdir and do the tests there.  Otherwise we can end up
  1132.   # making bogus files that we don't know about and never remove.  For
  1133.   # instance it was reported that on HP-UX the gcc test will end up
  1134.   # making a dummy file named `D' -- because `-MD' means `put the output
  1135.   # in D'.
  1136.   mkdir conftest.dir
  1137.   # Copy depcomp to subdir because otherwise we won't find it if we're
  1138.   # using a relative directory.
  1139.   cp "$am_depcomp" conftest.dir
  1140.   cd conftest.dir
  1141.   # We will build objects and dependencies in a subdirectory because
  1142.   # it helps to detect inapplicable dependency modes.  For instance
  1143.   # both Tru64's cc and ICC support -MD to output dependencies as a
  1144.   # side effect of compilation, but ICC will put the dependencies in
  1145.   # the current directory while Tru64 will put them in the object
  1146.   # directory.
  1147.   mkdir sub
  1148.   am_cv_CC_dependencies_compiler_type=none
  1149.   if test "$am_compiler_list" = ""; then
  1150.      am_compiler_list=`sed -n 's/^#*([a-zA-Z0-9]*))$/1/p' < ./depcomp`
  1151.   fi
  1152.   am__universal=false
  1153.   case " $depcc " in #(
  1154.      * -arch * -arch *) am__universal=true ;;
  1155.      esac
  1156.   for depmode in $am_compiler_list; do
  1157.     # Setup a source with many dependencies, because some compilers
  1158.     # like to wrap large dependency lists on column 80 (with ), and
  1159.     # we should not choose a depcomp mode which is confused by this.
  1160.     #
  1161.     # We need to recreate these files for each test, as the compiler may
  1162.     # overwrite some of them when testing with obscure command lines.
  1163.     # This happens at least with the AIX C compiler.
  1164.     : > sub/conftest.c
  1165.     for i in 1 2 3 4 5 6; do
  1166.       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  1167.       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  1168.       # Solaris 8's {/usr,}/bin/sh.
  1169.       touch sub/conftst$i.h
  1170.     done
  1171.     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  1172.     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  1173.     # mode.  It turns out that the SunPro C++ compiler does not properly
  1174.     # handle `-M -o', and we need to detect this.  Also, some Intel
  1175.     # versions had trouble with output in subdirs
  1176.     am__obj=sub/conftest.${OBJEXT-o}
  1177.     am__minus_obj="-o $am__obj"
  1178.     case $depmode in
  1179.     gcc)
  1180.       # This depmode causes a compiler race in universal mode.
  1181.       test "$am__universal" = false || continue
  1182.       ;;
  1183.     nosideeffect)
  1184.       # after this tag, mechanisms are not by side-effect, so they'll
  1185.       # only be used when explicitly requested
  1186.       if test "x$enable_dependency_tracking" = xyes; then
  1187. continue
  1188.       else
  1189. break
  1190.       fi
  1191.       ;;
  1192.     msvisualcpp | msvcmsys)
  1193.       # This compiler won't grok `-c -o', but also, the minuso test has
  1194.       # not run yet.  These depmodes are late enough in the game, and
  1195.       # so weak that their functioning should not be impacted.
  1196.       am__obj=conftest.${OBJEXT-o}
  1197.       am__minus_obj=
  1198.       ;;
  1199.     none) break ;;
  1200.     esac
  1201.     if depmode=$depmode 
  1202.        source=sub/conftest.c object=$am__obj 
  1203.        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo 
  1204.        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c 
  1205.          >/dev/null 2>conftest.err &&
  1206.        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
  1207.        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  1208.        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
  1209.        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  1210.       # icc doesn't choke on unknown options, it will just issue warnings
  1211.       # or remarks (even with -Werror).  So we grep stderr for any message
  1212.       # that says an option was ignored or not supported.
  1213.       # When given -MP, icc 7.0 and 7.1 complain thusly:
  1214.       #   icc: Command line warning: ignoring option '-M'; no argument required
  1215.       # The diagnosis changed in icc 8.0:
  1216.       #   icc: Command line remark: option '-MP' not supported
  1217.       if (grep 'ignoring option' conftest.err ||
  1218.           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  1219.         am_cv_CC_dependencies_compiler_type=$depmode
  1220.         break
  1221.       fi
  1222.     fi
  1223.   done
  1224.   cd ..
  1225.   rm -rf conftest.dir
  1226. else
  1227.   am_cv_CC_dependencies_compiler_type=none
  1228. fi
  1229. fi
  1230. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
  1231. $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
  1232. CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  1233.  if
  1234.   test "x$enable_dependency_tracking" != xno 
  1235.   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
  1236.   am__fastdepCC_TRUE=
  1237.   am__fastdepCC_FALSE='#'
  1238. else
  1239.   am__fastdepCC_TRUE='#'
  1240.   am__fastdepCC_FALSE=
  1241. fi
  1242.    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
  1243. $as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
  1244. if test "${ac_cv_prog_cc_c99+set}" = set; then :
  1245.   $as_echo_n "(cached) " >&6
  1246. else
  1247.   ac_cv_prog_cc_c99=no
  1248. ac_save_CC=$CC
  1249. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1250. /* end confdefs.h.  */
  1251. #include <stdarg.h>
  1252. #include <stdbool.h>
  1253. #include <stdlib.h>
  1254. #include <wchar.h>
  1255. #include <stdio.h>
  1256. // Check varargs macros.  These examples are taken from C99 6.10.3.5.
  1257. #define debug(...) fprintf (stderr, __VA_ARGS__)
  1258. #define showlist(...) puts (#__VA_ARGS__)
  1259. #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
  1260. static void
  1261. test_varargs_macros (void)
  1262. {
  1263.   int x = 1234;
  1264.   int y = 5678;
  1265.   debug ("Flag");
  1266.   debug ("X = %dn", x);
  1267.   showlist (The first, second, and third items.);
  1268.   report (x>y, "x is %d but y is %d", x, y);
  1269. }
  1270. // Check long long types.
  1271. #define BIG64 18446744073709551615ull
  1272. #define BIG32 4294967295ul
  1273. #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
  1274. #if !BIG_OK
  1275.   your preprocessor is broken;
  1276. #endif
  1277. #if BIG_OK
  1278. #else
  1279.   your preprocessor is broken;
  1280. #endif
  1281. static long long int bignum = -9223372036854775807LL;
  1282. static unsigned long long int ubignum = BIG64;
  1283. struct incomplete_array
  1284. {
  1285.   int datasize;
  1286.   double data[];
  1287. };
  1288. struct named_init {
  1289.   int number;
  1290.   const wchar_t *name;
  1291.   double average;
  1292. };
  1293. typedef const char *ccp;
  1294. static inline int
  1295. test_restrict (ccp restrict text)
  1296. {
  1297.   // See if C++-style comments work.
  1298.   // Iterate through items via the restricted pointer.
  1299.   // Also check for declarations in for loops.
  1300.   for (unsigned int i = 0; *(text+i) != ''; ++i)
  1301.     continue;
  1302.   return 0;
  1303. }
  1304. // Check varargs and va_copy.
  1305. static void
  1306. test_varargs (const char *format, ...)
  1307. {
  1308.   va_list args;
  1309.   va_start (args, format);
  1310.   va_list args_copy;
  1311.   va_copy (args_copy, args);
  1312.   const char *str;
  1313.   int number;
  1314.   float fnumber;
  1315.   while (*format)
  1316.     {
  1317.       switch (*format++)
  1318. {
  1319. case 's': // string
  1320.   str = va_arg (args_copy, const char *);
  1321.   break;
  1322. case 'd': // int
  1323.   number = va_arg (args_copy, int);
  1324.   break;
  1325. case 'f': // float
  1326.   fnumber = va_arg (args_copy, double);
  1327.   break;
  1328. default:
  1329.   break;
  1330. }
  1331.     }
  1332.   va_end (args_copy);
  1333.   va_end (args);
  1334. }
  1335. int
  1336. main ()
  1337. {
  1338.   // Check bool.
  1339.   _Bool success = false;
  1340.   // Check restrict.
  1341.   if (test_restrict ("String literal") == 0)
  1342.     success = true;
  1343.   char *restrict newvar = "Another string";
  1344.   // Check varargs.
  1345.   test_varargs ("s, d' f .", "string", 65, 34.234);
  1346.   test_varargs_macros ();
  1347.   // Check flexible array members.
  1348.   struct incomplete_array *ia =
  1349.     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  1350.   ia->datasize = 10;
  1351.   for (int i = 0; i < ia->datasize; ++i)
  1352.     ia->data[i] = i * 1.234;
  1353.   // Check named initializers.
  1354.   struct named_init ni = {
  1355.     .number = 34,
  1356.     .name = L"Test wide string",
  1357.     .average = 543.34343,
  1358.   };
  1359.   ni.number = 58;
  1360.   int dynamic_array[ni.number];
  1361.   dynamic_array[ni.number - 1] = 543;
  1362.   // work around unused variable warnings
  1363.   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
  1364.   || dynamic_array[ni.number - 1] != 543);
  1365.   ;
  1366.   return 0;
  1367. }
  1368. _ACEOF
  1369. for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
  1370. do
  1371.   CC="$ac_save_CC $ac_arg"
  1372.   if ac_fn_c_try_compile "$LINENO"; then :
  1373.   ac_cv_prog_cc_c99=$ac_arg
  1374. fi
  1375. rm -f core conftest.err conftest.$ac_objext
  1376.   test "x$ac_cv_prog_cc_c99" != "xno" && break
  1377. done
  1378. rm -f conftest.$ac_ext
  1379. CC=$ac_save_CC
  1380. fi
  1381. # AC_CACHE_VAL
  1382. case "x$ac_cv_prog_cc_c99" in
  1383.   x)
  1384.     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
  1385. $as_echo "none needed" >&6; } ;;
  1386.   xno)
  1387.     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
  1388. $as_echo "unsupported" >&6; } ;;
  1389.   *)
  1390.     CC="$CC $ac_cv_prog_cc_c99"
  1391.     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
  1392. $as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
  1393. esac
  1394. if test "x$ac_cv_prog_cc_c99" != xno; then :
  1395. fi
  1396. ac_ext=c
  1397. ac_cpp='$CPP $CPPFLAGS'
  1398. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1399. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1400. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1401. { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
  1402. $as_echo_n "checking how to run the C preprocessor... " >&6; }
  1403. # On Suns, sometimes $CPP names a directory.
  1404. if test -n "$CPP" && test -d "$CPP"; then
  1405.   CPP=
  1406. fi
  1407. if test -z "$CPP"; then
  1408.   if test "${ac_cv_prog_CPP+set}" = set; then :
  1409.   $as_echo_n "(cached) " >&6
  1410. else
  1411.       # Double quotes because CPP needs to be expanded
  1412.     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
  1413.     do
  1414.       ac_preproc_ok=false
  1415. for ac_c_preproc_warn_flag in '' yes
  1416. do
  1417.   # Use a header file that comes with gcc, so configuring glibc
  1418.   # with a fresh cross-compiler works.
  1419.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1420.   # <limits.h> exists even on freestanding compilers.
  1421.   # On the NeXT, cc -E runs the code through the compiler's parser,
  1422.   # not just through cpp. "Syntax error" is here to catch this case.
  1423.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1424. /* end confdefs.h.  */
  1425. #ifdef __STDC__
  1426. # include <limits.h>
  1427. #else
  1428. # include <assert.h>
  1429. #endif
  1430.      Syntax error
  1431. _ACEOF
  1432. if ac_fn_c_try_cpp "$LINENO"; then :
  1433. else
  1434.   # Broken: fails on valid input.
  1435. continue
  1436. fi
  1437. rm -f conftest.err conftest.$ac_ext
  1438.   # OK, works on sane cases.  Now check whether nonexistent headers
  1439.   # can be detected and how.
  1440.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1441. /* end confdefs.h.  */
  1442. #include <ac_nonexistent.h>
  1443. _ACEOF
  1444. if ac_fn_c_try_cpp "$LINENO"; then :
  1445.   # Broken: success on invalid input.
  1446. continue
  1447. else
  1448.   # Passes both tests.
  1449. ac_preproc_ok=:
  1450. break
  1451. fi
  1452. rm -f conftest.err conftest.$ac_ext
  1453. done
  1454. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  1455. rm -f conftest.err conftest.$ac_ext
  1456. if $ac_preproc_ok; then :
  1457.   break
  1458. fi
  1459.     done
  1460.     ac_cv_prog_CPP=$CPP
  1461. fi
  1462.   CPP=$ac_cv_prog_CPP
  1463. else
  1464.   ac_cv_prog_CPP=$CPP
  1465. fi
  1466. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
  1467. $as_echo "$CPP" >&6; }
  1468. ac_preproc_ok=false
  1469. for ac_c_preproc_warn_flag in '' yes
  1470. do
  1471.   # Use a header file that comes with gcc, so configuring glibc
  1472.   # with a fresh cross-compiler works.
  1473.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1474.   # <limits.h> exists even on freestanding compilers.
  1475.   # On the NeXT, cc -E runs the code through the compiler's parser,
  1476.   # not just through cpp. "Syntax error" is here to catch this case.
  1477.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1478. /* end confdefs.h.  */
  1479. #ifdef __STDC__
  1480. # include <limits.h>
  1481. #else
  1482. # include <assert.h>
  1483. #endif
  1484.      Syntax error
  1485. _ACEOF
  1486. if ac_fn_c_try_cpp "$LINENO"; then :
  1487. else
  1488.   # Broken: fails on valid input.
  1489. continue
  1490. fi
  1491. rm -f conftest.err conftest.$ac_ext
  1492.   # OK, works on sane cases.  Now check whether nonexistent headers
  1493.   # can be detected and how.
  1494.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1495. /* end confdefs.h.  */
  1496. #include <ac_nonexistent.h>
  1497. _ACEOF
  1498. if ac_fn_c_try_cpp "$LINENO"; then :
  1499.   # Broken: success on invalid input.
  1500. continue
  1501. else
  1502.   # Passes both tests.
  1503. ac_preproc_ok=:
  1504. break
  1505. fi
  1506. rm -f conftest.err conftest.$ac_ext
  1507. done
  1508. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  1509. rm -f conftest.err conftest.$ac_ext
  1510. if $ac_preproc_ok; then :
  1511. else
  1512.   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  1513. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  1514. as_fn_error "C preprocessor "$CPP" fails sanity check
  1515. See `config.log' for more details." "$LINENO" 5; }
  1516. fi
  1517. ac_ext=c
  1518. ac_cpp='$CPP $CPPFLAGS'
  1519. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1520. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1521. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1522. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
  1523. $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
  1524. if test "${ac_cv_path_GREP+set}" = set; then :
  1525.   $as_echo_n "(cached) " >&6
  1526. else
  1527.   if test -z "$GREP"; then
  1528.   ac_path_GREP_found=false
  1529.   # Loop through the user's path and test for each of PROGNAME-LIST
  1530.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1531. for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
  1532. do
  1533.   IFS=$as_save_IFS
  1534.   test -z "$as_dir" && as_dir=.
  1535.     for ac_prog in grep ggrep; do
  1536.     for ac_exec_ext in '' $ac_executable_extensions; do
  1537.       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
  1538.       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
  1539. # Check for GNU ac_path_GREP and select it if it is found.
  1540.   # Check for GNU $ac_path_GREP
  1541. case `"$ac_path_GREP" --version 2>&1` in
  1542. *GNU*)
  1543.   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
  1544. *)
  1545.   ac_count=0
  1546.   $as_echo_n 0123456789 >"conftest.in"
  1547.   while :
  1548.   do
  1549.     cat "conftest.in" "conftest.in" >"conftest.tmp"
  1550.     mv "conftest.tmp" "conftest.in"
  1551.     cp "conftest.in" "conftest.nl"
  1552.     $as_echo 'GREP' >> "conftest.nl"
  1553.     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
  1554.     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
  1555.     as_fn_arith $ac_count + 1 && ac_count=$as_val
  1556.     if test $ac_count -gt ${ac_path_GREP_max-0}; then
  1557.       # Best one so far, save it but keep looking for a better one
  1558.       ac_cv_path_GREP="$ac_path_GREP"
  1559.       ac_path_GREP_max=$ac_count
  1560.     fi
  1561.     # 10*(2^10) chars as input seems more than enough
  1562.     test $ac_count -gt 10 && break
  1563.   done
  1564.   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
  1565. esac
  1566.       $ac_path_GREP_found && break 3
  1567.     done
  1568.   done
  1569.   done
  1570. IFS=$as_save_IFS
  1571.   if test -z "$ac_cv_path_GREP"; then
  1572.     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
  1573.   fi
  1574. else
  1575.   ac_cv_path_GREP=$GREP
  1576. fi
  1577. fi
  1578. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
  1579. $as_echo "$ac_cv_path_GREP" >&6; }
  1580.  GREP="$ac_cv_path_GREP"
  1581. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
  1582. $as_echo_n "checking for egrep... " >&6; }
  1583. if test "${ac_cv_path_EGREP+set}" = set; then :
  1584.   $as_echo_n "(cached) " >&6
  1585. else
  1586.   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
  1587.    then ac_cv_path_EGREP="$GREP -E"
  1588.    else
  1589.      if test -z "$EGREP"; then
  1590.   ac_path_EGREP_found=false
  1591.   # Loop through the user's path and test for each of PROGNAME-LIST
  1592.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1593. for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
  1594. do
  1595.   IFS=$as_save_IFS
  1596.   test -z "$as_dir" && as_dir=.
  1597.     for ac_prog in egrep; do
  1598.     for ac_exec_ext in '' $ac_executable_extensions; do
  1599.       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
  1600.       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
  1601. # Check for GNU ac_path_EGREP and select it if it is found.
  1602.   # Check for GNU $ac_path_EGREP
  1603. case `"$ac_path_EGREP" --version 2>&1` in
  1604. *GNU*)
  1605.   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
  1606. *)
  1607.   ac_count=0
  1608.   $as_echo_n 0123456789 >"conftest.in"
  1609.   while :
  1610.   do
  1611.     cat "conftest.in" "conftest.in" >"conftest.tmp"
  1612.     mv "conftest.tmp" "conftest.in"
  1613.     cp "conftest.in" "conftest.nl"
  1614.     $as_echo 'EGREP' >> "conftest.nl"
  1615.     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
  1616.     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
  1617.     as_fn_arith $ac_count + 1 && ac_count=$as_val
  1618.     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
  1619.       # Best one so far, save it but keep looking for a better one
  1620.       ac_cv_path_EGREP="$ac_path_EGREP"
  1621.       ac_path_EGREP_max=$ac_count
  1622.     fi
  1623.     # 10*(2^10) chars as input seems more than enough
  1624.     test $ac_count -gt 10 && break
  1625.   done
  1626.   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
  1627. esac
  1628.       $ac_path_EGREP_found && break 3
  1629.     done
  1630.   done
  1631.   done
  1632. IFS=$as_save_IFS
  1633.   if test -z "$ac_cv_path_EGREP"; then
  1634.     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
  1635.   fi
  1636. else
  1637.   ac_cv_path_EGREP=$EGREP
  1638. fi
  1639.    fi
  1640. fi
  1641. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
  1642. $as_echo "$ac_cv_path_EGREP" >&6; }
  1643.  EGREP="$ac_cv_path_EGREP"
  1644. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
  1645. $as_echo_n "checking for ANSI C header files... " >&6; }
  1646. if test "${ac_cv_header_stdc+set}" = set; then :
  1647.   $as_echo_n "(cached) " >&6
  1648. else
  1649.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1650. /* end confdefs.h.  */
  1651. #include <stdlib.h>
  1652. #include <stdarg.h>
  1653. #include <string.h>
  1654. #include <float.h>
  1655. int
  1656. main ()
  1657. {
  1658.   ;
  1659.   return 0;
  1660. }
  1661. _ACEOF
  1662. if ac_fn_c_try_compile "$LINENO"; then :
  1663.   ac_cv_header_stdc=yes
  1664. else
  1665.   ac_cv_header_stdc=no
  1666. fi
  1667. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1668. if test $ac_cv_header_stdc = yes; then
  1669.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1670.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1671. /* end confdefs.h.  */
  1672. #include <string.h>
  1673. _ACEOF
  1674. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1675.   $EGREP "memchr" >/dev/null 2>&1; then :
  1676. else
  1677.   ac_cv_header_stdc=no
  1678. fi
  1679. rm -f conftest*
  1680. fi
  1681. if test $ac_cv_header_stdc = yes; then
  1682.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1683.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1684. /* end confdefs.h.  */
  1685. #include <stdlib.h>
  1686. _ACEOF
  1687. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1688.   $EGREP "free" >/dev/null 2>&1; then :
  1689. else
  1690.   ac_cv_header_stdc=no
  1691. fi
  1692. rm -f conftest*
  1693. fi
  1694. if test $ac_cv_header_stdc = yes; then
  1695.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  1696.   if test "$cross_compiling" = yes; then :
  1697.   :
  1698. else
  1699.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1700. /* end confdefs.h.  */
  1701. #include <ctype.h>
  1702. #include <stdlib.h>
  1703. #if ((' ' & 0x0FF) == 0x020)
  1704. # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1705. # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  1706. #else
  1707. # define ISLOWER(c) 
  1708.    (('a' <= (c) && (c) <= 'i') 
  1709.      || ('j' <= (c) && (c) <= 'r') 
  1710.      || ('s' <= (c) && (c) <= 'z'))
  1711. # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  1712. #endif
  1713. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  1714. int
  1715. main ()
  1716. {
  1717.   int i;
  1718.   for (i = 0; i < 256; i++)
  1719.     if (XOR (islower (i), ISLOWER (i))
  1720. || toupper (i) != TOUPPER (i))
  1721.       return 2;
  1722.   return 0;
  1723. }
  1724. _ACEOF
  1725. if ac_fn_c_try_run "$LINENO"; then :
  1726. else
  1727.   ac_cv_header_stdc=no
  1728. fi
  1729. rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext 
  1730.   conftest.$ac_objext conftest.beam conftest.$ac_ext
  1731. fi
  1732. fi
  1733. fi
  1734. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
  1735. $as_echo "$ac_cv_header_stdc" >&6; }
  1736. if test $ac_cv_header_stdc = yes; then
  1737. $as_echo "#define STDC_HEADERS 1" >>confdefs.h
  1738. fi
  1739. # On IRIX 5.3, sys/types and inttypes.h are conflicting.
  1740. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h 
  1741.   inttypes.h stdint.h unistd.h
  1742. do :
  1743.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1744. ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
  1745. "
  1746. eval as_val=$$as_ac_Header
  1747.    if test "x$as_val" = x""yes; then :
  1748.   cat >>confdefs.h <<_ACEOF
  1749. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1750. _ACEOF
  1751. fi
  1752. done
  1753.   ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
  1754. if test "x$ac_cv_header_minix_config_h" = x""yes; then :
  1755.   MINIX=yes
  1756. else
  1757.   MINIX=
  1758. fi
  1759.   if test "$MINIX" = yes; then
  1760. $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
  1761. $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
  1762. $as_echo "#define _MINIX 1" >>confdefs.h
  1763.   fi
  1764.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
  1765. $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
  1766. if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
  1767.   $as_echo_n "(cached) " >&6
  1768. else
  1769.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1770. /* end confdefs.h.  */
  1771. #   define __EXTENSIONS__ 1
  1772.   $ac_includes_default
  1773. int
  1774. main ()
  1775. {
  1776.   ;
  1777.   return 0;
  1778. }
  1779. _ACEOF
  1780. if ac_fn_c_try_compile "$LINENO"; then :
  1781.   ac_cv_safe_to_define___extensions__=yes
  1782. else
  1783.   ac_cv_safe_to_define___extensions__=no
  1784. fi
  1785. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1786. fi
  1787. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
  1788. $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
  1789.   test $ac_cv_safe_to_define___extensions__ = yes &&
  1790.     $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
  1791.   $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
  1792.   $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
  1793.   $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
  1794.   $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
  1795. $as_echo "#define _FORTIFY_SOURCE 2" >>confdefs.h
  1796. if test "x$CC" != xcc; then
  1797.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
  1798. $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
  1799. else
  1800.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
  1801. $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
  1802. fi
  1803. set dummy $CC; ac_cc=`$as_echo "$2" |
  1804.       sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
  1805. if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test "${$as_var+set}" = set"; }; then :
  1806.   $as_echo_n "(cached) " >&6
  1807. else
  1808.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1809. /* end confdefs.h.  */
  1810. int
  1811. main ()
  1812. {
  1813.   ;
  1814.   return 0;
  1815. }
  1816. _ACEOF
  1817. # Make sure it works both with $CC and with simple cc.
  1818. # We do the test twice because some compilers refuse to overwrite an
  1819. # existing .o file with -o, though they will create one.
  1820. ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
  1821. rm -f conftest2.*
  1822. if { { case "(($ac_try" in
  1823.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1824.   *) ac_try_echo=$ac_try;;
  1825. esac
  1826. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  1827. $as_echo "$ac_try_echo"; } >&5
  1828.   (eval "$ac_try") 2>&5
  1829.   ac_status=$?
  1830.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1831.   test $ac_status = 0; } &&
  1832.    test -f conftest2.$ac_objext && { { case "(($ac_try" in
  1833.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1834.   *) ac_try_echo=$ac_try;;
  1835. esac
  1836. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  1837. $as_echo "$ac_try_echo"; } >&5
  1838.   (eval "$ac_try") 2>&5
  1839.   ac_status=$?
  1840.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1841.   test $ac_status = 0; };
  1842. then
  1843.   eval ac_cv_prog_cc_${ac_cc}_c_o=yes
  1844.   if test "x$CC" != xcc; then
  1845.     # Test first that cc exists at all.
  1846.     if { ac_try='cc -c conftest.$ac_ext >&5'
  1847.   { { case "(($ac_try" in
  1848.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1849.   *) ac_try_echo=$ac_try;;
  1850. esac
  1851. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  1852. $as_echo "$ac_try_echo"; } >&5
  1853.   (eval "$ac_try") 2>&5
  1854.   ac_status=$?
  1855.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1856.   test $ac_status = 0; }; }; then
  1857.       ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
  1858.       rm -f conftest2.*
  1859.       if { { case "(($ac_try" in
  1860.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1861.   *) ac_try_echo=$ac_try;;
  1862. esac
  1863. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  1864. $as_echo "$ac_try_echo"; } >&5
  1865.   (eval "$ac_try") 2>&5
  1866.   ac_status=$?
  1867.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1868.   test $ac_status = 0; } &&
  1869.  test -f conftest2.$ac_objext && { { case "(($ac_try" in
  1870.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1871.   *) ac_try_echo=$ac_try;;
  1872. esac
  1873. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  1874. $as_echo "$ac_try_echo"; } >&5
  1875.   (eval "$ac_try") 2>&5
  1876.   ac_status=$?
  1877.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1878.   test $ac_status = 0; };
  1879.       then
  1880. # cc works too.
  1881. :
  1882.       else
  1883. # cc exists but doesn't like -o.
  1884. eval ac_cv_prog_cc_${ac_cc}_c_o=no
  1885.       fi
  1886.     fi
  1887.   fi
  1888. else
  1889.   eval ac_cv_prog_cc_${ac_cc}_c_o=no
  1890. fi
  1891. rm -f core conftest*
  1892. fi
  1893. if eval test $ac_cv_prog_cc_${ac_cc}_c_o = yes; then
  1894.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1895. $as_echo "yes" >&6; }
  1896. else
  1897.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1898. $as_echo "no" >&6; }
  1899. $as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
  1900. fi
  1901. # FIXME: we rely on the cache variable name because
  1902. # there is no other way.
  1903. set dummy $CC
  1904. am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
  1905. eval am_t=$ac_cv_prog_cc_${am_cc}_c_o
  1906. if test "$am_t" != yes; then
  1907.    # Losing compiler, so override with the script.
  1908.    # FIXME: It is wrong to rewrite CC.
  1909.    # But if we don't then we get into trouble of one sort or another.
  1910.    # A longer-term fix would be to have automake use am__CC in this case,
  1911.    # and then we could set am__CC="$(top_srcdir)/compile $(CC)"
  1912.    CC="$am_aux_dir/compile $CC"
  1913. fi
  1914. ac_ext=cpp
  1915. ac_cpp='$CXXCPP $CPPFLAGS'
  1916. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1917. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1918. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  1919. if test -z "$CXX"; then
  1920.   if test -n "$CCC"; then
  1921.     CXX=$CCC
  1922.   else
  1923.     if test -n "$ac_tool_prefix"; then
  1924.   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
  1925.   do
  1926.     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  1927. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  1928. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1929. $as_echo_n "checking for $ac_word... " >&6; }
  1930. if test "${ac_cv_prog_CXX+set}" = set; then :
  1931.   $as_echo_n "(cached) " >&6
  1932. else
  1933.   if test -n "$CXX"; then
  1934.   ac_cv_prog_CXX="$CXX" # Let the user override the test.
  1935. else
  1936. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1937. for as_dir in $PATH
  1938. do
  1939.   IFS=$as_save_IFS
  1940.   test -z "$as_dir" && as_dir=.
  1941.     for ac_exec_ext in '' $ac_executable_extensions; do
  1942.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1943.     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
  1944.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1945.     break 2
  1946.   fi
  1947. done
  1948.   done
  1949. IFS=$as_save_IFS
  1950. fi
  1951. fi
  1952. CXX=$ac_cv_prog_CXX
  1953. if test -n "$CXX"; then
  1954.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
  1955. $as_echo "$CXX" >&6; }
  1956. else
  1957.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1958. $as_echo "no" >&6; }
  1959. fi
  1960.     test -n "$CXX" && break
  1961.   done
  1962. fi
  1963. if test -z "$CXX"; then
  1964.   ac_ct_CXX=$CXX
  1965.   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
  1966. do
  1967.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  1968. set dummy $ac_prog; ac_word=$2
  1969. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1970. $as_echo_n "checking for $ac_word... " >&6; }
  1971. if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
  1972.   $as_echo_n "(cached) " >&6
  1973. else
  1974.   if test -n "$ac_ct_CXX"; then
  1975.   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
  1976. else
  1977. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1978. for as_dir in $PATH
  1979. do
  1980.   IFS=$as_save_IFS
  1981.   test -z "$as_dir" && as_dir=.
  1982.     for ac_exec_ext in '' $ac_executable_extensions; do
  1983.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1984.     ac_cv_prog_ac_ct_CXX="$ac_prog"
  1985.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1986.     break 2
  1987.   fi
  1988. done
  1989.   done
  1990. IFS=$as_save_IFS
  1991. fi
  1992. fi
  1993. ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
  1994. if test -n "$ac_ct_CXX"; then
  1995.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
  1996. $as_echo "$ac_ct_CXX" >&6; }
  1997. else
  1998.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1999. $as_echo "no" >&6; }
  2000. fi
  2001.   test -n "$ac_ct_CXX" && break
  2002. done
  2003.   if test "x$ac_ct_CXX" = x; then
  2004.     CXX="g++"
  2005.   else
  2006.     case $cross_compiling:$ac_tool_warned in
  2007. yes:)
  2008. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  2009. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  2010. ac_tool_warned=yes ;;
  2011. esac
  2012.     CXX=$ac_ct_CXX
  2013.   fi
  2014. fi
  2015.   fi
  2016. fi
  2017. # Provide some information about the compiler.
  2018. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
  2019. set X $ac_compile
  2020. ac_compiler=$2
  2021. for ac_option in --version -v -V -qversion; do
  2022.   { { ac_try="$ac_compiler $ac_option >&5"
  2023. case "(($ac_try" in
  2024.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2025.   *) ac_try_echo=$ac_try;;
  2026. esac
  2027. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  2028. $as_echo "$ac_try_echo"; } >&5
  2029.   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
  2030.   ac_status=$?
  2031.   if test -s conftest.err; then
  2032.     sed '10a
  2033. ... rest of stderr output deleted ...
  2034.          10q' conftest.err >conftest.er1
  2035.     cat conftest.er1 >&5
  2036.   fi
  2037.   rm -f conftest.er1 conftest.err
  2038.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2039.   test $ac_status = 0; }
  2040. done
  2041. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
  2042. $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
  2043. if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
  2044.   $as_echo_n "(cached) " >&6
  2045. else
  2046.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2047. /* end confdefs.h.  */
  2048. int
  2049. main ()
  2050. {
  2051. #ifndef __GNUC__
  2052.        choke me
  2053. #endif
  2054.   ;
  2055.   return 0;
  2056. }
  2057. _ACEOF
  2058. if ac_fn_cxx_try_compile "$LINENO"; then :
  2059.   ac_compiler_gnu=yes
  2060. else
  2061.   ac_compiler_gnu=no
  2062. fi
  2063. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2064. ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
  2065. fi
  2066. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
  2067. $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
  2068. if test $ac_compiler_gnu = yes; then
  2069.   GXX=yes
  2070. else
  2071.   GXX=
  2072. fi
  2073. ac_test_CXXFLAGS=${CXXFLAGS+set}
  2074. ac_save_CXXFLAGS=$CXXFLAGS
  2075. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
  2076. $as_echo_n "checking whether $CXX accepts -g... " >&6; }
  2077. if test "${ac_cv_prog_cxx_g+set}" = set; then :
  2078.   $as_echo_n "(cached) " >&6
  2079. else
  2080.   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
  2081.    ac_cxx_werror_flag=yes
  2082.    ac_cv_prog_cxx_g=no
  2083.    CXXFLAGS="-g"
  2084.    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2085. /* end confdefs.h.  */
  2086. int
  2087. main ()
  2088. {
  2089.   ;
  2090.   return 0;
  2091. }
  2092. _ACEOF
  2093. if ac_fn_cxx_try_compile "$LINENO"; then :
  2094.   ac_cv_prog_cxx_g=yes
  2095. else
  2096.   CXXFLAGS=""
  2097.       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2098. /* end confdefs.h.  */
  2099. int
  2100. main ()
  2101. {
  2102.   ;
  2103.   return 0;
  2104. }
  2105. _ACEOF
  2106. if ac_fn_cxx_try_compile "$LINENO"; then :
  2107. else
  2108.   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
  2109.  CXXFLAGS="-g"
  2110.  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2111. /* end confdefs.h.  */
  2112. int
  2113. main ()
  2114. {
  2115.   ;
  2116.   return 0;
  2117. }
  2118. _ACEOF
  2119. if ac_fn_cxx_try_compile "$LINENO"; then :
  2120.   ac_cv_prog_cxx_g=yes
  2121. fi
  2122. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2123. fi
  2124. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2125. fi
  2126. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2127.    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
  2128. fi
  2129. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
  2130. $as_echo "$ac_cv_prog_cxx_g" >&6; }
  2131. if test "$ac_test_CXXFLAGS" = set; then
  2132.   CXXFLAGS=$ac_save_CXXFLAGS
  2133. elif test $ac_cv_prog_cxx_g = yes; then
  2134.   if test "$GXX" = yes; then
  2135.     CXXFLAGS="-g -O2"
  2136.   else
  2137.     CXXFLAGS="-g"
  2138.   fi
  2139. else
  2140.   if test "$GXX" = yes; then
  2141.     CXXFLAGS="-O2"
  2142.   else
  2143.     CXXFLAGS=
  2144.   fi
  2145. fi
  2146. ac_ext=c
  2147. ac_cpp='$CPP $CPPFLAGS'
  2148. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2149. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2150. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2151. depcc="$CXX"  am_compiler_list=
  2152. { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
  2153. $as_echo_n "checking dependency style of $depcc... " >&6; }
  2154. if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
  2155.   $as_echo_n "(cached) " >&6
  2156. else
  2157.   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  2158.   # We make a subdir and do the tests there.  Otherwise we can end up
  2159.   # making bogus files that we don't know about and never remove.  For
  2160.   # instance it was reported that on HP-UX the gcc test will end up
  2161.   # making a dummy file named `D' -- because `-MD' means `put the output
  2162.   # in D'.
  2163.   mkdir conftest.dir
  2164.   # Copy depcomp to subdir because otherwise we won't find it if we're
  2165.   # using a relative directory.
  2166.   cp "$am_depcomp" conftest.dir
  2167.   cd conftest.dir
  2168.   # We will build objects and dependencies in a subdirectory because
  2169.   # it helps to detect inapplicable dependency modes.  For instance
  2170.   # both Tru64's cc and ICC support -MD to output dependencies as a
  2171.   # side effect of compilation, but ICC will put the dependencies in
  2172.   # the current directory while Tru64 will put them in the object
  2173.   # directory.
  2174.   mkdir sub
  2175.   am_cv_CXX_dependencies_compiler_type=none
  2176.   if test "$am_compiler_list" = ""; then
  2177.      am_compiler_list=`sed -n 's/^#*([a-zA-Z0-9]*))$/1/p' < ./depcomp`
  2178.   fi
  2179.   am__universal=false
  2180.   case " $depcc " in #(
  2181.      * -arch * -arch *) am__universal=true ;;
  2182.      esac
  2183.   for depmode in $am_compiler_list; do
  2184.     # Setup a source with many dependencies, because some compilers
  2185.     # like to wrap large dependency lists on column 80 (with ), and
  2186.     # we should not choose a depcomp mode which is confused by this.
  2187.     #
  2188.     # We need to recreate these files for each test, as the compiler may
  2189.     # overwrite some of them when testing with obscure command lines.
  2190.     # This happens at least with the AIX C compiler.
  2191.     : > sub/conftest.c
  2192.     for i in 1 2 3 4 5 6; do
  2193.       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  2194.       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  2195.       # Solaris 8's {/usr,}/bin/sh.
  2196.       touch sub/conftst$i.h
  2197.     done
  2198.     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  2199.     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  2200.     # mode.  It turns out that the SunPro C++ compiler does not properly
  2201.     # handle `-M -o', and we need to detect this.  Also, some Intel
  2202.     # versions had trouble with output in subdirs
  2203.     am__obj=sub/conftest.${OBJEXT-o}
  2204.     am__minus_obj="-o $am__obj"
  2205.     case $depmode in
  2206.     gcc)
  2207.       # This depmode causes a compiler race in universal mode.
  2208.       test "$am__universal" = false || continue
  2209.       ;;
  2210.     nosideeffect)
  2211.       # after this tag, mechanisms are not by side-effect, so they'll
  2212.       # only be used when explicitly requested
  2213.       if test "x$enable_dependency_tracking" = xyes; then
  2214. continue
  2215.       else
  2216. break
  2217.       fi
  2218.       ;;
  2219.     msvisualcpp | msvcmsys)
  2220.       # This compiler won't grok `-c -o', but also, the minuso test has
  2221.       # not run yet.  These depmodes are late enough in the game, and
  2222.       # so weak that their functioning should not be impacted.
  2223.       am__obj=conftest.${OBJEXT-o}
  2224.       am__minus_obj=
  2225.       ;;
  2226.     none) break ;;
  2227.     esac
  2228.     if depmode=$depmode 
  2229.        source=sub/conftest.c object=$am__obj 
  2230.        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo 
  2231.        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c 
  2232.          >/dev/null 2>conftest.err &&
  2233.        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
  2234.        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  2235.        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
  2236.        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  2237.       # icc doesn't choke on unknown options, it will just issue warnings
  2238.       # or remarks (even with -Werror).  So we grep stderr for any message
  2239.       # that says an option was ignored or not supported.
  2240.       # When given -MP, icc 7.0 and 7.1 complain thusly:
  2241.       #   icc: Command line warning: ignoring option '-M'; no argument required
  2242.       # The diagnosis changed in icc 8.0:
  2243.       #   icc: Command line remark: option '-MP' not supported
  2244.       if (grep 'ignoring option' conftest.err ||
  2245.           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  2246.         am_cv_CXX_dependencies_compiler_type=$depmode
  2247.         break
  2248.       fi
  2249.     fi
  2250.   done
  2251.   cd ..
  2252.   rm -rf conftest.dir
  2253. else
  2254.   am_cv_CXX_dependencies_compiler_type=none
  2255. fi
  2256. fi
  2257. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
  2258. $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
  2259. CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
  2260.  if
  2261.   test "x$enable_dependency_tracking" != xno 
  2262.   && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
  2263.   am__fastdepCXX_TRUE=
  2264.   am__fastdepCXX_FALSE='#'
  2265. else
  2266.   am__fastdepCXX_TRUE='#'
  2267.   am__fastdepCXX_FALSE=
  2268. fi
  2269. ac_ext=c
  2270. ac_cpp='$CPP $CPPFLAGS'
  2271. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2272. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2273. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2274. { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
  2275. $as_echo_n "checking how to run the C preprocessor... " >&6; }
  2276. # On Suns, sometimes $CPP names a directory.
  2277. if test -n "$CPP" && test -d "$CPP"; then
  2278.   CPP=
  2279. fi
  2280. if test -z "$CPP"; then
  2281.   if test "${ac_cv_prog_CPP+set}" = set; then :
  2282.   $as_echo_n "(cached) " >&6
  2283. else
  2284.       # Double quotes because CPP needs to be expanded
  2285.     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
  2286.     do
  2287.       ac_preproc_ok=false
  2288. for ac_c_preproc_warn_flag in '' yes
  2289. do
  2290.   # Use a header file that comes with gcc, so configuring glibc
  2291.   # with a fresh cross-compiler works.
  2292.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2293.   # <limits.h> exists even on freestanding compilers.
  2294.   # On the NeXT, cc -E runs the code through the compiler's parser,
  2295.   # not just through cpp. "Syntax error" is here to catch this case.
  2296.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2297. /* end confdefs.h.  */
  2298. #ifdef __STDC__
  2299. # include <limits.h>
  2300. #else
  2301. # include <assert.h>
  2302. #endif
  2303.      Syntax error
  2304. _ACEOF
  2305. if ac_fn_c_try_cpp "$LINENO"; then :
  2306. else
  2307.   # Broken: fails on valid input.
  2308. continue
  2309. fi
  2310. rm -f conftest.err conftest.$ac_ext
  2311.   # OK, works on sane cases.  Now check whether nonexistent headers
  2312.   # can be detected and how.
  2313.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2314. /* end confdefs.h.  */
  2315. #include <ac_nonexistent.h>
  2316. _ACEOF
  2317. if ac_fn_c_try_cpp "$LINENO"; then :
  2318.   # Broken: success on invalid input.
  2319. continue
  2320. else
  2321.   # Passes both tests.
  2322. ac_preproc_ok=:
  2323. break
  2324. fi
  2325. rm -f conftest.err conftest.$ac_ext
  2326. done
  2327. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  2328. rm -f conftest.err conftest.$ac_ext
  2329. if $ac_preproc_ok; then :
  2330.   break
  2331. fi
  2332.     done
  2333.     ac_cv_prog_CPP=$CPP
  2334. fi
  2335.   CPP=$ac_cv_prog_CPP
  2336. else
  2337.   ac_cv_prog_CPP=$CPP
  2338. fi
  2339. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
  2340. $as_echo "$CPP" >&6; }
  2341. ac_preproc_ok=false
  2342. for ac_c_preproc_warn_flag in '' yes
  2343. do
  2344.   # Use a header file that comes with gcc, so configuring glibc
  2345.   # with a fresh cross-compiler works.
  2346.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2347.   # <limits.h> exists even on freestanding compilers.
  2348.   # On the NeXT, cc -E runs the code through the compiler's parser,
  2349.   # not just through cpp. "Syntax error" is here to catch this case.
  2350.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2351. /* end confdefs.h.  */
  2352. #ifdef __STDC__
  2353. # include <limits.h>
  2354. #else
  2355. # include <assert.h>
  2356. #endif
  2357.      Syntax error
  2358. _ACEOF
  2359. if ac_fn_c_try_cpp "$LINENO"; then :
  2360. else
  2361.   # Broken: fails on valid input.
  2362. continue
  2363. fi
  2364. rm -f conftest.err conftest.$ac_ext
  2365.   # OK, works on sane cases.  Now check whether nonexistent headers
  2366.   # can be detected and how.
  2367.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2368. /* end confdefs.h.  */
  2369. #include <ac_nonexistent.h>
  2370. _ACEOF
  2371. if ac_fn_c_try_cpp "$LINENO"; then :
  2372.   # Broken: success on invalid input.
  2373. continue
  2374. else
  2375.   # Passes both tests.
  2376. ac_preproc_ok=:
  2377. break
  2378. fi
  2379. rm -f conftest.err conftest.$ac_ext
  2380. done
  2381. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  2382. rm -f conftest.err conftest.$ac_ext
  2383. if $ac_preproc_ok; then :
  2384. else
  2385.   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  2386. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  2387. as_fn_error "C preprocessor "$CPP" fails sanity check
  2388. See `config.log' for more details." "$LINENO" 5; }
  2389. fi
  2390. ac_ext=c
  2391. ac_cpp='$CPP $CPPFLAGS'
  2392. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2393. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2394. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2395. ac_ext=m
  2396. ac_cpp='$OBJCPP $CPPFLAGS'
  2397. ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2398. ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2399. ac_compiler_gnu=$ac_cv_objc_compiler_gnu
  2400. if test -n "$ac_tool_prefix"; then
  2401.   for ac_prog in gcc objcc objc cc CC
  2402.   do
  2403.     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  2404. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  2405. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2406. $as_echo_n "checking for $ac_word... " >&6; }
  2407. if test "${ac_cv_prog_OBJC+set}" = set; then :
  2408.   $as_echo_n "(cached) " >&6
  2409. else
  2410.   if test -n "$OBJC"; then
  2411.   ac_cv_prog_OBJC="$OBJC" # Let the user override the test.
  2412. else
  2413. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2414. for as_dir in $PATH
  2415. do
  2416.   IFS=$as_save_IFS
  2417.   test -z "$as_dir" && as_dir=.
  2418.     for ac_exec_ext in '' $ac_executable_extensions; do
  2419.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2420.     ac_cv_prog_OBJC="$ac_tool_prefix$ac_prog"
  2421.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  2422.     break 2
  2423.   fi
  2424. done
  2425.   done
  2426. IFS=$as_save_IFS
  2427. fi
  2428. fi
  2429. OBJC=$ac_cv_prog_OBJC
  2430. if test -n "$OBJC"; then
  2431.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJC" >&5
  2432. $as_echo "$OBJC" >&6; }
  2433. else
  2434.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2435. $as_echo "no" >&6; }
  2436. fi
  2437.     test -n "$OBJC" && break
  2438.   done
  2439. fi
  2440. if test -z "$OBJC"; then
  2441.   ac_ct_OBJC=$OBJC
  2442.   for ac_prog in gcc objcc objc cc CC
  2443. do
  2444.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  2445. set dummy $ac_prog; ac_word=$2
  2446. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2447. $as_echo_n "checking for $ac_word... " >&6; }
  2448. if test "${ac_cv_prog_ac_ct_OBJC+set}" = set; then :
  2449.   $as_echo_n "(cached) " >&6
  2450. else
  2451.   if test -n "$ac_ct_OBJC"; then
  2452.   ac_cv_prog_ac_ct_OBJC="$ac_ct_OBJC" # Let the user override the test.
  2453. else
  2454. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2455. for as_dir in $PATH
  2456. do
  2457.   IFS=$as_save_IFS
  2458.   test -z "$as_dir" && as_dir=.
  2459.     for ac_exec_ext in '' $ac_executable_extensions; do
  2460.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2461.     ac_cv_prog_ac_ct_OBJC="$ac_prog"
  2462.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  2463.     break 2
  2464.   fi
  2465. done
  2466.   done
  2467. IFS=$as_save_IFS
  2468. fi
  2469. fi
  2470. ac_ct_OBJC=$ac_cv_prog_ac_ct_OBJC
  2471. if test -n "$ac_ct_OBJC"; then
  2472.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJC" >&5
  2473. $as_echo "$ac_ct_OBJC" >&6; }
  2474. else
  2475.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2476. $as_echo "no" >&6; }
  2477. fi
  2478.   test -n "$ac_ct_OBJC" && break
  2479. done
  2480.   if test "x$ac_ct_OBJC" = x; then
  2481.     OBJC="gcc"
  2482.   else
  2483.     case $cross_compiling:$ac_tool_warned in
  2484. yes:)
  2485. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  2486. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  2487. ac_tool_warned=yes ;;
  2488. esac
  2489.     OBJC=$ac_ct_OBJC
  2490.   fi
  2491. fi
  2492. # Provide some information about the compiler.
  2493. $as_echo "$as_me:${as_lineno-$LINENO}: checking for Objective C compiler version" >&5
  2494. set X $ac_compile
  2495. ac_compiler=$2
  2496. for ac_option in --version -v -V -qversion; do
  2497.   { { ac_try="$ac_compiler $ac_option >&5"
  2498. case "(($ac_try" in
  2499.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2500.   *) ac_try_echo=$ac_try;;
  2501. esac
  2502. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  2503. $as_echo "$ac_try_echo"; } >&5
  2504.   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
  2505.   ac_status=$?
  2506.   if test -s conftest.err; then
  2507.     sed '10a
  2508. ... rest of stderr output deleted ...
  2509.          10q' conftest.err >conftest.er1
  2510.     cat conftest.er1 >&5
  2511.   fi
  2512.   rm -f conftest.er1 conftest.err
  2513.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2514.   test $ac_status = 0; }
  2515. done
  2516. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Objective C compiler" >&5
  2517. $as_echo_n "checking whether we are using the GNU Objective C compiler... " >&6; }
  2518. if test "${ac_cv_objc_compiler_gnu+set}" = set; then :
  2519.   $as_echo_n "(cached) " >&6
  2520. else
  2521.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2522. /* end confdefs.h.  */
  2523. int
  2524. main ()
  2525. {
  2526. #ifndef __GNUC__
  2527.        choke me
  2528. #endif
  2529.   ;
  2530.   return 0;
  2531. }
  2532. _ACEOF
  2533. if ac_fn_objc_try_compile "$LINENO"; then :
  2534.   ac_compiler_gnu=yes
  2535. else
  2536.   ac_compiler_gnu=no
  2537. fi
  2538. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2539. ac_cv_objc_compiler_gnu=$ac_compiler_gnu
  2540. fi
  2541. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objc_compiler_gnu" >&5
  2542. $as_echo "$ac_cv_objc_compiler_gnu" >&6; }
  2543. if test $ac_compiler_gnu = yes; then
  2544.   GOBJC=yes
  2545. else
  2546.   GOBJC=
  2547. fi
  2548. ac_test_OBJCFLAGS=${OBJCFLAGS+set}
  2549. ac_save_OBJCFLAGS=$OBJCFLAGS
  2550. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $OBJC accepts -g" >&5
  2551. $as_echo_n "checking whether $OBJC accepts -g... " >&6; }
  2552. if test "${ac_cv_prog_objc_g+set}" = set; then :
  2553.   $as_echo_n "(cached) " >&6
  2554. else
  2555.   ac_save_objc_werror_flag=$ac_objc_werror_flag
  2556.    ac_objc_werror_flag=yes
  2557.    ac_cv_prog_objc_g=no
  2558.    OBJCFLAGS="-g"
  2559.    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2560. /* end confdefs.h.  */
  2561. int
  2562. main ()
  2563. {
  2564.   ;
  2565.   return 0;
  2566. }
  2567. _ACEOF
  2568. if ac_fn_objc_try_compile "$LINENO"; then :
  2569.   ac_cv_prog_objc_g=yes
  2570. else
  2571.   OBJCFLAGS=""
  2572.       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2573. /* end confdefs.h.  */
  2574. int
  2575. main ()
  2576. {
  2577.   ;
  2578.   return 0;
  2579. }
  2580. _ACEOF
  2581. if ac_fn_objc_try_compile "$LINENO"; then :
  2582. else
  2583.   ac_objc_werror_flag=$ac_save_objc_werror_flag
  2584.  OBJCFLAGS="-g"
  2585.  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2586. /* end confdefs.h.  */
  2587. int
  2588. main ()
  2589. {
  2590.   ;
  2591.   return 0;
  2592. }
  2593. _ACEOF
  2594. if ac_fn_objc_try_compile "$LINENO"; then :
  2595.   ac_cv_prog_objc_g=yes
  2596. fi
  2597. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2598. fi
  2599. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2600. fi
  2601. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2602.    ac_objc_werror_flag=$ac_save_objc_werror_flag
  2603. fi
  2604. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_objc_g" >&5
  2605. $as_echo "$ac_cv_prog_objc_g" >&6; }
  2606. if test "$ac_test_OBJCFLAGS" = set; then
  2607.   OBJCFLAGS=$ac_save_OBJCFLAGS
  2608. elif test $ac_cv_prog_objc_g = yes; then
  2609.   if test "$GOBJC" = yes; then
  2610.     OBJCFLAGS="-g -O2"
  2611.   else
  2612.     OBJCFLAGS="-g"
  2613.   fi
  2614. else
  2615.   if test "$GOBJC" = yes; then
  2616.     OBJCFLAGS="-O2"
  2617.   else
  2618.     OBJCFLAGS=
  2619.   fi
  2620. fi
  2621. ac_ext=c
  2622. ac_cpp='$CPP $CPPFLAGS'
  2623. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2624. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2625. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2626. depcc="$OBJC" am_compiler_list='gcc3 gcc'
  2627. { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
  2628. $as_echo_n "checking dependency style of $depcc... " >&6; }
  2629. if test "${am_cv_OBJC_dependencies_compiler_type+set}" = set; then :
  2630.   $as_echo_n "(cached) " >&6
  2631. else
  2632.   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  2633.   # We make a subdir and do the tests there.  Otherwise we can end up
  2634.   # making bogus files that we don't know about and never remove.  For
  2635.   # instance it was reported that on HP-UX the gcc test will end up
  2636.   # making a dummy file named `D' -- because `-MD' means `put the output
  2637.   # in D'.
  2638.   mkdir conftest.dir
  2639.   # Copy depcomp to subdir because otherwise we won't find it if we're
  2640.   # using a relative directory.
  2641.   cp "$am_depcomp" conftest.dir
  2642.   cd conftest.dir
  2643.   # We will build objects and dependencies in a subdirectory because
  2644.   # it helps to detect inapplicable dependency modes.  For instance
  2645.   # both Tru64's cc and ICC support -MD to output dependencies as a
  2646.   # side effect of compilation, but ICC will put the dependencies in
  2647.   # the current directory while Tru64 will put them in the object
  2648.   # directory.
  2649.   mkdir sub
  2650.   am_cv_OBJC_dependencies_compiler_type=none
  2651.   if test "$am_compiler_list" = ""; then
  2652.      am_compiler_list=`sed -n 's/^#*([a-zA-Z0-9]*))$/1/p' < ./depcomp`
  2653.   fi
  2654.   am__universal=false
  2655.   for depmode in $am_compiler_list; do
  2656.     # Setup a source with many dependencies, because some compilers
  2657.     # like to wrap large dependency lists on column 80 (with ), and
  2658.     # we should not choose a depcomp mode which is confused by this.
  2659.     #
  2660.     # We need to recreate these files for each test, as the compiler may
  2661.     # overwrite some of them when testing with obscure command lines.
  2662.     # This happens at least with the AIX C compiler.
  2663.     : > sub/conftest.c
  2664.     for i in 1 2 3 4 5 6; do
  2665.       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  2666.       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  2667.       # Solaris 8's {/usr,}/bin/sh.
  2668.       touch sub/conftst$i.h
  2669.     done
  2670.     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  2671.     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  2672.     # mode.  It turns out that the SunPro C++ compiler does not properly
  2673.     # handle `-M -o', and we need to detect this.  Also, some Intel
  2674.     # versions had trouble with output in subdirs
  2675.     am__obj=sub/conftest.${OBJEXT-o}
  2676.     am__minus_obj="-o $am__obj"
  2677.     case $depmode in
  2678.     gcc)
  2679.       # This depmode causes a compiler race in universal mode.
  2680.       test "$am__universal" = false || continue
  2681.       ;;
  2682.     nosideeffect)
  2683.       # after this tag, mechanisms are not by side-effect, so they'll
  2684.       # only be used when explicitly requested
  2685.       if test "x$enable_dependency_tracking" = xyes; then
  2686. continue
  2687.       else
  2688. break
  2689.       fi
  2690.       ;;
  2691.     msvisualcpp | msvcmsys)
  2692.       # This compiler won't grok `-c -o', but also, the minuso test has
  2693.       # not run yet.  These depmodes are late enough in the game, and
  2694.       # so weak that their functioning should not be impacted.
  2695.       am__obj=conftest.${OBJEXT-o}
  2696.       am__minus_obj=
  2697.       ;;
  2698.     none) break ;;
  2699.     esac
  2700.     if depmode=$depmode 
  2701.        source=sub/conftest.c object=$am__obj 
  2702.        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo 
  2703.        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c 
  2704.          >/dev/null 2>conftest.err &&
  2705.        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
  2706.        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  2707.        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
  2708.        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  2709.       # icc doesn't choke on unknown options, it will just issue warnings
  2710.       # or remarks (even with -Werror).  So we grep stderr for any message
  2711.       # that says an option was ignored or not supported.
  2712.       # When given -MP, icc 7.0 and 7.1 complain thusly:
  2713.       #   icc: Command line warning: ignoring option '-M'; no argument required
  2714.       # The diagnosis changed in icc 8.0:
  2715.       #   icc: Command line remark: option '-MP' not supported
  2716.       if (grep 'ignoring option' conftest.err ||
  2717.           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  2718.         am_cv_OBJC_dependencies_compiler_type=$depmode
  2719.         break
  2720.       fi
  2721.     fi
  2722.   done
  2723.   cd ..
  2724.   rm -rf conftest.dir
  2725. else
  2726.   am_cv_OBJC_dependencies_compiler_type=none
  2727. fi
  2728. fi
  2729. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_OBJC_dependencies_compiler_type" >&5
  2730. $as_echo "$am_cv_OBJC_dependencies_compiler_type" >&6; }
  2731. OBJCDEPMODE=depmode=$am_cv_OBJC_dependencies_compiler_type
  2732.  if
  2733.   test "x$enable_dependency_tracking" != xno 
  2734.   && test "$am_cv_OBJC_dependencies_compiler_type" = gcc3; then
  2735.   am__fastdepOBJC_TRUE=
  2736.   am__fastdepOBJC_FALSE='#'
  2737. else
  2738.   am__fastdepOBJC_TRUE='#'
  2739.   am__fastdepOBJC_FALSE=
  2740. fi
  2741. depcc="$OBJC" am_compiler_list='gcc3 gcc'
  2742. { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
  2743. $as_echo_n "checking dependency style of $depcc... " >&6; }
  2744. if test "${am_cv_OBJC_dependencies_compiler_type+set}" = set; then :
  2745.   $as_echo_n "(cached) " >&6
  2746. else
  2747.   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  2748.   # We make a subdir and do the tests there.  Otherwise we can end up
  2749.   # making bogus files that we don't know about and never remove.  For
  2750.   # instance it was reported that on HP-UX the gcc test will end up
  2751.   # making a dummy file named `D' -- because `-MD' means `put the output
  2752.   # in D'.
  2753.   mkdir conftest.dir
  2754.   # Copy depcomp to subdir because otherwise we won't find it if we're
  2755.   # using a relative directory.
  2756.   cp "$am_depcomp" conftest.dir
  2757.   cd conftest.dir
  2758.   # We will build objects and dependencies in a subdirectory because
  2759.   # it helps to detect inapplicable dependency modes.  For instance
  2760.   # both Tru64's cc and ICC support -MD to output dependencies as a
  2761.   # side effect of compilation, but ICC will put the dependencies in
  2762.   # the current directory while Tru64 will put them in the object
  2763.   # directory.
  2764.   mkdir sub
  2765.   am_cv_OBJC_dependencies_compiler_type=none
  2766.   if test "$am_compiler_list" = ""; then
  2767.      am_compiler_list=`sed -n 's/^#*([a-zA-Z0-9]*))$/1/p' < ./depcomp`
  2768.   fi
  2769.   am__universal=false
  2770.   for depmode in $am_compiler_list; do
  2771.     # Setup a source with many dependencies, because some compilers
  2772.     # like to wrap large dependency lists on column 80 (with ), and
  2773.     # we should not choose a depcomp mode which is confused by this.
  2774.     #
  2775.     # We need to recreate these files for each test, as the compiler may
  2776.     # overwrite some of them when testing with obscure command lines.
  2777.     # This happens at least with the AIX C compiler.
  2778.     : > sub/conftest.c
  2779.     for i in 1 2 3 4 5 6; do
  2780.       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  2781.       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  2782.       # Solaris 8's {/usr,}/bin/sh.
  2783.       touch sub/conftst$i.h
  2784.     done
  2785.     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  2786.     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  2787.     # mode.  It turns out that the SunPro C++ compiler does not properly
  2788.     # handle `-M -o', and we need to detect this.  Also, some Intel
  2789.     # versions had trouble with output in subdirs
  2790.     am__obj=sub/conftest.${OBJEXT-o}
  2791.     am__minus_obj="-o $am__obj"
  2792.     case $depmode in
  2793.     gcc)
  2794.       # This depmode causes a compiler race in universal mode.
  2795.       test "$am__universal" = false || continue
  2796.       ;;
  2797.     nosideeffect)
  2798.       # after this tag, mechanisms are not by side-effect, so they'll
  2799.       # only be used when explicitly requested
  2800.       if test "x$enable_dependency_tracking" = xyes; then
  2801. continue
  2802.       else
  2803. break
  2804.       fi
  2805.       ;;
  2806.     msvisualcpp | msvcmsys)
  2807.       # This compiler won't grok `-c -o', but also, the minuso test has
  2808.       # not run yet.  These depmodes are late enough in the game, and
  2809.       # so weak that their functioning should not be impacted.
  2810.       am__obj=conftest.${OBJEXT-o}
  2811.       am__minus_obj=
  2812.       ;;
  2813.     none) break ;;
  2814.     esac
  2815.     if depmode=$depmode 
  2816.        source=sub/conftest.c object=$am__obj 
  2817.        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo 
  2818.        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c 
  2819.          >/dev/null 2>conftest.err &&
  2820.        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
  2821.        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  2822.        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
  2823.        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  2824.       # icc doesn't choke on unknown options, it will just issue warnings
  2825.       # or remarks (even with -Werror).  So we grep stderr for any message
  2826.       # that says an option was ignored or not supported.
  2827.       # When given -MP, icc 7.0 and 7.1 complain thusly:
  2828.       #   icc: Command line warning: ignoring option '-M'; no argument required
  2829.       # The diagnosis changed in icc 8.0:
  2830.       #   icc: Command line remark: option '-MP' not supported
  2831.       if (grep 'ignoring option' conftest.err ||
  2832.           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  2833.         am_cv_OBJC_dependencies_compiler_type=$depmode
  2834.         break
  2835.       fi
  2836.     fi
  2837.   done
  2838.   cd ..
  2839.   rm -rf conftest.dir
  2840. else
  2841.   am_cv_OBJC_dependencies_compiler_type=none
  2842. fi
  2843. fi
  2844. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_OBJC_dependencies_compiler_type" >&5
  2845. $as_echo "$am_cv_OBJC_dependencies_compiler_type" >&6; }
  2846. OBJCDEPMODE=depmode=$am_cv_OBJC_dependencies_compiler_type
  2847.  if
  2848.   test "x$enable_dependency_tracking" != xno 
  2849.   && test "$am_cv_OBJC_dependencies_compiler_type" = gcc3; then
  2850.   am__fastdepOBJC_TRUE=
  2851.   am__fastdepOBJC_FALSE='#'
  2852. else
  2853.   am__fastdepOBJC_TRUE='#'
  2854.   am__fastdepOBJC_FALSE=
  2855. fi
  2856. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
  2857. $as_echo_n "checking for egrep... " >&6; }
  2858. if test "${ac_cv_path_EGREP+set}" = set; then :
  2859.   $as_echo_n "(cached) " >&6
  2860. else
  2861.   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
  2862.    then ac_cv_path_EGREP="$GREP -E"
  2863.    else
  2864.      if test -z "$EGREP"; then
  2865.   ac_path_EGREP_found=false
  2866.   # Loop through the user's path and test for each of PROGNAME-LIST
  2867.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2868. for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
  2869. do
  2870.   IFS=$as_save_IFS
  2871.   test -z "$as_dir" && as_dir=.
  2872.     for ac_prog in egrep; do
  2873.     for ac_exec_ext in '' $ac_executable_extensions; do
  2874.       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
  2875.       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
  2876. # Check for GNU ac_path_EGREP and select it if it is found.
  2877.   # Check for GNU $ac_path_EGREP
  2878. case `"$ac_path_EGREP" --version 2>&1` in
  2879. *GNU*)
  2880.   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
  2881. *)
  2882.   ac_count=0
  2883.   $as_echo_n 0123456789 >"conftest.in"
  2884.   while :
  2885.   do
  2886.     cat "conftest.in" "conftest.in" >"conftest.tmp"
  2887.     mv "conftest.tmp" "conftest.in"
  2888.     cp "conftest.in" "conftest.nl"
  2889.     $as_echo 'EGREP' >> "conftest.nl"
  2890.     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
  2891.     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
  2892.     as_fn_arith $ac_count + 1 && ac_count=$as_val
  2893.     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
  2894.       # Best one so far, save it but keep looking for a better one
  2895.       ac_cv_path_EGREP="$ac_path_EGREP"
  2896.       ac_path_EGREP_max=$ac_count
  2897.     fi
  2898.     # 10*(2^10) chars as input seems more than enough
  2899.     test $ac_count -gt 10 && break
  2900.   done
  2901.   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
  2902. esac
  2903.       $ac_path_EGREP_found && break 3
  2904.     done
  2905.   done
  2906.   done
  2907. IFS=$as_save_IFS
  2908.   if test -z "$ac_cv_path_EGREP"; then
  2909.     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
  2910.   fi
  2911. else
  2912.   ac_cv_path_EGREP=$EGREP
  2913. fi
  2914.    fi
  2915. fi
  2916. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
  2917. $as_echo "$ac_cv_path_EGREP" >&6; }
  2918.  EGREP="$ac_cv_path_EGREP"
  2919. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets $(MAKE)" >&5
  2920. $as_echo_n "checking whether ${MAKE-make} sets $(MAKE)... " >&6; }
  2921. set x ${MAKE-make}
  2922. ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
  2923. if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test "${$as_var+set}" = set"; }; then :
  2924.   $as_echo_n "(cached) " >&6
  2925. else
  2926.   cat >conftest.make <<_ACEOF
  2927. SHELL = /bin/sh
  2928. all:
  2929. @echo '@@@%%%=$(MAKE)=@@@%%%'
  2930. _ACEOF
  2931. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  2932. case `${MAKE-make} -f conftest.make 2>/dev/null` in
  2933.   *@@@%%%=?*=@@@%%%*)
  2934.     eval ac_cv_prog_make_${ac_make}_set=yes;;
  2935.   *)
  2936.     eval ac_cv_prog_make_${ac_make}_set=no;;
  2937. esac
  2938. rm -f conftest.make
  2939. fi
  2940. if eval test $ac_cv_prog_make_${ac_make}_set = yes; then
  2941.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2942. $as_echo "yes" >&6; }
  2943.   SET_MAKE=
  2944. else
  2945.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2946. $as_echo "no" >&6; }
  2947.   SET_MAKE="MAKE=${MAKE-make}"
  2948. fi
  2949. # By default we simply use the C compiler to build assembly code.
  2950. test "${CCAS+set}" = set || CCAS=$CC
  2951. test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
  2952. depcc="$CCAS"   am_compiler_list=
  2953. { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
  2954. $as_echo_n "checking dependency style of $depcc... " >&6; }
  2955. if test "${am_cv_CCAS_dependencies_compiler_type+set}" = set; then :
  2956.   $as_echo_n "(cached) " >&6
  2957. else
  2958.   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  2959.   # We make a subdir and do the tests there.  Otherwise we can end up
  2960.   # making bogus files that we don't know about and never remove.  For
  2961.   # instance it was reported that on HP-UX the gcc test will end up
  2962.   # making a dummy file named `D' -- because `-MD' means `put the output
  2963.   # in D'.
  2964.   mkdir conftest.dir
  2965.   # Copy depcomp to subdir because otherwise we won't find it if we're
  2966.   # using a relative directory.
  2967.   cp "$am_depcomp" conftest.dir
  2968.   cd conftest.dir
  2969.   # We will build objects and dependencies in a subdirectory because
  2970.   # it helps to detect inapplicable dependency modes.  For instance
  2971.   # both Tru64's cc and ICC support -MD to output dependencies as a
  2972.   # side effect of compilation, but ICC will put the dependencies in
  2973.   # the current directory while Tru64 will put them in the object
  2974.   # directory.
  2975.   mkdir sub
  2976.   am_cv_CCAS_dependencies_compiler_type=none
  2977.   if test "$am_compiler_list" = ""; then
  2978.      am_compiler_list=`sed -n 's/^#*([a-zA-Z0-9]*))$/1/p' < ./depcomp`
  2979.   fi
  2980.   am__universal=false
  2981.   for depmode in $am_compiler_list; do
  2982.     # Setup a source with many dependencies, because some compilers
  2983.     # like to wrap large dependency lists on column 80 (with ), and
  2984.     # we should not choose a depcomp mode which is confused by this.
  2985.     #
  2986.     # We need to recreate these files for each test, as the compiler may
  2987.     # overwrite some of them when testing with obscure command lines.
  2988.     # This happens at least with the AIX C compiler.
  2989.     : > sub/conftest.c
  2990.     for i in 1 2 3 4 5 6; do
  2991.       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  2992.       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  2993.       # Solaris 8's {/usr,}/bin/sh.
  2994.       touch sub/conftst$i.h
  2995.     done
  2996.     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  2997.     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  2998.     # mode.  It turns out that the SunPro C++ compiler does not properly
  2999.     # handle `-M -o', and we need to detect this.  Also, some Intel
  3000.     # versions had trouble with output in subdirs
  3001.     am__obj=sub/conftest.${OBJEXT-o}
  3002.     am__minus_obj="-o $am__obj"
  3003.     case $depmode in
  3004.     gcc)
  3005.       # This depmode causes a compiler race in universal mode.
  3006.       test "$am__universal" = false || continue
  3007.       ;;
  3008.     nosideeffect)
  3009.       # after this tag, mechanisms are not by side-effect, so they'll
  3010.       # only be used when explicitly requested
  3011.       if test "x$enable_dependency_tracking" = xyes; then
  3012. continue
  3013.       else
  3014. break
  3015.       fi
  3016.       ;;
  3017.     msvisualcpp | msvcmsys)
  3018.       # This compiler won't grok `-c -o', but also, the minuso test has
  3019.       # not run yet.  These depmodes are late enough in the game, and
  3020.       # so weak that their functioning should not be impacted.
  3021.       am__obj=conftest.${OBJEXT-o}
  3022.       am__minus_obj=
  3023.       ;;
  3024.     none) break ;;
  3025.     esac
  3026.     if depmode=$depmode 
  3027.        source=sub/conftest.c object=$am__obj 
  3028.        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo 
  3029.        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c 
  3030.          >/dev/null 2>conftest.err &&
  3031.        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
  3032.        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  3033.        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
  3034.        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  3035.       # icc doesn't choke on unknown options, it will just issue warnings
  3036.       # or remarks (even with -Werror).  So we grep stderr for any message
  3037.       # that says an option was ignored or not supported.
  3038.       # When given -MP, icc 7.0 and 7.1 complain thusly:
  3039.       #   icc: Command line warning: ignoring option '-M'; no argument required
  3040.       # The diagnosis changed in icc 8.0:
  3041.       #   icc: Command line remark: option '-MP' not supported
  3042.       if (grep 'ignoring option' conftest.err ||
  3043.           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  3044.         am_cv_CCAS_dependencies_compiler_type=$depmode
  3045.         break
  3046.       fi
  3047.     fi
  3048.   done
  3049.   cd ..
  3050.   rm -rf conftest.dir
  3051. else
  3052.   am_cv_CCAS_dependencies_compiler_type=none
  3053. fi
  3054. fi
  3055. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5
  3056. $as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
  3057. CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
  3058.  if
  3059.   test "x$enable_dependency_tracking" != xno 
  3060.   && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
  3061.   am__fastdepCCAS_TRUE=
  3062.   am__fastdepCCAS_FALSE='#'
  3063. else
  3064.   am__fastdepCCAS_TRUE='#'
  3065.   am__fastdepCCAS_FALSE=
  3066. fi
  3067. if test -n "$ac_tool_prefix"; then
  3068.   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
  3069. set dummy ${ac_tool_prefix}ranlib; ac_word=$2
  3070. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3071. $as_echo_n "checking for $ac_word... " >&6; }
  3072. if test "${ac_cv_prog_RANLIB+set}" = set; then :
  3073.   $as_echo_n "(cached) " >&6
  3074. else
  3075.   if test -n "$RANLIB"; then
  3076.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  3077. else
  3078. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3079. for as_dir in $PATH
  3080. do
  3081.   IFS=$as_save_IFS
  3082.   test -z "$as_dir" && as_dir=.
  3083.     for ac_exec_ext in '' $ac_executable_extensions; do
  3084.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3085.     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
  3086.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  3087.     break 2
  3088.   fi
  3089. done
  3090.   done
  3091. IFS=$as_save_IFS
  3092. fi
  3093. fi
  3094. RANLIB=$ac_cv_prog_RANLIB
  3095. if test -n "$RANLIB"; then
  3096.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
  3097. $as_echo "$RANLIB" >&6; }
  3098. else
  3099.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3100. $as_echo "no" >&6; }
  3101. fi
  3102. fi
  3103. if test -z "$ac_cv_prog_RANLIB"; then
  3104.   ac_ct_RANLIB=$RANLIB
  3105.   # Extract the first word of "ranlib", so it can be a program name with args.
  3106. set dummy ranlib; ac_word=$2
  3107. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3108. $as_echo_n "checking for $ac_word... " >&6; }
  3109. if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
  3110.   $as_echo_n "(cached) " >&6
  3111. else
  3112.   if test -n "$ac_ct_RANLIB"; then
  3113.   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
  3114. else
  3115. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3116. for as_dir in $PATH
  3117. do
  3118.   IFS=$as_save_IFS
  3119.   test -z "$as_dir" && as_dir=.
  3120.     for ac_exec_ext in '' $ac_executable_extensions; do
  3121.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3122.     ac_cv_prog_ac_ct_RANLIB="ranlib"
  3123.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  3124.     break 2
  3125.   fi
  3126. done
  3127.   done
  3128. IFS=$as_save_IFS
  3129. fi
  3130. fi
  3131. ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
  3132. if test -n "$ac_ct_RANLIB"; then
  3133.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
  3134. $as_echo "$ac_ct_RANLIB" >&6; }
  3135. else
  3136.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3137. $as_echo "no" >&6; }
  3138. fi
  3139.   if test "x$ac_ct_RANLIB" = x; then
  3140.     RANLIB=":"
  3141.   else
  3142.     case $cross_compiling:$ac_tool_warned in
  3143. yes:)
  3144. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  3145. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  3146. ac_tool_warned=yes ;;
  3147. esac
  3148.     RANLIB=$ac_ct_RANLIB
  3149.   fi
  3150. else
  3151.   RANLIB="$ac_cv_prog_RANLIB"
  3152. fi
  3153. if test -n "$ac_tool_prefix"; then
  3154.   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  3155. set dummy ${ac_tool_prefix}strip; ac_word=$2
  3156. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3157. $as_echo_n "checking for $ac_word... " >&6; }
  3158. if test "${ac_cv_prog_STRIP+set}" = set; then :
  3159.   $as_echo_n "(cached) " >&6
  3160. else
  3161.   if test -n "$STRIP"; then
  3162.   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
  3163. else
  3164. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3165. for as_dir in $PATH
  3166. do
  3167.   IFS=$as_save_IFS
  3168.   test -z "$as_dir" && as_dir=.
  3169.     for ac_exec_ext in '' $ac_executable_extensions; do
  3170.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3171.     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  3172.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  3173.     break 2
  3174.   fi
  3175. done
  3176.   done
  3177. IFS=$as_save_IFS
  3178. fi
  3179. fi
  3180. STRIP=$ac_cv_prog_STRIP
  3181. if test -n "$STRIP"; then
  3182.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
  3183. $as_echo "$STRIP" >&6; }
  3184. else
  3185.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3186. $as_echo "no" >&6; }
  3187. fi
  3188. fi
  3189. if test -z "$ac_cv_prog_STRIP"; then
  3190.   ac_ct_STRIP=$STRIP
  3191.   # Extract the first word of "strip", so it can be a program name with args.
  3192. set dummy strip; ac_word=$2
  3193. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3194. $as_echo_n "checking for $ac_word... " >&6; }
  3195. if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
  3196.   $as_echo_n "(cached) " >&6
  3197. else
  3198.   if test -n "$ac_ct_STRIP"; then
  3199.   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
  3200. else
  3201. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3202. for as_dir in $PATH
  3203. do
  3204.   IFS=$as_save_IFS
  3205.   test -z "$as_dir" && as_dir=.
  3206.     for ac_exec_ext in '' $ac_executable_extensions; do
  3207.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3208.     ac_cv_prog_ac_ct_STRIP="strip"
  3209.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  3210.     break 2
  3211.   fi
  3212. done
  3213.   done
  3214. IFS=$as_save_IFS
  3215. fi
  3216. fi
  3217. ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
  3218. if test -n "$ac_ct_STRIP"; then
  3219.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
  3220. $as_echo "$ac_ct_STRIP" >&6; }
  3221. else
  3222.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3223. $as_echo "no" >&6; }
  3224. fi
  3225.   if test "x$ac_ct_STRIP" = x; then
  3226.     STRIP=":"
  3227.   else
  3228.     case $cross_compiling:$ac_tool_warned in
  3229. yes:)
  3230. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  3231. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  3232. ac_tool_warned=yes ;;
  3233. esac
  3234.     STRIP=$ac_ct_STRIP
  3235.   fi
  3236. else
  3237.   STRIP="$ac_cv_prog_STRIP"
  3238. fi
  3239. if test -n "$ac_tool_prefix"; then
  3240.   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
  3241. set dummy ${ac_tool_prefix}ar; ac_word=$2
  3242. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3243. $as_echo_n "checking for $ac_word... " >&6; }
  3244. if test "${ac_cv_prog_AR+set}" = set; then :
  3245.   $as_echo_n "(cached) " >&6
  3246. else
  3247.   if test -n "$AR"; then
  3248.   ac_cv_prog_AR="$AR" # Let the user override the test.
  3249. else
  3250. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3251. for as_dir in $PATH
  3252. do
  3253.   IFS=$as_save_IFS
  3254.   test -z "$as_dir" && as_dir=.
  3255.     for ac_exec_ext in '' $ac_executable_extensions; do
  3256.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3257.     ac_cv_prog_AR="${ac_tool_prefix}ar"
  3258.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  3259.     break 2
  3260.   fi
  3261. done
  3262.   done
  3263. IFS=$as_save_IFS
  3264. fi
  3265. fi
  3266. AR=$ac_cv_prog_AR
  3267. if test -n "$AR"; then
  3268.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
  3269. $as_echo "$AR" >&6; }
  3270. else
  3271.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3272. $as_echo "no" >&6; }
  3273. fi
  3274. fi
  3275. if test -z "$ac_cv_prog_AR"; then
  3276.   ac_ct_AR=$AR
  3277.   # Extract the first word of "ar", so it can be a program name with args.
  3278. set dummy ar; ac_word=$2
  3279. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3280. $as_echo_n "checking for $ac_word... " >&6; }
  3281. if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
  3282.   $as_echo_n "(cached) " >&6
  3283. else
  3284.   if test -n "$ac_ct_AR"; then
  3285.   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
  3286. else
  3287. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3288. for as_dir in $PATH
  3289. do
  3290.   IFS=$as_save_IFS
  3291.   test -z "$as_dir" && as_dir=.
  3292.     for ac_exec_ext in '' $ac_executable_extensions; do
  3293.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3294.     ac_cv_prog_ac_ct_AR="ar"
  3295.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  3296.     break 2
  3297.   fi
  3298. done
  3299.   done
  3300. IFS=$as_save_IFS
  3301. fi
  3302. fi
  3303. ac_ct_AR=$ac_cv_prog_ac_ct_AR
  3304. if test -n "$ac_ct_AR"; then
  3305.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
  3306. $as_echo "$ac_ct_AR" >&6; }
  3307. else
  3308.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3309. $as_echo "no" >&6; }
  3310. fi
  3311.   if test "x$ac_ct_AR" = x; then
  3312.     AR=":"
  3313.   else
  3314.     case $cross_compiling:$ac_tool_warned in
  3315. yes:)
  3316. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  3317. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  3318. ac_tool_warned=yes ;;
  3319. esac
  3320.     AR=$ac_ct_AR
  3321.   fi
  3322. else
  3323.   AR="$ac_cv_prog_AR"
  3324. fi
  3325. if test -n "$ac_tool_prefix"; then
  3326.   # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
  3327. set dummy ${ac_tool_prefix}ld; ac_word=$2
  3328. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3329. $as_echo_n "checking for $ac_word... " >&6; }
  3330. if test "${ac_cv_prog_LD+set}" = set; then :
  3331.   $as_echo_n "(cached) " >&6
  3332. else
  3333.   if test -n "$LD"; then
  3334.   ac_cv_prog_LD="$LD" # Let the user override the test.
  3335. else
  3336. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3337. for as_dir in $PATH
  3338. do
  3339.   IFS=$as_save_IFS
  3340.   test -z "$as_dir" && as_dir=.
  3341.     for ac_exec_ext in '' $ac_executable_extensions; do
  3342.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3343.     ac_cv_prog_LD="${ac_tool_prefix}ld"
  3344.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  3345.     break 2
  3346.   fi
  3347. done
  3348.   done
  3349. IFS=$as_save_IFS
  3350. fi
  3351. fi
  3352. LD=$ac_cv_prog_LD
  3353. if test -n "$LD"; then
  3354.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
  3355. $as_echo "$LD" >&6; }
  3356. else
  3357.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3358. $as_echo "no" >&6; }
  3359. fi
  3360. fi
  3361. if test -z "$ac_cv_prog_LD"; then
  3362.   ac_ct_LD=$LD
  3363.   # Extract the first word of "ld", so it can be a program name with args.
  3364. set dummy ld; ac_word=$2
  3365. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3366. $as_echo_n "checking for $ac_word... " >&6; }
  3367. if test "${ac_cv_prog_ac_ct_LD+set}" = set; then :
  3368.   $as_echo_n "(cached) " >&6
  3369. else
  3370.   if test -n "$ac_ct_LD"; then
  3371.   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
  3372. else
  3373. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3374. for as_dir in $PATH
  3375. do
  3376.   IFS=$as_save_IFS
  3377.   test -z "$as_dir" && as_dir=.
  3378.     for ac_exec_ext in '' $ac_executable_extensions; do
  3379.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3380.     ac_cv_prog_ac_ct_LD="ld"
  3381.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  3382.     break 2
  3383.   fi
  3384. done
  3385.   done
  3386. IFS=$as_save_IFS
  3387. fi
  3388. fi
  3389. ac_ct_LD=$ac_cv_prog_ac_ct_LD
  3390. if test -n "$ac_ct_LD"; then
  3391.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
  3392. $as_echo "$ac_ct_LD" >&6; }
  3393. else
  3394.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3395. $as_echo "no" >&6; }
  3396. fi
  3397.   if test "x$ac_ct_LD" = x; then
  3398.     LD=":"
  3399.   else
  3400.     case $cross_compiling:$ac_tool_warned in
  3401. yes:)
  3402. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  3403. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  3404. ac_tool_warned=yes ;;
  3405. esac
  3406.     LD=$ac_ct_LD
  3407.   fi
  3408. else
  3409.   LD="$ac_cv_prog_LD"
  3410. fi
  3411. if test -n "$ac_tool_prefix"; then
  3412.   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
  3413. set dummy ${ac_tool_prefix}dlltool; ac_word=$2
  3414. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3415. $as_echo_n "checking for $ac_word... " >&6; }
  3416. if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
  3417.   $as_echo_n "(cached) " >&6
  3418. else
  3419.   if test -n "$DLLTOOL"; then
  3420.   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
  3421. else
  3422. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3423. for as_dir in $PATH
  3424. do
  3425.   IFS=$as_save_IFS
  3426.   test -z "$as_dir" && as_dir=.
  3427.     for ac_exec_ext in '' $ac_executable_extensions; do
  3428.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3429.     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
  3430.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  3431.     break 2
  3432.   fi
  3433. done
  3434.   done
  3435. IFS=$as_save_IFS
  3436. fi
  3437. fi
  3438. DLLTOOL=$ac_cv_prog_DLLTOOL
  3439. if test -n "$DLLTOOL"; then
  3440.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
  3441. $as_echo "$DLLTOOL" >&6; }
  3442. else
  3443.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3444. $as_echo "no" >&6; }
  3445. fi
  3446. fi
  3447. if test -z "$ac_cv_prog_DLLTOOL"; then
  3448.   ac_ct_DLLTOOL=$DLLTOOL
  3449.   # Extract the first word of "dlltool", so it can be a program name with args.
  3450. set dummy dlltool; ac_word=$2
  3451. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3452. $as_echo_n "checking for $ac_word... " >&6; }
  3453. if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
  3454.   $as_echo_n "(cached) " >&6
  3455. else
  3456.   if test -n "$ac_ct_DLLTOOL"; then
  3457.   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
  3458. else
  3459. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3460. for as_dir in $PATH
  3461. do
  3462.   IFS=$as_save_IFS
  3463.   test -z "$as_dir" && as_dir=.
  3464.     for ac_exec_ext in '' $ac_executable_extensions; do
  3465.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3466.     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
  3467.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  3468.     break 2
  3469.   fi
  3470. done
  3471.   done
  3472. IFS=$as_save_IFS
  3473. fi
  3474. fi
  3475. ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
  3476. if test -n "$ac_ct_DLLTOOL"; then
  3477.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
  3478. $as_echo "$ac_ct_DLLTOOL" >&6; }
  3479. else
  3480.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3481. $as_echo "no" >&6; }
  3482. fi
  3483.   if test "x$ac_ct_DLLTOOL" = x; then
  3484.     DLLTOOL=":"
  3485.   else
  3486.     case $cross_compiling:$ac_tool_warned in
  3487. yes:)
  3488. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  3489. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  3490. ac_tool_warned=yes ;;
  3491. esac
  3492.     DLLTOOL=$ac_ct_DLLTOOL
  3493.   fi
  3494. else
  3495.   DLLTOOL="$ac_cv_prog_DLLTOOL"
  3496. fi
  3497. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
  3498. $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
  3499. if test "${ac_cv_c_const+set}" = set; then :
  3500.   $as_echo_n "(cached) " >&6
  3501. else
  3502.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3503. /* end confdefs.h.  */
  3504. int
  3505. main ()
  3506. {
  3507. /* FIXME: Include the comments suggested by Paul. */
  3508. #ifndef __cplusplus
  3509.   /* Ultrix mips cc rejects this.  */
  3510.   typedef int charset[2];
  3511.   const charset cs;
  3512.   /* SunOS 4.1.1 cc rejects this.  */
  3513.   char const *const *pcpcc;
  3514.   char **ppc;
  3515.   /* NEC SVR4.0.2 mips cc rejects this.  */
  3516.   struct point {int x, y;};
  3517.   static struct point const zero = {0,0};
  3518.   /* AIX XL C 1.02.0.0 rejects this.
  3519.      It does not let you subtract one const X* pointer from another in
  3520.      an arm of an if-expression whose if-part is not a constant
  3521.      expression */
  3522.   const char *g = "string";
  3523.   pcpcc = &g + (g ? g-g : 0);
  3524.   /* HPUX 7.0 cc rejects these. */
  3525.   ++pcpcc;
  3526.   ppc = (char**) pcpcc;
  3527.   pcpcc = (char const *const *) ppc;
  3528.   { /* SCO 3.2v4 cc rejects this.  */
  3529.     char *t;
  3530.     char const *s = 0 ? (char *) 0 : (char const *) 0;
  3531.     *t++ = 0;
  3532.     if (s) return 0;
  3533.   }
  3534.   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  3535.     int x[] = {25, 17};
  3536.     const int *foo = &x[0];
  3537.     ++foo;
  3538.   }
  3539.   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  3540.     typedef const int *iptr;
  3541.     iptr p = 0;
  3542.     ++p;
  3543.   }
  3544.   { /* AIX XL C 1.02.0.0 rejects this saying
  3545.        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  3546.     struct s { int j; const int *ap[3]; };
  3547.     struct s *b; b->j = 5;
  3548.   }
  3549.   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  3550.     const int foo = 10;
  3551.     if (!foo) return 0;
  3552.   }
  3553.   return !cs[0] && !zero.x;
  3554. #endif
  3555.   ;
  3556.   return 0;
  3557. }
  3558. _ACEOF
  3559. if ac_fn_c_try_compile "$LINENO"; then :
  3560.   ac_cv_c_const=yes
  3561. else
  3562.   ac_cv_c_const=no
  3563. fi
  3564. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3565. fi
  3566. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
  3567. $as_echo "$ac_cv_c_const" >&6; }
  3568. if test $ac_cv_c_const = no; then
  3569. $as_echo "#define const /**/" >>confdefs.h
  3570. fi
  3571. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
  3572. $as_echo_n "checking for inline... " >&6; }
  3573. if test "${ac_cv_c_inline+set}" = set; then :
  3574.   $as_echo_n "(cached) " >&6
  3575. else
  3576.   ac_cv_c_inline=no
  3577. for ac_kw in inline __inline__ __inline; do
  3578.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3579. /* end confdefs.h.  */
  3580. #ifndef __cplusplus
  3581. typedef int foo_t;
  3582. static $ac_kw foo_t static_foo () {return 0; }
  3583. $ac_kw foo_t foo () {return 0; }
  3584. #endif
  3585. _ACEOF
  3586. if ac_fn_c_try_compile "$LINENO"; then :
  3587.   ac_cv_c_inline=$ac_kw
  3588. fi
  3589. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3590.   test "$ac_cv_c_inline" != no && break
  3591. done
  3592. fi
  3593. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
  3594. $as_echo "$ac_cv_c_inline" >&6; }
  3595. case $ac_cv_c_inline in
  3596.   inline | yes) ;;
  3597.   *)
  3598.     case $ac_cv_c_inline in
  3599.       no) ac_val=;;
  3600.       *) ac_val=$ac_cv_c_inline;;
  3601.     esac
  3602.     cat >>confdefs.h <<_ACEOF
  3603. #ifndef __cplusplus
  3604. #define inline $ac_val
  3605. #endif
  3606. _ACEOF
  3607.     ;;
  3608. esac
  3609. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5
  3610. $as_echo_n "checking for C/C++ restrict keyword... " >&6; }
  3611. if test "${ac_cv_c_restrict+set}" = set; then :
  3612.   $as_echo_n "(cached) " >&6
  3613. else
  3614.   ac_cv_c_restrict=no
  3615.    # The order here caters to the fact that C++ does not require restrict.
  3616.    for ac_kw in __restrict __restrict__ _Restrict restrict; do
  3617.      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3618. /* end confdefs.h.  */
  3619. typedef int * int_ptr;
  3620. int foo (int_ptr $ac_kw ip) {
  3621. return ip[0];
  3622.        }
  3623. int
  3624. main ()
  3625. {
  3626. int s[1];
  3627. int * $ac_kw t = s;
  3628. t[0] = 0;
  3629. return foo(t)
  3630.   ;
  3631.   return 0;
  3632. }
  3633. _ACEOF
  3634. if ac_fn_c_try_compile "$LINENO"; then :
  3635.   ac_cv_c_restrict=$ac_kw
  3636. fi
  3637. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3638.      test "$ac_cv_c_restrict" != no && break
  3639.    done
  3640. fi
  3641. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_restrict" >&5
  3642. $as_echo "$ac_cv_c_restrict" >&6; }
  3643.  case $ac_cv_c_restrict in
  3644.    restrict) ;;
  3645.    no) $as_echo "#define restrict /**/" >>confdefs.h
  3646.  ;;
  3647.    *)  cat >>confdefs.h <<_ACEOF
  3648. #define restrict $ac_cv_c_restrict
  3649. _ACEOF
  3650.  ;;
  3651.  esac
  3652. # Check whether --with-binary-version was given.
  3653. if test "${with_binary_version+set}" = set; then :
  3654.   withval=$with_binary_version;
  3655. fi
  3656. if test -n "${with_binary_version}"; then :
  3657. cat >>confdefs.h <<_ACEOF
  3658. #define DISTRO_VERSION "${with_binary_version}"
  3659. _ACEOF
  3660. fi
  3661. # Check whether --with-contrib was given.
  3662. if test "${with_contrib+set}" = set; then :
  3663.   withval=$with_contrib;
  3664. fi
  3665.   if test "${with_contrib}" != "no"; then :
  3666.     if test -z "$CONTRIB_DIR"
  3667.     then
  3668.       topdir="`dirname $0`"
  3669.       if test "`echo "$topdir" | cut -c 1`" != "/"; then
  3670.          topdir="`pwd`/$topdir"
  3671.       fi
  3672.       CONTRIB_DIR=${topdir}/extras/contrib
  3673.     fi
  3674.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libs in ${CONTRIB_DIR}" >&5
  3675. $as_echo_n "checking for libs in ${CONTRIB_DIR}... " >&6; }
  3676.   if test -d ${CONTRIB_DIR}/lib; then :
  3677.    if test "`grep HOST ${CONTRIB_DIR}/config.mak 2>/dev/null|awk '{print $3}'`" != "`$CC -dumpmachine`"; then :
  3678.       if test "${with_contrib}" = "yes"; then
  3679.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3680. $as_echo "no" >&6; }
  3681.         as_fn_error " not using the libs in extras/contrib as it is not the same host" "$LINENO" 5
  3682.       else
  3683.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3684. $as_echo "no" >&6; }
  3685.         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  not using the libs in extras/contrib as it is not the same host" >&5
  3686. $as_echo "$as_me: WARNING:  not using the libs in extras/contrib as it is not the same host" >&2;}
  3687.       fi
  3688. else
  3689.     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  3690. $as_echo "yes" >&6; }
  3691.     export PATH=${CONTRIB_DIR}/bin:$PATH
  3692.     CPPFLAGS="${CPPFLAGS} -I${CONTRIB_DIR}/include"
  3693.     CPPFLAGS_save="${CPPFLAGS_save} -I${CONTRIB_DIR}/include"
  3694.     CFLAGS="${CFLAGS} -I${CONTRIB_DIR}/include"
  3695.     CFLAGS_save="${CFLAGS_save} -I${CONTRIB_DIR}/include"
  3696.     CXXFLAGS="${CXXFLAGS} -I${CONTRIB_DIR}/include"
  3697.     CXXFLAGS_save="${CXXFLAGS_save} -I${CONTRIB_DIR}/include"
  3698.     OBJCFLAGS="${OBJCFLAGS} -I${CONTRIB_DIR}/include"
  3699.     OBJCFLAGS_save="${OBJCFLAGS_save} -I${CONTRIB_DIR}/include"
  3700.     if test $build = $host -o "$PKG_CONFIG_LIBDIR"; then
  3701.         export PKG_CONFIG_PATH=${CONTRIB_DIR}/lib/pkgconfig:$PKG_CONFIG_PATH
  3702.     else
  3703.         export PKG_CONFIG_LIBDIR=${CONTRIB_DIR}/lib/pkgconfig
  3704.     fi
  3705.     LDFLAGS="${LDFLAGS} -L${CONTRIB_DIR}/lib"
  3706.     LDFLAGS_save="${LDFLAGS_save} -L${CONTRIB_DIR}/lib"
  3707.     if test -z $with_mozilla_sdk_path; then
  3708.        with_mozilla_sdk_path=${CONTRIB_DIR}/gecko-sdk
  3709.     fi
  3710.     if test -z $with_cyberlink_tree; then
  3711.        with_cyberlink_tree=${CONTRIB_DIR}/src/clinkcc
  3712.     fi
  3713.     if test ".`uname -s`" = ".Darwin"; then
  3714.       export LD_LIBRARY_PATH=${CONTRIB_DIR}/lib:$LD_LIBRARY_PATH
  3715.       export DYLD_LIBRARY_PATH=${CONTRIB_DIR}/lib:$DYLD_LIBRARY_PATH
  3716.     elif test ".`uname -s`" = ".BeOS"; then
  3717.       export LIBRARY_PATH=${CONTRIB_DIR}/lib:$LIBRARY_PATH
  3718.       export BELIBRARIES=${CONTRIB_DIR}/lib:$BELIBRARIES
  3719.     fi
  3720. fi
  3721. else
  3722.     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3723. $as_echo "no" >&6; }
  3724. fi
  3725. fi
  3726. LDFLAGS_vlc="${LDFLAGS}"
  3727. case "${host_os}" in
  3728.   "")
  3729.     SYS=unknown
  3730.     ;;
  3731.   linux*)
  3732.     SYS=linux
  3733.     ;;
  3734.   bsdi*)
  3735.     SYS=bsdi
  3736.     CFLAGS_save="${CFLAGS_save} -pthread"; CFLAGS="${CFLAGS_save}"
  3737.   for element in dvd dvdcss vcd cdda vcdx cddax; do
  3738.     eval "LIBS_${element}="'"'"-ldvd "'$'"{LIBS_${element}} "'"'
  3739.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  3740.   done
  3741.     ;;
  3742.   *bsd*)
  3743.     SYS="${host_os}"
  3744.     CFLAGS_save="${CFLAGS_save} -pthread"; CFLAGS="${CFLAGS_save}"
  3745.     case "${host_os}" in
  3746.       freebsd*)
  3747.         CPPFLAGS_save="${CPPFLAGS_save} -I/usr/local/include"
  3748.         CPPFLAGS="${CPPFLAGS_save}"
  3749.         LDFLAGS_save="${LDFLAGS_save} -L/usr/local/lib"
  3750.         LDFLAGS="${LDFLAGS_save}"
  3751.         ;;
  3752.     esac
  3753.     ;;
  3754.   darwin*)
  3755.     SYS=darwin
  3756.     CFLAGS_save="${CFLAGS_save} -D_INTL_REDIRECT_MACROS"; CFLAGS="${CFLAGS_save}"
  3757.     CXXFLAGS_save="${CXXFLAGS_save} -D_INTL_REDIRECT_MACROS"; CXXFLAGS="${CXXFLAGS_save}"
  3758.     OBJCFLAGS_save="${OBJCFLAGS_save} -D_INTL_REDIRECT_MACROS -std=gnu99"; OBJCFLAGS="${OBJCFLAGS_save}"
  3759.     LDFLAGS_save="${LDFLAGS_save} -Wl,-headerpad_max_install_names"; LDFLAGS="${LDFLAGS_save}"
  3760.   for element in mp4; do
  3761.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,IOKit,-framework,CoreFoundation "'$'"{LDFLAGS_${element}} "'"'
  3762.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  3763.   done
  3764.   for element in mkv mp4; do
  3765.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,IOKit,-framework,CoreFoundation "'$'"{LDFLAGS_${element}} "'"'
  3766.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  3767.   done
  3768.   for element in vlc; do
  3769.     eval "LDFLAGS_${element}="'"'"-Wl,-undefined,dynamic_lookup "'$'"{LDFLAGS_${element}} "'"'
  3770.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  3771.   done
  3772.   for element in libvlc; do
  3773.     eval "LDFLAGS_${element}="'"'"-Wl,-undefined,dynamic_lookup "'$'"{LDFLAGS_${element}} "'"'
  3774.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  3775.   done
  3776.   for element in avcodec avformat swscale postproc i420_rgb_mmx x264; do
  3777.     eval "LDFLAGS_${element}="'"'"-Wl,-read_only_relocs,suppress "'$'"{LDFLAGS_${element}} "'"'
  3778.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  3779.   done
  3780.   for element in motion; do
  3781.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} -fconstant-cfstrings"'"'
  3782.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  3783.   done
  3784.   for element in libvlccore; do
  3785.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,CoreFoundation "'$'"{LDFLAGS_${element}} "'"'
  3786.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  3787.   done
  3788.   for element in motion; do
  3789.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,IOKit,-framework,CoreFoundation "'$'"{LDFLAGS_${element}} "'"'
  3790.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  3791.   done
  3792.     # Check whether --enable-macosx-defaults was given.
  3793. if test "${enable_macosx_defaults+set}" = set; then :
  3794.   enableval=$enable_macosx_defaults;
  3795. fi
  3796.     if test "x${enable_macosx_defaults}" != "xno"
  3797.     then
  3798.         echo ""
  3799.         echo "Building with Mac OS X defaults:"
  3800.         with_macosx_version_min="10.5"
  3801.         echo "  Assuming --with-macosx-version-min=10.5"
  3802.         with_macosx_sdk="/Developer/SDKs/MacOSX${with_macosx_version_min}.sdk"
  3803.         echo "  Assuming --with-macosx-sdk=/Developer/SDKs/MacOSX${with_macosx_version_min}.sdk"
  3804.         build_dir=`pwd`
  3805.         echo "  Assuming --prefix=${build_dir}/vlc_install_dir"
  3806.         ac_default_prefix="${build_dir}/vlc_install_dir"
  3807.         enable_macosx="yes"
  3808.         echo "  Assuming --enable-macosx"
  3809.         enable_faad="yes"
  3810.         echo "  Assuming --enable-faad"
  3811.         enable_flac="yes"
  3812.         echo "  Assuming --enable-flac"
  3813.         enable_theora="yes"
  3814.         echo "  Assuming --enable-theora"
  3815.         enable_shout="yes"
  3816.         echo "  Assuming --enable-shout"
  3817.         enable_cddax="yes"
  3818.         echo "  Assuming --enable-cddax"
  3819.         enable_vcdx="yes"
  3820.         echo "  Assuming --enable-vcdx"
  3821.         enable_caca="yes"
  3822.         echo "  Assuming --enable-caca"
  3823.         enable_goom="yes"
  3824.         echo "  Assuming --enable-goom"
  3825.         enable_ncurses="yes"
  3826.         echo "  Assuming --enable-ncurses"
  3827.         enable_twolame="yes"
  3828.         echo "  Assuming --enable-twolame"
  3829.         enable_realrtsp="yes"
  3830.         echo "  Assuming --enable-realrtsp"
  3831.         enable_update_check="yes"
  3832.         echo "  Assuming --enable-update-check"
  3833.         enable_libass="yes"
  3834.         echo "  Assuming --enable-libass"
  3835.         enable_asademux="yes"
  3836.         echo "  Assuming --enable-asademux"
  3837.         enable_skins2="no"
  3838.         echo "  Assuming --disable-skins2"
  3839.         enable_x11="no"
  3840.         echo "  Assuming --disable-x11"
  3841.         enable_glx="no"
  3842.         echo "  Assuming --disable-glx"
  3843.         enable_xvideo="no"
  3844.         echo "  Assuming --disable-xvideo"
  3845.     fi
  3846. # Check whether --with-macosx-sdk was given.
  3847. if test "${with_macosx_sdk+set}" = set; then :
  3848.   withval=$with_macosx_sdk;
  3849. fi
  3850.     if test "${with_macosx_sdk}" != "" ; then
  3851.         CPP="${CPP} -isysroot ${with_macosx_sdk}"
  3852.         CC="${CC} -isysroot ${with_macosx_sdk}"
  3853.         CXX="${CXX} -isysroot ${with_macosx_sdk}"
  3854.         OBJC="${OBJC} -isysroot ${with_macosx_sdk}"
  3855.         LD="${LD} -syslibroot ${with_macosx_sdk}"
  3856.     fi
  3857. # Check whether --with-macosx-version-min was given.
  3858. if test "${with_macosx_version_min+set}" = set; then :
  3859.   withval=$with_macosx_version_min;
  3860. fi
  3861.     if test "${with_macosx_version_min}" != "" ; then
  3862.         CPP="${CPP} -mmacosx-version-min=${with_macosx_version_min}"
  3863.         CC="${CC} -mmacosx-version-min=${with_macosx_version_min}"
  3864.         CXX="${CXX} -mmacosx-version-min=${with_macosx_version_min}"
  3865.         OBJC="${OBJC} -mmacosx-version-min=${with_macosx_version_min}"
  3866.         LD="${LD} -macosx_version_min=${with_macosx_version_min}"
  3867.         CFLAGS_save="${CFLAGS_save} -DMACOSX_DEPLOYMENT_TARGET=${with_macosx_version_min}"; CFLAGS="${CFLAGS_save}"