configure
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:417k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

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