Annotation of OpenXM/src/ox_pari/configure, Revision 1.1
1.1 ! ohara 1: #! /bin/sh
! 2: # Guess values for system-dependent variables and create Makefiles.
! 3: # Generated by GNU Autoconf 2.69 for ox_pari 1.15.
! 4: #
! 5: #
! 6: # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
! 7: #
! 8: #
! 9: # This configure script is free software; the Free Software Foundation
! 10: # gives unlimited permission to copy, distribute and modify it.
! 11: ## -------------------- ##
! 12: ## M4sh Initialization. ##
! 13: ## -------------------- ##
! 14:
! 15: # Be more Bourne compatible
! 16: DUALCASE=1; export DUALCASE # for MKS sh
! 17: if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
! 18: emulate sh
! 19: NULLCMD=:
! 20: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
! 21: # is contrary to our usage. Disable this feature.
! 22: alias -g '${1+"$@"}'='"$@"'
! 23: setopt NO_GLOB_SUBST
! 24: else
! 25: case `(set -o) 2>/dev/null` in #(
! 26: *posix*) :
! 27: set -o posix ;; #(
! 28: *) :
! 29: ;;
! 30: esac
! 31: fi
! 32:
! 33:
! 34: as_nl='
! 35: '
! 36: export as_nl
! 37: # Printing a long string crashes Solaris 7 /usr/bin/printf.
! 38: as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
! 39: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
! 40: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
! 41: # Prefer a ksh shell builtin over an external printf program on Solaris,
! 42: # but without wasting forks for bash or zsh.
! 43: if test -z "$BASH_VERSION$ZSH_VERSION" \
! 44: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
! 45: as_echo='print -r --'
! 46: as_echo_n='print -rn --'
! 47: elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
! 48: as_echo='printf %s\n'
! 49: as_echo_n='printf %s'
! 50: else
! 51: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
! 52: as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
! 53: as_echo_n='/usr/ucb/echo -n'
! 54: else
! 55: as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
! 56: as_echo_n_body='eval
! 57: arg=$1;
! 58: case $arg in #(
! 59: *"$as_nl"*)
! 60: expr "X$arg" : "X\\(.*\\)$as_nl";
! 61: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
! 62: esac;
! 63: expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
! 64: '
! 65: export as_echo_n_body
! 66: as_echo_n='sh -c $as_echo_n_body as_echo'
! 67: fi
! 68: export as_echo_body
! 69: as_echo='sh -c $as_echo_body as_echo'
! 70: fi
! 71:
! 72: # The user is always right.
! 73: if test "${PATH_SEPARATOR+set}" != set; then
! 74: PATH_SEPARATOR=:
! 75: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
! 76: (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
! 77: PATH_SEPARATOR=';'
! 78: }
! 79: fi
! 80:
! 81:
! 82: # IFS
! 83: # We need space, tab and new line, in precisely that order. Quoting is
! 84: # there to prevent editors from complaining about space-tab.
! 85: # (If _AS_PATH_WALK were called with IFS unset, it would disable word
! 86: # splitting by setting IFS to empty value.)
! 87: IFS=" "" $as_nl"
! 88:
! 89: # Find who we are. Look in the path if we contain no directory separator.
! 90: as_myself=
! 91: case $0 in #((
! 92: *[\\/]* ) as_myself=$0 ;;
! 93: *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
! 94: for as_dir in $PATH
! 95: do
! 96: IFS=$as_save_IFS
! 97: test -z "$as_dir" && as_dir=.
! 98: test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
! 99: done
! 100: IFS=$as_save_IFS
! 101:
! 102: ;;
! 103: esac
! 104: # We did not find ourselves, most probably we were run as `sh COMMAND'
! 105: # in which case we are not to be found in the path.
! 106: if test "x$as_myself" = x; then
! 107: as_myself=$0
! 108: fi
! 109: if test ! -f "$as_myself"; then
! 110: $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
! 111: exit 1
! 112: fi
! 113:
! 114: # Unset variables that we do not need and which cause bugs (e.g. in
! 115: # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
! 116: # suppresses any "Segmentation fault" message there. '((' could
! 117: # trigger a bug in pdksh 5.2.14.
! 118: for as_var in BASH_ENV ENV MAIL MAILPATH
! 119: do eval test x\${$as_var+set} = xset \
! 120: && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
! 121: done
! 122: PS1='$ '
! 123: PS2='> '
! 124: PS4='+ '
! 125:
! 126: # NLS nuisances.
! 127: LC_ALL=C
! 128: export LC_ALL
! 129: LANGUAGE=C
! 130: export LANGUAGE
! 131:
! 132: # CDPATH.
! 133: (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
! 134:
! 135: # Use a proper internal environment variable to ensure we don't fall
! 136: # into an infinite loop, continuously re-executing ourselves.
! 137: if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
! 138: _as_can_reexec=no; export _as_can_reexec;
! 139: # We cannot yet assume a decent shell, so we have to provide a
! 140: # neutralization value for shells without unset; and this also
! 141: # works around shells that cannot unset nonexistent variables.
! 142: # Preserve -v and -x to the replacement shell.
! 143: BASH_ENV=/dev/null
! 144: ENV=/dev/null
! 145: (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
! 146: case $- in # ((((
! 147: *v*x* | *x*v* ) as_opts=-vx ;;
! 148: *v* ) as_opts=-v ;;
! 149: *x* ) as_opts=-x ;;
! 150: * ) as_opts= ;;
! 151: esac
! 152: exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
! 153: # Admittedly, this is quite paranoid, since all the known shells bail
! 154: # out after a failed `exec'.
! 155: $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
! 156: as_fn_exit 255
! 157: fi
! 158: # We don't want this to propagate to other subprocesses.
! 159: { _as_can_reexec=; unset _as_can_reexec;}
! 160: if test "x$CONFIG_SHELL" = x; then
! 161: as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
! 162: emulate sh
! 163: NULLCMD=:
! 164: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
! 165: # is contrary to our usage. Disable this feature.
! 166: alias -g '\${1+\"\$@\"}'='\"\$@\"'
! 167: setopt NO_GLOB_SUBST
! 168: else
! 169: case \`(set -o) 2>/dev/null\` in #(
! 170: *posix*) :
! 171: set -o posix ;; #(
! 172: *) :
! 173: ;;
! 174: esac
! 175: fi
! 176: "
! 177: as_required="as_fn_return () { (exit \$1); }
! 178: as_fn_success () { as_fn_return 0; }
! 179: as_fn_failure () { as_fn_return 1; }
! 180: as_fn_ret_success () { return 0; }
! 181: as_fn_ret_failure () { return 1; }
! 182:
! 183: exitcode=0
! 184: as_fn_success || { exitcode=1; echo as_fn_success failed.; }
! 185: as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
! 186: as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
! 187: as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
! 188: if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
! 189:
! 190: else
! 191: exitcode=1; echo positional parameters were not saved.
! 192: fi
! 193: test x\$exitcode = x0 || exit 1
! 194: test -x / || exit 1"
! 195: as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
! 196: as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
! 197: eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
! 198: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
! 199: test \$(( 1 + 1 )) = 2 || exit 1"
! 200: if (eval "$as_required") 2>/dev/null; then :
! 201: as_have_required=yes
! 202: else
! 203: as_have_required=no
! 204: fi
! 205: if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
! 206:
! 207: else
! 208: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
! 209: as_found=false
! 210: for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
! 211: do
! 212: IFS=$as_save_IFS
! 213: test -z "$as_dir" && as_dir=.
! 214: as_found=:
! 215: case $as_dir in #(
! 216: /*)
! 217: for as_base in sh bash ksh sh5; do
! 218: # Try only shells that exist, to save several forks.
! 219: as_shell=$as_dir/$as_base
! 220: if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
! 221: { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
! 222: CONFIG_SHELL=$as_shell as_have_required=yes
! 223: if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
! 224: break 2
! 225: fi
! 226: fi
! 227: done;;
! 228: esac
! 229: as_found=false
! 230: done
! 231: $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
! 232: { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
! 233: CONFIG_SHELL=$SHELL as_have_required=yes
! 234: fi; }
! 235: IFS=$as_save_IFS
! 236:
! 237:
! 238: if test "x$CONFIG_SHELL" != x; then :
! 239: export CONFIG_SHELL
! 240: # We cannot yet assume a decent shell, so we have to provide a
! 241: # neutralization value for shells without unset; and this also
! 242: # works around shells that cannot unset nonexistent variables.
! 243: # Preserve -v and -x to the replacement shell.
! 244: BASH_ENV=/dev/null
! 245: ENV=/dev/null
! 246: (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
! 247: case $- in # ((((
! 248: *v*x* | *x*v* ) as_opts=-vx ;;
! 249: *v* ) as_opts=-v ;;
! 250: *x* ) as_opts=-x ;;
! 251: * ) as_opts= ;;
! 252: esac
! 253: exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
! 254: # Admittedly, this is quite paranoid, since all the known shells bail
! 255: # out after a failed `exec'.
! 256: $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
! 257: exit 255
! 258: fi
! 259:
! 260: if test x$as_have_required = xno; then :
! 261: $as_echo "$0: This script requires a shell more modern than all"
! 262: $as_echo "$0: the shells that I found on your system."
! 263: if test x${ZSH_VERSION+set} = xset ; then
! 264: $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
! 265: $as_echo "$0: be upgraded to zsh 4.3.4 or later."
! 266: else
! 267: $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
! 268: $0: including any error possibly output before this
! 269: $0: message. Then install a modern shell, or manually run
! 270: $0: the script under such a shell if you do have one."
! 271: fi
! 272: exit 1
! 273: fi
! 274: fi
! 275: fi
! 276: SHELL=${CONFIG_SHELL-/bin/sh}
! 277: export SHELL
! 278: # Unset more variables known to interfere with behavior of common tools.
! 279: CLICOLOR_FORCE= GREP_OPTIONS=
! 280: unset CLICOLOR_FORCE GREP_OPTIONS
! 281:
! 282: ## --------------------- ##
! 283: ## M4sh Shell Functions. ##
! 284: ## --------------------- ##
! 285: # as_fn_unset VAR
! 286: # ---------------
! 287: # Portably unset VAR.
! 288: as_fn_unset ()
! 289: {
! 290: { eval $1=; unset $1;}
! 291: }
! 292: as_unset=as_fn_unset
! 293:
! 294: # as_fn_set_status STATUS
! 295: # -----------------------
! 296: # Set $? to STATUS, without forking.
! 297: as_fn_set_status ()
! 298: {
! 299: return $1
! 300: } # as_fn_set_status
! 301:
! 302: # as_fn_exit STATUS
! 303: # -----------------
! 304: # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
! 305: as_fn_exit ()
! 306: {
! 307: set +e
! 308: as_fn_set_status $1
! 309: exit $1
! 310: } # as_fn_exit
! 311:
! 312: # as_fn_mkdir_p
! 313: # -------------
! 314: # Create "$as_dir" as a directory, including parents if necessary.
! 315: as_fn_mkdir_p ()
! 316: {
! 317:
! 318: case $as_dir in #(
! 319: -*) as_dir=./$as_dir;;
! 320: esac
! 321: test -d "$as_dir" || eval $as_mkdir_p || {
! 322: as_dirs=
! 323: while :; do
! 324: case $as_dir in #(
! 325: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
! 326: *) as_qdir=$as_dir;;
! 327: esac
! 328: as_dirs="'$as_qdir' $as_dirs"
! 329: as_dir=`$as_dirname -- "$as_dir" ||
! 330: $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
! 331: X"$as_dir" : 'X\(//\)[^/]' \| \
! 332: X"$as_dir" : 'X\(//\)$' \| \
! 333: X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
! 334: $as_echo X"$as_dir" |
! 335: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
! 336: s//\1/
! 337: q
! 338: }
! 339: /^X\(\/\/\)[^/].*/{
! 340: s//\1/
! 341: q
! 342: }
! 343: /^X\(\/\/\)$/{
! 344: s//\1/
! 345: q
! 346: }
! 347: /^X\(\/\).*/{
! 348: s//\1/
! 349: q
! 350: }
! 351: s/.*/./; q'`
! 352: test -d "$as_dir" && break
! 353: done
! 354: test -z "$as_dirs" || eval "mkdir $as_dirs"
! 355: } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
! 356:
! 357:
! 358: } # as_fn_mkdir_p
! 359:
! 360: # as_fn_executable_p FILE
! 361: # -----------------------
! 362: # Test if FILE is an executable regular file.
! 363: as_fn_executable_p ()
! 364: {
! 365: test -f "$1" && test -x "$1"
! 366: } # as_fn_executable_p
! 367: # as_fn_append VAR VALUE
! 368: # ----------------------
! 369: # Append the text in VALUE to the end of the definition contained in VAR. Take
! 370: # advantage of any shell optimizations that allow amortized linear growth over
! 371: # repeated appends, instead of the typical quadratic growth present in naive
! 372: # implementations.
! 373: if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
! 374: eval 'as_fn_append ()
! 375: {
! 376: eval $1+=\$2
! 377: }'
! 378: else
! 379: as_fn_append ()
! 380: {
! 381: eval $1=\$$1\$2
! 382: }
! 383: fi # as_fn_append
! 384:
! 385: # as_fn_arith ARG...
! 386: # ------------------
! 387: # Perform arithmetic evaluation on the ARGs, and store the result in the
! 388: # global $as_val. Take advantage of shells that can avoid forks. The arguments
! 389: # must be portable across $(()) and expr.
! 390: if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
! 391: eval 'as_fn_arith ()
! 392: {
! 393: as_val=$(( $* ))
! 394: }'
! 395: else
! 396: as_fn_arith ()
! 397: {
! 398: as_val=`expr "$@" || test $? -eq 1`
! 399: }
! 400: fi # as_fn_arith
! 401:
! 402:
! 403: # as_fn_error STATUS ERROR [LINENO LOG_FD]
! 404: # ----------------------------------------
! 405: # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
! 406: # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
! 407: # script with STATUS, using 1 if that was 0.
! 408: as_fn_error ()
! 409: {
! 410: as_status=$1; test $as_status -eq 0 && as_status=1
! 411: if test "$4"; then
! 412: as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
! 413: $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
! 414: fi
! 415: $as_echo "$as_me: error: $2" >&2
! 416: as_fn_exit $as_status
! 417: } # as_fn_error
! 418:
! 419: if expr a : '\(a\)' >/dev/null 2>&1 &&
! 420: test "X`expr 00001 : '.*\(...\)'`" = X001; then
! 421: as_expr=expr
! 422: else
! 423: as_expr=false
! 424: fi
! 425:
! 426: if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
! 427: as_basename=basename
! 428: else
! 429: as_basename=false
! 430: fi
! 431:
! 432: if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
! 433: as_dirname=dirname
! 434: else
! 435: as_dirname=false
! 436: fi
! 437:
! 438: as_me=`$as_basename -- "$0" ||
! 439: $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
! 440: X"$0" : 'X\(//\)$' \| \
! 441: X"$0" : 'X\(/\)' \| . 2>/dev/null ||
! 442: $as_echo X/"$0" |
! 443: sed '/^.*\/\([^/][^/]*\)\/*$/{
! 444: s//\1/
! 445: q
! 446: }
! 447: /^X\/\(\/\/\)$/{
! 448: s//\1/
! 449: q
! 450: }
! 451: /^X\/\(\/\).*/{
! 452: s//\1/
! 453: q
! 454: }
! 455: s/.*/./; q'`
! 456:
! 457: # Avoid depending upon Character Ranges.
! 458: as_cr_letters='abcdefghijklmnopqrstuvwxyz'
! 459: as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
! 460: as_cr_Letters=$as_cr_letters$as_cr_LETTERS
! 461: as_cr_digits='0123456789'
! 462: as_cr_alnum=$as_cr_Letters$as_cr_digits
! 463:
! 464:
! 465: as_lineno_1=$LINENO as_lineno_1a=$LINENO
! 466: as_lineno_2=$LINENO as_lineno_2a=$LINENO
! 467: eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
! 468: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
! 469: # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
! 470: sed -n '
! 471: p
! 472: /[$]LINENO/=
! 473: ' <$as_myself |
! 474: sed '
! 475: s/[$]LINENO.*/&-/
! 476: t lineno
! 477: b
! 478: :lineno
! 479: N
! 480: :loop
! 481: s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
! 482: t loop
! 483: s/-\n.*//
! 484: ' >$as_me.lineno &&
! 485: chmod +x "$as_me.lineno" ||
! 486: { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
! 487:
! 488: # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
! 489: # already done that, so ensure we don't try to do so again and fall
! 490: # in an infinite loop. This has already happened in practice.
! 491: _as_can_reexec=no; export _as_can_reexec
! 492: # Don't try to exec as it changes $[0], causing all sort of problems
! 493: # (the dirname of $[0] is not the place where we might find the
! 494: # original and so on. Autoconf is especially sensitive to this).
! 495: . "./$as_me.lineno"
! 496: # Exit status is that of the last command.
! 497: exit
! 498: }
! 499:
! 500: ECHO_C= ECHO_N= ECHO_T=
! 501: case `echo -n x` in #(((((
! 502: -n*)
! 503: case `echo 'xy\c'` in
! 504: *c*) ECHO_T=' ';; # ECHO_T is single tab character.
! 505: xy) ECHO_C='\c';;
! 506: *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
! 507: ECHO_T=' ';;
! 508: esac;;
! 509: *)
! 510: ECHO_N='-n';;
! 511: esac
! 512:
! 513: rm -f conf$$ conf$$.exe conf$$.file
! 514: if test -d conf$$.dir; then
! 515: rm -f conf$$.dir/conf$$.file
! 516: else
! 517: rm -f conf$$.dir
! 518: mkdir conf$$.dir 2>/dev/null
! 519: fi
! 520: if (echo >conf$$.file) 2>/dev/null; then
! 521: if ln -s conf$$.file conf$$ 2>/dev/null; then
! 522: as_ln_s='ln -s'
! 523: # ... but there are two gotchas:
! 524: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
! 525: # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
! 526: # In both cases, we have to default to `cp -pR'.
! 527: ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
! 528: as_ln_s='cp -pR'
! 529: elif ln conf$$.file conf$$ 2>/dev/null; then
! 530: as_ln_s=ln
! 531: else
! 532: as_ln_s='cp -pR'
! 533: fi
! 534: else
! 535: as_ln_s='cp -pR'
! 536: fi
! 537: rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
! 538: rmdir conf$$.dir 2>/dev/null
! 539:
! 540: if mkdir -p . 2>/dev/null; then
! 541: as_mkdir_p='mkdir -p "$as_dir"'
! 542: else
! 543: test -d ./-p && rmdir ./-p
! 544: as_mkdir_p=false
! 545: fi
! 546:
! 547: as_test_x='test -x'
! 548: as_executable_p=as_fn_executable_p
! 549:
! 550: # Sed expression to map a string onto a valid CPP name.
! 551: as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
! 552:
! 553: # Sed expression to map a string onto a valid variable name.
! 554: as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
! 555:
! 556:
! 557: test -n "$DJDIR" || exec 7<&0 </dev/null
! 558: exec 6>&1
! 559:
! 560: # Name of the host.
! 561: # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
! 562: # so uname gets run too.
! 563: ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
! 564:
! 565: #
! 566: # Initializations.
! 567: #
! 568: ac_default_prefix=/usr/local
! 569: ac_clean_files=
! 570: ac_config_libobj_dir=.
! 571: LIBOBJS=
! 572: cross_compiling=no
! 573: subdirs=
! 574: MFLAGS=
! 575: MAKEFLAGS=
! 576:
! 577: # Identity of this package.
! 578: PACKAGE_NAME='ox_pari'
! 579: PACKAGE_TARNAME='ox_pari'
! 580: PACKAGE_VERSION='1.15'
! 581: PACKAGE_STRING='ox_pari 1.15'
! 582: PACKAGE_BUGREPORT=''
! 583: PACKAGE_URL=''
! 584:
! 585: ac_unique_file="ox_pari.c"
! 586: # Factoring default headers for most tests.
! 587: ac_includes_default="\
! 588: #include <stdio.h>
! 589: #ifdef HAVE_SYS_TYPES_H
! 590: # include <sys/types.h>
! 591: #endif
! 592: #ifdef HAVE_SYS_STAT_H
! 593: # include <sys/stat.h>
! 594: #endif
! 595: #ifdef STDC_HEADERS
! 596: # include <stdlib.h>
! 597: # include <stddef.h>
! 598: #else
! 599: # ifdef HAVE_STDLIB_H
! 600: # include <stdlib.h>
! 601: # endif
! 602: #endif
! 603: #ifdef HAVE_STRING_H
! 604: # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
! 605: # include <memory.h>
! 606: # endif
! 607: # include <string.h>
! 608: #endif
! 609: #ifdef HAVE_STRINGS_H
! 610: # include <strings.h>
! 611: #endif
! 612: #ifdef HAVE_INTTYPES_H
! 613: # include <inttypes.h>
! 614: #endif
! 615: #ifdef HAVE_STDINT_H
! 616: # include <stdint.h>
! 617: #endif
! 618: #ifdef HAVE_UNISTD_H
! 619: # include <unistd.h>
! 620: #endif"
! 621:
! 622: ac_subst_vars='am__EXEEXT_FALSE
! 623: am__EXEEXT_TRUE
! 624: LTLIBOBJS
! 625: LIBOBJS
! 626: EGREP
! 627: GREP
! 628: X_EXTRA_LIBS
! 629: X_LIBS
! 630: X_PRE_LIBS
! 631: X_CFLAGS
! 632: CPP
! 633: XMKMF
! 634: am__fastdepCC_FALSE
! 635: am__fastdepCC_TRUE
! 636: CCDEPMODE
! 637: am__nodep
! 638: AMDEPBACKSLASH
! 639: AMDEP_FALSE
! 640: AMDEP_TRUE
! 641: am__quote
! 642: am__include
! 643: DEPDIR
! 644: OBJEXT
! 645: EXEEXT
! 646: ac_ct_CC
! 647: CPPFLAGS
! 648: LDFLAGS
! 649: CFLAGS
! 650: CC
! 651: MAINT
! 652: MAINTAINER_MODE_FALSE
! 653: MAINTAINER_MODE_TRUE
! 654: AM_BACKSLASH
! 655: AM_DEFAULT_VERBOSITY
! 656: AM_DEFAULT_V
! 657: AM_V
! 658: am__untar
! 659: am__tar
! 660: AMTAR
! 661: am__leading_dot
! 662: SET_MAKE
! 663: AWK
! 664: mkdir_p
! 665: MKDIR_P
! 666: INSTALL_STRIP_PROGRAM
! 667: STRIP
! 668: install_sh
! 669: MAKEINFO
! 670: AUTOHEADER
! 671: AUTOMAKE
! 672: AUTOCONF
! 673: ACLOCAL
! 674: VERSION
! 675: PACKAGE
! 676: CYGPATH_W
! 677: am__isrc
! 678: INSTALL_DATA
! 679: INSTALL_SCRIPT
! 680: INSTALL_PROGRAM
! 681: target_os
! 682: target_vendor
! 683: target_cpu
! 684: target
! 685: host_os
! 686: host_vendor
! 687: host_cpu
! 688: host
! 689: build_os
! 690: build_vendor
! 691: build_cpu
! 692: build
! 693: target_alias
! 694: host_alias
! 695: build_alias
! 696: LIBS
! 697: ECHO_T
! 698: ECHO_N
! 699: ECHO_C
! 700: DEFS
! 701: mandir
! 702: localedir
! 703: libdir
! 704: psdir
! 705: pdfdir
! 706: dvidir
! 707: htmldir
! 708: infodir
! 709: docdir
! 710: oldincludedir
! 711: includedir
! 712: localstatedir
! 713: sharedstatedir
! 714: sysconfdir
! 715: datadir
! 716: datarootdir
! 717: libexecdir
! 718: sbindir
! 719: bindir
! 720: program_transform_name
! 721: prefix
! 722: exec_prefix
! 723: PACKAGE_URL
! 724: PACKAGE_BUGREPORT
! 725: PACKAGE_STRING
! 726: PACKAGE_VERSION
! 727: PACKAGE_TARNAME
! 728: PACKAGE_NAME
! 729: PATH_SEPARATOR
! 730: SHELL'
! 731: ac_subst_files=''
! 732: ac_user_opts='
! 733: enable_option_checking
! 734: enable_silent_rules
! 735: enable_maintainer_mode
! 736: enable_dependency_tracking
! 737: with_x
! 738: enable_shared
! 739: '
! 740: ac_precious_vars='build_alias
! 741: host_alias
! 742: target_alias
! 743: CC
! 744: CFLAGS
! 745: LDFLAGS
! 746: LIBS
! 747: CPPFLAGS
! 748: XMKMF
! 749: CPP'
! 750:
! 751:
! 752: # Initialize some variables set by options.
! 753: ac_init_help=
! 754: ac_init_version=false
! 755: ac_unrecognized_opts=
! 756: ac_unrecognized_sep=
! 757: # The variables have the same names as the options, with
! 758: # dashes changed to underlines.
! 759: cache_file=/dev/null
! 760: exec_prefix=NONE
! 761: no_create=
! 762: no_recursion=
! 763: prefix=NONE
! 764: program_prefix=NONE
! 765: program_suffix=NONE
! 766: program_transform_name=s,x,x,
! 767: silent=
! 768: site=
! 769: srcdir=
! 770: verbose=
! 771: x_includes=NONE
! 772: x_libraries=NONE
! 773:
! 774: # Installation directory options.
! 775: # These are left unexpanded so users can "make install exec_prefix=/foo"
! 776: # and all the variables that are supposed to be based on exec_prefix
! 777: # by default will actually change.
! 778: # Use braces instead of parens because sh, perl, etc. also accept them.
! 779: # (The list follows the same order as the GNU Coding Standards.)
! 780: bindir='${exec_prefix}/bin'
! 781: sbindir='${exec_prefix}/sbin'
! 782: libexecdir='${exec_prefix}/libexec'
! 783: datarootdir='${prefix}/share'
! 784: datadir='${datarootdir}'
! 785: sysconfdir='${prefix}/etc'
! 786: sharedstatedir='${prefix}/com'
! 787: localstatedir='${prefix}/var'
! 788: includedir='${prefix}/include'
! 789: oldincludedir='/usr/include'
! 790: docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
! 791: infodir='${datarootdir}/info'
! 792: htmldir='${docdir}'
! 793: dvidir='${docdir}'
! 794: pdfdir='${docdir}'
! 795: psdir='${docdir}'
! 796: libdir='${exec_prefix}/lib'
! 797: localedir='${datarootdir}/locale'
! 798: mandir='${datarootdir}/man'
! 799:
! 800: ac_prev=
! 801: ac_dashdash=
! 802: for ac_option
! 803: do
! 804: # If the previous option needs an argument, assign it.
! 805: if test -n "$ac_prev"; then
! 806: eval $ac_prev=\$ac_option
! 807: ac_prev=
! 808: continue
! 809: fi
! 810:
! 811: case $ac_option in
! 812: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
! 813: *=) ac_optarg= ;;
! 814: *) ac_optarg=yes ;;
! 815: esac
! 816:
! 817: # Accept the important Cygnus configure options, so we can diagnose typos.
! 818:
! 819: case $ac_dashdash$ac_option in
! 820: --)
! 821: ac_dashdash=yes ;;
! 822:
! 823: -bindir | --bindir | --bindi | --bind | --bin | --bi)
! 824: ac_prev=bindir ;;
! 825: -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
! 826: bindir=$ac_optarg ;;
! 827:
! 828: -build | --build | --buil | --bui | --bu)
! 829: ac_prev=build_alias ;;
! 830: -build=* | --build=* | --buil=* | --bui=* | --bu=*)
! 831: build_alias=$ac_optarg ;;
! 832:
! 833: -cache-file | --cache-file | --cache-fil | --cache-fi \
! 834: | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
! 835: ac_prev=cache_file ;;
! 836: -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
! 837: | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
! 838: cache_file=$ac_optarg ;;
! 839:
! 840: --config-cache | -C)
! 841: cache_file=config.cache ;;
! 842:
! 843: -datadir | --datadir | --datadi | --datad)
! 844: ac_prev=datadir ;;
! 845: -datadir=* | --datadir=* | --datadi=* | --datad=*)
! 846: datadir=$ac_optarg ;;
! 847:
! 848: -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
! 849: | --dataroo | --dataro | --datar)
! 850: ac_prev=datarootdir ;;
! 851: -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
! 852: | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
! 853: datarootdir=$ac_optarg ;;
! 854:
! 855: -disable-* | --disable-*)
! 856: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
! 857: # Reject names that are not valid shell variable names.
! 858: expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
! 859: as_fn_error $? "invalid feature name: $ac_useropt"
! 860: ac_useropt_orig=$ac_useropt
! 861: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
! 862: case $ac_user_opts in
! 863: *"
! 864: "enable_$ac_useropt"
! 865: "*) ;;
! 866: *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
! 867: ac_unrecognized_sep=', ';;
! 868: esac
! 869: eval enable_$ac_useropt=no ;;
! 870:
! 871: -docdir | --docdir | --docdi | --doc | --do)
! 872: ac_prev=docdir ;;
! 873: -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
! 874: docdir=$ac_optarg ;;
! 875:
! 876: -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
! 877: ac_prev=dvidir ;;
! 878: -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
! 879: dvidir=$ac_optarg ;;
! 880:
! 881: -enable-* | --enable-*)
! 882: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
! 883: # Reject names that are not valid shell variable names.
! 884: expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
! 885: as_fn_error $? "invalid feature name: $ac_useropt"
! 886: ac_useropt_orig=$ac_useropt
! 887: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
! 888: case $ac_user_opts in
! 889: *"
! 890: "enable_$ac_useropt"
! 891: "*) ;;
! 892: *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
! 893: ac_unrecognized_sep=', ';;
! 894: esac
! 895: eval enable_$ac_useropt=\$ac_optarg ;;
! 896:
! 897: -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
! 898: | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
! 899: | --exec | --exe | --ex)
! 900: ac_prev=exec_prefix ;;
! 901: -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
! 902: | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
! 903: | --exec=* | --exe=* | --ex=*)
! 904: exec_prefix=$ac_optarg ;;
! 905:
! 906: -gas | --gas | --ga | --g)
! 907: # Obsolete; use --with-gas.
! 908: with_gas=yes ;;
! 909:
! 910: -help | --help | --hel | --he | -h)
! 911: ac_init_help=long ;;
! 912: -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
! 913: ac_init_help=recursive ;;
! 914: -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
! 915: ac_init_help=short ;;
! 916:
! 917: -host | --host | --hos | --ho)
! 918: ac_prev=host_alias ;;
! 919: -host=* | --host=* | --hos=* | --ho=*)
! 920: host_alias=$ac_optarg ;;
! 921:
! 922: -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
! 923: ac_prev=htmldir ;;
! 924: -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
! 925: | --ht=*)
! 926: htmldir=$ac_optarg ;;
! 927:
! 928: -includedir | --includedir | --includedi | --included | --include \
! 929: | --includ | --inclu | --incl | --inc)
! 930: ac_prev=includedir ;;
! 931: -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
! 932: | --includ=* | --inclu=* | --incl=* | --inc=*)
! 933: includedir=$ac_optarg ;;
! 934:
! 935: -infodir | --infodir | --infodi | --infod | --info | --inf)
! 936: ac_prev=infodir ;;
! 937: -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
! 938: infodir=$ac_optarg ;;
! 939:
! 940: -libdir | --libdir | --libdi | --libd)
! 941: ac_prev=libdir ;;
! 942: -libdir=* | --libdir=* | --libdi=* | --libd=*)
! 943: libdir=$ac_optarg ;;
! 944:
! 945: -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
! 946: | --libexe | --libex | --libe)
! 947: ac_prev=libexecdir ;;
! 948: -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
! 949: | --libexe=* | --libex=* | --libe=*)
! 950: libexecdir=$ac_optarg ;;
! 951:
! 952: -localedir | --localedir | --localedi | --localed | --locale)
! 953: ac_prev=localedir ;;
! 954: -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
! 955: localedir=$ac_optarg ;;
! 956:
! 957: -localstatedir | --localstatedir | --localstatedi | --localstated \
! 958: | --localstate | --localstat | --localsta | --localst | --locals)
! 959: ac_prev=localstatedir ;;
! 960: -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
! 961: | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
! 962: localstatedir=$ac_optarg ;;
! 963:
! 964: -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
! 965: ac_prev=mandir ;;
! 966: -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
! 967: mandir=$ac_optarg ;;
! 968:
! 969: -nfp | --nfp | --nf)
! 970: # Obsolete; use --without-fp.
! 971: with_fp=no ;;
! 972:
! 973: -no-create | --no-create | --no-creat | --no-crea | --no-cre \
! 974: | --no-cr | --no-c | -n)
! 975: no_create=yes ;;
! 976:
! 977: -no-recursion | --no-recursion | --no-recursio | --no-recursi \
! 978: | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
! 979: no_recursion=yes ;;
! 980:
! 981: -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
! 982: | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
! 983: | --oldin | --oldi | --old | --ol | --o)
! 984: ac_prev=oldincludedir ;;
! 985: -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
! 986: | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
! 987: | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
! 988: oldincludedir=$ac_optarg ;;
! 989:
! 990: -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
! 991: ac_prev=prefix ;;
! 992: -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
! 993: prefix=$ac_optarg ;;
! 994:
! 995: -program-prefix | --program-prefix | --program-prefi | --program-pref \
! 996: | --program-pre | --program-pr | --program-p)
! 997: ac_prev=program_prefix ;;
! 998: -program-prefix=* | --program-prefix=* | --program-prefi=* \
! 999: | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
! 1000: program_prefix=$ac_optarg ;;
! 1001:
! 1002: -program-suffix | --program-suffix | --program-suffi | --program-suff \
! 1003: | --program-suf | --program-su | --program-s)
! 1004: ac_prev=program_suffix ;;
! 1005: -program-suffix=* | --program-suffix=* | --program-suffi=* \
! 1006: | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
! 1007: program_suffix=$ac_optarg ;;
! 1008:
! 1009: -program-transform-name | --program-transform-name \
! 1010: | --program-transform-nam | --program-transform-na \
! 1011: | --program-transform-n | --program-transform- \
! 1012: | --program-transform | --program-transfor \
! 1013: | --program-transfo | --program-transf \
! 1014: | --program-trans | --program-tran \
! 1015: | --progr-tra | --program-tr | --program-t)
! 1016: ac_prev=program_transform_name ;;
! 1017: -program-transform-name=* | --program-transform-name=* \
! 1018: | --program-transform-nam=* | --program-transform-na=* \
! 1019: | --program-transform-n=* | --program-transform-=* \
! 1020: | --program-transform=* | --program-transfor=* \
! 1021: | --program-transfo=* | --program-transf=* \
! 1022: | --program-trans=* | --program-tran=* \
! 1023: | --progr-tra=* | --program-tr=* | --program-t=*)
! 1024: program_transform_name=$ac_optarg ;;
! 1025:
! 1026: -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
! 1027: ac_prev=pdfdir ;;
! 1028: -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
! 1029: pdfdir=$ac_optarg ;;
! 1030:
! 1031: -psdir | --psdir | --psdi | --psd | --ps)
! 1032: ac_prev=psdir ;;
! 1033: -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
! 1034: psdir=$ac_optarg ;;
! 1035:
! 1036: -q | -quiet | --quiet | --quie | --qui | --qu | --q \
! 1037: | -silent | --silent | --silen | --sile | --sil)
! 1038: silent=yes ;;
! 1039:
! 1040: -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
! 1041: ac_prev=sbindir ;;
! 1042: -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
! 1043: | --sbi=* | --sb=*)
! 1044: sbindir=$ac_optarg ;;
! 1045:
! 1046: -sharedstatedir | --sharedstatedir | --sharedstatedi \
! 1047: | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
! 1048: | --sharedst | --shareds | --shared | --share | --shar \
! 1049: | --sha | --sh)
! 1050: ac_prev=sharedstatedir ;;
! 1051: -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
! 1052: | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
! 1053: | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
! 1054: | --sha=* | --sh=*)
! 1055: sharedstatedir=$ac_optarg ;;
! 1056:
! 1057: -site | --site | --sit)
! 1058: ac_prev=site ;;
! 1059: -site=* | --site=* | --sit=*)
! 1060: site=$ac_optarg ;;
! 1061:
! 1062: -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
! 1063: ac_prev=srcdir ;;
! 1064: -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
! 1065: srcdir=$ac_optarg ;;
! 1066:
! 1067: -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
! 1068: | --syscon | --sysco | --sysc | --sys | --sy)
! 1069: ac_prev=sysconfdir ;;
! 1070: -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
! 1071: | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
! 1072: sysconfdir=$ac_optarg ;;
! 1073:
! 1074: -target | --target | --targe | --targ | --tar | --ta | --t)
! 1075: ac_prev=target_alias ;;
! 1076: -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
! 1077: target_alias=$ac_optarg ;;
! 1078:
! 1079: -v | -verbose | --verbose | --verbos | --verbo | --verb)
! 1080: verbose=yes ;;
! 1081:
! 1082: -version | --version | --versio | --versi | --vers | -V)
! 1083: ac_init_version=: ;;
! 1084:
! 1085: -with-* | --with-*)
! 1086: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
! 1087: # Reject names that are not valid shell variable names.
! 1088: expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
! 1089: as_fn_error $? "invalid package name: $ac_useropt"
! 1090: ac_useropt_orig=$ac_useropt
! 1091: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
! 1092: case $ac_user_opts in
! 1093: *"
! 1094: "with_$ac_useropt"
! 1095: "*) ;;
! 1096: *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
! 1097: ac_unrecognized_sep=', ';;
! 1098: esac
! 1099: eval with_$ac_useropt=\$ac_optarg ;;
! 1100:
! 1101: -without-* | --without-*)
! 1102: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
! 1103: # Reject names that are not valid shell variable names.
! 1104: expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
! 1105: as_fn_error $? "invalid package name: $ac_useropt"
! 1106: ac_useropt_orig=$ac_useropt
! 1107: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
! 1108: case $ac_user_opts in
! 1109: *"
! 1110: "with_$ac_useropt"
! 1111: "*) ;;
! 1112: *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
! 1113: ac_unrecognized_sep=', ';;
! 1114: esac
! 1115: eval with_$ac_useropt=no ;;
! 1116:
! 1117: --x)
! 1118: # Obsolete; use --with-x.
! 1119: with_x=yes ;;
! 1120:
! 1121: -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
! 1122: | --x-incl | --x-inc | --x-in | --x-i)
! 1123: ac_prev=x_includes ;;
! 1124: -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
! 1125: | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
! 1126: x_includes=$ac_optarg ;;
! 1127:
! 1128: -x-libraries | --x-libraries | --x-librarie | --x-librari \
! 1129: | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
! 1130: ac_prev=x_libraries ;;
! 1131: -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
! 1132: | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
! 1133: x_libraries=$ac_optarg ;;
! 1134:
! 1135: -*) as_fn_error $? "unrecognized option: \`$ac_option'
! 1136: Try \`$0 --help' for more information"
! 1137: ;;
! 1138:
! 1139: *=*)
! 1140: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
! 1141: # Reject names that are not valid shell variable names.
! 1142: case $ac_envvar in #(
! 1143: '' | [0-9]* | *[!_$as_cr_alnum]* )
! 1144: as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
! 1145: esac
! 1146: eval $ac_envvar=\$ac_optarg
! 1147: export $ac_envvar ;;
! 1148:
! 1149: *)
! 1150: # FIXME: should be removed in autoconf 3.0.
! 1151: $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
! 1152: expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
! 1153: $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
! 1154: : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
! 1155: ;;
! 1156:
! 1157: esac
! 1158: done
! 1159:
! 1160: if test -n "$ac_prev"; then
! 1161: ac_option=--`echo $ac_prev | sed 's/_/-/g'`
! 1162: as_fn_error $? "missing argument to $ac_option"
! 1163: fi
! 1164:
! 1165: if test -n "$ac_unrecognized_opts"; then
! 1166: case $enable_option_checking in
! 1167: no) ;;
! 1168: fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
! 1169: *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
! 1170: esac
! 1171: fi
! 1172:
! 1173: # Check all directory arguments for consistency.
! 1174: for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
! 1175: datadir sysconfdir sharedstatedir localstatedir includedir \
! 1176: oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
! 1177: libdir localedir mandir
! 1178: do
! 1179: eval ac_val=\$$ac_var
! 1180: # Remove trailing slashes.
! 1181: case $ac_val in
! 1182: */ )
! 1183: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
! 1184: eval $ac_var=\$ac_val;;
! 1185: esac
! 1186: # Be sure to have absolute directory names.
! 1187: case $ac_val in
! 1188: [\\/$]* | ?:[\\/]* ) continue;;
! 1189: NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
! 1190: esac
! 1191: as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
! 1192: done
! 1193:
! 1194: # There might be people who depend on the old broken behavior: `$host'
! 1195: # used to hold the argument of --host etc.
! 1196: # FIXME: To remove some day.
! 1197: build=$build_alias
! 1198: host=$host_alias
! 1199: target=$target_alias
! 1200:
! 1201: # FIXME: To remove some day.
! 1202: if test "x$host_alias" != x; then
! 1203: if test "x$build_alias" = x; then
! 1204: cross_compiling=maybe
! 1205: elif test "x$build_alias" != "x$host_alias"; then
! 1206: cross_compiling=yes
! 1207: fi
! 1208: fi
! 1209:
! 1210: ac_tool_prefix=
! 1211: test -n "$host_alias" && ac_tool_prefix=$host_alias-
! 1212:
! 1213: test "$silent" = yes && exec 6>/dev/null
! 1214:
! 1215:
! 1216: ac_pwd=`pwd` && test -n "$ac_pwd" &&
! 1217: ac_ls_di=`ls -di .` &&
! 1218: ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
! 1219: as_fn_error $? "working directory cannot be determined"
! 1220: test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
! 1221: as_fn_error $? "pwd does not report name of working directory"
! 1222:
! 1223:
! 1224: # Find the source files, if location was not specified.
! 1225: if test -z "$srcdir"; then
! 1226: ac_srcdir_defaulted=yes
! 1227: # Try the directory containing this script, then the parent directory.
! 1228: ac_confdir=`$as_dirname -- "$as_myself" ||
! 1229: $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
! 1230: X"$as_myself" : 'X\(//\)[^/]' \| \
! 1231: X"$as_myself" : 'X\(//\)$' \| \
! 1232: X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
! 1233: $as_echo X"$as_myself" |
! 1234: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
! 1235: s//\1/
! 1236: q
! 1237: }
! 1238: /^X\(\/\/\)[^/].*/{
! 1239: s//\1/
! 1240: q
! 1241: }
! 1242: /^X\(\/\/\)$/{
! 1243: s//\1/
! 1244: q
! 1245: }
! 1246: /^X\(\/\).*/{
! 1247: s//\1/
! 1248: q
! 1249: }
! 1250: s/.*/./; q'`
! 1251: srcdir=$ac_confdir
! 1252: if test ! -r "$srcdir/$ac_unique_file"; then
! 1253: srcdir=..
! 1254: fi
! 1255: else
! 1256: ac_srcdir_defaulted=no
! 1257: fi
! 1258: if test ! -r "$srcdir/$ac_unique_file"; then
! 1259: test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
! 1260: as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
! 1261: fi
! 1262: ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
! 1263: ac_abs_confdir=`(
! 1264: cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
! 1265: pwd)`
! 1266: # When building in place, set srcdir=.
! 1267: if test "$ac_abs_confdir" = "$ac_pwd"; then
! 1268: srcdir=.
! 1269: fi
! 1270: # Remove unnecessary trailing slashes from srcdir.
! 1271: # Double slashes in file names in object file debugging info
! 1272: # mess up M-x gdb in Emacs.
! 1273: case $srcdir in
! 1274: */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
! 1275: esac
! 1276: for ac_var in $ac_precious_vars; do
! 1277: eval ac_env_${ac_var}_set=\${${ac_var}+set}
! 1278: eval ac_env_${ac_var}_value=\$${ac_var}
! 1279: eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
! 1280: eval ac_cv_env_${ac_var}_value=\$${ac_var}
! 1281: done
! 1282:
! 1283: #
! 1284: # Report the --help message.
! 1285: #
! 1286: if test "$ac_init_help" = "long"; then
! 1287: # Omit some internal or obsolete options to make the list less imposing.
! 1288: # This message is too long to be a string in the A/UX 3.1 sh.
! 1289: cat <<_ACEOF
! 1290: \`configure' configures ox_pari 1.15 to adapt to many kinds of systems.
! 1291:
! 1292: Usage: $0 [OPTION]... [VAR=VALUE]...
! 1293:
! 1294: To assign environment variables (e.g., CC, CFLAGS...), specify them as
! 1295: VAR=VALUE. See below for descriptions of some of the useful variables.
! 1296:
! 1297: Defaults for the options are specified in brackets.
! 1298:
! 1299: Configuration:
! 1300: -h, --help display this help and exit
! 1301: --help=short display options specific to this package
! 1302: --help=recursive display the short help of all the included packages
! 1303: -V, --version display version information and exit
! 1304: -q, --quiet, --silent do not print \`checking ...' messages
! 1305: --cache-file=FILE cache test results in FILE [disabled]
! 1306: -C, --config-cache alias for \`--cache-file=config.cache'
! 1307: -n, --no-create do not create output files
! 1308: --srcdir=DIR find the sources in DIR [configure dir or \`..']
! 1309:
! 1310: Installation directories:
! 1311: --prefix=PREFIX install architecture-independent files in PREFIX
! 1312: [$ac_default_prefix]
! 1313: --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
! 1314: [PREFIX]
! 1315:
! 1316: By default, \`make install' will install all the files in
! 1317: \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
! 1318: an installation prefix other than \`$ac_default_prefix' using \`--prefix',
! 1319: for instance \`--prefix=\$HOME'.
! 1320:
! 1321: For better control, use the options below.
! 1322:
! 1323: Fine tuning of the installation directories:
! 1324: --bindir=DIR user executables [EPREFIX/bin]
! 1325: --sbindir=DIR system admin executables [EPREFIX/sbin]
! 1326: --libexecdir=DIR program executables [EPREFIX/libexec]
! 1327: --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
! 1328: --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
! 1329: --localstatedir=DIR modifiable single-machine data [PREFIX/var]
! 1330: --libdir=DIR object code libraries [EPREFIX/lib]
! 1331: --includedir=DIR C header files [PREFIX/include]
! 1332: --oldincludedir=DIR C header files for non-gcc [/usr/include]
! 1333: --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
! 1334: --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
! 1335: --infodir=DIR info documentation [DATAROOTDIR/info]
! 1336: --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
! 1337: --mandir=DIR man documentation [DATAROOTDIR/man]
! 1338: --docdir=DIR documentation root [DATAROOTDIR/doc/ox_pari]
! 1339: --htmldir=DIR html documentation [DOCDIR]
! 1340: --dvidir=DIR dvi documentation [DOCDIR]
! 1341: --pdfdir=DIR pdf documentation [DOCDIR]
! 1342: --psdir=DIR ps documentation [DOCDIR]
! 1343: _ACEOF
! 1344:
! 1345: cat <<\_ACEOF
! 1346:
! 1347: Program names:
! 1348: --program-prefix=PREFIX prepend PREFIX to installed program names
! 1349: --program-suffix=SUFFIX append SUFFIX to installed program names
! 1350: --program-transform-name=PROGRAM run sed PROGRAM on installed program names
! 1351:
! 1352: X features:
! 1353: --x-includes=DIR X include files are in DIR
! 1354: --x-libraries=DIR X library files are in DIR
! 1355:
! 1356: System types:
! 1357: --build=BUILD configure for building on BUILD [guessed]
! 1358: --host=HOST cross-compile to build programs to run on HOST [BUILD]
! 1359: --target=TARGET configure for building compilers for TARGET [HOST]
! 1360: _ACEOF
! 1361: fi
! 1362:
! 1363: if test -n "$ac_init_help"; then
! 1364: case $ac_init_help in
! 1365: short | recursive ) echo "Configuration of ox_pari 1.15:";;
! 1366: esac
! 1367: cat <<\_ACEOF
! 1368:
! 1369: Optional Features:
! 1370: --disable-option-checking ignore unrecognized --enable/--with options
! 1371: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
! 1372: --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
! 1373: --enable-silent-rules less verbose build output (undo: "make V=1")
! 1374: --disable-silent-rules verbose build output (undo: "make V=0")
! 1375: --enable-maintainer-mode
! 1376: enable make rules and dependencies not useful (and
! 1377: sometimes confusing) to the casual installer
! 1378: --enable-dependency-tracking
! 1379: do not reject slow dependency extractors
! 1380: --disable-dependency-tracking
! 1381: speeds up one-time build
! 1382: --enable-shared enable linking with shared libraries. [yes]
! 1383:
! 1384: Optional Packages:
! 1385: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
! 1386: --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
! 1387: --with-x use the X Window System
! 1388:
! 1389: Some influential environment variables:
! 1390: CC C compiler command
! 1391: CFLAGS C compiler flags
! 1392: LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
! 1393: nonstandard directory <lib dir>
! 1394: LIBS libraries to pass to the linker, e.g. -l<library>
! 1395: CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
! 1396: you have headers in a nonstandard directory <include dir>
! 1397: XMKMF Path to xmkmf, Makefile generator for X Window System
! 1398: CPP C preprocessor
! 1399:
! 1400: Use these variables to override the choices made by `configure' or to help
! 1401: it to find libraries and programs with nonstandard names/locations.
! 1402:
! 1403: Report bugs to the package provider.
! 1404: _ACEOF
! 1405: ac_status=$?
! 1406: fi
! 1407:
! 1408: if test "$ac_init_help" = "recursive"; then
! 1409: # If there are subdirs, report their specific --help.
! 1410: for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
! 1411: test -d "$ac_dir" ||
! 1412: { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
! 1413: continue
! 1414: ac_builddir=.
! 1415:
! 1416: case "$ac_dir" in
! 1417: .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
! 1418: *)
! 1419: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
! 1420: # A ".." for each directory in $ac_dir_suffix.
! 1421: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
! 1422: case $ac_top_builddir_sub in
! 1423: "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
! 1424: *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
! 1425: esac ;;
! 1426: esac
! 1427: ac_abs_top_builddir=$ac_pwd
! 1428: ac_abs_builddir=$ac_pwd$ac_dir_suffix
! 1429: # for backward compatibility:
! 1430: ac_top_builddir=$ac_top_build_prefix
! 1431:
! 1432: case $srcdir in
! 1433: .) # We are building in place.
! 1434: ac_srcdir=.
! 1435: ac_top_srcdir=$ac_top_builddir_sub
! 1436: ac_abs_top_srcdir=$ac_pwd ;;
! 1437: [\\/]* | ?:[\\/]* ) # Absolute name.
! 1438: ac_srcdir=$srcdir$ac_dir_suffix;
! 1439: ac_top_srcdir=$srcdir
! 1440: ac_abs_top_srcdir=$srcdir ;;
! 1441: *) # Relative name.
! 1442: ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
! 1443: ac_top_srcdir=$ac_top_build_prefix$srcdir
! 1444: ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
! 1445: esac
! 1446: ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
! 1447:
! 1448: cd "$ac_dir" || { ac_status=$?; continue; }
! 1449: # Check for guested configure.
! 1450: if test -f "$ac_srcdir/configure.gnu"; then
! 1451: echo &&
! 1452: $SHELL "$ac_srcdir/configure.gnu" --help=recursive
! 1453: elif test -f "$ac_srcdir/configure"; then
! 1454: echo &&
! 1455: $SHELL "$ac_srcdir/configure" --help=recursive
! 1456: else
! 1457: $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
! 1458: fi || ac_status=$?
! 1459: cd "$ac_pwd" || { ac_status=$?; break; }
! 1460: done
! 1461: fi
! 1462:
! 1463: test -n "$ac_init_help" && exit $ac_status
! 1464: if $ac_init_version; then
! 1465: cat <<\_ACEOF
! 1466: ox_pari configure 1.15
! 1467: generated by GNU Autoconf 2.69
! 1468:
! 1469: Copyright (C) 2012 Free Software Foundation, Inc.
! 1470: This configure script is free software; the Free Software Foundation
! 1471: gives unlimited permission to copy, distribute and modify it.
! 1472: _ACEOF
! 1473: exit
! 1474: fi
! 1475:
! 1476: ## ------------------------ ##
! 1477: ## Autoconf initialization. ##
! 1478: ## ------------------------ ##
! 1479:
! 1480: # ac_fn_c_try_compile LINENO
! 1481: # --------------------------
! 1482: # Try to compile conftest.$ac_ext, and return whether this succeeded.
! 1483: ac_fn_c_try_compile ()
! 1484: {
! 1485: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
! 1486: rm -f conftest.$ac_objext
! 1487: if { { ac_try="$ac_compile"
! 1488: case "(($ac_try" in
! 1489: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
! 1490: *) ac_try_echo=$ac_try;;
! 1491: esac
! 1492: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
! 1493: $as_echo "$ac_try_echo"; } >&5
! 1494: (eval "$ac_compile") 2>conftest.err
! 1495: ac_status=$?
! 1496: if test -s conftest.err; then
! 1497: grep -v '^ *+' conftest.err >conftest.er1
! 1498: cat conftest.er1 >&5
! 1499: mv -f conftest.er1 conftest.err
! 1500: fi
! 1501: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
! 1502: test $ac_status = 0; } && {
! 1503: test -z "$ac_c_werror_flag" ||
! 1504: test ! -s conftest.err
! 1505: } && test -s conftest.$ac_objext; then :
! 1506: ac_retval=0
! 1507: else
! 1508: $as_echo "$as_me: failed program was:" >&5
! 1509: sed 's/^/| /' conftest.$ac_ext >&5
! 1510:
! 1511: ac_retval=1
! 1512: fi
! 1513: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
! 1514: as_fn_set_status $ac_retval
! 1515:
! 1516: } # ac_fn_c_try_compile
! 1517:
! 1518: # ac_fn_c_try_cpp LINENO
! 1519: # ----------------------
! 1520: # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
! 1521: ac_fn_c_try_cpp ()
! 1522: {
! 1523: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
! 1524: if { { ac_try="$ac_cpp conftest.$ac_ext"
! 1525: case "(($ac_try" in
! 1526: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
! 1527: *) ac_try_echo=$ac_try;;
! 1528: esac
! 1529: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
! 1530: $as_echo "$ac_try_echo"; } >&5
! 1531: (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
! 1532: ac_status=$?
! 1533: if test -s conftest.err; then
! 1534: grep -v '^ *+' conftest.err >conftest.er1
! 1535: cat conftest.er1 >&5
! 1536: mv -f conftest.er1 conftest.err
! 1537: fi
! 1538: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
! 1539: test $ac_status = 0; } > conftest.i && {
! 1540: test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
! 1541: test ! -s conftest.err
! 1542: }; then :
! 1543: ac_retval=0
! 1544: else
! 1545: $as_echo "$as_me: failed program was:" >&5
! 1546: sed 's/^/| /' conftest.$ac_ext >&5
! 1547:
! 1548: ac_retval=1
! 1549: fi
! 1550: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
! 1551: as_fn_set_status $ac_retval
! 1552:
! 1553: } # ac_fn_c_try_cpp
! 1554:
! 1555: # ac_fn_c_try_link LINENO
! 1556: # -----------------------
! 1557: # Try to link conftest.$ac_ext, and return whether this succeeded.
! 1558: ac_fn_c_try_link ()
! 1559: {
! 1560: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
! 1561: rm -f conftest.$ac_objext conftest$ac_exeext
! 1562: if { { ac_try="$ac_link"
! 1563: case "(($ac_try" in
! 1564: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
! 1565: *) ac_try_echo=$ac_try;;
! 1566: esac
! 1567: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
! 1568: $as_echo "$ac_try_echo"; } >&5
! 1569: (eval "$ac_link") 2>conftest.err
! 1570: ac_status=$?
! 1571: if test -s conftest.err; then
! 1572: grep -v '^ *+' conftest.err >conftest.er1
! 1573: cat conftest.er1 >&5
! 1574: mv -f conftest.er1 conftest.err
! 1575: fi
! 1576: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
! 1577: test $ac_status = 0; } && {
! 1578: test -z "$ac_c_werror_flag" ||
! 1579: test ! -s conftest.err
! 1580: } && test -s conftest$ac_exeext && {
! 1581: test "$cross_compiling" = yes ||
! 1582: test -x conftest$ac_exeext
! 1583: }; then :
! 1584: ac_retval=0
! 1585: else
! 1586: $as_echo "$as_me: failed program was:" >&5
! 1587: sed 's/^/| /' conftest.$ac_ext >&5
! 1588:
! 1589: ac_retval=1
! 1590: fi
! 1591: # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
! 1592: # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
! 1593: # interfere with the next link command; also delete a directory that is
! 1594: # left behind by Apple's compiler. We do this before executing the actions.
! 1595: rm -rf conftest.dSYM conftest_ipa8_conftest.oo
! 1596: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
! 1597: as_fn_set_status $ac_retval
! 1598:
! 1599: } # ac_fn_c_try_link
! 1600:
! 1601: # ac_fn_c_check_func LINENO FUNC VAR
! 1602: # ----------------------------------
! 1603: # Tests whether FUNC exists, setting the cache variable VAR accordingly
! 1604: ac_fn_c_check_func ()
! 1605: {
! 1606: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
! 1607: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
! 1608: $as_echo_n "checking for $2... " >&6; }
! 1609: if eval \${$3+:} false; then :
! 1610: $as_echo_n "(cached) " >&6
! 1611: else
! 1612: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 1613: /* end confdefs.h. */
! 1614: /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
! 1615: For example, HP-UX 11i <limits.h> declares gettimeofday. */
! 1616: #define $2 innocuous_$2
! 1617:
! 1618: /* System header to define __stub macros and hopefully few prototypes,
! 1619: which can conflict with char $2 (); below.
! 1620: Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
! 1621: <limits.h> exists even on freestanding compilers. */
! 1622:
! 1623: #ifdef __STDC__
! 1624: # include <limits.h>
! 1625: #else
! 1626: # include <assert.h>
! 1627: #endif
! 1628:
! 1629: #undef $2
! 1630:
! 1631: /* Override any GCC internal prototype to avoid an error.
! 1632: Use char because int might match the return type of a GCC
! 1633: builtin and then its argument prototype would still apply. */
! 1634: #ifdef __cplusplus
! 1635: extern "C"
! 1636: #endif
! 1637: char $2 ();
! 1638: /* The GNU C library defines this for functions which it implements
! 1639: to always fail with ENOSYS. Some functions are actually named
! 1640: something starting with __ and the normal name is an alias. */
! 1641: #if defined __stub_$2 || defined __stub___$2
! 1642: choke me
! 1643: #endif
! 1644:
! 1645: int
! 1646: main ()
! 1647: {
! 1648: return $2 ();
! 1649: ;
! 1650: return 0;
! 1651: }
! 1652: _ACEOF
! 1653: if ac_fn_c_try_link "$LINENO"; then :
! 1654: eval "$3=yes"
! 1655: else
! 1656: eval "$3=no"
! 1657: fi
! 1658: rm -f core conftest.err conftest.$ac_objext \
! 1659: conftest$ac_exeext conftest.$ac_ext
! 1660: fi
! 1661: eval ac_res=\$$3
! 1662: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
! 1663: $as_echo "$ac_res" >&6; }
! 1664: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
! 1665:
! 1666: } # ac_fn_c_check_func
! 1667:
! 1668: # ac_fn_c_try_run LINENO
! 1669: # ----------------------
! 1670: # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
! 1671: # that executables *can* be run.
! 1672: ac_fn_c_try_run ()
! 1673: {
! 1674: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
! 1675: if { { ac_try="$ac_link"
! 1676: case "(($ac_try" in
! 1677: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
! 1678: *) ac_try_echo=$ac_try;;
! 1679: esac
! 1680: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
! 1681: $as_echo "$ac_try_echo"; } >&5
! 1682: (eval "$ac_link") 2>&5
! 1683: ac_status=$?
! 1684: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
! 1685: test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
! 1686: { { case "(($ac_try" in
! 1687: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
! 1688: *) ac_try_echo=$ac_try;;
! 1689: esac
! 1690: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
! 1691: $as_echo "$ac_try_echo"; } >&5
! 1692: (eval "$ac_try") 2>&5
! 1693: ac_status=$?
! 1694: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
! 1695: test $ac_status = 0; }; }; then :
! 1696: ac_retval=0
! 1697: else
! 1698: $as_echo "$as_me: program exited with status $ac_status" >&5
! 1699: $as_echo "$as_me: failed program was:" >&5
! 1700: sed 's/^/| /' conftest.$ac_ext >&5
! 1701:
! 1702: ac_retval=$ac_status
! 1703: fi
! 1704: rm -rf conftest.dSYM conftest_ipa8_conftest.oo
! 1705: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
! 1706: as_fn_set_status $ac_retval
! 1707:
! 1708: } # ac_fn_c_try_run
! 1709:
! 1710: # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
! 1711: # --------------------------------------------
! 1712: # Tries to find the compile-time value of EXPR in a program that includes
! 1713: # INCLUDES, setting VAR accordingly. Returns whether the value could be
! 1714: # computed
! 1715: ac_fn_c_compute_int ()
! 1716: {
! 1717: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
! 1718: if test "$cross_compiling" = yes; then
! 1719: # Depending upon the size, compute the lo and hi bounds.
! 1720: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 1721: /* end confdefs.h. */
! 1722: $4
! 1723: int
! 1724: main ()
! 1725: {
! 1726: static int test_array [1 - 2 * !(($2) >= 0)];
! 1727: test_array [0] = 0;
! 1728: return test_array [0];
! 1729:
! 1730: ;
! 1731: return 0;
! 1732: }
! 1733: _ACEOF
! 1734: if ac_fn_c_try_compile "$LINENO"; then :
! 1735: ac_lo=0 ac_mid=0
! 1736: while :; do
! 1737: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 1738: /* end confdefs.h. */
! 1739: $4
! 1740: int
! 1741: main ()
! 1742: {
! 1743: static int test_array [1 - 2 * !(($2) <= $ac_mid)];
! 1744: test_array [0] = 0;
! 1745: return test_array [0];
! 1746:
! 1747: ;
! 1748: return 0;
! 1749: }
! 1750: _ACEOF
! 1751: if ac_fn_c_try_compile "$LINENO"; then :
! 1752: ac_hi=$ac_mid; break
! 1753: else
! 1754: as_fn_arith $ac_mid + 1 && ac_lo=$as_val
! 1755: if test $ac_lo -le $ac_mid; then
! 1756: ac_lo= ac_hi=
! 1757: break
! 1758: fi
! 1759: as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
! 1760: fi
! 1761: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
! 1762: done
! 1763: else
! 1764: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 1765: /* end confdefs.h. */
! 1766: $4
! 1767: int
! 1768: main ()
! 1769: {
! 1770: static int test_array [1 - 2 * !(($2) < 0)];
! 1771: test_array [0] = 0;
! 1772: return test_array [0];
! 1773:
! 1774: ;
! 1775: return 0;
! 1776: }
! 1777: _ACEOF
! 1778: if ac_fn_c_try_compile "$LINENO"; then :
! 1779: ac_hi=-1 ac_mid=-1
! 1780: while :; do
! 1781: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 1782: /* end confdefs.h. */
! 1783: $4
! 1784: int
! 1785: main ()
! 1786: {
! 1787: static int test_array [1 - 2 * !(($2) >= $ac_mid)];
! 1788: test_array [0] = 0;
! 1789: return test_array [0];
! 1790:
! 1791: ;
! 1792: return 0;
! 1793: }
! 1794: _ACEOF
! 1795: if ac_fn_c_try_compile "$LINENO"; then :
! 1796: ac_lo=$ac_mid; break
! 1797: else
! 1798: as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
! 1799: if test $ac_mid -le $ac_hi; then
! 1800: ac_lo= ac_hi=
! 1801: break
! 1802: fi
! 1803: as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
! 1804: fi
! 1805: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
! 1806: done
! 1807: else
! 1808: ac_lo= ac_hi=
! 1809: fi
! 1810: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
! 1811: fi
! 1812: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
! 1813: # Binary search between lo and hi bounds.
! 1814: while test "x$ac_lo" != "x$ac_hi"; do
! 1815: as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
! 1816: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 1817: /* end confdefs.h. */
! 1818: $4
! 1819: int
! 1820: main ()
! 1821: {
! 1822: static int test_array [1 - 2 * !(($2) <= $ac_mid)];
! 1823: test_array [0] = 0;
! 1824: return test_array [0];
! 1825:
! 1826: ;
! 1827: return 0;
! 1828: }
! 1829: _ACEOF
! 1830: if ac_fn_c_try_compile "$LINENO"; then :
! 1831: ac_hi=$ac_mid
! 1832: else
! 1833: as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
! 1834: fi
! 1835: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
! 1836: done
! 1837: case $ac_lo in #((
! 1838: ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
! 1839: '') ac_retval=1 ;;
! 1840: esac
! 1841: else
! 1842: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 1843: /* end confdefs.h. */
! 1844: $4
! 1845: static long int longval () { return $2; }
! 1846: static unsigned long int ulongval () { return $2; }
! 1847: #include <stdio.h>
! 1848: #include <stdlib.h>
! 1849: int
! 1850: main ()
! 1851: {
! 1852:
! 1853: FILE *f = fopen ("conftest.val", "w");
! 1854: if (! f)
! 1855: return 1;
! 1856: if (($2) < 0)
! 1857: {
! 1858: long int i = longval ();
! 1859: if (i != ($2))
! 1860: return 1;
! 1861: fprintf (f, "%ld", i);
! 1862: }
! 1863: else
! 1864: {
! 1865: unsigned long int i = ulongval ();
! 1866: if (i != ($2))
! 1867: return 1;
! 1868: fprintf (f, "%lu", i);
! 1869: }
! 1870: /* Do not output a trailing newline, as this causes \r\n confusion
! 1871: on some platforms. */
! 1872: return ferror (f) || fclose (f) != 0;
! 1873:
! 1874: ;
! 1875: return 0;
! 1876: }
! 1877: _ACEOF
! 1878: if ac_fn_c_try_run "$LINENO"; then :
! 1879: echo >>conftest.val; read $3 <conftest.val; ac_retval=0
! 1880: else
! 1881: ac_retval=1
! 1882: fi
! 1883: rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
! 1884: conftest.$ac_objext conftest.beam conftest.$ac_ext
! 1885: rm -f conftest.val
! 1886:
! 1887: fi
! 1888: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
! 1889: as_fn_set_status $ac_retval
! 1890:
! 1891: } # ac_fn_c_compute_int
! 1892:
! 1893: # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
! 1894: # -------------------------------------------------------
! 1895: # Tests whether HEADER exists and can be compiled using the include files in
! 1896: # INCLUDES, setting the cache variable VAR accordingly.
! 1897: ac_fn_c_check_header_compile ()
! 1898: {
! 1899: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
! 1900: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
! 1901: $as_echo_n "checking for $2... " >&6; }
! 1902: if eval \${$3+:} false; then :
! 1903: $as_echo_n "(cached) " >&6
! 1904: else
! 1905: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 1906: /* end confdefs.h. */
! 1907: $4
! 1908: #include <$2>
! 1909: _ACEOF
! 1910: if ac_fn_c_try_compile "$LINENO"; then :
! 1911: eval "$3=yes"
! 1912: else
! 1913: eval "$3=no"
! 1914: fi
! 1915: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
! 1916: fi
! 1917: eval ac_res=\$$3
! 1918: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
! 1919: $as_echo "$ac_res" >&6; }
! 1920: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
! 1921:
! 1922: } # ac_fn_c_check_header_compile
! 1923: cat >config.log <<_ACEOF
! 1924: This file contains any messages produced by compilers while
! 1925: running configure, to aid debugging if configure makes a mistake.
! 1926:
! 1927: It was created by ox_pari $as_me 1.15, which was
! 1928: generated by GNU Autoconf 2.69. Invocation command line was
! 1929:
! 1930: $ $0 $@
! 1931:
! 1932: _ACEOF
! 1933: exec 5>>config.log
! 1934: {
! 1935: cat <<_ASUNAME
! 1936: ## --------- ##
! 1937: ## Platform. ##
! 1938: ## --------- ##
! 1939:
! 1940: hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
! 1941: uname -m = `(uname -m) 2>/dev/null || echo unknown`
! 1942: uname -r = `(uname -r) 2>/dev/null || echo unknown`
! 1943: uname -s = `(uname -s) 2>/dev/null || echo unknown`
! 1944: uname -v = `(uname -v) 2>/dev/null || echo unknown`
! 1945:
! 1946: /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
! 1947: /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
! 1948:
! 1949: /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
! 1950: /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
! 1951: /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
! 1952: /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
! 1953: /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
! 1954: /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
! 1955: /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
! 1956:
! 1957: _ASUNAME
! 1958:
! 1959: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
! 1960: for as_dir in $PATH
! 1961: do
! 1962: IFS=$as_save_IFS
! 1963: test -z "$as_dir" && as_dir=.
! 1964: $as_echo "PATH: $as_dir"
! 1965: done
! 1966: IFS=$as_save_IFS
! 1967:
! 1968: } >&5
! 1969:
! 1970: cat >&5 <<_ACEOF
! 1971:
! 1972:
! 1973: ## ----------- ##
! 1974: ## Core tests. ##
! 1975: ## ----------- ##
! 1976:
! 1977: _ACEOF
! 1978:
! 1979:
! 1980: # Keep a trace of the command line.
! 1981: # Strip out --no-create and --no-recursion so they do not pile up.
! 1982: # Strip out --silent because we don't want to record it for future runs.
! 1983: # Also quote any args containing shell meta-characters.
! 1984: # Make two passes to allow for proper duplicate-argument suppression.
! 1985: ac_configure_args=
! 1986: ac_configure_args0=
! 1987: ac_configure_args1=
! 1988: ac_must_keep_next=false
! 1989: for ac_pass in 1 2
! 1990: do
! 1991: for ac_arg
! 1992: do
! 1993: case $ac_arg in
! 1994: -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
! 1995: -q | -quiet | --quiet | --quie | --qui | --qu | --q \
! 1996: | -silent | --silent | --silen | --sile | --sil)
! 1997: continue ;;
! 1998: *\'*)
! 1999: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
! 2000: esac
! 2001: case $ac_pass in
! 2002: 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
! 2003: 2)
! 2004: as_fn_append ac_configure_args1 " '$ac_arg'"
! 2005: if test $ac_must_keep_next = true; then
! 2006: ac_must_keep_next=false # Got value, back to normal.
! 2007: else
! 2008: case $ac_arg in
! 2009: *=* | --config-cache | -C | -disable-* | --disable-* \
! 2010: | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
! 2011: | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
! 2012: | -with-* | --with-* | -without-* | --without-* | --x)
! 2013: case "$ac_configure_args0 " in
! 2014: "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
! 2015: esac
! 2016: ;;
! 2017: -* ) ac_must_keep_next=true ;;
! 2018: esac
! 2019: fi
! 2020: as_fn_append ac_configure_args " '$ac_arg'"
! 2021: ;;
! 2022: esac
! 2023: done
! 2024: done
! 2025: { ac_configure_args0=; unset ac_configure_args0;}
! 2026: { ac_configure_args1=; unset ac_configure_args1;}
! 2027:
! 2028: # When interrupted or exit'd, cleanup temporary files, and complete
! 2029: # config.log. We remove comments because anyway the quotes in there
! 2030: # would cause problems or look ugly.
! 2031: # WARNING: Use '\'' to represent an apostrophe within the trap.
! 2032: # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
! 2033: trap 'exit_status=$?
! 2034: # Save into config.log some information that might help in debugging.
! 2035: {
! 2036: echo
! 2037:
! 2038: $as_echo "## ---------------- ##
! 2039: ## Cache variables. ##
! 2040: ## ---------------- ##"
! 2041: echo
! 2042: # The following way of writing the cache mishandles newlines in values,
! 2043: (
! 2044: for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
! 2045: eval ac_val=\$$ac_var
! 2046: case $ac_val in #(
! 2047: *${as_nl}*)
! 2048: case $ac_var in #(
! 2049: *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
! 2050: $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
! 2051: esac
! 2052: case $ac_var in #(
! 2053: _ | IFS | as_nl) ;; #(
! 2054: BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
! 2055: *) { eval $ac_var=; unset $ac_var;} ;;
! 2056: esac ;;
! 2057: esac
! 2058: done
! 2059: (set) 2>&1 |
! 2060: case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
! 2061: *${as_nl}ac_space=\ *)
! 2062: sed -n \
! 2063: "s/'\''/'\''\\\\'\'''\''/g;
! 2064: s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
! 2065: ;; #(
! 2066: *)
! 2067: sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
! 2068: ;;
! 2069: esac |
! 2070: sort
! 2071: )
! 2072: echo
! 2073:
! 2074: $as_echo "## ----------------- ##
! 2075: ## Output variables. ##
! 2076: ## ----------------- ##"
! 2077: echo
! 2078: for ac_var in $ac_subst_vars
! 2079: do
! 2080: eval ac_val=\$$ac_var
! 2081: case $ac_val in
! 2082: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
! 2083: esac
! 2084: $as_echo "$ac_var='\''$ac_val'\''"
! 2085: done | sort
! 2086: echo
! 2087:
! 2088: if test -n "$ac_subst_files"; then
! 2089: $as_echo "## ------------------- ##
! 2090: ## File substitutions. ##
! 2091: ## ------------------- ##"
! 2092: echo
! 2093: for ac_var in $ac_subst_files
! 2094: do
! 2095: eval ac_val=\$$ac_var
! 2096: case $ac_val in
! 2097: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
! 2098: esac
! 2099: $as_echo "$ac_var='\''$ac_val'\''"
! 2100: done | sort
! 2101: echo
! 2102: fi
! 2103:
! 2104: if test -s confdefs.h; then
! 2105: $as_echo "## ----------- ##
! 2106: ## confdefs.h. ##
! 2107: ## ----------- ##"
! 2108: echo
! 2109: cat confdefs.h
! 2110: echo
! 2111: fi
! 2112: test "$ac_signal" != 0 &&
! 2113: $as_echo "$as_me: caught signal $ac_signal"
! 2114: $as_echo "$as_me: exit $exit_status"
! 2115: } >&5
! 2116: rm -f core *.core core.conftest.* &&
! 2117: rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
! 2118: exit $exit_status
! 2119: ' 0
! 2120: for ac_signal in 1 2 13 15; do
! 2121: trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
! 2122: done
! 2123: ac_signal=0
! 2124:
! 2125: # confdefs.h avoids OS command line length limits that DEFS can exceed.
! 2126: rm -f -r conftest* confdefs.h
! 2127:
! 2128: $as_echo "/* confdefs.h */" > confdefs.h
! 2129:
! 2130: # Predefined preprocessor variables.
! 2131:
! 2132: cat >>confdefs.h <<_ACEOF
! 2133: #define PACKAGE_NAME "$PACKAGE_NAME"
! 2134: _ACEOF
! 2135:
! 2136: cat >>confdefs.h <<_ACEOF
! 2137: #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
! 2138: _ACEOF
! 2139:
! 2140: cat >>confdefs.h <<_ACEOF
! 2141: #define PACKAGE_VERSION "$PACKAGE_VERSION"
! 2142: _ACEOF
! 2143:
! 2144: cat >>confdefs.h <<_ACEOF
! 2145: #define PACKAGE_STRING "$PACKAGE_STRING"
! 2146: _ACEOF
! 2147:
! 2148: cat >>confdefs.h <<_ACEOF
! 2149: #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
! 2150: _ACEOF
! 2151:
! 2152: cat >>confdefs.h <<_ACEOF
! 2153: #define PACKAGE_URL "$PACKAGE_URL"
! 2154: _ACEOF
! 2155:
! 2156:
! 2157: # Let the site file select an alternate cache file if it wants to.
! 2158: # Prefer an explicitly selected file to automatically selected ones.
! 2159: ac_site_file1=NONE
! 2160: ac_site_file2=NONE
! 2161: if test -n "$CONFIG_SITE"; then
! 2162: # We do not want a PATH search for config.site.
! 2163: case $CONFIG_SITE in #((
! 2164: -*) ac_site_file1=./$CONFIG_SITE;;
! 2165: */*) ac_site_file1=$CONFIG_SITE;;
! 2166: *) ac_site_file1=./$CONFIG_SITE;;
! 2167: esac
! 2168: elif test "x$prefix" != xNONE; then
! 2169: ac_site_file1=$prefix/share/config.site
! 2170: ac_site_file2=$prefix/etc/config.site
! 2171: else
! 2172: ac_site_file1=$ac_default_prefix/share/config.site
! 2173: ac_site_file2=$ac_default_prefix/etc/config.site
! 2174: fi
! 2175: for ac_site_file in "$ac_site_file1" "$ac_site_file2"
! 2176: do
! 2177: test "x$ac_site_file" = xNONE && continue
! 2178: if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
! 2179: { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
! 2180: $as_echo "$as_me: loading site script $ac_site_file" >&6;}
! 2181: sed 's/^/| /' "$ac_site_file" >&5
! 2182: . "$ac_site_file" \
! 2183: || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
! 2184: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
! 2185: as_fn_error $? "failed to load site script $ac_site_file
! 2186: See \`config.log' for more details" "$LINENO" 5; }
! 2187: fi
! 2188: done
! 2189:
! 2190: if test -r "$cache_file"; then
! 2191: # Some versions of bash will fail to source /dev/null (special files
! 2192: # actually), so we avoid doing that. DJGPP emulates it as a regular file.
! 2193: if test /dev/null != "$cache_file" && test -f "$cache_file"; then
! 2194: { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
! 2195: $as_echo "$as_me: loading cache $cache_file" >&6;}
! 2196: case $cache_file in
! 2197: [\\/]* | ?:[\\/]* ) . "$cache_file";;
! 2198: *) . "./$cache_file";;
! 2199: esac
! 2200: fi
! 2201: else
! 2202: { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
! 2203: $as_echo "$as_me: creating cache $cache_file" >&6;}
! 2204: >$cache_file
! 2205: fi
! 2206:
! 2207: # Check that the precious variables saved in the cache have kept the same
! 2208: # value.
! 2209: ac_cache_corrupted=false
! 2210: for ac_var in $ac_precious_vars; do
! 2211: eval ac_old_set=\$ac_cv_env_${ac_var}_set
! 2212: eval ac_new_set=\$ac_env_${ac_var}_set
! 2213: eval ac_old_val=\$ac_cv_env_${ac_var}_value
! 2214: eval ac_new_val=\$ac_env_${ac_var}_value
! 2215: case $ac_old_set,$ac_new_set in
! 2216: set,)
! 2217: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
! 2218: $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
! 2219: ac_cache_corrupted=: ;;
! 2220: ,set)
! 2221: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
! 2222: $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
! 2223: ac_cache_corrupted=: ;;
! 2224: ,);;
! 2225: *)
! 2226: if test "x$ac_old_val" != "x$ac_new_val"; then
! 2227: # differences in whitespace do not lead to failure.
! 2228: ac_old_val_w=`echo x $ac_old_val`
! 2229: ac_new_val_w=`echo x $ac_new_val`
! 2230: if test "$ac_old_val_w" != "$ac_new_val_w"; then
! 2231: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
! 2232: $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
! 2233: ac_cache_corrupted=:
! 2234: else
! 2235: { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
! 2236: $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
! 2237: eval $ac_var=\$ac_old_val
! 2238: fi
! 2239: { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
! 2240: $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
! 2241: { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
! 2242: $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
! 2243: fi;;
! 2244: esac
! 2245: # Pass precious variables to config.status.
! 2246: if test "$ac_new_set" = set; then
! 2247: case $ac_new_val in
! 2248: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
! 2249: *) ac_arg=$ac_var=$ac_new_val ;;
! 2250: esac
! 2251: case " $ac_configure_args " in
! 2252: *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
! 2253: *) as_fn_append ac_configure_args " '$ac_arg'" ;;
! 2254: esac
! 2255: fi
! 2256: done
! 2257: if $ac_cache_corrupted; then
! 2258: { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
! 2259: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
! 2260: { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
! 2261: $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
! 2262: as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
! 2263: fi
! 2264: ## -------------------- ##
! 2265: ## Main body of script. ##
! 2266: ## -------------------- ##
! 2267:
! 2268: ac_ext=c
! 2269: ac_cpp='$CPP $CPPFLAGS'
! 2270: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
! 2271: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
! 2272: ac_compiler_gnu=$ac_cv_c_compiler_gnu
! 2273:
! 2274:
! 2275:
! 2276:
! 2277: ac_aux_dir=
! 2278: for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
! 2279: if test -f "$ac_dir/install-sh"; then
! 2280: ac_aux_dir=$ac_dir
! 2281: ac_install_sh="$ac_aux_dir/install-sh -c"
! 2282: break
! 2283: elif test -f "$ac_dir/install.sh"; then
! 2284: ac_aux_dir=$ac_dir
! 2285: ac_install_sh="$ac_aux_dir/install.sh -c"
! 2286: break
! 2287: elif test -f "$ac_dir/shtool"; then
! 2288: ac_aux_dir=$ac_dir
! 2289: ac_install_sh="$ac_aux_dir/shtool install -c"
! 2290: break
! 2291: fi
! 2292: done
! 2293: if test -z "$ac_aux_dir"; then
! 2294: as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
! 2295: fi
! 2296:
! 2297: # These three variables are undocumented and unsupported,
! 2298: # and are intended to be withdrawn in a future Autoconf release.
! 2299: # They can cause serious problems if a builder's source tree is in a directory
! 2300: # whose full name contains unusual characters.
! 2301: ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
! 2302: ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
! 2303: ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
! 2304:
! 2305:
! 2306: # Make sure we can run config.sub.
! 2307: $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
! 2308: as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
! 2309:
! 2310: { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
! 2311: $as_echo_n "checking build system type... " >&6; }
! 2312: if ${ac_cv_build+:} false; then :
! 2313: $as_echo_n "(cached) " >&6
! 2314: else
! 2315: ac_build_alias=$build_alias
! 2316: test "x$ac_build_alias" = x &&
! 2317: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
! 2318: test "x$ac_build_alias" = x &&
! 2319: as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
! 2320: ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
! 2321: as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
! 2322:
! 2323: fi
! 2324: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
! 2325: $as_echo "$ac_cv_build" >&6; }
! 2326: case $ac_cv_build in
! 2327: *-*-*) ;;
! 2328: *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
! 2329: esac
! 2330: build=$ac_cv_build
! 2331: ac_save_IFS=$IFS; IFS='-'
! 2332: set x $ac_cv_build
! 2333: shift
! 2334: build_cpu=$1
! 2335: build_vendor=$2
! 2336: shift; shift
! 2337: # Remember, the first character of IFS is used to create $*,
! 2338: # except with old shells:
! 2339: build_os=$*
! 2340: IFS=$ac_save_IFS
! 2341: case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
! 2342:
! 2343:
! 2344: { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
! 2345: $as_echo_n "checking host system type... " >&6; }
! 2346: if ${ac_cv_host+:} false; then :
! 2347: $as_echo_n "(cached) " >&6
! 2348: else
! 2349: if test "x$host_alias" = x; then
! 2350: ac_cv_host=$ac_cv_build
! 2351: else
! 2352: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
! 2353: as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
! 2354: fi
! 2355:
! 2356: fi
! 2357: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
! 2358: $as_echo "$ac_cv_host" >&6; }
! 2359: case $ac_cv_host in
! 2360: *-*-*) ;;
! 2361: *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
! 2362: esac
! 2363: host=$ac_cv_host
! 2364: ac_save_IFS=$IFS; IFS='-'
! 2365: set x $ac_cv_host
! 2366: shift
! 2367: host_cpu=$1
! 2368: host_vendor=$2
! 2369: shift; shift
! 2370: # Remember, the first character of IFS is used to create $*,
! 2371: # except with old shells:
! 2372: host_os=$*
! 2373: IFS=$ac_save_IFS
! 2374: case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
! 2375:
! 2376:
! 2377: { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
! 2378: $as_echo_n "checking target system type... " >&6; }
! 2379: if ${ac_cv_target+:} false; then :
! 2380: $as_echo_n "(cached) " >&6
! 2381: else
! 2382: if test "x$target_alias" = x; then
! 2383: ac_cv_target=$ac_cv_host
! 2384: else
! 2385: ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
! 2386: as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
! 2387: fi
! 2388:
! 2389: fi
! 2390: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
! 2391: $as_echo "$ac_cv_target" >&6; }
! 2392: case $ac_cv_target in
! 2393: *-*-*) ;;
! 2394: *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
! 2395: esac
! 2396: target=$ac_cv_target
! 2397: ac_save_IFS=$IFS; IFS='-'
! 2398: set x $ac_cv_target
! 2399: shift
! 2400: target_cpu=$1
! 2401: target_vendor=$2
! 2402: shift; shift
! 2403: # Remember, the first character of IFS is used to create $*,
! 2404: # except with old shells:
! 2405: target_os=$*
! 2406: IFS=$ac_save_IFS
! 2407: case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
! 2408:
! 2409:
! 2410: # The aliases save the names the user supplied, while $host etc.
! 2411: # will get canonicalized.
! 2412: test -n "$target_alias" &&
! 2413: test "$program_prefix$program_suffix$program_transform_name" = \
! 2414: NONENONEs,x,x, &&
! 2415: program_prefix=${target_alias}-
! 2416: am__api_version='1.15'
! 2417:
! 2418: # Find a good install program. We prefer a C program (faster),
! 2419: # so one script is as good as another. But avoid the broken or
! 2420: # incompatible versions:
! 2421: # SysV /etc/install, /usr/sbin/install
! 2422: # SunOS /usr/etc/install
! 2423: # IRIX /sbin/install
! 2424: # AIX /bin/install
! 2425: # AmigaOS /C/install, which installs bootblocks on floppy discs
! 2426: # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
! 2427: # AFS /usr/afsws/bin/install, which mishandles nonexistent args
! 2428: # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
! 2429: # OS/2's system install, which has a completely different semantic
! 2430: # ./install, which can be erroneously created by make from ./install.sh.
! 2431: # Reject install programs that cannot install multiple files.
! 2432: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
! 2433: $as_echo_n "checking for a BSD-compatible install... " >&6; }
! 2434: if test -z "$INSTALL"; then
! 2435: if ${ac_cv_path_install+:} false; then :
! 2436: $as_echo_n "(cached) " >&6
! 2437: else
! 2438: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
! 2439: for as_dir in $PATH
! 2440: do
! 2441: IFS=$as_save_IFS
! 2442: test -z "$as_dir" && as_dir=.
! 2443: # Account for people who put trailing slashes in PATH elements.
! 2444: case $as_dir/ in #((
! 2445: ./ | .// | /[cC]/* | \
! 2446: /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
! 2447: ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
! 2448: /usr/ucb/* ) ;;
! 2449: *)
! 2450: # OSF1 and SCO ODT 3.0 have their own names for install.
! 2451: # Don't use installbsd from OSF since it installs stuff as root
! 2452: # by default.
! 2453: for ac_prog in ginstall scoinst install; do
! 2454: for ac_exec_ext in '' $ac_executable_extensions; do
! 2455: if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
! 2456: if test $ac_prog = install &&
! 2457: grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
! 2458: # AIX install. It has an incompatible calling convention.
! 2459: :
! 2460: elif test $ac_prog = install &&
! 2461: grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
! 2462: # program-specific install script used by HP pwplus--don't use.
! 2463: :
! 2464: else
! 2465: rm -rf conftest.one conftest.two conftest.dir
! 2466: echo one > conftest.one
! 2467: echo two > conftest.two
! 2468: mkdir conftest.dir
! 2469: if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
! 2470: test -s conftest.one && test -s conftest.two &&
! 2471: test -s conftest.dir/conftest.one &&
! 2472: test -s conftest.dir/conftest.two
! 2473: then
! 2474: ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
! 2475: break 3
! 2476: fi
! 2477: fi
! 2478: fi
! 2479: done
! 2480: done
! 2481: ;;
! 2482: esac
! 2483:
! 2484: done
! 2485: IFS=$as_save_IFS
! 2486:
! 2487: rm -rf conftest.one conftest.two conftest.dir
! 2488:
! 2489: fi
! 2490: if test "${ac_cv_path_install+set}" = set; then
! 2491: INSTALL=$ac_cv_path_install
! 2492: else
! 2493: # As a last resort, use the slow shell script. Don't cache a
! 2494: # value for INSTALL within a source directory, because that will
! 2495: # break other packages using the cache if that directory is
! 2496: # removed, or if the value is a relative name.
! 2497: INSTALL=$ac_install_sh
! 2498: fi
! 2499: fi
! 2500: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
! 2501: $as_echo "$INSTALL" >&6; }
! 2502:
! 2503: # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
! 2504: # It thinks the first close brace ends the variable substitution.
! 2505: test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
! 2506:
! 2507: test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
! 2508:
! 2509: test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
! 2510:
! 2511: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
! 2512: $as_echo_n "checking whether build environment is sane... " >&6; }
! 2513: # Reject unsafe characters in $srcdir or the absolute working directory
! 2514: # name. Accept space and tab only in the latter.
! 2515: am_lf='
! 2516: '
! 2517: case `pwd` in
! 2518: *[\\\"\#\$\&\'\`$am_lf]*)
! 2519: as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
! 2520: esac
! 2521: case $srcdir in
! 2522: *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
! 2523: as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
! 2524: esac
! 2525:
! 2526: # Do 'set' in a subshell so we don't clobber the current shell's
! 2527: # arguments. Must try -L first in case configure is actually a
! 2528: # symlink; some systems play weird games with the mod time of symlinks
! 2529: # (eg FreeBSD returns the mod time of the symlink's containing
! 2530: # directory).
! 2531: if (
! 2532: am_has_slept=no
! 2533: for am_try in 1 2; do
! 2534: echo "timestamp, slept: $am_has_slept" > conftest.file
! 2535: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
! 2536: if test "$*" = "X"; then
! 2537: # -L didn't work.
! 2538: set X `ls -t "$srcdir/configure" conftest.file`
! 2539: fi
! 2540: if test "$*" != "X $srcdir/configure conftest.file" \
! 2541: && test "$*" != "X conftest.file $srcdir/configure"; then
! 2542:
! 2543: # If neither matched, then we have a broken ls. This can happen
! 2544: # if, for instance, CONFIG_SHELL is bash and it inherits a
! 2545: # broken ls alias from the environment. This has actually
! 2546: # happened. Such a system could not be considered "sane".
! 2547: as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
! 2548: alias in your environment" "$LINENO" 5
! 2549: fi
! 2550: if test "$2" = conftest.file || test $am_try -eq 2; then
! 2551: break
! 2552: fi
! 2553: # Just in case.
! 2554: sleep 1
! 2555: am_has_slept=yes
! 2556: done
! 2557: test "$2" = conftest.file
! 2558: )
! 2559: then
! 2560: # Ok.
! 2561: :
! 2562: else
! 2563: as_fn_error $? "newly created file is older than distributed files!
! 2564: Check your system clock" "$LINENO" 5
! 2565: fi
! 2566: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
! 2567: $as_echo "yes" >&6; }
! 2568: # If we didn't sleep, we still need to ensure time stamps of config.status and
! 2569: # generated files are strictly newer.
! 2570: am_sleep_pid=
! 2571: if grep 'slept: no' conftest.file >/dev/null 2>&1; then
! 2572: ( sleep 1 ) &
! 2573: am_sleep_pid=$!
! 2574: fi
! 2575:
! 2576: rm -f conftest.file
! 2577:
! 2578: test "$program_prefix" != NONE &&
! 2579: program_transform_name="s&^&$program_prefix&;$program_transform_name"
! 2580: # Use a double $ so make ignores it.
! 2581: test "$program_suffix" != NONE &&
! 2582: program_transform_name="s&\$&$program_suffix&;$program_transform_name"
! 2583: # Double any \ or $.
! 2584: # By default was `s,x,x', remove it if useless.
! 2585: ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
! 2586: program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
! 2587:
! 2588: # Expand $ac_aux_dir to an absolute path.
! 2589: am_aux_dir=`cd "$ac_aux_dir" && pwd`
! 2590:
! 2591: if test x"${MISSING+set}" != xset; then
! 2592: case $am_aux_dir in
! 2593: *\ * | *\ *)
! 2594: MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
! 2595: *)
! 2596: MISSING="\${SHELL} $am_aux_dir/missing" ;;
! 2597: esac
! 2598: fi
! 2599: # Use eval to expand $SHELL
! 2600: if eval "$MISSING --is-lightweight"; then
! 2601: am_missing_run="$MISSING "
! 2602: else
! 2603: am_missing_run=
! 2604: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
! 2605: $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
! 2606: fi
! 2607:
! 2608: if test x"${install_sh+set}" != xset; then
! 2609: case $am_aux_dir in
! 2610: *\ * | *\ *)
! 2611: install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
! 2612: *)
! 2613: install_sh="\${SHELL} $am_aux_dir/install-sh"
! 2614: esac
! 2615: fi
! 2616:
! 2617: # Installed binaries are usually stripped using 'strip' when the user
! 2618: # run "make install-strip". However 'strip' might not be the right
! 2619: # tool to use in cross-compilation environments, therefore Automake
! 2620: # will honor the 'STRIP' environment variable to overrule this program.
! 2621: if test "$cross_compiling" != no; then
! 2622: if test -n "$ac_tool_prefix"; then
! 2623: # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
! 2624: set dummy ${ac_tool_prefix}strip; ac_word=$2
! 2625: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
! 2626: $as_echo_n "checking for $ac_word... " >&6; }
! 2627: if ${ac_cv_prog_STRIP+:} false; then :
! 2628: $as_echo_n "(cached) " >&6
! 2629: else
! 2630: if test -n "$STRIP"; then
! 2631: ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
! 2632: else
! 2633: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
! 2634: for as_dir in $PATH
! 2635: do
! 2636: IFS=$as_save_IFS
! 2637: test -z "$as_dir" && as_dir=.
! 2638: for ac_exec_ext in '' $ac_executable_extensions; do
! 2639: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
! 2640: ac_cv_prog_STRIP="${ac_tool_prefix}strip"
! 2641: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
! 2642: break 2
! 2643: fi
! 2644: done
! 2645: done
! 2646: IFS=$as_save_IFS
! 2647:
! 2648: fi
! 2649: fi
! 2650: STRIP=$ac_cv_prog_STRIP
! 2651: if test -n "$STRIP"; then
! 2652: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
! 2653: $as_echo "$STRIP" >&6; }
! 2654: else
! 2655: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
! 2656: $as_echo "no" >&6; }
! 2657: fi
! 2658:
! 2659:
! 2660: fi
! 2661: if test -z "$ac_cv_prog_STRIP"; then
! 2662: ac_ct_STRIP=$STRIP
! 2663: # Extract the first word of "strip", so it can be a program name with args.
! 2664: set dummy strip; ac_word=$2
! 2665: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
! 2666: $as_echo_n "checking for $ac_word... " >&6; }
! 2667: if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
! 2668: $as_echo_n "(cached) " >&6
! 2669: else
! 2670: if test -n "$ac_ct_STRIP"; then
! 2671: ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
! 2672: else
! 2673: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
! 2674: for as_dir in $PATH
! 2675: do
! 2676: IFS=$as_save_IFS
! 2677: test -z "$as_dir" && as_dir=.
! 2678: for ac_exec_ext in '' $ac_executable_extensions; do
! 2679: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
! 2680: ac_cv_prog_ac_ct_STRIP="strip"
! 2681: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
! 2682: break 2
! 2683: fi
! 2684: done
! 2685: done
! 2686: IFS=$as_save_IFS
! 2687:
! 2688: fi
! 2689: fi
! 2690: ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
! 2691: if test -n "$ac_ct_STRIP"; then
! 2692: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
! 2693: $as_echo "$ac_ct_STRIP" >&6; }
! 2694: else
! 2695: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
! 2696: $as_echo "no" >&6; }
! 2697: fi
! 2698:
! 2699: if test "x$ac_ct_STRIP" = x; then
! 2700: STRIP=":"
! 2701: else
! 2702: case $cross_compiling:$ac_tool_warned in
! 2703: yes:)
! 2704: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
! 2705: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
! 2706: ac_tool_warned=yes ;;
! 2707: esac
! 2708: STRIP=$ac_ct_STRIP
! 2709: fi
! 2710: else
! 2711: STRIP="$ac_cv_prog_STRIP"
! 2712: fi
! 2713:
! 2714: fi
! 2715: INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
! 2716:
! 2717: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
! 2718: $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
! 2719: if test -z "$MKDIR_P"; then
! 2720: if ${ac_cv_path_mkdir+:} false; then :
! 2721: $as_echo_n "(cached) " >&6
! 2722: else
! 2723: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
! 2724: for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
! 2725: do
! 2726: IFS=$as_save_IFS
! 2727: test -z "$as_dir" && as_dir=.
! 2728: for ac_prog in mkdir gmkdir; do
! 2729: for ac_exec_ext in '' $ac_executable_extensions; do
! 2730: as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
! 2731: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
! 2732: 'mkdir (GNU coreutils) '* | \
! 2733: 'mkdir (coreutils) '* | \
! 2734: 'mkdir (fileutils) '4.1*)
! 2735: ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
! 2736: break 3;;
! 2737: esac
! 2738: done
! 2739: done
! 2740: done
! 2741: IFS=$as_save_IFS
! 2742:
! 2743: fi
! 2744:
! 2745: test -d ./--version && rmdir ./--version
! 2746: if test "${ac_cv_path_mkdir+set}" = set; then
! 2747: MKDIR_P="$ac_cv_path_mkdir -p"
! 2748: else
! 2749: # As a last resort, use the slow shell script. Don't cache a
! 2750: # value for MKDIR_P within a source directory, because that will
! 2751: # break other packages using the cache if that directory is
! 2752: # removed, or if the value is a relative name.
! 2753: MKDIR_P="$ac_install_sh -d"
! 2754: fi
! 2755: fi
! 2756: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
! 2757: $as_echo "$MKDIR_P" >&6; }
! 2758:
! 2759: for ac_prog in gawk mawk nawk awk
! 2760: do
! 2761: # Extract the first word of "$ac_prog", so it can be a program name with args.
! 2762: set dummy $ac_prog; ac_word=$2
! 2763: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
! 2764: $as_echo_n "checking for $ac_word... " >&6; }
! 2765: if ${ac_cv_prog_AWK+:} false; then :
! 2766: $as_echo_n "(cached) " >&6
! 2767: else
! 2768: if test -n "$AWK"; then
! 2769: ac_cv_prog_AWK="$AWK" # Let the user override the test.
! 2770: else
! 2771: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
! 2772: for as_dir in $PATH
! 2773: do
! 2774: IFS=$as_save_IFS
! 2775: test -z "$as_dir" && as_dir=.
! 2776: for ac_exec_ext in '' $ac_executable_extensions; do
! 2777: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
! 2778: ac_cv_prog_AWK="$ac_prog"
! 2779: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
! 2780: break 2
! 2781: fi
! 2782: done
! 2783: done
! 2784: IFS=$as_save_IFS
! 2785:
! 2786: fi
! 2787: fi
! 2788: AWK=$ac_cv_prog_AWK
! 2789: if test -n "$AWK"; then
! 2790: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
! 2791: $as_echo "$AWK" >&6; }
! 2792: else
! 2793: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
! 2794: $as_echo "no" >&6; }
! 2795: fi
! 2796:
! 2797:
! 2798: test -n "$AWK" && break
! 2799: done
! 2800:
! 2801: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
! 2802: $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
! 2803: set x ${MAKE-make}
! 2804: ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
! 2805: if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
! 2806: $as_echo_n "(cached) " >&6
! 2807: else
! 2808: cat >conftest.make <<\_ACEOF
! 2809: SHELL = /bin/sh
! 2810: all:
! 2811: @echo '@@@%%%=$(MAKE)=@@@%%%'
! 2812: _ACEOF
! 2813: # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
! 2814: case `${MAKE-make} -f conftest.make 2>/dev/null` in
! 2815: *@@@%%%=?*=@@@%%%*)
! 2816: eval ac_cv_prog_make_${ac_make}_set=yes;;
! 2817: *)
! 2818: eval ac_cv_prog_make_${ac_make}_set=no;;
! 2819: esac
! 2820: rm -f conftest.make
! 2821: fi
! 2822: if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
! 2823: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
! 2824: $as_echo "yes" >&6; }
! 2825: SET_MAKE=
! 2826: else
! 2827: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
! 2828: $as_echo "no" >&6; }
! 2829: SET_MAKE="MAKE=${MAKE-make}"
! 2830: fi
! 2831:
! 2832: rm -rf .tst 2>/dev/null
! 2833: mkdir .tst 2>/dev/null
! 2834: if test -d .tst; then
! 2835: am__leading_dot=.
! 2836: else
! 2837: am__leading_dot=_
! 2838: fi
! 2839: rmdir .tst 2>/dev/null
! 2840:
! 2841: # Check whether --enable-silent-rules was given.
! 2842: if test "${enable_silent_rules+set}" = set; then :
! 2843: enableval=$enable_silent_rules;
! 2844: fi
! 2845:
! 2846: case $enable_silent_rules in # (((
! 2847: yes) AM_DEFAULT_VERBOSITY=0;;
! 2848: no) AM_DEFAULT_VERBOSITY=1;;
! 2849: *) AM_DEFAULT_VERBOSITY=1;;
! 2850: esac
! 2851: am_make=${MAKE-make}
! 2852: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
! 2853: $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
! 2854: if ${am_cv_make_support_nested_variables+:} false; then :
! 2855: $as_echo_n "(cached) " >&6
! 2856: else
! 2857: if $as_echo 'TRUE=$(BAR$(V))
! 2858: BAR0=false
! 2859: BAR1=true
! 2860: V=1
! 2861: am__doit:
! 2862: @$(TRUE)
! 2863: .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
! 2864: am_cv_make_support_nested_variables=yes
! 2865: else
! 2866: am_cv_make_support_nested_variables=no
! 2867: fi
! 2868: fi
! 2869: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
! 2870: $as_echo "$am_cv_make_support_nested_variables" >&6; }
! 2871: if test $am_cv_make_support_nested_variables = yes; then
! 2872: AM_V='$(V)'
! 2873: AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
! 2874: else
! 2875: AM_V=$AM_DEFAULT_VERBOSITY
! 2876: AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
! 2877: fi
! 2878: AM_BACKSLASH='\'
! 2879:
! 2880: if test "`cd $srcdir && pwd`" != "`pwd`"; then
! 2881: # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
! 2882: # is not polluted with repeated "-I."
! 2883: am__isrc=' -I$(srcdir)'
! 2884: # test to see if srcdir already configured
! 2885: if test -f $srcdir/config.status; then
! 2886: as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
! 2887: fi
! 2888: fi
! 2889:
! 2890: # test whether we have cygpath
! 2891: if test -z "$CYGPATH_W"; then
! 2892: if (cygpath --version) >/dev/null 2>/dev/null; then
! 2893: CYGPATH_W='cygpath -w'
! 2894: else
! 2895: CYGPATH_W=echo
! 2896: fi
! 2897: fi
! 2898:
! 2899:
! 2900: # Define the identity of the package.
! 2901: PACKAGE='ox_pari'
! 2902: VERSION='1.15'
! 2903:
! 2904:
! 2905: cat >>confdefs.h <<_ACEOF
! 2906: #define PACKAGE "$PACKAGE"
! 2907: _ACEOF
! 2908:
! 2909:
! 2910: cat >>confdefs.h <<_ACEOF
! 2911: #define VERSION "$VERSION"
! 2912: _ACEOF
! 2913:
! 2914: # Some tools Automake needs.
! 2915:
! 2916: ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
! 2917:
! 2918:
! 2919: AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
! 2920:
! 2921:
! 2922: AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
! 2923:
! 2924:
! 2925: AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
! 2926:
! 2927:
! 2928: MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
! 2929:
! 2930: # For better backward compatibility. To be removed once Automake 1.9.x
! 2931: # dies out for good. For more background, see:
! 2932: # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
! 2933: # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
! 2934: mkdir_p='$(MKDIR_P)'
! 2935:
! 2936: # We need awk for the "check" target (and possibly the TAP driver). The
! 2937: # system "awk" is bad on some platforms.
! 2938: # Always define AMTAR for backward compatibility. Yes, it's still used
! 2939: # in the wild :-( We should find a proper way to deprecate it ...
! 2940: AMTAR='$${TAR-tar}'
! 2941:
! 2942:
! 2943: # We'll loop over all known methods to create a tar archive until one works.
! 2944: _am_tools='gnutar pax cpio none'
! 2945:
! 2946: am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
! 2947:
! 2948:
! 2949:
! 2950:
! 2951:
! 2952:
! 2953: # POSIX will say in a future version that running "rm -f" with no argument
! 2954: # is OK; and we want to be able to make that assumption in our Makefile
! 2955: # recipes. So use an aggressive probe to check that the usage we want is
! 2956: # actually supported "in the wild" to an acceptable degree.
! 2957: # See automake bug#10828.
! 2958: # To make any issue more visible, cause the running configure to be aborted
! 2959: # by default if the 'rm' program in use doesn't match our expectations; the
! 2960: # user can still override this though.
! 2961: if rm -f && rm -fr && rm -rf; then : OK; else
! 2962: cat >&2 <<'END'
! 2963: Oops!
! 2964:
! 2965: Your 'rm' program seems unable to run without file operands specified
! 2966: on the command line, even when the '-f' option is present. This is contrary
! 2967: to the behaviour of most rm programs out there, and not conforming with
! 2968: the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
! 2969:
! 2970: Please tell bug-automake@gnu.org about your system, including the value
! 2971: of your $PATH and any error possibly output before this message. This
! 2972: can help us improve future automake versions.
! 2973:
! 2974: END
! 2975: if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
! 2976: echo 'Configuration will proceed anyway, since you have set the' >&2
! 2977: echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
! 2978: echo >&2
! 2979: else
! 2980: cat >&2 <<'END'
! 2981: Aborting the configuration process, to ensure you take notice of the issue.
! 2982:
! 2983: You can download and install GNU coreutils to get an 'rm' implementation
! 2984: that behaves properly: <http://www.gnu.org/software/coreutils/>.
! 2985:
! 2986: If you want to complete the configuration process using your problematic
! 2987: 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
! 2988: to "yes", and re-run configure.
! 2989:
! 2990: END
! 2991: as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
! 2992: fi
! 2993: fi
! 2994:
! 2995:
! 2996: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
! 2997: $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
! 2998: # Check whether --enable-maintainer-mode was given.
! 2999: if test "${enable_maintainer_mode+set}" = set; then :
! 3000: enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
! 3001: else
! 3002: USE_MAINTAINER_MODE=no
! 3003: fi
! 3004:
! 3005: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
! 3006: $as_echo "$USE_MAINTAINER_MODE" >&6; }
! 3007: if test $USE_MAINTAINER_MODE = yes; then
! 3008: MAINTAINER_MODE_TRUE=
! 3009: MAINTAINER_MODE_FALSE='#'
! 3010: else
! 3011: MAINTAINER_MODE_TRUE='#'
! 3012: MAINTAINER_MODE_FALSE=
! 3013: fi
! 3014:
! 3015: MAINT=$MAINTAINER_MODE_TRUE
! 3016:
! 3017:
! 3018:
! 3019: ac_ext=c
! 3020: ac_cpp='$CPP $CPPFLAGS'
! 3021: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
! 3022: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
! 3023: ac_compiler_gnu=$ac_cv_c_compiler_gnu
! 3024: if test -n "$ac_tool_prefix"; then
! 3025: # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
! 3026: set dummy ${ac_tool_prefix}gcc; ac_word=$2
! 3027: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
! 3028: $as_echo_n "checking for $ac_word... " >&6; }
! 3029: if ${ac_cv_prog_CC+:} false; then :
! 3030: $as_echo_n "(cached) " >&6
! 3031: else
! 3032: if test -n "$CC"; then
! 3033: ac_cv_prog_CC="$CC" # Let the user override the test.
! 3034: else
! 3035: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
! 3036: for as_dir in $PATH
! 3037: do
! 3038: IFS=$as_save_IFS
! 3039: test -z "$as_dir" && as_dir=.
! 3040: for ac_exec_ext in '' $ac_executable_extensions; do
! 3041: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
! 3042: ac_cv_prog_CC="${ac_tool_prefix}gcc"
! 3043: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
! 3044: break 2
! 3045: fi
! 3046: done
! 3047: done
! 3048: IFS=$as_save_IFS
! 3049:
! 3050: fi
! 3051: fi
! 3052: CC=$ac_cv_prog_CC
! 3053: if test -n "$CC"; then
! 3054: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
! 3055: $as_echo "$CC" >&6; }
! 3056: else
! 3057: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
! 3058: $as_echo "no" >&6; }
! 3059: fi
! 3060:
! 3061:
! 3062: fi
! 3063: if test -z "$ac_cv_prog_CC"; then
! 3064: ac_ct_CC=$CC
! 3065: # Extract the first word of "gcc", so it can be a program name with args.
! 3066: set dummy gcc; ac_word=$2
! 3067: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
! 3068: $as_echo_n "checking for $ac_word... " >&6; }
! 3069: if ${ac_cv_prog_ac_ct_CC+:} false; then :
! 3070: $as_echo_n "(cached) " >&6
! 3071: else
! 3072: if test -n "$ac_ct_CC"; then
! 3073: ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
! 3074: else
! 3075: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
! 3076: for as_dir in $PATH
! 3077: do
! 3078: IFS=$as_save_IFS
! 3079: test -z "$as_dir" && as_dir=.
! 3080: for ac_exec_ext in '' $ac_executable_extensions; do
! 3081: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
! 3082: ac_cv_prog_ac_ct_CC="gcc"
! 3083: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
! 3084: break 2
! 3085: fi
! 3086: done
! 3087: done
! 3088: IFS=$as_save_IFS
! 3089:
! 3090: fi
! 3091: fi
! 3092: ac_ct_CC=$ac_cv_prog_ac_ct_CC
! 3093: if test -n "$ac_ct_CC"; then
! 3094: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
! 3095: $as_echo "$ac_ct_CC" >&6; }
! 3096: else
! 3097: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
! 3098: $as_echo "no" >&6; }
! 3099: fi
! 3100:
! 3101: if test "x$ac_ct_CC" = x; then
! 3102: CC=""
! 3103: else
! 3104: case $cross_compiling:$ac_tool_warned in
! 3105: yes:)
! 3106: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
! 3107: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
! 3108: ac_tool_warned=yes ;;
! 3109: esac
! 3110: CC=$ac_ct_CC
! 3111: fi
! 3112: else
! 3113: CC="$ac_cv_prog_CC"
! 3114: fi
! 3115:
! 3116: if test -z "$CC"; then
! 3117: if test -n "$ac_tool_prefix"; then
! 3118: # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
! 3119: set dummy ${ac_tool_prefix}cc; ac_word=$2
! 3120: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
! 3121: $as_echo_n "checking for $ac_word... " >&6; }
! 3122: if ${ac_cv_prog_CC+:} false; then :
! 3123: $as_echo_n "(cached) " >&6
! 3124: else
! 3125: if test -n "$CC"; then
! 3126: ac_cv_prog_CC="$CC" # Let the user override the test.
! 3127: else
! 3128: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
! 3129: for as_dir in $PATH
! 3130: do
! 3131: IFS=$as_save_IFS
! 3132: test -z "$as_dir" && as_dir=.
! 3133: for ac_exec_ext in '' $ac_executable_extensions; do
! 3134: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
! 3135: ac_cv_prog_CC="${ac_tool_prefix}cc"
! 3136: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
! 3137: break 2
! 3138: fi
! 3139: done
! 3140: done
! 3141: IFS=$as_save_IFS
! 3142:
! 3143: fi
! 3144: fi
! 3145: CC=$ac_cv_prog_CC
! 3146: if test -n "$CC"; then
! 3147: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
! 3148: $as_echo "$CC" >&6; }
! 3149: else
! 3150: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
! 3151: $as_echo "no" >&6; }
! 3152: fi
! 3153:
! 3154:
! 3155: fi
! 3156: fi
! 3157: if test -z "$CC"; then
! 3158: # Extract the first word of "cc", so it can be a program name with args.
! 3159: set dummy cc; ac_word=$2
! 3160: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
! 3161: $as_echo_n "checking for $ac_word... " >&6; }
! 3162: if ${ac_cv_prog_CC+:} false; then :
! 3163: $as_echo_n "(cached) " >&6
! 3164: else
! 3165: if test -n "$CC"; then
! 3166: ac_cv_prog_CC="$CC" # Let the user override the test.
! 3167: else
! 3168: ac_prog_rejected=no
! 3169: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
! 3170: for as_dir in $PATH
! 3171: do
! 3172: IFS=$as_save_IFS
! 3173: test -z "$as_dir" && as_dir=.
! 3174: for ac_exec_ext in '' $ac_executable_extensions; do
! 3175: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
! 3176: if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
! 3177: ac_prog_rejected=yes
! 3178: continue
! 3179: fi
! 3180: ac_cv_prog_CC="cc"
! 3181: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
! 3182: break 2
! 3183: fi
! 3184: done
! 3185: done
! 3186: IFS=$as_save_IFS
! 3187:
! 3188: if test $ac_prog_rejected = yes; then
! 3189: # We found a bogon in the path, so make sure we never use it.
! 3190: set dummy $ac_cv_prog_CC
! 3191: shift
! 3192: if test $# != 0; then
! 3193: # We chose a different compiler from the bogus one.
! 3194: # However, it has the same basename, so the bogon will be chosen
! 3195: # first if we set CC to just the basename; use the full file name.
! 3196: shift
! 3197: ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
! 3198: fi
! 3199: fi
! 3200: fi
! 3201: fi
! 3202: CC=$ac_cv_prog_CC
! 3203: if test -n "$CC"; then
! 3204: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
! 3205: $as_echo "$CC" >&6; }
! 3206: else
! 3207: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
! 3208: $as_echo "no" >&6; }
! 3209: fi
! 3210:
! 3211:
! 3212: fi
! 3213: if test -z "$CC"; then
! 3214: if test -n "$ac_tool_prefix"; then
! 3215: for ac_prog in cl.exe
! 3216: do
! 3217: # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
! 3218: set dummy $ac_tool_prefix$ac_prog; ac_word=$2
! 3219: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
! 3220: $as_echo_n "checking for $ac_word... " >&6; }
! 3221: if ${ac_cv_prog_CC+:} false; then :
! 3222: $as_echo_n "(cached) " >&6
! 3223: else
! 3224: if test -n "$CC"; then
! 3225: ac_cv_prog_CC="$CC" # Let the user override the test.
! 3226: else
! 3227: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
! 3228: for as_dir in $PATH
! 3229: do
! 3230: IFS=$as_save_IFS
! 3231: test -z "$as_dir" && as_dir=.
! 3232: for ac_exec_ext in '' $ac_executable_extensions; do
! 3233: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
! 3234: ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
! 3235: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
! 3236: break 2
! 3237: fi
! 3238: done
! 3239: done
! 3240: IFS=$as_save_IFS
! 3241:
! 3242: fi
! 3243: fi
! 3244: CC=$ac_cv_prog_CC
! 3245: if test -n "$CC"; then
! 3246: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
! 3247: $as_echo "$CC" >&6; }
! 3248: else
! 3249: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
! 3250: $as_echo "no" >&6; }
! 3251: fi
! 3252:
! 3253:
! 3254: test -n "$CC" && break
! 3255: done
! 3256: fi
! 3257: if test -z "$CC"; then
! 3258: ac_ct_CC=$CC
! 3259: for ac_prog in cl.exe
! 3260: do
! 3261: # Extract the first word of "$ac_prog", so it can be a program name with args.
! 3262: set dummy $ac_prog; ac_word=$2
! 3263: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
! 3264: $as_echo_n "checking for $ac_word... " >&6; }
! 3265: if ${ac_cv_prog_ac_ct_CC+:} false; then :
! 3266: $as_echo_n "(cached) " >&6
! 3267: else
! 3268: if test -n "$ac_ct_CC"; then
! 3269: ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
! 3270: else
! 3271: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
! 3272: for as_dir in $PATH
! 3273: do
! 3274: IFS=$as_save_IFS
! 3275: test -z "$as_dir" && as_dir=.
! 3276: for ac_exec_ext in '' $ac_executable_extensions; do
! 3277: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
! 3278: ac_cv_prog_ac_ct_CC="$ac_prog"
! 3279: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
! 3280: break 2
! 3281: fi
! 3282: done
! 3283: done
! 3284: IFS=$as_save_IFS
! 3285:
! 3286: fi
! 3287: fi
! 3288: ac_ct_CC=$ac_cv_prog_ac_ct_CC
! 3289: if test -n "$ac_ct_CC"; then
! 3290: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
! 3291: $as_echo "$ac_ct_CC" >&6; }
! 3292: else
! 3293: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
! 3294: $as_echo "no" >&6; }
! 3295: fi
! 3296:
! 3297:
! 3298: test -n "$ac_ct_CC" && break
! 3299: done
! 3300:
! 3301: if test "x$ac_ct_CC" = x; then
! 3302: CC=""
! 3303: else
! 3304: case $cross_compiling:$ac_tool_warned in
! 3305: yes:)
! 3306: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
! 3307: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
! 3308: ac_tool_warned=yes ;;
! 3309: esac
! 3310: CC=$ac_ct_CC
! 3311: fi
! 3312: fi
! 3313:
! 3314: fi
! 3315:
! 3316:
! 3317: test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
! 3318: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
! 3319: as_fn_error $? "no acceptable C compiler found in \$PATH
! 3320: See \`config.log' for more details" "$LINENO" 5; }
! 3321:
! 3322: # Provide some information about the compiler.
! 3323: $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
! 3324: set X $ac_compile
! 3325: ac_compiler=$2
! 3326: for ac_option in --version -v -V -qversion; do
! 3327: { { ac_try="$ac_compiler $ac_option >&5"
! 3328: case "(($ac_try" in
! 3329: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
! 3330: *) ac_try_echo=$ac_try;;
! 3331: esac
! 3332: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
! 3333: $as_echo "$ac_try_echo"; } >&5
! 3334: (eval "$ac_compiler $ac_option >&5") 2>conftest.err
! 3335: ac_status=$?
! 3336: if test -s conftest.err; then
! 3337: sed '10a\
! 3338: ... rest of stderr output deleted ...
! 3339: 10q' conftest.err >conftest.er1
! 3340: cat conftest.er1 >&5
! 3341: fi
! 3342: rm -f conftest.er1 conftest.err
! 3343: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
! 3344: test $ac_status = 0; }
! 3345: done
! 3346:
! 3347: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 3348: /* end confdefs.h. */
! 3349:
! 3350: int
! 3351: main ()
! 3352: {
! 3353:
! 3354: ;
! 3355: return 0;
! 3356: }
! 3357: _ACEOF
! 3358: ac_clean_files_save=$ac_clean_files
! 3359: ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
! 3360: # Try to create an executable without -o first, disregard a.out.
! 3361: # It will help us diagnose broken compilers, and finding out an intuition
! 3362: # of exeext.
! 3363: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
! 3364: $as_echo_n "checking whether the C compiler works... " >&6; }
! 3365: ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
! 3366:
! 3367: # The possible output files:
! 3368: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
! 3369:
! 3370: ac_rmfiles=
! 3371: for ac_file in $ac_files
! 3372: do
! 3373: case $ac_file in
! 3374: *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
! 3375: * ) ac_rmfiles="$ac_rmfiles $ac_file";;
! 3376: esac
! 3377: done
! 3378: rm -f $ac_rmfiles
! 3379:
! 3380: if { { ac_try="$ac_link_default"
! 3381: case "(($ac_try" in
! 3382: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
! 3383: *) ac_try_echo=$ac_try;;
! 3384: esac
! 3385: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
! 3386: $as_echo "$ac_try_echo"; } >&5
! 3387: (eval "$ac_link_default") 2>&5
! 3388: ac_status=$?
! 3389: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
! 3390: test $ac_status = 0; }; then :
! 3391: # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
! 3392: # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
! 3393: # in a Makefile. We should not override ac_cv_exeext if it was cached,
! 3394: # so that the user can short-circuit this test for compilers unknown to
! 3395: # Autoconf.
! 3396: for ac_file in $ac_files ''
! 3397: do
! 3398: test -f "$ac_file" || continue
! 3399: case $ac_file in
! 3400: *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
! 3401: ;;
! 3402: [ab].out )
! 3403: # We found the default executable, but exeext='' is most
! 3404: # certainly right.
! 3405: break;;
! 3406: *.* )
! 3407: if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
! 3408: then :; else
! 3409: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
! 3410: fi
! 3411: # We set ac_cv_exeext here because the later test for it is not
! 3412: # safe: cross compilers may not add the suffix if given an `-o'
! 3413: # argument, so we may need to know it at that point already.
! 3414: # Even if this section looks crufty: it has the advantage of
! 3415: # actually working.
! 3416: break;;
! 3417: * )
! 3418: break;;
! 3419: esac
! 3420: done
! 3421: test "$ac_cv_exeext" = no && ac_cv_exeext=
! 3422:
! 3423: else
! 3424: ac_file=''
! 3425: fi
! 3426: if test -z "$ac_file"; then :
! 3427: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
! 3428: $as_echo "no" >&6; }
! 3429: $as_echo "$as_me: failed program was:" >&5
! 3430: sed 's/^/| /' conftest.$ac_ext >&5
! 3431:
! 3432: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
! 3433: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
! 3434: as_fn_error 77 "C compiler cannot create executables
! 3435: See \`config.log' for more details" "$LINENO" 5; }
! 3436: else
! 3437: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
! 3438: $as_echo "yes" >&6; }
! 3439: fi
! 3440: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
! 3441: $as_echo_n "checking for C compiler default output file name... " >&6; }
! 3442: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
! 3443: $as_echo "$ac_file" >&6; }
! 3444: ac_exeext=$ac_cv_exeext
! 3445:
! 3446: rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
! 3447: ac_clean_files=$ac_clean_files_save
! 3448: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
! 3449: $as_echo_n "checking for suffix of executables... " >&6; }
! 3450: if { { ac_try="$ac_link"
! 3451: case "(($ac_try" in
! 3452: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
! 3453: *) ac_try_echo=$ac_try;;
! 3454: esac
! 3455: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
! 3456: $as_echo "$ac_try_echo"; } >&5
! 3457: (eval "$ac_link") 2>&5
! 3458: ac_status=$?
! 3459: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
! 3460: test $ac_status = 0; }; then :
! 3461: # If both `conftest.exe' and `conftest' are `present' (well, observable)
! 3462: # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
! 3463: # work properly (i.e., refer to `conftest.exe'), while it won't with
! 3464: # `rm'.
! 3465: for ac_file in conftest.exe conftest conftest.*; do
! 3466: test -f "$ac_file" || continue
! 3467: case $ac_file in
! 3468: *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
! 3469: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
! 3470: break;;
! 3471: * ) break;;
! 3472: esac
! 3473: done
! 3474: else
! 3475: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
! 3476: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
! 3477: as_fn_error $? "cannot compute suffix of executables: cannot compile and link
! 3478: See \`config.log' for more details" "$LINENO" 5; }
! 3479: fi
! 3480: rm -f conftest conftest$ac_cv_exeext
! 3481: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
! 3482: $as_echo "$ac_cv_exeext" >&6; }
! 3483:
! 3484: rm -f conftest.$ac_ext
! 3485: EXEEXT=$ac_cv_exeext
! 3486: ac_exeext=$EXEEXT
! 3487: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 3488: /* end confdefs.h. */
! 3489: #include <stdio.h>
! 3490: int
! 3491: main ()
! 3492: {
! 3493: FILE *f = fopen ("conftest.out", "w");
! 3494: return ferror (f) || fclose (f) != 0;
! 3495:
! 3496: ;
! 3497: return 0;
! 3498: }
! 3499: _ACEOF
! 3500: ac_clean_files="$ac_clean_files conftest.out"
! 3501: # Check that the compiler produces executables we can run. If not, either
! 3502: # the compiler is broken, or we cross compile.
! 3503: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
! 3504: $as_echo_n "checking whether we are cross compiling... " >&6; }
! 3505: if test "$cross_compiling" != yes; then
! 3506: { { ac_try="$ac_link"
! 3507: case "(($ac_try" in
! 3508: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
! 3509: *) ac_try_echo=$ac_try;;
! 3510: esac
! 3511: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
! 3512: $as_echo "$ac_try_echo"; } >&5
! 3513: (eval "$ac_link") 2>&5
! 3514: ac_status=$?
! 3515: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
! 3516: test $ac_status = 0; }
! 3517: if { ac_try='./conftest$ac_cv_exeext'
! 3518: { { case "(($ac_try" in
! 3519: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
! 3520: *) ac_try_echo=$ac_try;;
! 3521: esac
! 3522: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
! 3523: $as_echo "$ac_try_echo"; } >&5
! 3524: (eval "$ac_try") 2>&5
! 3525: ac_status=$?
! 3526: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
! 3527: test $ac_status = 0; }; }; then
! 3528: cross_compiling=no
! 3529: else
! 3530: if test "$cross_compiling" = maybe; then
! 3531: cross_compiling=yes
! 3532: else
! 3533: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
! 3534: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
! 3535: as_fn_error $? "cannot run C compiled programs.
! 3536: If you meant to cross compile, use \`--host'.
! 3537: See \`config.log' for more details" "$LINENO" 5; }
! 3538: fi
! 3539: fi
! 3540: fi
! 3541: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
! 3542: $as_echo "$cross_compiling" >&6; }
! 3543:
! 3544: rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
! 3545: ac_clean_files=$ac_clean_files_save
! 3546: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
! 3547: $as_echo_n "checking for suffix of object files... " >&6; }
! 3548: if ${ac_cv_objext+:} false; then :
! 3549: $as_echo_n "(cached) " >&6
! 3550: else
! 3551: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 3552: /* end confdefs.h. */
! 3553:
! 3554: int
! 3555: main ()
! 3556: {
! 3557:
! 3558: ;
! 3559: return 0;
! 3560: }
! 3561: _ACEOF
! 3562: rm -f conftest.o conftest.obj
! 3563: if { { ac_try="$ac_compile"
! 3564: case "(($ac_try" in
! 3565: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
! 3566: *) ac_try_echo=$ac_try;;
! 3567: esac
! 3568: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
! 3569: $as_echo "$ac_try_echo"; } >&5
! 3570: (eval "$ac_compile") 2>&5
! 3571: ac_status=$?
! 3572: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
! 3573: test $ac_status = 0; }; then :
! 3574: for ac_file in conftest.o conftest.obj conftest.*; do
! 3575: test -f "$ac_file" || continue;
! 3576: case $ac_file in
! 3577: *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
! 3578: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
! 3579: break;;
! 3580: esac
! 3581: done
! 3582: else
! 3583: $as_echo "$as_me: failed program was:" >&5
! 3584: sed 's/^/| /' conftest.$ac_ext >&5
! 3585:
! 3586: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
! 3587: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
! 3588: as_fn_error $? "cannot compute suffix of object files: cannot compile
! 3589: See \`config.log' for more details" "$LINENO" 5; }
! 3590: fi
! 3591: rm -f conftest.$ac_cv_objext conftest.$ac_ext
! 3592: fi
! 3593: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
! 3594: $as_echo "$ac_cv_objext" >&6; }
! 3595: OBJEXT=$ac_cv_objext
! 3596: ac_objext=$OBJEXT
! 3597: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
! 3598: $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
! 3599: if ${ac_cv_c_compiler_gnu+:} false; then :
! 3600: $as_echo_n "(cached) " >&6
! 3601: else
! 3602: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 3603: /* end confdefs.h. */
! 3604:
! 3605: int
! 3606: main ()
! 3607: {
! 3608: #ifndef __GNUC__
! 3609: choke me
! 3610: #endif
! 3611:
! 3612: ;
! 3613: return 0;
! 3614: }
! 3615: _ACEOF
! 3616: if ac_fn_c_try_compile "$LINENO"; then :
! 3617: ac_compiler_gnu=yes
! 3618: else
! 3619: ac_compiler_gnu=no
! 3620: fi
! 3621: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
! 3622: ac_cv_c_compiler_gnu=$ac_compiler_gnu
! 3623:
! 3624: fi
! 3625: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
! 3626: $as_echo "$ac_cv_c_compiler_gnu" >&6; }
! 3627: if test $ac_compiler_gnu = yes; then
! 3628: GCC=yes
! 3629: else
! 3630: GCC=
! 3631: fi
! 3632: ac_test_CFLAGS=${CFLAGS+set}
! 3633: ac_save_CFLAGS=$CFLAGS
! 3634: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
! 3635: $as_echo_n "checking whether $CC accepts -g... " >&6; }
! 3636: if ${ac_cv_prog_cc_g+:} false; then :
! 3637: $as_echo_n "(cached) " >&6
! 3638: else
! 3639: ac_save_c_werror_flag=$ac_c_werror_flag
! 3640: ac_c_werror_flag=yes
! 3641: ac_cv_prog_cc_g=no
! 3642: CFLAGS="-g"
! 3643: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 3644: /* end confdefs.h. */
! 3645:
! 3646: int
! 3647: main ()
! 3648: {
! 3649:
! 3650: ;
! 3651: return 0;
! 3652: }
! 3653: _ACEOF
! 3654: if ac_fn_c_try_compile "$LINENO"; then :
! 3655: ac_cv_prog_cc_g=yes
! 3656: else
! 3657: CFLAGS=""
! 3658: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 3659: /* end confdefs.h. */
! 3660:
! 3661: int
! 3662: main ()
! 3663: {
! 3664:
! 3665: ;
! 3666: return 0;
! 3667: }
! 3668: _ACEOF
! 3669: if ac_fn_c_try_compile "$LINENO"; then :
! 3670:
! 3671: else
! 3672: ac_c_werror_flag=$ac_save_c_werror_flag
! 3673: CFLAGS="-g"
! 3674: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 3675: /* end confdefs.h. */
! 3676:
! 3677: int
! 3678: main ()
! 3679: {
! 3680:
! 3681: ;
! 3682: return 0;
! 3683: }
! 3684: _ACEOF
! 3685: if ac_fn_c_try_compile "$LINENO"; then :
! 3686: ac_cv_prog_cc_g=yes
! 3687: fi
! 3688: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
! 3689: fi
! 3690: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
! 3691: fi
! 3692: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
! 3693: ac_c_werror_flag=$ac_save_c_werror_flag
! 3694: fi
! 3695: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
! 3696: $as_echo "$ac_cv_prog_cc_g" >&6; }
! 3697: if test "$ac_test_CFLAGS" = set; then
! 3698: CFLAGS=$ac_save_CFLAGS
! 3699: elif test $ac_cv_prog_cc_g = yes; then
! 3700: if test "$GCC" = yes; then
! 3701: CFLAGS="-g -O2"
! 3702: else
! 3703: CFLAGS="-g"
! 3704: fi
! 3705: else
! 3706: if test "$GCC" = yes; then
! 3707: CFLAGS="-O2"
! 3708: else
! 3709: CFLAGS=
! 3710: fi
! 3711: fi
! 3712: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
! 3713: $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
! 3714: if ${ac_cv_prog_cc_c89+:} false; then :
! 3715: $as_echo_n "(cached) " >&6
! 3716: else
! 3717: ac_cv_prog_cc_c89=no
! 3718: ac_save_CC=$CC
! 3719: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 3720: /* end confdefs.h. */
! 3721: #include <stdarg.h>
! 3722: #include <stdio.h>
! 3723: struct stat;
! 3724: /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
! 3725: struct buf { int x; };
! 3726: FILE * (*rcsopen) (struct buf *, struct stat *, int);
! 3727: static char *e (p, i)
! 3728: char **p;
! 3729: int i;
! 3730: {
! 3731: return p[i];
! 3732: }
! 3733: static char *f (char * (*g) (char **, int), char **p, ...)
! 3734: {
! 3735: char *s;
! 3736: va_list v;
! 3737: va_start (v,p);
! 3738: s = g (p, va_arg (v,int));
! 3739: va_end (v);
! 3740: return s;
! 3741: }
! 3742:
! 3743: /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
! 3744: function prototypes and stuff, but not '\xHH' hex character constants.
! 3745: These don't provoke an error unfortunately, instead are silently treated
! 3746: as 'x'. The following induces an error, until -std is added to get
! 3747: proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
! 3748: array size at least. It's necessary to write '\x00'==0 to get something
! 3749: that's true only with -std. */
! 3750: int osf4_cc_array ['\x00' == 0 ? 1 : -1];
! 3751:
! 3752: /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
! 3753: inside strings and character constants. */
! 3754: #define FOO(x) 'x'
! 3755: int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
! 3756:
! 3757: int test (int i, double x);
! 3758: struct s1 {int (*f) (int a);};
! 3759: struct s2 {int (*f) (double a);};
! 3760: int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
! 3761: int argc;
! 3762: char **argv;
! 3763: int
! 3764: main ()
! 3765: {
! 3766: return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
! 3767: ;
! 3768: return 0;
! 3769: }
! 3770: _ACEOF
! 3771: for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
! 3772: -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
! 3773: do
! 3774: CC="$ac_save_CC $ac_arg"
! 3775: if ac_fn_c_try_compile "$LINENO"; then :
! 3776: ac_cv_prog_cc_c89=$ac_arg
! 3777: fi
! 3778: rm -f core conftest.err conftest.$ac_objext
! 3779: test "x$ac_cv_prog_cc_c89" != "xno" && break
! 3780: done
! 3781: rm -f conftest.$ac_ext
! 3782: CC=$ac_save_CC
! 3783:
! 3784: fi
! 3785: # AC_CACHE_VAL
! 3786: case "x$ac_cv_prog_cc_c89" in
! 3787: x)
! 3788: { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
! 3789: $as_echo "none needed" >&6; } ;;
! 3790: xno)
! 3791: { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
! 3792: $as_echo "unsupported" >&6; } ;;
! 3793: *)
! 3794: CC="$CC $ac_cv_prog_cc_c89"
! 3795: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
! 3796: $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
! 3797: esac
! 3798: if test "x$ac_cv_prog_cc_c89" != xno; then :
! 3799:
! 3800: fi
! 3801:
! 3802: ac_ext=c
! 3803: ac_cpp='$CPP $CPPFLAGS'
! 3804: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
! 3805: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
! 3806: ac_compiler_gnu=$ac_cv_c_compiler_gnu
! 3807:
! 3808: ac_ext=c
! 3809: ac_cpp='$CPP $CPPFLAGS'
! 3810: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
! 3811: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
! 3812: ac_compiler_gnu=$ac_cv_c_compiler_gnu
! 3813: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
! 3814: $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
! 3815: if ${am_cv_prog_cc_c_o+:} false; then :
! 3816: $as_echo_n "(cached) " >&6
! 3817: else
! 3818: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 3819: /* end confdefs.h. */
! 3820:
! 3821: int
! 3822: main ()
! 3823: {
! 3824:
! 3825: ;
! 3826: return 0;
! 3827: }
! 3828: _ACEOF
! 3829: # Make sure it works both with $CC and with simple cc.
! 3830: # Following AC_PROG_CC_C_O, we do the test twice because some
! 3831: # compilers refuse to overwrite an existing .o file with -o,
! 3832: # though they will create one.
! 3833: am_cv_prog_cc_c_o=yes
! 3834: for am_i in 1 2; do
! 3835: if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
! 3836: ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
! 3837: ac_status=$?
! 3838: echo "$as_me:$LINENO: \$? = $ac_status" >&5
! 3839: (exit $ac_status); } \
! 3840: && test -f conftest2.$ac_objext; then
! 3841: : OK
! 3842: else
! 3843: am_cv_prog_cc_c_o=no
! 3844: break
! 3845: fi
! 3846: done
! 3847: rm -f core conftest*
! 3848: unset am_i
! 3849: fi
! 3850: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
! 3851: $as_echo "$am_cv_prog_cc_c_o" >&6; }
! 3852: if test "$am_cv_prog_cc_c_o" != yes; then
! 3853: # Losing compiler, so override with the script.
! 3854: # FIXME: It is wrong to rewrite CC.
! 3855: # But if we don't then we get into trouble of one sort or another.
! 3856: # A longer-term fix would be to have automake use am__CC in this case,
! 3857: # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
! 3858: CC="$am_aux_dir/compile $CC"
! 3859: fi
! 3860: ac_ext=c
! 3861: ac_cpp='$CPP $CPPFLAGS'
! 3862: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
! 3863: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
! 3864: ac_compiler_gnu=$ac_cv_c_compiler_gnu
! 3865:
! 3866: DEPDIR="${am__leading_dot}deps"
! 3867:
! 3868: ac_config_commands="$ac_config_commands depfiles"
! 3869:
! 3870:
! 3871: am_make=${MAKE-make}
! 3872: cat > confinc << 'END'
! 3873: am__doit:
! 3874: @echo this is the am__doit target
! 3875: .PHONY: am__doit
! 3876: END
! 3877: # If we don't find an include directive, just comment out the code.
! 3878: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
! 3879: $as_echo_n "checking for style of include used by $am_make... " >&6; }
! 3880: am__include="#"
! 3881: am__quote=
! 3882: _am_result=none
! 3883: # First try GNU make style include.
! 3884: echo "include confinc" > confmf
! 3885: # Ignore all kinds of additional output from 'make'.
! 3886: case `$am_make -s -f confmf 2> /dev/null` in #(
! 3887: *the\ am__doit\ target*)
! 3888: am__include=include
! 3889: am__quote=
! 3890: _am_result=GNU
! 3891: ;;
! 3892: esac
! 3893: # Now try BSD make style include.
! 3894: if test "$am__include" = "#"; then
! 3895: echo '.include "confinc"' > confmf
! 3896: case `$am_make -s -f confmf 2> /dev/null` in #(
! 3897: *the\ am__doit\ target*)
! 3898: am__include=.include
! 3899: am__quote="\""
! 3900: _am_result=BSD
! 3901: ;;
! 3902: esac
! 3903: fi
! 3904:
! 3905:
! 3906: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
! 3907: $as_echo "$_am_result" >&6; }
! 3908: rm -f confinc confmf
! 3909:
! 3910: # Check whether --enable-dependency-tracking was given.
! 3911: if test "${enable_dependency_tracking+set}" = set; then :
! 3912: enableval=$enable_dependency_tracking;
! 3913: fi
! 3914:
! 3915: if test "x$enable_dependency_tracking" != xno; then
! 3916: am_depcomp="$ac_aux_dir/depcomp"
! 3917: AMDEPBACKSLASH='\'
! 3918: am__nodep='_no'
! 3919: fi
! 3920: if test "x$enable_dependency_tracking" != xno; then
! 3921: AMDEP_TRUE=
! 3922: AMDEP_FALSE='#'
! 3923: else
! 3924: AMDEP_TRUE='#'
! 3925: AMDEP_FALSE=
! 3926: fi
! 3927:
! 3928:
! 3929:
! 3930: depcc="$CC" am_compiler_list=
! 3931:
! 3932: { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
! 3933: $as_echo_n "checking dependency style of $depcc... " >&6; }
! 3934: if ${am_cv_CC_dependencies_compiler_type+:} false; then :
! 3935: $as_echo_n "(cached) " >&6
! 3936: else
! 3937: if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
! 3938: # We make a subdir and do the tests there. Otherwise we can end up
! 3939: # making bogus files that we don't know about and never remove. For
! 3940: # instance it was reported that on HP-UX the gcc test will end up
! 3941: # making a dummy file named 'D' -- because '-MD' means "put the output
! 3942: # in D".
! 3943: rm -rf conftest.dir
! 3944: mkdir conftest.dir
! 3945: # Copy depcomp to subdir because otherwise we won't find it if we're
! 3946: # using a relative directory.
! 3947: cp "$am_depcomp" conftest.dir
! 3948: cd conftest.dir
! 3949: # We will build objects and dependencies in a subdirectory because
! 3950: # it helps to detect inapplicable dependency modes. For instance
! 3951: # both Tru64's cc and ICC support -MD to output dependencies as a
! 3952: # side effect of compilation, but ICC will put the dependencies in
! 3953: # the current directory while Tru64 will put them in the object
! 3954: # directory.
! 3955: mkdir sub
! 3956:
! 3957: am_cv_CC_dependencies_compiler_type=none
! 3958: if test "$am_compiler_list" = ""; then
! 3959: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
! 3960: fi
! 3961: am__universal=false
! 3962: case " $depcc " in #(
! 3963: *\ -arch\ *\ -arch\ *) am__universal=true ;;
! 3964: esac
! 3965:
! 3966: for depmode in $am_compiler_list; do
! 3967: # Setup a source with many dependencies, because some compilers
! 3968: # like to wrap large dependency lists on column 80 (with \), and
! 3969: # we should not choose a depcomp mode which is confused by this.
! 3970: #
! 3971: # We need to recreate these files for each test, as the compiler may
! 3972: # overwrite some of them when testing with obscure command lines.
! 3973: # This happens at least with the AIX C compiler.
! 3974: : > sub/conftest.c
! 3975: for i in 1 2 3 4 5 6; do
! 3976: echo '#include "conftst'$i'.h"' >> sub/conftest.c
! 3977: # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
! 3978: # Solaris 10 /bin/sh.
! 3979: echo '/* dummy */' > sub/conftst$i.h
! 3980: done
! 3981: echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
! 3982:
! 3983: # We check with '-c' and '-o' for the sake of the "dashmstdout"
! 3984: # mode. It turns out that the SunPro C++ compiler does not properly
! 3985: # handle '-M -o', and we need to detect this. Also, some Intel
! 3986: # versions had trouble with output in subdirs.
! 3987: am__obj=sub/conftest.${OBJEXT-o}
! 3988: am__minus_obj="-o $am__obj"
! 3989: case $depmode in
! 3990: gcc)
! 3991: # This depmode causes a compiler race in universal mode.
! 3992: test "$am__universal" = false || continue
! 3993: ;;
! 3994: nosideeffect)
! 3995: # After this tag, mechanisms are not by side-effect, so they'll
! 3996: # only be used when explicitly requested.
! 3997: if test "x$enable_dependency_tracking" = xyes; then
! 3998: continue
! 3999: else
! 4000: break
! 4001: fi
! 4002: ;;
! 4003: msvc7 | msvc7msys | msvisualcpp | msvcmsys)
! 4004: # This compiler won't grok '-c -o', but also, the minuso test has
! 4005: # not run yet. These depmodes are late enough in the game, and
! 4006: # so weak that their functioning should not be impacted.
! 4007: am__obj=conftest.${OBJEXT-o}
! 4008: am__minus_obj=
! 4009: ;;
! 4010: none) break ;;
! 4011: esac
! 4012: if depmode=$depmode \
! 4013: source=sub/conftest.c object=$am__obj \
! 4014: depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
! 4015: $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
! 4016: >/dev/null 2>conftest.err &&
! 4017: grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
! 4018: grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
! 4019: grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
! 4020: ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
! 4021: # icc doesn't choke on unknown options, it will just issue warnings
! 4022: # or remarks (even with -Werror). So we grep stderr for any message
! 4023: # that says an option was ignored or not supported.
! 4024: # When given -MP, icc 7.0 and 7.1 complain thusly:
! 4025: # icc: Command line warning: ignoring option '-M'; no argument required
! 4026: # The diagnosis changed in icc 8.0:
! 4027: # icc: Command line remark: option '-MP' not supported
! 4028: if (grep 'ignoring option' conftest.err ||
! 4029: grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
! 4030: am_cv_CC_dependencies_compiler_type=$depmode
! 4031: break
! 4032: fi
! 4033: fi
! 4034: done
! 4035:
! 4036: cd ..
! 4037: rm -rf conftest.dir
! 4038: else
! 4039: am_cv_CC_dependencies_compiler_type=none
! 4040: fi
! 4041:
! 4042: fi
! 4043: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
! 4044: $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
! 4045: CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
! 4046:
! 4047: if
! 4048: test "x$enable_dependency_tracking" != xno \
! 4049: && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
! 4050: am__fastdepCC_TRUE=
! 4051: am__fastdepCC_FALSE='#'
! 4052: else
! 4053: am__fastdepCC_TRUE='#'
! 4054: am__fastdepCC_FALSE=
! 4055: fi
! 4056:
! 4057:
! 4058:
! 4059:
! 4060: ac_ext=c
! 4061: ac_cpp='$CPP $CPPFLAGS'
! 4062: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
! 4063: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
! 4064: ac_compiler_gnu=$ac_cv_c_compiler_gnu
! 4065: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
! 4066: $as_echo_n "checking how to run the C preprocessor... " >&6; }
! 4067: # On Suns, sometimes $CPP names a directory.
! 4068: if test -n "$CPP" && test -d "$CPP"; then
! 4069: CPP=
! 4070: fi
! 4071: if test -z "$CPP"; then
! 4072: if ${ac_cv_prog_CPP+:} false; then :
! 4073: $as_echo_n "(cached) " >&6
! 4074: else
! 4075: # Double quotes because CPP needs to be expanded
! 4076: for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
! 4077: do
! 4078: ac_preproc_ok=false
! 4079: for ac_c_preproc_warn_flag in '' yes
! 4080: do
! 4081: # Use a header file that comes with gcc, so configuring glibc
! 4082: # with a fresh cross-compiler works.
! 4083: # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
! 4084: # <limits.h> exists even on freestanding compilers.
! 4085: # On the NeXT, cc -E runs the code through the compiler's parser,
! 4086: # not just through cpp. "Syntax error" is here to catch this case.
! 4087: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 4088: /* end confdefs.h. */
! 4089: #ifdef __STDC__
! 4090: # include <limits.h>
! 4091: #else
! 4092: # include <assert.h>
! 4093: #endif
! 4094: Syntax error
! 4095: _ACEOF
! 4096: if ac_fn_c_try_cpp "$LINENO"; then :
! 4097:
! 4098: else
! 4099: # Broken: fails on valid input.
! 4100: continue
! 4101: fi
! 4102: rm -f conftest.err conftest.i conftest.$ac_ext
! 4103:
! 4104: # OK, works on sane cases. Now check whether nonexistent headers
! 4105: # can be detected and how.
! 4106: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 4107: /* end confdefs.h. */
! 4108: #include <ac_nonexistent.h>
! 4109: _ACEOF
! 4110: if ac_fn_c_try_cpp "$LINENO"; then :
! 4111: # Broken: success on invalid input.
! 4112: continue
! 4113: else
! 4114: # Passes both tests.
! 4115: ac_preproc_ok=:
! 4116: break
! 4117: fi
! 4118: rm -f conftest.err conftest.i conftest.$ac_ext
! 4119:
! 4120: done
! 4121: # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
! 4122: rm -f conftest.i conftest.err conftest.$ac_ext
! 4123: if $ac_preproc_ok; then :
! 4124: break
! 4125: fi
! 4126:
! 4127: done
! 4128: ac_cv_prog_CPP=$CPP
! 4129:
! 4130: fi
! 4131: CPP=$ac_cv_prog_CPP
! 4132: else
! 4133: ac_cv_prog_CPP=$CPP
! 4134: fi
! 4135: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
! 4136: $as_echo "$CPP" >&6; }
! 4137: ac_preproc_ok=false
! 4138: for ac_c_preproc_warn_flag in '' yes
! 4139: do
! 4140: # Use a header file that comes with gcc, so configuring glibc
! 4141: # with a fresh cross-compiler works.
! 4142: # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
! 4143: # <limits.h> exists even on freestanding compilers.
! 4144: # On the NeXT, cc -E runs the code through the compiler's parser,
! 4145: # not just through cpp. "Syntax error" is here to catch this case.
! 4146: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 4147: /* end confdefs.h. */
! 4148: #ifdef __STDC__
! 4149: # include <limits.h>
! 4150: #else
! 4151: # include <assert.h>
! 4152: #endif
! 4153: Syntax error
! 4154: _ACEOF
! 4155: if ac_fn_c_try_cpp "$LINENO"; then :
! 4156:
! 4157: else
! 4158: # Broken: fails on valid input.
! 4159: continue
! 4160: fi
! 4161: rm -f conftest.err conftest.i conftest.$ac_ext
! 4162:
! 4163: # OK, works on sane cases. Now check whether nonexistent headers
! 4164: # can be detected and how.
! 4165: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 4166: /* end confdefs.h. */
! 4167: #include <ac_nonexistent.h>
! 4168: _ACEOF
! 4169: if ac_fn_c_try_cpp "$LINENO"; then :
! 4170: # Broken: success on invalid input.
! 4171: continue
! 4172: else
! 4173: # Passes both tests.
! 4174: ac_preproc_ok=:
! 4175: break
! 4176: fi
! 4177: rm -f conftest.err conftest.i conftest.$ac_ext
! 4178:
! 4179: done
! 4180: # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
! 4181: rm -f conftest.i conftest.err conftest.$ac_ext
! 4182: if $ac_preproc_ok; then :
! 4183:
! 4184: else
! 4185: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
! 4186: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
! 4187: as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
! 4188: See \`config.log' for more details" "$LINENO" 5; }
! 4189: fi
! 4190:
! 4191: ac_ext=c
! 4192: ac_cpp='$CPP $CPPFLAGS'
! 4193: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
! 4194: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
! 4195: ac_compiler_gnu=$ac_cv_c_compiler_gnu
! 4196:
! 4197:
! 4198: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
! 4199: $as_echo_n "checking for X... " >&6; }
! 4200:
! 4201:
! 4202: # Check whether --with-x was given.
! 4203: if test "${with_x+set}" = set; then :
! 4204: withval=$with_x;
! 4205: fi
! 4206:
! 4207: # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
! 4208: if test "x$with_x" = xno; then
! 4209: # The user explicitly disabled X.
! 4210: have_x=disabled
! 4211: else
! 4212: case $x_includes,$x_libraries in #(
! 4213: *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
! 4214: *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
! 4215: $as_echo_n "(cached) " >&6
! 4216: else
! 4217: # One or both of the vars are not set, and there is no cached value.
! 4218: ac_x_includes=no ac_x_libraries=no
! 4219: rm -f -r conftest.dir
! 4220: if mkdir conftest.dir; then
! 4221: cd conftest.dir
! 4222: cat >Imakefile <<'_ACEOF'
! 4223: incroot:
! 4224: @echo incroot='${INCROOT}'
! 4225: usrlibdir:
! 4226: @echo usrlibdir='${USRLIBDIR}'
! 4227: libdir:
! 4228: @echo libdir='${LIBDIR}'
! 4229: _ACEOF
! 4230: if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
! 4231: # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
! 4232: for ac_var in incroot usrlibdir libdir; do
! 4233: eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
! 4234: done
! 4235: # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
! 4236: for ac_extension in a so sl dylib la dll; do
! 4237: if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
! 4238: test -f "$ac_im_libdir/libX11.$ac_extension"; then
! 4239: ac_im_usrlibdir=$ac_im_libdir; break
! 4240: fi
! 4241: done
! 4242: # Screen out bogus values from the imake configuration. They are
! 4243: # bogus both because they are the default anyway, and because
! 4244: # using them would break gcc on systems where it needs fixed includes.
! 4245: case $ac_im_incroot in
! 4246: /usr/include) ac_x_includes= ;;
! 4247: *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
! 4248: esac
! 4249: case $ac_im_usrlibdir in
! 4250: /usr/lib | /usr/lib64 | /lib | /lib64) ;;
! 4251: *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
! 4252: esac
! 4253: fi
! 4254: cd ..
! 4255: rm -f -r conftest.dir
! 4256: fi
! 4257:
! 4258: # Standard set of common directories for X headers.
! 4259: # Check X11 before X11Rn because it is often a symlink to the current release.
! 4260: ac_x_header_dirs='
! 4261: /usr/X11/include
! 4262: /usr/X11R7/include
! 4263: /usr/X11R6/include
! 4264: /usr/X11R5/include
! 4265: /usr/X11R4/include
! 4266:
! 4267: /usr/include/X11
! 4268: /usr/include/X11R7
! 4269: /usr/include/X11R6
! 4270: /usr/include/X11R5
! 4271: /usr/include/X11R4
! 4272:
! 4273: /usr/local/X11/include
! 4274: /usr/local/X11R7/include
! 4275: /usr/local/X11R6/include
! 4276: /usr/local/X11R5/include
! 4277: /usr/local/X11R4/include
! 4278:
! 4279: /usr/local/include/X11
! 4280: /usr/local/include/X11R7
! 4281: /usr/local/include/X11R6
! 4282: /usr/local/include/X11R5
! 4283: /usr/local/include/X11R4
! 4284:
! 4285: /usr/X386/include
! 4286: /usr/x386/include
! 4287: /usr/XFree86/include/X11
! 4288:
! 4289: /usr/include
! 4290: /usr/local/include
! 4291: /usr/unsupported/include
! 4292: /usr/athena/include
! 4293: /usr/local/x11r5/include
! 4294: /usr/lpp/Xamples/include
! 4295:
! 4296: /usr/openwin/include
! 4297: /usr/openwin/share/include'
! 4298:
! 4299: if test "$ac_x_includes" = no; then
! 4300: # Guess where to find include files, by looking for Xlib.h.
! 4301: # First, try using that file with no special directory specified.
! 4302: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 4303: /* end confdefs.h. */
! 4304: #include <X11/Xlib.h>
! 4305: _ACEOF
! 4306: if ac_fn_c_try_cpp "$LINENO"; then :
! 4307: # We can compile using X headers with no special include directory.
! 4308: ac_x_includes=
! 4309: else
! 4310: for ac_dir in $ac_x_header_dirs; do
! 4311: if test -r "$ac_dir/X11/Xlib.h"; then
! 4312: ac_x_includes=$ac_dir
! 4313: break
! 4314: fi
! 4315: done
! 4316: fi
! 4317: rm -f conftest.err conftest.i conftest.$ac_ext
! 4318: fi # $ac_x_includes = no
! 4319:
! 4320: if test "$ac_x_libraries" = no; then
! 4321: # Check for the libraries.
! 4322: # See if we find them without any special options.
! 4323: # Don't add to $LIBS permanently.
! 4324: ac_save_LIBS=$LIBS
! 4325: LIBS="-lX11 $LIBS"
! 4326: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 4327: /* end confdefs.h. */
! 4328: #include <X11/Xlib.h>
! 4329: int
! 4330: main ()
! 4331: {
! 4332: XrmInitialize ()
! 4333: ;
! 4334: return 0;
! 4335: }
! 4336: _ACEOF
! 4337: if ac_fn_c_try_link "$LINENO"; then :
! 4338: LIBS=$ac_save_LIBS
! 4339: # We can link X programs with no special library path.
! 4340: ac_x_libraries=
! 4341: else
! 4342: LIBS=$ac_save_LIBS
! 4343: for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
! 4344: do
! 4345: # Don't even attempt the hair of trying to link an X program!
! 4346: for ac_extension in a so sl dylib la dll; do
! 4347: if test -r "$ac_dir/libX11.$ac_extension"; then
! 4348: ac_x_libraries=$ac_dir
! 4349: break 2
! 4350: fi
! 4351: done
! 4352: done
! 4353: fi
! 4354: rm -f core conftest.err conftest.$ac_objext \
! 4355: conftest$ac_exeext conftest.$ac_ext
! 4356: fi # $ac_x_libraries = no
! 4357:
! 4358: case $ac_x_includes,$ac_x_libraries in #(
! 4359: no,* | *,no | *\'*)
! 4360: # Didn't find X, or a directory has "'" in its name.
! 4361: ac_cv_have_x="have_x=no";; #(
! 4362: *)
! 4363: # Record where we found X for the cache.
! 4364: ac_cv_have_x="have_x=yes\
! 4365: ac_x_includes='$ac_x_includes'\
! 4366: ac_x_libraries='$ac_x_libraries'"
! 4367: esac
! 4368: fi
! 4369: ;; #(
! 4370: *) have_x=yes;;
! 4371: esac
! 4372: eval "$ac_cv_have_x"
! 4373: fi # $with_x != no
! 4374:
! 4375: if test "$have_x" != yes; then
! 4376: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
! 4377: $as_echo "$have_x" >&6; }
! 4378: no_x=yes
! 4379: else
! 4380: # If each of the values was on the command line, it overrides each guess.
! 4381: test "x$x_includes" = xNONE && x_includes=$ac_x_includes
! 4382: test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
! 4383: # Update the cache value to reflect the command line values.
! 4384: ac_cv_have_x="have_x=yes\
! 4385: ac_x_includes='$x_includes'\
! 4386: ac_x_libraries='$x_libraries'"
! 4387: { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
! 4388: $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
! 4389: fi
! 4390:
! 4391: if test "$no_x" = yes; then
! 4392: # Not all programs may use this symbol, but it does not hurt to define it.
! 4393:
! 4394: $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
! 4395:
! 4396: X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
! 4397: else
! 4398: if test -n "$x_includes"; then
! 4399: X_CFLAGS="$X_CFLAGS -I$x_includes"
! 4400: fi
! 4401:
! 4402: # It would also be nice to do this for all -L options, not just this one.
! 4403: if test -n "$x_libraries"; then
! 4404: X_LIBS="$X_LIBS -L$x_libraries"
! 4405: # For Solaris; some versions of Sun CC require a space after -R and
! 4406: # others require no space. Words are not sufficient . . . .
! 4407: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
! 4408: $as_echo_n "checking whether -R must be followed by a space... " >&6; }
! 4409: ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
! 4410: ac_xsave_c_werror_flag=$ac_c_werror_flag
! 4411: ac_c_werror_flag=yes
! 4412: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 4413: /* end confdefs.h. */
! 4414:
! 4415: int
! 4416: main ()
! 4417: {
! 4418:
! 4419: ;
! 4420: return 0;
! 4421: }
! 4422: _ACEOF
! 4423: if ac_fn_c_try_link "$LINENO"; then :
! 4424: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
! 4425: $as_echo "no" >&6; }
! 4426: X_LIBS="$X_LIBS -R$x_libraries"
! 4427: else
! 4428: LIBS="$ac_xsave_LIBS -R $x_libraries"
! 4429: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 4430: /* end confdefs.h. */
! 4431:
! 4432: int
! 4433: main ()
! 4434: {
! 4435:
! 4436: ;
! 4437: return 0;
! 4438: }
! 4439: _ACEOF
! 4440: if ac_fn_c_try_link "$LINENO"; then :
! 4441: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
! 4442: $as_echo "yes" >&6; }
! 4443: X_LIBS="$X_LIBS -R $x_libraries"
! 4444: else
! 4445: { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
! 4446: $as_echo "neither works" >&6; }
! 4447: fi
! 4448: rm -f core conftest.err conftest.$ac_objext \
! 4449: conftest$ac_exeext conftest.$ac_ext
! 4450: fi
! 4451: rm -f core conftest.err conftest.$ac_objext \
! 4452: conftest$ac_exeext conftest.$ac_ext
! 4453: ac_c_werror_flag=$ac_xsave_c_werror_flag
! 4454: LIBS=$ac_xsave_LIBS
! 4455: fi
! 4456:
! 4457: # Check for system-dependent libraries X programs must link with.
! 4458: # Do this before checking for the system-independent R6 libraries
! 4459: # (-lICE), since we may need -lsocket or whatever for X linking.
! 4460:
! 4461: if test "$ISC" = yes; then
! 4462: X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
! 4463: else
! 4464: # Martyn Johnson says this is needed for Ultrix, if the X
! 4465: # libraries were built with DECnet support. And Karl Berry says
! 4466: # the Alpha needs dnet_stub (dnet does not exist).
! 4467: ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
! 4468: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 4469: /* end confdefs.h. */
! 4470:
! 4471: /* Override any GCC internal prototype to avoid an error.
! 4472: Use char because int might match the return type of a GCC
! 4473: builtin and then its argument prototype would still apply. */
! 4474: #ifdef __cplusplus
! 4475: extern "C"
! 4476: #endif
! 4477: char XOpenDisplay ();
! 4478: int
! 4479: main ()
! 4480: {
! 4481: return XOpenDisplay ();
! 4482: ;
! 4483: return 0;
! 4484: }
! 4485: _ACEOF
! 4486: if ac_fn_c_try_link "$LINENO"; then :
! 4487:
! 4488: else
! 4489: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
! 4490: $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
! 4491: if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
! 4492: $as_echo_n "(cached) " >&6
! 4493: else
! 4494: ac_check_lib_save_LIBS=$LIBS
! 4495: LIBS="-ldnet $LIBS"
! 4496: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 4497: /* end confdefs.h. */
! 4498:
! 4499: /* Override any GCC internal prototype to avoid an error.
! 4500: Use char because int might match the return type of a GCC
! 4501: builtin and then its argument prototype would still apply. */
! 4502: #ifdef __cplusplus
! 4503: extern "C"
! 4504: #endif
! 4505: char dnet_ntoa ();
! 4506: int
! 4507: main ()
! 4508: {
! 4509: return dnet_ntoa ();
! 4510: ;
! 4511: return 0;
! 4512: }
! 4513: _ACEOF
! 4514: if ac_fn_c_try_link "$LINENO"; then :
! 4515: ac_cv_lib_dnet_dnet_ntoa=yes
! 4516: else
! 4517: ac_cv_lib_dnet_dnet_ntoa=no
! 4518: fi
! 4519: rm -f core conftest.err conftest.$ac_objext \
! 4520: conftest$ac_exeext conftest.$ac_ext
! 4521: LIBS=$ac_check_lib_save_LIBS
! 4522: fi
! 4523: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
! 4524: $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
! 4525: if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
! 4526: X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
! 4527: fi
! 4528:
! 4529: if test $ac_cv_lib_dnet_dnet_ntoa = no; then
! 4530: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
! 4531: $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
! 4532: if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
! 4533: $as_echo_n "(cached) " >&6
! 4534: else
! 4535: ac_check_lib_save_LIBS=$LIBS
! 4536: LIBS="-ldnet_stub $LIBS"
! 4537: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 4538: /* end confdefs.h. */
! 4539:
! 4540: /* Override any GCC internal prototype to avoid an error.
! 4541: Use char because int might match the return type of a GCC
! 4542: builtin and then its argument prototype would still apply. */
! 4543: #ifdef __cplusplus
! 4544: extern "C"
! 4545: #endif
! 4546: char dnet_ntoa ();
! 4547: int
! 4548: main ()
! 4549: {
! 4550: return dnet_ntoa ();
! 4551: ;
! 4552: return 0;
! 4553: }
! 4554: _ACEOF
! 4555: if ac_fn_c_try_link "$LINENO"; then :
! 4556: ac_cv_lib_dnet_stub_dnet_ntoa=yes
! 4557: else
! 4558: ac_cv_lib_dnet_stub_dnet_ntoa=no
! 4559: fi
! 4560: rm -f core conftest.err conftest.$ac_objext \
! 4561: conftest$ac_exeext conftest.$ac_ext
! 4562: LIBS=$ac_check_lib_save_LIBS
! 4563: fi
! 4564: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
! 4565: $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
! 4566: if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
! 4567: X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
! 4568: fi
! 4569:
! 4570: fi
! 4571: fi
! 4572: rm -f core conftest.err conftest.$ac_objext \
! 4573: conftest$ac_exeext conftest.$ac_ext
! 4574: LIBS="$ac_xsave_LIBS"
! 4575:
! 4576: # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
! 4577: # to get the SysV transport functions.
! 4578: # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
! 4579: # needs -lnsl.
! 4580: # The nsl library prevents programs from opening the X display
! 4581: # on Irix 5.2, according to T.E. Dickey.
! 4582: # The functions gethostbyname, getservbyname, and inet_addr are
! 4583: # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
! 4584: ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
! 4585: if test "x$ac_cv_func_gethostbyname" = xyes; then :
! 4586:
! 4587: fi
! 4588:
! 4589: if test $ac_cv_func_gethostbyname = no; then
! 4590: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
! 4591: $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
! 4592: if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
! 4593: $as_echo_n "(cached) " >&6
! 4594: else
! 4595: ac_check_lib_save_LIBS=$LIBS
! 4596: LIBS="-lnsl $LIBS"
! 4597: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 4598: /* end confdefs.h. */
! 4599:
! 4600: /* Override any GCC internal prototype to avoid an error.
! 4601: Use char because int might match the return type of a GCC
! 4602: builtin and then its argument prototype would still apply. */
! 4603: #ifdef __cplusplus
! 4604: extern "C"
! 4605: #endif
! 4606: char gethostbyname ();
! 4607: int
! 4608: main ()
! 4609: {
! 4610: return gethostbyname ();
! 4611: ;
! 4612: return 0;
! 4613: }
! 4614: _ACEOF
! 4615: if ac_fn_c_try_link "$LINENO"; then :
! 4616: ac_cv_lib_nsl_gethostbyname=yes
! 4617: else
! 4618: ac_cv_lib_nsl_gethostbyname=no
! 4619: fi
! 4620: rm -f core conftest.err conftest.$ac_objext \
! 4621: conftest$ac_exeext conftest.$ac_ext
! 4622: LIBS=$ac_check_lib_save_LIBS
! 4623: fi
! 4624: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
! 4625: $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
! 4626: if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
! 4627: X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
! 4628: fi
! 4629:
! 4630: if test $ac_cv_lib_nsl_gethostbyname = no; then
! 4631: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
! 4632: $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
! 4633: if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
! 4634: $as_echo_n "(cached) " >&6
! 4635: else
! 4636: ac_check_lib_save_LIBS=$LIBS
! 4637: LIBS="-lbsd $LIBS"
! 4638: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 4639: /* end confdefs.h. */
! 4640:
! 4641: /* Override any GCC internal prototype to avoid an error.
! 4642: Use char because int might match the return type of a GCC
! 4643: builtin and then its argument prototype would still apply. */
! 4644: #ifdef __cplusplus
! 4645: extern "C"
! 4646: #endif
! 4647: char gethostbyname ();
! 4648: int
! 4649: main ()
! 4650: {
! 4651: return gethostbyname ();
! 4652: ;
! 4653: return 0;
! 4654: }
! 4655: _ACEOF
! 4656: if ac_fn_c_try_link "$LINENO"; then :
! 4657: ac_cv_lib_bsd_gethostbyname=yes
! 4658: else
! 4659: ac_cv_lib_bsd_gethostbyname=no
! 4660: fi
! 4661: rm -f core conftest.err conftest.$ac_objext \
! 4662: conftest$ac_exeext conftest.$ac_ext
! 4663: LIBS=$ac_check_lib_save_LIBS
! 4664: fi
! 4665: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
! 4666: $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
! 4667: if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
! 4668: X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
! 4669: fi
! 4670:
! 4671: fi
! 4672: fi
! 4673:
! 4674: # lieder@skyler.mavd.honeywell.com says without -lsocket,
! 4675: # socket/setsockopt and other routines are undefined under SCO ODT
! 4676: # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
! 4677: # on later versions), says Simon Leinen: it contains gethostby*
! 4678: # variants that don't use the name server (or something). -lsocket
! 4679: # must be given before -lnsl if both are needed. We assume that
! 4680: # if connect needs -lnsl, so does gethostbyname.
! 4681: ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
! 4682: if test "x$ac_cv_func_connect" = xyes; then :
! 4683:
! 4684: fi
! 4685:
! 4686: if test $ac_cv_func_connect = no; then
! 4687: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
! 4688: $as_echo_n "checking for connect in -lsocket... " >&6; }
! 4689: if ${ac_cv_lib_socket_connect+:} false; then :
! 4690: $as_echo_n "(cached) " >&6
! 4691: else
! 4692: ac_check_lib_save_LIBS=$LIBS
! 4693: LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
! 4694: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 4695: /* end confdefs.h. */
! 4696:
! 4697: /* Override any GCC internal prototype to avoid an error.
! 4698: Use char because int might match the return type of a GCC
! 4699: builtin and then its argument prototype would still apply. */
! 4700: #ifdef __cplusplus
! 4701: extern "C"
! 4702: #endif
! 4703: char connect ();
! 4704: int
! 4705: main ()
! 4706: {
! 4707: return connect ();
! 4708: ;
! 4709: return 0;
! 4710: }
! 4711: _ACEOF
! 4712: if ac_fn_c_try_link "$LINENO"; then :
! 4713: ac_cv_lib_socket_connect=yes
! 4714: else
! 4715: ac_cv_lib_socket_connect=no
! 4716: fi
! 4717: rm -f core conftest.err conftest.$ac_objext \
! 4718: conftest$ac_exeext conftest.$ac_ext
! 4719: LIBS=$ac_check_lib_save_LIBS
! 4720: fi
! 4721: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
! 4722: $as_echo "$ac_cv_lib_socket_connect" >&6; }
! 4723: if test "x$ac_cv_lib_socket_connect" = xyes; then :
! 4724: X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
! 4725: fi
! 4726:
! 4727: fi
! 4728:
! 4729: # Guillermo Gomez says -lposix is necessary on A/UX.
! 4730: ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
! 4731: if test "x$ac_cv_func_remove" = xyes; then :
! 4732:
! 4733: fi
! 4734:
! 4735: if test $ac_cv_func_remove = no; then
! 4736: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
! 4737: $as_echo_n "checking for remove in -lposix... " >&6; }
! 4738: if ${ac_cv_lib_posix_remove+:} false; then :
! 4739: $as_echo_n "(cached) " >&6
! 4740: else
! 4741: ac_check_lib_save_LIBS=$LIBS
! 4742: LIBS="-lposix $LIBS"
! 4743: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 4744: /* end confdefs.h. */
! 4745:
! 4746: /* Override any GCC internal prototype to avoid an error.
! 4747: Use char because int might match the return type of a GCC
! 4748: builtin and then its argument prototype would still apply. */
! 4749: #ifdef __cplusplus
! 4750: extern "C"
! 4751: #endif
! 4752: char remove ();
! 4753: int
! 4754: main ()
! 4755: {
! 4756: return remove ();
! 4757: ;
! 4758: return 0;
! 4759: }
! 4760: _ACEOF
! 4761: if ac_fn_c_try_link "$LINENO"; then :
! 4762: ac_cv_lib_posix_remove=yes
! 4763: else
! 4764: ac_cv_lib_posix_remove=no
! 4765: fi
! 4766: rm -f core conftest.err conftest.$ac_objext \
! 4767: conftest$ac_exeext conftest.$ac_ext
! 4768: LIBS=$ac_check_lib_save_LIBS
! 4769: fi
! 4770: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
! 4771: $as_echo "$ac_cv_lib_posix_remove" >&6; }
! 4772: if test "x$ac_cv_lib_posix_remove" = xyes; then :
! 4773: X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
! 4774: fi
! 4775:
! 4776: fi
! 4777:
! 4778: # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
! 4779: ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
! 4780: if test "x$ac_cv_func_shmat" = xyes; then :
! 4781:
! 4782: fi
! 4783:
! 4784: if test $ac_cv_func_shmat = no; then
! 4785: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
! 4786: $as_echo_n "checking for shmat in -lipc... " >&6; }
! 4787: if ${ac_cv_lib_ipc_shmat+:} false; then :
! 4788: $as_echo_n "(cached) " >&6
! 4789: else
! 4790: ac_check_lib_save_LIBS=$LIBS
! 4791: LIBS="-lipc $LIBS"
! 4792: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 4793: /* end confdefs.h. */
! 4794:
! 4795: /* Override any GCC internal prototype to avoid an error.
! 4796: Use char because int might match the return type of a GCC
! 4797: builtin and then its argument prototype would still apply. */
! 4798: #ifdef __cplusplus
! 4799: extern "C"
! 4800: #endif
! 4801: char shmat ();
! 4802: int
! 4803: main ()
! 4804: {
! 4805: return shmat ();
! 4806: ;
! 4807: return 0;
! 4808: }
! 4809: _ACEOF
! 4810: if ac_fn_c_try_link "$LINENO"; then :
! 4811: ac_cv_lib_ipc_shmat=yes
! 4812: else
! 4813: ac_cv_lib_ipc_shmat=no
! 4814: fi
! 4815: rm -f core conftest.err conftest.$ac_objext \
! 4816: conftest$ac_exeext conftest.$ac_ext
! 4817: LIBS=$ac_check_lib_save_LIBS
! 4818: fi
! 4819: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
! 4820: $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
! 4821: if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
! 4822: X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
! 4823: fi
! 4824:
! 4825: fi
! 4826: fi
! 4827:
! 4828: # Check for libraries that X11R6 Xt/Xaw programs need.
! 4829: ac_save_LDFLAGS=$LDFLAGS
! 4830: test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
! 4831: # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
! 4832: # check for ICE first), but we must link in the order -lSM -lICE or
! 4833: # we get undefined symbols. So assume we have SM if we have ICE.
! 4834: # These have to be linked with before -lX11, unlike the other
! 4835: # libraries we check for below, so use a different variable.
! 4836: # John Interrante, Karl Berry
! 4837: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
! 4838: $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
! 4839: if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
! 4840: $as_echo_n "(cached) " >&6
! 4841: else
! 4842: ac_check_lib_save_LIBS=$LIBS
! 4843: LIBS="-lICE $X_EXTRA_LIBS $LIBS"
! 4844: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 4845: /* end confdefs.h. */
! 4846:
! 4847: /* Override any GCC internal prototype to avoid an error.
! 4848: Use char because int might match the return type of a GCC
! 4849: builtin and then its argument prototype would still apply. */
! 4850: #ifdef __cplusplus
! 4851: extern "C"
! 4852: #endif
! 4853: char IceConnectionNumber ();
! 4854: int
! 4855: main ()
! 4856: {
! 4857: return IceConnectionNumber ();
! 4858: ;
! 4859: return 0;
! 4860: }
! 4861: _ACEOF
! 4862: if ac_fn_c_try_link "$LINENO"; then :
! 4863: ac_cv_lib_ICE_IceConnectionNumber=yes
! 4864: else
! 4865: ac_cv_lib_ICE_IceConnectionNumber=no
! 4866: fi
! 4867: rm -f core conftest.err conftest.$ac_objext \
! 4868: conftest$ac_exeext conftest.$ac_ext
! 4869: LIBS=$ac_check_lib_save_LIBS
! 4870: fi
! 4871: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
! 4872: $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
! 4873: if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
! 4874: X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
! 4875: fi
! 4876:
! 4877: LDFLAGS=$ac_save_LDFLAGS
! 4878:
! 4879: fi
! 4880:
! 4881:
! 4882: if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ; then
! 4883: if test "${ac_cv_prog_cc_g}" = yes; then
! 4884: CFLAGS="-g -O"
! 4885: else
! 4886: CFLAGS="-O"
! 4887: fi
! 4888: elif test `basename ./"${CC}"` = "icc" ; then
! 4889: CFLAGS="-g -O"
! 4890: fi
! 4891:
! 4892: # Check whether --enable-shared was given.
! 4893: if test "${enable_shared+set}" = set; then :
! 4894: enableval=$enable_shared;
! 4895: else
! 4896: enable_shared=yes
! 4897: fi
! 4898:
! 4899:
! 4900: if test "${enable_shared:=yes}" != no ; then
! 4901: true
! 4902: fi
! 4903:
! 4904: LIBS='-lox -lmpfr -lgmp -lgc -lpari'
! 4905: if test "${enable_shared}" = no ; then
! 4906: LIBS='${libdir}/libox.a ${libdir}/libmpfr.a ${libdir}/libgmp.a ${libdir}/libgc.a ${libdir}/libpari.a'
! 4907: fi
! 4908:
! 4909:
! 4910: $as_echo "#define _POSIX_C_SOURCE 1" >>confdefs.h
! 4911:
! 4912:
! 4913: for ac_func in sigaction
! 4914: do :
! 4915: ac_fn_c_check_func "$LINENO" "sigaction" "ac_cv_func_sigaction"
! 4916: if test "x$ac_cv_func_sigaction" = xyes; then :
! 4917: cat >>confdefs.h <<_ACEOF
! 4918: #define HAVE_SIGACTION 1
! 4919: _ACEOF
! 4920:
! 4921: fi
! 4922: done
! 4923:
! 4924: ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket"
! 4925: if test "x$ac_cv_func_socket" = xyes; then :
! 4926:
! 4927: else
! 4928: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket in -lsocket" >&5
! 4929: $as_echo_n "checking for socket in -lsocket... " >&6; }
! 4930: if ${ac_cv_lib_socket_socket+:} false; then :
! 4931: $as_echo_n "(cached) " >&6
! 4932: else
! 4933: ac_check_lib_save_LIBS=$LIBS
! 4934: LIBS="-lsocket $LIBS"
! 4935: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 4936: /* end confdefs.h. */
! 4937:
! 4938: /* Override any GCC internal prototype to avoid an error.
! 4939: Use char because int might match the return type of a GCC
! 4940: builtin and then its argument prototype would still apply. */
! 4941: #ifdef __cplusplus
! 4942: extern "C"
! 4943: #endif
! 4944: char socket ();
! 4945: int
! 4946: main ()
! 4947: {
! 4948: return socket ();
! 4949: ;
! 4950: return 0;
! 4951: }
! 4952: _ACEOF
! 4953: if ac_fn_c_try_link "$LINENO"; then :
! 4954: ac_cv_lib_socket_socket=yes
! 4955: else
! 4956: ac_cv_lib_socket_socket=no
! 4957: fi
! 4958: rm -f core conftest.err conftest.$ac_objext \
! 4959: conftest$ac_exeext conftest.$ac_ext
! 4960: LIBS=$ac_check_lib_save_LIBS
! 4961: fi
! 4962: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_socket" >&5
! 4963: $as_echo "$ac_cv_lib_socket_socket" >&6; }
! 4964: if test "x$ac_cv_lib_socket_socket" = xyes; then :
! 4965: cat >>confdefs.h <<_ACEOF
! 4966: #define HAVE_LIBSOCKET 1
! 4967: _ACEOF
! 4968:
! 4969: LIBS="-lsocket $LIBS"
! 4970:
! 4971: fi
! 4972:
! 4973: fi
! 4974:
! 4975: ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
! 4976: if test "x$ac_cv_func_gethostbyname" = xyes; then :
! 4977:
! 4978: else
! 4979: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
! 4980: $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
! 4981: if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
! 4982: $as_echo_n "(cached) " >&6
! 4983: else
! 4984: ac_check_lib_save_LIBS=$LIBS
! 4985: LIBS="-lnsl $LIBS"
! 4986: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 4987: /* end confdefs.h. */
! 4988:
! 4989: /* Override any GCC internal prototype to avoid an error.
! 4990: Use char because int might match the return type of a GCC
! 4991: builtin and then its argument prototype would still apply. */
! 4992: #ifdef __cplusplus
! 4993: extern "C"
! 4994: #endif
! 4995: char gethostbyname ();
! 4996: int
! 4997: main ()
! 4998: {
! 4999: return gethostbyname ();
! 5000: ;
! 5001: return 0;
! 5002: }
! 5003: _ACEOF
! 5004: if ac_fn_c_try_link "$LINENO"; then :
! 5005: ac_cv_lib_nsl_gethostbyname=yes
! 5006: else
! 5007: ac_cv_lib_nsl_gethostbyname=no
! 5008: fi
! 5009: rm -f core conftest.err conftest.$ac_objext \
! 5010: conftest$ac_exeext conftest.$ac_ext
! 5011: LIBS=$ac_check_lib_save_LIBS
! 5012: fi
! 5013: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
! 5014: $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
! 5015: if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
! 5016: cat >>confdefs.h <<_ACEOF
! 5017: #define HAVE_LIBNSL 1
! 5018: _ACEOF
! 5019:
! 5020: LIBS="-lnsl $LIBS"
! 5021:
! 5022: fi
! 5023:
! 5024: fi
! 5025:
! 5026:
! 5027: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
! 5028: $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
! 5029: if ${ac_cv_path_GREP+:} false; then :
! 5030: $as_echo_n "(cached) " >&6
! 5031: else
! 5032: if test -z "$GREP"; then
! 5033: ac_path_GREP_found=false
! 5034: # Loop through the user's path and test for each of PROGNAME-LIST
! 5035: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
! 5036: for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
! 5037: do
! 5038: IFS=$as_save_IFS
! 5039: test -z "$as_dir" && as_dir=.
! 5040: for ac_prog in grep ggrep; do
! 5041: for ac_exec_ext in '' $ac_executable_extensions; do
! 5042: ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
! 5043: as_fn_executable_p "$ac_path_GREP" || continue
! 5044: # Check for GNU ac_path_GREP and select it if it is found.
! 5045: # Check for GNU $ac_path_GREP
! 5046: case `"$ac_path_GREP" --version 2>&1` in
! 5047: *GNU*)
! 5048: ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
! 5049: *)
! 5050: ac_count=0
! 5051: $as_echo_n 0123456789 >"conftest.in"
! 5052: while :
! 5053: do
! 5054: cat "conftest.in" "conftest.in" >"conftest.tmp"
! 5055: mv "conftest.tmp" "conftest.in"
! 5056: cp "conftest.in" "conftest.nl"
! 5057: $as_echo 'GREP' >> "conftest.nl"
! 5058: "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
! 5059: diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
! 5060: as_fn_arith $ac_count + 1 && ac_count=$as_val
! 5061: if test $ac_count -gt ${ac_path_GREP_max-0}; then
! 5062: # Best one so far, save it but keep looking for a better one
! 5063: ac_cv_path_GREP="$ac_path_GREP"
! 5064: ac_path_GREP_max=$ac_count
! 5065: fi
! 5066: # 10*(2^10) chars as input seems more than enough
! 5067: test $ac_count -gt 10 && break
! 5068: done
! 5069: rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
! 5070: esac
! 5071:
! 5072: $ac_path_GREP_found && break 3
! 5073: done
! 5074: done
! 5075: done
! 5076: IFS=$as_save_IFS
! 5077: if test -z "$ac_cv_path_GREP"; then
! 5078: as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
! 5079: fi
! 5080: else
! 5081: ac_cv_path_GREP=$GREP
! 5082: fi
! 5083:
! 5084: fi
! 5085: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
! 5086: $as_echo "$ac_cv_path_GREP" >&6; }
! 5087: GREP="$ac_cv_path_GREP"
! 5088:
! 5089:
! 5090: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
! 5091: $as_echo_n "checking for egrep... " >&6; }
! 5092: if ${ac_cv_path_EGREP+:} false; then :
! 5093: $as_echo_n "(cached) " >&6
! 5094: else
! 5095: if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
! 5096: then ac_cv_path_EGREP="$GREP -E"
! 5097: else
! 5098: if test -z "$EGREP"; then
! 5099: ac_path_EGREP_found=false
! 5100: # Loop through the user's path and test for each of PROGNAME-LIST
! 5101: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
! 5102: for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
! 5103: do
! 5104: IFS=$as_save_IFS
! 5105: test -z "$as_dir" && as_dir=.
! 5106: for ac_prog in egrep; do
! 5107: for ac_exec_ext in '' $ac_executable_extensions; do
! 5108: ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
! 5109: as_fn_executable_p "$ac_path_EGREP" || continue
! 5110: # Check for GNU ac_path_EGREP and select it if it is found.
! 5111: # Check for GNU $ac_path_EGREP
! 5112: case `"$ac_path_EGREP" --version 2>&1` in
! 5113: *GNU*)
! 5114: ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
! 5115: *)
! 5116: ac_count=0
! 5117: $as_echo_n 0123456789 >"conftest.in"
! 5118: while :
! 5119: do
! 5120: cat "conftest.in" "conftest.in" >"conftest.tmp"
! 5121: mv "conftest.tmp" "conftest.in"
! 5122: cp "conftest.in" "conftest.nl"
! 5123: $as_echo 'EGREP' >> "conftest.nl"
! 5124: "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
! 5125: diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
! 5126: as_fn_arith $ac_count + 1 && ac_count=$as_val
! 5127: if test $ac_count -gt ${ac_path_EGREP_max-0}; then
! 5128: # Best one so far, save it but keep looking for a better one
! 5129: ac_cv_path_EGREP="$ac_path_EGREP"
! 5130: ac_path_EGREP_max=$ac_count
! 5131: fi
! 5132: # 10*(2^10) chars as input seems more than enough
! 5133: test $ac_count -gt 10 && break
! 5134: done
! 5135: rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
! 5136: esac
! 5137:
! 5138: $ac_path_EGREP_found && break 3
! 5139: done
! 5140: done
! 5141: done
! 5142: IFS=$as_save_IFS
! 5143: if test -z "$ac_cv_path_EGREP"; then
! 5144: as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
! 5145: fi
! 5146: else
! 5147: ac_cv_path_EGREP=$EGREP
! 5148: fi
! 5149:
! 5150: fi
! 5151: fi
! 5152: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
! 5153: $as_echo "$ac_cv_path_EGREP" >&6; }
! 5154: EGREP="$ac_cv_path_EGREP"
! 5155:
! 5156:
! 5157: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
! 5158: $as_echo_n "checking for ANSI C header files... " >&6; }
! 5159: if ${ac_cv_header_stdc+:} false; then :
! 5160: $as_echo_n "(cached) " >&6
! 5161: else
! 5162: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 5163: /* end confdefs.h. */
! 5164: #include <stdlib.h>
! 5165: #include <stdarg.h>
! 5166: #include <string.h>
! 5167: #include <float.h>
! 5168:
! 5169: int
! 5170: main ()
! 5171: {
! 5172:
! 5173: ;
! 5174: return 0;
! 5175: }
! 5176: _ACEOF
! 5177: if ac_fn_c_try_compile "$LINENO"; then :
! 5178: ac_cv_header_stdc=yes
! 5179: else
! 5180: ac_cv_header_stdc=no
! 5181: fi
! 5182: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
! 5183:
! 5184: if test $ac_cv_header_stdc = yes; then
! 5185: # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
! 5186: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 5187: /* end confdefs.h. */
! 5188: #include <string.h>
! 5189:
! 5190: _ACEOF
! 5191: if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
! 5192: $EGREP "memchr" >/dev/null 2>&1; then :
! 5193:
! 5194: else
! 5195: ac_cv_header_stdc=no
! 5196: fi
! 5197: rm -f conftest*
! 5198:
! 5199: fi
! 5200:
! 5201: if test $ac_cv_header_stdc = yes; then
! 5202: # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
! 5203: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 5204: /* end confdefs.h. */
! 5205: #include <stdlib.h>
! 5206:
! 5207: _ACEOF
! 5208: if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
! 5209: $EGREP "free" >/dev/null 2>&1; then :
! 5210:
! 5211: else
! 5212: ac_cv_header_stdc=no
! 5213: fi
! 5214: rm -f conftest*
! 5215:
! 5216: fi
! 5217:
! 5218: if test $ac_cv_header_stdc = yes; then
! 5219: # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
! 5220: if test "$cross_compiling" = yes; then :
! 5221: :
! 5222: else
! 5223: cat confdefs.h - <<_ACEOF >conftest.$ac_ext
! 5224: /* end confdefs.h. */
! 5225: #include <ctype.h>
! 5226: #include <stdlib.h>
! 5227: #if ((' ' & 0x0FF) == 0x020)
! 5228: # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
! 5229: # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
! 5230: #else
! 5231: # define ISLOWER(c) \
! 5232: (('a' <= (c) && (c) <= 'i') \
! 5233: || ('j' <= (c) && (c) <= 'r') \
! 5234: || ('s' <= (c) && (c) <= 'z'))
! 5235: # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
! 5236: #endif
! 5237:
! 5238: #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
! 5239: int
! 5240: main ()
! 5241: {
! 5242: int i;
! 5243: for (i = 0; i < 256; i++)
! 5244: if (XOR (islower (i), ISLOWER (i))
! 5245: || toupper (i) != TOUPPER (i))
! 5246: return 2;
! 5247: return 0;
! 5248: }
! 5249: _ACEOF
! 5250: if ac_fn_c_try_run "$LINENO"; then :
! 5251:
! 5252: else
! 5253: ac_cv_header_stdc=no
! 5254: fi
! 5255: rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
! 5256: conftest.$ac_objext conftest.beam conftest.$ac_ext
! 5257: fi
! 5258:
! 5259: fi
! 5260: fi
! 5261: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
! 5262: $as_echo "$ac_cv_header_stdc" >&6; }
! 5263: if test $ac_cv_header_stdc = yes; then
! 5264:
! 5265: $as_echo "#define STDC_HEADERS 1" >>confdefs.h
! 5266:
! 5267: fi
! 5268:
! 5269: # On IRIX 5.3, sys/types and inttypes.h are conflicting.
! 5270: for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
! 5271: inttypes.h stdint.h unistd.h
! 5272: do :
! 5273: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
! 5274: ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
! 5275: "
! 5276: if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
! 5277: cat >>confdefs.h <<_ACEOF
! 5278: #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
! 5279: _ACEOF
! 5280:
! 5281: fi
! 5282:
! 5283: done
! 5284:
! 5285:
! 5286: # The cast to long int works around a bug in the HP C Compiler
! 5287: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
! 5288: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
! 5289: # This bug is HP SR number 8606223364.
! 5290: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
! 5291: $as_echo_n "checking size of long... " >&6; }
! 5292: if ${ac_cv_sizeof_long+:} false; then :
! 5293: $as_echo_n "(cached) " >&6
! 5294: else
! 5295: if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
! 5296:
! 5297: else
! 5298: if test "$ac_cv_type_long" = yes; then
! 5299: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
! 5300: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
! 5301: as_fn_error 77 "cannot compute sizeof (long)
! 5302: See \`config.log' for more details" "$LINENO" 5; }
! 5303: else
! 5304: ac_cv_sizeof_long=0
! 5305: fi
! 5306: fi
! 5307:
! 5308: fi
! 5309: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
! 5310: $as_echo "$ac_cv_sizeof_long" >&6; }
! 5311:
! 5312:
! 5313:
! 5314: cat >>confdefs.h <<_ACEOF
! 5315: #define SIZEOF_LONG $ac_cv_sizeof_long
! 5316: _ACEOF
! 5317:
! 5318:
! 5319: ac_config_files="$ac_config_files Makefile"
! 5320:
! 5321: cat >confcache <<\_ACEOF
! 5322: # This file is a shell script that caches the results of configure
! 5323: # tests run on this system so they can be shared between configure
! 5324: # scripts and configure runs, see configure's option --config-cache.
! 5325: # It is not useful on other systems. If it contains results you don't
! 5326: # want to keep, you may remove or edit it.
! 5327: #
! 5328: # config.status only pays attention to the cache file if you give it
! 5329: # the --recheck option to rerun configure.
! 5330: #
! 5331: # `ac_cv_env_foo' variables (set or unset) will be overridden when
! 5332: # loading this file, other *unset* `ac_cv_foo' will be assigned the
! 5333: # following values.
! 5334:
! 5335: _ACEOF
! 5336:
! 5337: # The following way of writing the cache mishandles newlines in values,
! 5338: # but we know of no workaround that is simple, portable, and efficient.
! 5339: # So, we kill variables containing newlines.
! 5340: # Ultrix sh set writes to stderr and can't be redirected directly,
! 5341: # and sets the high bit in the cache file unless we assign to the vars.
! 5342: (
! 5343: for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
! 5344: eval ac_val=\$$ac_var
! 5345: case $ac_val in #(
! 5346: *${as_nl}*)
! 5347: case $ac_var in #(
! 5348: *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
! 5349: $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
! 5350: esac
! 5351: case $ac_var in #(
! 5352: _ | IFS | as_nl) ;; #(
! 5353: BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
! 5354: *) { eval $ac_var=; unset $ac_var;} ;;
! 5355: esac ;;
! 5356: esac
! 5357: done
! 5358:
! 5359: (set) 2>&1 |
! 5360: case $as_nl`(ac_space=' '; set) 2>&1` in #(
! 5361: *${as_nl}ac_space=\ *)
! 5362: # `set' does not quote correctly, so add quotes: double-quote
! 5363: # substitution turns \\\\ into \\, and sed turns \\ into \.
! 5364: sed -n \
! 5365: "s/'/'\\\\''/g;
! 5366: s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
! 5367: ;; #(
! 5368: *)
! 5369: # `set' quotes correctly as required by POSIX, so do not add quotes.
! 5370: sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
! 5371: ;;
! 5372: esac |
! 5373: sort
! 5374: ) |
! 5375: sed '
! 5376: /^ac_cv_env_/b end
! 5377: t clear
! 5378: :clear
! 5379: s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
! 5380: t end
! 5381: s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
! 5382: :end' >>confcache
! 5383: if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
! 5384: if test -w "$cache_file"; then
! 5385: if test "x$cache_file" != "x/dev/null"; then
! 5386: { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
! 5387: $as_echo "$as_me: updating cache $cache_file" >&6;}
! 5388: if test ! -f "$cache_file" || test -h "$cache_file"; then
! 5389: cat confcache >"$cache_file"
! 5390: else
! 5391: case $cache_file in #(
! 5392: */* | ?:*)
! 5393: mv -f confcache "$cache_file"$$ &&
! 5394: mv -f "$cache_file"$$ "$cache_file" ;; #(
! 5395: *)
! 5396: mv -f confcache "$cache_file" ;;
! 5397: esac
! 5398: fi
! 5399: fi
! 5400: else
! 5401: { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
! 5402: $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
! 5403: fi
! 5404: fi
! 5405: rm -f confcache
! 5406:
! 5407: test "x$prefix" = xNONE && prefix=$ac_default_prefix
! 5408: # Let make expand exec_prefix.
! 5409: test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
! 5410:
! 5411: # Transform confdefs.h into DEFS.
! 5412: # Protect against shell expansion while executing Makefile rules.
! 5413: # Protect against Makefile macro expansion.
! 5414: #
! 5415: # If the first sed substitution is executed (which looks for macros that
! 5416: # take arguments), then branch to the quote section. Otherwise,
! 5417: # look for a macro that doesn't take arguments.
! 5418: ac_script='
! 5419: :mline
! 5420: /\\$/{
! 5421: N
! 5422: s,\\\n,,
! 5423: b mline
! 5424: }
! 5425: t clear
! 5426: :clear
! 5427: s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
! 5428: t quote
! 5429: s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
! 5430: t quote
! 5431: b any
! 5432: :quote
! 5433: s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
! 5434: s/\[/\\&/g
! 5435: s/\]/\\&/g
! 5436: s/\$/$$/g
! 5437: H
! 5438: :any
! 5439: ${
! 5440: g
! 5441: s/^\n//
! 5442: s/\n/ /g
! 5443: p
! 5444: }
! 5445: '
! 5446: DEFS=`sed -n "$ac_script" confdefs.h`
! 5447:
! 5448:
! 5449: ac_libobjs=
! 5450: ac_ltlibobjs=
! 5451: U=
! 5452: for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
! 5453: # 1. Remove the extension, and $U if already installed.
! 5454: ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
! 5455: ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
! 5456: # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
! 5457: # will be set to the directory where LIBOBJS objects are built.
! 5458: as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
! 5459: as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
! 5460: done
! 5461: LIBOBJS=$ac_libobjs
! 5462:
! 5463: LTLIBOBJS=$ac_ltlibobjs
! 5464:
! 5465:
! 5466: { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
! 5467: $as_echo_n "checking that generated files are newer than configure... " >&6; }
! 5468: if test -n "$am_sleep_pid"; then
! 5469: # Hide warnings about reused PIDs.
! 5470: wait $am_sleep_pid 2>/dev/null
! 5471: fi
! 5472: { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
! 5473: $as_echo "done" >&6; }
! 5474: if test -n "$EXEEXT"; then
! 5475: am__EXEEXT_TRUE=
! 5476: am__EXEEXT_FALSE='#'
! 5477: else
! 5478: am__EXEEXT_TRUE='#'
! 5479: am__EXEEXT_FALSE=
! 5480: fi
! 5481:
! 5482: if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
! 5483: as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
! 5484: Usually this means the macro was only invoked conditionally." "$LINENO" 5
! 5485: fi
! 5486: if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
! 5487: as_fn_error $? "conditional \"AMDEP\" was never defined.
! 5488: Usually this means the macro was only invoked conditionally." "$LINENO" 5
! 5489: fi
! 5490: if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
! 5491: as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
! 5492: Usually this means the macro was only invoked conditionally." "$LINENO" 5
! 5493: fi
! 5494:
! 5495: : "${CONFIG_STATUS=./config.status}"
! 5496: ac_write_fail=0
! 5497: ac_clean_files_save=$ac_clean_files
! 5498: ac_clean_files="$ac_clean_files $CONFIG_STATUS"
! 5499: { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
! 5500: $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
! 5501: as_write_fail=0
! 5502: cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
! 5503: #! $SHELL
! 5504: # Generated by $as_me.
! 5505: # Run this file to recreate the current configuration.
! 5506: # Compiler output produced by configure, useful for debugging
! 5507: # configure, is in config.log if it exists.
! 5508:
! 5509: debug=false
! 5510: ac_cs_recheck=false
! 5511: ac_cs_silent=false
! 5512:
! 5513: SHELL=\${CONFIG_SHELL-$SHELL}
! 5514: export SHELL
! 5515: _ASEOF
! 5516: cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
! 5517: ## -------------------- ##
! 5518: ## M4sh Initialization. ##
! 5519: ## -------------------- ##
! 5520:
! 5521: # Be more Bourne compatible
! 5522: DUALCASE=1; export DUALCASE # for MKS sh
! 5523: if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
! 5524: emulate sh
! 5525: NULLCMD=:
! 5526: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
! 5527: # is contrary to our usage. Disable this feature.
! 5528: alias -g '${1+"$@"}'='"$@"'
! 5529: setopt NO_GLOB_SUBST
! 5530: else
! 5531: case `(set -o) 2>/dev/null` in #(
! 5532: *posix*) :
! 5533: set -o posix ;; #(
! 5534: *) :
! 5535: ;;
! 5536: esac
! 5537: fi
! 5538:
! 5539:
! 5540: as_nl='
! 5541: '
! 5542: export as_nl
! 5543: # Printing a long string crashes Solaris 7 /usr/bin/printf.
! 5544: as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
! 5545: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
! 5546: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
! 5547: # Prefer a ksh shell builtin over an external printf program on Solaris,
! 5548: # but without wasting forks for bash or zsh.
! 5549: if test -z "$BASH_VERSION$ZSH_VERSION" \
! 5550: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
! 5551: as_echo='print -r --'
! 5552: as_echo_n='print -rn --'
! 5553: elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
! 5554: as_echo='printf %s\n'
! 5555: as_echo_n='printf %s'
! 5556: else
! 5557: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
! 5558: as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
! 5559: as_echo_n='/usr/ucb/echo -n'
! 5560: else
! 5561: as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
! 5562: as_echo_n_body='eval
! 5563: arg=$1;
! 5564: case $arg in #(
! 5565: *"$as_nl"*)
! 5566: expr "X$arg" : "X\\(.*\\)$as_nl";
! 5567: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
! 5568: esac;
! 5569: expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
! 5570: '
! 5571: export as_echo_n_body
! 5572: as_echo_n='sh -c $as_echo_n_body as_echo'
! 5573: fi
! 5574: export as_echo_body
! 5575: as_echo='sh -c $as_echo_body as_echo'
! 5576: fi
! 5577:
! 5578: # The user is always right.
! 5579: if test "${PATH_SEPARATOR+set}" != set; then
! 5580: PATH_SEPARATOR=:
! 5581: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
! 5582: (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
! 5583: PATH_SEPARATOR=';'
! 5584: }
! 5585: fi
! 5586:
! 5587:
! 5588: # IFS
! 5589: # We need space, tab and new line, in precisely that order. Quoting is
! 5590: # there to prevent editors from complaining about space-tab.
! 5591: # (If _AS_PATH_WALK were called with IFS unset, it would disable word
! 5592: # splitting by setting IFS to empty value.)
! 5593: IFS=" "" $as_nl"
! 5594:
! 5595: # Find who we are. Look in the path if we contain no directory separator.
! 5596: as_myself=
! 5597: case $0 in #((
! 5598: *[\\/]* ) as_myself=$0 ;;
! 5599: *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
! 5600: for as_dir in $PATH
! 5601: do
! 5602: IFS=$as_save_IFS
! 5603: test -z "$as_dir" && as_dir=.
! 5604: test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
! 5605: done
! 5606: IFS=$as_save_IFS
! 5607:
! 5608: ;;
! 5609: esac
! 5610: # We did not find ourselves, most probably we were run as `sh COMMAND'
! 5611: # in which case we are not to be found in the path.
! 5612: if test "x$as_myself" = x; then
! 5613: as_myself=$0
! 5614: fi
! 5615: if test ! -f "$as_myself"; then
! 5616: $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
! 5617: exit 1
! 5618: fi
! 5619:
! 5620: # Unset variables that we do not need and which cause bugs (e.g. in
! 5621: # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
! 5622: # suppresses any "Segmentation fault" message there. '((' could
! 5623: # trigger a bug in pdksh 5.2.14.
! 5624: for as_var in BASH_ENV ENV MAIL MAILPATH
! 5625: do eval test x\${$as_var+set} = xset \
! 5626: && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
! 5627: done
! 5628: PS1='$ '
! 5629: PS2='> '
! 5630: PS4='+ '
! 5631:
! 5632: # NLS nuisances.
! 5633: LC_ALL=C
! 5634: export LC_ALL
! 5635: LANGUAGE=C
! 5636: export LANGUAGE
! 5637:
! 5638: # CDPATH.
! 5639: (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
! 5640:
! 5641:
! 5642: # as_fn_error STATUS ERROR [LINENO LOG_FD]
! 5643: # ----------------------------------------
! 5644: # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
! 5645: # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
! 5646: # script with STATUS, using 1 if that was 0.
! 5647: as_fn_error ()
! 5648: {
! 5649: as_status=$1; test $as_status -eq 0 && as_status=1
! 5650: if test "$4"; then
! 5651: as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
! 5652: $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
! 5653: fi
! 5654: $as_echo "$as_me: error: $2" >&2
! 5655: as_fn_exit $as_status
! 5656: } # as_fn_error
! 5657:
! 5658:
! 5659: # as_fn_set_status STATUS
! 5660: # -----------------------
! 5661: # Set $? to STATUS, without forking.
! 5662: as_fn_set_status ()
! 5663: {
! 5664: return $1
! 5665: } # as_fn_set_status
! 5666:
! 5667: # as_fn_exit STATUS
! 5668: # -----------------
! 5669: # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
! 5670: as_fn_exit ()
! 5671: {
! 5672: set +e
! 5673: as_fn_set_status $1
! 5674: exit $1
! 5675: } # as_fn_exit
! 5676:
! 5677: # as_fn_unset VAR
! 5678: # ---------------
! 5679: # Portably unset VAR.
! 5680: as_fn_unset ()
! 5681: {
! 5682: { eval $1=; unset $1;}
! 5683: }
! 5684: as_unset=as_fn_unset
! 5685: # as_fn_append VAR VALUE
! 5686: # ----------------------
! 5687: # Append the text in VALUE to the end of the definition contained in VAR. Take
! 5688: # advantage of any shell optimizations that allow amortized linear growth over
! 5689: # repeated appends, instead of the typical quadratic growth present in naive
! 5690: # implementations.
! 5691: if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
! 5692: eval 'as_fn_append ()
! 5693: {
! 5694: eval $1+=\$2
! 5695: }'
! 5696: else
! 5697: as_fn_append ()
! 5698: {
! 5699: eval $1=\$$1\$2
! 5700: }
! 5701: fi # as_fn_append
! 5702:
! 5703: # as_fn_arith ARG...
! 5704: # ------------------
! 5705: # Perform arithmetic evaluation on the ARGs, and store the result in the
! 5706: # global $as_val. Take advantage of shells that can avoid forks. The arguments
! 5707: # must be portable across $(()) and expr.
! 5708: if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
! 5709: eval 'as_fn_arith ()
! 5710: {
! 5711: as_val=$(( $* ))
! 5712: }'
! 5713: else
! 5714: as_fn_arith ()
! 5715: {
! 5716: as_val=`expr "$@" || test $? -eq 1`
! 5717: }
! 5718: fi # as_fn_arith
! 5719:
! 5720:
! 5721: if expr a : '\(a\)' >/dev/null 2>&1 &&
! 5722: test "X`expr 00001 : '.*\(...\)'`" = X001; then
! 5723: as_expr=expr
! 5724: else
! 5725: as_expr=false
! 5726: fi
! 5727:
! 5728: if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
! 5729: as_basename=basename
! 5730: else
! 5731: as_basename=false
! 5732: fi
! 5733:
! 5734: if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
! 5735: as_dirname=dirname
! 5736: else
! 5737: as_dirname=false
! 5738: fi
! 5739:
! 5740: as_me=`$as_basename -- "$0" ||
! 5741: $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
! 5742: X"$0" : 'X\(//\)$' \| \
! 5743: X"$0" : 'X\(/\)' \| . 2>/dev/null ||
! 5744: $as_echo X/"$0" |
! 5745: sed '/^.*\/\([^/][^/]*\)\/*$/{
! 5746: s//\1/
! 5747: q
! 5748: }
! 5749: /^X\/\(\/\/\)$/{
! 5750: s//\1/
! 5751: q
! 5752: }
! 5753: /^X\/\(\/\).*/{
! 5754: s//\1/
! 5755: q
! 5756: }
! 5757: s/.*/./; q'`
! 5758:
! 5759: # Avoid depending upon Character Ranges.
! 5760: as_cr_letters='abcdefghijklmnopqrstuvwxyz'
! 5761: as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
! 5762: as_cr_Letters=$as_cr_letters$as_cr_LETTERS
! 5763: as_cr_digits='0123456789'
! 5764: as_cr_alnum=$as_cr_Letters$as_cr_digits
! 5765:
! 5766: ECHO_C= ECHO_N= ECHO_T=
! 5767: case `echo -n x` in #(((((
! 5768: -n*)
! 5769: case `echo 'xy\c'` in
! 5770: *c*) ECHO_T=' ';; # ECHO_T is single tab character.
! 5771: xy) ECHO_C='\c';;
! 5772: *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
! 5773: ECHO_T=' ';;
! 5774: esac;;
! 5775: *)
! 5776: ECHO_N='-n';;
! 5777: esac
! 5778:
! 5779: rm -f conf$$ conf$$.exe conf$$.file
! 5780: if test -d conf$$.dir; then
! 5781: rm -f conf$$.dir/conf$$.file
! 5782: else
! 5783: rm -f conf$$.dir
! 5784: mkdir conf$$.dir 2>/dev/null
! 5785: fi
! 5786: if (echo >conf$$.file) 2>/dev/null; then
! 5787: if ln -s conf$$.file conf$$ 2>/dev/null; then
! 5788: as_ln_s='ln -s'
! 5789: # ... but there are two gotchas:
! 5790: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
! 5791: # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
! 5792: # In both cases, we have to default to `cp -pR'.
! 5793: ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
! 5794: as_ln_s='cp -pR'
! 5795: elif ln conf$$.file conf$$ 2>/dev/null; then
! 5796: as_ln_s=ln
! 5797: else
! 5798: as_ln_s='cp -pR'
! 5799: fi
! 5800: else
! 5801: as_ln_s='cp -pR'
! 5802: fi
! 5803: rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
! 5804: rmdir conf$$.dir 2>/dev/null
! 5805:
! 5806:
! 5807: # as_fn_mkdir_p
! 5808: # -------------
! 5809: # Create "$as_dir" as a directory, including parents if necessary.
! 5810: as_fn_mkdir_p ()
! 5811: {
! 5812:
! 5813: case $as_dir in #(
! 5814: -*) as_dir=./$as_dir;;
! 5815: esac
! 5816: test -d "$as_dir" || eval $as_mkdir_p || {
! 5817: as_dirs=
! 5818: while :; do
! 5819: case $as_dir in #(
! 5820: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
! 5821: *) as_qdir=$as_dir;;
! 5822: esac
! 5823: as_dirs="'$as_qdir' $as_dirs"
! 5824: as_dir=`$as_dirname -- "$as_dir" ||
! 5825: $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
! 5826: X"$as_dir" : 'X\(//\)[^/]' \| \
! 5827: X"$as_dir" : 'X\(//\)$' \| \
! 5828: X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
! 5829: $as_echo X"$as_dir" |
! 5830: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
! 5831: s//\1/
! 5832: q
! 5833: }
! 5834: /^X\(\/\/\)[^/].*/{
! 5835: s//\1/
! 5836: q
! 5837: }
! 5838: /^X\(\/\/\)$/{
! 5839: s//\1/
! 5840: q
! 5841: }
! 5842: /^X\(\/\).*/{
! 5843: s//\1/
! 5844: q
! 5845: }
! 5846: s/.*/./; q'`
! 5847: test -d "$as_dir" && break
! 5848: done
! 5849: test -z "$as_dirs" || eval "mkdir $as_dirs"
! 5850: } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
! 5851:
! 5852:
! 5853: } # as_fn_mkdir_p
! 5854: if mkdir -p . 2>/dev/null; then
! 5855: as_mkdir_p='mkdir -p "$as_dir"'
! 5856: else
! 5857: test -d ./-p && rmdir ./-p
! 5858: as_mkdir_p=false
! 5859: fi
! 5860:
! 5861:
! 5862: # as_fn_executable_p FILE
! 5863: # -----------------------
! 5864: # Test if FILE is an executable regular file.
! 5865: as_fn_executable_p ()
! 5866: {
! 5867: test -f "$1" && test -x "$1"
! 5868: } # as_fn_executable_p
! 5869: as_test_x='test -x'
! 5870: as_executable_p=as_fn_executable_p
! 5871:
! 5872: # Sed expression to map a string onto a valid CPP name.
! 5873: as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
! 5874:
! 5875: # Sed expression to map a string onto a valid variable name.
! 5876: as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
! 5877:
! 5878:
! 5879: exec 6>&1
! 5880: ## ----------------------------------- ##
! 5881: ## Main body of $CONFIG_STATUS script. ##
! 5882: ## ----------------------------------- ##
! 5883: _ASEOF
! 5884: test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
! 5885:
! 5886: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
! 5887: # Save the log message, to keep $0 and so on meaningful, and to
! 5888: # report actual input values of CONFIG_FILES etc. instead of their
! 5889: # values after options handling.
! 5890: ac_log="
! 5891: This file was extended by ox_pari $as_me 1.15, which was
! 5892: generated by GNU Autoconf 2.69. Invocation command line was
! 5893:
! 5894: CONFIG_FILES = $CONFIG_FILES
! 5895: CONFIG_HEADERS = $CONFIG_HEADERS
! 5896: CONFIG_LINKS = $CONFIG_LINKS
! 5897: CONFIG_COMMANDS = $CONFIG_COMMANDS
! 5898: $ $0 $@
! 5899:
! 5900: on `(hostname || uname -n) 2>/dev/null | sed 1q`
! 5901: "
! 5902:
! 5903: _ACEOF
! 5904:
! 5905: case $ac_config_files in *"
! 5906: "*) set x $ac_config_files; shift; ac_config_files=$*;;
! 5907: esac
! 5908:
! 5909:
! 5910:
! 5911: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
! 5912: # Files that config.status was made for.
! 5913: config_files="$ac_config_files"
! 5914: config_commands="$ac_config_commands"
! 5915:
! 5916: _ACEOF
! 5917:
! 5918: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
! 5919: ac_cs_usage="\
! 5920: \`$as_me' instantiates files and other configuration actions
! 5921: from templates according to the current configuration. Unless the files
! 5922: and actions are specified as TAGs, all are instantiated by default.
! 5923:
! 5924: Usage: $0 [OPTION]... [TAG]...
! 5925:
! 5926: -h, --help print this help, then exit
! 5927: -V, --version print version number and configuration settings, then exit
! 5928: --config print configuration, then exit
! 5929: -q, --quiet, --silent
! 5930: do not print progress messages
! 5931: -d, --debug don't remove temporary files
! 5932: --recheck update $as_me by reconfiguring in the same conditions
! 5933: --file=FILE[:TEMPLATE]
! 5934: instantiate the configuration file FILE
! 5935:
! 5936: Configuration files:
! 5937: $config_files
! 5938:
! 5939: Configuration commands:
! 5940: $config_commands
! 5941:
! 5942: Report bugs to the package provider."
! 5943:
! 5944: _ACEOF
! 5945: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
! 5946: ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
! 5947: ac_cs_version="\\
! 5948: ox_pari config.status 1.15
! 5949: configured by $0, generated by GNU Autoconf 2.69,
! 5950: with options \\"\$ac_cs_config\\"
! 5951:
! 5952: Copyright (C) 2012 Free Software Foundation, Inc.
! 5953: This config.status script is free software; the Free Software Foundation
! 5954: gives unlimited permission to copy, distribute and modify it."
! 5955:
! 5956: ac_pwd='$ac_pwd'
! 5957: srcdir='$srcdir'
! 5958: INSTALL='$INSTALL'
! 5959: MKDIR_P='$MKDIR_P'
! 5960: AWK='$AWK'
! 5961: test -n "\$AWK" || AWK=awk
! 5962: _ACEOF
! 5963:
! 5964: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
! 5965: # The default lists apply if the user does not specify any file.
! 5966: ac_need_defaults=:
! 5967: while test $# != 0
! 5968: do
! 5969: case $1 in
! 5970: --*=?*)
! 5971: ac_option=`expr "X$1" : 'X\([^=]*\)='`
! 5972: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
! 5973: ac_shift=:
! 5974: ;;
! 5975: --*=)
! 5976: ac_option=`expr "X$1" : 'X\([^=]*\)='`
! 5977: ac_optarg=
! 5978: ac_shift=:
! 5979: ;;
! 5980: *)
! 5981: ac_option=$1
! 5982: ac_optarg=$2
! 5983: ac_shift=shift
! 5984: ;;
! 5985: esac
! 5986:
! 5987: case $ac_option in
! 5988: # Handling of the options.
! 5989: -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
! 5990: ac_cs_recheck=: ;;
! 5991: --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
! 5992: $as_echo "$ac_cs_version"; exit ;;
! 5993: --config | --confi | --conf | --con | --co | --c )
! 5994: $as_echo "$ac_cs_config"; exit ;;
! 5995: --debug | --debu | --deb | --de | --d | -d )
! 5996: debug=: ;;
! 5997: --file | --fil | --fi | --f )
! 5998: $ac_shift
! 5999: case $ac_optarg in
! 6000: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
! 6001: '') as_fn_error $? "missing file argument" ;;
! 6002: esac
! 6003: as_fn_append CONFIG_FILES " '$ac_optarg'"
! 6004: ac_need_defaults=false;;
! 6005: --he | --h | --help | --hel | -h )
! 6006: $as_echo "$ac_cs_usage"; exit ;;
! 6007: -q | -quiet | --quiet | --quie | --qui | --qu | --q \
! 6008: | -silent | --silent | --silen | --sile | --sil | --si | --s)
! 6009: ac_cs_silent=: ;;
! 6010:
! 6011: # This is an error.
! 6012: -*) as_fn_error $? "unrecognized option: \`$1'
! 6013: Try \`$0 --help' for more information." ;;
! 6014:
! 6015: *) as_fn_append ac_config_targets " $1"
! 6016: ac_need_defaults=false ;;
! 6017:
! 6018: esac
! 6019: shift
! 6020: done
! 6021:
! 6022: ac_configure_extra_args=
! 6023:
! 6024: if $ac_cs_silent; then
! 6025: exec 6>/dev/null
! 6026: ac_configure_extra_args="$ac_configure_extra_args --silent"
! 6027: fi
! 6028:
! 6029: _ACEOF
! 6030: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
! 6031: if \$ac_cs_recheck; then
! 6032: set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
! 6033: shift
! 6034: \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
! 6035: CONFIG_SHELL='$SHELL'
! 6036: export CONFIG_SHELL
! 6037: exec "\$@"
! 6038: fi
! 6039:
! 6040: _ACEOF
! 6041: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
! 6042: exec 5>>config.log
! 6043: {
! 6044: echo
! 6045: sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
! 6046: ## Running $as_me. ##
! 6047: _ASBOX
! 6048: $as_echo "$ac_log"
! 6049: } >&5
! 6050:
! 6051: _ACEOF
! 6052: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
! 6053: #
! 6054: # INIT-COMMANDS
! 6055: #
! 6056: AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
! 6057:
! 6058: _ACEOF
! 6059:
! 6060: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
! 6061:
! 6062: # Handling of arguments.
! 6063: for ac_config_target in $ac_config_targets
! 6064: do
! 6065: case $ac_config_target in
! 6066: "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
! 6067: "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
! 6068:
! 6069: *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
! 6070: esac
! 6071: done
! 6072:
! 6073:
! 6074: # If the user did not use the arguments to specify the items to instantiate,
! 6075: # then the envvar interface is used. Set only those that are not.
! 6076: # We use the long form for the default assignment because of an extremely
! 6077: # bizarre bug on SunOS 4.1.3.
! 6078: if $ac_need_defaults; then
! 6079: test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
! 6080: test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
! 6081: fi
! 6082:
! 6083: # Have a temporary directory for convenience. Make it in the build tree
! 6084: # simply because there is no reason against having it here, and in addition,
! 6085: # creating and moving files from /tmp can sometimes cause problems.
! 6086: # Hook for its removal unless debugging.
! 6087: # Note that there is a small window in which the directory will not be cleaned:
! 6088: # after its creation but before its name has been assigned to `$tmp'.
! 6089: $debug ||
! 6090: {
! 6091: tmp= ac_tmp=
! 6092: trap 'exit_status=$?
! 6093: : "${ac_tmp:=$tmp}"
! 6094: { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
! 6095: ' 0
! 6096: trap 'as_fn_exit 1' 1 2 13 15
! 6097: }
! 6098: # Create a (secure) tmp directory for tmp files.
! 6099:
! 6100: {
! 6101: tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
! 6102: test -d "$tmp"
! 6103: } ||
! 6104: {
! 6105: tmp=./conf$$-$RANDOM
! 6106: (umask 077 && mkdir "$tmp")
! 6107: } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
! 6108: ac_tmp=$tmp
! 6109:
! 6110: # Set up the scripts for CONFIG_FILES section.
! 6111: # No need to generate them if there are no CONFIG_FILES.
! 6112: # This happens for instance with `./config.status config.h'.
! 6113: if test -n "$CONFIG_FILES"; then
! 6114:
! 6115:
! 6116: ac_cr=`echo X | tr X '\015'`
! 6117: # On cygwin, bash can eat \r inside `` if the user requested igncr.
! 6118: # But we know of no other shell where ac_cr would be empty at this
! 6119: # point, so we can use a bashism as a fallback.
! 6120: if test "x$ac_cr" = x; then
! 6121: eval ac_cr=\$\'\\r\'
! 6122: fi
! 6123: ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
! 6124: if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
! 6125: ac_cs_awk_cr='\\r'
! 6126: else
! 6127: ac_cs_awk_cr=$ac_cr
! 6128: fi
! 6129:
! 6130: echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
! 6131: _ACEOF
! 6132:
! 6133:
! 6134: {
! 6135: echo "cat >conf$$subs.awk <<_ACEOF" &&
! 6136: echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
! 6137: echo "_ACEOF"
! 6138: } >conf$$subs.sh ||
! 6139: as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
! 6140: ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
! 6141: ac_delim='%!_!# '
! 6142: for ac_last_try in false false false false false :; do
! 6143: . ./conf$$subs.sh ||
! 6144: as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
! 6145:
! 6146: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
! 6147: if test $ac_delim_n = $ac_delim_num; then
! 6148: break
! 6149: elif $ac_last_try; then
! 6150: as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
! 6151: else
! 6152: ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
! 6153: fi
! 6154: done
! 6155: rm -f conf$$subs.sh
! 6156:
! 6157: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
! 6158: cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
! 6159: _ACEOF
! 6160: sed -n '
! 6161: h
! 6162: s/^/S["/; s/!.*/"]=/
! 6163: p
! 6164: g
! 6165: s/^[^!]*!//
! 6166: :repl
! 6167: t repl
! 6168: s/'"$ac_delim"'$//
! 6169: t delim
! 6170: :nl
! 6171: h
! 6172: s/\(.\{148\}\)..*/\1/
! 6173: t more1
! 6174: s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
! 6175: p
! 6176: n
! 6177: b repl
! 6178: :more1
! 6179: s/["\\]/\\&/g; s/^/"/; s/$/"\\/
! 6180: p
! 6181: g
! 6182: s/.\{148\}//
! 6183: t nl
! 6184: :delim
! 6185: h
! 6186: s/\(.\{148\}\)..*/\1/
! 6187: t more2
! 6188: s/["\\]/\\&/g; s/^/"/; s/$/"/
! 6189: p
! 6190: b
! 6191: :more2
! 6192: s/["\\]/\\&/g; s/^/"/; s/$/"\\/
! 6193: p
! 6194: g
! 6195: s/.\{148\}//
! 6196: t delim
! 6197: ' <conf$$subs.awk | sed '
! 6198: /^[^""]/{
! 6199: N
! 6200: s/\n//
! 6201: }
! 6202: ' >>$CONFIG_STATUS || ac_write_fail=1
! 6203: rm -f conf$$subs.awk
! 6204: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
! 6205: _ACAWK
! 6206: cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
! 6207: for (key in S) S_is_set[key] = 1
! 6208: FS = ""
! 6209:
! 6210: }
! 6211: {
! 6212: line = $ 0
! 6213: nfields = split(line, field, "@")
! 6214: substed = 0
! 6215: len = length(field[1])
! 6216: for (i = 2; i < nfields; i++) {
! 6217: key = field[i]
! 6218: keylen = length(key)
! 6219: if (S_is_set[key]) {
! 6220: value = S[key]
! 6221: line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
! 6222: len += length(value) + length(field[++i])
! 6223: substed = 1
! 6224: } else
! 6225: len += 1 + keylen
! 6226: }
! 6227:
! 6228: print line
! 6229: }
! 6230:
! 6231: _ACAWK
! 6232: _ACEOF
! 6233: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
! 6234: if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
! 6235: sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
! 6236: else
! 6237: cat
! 6238: fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
! 6239: || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
! 6240: _ACEOF
! 6241:
! 6242: # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
! 6243: # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
! 6244: # trailing colons and then remove the whole line if VPATH becomes empty
! 6245: # (actually we leave an empty line to preserve line numbers).
! 6246: if test "x$srcdir" = x.; then
! 6247: ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
! 6248: h
! 6249: s///
! 6250: s/^/:/
! 6251: s/[ ]*$/:/
! 6252: s/:\$(srcdir):/:/g
! 6253: s/:\${srcdir}:/:/g
! 6254: s/:@srcdir@:/:/g
! 6255: s/^:*//
! 6256: s/:*$//
! 6257: x
! 6258: s/\(=[ ]*\).*/\1/
! 6259: G
! 6260: s/\n//
! 6261: s/^[^=]*=[ ]*$//
! 6262: }'
! 6263: fi
! 6264:
! 6265: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
! 6266: fi # test -n "$CONFIG_FILES"
! 6267:
! 6268:
! 6269: eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
! 6270: shift
! 6271: for ac_tag
! 6272: do
! 6273: case $ac_tag in
! 6274: :[FHLC]) ac_mode=$ac_tag; continue;;
! 6275: esac
! 6276: case $ac_mode$ac_tag in
! 6277: :[FHL]*:*);;
! 6278: :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
! 6279: :[FH]-) ac_tag=-:-;;
! 6280: :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
! 6281: esac
! 6282: ac_save_IFS=$IFS
! 6283: IFS=:
! 6284: set x $ac_tag
! 6285: IFS=$ac_save_IFS
! 6286: shift
! 6287: ac_file=$1
! 6288: shift
! 6289:
! 6290: case $ac_mode in
! 6291: :L) ac_source=$1;;
! 6292: :[FH])
! 6293: ac_file_inputs=
! 6294: for ac_f
! 6295: do
! 6296: case $ac_f in
! 6297: -) ac_f="$ac_tmp/stdin";;
! 6298: *) # Look for the file first in the build tree, then in the source tree
! 6299: # (if the path is not absolute). The absolute path cannot be DOS-style,
! 6300: # because $ac_f cannot contain `:'.
! 6301: test -f "$ac_f" ||
! 6302: case $ac_f in
! 6303: [\\/$]*) false;;
! 6304: *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
! 6305: esac ||
! 6306: as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
! 6307: esac
! 6308: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
! 6309: as_fn_append ac_file_inputs " '$ac_f'"
! 6310: done
! 6311:
! 6312: # Let's still pretend it is `configure' which instantiates (i.e., don't
! 6313: # use $as_me), people would be surprised to read:
! 6314: # /* config.h. Generated by config.status. */
! 6315: configure_input='Generated from '`
! 6316: $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
! 6317: `' by configure.'
! 6318: if test x"$ac_file" != x-; then
! 6319: configure_input="$ac_file. $configure_input"
! 6320: { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
! 6321: $as_echo "$as_me: creating $ac_file" >&6;}
! 6322: fi
! 6323: # Neutralize special characters interpreted by sed in replacement strings.
! 6324: case $configure_input in #(
! 6325: *\&* | *\|* | *\\* )
! 6326: ac_sed_conf_input=`$as_echo "$configure_input" |
! 6327: sed 's/[\\\\&|]/\\\\&/g'`;; #(
! 6328: *) ac_sed_conf_input=$configure_input;;
! 6329: esac
! 6330:
! 6331: case $ac_tag in
! 6332: *:-:* | *:-) cat >"$ac_tmp/stdin" \
! 6333: || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
! 6334: esac
! 6335: ;;
! 6336: esac
! 6337:
! 6338: ac_dir=`$as_dirname -- "$ac_file" ||
! 6339: $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
! 6340: X"$ac_file" : 'X\(//\)[^/]' \| \
! 6341: X"$ac_file" : 'X\(//\)$' \| \
! 6342: X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
! 6343: $as_echo X"$ac_file" |
! 6344: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
! 6345: s//\1/
! 6346: q
! 6347: }
! 6348: /^X\(\/\/\)[^/].*/{
! 6349: s//\1/
! 6350: q
! 6351: }
! 6352: /^X\(\/\/\)$/{
! 6353: s//\1/
! 6354: q
! 6355: }
! 6356: /^X\(\/\).*/{
! 6357: s//\1/
! 6358: q
! 6359: }
! 6360: s/.*/./; q'`
! 6361: as_dir="$ac_dir"; as_fn_mkdir_p
! 6362: ac_builddir=.
! 6363:
! 6364: case "$ac_dir" in
! 6365: .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
! 6366: *)
! 6367: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
! 6368: # A ".." for each directory in $ac_dir_suffix.
! 6369: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
! 6370: case $ac_top_builddir_sub in
! 6371: "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
! 6372: *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
! 6373: esac ;;
! 6374: esac
! 6375: ac_abs_top_builddir=$ac_pwd
! 6376: ac_abs_builddir=$ac_pwd$ac_dir_suffix
! 6377: # for backward compatibility:
! 6378: ac_top_builddir=$ac_top_build_prefix
! 6379:
! 6380: case $srcdir in
! 6381: .) # We are building in place.
! 6382: ac_srcdir=.
! 6383: ac_top_srcdir=$ac_top_builddir_sub
! 6384: ac_abs_top_srcdir=$ac_pwd ;;
! 6385: [\\/]* | ?:[\\/]* ) # Absolute name.
! 6386: ac_srcdir=$srcdir$ac_dir_suffix;
! 6387: ac_top_srcdir=$srcdir
! 6388: ac_abs_top_srcdir=$srcdir ;;
! 6389: *) # Relative name.
! 6390: ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
! 6391: ac_top_srcdir=$ac_top_build_prefix$srcdir
! 6392: ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
! 6393: esac
! 6394: ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
! 6395:
! 6396:
! 6397: case $ac_mode in
! 6398: :F)
! 6399: #
! 6400: # CONFIG_FILE
! 6401: #
! 6402:
! 6403: case $INSTALL in
! 6404: [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
! 6405: *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
! 6406: esac
! 6407: ac_MKDIR_P=$MKDIR_P
! 6408: case $MKDIR_P in
! 6409: [\\/$]* | ?:[\\/]* ) ;;
! 6410: */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
! 6411: esac
! 6412: _ACEOF
! 6413:
! 6414: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
! 6415: # If the template does not know about datarootdir, expand it.
! 6416: # FIXME: This hack should be removed a few years after 2.60.
! 6417: ac_datarootdir_hack=; ac_datarootdir_seen=
! 6418: ac_sed_dataroot='
! 6419: /datarootdir/ {
! 6420: p
! 6421: q
! 6422: }
! 6423: /@datadir@/p
! 6424: /@docdir@/p
! 6425: /@infodir@/p
! 6426: /@localedir@/p
! 6427: /@mandir@/p'
! 6428: case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
! 6429: *datarootdir*) ac_datarootdir_seen=yes;;
! 6430: *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
! 6431: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
! 6432: $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
! 6433: _ACEOF
! 6434: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
! 6435: ac_datarootdir_hack='
! 6436: s&@datadir@&$datadir&g
! 6437: s&@docdir@&$docdir&g
! 6438: s&@infodir@&$infodir&g
! 6439: s&@localedir@&$localedir&g
! 6440: s&@mandir@&$mandir&g
! 6441: s&\\\${datarootdir}&$datarootdir&g' ;;
! 6442: esac
! 6443: _ACEOF
! 6444:
! 6445: # Neutralize VPATH when `$srcdir' = `.'.
! 6446: # Shell code in configure.ac might set extrasub.
! 6447: # FIXME: do we really want to maintain this feature?
! 6448: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
! 6449: ac_sed_extra="$ac_vpsub
! 6450: $extrasub
! 6451: _ACEOF
! 6452: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
! 6453: :t
! 6454: /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
! 6455: s|@configure_input@|$ac_sed_conf_input|;t t
! 6456: s&@top_builddir@&$ac_top_builddir_sub&;t t
! 6457: s&@top_build_prefix@&$ac_top_build_prefix&;t t
! 6458: s&@srcdir@&$ac_srcdir&;t t
! 6459: s&@abs_srcdir@&$ac_abs_srcdir&;t t
! 6460: s&@top_srcdir@&$ac_top_srcdir&;t t
! 6461: s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
! 6462: s&@builddir@&$ac_builddir&;t t
! 6463: s&@abs_builddir@&$ac_abs_builddir&;t t
! 6464: s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
! 6465: s&@INSTALL@&$ac_INSTALL&;t t
! 6466: s&@MKDIR_P@&$ac_MKDIR_P&;t t
! 6467: $ac_datarootdir_hack
! 6468: "
! 6469: eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
! 6470: >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
! 6471:
! 6472: test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
! 6473: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
! 6474: { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
! 6475: "$ac_tmp/out"`; test -z "$ac_out"; } &&
! 6476: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
! 6477: which seems to be undefined. Please make sure it is defined" >&5
! 6478: $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
! 6479: which seems to be undefined. Please make sure it is defined" >&2;}
! 6480:
! 6481: rm -f "$ac_tmp/stdin"
! 6482: case $ac_file in
! 6483: -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
! 6484: *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
! 6485: esac \
! 6486: || as_fn_error $? "could not create $ac_file" "$LINENO" 5
! 6487: ;;
! 6488:
! 6489:
! 6490: :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
! 6491: $as_echo "$as_me: executing $ac_file commands" >&6;}
! 6492: ;;
! 6493: esac
! 6494:
! 6495:
! 6496: case $ac_file$ac_mode in
! 6497: "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
! 6498: # Older Autoconf quotes --file arguments for eval, but not when files
! 6499: # are listed without --file. Let's play safe and only enable the eval
! 6500: # if we detect the quoting.
! 6501: case $CONFIG_FILES in
! 6502: *\'*) eval set x "$CONFIG_FILES" ;;
! 6503: *) set x $CONFIG_FILES ;;
! 6504: esac
! 6505: shift
! 6506: for mf
! 6507: do
! 6508: # Strip MF so we end up with the name of the file.
! 6509: mf=`echo "$mf" | sed -e 's/:.*$//'`
! 6510: # Check whether this is an Automake generated Makefile or not.
! 6511: # We used to match only the files named 'Makefile.in', but
! 6512: # some people rename them; so instead we look at the file content.
! 6513: # Grep'ing the first line is not enough: some people post-process
! 6514: # each Makefile.in and add a new line on top of each file to say so.
! 6515: # Grep'ing the whole file is not good either: AIX grep has a line
! 6516: # limit of 2048, but all sed's we know have understand at least 4000.
! 6517: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
! 6518: dirpart=`$as_dirname -- "$mf" ||
! 6519: $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
! 6520: X"$mf" : 'X\(//\)[^/]' \| \
! 6521: X"$mf" : 'X\(//\)$' \| \
! 6522: X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
! 6523: $as_echo X"$mf" |
! 6524: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
! 6525: s//\1/
! 6526: q
! 6527: }
! 6528: /^X\(\/\/\)[^/].*/{
! 6529: s//\1/
! 6530: q
! 6531: }
! 6532: /^X\(\/\/\)$/{
! 6533: s//\1/
! 6534: q
! 6535: }
! 6536: /^X\(\/\).*/{
! 6537: s//\1/
! 6538: q
! 6539: }
! 6540: s/.*/./; q'`
! 6541: else
! 6542: continue
! 6543: fi
! 6544: # Extract the definition of DEPDIR, am__include, and am__quote
! 6545: # from the Makefile without running 'make'.
! 6546: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
! 6547: test -z "$DEPDIR" && continue
! 6548: am__include=`sed -n 's/^am__include = //p' < "$mf"`
! 6549: test -z "$am__include" && continue
! 6550: am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
! 6551: # Find all dependency output files, they are included files with
! 6552: # $(DEPDIR) in their names. We invoke sed twice because it is the
! 6553: # simplest approach to changing $(DEPDIR) to its actual value in the
! 6554: # expansion.
! 6555: for file in `sed -n "
! 6556: s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
! 6557: sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
! 6558: # Make sure the directory exists.
! 6559: test -f "$dirpart/$file" && continue
! 6560: fdir=`$as_dirname -- "$file" ||
! 6561: $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
! 6562: X"$file" : 'X\(//\)[^/]' \| \
! 6563: X"$file" : 'X\(//\)$' \| \
! 6564: X"$file" : 'X\(/\)' \| . 2>/dev/null ||
! 6565: $as_echo X"$file" |
! 6566: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
! 6567: s//\1/
! 6568: q
! 6569: }
! 6570: /^X\(\/\/\)[^/].*/{
! 6571: s//\1/
! 6572: q
! 6573: }
! 6574: /^X\(\/\/\)$/{
! 6575: s//\1/
! 6576: q
! 6577: }
! 6578: /^X\(\/\).*/{
! 6579: s//\1/
! 6580: q
! 6581: }
! 6582: s/.*/./; q'`
! 6583: as_dir=$dirpart/$fdir; as_fn_mkdir_p
! 6584: # echo "creating $dirpart/$file"
! 6585: echo '# dummy' > "$dirpart/$file"
! 6586: done
! 6587: done
! 6588: }
! 6589: ;;
! 6590:
! 6591: esac
! 6592: done # for ac_tag
! 6593:
! 6594:
! 6595: as_fn_exit 0
! 6596: _ACEOF
! 6597: ac_clean_files=$ac_clean_files_save
! 6598:
! 6599: test $ac_write_fail = 0 ||
! 6600: as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
! 6601:
! 6602:
! 6603: # configure is writing to config.log, and then calls config.status.
! 6604: # config.status does its own redirection, appending to config.log.
! 6605: # Unfortunately, on DOS this fails, as config.log is still kept open
! 6606: # by configure, so config.status won't be able to write to it; its
! 6607: # output is simply discarded. So we exec the FD to /dev/null,
! 6608: # effectively closing config.log, so it can be properly (re)opened and
! 6609: # appended to by config.status. When coming back to configure, we
! 6610: # need to make the FD available again.
! 6611: if test "$no_create" != yes; then
! 6612: ac_cs_success=:
! 6613: ac_config_status_args=
! 6614: test "$silent" = yes &&
! 6615: ac_config_status_args="$ac_config_status_args --quiet"
! 6616: exec 5>/dev/null
! 6617: $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
! 6618: exec 5>>config.log
! 6619: # Use ||, not &&, to avoid exiting from the if with $? = 1, which
! 6620: # would make configure fail if this is the last instruction.
! 6621: $ac_cs_success || as_fn_exit 1
! 6622: fi
! 6623: if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
! 6624: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
! 6625: $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
! 6626: fi
! 6627:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>