configure
上传用户:qaz666999
上传日期:2022-08-06
资源大小:2570k
文件大小:938k
源码类别:

数学计算

开发平台:

Unix_Linux

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