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

Audio

开发平台:

Unix_Linux

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated by GNU Autoconf 2.64 for libsndfile 1.0.21.
  4. #
  5. # Report bugs to <erikd@mega-nerd.com>.
  6. #
  7. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
  8. # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
  9. # Foundation, Inc.
  10. #
  11. # This configure script is free software; the Free Software Foundation
  12. # gives unlimited permission to copy, distribute and modify it.
  13. ## -------------------- ##
  14. ## M4sh Initialization. ##
  15. ## -------------------- ##
  16. # Be more Bourne compatible
  17. DUALCASE=1; export DUALCASE # for MKS sh
  18. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  19.   emulate sh
  20.   NULLCMD=:
  21.   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  22.   # is contrary to our usage.  Disable this feature.
  23.   alias -g '${1+"$@"}'='"$@"'
  24.   setopt NO_GLOB_SUBST
  25. else
  26.   case `(set -o) 2>/dev/null` in #(
  27.   *posix*) :
  28.     set -o posix ;; #(
  29.   *) :
  30.      ;;
  31. esac
  32. fi
  33. as_nl='
  34. '
  35. export as_nl
  36. # Printing a long string crashes Solaris 7 /usr/bin/printf.
  37. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  38. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
  39. as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
  40. # Prefer a ksh shell builtin over an external printf program on Solaris,
  41. # but without wasting forks for bash or zsh.
  42. if test -z "$BASH_VERSION$ZSH_VERSION" 
  43.     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
  44.   as_echo='print -r --'
  45.   as_echo_n='print -rn --'
  46. elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
  47.   as_echo='printf %sn'
  48.   as_echo_n='printf %s'
  49. else
  50.   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
  51.     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
  52.     as_echo_n='/usr/ucb/echo -n'
  53.   else
  54.     as_echo_body='eval expr "X$1" : "X\(.*\)"'
  55.     as_echo_n_body='eval
  56.       arg=$1;
  57.       case $arg in #(
  58.       *"$as_nl"*)
  59. expr "X$arg" : "X\(.*\)$as_nl";
  60. arg=`expr "X$arg" : ".*$as_nl\(.*\)"`;;
  61.       esac;
  62.       expr "X$arg" : "X\(.*\)" | tr -d "$as_nl"
  63.     '
  64.     export as_echo_n_body
  65.     as_echo_n='sh -c $as_echo_n_body as_echo'
  66.   fi
  67.   export as_echo_body
  68.   as_echo='sh -c $as_echo_body as_echo'
  69. fi
  70. # The user is always right.
  71. if test "${PATH_SEPARATOR+set}" != set; then
  72.   PATH_SEPARATOR=:
  73.   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
  74.     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
  75.       PATH_SEPARATOR=';'
  76.   }
  77. fi
  78. # IFS
  79. # We need space, tab and new line, in precisely that order.  Quoting is
  80. # there to prevent editors from complaining about space-tab.
  81. # (If _AS_PATH_WALK were called with IFS unset, it would disable word
  82. # splitting by setting IFS to empty value.)
  83. IFS=" "" $as_nl"
  84. # Find who we are.  Look in the path if we contain no directory separator.
  85. case $0 in #((
  86.   *[\/]* ) as_myself=$0 ;;
  87.   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  88. for as_dir in $PATH
  89. do
  90.   IFS=$as_save_IFS
  91.   test -z "$as_dir" && as_dir=.
  92.     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  93.   done
  94. IFS=$as_save_IFS
  95.      ;;
  96. esac
  97. # We did not find ourselves, most probably we were run as `sh COMMAND'
  98. # in which case we are not to be found in the path.
  99. if test "x$as_myself" = x; then
  100.   as_myself=$0
  101. fi
  102. if test ! -f "$as_myself"; then
  103.   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  104.   exit 1
  105. fi
  106. # Unset variables that we do not need and which cause bugs (e.g. in
  107. # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
  108. # suppresses any "Segmentation fault" message there.  '((' could
  109. # trigger a bug in pdksh 5.2.14.
  110. for as_var in BASH_ENV ENV MAIL MAILPATH
  111. do eval test x${$as_var+set} = xset 
  112.   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
  113. done
  114. PS1='$ '
  115. PS2='> '
  116. PS4='+ '
  117. # NLS nuisances.
  118. LC_ALL=C
  119. export LC_ALL
  120. LANGUAGE=C
  121. export LANGUAGE
  122. # CDPATH.
  123. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  124. if test "x$CONFIG_SHELL" = x; then
  125.   as_bourne_compatible="if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  126.   emulate sh
  127.   NULLCMD=:
  128.   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  129.   # is contrary to our usage.  Disable this feature.
  130.   alias -g '${1+"$@"}'='"$@"'
  131.   setopt NO_GLOB_SUBST
  132. else
  133.   case `(set -o) 2>/dev/null` in #(
  134.   *posix*) :
  135.     set -o posix ;; #(
  136.   *) :
  137.      ;;
  138. esac
  139. fi
  140. "
  141.   as_required="as_fn_return () { (exit $1); }
  142. as_fn_success () { as_fn_return 0; }
  143. as_fn_failure () { as_fn_return 1; }
  144. as_fn_ret_success () { return 0; }
  145. as_fn_ret_failure () { return 1; }
  146. exitcode=0
  147. as_fn_success || { exitcode=1; echo as_fn_success failed.; }
  148. as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
  149. as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
  150. as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
  151. if ( set x; as_fn_ret_success y && test x = "$1" ); then :
  152. else
  153.   exitcode=1; echo positional parameters were not saved.
  154. fi
  155. test x$exitcode = x0 || exit 1"
  156.   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=$LINENO
  157.   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=$LINENO
  158.   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
  159.   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || exit 1
  160. test $(( 1 + 1 )) = 2 || exit 1"
  161.   if (eval "$as_required") 2>/dev/null; then :
  162.   as_have_required=yes
  163. else
  164.   as_have_required=no
  165. fi
  166.   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
  167. else
  168.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  169. as_found=false
  170. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  171. do
  172.   IFS=$as_save_IFS
  173.   test -z "$as_dir" && as_dir=.
  174.   as_found=:
  175.   case $as_dir in #(
  176.  /*)
  177.    for as_base in sh bash ksh sh5; do
  178.      # Try only shells that exist, to save several forks.
  179.      as_shell=$as_dir/$as_base
  180.      if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
  181.     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
  182.   CONFIG_SHELL=$as_shell as_have_required=yes
  183.    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
  184.   break 2
  185. fi
  186. fi
  187.    done;;
  188.        esac
  189.   as_found=false
  190. done
  191. $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
  192.       { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
  193.   CONFIG_SHELL=$SHELL as_have_required=yes
  194. fi; }
  195. IFS=$as_save_IFS
  196.       if test "x$CONFIG_SHELL" != x; then :
  197.   # We cannot yet assume a decent shell, so we have to provide a
  198. # neutralization value for shells without unset; and this also
  199. # works around shells that cannot unset nonexistent variables.
  200. BASH_ENV=/dev/null
  201. ENV=/dev/null
  202. (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
  203. export CONFIG_SHELL
  204. exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
  205. fi
  206.     if test x$as_have_required = xno; then :
  207.   $as_echo "$0: This script requires a shell more modern than all"
  208.   $as_echo "$0: the shells that I found on your system."
  209.   if test x${ZSH_VERSION+set} = xset ; then
  210.     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
  211.     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
  212.   else
  213.     $as_echo "$0: Please tell bug-autoconf@gnu.org and
  214. $0: erikd@mega-nerd.com about your system, including any
  215. $0: error possibly output before this message. Then install
  216. $0: a modern shell, or manually run the script under such a
  217. $0: shell if you do have one."
  218.   fi
  219.   exit 1
  220. fi
  221. fi
  222. fi
  223. SHELL=${CONFIG_SHELL-/bin/sh}
  224. export SHELL
  225. # Unset more variables known to interfere with behavior of common tools.
  226. CLICOLOR_FORCE= GREP_OPTIONS=
  227. unset CLICOLOR_FORCE GREP_OPTIONS
  228. ## --------------------- ##
  229. ## M4sh Shell Functions. ##
  230. ## --------------------- ##
  231. # as_fn_unset VAR
  232. # ---------------
  233. # Portably unset VAR.
  234. as_fn_unset ()
  235. {
  236.   { eval $1=; unset $1;}
  237. }
  238. as_unset=as_fn_unset
  239. # as_fn_set_status STATUS
  240. # -----------------------
  241. # Set $? to STATUS, without forking.
  242. as_fn_set_status ()
  243. {
  244.   return $1
  245. } # as_fn_set_status
  246. # as_fn_exit STATUS
  247. # -----------------
  248. # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
  249. as_fn_exit ()
  250. {
  251.   set +e
  252.   as_fn_set_status $1
  253.   exit $1
  254. } # as_fn_exit
  255. # as_fn_mkdir_p
  256. # -------------
  257. # Create "$as_dir" as a directory, including parents if necessary.
  258. as_fn_mkdir_p ()
  259. {
  260.   case $as_dir in #(
  261.   -*) as_dir=./$as_dir;;
  262.   esac
  263.   test -d "$as_dir" || eval $as_mkdir_p || {
  264.     as_dirs=
  265.     while :; do
  266.       case $as_dir in #(
  267.       *'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\''/g"`;; #'(
  268.       *) as_qdir=$as_dir;;
  269.       esac
  270.       as_dirs="'$as_qdir' $as_dirs"
  271.       as_dir=`$as_dirname -- "$as_dir" ||
  272. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  273.  X"$as_dir" : 'X(//)[^/]' | 
  274.  X"$as_dir" : 'X(//)$' | 
  275.  X"$as_dir" : 'X(/)' | . 2>/dev/null ||
  276. $as_echo X"$as_dir" |
  277.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{
  278.     s//1/
  279.     q
  280.   }
  281.   /^X(//)[^/].*/{
  282.     s//1/
  283.     q
  284.   }
  285.   /^X(//)$/{
  286.     s//1/
  287.     q
  288.   }
  289.   /^X(/).*/{
  290.     s//1/
  291.     q
  292.   }
  293.   s/.*/./; q'`
  294.       test -d "$as_dir" && break
  295.     done
  296.     test -z "$as_dirs" || eval "mkdir $as_dirs"
  297.   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
  298. } # as_fn_mkdir_p
  299. # as_fn_append VAR VALUE
  300. # ----------------------
  301. # Append the text in VALUE to the end of the definition contained in VAR. Take
  302. # advantage of any shell optimizations that allow amortized linear growth over
  303. # repeated appends, instead of the typical quadratic growth present in naive
  304. # implementations.
  305. if (eval "as_var=1; as_var+=2; test x$as_var = x12") 2>/dev/null; then :
  306.   eval 'as_fn_append ()
  307.   {
  308.     eval $1+=$2
  309.   }'
  310. else
  311.   as_fn_append ()
  312.   {
  313.     eval $1=$$1$2
  314.   }
  315. fi # as_fn_append
  316. # as_fn_arith ARG...
  317. # ------------------
  318. # Perform arithmetic evaluation on the ARGs, and store the result in the
  319. # global $as_val. Take advantage of shells that can avoid forks. The arguments
  320. # must be portable across $(()) and expr.
  321. if (eval "test $(( 1 + 1 )) = 2") 2>/dev/null; then :
  322.   eval 'as_fn_arith ()
  323.   {
  324.     as_val=$(( $* ))
  325.   }'
  326. else
  327.   as_fn_arith ()
  328.   {
  329.     as_val=`expr "$@" || test $? -eq 1`
  330.   }
  331. fi # as_fn_arith
  332. # as_fn_error ERROR [LINENO LOG_FD]
  333. # ---------------------------------
  334. # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
  335. # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
  336. # script with status $?, using 1 if that was 0.
  337. as_fn_error ()
  338. {
  339.   as_status=$?; test $as_status -eq 0 && as_status=1
  340.   if test "$3"; then
  341.     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  342.     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
  343.   fi
  344.   $as_echo "$as_me: error: $1" >&2
  345.   as_fn_exit $as_status
  346. } # as_fn_error
  347. if expr a : '(a)' >/dev/null 2>&1 &&
  348.    test "X`expr 00001 : '.*(...)'`" = X001; then
  349.   as_expr=expr
  350. else
  351.   as_expr=false
  352. fi
  353. if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  354.   as_basename=basename
  355. else
  356.   as_basename=false
  357. fi
  358. if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  359.   as_dirname=dirname
  360. else
  361.   as_dirname=false
  362. fi
  363. as_me=`$as_basename -- "$0" ||
  364. $as_expr X/"$0" : '.*/([^/][^/]*)/*$' | 
  365.  X"$0" : 'X(//)$' | 
  366.  X"$0" : 'X(/)' | . 2>/dev/null ||
  367. $as_echo X/"$0" |
  368.     sed '/^.*/([^/][^/]*)/*$/{
  369.     s//1/
  370.     q
  371.   }
  372.   /^X/(//)$/{
  373.     s//1/
  374.     q
  375.   }
  376.   /^X/(/).*/{
  377.     s//1/
  378.     q
  379.   }
  380.   s/.*/./; q'`
  381. # Avoid depending upon Character Ranges.
  382. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  383. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  384. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  385. as_cr_digits='0123456789'
  386. as_cr_alnum=$as_cr_Letters$as_cr_digits
  387.   as_lineno_1=$LINENO as_lineno_1a=$LINENO
  388.   as_lineno_2=$LINENO as_lineno_2a=$LINENO
  389.   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
  390.   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
  391.   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
  392.   sed -n '
  393.     p
  394.     /[$]LINENO/=
  395.   ' <$as_myself |
  396.     sed '
  397.       s/[$]LINENO.*/&-/
  398.       t lineno
  399.       b
  400.       :lineno
  401.       N
  402.       :loop
  403.       s/[$]LINENO([^'$as_cr_alnum'_].*n)(.*)/212/
  404.       t loop
  405.       s/-n.*//
  406.     ' >$as_me.lineno &&
  407.   chmod +x "$as_me.lineno" ||
  408.     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
  409.   # Don't try to exec as it changes $[0], causing all sort of problems
  410.   # (the dirname of $[0] is not the place where we might find the
  411.   # original and so on.  Autoconf is especially sensitive to this).
  412.   . "./$as_me.lineno"
  413.   # Exit status is that of the last command.
  414.   exit
  415. }
  416. ECHO_C= ECHO_N= ECHO_T=
  417. case `echo -n x` in #(((((
  418. -n*)
  419.   case `echo 'xyc'` in
  420.   *c*) ECHO_T=' ';; # ECHO_T is single tab character.
  421.   xy)  ECHO_C='c';;
  422.   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
  423.        ECHO_T=' ';;
  424.   esac;;
  425. *)
  426.   ECHO_N='-n';;
  427. esac
  428. rm -f conf$$ conf$$.exe conf$$.file
  429. if test -d conf$$.dir; then
  430.   rm -f conf$$.dir/conf$$.file
  431. else
  432.   rm -f conf$$.dir
  433.   mkdir conf$$.dir 2>/dev/null
  434. fi
  435. if (echo >conf$$.file) 2>/dev/null; then
  436.   if ln -s conf$$.file conf$$ 2>/dev/null; then
  437.     as_ln_s='ln -s'
  438.     # ... but there are two gotchas:
  439.     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  440.     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  441.     # In both cases, we have to default to `cp -p'.
  442.     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  443.       as_ln_s='cp -p'
  444.   elif ln conf$$.file conf$$ 2>/dev/null; then
  445.     as_ln_s=ln
  446.   else
  447.     as_ln_s='cp -p'
  448.   fi
  449. else
  450.   as_ln_s='cp -p'
  451. fi
  452. rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  453. rmdir conf$$.dir 2>/dev/null
  454. if mkdir -p . 2>/dev/null; then
  455.   as_mkdir_p='mkdir -p "$as_dir"'
  456. else
  457.   test -d ./-p && rmdir ./-p
  458.   as_mkdir_p=false
  459. fi
  460. if test -x / >/dev/null 2>&1; then
  461.   as_test_x='test -x'
  462. else
  463.   if ls -dL / >/dev/null 2>&1; then
  464.     as_ls_L_option=L
  465.   else
  466.     as_ls_L_option=
  467.   fi
  468.   as_test_x='
  469.     eval sh -c '''
  470.       if test -d "$1"; then
  471. test -d "$1/.";
  472.       else
  473. case $1 in #(
  474. -*)set "./$1";;
  475. esac;
  476. case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
  477. ???[sx]*):;;*)false;;esac;fi
  478.     ''' sh
  479.   '
  480. fi
  481. as_executable_p=$as_test_x
  482. # Sed expression to map a string onto a valid CPP name.
  483. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  484. # Sed expression to map a string onto a valid variable name.
  485. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  486. # Check that we are running under the correct shell.
  487. SHELL=${CONFIG_SHELL-/bin/sh}
  488. case X$lt_ECHO in
  489. X*--fallback-echo)
  490.   # Remove one level of quotation (which was required for Make).
  491.   ECHO=`echo "$lt_ECHO" | sed 's,\\$\$0,'$0','`
  492.   ;;
  493. esac
  494. ECHO=${lt_ECHO-echo}
  495. if test "X$1" = X--no-reexec; then
  496.   # Discard the --no-reexec flag, and continue.
  497.   shift
  498. elif test "X$1" = X--fallback-echo; then
  499.   # Avoid inline document here, it may be left over
  500.   :
  501. elif test "X`{ $ECHO 't'; } 2>/dev/null`" = 'Xt' ; then
  502.   # Yippee, $ECHO works!
  503.   :
  504. else
  505.   # Restart under the correct shell.
  506.   exec $SHELL "$0" --no-reexec ${1+"$@"}
  507. fi
  508. if test "X$1" = X--fallback-echo; then
  509.   # used as fallback echo
  510.   shift
  511.   cat <<_LT_EOF
  512. $*
  513. _LT_EOF
  514.   exit 0
  515. fi
  516. # The HP-UX ksh and POSIX shell print the target directory to stdout
  517. # if CDPATH is set.
  518. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  519. if test -z "$lt_ECHO"; then
  520.   if test "X${echo_test_string+set}" != Xset; then
  521.     # find a string as large as possible, as long as the shell can cope with it
  522.     for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
  523.       # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
  524.       if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
  525.  { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
  526.       then
  527.         break
  528.       fi
  529.     done
  530.   fi
  531.   if test "X`{ $ECHO 't'; } 2>/dev/null`" = 'Xt' &&
  532.      echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
  533.      test "X$echo_testing_string" = "X$echo_test_string"; then
  534.     :
  535.   else
  536.     # The Solaris, AIX, and Digital Unix default echo programs unquote
  537.     # backslashes.  This makes it impossible to quote backslashes using
  538.     #   echo "$something" | sed 's/\/\\/g'
  539.     #
  540.     # So, first we look for a working echo in the user's PATH.
  541.     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  542.     for dir in $PATH /usr/ucb; do
  543.       IFS="$lt_save_ifs"
  544.       if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
  545.          test "X`($dir/echo 't') 2>/dev/null`" = 'Xt' &&
  546.          echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
  547.          test "X$echo_testing_string" = "X$echo_test_string"; then
  548.         ECHO="$dir/echo"
  549.         break
  550.       fi
  551.     done
  552.     IFS="$lt_save_ifs"
  553.     if test "X$ECHO" = Xecho; then
  554.       # We didn't find a better echo, so look for alternatives.
  555.       if test "X`{ print -r 't'; } 2>/dev/null`" = 'Xt' &&
  556.          echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
  557.          test "X$echo_testing_string" = "X$echo_test_string"; then
  558.         # This shell has a builtin print -r that does the trick.
  559.         ECHO='print -r'
  560.       elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
  561.    test "X$CONFIG_SHELL" != X/bin/ksh; then
  562.         # If we have ksh, try running configure again with it.
  563.         ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
  564.         export ORIGINAL_CONFIG_SHELL
  565.         CONFIG_SHELL=/bin/ksh
  566.         export CONFIG_SHELL
  567.         exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
  568.       else
  569.         # Try using printf.
  570.         ECHO='printf %sn'
  571.         if test "X`{ $ECHO 't'; } 2>/dev/null`" = 'Xt' &&
  572.    echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
  573.    test "X$echo_testing_string" = "X$echo_test_string"; then
  574.   # Cool, printf works
  575.   :
  576.         elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo 't') 2>/dev/null` &&
  577.      test "X$echo_testing_string" = 'Xt' &&
  578.      echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
  579.      test "X$echo_testing_string" = "X$echo_test_string"; then
  580.   CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
  581.   export CONFIG_SHELL
  582.   SHELL="$CONFIG_SHELL"
  583.   export SHELL
  584.   ECHO="$CONFIG_SHELL $0 --fallback-echo"
  585.         elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo 't') 2>/dev/null` &&
  586.      test "X$echo_testing_string" = 'Xt' &&
  587.      echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
  588.      test "X$echo_testing_string" = "X$echo_test_string"; then
  589.   ECHO="$CONFIG_SHELL $0 --fallback-echo"
  590.         else
  591.   # maybe with a smaller string...
  592.   prev=:
  593.   for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
  594.     if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
  595.     then
  596.       break
  597.     fi
  598.     prev="$cmd"
  599.   done
  600.   if test "$prev" != 'sed 50q "$0"'; then
  601.     echo_test_string=`eval $prev`
  602.     export echo_test_string
  603.     exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
  604.   else
  605.     # Oops.  We lost completely, so just stick with echo.
  606.     ECHO=echo
  607.   fi
  608.         fi
  609.       fi
  610.     fi
  611.   fi
  612. fi
  613. # Copy echo and quote the copy suitably for passing to libtool from
  614. # the Makefile, instead of quoting the original, which is used later.
  615. lt_ECHO=$ECHO
  616. if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
  617.    lt_ECHO="$CONFIG_SHELL \$$0 --fallback-echo"
  618. fi
  619. exec 7<&0 </dev/null 6>&1
  620. # Name of the host.
  621. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  622. # so uname gets run too.
  623. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  624. #
  625. # Initializations.
  626. #
  627. ac_default_prefix=/usr/local
  628. ac_clean_files=
  629. ac_config_libobj_dir=.
  630. LIBOBJS=
  631. cross_compiling=no
  632. subdirs=
  633. MFLAGS=
  634. MAKEFLAGS=
  635. # Identity of this package.
  636. PACKAGE_NAME='libsndfile'
  637. PACKAGE_TARNAME='libsndfile'
  638. PACKAGE_VERSION='1.0.21'
  639. PACKAGE_STRING='libsndfile 1.0.21'
  640. PACKAGE_BUGREPORT='erikd@mega-nerd.com'
  641. PACKAGE_URL=''
  642. ac_unique_file="src/sndfile.c"
  643. # Factoring default headers for most tests.
  644. ac_includes_default="
  645. #include <stdio.h>
  646. #ifdef HAVE_SYS_TYPES_H
  647. # include <sys/types.h>
  648. #endif
  649. #ifdef HAVE_SYS_STAT_H
  650. # include <sys/stat.h>
  651. #endif
  652. #ifdef STDC_HEADERS
  653. # include <stdlib.h>
  654. # include <stddef.h>
  655. #else
  656. # ifdef HAVE_STDLIB_H
  657. #  include <stdlib.h>
  658. # endif
  659. #endif
  660. #ifdef HAVE_STRING_H
  661. # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  662. #  include <memory.h>
  663. # endif
  664. # include <string.h>
  665. #endif
  666. #ifdef HAVE_STRINGS_H
  667. # include <strings.h>
  668. #endif
  669. #ifdef HAVE_INTTYPES_H
  670. # include <inttypes.h>
  671. #endif
  672. #ifdef HAVE_STDINT_H
  673. # include <stdint.h>
  674. #endif
  675. #ifdef HAVE_UNISTD_H
  676. # include <unistd.h>
  677. #endif"
  678. ac_subst_vars='am__EXEEXT_FALSE
  679. am__EXEEXT_TRUE
  680. LTLIBOBJS
  681. LIBOBJS
  682. Q
  683. V
  684. OBJC
  685. F77
  686. FC
  687. AM_MAKEFLAGS
  688. MAKEFLAGS
  689. shavedir
  690. LIBTOOL_DEPS
  691. EXTERNAL_LIBS
  692. EXTERNAL_CFLAGS
  693. ALSA_LIBS
  694. OS_SPECIFIC_LINKS
  695. OS_SPECIFIC_CFLAGS
  696. SHARED_VERSION_INFO
  697. SHLIB_VERSION_ARG
  698. HTML_FGCOLOUR
  699. HTML_BGCOLOUR
  700. htmldocdir
  701. HOST_TRIPLET
  702. GCC_MINOR_VERSION
  703. GCC_MAJOR_VERSION
  704. GCC_VERSION
  705. SQLITE3_LIBS
  706. SQLITE3_CFLAGS
  707. VORBISENC_LIBS
  708. VORBISENC_CFLAGS
  709. VORBIS_LIBS
  710. VORBIS_CFLAGS
  711. OGG_LIBS
  712. OGG_CFLAGS
  713. FLAC_LIBS
  714. FLAC_CFLAGS
  715. PKG_CONFIG
  716. OCTAVE_DEST_MDIR
  717. OCTAVE_DEST_ODIR
  718. OCTAVE_CONFIG_VERSION
  719. OCTAVE_CONFIG
  720. HAVE_OCTAVE_CONFIG
  721. MKOCTFILE_VERSION
  722. MKOCTFILE
  723. HAVE_MKOCTFILE
  724. OCTAVE
  725. OCTAVE_VERSION
  726. HAVE_OCTAVE
  727. BUILD_OCTAVE_MOD_FALSE
  728. BUILD_OCTAVE_MOD_TRUE
  729. SF_COUNT_MAX
  730. SIZEOF_SF_COUNT_T
  731. TYPEOF_SF_COUNT_T
  732. GETCONF
  733. ENABLE_TEST_COVERAGE_FALSE
  734. ENABLE_TEST_COVERAGE_TRUE
  735. LINUX_MINGW_CROSS_TEST_FALSE
  736. LINUX_MINGW_CROSS_TEST_TRUE
  737. HAVE_WINE
  738. HAVE_AUTOGEN
  739. CXXCPP
  740. CPP
  741. OTOOL64
  742. OTOOL
  743. LIPO
  744. NMEDIT
  745. DSYMUTIL
  746. lt_ECHO
  747. RANLIB
  748. AR
  749. OBJDUMP
  750. LN_S
  751. NM
  752. ac_ct_DUMPBIN
  753. DUMPBIN
  754. LD
  755. FGREP
  756. EGREP
  757. GREP
  758. SED
  759. LIBTOOL
  760. am__fastdepCXX_FALSE
  761. am__fastdepCXX_TRUE
  762. CXXDEPMODE
  763. ac_ct_CXX
  764. CXXFLAGS
  765. CXX
  766. am__fastdepCC_FALSE
  767. am__fastdepCC_TRUE
  768. CCDEPMODE
  769. AMDEPBACKSLASH
  770. AMDEP_FALSE
  771. AMDEP_TRUE
  772. am__quote
  773. am__include
  774. DEPDIR
  775. OBJEXT
  776. EXEEXT
  777. ac_ct_CC
  778. CPPFLAGS
  779. LDFLAGS
  780. CFLAGS
  781. CC
  782. ACLOCAL_AMFLAGS
  783. am__untar
  784. am__tar
  785. AMTAR
  786. am__leading_dot
  787. SET_MAKE
  788. AWK
  789. mkdir_p
  790. MKDIR_P
  791. INSTALL_STRIP_PROGRAM
  792. STRIP
  793. install_sh
  794. MAKEINFO
  795. AUTOHEADER
  796. AUTOMAKE
  797. AUTOCONF
  798. ACLOCAL
  799. VERSION
  800. PACKAGE
  801. CYGPATH_W
  802. am__isrc
  803. INSTALL_DATA
  804. INSTALL_SCRIPT
  805. INSTALL_PROGRAM
  806. target_os
  807. target_vendor
  808. target_cpu
  809. target
  810. host_os
  811. host_vendor
  812. host_cpu
  813. host
  814. build_os
  815. build_vendor
  816. build_cpu
  817. build
  818. target_alias
  819. host_alias
  820. build_alias
  821. LIBS
  822. ECHO_T
  823. ECHO_N
  824. ECHO_C
  825. DEFS
  826. mandir
  827. localedir
  828. libdir
  829. psdir
  830. pdfdir
  831. dvidir
  832. htmldir
  833. infodir
  834. docdir
  835. oldincludedir
  836. includedir
  837. localstatedir
  838. sharedstatedir
  839. sysconfdir
  840. datadir
  841. datarootdir
  842. libexecdir
  843. sbindir
  844. bindir
  845. program_transform_name
  846. prefix
  847. exec_prefix
  848. PACKAGE_URL
  849. PACKAGE_BUGREPORT
  850. PACKAGE_STRING
  851. PACKAGE_VERSION
  852. PACKAGE_TARNAME
  853. PACKAGE_NAME
  854. PATH_SEPARATOR
  855. SHELL'
  856. ac_subst_files=''
  857. ac_user_opts='
  858. enable_option_checking
  859. enable_dependency_tracking
  860. enable_shared
  861. enable_static
  862. with_pic
  863. enable_fast_install
  864. with_gnu_ld
  865. enable_libtool_lock
  866. enable_experimental
  867. enable_gcc_werror
  868. enable_gcc_pipe
  869. enable_gcc_opt
  870. enable_cpu_clip
  871. enable_bow_docs
  872. enable_sqlite
  873. enable_alsa
  874. enable_external_libs
  875. enable_octave
  876. enable_test_coverage
  877. enable_largefile
  878. with_octave
  879. with_mkoctfile
  880. with_octave_config
  881. enable_shave
  882. '
  883.       ac_precious_vars='build_alias
  884. host_alias
  885. target_alias
  886. CC
  887. CFLAGS
  888. LDFLAGS
  889. LIBS
  890. CPPFLAGS
  891. CXX
  892. CXXFLAGS
  893. CCC
  894. CPP
  895. CXXCPP
  896. PKG_CONFIG
  897. FLAC_CFLAGS
  898. FLAC_LIBS
  899. OGG_CFLAGS
  900. OGG_LIBS
  901. VORBIS_CFLAGS
  902. VORBIS_LIBS
  903. VORBISENC_CFLAGS
  904. VORBISENC_LIBS
  905. SQLITE3_CFLAGS
  906. SQLITE3_LIBS'
  907. # Initialize some variables set by options.
  908. ac_init_help=
  909. ac_init_version=false
  910. ac_unrecognized_opts=
  911. ac_unrecognized_sep=
  912. # The variables have the same names as the options, with
  913. # dashes changed to underlines.
  914. cache_file=/dev/null
  915. exec_prefix=NONE
  916. no_create=
  917. no_recursion=
  918. prefix=NONE
  919. program_prefix=NONE
  920. program_suffix=NONE
  921. program_transform_name=s,x,x,
  922. silent=
  923. site=
  924. srcdir=
  925. verbose=
  926. x_includes=NONE
  927. x_libraries=NONE
  928. # Installation directory options.
  929. # These are left unexpanded so users can "make install exec_prefix=/foo"
  930. # and all the variables that are supposed to be based on exec_prefix
  931. # by default will actually change.
  932. # Use braces instead of parens because sh, perl, etc. also accept them.
  933. # (The list follows the same order as the GNU Coding Standards.)
  934. bindir='${exec_prefix}/bin'
  935. sbindir='${exec_prefix}/sbin'
  936. libexecdir='${exec_prefix}/libexec'
  937. datarootdir='${prefix}/share'
  938. datadir='${datarootdir}'
  939. sysconfdir='${prefix}/etc'
  940. sharedstatedir='${prefix}/com'
  941. localstatedir='${prefix}/var'
  942. includedir='${prefix}/include'
  943. oldincludedir='/usr/include'
  944. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  945. infodir='${datarootdir}/info'
  946. htmldir='${docdir}'
  947. dvidir='${docdir}'
  948. pdfdir='${docdir}'
  949. psdir='${docdir}'
  950. libdir='${exec_prefix}/lib'
  951. localedir='${datarootdir}/locale'
  952. mandir='${datarootdir}/man'
  953. ac_prev=
  954. ac_dashdash=
  955. for ac_option
  956. do
  957.   # If the previous option needs an argument, assign it.
  958.   if test -n "$ac_prev"; then
  959.     eval $ac_prev=$ac_option
  960.     ac_prev=
  961.     continue
  962.   fi
  963.   case $ac_option in
  964.   *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=(.*)'` ;;
  965.   *) ac_optarg=yes ;;
  966.   esac
  967.   # Accept the important Cygnus configure options, so we can diagnose typos.
  968.   case $ac_dashdash$ac_option in
  969.   --)
  970.     ac_dashdash=yes ;;
  971.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  972.     ac_prev=bindir ;;
  973.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  974.     bindir=$ac_optarg ;;
  975.   -build | --build | --buil | --bui | --bu)
  976.     ac_prev=build_alias ;;
  977.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  978.     build_alias=$ac_optarg ;;
  979.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  980.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  981.     ac_prev=cache_file ;;
  982.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  983.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  984.     cache_file=$ac_optarg ;;
  985.   --config-cache | -C)
  986.     cache_file=config.cache ;;
  987.   -datadir | --datadir | --datadi | --datad)
  988.     ac_prev=datadir ;;
  989.   -datadir=* | --datadir=* | --datadi=* | --datad=*)
  990.     datadir=$ac_optarg ;;
  991.   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot 
  992.   | --dataroo | --dataro | --datar)
  993.     ac_prev=datarootdir ;;
  994.   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* 
  995.   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
  996.     datarootdir=$ac_optarg ;;
  997.   -disable-* | --disable-*)
  998.     ac_useropt=`expr "x$ac_option" : 'x-*disable-(.*)'`
  999.     # Reject names that are not valid shell variable names.
  1000.     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1001.       as_fn_error "invalid feature name: $ac_useropt"
  1002.     ac_useropt_orig=$ac_useropt
  1003.     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1004.     case $ac_user_opts in
  1005.       *"
  1006. "enable_$ac_useropt"
  1007. "*) ;;
  1008.       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
  1009.  ac_unrecognized_sep=', ';;
  1010.     esac
  1011.     eval enable_$ac_useropt=no ;;
  1012.   -docdir | --docdir | --docdi | --doc | --do)
  1013.     ac_prev=docdir ;;
  1014.   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
  1015.     docdir=$ac_optarg ;;
  1016.   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
  1017.     ac_prev=dvidir ;;
  1018.   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
  1019.     dvidir=$ac_optarg ;;
  1020.   -enable-* | --enable-*)
  1021.     ac_useropt=`expr "x$ac_option" : 'x-*enable-([^=]*)'`
  1022.     # Reject names that are not valid shell variable names.
  1023.     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1024.       as_fn_error "invalid feature name: $ac_useropt"
  1025.     ac_useropt_orig=$ac_useropt
  1026.     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1027.     case $ac_user_opts in
  1028.       *"
  1029. "enable_$ac_useropt"
  1030. "*) ;;
  1031.       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
  1032.  ac_unrecognized_sep=', ';;
  1033.     esac
  1034.     eval enable_$ac_useropt=$ac_optarg ;;
  1035.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  1036.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  1037.   | --exec | --exe | --ex)
  1038.     ac_prev=exec_prefix ;;
  1039.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  1040.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  1041.   | --exec=* | --exe=* | --ex=*)
  1042.     exec_prefix=$ac_optarg ;;
  1043.   -gas | --gas | --ga | --g)
  1044.     # Obsolete; use --with-gas.
  1045.     with_gas=yes ;;
  1046.   -help | --help | --hel | --he | -h)
  1047.     ac_init_help=long ;;
  1048.   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  1049.     ac_init_help=recursive ;;
  1050.   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  1051.     ac_init_help=short ;;
  1052.   -host | --host | --hos | --ho)
  1053.     ac_prev=host_alias ;;
  1054.   -host=* | --host=* | --hos=* | --ho=*)
  1055.     host_alias=$ac_optarg ;;
  1056.   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
  1057.     ac_prev=htmldir ;;
  1058.   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* 
  1059.   | --ht=*)
  1060.     htmldir=$ac_optarg ;;
  1061.   -includedir | --includedir | --includedi | --included | --include 
  1062.   | --includ | --inclu | --incl | --inc)
  1063.     ac_prev=includedir ;;
  1064.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  1065.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  1066.     includedir=$ac_optarg ;;
  1067.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  1068.     ac_prev=infodir ;;
  1069.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  1070.     infodir=$ac_optarg ;;
  1071.   -libdir | --libdir | --libdi | --libd)
  1072.     ac_prev=libdir ;;
  1073.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  1074.     libdir=$ac_optarg ;;
  1075.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  1076.   | --libexe | --libex | --libe)
  1077.     ac_prev=libexecdir ;;
  1078.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  1079.   | --libexe=* | --libex=* | --libe=*)
  1080.     libexecdir=$ac_optarg ;;
  1081.   -localedir | --localedir | --localedi | --localed | --locale)
  1082.     ac_prev=localedir ;;
  1083.   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
  1084.     localedir=$ac_optarg ;;
  1085.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  1086.   | --localstate | --localstat | --localsta | --localst | --locals)
  1087.     ac_prev=localstatedir ;;
  1088.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  1089.   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
  1090.     localstatedir=$ac_optarg ;;
  1091.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  1092.     ac_prev=mandir ;;
  1093.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  1094.     mandir=$ac_optarg ;;
  1095.   -nfp | --nfp | --nf)
  1096.     # Obsolete; use --without-fp.
  1097.     with_fp=no ;;
  1098.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  1099.   | --no-cr | --no-c | -n)
  1100.     no_create=yes ;;
  1101.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  1102.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  1103.     no_recursion=yes ;;
  1104.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  1105.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  1106.   | --oldin | --oldi | --old | --ol | --o)
  1107.     ac_prev=oldincludedir ;;
  1108.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  1109.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  1110.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  1111.     oldincludedir=$ac_optarg ;;
  1112.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  1113.     ac_prev=prefix ;;
  1114.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  1115.     prefix=$ac_optarg ;;
  1116.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  1117.   | --program-pre | --program-pr | --program-p)
  1118.     ac_prev=program_prefix ;;
  1119.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  1120.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  1121.     program_prefix=$ac_optarg ;;
  1122.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  1123.   | --program-suf | --program-su | --program-s)
  1124.     ac_prev=program_suffix ;;
  1125.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  1126.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  1127.     program_suffix=$ac_optarg ;;
  1128.   -program-transform-name | --program-transform-name 
  1129.   | --program-transform-nam | --program-transform-na 
  1130.   | --program-transform-n | --program-transform- 
  1131.   | --program-transform | --program-transfor 
  1132.   | --program-transfo | --program-transf 
  1133.   | --program-trans | --program-tran 
  1134.   | --progr-tra | --program-tr | --program-t)
  1135.     ac_prev=program_transform_name ;;
  1136.   -program-transform-name=* | --program-transform-name=* 
  1137.   | --program-transform-nam=* | --program-transform-na=* 
  1138.   | --program-transform-n=* | --program-transform-=* 
  1139.   | --program-transform=* | --program-transfor=* 
  1140.   | --program-transfo=* | --program-transf=* 
  1141.   | --program-trans=* | --program-tran=* 
  1142.   | --progr-tra=* | --program-tr=* | --program-t=*)
  1143.     program_transform_name=$ac_optarg ;;
  1144.   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
  1145.     ac_prev=pdfdir ;;
  1146.   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
  1147.     pdfdir=$ac_optarg ;;
  1148.   -psdir | --psdir | --psdi | --psd | --ps)
  1149.     ac_prev=psdir ;;
  1150.   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  1151.     psdir=$ac_optarg ;;
  1152.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  1153.   | -silent | --silent | --silen | --sile | --sil)
  1154.     silent=yes ;;
  1155.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  1156.     ac_prev=sbindir ;;
  1157.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  1158.   | --sbi=* | --sb=*)
  1159.     sbindir=$ac_optarg ;;
  1160.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  1161.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  1162.   | --sharedst | --shareds | --shared | --share | --shar 
  1163.   | --sha | --sh)
  1164.     ac_prev=sharedstatedir ;;
  1165.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  1166.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  1167.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  1168.   | --sha=* | --sh=*)
  1169.     sharedstatedir=$ac_optarg ;;
  1170.   -site | --site | --sit)
  1171.     ac_prev=site ;;
  1172.   -site=* | --site=* | --sit=*)
  1173.     site=$ac_optarg ;;
  1174.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  1175.     ac_prev=srcdir ;;
  1176.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  1177.     srcdir=$ac_optarg ;;
  1178.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  1179.   | --syscon | --sysco | --sysc | --sys | --sy)
  1180.     ac_prev=sysconfdir ;;
  1181.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  1182.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  1183.     sysconfdir=$ac_optarg ;;
  1184.   -target | --target | --targe | --targ | --tar | --ta | --t)
  1185.     ac_prev=target_alias ;;
  1186.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  1187.     target_alias=$ac_optarg ;;
  1188.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  1189.     verbose=yes ;;
  1190.   -version | --version | --versio | --versi | --vers | -V)
  1191.     ac_init_version=: ;;
  1192.   -with-* | --with-*)
  1193.     ac_useropt=`expr "x$ac_option" : 'x-*with-([^=]*)'`
  1194.     # Reject names that are not valid shell variable names.
  1195.     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1196.       as_fn_error "invalid package name: $ac_useropt"
  1197.     ac_useropt_orig=$ac_useropt
  1198.     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1199.     case $ac_user_opts in
  1200.       *"
  1201. "with_$ac_useropt"
  1202. "*) ;;
  1203.       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
  1204.  ac_unrecognized_sep=', ';;
  1205.     esac
  1206.     eval with_$ac_useropt=$ac_optarg ;;
  1207.   -without-* | --without-*)
  1208.     ac_useropt=`expr "x$ac_option" : 'x-*without-(.*)'`
  1209.     # Reject names that are not valid shell variable names.
  1210.     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1211.       as_fn_error "invalid package name: $ac_useropt"
  1212.     ac_useropt_orig=$ac_useropt
  1213.     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1214.     case $ac_user_opts in
  1215.       *"
  1216. "with_$ac_useropt"
  1217. "*) ;;
  1218.       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
  1219.  ac_unrecognized_sep=', ';;
  1220.     esac
  1221.     eval with_$ac_useropt=no ;;
  1222.   --x)
  1223.     # Obsolete; use --with-x.
  1224.     with_x=yes ;;
  1225.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  1226.   | --x-incl | --x-inc | --x-in | --x-i)
  1227.     ac_prev=x_includes ;;
  1228.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  1229.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  1230.     x_includes=$ac_optarg ;;
  1231.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  1232.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  1233.     ac_prev=x_libraries ;;
  1234.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  1235.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  1236.     x_libraries=$ac_optarg ;;
  1237.   -*) as_fn_error "unrecognized option: `$ac_option'
  1238. Try `$0 --help' for more information."
  1239.     ;;
  1240.   *=*)
  1241.     ac_envvar=`expr "x$ac_option" : 'x([^=]*)='`
  1242.     # Reject names that are not valid shell variable names.
  1243.     case $ac_envvar in #(
  1244.       '' | [0-9]* | *[!_$as_cr_alnum]* )
  1245.       as_fn_error "invalid variable name: `$ac_envvar'" ;;
  1246.     esac
  1247.     eval $ac_envvar=$ac_optarg
  1248.     export $ac_envvar ;;
  1249.   *)
  1250.     # FIXME: should be removed in autoconf 3.0.
  1251.     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  1252.     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1253.       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  1254.     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  1255.     ;;
  1256.   esac
  1257. done
  1258. if test -n "$ac_prev"; then
  1259.   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  1260.   as_fn_error "missing argument to $ac_option"
  1261. fi
  1262. if test -n "$ac_unrecognized_opts"; then
  1263.   case $enable_option_checking in
  1264.     no) ;;
  1265.     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
  1266.     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
  1267.   esac
  1268. fi
  1269. # Check all directory arguments for consistency.
  1270. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir 
  1271. datadir sysconfdir sharedstatedir localstatedir includedir 
  1272. oldincludedir docdir infodir htmldir dvidir pdfdir psdir 
  1273. libdir localedir mandir
  1274. do
  1275.   eval ac_val=$$ac_var
  1276.   # Remove trailing slashes.
  1277.   case $ac_val in
  1278.     */ )
  1279.       ac_val=`expr "X$ac_val" : 'X(.*[^/])' | "X$ac_val" : 'X(.*)'`
  1280.       eval $ac_var=$ac_val;;
  1281.   esac
  1282.   # Be sure to have absolute directory names.
  1283.   case $ac_val in
  1284.     [\/$]* | ?:[\/]* )  continue;;
  1285.     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  1286.   esac
  1287.   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
  1288. done
  1289. # There might be people who depend on the old broken behavior: `$host'
  1290. # used to hold the argument of --host etc.
  1291. # FIXME: To remove some day.
  1292. build=$build_alias
  1293. host=$host_alias
  1294. target=$target_alias
  1295. # FIXME: To remove some day.
  1296. if test "x$host_alias" != x; then
  1297.   if test "x$build_alias" = x; then
  1298.     cross_compiling=maybe
  1299.     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  1300.     If a cross compiler is detected then cross compile mode will be used." >&2
  1301.   elif test "x$build_alias" != "x$host_alias"; then
  1302.     cross_compiling=yes
  1303.   fi
  1304. fi
  1305. ac_tool_prefix=
  1306. test -n "$host_alias" && ac_tool_prefix=$host_alias-
  1307. test "$silent" = yes && exec 6>/dev/null
  1308. ac_pwd=`pwd` && test -n "$ac_pwd" &&
  1309. ac_ls_di=`ls -di .` &&
  1310. ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  1311.   as_fn_error "working directory cannot be determined"
  1312. test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  1313.   as_fn_error "pwd does not report name of working directory"
  1314. # Find the source files, if location was not specified.
  1315. if test -z "$srcdir"; then
  1316.   ac_srcdir_defaulted=yes
  1317.   # Try the directory containing this script, then the parent directory.
  1318.   ac_confdir=`$as_dirname -- "$as_myself" ||
  1319. $as_expr X"$as_myself" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  1320.  X"$as_myself" : 'X(//)[^/]' | 
  1321.  X"$as_myself" : 'X(//)$' | 
  1322.  X"$as_myself" : 'X(/)' | . 2>/dev/null ||
  1323. $as_echo X"$as_myself" |
  1324.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{
  1325.     s//1/
  1326.     q
  1327.   }
  1328.   /^X(//)[^/].*/{
  1329.     s//1/
  1330.     q
  1331.   }
  1332.   /^X(//)$/{
  1333.     s//1/
  1334.     q
  1335.   }
  1336.   /^X(/).*/{
  1337.     s//1/
  1338.     q
  1339.   }
  1340.   s/.*/./; q'`
  1341.   srcdir=$ac_confdir
  1342.   if test ! -r "$srcdir/$ac_unique_file"; then
  1343.     srcdir=..
  1344.   fi
  1345. else
  1346.   ac_srcdir_defaulted=no
  1347. fi
  1348. if test ! -r "$srcdir/$ac_unique_file"; then
  1349.   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  1350.   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
  1351. fi
  1352. ac_msg="sources are in $srcdir, but `cd $srcdir' does not work"
  1353. ac_abs_confdir=`(
  1354. cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
  1355. pwd)`
  1356. # When building in place, set srcdir=.
  1357. if test "$ac_abs_confdir" = "$ac_pwd"; then
  1358.   srcdir=.
  1359. fi
  1360. # Remove unnecessary trailing slashes from srcdir.
  1361. # Double slashes in file names in object file debugging info
  1362. # mess up M-x gdb in Emacs.
  1363. case $srcdir in
  1364. */) srcdir=`expr "X$srcdir" : 'X(.*[^/])' | "X$srcdir" : 'X(.*)'`;;
  1365. esac
  1366. for ac_var in $ac_precious_vars; do
  1367.   eval ac_env_${ac_var}_set=${${ac_var}+set}
  1368.   eval ac_env_${ac_var}_value=$${ac_var}
  1369.   eval ac_cv_env_${ac_var}_set=${${ac_var}+set}
  1370.   eval ac_cv_env_${ac_var}_value=$${ac_var}
  1371. done
  1372. #
  1373. # Report the --help message.
  1374. #
  1375. if test "$ac_init_help" = "long"; then
  1376.   # Omit some internal or obsolete options to make the list less imposing.
  1377.   # This message is too long to be a string in the A/UX 3.1 sh.
  1378.   cat <<_ACEOF
  1379. `configure' configures libsndfile 1.0.21 to adapt to many kinds of systems.
  1380. Usage: $0 [OPTION]... [VAR=VALUE]...
  1381. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  1382. VAR=VALUE.  See below for descriptions of some of the useful variables.
  1383. Defaults for the options are specified in brackets.
  1384. Configuration:
  1385.   -h, --help              display this help and exit
  1386.       --help=short        display options specific to this package
  1387.       --help=recursive    display the short help of all the included packages
  1388.   -V, --version           display version information and exit
  1389.   -q, --quiet, --silent   do not print `checking...' messages
  1390.       --cache-file=FILE   cache test results in FILE [disabled]
  1391.   -C, --config-cache      alias for `--cache-file=config.cache'
  1392.   -n, --no-create         do not create output files
  1393.       --srcdir=DIR        find the sources in DIR [configure dir or `..']
  1394. Installation directories:
  1395.   --prefix=PREFIX         install architecture-independent files in PREFIX
  1396.                           [$ac_default_prefix]
  1397.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  1398.                           [PREFIX]
  1399. By default, `make install' will install all the files in
  1400. `$ac_default_prefix/bin', `$ac_default_prefix/lib' etc.  You can specify
  1401. an installation prefix other than `$ac_default_prefix' using `--prefix',
  1402. for instance `--prefix=$HOME'.
  1403. For better control, use the options below.
  1404. Fine tuning of the installation directories:
  1405.   --bindir=DIR            user executables [EPREFIX/bin]
  1406.   --sbindir=DIR           system admin executables [EPREFIX/sbin]
  1407.   --libexecdir=DIR        program executables [EPREFIX/libexec]
  1408.   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  1409.   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  1410.   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  1411.   --libdir=DIR            object code libraries [EPREFIX/lib]
  1412.   --includedir=DIR        C header files [PREFIX/include]
  1413.   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  1414.   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  1415.   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  1416.   --infodir=DIR           info documentation [DATAROOTDIR/info]
  1417.   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  1418.   --mandir=DIR            man documentation [DATAROOTDIR/man]
  1419.   --docdir=DIR            documentation root [DATAROOTDIR/doc/libsndfile]
  1420.   --htmldir=DIR           html documentation [DOCDIR]
  1421.   --dvidir=DIR            dvi documentation [DOCDIR]
  1422.   --pdfdir=DIR            pdf documentation [DOCDIR]
  1423.   --psdir=DIR             ps documentation [DOCDIR]
  1424. _ACEOF
  1425.   cat <<_ACEOF
  1426. Program names:
  1427.   --program-prefix=PREFIX            prepend PREFIX to installed program names
  1428.   --program-suffix=SUFFIX            append SUFFIX to installed program names
  1429.   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
  1430. System types:
  1431.   --build=BUILD     configure for building on BUILD [guessed]
  1432.   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
  1433.   --target=TARGET   configure for building compilers for TARGET [HOST]
  1434. _ACEOF
  1435. fi
  1436. if test -n "$ac_init_help"; then
  1437.   case $ac_init_help in
  1438.      short | recursive ) echo "Configuration of libsndfile 1.0.21:";;
  1439.    esac
  1440.   cat <<_ACEOF
  1441. Optional Features:
  1442.   --disable-option-checking  ignore unrecognized --enable/--with options
  1443.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  1444.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  1445.   --disable-dependency-tracking  speeds up one-time build
  1446.   --enable-dependency-tracking   do not reject slow dependency extractors
  1447.   --enable-shared[=PKGS]  build shared libraries [default=yes]
  1448.   --enable-static[=PKGS]  build static libraries [default=yes]
  1449.   --enable-fast-install[=PKGS]
  1450.                           optimize for fast installation [default=yes]
  1451.   --disable-libtool-lock  avoid locking (might break parallel builds)
  1452.   --enable-experimental   enable experimental code
  1453.   --enable-gcc-werror     enable -Werror in all Makefiles
  1454.   --disable-gcc-pipe      disable gcc -pipe option
  1455.   --disable-gcc-opt       disable gcc optimisations
  1456.   --disable-cpu-clip      disable tricky cpu specific clipper
  1457.   --enable-bow-docs       enable black-on-white html docs
  1458.   --disable-sqlite        disable use of sqlite
  1459.   --disable-alsa          disable use of ALSA
  1460.   --disable-external-libs disable use of FLAC, Ogg and Vorbis [default=no]
  1461.   --enable-octave         disable building of GNU Octave module
  1462.   --enable-test-coverage  enable test coverage
  1463.   --disable-largefile     omit support for large files
  1464.   --enable-shave          use shave to make the build pretty [default=yes]
  1465. Optional Packages:
  1466.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  1467.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  1468.   --with-pic              try to use only PIC/non-PIC objects [default=use
  1469.                           both]
  1470.   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  1471.   --with-octave           choose the octave version
  1472.   --with-mkoctfile        choose the mkoctfile version
  1473.   --with-octave-config    choose the octave-config version
  1474. Some influential environment variables:
  1475.   CC          C compiler command
  1476.   CFLAGS      C compiler flags
  1477.   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  1478.               nonstandard directory <lib dir>
  1479.   LIBS        libraries to pass to the linker, e.g. -l<library>
  1480.   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
  1481.               you have headers in a nonstandard directory <include dir>
  1482.   CXX         C++ compiler command
  1483.   CXXFLAGS    C++ compiler flags
  1484.   CPP         C preprocessor
  1485.   CXXCPP      C++ preprocessor
  1486.   PKG_CONFIG  path to pkg-config utility
  1487.   FLAC_CFLAGS C compiler flags for FLAC, overriding pkg-config
  1488.   FLAC_LIBS   linker flags for FLAC, overriding pkg-config
  1489.   OGG_CFLAGS  C compiler flags for OGG, overriding pkg-config
  1490.   OGG_LIBS    linker flags for OGG, overriding pkg-config
  1491.   VORBIS_CFLAGS
  1492.               C compiler flags for VORBIS, overriding pkg-config
  1493.   VORBIS_LIBS linker flags for VORBIS, overriding pkg-config
  1494.   VORBISENC_CFLAGS
  1495.               C compiler flags for VORBISENC, overriding pkg-config
  1496.   VORBISENC_LIBS
  1497.               linker flags for VORBISENC, overriding pkg-config
  1498.   SQLITE3_CFLAGS
  1499.               C compiler flags for SQLITE3, overriding pkg-config
  1500.   SQLITE3_LIBS
  1501.               linker flags for SQLITE3, overriding pkg-config
  1502. Use these variables to override the choices made by `configure' or to help
  1503. it to find libraries and programs with nonstandard names/locations.
  1504. Report bugs to <erikd@mega-nerd.com>.
  1505. _ACEOF
  1506. ac_status=$?
  1507. fi
  1508. if test "$ac_init_help" = "recursive"; then
  1509.   # If there are subdirs, report their specific --help.
  1510.   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  1511.     test -d "$ac_dir" ||
  1512.       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
  1513.       continue
  1514.     ac_builddir=.
  1515. case "$ac_dir" in
  1516. .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1517. *)
  1518.   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^.[\/]||'`
  1519.   # A ".." for each directory in $ac_dir_suffix.
  1520.   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\/]*|/..|g;s|/||'`
  1521.   case $ac_top_builddir_sub in
  1522.   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1523.   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  1524.   esac ;;
  1525. esac
  1526. ac_abs_top_builddir=$ac_pwd
  1527. ac_abs_builddir=$ac_pwd$ac_dir_suffix
  1528. # for backward compatibility:
  1529. ac_top_builddir=$ac_top_build_prefix
  1530. case $srcdir in
  1531.   .)  # We are building in place.
  1532.     ac_srcdir=.
  1533.     ac_top_srcdir=$ac_top_builddir_sub
  1534.     ac_abs_top_srcdir=$ac_pwd ;;
  1535.   [\/]* | ?:[\/]* )  # Absolute name.
  1536.     ac_srcdir=$srcdir$ac_dir_suffix;
  1537.     ac_top_srcdir=$srcdir
  1538.     ac_abs_top_srcdir=$srcdir ;;
  1539.   *) # Relative name.
  1540.     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  1541.     ac_top_srcdir=$ac_top_build_prefix$srcdir
  1542.     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  1543. esac
  1544. ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  1545.     cd "$ac_dir" || { ac_status=$?; continue; }
  1546.     # Check for guested configure.
  1547.     if test -f "$ac_srcdir/configure.gnu"; then
  1548.       echo &&
  1549.       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
  1550.     elif test -f "$ac_srcdir/configure"; then
  1551.       echo &&
  1552.       $SHELL "$ac_srcdir/configure" --help=recursive
  1553.     else
  1554.       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  1555.     fi || ac_status=$?
  1556.     cd "$ac_pwd" || { ac_status=$?; break; }
  1557.   done
  1558. fi
  1559. test -n "$ac_init_help" && exit $ac_status
  1560. if $ac_init_version; then
  1561.   cat <<_ACEOF
  1562. libsndfile configure 1.0.21
  1563. generated by GNU Autoconf 2.64
  1564. Copyright (C) 2009 Free Software Foundation, Inc.
  1565. This configure script is free software; the Free Software Foundation
  1566. gives unlimited permission to copy, distribute and modify it.
  1567. _ACEOF
  1568.   exit
  1569. fi
  1570. ## ------------------------ ##
  1571. ## Autoconf initialization. ##
  1572. ## ------------------------ ##
  1573. # ac_fn_c_try_compile LINENO
  1574. # --------------------------
  1575. # Try to compile conftest.$ac_ext, and return whether this succeeded.
  1576. ac_fn_c_try_compile ()
  1577. {
  1578.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1579.   rm -f conftest.$ac_objext
  1580.   if { { ac_try="$ac_compile"
  1581. case "(($ac_try" in
  1582.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1583.   *) ac_try_echo=$ac_try;;
  1584. esac
  1585. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  1586. $as_echo "$ac_try_echo"; } >&5
  1587.   (eval "$ac_compile") 2>conftest.err
  1588.   ac_status=$?
  1589.   if test -s conftest.err; then
  1590.     grep -v '^ *+' conftest.err >conftest.er1
  1591.     cat conftest.er1 >&5
  1592.     mv -f conftest.er1 conftest.err
  1593.   fi
  1594.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1595.   test $ac_status = 0; } && {
  1596.  test -z "$ac_c_werror_flag" ||
  1597.  test ! -s conftest.err
  1598.        } && test -s conftest.$ac_objext; then :
  1599.   ac_retval=0
  1600. else
  1601.   $as_echo "$as_me: failed program was:" >&5
  1602. sed 's/^/| /' conftest.$ac_ext >&5
  1603. ac_retval=1
  1604. fi
  1605.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1606.   return $ac_retval
  1607. } # ac_fn_c_try_compile
  1608. # ac_fn_cxx_try_compile LINENO
  1609. # ----------------------------
  1610. # Try to compile conftest.$ac_ext, and return whether this succeeded.
  1611. ac_fn_cxx_try_compile ()
  1612. {
  1613.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1614.   rm -f conftest.$ac_objext
  1615.   if { { ac_try="$ac_compile"
  1616. case "(($ac_try" in
  1617.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1618.   *) ac_try_echo=$ac_try;;
  1619. esac
  1620. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  1621. $as_echo "$ac_try_echo"; } >&5
  1622.   (eval "$ac_compile") 2>conftest.err
  1623.   ac_status=$?
  1624.   if test -s conftest.err; then
  1625.     grep -v '^ *+' conftest.err >conftest.er1
  1626.     cat conftest.er1 >&5
  1627.     mv -f conftest.er1 conftest.err
  1628.   fi
  1629.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1630.   test $ac_status = 0; } && {
  1631.  test -z "$ac_cxx_werror_flag" ||
  1632.  test ! -s conftest.err
  1633.        } && test -s conftest.$ac_objext; then :
  1634.   ac_retval=0
  1635. else
  1636.   $as_echo "$as_me: failed program was:" >&5
  1637. sed 's/^/| /' conftest.$ac_ext >&5
  1638. ac_retval=1
  1639. fi
  1640.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1641.   return $ac_retval
  1642. } # ac_fn_cxx_try_compile
  1643. # ac_fn_c_try_link LINENO
  1644. # -----------------------
  1645. # Try to link conftest.$ac_ext, and return whether this succeeded.
  1646. ac_fn_c_try_link ()
  1647. {
  1648.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1649.   rm -f conftest.$ac_objext conftest$ac_exeext
  1650.   if { { ac_try="$ac_link"
  1651. case "(($ac_try" in
  1652.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1653.   *) ac_try_echo=$ac_try;;
  1654. esac
  1655. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  1656. $as_echo "$ac_try_echo"; } >&5
  1657.   (eval "$ac_link") 2>conftest.err
  1658.   ac_status=$?
  1659.   if test -s conftest.err; then
  1660.     grep -v '^ *+' conftest.err >conftest.er1
  1661.     cat conftest.er1 >&5
  1662.     mv -f conftest.er1 conftest.err
  1663.   fi
  1664.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1665.   test $ac_status = 0; } && {
  1666.  test -z "$ac_c_werror_flag" ||
  1667.  test ! -s conftest.err
  1668.        } && test -s conftest$ac_exeext && {
  1669.  test "$cross_compiling" = yes ||
  1670.  $as_test_x conftest$ac_exeext
  1671.        }; then :
  1672.   ac_retval=0
  1673. else
  1674.   $as_echo "$as_me: failed program was:" >&5
  1675. sed 's/^/| /' conftest.$ac_ext >&5
  1676. ac_retval=1
  1677. fi
  1678.   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
  1679.   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
  1680.   # interfere with the next link command; also delete a directory that is
  1681.   # left behind by Apple's compiler.  We do this before executing the actions.
  1682.   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  1683.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1684.   return $ac_retval
  1685. } # ac_fn_c_try_link
  1686. # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
  1687. # -------------------------------------------------------
  1688. # Tests whether HEADER exists and can be compiled using the include files in
  1689. # INCLUDES, setting the cache variable VAR accordingly.
  1690. ac_fn_c_check_header_compile ()
  1691. {
  1692.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1693.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  1694. $as_echo_n "checking for $2... " >&6; }
  1695. if { as_var=$3; eval "test "${$as_var+set}" = set"; }; then :
  1696.   $as_echo_n "(cached) " >&6
  1697. else
  1698.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1699. /* end confdefs.h.  */
  1700. $4
  1701. #include <$2>
  1702. _ACEOF
  1703. if ac_fn_c_try_compile "$LINENO"; then :
  1704.   eval "$3=yes"
  1705. else
  1706.   eval "$3=no"
  1707. fi
  1708. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1709. fi
  1710. eval ac_res=$$3
  1711.        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  1712. $as_echo "$ac_res" >&6; }
  1713.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1714. } # ac_fn_c_check_header_compile
  1715. # ac_fn_c_try_cpp LINENO
  1716. # ----------------------
  1717. # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
  1718. ac_fn_c_try_cpp ()
  1719. {
  1720.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1721.   if { { ac_try="$ac_cpp conftest.$ac_ext"
  1722. case "(($ac_try" in
  1723.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1724.   *) ac_try_echo=$ac_try;;
  1725. esac
  1726. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  1727. $as_echo "$ac_try_echo"; } >&5
  1728.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
  1729.   ac_status=$?
  1730.   if test -s conftest.err; then
  1731.     grep -v '^ *+' conftest.err >conftest.er1
  1732.     cat conftest.er1 >&5
  1733.     mv -f conftest.er1 conftest.err
  1734.   fi
  1735.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1736.   test $ac_status = 0; } >/dev/null && {
  1737.  test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  1738.  test ! -s conftest.err
  1739.        }; then :
  1740.   ac_retval=0
  1741. else
  1742.   $as_echo "$as_me: failed program was:" >&5
  1743. sed 's/^/| /' conftest.$ac_ext >&5
  1744.     ac_retval=1
  1745. fi
  1746.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1747.   return $ac_retval
  1748. } # ac_fn_c_try_cpp
  1749. # ac_fn_c_try_run LINENO
  1750. # ----------------------
  1751. # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
  1752. # that executables *can* be run.
  1753. ac_fn_c_try_run ()
  1754. {
  1755.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1756.   if { { ac_try="$ac_link"
  1757. case "(($ac_try" in
  1758.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1759.   *) ac_try_echo=$ac_try;;
  1760. esac
  1761. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  1762. $as_echo "$ac_try_echo"; } >&5
  1763.   (eval "$ac_link") 2>&5
  1764.   ac_status=$?
  1765.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1766.   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
  1767.   { { case "(($ac_try" in
  1768.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1769.   *) ac_try_echo=$ac_try;;
  1770. esac
  1771. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  1772. $as_echo "$ac_try_echo"; } >&5
  1773.   (eval "$ac_try") 2>&5
  1774.   ac_status=$?
  1775.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1776.   test $ac_status = 0; }; }; then :
  1777.   ac_retval=0
  1778. else
  1779.   $as_echo "$as_me: program exited with status $ac_status" >&5
  1780.        $as_echo "$as_me: failed program was:" >&5
  1781. sed 's/^/| /' conftest.$ac_ext >&5
  1782.        ac_retval=$ac_status
  1783. fi
  1784.   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  1785.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1786.   return $ac_retval
  1787. } # ac_fn_c_try_run
  1788. # ac_fn_c_check_func LINENO FUNC VAR
  1789. # ----------------------------------
  1790. # Tests whether FUNC exists, setting the cache variable VAR accordingly
  1791. ac_fn_c_check_func ()
  1792. {
  1793.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1794.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  1795. $as_echo_n "checking for $2... " >&6; }
  1796. if { as_var=$3; eval "test "${$as_var+set}" = set"; }; then :
  1797.   $as_echo_n "(cached) " >&6
  1798. else
  1799.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1800. /* end confdefs.h.  */
  1801. /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
  1802.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1803. #define $2 innocuous_$2
  1804. /* System header to define __stub macros and hopefully few prototypes,
  1805.     which can conflict with char $2 (); below.
  1806.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1807.     <limits.h> exists even on freestanding compilers.  */
  1808. #ifdef __STDC__
  1809. # include <limits.h>
  1810. #else
  1811. # include <assert.h>
  1812. #endif
  1813. #undef $2
  1814. /* Override any GCC internal prototype to avoid an error.
  1815.    Use char because int might match the return type of a GCC
  1816.    builtin and then its argument prototype would still apply.  */
  1817. #ifdef __cplusplus
  1818. extern "C"
  1819. #endif
  1820. char $2 ();
  1821. /* The GNU C library defines this for functions which it implements
  1822.     to always fail with ENOSYS.  Some functions are actually named
  1823.     something starting with __ and the normal name is an alias.  */
  1824. #if defined __stub_$2 || defined __stub___$2
  1825. choke me
  1826. #endif
  1827. int
  1828. main ()
  1829. {
  1830. return $2 ();
  1831.   ;
  1832.   return 0;
  1833. }
  1834. _ACEOF
  1835. if ac_fn_c_try_link "$LINENO"; then :
  1836.   eval "$3=yes"
  1837. else
  1838.   eval "$3=no"
  1839. fi
  1840. rm -f core conftest.err conftest.$ac_objext 
  1841.     conftest$ac_exeext conftest.$ac_ext
  1842. fi
  1843. eval ac_res=$$3
  1844.        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  1845. $as_echo "$ac_res" >&6; }
  1846.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1847. } # ac_fn_c_check_func
  1848. # ac_fn_cxx_try_cpp LINENO
  1849. # ------------------------
  1850. # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
  1851. ac_fn_cxx_try_cpp ()
  1852. {
  1853.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1854.   if { { ac_try="$ac_cpp conftest.$ac_ext"
  1855. case "(($ac_try" in
  1856.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1857.   *) ac_try_echo=$ac_try;;
  1858. esac
  1859. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  1860. $as_echo "$ac_try_echo"; } >&5
  1861.   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
  1862.   ac_status=$?
  1863.   if test -s conftest.err; then
  1864.     grep -v '^ *+' conftest.err >conftest.er1
  1865.     cat conftest.er1 >&5
  1866.     mv -f conftest.er1 conftest.err
  1867.   fi
  1868.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1869.   test $ac_status = 0; } >/dev/null && {
  1870.  test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
  1871.  test ! -s conftest.err
  1872.        }; then :
  1873.   ac_retval=0
  1874. else
  1875.   $as_echo "$as_me: failed program was:" >&5
  1876. sed 's/^/| /' conftest.$ac_ext >&5
  1877.     ac_retval=1
  1878. fi
  1879.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1880.   return $ac_retval
  1881. } # ac_fn_cxx_try_cpp
  1882. # ac_fn_cxx_try_link LINENO
  1883. # -------------------------
  1884. # Try to link conftest.$ac_ext, and return whether this succeeded.
  1885. ac_fn_cxx_try_link ()
  1886. {
  1887.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1888.   rm -f conftest.$ac_objext conftest$ac_exeext
  1889.   if { { ac_try="$ac_link"
  1890. case "(($ac_try" in
  1891.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1892.   *) ac_try_echo=$ac_try;;
  1893. esac
  1894. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  1895. $as_echo "$ac_try_echo"; } >&5
  1896.   (eval "$ac_link") 2>conftest.err
  1897.   ac_status=$?
  1898.   if test -s conftest.err; then
  1899.     grep -v '^ *+' conftest.err >conftest.er1
  1900.     cat conftest.er1 >&5
  1901.     mv -f conftest.er1 conftest.err
  1902.   fi
  1903.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1904.   test $ac_status = 0; } && {
  1905.  test -z "$ac_cxx_werror_flag" ||
  1906.  test ! -s conftest.err
  1907.        } && test -s conftest$ac_exeext && {
  1908.  test "$cross_compiling" = yes ||
  1909.  $as_test_x conftest$ac_exeext
  1910.        }; then :
  1911.   ac_retval=0
  1912. else
  1913.   $as_echo "$as_me: failed program was:" >&5
  1914. sed 's/^/| /' conftest.$ac_ext >&5
  1915. ac_retval=1
  1916. fi
  1917.   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
  1918.   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
  1919.   # interfere with the next link command; also delete a directory that is
  1920.   # left behind by Apple's compiler.  We do this before executing the actions.
  1921.   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  1922.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1923.   return $ac_retval
  1924. } # ac_fn_cxx_try_link
  1925. # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
  1926. # -------------------------------------------------------
  1927. # Tests whether HEADER exists, giving a warning if it cannot be compiled using
  1928. # the include files in INCLUDES and setting the cache variable VAR
  1929. # accordingly.
  1930. ac_fn_c_check_header_mongrel ()
  1931. {
  1932.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1933.   if { as_var=$3; eval "test "${$as_var+set}" = set"; }; then :
  1934.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  1935. $as_echo_n "checking for $2... " >&6; }
  1936. if { as_var=$3; eval "test "${$as_var+set}" = set"; }; then :
  1937.   $as_echo_n "(cached) " >&6
  1938. fi
  1939. eval ac_res=$$3
  1940.        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  1941. $as_echo "$ac_res" >&6; }
  1942. else
  1943.   # Is the header compilable?
  1944. { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
  1945. $as_echo_n "checking $2 usability... " >&6; }
  1946. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1947. /* end confdefs.h.  */
  1948. $4
  1949. #include <$2>
  1950. _ACEOF
  1951. if ac_fn_c_try_compile "$LINENO"; then :
  1952.   ac_header_compiler=yes
  1953. else
  1954.   ac_header_compiler=no
  1955. fi
  1956. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1957. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
  1958. $as_echo "$ac_header_compiler" >&6; }
  1959. # Is the header present?
  1960. { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
  1961. $as_echo_n "checking $2 presence... " >&6; }
  1962. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1963. /* end confdefs.h.  */
  1964. #include <$2>
  1965. _ACEOF
  1966. if ac_fn_c_try_cpp "$LINENO"; then :
  1967.   ac_header_preproc=yes
  1968. else
  1969.   ac_header_preproc=no
  1970. fi
  1971. rm -f conftest.err conftest.$ac_ext
  1972. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
  1973. $as_echo "$ac_header_preproc" >&6; }
  1974. # So?  What about this header?
  1975. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
  1976.   yes:no: )
  1977.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
  1978. $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1979.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
  1980. $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
  1981.     ;;
  1982.   no:yes:* )
  1983.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
  1984. $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
  1985.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
  1986. $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
  1987.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
  1988. $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
  1989.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section "Present But Cannot Be Compiled"" >&5
  1990. $as_echo "$as_me: WARNING: $2:     section "Present But Cannot Be Compiled"" >&2;}
  1991.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
  1992. $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
  1993. ( cat <<_ASBOX
  1994. ## ---------------------------------- ##
  1995. ## Report this to erikd@mega-nerd.com ##
  1996. ## ---------------------------------- ##
  1997. _ASBOX
  1998.      ) | sed "s/^/$as_me: WARNING:     /" >&2
  1999.     ;;
  2000. esac
  2001.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  2002. $as_echo_n "checking for $2... " >&6; }
  2003. if { as_var=$3; eval "test "${$as_var+set}" = set"; }; then :
  2004.   $as_echo_n "(cached) " >&6
  2005. else
  2006.   eval "$3=$ac_header_compiler"
  2007. fi
  2008. eval ac_res=$$3
  2009.        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  2010. $as_echo "$ac_res" >&6; }
  2011. fi
  2012.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  2013. } # ac_fn_c_check_header_mongrel
  2014. # ac_fn_c_check_decl LINENO SYMBOL VAR
  2015. # ------------------------------------
  2016. # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
  2017. ac_fn_c_check_decl ()
  2018. {
  2019.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  2020.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5
  2021. $as_echo_n "checking whether $2 is declared... " >&6; }
  2022. if { as_var=$3; eval "test "${$as_var+set}" = set"; }; then :
  2023.   $as_echo_n "(cached) " >&6
  2024. else
  2025.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2026. /* end confdefs.h.  */
  2027. $4
  2028. int
  2029. main ()
  2030. {
  2031. #ifndef $2
  2032.   (void) $2;
  2033. #endif
  2034.   ;
  2035.   return 0;
  2036. }
  2037. _ACEOF
  2038. if ac_fn_c_try_compile "$LINENO"; then :
  2039.   eval "$3=yes"
  2040. else
  2041.   eval "$3=no"
  2042. fi
  2043. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2044. fi
  2045. eval ac_res=$$3
  2046.        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  2047. $as_echo "$ac_res" >&6; }
  2048.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  2049. } # ac_fn_c_check_decl
  2050. # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
  2051. # --------------------------------------------
  2052. # Tries to find the compile-time value of EXPR in a program that includes
  2053. # INCLUDES, setting VAR accordingly. Returns whether the value could be
  2054. # computed
  2055. ac_fn_c_compute_int ()
  2056. {
  2057.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  2058.   if test "$cross_compiling" = yes; then
  2059.     # Depending upon the size, compute the lo and hi bounds.
  2060. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2061. /* end confdefs.h.  */
  2062. $4
  2063. int
  2064. main ()
  2065. {
  2066. static int test_array [1 - 2 * !(($2) >= 0)];
  2067. test_array [0] = 0
  2068.   ;
  2069.   return 0;
  2070. }
  2071. _ACEOF
  2072. if ac_fn_c_try_compile "$LINENO"; then :
  2073.   ac_lo=0 ac_mid=0
  2074.   while :; do
  2075.     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2076. /* end confdefs.h.  */
  2077. $4
  2078. int
  2079. main ()
  2080. {
  2081. static int test_array [1 - 2 * !(($2) <= $ac_mid)];
  2082. test_array [0] = 0
  2083.   ;
  2084.   return 0;
  2085. }
  2086. _ACEOF
  2087. if ac_fn_c_try_compile "$LINENO"; then :
  2088.   ac_hi=$ac_mid; break
  2089. else
  2090.   as_fn_arith $ac_mid + 1 && ac_lo=$as_val
  2091. if test $ac_lo -le $ac_mid; then
  2092.   ac_lo= ac_hi=
  2093.   break
  2094. fi
  2095. as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
  2096. fi
  2097. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2098.   done
  2099. else
  2100.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2101. /* end confdefs.h.  */
  2102. $4
  2103. int
  2104. main ()
  2105. {
  2106. static int test_array [1 - 2 * !(($2) < 0)];
  2107. test_array [0] = 0
  2108.   ;
  2109.   return 0;
  2110. }
  2111. _ACEOF
  2112. if ac_fn_c_try_compile "$LINENO"; then :
  2113.   ac_hi=-1 ac_mid=-1
  2114.   while :; do
  2115.     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2116. /* end confdefs.h.  */
  2117. $4
  2118. int
  2119. main ()
  2120. {
  2121. static int test_array [1 - 2 * !(($2) >= $ac_mid)];
  2122. test_array [0] = 0
  2123.   ;
  2124.   return 0;
  2125. }
  2126. _ACEOF
  2127. if ac_fn_c_try_compile "$LINENO"; then :
  2128.   ac_lo=$ac_mid; break
  2129. else
  2130.   as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
  2131. if test $ac_mid -le $ac_hi; then
  2132.   ac_lo= ac_hi=
  2133.   break
  2134. fi
  2135. as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
  2136. fi
  2137. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2138.   done
  2139. else
  2140.   ac_lo= ac_hi=
  2141. fi
  2142. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2143. fi
  2144. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2145. # Binary search between lo and hi bounds.
  2146. while test "x$ac_lo" != "x$ac_hi"; do
  2147.   as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
  2148.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2149. /* end confdefs.h.  */
  2150. $4
  2151. int
  2152. main ()
  2153. {
  2154. static int test_array [1 - 2 * !(($2) <= $ac_mid)];
  2155. test_array [0] = 0
  2156.   ;
  2157.   return 0;
  2158. }
  2159. _ACEOF
  2160. if ac_fn_c_try_compile "$LINENO"; then :
  2161.   ac_hi=$ac_mid
  2162. else
  2163.   as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
  2164. fi
  2165. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2166. done
  2167. case $ac_lo in #((
  2168. ?*) eval "$3=$ac_lo"; ac_retval=0 ;;
  2169. '') ac_retval=1 ;;
  2170. esac
  2171.   else
  2172.     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2173. /* end confdefs.h.  */
  2174. $4
  2175. static long int longval () { return $2; }
  2176. static unsigned long int ulongval () { return $2; }
  2177. #include <stdio.h>
  2178. #include <stdlib.h>
  2179. int
  2180. main ()
  2181. {
  2182.   FILE *f = fopen ("conftest.val", "w");
  2183.   if (! f)
  2184.     return 1;
  2185.   if (($2) < 0)
  2186.     {
  2187.       long int i = longval ();
  2188.       if (i != ($2))
  2189. return 1;
  2190.       fprintf (f, "%ld", i);
  2191.     }
  2192.   else
  2193.     {
  2194.       unsigned long int i = ulongval ();
  2195.       if (i != ($2))
  2196. return 1;
  2197.       fprintf (f, "%lu", i);
  2198.     }
  2199.   /* Do not output a trailing newline, as this causes rn confusion
  2200.      on some platforms.  */
  2201.   return ferror (f) || fclose (f) != 0;
  2202.   ;
  2203.   return 0;
  2204. }
  2205. _ACEOF
  2206. if ac_fn_c_try_run "$LINENO"; then :
  2207.   echo >>conftest.val; read $3 <conftest.val; ac_retval=0
  2208. else
  2209.   ac_retval=1
  2210. fi
  2211. rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext 
  2212.   conftest.$ac_objext conftest.beam conftest.$ac_ext
  2213. rm -f conftest.val
  2214.   fi
  2215.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  2216.   return $ac_retval
  2217. } # ac_fn_c_compute_int
  2218. # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
  2219. # -------------------------------------------
  2220. # Tests whether TYPE exists after having included INCLUDES, setting cache
  2221. # variable VAR accordingly.
  2222. ac_fn_c_check_type ()
  2223. {
  2224.   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  2225.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  2226. $as_echo_n "checking for $2... " >&6; }
  2227. if { as_var=$3; eval "test "${$as_var+set}" = set"; }; then :
  2228.   $as_echo_n "(cached) " >&6
  2229. else
  2230.   eval "$3=no"
  2231.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2232. /* end confdefs.h.  */
  2233. $4
  2234. int
  2235. main ()
  2236. {
  2237. if (sizeof ($2))
  2238.  return 0;
  2239.   ;
  2240.   return 0;
  2241. }
  2242. _ACEOF
  2243. if ac_fn_c_try_compile "$LINENO"; then :
  2244.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2245. /* end confdefs.h.  */
  2246. $4
  2247. int
  2248. main ()
  2249. {
  2250. if (sizeof (($2)))
  2251.     return 0;
  2252.   ;
  2253.   return 0;
  2254. }
  2255. _ACEOF
  2256. if ac_fn_c_try_compile "$LINENO"; then :
  2257. else
  2258.   eval "$3=yes"
  2259. fi
  2260. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2261. fi
  2262. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2263. fi
  2264. eval ac_res=$$3
  2265.        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  2266. $as_echo "$ac_res" >&6; }
  2267.   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  2268. } # ac_fn_c_check_type
  2269. cat >config.log <<_ACEOF
  2270. This file contains any messages produced by compilers while
  2271. running configure, to aid debugging if configure makes a mistake.
  2272. It was created by libsndfile $as_me 1.0.21, which was
  2273. generated by GNU Autoconf 2.64.  Invocation command line was
  2274.   $ $0 $@
  2275. _ACEOF
  2276. exec 5>>config.log
  2277. {
  2278. cat <<_ASUNAME
  2279. ## --------- ##
  2280. ## Platform. ##
  2281. ## --------- ##
  2282. hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  2283. uname -m = `(uname -m) 2>/dev/null || echo unknown`
  2284. uname -r = `(uname -r) 2>/dev/null || echo unknown`
  2285. uname -s = `(uname -s) 2>/dev/null || echo unknown`
  2286. uname -v = `(uname -v) 2>/dev/null || echo unknown`
  2287. /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  2288. /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
  2289. /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
  2290. /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
  2291. /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  2292. /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
  2293. /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
  2294. /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
  2295. /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
  2296. _ASUNAME
  2297. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2298. for as_dir in $PATH
  2299. do
  2300.   IFS=$as_save_IFS
  2301.   test -z "$as_dir" && as_dir=.
  2302.     $as_echo "PATH: $as_dir"
  2303.   done
  2304. IFS=$as_save_IFS
  2305. } >&5
  2306. cat >&5 <<_ACEOF
  2307. ## ----------- ##
  2308. ## Core tests. ##
  2309. ## ----------- ##
  2310. _ACEOF
  2311. # Keep a trace of the command line.
  2312. # Strip out --no-create and --no-recursion so they do not pile up.
  2313. # Strip out --silent because we don't want to record it for future runs.
  2314. # Also quote any args containing shell meta-characters.
  2315. # Make two passes to allow for proper duplicate-argument suppression.
  2316. ac_configure_args=
  2317. ac_configure_args0=
  2318. ac_configure_args1=
  2319. ac_must_keep_next=false
  2320. for ac_pass in 1 2
  2321. do
  2322.   for ac_arg
  2323.   do
  2324.     case $ac_arg in
  2325.     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  2326.     -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  2327.     | -silent | --silent | --silen | --sile | --sil)
  2328.       continue ;;
  2329.     *'*)
  2330.       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\''/g"` ;;
  2331.     esac
  2332.     case $ac_pass in
  2333.     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
  2334.     2)
  2335.       as_fn_append ac_configure_args1 " '$ac_arg'"
  2336.       if test $ac_must_keep_next = true; then
  2337. ac_must_keep_next=false # Got value, back to normal.
  2338.       else
  2339. case $ac_arg in
  2340.   *=* | --config-cache | -C | -disable-* | --disable-* 
  2341.   | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* 
  2342.   | -q | -quiet | --q* | -silent | --sil* | -v | -verb* 
  2343.   | -with-* | --with-* | -without-* | --without-* | --x)
  2344.     case "$ac_configure_args0 " in
  2345.       "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  2346.     esac
  2347.     ;;
  2348.   -* ) ac_must_keep_next=true ;;
  2349. esac
  2350.       fi
  2351.       as_fn_append ac_configure_args " '$ac_arg'"
  2352.       ;;
  2353.     esac
  2354.   done
  2355. done
  2356. { ac_configure_args0=; unset ac_configure_args0;}
  2357. { ac_configure_args1=; unset ac_configure_args1;}
  2358. # When interrupted or exit'd, cleanup temporary files, and complete
  2359. # config.log.  We remove comments because anyway the quotes in there
  2360. # would cause problems or look ugly.
  2361. # WARNING: Use ''' to represent an apostrophe within the trap.
  2362. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
  2363. trap 'exit_status=$?
  2364.   # Save into config.log some information that might help in debugging.
  2365.   {
  2366.     echo
  2367.     cat <<_ASBOX
  2368. ## ---------------- ##
  2369. ## Cache variables. ##
  2370. ## ---------------- ##
  2371. _ASBOX
  2372.     echo
  2373.     # The following way of writing the cache mishandles newlines in values,
  2374. (
  2375.   for ac_var in `(set) 2>&1 | sed -n '''s/^([a-zA-Z_][a-zA-Z0-9_]*)=.*/1/p'''`; do
  2376.     eval ac_val=$$ac_var
  2377.     case $ac_val in #(
  2378.     *${as_nl}*)
  2379.       case $ac_var in #(
  2380.       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
  2381. $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
  2382.       esac
  2383.       case $ac_var in #(
  2384.       _ | IFS | as_nl) ;; #(
  2385.       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
  2386.       *) { eval $ac_var=; unset $ac_var;} ;;
  2387.       esac ;;
  2388.     esac
  2389.   done
  2390.   (set) 2>&1 |
  2391.     case $as_nl`(ac_space=''' '''; set) 2>&1` in #(
  2392.     *${as_nl}ac_space= *)
  2393.       sed -n 
  2394. "s/'''/'''\\''''''/g;
  2395.   s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1='''\2'''/p"
  2396.       ;; #(
  2397.     *)
  2398.       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
  2399.       ;;
  2400.     esac |
  2401.     sort
  2402. )
  2403.     echo
  2404.     cat <<_ASBOX
  2405. ## ----------------- ##
  2406. ## Output variables. ##
  2407. ## ----------------- ##
  2408. _ASBOX
  2409.     echo
  2410.     for ac_var in $ac_subst_vars
  2411.     do
  2412.       eval ac_val=$$ac_var
  2413.       case $ac_val in
  2414.       *'''*) ac_val=`$as_echo "$ac_val" | sed "s/'''/'''\\\\''''''/g"`;;
  2415.       esac
  2416.       $as_echo "$ac_var='''$ac_val'''"
  2417.     done | sort
  2418.     echo
  2419.     if test -n "$ac_subst_files"; then
  2420.       cat <<_ASBOX
  2421. ## ------------------- ##
  2422. ## File substitutions. ##
  2423. ## ------------------- ##
  2424. _ASBOX
  2425.       echo
  2426.       for ac_var in $ac_subst_files
  2427.       do
  2428. eval ac_val=$$ac_var
  2429. case $ac_val in
  2430. *'''*) ac_val=`$as_echo "$ac_val" | sed "s/'''/'''\\\\''''''/g"`;;
  2431. esac
  2432. $as_echo "$ac_var='''$ac_val'''"
  2433.       done | sort
  2434.       echo
  2435.     fi
  2436.     if test -s confdefs.h; then
  2437.       cat <<_ASBOX
  2438. ## ----------- ##
  2439. ## confdefs.h. ##
  2440. ## ----------- ##
  2441. _ASBOX
  2442.       echo
  2443.       cat confdefs.h
  2444.       echo
  2445.     fi
  2446.     test "$ac_signal" != 0 &&
  2447.       $as_echo "$as_me: caught signal $ac_signal"
  2448.     $as_echo "$as_me: exit $exit_status"
  2449.   } >&5
  2450.   rm -f core *.core core.conftest.* &&
  2451.     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
  2452.     exit $exit_status
  2453. ' 0
  2454. for ac_signal in 1 2 13 15; do
  2455.   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
  2456. done
  2457. ac_signal=0
  2458. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  2459. rm -f -r conftest* confdefs.h
  2460. $as_echo "/* confdefs.h */" > confdefs.h
  2461. # Predefined preprocessor variables.
  2462. cat >>confdefs.h <<_ACEOF
  2463. #define PACKAGE_NAME "$PACKAGE_NAME"
  2464. _ACEOF
  2465. cat >>confdefs.h <<_ACEOF
  2466. #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  2467. _ACEOF
  2468. cat >>confdefs.h <<_ACEOF
  2469. #define PACKAGE_VERSION "$PACKAGE_VERSION"
  2470. _ACEOF
  2471. cat >>confdefs.h <<_ACEOF
  2472. #define PACKAGE_STRING "$PACKAGE_STRING"
  2473. _ACEOF
  2474. cat >>confdefs.h <<_ACEOF
  2475. #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  2476. _ACEOF
  2477. cat >>confdefs.h <<_ACEOF
  2478. #define PACKAGE_URL "$PACKAGE_URL"
  2479. _ACEOF
  2480. # Let the site file select an alternate cache file if it wants to.
  2481. # Prefer an explicitly selected file to automatically selected ones.
  2482. ac_site_file1=NONE
  2483. ac_site_file2=NONE
  2484. if test -n "$CONFIG_SITE"; then
  2485.   ac_site_file1=$CONFIG_SITE
  2486. elif test "x$prefix" != xNONE; then
  2487.   ac_site_file1=$prefix/share/config.site
  2488.   ac_site_file2=$prefix/etc/config.site
  2489. else
  2490.   ac_site_file1=$ac_default_prefix/share/config.site
  2491.   ac_site_file2=$ac_default_prefix/etc/config.site
  2492. fi
  2493. for ac_site_file in "$ac_site_file1" "$ac_site_file2"
  2494. do
  2495.   test "x$ac_site_file" = xNONE && continue
  2496.   if test -r "$ac_site_file"; then
  2497.     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
  2498. $as_echo "$as_me: loading site script $ac_site_file" >&6;}
  2499.     sed 's/^/| /' "$ac_site_file" >&5
  2500.     . "$ac_site_file"
  2501.   fi
  2502. done
  2503. if test -r "$cache_file"; then
  2504.   # Some versions of bash will fail to source /dev/null (special
  2505.   # files actually), so we avoid doing that.
  2506.   if test -f "$cache_file"; then
  2507.     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
  2508. $as_echo "$as_me: loading cache $cache_file" >&6;}
  2509.     case $cache_file in
  2510.       [\/]* | ?:[\/]* ) . "$cache_file";;
  2511.       *)                      . "./$cache_file";;
  2512.     esac
  2513.   fi
  2514. else
  2515.   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
  2516. $as_echo "$as_me: creating cache $cache_file" >&6;}
  2517.   >$cache_file
  2518. fi
  2519. # Check that the precious variables saved in the cache have kept the same
  2520. # value.
  2521. ac_cache_corrupted=false
  2522. for ac_var in $ac_precious_vars; do
  2523.   eval ac_old_set=$ac_cv_env_${ac_var}_set
  2524.   eval ac_new_set=$ac_env_${ac_var}_set
  2525.   eval ac_old_val=$ac_cv_env_${ac_var}_value
  2526.   eval ac_new_val=$ac_env_${ac_var}_value
  2527.   case $ac_old_set,$ac_new_set in
  2528.     set,)
  2529.       { $as_echo "$as_me:${as_lineno-$LINENO}: error: `$ac_var' was set to `$ac_old_val' in the previous run" >&5
  2530. $as_echo "$as_me: error: `$ac_var' was set to `$ac_old_val' in the previous run" >&2;}
  2531.       ac_cache_corrupted=: ;;
  2532.     ,set)
  2533.       { $as_echo "$as_me:${as_lineno-$LINENO}: error: `$ac_var' was not set in the previous run" >&5
  2534. $as_echo "$as_me: error: `$ac_var' was not set in the previous run" >&2;}
  2535.       ac_cache_corrupted=: ;;
  2536.     ,);;
  2537.     *)
  2538.       if test "x$ac_old_val" != "x$ac_new_val"; then
  2539. # differences in whitespace do not lead to failure.
  2540. ac_old_val_w=`echo x $ac_old_val`
  2541. ac_new_val_w=`echo x $ac_new_val`
  2542. if test "$ac_old_val_w" != "$ac_new_val_w"; then
  2543.   { $as_echo "$as_me:${as_lineno-$LINENO}: error: `$ac_var' has changed since the previous run:" >&5
  2544. $as_echo "$as_me: error: `$ac_var' has changed since the previous run:" >&2;}
  2545.   ac_cache_corrupted=:
  2546. else
  2547.   { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in `$ac_var' since the previous run:" >&5
  2548. $as_echo "$as_me: warning: ignoring whitespace changes in `$ac_var' since the previous run:" >&2;}
  2549.   eval $ac_var=$ac_old_val
  2550. fi
  2551. { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  `$ac_old_val'" >&5
  2552. $as_echo "$as_me:   former value:  `$ac_old_val'" >&2;}
  2553. { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: `$ac_new_val'" >&5
  2554. $as_echo "$as_me:   current value: `$ac_new_val'" >&2;}
  2555.       fi;;
  2556.   esac
  2557.   # Pass precious variables to config.status.
  2558.   if test "$ac_new_set" = set; then
  2559.     case $ac_new_val in
  2560.     *'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\''/g"` ;;
  2561.     *) ac_arg=$ac_var=$ac_new_val ;;
  2562.     esac
  2563.     case " $ac_configure_args " in
  2564.       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
  2565.       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
  2566.     esac
  2567.   fi
  2568. done
  2569. if $ac_cache_corrupted; then
  2570.   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  2571. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  2572.   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
  2573. $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  2574.   as_fn_error "run `make distclean' and/or `rm $cache_file' and start over" "$LINENO" 5
  2575. fi
  2576. ## -------------------- ##
  2577. ## Main body of script. ##
  2578. ## -------------------- ##
  2579. ac_ext=c
  2580. ac_cpp='$CPP $CPPFLAGS'
  2581. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2582. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2583. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2584. # Put config stuff in Cfg.
  2585. ac_aux_dir=
  2586. for ac_dir in Cfg "$srcdir"/Cfg; do
  2587.   for ac_t in install-sh install.sh shtool; do
  2588.     if test -f "$ac_dir/$ac_t"; then
  2589.       ac_aux_dir=$ac_dir
  2590.       ac_install_sh="$ac_aux_dir/$ac_t -c"
  2591.       break 2
  2592.     fi
  2593.   done
  2594. done
  2595. if test -z "$ac_aux_dir"; then
  2596.   as_fn_error "cannot find install-sh, install.sh, or shtool in Cfg "$srcdir"/Cfg" "$LINENO" 5
  2597. fi
  2598. # These three variables are undocumented and unsupported,
  2599. # and are intended to be withdrawn in a future Autoconf release.
  2600. # They can cause serious problems if a builder's source tree is in a directory
  2601. # whose full name contains unusual characters.
  2602. ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
  2603. ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
  2604. ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
  2605. # Make sure we can run config.sub.
  2606. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
  2607.   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
  2608. { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
  2609. $as_echo_n "checking build system type... " >&6; }
  2610. if test "${ac_cv_build+set}" = set; then :
  2611.   $as_echo_n "(cached) " >&6
  2612. else
  2613.   ac_build_alias=$build_alias
  2614. test "x$ac_build_alias" = x &&
  2615.   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
  2616. test "x$ac_build_alias" = x &&
  2617.   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
  2618. ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
  2619.   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
  2620. fi
  2621. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
  2622. $as_echo "$ac_cv_build" >&6; }
  2623. case $ac_cv_build in
  2624. *-*-*) ;;
  2625. *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
  2626. esac
  2627. build=$ac_cv_build
  2628. ac_save_IFS=$IFS; IFS='-'
  2629. set x $ac_cv_build
  2630. shift
  2631. build_cpu=$1
  2632. build_vendor=$2
  2633. shift; shift
  2634. # Remember, the first character of IFS is used to create $*,
  2635. # except with old shells:
  2636. build_os=$*
  2637. IFS=$ac_save_IFS
  2638. case $build_os in * *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
  2639. { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
  2640. $as_echo_n "checking host system type... " >&6; }
  2641. if test "${ac_cv_host+set}" = set; then :
  2642.   $as_echo_n "(cached) " >&6
  2643. else
  2644.   if test "x$host_alias" = x; then
  2645.   ac_cv_host=$ac_cv_build
  2646. else
  2647.   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
  2648.     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
  2649. fi
  2650. fi
  2651. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
  2652. $as_echo "$ac_cv_host" >&6; }
  2653. case $ac_cv_host in
  2654. *-*-*) ;;
  2655. *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
  2656. esac
  2657. host=$ac_cv_host
  2658. ac_save_IFS=$IFS; IFS='-'
  2659. set x $ac_cv_host
  2660. shift
  2661. host_cpu=$1
  2662. host_vendor=$2
  2663. shift; shift
  2664. # Remember, the first character of IFS is used to create $*,
  2665. # except with old shells:
  2666. host_os=$*
  2667. IFS=$ac_save_IFS
  2668. case $host_os in * *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
  2669. { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
  2670. $as_echo_n "checking target system type... " >&6; }
  2671. if test "${ac_cv_target+set}" = set; then :
  2672.   $as_echo_n "(cached) " >&6
  2673. else
  2674.   if test "x$target_alias" = x; then
  2675.   ac_cv_target=$ac_cv_host
  2676. else
  2677.   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
  2678.     as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
  2679. fi
  2680. fi
  2681. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
  2682. $as_echo "$ac_cv_target" >&6; }
  2683. case $ac_cv_target in
  2684. *-*-*) ;;
  2685. *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
  2686. esac
  2687. target=$ac_cv_target
  2688. ac_save_IFS=$IFS; IFS='-'
  2689. set x $ac_cv_target
  2690. shift
  2691. target_cpu=$1
  2692. target_vendor=$2
  2693. shift; shift
  2694. # Remember, the first character of IFS is used to create $*,
  2695. # except with old shells:
  2696. target_os=$*
  2697. IFS=$ac_save_IFS
  2698. case $target_os in * *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
  2699. # The aliases save the names the user supplied, while $host etc.
  2700. # will get canonicalized.
  2701. test -n "$target_alias" &&
  2702.   test "$program_prefix$program_suffix$program_transform_name" = 
  2703.     NONENONEs,x,x, &&
  2704.   program_prefix=${target_alias}-
  2705. ac_config_headers="$ac_config_headers src/config.h"
  2706. am__api_version='1.11'
  2707. # Find a good install program.  We prefer a C program (faster),
  2708. # so one script is as good as another.  But avoid the broken or
  2709. # incompatible versions:
  2710. # SysV /etc/install, /usr/sbin/install
  2711. # SunOS /usr/etc/install
  2712. # IRIX /sbin/install
  2713. # AIX /bin/install
  2714. # AmigaOS /C/install, which installs bootblocks on floppy discs
  2715. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  2716. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  2717. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  2718. # OS/2's system install, which has a completely different semantic
  2719. # ./install, which can be erroneously created by make from ./install.sh.
  2720. # Reject install programs that cannot install multiple files.
  2721. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
  2722. $as_echo_n "checking for a BSD-compatible install... " >&6; }
  2723. if test -z "$INSTALL"; then
  2724. if test "${ac_cv_path_install+set}" = set; then :
  2725.   $as_echo_n "(cached) " >&6
  2726. else
  2727.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2728. for as_dir in $PATH
  2729. do
  2730.   IFS=$as_save_IFS
  2731.   test -z "$as_dir" && as_dir=.
  2732.     # Account for people who put trailing slashes in PATH elements.
  2733. case $as_dir/ in #((
  2734.   ./ | .// | /[cC]/* | 
  2735.   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | 
  2736.   ?:[\/]os2[\/]install[\/]* | ?:[\/]OS2[\/]INSTALL[\/]* | 
  2737.   /usr/ucb/* ) ;;
  2738.   *)
  2739.     # OSF1 and SCO ODT 3.0 have their own names for install.
  2740.     # Don't use installbsd from OSF since it installs stuff as root
  2741.     # by default.
  2742.     for ac_prog in ginstall scoinst install; do
  2743.       for ac_exec_ext in '' $ac_executable_extensions; do
  2744. if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
  2745.   if test $ac_prog = install &&
  2746.     grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  2747.     # AIX install.  It has an incompatible calling convention.
  2748.     :
  2749.   elif test $ac_prog = install &&
  2750.     grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  2751.     # program-specific install script used by HP pwplus--don't use.
  2752.     :
  2753.   else
  2754.     rm -rf conftest.one conftest.two conftest.dir
  2755.     echo one > conftest.one
  2756.     echo two > conftest.two
  2757.     mkdir conftest.dir
  2758.     if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
  2759.       test -s conftest.one && test -s conftest.two &&
  2760.       test -s conftest.dir/conftest.one &&
  2761.       test -s conftest.dir/conftest.two
  2762.     then
  2763.       ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
  2764.       break 3
  2765.     fi
  2766.   fi
  2767. fi
  2768.       done
  2769.     done
  2770.     ;;
  2771. esac
  2772.   done
  2773. IFS=$as_save_IFS
  2774. rm -rf conftest.one conftest.two conftest.dir
  2775. fi
  2776.   if test "${ac_cv_path_install+set}" = set; then
  2777.     INSTALL=$ac_cv_path_install
  2778.   else
  2779.     # As a last resort, use the slow shell script.  Don't cache a
  2780.     # value for INSTALL within a source directory, because that will
  2781.     # break other packages using the cache if that directory is
  2782.     # removed, or if the value is a relative name.
  2783.     INSTALL=$ac_install_sh
  2784.   fi
  2785. fi
  2786. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
  2787. $as_echo "$INSTALL" >&6; }
  2788. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  2789. # It thinks the first close brace ends the variable substitution.
  2790. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  2791. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
  2792. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  2793. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
  2794. $as_echo_n "checking whether build environment is sane... " >&6; }
  2795. # Just in case
  2796. sleep 1
  2797. echo timestamp > conftest.file
  2798. # Reject unsafe characters in $srcdir or the absolute working directory
  2799. # name.  Accept space and tab only in the latter.
  2800. am_lf='
  2801. '
  2802. case `pwd` in
  2803.   *[\"#$&'`$am_lf]*)
  2804.     as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
  2805. esac
  2806. case $srcdir in
  2807.   *[\"#$&'`$am_lf  ]*)
  2808.     as_fn_error "unsafe srcdir value: `$srcdir'" "$LINENO" 5;;
  2809. esac
  2810. # Do `set' in a subshell so we don't clobber the current shell's
  2811. # arguments.  Must try -L first in case configure is actually a
  2812. # symlink; some systems play weird games with the mod time of symlinks
  2813. # (eg FreeBSD returns the mod time of the symlink's containing
  2814. # directory).
  2815. if (
  2816.    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
  2817.    if test "$*" = "X"; then
  2818.       # -L didn't work.
  2819.       set X `ls -t "$srcdir/configure" conftest.file`
  2820.    fi
  2821.    rm -f conftest.file
  2822.    if test "$*" != "X $srcdir/configure conftest.file" 
  2823.       && test "$*" != "X conftest.file $srcdir/configure"; then
  2824.       # If neither matched, then we have a broken ls.  This can happen
  2825.       # if, for instance, CONFIG_SHELL is bash and it inherits a
  2826.       # broken ls alias from the environment.  This has actually
  2827.       # happened.  Such a system could not be considered "sane".
  2828.       as_fn_error "ls -t appears to fail.  Make sure there is not a broken
  2829. alias in your environment" "$LINENO" 5
  2830.    fi
  2831.    test "$2" = conftest.file
  2832.    )
  2833. then
  2834.    # Ok.
  2835.    :
  2836. else
  2837.    as_fn_error "newly created file is older than distributed files!
  2838. Check your system clock" "$LINENO" 5
  2839. fi
  2840. { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2841. $as_echo "yes" >&6; }
  2842. test "$program_prefix" != NONE &&
  2843.   program_transform_name="s&^&$program_prefix&;$program_transform_name"
  2844. # Use a double $ so make ignores it.
  2845. test "$program_suffix" != NONE &&
  2846.   program_transform_name="s&$&$program_suffix&;$program_transform_name"
  2847. # Double any  or $.
  2848. # By default was `s,x,x', remove it if useless.
  2849. ac_script='s/[\$]/&&/g;s/;s,x,x,$//'
  2850. program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
  2851. # expand $ac_aux_dir to an absolute path
  2852. am_aux_dir=`cd $ac_aux_dir && pwd`
  2853. if test x"${MISSING+set}" != xset; then
  2854.   case $am_aux_dir in
  2855.   * * | * *)
  2856.     MISSING="${SHELL} "$am_aux_dir/missing"" ;;
  2857.   *)
  2858.     MISSING="${SHELL} $am_aux_dir/missing" ;;
  2859.   esac
  2860. fi
  2861. # Use eval to expand $SHELL
  2862. if eval "$MISSING --run true"; then
  2863.   am_missing_run="$MISSING --run "
  2864. else
  2865.   am_missing_run=
  2866.   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: `missing' script is too old or missing" >&5
  2867. $as_echo "$as_me: WARNING: `missing' script is too old or missing" >&2;}
  2868. fi
  2869. if test x"${install_sh}" != xset; then
  2870.   case $am_aux_dir in
  2871.   * * | * *)
  2872.     install_sh="${SHELL} '$am_aux_dir/install-sh'" ;;
  2873.   *)
  2874.     install_sh="${SHELL} $am_aux_dir/install-sh"
  2875.   esac
  2876. fi
  2877. # Installed binaries are usually stripped using `strip' when the user
  2878. # run `make install-strip'.  However `strip' might not be the right
  2879. # tool to use in cross-compilation environments, therefore Automake
  2880. # will honor the `STRIP' environment variable to overrule this program.
  2881. if test "$cross_compiling" != no; then
  2882.   if test -n "$ac_tool_prefix"; then
  2883.   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  2884. set dummy ${ac_tool_prefix}strip; ac_word=$2
  2885. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2886. $as_echo_n "checking for $ac_word... " >&6; }
  2887. if test "${ac_cv_prog_STRIP+set}" = set; then :
  2888.   $as_echo_n "(cached) " >&6
  2889. else
  2890.   if test -n "$STRIP"; then
  2891.   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
  2892. else
  2893. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2894. for as_dir in $PATH
  2895. do
  2896.   IFS=$as_save_IFS
  2897.   test -z "$as_dir" && as_dir=.
  2898.     for ac_exec_ext in '' $ac_executable_extensions; do
  2899.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2900.     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  2901.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  2902.     break 2
  2903.   fi
  2904. done
  2905.   done
  2906. IFS=$as_save_IFS
  2907. fi
  2908. fi
  2909. STRIP=$ac_cv_prog_STRIP
  2910. if test -n "$STRIP"; then
  2911.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
  2912. $as_echo "$STRIP" >&6; }
  2913. else
  2914.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2915. $as_echo "no" >&6; }
  2916. fi
  2917. fi
  2918. if test -z "$ac_cv_prog_STRIP"; then
  2919.   ac_ct_STRIP=$STRIP
  2920.   # Extract the first word of "strip", so it can be a program name with args.
  2921. set dummy strip; ac_word=$2
  2922. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2923. $as_echo_n "checking for $ac_word... " >&6; }
  2924. if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
  2925.   $as_echo_n "(cached) " >&6
  2926. else
  2927.   if test -n "$ac_ct_STRIP"; then
  2928.   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
  2929. else
  2930. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2931. for as_dir in $PATH
  2932. do
  2933.   IFS=$as_save_IFS
  2934.   test -z "$as_dir" && as_dir=.
  2935.     for ac_exec_ext in '' $ac_executable_extensions; do
  2936.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  2937.     ac_cv_prog_ac_ct_STRIP="strip"
  2938.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  2939.     break 2
  2940.   fi
  2941. done
  2942.   done
  2943. IFS=$as_save_IFS
  2944. fi
  2945. fi
  2946. ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
  2947. if test -n "$ac_ct_STRIP"; then
  2948.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
  2949. $as_echo "$ac_ct_STRIP" >&6; }
  2950. else
  2951.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2952. $as_echo "no" >&6; }
  2953. fi
  2954.   if test "x$ac_ct_STRIP" = x; then
  2955.     STRIP=":"
  2956.   else
  2957.     case $cross_compiling:$ac_tool_warned in
  2958. yes:)
  2959. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  2960. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  2961. ac_tool_warned=yes ;;
  2962. esac
  2963.     STRIP=$ac_ct_STRIP
  2964.   fi
  2965. else
  2966.   STRIP="$ac_cv_prog_STRIP"
  2967. fi
  2968. fi
  2969. INSTALL_STRIP_PROGRAM="$(install_sh) -c -s"
  2970. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
  2971. $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
  2972. if test -z "$MKDIR_P"; then
  2973.   if test "${ac_cv_path_mkdir+set}" = set; then :
  2974.   $as_echo_n "(cached) " >&6
  2975. else
  2976.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2977. for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
  2978. do
  2979.   IFS=$as_save_IFS
  2980.   test -z "$as_dir" && as_dir=.
  2981.     for ac_prog in mkdir gmkdir; do
  2982.  for ac_exec_ext in '' $ac_executable_extensions; do
  2983.    { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
  2984.    case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
  2985.      'mkdir (GNU coreutils) '* | 
  2986.      'mkdir (coreutils) '* | 
  2987.      'mkdir (fileutils) '4.1*)
  2988.        ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
  2989.        break 3;;
  2990.    esac
  2991.  done
  2992.        done
  2993.   done
  2994. IFS=$as_save_IFS
  2995. fi
  2996.   if test "${ac_cv_path_mkdir+set}" = set; then
  2997.     MKDIR_P="$ac_cv_path_mkdir -p"
  2998.   else
  2999.     # As a last resort, use the slow shell script.  Don't cache a
  3000.     # value for MKDIR_P within a source directory, because that will
  3001.     # break other packages using the cache if that directory is
  3002.     # removed, or if the value is a relative name.
  3003.     test -d ./--version && rmdir ./--version
  3004.     MKDIR_P="$ac_install_sh -d"
  3005.   fi
  3006. fi
  3007. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
  3008. $as_echo "$MKDIR_P" >&6; }
  3009. mkdir_p="$MKDIR_P"
  3010. case $mkdir_p in
  3011.   [\/$]* | ?:[\/]*) ;;
  3012.   */*) mkdir_p="$(top_builddir)/$mkdir_p" ;;
  3013. esac
  3014. for ac_prog in gawk mawk nawk awk
  3015. do
  3016.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  3017. set dummy $ac_prog; ac_word=$2
  3018. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3019. $as_echo_n "checking for $ac_word... " >&6; }
  3020. if test "${ac_cv_prog_AWK+set}" = set; then :
  3021.   $as_echo_n "(cached) " >&6
  3022. else
  3023.   if test -n "$AWK"; then
  3024.   ac_cv_prog_AWK="$AWK" # Let the user override the test.
  3025. else
  3026. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3027. for as_dir in $PATH
  3028. do
  3029.   IFS=$as_save_IFS
  3030.   test -z "$as_dir" && as_dir=.
  3031.     for ac_exec_ext in '' $ac_executable_extensions; do
  3032.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3033.     ac_cv_prog_AWK="$ac_prog"
  3034.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  3035.     break 2
  3036.   fi
  3037. done
  3038.   done
  3039. IFS=$as_save_IFS
  3040. fi
  3041. fi
  3042. AWK=$ac_cv_prog_AWK
  3043. if test -n "$AWK"; then
  3044.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
  3045. $as_echo "$AWK" >&6; }
  3046. else
  3047.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3048. $as_echo "no" >&6; }
  3049. fi
  3050.   test -n "$AWK" && break
  3051. done
  3052. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets $(MAKE)" >&5
  3053. $as_echo_n "checking whether ${MAKE-make} sets $(MAKE)... " >&6; }
  3054. set x ${MAKE-make}
  3055. ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
  3056. if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test "${$as_var+set}" = set"; }; then :
  3057.   $as_echo_n "(cached) " >&6
  3058. else
  3059.   cat >conftest.make <<_ACEOF
  3060. SHELL = /bin/sh
  3061. all:
  3062. @echo '@@@%%%=$(MAKE)=@@@%%%'
  3063. _ACEOF
  3064. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  3065. case `${MAKE-make} -f conftest.make 2>/dev/null` in
  3066.   *@@@%%%=?*=@@@%%%*)
  3067.     eval ac_cv_prog_make_${ac_make}_set=yes;;
  3068.   *)
  3069.     eval ac_cv_prog_make_${ac_make}_set=no;;
  3070. esac
  3071. rm -f conftest.make
  3072. fi
  3073. if eval test $ac_cv_prog_make_${ac_make}_set = yes; then
  3074.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  3075. $as_echo "yes" >&6; }
  3076.   SET_MAKE=
  3077. else
  3078.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3079. $as_echo "no" >&6; }
  3080.   SET_MAKE="MAKE=${MAKE-make}"
  3081. fi
  3082. rm -rf .tst 2>/dev/null
  3083. mkdir .tst 2>/dev/null
  3084. if test -d .tst; then
  3085.   am__leading_dot=.
  3086. else
  3087.   am__leading_dot=_
  3088. fi
  3089. rmdir .tst 2>/dev/null
  3090. if test "`cd $srcdir && pwd`" != "`pwd`"; then
  3091.   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
  3092.   # is not polluted with repeated "-I."
  3093.   am__isrc=' -I$(srcdir)'
  3094.   # test to see if srcdir already configured
  3095.   if test -f $srcdir/config.status; then
  3096.     as_fn_error "source directory already configured; run "make distclean" there first" "$LINENO" 5
  3097.   fi
  3098. fi
  3099. # test whether we have cygpath
  3100. if test -z "$CYGPATH_W"; then
  3101.   if (cygpath --version) >/dev/null 2>/dev/null; then
  3102.     CYGPATH_W='cygpath -w'
  3103.   else
  3104.     CYGPATH_W=echo
  3105.   fi
  3106. fi
  3107. # Define the identity of the package.
  3108.  PACKAGE=$PACKAGE_NAME
  3109.  VERSION=$PACKAGE_VERSION
  3110. cat >>confdefs.h <<_ACEOF
  3111. #define PACKAGE "$PACKAGE"
  3112. _ACEOF
  3113. cat >>confdefs.h <<_ACEOF
  3114. #define VERSION "$VERSION"
  3115. _ACEOF
  3116. # Some tools Automake needs.
  3117. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
  3118. AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
  3119. AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
  3120. AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
  3121. MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
  3122. # We need awk for the "check" target.  The system "awk" is bad on
  3123. # some platforms.
  3124. # Always define AMTAR for backward compatibility.
  3125. AMTAR=${AMTAR-"${am_missing_run}tar"}
  3126. am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
  3127. ACLOCAL_AMFLAGS="-I M4"
  3128. ac_ext=c
  3129. ac_cpp='$CPP $CPPFLAGS'
  3130. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3131. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3132. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3133. #------------------------------------------------------------------------------------
  3134. # Rules for library version information:
  3135. #
  3136. #  1. Start with version information of `0:0:0' for each libtool library.
  3137. #  2. Update the version information only immediately before a public release of
  3138. #     your software. More frequent updates are unnecessary, and only guarantee
  3139. #     that the current interface number gets larger faster.
  3140. #  3. If the library source code has changed at all since the last update, then
  3141. #     increment revision (`c:r:a' becomes `c:r+1:a').
  3142. #  4. If any interfaces have been added, removed, or changed since the last update,
  3143. #     increment current, and set revision to 0.
  3144. #  5. If any interfaces have been added since the last public release, then increment
  3145. #     age.
  3146. #  6. If any interfaces have been removed since the last public release, then set age
  3147. #     to 0.
  3148. SHARED_VERSION_INFO="1:21:0"
  3149. ac_ext=c
  3150. ac_cpp='$CPP $CPPFLAGS'
  3151. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3152. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3153. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3154. if test -n "$ac_tool_prefix"; then
  3155.   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  3156. set dummy ${ac_tool_prefix}gcc; ac_word=$2
  3157. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3158. $as_echo_n "checking for $ac_word... " >&6; }
  3159. if test "${ac_cv_prog_CC+set}" = set; then :
  3160.   $as_echo_n "(cached) " >&6
  3161. else
  3162.   if test -n "$CC"; then
  3163.   ac_cv_prog_CC="$CC" # Let the user override the test.
  3164. else
  3165. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3166. for as_dir in $PATH
  3167. do
  3168.   IFS=$as_save_IFS
  3169.   test -z "$as_dir" && as_dir=.
  3170.     for ac_exec_ext in '' $ac_executable_extensions; do
  3171.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3172.     ac_cv_prog_CC="${ac_tool_prefix}gcc"
  3173.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  3174.     break 2
  3175.   fi
  3176. done
  3177.   done
  3178. IFS=$as_save_IFS
  3179. fi
  3180. fi
  3181. CC=$ac_cv_prog_CC
  3182. if test -n "$CC"; then
  3183.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  3184. $as_echo "$CC" >&6; }
  3185. else
  3186.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3187. $as_echo "no" >&6; }
  3188. fi
  3189. fi
  3190. if test -z "$ac_cv_prog_CC"; then
  3191.   ac_ct_CC=$CC
  3192.   # Extract the first word of "gcc", so it can be a program name with args.
  3193. set dummy gcc; ac_word=$2
  3194. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3195. $as_echo_n "checking for $ac_word... " >&6; }
  3196. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
  3197.   $as_echo_n "(cached) " >&6
  3198. else
  3199.   if test -n "$ac_ct_CC"; then
  3200.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  3201. else
  3202. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3203. for as_dir in $PATH
  3204. do
  3205.   IFS=$as_save_IFS
  3206.   test -z "$as_dir" && as_dir=.
  3207.     for ac_exec_ext in '' $ac_executable_extensions; do
  3208.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3209.     ac_cv_prog_ac_ct_CC="gcc"
  3210.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  3211.     break 2
  3212.   fi
  3213. done
  3214.   done
  3215. IFS=$as_save_IFS
  3216. fi
  3217. fi
  3218. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  3219. if test -n "$ac_ct_CC"; then
  3220.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
  3221. $as_echo "$ac_ct_CC" >&6; }
  3222. else
  3223.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3224. $as_echo "no" >&6; }
  3225. fi
  3226.   if test "x$ac_ct_CC" = x; then
  3227.     CC=""
  3228.   else
  3229.     case $cross_compiling:$ac_tool_warned in
  3230. yes:)
  3231. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  3232. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  3233. ac_tool_warned=yes ;;
  3234. esac
  3235.     CC=$ac_ct_CC
  3236.   fi
  3237. else
  3238.   CC="$ac_cv_prog_CC"
  3239. fi
  3240. if test -z "$CC"; then
  3241.           if test -n "$ac_tool_prefix"; then
  3242.     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  3243. set dummy ${ac_tool_prefix}cc; ac_word=$2
  3244. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3245. $as_echo_n "checking for $ac_word... " >&6; }
  3246. if test "${ac_cv_prog_CC+set}" = set; then :
  3247.   $as_echo_n "(cached) " >&6
  3248. else
  3249.   if test -n "$CC"; then
  3250.   ac_cv_prog_CC="$CC" # Let the user override the test.
  3251. else
  3252. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3253. for as_dir in $PATH
  3254. do
  3255.   IFS=$as_save_IFS
  3256.   test -z "$as_dir" && as_dir=.
  3257.     for ac_exec_ext in '' $ac_executable_extensions; do
  3258.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3259.     ac_cv_prog_CC="${ac_tool_prefix}cc"
  3260.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  3261.     break 2
  3262.   fi
  3263. done
  3264.   done
  3265. IFS=$as_save_IFS
  3266. fi
  3267. fi
  3268. CC=$ac_cv_prog_CC
  3269. if test -n "$CC"; then
  3270.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  3271. $as_echo "$CC" >&6; }
  3272. else
  3273.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3274. $as_echo "no" >&6; }
  3275. fi
  3276.   fi
  3277. fi
  3278. if test -z "$CC"; then
  3279.   # Extract the first word of "cc", so it can be a program name with args.
  3280. set dummy cc; ac_word=$2
  3281. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3282. $as_echo_n "checking for $ac_word... " >&6; }
  3283. if test "${ac_cv_prog_CC+set}" = set; then :
  3284.   $as_echo_n "(cached) " >&6
  3285. else
  3286.   if test -n "$CC"; then
  3287.   ac_cv_prog_CC="$CC" # Let the user override the test.
  3288. else
  3289.   ac_prog_rejected=no
  3290. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3291. for as_dir in $PATH
  3292. do
  3293.   IFS=$as_save_IFS
  3294.   test -z "$as_dir" && as_dir=.
  3295.     for ac_exec_ext in '' $ac_executable_extensions; do
  3296.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3297.     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  3298.        ac_prog_rejected=yes
  3299.        continue
  3300.      fi
  3301.     ac_cv_prog_CC="cc"
  3302.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  3303.     break 2
  3304.   fi
  3305. done
  3306.   done
  3307. IFS=$as_save_IFS
  3308. if test $ac_prog_rejected = yes; then
  3309.   # We found a bogon in the path, so make sure we never use it.
  3310.   set dummy $ac_cv_prog_CC
  3311.   shift
  3312.   if test $# != 0; then
  3313.     # We chose a different compiler from the bogus one.
  3314.     # However, it has the same basename, so the bogon will be chosen
  3315.     # first if we set CC to just the basename; use the full file name.
  3316.     shift
  3317.     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  3318.   fi
  3319. fi
  3320. fi
  3321. fi
  3322. CC=$ac_cv_prog_CC
  3323. if test -n "$CC"; then
  3324.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  3325. $as_echo "$CC" >&6; }
  3326. else
  3327.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3328. $as_echo "no" >&6; }
  3329. fi
  3330. fi
  3331. if test -z "$CC"; then
  3332.   if test -n "$ac_tool_prefix"; then
  3333.   for ac_prog in cl.exe
  3334.   do
  3335.     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  3336. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  3337. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3338. $as_echo_n "checking for $ac_word... " >&6; }
  3339. if test "${ac_cv_prog_CC+set}" = set; then :
  3340.   $as_echo_n "(cached) " >&6
  3341. else
  3342.   if test -n "$CC"; then
  3343.   ac_cv_prog_CC="$CC" # Let the user override the test.
  3344. else
  3345. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3346. for as_dir in $PATH
  3347. do
  3348.   IFS=$as_save_IFS
  3349.   test -z "$as_dir" && as_dir=.
  3350.     for ac_exec_ext in '' $ac_executable_extensions; do
  3351.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3352.     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  3353.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  3354.     break 2
  3355.   fi
  3356. done
  3357.   done
  3358. IFS=$as_save_IFS
  3359. fi
  3360. fi
  3361. CC=$ac_cv_prog_CC
  3362. if test -n "$CC"; then
  3363.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  3364. $as_echo "$CC" >&6; }
  3365. else
  3366.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3367. $as_echo "no" >&6; }
  3368. fi
  3369.     test -n "$CC" && break
  3370.   done
  3371. fi
  3372. if test -z "$CC"; then
  3373.   ac_ct_CC=$CC
  3374.   for ac_prog in cl.exe
  3375. do
  3376.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  3377. set dummy $ac_prog; ac_word=$2
  3378. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3379. $as_echo_n "checking for $ac_word... " >&6; }
  3380. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
  3381.   $as_echo_n "(cached) " >&6
  3382. else
  3383.   if test -n "$ac_ct_CC"; then
  3384.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  3385. else
  3386. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  3387. for as_dir in $PATH
  3388. do
  3389.   IFS=$as_save_IFS
  3390.   test -z "$as_dir" && as_dir=.
  3391.     for ac_exec_ext in '' $ac_executable_extensions; do
  3392.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  3393.     ac_cv_prog_ac_ct_CC="$ac_prog"
  3394.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  3395.     break 2
  3396.   fi
  3397. done
  3398.   done
  3399. IFS=$as_save_IFS
  3400. fi
  3401. fi
  3402. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  3403. if test -n "$ac_ct_CC"; then
  3404.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
  3405. $as_echo "$ac_ct_CC" >&6; }
  3406. else
  3407.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3408. $as_echo "no" >&6; }
  3409. fi
  3410.   test -n "$ac_ct_CC" && break
  3411. done
  3412.   if test "x$ac_ct_CC" = x; then
  3413.     CC=""
  3414.   else
  3415.     case $cross_compiling:$ac_tool_warned in
  3416. yes:)
  3417. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  3418. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  3419. ac_tool_warned=yes ;;
  3420. esac
  3421.     CC=$ac_ct_CC
  3422.   fi
  3423. fi
  3424. fi
  3425. test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  3426. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  3427. as_fn_error "no acceptable C compiler found in $PATH
  3428. See `config.log' for more details." "$LINENO" 5; }
  3429. # Provide some information about the compiler.
  3430. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
  3431. set X $ac_compile
  3432. ac_compiler=$2
  3433. for ac_option in --version -v -V -qversion; do
  3434.   { { ac_try="$ac_compiler $ac_option >&5"
  3435. case "(($ac_try" in
  3436.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3437.   *) ac_try_echo=$ac_try;;
  3438. esac
  3439. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  3440. $as_echo "$ac_try_echo"; } >&5
  3441.   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
  3442.   ac_status=$?
  3443.   if test -s conftest.err; then
  3444.     sed '10a
  3445. ... rest of stderr output deleted ...
  3446.          10q' conftest.err >conftest.er1
  3447.     cat conftest.er1 >&5
  3448.     rm -f conftest.er1 conftest.err
  3449.   fi
  3450.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  3451.   test $ac_status = 0; }
  3452. done
  3453. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3454. /* end confdefs.h.  */
  3455. #include <stdio.h>
  3456. int
  3457. main ()
  3458. {
  3459. FILE *f = fopen ("conftest.out", "w");
  3460.  return ferror (f) || fclose (f) != 0;
  3461.   ;
  3462.   return 0;
  3463. }
  3464. _ACEOF
  3465. ac_clean_files_save=$ac_clean_files
  3466. ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
  3467. # Try to create an executable without -o first, disregard a.out.
  3468. # It will help us diagnose broken compilers, and finding out an intuition
  3469. # of exeext.
  3470. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
  3471. $as_echo_n "checking for C compiler default output file name... " >&6; }
  3472. ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
  3473. # The possible output files:
  3474. ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
  3475. ac_rmfiles=
  3476. for ac_file in $ac_files
  3477. do
  3478.   case $ac_file in
  3479.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
  3480.     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
  3481.   esac
  3482. done
  3483. rm -f $ac_rmfiles
  3484. if { { ac_try="$ac_link_default"
  3485. case "(($ac_try" in
  3486.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3487.   *) ac_try_echo=$ac_try;;
  3488. esac
  3489. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  3490. $as_echo "$ac_try_echo"; } >&5
  3491.   (eval "$ac_link_default") 2>&5
  3492.   ac_status=$?
  3493.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  3494.   test $ac_status = 0; }; then :
  3495.   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
  3496. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
  3497. # in a Makefile.  We should not override ac_cv_exeext if it was cached,
  3498. # so that the user can short-circuit this test for compilers unknown to
  3499. # Autoconf.
  3500. for ac_file in $ac_files ''
  3501. do
  3502.   test -f "$ac_file" || continue
  3503.   case $ac_file in
  3504.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
  3505. ;;
  3506.     [ab].out )
  3507. # We found the default executable, but exeext='' is most
  3508. # certainly right.
  3509. break;;
  3510.     *.* )
  3511. if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
  3512. then :; else
  3513.    ac_cv_exeext=`expr "$ac_file" : '[^.]*(..*)'`
  3514. fi
  3515. # We set ac_cv_exeext here because the later test for it is not
  3516. # safe: cross compilers may not add the suffix if given an `-o'
  3517. # argument, so we may need to know it at that point already.
  3518. # Even if this section looks crufty: it has the advantage of
  3519. # actually working.
  3520. break;;
  3521.     * )
  3522. break;;
  3523.   esac
  3524. done
  3525. test "$ac_cv_exeext" = no && ac_cv_exeext=
  3526. else
  3527.   ac_file=''
  3528. fi
  3529. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
  3530. $as_echo "$ac_file" >&6; }
  3531. if test -z "$ac_file"; then :
  3532.   $as_echo "$as_me: failed program was:" >&5
  3533. sed 's/^/| /' conftest.$ac_ext >&5
  3534. { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  3535. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  3536. { as_fn_set_status 77
  3537. as_fn_error "C compiler cannot create executables
  3538. See `config.log' for more details." "$LINENO" 5; }; }
  3539. fi
  3540. ac_exeext=$ac_cv_exeext
  3541. # Check that the compiler produces executables we can run.  If not, either
  3542. # the compiler is broken, or we cross compile.
  3543. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
  3544. $as_echo_n "checking whether the C compiler works... " >&6; }
  3545. # If not cross compiling, check that we can run a simple program.
  3546. if test "$cross_compiling" != yes; then
  3547.   if { ac_try='./$ac_file'
  3548.   { { case "(($ac_try" in
  3549.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3550.   *) ac_try_echo=$ac_try;;
  3551. esac
  3552. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  3553. $as_echo "$ac_try_echo"; } >&5
  3554.   (eval "$ac_try") 2>&5
  3555.   ac_status=$?
  3556.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  3557.   test $ac_status = 0; }; }; then
  3558.     cross_compiling=no
  3559.   else
  3560.     if test "$cross_compiling" = maybe; then
  3561. cross_compiling=yes
  3562.     else
  3563. { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  3564. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  3565. as_fn_error "cannot run C compiled programs.
  3566. If you meant to cross compile, use `--host'.
  3567. See `config.log' for more details." "$LINENO" 5; }
  3568.     fi
  3569.   fi
  3570. fi
  3571. { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  3572. $as_echo "yes" >&6; }
  3573. rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
  3574. ac_clean_files=$ac_clean_files_save
  3575. # Check that the compiler produces executables we can run.  If not, either
  3576. # the compiler is broken, or we cross compile.
  3577. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
  3578. $as_echo_n "checking whether we are cross compiling... " >&6; }
  3579. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
  3580. $as_echo "$cross_compiling" >&6; }
  3581. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
  3582. $as_echo_n "checking for suffix of executables... " >&6; }
  3583. if { { ac_try="$ac_link"
  3584. case "(($ac_try" in
  3585.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3586.   *) ac_try_echo=$ac_try;;
  3587. esac
  3588. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  3589. $as_echo "$ac_try_echo"; } >&5
  3590.   (eval "$ac_link") 2>&5
  3591.   ac_status=$?
  3592.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  3593.   test $ac_status = 0; }; then :
  3594.   # If both `conftest.exe' and `conftest' are `present' (well, observable)
  3595. # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
  3596. # work properly (i.e., refer to `conftest.exe'), while it won't with
  3597. # `rm'.
  3598. for ac_file in conftest.exe conftest conftest.*; do
  3599.   test -f "$ac_file" || continue
  3600.   case $ac_file in
  3601.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
  3602.     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*(..*)'`
  3603.   break;;
  3604.     * ) break;;
  3605.   esac
  3606. done
  3607. else
  3608.   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  3609. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  3610. as_fn_error "cannot compute suffix of executables: cannot compile and link
  3611. See `config.log' for more details." "$LINENO" 5; }
  3612. fi
  3613. rm -f conftest$ac_cv_exeext
  3614. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
  3615. $as_echo "$ac_cv_exeext" >&6; }
  3616. rm -f conftest.$ac_ext
  3617. EXEEXT=$ac_cv_exeext
  3618. ac_exeext=$EXEEXT
  3619. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
  3620. $as_echo_n "checking for suffix of object files... " >&6; }
  3621. if test "${ac_cv_objext+set}" = set; then :
  3622.   $as_echo_n "(cached) " >&6
  3623. else
  3624.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3625. /* end confdefs.h.  */
  3626. int
  3627. main ()
  3628. {
  3629.   ;
  3630.   return 0;
  3631. }
  3632. _ACEOF
  3633. rm -f conftest.o conftest.obj
  3634. if { { ac_try="$ac_compile"
  3635. case "(($ac_try" in
  3636.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  3637.   *) ac_try_echo=$ac_try;;
  3638. esac
  3639. eval ac_try_echo=""$as_me:${as_lineno-$LINENO}: $ac_try_echo""
  3640. $as_echo "$ac_try_echo"; } >&5
  3641.   (eval "$ac_compile") 2>&5
  3642.   ac_status=$?
  3643.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  3644.   test $ac_status = 0; }; then :
  3645.   for ac_file in conftest.o conftest.obj conftest.*; do
  3646.   test -f "$ac_file" || continue;
  3647.   case $ac_file in
  3648.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
  3649.     *) ac_cv_objext=`expr "$ac_file" : '.*.(.*)'`
  3650.        break;;
  3651.   esac
  3652. done
  3653. else
  3654.   $as_echo "$as_me: failed program was:" >&5
  3655. sed 's/^/| /' conftest.$ac_ext >&5
  3656. { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in `$ac_pwd':" >&5
  3657. $as_echo "$as_me: error: in `$ac_pwd':" >&2;}
  3658. as_fn_error "cannot compute suffix of object files: cannot compile
  3659. See `config.log' for more details." "$LINENO" 5; }
  3660. fi
  3661. rm -f conftest.$ac_cv_objext conftest.$ac_ext
  3662. fi
  3663. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
  3664. $as_echo "$ac_cv_objext" >&6; }
  3665. OBJEXT=$ac_cv_objext
  3666. ac_objext=$OBJEXT
  3667. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
  3668. $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
  3669. if test "${ac_cv_c_compiler_gnu+set}" = set; then :
  3670.   $as_echo_n "(cached) " >&6
  3671. else
  3672.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3673. /* end confdefs.h.  */
  3674. int
  3675. main ()
  3676. {
  3677. #ifndef __GNUC__
  3678.        choke me
  3679. #endif
  3680.   ;
  3681.   return 0;
  3682. }
  3683. _ACEOF
  3684. if ac_fn_c_try_compile "$LINENO"; then :
  3685.   ac_compiler_gnu=yes
  3686. else
  3687.   ac_compiler_gnu=no
  3688. fi
  3689. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3690. ac_cv_c_compiler_gnu=$ac_compiler_gnu
  3691. fi
  3692. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
  3693. $as_echo "$ac_cv_c_compiler_gnu" >&6; }
  3694. if test $ac_compiler_gnu = yes; then
  3695.   GCC=yes
  3696. else
  3697.   GCC=
  3698. fi
  3699. ac_test_CFLAGS=${CFLAGS+set}
  3700. ac_save_CFLAGS=$CFLAGS
  3701. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
  3702. $as_echo_n "checking whether $CC accepts -g... " >&6; }
  3703. if test "${ac_cv_prog_cc_g+set}" = set; then :
  3704.   $as_echo_n "(cached) " >&6
  3705. else
  3706.   ac_save_c_werror_flag=$ac_c_werror_flag
  3707.    ac_c_werror_flag=yes
  3708.    ac_cv_prog_cc_g=no
  3709.    CFLAGS="-g"
  3710.    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3711. /* end confdefs.h.  */
  3712. int
  3713. main ()
  3714. {
  3715.   ;
  3716.   return 0;
  3717. }
  3718. _ACEOF
  3719. if ac_fn_c_try_compile "$LINENO"; then :
  3720.   ac_cv_prog_cc_g=yes
  3721. else
  3722.   CFLAGS=""
  3723.       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3724. /* end confdefs.h.  */
  3725. int
  3726. main ()
  3727. {
  3728.   ;
  3729.   return 0;
  3730. }
  3731. _ACEOF
  3732. if ac_fn_c_try_compile "$LINENO"; then :
  3733. else
  3734.   ac_c_werror_flag=$ac_save_c_werror_flag
  3735.  CFLAGS="-g"
  3736.  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3737. /* end confdefs.h.  */
  3738. int
  3739. main ()
  3740. {
  3741.   ;
  3742.   return 0;
  3743. }
  3744. _ACEOF
  3745. if ac_fn_c_try_compile "$LINENO"; then :
  3746.   ac_cv_prog_cc_g=yes
  3747. fi
  3748. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3749. fi
  3750. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3751. fi
  3752. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3753.    ac_c_werror_flag=$ac_save_c_werror_flag
  3754. fi
  3755. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
  3756. $as_echo "$ac_cv_prog_cc_g" >&6; }
  3757. if test "$ac_test_CFLAGS" = set; then
  3758.   CFLAGS=$ac_save_CFLAGS
  3759. elif test $ac_cv_prog_cc_g = yes; then
  3760.   if test "$GCC" = yes; then
  3761.     CFLAGS="-g -O2"
  3762.   else
  3763.     CFLAGS="-g"
  3764.   fi
  3765. else
  3766.   if test "$GCC" = yes; then
  3767.     CFLAGS="-O2"
  3768.   else
  3769.     CFLAGS=
  3770.   fi
  3771. fi
  3772. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
  3773. $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
  3774. if test "${ac_cv_prog_cc_c89+set}" = set; then :
  3775.   $as_echo_n "(cached) " >&6
  3776. else
  3777.   ac_cv_prog_cc_c89=no
  3778. ac_save_CC=$CC
  3779. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3780. /* end confdefs.h.  */
  3781. #include <stdarg.h>
  3782. #include <stdio.h>
  3783. #include <sys/types.h>
  3784. #include <sys/stat.h>
  3785. /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  3786. struct buf { int x; };
  3787. FILE * (*rcsopen) (struct buf *, struct stat *, int);
  3788. static char *e (p, i)
  3789.      char **p;
  3790.      int i;
  3791. {
  3792.   return p[i];
  3793. }
  3794. static char *f (char * (*g) (char **, int), char **p, ...)
  3795. {
  3796.   char *s;
  3797.   va_list v;
  3798.   va_start (v,p);
  3799.   s = g (p, va_arg (v,int));
  3800.   va_end (v);
  3801.   return s;
  3802. }
  3803. /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  3804.    function prototypes and stuff, but not 'xHH' hex character constants.
  3805.    These don't provoke an error unfortunately, instead are silently treated
  3806.    as 'x'.  The following induces an error, until -std is added to get
  3807.    proper ANSI mode.  Curiously 'x00'!='x' always comes out true, for an
  3808.    array size at least.  It's necessary to write 'x00'==0 to get something
  3809.    that's true only with -std.  */
  3810. int osf4_cc_array ['x00' == 0 ? 1 : -1];
  3811. /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  3812.    inside strings and character constants.  */
  3813. #define FOO(x) 'x'
  3814. int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  3815. int test (int i, double x);
  3816. struct s1 {int (*f) (int a);};
  3817. struct s2 {int (*f) (double a);};
  3818. int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  3819. int argc;
  3820. char **argv;
  3821. int
  3822. main ()
  3823. {
  3824. return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  3825.   ;
  3826.   return 0;
  3827. }
  3828. _ACEOF
  3829. for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std 
  3830. -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  3831. do
  3832.   CC="$ac_save_CC $ac_arg"
  3833.   if ac_fn_c_try_compile "$LINENO"; then :
  3834.   ac_cv_prog_cc_c89=$ac_arg
  3835. fi
  3836. rm -f core conftest.err conftest.$ac_objext
  3837.   test "x$ac_cv_prog_cc_c89" != "xno" && break