configure
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:380k
源码类别:

Windows CE

开发平台:

C/C++

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated by GNU Autoconf 2.59.
  4. #
  5. # Copyright (C) 2003 Free Software Foundation, Inc.
  6. # This configure script is free software; the Free Software Foundation
  7. # gives unlimited permission to copy, distribute and modify it.
  8. ## --------------------- ##
  9. ## M4sh Initialization.  ##
  10. ## --------------------- ##
  11. # Be Bourne compatible
  12. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  13.   emulate sh
  14.   NULLCMD=:
  15.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  16.   # is contrary to our usage.  Disable this feature.
  17.   alias -g '${1+"$@"}'='"$@"'
  18. elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  19.   set -o posix
  20. fi
  21. DUALCASE=1; export DUALCASE # for MKS sh
  22. # Support unset when possible.
  23. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  24.   as_unset=unset
  25. else
  26.   as_unset=false
  27. fi
  28. # Work around bugs in pre-3.0 UWIN ksh.
  29. $as_unset ENV MAIL MAILPATH
  30. PS1='$ '
  31. PS2='> '
  32. PS4='+ '
  33. # NLS nuisances.
  34. for as_var in 
  35.   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION 
  36.   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER 
  37.   LC_TELEPHONE LC_TIME
  38. do
  39.   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  40.     eval $as_var=C; export $as_var
  41.   else
  42.     $as_unset $as_var
  43.   fi
  44. done
  45. # Required to use basename.
  46. if expr a : '(a)' >/dev/null 2>&1; then
  47.   as_expr=expr
  48. else
  49.   as_expr=false
  50. fi
  51. if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  52.   as_basename=basename
  53. else
  54.   as_basename=false
  55. fi
  56. # Name of the executable.
  57. as_me=`$as_basename "$0" ||
  58. $as_expr X/"$0" : '.*/([^/][^/]*)/*$' | 
  59.  X"$0" : 'X(//)$' | 
  60.  X"$0" : 'X(/)$' | 
  61.  .     : '(.)' 2>/dev/null ||
  62. echo X/"$0" |
  63.     sed '/^.*/([^/][^/]*)/*$/{ s//1/; q; }
  64.      /^X/(//)$/{ s//1/; q; }
  65.      /^X/(/).*/{ s//1/; q; }
  66.      s/.*/./; q'`
  67. # PATH needs CR, and LINENO needs CR and PATH.
  68. # Avoid depending upon Character Ranges.
  69. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  70. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  71. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  72. as_cr_digits='0123456789'
  73. as_cr_alnum=$as_cr_Letters$as_cr_digits
  74. # The user is always right.
  75. if test "${PATH_SEPARATOR+set}" != set; then
  76.   echo "#! /bin/sh" >conf$$.sh
  77.   echo  "exit 0"   >>conf$$.sh
  78.   chmod +x conf$$.sh
  79.   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  80.     PATH_SEPARATOR=';'
  81.   else
  82.     PATH_SEPARATOR=:
  83.   fi
  84.   rm -f conf$$.sh
  85. fi
  86.   as_lineno_1=$LINENO
  87.   as_lineno_2=$LINENO
  88.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  89.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  90.   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
  91.   # Find who we are.  Look in the path if we contain no path at all
  92.   # relative or not.
  93.   case $0 in
  94.     *[\/]* ) as_myself=$0 ;;
  95.     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  96. for as_dir in $PATH
  97. do
  98.   IFS=$as_save_IFS
  99.   test -z "$as_dir" && as_dir=.
  100.   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  101. done
  102.        ;;
  103.   esac
  104.   # We did not find ourselves, most probably we were run as `sh COMMAND'
  105.   # in which case we are not to be found in the path.
  106.   if test "x$as_myself" = x; then
  107.     as_myself=$0
  108.   fi
  109.   if test ! -f "$as_myself"; then
  110.     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
  111.    { (exit 1); exit 1; }; }
  112.   fi
  113.   case $CONFIG_SHELL in
  114.   '')
  115.     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  116. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  117. do
  118.   IFS=$as_save_IFS
  119.   test -z "$as_dir" && as_dir=.
  120.   for as_base in sh bash ksh sh5; do
  121.  case $as_dir in
  122.  /*)
  123.    if ("$as_dir/$as_base" -c '
  124.   as_lineno_1=$LINENO
  125.   as_lineno_2=$LINENO
  126.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  127.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  128.   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
  129.      $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  130.      $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  131.      CONFIG_SHELL=$as_dir/$as_base
  132.      export CONFIG_SHELL
  133.      exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  134.    fi;;
  135.  esac
  136.        done
  137. done
  138. ;;
  139.   esac
  140.   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  141.   # uniformly replaced by the line number.  The first 'sed' inserts a
  142.   # line-number line before each line; the second 'sed' does the real
  143.   # work.  The second script uses 'N' to pair each line-number line
  144.   # with the numbered line, and appends trailing '-' during
  145.   # substitution so that $LINENO is not a special case at line end.
  146.   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  147.   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
  148.   sed '=' <$as_myself |
  149.     sed '
  150.       N
  151.       s,$,-,
  152.       : loop
  153.       s,^(['$as_cr_digits']*)(.*)[$]LINENO([^'$as_cr_alnum'_]),1213,
  154.       t loop
  155.       s,-$,,
  156.       s,^['$as_cr_digits']*n,,
  157.     ' >$as_me.lineno &&
  158.   chmod +x $as_me.lineno ||
  159.     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
  160.    { (exit 1); exit 1; }; }
  161.   # Don't try to exec as it changes $[0], causing all sort of problems
  162.   # (the dirname of $[0] is not the place where we might find the
  163.   # original and so on.  Autoconf is especially sensible to this).
  164.   . ./$as_me.lineno
  165.   # Exit status is that of the last command.
  166.   exit
  167. }
  168. case `echo "testingc"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  169.   *c*,-n*) ECHO_N= ECHO_C='
  170. ' ECHO_T=' ' ;;
  171.   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  172.   *)       ECHO_N= ECHO_C='c' ECHO_T= ;;
  173. esac
  174. if expr a : '(a)' >/dev/null 2>&1; then
  175.   as_expr=expr
  176. else
  177.   as_expr=false
  178. fi
  179. rm -f conf$$ conf$$.exe conf$$.file
  180. echo >conf$$.file
  181. if ln -s conf$$.file conf$$ 2>/dev/null; then
  182.   # We could just check for DJGPP; but this test a) works b) is more generic
  183.   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  184.   if test -f conf$$.exe; then
  185.     # Don't use ln at all; we don't have any links
  186.     as_ln_s='cp -p'
  187.   else
  188.     as_ln_s='ln -s'
  189.   fi
  190. elif ln conf$$.file conf$$ 2>/dev/null; then
  191.   as_ln_s=ln
  192. else
  193.   as_ln_s='cp -p'
  194. fi
  195. rm -f conf$$ conf$$.exe conf$$.file
  196. if mkdir -p . 2>/dev/null; then
  197.   as_mkdir_p=:
  198. else
  199.   test -d ./-p && rmdir ./-p
  200.   as_mkdir_p=false
  201. fi
  202. as_executable_p="test -f"
  203. # Sed expression to map a string onto a valid CPP name.
  204. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  205. # Sed expression to map a string onto a valid variable name.
  206. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  207. # IFS
  208. # We need space, tab and new line, in precisely that order.
  209. as_nl='
  210. '
  211. IFS="  $as_nl"
  212. # CDPATH.
  213. $as_unset CDPATH
  214. # Find the correct PATH separator.  Usually this is `:', but
  215. # DJGPP uses `;' like DOS.
  216. if test "X${PATH_SEPARATOR+set}" != Xset; then
  217.   UNAME=${UNAME-`uname 2>/dev/null`}
  218.   case X$UNAME in
  219.     *-DOS) lt_cv_sys_path_separator=';' ;;
  220.     *)     lt_cv_sys_path_separator=':' ;;
  221.   esac
  222.   PATH_SEPARATOR=$lt_cv_sys_path_separator
  223. fi
  224. # Check that we are running under the correct shell.
  225. SHELL=${CONFIG_SHELL-/bin/sh}
  226. case X$ECHO in
  227. X*--fallback-echo)
  228.   # Remove one level of quotation (which was required for Make).
  229.   ECHO=`echo "$ECHO" | sed 's,\\$\$0,'$0','`
  230.   ;;
  231. esac
  232. echo=${ECHO-echo}
  233. if test "X$1" = X--no-reexec; then
  234.   # Discard the --no-reexec flag, and continue.
  235.   shift
  236. elif test "X$1" = X--fallback-echo; then
  237.   # Avoid inline document here, it may be left over
  238.   :
  239. elif test "X`($echo 't') 2>/dev/null`" = 'Xt'; then
  240.   # Yippee, $echo works!
  241.   :
  242. else
  243.   # Restart under the correct shell.
  244.   exec $SHELL "$0" --no-reexec ${1+"$@"}
  245. fi
  246. if test "X$1" = X--fallback-echo; then
  247.   # used as fallback echo
  248.   shift
  249.   cat <<EOF
  250. EOF
  251.   exit 0
  252. fi
  253. # The HP-UX ksh and POSIX shell print the target directory to stdout
  254. # if CDPATH is set.
  255. if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
  256. if test -z "$ECHO"; then
  257. if test "X${echo_test_string+set}" != Xset; then
  258. # find a string as large as possible, as long as the shell can cope with it
  259.   for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
  260.     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
  261.     if (echo_test_string="`eval $cmd`") 2>/dev/null &&
  262.        echo_test_string="`eval $cmd`" &&
  263.        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
  264.     then
  265.       break
  266.     fi
  267.   done
  268. fi
  269. if test "X`($echo 't') 2>/dev/null`" = 'Xt' &&
  270.    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
  271.    test "X$echo_testing_string" = "X$echo_test_string"; then
  272.   :
  273. else
  274.   # The Solaris, AIX, and Digital Unix default echo programs unquote
  275.   # backslashes.  This makes it impossible to quote backslashes using
  276.   #   echo "$something" | sed 's/\/\\/g'
  277.   #
  278.   # So, first we look for a working echo in the user's PATH.
  279.   IFS="${IFS=  }"; save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  280.   for dir in $PATH /usr/ucb; do
  281.     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
  282.        test "X`($dir/echo 't') 2>/dev/null`" = 'Xt' &&
  283.        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
  284.        test "X$echo_testing_string" = "X$echo_test_string"; then
  285.       echo="$dir/echo"
  286.       break
  287.     fi
  288.   done
  289.   IFS="$save_ifs"
  290.   if test "X$echo" = Xecho; then
  291.     # We didn't find a better echo, so look for alternatives.
  292.     if test "X`(print -r 't') 2>/dev/null`" = 'Xt' &&
  293.        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
  294.        test "X$echo_testing_string" = "X$echo_test_string"; then
  295.       # This shell has a builtin print -r that does the trick.
  296.       echo='print -r'
  297.     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
  298.  test "X$CONFIG_SHELL" != X/bin/ksh; then
  299.       # If we have ksh, try running configure again with it.
  300.       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
  301.       export ORIGINAL_CONFIG_SHELL
  302.       CONFIG_SHELL=/bin/ksh
  303.       export CONFIG_SHELL
  304.       exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
  305.     else
  306.       # Try using printf.
  307.       echo='printf %sn'
  308.       if test "X`($echo 't') 2>/dev/null`" = 'Xt' &&
  309.  echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
  310.  test "X$echo_testing_string" = "X$echo_test_string"; then
  311. # Cool, printf works
  312. :
  313.       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo 't') 2>/dev/null` &&
  314.    test "X$echo_testing_string" = 'Xt' &&
  315.    echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
  316.    test "X$echo_testing_string" = "X$echo_test_string"; then
  317. CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
  318. export CONFIG_SHELL
  319. SHELL="$CONFIG_SHELL"
  320. export SHELL
  321. echo="$CONFIG_SHELL $0 --fallback-echo"
  322.       elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo 't') 2>/dev/null` &&
  323.    test "X$echo_testing_string" = 'Xt' &&
  324.    echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
  325.    test "X$echo_testing_string" = "X$echo_test_string"; then
  326. echo="$CONFIG_SHELL $0 --fallback-echo"
  327.       else
  328. # maybe with a smaller string...
  329. prev=:
  330. for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
  331.   if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
  332.   then
  333.     break
  334.   fi
  335.   prev="$cmd"
  336. done
  337. if test "$prev" != 'sed 50q "$0"'; then
  338.   echo_test_string=`eval $prev`
  339.   export echo_test_string
  340.   exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
  341. else
  342.   # Oops.  We lost completely, so just stick with echo.
  343.   echo=echo
  344. fi
  345.       fi
  346.     fi
  347.   fi
  348. fi
  349. fi
  350. # Copy echo and quote the copy suitably for passing to libtool from
  351. # the Makefile, instead of quoting the original, which is used later.
  352. ECHO=$echo
  353. if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
  354.    ECHO="$CONFIG_SHELL \$$0 --fallback-echo"
  355. fi
  356. # Name of the host.
  357. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  358. # so uname gets run too.
  359. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  360. exec 6>&1
  361. #
  362. # Initializations.
  363. #
  364. ac_default_prefix=/usr/local
  365. ac_config_libobj_dir=.
  366. cross_compiling=no
  367. subdirs=
  368. MFLAGS=
  369. MAKEFLAGS=
  370. SHELL=${CONFIG_SHELL-/bin/sh}
  371. # Maximum number of lines to put in a shell here document.
  372. # This variable seems obsolete.  It should probably be removed, and
  373. # only ac_max_sed_lines should be used.
  374. : ${ac_max_here_lines=38}
  375. # Identity of this package.
  376. PACKAGE_NAME=
  377. PACKAGE_TARNAME=
  378. PACKAGE_VERSION=
  379. PACKAGE_STRING=
  380. PACKAGE_BUGREPORT=
  381. ac_unique_file="src/flac/main.c"
  382. # Factoring default headers for most tests.
  383. ac_includes_default="
  384. #include <stdio.h>
  385. #if HAVE_SYS_TYPES_H
  386. # include <sys/types.h>
  387. #endif
  388. #if HAVE_SYS_STAT_H
  389. # include <sys/stat.h>
  390. #endif
  391. #if STDC_HEADERS
  392. # include <stdlib.h>
  393. # include <stddef.h>
  394. #else
  395. # if HAVE_STDLIB_H
  396. #  include <stdlib.h>
  397. # endif
  398. #endif
  399. #if HAVE_STRING_H
  400. # if !STDC_HEADERS && HAVE_MEMORY_H
  401. #  include <memory.h>
  402. # endif
  403. # include <string.h>
  404. #endif
  405. #if HAVE_STRINGS_H
  406. # include <strings.h>
  407. #endif
  408. #if HAVE_INTTYPES_H
  409. # include <inttypes.h>
  410. #else
  411. # if HAVE_STDINT_H
  412. #  include <stdint.h>
  413. # endif
  414. #endif
  415. #if HAVE_UNISTD_H
  416. # include <unistd.h>
  417. #endif"
  418. ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LN_S ECHO RANLIB ac_ct_RANLIB CPP EGREP LIBTOOL CCAS CCASFLAGS CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE FLaC__CPU_IA32_TRUE FLaC__CPU_IA32_FALSE FLaC__CPU_PPC_TRUE FLaC__CPU_PPC_FALSE FLaC__CPU_SPARC_TRUE FLaC__CPU_SPARC_FALSE OBJ_FORMAT FLaC__SYS_DARWIN_TRUE FLaC__SYS_DARWIN_FALSE FLaC__SYS_LINUX_TRUE FLaC__SYS_LINUX_FALSE FLaC__NO_ASM_TRUE FLaC__NO_ASM_FALSE DEBUG_TRUE DEBUG_FALSE FLaC__SSE_OS_TRUE FLaC__SSE_OS_FALSE FLaC__USE_3DNOW_TRUE FLaC__USE_3DNOW_FALSE FLaC__USE_ALTIVEC_TRUE FLaC__USE_ALTIVEC_FALSE FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE FLaC__EXHAUSTIVE_TESTS_TRUE FLaC__EXHAUSTIVE_TESTS_FALSE FLaC__VALGRIND_TESTING_TRUE FLaC__VALGRIND_TESTING_FALSE OGG_CFLAGS OGG_LIBS FLaC__HAS_OGG_TRUE FLaC__HAS_OGG_FALSE XMMS_CONFIG XMMS_CFLAGS XMMS_LIBS XMMS_VERSION XMMS_DATA_DIR XMMS_PLUGIN_DIR XMMS_VISUALIZATION_PLUGIN_DIR XMMS_INPUT_PLUGIN_DIR XMMS_OUTPUT_PLUGIN_DIR XMMS_GENERAL_PLUGIN_DIR XMMS_EFFECT_PLUGIN_DIR FLaC__HAS_XMMS_TRUE FLaC__HAS_XMMS_FALSE LIBICONV LTLIBICONV DOXYGEN FLaC__HAS_DOXYGEN_TRUE FLaC__HAS_DOXYGEN_FALSE DOCBOOK_TO_MAN FLaC__HAS_DOCBOOK_TO_MAN_TRUE FLaC__HAS_DOCBOOK_TO_MAN_FALSE NASM FLaC__HAS_NASM_TRUE FLaC__HAS_NASM_FALSE AS GAS FLaC__HAS_AS_TRUE FLaC__HAS_AS_FALSE FLaC__HAS_GAS_TRUE FLaC__HAS_GAS_FALSE FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE LIBOBJS LTLIBOBJS'
  419. ac_subst_files=''
  420. # Initialize some variables set by options.
  421. ac_init_help=
  422. ac_init_version=false
  423. # The variables have the same names as the options, with
  424. # dashes changed to underlines.
  425. cache_file=/dev/null
  426. exec_prefix=NONE
  427. no_create=
  428. no_recursion=
  429. prefix=NONE
  430. program_prefix=NONE
  431. program_suffix=NONE
  432. program_transform_name=s,x,x,
  433. silent=
  434. site=
  435. srcdir=
  436. verbose=
  437. x_includes=NONE
  438. x_libraries=NONE
  439. # Installation directory options.
  440. # These are left unexpanded so users can "make install exec_prefix=/foo"
  441. # and all the variables that are supposed to be based on exec_prefix
  442. # by default will actually change.
  443. # Use braces instead of parens because sh, perl, etc. also accept them.
  444. bindir='${exec_prefix}/bin'
  445. sbindir='${exec_prefix}/sbin'
  446. libexecdir='${exec_prefix}/libexec'
  447. datadir='${prefix}/share'
  448. sysconfdir='${prefix}/etc'
  449. sharedstatedir='${prefix}/com'
  450. localstatedir='${prefix}/var'
  451. libdir='${exec_prefix}/lib'
  452. includedir='${prefix}/include'
  453. oldincludedir='/usr/include'
  454. infodir='${prefix}/info'
  455. mandir='${prefix}/man'
  456. ac_prev=
  457. for ac_option
  458. do
  459.   # If the previous option needs an argument, assign it.
  460.   if test -n "$ac_prev"; then
  461.     eval "$ac_prev=$ac_option"
  462.     ac_prev=
  463.     continue
  464.   fi
  465.   ac_optarg=`expr "x$ac_option" : 'x[^=]*=(.*)'`
  466.   # Accept the important Cygnus configure options, so we can diagnose typos.
  467.   case $ac_option in
  468.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  469.     ac_prev=bindir ;;
  470.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  471.     bindir=$ac_optarg ;;
  472.   -build | --build | --buil | --bui | --bu)
  473.     ac_prev=build_alias ;;
  474.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  475.     build_alias=$ac_optarg ;;
  476.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  477.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  478.     ac_prev=cache_file ;;
  479.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  480.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  481.     cache_file=$ac_optarg ;;
  482.   --config-cache | -C)
  483.     cache_file=config.cache ;;
  484.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  485.     ac_prev=datadir ;;
  486.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  487.   | --da=*)
  488.     datadir=$ac_optarg ;;
  489.   -disable-* | --disable-*)
  490.     ac_feature=`expr "x$ac_option" : 'x-*disable-(.*)'`
  491.     # Reject names that are not valid shell variable names.
  492.     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  493.       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  494.    { (exit 1); exit 1; }; }
  495.     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  496.     eval "enable_$ac_feature=no" ;;
  497.   -enable-* | --enable-*)
  498.     ac_feature=`expr "x$ac_option" : 'x-*enable-([^=]*)'`
  499.     # Reject names that are not valid shell variable names.
  500.     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  501.       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  502.    { (exit 1); exit 1; }; }
  503.     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  504.     case $ac_option in
  505.       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\''/g"`;;
  506.       *) ac_optarg=yes ;;
  507.     esac
  508.     eval "enable_$ac_feature='$ac_optarg'" ;;
  509.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  510.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  511.   | --exec | --exe | --ex)
  512.     ac_prev=exec_prefix ;;
  513.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  514.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  515.   | --exec=* | --exe=* | --ex=*)
  516.     exec_prefix=$ac_optarg ;;
  517.   -gas | --gas | --ga | --g)
  518.     # Obsolete; use --with-gas.
  519.     with_gas=yes ;;
  520.   -help | --help | --hel | --he | -h)
  521.     ac_init_help=long ;;
  522.   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  523.     ac_init_help=recursive ;;
  524.   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  525.     ac_init_help=short ;;
  526.   -host | --host | --hos | --ho)
  527.     ac_prev=host_alias ;;
  528.   -host=* | --host=* | --hos=* | --ho=*)
  529.     host_alias=$ac_optarg ;;
  530.   -includedir | --includedir | --includedi | --included | --include 
  531.   | --includ | --inclu | --incl | --inc)
  532.     ac_prev=includedir ;;
  533.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  534.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  535.     includedir=$ac_optarg ;;
  536.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  537.     ac_prev=infodir ;;
  538.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  539.     infodir=$ac_optarg ;;
  540.   -libdir | --libdir | --libdi | --libd)
  541.     ac_prev=libdir ;;
  542.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  543.     libdir=$ac_optarg ;;
  544.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  545.   | --libexe | --libex | --libe)
  546.     ac_prev=libexecdir ;;
  547.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  548.   | --libexe=* | --libex=* | --libe=*)
  549.     libexecdir=$ac_optarg ;;
  550.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  551.   | --localstate | --localstat | --localsta | --localst 
  552.   | --locals | --local | --loca | --loc | --lo)
  553.     ac_prev=localstatedir ;;
  554.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  555.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  556.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  557.     localstatedir=$ac_optarg ;;
  558.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  559.     ac_prev=mandir ;;
  560.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  561.     mandir=$ac_optarg ;;
  562.   -nfp | --nfp | --nf)
  563.     # Obsolete; use --without-fp.
  564.     with_fp=no ;;
  565.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  566.   | --no-cr | --no-c | -n)
  567.     no_create=yes ;;
  568.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  569.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  570.     no_recursion=yes ;;
  571.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  572.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  573.   | --oldin | --oldi | --old | --ol | --o)
  574.     ac_prev=oldincludedir ;;
  575.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  576.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  577.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  578.     oldincludedir=$ac_optarg ;;
  579.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  580.     ac_prev=prefix ;;
  581.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  582.     prefix=$ac_optarg ;;
  583.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  584.   | --program-pre | --program-pr | --program-p)
  585.     ac_prev=program_prefix ;;
  586.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  587.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  588.     program_prefix=$ac_optarg ;;
  589.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  590.   | --program-suf | --program-su | --program-s)
  591.     ac_prev=program_suffix ;;
  592.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  593.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  594.     program_suffix=$ac_optarg ;;
  595.   -program-transform-name | --program-transform-name 
  596.   | --program-transform-nam | --program-transform-na 
  597.   | --program-transform-n | --program-transform- 
  598.   | --program-transform | --program-transfor 
  599.   | --program-transfo | --program-transf 
  600.   | --program-trans | --program-tran 
  601.   | --progr-tra | --program-tr | --program-t)
  602.     ac_prev=program_transform_name ;;
  603.   -program-transform-name=* | --program-transform-name=* 
  604.   | --program-transform-nam=* | --program-transform-na=* 
  605.   | --program-transform-n=* | --program-transform-=* 
  606.   | --program-transform=* | --program-transfor=* 
  607.   | --program-transfo=* | --program-transf=* 
  608.   | --program-trans=* | --program-tran=* 
  609.   | --progr-tra=* | --program-tr=* | --program-t=*)
  610.     program_transform_name=$ac_optarg ;;
  611.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  612.   | -silent | --silent | --silen | --sile | --sil)
  613.     silent=yes ;;
  614.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  615.     ac_prev=sbindir ;;
  616.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  617.   | --sbi=* | --sb=*)
  618.     sbindir=$ac_optarg ;;
  619.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  620.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  621.   | --sharedst | --shareds | --shared | --share | --shar 
  622.   | --sha | --sh)
  623.     ac_prev=sharedstatedir ;;
  624.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  625.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  626.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  627.   | --sha=* | --sh=*)
  628.     sharedstatedir=$ac_optarg ;;
  629.   -site | --site | --sit)
  630.     ac_prev=site ;;
  631.   -site=* | --site=* | --sit=*)
  632.     site=$ac_optarg ;;
  633.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  634.     ac_prev=srcdir ;;
  635.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  636.     srcdir=$ac_optarg ;;
  637.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  638.   | --syscon | --sysco | --sysc | --sys | --sy)
  639.     ac_prev=sysconfdir ;;
  640.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  641.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  642.     sysconfdir=$ac_optarg ;;
  643.   -target | --target | --targe | --targ | --tar | --ta | --t)
  644.     ac_prev=target_alias ;;
  645.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  646.     target_alias=$ac_optarg ;;
  647.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  648.     verbose=yes ;;
  649.   -version | --version | --versio | --versi | --vers | -V)
  650.     ac_init_version=: ;;
  651.   -with-* | --with-*)
  652.     ac_package=`expr "x$ac_option" : 'x-*with-([^=]*)'`
  653.     # Reject names that are not valid shell variable names.
  654.     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  655.       { echo "$as_me: error: invalid package name: $ac_package" >&2
  656.    { (exit 1); exit 1; }; }
  657.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  658.     case $ac_option in
  659.       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\''/g"`;;
  660.       *) ac_optarg=yes ;;
  661.     esac
  662.     eval "with_$ac_package='$ac_optarg'" ;;
  663.   -without-* | --without-*)
  664.     ac_package=`expr "x$ac_option" : 'x-*without-(.*)'`
  665.     # Reject names that are not valid shell variable names.
  666.     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  667.       { echo "$as_me: error: invalid package name: $ac_package" >&2
  668.    { (exit 1); exit 1; }; }
  669.     ac_package=`echo $ac_package | sed 's/-/_/g'`
  670.     eval "with_$ac_package=no" ;;
  671.   --x)
  672.     # Obsolete; use --with-x.
  673.     with_x=yes ;;
  674.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  675.   | --x-incl | --x-inc | --x-in | --x-i)
  676.     ac_prev=x_includes ;;
  677.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  678.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  679.     x_includes=$ac_optarg ;;
  680.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  681.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  682.     ac_prev=x_libraries ;;
  683.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  684.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  685.     x_libraries=$ac_optarg ;;
  686.   -*) { echo "$as_me: error: unrecognized option: $ac_option
  687. Try `$0 --help' for more information." >&2
  688.    { (exit 1); exit 1; }; }
  689.     ;;
  690.   *=*)
  691.     ac_envvar=`expr "x$ac_option" : 'x([^=]*)='`
  692.     # Reject names that are not valid shell variable names.
  693.     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
  694.       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
  695.    { (exit 1); exit 1; }; }
  696.     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\''/g"`
  697.     eval "$ac_envvar='$ac_optarg'"
  698.     export $ac_envvar ;;
  699.   *)
  700.     # FIXME: should be removed in autoconf 3.0.
  701.     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  702.     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  703.       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  704.     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  705.     ;;
  706.   esac
  707. done
  708. if test -n "$ac_prev"; then
  709.   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  710.   { echo "$as_me: error: missing argument to $ac_option" >&2
  711.    { (exit 1); exit 1; }; }
  712. fi
  713. # Be sure to have absolute paths.
  714. for ac_var in exec_prefix prefix
  715. do
  716.   eval ac_val=$`echo $ac_var`
  717.   case $ac_val in
  718.     [\/$]* | ?:[\/]* | NONE | '' ) ;;
  719.     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  720.    { (exit 1); exit 1; }; };;
  721.   esac
  722. done
  723. # Be sure to have absolute paths.
  724. for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir 
  725.       localstatedir libdir includedir oldincludedir infodir mandir
  726. do
  727.   eval ac_val=$`echo $ac_var`
  728.   case $ac_val in
  729.     [\/$]* | ?:[\/]* ) ;;
  730.     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  731.    { (exit 1); exit 1; }; };;
  732.   esac
  733. done
  734. # There might be people who depend on the old broken behavior: `$host'
  735. # used to hold the argument of --host etc.
  736. # FIXME: To remove some day.
  737. build=$build_alias
  738. host=$host_alias
  739. target=$target_alias
  740. # FIXME: To remove some day.
  741. if test "x$host_alias" != x; then
  742.   if test "x$build_alias" = x; then
  743.     cross_compiling=maybe
  744.     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  745.     If a cross compiler is detected then cross compile mode will be used." >&2
  746.   elif test "x$build_alias" != "x$host_alias"; then
  747.     cross_compiling=yes
  748.   fi
  749. fi
  750. ac_tool_prefix=
  751. test -n "$host_alias" && ac_tool_prefix=$host_alias-
  752. test "$silent" = yes && exec 6>/dev/null
  753. # Find the source files, if location was not specified.
  754. if test -z "$srcdir"; then
  755.   ac_srcdir_defaulted=yes
  756.   # Try the directory containing this script, then its parent.
  757.   ac_confdir=`(dirname "$0") 2>/dev/null ||
  758. $as_expr X"$0" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  759.  X"$0" : 'X(//)[^/]' | 
  760.  X"$0" : 'X(//)$' | 
  761.  X"$0" : 'X(/)' | 
  762.  .     : '(.)' 2>/dev/null ||
  763. echo X"$0" |
  764.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  765.      /^X(//)[^/].*/{ s//1/; q; }
  766.      /^X(//)$/{ s//1/; q; }
  767.      /^X(/).*/{ s//1/; q; }
  768.      s/.*/./; q'`
  769.   srcdir=$ac_confdir
  770.   if test ! -r $srcdir/$ac_unique_file; then
  771.     srcdir=..
  772.   fi
  773. else
  774.   ac_srcdir_defaulted=no
  775. fi
  776. if test ! -r $srcdir/$ac_unique_file; then
  777.   if test "$ac_srcdir_defaulted" = yes; then
  778.     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
  779.    { (exit 1); exit 1; }; }
  780.   else
  781.     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
  782.    { (exit 1); exit 1; }; }
  783.   fi
  784. fi
  785. (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
  786.   { echo "$as_me: error: sources are in $srcdir, but `cd $srcdir' does not work" >&2
  787.    { (exit 1); exit 1; }; }
  788. srcdir=`echo "$srcdir" | sed 's%([^\/])[\/]*$%1%'`
  789. ac_env_build_alias_set=${build_alias+set}
  790. ac_env_build_alias_value=$build_alias
  791. ac_cv_env_build_alias_set=${build_alias+set}
  792. ac_cv_env_build_alias_value=$build_alias
  793. ac_env_host_alias_set=${host_alias+set}
  794. ac_env_host_alias_value=$host_alias
  795. ac_cv_env_host_alias_set=${host_alias+set}
  796. ac_cv_env_host_alias_value=$host_alias
  797. ac_env_target_alias_set=${target_alias+set}
  798. ac_env_target_alias_value=$target_alias
  799. ac_cv_env_target_alias_set=${target_alias+set}
  800. ac_cv_env_target_alias_value=$target_alias
  801. ac_env_CC_set=${CC+set}
  802. ac_env_CC_value=$CC
  803. ac_cv_env_CC_set=${CC+set}
  804. ac_cv_env_CC_value=$CC
  805. ac_env_CFLAGS_set=${CFLAGS+set}
  806. ac_env_CFLAGS_value=$CFLAGS
  807. ac_cv_env_CFLAGS_set=${CFLAGS+set}
  808. ac_cv_env_CFLAGS_value=$CFLAGS
  809. ac_env_LDFLAGS_set=${LDFLAGS+set}
  810. ac_env_LDFLAGS_value=$LDFLAGS
  811. ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
  812. ac_cv_env_LDFLAGS_value=$LDFLAGS
  813. ac_env_CPPFLAGS_set=${CPPFLAGS+set}
  814. ac_env_CPPFLAGS_value=$CPPFLAGS
  815. ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
  816. ac_cv_env_CPPFLAGS_value=$CPPFLAGS
  817. ac_env_CPP_set=${CPP+set}
  818. ac_env_CPP_value=$CPP
  819. ac_cv_env_CPP_set=${CPP+set}
  820. ac_cv_env_CPP_value=$CPP
  821. ac_env_CCAS_set=${CCAS+set}
  822. ac_env_CCAS_value=$CCAS
  823. ac_cv_env_CCAS_set=${CCAS+set}
  824. ac_cv_env_CCAS_value=$CCAS
  825. ac_env_CCASFLAGS_set=${CCASFLAGS+set}
  826. ac_env_CCASFLAGS_value=$CCASFLAGS
  827. ac_cv_env_CCASFLAGS_set=${CCASFLAGS+set}
  828. ac_cv_env_CCASFLAGS_value=$CCASFLAGS
  829. ac_env_CXX_set=${CXX+set}
  830. ac_env_CXX_value=$CXX
  831. ac_cv_env_CXX_set=${CXX+set}
  832. ac_cv_env_CXX_value=$CXX
  833. ac_env_CXXFLAGS_set=${CXXFLAGS+set}
  834. ac_env_CXXFLAGS_value=$CXXFLAGS
  835. ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
  836. ac_cv_env_CXXFLAGS_value=$CXXFLAGS
  837. #
  838. # Report the --help message.
  839. #
  840. if test "$ac_init_help" = "long"; then
  841.   # Omit some internal or obsolete options to make the list less imposing.
  842.   # This message is too long to be a string in the A/UX 3.1 sh.
  843.   cat <<_ACEOF
  844. `configure' configures this package to adapt to many kinds of systems.
  845. Usage: $0 [OPTION]... [VAR=VALUE]...
  846. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  847. VAR=VALUE.  See below for descriptions of some of the useful variables.
  848. Defaults for the options are specified in brackets.
  849. Configuration:
  850.   -h, --help              display this help and exit
  851.       --help=short        display options specific to this package
  852.       --help=recursive    display the short help of all the included packages
  853.   -V, --version           display version information and exit
  854.   -q, --quiet, --silent   do not print `checking...' messages
  855.       --cache-file=FILE   cache test results in FILE [disabled]
  856.   -C, --config-cache      alias for `--cache-file=config.cache'
  857.   -n, --no-create         do not create output files
  858.       --srcdir=DIR        find the sources in DIR [configure dir or `..']
  859. _ACEOF
  860.   cat <<_ACEOF
  861. Installation directories:
  862.   --prefix=PREFIX         install architecture-independent files in PREFIX
  863.   [$ac_default_prefix]
  864.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  865.   [PREFIX]
  866. By default, `make install' will install all the files in
  867. `$ac_default_prefix/bin', `$ac_default_prefix/lib' etc.  You can specify
  868. an installation prefix other than `$ac_default_prefix' using `--prefix',
  869. for instance `--prefix=$HOME'.
  870. For better control, use the options below.
  871. Fine tuning of the installation directories:
  872.   --bindir=DIR           user executables [EPREFIX/bin]
  873.   --sbindir=DIR          system admin executables [EPREFIX/sbin]
  874.   --libexecdir=DIR       program executables [EPREFIX/libexec]
  875.   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
  876.   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
  877.   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
  878.   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
  879.   --libdir=DIR           object code libraries [EPREFIX/lib]
  880.   --includedir=DIR       C header files [PREFIX/include]
  881.   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
  882.   --infodir=DIR          info documentation [PREFIX/info]
  883.   --mandir=DIR           man documentation [PREFIX/man]
  884. _ACEOF
  885.   cat <<_ACEOF
  886. Program names:
  887.   --program-prefix=PREFIX            prepend PREFIX to installed program names
  888.   --program-suffix=SUFFIX            append SUFFIX to installed program names
  889.   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
  890. System types:
  891.   --build=BUILD     configure for building on BUILD [guessed]
  892.   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
  893. _ACEOF
  894. fi
  895. if test -n "$ac_init_help"; then
  896.   cat <<_ACEOF
  897. Optional Features:
  898.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  899.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  900.   --enable-maintainer-mode  enable make rules and dependencies not useful
  901.   (and sometimes confusing) to the casual installer
  902.   --enable-shared=PKGS  build shared libraries default=yes
  903.   --enable-static=PKGS  build static libraries default=yes
  904.   --enable-fast-install=PKGS  optimize for fast installation default=yes
  905.   --disable-dependency-tracking  speeds up one-time build
  906.   --enable-dependency-tracking   do not reject slow dependency extractors
  907.   --disable-libtool-lock  avoid locking (might break parallel builds)
  908.   --disable-asm-optimizations    Don't use any assembly optimization routines
  909.   --enable-debug                 Turn on debugging
  910.   --enable-sse                   Enable SSE support by asserting that the OS supports SSE instructions
  911.   --disable-3dnow                Disable 3DNOW! optimizations
  912.   --disable-altivec              Disable Altivec optimizations
  913.   --enable-local-xmms-plugin     Install XMMS plugin to ~/.xmms/Plugins instead of system location
  914.   --enable-exhaustive-tests      Enable exhaustive testing
  915.   --enable-valgrind-testing      Run all tests inside Valgrind
  916.   --disable-oggtest       Do not try to compile and run a test Ogg program
  917.   --disable-rpath         do not hardcode runtime library paths
  918. Optional Packages:
  919.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  920.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  921.   --with-gnu-ld           assume the C compiler uses GNU ld default=no
  922.   --with-pic              try to use only PIC/non-PIC objects default=use both
  923.   --with-ogg=PFX   Prefix where libogg is installed (optional)
  924.   --with-ogg-libraries=DIR   Directory where libogg library is installed (optional)
  925.   --with-ogg-includes=DIR   Directory where libogg header files are installed (optional)
  926.   --with-xmms-prefix=PFX  Prefix where XMMS is installed (optional)
  927.   --with-xmms-exec-prefix=PFX Exec prefix where XMMS is installed (optional)
  928.   --with-libiconv-prefix=DIR  search for libiconv in DIR/include and DIR/lib
  929.   --without-libiconv-prefix     don't search for libiconv in includedir and libdir
  930. Some influential environment variables:
  931.   CC          C compiler command
  932.   CFLAGS      C compiler flags
  933.   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  934.               nonstandard directory <lib dir>
  935.   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
  936.               headers in a nonstandard directory <include dir>
  937.   CPP         C preprocessor
  938.   CCAS        assembler compiler command (defaults to CC)
  939.   CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
  940.   CXX         C++ compiler command
  941.   CXXFLAGS    C++ compiler flags
  942. Use these variables to override the choices made by `configure' or to help
  943. it to find libraries and programs with nonstandard names/locations.
  944. _ACEOF
  945. fi
  946. if test "$ac_init_help" = "recursive"; then
  947.   # If there are subdirs, report their specific --help.
  948.   ac_popdir=`pwd`
  949.   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  950.     test -d $ac_dir || continue
  951.     ac_builddir=.
  952. if test "$ac_dir" != .; then
  953.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  954.   # A "../" for each directory in $ac_dir_suffix.
  955.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
  956. else
  957.   ac_dir_suffix= ac_top_builddir=
  958. fi
  959. case $srcdir in
  960.   .)  # No --srcdir option.  We are building in place.
  961.     ac_srcdir=.
  962.     if test -z "$ac_top_builddir"; then
  963.        ac_top_srcdir=.
  964.     else
  965.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  966.     fi ;;
  967.   [\/]* | ?:[\/]* )  # Absolute path.
  968.     ac_srcdir=$srcdir$ac_dir_suffix;
  969.     ac_top_srcdir=$srcdir ;;
  970.   *) # Relative path.
  971.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  972.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  973. esac
  974. # Do not use `cd foo && pwd` to compute absolute paths, because
  975. # the directories may not exist.
  976. case `pwd` in
  977. .) ac_abs_builddir="$ac_dir";;
  978. *)
  979.   case "$ac_dir" in
  980.   .) ac_abs_builddir=`pwd`;;
  981.   [\/]* | ?:[\/]* ) ac_abs_builddir="$ac_dir";;
  982.   *) ac_abs_builddir=`pwd`/"$ac_dir";;
  983.   esac;;
  984. esac
  985. case $ac_abs_builddir in
  986. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  987. *)
  988.   case ${ac_top_builddir}. in
  989.   .) ac_abs_top_builddir=$ac_abs_builddir;;
  990.   [\/]* | ?:[\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  991.   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  992.   esac;;
  993. esac
  994. case $ac_abs_builddir in
  995. .) ac_abs_srcdir=$ac_srcdir;;
  996. *)
  997.   case $ac_srcdir in
  998.   .) ac_abs_srcdir=$ac_abs_builddir;;
  999.   [\/]* | ?:[\/]* ) ac_abs_srcdir=$ac_srcdir;;
  1000.   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  1001.   esac;;
  1002. esac
  1003. case $ac_abs_builddir in
  1004. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  1005. *)
  1006.   case $ac_top_srcdir in
  1007.   .) ac_abs_top_srcdir=$ac_abs_builddir;;
  1008.   [\/]* | ?:[\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  1009.   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  1010.   esac;;
  1011. esac
  1012.     cd $ac_dir
  1013.     # Check for guested configure; otherwise get Cygnus style configure.
  1014.     if test -f $ac_srcdir/configure.gnu; then
  1015.       echo
  1016.       $SHELL $ac_srcdir/configure.gnu  --help=recursive
  1017.     elif test -f $ac_srcdir/configure; then
  1018.       echo
  1019.       $SHELL $ac_srcdir/configure  --help=recursive
  1020.     elif test -f $ac_srcdir/configure.ac ||
  1021.    test -f $ac_srcdir/configure.in; then
  1022.       echo
  1023.       $ac_configure --help
  1024.     else
  1025.       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  1026.     fi
  1027.     cd $ac_popdir
  1028.   done
  1029. fi
  1030. test -n "$ac_init_help" && exit 0
  1031. if $ac_init_version; then
  1032.   cat <<_ACEOF
  1033. Copyright (C) 2003 Free Software Foundation, Inc.
  1034. This configure script is free software; the Free Software Foundation
  1035. gives unlimited permission to copy, distribute and modify it.
  1036. _ACEOF
  1037.   exit 0
  1038. fi
  1039. exec 5>config.log
  1040. cat >&5 <<_ACEOF
  1041. This file contains any messages produced by compilers while
  1042. running configure, to aid debugging if configure makes a mistake.
  1043. It was created by $as_me, which was
  1044. generated by GNU Autoconf 2.59.  Invocation command line was
  1045.   $ $0 $@
  1046. _ACEOF
  1047. {
  1048. cat <<_ASUNAME
  1049. ## --------- ##
  1050. ## Platform. ##
  1051. ## --------- ##
  1052. hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  1053. uname -m = `(uname -m) 2>/dev/null || echo unknown`
  1054. uname -r = `(uname -r) 2>/dev/null || echo unknown`
  1055. uname -s = `(uname -s) 2>/dev/null || echo unknown`
  1056. uname -v = `(uname -v) 2>/dev/null || echo unknown`
  1057. /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  1058. /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
  1059. /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
  1060. /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
  1061. /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  1062. hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
  1063. /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
  1064. /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
  1065. /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
  1066. _ASUNAME
  1067. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1068. for as_dir in $PATH
  1069. do
  1070.   IFS=$as_save_IFS
  1071.   test -z "$as_dir" && as_dir=.
  1072.   echo "PATH: $as_dir"
  1073. done
  1074. } >&5
  1075. cat >&5 <<_ACEOF
  1076. ## ----------- ##
  1077. ## Core tests. ##
  1078. ## ----------- ##
  1079. _ACEOF
  1080. # Keep a trace of the command line.
  1081. # Strip out --no-create and --no-recursion so they do not pile up.
  1082. # Strip out --silent because we don't want to record it for future runs.
  1083. # Also quote any args containing shell meta-characters.
  1084. # Make two passes to allow for proper duplicate-argument suppression.
  1085. ac_configure_args=
  1086. ac_configure_args0=
  1087. ac_configure_args1=
  1088. ac_sep=
  1089. ac_must_keep_next=false
  1090. for ac_pass in 1 2
  1091. do
  1092.   for ac_arg
  1093.   do
  1094.     case $ac_arg in
  1095.     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  1096.     -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  1097.     | -silent | --silent | --silen | --sile | --sil)
  1098.       continue ;;
  1099.     *" "*|*" "*|*[[]~#$^&*(){}\|;<>?"']*)
  1100.       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\''/g"` ;;
  1101.     esac
  1102.     case $ac_pass in
  1103.     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
  1104.     2)
  1105.       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
  1106.       if test $ac_must_keep_next = true; then
  1107. ac_must_keep_next=false # Got value, back to normal.
  1108.       else
  1109. case $ac_arg in
  1110.   *=* | --config-cache | -C | -disable-* | --disable-* 
  1111.   | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* 
  1112.   | -q | -quiet | --q* | -silent | --sil* | -v | -verb* 
  1113.   | -with-* | --with-* | -without-* | --without-* | --x)
  1114.     case "$ac_configure_args0 " in
  1115.       "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  1116.     esac
  1117.     ;;
  1118.   -* ) ac_must_keep_next=true ;;
  1119. esac
  1120.       fi
  1121.       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
  1122.       # Get rid of the leading space.
  1123.       ac_sep=" "
  1124.       ;;
  1125.     esac
  1126.   done
  1127. done
  1128. $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
  1129. $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
  1130. # When interrupted or exit'd, cleanup temporary files, and complete
  1131. # config.log.  We remove comments because anyway the quotes in there
  1132. # would cause problems or look ugly.
  1133. # WARNING: Be sure not to use single quotes in there, as some shells,
  1134. # such as our DU 5.0 friend, will then `close' the trap.
  1135. trap 'exit_status=$?
  1136.   # Save into config.log some information that might help in debugging.
  1137.   {
  1138.     echo
  1139.     cat <<_ASBOX
  1140. ## ---------------- ##
  1141. ## Cache variables. ##
  1142. ## ---------------- ##
  1143. _ASBOX
  1144.     echo
  1145.     # The following way of writing the cache mishandles newlines in values,
  1146. {
  1147.   (set) 2>&1 |
  1148.     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
  1149.     *ac_space= *)
  1150.       sed -n 
  1151. "s/'"'"'/'"'"'\\'"'"''"'"'/g;
  1152.   s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1='"'"'\2'"'"'/p"
  1153.       ;;
  1154.     *)
  1155.       sed -n 
  1156. "s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1=\2/p"
  1157.       ;;
  1158.     esac;
  1159. }
  1160.     echo
  1161.     cat <<_ASBOX
  1162. ## ----------------- ##
  1163. ## Output variables. ##
  1164. ## ----------------- ##
  1165. _ASBOX
  1166.     echo
  1167.     for ac_var in $ac_subst_vars
  1168.     do
  1169.       eval ac_val=$`echo $ac_var`
  1170.       echo "$ac_var='"'"'$ac_val'"'"'"
  1171.     done | sort
  1172.     echo
  1173.     if test -n "$ac_subst_files"; then
  1174.       cat <<_ASBOX
  1175. ## ------------- ##
  1176. ## Output files. ##
  1177. ## ------------- ##
  1178. _ASBOX
  1179.       echo
  1180.       for ac_var in $ac_subst_files
  1181.       do
  1182. eval ac_val=$`echo $ac_var`
  1183. echo "$ac_var='"'"'$ac_val'"'"'"
  1184.       done | sort
  1185.       echo
  1186.     fi
  1187.     if test -s confdefs.h; then
  1188.       cat <<_ASBOX
  1189. ## ----------- ##
  1190. ## confdefs.h. ##
  1191. ## ----------- ##
  1192. _ASBOX
  1193.       echo
  1194.       sed "/^$/d" confdefs.h | sort
  1195.       echo
  1196.     fi
  1197.     test "$ac_signal" != 0 &&
  1198.       echo "$as_me: caught signal $ac_signal"
  1199.     echo "$as_me: exit $exit_status"
  1200.   } >&5
  1201.   rm -f core *.core &&
  1202.   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
  1203.     exit $exit_status
  1204.      ' 0
  1205. for ac_signal in 1 2 13 15; do
  1206.   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
  1207. done
  1208. ac_signal=0
  1209. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  1210. rm -rf conftest* confdefs.h
  1211. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  1212. echo >confdefs.h
  1213. # Predefined preprocessor variables.
  1214. cat >>confdefs.h <<_ACEOF
  1215. #define PACKAGE_NAME "$PACKAGE_NAME"
  1216. _ACEOF
  1217. cat >>confdefs.h <<_ACEOF
  1218. #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  1219. _ACEOF
  1220. cat >>confdefs.h <<_ACEOF
  1221. #define PACKAGE_VERSION "$PACKAGE_VERSION"
  1222. _ACEOF
  1223. cat >>confdefs.h <<_ACEOF
  1224. #define PACKAGE_STRING "$PACKAGE_STRING"
  1225. _ACEOF
  1226. cat >>confdefs.h <<_ACEOF
  1227. #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  1228. _ACEOF
  1229. # Let the site file select an alternate cache file if it wants to.
  1230. # Prefer explicitly selected file to automatically selected ones.
  1231. if test -z "$CONFIG_SITE"; then
  1232.   if test "x$prefix" != xNONE; then
  1233.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  1234.   else
  1235.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  1236.   fi
  1237. fi
  1238. for ac_site_file in $CONFIG_SITE; do
  1239.   if test -r "$ac_site_file"; then
  1240.     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  1241. echo "$as_me: loading site script $ac_site_file" >&6;}
  1242.     sed 's/^/| /' "$ac_site_file" >&5
  1243.     . "$ac_site_file"
  1244.   fi
  1245. done
  1246. if test -r "$cache_file"; then
  1247.   # Some versions of bash will fail to source /dev/null (special
  1248.   # files actually), so we avoid doing that.
  1249.   if test -f "$cache_file"; then
  1250.     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  1251. echo "$as_me: loading cache $cache_file" >&6;}
  1252.     case $cache_file in
  1253.       [\/]* | ?:[\/]* ) . $cache_file;;
  1254.       *)                      . ./$cache_file;;
  1255.     esac
  1256.   fi
  1257. else
  1258.   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
  1259. echo "$as_me: creating cache $cache_file" >&6;}
  1260.   >$cache_file
  1261. fi
  1262. # Check that the precious variables saved in the cache have kept the same
  1263. # value.
  1264. ac_cache_corrupted=false
  1265. for ac_var in `(set) 2>&1 |
  1266.        sed -n 's/^ac_env_([a-zA-Z_0-9]*)_set=.*/1/p'`; do
  1267.   eval ac_old_set=$ac_cv_env_${ac_var}_set
  1268.   eval ac_new_set=$ac_env_${ac_var}_set
  1269.   eval ac_old_val="$ac_cv_env_${ac_var}_value"
  1270.   eval ac_new_val="$ac_env_${ac_var}_value"
  1271.   case $ac_old_set,$ac_new_set in
  1272.     set,)
  1273.       { echo "$as_me:$LINENO: error: `$ac_var' was set to `$ac_old_val' in the previous run" >&5
  1274. echo "$as_me: error: `$ac_var' was set to `$ac_old_val' in the previous run" >&2;}
  1275.       ac_cache_corrupted=: ;;
  1276.     ,set)
  1277.       { echo "$as_me:$LINENO: error: `$ac_var' was not set in the previous run" >&5
  1278. echo "$as_me: error: `$ac_var' was not set in the previous run" >&2;}
  1279.       ac_cache_corrupted=: ;;
  1280.     ,);;
  1281.     *)
  1282.       if test "x$ac_old_val" != "x$ac_new_val"; then
  1283. { echo "$as_me:$LINENO: error: `$ac_var' has changed since the previous run:" >&5
  1284. echo "$as_me: error: `$ac_var' has changed since the previous run:" >&2;}
  1285. { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
  1286. echo "$as_me:   former value:  $ac_old_val" >&2;}
  1287. { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
  1288. echo "$as_me:   current value: $ac_new_val" >&2;}
  1289. ac_cache_corrupted=:
  1290.       fi;;
  1291.   esac
  1292.   # Pass precious variables to config.status.
  1293.   if test "$ac_new_set" = set; then
  1294.     case $ac_new_val in
  1295.     *" "*|*" "*|*[[]~#$^&*(){}\|;<>?"']*)
  1296.       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\''/g"` ;;
  1297.     *) ac_arg=$ac_var=$ac_new_val ;;
  1298.     esac
  1299.     case " $ac_configure_args " in
  1300.       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
  1301.       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  1302.     esac
  1303.   fi
  1304. done
  1305. if $ac_cache_corrupted; then
  1306.   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
  1307. echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  1308.   { { echo "$as_me:$LINENO: error: run `make distclean' and/or `rm $cache_file' and start over" >&5
  1309. echo "$as_me: error: run `make distclean' and/or `rm $cache_file' and start over" >&2;}
  1310.    { (exit 1); exit 1; }; }
  1311. fi
  1312. ac_ext=c
  1313. ac_cpp='$CPP $CPPFLAGS'
  1314. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1315. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1316. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1317. am__api_version="1.8"
  1318. ac_aux_dir=
  1319. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  1320.   if test -f $ac_dir/install-sh; then
  1321.     ac_aux_dir=$ac_dir
  1322.     ac_install_sh="$ac_aux_dir/install-sh -c"
  1323.     break
  1324.   elif test -f $ac_dir/install.sh; then
  1325.     ac_aux_dir=$ac_dir
  1326.     ac_install_sh="$ac_aux_dir/install.sh -c"
  1327.     break
  1328.   elif test -f $ac_dir/shtool; then
  1329.     ac_aux_dir=$ac_dir
  1330.     ac_install_sh="$ac_aux_dir/shtool install -c"
  1331.     break
  1332.   fi
  1333. done
  1334. if test -z "$ac_aux_dir"; then
  1335.   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
  1336. echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
  1337.    { (exit 1); exit 1; }; }
  1338. fi
  1339. ac_config_guess="$SHELL $ac_aux_dir/config.guess"
  1340. ac_config_sub="$SHELL $ac_aux_dir/config.sub"
  1341. ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
  1342. # Find a good install program.  We prefer a C program (faster),
  1343. # so one script is as good as another.  But avoid the broken or
  1344. # incompatible versions:
  1345. # SysV /etc/install, /usr/sbin/install
  1346. # SunOS /usr/etc/install
  1347. # IRIX /sbin/install
  1348. # AIX /bin/install
  1349. # AmigaOS /C/install, which installs bootblocks on floppy discs
  1350. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  1351. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  1352. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1353. # OS/2's system install, which has a completely different semantic
  1354. # ./install, which can be erroneously created by make from ./install.sh.
  1355. echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
  1356. echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
  1357. if test -z "$INSTALL"; then
  1358. if test "${ac_cv_path_install+set}" = set; then
  1359.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1360. else
  1361.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1362. for as_dir in $PATH
  1363. do
  1364.   IFS=$as_save_IFS
  1365.   test -z "$as_dir" && as_dir=.
  1366.   # Account for people who put trailing slashes in PATH elements.
  1367. case $as_dir/ in
  1368.   ./ | .// | /cC/* | 
  1369.   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | 
  1370.   ?:\/os2\/install\/* | ?:\/OS2\/INSTALL\/* | 
  1371.   /usr/ucb/* ) ;;
  1372.   *)
  1373.     # OSF1 and SCO ODT 3.0 have their own names for install.
  1374.     # Don't use installbsd from OSF since it installs stuff as root
  1375.     # by default.
  1376.     for ac_prog in ginstall scoinst install; do
  1377.       for ac_exec_ext in '' $ac_executable_extensions; do
  1378. if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
  1379.   if test $ac_prog = install &&
  1380.     grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1381.     # AIX install.  It has an incompatible calling convention.
  1382.     :
  1383.   elif test $ac_prog = install &&
  1384.     grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1385.     # program-specific install script used by HP pwplus--don't use.
  1386.     :
  1387.   else
  1388.     ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
  1389.     break 3
  1390.   fi
  1391. fi
  1392.       done
  1393.     done
  1394.     ;;
  1395. esac
  1396. done
  1397. fi
  1398.   if test "${ac_cv_path_install+set}" = set; then
  1399.     INSTALL=$ac_cv_path_install
  1400.   else
  1401.     # As a last resort, use the slow shell script.  We don't cache a
  1402.     # path for INSTALL within a source directory, because that will
  1403.     # break other packages using the cache if that directory is
  1404.     # removed, or if the path is relative.
  1405.     INSTALL=$ac_install_sh
  1406.   fi
  1407. fi
  1408. echo "$as_me:$LINENO: result: $INSTALL" >&5
  1409. echo "${ECHO_T}$INSTALL" >&6
  1410. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1411. # It thinks the first close brace ends the variable substitution.
  1412. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  1413. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
  1414. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1415. echo "$as_me:$LINENO: checking whether build environment is sane" >&5
  1416. echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
  1417. # Just in case
  1418. sleep 1
  1419. echo timestamp > conftest.file
  1420. # Do `set' in a subshell so we don't clobber the current shell's
  1421. # arguments.  Must try -L first in case configure is actually a
  1422. # symlink; some systems play weird games with the mod time of symlinks
  1423. # (eg FreeBSD returns the mod time of the symlink's containing
  1424. # directory).
  1425. if (
  1426.    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
  1427.    if test "$*" = "X"; then
  1428.       # -L didn't work.
  1429.       set X `ls -t $srcdir/configure conftest.file`
  1430.    fi
  1431.    rm -f conftest.file
  1432.    if test "$*" != "X $srcdir/configure conftest.file" 
  1433.       && test "$*" != "X conftest.file $srcdir/configure"; then
  1434.       # If neither matched, then we have a broken ls.  This can happen
  1435.       # if, for instance, CONFIG_SHELL is bash and it inherits a
  1436.       # broken ls alias from the environment.  This has actually
  1437.       # happened.  Such a system could not be considered "sane".
  1438.       { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
  1439. alias in your environment" >&5
  1440. echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
  1441. alias in your environment" >&2;}
  1442.    { (exit 1); exit 1; }; }
  1443.    fi
  1444.    test "$2" = conftest.file
  1445.    )
  1446. then
  1447.    # Ok.
  1448.    :
  1449. else
  1450.    { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
  1451. Check your system clock" >&5
  1452. echo "$as_me: error: newly created file is older than distributed files!
  1453. Check your system clock" >&2;}
  1454.    { (exit 1); exit 1; }; }
  1455. fi
  1456. echo "$as_me:$LINENO: result: yes" >&5
  1457. echo "${ECHO_T}yes" >&6
  1458. test "$program_prefix" != NONE &&
  1459.   program_transform_name="s,^,$program_prefix,;$program_transform_name"
  1460. # Use a double $ so make ignores it.
  1461. test "$program_suffix" != NONE &&
  1462.   program_transform_name="s,$,$program_suffix,;$program_transform_name"
  1463. # Double any  or $.  echo might interpret backslashes.
  1464. # By default was `s,x,x', remove it if useless.
  1465. cat <<_ACEOF >conftest.sed
  1466. s/[\$]/&&/g;s/;s,x,x,$//
  1467. _ACEOF
  1468. program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
  1469. rm conftest.sed
  1470. # expand $ac_aux_dir to an absolute path
  1471. am_aux_dir=`cd $ac_aux_dir && pwd`
  1472. test x"${MISSING+set}" = xset || MISSING="${SHELL} $am_aux_dir/missing"
  1473. # Use eval to expand $SHELL
  1474. if eval "$MISSING --run true"; then
  1475.   am_missing_run="$MISSING --run "
  1476. else
  1477.   am_missing_run=
  1478.   { echo "$as_me:$LINENO: WARNING: `missing' script is too old or missing" >&5
  1479. echo "$as_me: WARNING: `missing' script is too old or missing" >&2;}
  1480. fi
  1481. if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
  1482.   # Keeping the `.' argument allows $(mkdir_p) to be used without
  1483.   # argument.  Indeed, we sometimes output rules like
  1484.   #   $(mkdir_p) $(somedir)
  1485.   # where $(somedir) is conditionally defined.
  1486.   # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
  1487.   # expensive solution, as it forces Make to start a sub-shell.)
  1488.   mkdir_p='mkdir -p -- .'
  1489. else
  1490.   # On NextStep and OpenStep, the `mkdir' command does not
  1491.   # recognize any option.  It will interpret all options as
  1492.   # directories to create, and then abort because `.' already
  1493.   # exists.
  1494.   for d in ./-p ./--version;
  1495.   do
  1496.     test -d $d && rmdir $d
  1497.   done
  1498.   # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
  1499.   if test -f "$ac_aux_dir/mkinstalldirs"; then
  1500.     mkdir_p='$(mkinstalldirs)'
  1501.   else
  1502.     mkdir_p='$(install_sh) -d'
  1503.   fi
  1504. fi
  1505. for ac_prog in gawk mawk nawk awk
  1506. do
  1507.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  1508. set dummy $ac_prog; ac_word=$2
  1509. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1510. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1511. if test "${ac_cv_prog_AWK+set}" = set; then
  1512.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1513. else
  1514.   if test -n "$AWK"; then
  1515.   ac_cv_prog_AWK="$AWK" # Let the user override the test.
  1516. else
  1517. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1518. for as_dir in $PATH
  1519. do
  1520.   IFS=$as_save_IFS
  1521.   test -z "$as_dir" && as_dir=.
  1522.   for ac_exec_ext in '' $ac_executable_extensions; do
  1523.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1524.     ac_cv_prog_AWK="$ac_prog"
  1525.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1526.     break 2
  1527.   fi
  1528. done
  1529. done
  1530. fi
  1531. fi
  1532. AWK=$ac_cv_prog_AWK
  1533. if test -n "$AWK"; then
  1534.   echo "$as_me:$LINENO: result: $AWK" >&5
  1535. echo "${ECHO_T}$AWK" >&6
  1536. else
  1537.   echo "$as_me:$LINENO: result: no" >&5
  1538. echo "${ECHO_T}no" >&6
  1539. fi
  1540.   test -n "$AWK" && break
  1541. done
  1542. echo "$as_me:$LINENO: checking whether ${MAKE-make} sets $(MAKE)" >&5
  1543. echo $ECHO_N "checking whether ${MAKE-make} sets $(MAKE)... $ECHO_C" >&6
  1544. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
  1545. if eval "test "${ac_cv_prog_make_${ac_make}_set+set}" = set"; then
  1546.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1547. else
  1548.   cat >conftest.make <<_ACEOF
  1549. all:
  1550. @echo 'ac_maketemp="$(MAKE)"'
  1551. _ACEOF
  1552. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  1553. eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
  1554. if test -n "$ac_maketemp"; then
  1555.   eval ac_cv_prog_make_${ac_make}_set=yes
  1556. else
  1557.   eval ac_cv_prog_make_${ac_make}_set=no
  1558. fi
  1559. rm -f conftest.make
  1560. fi
  1561. if eval "test "`echo '$ac_cv_prog_make_'${ac_make}_set`" = yes"; then
  1562.   echo "$as_me:$LINENO: result: yes" >&5
  1563. echo "${ECHO_T}yes" >&6
  1564.   SET_MAKE=
  1565. else
  1566.   echo "$as_me:$LINENO: result: no" >&5
  1567. echo "${ECHO_T}no" >&6
  1568.   SET_MAKE="MAKE=${MAKE-make}"
  1569. fi
  1570. rm -rf .tst 2>/dev/null
  1571. mkdir .tst 2>/dev/null
  1572. if test -d .tst; then
  1573.   am__leading_dot=.
  1574. else
  1575.   am__leading_dot=_
  1576. fi
  1577. rmdir .tst 2>/dev/null
  1578. # test to see if srcdir already configured
  1579. if test "`cd $srcdir && pwd`" != "`pwd`" &&
  1580.    test -f $srcdir/config.status; then
  1581.   { { echo "$as_me:$LINENO: error: source directory already configured; run "make distclean" there first" >&5
  1582. echo "$as_me: error: source directory already configured; run "make distclean" there first" >&2;}
  1583.    { (exit 1); exit 1; }; }
  1584. fi
  1585. # test whether we have cygpath
  1586. if test -z "$CYGPATH_W"; then
  1587.   if (cygpath --version) >/dev/null 2>/dev/null; then
  1588.     CYGPATH_W='cygpath -w'
  1589.   else
  1590.     CYGPATH_W=echo
  1591.   fi
  1592. fi
  1593. # Define the identity of the package.
  1594.  PACKAGE=flac
  1595.  VERSION=1.1.2
  1596. cat >>confdefs.h <<_ACEOF
  1597. #define PACKAGE "$PACKAGE"
  1598. _ACEOF
  1599. cat >>confdefs.h <<_ACEOF
  1600. #define VERSION "$VERSION"
  1601. _ACEOF
  1602. # Some tools Automake needs.
  1603. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
  1604. AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
  1605. AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
  1606. AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
  1607. MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
  1608. AMTAR=${AMTAR-"${am_missing_run}tar"}
  1609. install_sh=${install_sh-"$am_aux_dir/install-sh"}
  1610. # Installed binaries are usually stripped using `strip' when the user
  1611. # run `make install-strip'.  However `strip' might not be the right
  1612. # tool to use in cross-compilation environments, therefore Automake
  1613. # will honor the `STRIP' environment variable to overrule this program.
  1614. if test "$cross_compiling" != no; then
  1615.   if test -n "$ac_tool_prefix"; then
  1616.   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  1617. set dummy ${ac_tool_prefix}strip; ac_word=$2
  1618. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1619. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1620. if test "${ac_cv_prog_STRIP+set}" = set; then
  1621.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1622. else
  1623.   if test -n "$STRIP"; then
  1624.   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
  1625. else
  1626. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1627. for as_dir in $PATH
  1628. do
  1629.   IFS=$as_save_IFS
  1630.   test -z "$as_dir" && as_dir=.
  1631.   for ac_exec_ext in '' $ac_executable_extensions; do
  1632.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1633.     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  1634.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1635.     break 2
  1636.   fi
  1637. done
  1638. done
  1639. fi
  1640. fi
  1641. STRIP=$ac_cv_prog_STRIP
  1642. if test -n "$STRIP"; then
  1643.   echo "$as_me:$LINENO: result: $STRIP" >&5
  1644. echo "${ECHO_T}$STRIP" >&6
  1645. else
  1646.   echo "$as_me:$LINENO: result: no" >&5
  1647. echo "${ECHO_T}no" >&6
  1648. fi
  1649. fi
  1650. if test -z "$ac_cv_prog_STRIP"; then
  1651.   ac_ct_STRIP=$STRIP
  1652.   # Extract the first word of "strip", so it can be a program name with args.
  1653. set dummy strip; ac_word=$2
  1654. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1655. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1656. if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
  1657.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1658. else
  1659.   if test -n "$ac_ct_STRIP"; then
  1660.   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
  1661. else
  1662. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1663. for as_dir in $PATH
  1664. do
  1665.   IFS=$as_save_IFS
  1666.   test -z "$as_dir" && as_dir=.
  1667.   for ac_exec_ext in '' $ac_executable_extensions; do
  1668.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1669.     ac_cv_prog_ac_ct_STRIP="strip"
  1670.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1671.     break 2
  1672.   fi
  1673. done
  1674. done
  1675.   test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
  1676. fi
  1677. fi
  1678. ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
  1679. if test -n "$ac_ct_STRIP"; then
  1680.   echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
  1681. echo "${ECHO_T}$ac_ct_STRIP" >&6
  1682. else
  1683.   echo "$as_me:$LINENO: result: no" >&5
  1684. echo "${ECHO_T}no" >&6
  1685. fi
  1686.   STRIP=$ac_ct_STRIP
  1687. else
  1688.   STRIP="$ac_cv_prog_STRIP"
  1689. fi
  1690. fi
  1691. INSTALL_STRIP_PROGRAM="${SHELL} $(install_sh) -c -s"
  1692. # We need awk for the "check" target.  The system "awk" is bad on
  1693. # some platforms.
  1694. # Don't automagically regenerate autoconf/automake generated files unless
  1695. # explicitly requested.  Eases autobuilding -mdz
  1696. echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
  1697. echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
  1698.     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
  1699. if test "${enable_maintainer_mode+set}" = set; then
  1700.   enableval="$enable_maintainer_mode"
  1701.   USE_MAINTAINER_MODE=$enableval
  1702. else
  1703.   USE_MAINTAINER_MODE=no
  1704. fi;
  1705.   echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
  1706. echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
  1707. if test $USE_MAINTAINER_MODE = yes; then
  1708.   MAINTAINER_MODE_TRUE=
  1709.   MAINTAINER_MODE_FALSE='#'
  1710. else
  1711.   MAINTAINER_MODE_TRUE='#'
  1712.   MAINTAINER_MODE_FALSE=
  1713. fi
  1714.   MAINT=$MAINTAINER_MODE_TRUE
  1715. # We need two libtools, one that builds both shared and static, and
  1716. # one that builds only static.  This is because the resulting libtool
  1717. # does not allow us to choose which to build at runtime.
  1718. # Check whether --enable-shared or --disable-shared was given.
  1719. if test "${enable_shared+set}" = set; then
  1720.   enableval="$enable_shared"
  1721.   p=${PACKAGE-default}
  1722. case $enableval in
  1723. yes) enable_shared=yes ;;
  1724. no) enable_shared=no ;;
  1725. *)
  1726.   enable_shared=no
  1727.   # Look at the argument we got.  We use all the common list separators.
  1728.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
  1729.   for pkg in $enableval; do
  1730.     if test "X$pkg" = "X$p"; then
  1731.       enable_shared=yes
  1732.     fi
  1733.   done
  1734.   IFS="$ac_save_ifs"
  1735.   ;;
  1736. esac
  1737. else
  1738.   enable_shared=yes
  1739. fi;
  1740. # Check whether --enable-static or --disable-static was given.
  1741. if test "${enable_static+set}" = set; then
  1742.   enableval="$enable_static"
  1743.   p=${PACKAGE-default}
  1744. case $enableval in
  1745. yes) enable_static=yes ;;
  1746. no) enable_static=no ;;
  1747. *)
  1748.   enable_static=no
  1749.   # Look at the argument we got.  We use all the common list separators.
  1750.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
  1751.   for pkg in $enableval; do
  1752.     if test "X$pkg" = "X$p"; then
  1753.       enable_static=yes
  1754.     fi
  1755.   done
  1756.   IFS="$ac_save_ifs"
  1757.   ;;
  1758. esac
  1759. else
  1760.   enable_static=yes
  1761. fi;
  1762. # Check whether --enable-fast-install or --disable-fast-install was given.
  1763. if test "${enable_fast_install+set}" = set; then
  1764.   enableval="$enable_fast_install"
  1765.   p=${PACKAGE-default}
  1766. case $enableval in
  1767. yes) enable_fast_install=yes ;;
  1768. no) enable_fast_install=no ;;
  1769. *)
  1770.   enable_fast_install=no
  1771.   # Look at the argument we got.  We use all the common list separators.
  1772.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
  1773.   for pkg in $enableval; do
  1774.     if test "X$pkg" = "X$p"; then
  1775.       enable_fast_install=yes
  1776.     fi
  1777.   done
  1778.   IFS="$ac_save_ifs"
  1779.   ;;
  1780. esac
  1781. else
  1782.   enable_fast_install=yes
  1783. fi;
  1784. # Make sure we can run config.sub.
  1785. $ac_config_sub sun4 >/dev/null 2>&1 ||
  1786.   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
  1787. echo "$as_me: error: cannot run $ac_config_sub" >&2;}
  1788.    { (exit 1); exit 1; }; }
  1789. echo "$as_me:$LINENO: checking build system type" >&5
  1790. echo $ECHO_N "checking build system type... $ECHO_C" >&6
  1791. if test "${ac_cv_build+set}" = set; then
  1792.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1793. else
  1794.   ac_cv_build_alias=$build_alias
  1795. test -z "$ac_cv_build_alias" &&
  1796.   ac_cv_build_alias=`$ac_config_guess`
  1797. test -z "$ac_cv_build_alias" &&
  1798.   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
  1799. echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
  1800.    { (exit 1); exit 1; }; }
  1801. ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
  1802.   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
  1803. echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
  1804.    { (exit 1); exit 1; }; }
  1805. fi
  1806. echo "$as_me:$LINENO: result: $ac_cv_build" >&5
  1807. echo "${ECHO_T}$ac_cv_build" >&6
  1808. build=$ac_cv_build
  1809. build_cpu=`echo $ac_cv_build | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  1810. build_vendor=`echo $ac_cv_build | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  1811. build_os=`echo $ac_cv_build | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  1812. echo "$as_me:$LINENO: checking host system type" >&5
  1813. echo $ECHO_N "checking host system type... $ECHO_C" >&6
  1814. if test "${ac_cv_host+set}" = set; then
  1815.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1816. else
  1817.   ac_cv_host_alias=$host_alias
  1818. test -z "$ac_cv_host_alias" &&
  1819.   ac_cv_host_alias=$ac_cv_build_alias
  1820. ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
  1821.   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
  1822. echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
  1823.    { (exit 1); exit 1; }; }
  1824. fi
  1825. echo "$as_me:$LINENO: result: $ac_cv_host" >&5
  1826. echo "${ECHO_T}$ac_cv_host" >&6
  1827. host=$ac_cv_host
  1828. host_cpu=`echo $ac_cv_host | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  1829. host_vendor=`echo $ac_cv_host | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  1830. host_os=`echo $ac_cv_host | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  1831. DEPDIR="${am__leading_dot}deps"
  1832.           ac_config_commands="$ac_config_commands depfiles"
  1833. am_make=${MAKE-make}
  1834. cat > confinc << 'END'
  1835. am__doit:
  1836. @echo done
  1837. .PHONY: am__doit
  1838. END
  1839. # If we don't find an include directive, just comment out the code.
  1840. echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
  1841. echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
  1842. am__include="#"
  1843. am__quote=
  1844. _am_result=none
  1845. # First try GNU make style include.
  1846. echo "include confinc" > confmf
  1847. # We grep out `Entering directory' and `Leaving directory'
  1848. # messages which can occur if `w' ends up in MAKEFLAGS.
  1849. # In particular we don't look at `^make:' because GNU make might
  1850. # be invoked under some other name (usually "gmake"), in which
  1851. # case it prints its new name instead of `make'.
  1852. if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
  1853.    am__include=include
  1854.    am__quote=
  1855.    _am_result=GNU
  1856. fi
  1857. # Now try BSD make style include.
  1858. if test "$am__include" = "#"; then
  1859.    echo '.include "confinc"' > confmf
  1860.    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
  1861.       am__include=.include
  1862.       am__quote="""
  1863.       _am_result=BSD
  1864.    fi
  1865. fi
  1866. echo "$as_me:$LINENO: result: $_am_result" >&5
  1867. echo "${ECHO_T}$_am_result" >&6
  1868. rm -f confinc confmf
  1869. # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
  1870. if test "${enable_dependency_tracking+set}" = set; then
  1871.   enableval="$enable_dependency_tracking"
  1872. fi;
  1873. if test "x$enable_dependency_tracking" != xno; then
  1874.   am_depcomp="$ac_aux_dir/depcomp"
  1875.   AMDEPBACKSLASH=''
  1876. fi
  1877. if test "x$enable_dependency_tracking" != xno; then
  1878.   AMDEP_TRUE=
  1879.   AMDEP_FALSE='#'
  1880. else
  1881.   AMDEP_TRUE='#'
  1882.   AMDEP_FALSE=
  1883. fi
  1884. ac_ext=c
  1885. ac_cpp='$CPP $CPPFLAGS'
  1886. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1887. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1888. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1889. if test -n "$ac_tool_prefix"; then
  1890.   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  1891. set dummy ${ac_tool_prefix}gcc; ac_word=$2
  1892. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1893. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1894. if test "${ac_cv_prog_CC+set}" = set; then
  1895.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1896. else
  1897.   if test -n "$CC"; then
  1898.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1899. else
  1900. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1901. for as_dir in $PATH
  1902. do
  1903.   IFS=$as_save_IFS
  1904.   test -z "$as_dir" && as_dir=.
  1905.   for ac_exec_ext in '' $ac_executable_extensions; do
  1906.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1907.     ac_cv_prog_CC="${ac_tool_prefix}gcc"
  1908.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1909.     break 2
  1910.   fi
  1911. done
  1912. done
  1913. fi
  1914. fi
  1915. CC=$ac_cv_prog_CC
  1916. if test -n "$CC"; then
  1917.   echo "$as_me:$LINENO: result: $CC" >&5
  1918. echo "${ECHO_T}$CC" >&6
  1919. else
  1920.   echo "$as_me:$LINENO: result: no" >&5
  1921. echo "${ECHO_T}no" >&6
  1922. fi
  1923. fi
  1924. if test -z "$ac_cv_prog_CC"; then
  1925.   ac_ct_CC=$CC
  1926.   # Extract the first word of "gcc", so it can be a program name with args.
  1927. set dummy gcc; ac_word=$2
  1928. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1929. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1930. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1931.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1932. else
  1933.   if test -n "$ac_ct_CC"; then
  1934.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # 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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1943.     ac_cv_prog_ac_ct_CC="gcc"
  1944.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1945.     break 2
  1946.   fi
  1947. done
  1948. done
  1949. fi
  1950. fi
  1951. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1952. if test -n "$ac_ct_CC"; then
  1953.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1954. echo "${ECHO_T}$ac_ct_CC" >&6
  1955. else
  1956.   echo "$as_me:$LINENO: result: no" >&5
  1957. echo "${ECHO_T}no" >&6
  1958. fi
  1959.   CC=$ac_ct_CC
  1960. else
  1961.   CC="$ac_cv_prog_CC"
  1962. fi
  1963. if test -z "$CC"; then
  1964.   if test -n "$ac_tool_prefix"; then
  1965.   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  1966. set dummy ${ac_tool_prefix}cc; ac_word=$2
  1967. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1968. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1969. if test "${ac_cv_prog_CC+set}" = set; then
  1970.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1971. else
  1972.   if test -n "$CC"; then
  1973.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1974. else
  1975. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1976. for as_dir in $PATH
  1977. do
  1978.   IFS=$as_save_IFS
  1979.   test -z "$as_dir" && as_dir=.
  1980.   for ac_exec_ext in '' $ac_executable_extensions; do
  1981.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1982.     ac_cv_prog_CC="${ac_tool_prefix}cc"
  1983.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1984.     break 2
  1985.   fi
  1986. done
  1987. done
  1988. fi
  1989. fi
  1990. CC=$ac_cv_prog_CC
  1991. if test -n "$CC"; then
  1992.   echo "$as_me:$LINENO: result: $CC" >&5
  1993. echo "${ECHO_T}$CC" >&6
  1994. else
  1995.   echo "$as_me:$LINENO: result: no" >&5
  1996. echo "${ECHO_T}no" >&6
  1997. fi
  1998. fi
  1999. if test -z "$ac_cv_prog_CC"; then
  2000.   ac_ct_CC=$CC
  2001.   # Extract the first word of "cc", so it can be a program name with args.
  2002. set dummy cc; ac_word=$2
  2003. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2004. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2005. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  2006.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2007. else
  2008.   if test -n "$ac_ct_CC"; then
  2009.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  2010. else
  2011. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2012. for as_dir in $PATH
  2013. do
  2014.   IFS=$as_save_IFS
  2015.   test -z "$as_dir" && as_dir=.
  2016.   for ac_exec_ext in '' $ac_executable_extensions; do
  2017.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2018.     ac_cv_prog_ac_ct_CC="cc"
  2019.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2020.     break 2
  2021.   fi
  2022. done
  2023. done
  2024. fi
  2025. fi
  2026. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  2027. if test -n "$ac_ct_CC"; then
  2028.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  2029. echo "${ECHO_T}$ac_ct_CC" >&6
  2030. else
  2031.   echo "$as_me:$LINENO: result: no" >&5
  2032. echo "${ECHO_T}no" >&6
  2033. fi
  2034.   CC=$ac_ct_CC
  2035. else
  2036.   CC="$ac_cv_prog_CC"
  2037. fi
  2038. fi
  2039. if test -z "$CC"; then
  2040.   # Extract the first word of "cc", so it can be a program name with args.
  2041. set dummy cc; ac_word=$2
  2042. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2043. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2044. if test "${ac_cv_prog_CC+set}" = set; then
  2045.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2046. else
  2047.   if test -n "$CC"; then
  2048.   ac_cv_prog_CC="$CC" # Let the user override the test.
  2049. else
  2050.   ac_prog_rejected=no
  2051. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2052. for as_dir in $PATH
  2053. do
  2054.   IFS=$as_save_IFS
  2055.   test -z "$as_dir" && as_dir=.
  2056.   for ac_exec_ext in '' $ac_executable_extensions; do
  2057.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2058.     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  2059.        ac_prog_rejected=yes
  2060.        continue
  2061.      fi
  2062.     ac_cv_prog_CC="cc"
  2063.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2064.     break 2
  2065.   fi
  2066. done
  2067. done
  2068. if test $ac_prog_rejected = yes; then
  2069.   # We found a bogon in the path, so make sure we never use it.
  2070.   set dummy $ac_cv_prog_CC
  2071.   shift
  2072.   if test $# != 0; then
  2073.     # We chose a different compiler from the bogus one.
  2074.     # However, it has the same basename, so the bogon will be chosen
  2075.     # first if we set CC to just the basename; use the full file name.
  2076.     shift
  2077.     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  2078.   fi
  2079. fi
  2080. fi
  2081. fi
  2082. CC=$ac_cv_prog_CC
  2083. if test -n "$CC"; then
  2084.   echo "$as_me:$LINENO: result: $CC" >&5
  2085. echo "${ECHO_T}$CC" >&6
  2086. else
  2087.   echo "$as_me:$LINENO: result: no" >&5
  2088. echo "${ECHO_T}no" >&6
  2089. fi
  2090. fi
  2091. if test -z "$CC"; then
  2092.   if test -n "$ac_tool_prefix"; then
  2093.   for ac_prog in cl
  2094.   do
  2095.     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  2096. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  2097. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2098. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2099. if test "${ac_cv_prog_CC+set}" = set; then
  2100.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2101. else
  2102.   if test -n "$CC"; then
  2103.   ac_cv_prog_CC="$CC" # Let the user override the test.
  2104. else
  2105. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2106. for as_dir in $PATH
  2107. do
  2108.   IFS=$as_save_IFS
  2109.   test -z "$as_dir" && as_dir=.
  2110.   for ac_exec_ext in '' $ac_executable_extensions; do
  2111.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2112.     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  2113.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2114.     break 2
  2115.   fi
  2116. done
  2117. done
  2118. fi
  2119. fi
  2120. CC=$ac_cv_prog_CC
  2121. if test -n "$CC"; then
  2122.   echo "$as_me:$LINENO: result: $CC" >&5
  2123. echo "${ECHO_T}$CC" >&6
  2124. else
  2125.   echo "$as_me:$LINENO: result: no" >&5
  2126. echo "${ECHO_T}no" >&6
  2127. fi
  2128.     test -n "$CC" && break
  2129.   done
  2130. fi
  2131. if test -z "$CC"; then
  2132.   ac_ct_CC=$CC
  2133.   for ac_prog in cl
  2134. do
  2135.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  2136. set dummy $ac_prog; ac_word=$2
  2137. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2138. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2139. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  2140.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2141. else
  2142.   if test -n "$ac_ct_CC"; then
  2143.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  2144. else
  2145. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2146. for as_dir in $PATH
  2147. do
  2148.   IFS=$as_save_IFS
  2149.   test -z "$as_dir" && as_dir=.
  2150.   for ac_exec_ext in '' $ac_executable_extensions; do
  2151.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2152.     ac_cv_prog_ac_ct_CC="$ac_prog"
  2153.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2154.     break 2
  2155.   fi
  2156. done
  2157. done
  2158. fi
  2159. fi
  2160. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  2161. if test -n "$ac_ct_CC"; then
  2162.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  2163. echo "${ECHO_T}$ac_ct_CC" >&6
  2164. else
  2165.   echo "$as_me:$LINENO: result: no" >&5
  2166. echo "${ECHO_T}no" >&6
  2167. fi
  2168.   test -n "$ac_ct_CC" && break
  2169. done
  2170.   CC=$ac_ct_CC
  2171. fi
  2172. fi
  2173. test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in $PATH
  2174. See `config.log' for more details." >&5
  2175. echo "$as_me: error: no acceptable C compiler found in $PATH
  2176. See `config.log' for more details." >&2;}
  2177.    { (exit 1); exit 1; }; }
  2178. # Provide some information about the compiler.
  2179. echo "$as_me:$LINENO:" 
  2180.      "checking for C compiler version" >&5
  2181. ac_compiler=`set X $ac_compile; echo $2`
  2182. { (eval echo "$as_me:$LINENO: "$ac_compiler --version </dev/null >&5"") >&5
  2183.   (eval $ac_compiler --version </dev/null >&5) 2>&5
  2184.   ac_status=$?
  2185.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2186.   (exit $ac_status); }
  2187. { (eval echo "$as_me:$LINENO: "$ac_compiler -v </dev/null >&5"") >&5
  2188.   (eval $ac_compiler -v </dev/null >&5) 2>&5
  2189.   ac_status=$?
  2190.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2191.   (exit $ac_status); }
  2192. { (eval echo "$as_me:$LINENO: "$ac_compiler -V </dev/null >&5"") >&5
  2193.   (eval $ac_compiler -V </dev/null >&5) 2>&5
  2194.   ac_status=$?
  2195.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2196.   (exit $ac_status); }
  2197. cat >conftest.$ac_ext <<_ACEOF
  2198. /* confdefs.h.  */
  2199. _ACEOF
  2200. cat confdefs.h >>conftest.$ac_ext
  2201. cat >>conftest.$ac_ext <<_ACEOF
  2202. /* end confdefs.h.  */
  2203. int
  2204. main ()
  2205. {
  2206.   ;
  2207.   return 0;
  2208. }
  2209. _ACEOF
  2210. ac_clean_files_save=$ac_clean_files
  2211. ac_clean_files="$ac_clean_files a.out a.exe b.out"
  2212. # Try to create an executable without -o first, disregard a.out.
  2213. # It will help us diagnose broken compilers, and finding out an intuition
  2214. # of exeext.
  2215. echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
  2216. echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
  2217. ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
  2218. if { (eval echo "$as_me:$LINENO: "$ac_link_default"") >&5
  2219.   (eval $ac_link_default) 2>&5
  2220.   ac_status=$?
  2221.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2222.   (exit $ac_status); }; then
  2223.   # Find the output, starting from the most likely.  This scheme is
  2224. # not robust to junk in `.', hence go to wildcards (a.*) only as a last
  2225. # resort.
  2226. # Be careful to initialize this variable, since it used to be cached.
  2227. # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
  2228. ac_cv_exeext=
  2229. # b.out is created by i960 compilers.
  2230. for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
  2231. do
  2232.   test -f "$ac_file" || continue
  2233.   case $ac_file in
  2234.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
  2235. ;;
  2236.     conftest.$ac_ext )
  2237. # This is the source file.
  2238. ;;
  2239.     [ab].out )
  2240. # We found the default executable, but exeext='' is most
  2241. # certainly right.
  2242. break;;
  2243.     *.* )
  2244. ac_cv_exeext=`expr "$ac_file" : '[^.]*(..*)'`
  2245. # FIXME: I believe we export ac_cv_exeext for Libtool,
  2246. # but it would be cool to find out if it's true.  Does anybody
  2247. # maintain Libtool? --akim.
  2248. export ac_cv_exeext
  2249. break;;
  2250.     * )
  2251. break;;
  2252.   esac
  2253. done
  2254. else
  2255.   echo "$as_me: failed program was:" >&5
  2256. sed 's/^/| /' conftest.$ac_ext >&5
  2257. { { echo "$as_me:$LINENO: error: C compiler cannot create executables
  2258. See `config.log' for more details." >&5
  2259. echo "$as_me: error: C compiler cannot create executables
  2260. See `config.log' for more details." >&2;}
  2261.    { (exit 77); exit 77; }; }
  2262. fi
  2263. ac_exeext=$ac_cv_exeext
  2264. echo "$as_me:$LINENO: result: $ac_file" >&5
  2265. echo "${ECHO_T}$ac_file" >&6
  2266. # Check the compiler produces executables we can run.  If not, either
  2267. # the compiler is broken, or we cross compile.
  2268. echo "$as_me:$LINENO: checking whether the C compiler works" >&5
  2269. echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
  2270. # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
  2271. # If not cross compiling, check that we can run a simple program.
  2272. if test "$cross_compiling" != yes; then
  2273.   if { ac_try='./$ac_file'
  2274.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2275.   (eval $ac_try) 2>&5
  2276.   ac_status=$?
  2277.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2278.   (exit $ac_status); }; }; then
  2279.     cross_compiling=no
  2280.   else
  2281.     if test "$cross_compiling" = maybe; then
  2282. cross_compiling=yes
  2283.     else
  2284. { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
  2285. If you meant to cross compile, use `--host'.
  2286. See `config.log' for more details." >&5
  2287. echo "$as_me: error: cannot run C compiled programs.
  2288. If you meant to cross compile, use `--host'.
  2289. See `config.log' for more details." >&2;}
  2290.    { (exit 1); exit 1; }; }
  2291.     fi
  2292.   fi
  2293. fi
  2294. echo "$as_me:$LINENO: result: yes" >&5
  2295. echo "${ECHO_T}yes" >&6
  2296. rm -f a.out a.exe conftest$ac_cv_exeext b.out
  2297. ac_clean_files=$ac_clean_files_save
  2298. # Check the compiler produces executables we can run.  If not, either
  2299. # the compiler is broken, or we cross compile.
  2300. echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
  2301. echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
  2302. echo "$as_me:$LINENO: result: $cross_compiling" >&5
  2303. echo "${ECHO_T}$cross_compiling" >&6
  2304. echo "$as_me:$LINENO: checking for suffix of executables" >&5
  2305. echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
  2306. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2307.   (eval $ac_link) 2>&5
  2308.   ac_status=$?
  2309.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2310.   (exit $ac_status); }; then
  2311.   # If both `conftest.exe' and `conftest' are `present' (well, observable)
  2312. # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
  2313. # work properly (i.e., refer to `conftest.exe'), while it won't with
  2314. # `rm'.
  2315. for ac_file in conftest.exe conftest conftest.*; do
  2316.   test -f "$ac_file" || continue
  2317.   case $ac_file in
  2318.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
  2319.     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*(..*)'`
  2320.   export ac_cv_exeext
  2321.   break;;
  2322.     * ) break;;
  2323.   esac
  2324. done
  2325. else
  2326.   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
  2327. See `config.log' for more details." >&5
  2328. echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
  2329. See `config.log' for more details." >&2;}
  2330.    { (exit 1); exit 1; }; }
  2331. fi
  2332. rm -f conftest$ac_cv_exeext
  2333. echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
  2334. echo "${ECHO_T}$ac_cv_exeext" >&6
  2335. rm -f conftest.$ac_ext
  2336. EXEEXT=$ac_cv_exeext
  2337. ac_exeext=$EXEEXT
  2338. echo "$as_me:$LINENO: checking for suffix of object files" >&5
  2339. echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
  2340. if test "${ac_cv_objext+set}" = set; then
  2341.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2342. else
  2343.   cat >conftest.$ac_ext <<_ACEOF
  2344. /* confdefs.h.  */
  2345. _ACEOF
  2346. cat confdefs.h >>conftest.$ac_ext
  2347. cat >>conftest.$ac_ext <<_ACEOF
  2348. /* end confdefs.h.  */
  2349. int
  2350. main ()
  2351. {
  2352.   ;
  2353.   return 0;
  2354. }
  2355. _ACEOF
  2356. rm -f conftest.o conftest.obj
  2357. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2358.   (eval $ac_compile) 2>&5
  2359.   ac_status=$?
  2360.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2361.   (exit $ac_status); }; then
  2362.   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
  2363.   case $ac_file in
  2364.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
  2365.     *) ac_cv_objext=`expr "$ac_file" : '.*.(.*)'`
  2366.        break;;
  2367.   esac
  2368. done
  2369. else
  2370.   echo "$as_me: failed program was:" >&5
  2371. sed 's/^/| /' conftest.$ac_ext >&5
  2372. { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
  2373. See `config.log' for more details." >&5
  2374. echo "$as_me: error: cannot compute suffix of object files: cannot compile
  2375. See `config.log' for more details." >&2;}
  2376.    { (exit 1); exit 1; }; }
  2377. fi
  2378. rm -f conftest.$ac_cv_objext conftest.$ac_ext
  2379. fi
  2380. echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
  2381. echo "${ECHO_T}$ac_cv_objext" >&6
  2382. OBJEXT=$ac_cv_objext
  2383. ac_objext=$OBJEXT
  2384. echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  2385. echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
  2386. if test "${ac_cv_c_compiler_gnu+set}" = set; then
  2387.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2388. else
  2389.   cat >conftest.$ac_ext <<_ACEOF
  2390. /* confdefs.h.  */
  2391. _ACEOF
  2392. cat confdefs.h >>conftest.$ac_ext
  2393. cat >>conftest.$ac_ext <<_ACEOF
  2394. /* end confdefs.h.  */
  2395. int
  2396. main ()
  2397. {
  2398. #ifndef __GNUC__
  2399.        choke me
  2400. #endif
  2401.   ;
  2402.   return 0;
  2403. }
  2404. _ACEOF
  2405. rm -f conftest.$ac_objext
  2406. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2407.   (eval $ac_compile) 2>conftest.er1
  2408.   ac_status=$?
  2409.   grep -v '^ *+' conftest.er1 >conftest.err
  2410.   rm -f conftest.er1
  2411.   cat conftest.err >&5
  2412.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2413.   (exit $ac_status); } &&
  2414.  { ac_try='test -z "$ac_c_werror_flag"
  2415.  || test ! -s conftest.err'
  2416.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2417.   (eval $ac_try) 2>&5
  2418.   ac_status=$?
  2419.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2420.   (exit $ac_status); }; } &&
  2421.  { ac_try='test -s conftest.$ac_objext'
  2422.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2423.   (eval $ac_try) 2>&5
  2424.   ac_status=$?
  2425.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2426.   (exit $ac_status); }; }; then
  2427.   ac_compiler_gnu=yes
  2428. else
  2429.   echo "$as_me: failed program was:" >&5
  2430. sed 's/^/| /' conftest.$ac_ext >&5
  2431. ac_compiler_gnu=no
  2432. fi
  2433. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2434. ac_cv_c_compiler_gnu=$ac_compiler_gnu
  2435. fi
  2436. echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  2437. echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
  2438. GCC=`test $ac_compiler_gnu = yes && echo yes`
  2439. ac_test_CFLAGS=${CFLAGS+set}
  2440. ac_save_CFLAGS=$CFLAGS
  2441. CFLAGS="-g"
  2442. echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  2443. echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
  2444. if test "${ac_cv_prog_cc_g+set}" = set; then
  2445.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2446. else
  2447.   cat >conftest.$ac_ext <<_ACEOF
  2448. /* confdefs.h.  */
  2449. _ACEOF
  2450. cat confdefs.h >>conftest.$ac_ext
  2451. cat >>conftest.$ac_ext <<_ACEOF
  2452. /* end confdefs.h.  */
  2453. int
  2454. main ()
  2455. {
  2456.   ;
  2457.   return 0;
  2458. }
  2459. _ACEOF
  2460. rm -f conftest.$ac_objext
  2461. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2462.   (eval $ac_compile) 2>conftest.er1
  2463.   ac_status=$?
  2464.   grep -v '^ *+' conftest.er1 >conftest.err
  2465.   rm -f conftest.er1
  2466.   cat conftest.err >&5
  2467.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2468.   (exit $ac_status); } &&
  2469.  { ac_try='test -z "$ac_c_werror_flag"
  2470.  || test ! -s conftest.err'
  2471.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2472.   (eval $ac_try) 2>&5
  2473.   ac_status=$?
  2474.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2475.   (exit $ac_status); }; } &&
  2476.  { ac_try='test -s conftest.$ac_objext'
  2477.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2478.   (eval $ac_try) 2>&5
  2479.   ac_status=$?
  2480.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2481.   (exit $ac_status); }; }; then
  2482.   ac_cv_prog_cc_g=yes
  2483. else
  2484.   echo "$as_me: failed program was:" >&5
  2485. sed 's/^/| /' conftest.$ac_ext >&5
  2486. ac_cv_prog_cc_g=no
  2487. fi
  2488. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2489. fi
  2490. echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  2491. echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
  2492. if test "$ac_test_CFLAGS" = set; then
  2493.   CFLAGS=$ac_save_CFLAGS
  2494. elif test $ac_cv_prog_cc_g = yes; then
  2495.   if test "$GCC" = yes; then
  2496.     CFLAGS="-g -O2"
  2497.   else
  2498.     CFLAGS="-g"
  2499.   fi
  2500. else
  2501.   if test "$GCC" = yes; then
  2502.     CFLAGS="-O2"
  2503.   else
  2504.     CFLAGS=
  2505.   fi
  2506. fi
  2507. echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
  2508. echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
  2509. if test "${ac_cv_prog_cc_stdc+set}" = set; then
  2510.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2511. else
  2512.   ac_cv_prog_cc_stdc=no
  2513. ac_save_CC=$CC
  2514. cat >conftest.$ac_ext <<_ACEOF
  2515. /* confdefs.h.  */
  2516. _ACEOF
  2517. cat confdefs.h >>conftest.$ac_ext
  2518. cat >>conftest.$ac_ext <<_ACEOF
  2519. /* end confdefs.h.  */
  2520. #include <stdarg.h>
  2521. #include <stdio.h>
  2522. #include <sys/types.h>
  2523. #include <sys/stat.h>
  2524. /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  2525. struct buf { int x; };
  2526. FILE * (*rcsopen) (struct buf *, struct stat *, int);
  2527. static char *e (p, i)
  2528.      char **p;
  2529.      int i;
  2530. {
  2531.   return p[i];
  2532. }
  2533. static char *f (char * (*g) (char **, int), char **p, ...)
  2534. {
  2535.   char *s;
  2536.   va_list v;
  2537.   va_start (v,p);
  2538.   s = g (p, va_arg (v,int));
  2539.   va_end (v);
  2540.   return s;
  2541. }
  2542. /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  2543.    function prototypes and stuff, but not 'xHH' hex character constants.
  2544.    These don't provoke an error unfortunately, instead are silently treated
  2545.    as 'x'.  The following induces an error, until -std1 is added to get
  2546.    proper ANSI mode.  Curiously 'x00'!='x' always comes out true, for an
  2547.    array size at least.  It's necessary to write 'x00'==0 to get something
  2548.    that's true only with -std1.  */
  2549. int osf4_cc_array ['x00' == 0 ? 1 : -1];
  2550. int test (int i, double x);
  2551. struct s1 {int (*f) (int a);};
  2552. struct s2 {int (*f) (double a);};
  2553. int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  2554. int argc;
  2555. char **argv;
  2556. int
  2557. main ()
  2558. {
  2559. return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  2560.   ;
  2561.   return 0;
  2562. }
  2563. _ACEOF
  2564. # Don't try gcc -ansi; that turns off useful extensions and
  2565. # breaks some systems' header files.
  2566. # AIX -qlanglvl=ansi
  2567. # Ultrix and OSF/1 -std1
  2568. # HP-UX 10.20 and later -Ae
  2569. # HP-UX older versions -Aa -D_HPUX_SOURCE
  2570. # SVR4 -Xc -D__EXTENSIONS__
  2571. for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  2572. do
  2573.   CC="$ac_save_CC $ac_arg"
  2574.   rm -f conftest.$ac_objext
  2575. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2576.   (eval $ac_compile) 2>conftest.er1
  2577.   ac_status=$?
  2578.   grep -v '^ *+' conftest.er1 >conftest.err
  2579.   rm -f conftest.er1
  2580.   cat conftest.err >&5
  2581.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2582.   (exit $ac_status); } &&
  2583.  { ac_try='test -z "$ac_c_werror_flag"
  2584.  || test ! -s conftest.err'
  2585.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2586.   (eval $ac_try) 2>&5
  2587.   ac_status=$?
  2588.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2589.   (exit $ac_status); }; } &&
  2590.  { ac_try='test -s conftest.$ac_objext'
  2591.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2592.   (eval $ac_try) 2>&5
  2593.   ac_status=$?
  2594.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2595.   (exit $ac_status); }; }; then
  2596.   ac_cv_prog_cc_stdc=$ac_arg
  2597. break
  2598. else
  2599.   echo "$as_me: failed program was:" >&5
  2600. sed 's/^/| /' conftest.$ac_ext >&5
  2601. fi
  2602. rm -f conftest.err conftest.$ac_objext
  2603. done
  2604. rm -f conftest.$ac_ext conftest.$ac_objext
  2605. CC=$ac_save_CC
  2606. fi
  2607. case "x$ac_cv_prog_cc_stdc" in
  2608.   x|xno)
  2609.     echo "$as_me:$LINENO: result: none needed" >&5
  2610. echo "${ECHO_T}none needed" >&6 ;;
  2611.   *)
  2612.     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
  2613. echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
  2614.     CC="$CC $ac_cv_prog_cc_stdc" ;;
  2615. esac
  2616. # Some people use a C++ compiler to compile C.  Since we use `exit',
  2617. # in C++ we need to declare it.  In case someone uses the same compiler
  2618. # for both compiling C and C++ we need to have the C++ compiler decide
  2619. # the declaration of exit, since it's the most demanding environment.
  2620. cat >conftest.$ac_ext <<_ACEOF
  2621. #ifndef __cplusplus
  2622.   choke me
  2623. #endif
  2624. _ACEOF
  2625. rm -f conftest.$ac_objext
  2626. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2627.   (eval $ac_compile) 2>conftest.er1
  2628.   ac_status=$?
  2629.   grep -v '^ *+' conftest.er1 >conftest.err
  2630.   rm -f conftest.er1
  2631.   cat conftest.err >&5
  2632.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2633.   (exit $ac_status); } &&
  2634.  { ac_try='test -z "$ac_c_werror_flag"
  2635.  || test ! -s conftest.err'
  2636.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2637.   (eval $ac_try) 2>&5
  2638.   ac_status=$?
  2639.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2640.   (exit $ac_status); }; } &&
  2641.  { ac_try='test -s conftest.$ac_objext'
  2642.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2643.   (eval $ac_try) 2>&5
  2644.   ac_status=$?
  2645.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2646.   (exit $ac_status); }; }; then
  2647.   for ac_declaration in 
  2648.    '' 
  2649.    'extern "C" void std::exit (int) throw (); using std::exit;' 
  2650.    'extern "C" void std::exit (int); using std::exit;' 
  2651.    'extern "C" void exit (int) throw ();' 
  2652.    'extern "C" void exit (int);' 
  2653.    'void exit (int);'
  2654. do
  2655.   cat >conftest.$ac_ext <<_ACEOF
  2656. /* confdefs.h.  */
  2657. _ACEOF
  2658. cat confdefs.h >>conftest.$ac_ext
  2659. cat >>conftest.$ac_ext <<_ACEOF
  2660. /* end confdefs.h.  */
  2661. $ac_declaration
  2662. #include <stdlib.h>
  2663. int
  2664. main ()
  2665. {
  2666. exit (42);
  2667.   ;
  2668.   return 0;
  2669. }
  2670. _ACEOF
  2671. rm -f conftest.$ac_objext
  2672. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2673.   (eval $ac_compile) 2>conftest.er1
  2674.   ac_status=$?
  2675.   grep -v '^ *+' conftest.er1 >conftest.err
  2676.   rm -f conftest.er1
  2677.   cat conftest.err >&5
  2678.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2679.   (exit $ac_status); } &&
  2680.  { ac_try='test -z "$ac_c_werror_flag"
  2681.  || test ! -s conftest.err'
  2682.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2683.   (eval $ac_try) 2>&5
  2684.   ac_status=$?
  2685.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2686.   (exit $ac_status); }; } &&
  2687.  { ac_try='test -s conftest.$ac_objext'
  2688.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2689.   (eval $ac_try) 2>&5
  2690.   ac_status=$?
  2691.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2692.   (exit $ac_status); }; }; then
  2693.   :
  2694. else
  2695.   echo "$as_me: failed program was:" >&5
  2696. sed 's/^/| /' conftest.$ac_ext >&5
  2697. continue
  2698. fi
  2699. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2700.   cat >conftest.$ac_ext <<_ACEOF
  2701. /* confdefs.h.  */
  2702. _ACEOF
  2703. cat confdefs.h >>conftest.$ac_ext
  2704. cat >>conftest.$ac_ext <<_ACEOF
  2705. /* end confdefs.h.  */
  2706. $ac_declaration
  2707. int
  2708. main ()
  2709. {
  2710. exit (42);
  2711.   ;
  2712.   return 0;
  2713. }
  2714. _ACEOF
  2715. rm -f conftest.$ac_objext
  2716. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2717.   (eval $ac_compile) 2>conftest.er1
  2718.   ac_status=$?
  2719.   grep -v '^ *+' conftest.er1 >conftest.err
  2720.   rm -f conftest.er1
  2721.   cat conftest.err >&5
  2722.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2723.   (exit $ac_status); } &&
  2724.  { ac_try='test -z "$ac_c_werror_flag"
  2725.  || test ! -s conftest.err'
  2726.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2727.   (eval $ac_try) 2>&5
  2728.   ac_status=$?
  2729.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2730.   (exit $ac_status); }; } &&
  2731.  { ac_try='test -s conftest.$ac_objext'
  2732.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2733.   (eval $ac_try) 2>&5
  2734.   ac_status=$?
  2735.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2736.   (exit $ac_status); }; }; then
  2737.   break
  2738. else
  2739.   echo "$as_me: failed program was:" >&5
  2740. sed 's/^/| /' conftest.$ac_ext >&5
  2741. fi
  2742. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2743. done
  2744. rm -f conftest*
  2745. if test -n "$ac_declaration"; then
  2746.   echo '#ifdef __cplusplus' >>confdefs.h
  2747.   echo $ac_declaration      >>confdefs.h
  2748.   echo '#endif'             >>confdefs.h
  2749. fi
  2750. else
  2751.   echo "$as_me: failed program was:" >&5
  2752. sed 's/^/| /' conftest.$ac_ext >&5
  2753. fi
  2754. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2755. ac_ext=c
  2756. ac_cpp='$CPP $CPPFLAGS'
  2757. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2758. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2759. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2760. depcc="$CC"   am_compiler_list=
  2761. echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
  2762. echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
  2763. if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
  2764.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2765. else
  2766.   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  2767.   # We make a subdir and do the tests there.  Otherwise we can end up
  2768.   # making bogus files that we don't know about and never remove.  For
  2769.   # instance it was reported that on HP-UX the gcc test will end up
  2770.   # making a dummy file named `D' -- because `-MD' means `put the output
  2771.   # in D'.
  2772.   mkdir conftest.dir
  2773.   # Copy depcomp to subdir because otherwise we won't find it if we're
  2774.   # using a relative directory.
  2775.   cp "$am_depcomp" conftest.dir
  2776.   cd conftest.dir
  2777.   # We will build objects and dependencies in a subdirectory because
  2778.   # it helps to detect inapplicable dependency modes.  For instance
  2779.   # both Tru64's cc and ICC support -MD to output dependencies as a
  2780.   # side effect of compilation, but ICC will put the dependencies in
  2781.   # the current directory while Tru64 will put them in the object
  2782.   # directory.
  2783.   mkdir sub
  2784.   am_cv_CC_dependencies_compiler_type=none
  2785.   if test "$am_compiler_list" = ""; then
  2786.      am_compiler_list=`sed -n 's/^#*([a-zA-Z0-9]*))$/1/p' < ./depcomp`
  2787.   fi
  2788.   for depmode in $am_compiler_list; do
  2789.     # Setup a source with many dependencies, because some compilers
  2790.     # like to wrap large dependency lists on column 80 (with ), and
  2791.     # we should not choose a depcomp mode which is confused by this.
  2792.     #
  2793.     # We need to recreate these files for each test, as the compiler may
  2794.     # overwrite some of them when testing with obscure command lines.
  2795.     # This happens at least with the AIX C compiler.
  2796.     : > sub/conftest.c
  2797.     for i in 1 2 3 4 5 6; do
  2798.       echo '#include "conftst'$i'.h"' >> sub/conftest.c
  2799.       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  2800.       # Solaris 8's {/usr,}/bin/sh.
  2801.       touch sub/conftst$i.h
  2802.     done
  2803.     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  2804.     case $depmode in
  2805.     nosideeffect)
  2806.       # after this tag, mechanisms are not by side-effect, so they'll
  2807.       # only be used when explicitly requested
  2808.       if test "x$enable_dependency_tracking" = xyes; then
  2809. continue
  2810.       else
  2811. break
  2812.       fi
  2813.       ;;
  2814.     none) break ;;
  2815.     esac
  2816.     # We check with `-c' and `-o' for the sake of the "dashmstdout"
  2817.     # mode.  It turns out that the SunPro C++ compiler does not properly
  2818.     # handle `-M -o', and we need to detect this.
  2819.     if depmode=$depmode 
  2820.        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} 
  2821.        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo 
  2822.        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c 
  2823.          >/dev/null 2>conftest.err &&
  2824.        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  2825.        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  2826.        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  2827.       # icc doesn't choke on unknown options, it will just issue warnings
  2828.       # or remarks (even with -Werror).  So we grep stderr for any message
  2829.       # that says an option was ignored or not supported.
  2830.       # When given -MP, icc 7.0 and 7.1 complain thusly:
  2831.       #   icc: Command line warning: ignoring option '-M'; no argument required
  2832.       # The diagnosis changed in icc 8.0:
  2833.       #   icc: Command line remark: option '-MP' not supported
  2834.       if (grep 'ignoring option' conftest.err ||
  2835.           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  2836.         am_cv_CC_dependencies_compiler_type=$depmode
  2837.         break
  2838.       fi
  2839.     fi
  2840.   done
  2841.   cd ..
  2842.   rm -rf conftest.dir
  2843. else
  2844.   am_cv_CC_dependencies_compiler_type=none
  2845. fi
  2846. fi
  2847. echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
  2848. echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
  2849. CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
  2850. if
  2851.   test "x$enable_dependency_tracking" != xno 
  2852.   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
  2853.   am__fastdepCC_TRUE=
  2854.   am__fastdepCC_FALSE='#'
  2855. else
  2856.   am__fastdepCC_TRUE='#'
  2857.   am__fastdepCC_FALSE=
  2858. fi
  2859. # Find the correct PATH separator.  Usually this is `:', but
  2860. # DJGPP uses `;' like DOS.
  2861. if test "X${PATH_SEPARATOR+set}" != Xset; then
  2862.   UNAME=${UNAME-`uname 2>/dev/null`}
  2863.   case X$UNAME in
  2864.     *-DOS) lt_cv_sys_path_separator=';' ;;
  2865.     *)     lt_cv_sys_path_separator=':' ;;
  2866.   esac
  2867.   PATH_SEPARATOR=$lt_cv_sys_path_separator
  2868. fi
  2869. # Check whether --with-gnu-ld or --without-gnu-ld was given.
  2870. if test "${with_gnu_ld+set}" = set; then
  2871.   withval="$with_gnu_ld"
  2872.   test "$withval" = no || with_gnu_ld=yes
  2873. else
  2874.   with_gnu_ld=no
  2875. fi;
  2876. ac_prog=ld
  2877. if test "$GCC" = yes; then
  2878.   # Check if gcc -print-prog-name=ld gives a path.
  2879.   echo "$as_me:$LINENO: checking for ld used by GCC" >&5
  2880. echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
  2881.   case $host in
  2882.   *-*-mingw*)
  2883.     # gcc leaves a trailing carriage return which upsets mingw
  2884.     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '15'` ;;
  2885.   *)
  2886.     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
  2887.   esac
  2888.   case $ac_prog in
  2889.     # Accept absolute paths.
  2890.     [\/]* | [A-Za-z]:[\/]*)
  2891.       re_direlt='/[^/][^/]*/../'
  2892.       # Canonicalize the path of ld
  2893.       ac_prog=`echo $ac_prog| sed 's%\\%/%g'`
  2894.       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
  2895. ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
  2896.       done
  2897.       test -z "$LD" && LD="$ac_prog"
  2898.       ;;
  2899.   "")
  2900.     # If it fails, then pretend we aren't using GCC.
  2901.     ac_prog=ld
  2902.     ;;
  2903.   *)
  2904.     # If it is relative, then search for the first ld in PATH.
  2905.     with_gnu_ld=unknown
  2906.     ;;
  2907.   esac
  2908. elif test "$with_gnu_ld" = yes; then
  2909.   echo "$as_me:$LINENO: checking for GNU ld" >&5
  2910. echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
  2911. else
  2912.   echo "$as_me:$LINENO: checking for non-GNU ld" >&5
  2913. echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
  2914. fi
  2915. if test "${lt_cv_path_LD+set}" = set; then
  2916.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2917. else
  2918.   if test -z "$LD"; then
  2919.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  2920.   for ac_dir in $PATH; do
  2921.     test -z "$ac_dir" && ac_dir=.
  2922.     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
  2923.       lt_cv_path_LD="$ac_dir/$ac_prog"
  2924.       # Check to see if the program is GNU ld.  I'd rather use --version,
  2925.       # but apparently some GNU ld's only accept -v.
  2926.       # Break only if it was the GNU/non-GNU ld that we prefer.
  2927.       if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
  2928. test "$with_gnu_ld" != no && break
  2929.       else
  2930. test "$with_gnu_ld" != yes && break
  2931.       fi
  2932.     fi
  2933.   done
  2934.   IFS="$ac_save_ifs"
  2935. else
  2936.   lt_cv_path_LD="$LD" # Let the user override the test with a path.
  2937. fi
  2938. fi
  2939. LD="$lt_cv_path_LD"
  2940. if test -n "$LD"; then
  2941.   echo "$as_me:$LINENO: result: $LD" >&5
  2942. echo "${ECHO_T}$LD" >&6
  2943. else
  2944.   echo "$as_me:$LINENO: result: no" >&5
  2945. echo "${ECHO_T}no" >&6
  2946. fi
  2947. test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in $PATH" >&5
  2948. echo "$as_me: error: no acceptable ld found in $PATH" >&2;}
  2949.    { (exit 1); exit 1; }; }
  2950. echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
  2951. echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
  2952. if test "${lt_cv_prog_gnu_ld+set}" = set; then
  2953.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2954. else
  2955.   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
  2956. if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
  2957.   lt_cv_prog_gnu_ld=yes
  2958. else
  2959.   lt_cv_prog_gnu_ld=no
  2960. fi
  2961. fi
  2962. echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
  2963. echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
  2964. with_gnu_ld=$lt_cv_prog_gnu_ld
  2965. echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
  2966. echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
  2967. if test "${lt_cv_ld_reload_flag+set}" = set; then
  2968.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2969. else
  2970.   lt_cv_ld_reload_flag='-r'
  2971. fi
  2972. echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
  2973. echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
  2974. reload_flag=$lt_cv_ld_reload_flag
  2975. test -n "$reload_flag" && reload_flag=" $reload_flag"
  2976. echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
  2977. echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
  2978. if test "${lt_cv_path_NM+set}" = set; then
  2979.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2980. else
  2981.   if test -n "$NM"; then
  2982.   # Let the user override the test.
  2983.   lt_cv_path_NM="$NM"
  2984. else
  2985.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  2986.   for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
  2987.     test -z "$ac_dir" && ac_dir=.
  2988.     tmp_nm=$ac_dir/${ac_tool_prefix}nm
  2989.     if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
  2990.       # Check to see if the nm accepts a BSD-compat flag.
  2991.       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
  2992.       #   nm: unknown option "B" ignored
  2993.       # Tru64's nm complains that /dev/null is an invalid object file
  2994.       if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
  2995. lt_cv_path_NM="$tmp_nm -B"
  2996. break
  2997.       elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
  2998. lt_cv_path_NM="$tmp_nm -p"
  2999. break
  3000.       else
  3001. lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
  3002. continue # so that we can try to find one that supports BSD flags
  3003.       fi
  3004.     fi
  3005.   done
  3006.   IFS="$ac_save_ifs"
  3007.   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
  3008. fi
  3009. fi
  3010. NM="$lt_cv_path_NM"
  3011. echo "$as_me:$LINENO: result: $NM" >&5
  3012. echo "${ECHO_T}$NM" >&6
  3013. echo "$as_me:$LINENO: checking whether ln -s works" >&5
  3014. echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
  3015. LN_S=$as_ln_s
  3016. if test "$LN_S" = "ln -s"; then
  3017.   echo "$as_me:$LINENO: result: yes" >&5
  3018. echo "${ECHO_T}yes" >&6
  3019. else
  3020.   echo "$as_me:$LINENO: result: no, using $LN_S" >&5
  3021. echo "${ECHO_T}no, using $LN_S" >&6
  3022. fi
  3023. echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
  3024. echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
  3025. if test "${lt_cv_deplibs_check_method+set}" = set; then
  3026.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3027. else
  3028.   lt_cv_file_magic_cmd='$MAGIC_CMD'
  3029. lt_cv_file_magic_test_file=
  3030. lt_cv_deplibs_check_method='unknown'
  3031. # Need to set the preceding variable on all platforms that support
  3032. # interlibrary dependencies.
  3033. # 'none' -- dependencies not supported.
  3034. # `unknown' -- same as none, but documents that we really don't know.
  3035. # 'pass_all' -- all dependencies passed with no checks.
  3036. # 'test_compile' -- check by making test program.
  3037. # 'file_magic [[regex]]' -- check by looking for files in library path
  3038. # which responds to the $file_magic_cmd with a given egrep regex.
  3039. # If you have `file' or equivalent on your system and you're not sure
  3040. # whether `pass_all' will *always* work, you probably want this one.
  3041. case $host_os in
  3042. aix4* | aix5*)
  3043.   lt_cv_deplibs_check_method=pass_all
  3044.   ;;
  3045. beos*)
  3046.   lt_cv_deplibs_check_method=pass_all
  3047.   ;;
  3048. bsdi4*)
  3049.   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
  3050.   lt_cv_file_magic_cmd='/usr/bin/file -L'
  3051.   lt_cv_file_magic_test_file=/shlib/libc.so
  3052.   ;;
  3053. cygwin* | mingw* | pw32*)
  3054.   lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
  3055.   lt_cv_file_magic_cmd='$OBJDUMP -f'
  3056.   ;;
  3057. darwin* | rhapsody*)
  3058.   lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
  3059.   lt_cv_file_magic_cmd='/usr/bin/file -L'
  3060.   case "$host_os" in
  3061.   rhapsody* | darwin1.[012])
  3062.     lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System | head -1`
  3063.     ;;
  3064.   *) # Darwin 1.3 on
  3065.     lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
  3066.     ;;
  3067.   esac
  3068.   ;;
  3069. freebsd*)
  3070.   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
  3071.     case $host_cpu in
  3072.     i*86 )
  3073.       # Not sure whether the presence of OpenBSD here was a mistake.
  3074.       # Let's accept both of them until this is cleared up.
  3075.       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
  3076.       lt_cv_file_magic_cmd=/usr/bin/file
  3077.       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
  3078.       ;;
  3079.     esac
  3080.   else
  3081.     lt_cv_deplibs_check_method=pass_all
  3082.   fi
  3083.   ;;
  3084. gnu*)
  3085.   lt_cv_deplibs_check_method=pass_all
  3086.   ;;
  3087. hpux10.20*|hpux11*)
  3088.   lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
  3089.   lt_cv_file_magic_cmd=/usr/bin/file
  3090.   lt_cv_file_magic_test_file=/usr/lib/libc.sl
  3091.   ;;
  3092. irix5* | irix6*)
  3093.   case $host_os in
  3094.   irix5*)
  3095.     # this will be overridden with pass_all, but let us keep it just in case
  3096.     lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
  3097.     ;;
  3098.   *)
  3099.     case $LD in
  3100.     *-32|*"-32 ") libmagic=32-bit;;
  3101.     *-n32|*"-n32 ") libmagic=N32;;
  3102.     *-64|*"-64 ") libmagic=64-bit;;
  3103.     *) libmagic=never-match;;
  3104.     esac
  3105.     # this will be overridden with pass_all, but let us keep it just in case
  3106.     lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
  3107.     ;;
  3108.   esac
  3109.   lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
  3110.   lt_cv_deplibs_check_method=pass_all
  3111.   ;;
  3112. # This must be Linux ELF.
  3113. linux-gnu*)
  3114.   case $host_cpu in
  3115.   alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | s390* )
  3116.     lt_cv_deplibs_check_method=pass_all ;;
  3117.   *)
  3118.     # glibc up to 2.1.1 does not perform some relocations on ARM
  3119.     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
  3120.   esac
  3121.   lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
  3122.   ;;
  3123. netbsd*)
  3124.   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
  3125.     lt_cv_deplibs_check_method='match_pattern /lib[^/.]+.so.[0-9]+.[0-9]+$'
  3126.   else
  3127.     lt_cv_deplibs_check_method='match_pattern /lib[^/.]+.so$'
  3128.   fi
  3129.   ;;
  3130. newos6*)
  3131.   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
  3132.   lt_cv_file_magic_cmd=/usr/bin/file
  3133.   lt_cv_file_magic_test_file=/usr/lib/libnls.so
  3134.   ;;
  3135. openbsd*)
  3136.   lt_cv_file_magic_cmd=/usr/bin/file
  3137.   lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
  3138.   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  3139.     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
  3140.   else
  3141.     lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
  3142.   fi
  3143.   ;;
  3144. osf3* | osf4* | osf5*)
  3145.   # this will be overridden with pass_all, but let us keep it just in case
  3146.   lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
  3147.   lt_cv_file_magic_test_file=/shlib/libc.so
  3148.   lt_cv_deplibs_check_method=pass_all
  3149.   ;;
  3150. sco3.2v5*)
  3151.   lt_cv_deplibs_check_method=pass_all
  3152.   ;;
  3153. solaris*)
  3154.   lt_cv_deplibs_check_method=pass_all
  3155.   lt_cv_file_magic_test_file=/lib/libc.so
  3156.   ;;
  3157. sysv5uw[78]* | sysv4*uw2*)
  3158.   lt_cv_deplibs_check_method=pass_all
  3159.   ;;
  3160. sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  3161.   case $host_vendor in
  3162.   motorola)
  3163.     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
  3164.     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
  3165.     ;;
  3166.   ncr)
  3167.     lt_cv_deplibs_check_method=pass_all
  3168.     ;;
  3169.   sequent)
  3170.     lt_cv_file_magic_cmd='/bin/file'
  3171.     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
  3172.     ;;
  3173.   sni)
  3174.     lt_cv_file_magic_cmd='/bin/file'
  3175.     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
  3176.     lt_cv_file_magic_test_file=/lib/libc.so
  3177.     ;;
  3178.   esac
  3179.   ;;
  3180. esac
  3181. fi
  3182. echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
  3183. echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
  3184. file_magic_cmd=$lt_cv_file_magic_cmd
  3185. deplibs_check_method=$lt_cv_deplibs_check_method
  3186. # Check for command to grab the raw symbol name followed by C symbol from nm.
  3187. echo "$as_me:$LINENO: checking command to parse $NM output" >&5
  3188. echo $ECHO_N "checking command to parse $NM output... $ECHO_C" >&6
  3189. if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
  3190.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3191. else
  3192. # These are sane defaults that work on at least a few old systems.
  3193. # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
  3194. # Character class describing NM global symbol codes.
  3195. symcode='[BCDEGRST]'
  3196. # Regexp to match symbols that can be accessed directly from C.
  3197. sympat='([_A-Za-z][_A-Za-z0-9]*)'
  3198. # Transform the above into a raw symbol and a C symbol.
  3199. symxfrm='1 23 3'
  3200. # Transform an extracted symbol line into a proper C declaration
  3201. lt_cv_global_symbol_to_cdecl="sed -n -e 's/^. .* (.*)$/extern char 1;/p'"
  3202. # Transform an extracted symbol line into symbol name and symbol address
  3203. lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: ([^ ]*) $/  {\"1\", (lt_ptr) 0},/p' -e 's/^$symcode ([^ ]*) ([^ ]*)$/  {"2", (lt_ptr) &2},/p'"
  3204. # Define system-specific variables.
  3205. case $host_os in
  3206. aix*)
  3207.   symcode='[BCDT]'
  3208.   ;;
  3209. cygwin* | mingw* | pw32*)
  3210.   symcode='[ABCDGISTW]'
  3211.   ;;
  3212. hpux*) # Its linker distinguishes data from code symbols
  3213.   lt_cv_global_symbol_to_cdecl="sed -n -e 's/^T .* (.*)$/extern char 1();/p' -e 's/^$symcode* .* (.*)$/extern char 1;/p'"
  3214.   lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: ([^ ]*) $/  {\"1\", (lt_ptr) 0},/p' -e 's/^$symcode* ([^ ]*) ([^ ]*)$/  {"2", (lt_ptr) &2},/p'"
  3215.   ;;
  3216. irix*)
  3217.   symcode='[BCDEGRST]'
  3218.   ;;
  3219. solaris* | sysv5*)
  3220.   symcode='[BDT]'
  3221.   ;;
  3222. sysv4)
  3223.   symcode='[DFNSTU]'
  3224.   ;;
  3225. esac
  3226. # Handle CRLF in mingw tool chain
  3227. opt_cr=
  3228. case $host_os in
  3229. mingw*)
  3230.   opt_cr=`echo 'x{0,1}' | tr x '15'` # option cr in regexp
  3231.   ;;
  3232. esac
  3233. # If we're using GNU nm, then use its standard symbol codes.
  3234. if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then
  3235.   symcode='[ABCDGISTW]'
  3236. fi
  3237. # Try without a prefix undercore, then with it.
  3238. for ac_symprfx in "" "_"; do
  3239.   # Write the raw and C identifiers.
  3240. lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[  ]($symcode$symcode*)[  ][  ]*($ac_symprfx)$sympat$opt_cr$/$symxfrm/p'"
  3241.   # Check to see that the pipe works correctly.
  3242.   pipe_works=no
  3243.   rm -f conftest*
  3244.   cat > conftest.$ac_ext <<EOF
  3245. #ifdef __cplusplus
  3246. extern "C" {
  3247. #endif
  3248. char nm_test_var;
  3249. void nm_test_func(){}
  3250. #ifdef __cplusplus
  3251. }
  3252. #endif
  3253. int main(){nm_test_var='a';nm_test_func();return(0);}
  3254. EOF
  3255.   if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  3256.   (eval $ac_compile) 2>&5
  3257.   ac_status=$?
  3258.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3259.   (exit $ac_status); }; then
  3260.     # Now try to grab the symbols.
  3261.     nlist=conftest.nm
  3262.     if { (eval echo "$as_me:$LINENO: "$NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist"") >&5
  3263.   (eval $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist) 2>&5
  3264.   ac_status=$?
  3265.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3266.   (exit $ac_status); } && test -s "$nlist"; then
  3267.       # Try sorting and uniquifying the output.
  3268.       if sort "$nlist" | uniq > "$nlist"T; then
  3269. mv -f "$nlist"T "$nlist"
  3270.       else
  3271. rm -f "$nlist"T
  3272.       fi
  3273.       # Make sure that we snagged all the symbols we need.
  3274.       if egrep ' nm_test_var$' "$nlist" >/dev/null; then
  3275. if egrep ' nm_test_func$' "$nlist" >/dev/null; then
  3276.   cat <<EOF > conftest.$ac_ext
  3277. #ifdef __cplusplus
  3278. extern "C" {
  3279. #endif
  3280. EOF
  3281.   # Now generate the symbol file.
  3282.   eval "$lt_cv_global_symbol_to_cdecl"' < "$nlist" >> conftest.$ac_ext'
  3283.   cat <<EOF >> conftest.$ac_ext
  3284. #if defined (__STDC__) && __STDC__
  3285. # define lt_ptr void *
  3286. #else
  3287. # define lt_ptr char *
  3288. # define const
  3289. #endif
  3290. /* The mapping between symbol names and symbols. */
  3291. const struct {
  3292.   const char *name;
  3293.   lt_ptr address;
  3294. }
  3295. lt_preloaded_symbols[] =
  3296. {
  3297. EOF
  3298.   sed "s/^$symcode$symcode* (.*) (.*)$/  {"2", (lt_ptr) &2},/" < "$nlist" >> conftest.$ac_ext
  3299.   cat <<EOF >> conftest.$ac_ext
  3300.   {0, (lt_ptr) 0}
  3301. };
  3302. #ifdef __cplusplus
  3303. }
  3304. #endif
  3305. EOF
  3306.   # Now try linking the two files.
  3307.   mv conftest.$ac_objext conftstm.$ac_objext
  3308.   save_LIBS="$LIBS"
  3309.   save_CFLAGS="$CFLAGS"
  3310.   LIBS="conftstm.$ac_objext"
  3311.   CFLAGS="$CFLAGS$no_builtin_flag"
  3312.   if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  3313.   (eval $ac_link) 2>&5
  3314.   ac_status=$?
  3315.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3316.   (exit $ac_status); } && test -s conftest; then
  3317.     pipe_works=yes
  3318.   fi
  3319.   LIBS="$save_LIBS"
  3320.   CFLAGS="$save_CFLAGS"
  3321. else
  3322.   echo "cannot find nm_test_func in $nlist" >&5
  3323. fi
  3324.       else
  3325. echo "cannot find nm_test_var in $nlist" >&5
  3326.       fi
  3327.     else
  3328.       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
  3329.     fi
  3330.   else
  3331.     echo "$progname: failed program was:" >&5
  3332.     cat conftest.$ac_ext >&5
  3333.   fi
  3334.   rm -f conftest* conftst*
  3335.   # Do not use the global_symbol_pipe unless it works.
  3336.   if test "$pipe_works" = yes; then
  3337.     break
  3338.   else
  3339.     lt_cv_sys_global_symbol_pipe=
  3340.   fi
  3341. done
  3342. fi
  3343. global_symbol_pipe="$lt_cv_sys_global_symbol_pipe"
  3344. if test -z "$lt_cv_sys_global_symbol_pipe"; then
  3345.   global_symbol_to_cdecl=
  3346.   global_symbol_to_c_name_address=
  3347. else
  3348.   global_symbol_to_cdecl="$lt_cv_global_symbol_to_cdecl"
  3349.   global_symbol_to_c_name_address="$lt_cv_global_symbol_to_c_name_address"
  3350. fi
  3351. if test -z "$global_symbol_pipe$global_symbol_to_cdec$global_symbol_to_c_name_address";
  3352. then
  3353.   echo "$as_me:$LINENO: result: failed" >&5
  3354. echo "${ECHO_T}failed" >&6
  3355. else
  3356.   echo "$as_me:$LINENO: result: ok" >&5
  3357. echo "${ECHO_T}ok" >&6
  3358. fi
  3359. ac_ext=c
  3360. ac_cpp='$CPP $CPPFLAGS'
  3361. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3362. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3363. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3364. echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
  3365. echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
  3366. # On Suns, sometimes $CPP names a directory.
  3367. if test -n "$CPP" && test -d "$CPP"; then
  3368.   CPP=
  3369. fi
  3370. if test -z "$CPP"; then
  3371.   if test "${ac_cv_prog_CPP+set}" = set; then
  3372.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3373. else
  3374.       # Double quotes because CPP needs to be expanded
  3375.     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
  3376.     do
  3377.       ac_preproc_ok=false
  3378. for ac_c_preproc_warn_flag in '' yes
  3379. do
  3380.   # Use a header file that comes with gcc, so configuring glibc
  3381.   # with a fresh cross-compiler works.
  3382.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3383.   # <limits.h> exists even on freestanding compilers.
  3384.   # On the NeXT, cc -E runs the code through the compiler's parser,
  3385.   # not just through cpp. "Syntax error" is here to catch this case.
  3386.   cat >conftest.$ac_ext <<_ACEOF
  3387. /* confdefs.h.  */
  3388. _ACEOF
  3389. cat confdefs.h >>conftest.$ac_ext
  3390. cat >>conftest.$ac_ext <<_ACEOF
  3391. /* end confdefs.h.  */
  3392. #ifdef __STDC__
  3393. # include <limits.h>
  3394. #else
  3395. # include <assert.h>
  3396. #endif
  3397.      Syntax error
  3398. _ACEOF
  3399. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  3400.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3401.   ac_status=$?
  3402.   grep -v '^ *+' conftest.er1 >conftest.err
  3403.   rm -f conftest.er1
  3404.   cat conftest.err >&5
  3405.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3406.   (exit $ac_status); } >/dev/null; then
  3407.   if test -s conftest.err; then
  3408.     ac_cpp_err=$ac_c_preproc_warn_flag
  3409.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3410.   else
  3411.     ac_cpp_err=
  3412.   fi
  3413. else
  3414.   ac_cpp_err=yes
  3415. fi
  3416. if test -z "$ac_cpp_err"; then
  3417.   :
  3418. else
  3419.   echo "$as_me: failed program was:" >&5
  3420. sed 's/^/| /' conftest.$ac_ext >&5
  3421.   # Broken: fails on valid input.
  3422. continue
  3423. fi
  3424. rm -f conftest.err conftest.$ac_ext
  3425.   # OK, works on sane cases.  Now check whether non-existent headers
  3426.   # can be detected and how.
  3427.   cat >conftest.$ac_ext <<_ACEOF
  3428. /* confdefs.h.  */
  3429. _ACEOF
  3430. cat confdefs.h >>conftest.$ac_ext
  3431. cat >>conftest.$ac_ext <<_ACEOF
  3432. /* end confdefs.h.  */
  3433. #include <ac_nonexistent.h>
  3434. _ACEOF
  3435. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  3436.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3437.   ac_status=$?
  3438.   grep -v '^ *+' conftest.er1 >conftest.err
  3439.   rm -f conftest.er1
  3440.   cat conftest.err >&5
  3441.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3442.   (exit $ac_status); } >/dev/null; then
  3443.   if test -s conftest.err; then
  3444.     ac_cpp_err=$ac_c_preproc_warn_flag
  3445.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3446.   else
  3447.     ac_cpp_err=
  3448.   fi
  3449. else
  3450.   ac_cpp_err=yes
  3451. fi
  3452. if test -z "$ac_cpp_err"; then
  3453.   # Broken: success on invalid input.
  3454. continue
  3455. else
  3456.   echo "$as_me: failed program was:" >&5
  3457. sed 's/^/| /' conftest.$ac_ext >&5
  3458.   # Passes both tests.
  3459. ac_preproc_ok=:
  3460. break
  3461. fi
  3462. rm -f conftest.err conftest.$ac_ext
  3463. done
  3464. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  3465. rm -f conftest.err conftest.$ac_ext
  3466. if $ac_preproc_ok; then
  3467.   break
  3468. fi
  3469.     done
  3470.     ac_cv_prog_CPP=$CPP
  3471. fi
  3472.   CPP=$ac_cv_prog_CPP
  3473. else
  3474.   ac_cv_prog_CPP=$CPP
  3475. fi
  3476. echo "$as_me:$LINENO: result: $CPP" >&5
  3477. echo "${ECHO_T}$CPP" >&6
  3478. ac_preproc_ok=false
  3479. for ac_c_preproc_warn_flag in '' yes
  3480. do
  3481.   # Use a header file that comes with gcc, so configuring glibc
  3482.   # with a fresh cross-compiler works.
  3483.   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3484.   # <limits.h> exists even on freestanding compilers.
  3485.   # On the NeXT, cc -E runs the code through the compiler's parser,
  3486.   # not just through cpp. "Syntax error" is here to catch this case.
  3487.   cat >conftest.$ac_ext <<_ACEOF
  3488. /* confdefs.h.  */
  3489. _ACEOF
  3490. cat confdefs.h >>conftest.$ac_ext
  3491. cat >>conftest.$ac_ext <<_ACEOF
  3492. /* end confdefs.h.  */
  3493. #ifdef __STDC__
  3494. # include <limits.h>
  3495. #else
  3496. # include <assert.h>
  3497. #endif
  3498.      Syntax error
  3499. _ACEOF
  3500. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  3501.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3502.   ac_status=$?
  3503.   grep -v '^ *+' conftest.er1 >conftest.err
  3504.   rm -f conftest.er1
  3505.   cat conftest.err >&5
  3506.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3507.   (exit $ac_status); } >/dev/null; then
  3508.   if test -s conftest.err; then
  3509.     ac_cpp_err=$ac_c_preproc_warn_flag
  3510.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3511.   else
  3512.     ac_cpp_err=
  3513.   fi
  3514. else
  3515.   ac_cpp_err=yes
  3516. fi
  3517. if test -z "$ac_cpp_err"; then
  3518.   :
  3519. else
  3520.   echo "$as_me: failed program was:" >&5
  3521. sed 's/^/| /' conftest.$ac_ext >&5
  3522.   # Broken: fails on valid input.
  3523. continue
  3524. fi
  3525. rm -f conftest.err conftest.$ac_ext
  3526.   # OK, works on sane cases.  Now check whether non-existent headers
  3527.   # can be detected and how.
  3528.   cat >conftest.$ac_ext <<_ACEOF
  3529. /* confdefs.h.  */
  3530. _ACEOF
  3531. cat confdefs.h >>conftest.$ac_ext
  3532. cat >>conftest.$ac_ext <<_ACEOF
  3533. /* end confdefs.h.  */
  3534. #include <ac_nonexistent.h>
  3535. _ACEOF
  3536. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  3537.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3538.   ac_status=$?
  3539.   grep -v '^ *+' conftest.er1 >conftest.err
  3540.   rm -f conftest.er1
  3541.   cat conftest.err >&5
  3542.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3543.   (exit $ac_status); } >/dev/null; then
  3544.   if test -s conftest.err; then
  3545.     ac_cpp_err=$ac_c_preproc_warn_flag
  3546.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3547.   else
  3548.     ac_cpp_err=
  3549.   fi
  3550. else
  3551.   ac_cpp_err=yes
  3552. fi
  3553. if test -z "$ac_cpp_err"; then
  3554.   # Broken: success on invalid input.
  3555. continue
  3556. else
  3557.   echo "$as_me: failed program was:" >&5
  3558. sed 's/^/| /' conftest.$ac_ext >&5
  3559.   # Passes both tests.
  3560. ac_preproc_ok=:
  3561. break
  3562. fi
  3563. rm -f conftest.err conftest.$ac_ext
  3564. done
  3565. # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  3566. rm -f conftest.err conftest.$ac_ext
  3567. if $ac_preproc_ok; then
  3568.   :
  3569. else
  3570.   { { echo "$as_me:$LINENO: error: C preprocessor "$CPP" fails sanity check
  3571. See `config.log' for more details." >&5
  3572. echo "$as_me: error: C preprocessor "$CPP" fails sanity check
  3573. See `config.log' for more details." >&2;}
  3574.    { (exit 1); exit 1; }; }
  3575. fi
  3576. ac_ext=c
  3577. ac_cpp='$CPP $CPPFLAGS'
  3578. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3579. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3580. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3581. echo "$as_me:$LINENO: checking for egrep" >&5
  3582. echo $ECHO_N "checking for egrep... $ECHO_C" >&6
  3583. if test "${ac_cv_prog_egrep+set}" = set; then
  3584.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3585. else
  3586.   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
  3587.     then ac_cv_prog_egrep='grep -E'
  3588.     else ac_cv_prog_egrep='egrep'
  3589.     fi
  3590. fi
  3591. echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
  3592. echo "${ECHO_T}$ac_cv_prog_egrep" >&6
  3593.  EGREP=$ac_cv_prog_egrep
  3594. echo "$as_me:$LINENO: checking for ANSI C header files" >&5
  3595. echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
  3596. if test "${ac_cv_header_stdc+set}" = set; then
  3597.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3598. else
  3599.   cat >conftest.$ac_ext <<_ACEOF
  3600. /* confdefs.h.  */
  3601. _ACEOF
  3602. cat confdefs.h >>conftest.$ac_ext
  3603. cat >>conftest.$ac_ext <<_ACEOF
  3604. /* end confdefs.h.  */
  3605. #include <stdlib.h>
  3606. #include <stdarg.h>
  3607. #include <string.h>
  3608. #include <float.h>
  3609. int
  3610. main ()
  3611. {
  3612.   ;
  3613.   return 0;
  3614. }
  3615. _ACEOF
  3616. rm -f conftest.$ac_objext
  3617. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  3618.   (eval $ac_compile) 2>conftest.er1
  3619.   ac_status=$?
  3620.   grep -v '^ *+' conftest.er1 >conftest.err
  3621.   rm -f conftest.er1
  3622.   cat conftest.err >&5
  3623.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3624.   (exit $ac_status); } &&
  3625.  { ac_try='test -z "$ac_c_werror_flag"
  3626.  || test ! -s conftest.err'
  3627.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3628.   (eval $ac_try) 2>&5
  3629.   ac_status=$?
  3630.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3631.   (exit $ac_status); }; } &&
  3632.  { ac_try='test -s conftest.$ac_objext'
  3633.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3634.   (eval $ac_try) 2>&5
  3635.   ac_status=$?
  3636.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3637.   (exit $ac_status); }; }; then
  3638.   ac_cv_header_stdc=yes
  3639. else
  3640.   echo "$as_me: failed program was:" >&5
  3641. sed 's/^/| /' conftest.$ac_ext >&5
  3642. ac_cv_header_stdc=no
  3643. fi
  3644. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  3645. if test $ac_cv_header_stdc = yes; then
  3646.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  3647.   cat >conftest.$ac_ext <<_ACEOF
  3648. /* confdefs.h.  */
  3649. _ACEOF
  3650. cat confdefs.h >>conftest.$ac_ext
  3651. cat >>conftest.$ac_ext <<_ACEOF
  3652. /* end confdefs.h.  */
  3653. #include <string.h>
  3654. _ACEOF
  3655. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  3656.   $EGREP "memchr" >/dev/null 2>&1; then
  3657.   :
  3658. else
  3659.   ac_cv_header_stdc=no
  3660. fi
  3661. rm -f conftest*
  3662. fi
  3663. if test $ac_cv_header_stdc = yes; then
  3664.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  3665.   cat >conftest.$ac_ext <<_ACEOF
  3666. /* confdefs.h.  */
  3667. _ACEOF
  3668. cat confdefs.h >>conftest.$ac_ext
  3669. cat >>conftest.$ac_ext <<_ACEOF
  3670. /* end confdefs.h.  */
  3671. #include <stdlib.h>
  3672. _ACEOF
  3673. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  3674.   $EGREP "free" >/dev/null 2>&1; then
  3675.   :
  3676. else
  3677.   ac_cv_header_stdc=no
  3678. fi
  3679. rm -f conftest*
  3680. fi
  3681. if test $ac_cv_header_stdc = yes; then
  3682.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  3683.   if test "$cross_compiling" = yes; then
  3684.   :
  3685. else
  3686.   cat >conftest.$ac_ext <<_ACEOF
  3687. /* confdefs.h.  */
  3688. _ACEOF
  3689. cat confdefs.h >>conftest.$ac_ext
  3690. cat >>conftest.$ac_ext <<_ACEOF
  3691. /* end confdefs.h.  */
  3692. #include <ctype.h>
  3693. #if ((' ' & 0x0FF) == 0x020)
  3694. # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  3695. # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  3696. #else
  3697. # define ISLOWER(c)