memory/jemalloc/src/configure

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/memory/jemalloc/src/configure	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,8298 @@
     1.4 +#! /bin/sh
     1.5 +# Guess values for system-dependent variables and create Makefiles.
     1.6 +# Generated by GNU Autoconf 2.69.
     1.7 +#
     1.8 +#
     1.9 +# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
    1.10 +#
    1.11 +#
    1.12 +# This configure script is free software; the Free Software Foundation
    1.13 +# gives unlimited permission to copy, distribute and modify it.
    1.14 +## -------------------- ##
    1.15 +## M4sh Initialization. ##
    1.16 +## -------------------- ##
    1.17 +
    1.18 +# Be more Bourne compatible
    1.19 +DUALCASE=1; export DUALCASE # for MKS sh
    1.20 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
    1.21 +  emulate sh
    1.22 +  NULLCMD=:
    1.23 +  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    1.24 +  # is contrary to our usage.  Disable this feature.
    1.25 +  alias -g '${1+"$@"}'='"$@"'
    1.26 +  setopt NO_GLOB_SUBST
    1.27 +else
    1.28 +  case `(set -o) 2>/dev/null` in #(
    1.29 +  *posix*) :
    1.30 +    set -o posix ;; #(
    1.31 +  *) :
    1.32 +     ;;
    1.33 +esac
    1.34 +fi
    1.35 +
    1.36 +
    1.37 +as_nl='
    1.38 +'
    1.39 +export as_nl
    1.40 +# Printing a long string crashes Solaris 7 /usr/bin/printf.
    1.41 +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    1.42 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    1.43 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    1.44 +# Prefer a ksh shell builtin over an external printf program on Solaris,
    1.45 +# but without wasting forks for bash or zsh.
    1.46 +if test -z "$BASH_VERSION$ZSH_VERSION" \
    1.47 +    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
    1.48 +  as_echo='print -r --'
    1.49 +  as_echo_n='print -rn --'
    1.50 +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
    1.51 +  as_echo='printf %s\n'
    1.52 +  as_echo_n='printf %s'
    1.53 +else
    1.54 +  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
    1.55 +    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
    1.56 +    as_echo_n='/usr/ucb/echo -n'
    1.57 +  else
    1.58 +    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
    1.59 +    as_echo_n_body='eval
    1.60 +      arg=$1;
    1.61 +      case $arg in #(
    1.62 +      *"$as_nl"*)
    1.63 +	expr "X$arg" : "X\\(.*\\)$as_nl";
    1.64 +	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
    1.65 +      esac;
    1.66 +      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
    1.67 +    '
    1.68 +    export as_echo_n_body
    1.69 +    as_echo_n='sh -c $as_echo_n_body as_echo'
    1.70 +  fi
    1.71 +  export as_echo_body
    1.72 +  as_echo='sh -c $as_echo_body as_echo'
    1.73 +fi
    1.74 +
    1.75 +# The user is always right.
    1.76 +if test "${PATH_SEPARATOR+set}" != set; then
    1.77 +  PATH_SEPARATOR=:
    1.78 +  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
    1.79 +    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
    1.80 +      PATH_SEPARATOR=';'
    1.81 +  }
    1.82 +fi
    1.83 +
    1.84 +
    1.85 +# IFS
    1.86 +# We need space, tab and new line, in precisely that order.  Quoting is
    1.87 +# there to prevent editors from complaining about space-tab.
    1.88 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    1.89 +# splitting by setting IFS to empty value.)
    1.90 +IFS=" ""	$as_nl"
    1.91 +
    1.92 +# Find who we are.  Look in the path if we contain no directory separator.
    1.93 +as_myself=
    1.94 +case $0 in #((
    1.95 +  *[\\/]* ) as_myself=$0 ;;
    1.96 +  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    1.97 +for as_dir in $PATH
    1.98 +do
    1.99 +  IFS=$as_save_IFS
   1.100 +  test -z "$as_dir" && as_dir=.
   1.101 +    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
   1.102 +  done
   1.103 +IFS=$as_save_IFS
   1.104 +
   1.105 +     ;;
   1.106 +esac
   1.107 +# We did not find ourselves, most probably we were run as `sh COMMAND'
   1.108 +# in which case we are not to be found in the path.
   1.109 +if test "x$as_myself" = x; then
   1.110 +  as_myself=$0
   1.111 +fi
   1.112 +if test ! -f "$as_myself"; then
   1.113 +  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
   1.114 +  exit 1
   1.115 +fi
   1.116 +
   1.117 +# Unset variables that we do not need and which cause bugs (e.g. in
   1.118 +# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
   1.119 +# suppresses any "Segmentation fault" message there.  '((' could
   1.120 +# trigger a bug in pdksh 5.2.14.
   1.121 +for as_var in BASH_ENV ENV MAIL MAILPATH
   1.122 +do eval test x\${$as_var+set} = xset \
   1.123 +  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
   1.124 +done
   1.125 +PS1='$ '
   1.126 +PS2='> '
   1.127 +PS4='+ '
   1.128 +
   1.129 +# NLS nuisances.
   1.130 +LC_ALL=C
   1.131 +export LC_ALL
   1.132 +LANGUAGE=C
   1.133 +export LANGUAGE
   1.134 +
   1.135 +# CDPATH.
   1.136 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   1.137 +
   1.138 +# Use a proper internal environment variable to ensure we don't fall
   1.139 +  # into an infinite loop, continuously re-executing ourselves.
   1.140 +  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
   1.141 +    _as_can_reexec=no; export _as_can_reexec;
   1.142 +    # We cannot yet assume a decent shell, so we have to provide a
   1.143 +# neutralization value for shells without unset; and this also
   1.144 +# works around shells that cannot unset nonexistent variables.
   1.145 +# Preserve -v and -x to the replacement shell.
   1.146 +BASH_ENV=/dev/null
   1.147 +ENV=/dev/null
   1.148 +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
   1.149 +case $- in # ((((
   1.150 +  *v*x* | *x*v* ) as_opts=-vx ;;
   1.151 +  *v* ) as_opts=-v ;;
   1.152 +  *x* ) as_opts=-x ;;
   1.153 +  * ) as_opts= ;;
   1.154 +esac
   1.155 +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
   1.156 +# Admittedly, this is quite paranoid, since all the known shells bail
   1.157 +# out after a failed `exec'.
   1.158 +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
   1.159 +as_fn_exit 255
   1.160 +  fi
   1.161 +  # We don't want this to propagate to other subprocesses.
   1.162 +          { _as_can_reexec=; unset _as_can_reexec;}
   1.163 +if test "x$CONFIG_SHELL" = x; then
   1.164 +  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
   1.165 +  emulate sh
   1.166 +  NULLCMD=:
   1.167 +  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
   1.168 +  # is contrary to our usage.  Disable this feature.
   1.169 +  alias -g '\${1+\"\$@\"}'='\"\$@\"'
   1.170 +  setopt NO_GLOB_SUBST
   1.171 +else
   1.172 +  case \`(set -o) 2>/dev/null\` in #(
   1.173 +  *posix*) :
   1.174 +    set -o posix ;; #(
   1.175 +  *) :
   1.176 +     ;;
   1.177 +esac
   1.178 +fi
   1.179 +"
   1.180 +  as_required="as_fn_return () { (exit \$1); }
   1.181 +as_fn_success () { as_fn_return 0; }
   1.182 +as_fn_failure () { as_fn_return 1; }
   1.183 +as_fn_ret_success () { return 0; }
   1.184 +as_fn_ret_failure () { return 1; }
   1.185 +
   1.186 +exitcode=0
   1.187 +as_fn_success || { exitcode=1; echo as_fn_success failed.; }
   1.188 +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
   1.189 +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
   1.190 +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
   1.191 +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
   1.192 +
   1.193 +else
   1.194 +  exitcode=1; echo positional parameters were not saved.
   1.195 +fi
   1.196 +test x\$exitcode = x0 || exit 1
   1.197 +test -x / || exit 1"
   1.198 +  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
   1.199 +  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
   1.200 +  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
   1.201 +  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
   1.202 +test \$(( 1 + 1 )) = 2 || exit 1"
   1.203 +  if (eval "$as_required") 2>/dev/null; then :
   1.204 +  as_have_required=yes
   1.205 +else
   1.206 +  as_have_required=no
   1.207 +fi
   1.208 +  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
   1.209 +
   1.210 +else
   1.211 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1.212 +as_found=false
   1.213 +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
   1.214 +do
   1.215 +  IFS=$as_save_IFS
   1.216 +  test -z "$as_dir" && as_dir=.
   1.217 +  as_found=:
   1.218 +  case $as_dir in #(
   1.219 +	 /*)
   1.220 +	   for as_base in sh bash ksh sh5; do
   1.221 +	     # Try only shells that exist, to save several forks.
   1.222 +	     as_shell=$as_dir/$as_base
   1.223 +	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
   1.224 +		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
   1.225 +  CONFIG_SHELL=$as_shell as_have_required=yes
   1.226 +		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
   1.227 +  break 2
   1.228 +fi
   1.229 +fi
   1.230 +	   done;;
   1.231 +       esac
   1.232 +  as_found=false
   1.233 +done
   1.234 +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
   1.235 +	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
   1.236 +  CONFIG_SHELL=$SHELL as_have_required=yes
   1.237 +fi; }
   1.238 +IFS=$as_save_IFS
   1.239 +
   1.240 +
   1.241 +      if test "x$CONFIG_SHELL" != x; then :
   1.242 +  export CONFIG_SHELL
   1.243 +             # We cannot yet assume a decent shell, so we have to provide a
   1.244 +# neutralization value for shells without unset; and this also
   1.245 +# works around shells that cannot unset nonexistent variables.
   1.246 +# Preserve -v and -x to the replacement shell.
   1.247 +BASH_ENV=/dev/null
   1.248 +ENV=/dev/null
   1.249 +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
   1.250 +case $- in # ((((
   1.251 +  *v*x* | *x*v* ) as_opts=-vx ;;
   1.252 +  *v* ) as_opts=-v ;;
   1.253 +  *x* ) as_opts=-x ;;
   1.254 +  * ) as_opts= ;;
   1.255 +esac
   1.256 +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
   1.257 +# Admittedly, this is quite paranoid, since all the known shells bail
   1.258 +# out after a failed `exec'.
   1.259 +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
   1.260 +exit 255
   1.261 +fi
   1.262 +
   1.263 +    if test x$as_have_required = xno; then :
   1.264 +  $as_echo "$0: This script requires a shell more modern than all"
   1.265 +  $as_echo "$0: the shells that I found on your system."
   1.266 +  if test x${ZSH_VERSION+set} = xset ; then
   1.267 +    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
   1.268 +    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
   1.269 +  else
   1.270 +    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
   1.271 +$0: including any error possibly output before this
   1.272 +$0: message. Then install a modern shell, or manually run
   1.273 +$0: the script under such a shell if you do have one."
   1.274 +  fi
   1.275 +  exit 1
   1.276 +fi
   1.277 +fi
   1.278 +fi
   1.279 +SHELL=${CONFIG_SHELL-/bin/sh}
   1.280 +export SHELL
   1.281 +# Unset more variables known to interfere with behavior of common tools.
   1.282 +CLICOLOR_FORCE= GREP_OPTIONS=
   1.283 +unset CLICOLOR_FORCE GREP_OPTIONS
   1.284 +
   1.285 +## --------------------- ##
   1.286 +## M4sh Shell Functions. ##
   1.287 +## --------------------- ##
   1.288 +# as_fn_unset VAR
   1.289 +# ---------------
   1.290 +# Portably unset VAR.
   1.291 +as_fn_unset ()
   1.292 +{
   1.293 +  { eval $1=; unset $1;}
   1.294 +}
   1.295 +as_unset=as_fn_unset
   1.296 +
   1.297 +# as_fn_set_status STATUS
   1.298 +# -----------------------
   1.299 +# Set $? to STATUS, without forking.
   1.300 +as_fn_set_status ()
   1.301 +{
   1.302 +  return $1
   1.303 +} # as_fn_set_status
   1.304 +
   1.305 +# as_fn_exit STATUS
   1.306 +# -----------------
   1.307 +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
   1.308 +as_fn_exit ()
   1.309 +{
   1.310 +  set +e
   1.311 +  as_fn_set_status $1
   1.312 +  exit $1
   1.313 +} # as_fn_exit
   1.314 +
   1.315 +# as_fn_mkdir_p
   1.316 +# -------------
   1.317 +# Create "$as_dir" as a directory, including parents if necessary.
   1.318 +as_fn_mkdir_p ()
   1.319 +{
   1.320 +
   1.321 +  case $as_dir in #(
   1.322 +  -*) as_dir=./$as_dir;;
   1.323 +  esac
   1.324 +  test -d "$as_dir" || eval $as_mkdir_p || {
   1.325 +    as_dirs=
   1.326 +    while :; do
   1.327 +      case $as_dir in #(
   1.328 +      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
   1.329 +      *) as_qdir=$as_dir;;
   1.330 +      esac
   1.331 +      as_dirs="'$as_qdir' $as_dirs"
   1.332 +      as_dir=`$as_dirname -- "$as_dir" ||
   1.333 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   1.334 +	 X"$as_dir" : 'X\(//\)[^/]' \| \
   1.335 +	 X"$as_dir" : 'X\(//\)$' \| \
   1.336 +	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
   1.337 +$as_echo X"$as_dir" |
   1.338 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   1.339 +	    s//\1/
   1.340 +	    q
   1.341 +	  }
   1.342 +	  /^X\(\/\/\)[^/].*/{
   1.343 +	    s//\1/
   1.344 +	    q
   1.345 +	  }
   1.346 +	  /^X\(\/\/\)$/{
   1.347 +	    s//\1/
   1.348 +	    q
   1.349 +	  }
   1.350 +	  /^X\(\/\).*/{
   1.351 +	    s//\1/
   1.352 +	    q
   1.353 +	  }
   1.354 +	  s/.*/./; q'`
   1.355 +      test -d "$as_dir" && break
   1.356 +    done
   1.357 +    test -z "$as_dirs" || eval "mkdir $as_dirs"
   1.358 +  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
   1.359 +
   1.360 +
   1.361 +} # as_fn_mkdir_p
   1.362 +
   1.363 +# as_fn_executable_p FILE
   1.364 +# -----------------------
   1.365 +# Test if FILE is an executable regular file.
   1.366 +as_fn_executable_p ()
   1.367 +{
   1.368 +  test -f "$1" && test -x "$1"
   1.369 +} # as_fn_executable_p
   1.370 +# as_fn_append VAR VALUE
   1.371 +# ----------------------
   1.372 +# Append the text in VALUE to the end of the definition contained in VAR. Take
   1.373 +# advantage of any shell optimizations that allow amortized linear growth over
   1.374 +# repeated appends, instead of the typical quadratic growth present in naive
   1.375 +# implementations.
   1.376 +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
   1.377 +  eval 'as_fn_append ()
   1.378 +  {
   1.379 +    eval $1+=\$2
   1.380 +  }'
   1.381 +else
   1.382 +  as_fn_append ()
   1.383 +  {
   1.384 +    eval $1=\$$1\$2
   1.385 +  }
   1.386 +fi # as_fn_append
   1.387 +
   1.388 +# as_fn_arith ARG...
   1.389 +# ------------------
   1.390 +# Perform arithmetic evaluation on the ARGs, and store the result in the
   1.391 +# global $as_val. Take advantage of shells that can avoid forks. The arguments
   1.392 +# must be portable across $(()) and expr.
   1.393 +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
   1.394 +  eval 'as_fn_arith ()
   1.395 +  {
   1.396 +    as_val=$(( $* ))
   1.397 +  }'
   1.398 +else
   1.399 +  as_fn_arith ()
   1.400 +  {
   1.401 +    as_val=`expr "$@" || test $? -eq 1`
   1.402 +  }
   1.403 +fi # as_fn_arith
   1.404 +
   1.405 +
   1.406 +# as_fn_error STATUS ERROR [LINENO LOG_FD]
   1.407 +# ----------------------------------------
   1.408 +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
   1.409 +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
   1.410 +# script with STATUS, using 1 if that was 0.
   1.411 +as_fn_error ()
   1.412 +{
   1.413 +  as_status=$1; test $as_status -eq 0 && as_status=1
   1.414 +  if test "$4"; then
   1.415 +    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1.416 +    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
   1.417 +  fi
   1.418 +  $as_echo "$as_me: error: $2" >&2
   1.419 +  as_fn_exit $as_status
   1.420 +} # as_fn_error
   1.421 +
   1.422 +if expr a : '\(a\)' >/dev/null 2>&1 &&
   1.423 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
   1.424 +  as_expr=expr
   1.425 +else
   1.426 +  as_expr=false
   1.427 +fi
   1.428 +
   1.429 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
   1.430 +  as_basename=basename
   1.431 +else
   1.432 +  as_basename=false
   1.433 +fi
   1.434 +
   1.435 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
   1.436 +  as_dirname=dirname
   1.437 +else
   1.438 +  as_dirname=false
   1.439 +fi
   1.440 +
   1.441 +as_me=`$as_basename -- "$0" ||
   1.442 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
   1.443 +	 X"$0" : 'X\(//\)$' \| \
   1.444 +	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
   1.445 +$as_echo X/"$0" |
   1.446 +    sed '/^.*\/\([^/][^/]*\)\/*$/{
   1.447 +	    s//\1/
   1.448 +	    q
   1.449 +	  }
   1.450 +	  /^X\/\(\/\/\)$/{
   1.451 +	    s//\1/
   1.452 +	    q
   1.453 +	  }
   1.454 +	  /^X\/\(\/\).*/{
   1.455 +	    s//\1/
   1.456 +	    q
   1.457 +	  }
   1.458 +	  s/.*/./; q'`
   1.459 +
   1.460 +# Avoid depending upon Character Ranges.
   1.461 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
   1.462 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
   1.463 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
   1.464 +as_cr_digits='0123456789'
   1.465 +as_cr_alnum=$as_cr_Letters$as_cr_digits
   1.466 +
   1.467 +
   1.468 +  as_lineno_1=$LINENO as_lineno_1a=$LINENO
   1.469 +  as_lineno_2=$LINENO as_lineno_2a=$LINENO
   1.470 +  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
   1.471 +  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
   1.472 +  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
   1.473 +  sed -n '
   1.474 +    p
   1.475 +    /[$]LINENO/=
   1.476 +  ' <$as_myself |
   1.477 +    sed '
   1.478 +      s/[$]LINENO.*/&-/
   1.479 +      t lineno
   1.480 +      b
   1.481 +      :lineno
   1.482 +      N
   1.483 +      :loop
   1.484 +      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
   1.485 +      t loop
   1.486 +      s/-\n.*//
   1.487 +    ' >$as_me.lineno &&
   1.488 +  chmod +x "$as_me.lineno" ||
   1.489 +    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
   1.490 +
   1.491 +  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
   1.492 +  # already done that, so ensure we don't try to do so again and fall
   1.493 +  # in an infinite loop.  This has already happened in practice.
   1.494 +  _as_can_reexec=no; export _as_can_reexec
   1.495 +  # Don't try to exec as it changes $[0], causing all sort of problems
   1.496 +  # (the dirname of $[0] is not the place where we might find the
   1.497 +  # original and so on.  Autoconf is especially sensitive to this).
   1.498 +  . "./$as_me.lineno"
   1.499 +  # Exit status is that of the last command.
   1.500 +  exit
   1.501 +}
   1.502 +
   1.503 +ECHO_C= ECHO_N= ECHO_T=
   1.504 +case `echo -n x` in #(((((
   1.505 +-n*)
   1.506 +  case `echo 'xy\c'` in
   1.507 +  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
   1.508 +  xy)  ECHO_C='\c';;
   1.509 +  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
   1.510 +       ECHO_T='	';;
   1.511 +  esac;;
   1.512 +*)
   1.513 +  ECHO_N='-n';;
   1.514 +esac
   1.515 +
   1.516 +rm -f conf$$ conf$$.exe conf$$.file
   1.517 +if test -d conf$$.dir; then
   1.518 +  rm -f conf$$.dir/conf$$.file
   1.519 +else
   1.520 +  rm -f conf$$.dir
   1.521 +  mkdir conf$$.dir 2>/dev/null
   1.522 +fi
   1.523 +if (echo >conf$$.file) 2>/dev/null; then
   1.524 +  if ln -s conf$$.file conf$$ 2>/dev/null; then
   1.525 +    as_ln_s='ln -s'
   1.526 +    # ... but there are two gotchas:
   1.527 +    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
   1.528 +    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
   1.529 +    # In both cases, we have to default to `cp -pR'.
   1.530 +    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
   1.531 +      as_ln_s='cp -pR'
   1.532 +  elif ln conf$$.file conf$$ 2>/dev/null; then
   1.533 +    as_ln_s=ln
   1.534 +  else
   1.535 +    as_ln_s='cp -pR'
   1.536 +  fi
   1.537 +else
   1.538 +  as_ln_s='cp -pR'
   1.539 +fi
   1.540 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
   1.541 +rmdir conf$$.dir 2>/dev/null
   1.542 +
   1.543 +if mkdir -p . 2>/dev/null; then
   1.544 +  as_mkdir_p='mkdir -p "$as_dir"'
   1.545 +else
   1.546 +  test -d ./-p && rmdir ./-p
   1.547 +  as_mkdir_p=false
   1.548 +fi
   1.549 +
   1.550 +as_test_x='test -x'
   1.551 +as_executable_p=as_fn_executable_p
   1.552 +
   1.553 +# Sed expression to map a string onto a valid CPP name.
   1.554 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
   1.555 +
   1.556 +# Sed expression to map a string onto a valid variable name.
   1.557 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
   1.558 +
   1.559 +
   1.560 +test -n "$DJDIR" || exec 7<&0 </dev/null
   1.561 +exec 6>&1
   1.562 +
   1.563 +# Name of the host.
   1.564 +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
   1.565 +# so uname gets run too.
   1.566 +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
   1.567 +
   1.568 +#
   1.569 +# Initializations.
   1.570 +#
   1.571 +ac_default_prefix=/usr/local
   1.572 +ac_clean_files=
   1.573 +ac_config_libobj_dir=.
   1.574 +LIBOBJS=
   1.575 +cross_compiling=no
   1.576 +subdirs=
   1.577 +MFLAGS=
   1.578 +MAKEFLAGS=
   1.579 +
   1.580 +# Identity of this package.
   1.581 +PACKAGE_NAME=
   1.582 +PACKAGE_TARNAME=
   1.583 +PACKAGE_VERSION=
   1.584 +PACKAGE_STRING=
   1.585 +PACKAGE_BUGREPORT=
   1.586 +PACKAGE_URL=
   1.587 +
   1.588 +ac_unique_file="Makefile.in"
   1.589 +# Factoring default headers for most tests.
   1.590 +ac_includes_default="\
   1.591 +#include <stdio.h>
   1.592 +#ifdef HAVE_SYS_TYPES_H
   1.593 +# include <sys/types.h>
   1.594 +#endif
   1.595 +#ifdef HAVE_SYS_STAT_H
   1.596 +# include <sys/stat.h>
   1.597 +#endif
   1.598 +#ifdef STDC_HEADERS
   1.599 +# include <stdlib.h>
   1.600 +# include <stddef.h>
   1.601 +#else
   1.602 +# ifdef HAVE_STDLIB_H
   1.603 +#  include <stdlib.h>
   1.604 +# endif
   1.605 +#endif
   1.606 +#ifdef HAVE_STRING_H
   1.607 +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
   1.608 +#  include <memory.h>
   1.609 +# endif
   1.610 +# include <string.h>
   1.611 +#endif
   1.612 +#ifdef HAVE_STRINGS_H
   1.613 +# include <strings.h>
   1.614 +#endif
   1.615 +#ifdef HAVE_INTTYPES_H
   1.616 +# include <inttypes.h>
   1.617 +#endif
   1.618 +#ifdef HAVE_STDINT_H
   1.619 +# include <stdint.h>
   1.620 +#endif
   1.621 +#ifdef HAVE_UNISTD_H
   1.622 +# include <unistd.h>
   1.623 +#endif"
   1.624 +
   1.625 +ac_subst_vars='LTLIBOBJS
   1.626 +LIBOBJS
   1.627 +cfgoutputs_out
   1.628 +cfgoutputs_in
   1.629 +cfghdrs_out
   1.630 +cfghdrs_in
   1.631 +enable_tls
   1.632 +enable_lazy_lock
   1.633 +jemalloc_version_gid
   1.634 +jemalloc_version_nrev
   1.635 +jemalloc_version_bugfix
   1.636 +jemalloc_version_minor
   1.637 +jemalloc_version_major
   1.638 +jemalloc_version
   1.639 +enable_xmalloc
   1.640 +enable_valgrind
   1.641 +enable_utrace
   1.642 +enable_fill
   1.643 +enable_dss
   1.644 +enable_munmap
   1.645 +enable_mremap
   1.646 +enable_tcache
   1.647 +enable_prof
   1.648 +enable_stats
   1.649 +enable_debug
   1.650 +install_suffix
   1.651 +enable_experimental
   1.652 +AUTOCONF
   1.653 +LD
   1.654 +AR
   1.655 +RANLIB
   1.656 +INSTALL_DATA
   1.657 +INSTALL_SCRIPT
   1.658 +INSTALL_PROGRAM
   1.659 +enable_autogen
   1.660 +RPATH_EXTRA
   1.661 +CC_MM
   1.662 +MKLIB
   1.663 +LDTARGET
   1.664 +CTARGET
   1.665 +PIC_CFLAGS
   1.666 +SOREV
   1.667 +EXTRA_LDFLAGS
   1.668 +DSO_LDFLAGS
   1.669 +libprefix
   1.670 +exe
   1.671 +a
   1.672 +o
   1.673 +importlib
   1.674 +so
   1.675 +LD_PRELOAD_VAR
   1.676 +RPATH
   1.677 +abi
   1.678 +host_os
   1.679 +host_vendor
   1.680 +host_cpu
   1.681 +host
   1.682 +build_os
   1.683 +build_vendor
   1.684 +build_cpu
   1.685 +build
   1.686 +EGREP
   1.687 +GREP
   1.688 +CPP
   1.689 +OBJEXT
   1.690 +EXEEXT
   1.691 +ac_ct_CC
   1.692 +CPPFLAGS
   1.693 +LDFLAGS
   1.694 +CFLAGS
   1.695 +CC
   1.696 +XSLROOT
   1.697 +XSLTPROC
   1.698 +MANDIR
   1.699 +DATADIR
   1.700 +LIBDIR
   1.701 +INCLUDEDIR
   1.702 +BINDIR
   1.703 +PREFIX
   1.704 +abs_objroot
   1.705 +objroot
   1.706 +abs_srcroot
   1.707 +srcroot
   1.708 +rev
   1.709 +target_alias
   1.710 +host_alias
   1.711 +build_alias
   1.712 +LIBS
   1.713 +ECHO_T
   1.714 +ECHO_N
   1.715 +ECHO_C
   1.716 +DEFS
   1.717 +mandir
   1.718 +localedir
   1.719 +libdir
   1.720 +psdir
   1.721 +pdfdir
   1.722 +dvidir
   1.723 +htmldir
   1.724 +infodir
   1.725 +docdir
   1.726 +oldincludedir
   1.727 +includedir
   1.728 +localstatedir
   1.729 +sharedstatedir
   1.730 +sysconfdir
   1.731 +datadir
   1.732 +datarootdir
   1.733 +libexecdir
   1.734 +sbindir
   1.735 +bindir
   1.736 +program_transform_name
   1.737 +prefix
   1.738 +exec_prefix
   1.739 +PACKAGE_URL
   1.740 +PACKAGE_BUGREPORT
   1.741 +PACKAGE_STRING
   1.742 +PACKAGE_VERSION
   1.743 +PACKAGE_TARNAME
   1.744 +PACKAGE_NAME
   1.745 +PATH_SEPARATOR
   1.746 +SHELL'
   1.747 +ac_subst_files=''
   1.748 +ac_user_opts='
   1.749 +enable_option_checking
   1.750 +with_xslroot
   1.751 +with_rpath
   1.752 +enable_autogen
   1.753 +enable_experimental
   1.754 +with_mangling
   1.755 +with_jemalloc_prefix
   1.756 +with_export
   1.757 +with_private_namespace
   1.758 +with_install_suffix
   1.759 +enable_cc_silence
   1.760 +enable_debug
   1.761 +enable_stats
   1.762 +enable_prof
   1.763 +enable_prof_libunwind
   1.764 +with_static_libunwind
   1.765 +enable_prof_libgcc
   1.766 +enable_prof_gcc
   1.767 +enable_tcache
   1.768 +enable_mremap
   1.769 +enable_munmap
   1.770 +enable_dss
   1.771 +enable_fill
   1.772 +enable_utrace
   1.773 +enable_valgrind
   1.774 +enable_xmalloc
   1.775 +enable_lazy_lock
   1.776 +enable_tls
   1.777 +'
   1.778 +      ac_precious_vars='build_alias
   1.779 +host_alias
   1.780 +target_alias
   1.781 +CC
   1.782 +CFLAGS
   1.783 +LDFLAGS
   1.784 +LIBS
   1.785 +CPPFLAGS
   1.786 +CPP'
   1.787 +
   1.788 +
   1.789 +# Initialize some variables set by options.
   1.790 +ac_init_help=
   1.791 +ac_init_version=false
   1.792 +ac_unrecognized_opts=
   1.793 +ac_unrecognized_sep=
   1.794 +# The variables have the same names as the options, with
   1.795 +# dashes changed to underlines.
   1.796 +cache_file=/dev/null
   1.797 +exec_prefix=NONE
   1.798 +no_create=
   1.799 +no_recursion=
   1.800 +prefix=NONE
   1.801 +program_prefix=NONE
   1.802 +program_suffix=NONE
   1.803 +program_transform_name=s,x,x,
   1.804 +silent=
   1.805 +site=
   1.806 +srcdir=
   1.807 +verbose=
   1.808 +x_includes=NONE
   1.809 +x_libraries=NONE
   1.810 +
   1.811 +# Installation directory options.
   1.812 +# These are left unexpanded so users can "make install exec_prefix=/foo"
   1.813 +# and all the variables that are supposed to be based on exec_prefix
   1.814 +# by default will actually change.
   1.815 +# Use braces instead of parens because sh, perl, etc. also accept them.
   1.816 +# (The list follows the same order as the GNU Coding Standards.)
   1.817 +bindir='${exec_prefix}/bin'
   1.818 +sbindir='${exec_prefix}/sbin'
   1.819 +libexecdir='${exec_prefix}/libexec'
   1.820 +datarootdir='${prefix}/share'
   1.821 +datadir='${datarootdir}'
   1.822 +sysconfdir='${prefix}/etc'
   1.823 +sharedstatedir='${prefix}/com'
   1.824 +localstatedir='${prefix}/var'
   1.825 +includedir='${prefix}/include'
   1.826 +oldincludedir='/usr/include'
   1.827 +docdir='${datarootdir}/doc/${PACKAGE}'
   1.828 +infodir='${datarootdir}/info'
   1.829 +htmldir='${docdir}'
   1.830 +dvidir='${docdir}'
   1.831 +pdfdir='${docdir}'
   1.832 +psdir='${docdir}'
   1.833 +libdir='${exec_prefix}/lib'
   1.834 +localedir='${datarootdir}/locale'
   1.835 +mandir='${datarootdir}/man'
   1.836 +
   1.837 +ac_prev=
   1.838 +ac_dashdash=
   1.839 +for ac_option
   1.840 +do
   1.841 +  # If the previous option needs an argument, assign it.
   1.842 +  if test -n "$ac_prev"; then
   1.843 +    eval $ac_prev=\$ac_option
   1.844 +    ac_prev=
   1.845 +    continue
   1.846 +  fi
   1.847 +
   1.848 +  case $ac_option in
   1.849 +  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
   1.850 +  *=)   ac_optarg= ;;
   1.851 +  *)    ac_optarg=yes ;;
   1.852 +  esac
   1.853 +
   1.854 +  # Accept the important Cygnus configure options, so we can diagnose typos.
   1.855 +
   1.856 +  case $ac_dashdash$ac_option in
   1.857 +  --)
   1.858 +    ac_dashdash=yes ;;
   1.859 +
   1.860 +  -bindir | --bindir | --bindi | --bind | --bin | --bi)
   1.861 +    ac_prev=bindir ;;
   1.862 +  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
   1.863 +    bindir=$ac_optarg ;;
   1.864 +
   1.865 +  -build | --build | --buil | --bui | --bu)
   1.866 +    ac_prev=build_alias ;;
   1.867 +  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
   1.868 +    build_alias=$ac_optarg ;;
   1.869 +
   1.870 +  -cache-file | --cache-file | --cache-fil | --cache-fi \
   1.871 +  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
   1.872 +    ac_prev=cache_file ;;
   1.873 +  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
   1.874 +  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
   1.875 +    cache_file=$ac_optarg ;;
   1.876 +
   1.877 +  --config-cache | -C)
   1.878 +    cache_file=config.cache ;;
   1.879 +
   1.880 +  -datadir | --datadir | --datadi | --datad)
   1.881 +    ac_prev=datadir ;;
   1.882 +  -datadir=* | --datadir=* | --datadi=* | --datad=*)
   1.883 +    datadir=$ac_optarg ;;
   1.884 +
   1.885 +  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
   1.886 +  | --dataroo | --dataro | --datar)
   1.887 +    ac_prev=datarootdir ;;
   1.888 +  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
   1.889 +  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
   1.890 +    datarootdir=$ac_optarg ;;
   1.891 +
   1.892 +  -disable-* | --disable-*)
   1.893 +    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
   1.894 +    # Reject names that are not valid shell variable names.
   1.895 +    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   1.896 +      as_fn_error $? "invalid feature name: $ac_useropt"
   1.897 +    ac_useropt_orig=$ac_useropt
   1.898 +    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   1.899 +    case $ac_user_opts in
   1.900 +      *"
   1.901 +"enable_$ac_useropt"
   1.902 +"*) ;;
   1.903 +      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
   1.904 +	 ac_unrecognized_sep=', ';;
   1.905 +    esac
   1.906 +    eval enable_$ac_useropt=no ;;
   1.907 +
   1.908 +  -docdir | --docdir | --docdi | --doc | --do)
   1.909 +    ac_prev=docdir ;;
   1.910 +  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
   1.911 +    docdir=$ac_optarg ;;
   1.912 +
   1.913 +  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
   1.914 +    ac_prev=dvidir ;;
   1.915 +  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
   1.916 +    dvidir=$ac_optarg ;;
   1.917 +
   1.918 +  -enable-* | --enable-*)
   1.919 +    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
   1.920 +    # Reject names that are not valid shell variable names.
   1.921 +    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   1.922 +      as_fn_error $? "invalid feature name: $ac_useropt"
   1.923 +    ac_useropt_orig=$ac_useropt
   1.924 +    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   1.925 +    case $ac_user_opts in
   1.926 +      *"
   1.927 +"enable_$ac_useropt"
   1.928 +"*) ;;
   1.929 +      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
   1.930 +	 ac_unrecognized_sep=', ';;
   1.931 +    esac
   1.932 +    eval enable_$ac_useropt=\$ac_optarg ;;
   1.933 +
   1.934 +  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
   1.935 +  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
   1.936 +  | --exec | --exe | --ex)
   1.937 +    ac_prev=exec_prefix ;;
   1.938 +  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
   1.939 +  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
   1.940 +  | --exec=* | --exe=* | --ex=*)
   1.941 +    exec_prefix=$ac_optarg ;;
   1.942 +
   1.943 +  -gas | --gas | --ga | --g)
   1.944 +    # Obsolete; use --with-gas.
   1.945 +    with_gas=yes ;;
   1.946 +
   1.947 +  -help | --help | --hel | --he | -h)
   1.948 +    ac_init_help=long ;;
   1.949 +  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
   1.950 +    ac_init_help=recursive ;;
   1.951 +  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
   1.952 +    ac_init_help=short ;;
   1.953 +
   1.954 +  -host | --host | --hos | --ho)
   1.955 +    ac_prev=host_alias ;;
   1.956 +  -host=* | --host=* | --hos=* | --ho=*)
   1.957 +    host_alias=$ac_optarg ;;
   1.958 +
   1.959 +  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
   1.960 +    ac_prev=htmldir ;;
   1.961 +  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
   1.962 +  | --ht=*)
   1.963 +    htmldir=$ac_optarg ;;
   1.964 +
   1.965 +  -includedir | --includedir | --includedi | --included | --include \
   1.966 +  | --includ | --inclu | --incl | --inc)
   1.967 +    ac_prev=includedir ;;
   1.968 +  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
   1.969 +  | --includ=* | --inclu=* | --incl=* | --inc=*)
   1.970 +    includedir=$ac_optarg ;;
   1.971 +
   1.972 +  -infodir | --infodir | --infodi | --infod | --info | --inf)
   1.973 +    ac_prev=infodir ;;
   1.974 +  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
   1.975 +    infodir=$ac_optarg ;;
   1.976 +
   1.977 +  -libdir | --libdir | --libdi | --libd)
   1.978 +    ac_prev=libdir ;;
   1.979 +  -libdir=* | --libdir=* | --libdi=* | --libd=*)
   1.980 +    libdir=$ac_optarg ;;
   1.981 +
   1.982 +  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
   1.983 +  | --libexe | --libex | --libe)
   1.984 +    ac_prev=libexecdir ;;
   1.985 +  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
   1.986 +  | --libexe=* | --libex=* | --libe=*)
   1.987 +    libexecdir=$ac_optarg ;;
   1.988 +
   1.989 +  -localedir | --localedir | --localedi | --localed | --locale)
   1.990 +    ac_prev=localedir ;;
   1.991 +  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
   1.992 +    localedir=$ac_optarg ;;
   1.993 +
   1.994 +  -localstatedir | --localstatedir | --localstatedi | --localstated \
   1.995 +  | --localstate | --localstat | --localsta | --localst | --locals)
   1.996 +    ac_prev=localstatedir ;;
   1.997 +  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
   1.998 +  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
   1.999 +    localstatedir=$ac_optarg ;;
  1.1000 +
  1.1001 +  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  1.1002 +    ac_prev=mandir ;;
  1.1003 +  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  1.1004 +    mandir=$ac_optarg ;;
  1.1005 +
  1.1006 +  -nfp | --nfp | --nf)
  1.1007 +    # Obsolete; use --without-fp.
  1.1008 +    with_fp=no ;;
  1.1009 +
  1.1010 +  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  1.1011 +  | --no-cr | --no-c | -n)
  1.1012 +    no_create=yes ;;
  1.1013 +
  1.1014 +  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  1.1015 +  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  1.1016 +    no_recursion=yes ;;
  1.1017 +
  1.1018 +  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  1.1019 +  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  1.1020 +  | --oldin | --oldi | --old | --ol | --o)
  1.1021 +    ac_prev=oldincludedir ;;
  1.1022 +  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  1.1023 +  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  1.1024 +  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  1.1025 +    oldincludedir=$ac_optarg ;;
  1.1026 +
  1.1027 +  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  1.1028 +    ac_prev=prefix ;;
  1.1029 +  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  1.1030 +    prefix=$ac_optarg ;;
  1.1031 +
  1.1032 +  -program-prefix | --program-prefix | --program-prefi | --program-pref \
  1.1033 +  | --program-pre | --program-pr | --program-p)
  1.1034 +    ac_prev=program_prefix ;;
  1.1035 +  -program-prefix=* | --program-prefix=* | --program-prefi=* \
  1.1036 +  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  1.1037 +    program_prefix=$ac_optarg ;;
  1.1038 +
  1.1039 +  -program-suffix | --program-suffix | --program-suffi | --program-suff \
  1.1040 +  | --program-suf | --program-su | --program-s)
  1.1041 +    ac_prev=program_suffix ;;
  1.1042 +  -program-suffix=* | --program-suffix=* | --program-suffi=* \
  1.1043 +  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  1.1044 +    program_suffix=$ac_optarg ;;
  1.1045 +
  1.1046 +  -program-transform-name | --program-transform-name \
  1.1047 +  | --program-transform-nam | --program-transform-na \
  1.1048 +  | --program-transform-n | --program-transform- \
  1.1049 +  | --program-transform | --program-transfor \
  1.1050 +  | --program-transfo | --program-transf \
  1.1051 +  | --program-trans | --program-tran \
  1.1052 +  | --progr-tra | --program-tr | --program-t)
  1.1053 +    ac_prev=program_transform_name ;;
  1.1054 +  -program-transform-name=* | --program-transform-name=* \
  1.1055 +  | --program-transform-nam=* | --program-transform-na=* \
  1.1056 +  | --program-transform-n=* | --program-transform-=* \
  1.1057 +  | --program-transform=* | --program-transfor=* \
  1.1058 +  | --program-transfo=* | --program-transf=* \
  1.1059 +  | --program-trans=* | --program-tran=* \
  1.1060 +  | --progr-tra=* | --program-tr=* | --program-t=*)
  1.1061 +    program_transform_name=$ac_optarg ;;
  1.1062 +
  1.1063 +  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
  1.1064 +    ac_prev=pdfdir ;;
  1.1065 +  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
  1.1066 +    pdfdir=$ac_optarg ;;
  1.1067 +
  1.1068 +  -psdir | --psdir | --psdi | --psd | --ps)
  1.1069 +    ac_prev=psdir ;;
  1.1070 +  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  1.1071 +    psdir=$ac_optarg ;;
  1.1072 +
  1.1073 +  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1.1074 +  | -silent | --silent | --silen | --sile | --sil)
  1.1075 +    silent=yes ;;
  1.1076 +
  1.1077 +  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  1.1078 +    ac_prev=sbindir ;;
  1.1079 +  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  1.1080 +  | --sbi=* | --sb=*)
  1.1081 +    sbindir=$ac_optarg ;;
  1.1082 +
  1.1083 +  -sharedstatedir | --sharedstatedir | --sharedstatedi \
  1.1084 +  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  1.1085 +  | --sharedst | --shareds | --shared | --share | --shar \
  1.1086 +  | --sha | --sh)
  1.1087 +    ac_prev=sharedstatedir ;;
  1.1088 +  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  1.1089 +  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  1.1090 +  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  1.1091 +  | --sha=* | --sh=*)
  1.1092 +    sharedstatedir=$ac_optarg ;;
  1.1093 +
  1.1094 +  -site | --site | --sit)
  1.1095 +    ac_prev=site ;;
  1.1096 +  -site=* | --site=* | --sit=*)
  1.1097 +    site=$ac_optarg ;;
  1.1098 +
  1.1099 +  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  1.1100 +    ac_prev=srcdir ;;
  1.1101 +  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  1.1102 +    srcdir=$ac_optarg ;;
  1.1103 +
  1.1104 +  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  1.1105 +  | --syscon | --sysco | --sysc | --sys | --sy)
  1.1106 +    ac_prev=sysconfdir ;;
  1.1107 +  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  1.1108 +  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  1.1109 +    sysconfdir=$ac_optarg ;;
  1.1110 +
  1.1111 +  -target | --target | --targe | --targ | --tar | --ta | --t)
  1.1112 +    ac_prev=target_alias ;;
  1.1113 +  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  1.1114 +    target_alias=$ac_optarg ;;
  1.1115 +
  1.1116 +  -v | -verbose | --verbose | --verbos | --verbo | --verb)
  1.1117 +    verbose=yes ;;
  1.1118 +
  1.1119 +  -version | --version | --versio | --versi | --vers | -V)
  1.1120 +    ac_init_version=: ;;
  1.1121 +
  1.1122 +  -with-* | --with-*)
  1.1123 +    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
  1.1124 +    # Reject names that are not valid shell variable names.
  1.1125 +    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1.1126 +      as_fn_error $? "invalid package name: $ac_useropt"
  1.1127 +    ac_useropt_orig=$ac_useropt
  1.1128 +    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1.1129 +    case $ac_user_opts in
  1.1130 +      *"
  1.1131 +"with_$ac_useropt"
  1.1132 +"*) ;;
  1.1133 +      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
  1.1134 +	 ac_unrecognized_sep=', ';;
  1.1135 +    esac
  1.1136 +    eval with_$ac_useropt=\$ac_optarg ;;
  1.1137 +
  1.1138 +  -without-* | --without-*)
  1.1139 +    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
  1.1140 +    # Reject names that are not valid shell variable names.
  1.1141 +    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
  1.1142 +      as_fn_error $? "invalid package name: $ac_useropt"
  1.1143 +    ac_useropt_orig=$ac_useropt
  1.1144 +    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
  1.1145 +    case $ac_user_opts in
  1.1146 +      *"
  1.1147 +"with_$ac_useropt"
  1.1148 +"*) ;;
  1.1149 +      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
  1.1150 +	 ac_unrecognized_sep=', ';;
  1.1151 +    esac
  1.1152 +    eval with_$ac_useropt=no ;;
  1.1153 +
  1.1154 +  --x)
  1.1155 +    # Obsolete; use --with-x.
  1.1156 +    with_x=yes ;;
  1.1157 +
  1.1158 +  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  1.1159 +  | --x-incl | --x-inc | --x-in | --x-i)
  1.1160 +    ac_prev=x_includes ;;
  1.1161 +  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  1.1162 +  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  1.1163 +    x_includes=$ac_optarg ;;
  1.1164 +
  1.1165 +  -x-libraries | --x-libraries | --x-librarie | --x-librari \
  1.1166 +  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  1.1167 +    ac_prev=x_libraries ;;
  1.1168 +  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  1.1169 +  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  1.1170 +    x_libraries=$ac_optarg ;;
  1.1171 +
  1.1172 +  -*) as_fn_error $? "unrecognized option: \`$ac_option'
  1.1173 +Try \`$0 --help' for more information"
  1.1174 +    ;;
  1.1175 +
  1.1176 +  *=*)
  1.1177 +    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
  1.1178 +    # Reject names that are not valid shell variable names.
  1.1179 +    case $ac_envvar in #(
  1.1180 +      '' | [0-9]* | *[!_$as_cr_alnum]* )
  1.1181 +      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
  1.1182 +    esac
  1.1183 +    eval $ac_envvar=\$ac_optarg
  1.1184 +    export $ac_envvar ;;
  1.1185 +
  1.1186 +  *)
  1.1187 +    # FIXME: should be removed in autoconf 3.0.
  1.1188 +    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  1.1189 +    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1.1190 +      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  1.1191 +    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
  1.1192 +    ;;
  1.1193 +
  1.1194 +  esac
  1.1195 +done
  1.1196 +
  1.1197 +if test -n "$ac_prev"; then
  1.1198 +  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  1.1199 +  as_fn_error $? "missing argument to $ac_option"
  1.1200 +fi
  1.1201 +
  1.1202 +if test -n "$ac_unrecognized_opts"; then
  1.1203 +  case $enable_option_checking in
  1.1204 +    no) ;;
  1.1205 +    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
  1.1206 +    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
  1.1207 +  esac
  1.1208 +fi
  1.1209 +
  1.1210 +# Check all directory arguments for consistency.
  1.1211 +for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
  1.1212 +		datadir sysconfdir sharedstatedir localstatedir includedir \
  1.1213 +		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
  1.1214 +		libdir localedir mandir
  1.1215 +do
  1.1216 +  eval ac_val=\$$ac_var
  1.1217 +  # Remove trailing slashes.
  1.1218 +  case $ac_val in
  1.1219 +    */ )
  1.1220 +      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
  1.1221 +      eval $ac_var=\$ac_val;;
  1.1222 +  esac
  1.1223 +  # Be sure to have absolute directory names.
  1.1224 +  case $ac_val in
  1.1225 +    [\\/$]* | ?:[\\/]* )  continue;;
  1.1226 +    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  1.1227 +  esac
  1.1228 +  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
  1.1229 +done
  1.1230 +
  1.1231 +# There might be people who depend on the old broken behavior: `$host'
  1.1232 +# used to hold the argument of --host etc.
  1.1233 +# FIXME: To remove some day.
  1.1234 +build=$build_alias
  1.1235 +host=$host_alias
  1.1236 +target=$target_alias
  1.1237 +
  1.1238 +# FIXME: To remove some day.
  1.1239 +if test "x$host_alias" != x; then
  1.1240 +  if test "x$build_alias" = x; then
  1.1241 +    cross_compiling=maybe
  1.1242 +  elif test "x$build_alias" != "x$host_alias"; then
  1.1243 +    cross_compiling=yes
  1.1244 +  fi
  1.1245 +fi
  1.1246 +
  1.1247 +ac_tool_prefix=
  1.1248 +test -n "$host_alias" && ac_tool_prefix=$host_alias-
  1.1249 +
  1.1250 +test "$silent" = yes && exec 6>/dev/null
  1.1251 +
  1.1252 +
  1.1253 +ac_pwd=`pwd` && test -n "$ac_pwd" &&
  1.1254 +ac_ls_di=`ls -di .` &&
  1.1255 +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  1.1256 +  as_fn_error $? "working directory cannot be determined"
  1.1257 +test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  1.1258 +  as_fn_error $? "pwd does not report name of working directory"
  1.1259 +
  1.1260 +
  1.1261 +# Find the source files, if location was not specified.
  1.1262 +if test -z "$srcdir"; then
  1.1263 +  ac_srcdir_defaulted=yes
  1.1264 +  # Try the directory containing this script, then the parent directory.
  1.1265 +  ac_confdir=`$as_dirname -- "$as_myself" ||
  1.1266 +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.1267 +	 X"$as_myself" : 'X\(//\)[^/]' \| \
  1.1268 +	 X"$as_myself" : 'X\(//\)$' \| \
  1.1269 +	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
  1.1270 +$as_echo X"$as_myself" |
  1.1271 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1.1272 +	    s//\1/
  1.1273 +	    q
  1.1274 +	  }
  1.1275 +	  /^X\(\/\/\)[^/].*/{
  1.1276 +	    s//\1/
  1.1277 +	    q
  1.1278 +	  }
  1.1279 +	  /^X\(\/\/\)$/{
  1.1280 +	    s//\1/
  1.1281 +	    q
  1.1282 +	  }
  1.1283 +	  /^X\(\/\).*/{
  1.1284 +	    s//\1/
  1.1285 +	    q
  1.1286 +	  }
  1.1287 +	  s/.*/./; q'`
  1.1288 +  srcdir=$ac_confdir
  1.1289 +  if test ! -r "$srcdir/$ac_unique_file"; then
  1.1290 +    srcdir=..
  1.1291 +  fi
  1.1292 +else
  1.1293 +  ac_srcdir_defaulted=no
  1.1294 +fi
  1.1295 +if test ! -r "$srcdir/$ac_unique_file"; then
  1.1296 +  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  1.1297 +  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
  1.1298 +fi
  1.1299 +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
  1.1300 +ac_abs_confdir=`(
  1.1301 +	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
  1.1302 +	pwd)`
  1.1303 +# When building in place, set srcdir=.
  1.1304 +if test "$ac_abs_confdir" = "$ac_pwd"; then
  1.1305 +  srcdir=.
  1.1306 +fi
  1.1307 +# Remove unnecessary trailing slashes from srcdir.
  1.1308 +# Double slashes in file names in object file debugging info
  1.1309 +# mess up M-x gdb in Emacs.
  1.1310 +case $srcdir in
  1.1311 +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
  1.1312 +esac
  1.1313 +for ac_var in $ac_precious_vars; do
  1.1314 +  eval ac_env_${ac_var}_set=\${${ac_var}+set}
  1.1315 +  eval ac_env_${ac_var}_value=\$${ac_var}
  1.1316 +  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
  1.1317 +  eval ac_cv_env_${ac_var}_value=\$${ac_var}
  1.1318 +done
  1.1319 +
  1.1320 +#
  1.1321 +# Report the --help message.
  1.1322 +#
  1.1323 +if test "$ac_init_help" = "long"; then
  1.1324 +  # Omit some internal or obsolete options to make the list less imposing.
  1.1325 +  # This message is too long to be a string in the A/UX 3.1 sh.
  1.1326 +  cat <<_ACEOF
  1.1327 +\`configure' configures this package to adapt to many kinds of systems.
  1.1328 +
  1.1329 +Usage: $0 [OPTION]... [VAR=VALUE]...
  1.1330 +
  1.1331 +To assign environment variables (e.g., CC, CFLAGS...), specify them as
  1.1332 +VAR=VALUE.  See below for descriptions of some of the useful variables.
  1.1333 +
  1.1334 +Defaults for the options are specified in brackets.
  1.1335 +
  1.1336 +Configuration:
  1.1337 +  -h, --help              display this help and exit
  1.1338 +      --help=short        display options specific to this package
  1.1339 +      --help=recursive    display the short help of all the included packages
  1.1340 +  -V, --version           display version information and exit
  1.1341 +  -q, --quiet, --silent   do not print \`checking ...' messages
  1.1342 +      --cache-file=FILE   cache test results in FILE [disabled]
  1.1343 +  -C, --config-cache      alias for \`--cache-file=config.cache'
  1.1344 +  -n, --no-create         do not create output files
  1.1345 +      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
  1.1346 +
  1.1347 +Installation directories:
  1.1348 +  --prefix=PREFIX         install architecture-independent files in PREFIX
  1.1349 +                          [$ac_default_prefix]
  1.1350 +  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  1.1351 +                          [PREFIX]
  1.1352 +
  1.1353 +By default, \`make install' will install all the files in
  1.1354 +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
  1.1355 +an installation prefix other than \`$ac_default_prefix' using \`--prefix',
  1.1356 +for instance \`--prefix=\$HOME'.
  1.1357 +
  1.1358 +For better control, use the options below.
  1.1359 +
  1.1360 +Fine tuning of the installation directories:
  1.1361 +  --bindir=DIR            user executables [EPREFIX/bin]
  1.1362 +  --sbindir=DIR           system admin executables [EPREFIX/sbin]
  1.1363 +  --libexecdir=DIR        program executables [EPREFIX/libexec]
  1.1364 +  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  1.1365 +  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  1.1366 +  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  1.1367 +  --libdir=DIR            object code libraries [EPREFIX/lib]
  1.1368 +  --includedir=DIR        C header files [PREFIX/include]
  1.1369 +  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  1.1370 +  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  1.1371 +  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  1.1372 +  --infodir=DIR           info documentation [DATAROOTDIR/info]
  1.1373 +  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  1.1374 +  --mandir=DIR            man documentation [DATAROOTDIR/man]
  1.1375 +  --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
  1.1376 +  --htmldir=DIR           html documentation [DOCDIR]
  1.1377 +  --dvidir=DIR            dvi documentation [DOCDIR]
  1.1378 +  --pdfdir=DIR            pdf documentation [DOCDIR]
  1.1379 +  --psdir=DIR             ps documentation [DOCDIR]
  1.1380 +_ACEOF
  1.1381 +
  1.1382 +  cat <<\_ACEOF
  1.1383 +
  1.1384 +System types:
  1.1385 +  --build=BUILD     configure for building on BUILD [guessed]
  1.1386 +  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
  1.1387 +_ACEOF
  1.1388 +fi
  1.1389 +
  1.1390 +if test -n "$ac_init_help"; then
  1.1391 +
  1.1392 +  cat <<\_ACEOF
  1.1393 +
  1.1394 +Optional Features:
  1.1395 +  --disable-option-checking  ignore unrecognized --enable/--with options
  1.1396 +  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  1.1397 +  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  1.1398 +  --enable-autogen        Automatically regenerate configure output
  1.1399 +  --disable-experimental  Disable support for the experimental API
  1.1400 +  --enable-cc-silence     Silence irrelevant compiler warnings
  1.1401 +  --enable-debug          Build debugging code
  1.1402 +  --disable-stats         Disable statistics calculation/reporting
  1.1403 +  --enable-prof           Enable allocation profiling
  1.1404 +  --enable-prof-libunwind Use libunwind for backtracing
  1.1405 +  --disable-prof-libgcc   Do not use libgcc for backtracing
  1.1406 +  --disable-prof-gcc      Do not use gcc intrinsics for backtracing
  1.1407 +  --disable-tcache        Disable per thread caches
  1.1408 +  --enable-mremap         Enable mremap(2) for huge realloc()
  1.1409 +  --disable-munmap        Disable VM deallocation via munmap(2)
  1.1410 +  --enable-dss            Enable allocation from DSS
  1.1411 +  --disable-fill          Disable support for junk/zero filling, quarantine,
  1.1412 +                          and redzones
  1.1413 +  --enable-utrace         Enable utrace(2)-based tracing
  1.1414 +  --disable-valgrind      Disable support for Valgrind
  1.1415 +  --enable-xmalloc        Support xmalloc option
  1.1416 +  --enable-lazy-lock      Enable lazy locking (only lock when multi-threaded)
  1.1417 +  --disable-tls           Disable thread-local storage (__thread keyword)
  1.1418 +
  1.1419 +Optional Packages:
  1.1420 +  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  1.1421 +  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  1.1422 +  --with-xslroot=<path>   XSL stylesheet root path
  1.1423 +  --with-rpath=<rpath>    Colon-separated rpath (ELF systems only)
  1.1424 +  --with-mangling=<map>   Mangle symbols in <map>
  1.1425 +  --with-jemalloc-prefix=<prefix>
  1.1426 +                          Prefix to prepend to all public APIs
  1.1427 +  --without-export        disable exporting jemalloc public APIs
  1.1428 +  --with-private-namespace=<prefix>
  1.1429 +                          Prefix to prepend to all library-private APIs
  1.1430 +  --with-install-suffix=<suffix>
  1.1431 +                          Suffix to append to all installed files
  1.1432 +  --with-static-libunwind=<libunwind.a>
  1.1433 +                          Path to static libunwind library; use rather than
  1.1434 +                          dynamically linking
  1.1435 +
  1.1436 +Some influential environment variables:
  1.1437 +  CC          C compiler command
  1.1438 +  CFLAGS      C compiler flags
  1.1439 +  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  1.1440 +              nonstandard directory <lib dir>
  1.1441 +  LIBS        libraries to pass to the linker, e.g. -l<library>
  1.1442 +  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
  1.1443 +              you have headers in a nonstandard directory <include dir>
  1.1444 +  CPP         C preprocessor
  1.1445 +
  1.1446 +Use these variables to override the choices made by `configure' or to help
  1.1447 +it to find libraries and programs with nonstandard names/locations.
  1.1448 +
  1.1449 +Report bugs to the package provider.
  1.1450 +_ACEOF
  1.1451 +ac_status=$?
  1.1452 +fi
  1.1453 +
  1.1454 +if test "$ac_init_help" = "recursive"; then
  1.1455 +  # If there are subdirs, report their specific --help.
  1.1456 +  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  1.1457 +    test -d "$ac_dir" ||
  1.1458 +      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
  1.1459 +      continue
  1.1460 +    ac_builddir=.
  1.1461 +
  1.1462 +case "$ac_dir" in
  1.1463 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1.1464 +*)
  1.1465 +  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  1.1466 +  # A ".." for each directory in $ac_dir_suffix.
  1.1467 +  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  1.1468 +  case $ac_top_builddir_sub in
  1.1469 +  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1.1470 +  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  1.1471 +  esac ;;
  1.1472 +esac
  1.1473 +ac_abs_top_builddir=$ac_pwd
  1.1474 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
  1.1475 +# for backward compatibility:
  1.1476 +ac_top_builddir=$ac_top_build_prefix
  1.1477 +
  1.1478 +case $srcdir in
  1.1479 +  .)  # We are building in place.
  1.1480 +    ac_srcdir=.
  1.1481 +    ac_top_srcdir=$ac_top_builddir_sub
  1.1482 +    ac_abs_top_srcdir=$ac_pwd ;;
  1.1483 +  [\\/]* | ?:[\\/]* )  # Absolute name.
  1.1484 +    ac_srcdir=$srcdir$ac_dir_suffix;
  1.1485 +    ac_top_srcdir=$srcdir
  1.1486 +    ac_abs_top_srcdir=$srcdir ;;
  1.1487 +  *) # Relative name.
  1.1488 +    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  1.1489 +    ac_top_srcdir=$ac_top_build_prefix$srcdir
  1.1490 +    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  1.1491 +esac
  1.1492 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  1.1493 +
  1.1494 +    cd "$ac_dir" || { ac_status=$?; continue; }
  1.1495 +    # Check for guested configure.
  1.1496 +    if test -f "$ac_srcdir/configure.gnu"; then
  1.1497 +      echo &&
  1.1498 +      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
  1.1499 +    elif test -f "$ac_srcdir/configure"; then
  1.1500 +      echo &&
  1.1501 +      $SHELL "$ac_srcdir/configure" --help=recursive
  1.1502 +    else
  1.1503 +      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  1.1504 +    fi || ac_status=$?
  1.1505 +    cd "$ac_pwd" || { ac_status=$?; break; }
  1.1506 +  done
  1.1507 +fi
  1.1508 +
  1.1509 +test -n "$ac_init_help" && exit $ac_status
  1.1510 +if $ac_init_version; then
  1.1511 +  cat <<\_ACEOF
  1.1512 +configure
  1.1513 +generated by GNU Autoconf 2.69
  1.1514 +
  1.1515 +Copyright (C) 2012 Free Software Foundation, Inc.
  1.1516 +This configure script is free software; the Free Software Foundation
  1.1517 +gives unlimited permission to copy, distribute and modify it.
  1.1518 +_ACEOF
  1.1519 +  exit
  1.1520 +fi
  1.1521 +
  1.1522 +## ------------------------ ##
  1.1523 +## Autoconf initialization. ##
  1.1524 +## ------------------------ ##
  1.1525 +
  1.1526 +# ac_fn_c_try_compile LINENO
  1.1527 +# --------------------------
  1.1528 +# Try to compile conftest.$ac_ext, and return whether this succeeded.
  1.1529 +ac_fn_c_try_compile ()
  1.1530 +{
  1.1531 +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1.1532 +  rm -f conftest.$ac_objext
  1.1533 +  if { { ac_try="$ac_compile"
  1.1534 +case "(($ac_try" in
  1.1535 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1536 +  *) ac_try_echo=$ac_try;;
  1.1537 +esac
  1.1538 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1.1539 +$as_echo "$ac_try_echo"; } >&5
  1.1540 +  (eval "$ac_compile") 2>conftest.err
  1.1541 +  ac_status=$?
  1.1542 +  if test -s conftest.err; then
  1.1543 +    grep -v '^ *+' conftest.err >conftest.er1
  1.1544 +    cat conftest.er1 >&5
  1.1545 +    mv -f conftest.er1 conftest.err
  1.1546 +  fi
  1.1547 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.1548 +  test $ac_status = 0; } && {
  1.1549 +	 test -z "$ac_c_werror_flag" ||
  1.1550 +	 test ! -s conftest.err
  1.1551 +       } && test -s conftest.$ac_objext; then :
  1.1552 +  ac_retval=0
  1.1553 +else
  1.1554 +  $as_echo "$as_me: failed program was:" >&5
  1.1555 +sed 's/^/| /' conftest.$ac_ext >&5
  1.1556 +
  1.1557 +	ac_retval=1
  1.1558 +fi
  1.1559 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  1.1560 +  as_fn_set_status $ac_retval
  1.1561 +
  1.1562 +} # ac_fn_c_try_compile
  1.1563 +
  1.1564 +# ac_fn_c_try_cpp LINENO
  1.1565 +# ----------------------
  1.1566 +# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
  1.1567 +ac_fn_c_try_cpp ()
  1.1568 +{
  1.1569 +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1.1570 +  if { { ac_try="$ac_cpp conftest.$ac_ext"
  1.1571 +case "(($ac_try" in
  1.1572 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1573 +  *) ac_try_echo=$ac_try;;
  1.1574 +esac
  1.1575 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1.1576 +$as_echo "$ac_try_echo"; } >&5
  1.1577 +  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
  1.1578 +  ac_status=$?
  1.1579 +  if test -s conftest.err; then
  1.1580 +    grep -v '^ *+' conftest.err >conftest.er1
  1.1581 +    cat conftest.er1 >&5
  1.1582 +    mv -f conftest.er1 conftest.err
  1.1583 +  fi
  1.1584 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.1585 +  test $ac_status = 0; } > conftest.i && {
  1.1586 +	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
  1.1587 +	 test ! -s conftest.err
  1.1588 +       }; then :
  1.1589 +  ac_retval=0
  1.1590 +else
  1.1591 +  $as_echo "$as_me: failed program was:" >&5
  1.1592 +sed 's/^/| /' conftest.$ac_ext >&5
  1.1593 +
  1.1594 +    ac_retval=1
  1.1595 +fi
  1.1596 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  1.1597 +  as_fn_set_status $ac_retval
  1.1598 +
  1.1599 +} # ac_fn_c_try_cpp
  1.1600 +
  1.1601 +# ac_fn_c_try_run LINENO
  1.1602 +# ----------------------
  1.1603 +# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
  1.1604 +# that executables *can* be run.
  1.1605 +ac_fn_c_try_run ()
  1.1606 +{
  1.1607 +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1.1608 +  if { { ac_try="$ac_link"
  1.1609 +case "(($ac_try" in
  1.1610 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1611 +  *) ac_try_echo=$ac_try;;
  1.1612 +esac
  1.1613 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1.1614 +$as_echo "$ac_try_echo"; } >&5
  1.1615 +  (eval "$ac_link") 2>&5
  1.1616 +  ac_status=$?
  1.1617 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.1618 +  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
  1.1619 +  { { case "(($ac_try" in
  1.1620 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1621 +  *) ac_try_echo=$ac_try;;
  1.1622 +esac
  1.1623 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1.1624 +$as_echo "$ac_try_echo"; } >&5
  1.1625 +  (eval "$ac_try") 2>&5
  1.1626 +  ac_status=$?
  1.1627 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.1628 +  test $ac_status = 0; }; }; then :
  1.1629 +  ac_retval=0
  1.1630 +else
  1.1631 +  $as_echo "$as_me: program exited with status $ac_status" >&5
  1.1632 +       $as_echo "$as_me: failed program was:" >&5
  1.1633 +sed 's/^/| /' conftest.$ac_ext >&5
  1.1634 +
  1.1635 +       ac_retval=$ac_status
  1.1636 +fi
  1.1637 +  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  1.1638 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  1.1639 +  as_fn_set_status $ac_retval
  1.1640 +
  1.1641 +} # ac_fn_c_try_run
  1.1642 +
  1.1643 +# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
  1.1644 +# --------------------------------------------
  1.1645 +# Tries to find the compile-time value of EXPR in a program that includes
  1.1646 +# INCLUDES, setting VAR accordingly. Returns whether the value could be
  1.1647 +# computed
  1.1648 +ac_fn_c_compute_int ()
  1.1649 +{
  1.1650 +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1.1651 +  if test "$cross_compiling" = yes; then
  1.1652 +    # Depending upon the size, compute the lo and hi bounds.
  1.1653 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.1654 +/* end confdefs.h.  */
  1.1655 +$4
  1.1656 +int
  1.1657 +main ()
  1.1658 +{
  1.1659 +static int test_array [1 - 2 * !(($2) >= 0)];
  1.1660 +test_array [0] = 0;
  1.1661 +return test_array [0];
  1.1662 +
  1.1663 +  ;
  1.1664 +  return 0;
  1.1665 +}
  1.1666 +_ACEOF
  1.1667 +if ac_fn_c_try_compile "$LINENO"; then :
  1.1668 +  ac_lo=0 ac_mid=0
  1.1669 +  while :; do
  1.1670 +    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.1671 +/* end confdefs.h.  */
  1.1672 +$4
  1.1673 +int
  1.1674 +main ()
  1.1675 +{
  1.1676 +static int test_array [1 - 2 * !(($2) <= $ac_mid)];
  1.1677 +test_array [0] = 0;
  1.1678 +return test_array [0];
  1.1679 +
  1.1680 +  ;
  1.1681 +  return 0;
  1.1682 +}
  1.1683 +_ACEOF
  1.1684 +if ac_fn_c_try_compile "$LINENO"; then :
  1.1685 +  ac_hi=$ac_mid; break
  1.1686 +else
  1.1687 +  as_fn_arith $ac_mid + 1 && ac_lo=$as_val
  1.1688 +			if test $ac_lo -le $ac_mid; then
  1.1689 +			  ac_lo= ac_hi=
  1.1690 +			  break
  1.1691 +			fi
  1.1692 +			as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
  1.1693 +fi
  1.1694 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.1695 +  done
  1.1696 +else
  1.1697 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.1698 +/* end confdefs.h.  */
  1.1699 +$4
  1.1700 +int
  1.1701 +main ()
  1.1702 +{
  1.1703 +static int test_array [1 - 2 * !(($2) < 0)];
  1.1704 +test_array [0] = 0;
  1.1705 +return test_array [0];
  1.1706 +
  1.1707 +  ;
  1.1708 +  return 0;
  1.1709 +}
  1.1710 +_ACEOF
  1.1711 +if ac_fn_c_try_compile "$LINENO"; then :
  1.1712 +  ac_hi=-1 ac_mid=-1
  1.1713 +  while :; do
  1.1714 +    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.1715 +/* end confdefs.h.  */
  1.1716 +$4
  1.1717 +int
  1.1718 +main ()
  1.1719 +{
  1.1720 +static int test_array [1 - 2 * !(($2) >= $ac_mid)];
  1.1721 +test_array [0] = 0;
  1.1722 +return test_array [0];
  1.1723 +
  1.1724 +  ;
  1.1725 +  return 0;
  1.1726 +}
  1.1727 +_ACEOF
  1.1728 +if ac_fn_c_try_compile "$LINENO"; then :
  1.1729 +  ac_lo=$ac_mid; break
  1.1730 +else
  1.1731 +  as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
  1.1732 +			if test $ac_mid -le $ac_hi; then
  1.1733 +			  ac_lo= ac_hi=
  1.1734 +			  break
  1.1735 +			fi
  1.1736 +			as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
  1.1737 +fi
  1.1738 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.1739 +  done
  1.1740 +else
  1.1741 +  ac_lo= ac_hi=
  1.1742 +fi
  1.1743 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.1744 +fi
  1.1745 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.1746 +# Binary search between lo and hi bounds.
  1.1747 +while test "x$ac_lo" != "x$ac_hi"; do
  1.1748 +  as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
  1.1749 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.1750 +/* end confdefs.h.  */
  1.1751 +$4
  1.1752 +int
  1.1753 +main ()
  1.1754 +{
  1.1755 +static int test_array [1 - 2 * !(($2) <= $ac_mid)];
  1.1756 +test_array [0] = 0;
  1.1757 +return test_array [0];
  1.1758 +
  1.1759 +  ;
  1.1760 +  return 0;
  1.1761 +}
  1.1762 +_ACEOF
  1.1763 +if ac_fn_c_try_compile "$LINENO"; then :
  1.1764 +  ac_hi=$ac_mid
  1.1765 +else
  1.1766 +  as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
  1.1767 +fi
  1.1768 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.1769 +done
  1.1770 +case $ac_lo in #((
  1.1771 +?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
  1.1772 +'') ac_retval=1 ;;
  1.1773 +esac
  1.1774 +  else
  1.1775 +    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.1776 +/* end confdefs.h.  */
  1.1777 +$4
  1.1778 +static long int longval () { return $2; }
  1.1779 +static unsigned long int ulongval () { return $2; }
  1.1780 +#include <stdio.h>
  1.1781 +#include <stdlib.h>
  1.1782 +int
  1.1783 +main ()
  1.1784 +{
  1.1785 +
  1.1786 +  FILE *f = fopen ("conftest.val", "w");
  1.1787 +  if (! f)
  1.1788 +    return 1;
  1.1789 +  if (($2) < 0)
  1.1790 +    {
  1.1791 +      long int i = longval ();
  1.1792 +      if (i != ($2))
  1.1793 +	return 1;
  1.1794 +      fprintf (f, "%ld", i);
  1.1795 +    }
  1.1796 +  else
  1.1797 +    {
  1.1798 +      unsigned long int i = ulongval ();
  1.1799 +      if (i != ($2))
  1.1800 +	return 1;
  1.1801 +      fprintf (f, "%lu", i);
  1.1802 +    }
  1.1803 +  /* Do not output a trailing newline, as this causes \r\n confusion
  1.1804 +     on some platforms.  */
  1.1805 +  return ferror (f) || fclose (f) != 0;
  1.1806 +
  1.1807 +  ;
  1.1808 +  return 0;
  1.1809 +}
  1.1810 +_ACEOF
  1.1811 +if ac_fn_c_try_run "$LINENO"; then :
  1.1812 +  echo >>conftest.val; read $3 <conftest.val; ac_retval=0
  1.1813 +else
  1.1814 +  ac_retval=1
  1.1815 +fi
  1.1816 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  1.1817 +  conftest.$ac_objext conftest.beam conftest.$ac_ext
  1.1818 +rm -f conftest.val
  1.1819 +
  1.1820 +  fi
  1.1821 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  1.1822 +  as_fn_set_status $ac_retval
  1.1823 +
  1.1824 +} # ac_fn_c_compute_int
  1.1825 +
  1.1826 +# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
  1.1827 +# -------------------------------------------------------
  1.1828 +# Tests whether HEADER exists and can be compiled using the include files in
  1.1829 +# INCLUDES, setting the cache variable VAR accordingly.
  1.1830 +ac_fn_c_check_header_compile ()
  1.1831 +{
  1.1832 +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1.1833 +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  1.1834 +$as_echo_n "checking for $2... " >&6; }
  1.1835 +if eval \${$3+:} false; then :
  1.1836 +  $as_echo_n "(cached) " >&6
  1.1837 +else
  1.1838 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.1839 +/* end confdefs.h.  */
  1.1840 +$4
  1.1841 +#include <$2>
  1.1842 +_ACEOF
  1.1843 +if ac_fn_c_try_compile "$LINENO"; then :
  1.1844 +  eval "$3=yes"
  1.1845 +else
  1.1846 +  eval "$3=no"
  1.1847 +fi
  1.1848 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.1849 +fi
  1.1850 +eval ac_res=\$$3
  1.1851 +	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  1.1852 +$as_echo "$ac_res" >&6; }
  1.1853 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  1.1854 +
  1.1855 +} # ac_fn_c_check_header_compile
  1.1856 +
  1.1857 +# ac_fn_c_try_link LINENO
  1.1858 +# -----------------------
  1.1859 +# Try to link conftest.$ac_ext, and return whether this succeeded.
  1.1860 +ac_fn_c_try_link ()
  1.1861 +{
  1.1862 +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1.1863 +  rm -f conftest.$ac_objext conftest$ac_exeext
  1.1864 +  if { { ac_try="$ac_link"
  1.1865 +case "(($ac_try" in
  1.1866 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1867 +  *) ac_try_echo=$ac_try;;
  1.1868 +esac
  1.1869 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1.1870 +$as_echo "$ac_try_echo"; } >&5
  1.1871 +  (eval "$ac_link") 2>conftest.err
  1.1872 +  ac_status=$?
  1.1873 +  if test -s conftest.err; then
  1.1874 +    grep -v '^ *+' conftest.err >conftest.er1
  1.1875 +    cat conftest.er1 >&5
  1.1876 +    mv -f conftest.er1 conftest.err
  1.1877 +  fi
  1.1878 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.1879 +  test $ac_status = 0; } && {
  1.1880 +	 test -z "$ac_c_werror_flag" ||
  1.1881 +	 test ! -s conftest.err
  1.1882 +       } && test -s conftest$ac_exeext && {
  1.1883 +	 test "$cross_compiling" = yes ||
  1.1884 +	 test -x conftest$ac_exeext
  1.1885 +       }; then :
  1.1886 +  ac_retval=0
  1.1887 +else
  1.1888 +  $as_echo "$as_me: failed program was:" >&5
  1.1889 +sed 's/^/| /' conftest.$ac_ext >&5
  1.1890 +
  1.1891 +	ac_retval=1
  1.1892 +fi
  1.1893 +  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
  1.1894 +  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
  1.1895 +  # interfere with the next link command; also delete a directory that is
  1.1896 +  # left behind by Apple's compiler.  We do this before executing the actions.
  1.1897 +  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  1.1898 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  1.1899 +  as_fn_set_status $ac_retval
  1.1900 +
  1.1901 +} # ac_fn_c_try_link
  1.1902 +
  1.1903 +# ac_fn_c_check_func LINENO FUNC VAR
  1.1904 +# ----------------------------------
  1.1905 +# Tests whether FUNC exists, setting the cache variable VAR accordingly
  1.1906 +ac_fn_c_check_func ()
  1.1907 +{
  1.1908 +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1.1909 +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  1.1910 +$as_echo_n "checking for $2... " >&6; }
  1.1911 +if eval \${$3+:} false; then :
  1.1912 +  $as_echo_n "(cached) " >&6
  1.1913 +else
  1.1914 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.1915 +/* end confdefs.h.  */
  1.1916 +/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
  1.1917 +   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1.1918 +#define $2 innocuous_$2
  1.1919 +
  1.1920 +/* System header to define __stub macros and hopefully few prototypes,
  1.1921 +    which can conflict with char $2 (); below.
  1.1922 +    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1.1923 +    <limits.h> exists even on freestanding compilers.  */
  1.1924 +
  1.1925 +#ifdef __STDC__
  1.1926 +# include <limits.h>
  1.1927 +#else
  1.1928 +# include <assert.h>
  1.1929 +#endif
  1.1930 +
  1.1931 +#undef $2
  1.1932 +
  1.1933 +/* Override any GCC internal prototype to avoid an error.
  1.1934 +   Use char because int might match the return type of a GCC
  1.1935 +   builtin and then its argument prototype would still apply.  */
  1.1936 +#ifdef __cplusplus
  1.1937 +extern "C"
  1.1938 +#endif
  1.1939 +char $2 ();
  1.1940 +/* The GNU C library defines this for functions which it implements
  1.1941 +    to always fail with ENOSYS.  Some functions are actually named
  1.1942 +    something starting with __ and the normal name is an alias.  */
  1.1943 +#if defined __stub_$2 || defined __stub___$2
  1.1944 +choke me
  1.1945 +#endif
  1.1946 +
  1.1947 +int
  1.1948 +main ()
  1.1949 +{
  1.1950 +return $2 ();
  1.1951 +  ;
  1.1952 +  return 0;
  1.1953 +}
  1.1954 +_ACEOF
  1.1955 +if ac_fn_c_try_link "$LINENO"; then :
  1.1956 +  eval "$3=yes"
  1.1957 +else
  1.1958 +  eval "$3=no"
  1.1959 +fi
  1.1960 +rm -f core conftest.err conftest.$ac_objext \
  1.1961 +    conftest$ac_exeext conftest.$ac_ext
  1.1962 +fi
  1.1963 +eval ac_res=\$$3
  1.1964 +	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  1.1965 +$as_echo "$ac_res" >&6; }
  1.1966 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  1.1967 +
  1.1968 +} # ac_fn_c_check_func
  1.1969 +
  1.1970 +# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
  1.1971 +# -------------------------------------------------------
  1.1972 +# Tests whether HEADER exists, giving a warning if it cannot be compiled using
  1.1973 +# the include files in INCLUDES and setting the cache variable VAR
  1.1974 +# accordingly.
  1.1975 +ac_fn_c_check_header_mongrel ()
  1.1976 +{
  1.1977 +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1.1978 +  if eval \${$3+:} false; then :
  1.1979 +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  1.1980 +$as_echo_n "checking for $2... " >&6; }
  1.1981 +if eval \${$3+:} false; then :
  1.1982 +  $as_echo_n "(cached) " >&6
  1.1983 +fi
  1.1984 +eval ac_res=\$$3
  1.1985 +	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  1.1986 +$as_echo "$ac_res" >&6; }
  1.1987 +else
  1.1988 +  # Is the header compilable?
  1.1989 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
  1.1990 +$as_echo_n "checking $2 usability... " >&6; }
  1.1991 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.1992 +/* end confdefs.h.  */
  1.1993 +$4
  1.1994 +#include <$2>
  1.1995 +_ACEOF
  1.1996 +if ac_fn_c_try_compile "$LINENO"; then :
  1.1997 +  ac_header_compiler=yes
  1.1998 +else
  1.1999 +  ac_header_compiler=no
  1.2000 +fi
  1.2001 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.2002 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
  1.2003 +$as_echo "$ac_header_compiler" >&6; }
  1.2004 +
  1.2005 +# Is the header present?
  1.2006 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
  1.2007 +$as_echo_n "checking $2 presence... " >&6; }
  1.2008 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.2009 +/* end confdefs.h.  */
  1.2010 +#include <$2>
  1.2011 +_ACEOF
  1.2012 +if ac_fn_c_try_cpp "$LINENO"; then :
  1.2013 +  ac_header_preproc=yes
  1.2014 +else
  1.2015 +  ac_header_preproc=no
  1.2016 +fi
  1.2017 +rm -f conftest.err conftest.i conftest.$ac_ext
  1.2018 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
  1.2019 +$as_echo "$ac_header_preproc" >&6; }
  1.2020 +
  1.2021 +# So?  What about this header?
  1.2022 +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
  1.2023 +  yes:no: )
  1.2024 +    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
  1.2025 +$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1.2026 +    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
  1.2027 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
  1.2028 +    ;;
  1.2029 +  no:yes:* )
  1.2030 +    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
  1.2031 +$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
  1.2032 +    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
  1.2033 +$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
  1.2034 +    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
  1.2035 +$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
  1.2036 +    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
  1.2037 +$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
  1.2038 +    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
  1.2039 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
  1.2040 +    ;;
  1.2041 +esac
  1.2042 +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  1.2043 +$as_echo_n "checking for $2... " >&6; }
  1.2044 +if eval \${$3+:} false; then :
  1.2045 +  $as_echo_n "(cached) " >&6
  1.2046 +else
  1.2047 +  eval "$3=\$ac_header_compiler"
  1.2048 +fi
  1.2049 +eval ac_res=\$$3
  1.2050 +	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  1.2051 +$as_echo "$ac_res" >&6; }
  1.2052 +fi
  1.2053 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  1.2054 +
  1.2055 +} # ac_fn_c_check_header_mongrel
  1.2056 +
  1.2057 +# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
  1.2058 +# -------------------------------------------
  1.2059 +# Tests whether TYPE exists after having included INCLUDES, setting cache
  1.2060 +# variable VAR accordingly.
  1.2061 +ac_fn_c_check_type ()
  1.2062 +{
  1.2063 +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1.2064 +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  1.2065 +$as_echo_n "checking for $2... " >&6; }
  1.2066 +if eval \${$3+:} false; then :
  1.2067 +  $as_echo_n "(cached) " >&6
  1.2068 +else
  1.2069 +  eval "$3=no"
  1.2070 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.2071 +/* end confdefs.h.  */
  1.2072 +$4
  1.2073 +int
  1.2074 +main ()
  1.2075 +{
  1.2076 +if (sizeof ($2))
  1.2077 +	 return 0;
  1.2078 +  ;
  1.2079 +  return 0;
  1.2080 +}
  1.2081 +_ACEOF
  1.2082 +if ac_fn_c_try_compile "$LINENO"; then :
  1.2083 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.2084 +/* end confdefs.h.  */
  1.2085 +$4
  1.2086 +int
  1.2087 +main ()
  1.2088 +{
  1.2089 +if (sizeof (($2)))
  1.2090 +	    return 0;
  1.2091 +  ;
  1.2092 +  return 0;
  1.2093 +}
  1.2094 +_ACEOF
  1.2095 +if ac_fn_c_try_compile "$LINENO"; then :
  1.2096 +
  1.2097 +else
  1.2098 +  eval "$3=yes"
  1.2099 +fi
  1.2100 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.2101 +fi
  1.2102 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.2103 +fi
  1.2104 +eval ac_res=\$$3
  1.2105 +	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  1.2106 +$as_echo "$ac_res" >&6; }
  1.2107 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  1.2108 +
  1.2109 +} # ac_fn_c_check_type
  1.2110 +cat >config.log <<_ACEOF
  1.2111 +This file contains any messages produced by compilers while
  1.2112 +running configure, to aid debugging if configure makes a mistake.
  1.2113 +
  1.2114 +It was created by $as_me, which was
  1.2115 +generated by GNU Autoconf 2.69.  Invocation command line was
  1.2116 +
  1.2117 +  $ $0 $@
  1.2118 +
  1.2119 +_ACEOF
  1.2120 +exec 5>>config.log
  1.2121 +{
  1.2122 +cat <<_ASUNAME
  1.2123 +## --------- ##
  1.2124 +## Platform. ##
  1.2125 +## --------- ##
  1.2126 +
  1.2127 +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  1.2128 +uname -m = `(uname -m) 2>/dev/null || echo unknown`
  1.2129 +uname -r = `(uname -r) 2>/dev/null || echo unknown`
  1.2130 +uname -s = `(uname -s) 2>/dev/null || echo unknown`
  1.2131 +uname -v = `(uname -v) 2>/dev/null || echo unknown`
  1.2132 +
  1.2133 +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  1.2134 +/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
  1.2135 +
  1.2136 +/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
  1.2137 +/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
  1.2138 +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  1.2139 +/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
  1.2140 +/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
  1.2141 +/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
  1.2142 +/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
  1.2143 +
  1.2144 +_ASUNAME
  1.2145 +
  1.2146 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.2147 +for as_dir in $PATH
  1.2148 +do
  1.2149 +  IFS=$as_save_IFS
  1.2150 +  test -z "$as_dir" && as_dir=.
  1.2151 +    $as_echo "PATH: $as_dir"
  1.2152 +  done
  1.2153 +IFS=$as_save_IFS
  1.2154 +
  1.2155 +} >&5
  1.2156 +
  1.2157 +cat >&5 <<_ACEOF
  1.2158 +
  1.2159 +
  1.2160 +## ----------- ##
  1.2161 +## Core tests. ##
  1.2162 +## ----------- ##
  1.2163 +
  1.2164 +_ACEOF
  1.2165 +
  1.2166 +
  1.2167 +# Keep a trace of the command line.
  1.2168 +# Strip out --no-create and --no-recursion so they do not pile up.
  1.2169 +# Strip out --silent because we don't want to record it for future runs.
  1.2170 +# Also quote any args containing shell meta-characters.
  1.2171 +# Make two passes to allow for proper duplicate-argument suppression.
  1.2172 +ac_configure_args=
  1.2173 +ac_configure_args0=
  1.2174 +ac_configure_args1=
  1.2175 +ac_must_keep_next=false
  1.2176 +for ac_pass in 1 2
  1.2177 +do
  1.2178 +  for ac_arg
  1.2179 +  do
  1.2180 +    case $ac_arg in
  1.2181 +    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  1.2182 +    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1.2183 +    | -silent | --silent | --silen | --sile | --sil)
  1.2184 +      continue ;;
  1.2185 +    *\'*)
  1.2186 +      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
  1.2187 +    esac
  1.2188 +    case $ac_pass in
  1.2189 +    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
  1.2190 +    2)
  1.2191 +      as_fn_append ac_configure_args1 " '$ac_arg'"
  1.2192 +      if test $ac_must_keep_next = true; then
  1.2193 +	ac_must_keep_next=false # Got value, back to normal.
  1.2194 +      else
  1.2195 +	case $ac_arg in
  1.2196 +	  *=* | --config-cache | -C | -disable-* | --disable-* \
  1.2197 +	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
  1.2198 +	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
  1.2199 +	  | -with-* | --with-* | -without-* | --without-* | --x)
  1.2200 +	    case "$ac_configure_args0 " in
  1.2201 +	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  1.2202 +	    esac
  1.2203 +	    ;;
  1.2204 +	  -* ) ac_must_keep_next=true ;;
  1.2205 +	esac
  1.2206 +      fi
  1.2207 +      as_fn_append ac_configure_args " '$ac_arg'"
  1.2208 +      ;;
  1.2209 +    esac
  1.2210 +  done
  1.2211 +done
  1.2212 +{ ac_configure_args0=; unset ac_configure_args0;}
  1.2213 +{ ac_configure_args1=; unset ac_configure_args1;}
  1.2214 +
  1.2215 +# When interrupted or exit'd, cleanup temporary files, and complete
  1.2216 +# config.log.  We remove comments because anyway the quotes in there
  1.2217 +# would cause problems or look ugly.
  1.2218 +# WARNING: Use '\'' to represent an apostrophe within the trap.
  1.2219 +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
  1.2220 +trap 'exit_status=$?
  1.2221 +  # Save into config.log some information that might help in debugging.
  1.2222 +  {
  1.2223 +    echo
  1.2224 +
  1.2225 +    $as_echo "## ---------------- ##
  1.2226 +## Cache variables. ##
  1.2227 +## ---------------- ##"
  1.2228 +    echo
  1.2229 +    # The following way of writing the cache mishandles newlines in values,
  1.2230 +(
  1.2231 +  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
  1.2232 +    eval ac_val=\$$ac_var
  1.2233 +    case $ac_val in #(
  1.2234 +    *${as_nl}*)
  1.2235 +      case $ac_var in #(
  1.2236 +      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
  1.2237 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
  1.2238 +      esac
  1.2239 +      case $ac_var in #(
  1.2240 +      _ | IFS | as_nl) ;; #(
  1.2241 +      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
  1.2242 +      *) { eval $ac_var=; unset $ac_var;} ;;
  1.2243 +      esac ;;
  1.2244 +    esac
  1.2245 +  done
  1.2246 +  (set) 2>&1 |
  1.2247 +    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
  1.2248 +    *${as_nl}ac_space=\ *)
  1.2249 +      sed -n \
  1.2250 +	"s/'\''/'\''\\\\'\'''\''/g;
  1.2251 +	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
  1.2252 +      ;; #(
  1.2253 +    *)
  1.2254 +      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
  1.2255 +      ;;
  1.2256 +    esac |
  1.2257 +    sort
  1.2258 +)
  1.2259 +    echo
  1.2260 +
  1.2261 +    $as_echo "## ----------------- ##
  1.2262 +## Output variables. ##
  1.2263 +## ----------------- ##"
  1.2264 +    echo
  1.2265 +    for ac_var in $ac_subst_vars
  1.2266 +    do
  1.2267 +      eval ac_val=\$$ac_var
  1.2268 +      case $ac_val in
  1.2269 +      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  1.2270 +      esac
  1.2271 +      $as_echo "$ac_var='\''$ac_val'\''"
  1.2272 +    done | sort
  1.2273 +    echo
  1.2274 +
  1.2275 +    if test -n "$ac_subst_files"; then
  1.2276 +      $as_echo "## ------------------- ##
  1.2277 +## File substitutions. ##
  1.2278 +## ------------------- ##"
  1.2279 +      echo
  1.2280 +      for ac_var in $ac_subst_files
  1.2281 +      do
  1.2282 +	eval ac_val=\$$ac_var
  1.2283 +	case $ac_val in
  1.2284 +	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
  1.2285 +	esac
  1.2286 +	$as_echo "$ac_var='\''$ac_val'\''"
  1.2287 +      done | sort
  1.2288 +      echo
  1.2289 +    fi
  1.2290 +
  1.2291 +    if test -s confdefs.h; then
  1.2292 +      $as_echo "## ----------- ##
  1.2293 +## confdefs.h. ##
  1.2294 +## ----------- ##"
  1.2295 +      echo
  1.2296 +      cat confdefs.h
  1.2297 +      echo
  1.2298 +    fi
  1.2299 +    test "$ac_signal" != 0 &&
  1.2300 +      $as_echo "$as_me: caught signal $ac_signal"
  1.2301 +    $as_echo "$as_me: exit $exit_status"
  1.2302 +  } >&5
  1.2303 +  rm -f core *.core core.conftest.* &&
  1.2304 +    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
  1.2305 +    exit $exit_status
  1.2306 +' 0
  1.2307 +for ac_signal in 1 2 13 15; do
  1.2308 +  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
  1.2309 +done
  1.2310 +ac_signal=0
  1.2311 +
  1.2312 +# confdefs.h avoids OS command line length limits that DEFS can exceed.
  1.2313 +rm -f -r conftest* confdefs.h
  1.2314 +
  1.2315 +$as_echo "/* confdefs.h */" > confdefs.h
  1.2316 +
  1.2317 +# Predefined preprocessor variables.
  1.2318 +
  1.2319 +cat >>confdefs.h <<_ACEOF
  1.2320 +#define PACKAGE_NAME "$PACKAGE_NAME"
  1.2321 +_ACEOF
  1.2322 +
  1.2323 +cat >>confdefs.h <<_ACEOF
  1.2324 +#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  1.2325 +_ACEOF
  1.2326 +
  1.2327 +cat >>confdefs.h <<_ACEOF
  1.2328 +#define PACKAGE_VERSION "$PACKAGE_VERSION"
  1.2329 +_ACEOF
  1.2330 +
  1.2331 +cat >>confdefs.h <<_ACEOF
  1.2332 +#define PACKAGE_STRING "$PACKAGE_STRING"
  1.2333 +_ACEOF
  1.2334 +
  1.2335 +cat >>confdefs.h <<_ACEOF
  1.2336 +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  1.2337 +_ACEOF
  1.2338 +
  1.2339 +cat >>confdefs.h <<_ACEOF
  1.2340 +#define PACKAGE_URL "$PACKAGE_URL"
  1.2341 +_ACEOF
  1.2342 +
  1.2343 +
  1.2344 +# Let the site file select an alternate cache file if it wants to.
  1.2345 +# Prefer an explicitly selected file to automatically selected ones.
  1.2346 +ac_site_file1=NONE
  1.2347 +ac_site_file2=NONE
  1.2348 +if test -n "$CONFIG_SITE"; then
  1.2349 +  # We do not want a PATH search for config.site.
  1.2350 +  case $CONFIG_SITE in #((
  1.2351 +    -*)  ac_site_file1=./$CONFIG_SITE;;
  1.2352 +    */*) ac_site_file1=$CONFIG_SITE;;
  1.2353 +    *)   ac_site_file1=./$CONFIG_SITE;;
  1.2354 +  esac
  1.2355 +elif test "x$prefix" != xNONE; then
  1.2356 +  ac_site_file1=$prefix/share/config.site
  1.2357 +  ac_site_file2=$prefix/etc/config.site
  1.2358 +else
  1.2359 +  ac_site_file1=$ac_default_prefix/share/config.site
  1.2360 +  ac_site_file2=$ac_default_prefix/etc/config.site
  1.2361 +fi
  1.2362 +for ac_site_file in "$ac_site_file1" "$ac_site_file2"
  1.2363 +do
  1.2364 +  test "x$ac_site_file" = xNONE && continue
  1.2365 +  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
  1.2366 +    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
  1.2367 +$as_echo "$as_me: loading site script $ac_site_file" >&6;}
  1.2368 +    sed 's/^/| /' "$ac_site_file" >&5
  1.2369 +    . "$ac_site_file" \
  1.2370 +      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.2371 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.2372 +as_fn_error $? "failed to load site script $ac_site_file
  1.2373 +See \`config.log' for more details" "$LINENO" 5; }
  1.2374 +  fi
  1.2375 +done
  1.2376 +
  1.2377 +if test -r "$cache_file"; then
  1.2378 +  # Some versions of bash will fail to source /dev/null (special files
  1.2379 +  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
  1.2380 +  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
  1.2381 +    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
  1.2382 +$as_echo "$as_me: loading cache $cache_file" >&6;}
  1.2383 +    case $cache_file in
  1.2384 +      [\\/]* | ?:[\\/]* ) . "$cache_file";;
  1.2385 +      *)                      . "./$cache_file";;
  1.2386 +    esac
  1.2387 +  fi
  1.2388 +else
  1.2389 +  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
  1.2390 +$as_echo "$as_me: creating cache $cache_file" >&6;}
  1.2391 +  >$cache_file
  1.2392 +fi
  1.2393 +
  1.2394 +# Check that the precious variables saved in the cache have kept the same
  1.2395 +# value.
  1.2396 +ac_cache_corrupted=false
  1.2397 +for ac_var in $ac_precious_vars; do
  1.2398 +  eval ac_old_set=\$ac_cv_env_${ac_var}_set
  1.2399 +  eval ac_new_set=\$ac_env_${ac_var}_set
  1.2400 +  eval ac_old_val=\$ac_cv_env_${ac_var}_value
  1.2401 +  eval ac_new_val=\$ac_env_${ac_var}_value
  1.2402 +  case $ac_old_set,$ac_new_set in
  1.2403 +    set,)
  1.2404 +      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
  1.2405 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
  1.2406 +      ac_cache_corrupted=: ;;
  1.2407 +    ,set)
  1.2408 +      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
  1.2409 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
  1.2410 +      ac_cache_corrupted=: ;;
  1.2411 +    ,);;
  1.2412 +    *)
  1.2413 +      if test "x$ac_old_val" != "x$ac_new_val"; then
  1.2414 +	# differences in whitespace do not lead to failure.
  1.2415 +	ac_old_val_w=`echo x $ac_old_val`
  1.2416 +	ac_new_val_w=`echo x $ac_new_val`
  1.2417 +	if test "$ac_old_val_w" != "$ac_new_val_w"; then
  1.2418 +	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
  1.2419 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
  1.2420 +	  ac_cache_corrupted=:
  1.2421 +	else
  1.2422 +	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
  1.2423 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
  1.2424 +	  eval $ac_var=\$ac_old_val
  1.2425 +	fi
  1.2426 +	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
  1.2427 +$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
  1.2428 +	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
  1.2429 +$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
  1.2430 +      fi;;
  1.2431 +  esac
  1.2432 +  # Pass precious variables to config.status.
  1.2433 +  if test "$ac_new_set" = set; then
  1.2434 +    case $ac_new_val in
  1.2435 +    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
  1.2436 +    *) ac_arg=$ac_var=$ac_new_val ;;
  1.2437 +    esac
  1.2438 +    case " $ac_configure_args " in
  1.2439 +      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
  1.2440 +      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
  1.2441 +    esac
  1.2442 +  fi
  1.2443 +done
  1.2444 +if $ac_cache_corrupted; then
  1.2445 +  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.2446 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.2447 +  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
  1.2448 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  1.2449 +  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
  1.2450 +fi
  1.2451 +## -------------------- ##
  1.2452 +## Main body of script. ##
  1.2453 +## -------------------- ##
  1.2454 +
  1.2455 +ac_ext=c
  1.2456 +ac_cpp='$CPP $CPPFLAGS'
  1.2457 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1.2458 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1.2459 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1.2460 +
  1.2461 +
  1.2462 +
  1.2463 +
  1.2464 +
  1.2465 +
  1.2466 +
  1.2467 +
  1.2468 +
  1.2469 +rev=1
  1.2470 +
  1.2471 +
  1.2472 +srcroot=$srcdir
  1.2473 +if test "x${srcroot}" = "x." ; then
  1.2474 +  srcroot=""
  1.2475 +else
  1.2476 +  srcroot="${srcroot}/"
  1.2477 +fi
  1.2478 +
  1.2479 +abs_srcroot="`cd \"${srcdir}\"; pwd`/"
  1.2480 +
  1.2481 +
  1.2482 +objroot=""
  1.2483 +
  1.2484 +abs_objroot="`pwd`/"
  1.2485 +
  1.2486 +
  1.2487 +if test "x$prefix" = "xNONE" ; then
  1.2488 +  prefix="/usr/local"
  1.2489 +fi
  1.2490 +if test "x$exec_prefix" = "xNONE" ; then
  1.2491 +  exec_prefix=$prefix
  1.2492 +fi
  1.2493 +PREFIX=$prefix
  1.2494 +
  1.2495 +BINDIR=`eval echo $bindir`
  1.2496 +BINDIR=`eval echo $BINDIR`
  1.2497 +
  1.2498 +INCLUDEDIR=`eval echo $includedir`
  1.2499 +INCLUDEDIR=`eval echo $INCLUDEDIR`
  1.2500 +
  1.2501 +LIBDIR=`eval echo $libdir`
  1.2502 +LIBDIR=`eval echo $LIBDIR`
  1.2503 +
  1.2504 +DATADIR=`eval echo $datadir`
  1.2505 +DATADIR=`eval echo $DATADIR`
  1.2506 +
  1.2507 +MANDIR=`eval echo $mandir`
  1.2508 +MANDIR=`eval echo $MANDIR`
  1.2509 +
  1.2510 +
  1.2511 +# Extract the first word of "xsltproc", so it can be a program name with args.
  1.2512 +set dummy xsltproc; ac_word=$2
  1.2513 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2514 +$as_echo_n "checking for $ac_word... " >&6; }
  1.2515 +if ${ac_cv_path_XSLTPROC+:} false; then :
  1.2516 +  $as_echo_n "(cached) " >&6
  1.2517 +else
  1.2518 +  case $XSLTPROC in
  1.2519 +  [\\/]* | ?:[\\/]*)
  1.2520 +  ac_cv_path_XSLTPROC="$XSLTPROC" # Let the user override the test with a path.
  1.2521 +  ;;
  1.2522 +  *)
  1.2523 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.2524 +for as_dir in $PATH
  1.2525 +do
  1.2526 +  IFS=$as_save_IFS
  1.2527 +  test -z "$as_dir" && as_dir=.
  1.2528 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.2529 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2530 +    ac_cv_path_XSLTPROC="$as_dir/$ac_word$ac_exec_ext"
  1.2531 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2532 +    break 2
  1.2533 +  fi
  1.2534 +done
  1.2535 +  done
  1.2536 +IFS=$as_save_IFS
  1.2537 +
  1.2538 +  ;;
  1.2539 +esac
  1.2540 +fi
  1.2541 +XSLTPROC=$ac_cv_path_XSLTPROC
  1.2542 +if test -n "$XSLTPROC"; then
  1.2543 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC" >&5
  1.2544 +$as_echo "$XSLTPROC" >&6; }
  1.2545 +else
  1.2546 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.2547 +$as_echo "no" >&6; }
  1.2548 +fi
  1.2549 +
  1.2550 +
  1.2551 +if test -d "/usr/share/xml/docbook/stylesheet/docbook-xsl" ; then
  1.2552 +  DEFAULT_XSLROOT="/usr/share/xml/docbook/stylesheet/docbook-xsl"
  1.2553 +elif test -d "/usr/share/sgml/docbook/xsl-stylesheets" ; then
  1.2554 +  DEFAULT_XSLROOT="/usr/share/sgml/docbook/xsl-stylesheets"
  1.2555 +else
  1.2556 +    DEFAULT_XSLROOT=""
  1.2557 +fi
  1.2558 +
  1.2559 +# Check whether --with-xslroot was given.
  1.2560 +if test "${with_xslroot+set}" = set; then :
  1.2561 +  withval=$with_xslroot;
  1.2562 +if test "x$with_xslroot" = "xno" ; then
  1.2563 +  XSLROOT="${DEFAULT_XSLROOT}"
  1.2564 +else
  1.2565 +  XSLROOT="${with_xslroot}"
  1.2566 +fi
  1.2567 +
  1.2568 +else
  1.2569 +  XSLROOT="${DEFAULT_XSLROOT}"
  1.2570 +
  1.2571 +fi
  1.2572 +
  1.2573 +
  1.2574 +
  1.2575 +CFLAGS=$CFLAGS
  1.2576 +ac_ext=c
  1.2577 +ac_cpp='$CPP $CPPFLAGS'
  1.2578 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1.2579 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1.2580 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1.2581 +if test -n "$ac_tool_prefix"; then
  1.2582 +  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  1.2583 +set dummy ${ac_tool_prefix}gcc; ac_word=$2
  1.2584 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2585 +$as_echo_n "checking for $ac_word... " >&6; }
  1.2586 +if ${ac_cv_prog_CC+:} false; then :
  1.2587 +  $as_echo_n "(cached) " >&6
  1.2588 +else
  1.2589 +  if test -n "$CC"; then
  1.2590 +  ac_cv_prog_CC="$CC" # Let the user override the test.
  1.2591 +else
  1.2592 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.2593 +for as_dir in $PATH
  1.2594 +do
  1.2595 +  IFS=$as_save_IFS
  1.2596 +  test -z "$as_dir" && as_dir=.
  1.2597 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.2598 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2599 +    ac_cv_prog_CC="${ac_tool_prefix}gcc"
  1.2600 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2601 +    break 2
  1.2602 +  fi
  1.2603 +done
  1.2604 +  done
  1.2605 +IFS=$as_save_IFS
  1.2606 +
  1.2607 +fi
  1.2608 +fi
  1.2609 +CC=$ac_cv_prog_CC
  1.2610 +if test -n "$CC"; then
  1.2611 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  1.2612 +$as_echo "$CC" >&6; }
  1.2613 +else
  1.2614 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.2615 +$as_echo "no" >&6; }
  1.2616 +fi
  1.2617 +
  1.2618 +
  1.2619 +fi
  1.2620 +if test -z "$ac_cv_prog_CC"; then
  1.2621 +  ac_ct_CC=$CC
  1.2622 +  # Extract the first word of "gcc", so it can be a program name with args.
  1.2623 +set dummy gcc; ac_word=$2
  1.2624 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2625 +$as_echo_n "checking for $ac_word... " >&6; }
  1.2626 +if ${ac_cv_prog_ac_ct_CC+:} false; then :
  1.2627 +  $as_echo_n "(cached) " >&6
  1.2628 +else
  1.2629 +  if test -n "$ac_ct_CC"; then
  1.2630 +  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1.2631 +else
  1.2632 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.2633 +for as_dir in $PATH
  1.2634 +do
  1.2635 +  IFS=$as_save_IFS
  1.2636 +  test -z "$as_dir" && as_dir=.
  1.2637 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.2638 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2639 +    ac_cv_prog_ac_ct_CC="gcc"
  1.2640 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2641 +    break 2
  1.2642 +  fi
  1.2643 +done
  1.2644 +  done
  1.2645 +IFS=$as_save_IFS
  1.2646 +
  1.2647 +fi
  1.2648 +fi
  1.2649 +ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1.2650 +if test -n "$ac_ct_CC"; then
  1.2651 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
  1.2652 +$as_echo "$ac_ct_CC" >&6; }
  1.2653 +else
  1.2654 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.2655 +$as_echo "no" >&6; }
  1.2656 +fi
  1.2657 +
  1.2658 +  if test "x$ac_ct_CC" = x; then
  1.2659 +    CC=""
  1.2660 +  else
  1.2661 +    case $cross_compiling:$ac_tool_warned in
  1.2662 +yes:)
  1.2663 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  1.2664 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  1.2665 +ac_tool_warned=yes ;;
  1.2666 +esac
  1.2667 +    CC=$ac_ct_CC
  1.2668 +  fi
  1.2669 +else
  1.2670 +  CC="$ac_cv_prog_CC"
  1.2671 +fi
  1.2672 +
  1.2673 +if test -z "$CC"; then
  1.2674 +          if test -n "$ac_tool_prefix"; then
  1.2675 +    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  1.2676 +set dummy ${ac_tool_prefix}cc; ac_word=$2
  1.2677 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2678 +$as_echo_n "checking for $ac_word... " >&6; }
  1.2679 +if ${ac_cv_prog_CC+:} false; then :
  1.2680 +  $as_echo_n "(cached) " >&6
  1.2681 +else
  1.2682 +  if test -n "$CC"; then
  1.2683 +  ac_cv_prog_CC="$CC" # Let the user override the test.
  1.2684 +else
  1.2685 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.2686 +for as_dir in $PATH
  1.2687 +do
  1.2688 +  IFS=$as_save_IFS
  1.2689 +  test -z "$as_dir" && as_dir=.
  1.2690 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.2691 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2692 +    ac_cv_prog_CC="${ac_tool_prefix}cc"
  1.2693 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2694 +    break 2
  1.2695 +  fi
  1.2696 +done
  1.2697 +  done
  1.2698 +IFS=$as_save_IFS
  1.2699 +
  1.2700 +fi
  1.2701 +fi
  1.2702 +CC=$ac_cv_prog_CC
  1.2703 +if test -n "$CC"; then
  1.2704 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  1.2705 +$as_echo "$CC" >&6; }
  1.2706 +else
  1.2707 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.2708 +$as_echo "no" >&6; }
  1.2709 +fi
  1.2710 +
  1.2711 +
  1.2712 +  fi
  1.2713 +fi
  1.2714 +if test -z "$CC"; then
  1.2715 +  # Extract the first word of "cc", so it can be a program name with args.
  1.2716 +set dummy cc; ac_word=$2
  1.2717 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2718 +$as_echo_n "checking for $ac_word... " >&6; }
  1.2719 +if ${ac_cv_prog_CC+:} false; then :
  1.2720 +  $as_echo_n "(cached) " >&6
  1.2721 +else
  1.2722 +  if test -n "$CC"; then
  1.2723 +  ac_cv_prog_CC="$CC" # Let the user override the test.
  1.2724 +else
  1.2725 +  ac_prog_rejected=no
  1.2726 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.2727 +for as_dir in $PATH
  1.2728 +do
  1.2729 +  IFS=$as_save_IFS
  1.2730 +  test -z "$as_dir" && as_dir=.
  1.2731 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.2732 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2733 +    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  1.2734 +       ac_prog_rejected=yes
  1.2735 +       continue
  1.2736 +     fi
  1.2737 +    ac_cv_prog_CC="cc"
  1.2738 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2739 +    break 2
  1.2740 +  fi
  1.2741 +done
  1.2742 +  done
  1.2743 +IFS=$as_save_IFS
  1.2744 +
  1.2745 +if test $ac_prog_rejected = yes; then
  1.2746 +  # We found a bogon in the path, so make sure we never use it.
  1.2747 +  set dummy $ac_cv_prog_CC
  1.2748 +  shift
  1.2749 +  if test $# != 0; then
  1.2750 +    # We chose a different compiler from the bogus one.
  1.2751 +    # However, it has the same basename, so the bogon will be chosen
  1.2752 +    # first if we set CC to just the basename; use the full file name.
  1.2753 +    shift
  1.2754 +    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  1.2755 +  fi
  1.2756 +fi
  1.2757 +fi
  1.2758 +fi
  1.2759 +CC=$ac_cv_prog_CC
  1.2760 +if test -n "$CC"; then
  1.2761 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  1.2762 +$as_echo "$CC" >&6; }
  1.2763 +else
  1.2764 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.2765 +$as_echo "no" >&6; }
  1.2766 +fi
  1.2767 +
  1.2768 +
  1.2769 +fi
  1.2770 +if test -z "$CC"; then
  1.2771 +  if test -n "$ac_tool_prefix"; then
  1.2772 +  for ac_prog in cl.exe
  1.2773 +  do
  1.2774 +    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  1.2775 +set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  1.2776 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2777 +$as_echo_n "checking for $ac_word... " >&6; }
  1.2778 +if ${ac_cv_prog_CC+:} false; then :
  1.2779 +  $as_echo_n "(cached) " >&6
  1.2780 +else
  1.2781 +  if test -n "$CC"; then
  1.2782 +  ac_cv_prog_CC="$CC" # Let the user override the test.
  1.2783 +else
  1.2784 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.2785 +for as_dir in $PATH
  1.2786 +do
  1.2787 +  IFS=$as_save_IFS
  1.2788 +  test -z "$as_dir" && as_dir=.
  1.2789 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.2790 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2791 +    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  1.2792 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2793 +    break 2
  1.2794 +  fi
  1.2795 +done
  1.2796 +  done
  1.2797 +IFS=$as_save_IFS
  1.2798 +
  1.2799 +fi
  1.2800 +fi
  1.2801 +CC=$ac_cv_prog_CC
  1.2802 +if test -n "$CC"; then
  1.2803 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
  1.2804 +$as_echo "$CC" >&6; }
  1.2805 +else
  1.2806 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.2807 +$as_echo "no" >&6; }
  1.2808 +fi
  1.2809 +
  1.2810 +
  1.2811 +    test -n "$CC" && break
  1.2812 +  done
  1.2813 +fi
  1.2814 +if test -z "$CC"; then
  1.2815 +  ac_ct_CC=$CC
  1.2816 +  for ac_prog in cl.exe
  1.2817 +do
  1.2818 +  # Extract the first word of "$ac_prog", so it can be a program name with args.
  1.2819 +set dummy $ac_prog; ac_word=$2
  1.2820 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2821 +$as_echo_n "checking for $ac_word... " >&6; }
  1.2822 +if ${ac_cv_prog_ac_ct_CC+:} false; then :
  1.2823 +  $as_echo_n "(cached) " >&6
  1.2824 +else
  1.2825 +  if test -n "$ac_ct_CC"; then
  1.2826 +  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1.2827 +else
  1.2828 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.2829 +for as_dir in $PATH
  1.2830 +do
  1.2831 +  IFS=$as_save_IFS
  1.2832 +  test -z "$as_dir" && as_dir=.
  1.2833 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.2834 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2835 +    ac_cv_prog_ac_ct_CC="$ac_prog"
  1.2836 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2837 +    break 2
  1.2838 +  fi
  1.2839 +done
  1.2840 +  done
  1.2841 +IFS=$as_save_IFS
  1.2842 +
  1.2843 +fi
  1.2844 +fi
  1.2845 +ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1.2846 +if test -n "$ac_ct_CC"; then
  1.2847 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
  1.2848 +$as_echo "$ac_ct_CC" >&6; }
  1.2849 +else
  1.2850 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.2851 +$as_echo "no" >&6; }
  1.2852 +fi
  1.2853 +
  1.2854 +
  1.2855 +  test -n "$ac_ct_CC" && break
  1.2856 +done
  1.2857 +
  1.2858 +  if test "x$ac_ct_CC" = x; then
  1.2859 +    CC=""
  1.2860 +  else
  1.2861 +    case $cross_compiling:$ac_tool_warned in
  1.2862 +yes:)
  1.2863 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  1.2864 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  1.2865 +ac_tool_warned=yes ;;
  1.2866 +esac
  1.2867 +    CC=$ac_ct_CC
  1.2868 +  fi
  1.2869 +fi
  1.2870 +
  1.2871 +fi
  1.2872 +
  1.2873 +
  1.2874 +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.2875 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.2876 +as_fn_error $? "no acceptable C compiler found in \$PATH
  1.2877 +See \`config.log' for more details" "$LINENO" 5; }
  1.2878 +
  1.2879 +# Provide some information about the compiler.
  1.2880 +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
  1.2881 +set X $ac_compile
  1.2882 +ac_compiler=$2
  1.2883 +for ac_option in --version -v -V -qversion; do
  1.2884 +  { { ac_try="$ac_compiler $ac_option >&5"
  1.2885 +case "(($ac_try" in
  1.2886 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2887 +  *) ac_try_echo=$ac_try;;
  1.2888 +esac
  1.2889 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1.2890 +$as_echo "$ac_try_echo"; } >&5
  1.2891 +  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
  1.2892 +  ac_status=$?
  1.2893 +  if test -s conftest.err; then
  1.2894 +    sed '10a\
  1.2895 +... rest of stderr output deleted ...
  1.2896 +         10q' conftest.err >conftest.er1
  1.2897 +    cat conftest.er1 >&5
  1.2898 +  fi
  1.2899 +  rm -f conftest.er1 conftest.err
  1.2900 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.2901 +  test $ac_status = 0; }
  1.2902 +done
  1.2903 +
  1.2904 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.2905 +/* end confdefs.h.  */
  1.2906 +
  1.2907 +int
  1.2908 +main ()
  1.2909 +{
  1.2910 +
  1.2911 +  ;
  1.2912 +  return 0;
  1.2913 +}
  1.2914 +_ACEOF
  1.2915 +ac_clean_files_save=$ac_clean_files
  1.2916 +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
  1.2917 +# Try to create an executable without -o first, disregard a.out.
  1.2918 +# It will help us diagnose broken compilers, and finding out an intuition
  1.2919 +# of exeext.
  1.2920 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
  1.2921 +$as_echo_n "checking whether the C compiler works... " >&6; }
  1.2922 +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
  1.2923 +
  1.2924 +# The possible output files:
  1.2925 +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
  1.2926 +
  1.2927 +ac_rmfiles=
  1.2928 +for ac_file in $ac_files
  1.2929 +do
  1.2930 +  case $ac_file in
  1.2931 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
  1.2932 +    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
  1.2933 +  esac
  1.2934 +done
  1.2935 +rm -f $ac_rmfiles
  1.2936 +
  1.2937 +if { { ac_try="$ac_link_default"
  1.2938 +case "(($ac_try" in
  1.2939 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2940 +  *) ac_try_echo=$ac_try;;
  1.2941 +esac
  1.2942 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1.2943 +$as_echo "$ac_try_echo"; } >&5
  1.2944 +  (eval "$ac_link_default") 2>&5
  1.2945 +  ac_status=$?
  1.2946 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.2947 +  test $ac_status = 0; }; then :
  1.2948 +  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
  1.2949 +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
  1.2950 +# in a Makefile.  We should not override ac_cv_exeext if it was cached,
  1.2951 +# so that the user can short-circuit this test for compilers unknown to
  1.2952 +# Autoconf.
  1.2953 +for ac_file in $ac_files ''
  1.2954 +do
  1.2955 +  test -f "$ac_file" || continue
  1.2956 +  case $ac_file in
  1.2957 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
  1.2958 +	;;
  1.2959 +    [ab].out )
  1.2960 +	# We found the default executable, but exeext='' is most
  1.2961 +	# certainly right.
  1.2962 +	break;;
  1.2963 +    *.* )
  1.2964 +	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
  1.2965 +	then :; else
  1.2966 +	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  1.2967 +	fi
  1.2968 +	# We set ac_cv_exeext here because the later test for it is not
  1.2969 +	# safe: cross compilers may not add the suffix if given an `-o'
  1.2970 +	# argument, so we may need to know it at that point already.
  1.2971 +	# Even if this section looks crufty: it has the advantage of
  1.2972 +	# actually working.
  1.2973 +	break;;
  1.2974 +    * )
  1.2975 +	break;;
  1.2976 +  esac
  1.2977 +done
  1.2978 +test "$ac_cv_exeext" = no && ac_cv_exeext=
  1.2979 +
  1.2980 +else
  1.2981 +  ac_file=''
  1.2982 +fi
  1.2983 +if test -z "$ac_file"; then :
  1.2984 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.2985 +$as_echo "no" >&6; }
  1.2986 +$as_echo "$as_me: failed program was:" >&5
  1.2987 +sed 's/^/| /' conftest.$ac_ext >&5
  1.2988 +
  1.2989 +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.2990 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.2991 +as_fn_error 77 "C compiler cannot create executables
  1.2992 +See \`config.log' for more details" "$LINENO" 5; }
  1.2993 +else
  1.2994 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1.2995 +$as_echo "yes" >&6; }
  1.2996 +fi
  1.2997 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
  1.2998 +$as_echo_n "checking for C compiler default output file name... " >&6; }
  1.2999 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
  1.3000 +$as_echo "$ac_file" >&6; }
  1.3001 +ac_exeext=$ac_cv_exeext
  1.3002 +
  1.3003 +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
  1.3004 +ac_clean_files=$ac_clean_files_save
  1.3005 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
  1.3006 +$as_echo_n "checking for suffix of executables... " >&6; }
  1.3007 +if { { ac_try="$ac_link"
  1.3008 +case "(($ac_try" in
  1.3009 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3010 +  *) ac_try_echo=$ac_try;;
  1.3011 +esac
  1.3012 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1.3013 +$as_echo "$ac_try_echo"; } >&5
  1.3014 +  (eval "$ac_link") 2>&5
  1.3015 +  ac_status=$?
  1.3016 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.3017 +  test $ac_status = 0; }; then :
  1.3018 +  # If both `conftest.exe' and `conftest' are `present' (well, observable)
  1.3019 +# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
  1.3020 +# work properly (i.e., refer to `conftest.exe'), while it won't with
  1.3021 +# `rm'.
  1.3022 +for ac_file in conftest.exe conftest conftest.*; do
  1.3023 +  test -f "$ac_file" || continue
  1.3024 +  case $ac_file in
  1.3025 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
  1.3026 +    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
  1.3027 +	  break;;
  1.3028 +    * ) break;;
  1.3029 +  esac
  1.3030 +done
  1.3031 +else
  1.3032 +  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.3033 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.3034 +as_fn_error $? "cannot compute suffix of executables: cannot compile and link
  1.3035 +See \`config.log' for more details" "$LINENO" 5; }
  1.3036 +fi
  1.3037 +rm -f conftest conftest$ac_cv_exeext
  1.3038 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
  1.3039 +$as_echo "$ac_cv_exeext" >&6; }
  1.3040 +
  1.3041 +rm -f conftest.$ac_ext
  1.3042 +EXEEXT=$ac_cv_exeext
  1.3043 +ac_exeext=$EXEEXT
  1.3044 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3045 +/* end confdefs.h.  */
  1.3046 +#include <stdio.h>
  1.3047 +int
  1.3048 +main ()
  1.3049 +{
  1.3050 +FILE *f = fopen ("conftest.out", "w");
  1.3051 + return ferror (f) || fclose (f) != 0;
  1.3052 +
  1.3053 +  ;
  1.3054 +  return 0;
  1.3055 +}
  1.3056 +_ACEOF
  1.3057 +ac_clean_files="$ac_clean_files conftest.out"
  1.3058 +# Check that the compiler produces executables we can run.  If not, either
  1.3059 +# the compiler is broken, or we cross compile.
  1.3060 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
  1.3061 +$as_echo_n "checking whether we are cross compiling... " >&6; }
  1.3062 +if test "$cross_compiling" != yes; then
  1.3063 +  { { ac_try="$ac_link"
  1.3064 +case "(($ac_try" in
  1.3065 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3066 +  *) ac_try_echo=$ac_try;;
  1.3067 +esac
  1.3068 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1.3069 +$as_echo "$ac_try_echo"; } >&5
  1.3070 +  (eval "$ac_link") 2>&5
  1.3071 +  ac_status=$?
  1.3072 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.3073 +  test $ac_status = 0; }
  1.3074 +  if { ac_try='./conftest$ac_cv_exeext'
  1.3075 +  { { case "(($ac_try" in
  1.3076 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3077 +  *) ac_try_echo=$ac_try;;
  1.3078 +esac
  1.3079 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1.3080 +$as_echo "$ac_try_echo"; } >&5
  1.3081 +  (eval "$ac_try") 2>&5
  1.3082 +  ac_status=$?
  1.3083 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.3084 +  test $ac_status = 0; }; }; then
  1.3085 +    cross_compiling=no
  1.3086 +  else
  1.3087 +    if test "$cross_compiling" = maybe; then
  1.3088 +	cross_compiling=yes
  1.3089 +    else
  1.3090 +	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.3091 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.3092 +as_fn_error $? "cannot run C compiled programs.
  1.3093 +If you meant to cross compile, use \`--host'.
  1.3094 +See \`config.log' for more details" "$LINENO" 5; }
  1.3095 +    fi
  1.3096 +  fi
  1.3097 +fi
  1.3098 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
  1.3099 +$as_echo "$cross_compiling" >&6; }
  1.3100 +
  1.3101 +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
  1.3102 +ac_clean_files=$ac_clean_files_save
  1.3103 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
  1.3104 +$as_echo_n "checking for suffix of object files... " >&6; }
  1.3105 +if ${ac_cv_objext+:} false; then :
  1.3106 +  $as_echo_n "(cached) " >&6
  1.3107 +else
  1.3108 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3109 +/* end confdefs.h.  */
  1.3110 +
  1.3111 +int
  1.3112 +main ()
  1.3113 +{
  1.3114 +
  1.3115 +  ;
  1.3116 +  return 0;
  1.3117 +}
  1.3118 +_ACEOF
  1.3119 +rm -f conftest.o conftest.obj
  1.3120 +if { { ac_try="$ac_compile"
  1.3121 +case "(($ac_try" in
  1.3122 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3123 +  *) ac_try_echo=$ac_try;;
  1.3124 +esac
  1.3125 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
  1.3126 +$as_echo "$ac_try_echo"; } >&5
  1.3127 +  (eval "$ac_compile") 2>&5
  1.3128 +  ac_status=$?
  1.3129 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  1.3130 +  test $ac_status = 0; }; then :
  1.3131 +  for ac_file in conftest.o conftest.obj conftest.*; do
  1.3132 +  test -f "$ac_file" || continue;
  1.3133 +  case $ac_file in
  1.3134 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
  1.3135 +    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
  1.3136 +       break;;
  1.3137 +  esac
  1.3138 +done
  1.3139 +else
  1.3140 +  $as_echo "$as_me: failed program was:" >&5
  1.3141 +sed 's/^/| /' conftest.$ac_ext >&5
  1.3142 +
  1.3143 +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.3144 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.3145 +as_fn_error $? "cannot compute suffix of object files: cannot compile
  1.3146 +See \`config.log' for more details" "$LINENO" 5; }
  1.3147 +fi
  1.3148 +rm -f conftest.$ac_cv_objext conftest.$ac_ext
  1.3149 +fi
  1.3150 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
  1.3151 +$as_echo "$ac_cv_objext" >&6; }
  1.3152 +OBJEXT=$ac_cv_objext
  1.3153 +ac_objext=$OBJEXT
  1.3154 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
  1.3155 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
  1.3156 +if ${ac_cv_c_compiler_gnu+:} false; then :
  1.3157 +  $as_echo_n "(cached) " >&6
  1.3158 +else
  1.3159 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3160 +/* end confdefs.h.  */
  1.3161 +
  1.3162 +int
  1.3163 +main ()
  1.3164 +{
  1.3165 +#ifndef __GNUC__
  1.3166 +       choke me
  1.3167 +#endif
  1.3168 +
  1.3169 +  ;
  1.3170 +  return 0;
  1.3171 +}
  1.3172 +_ACEOF
  1.3173 +if ac_fn_c_try_compile "$LINENO"; then :
  1.3174 +  ac_compiler_gnu=yes
  1.3175 +else
  1.3176 +  ac_compiler_gnu=no
  1.3177 +fi
  1.3178 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.3179 +ac_cv_c_compiler_gnu=$ac_compiler_gnu
  1.3180 +
  1.3181 +fi
  1.3182 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
  1.3183 +$as_echo "$ac_cv_c_compiler_gnu" >&6; }
  1.3184 +if test $ac_compiler_gnu = yes; then
  1.3185 +  GCC=yes
  1.3186 +else
  1.3187 +  GCC=
  1.3188 +fi
  1.3189 +ac_test_CFLAGS=${CFLAGS+set}
  1.3190 +ac_save_CFLAGS=$CFLAGS
  1.3191 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
  1.3192 +$as_echo_n "checking whether $CC accepts -g... " >&6; }
  1.3193 +if ${ac_cv_prog_cc_g+:} false; then :
  1.3194 +  $as_echo_n "(cached) " >&6
  1.3195 +else
  1.3196 +  ac_save_c_werror_flag=$ac_c_werror_flag
  1.3197 +   ac_c_werror_flag=yes
  1.3198 +   ac_cv_prog_cc_g=no
  1.3199 +   CFLAGS="-g"
  1.3200 +   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3201 +/* end confdefs.h.  */
  1.3202 +
  1.3203 +int
  1.3204 +main ()
  1.3205 +{
  1.3206 +
  1.3207 +  ;
  1.3208 +  return 0;
  1.3209 +}
  1.3210 +_ACEOF
  1.3211 +if ac_fn_c_try_compile "$LINENO"; then :
  1.3212 +  ac_cv_prog_cc_g=yes
  1.3213 +else
  1.3214 +  CFLAGS=""
  1.3215 +      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3216 +/* end confdefs.h.  */
  1.3217 +
  1.3218 +int
  1.3219 +main ()
  1.3220 +{
  1.3221 +
  1.3222 +  ;
  1.3223 +  return 0;
  1.3224 +}
  1.3225 +_ACEOF
  1.3226 +if ac_fn_c_try_compile "$LINENO"; then :
  1.3227 +
  1.3228 +else
  1.3229 +  ac_c_werror_flag=$ac_save_c_werror_flag
  1.3230 +	 CFLAGS="-g"
  1.3231 +	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3232 +/* end confdefs.h.  */
  1.3233 +
  1.3234 +int
  1.3235 +main ()
  1.3236 +{
  1.3237 +
  1.3238 +  ;
  1.3239 +  return 0;
  1.3240 +}
  1.3241 +_ACEOF
  1.3242 +if ac_fn_c_try_compile "$LINENO"; then :
  1.3243 +  ac_cv_prog_cc_g=yes
  1.3244 +fi
  1.3245 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.3246 +fi
  1.3247 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.3248 +fi
  1.3249 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.3250 +   ac_c_werror_flag=$ac_save_c_werror_flag
  1.3251 +fi
  1.3252 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
  1.3253 +$as_echo "$ac_cv_prog_cc_g" >&6; }
  1.3254 +if test "$ac_test_CFLAGS" = set; then
  1.3255 +  CFLAGS=$ac_save_CFLAGS
  1.3256 +elif test $ac_cv_prog_cc_g = yes; then
  1.3257 +  if test "$GCC" = yes; then
  1.3258 +    CFLAGS="-g -O2"
  1.3259 +  else
  1.3260 +    CFLAGS="-g"
  1.3261 +  fi
  1.3262 +else
  1.3263 +  if test "$GCC" = yes; then
  1.3264 +    CFLAGS="-O2"
  1.3265 +  else
  1.3266 +    CFLAGS=
  1.3267 +  fi
  1.3268 +fi
  1.3269 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
  1.3270 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
  1.3271 +if ${ac_cv_prog_cc_c89+:} false; then :
  1.3272 +  $as_echo_n "(cached) " >&6
  1.3273 +else
  1.3274 +  ac_cv_prog_cc_c89=no
  1.3275 +ac_save_CC=$CC
  1.3276 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3277 +/* end confdefs.h.  */
  1.3278 +#include <stdarg.h>
  1.3279 +#include <stdio.h>
  1.3280 +struct stat;
  1.3281 +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  1.3282 +struct buf { int x; };
  1.3283 +FILE * (*rcsopen) (struct buf *, struct stat *, int);
  1.3284 +static char *e (p, i)
  1.3285 +     char **p;
  1.3286 +     int i;
  1.3287 +{
  1.3288 +  return p[i];
  1.3289 +}
  1.3290 +static char *f (char * (*g) (char **, int), char **p, ...)
  1.3291 +{
  1.3292 +  char *s;
  1.3293 +  va_list v;
  1.3294 +  va_start (v,p);
  1.3295 +  s = g (p, va_arg (v,int));
  1.3296 +  va_end (v);
  1.3297 +  return s;
  1.3298 +}
  1.3299 +
  1.3300 +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  1.3301 +   function prototypes and stuff, but not '\xHH' hex character constants.
  1.3302 +   These don't provoke an error unfortunately, instead are silently treated
  1.3303 +   as 'x'.  The following induces an error, until -std is added to get
  1.3304 +   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
  1.3305 +   array size at least.  It's necessary to write '\x00'==0 to get something
  1.3306 +   that's true only with -std.  */
  1.3307 +int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  1.3308 +
  1.3309 +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  1.3310 +   inside strings and character constants.  */
  1.3311 +#define FOO(x) 'x'
  1.3312 +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  1.3313 +
  1.3314 +int test (int i, double x);
  1.3315 +struct s1 {int (*f) (int a);};
  1.3316 +struct s2 {int (*f) (double a);};
  1.3317 +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  1.3318 +int argc;
  1.3319 +char **argv;
  1.3320 +int
  1.3321 +main ()
  1.3322 +{
  1.3323 +return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  1.3324 +  ;
  1.3325 +  return 0;
  1.3326 +}
  1.3327 +_ACEOF
  1.3328 +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
  1.3329 +	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  1.3330 +do
  1.3331 +  CC="$ac_save_CC $ac_arg"
  1.3332 +  if ac_fn_c_try_compile "$LINENO"; then :
  1.3333 +  ac_cv_prog_cc_c89=$ac_arg
  1.3334 +fi
  1.3335 +rm -f core conftest.err conftest.$ac_objext
  1.3336 +  test "x$ac_cv_prog_cc_c89" != "xno" && break
  1.3337 +done
  1.3338 +rm -f conftest.$ac_ext
  1.3339 +CC=$ac_save_CC
  1.3340 +
  1.3341 +fi
  1.3342 +# AC_CACHE_VAL
  1.3343 +case "x$ac_cv_prog_cc_c89" in
  1.3344 +  x)
  1.3345 +    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
  1.3346 +$as_echo "none needed" >&6; } ;;
  1.3347 +  xno)
  1.3348 +    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
  1.3349 +$as_echo "unsupported" >&6; } ;;
  1.3350 +  *)
  1.3351 +    CC="$CC $ac_cv_prog_cc_c89"
  1.3352 +    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
  1.3353 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
  1.3354 +esac
  1.3355 +if test "x$ac_cv_prog_cc_c89" != xno; then :
  1.3356 +
  1.3357 +fi
  1.3358 +
  1.3359 +ac_ext=c
  1.3360 +ac_cpp='$CPP $CPPFLAGS'
  1.3361 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1.3362 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1.3363 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1.3364 +
  1.3365 +if test "x$GCC" != "xyes" ; then
  1.3366 +
  1.3367 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler is MSVC" >&5
  1.3368 +$as_echo_n "checking whether compiler is MSVC... " >&6; }
  1.3369 +if ${je_cv_msvc+:} false; then :
  1.3370 +  $as_echo_n "(cached) " >&6
  1.3371 +else
  1.3372 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3373 +/* end confdefs.h.  */
  1.3374 +
  1.3375 +int
  1.3376 +main ()
  1.3377 +{
  1.3378 +
  1.3379 +#ifndef _MSC_VER
  1.3380 +  int fail-1;
  1.3381 +#endif
  1.3382 +
  1.3383 +  ;
  1.3384 +  return 0;
  1.3385 +}
  1.3386 +_ACEOF
  1.3387 +if ac_fn_c_try_compile "$LINENO"; then :
  1.3388 +  je_cv_msvc=yes
  1.3389 +else
  1.3390 +  je_cv_msvc=no
  1.3391 +fi
  1.3392 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.3393 +fi
  1.3394 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $je_cv_msvc" >&5
  1.3395 +$as_echo "$je_cv_msvc" >&6; }
  1.3396 +fi
  1.3397 +
  1.3398 +if test "x$CFLAGS" = "x" ; then
  1.3399 +  no_CFLAGS="yes"
  1.3400 +  if test "x$GCC" = "xyes" ; then
  1.3401 +
  1.3402 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports -std=gnu99" >&5
  1.3403 +$as_echo_n "checking whether compiler supports -std=gnu99... " >&6; }
  1.3404 +TCFLAGS="${CFLAGS}"
  1.3405 +if test "x${CFLAGS}" = "x" ; then
  1.3406 +  CFLAGS="-std=gnu99"
  1.3407 +else
  1.3408 +  CFLAGS="${CFLAGS} -std=gnu99"
  1.3409 +fi
  1.3410 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3411 +/* end confdefs.h.  */
  1.3412 +
  1.3413 +
  1.3414 +int
  1.3415 +main ()
  1.3416 +{
  1.3417 +
  1.3418 +    return 0;
  1.3419 +
  1.3420 +  ;
  1.3421 +  return 0;
  1.3422 +}
  1.3423 +_ACEOF
  1.3424 +if ac_fn_c_try_compile "$LINENO"; then :
  1.3425 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1.3426 +$as_echo "yes" >&6; }
  1.3427 +else
  1.3428 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.3429 +$as_echo "no" >&6; }
  1.3430 +              CFLAGS="${TCFLAGS}"
  1.3431 +
  1.3432 +fi
  1.3433 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.3434 +
  1.3435 +
  1.3436 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports -Wall" >&5
  1.3437 +$as_echo_n "checking whether compiler supports -Wall... " >&6; }
  1.3438 +TCFLAGS="${CFLAGS}"
  1.3439 +if test "x${CFLAGS}" = "x" ; then
  1.3440 +  CFLAGS="-Wall"
  1.3441 +else
  1.3442 +  CFLAGS="${CFLAGS} -Wall"
  1.3443 +fi
  1.3444 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3445 +/* end confdefs.h.  */
  1.3446 +
  1.3447 +
  1.3448 +int
  1.3449 +main ()
  1.3450 +{
  1.3451 +
  1.3452 +    return 0;
  1.3453 +
  1.3454 +  ;
  1.3455 +  return 0;
  1.3456 +}
  1.3457 +_ACEOF
  1.3458 +if ac_fn_c_try_compile "$LINENO"; then :
  1.3459 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1.3460 +$as_echo "yes" >&6; }
  1.3461 +else
  1.3462 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.3463 +$as_echo "no" >&6; }
  1.3464 +              CFLAGS="${TCFLAGS}"
  1.3465 +
  1.3466 +fi
  1.3467 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.3468 +
  1.3469 +
  1.3470 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports -pipe" >&5
  1.3471 +$as_echo_n "checking whether compiler supports -pipe... " >&6; }
  1.3472 +TCFLAGS="${CFLAGS}"
  1.3473 +if test "x${CFLAGS}" = "x" ; then
  1.3474 +  CFLAGS="-pipe"
  1.3475 +else
  1.3476 +  CFLAGS="${CFLAGS} -pipe"
  1.3477 +fi
  1.3478 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3479 +/* end confdefs.h.  */
  1.3480 +
  1.3481 +
  1.3482 +int
  1.3483 +main ()
  1.3484 +{
  1.3485 +
  1.3486 +    return 0;
  1.3487 +
  1.3488 +  ;
  1.3489 +  return 0;
  1.3490 +}
  1.3491 +_ACEOF
  1.3492 +if ac_fn_c_try_compile "$LINENO"; then :
  1.3493 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1.3494 +$as_echo "yes" >&6; }
  1.3495 +else
  1.3496 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.3497 +$as_echo "no" >&6; }
  1.3498 +              CFLAGS="${TCFLAGS}"
  1.3499 +
  1.3500 +fi
  1.3501 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.3502 +
  1.3503 +
  1.3504 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports -g3" >&5
  1.3505 +$as_echo_n "checking whether compiler supports -g3... " >&6; }
  1.3506 +TCFLAGS="${CFLAGS}"
  1.3507 +if test "x${CFLAGS}" = "x" ; then
  1.3508 +  CFLAGS="-g3"
  1.3509 +else
  1.3510 +  CFLAGS="${CFLAGS} -g3"
  1.3511 +fi
  1.3512 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3513 +/* end confdefs.h.  */
  1.3514 +
  1.3515 +
  1.3516 +int
  1.3517 +main ()
  1.3518 +{
  1.3519 +
  1.3520 +    return 0;
  1.3521 +
  1.3522 +  ;
  1.3523 +  return 0;
  1.3524 +}
  1.3525 +_ACEOF
  1.3526 +if ac_fn_c_try_compile "$LINENO"; then :
  1.3527 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1.3528 +$as_echo "yes" >&6; }
  1.3529 +else
  1.3530 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.3531 +$as_echo "no" >&6; }
  1.3532 +              CFLAGS="${TCFLAGS}"
  1.3533 +
  1.3534 +fi
  1.3535 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.3536 +
  1.3537 +  elif test "x$je_cv_msvc" = "xyes" ; then
  1.3538 +    CC="$CC -nologo"
  1.3539 +
  1.3540 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports -Zi" >&5
  1.3541 +$as_echo_n "checking whether compiler supports -Zi... " >&6; }
  1.3542 +TCFLAGS="${CFLAGS}"
  1.3543 +if test "x${CFLAGS}" = "x" ; then
  1.3544 +  CFLAGS="-Zi"
  1.3545 +else
  1.3546 +  CFLAGS="${CFLAGS} -Zi"
  1.3547 +fi
  1.3548 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3549 +/* end confdefs.h.  */
  1.3550 +
  1.3551 +
  1.3552 +int
  1.3553 +main ()
  1.3554 +{
  1.3555 +
  1.3556 +    return 0;
  1.3557 +
  1.3558 +  ;
  1.3559 +  return 0;
  1.3560 +}
  1.3561 +_ACEOF
  1.3562 +if ac_fn_c_try_compile "$LINENO"; then :
  1.3563 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1.3564 +$as_echo "yes" >&6; }
  1.3565 +else
  1.3566 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.3567 +$as_echo "no" >&6; }
  1.3568 +              CFLAGS="${TCFLAGS}"
  1.3569 +
  1.3570 +fi
  1.3571 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.3572 +
  1.3573 +
  1.3574 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports -MT" >&5
  1.3575 +$as_echo_n "checking whether compiler supports -MT... " >&6; }
  1.3576 +TCFLAGS="${CFLAGS}"
  1.3577 +if test "x${CFLAGS}" = "x" ; then
  1.3578 +  CFLAGS="-MT"
  1.3579 +else
  1.3580 +  CFLAGS="${CFLAGS} -MT"
  1.3581 +fi
  1.3582 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3583 +/* end confdefs.h.  */
  1.3584 +
  1.3585 +
  1.3586 +int
  1.3587 +main ()
  1.3588 +{
  1.3589 +
  1.3590 +    return 0;
  1.3591 +
  1.3592 +  ;
  1.3593 +  return 0;
  1.3594 +}
  1.3595 +_ACEOF
  1.3596 +if ac_fn_c_try_compile "$LINENO"; then :
  1.3597 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1.3598 +$as_echo "yes" >&6; }
  1.3599 +else
  1.3600 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.3601 +$as_echo "no" >&6; }
  1.3602 +              CFLAGS="${TCFLAGS}"
  1.3603 +
  1.3604 +fi
  1.3605 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.3606 +
  1.3607 +
  1.3608 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports -W3" >&5
  1.3609 +$as_echo_n "checking whether compiler supports -W3... " >&6; }
  1.3610 +TCFLAGS="${CFLAGS}"
  1.3611 +if test "x${CFLAGS}" = "x" ; then
  1.3612 +  CFLAGS="-W3"
  1.3613 +else
  1.3614 +  CFLAGS="${CFLAGS} -W3"
  1.3615 +fi
  1.3616 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3617 +/* end confdefs.h.  */
  1.3618 +
  1.3619 +
  1.3620 +int
  1.3621 +main ()
  1.3622 +{
  1.3623 +
  1.3624 +    return 0;
  1.3625 +
  1.3626 +  ;
  1.3627 +  return 0;
  1.3628 +}
  1.3629 +_ACEOF
  1.3630 +if ac_fn_c_try_compile "$LINENO"; then :
  1.3631 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1.3632 +$as_echo "yes" >&6; }
  1.3633 +else
  1.3634 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.3635 +$as_echo "no" >&6; }
  1.3636 +              CFLAGS="${TCFLAGS}"
  1.3637 +
  1.3638 +fi
  1.3639 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.3640 +
  1.3641 +    CPPFLAGS="$CPPFLAGS -I${srcroot}/include/msvc_compat"
  1.3642 +  fi
  1.3643 +fi
  1.3644 +if test "x$EXTRA_CFLAGS" != "x" ; then
  1.3645 +
  1.3646 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports $EXTRA_CFLAGS" >&5
  1.3647 +$as_echo_n "checking whether compiler supports $EXTRA_CFLAGS... " >&6; }
  1.3648 +TCFLAGS="${CFLAGS}"
  1.3649 +if test "x${CFLAGS}" = "x" ; then
  1.3650 +  CFLAGS="$EXTRA_CFLAGS"
  1.3651 +else
  1.3652 +  CFLAGS="${CFLAGS} $EXTRA_CFLAGS"
  1.3653 +fi
  1.3654 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3655 +/* end confdefs.h.  */
  1.3656 +
  1.3657 +
  1.3658 +int
  1.3659 +main ()
  1.3660 +{
  1.3661 +
  1.3662 +    return 0;
  1.3663 +
  1.3664 +  ;
  1.3665 +  return 0;
  1.3666 +}
  1.3667 +_ACEOF
  1.3668 +if ac_fn_c_try_compile "$LINENO"; then :
  1.3669 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1.3670 +$as_echo "yes" >&6; }
  1.3671 +else
  1.3672 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.3673 +$as_echo "no" >&6; }
  1.3674 +              CFLAGS="${TCFLAGS}"
  1.3675 +
  1.3676 +fi
  1.3677 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.3678 +
  1.3679 +fi
  1.3680 +ac_ext=c
  1.3681 +ac_cpp='$CPP $CPPFLAGS'
  1.3682 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1.3683 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1.3684 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1.3685 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
  1.3686 +$as_echo_n "checking how to run the C preprocessor... " >&6; }
  1.3687 +# On Suns, sometimes $CPP names a directory.
  1.3688 +if test -n "$CPP" && test -d "$CPP"; then
  1.3689 +  CPP=
  1.3690 +fi
  1.3691 +if test -z "$CPP"; then
  1.3692 +  if ${ac_cv_prog_CPP+:} false; then :
  1.3693 +  $as_echo_n "(cached) " >&6
  1.3694 +else
  1.3695 +      # Double quotes because CPP needs to be expanded
  1.3696 +    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
  1.3697 +    do
  1.3698 +      ac_preproc_ok=false
  1.3699 +for ac_c_preproc_warn_flag in '' yes
  1.3700 +do
  1.3701 +  # Use a header file that comes with gcc, so configuring glibc
  1.3702 +  # with a fresh cross-compiler works.
  1.3703 +  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1.3704 +  # <limits.h> exists even on freestanding compilers.
  1.3705 +  # On the NeXT, cc -E runs the code through the compiler's parser,
  1.3706 +  # not just through cpp. "Syntax error" is here to catch this case.
  1.3707 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3708 +/* end confdefs.h.  */
  1.3709 +#ifdef __STDC__
  1.3710 +# include <limits.h>
  1.3711 +#else
  1.3712 +# include <assert.h>
  1.3713 +#endif
  1.3714 +		     Syntax error
  1.3715 +_ACEOF
  1.3716 +if ac_fn_c_try_cpp "$LINENO"; then :
  1.3717 +
  1.3718 +else
  1.3719 +  # Broken: fails on valid input.
  1.3720 +continue
  1.3721 +fi
  1.3722 +rm -f conftest.err conftest.i conftest.$ac_ext
  1.3723 +
  1.3724 +  # OK, works on sane cases.  Now check whether nonexistent headers
  1.3725 +  # can be detected and how.
  1.3726 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3727 +/* end confdefs.h.  */
  1.3728 +#include <ac_nonexistent.h>
  1.3729 +_ACEOF
  1.3730 +if ac_fn_c_try_cpp "$LINENO"; then :
  1.3731 +  # Broken: success on invalid input.
  1.3732 +continue
  1.3733 +else
  1.3734 +  # Passes both tests.
  1.3735 +ac_preproc_ok=:
  1.3736 +break
  1.3737 +fi
  1.3738 +rm -f conftest.err conftest.i conftest.$ac_ext
  1.3739 +
  1.3740 +done
  1.3741 +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  1.3742 +rm -f conftest.i conftest.err conftest.$ac_ext
  1.3743 +if $ac_preproc_ok; then :
  1.3744 +  break
  1.3745 +fi
  1.3746 +
  1.3747 +    done
  1.3748 +    ac_cv_prog_CPP=$CPP
  1.3749 +
  1.3750 +fi
  1.3751 +  CPP=$ac_cv_prog_CPP
  1.3752 +else
  1.3753 +  ac_cv_prog_CPP=$CPP
  1.3754 +fi
  1.3755 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
  1.3756 +$as_echo "$CPP" >&6; }
  1.3757 +ac_preproc_ok=false
  1.3758 +for ac_c_preproc_warn_flag in '' yes
  1.3759 +do
  1.3760 +  # Use a header file that comes with gcc, so configuring glibc
  1.3761 +  # with a fresh cross-compiler works.
  1.3762 +  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1.3763 +  # <limits.h> exists even on freestanding compilers.
  1.3764 +  # On the NeXT, cc -E runs the code through the compiler's parser,
  1.3765 +  # not just through cpp. "Syntax error" is here to catch this case.
  1.3766 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3767 +/* end confdefs.h.  */
  1.3768 +#ifdef __STDC__
  1.3769 +# include <limits.h>
  1.3770 +#else
  1.3771 +# include <assert.h>
  1.3772 +#endif
  1.3773 +		     Syntax error
  1.3774 +_ACEOF
  1.3775 +if ac_fn_c_try_cpp "$LINENO"; then :
  1.3776 +
  1.3777 +else
  1.3778 +  # Broken: fails on valid input.
  1.3779 +continue
  1.3780 +fi
  1.3781 +rm -f conftest.err conftest.i conftest.$ac_ext
  1.3782 +
  1.3783 +  # OK, works on sane cases.  Now check whether nonexistent headers
  1.3784 +  # can be detected and how.
  1.3785 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3786 +/* end confdefs.h.  */
  1.3787 +#include <ac_nonexistent.h>
  1.3788 +_ACEOF
  1.3789 +if ac_fn_c_try_cpp "$LINENO"; then :
  1.3790 +  # Broken: success on invalid input.
  1.3791 +continue
  1.3792 +else
  1.3793 +  # Passes both tests.
  1.3794 +ac_preproc_ok=:
  1.3795 +break
  1.3796 +fi
  1.3797 +rm -f conftest.err conftest.i conftest.$ac_ext
  1.3798 +
  1.3799 +done
  1.3800 +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
  1.3801 +rm -f conftest.i conftest.err conftest.$ac_ext
  1.3802 +if $ac_preproc_ok; then :
  1.3803 +
  1.3804 +else
  1.3805 +  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.3806 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.3807 +as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
  1.3808 +See \`config.log' for more details" "$LINENO" 5; }
  1.3809 +fi
  1.3810 +
  1.3811 +ac_ext=c
  1.3812 +ac_cpp='$CPP $CPPFLAGS'
  1.3813 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1.3814 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1.3815 +ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1.3816 +
  1.3817 +
  1.3818 +
  1.3819 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
  1.3820 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
  1.3821 +if ${ac_cv_path_GREP+:} false; then :
  1.3822 +  $as_echo_n "(cached) " >&6
  1.3823 +else
  1.3824 +  if test -z "$GREP"; then
  1.3825 +  ac_path_GREP_found=false
  1.3826 +  # Loop through the user's path and test for each of PROGNAME-LIST
  1.3827 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.3828 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
  1.3829 +do
  1.3830 +  IFS=$as_save_IFS
  1.3831 +  test -z "$as_dir" && as_dir=.
  1.3832 +    for ac_prog in grep ggrep; do
  1.3833 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.3834 +      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
  1.3835 +      as_fn_executable_p "$ac_path_GREP" || continue
  1.3836 +# Check for GNU ac_path_GREP and select it if it is found.
  1.3837 +  # Check for GNU $ac_path_GREP
  1.3838 +case `"$ac_path_GREP" --version 2>&1` in
  1.3839 +*GNU*)
  1.3840 +  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
  1.3841 +*)
  1.3842 +  ac_count=0
  1.3843 +  $as_echo_n 0123456789 >"conftest.in"
  1.3844 +  while :
  1.3845 +  do
  1.3846 +    cat "conftest.in" "conftest.in" >"conftest.tmp"
  1.3847 +    mv "conftest.tmp" "conftest.in"
  1.3848 +    cp "conftest.in" "conftest.nl"
  1.3849 +    $as_echo 'GREP' >> "conftest.nl"
  1.3850 +    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
  1.3851 +    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
  1.3852 +    as_fn_arith $ac_count + 1 && ac_count=$as_val
  1.3853 +    if test $ac_count -gt ${ac_path_GREP_max-0}; then
  1.3854 +      # Best one so far, save it but keep looking for a better one
  1.3855 +      ac_cv_path_GREP="$ac_path_GREP"
  1.3856 +      ac_path_GREP_max=$ac_count
  1.3857 +    fi
  1.3858 +    # 10*(2^10) chars as input seems more than enough
  1.3859 +    test $ac_count -gt 10 && break
  1.3860 +  done
  1.3861 +  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
  1.3862 +esac
  1.3863 +
  1.3864 +      $ac_path_GREP_found && break 3
  1.3865 +    done
  1.3866 +  done
  1.3867 +  done
  1.3868 +IFS=$as_save_IFS
  1.3869 +  if test -z "$ac_cv_path_GREP"; then
  1.3870 +    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
  1.3871 +  fi
  1.3872 +else
  1.3873 +  ac_cv_path_GREP=$GREP
  1.3874 +fi
  1.3875 +
  1.3876 +fi
  1.3877 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
  1.3878 +$as_echo "$ac_cv_path_GREP" >&6; }
  1.3879 + GREP="$ac_cv_path_GREP"
  1.3880 +
  1.3881 +
  1.3882 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
  1.3883 +$as_echo_n "checking for egrep... " >&6; }
  1.3884 +if ${ac_cv_path_EGREP+:} false; then :
  1.3885 +  $as_echo_n "(cached) " >&6
  1.3886 +else
  1.3887 +  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
  1.3888 +   then ac_cv_path_EGREP="$GREP -E"
  1.3889 +   else
  1.3890 +     if test -z "$EGREP"; then
  1.3891 +  ac_path_EGREP_found=false
  1.3892 +  # Loop through the user's path and test for each of PROGNAME-LIST
  1.3893 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.3894 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
  1.3895 +do
  1.3896 +  IFS=$as_save_IFS
  1.3897 +  test -z "$as_dir" && as_dir=.
  1.3898 +    for ac_prog in egrep; do
  1.3899 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.3900 +      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
  1.3901 +      as_fn_executable_p "$ac_path_EGREP" || continue
  1.3902 +# Check for GNU ac_path_EGREP and select it if it is found.
  1.3903 +  # Check for GNU $ac_path_EGREP
  1.3904 +case `"$ac_path_EGREP" --version 2>&1` in
  1.3905 +*GNU*)
  1.3906 +  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
  1.3907 +*)
  1.3908 +  ac_count=0
  1.3909 +  $as_echo_n 0123456789 >"conftest.in"
  1.3910 +  while :
  1.3911 +  do
  1.3912 +    cat "conftest.in" "conftest.in" >"conftest.tmp"
  1.3913 +    mv "conftest.tmp" "conftest.in"
  1.3914 +    cp "conftest.in" "conftest.nl"
  1.3915 +    $as_echo 'EGREP' >> "conftest.nl"
  1.3916 +    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
  1.3917 +    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
  1.3918 +    as_fn_arith $ac_count + 1 && ac_count=$as_val
  1.3919 +    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
  1.3920 +      # Best one so far, save it but keep looking for a better one
  1.3921 +      ac_cv_path_EGREP="$ac_path_EGREP"
  1.3922 +      ac_path_EGREP_max=$ac_count
  1.3923 +    fi
  1.3924 +    # 10*(2^10) chars as input seems more than enough
  1.3925 +    test $ac_count -gt 10 && break
  1.3926 +  done
  1.3927 +  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
  1.3928 +esac
  1.3929 +
  1.3930 +      $ac_path_EGREP_found && break 3
  1.3931 +    done
  1.3932 +  done
  1.3933 +  done
  1.3934 +IFS=$as_save_IFS
  1.3935 +  if test -z "$ac_cv_path_EGREP"; then
  1.3936 +    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
  1.3937 +  fi
  1.3938 +else
  1.3939 +  ac_cv_path_EGREP=$EGREP
  1.3940 +fi
  1.3941 +
  1.3942 +   fi
  1.3943 +fi
  1.3944 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
  1.3945 +$as_echo "$ac_cv_path_EGREP" >&6; }
  1.3946 + EGREP="$ac_cv_path_EGREP"
  1.3947 +
  1.3948 +
  1.3949 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
  1.3950 +$as_echo_n "checking for ANSI C header files... " >&6; }
  1.3951 +if ${ac_cv_header_stdc+:} false; then :
  1.3952 +  $as_echo_n "(cached) " >&6
  1.3953 +else
  1.3954 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3955 +/* end confdefs.h.  */
  1.3956 +#include <stdlib.h>
  1.3957 +#include <stdarg.h>
  1.3958 +#include <string.h>
  1.3959 +#include <float.h>
  1.3960 +
  1.3961 +int
  1.3962 +main ()
  1.3963 +{
  1.3964 +
  1.3965 +  ;
  1.3966 +  return 0;
  1.3967 +}
  1.3968 +_ACEOF
  1.3969 +if ac_fn_c_try_compile "$LINENO"; then :
  1.3970 +  ac_cv_header_stdc=yes
  1.3971 +else
  1.3972 +  ac_cv_header_stdc=no
  1.3973 +fi
  1.3974 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.3975 +
  1.3976 +if test $ac_cv_header_stdc = yes; then
  1.3977 +  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1.3978 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3979 +/* end confdefs.h.  */
  1.3980 +#include <string.h>
  1.3981 +
  1.3982 +_ACEOF
  1.3983 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1.3984 +  $EGREP "memchr" >/dev/null 2>&1; then :
  1.3985 +
  1.3986 +else
  1.3987 +  ac_cv_header_stdc=no
  1.3988 +fi
  1.3989 +rm -f conftest*
  1.3990 +
  1.3991 +fi
  1.3992 +
  1.3993 +if test $ac_cv_header_stdc = yes; then
  1.3994 +  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1.3995 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.3996 +/* end confdefs.h.  */
  1.3997 +#include <stdlib.h>
  1.3998 +
  1.3999 +_ACEOF
  1.4000 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1.4001 +  $EGREP "free" >/dev/null 2>&1; then :
  1.4002 +
  1.4003 +else
  1.4004 +  ac_cv_header_stdc=no
  1.4005 +fi
  1.4006 +rm -f conftest*
  1.4007 +
  1.4008 +fi
  1.4009 +
  1.4010 +if test $ac_cv_header_stdc = yes; then
  1.4011 +  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  1.4012 +  if test "$cross_compiling" = yes; then :
  1.4013 +  :
  1.4014 +else
  1.4015 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.4016 +/* end confdefs.h.  */
  1.4017 +#include <ctype.h>
  1.4018 +#include <stdlib.h>
  1.4019 +#if ((' ' & 0x0FF) == 0x020)
  1.4020 +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1.4021 +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  1.4022 +#else
  1.4023 +# define ISLOWER(c) \
  1.4024 +		   (('a' <= (c) && (c) <= 'i') \
  1.4025 +		     || ('j' <= (c) && (c) <= 'r') \
  1.4026 +		     || ('s' <= (c) && (c) <= 'z'))
  1.4027 +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
  1.4028 +#endif
  1.4029 +
  1.4030 +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  1.4031 +int
  1.4032 +main ()
  1.4033 +{
  1.4034 +  int i;
  1.4035 +  for (i = 0; i < 256; i++)
  1.4036 +    if (XOR (islower (i), ISLOWER (i))
  1.4037 +	|| toupper (i) != TOUPPER (i))
  1.4038 +      return 2;
  1.4039 +  return 0;
  1.4040 +}
  1.4041 +_ACEOF
  1.4042 +if ac_fn_c_try_run "$LINENO"; then :
  1.4043 +
  1.4044 +else
  1.4045 +  ac_cv_header_stdc=no
  1.4046 +fi
  1.4047 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  1.4048 +  conftest.$ac_objext conftest.beam conftest.$ac_ext
  1.4049 +fi
  1.4050 +
  1.4051 +fi
  1.4052 +fi
  1.4053 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
  1.4054 +$as_echo "$ac_cv_header_stdc" >&6; }
  1.4055 +if test $ac_cv_header_stdc = yes; then
  1.4056 +
  1.4057 +$as_echo "#define STDC_HEADERS 1" >>confdefs.h
  1.4058 +
  1.4059 +fi
  1.4060 +
  1.4061 +# On IRIX 5.3, sys/types and inttypes.h are conflicting.
  1.4062 +for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
  1.4063 +		  inttypes.h stdint.h unistd.h
  1.4064 +do :
  1.4065 +  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1.4066 +ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
  1.4067 +"
  1.4068 +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
  1.4069 +  cat >>confdefs.h <<_ACEOF
  1.4070 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1.4071 +_ACEOF
  1.4072 +
  1.4073 +fi
  1.4074 +
  1.4075 +done
  1.4076 +
  1.4077 +
  1.4078 +# The cast to long int works around a bug in the HP C Compiler
  1.4079 +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  1.4080 +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  1.4081 +# This bug is HP SR number 8606223364.
  1.4082 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
  1.4083 +$as_echo_n "checking size of void *... " >&6; }
  1.4084 +if ${ac_cv_sizeof_void_p+:} false; then :
  1.4085 +  $as_echo_n "(cached) " >&6
  1.4086 +else
  1.4087 +  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p"        "$ac_includes_default"; then :
  1.4088 +
  1.4089 +else
  1.4090 +  if test "$ac_cv_type_void_p" = yes; then
  1.4091 +     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.4092 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.4093 +as_fn_error 77 "cannot compute sizeof (void *)
  1.4094 +See \`config.log' for more details" "$LINENO" 5; }
  1.4095 +   else
  1.4096 +     ac_cv_sizeof_void_p=0
  1.4097 +   fi
  1.4098 +fi
  1.4099 +
  1.4100 +fi
  1.4101 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
  1.4102 +$as_echo "$ac_cv_sizeof_void_p" >&6; }
  1.4103 +
  1.4104 +
  1.4105 +
  1.4106 +cat >>confdefs.h <<_ACEOF
  1.4107 +#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
  1.4108 +_ACEOF
  1.4109 +
  1.4110 +
  1.4111 +if test "x${ac_cv_sizeof_void_p}" = "x8" ; then
  1.4112 +  LG_SIZEOF_PTR=3
  1.4113 +elif test "x${ac_cv_sizeof_void_p}" = "x4" ; then
  1.4114 +  LG_SIZEOF_PTR=2
  1.4115 +else
  1.4116 +  as_fn_error $? "Unsupported pointer size: ${ac_cv_sizeof_void_p}" "$LINENO" 5
  1.4117 +fi
  1.4118 +cat >>confdefs.h <<_ACEOF
  1.4119 +#define LG_SIZEOF_PTR $LG_SIZEOF_PTR
  1.4120 +_ACEOF
  1.4121 +
  1.4122 +
  1.4123 +# The cast to long int works around a bug in the HP C Compiler
  1.4124 +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  1.4125 +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  1.4126 +# This bug is HP SR number 8606223364.
  1.4127 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
  1.4128 +$as_echo_n "checking size of int... " >&6; }
  1.4129 +if ${ac_cv_sizeof_int+:} false; then :
  1.4130 +  $as_echo_n "(cached) " >&6
  1.4131 +else
  1.4132 +  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int"        "$ac_includes_default"; then :
  1.4133 +
  1.4134 +else
  1.4135 +  if test "$ac_cv_type_int" = yes; then
  1.4136 +     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.4137 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.4138 +as_fn_error 77 "cannot compute sizeof (int)
  1.4139 +See \`config.log' for more details" "$LINENO" 5; }
  1.4140 +   else
  1.4141 +     ac_cv_sizeof_int=0
  1.4142 +   fi
  1.4143 +fi
  1.4144 +
  1.4145 +fi
  1.4146 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
  1.4147 +$as_echo "$ac_cv_sizeof_int" >&6; }
  1.4148 +
  1.4149 +
  1.4150 +
  1.4151 +cat >>confdefs.h <<_ACEOF
  1.4152 +#define SIZEOF_INT $ac_cv_sizeof_int
  1.4153 +_ACEOF
  1.4154 +
  1.4155 +
  1.4156 +if test "x${ac_cv_sizeof_int}" = "x8" ; then
  1.4157 +  LG_SIZEOF_INT=3
  1.4158 +elif test "x${ac_cv_sizeof_int}" = "x4" ; then
  1.4159 +  LG_SIZEOF_INT=2
  1.4160 +else
  1.4161 +  as_fn_error $? "Unsupported int size: ${ac_cv_sizeof_int}" "$LINENO" 5
  1.4162 +fi
  1.4163 +cat >>confdefs.h <<_ACEOF
  1.4164 +#define LG_SIZEOF_INT $LG_SIZEOF_INT
  1.4165 +_ACEOF
  1.4166 +
  1.4167 +
  1.4168 +# The cast to long int works around a bug in the HP C Compiler
  1.4169 +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  1.4170 +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  1.4171 +# This bug is HP SR number 8606223364.
  1.4172 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
  1.4173 +$as_echo_n "checking size of long... " >&6; }
  1.4174 +if ${ac_cv_sizeof_long+:} false; then :
  1.4175 +  $as_echo_n "(cached) " >&6
  1.4176 +else
  1.4177 +  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long"        "$ac_includes_default"; then :
  1.4178 +
  1.4179 +else
  1.4180 +  if test "$ac_cv_type_long" = yes; then
  1.4181 +     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.4182 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.4183 +as_fn_error 77 "cannot compute sizeof (long)
  1.4184 +See \`config.log' for more details" "$LINENO" 5; }
  1.4185 +   else
  1.4186 +     ac_cv_sizeof_long=0
  1.4187 +   fi
  1.4188 +fi
  1.4189 +
  1.4190 +fi
  1.4191 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
  1.4192 +$as_echo "$ac_cv_sizeof_long" >&6; }
  1.4193 +
  1.4194 +
  1.4195 +
  1.4196 +cat >>confdefs.h <<_ACEOF
  1.4197 +#define SIZEOF_LONG $ac_cv_sizeof_long
  1.4198 +_ACEOF
  1.4199 +
  1.4200 +
  1.4201 +if test "x${ac_cv_sizeof_long}" = "x8" ; then
  1.4202 +  LG_SIZEOF_LONG=3
  1.4203 +elif test "x${ac_cv_sizeof_long}" = "x4" ; then
  1.4204 +  LG_SIZEOF_LONG=2
  1.4205 +else
  1.4206 +  as_fn_error $? "Unsupported long size: ${ac_cv_sizeof_long}" "$LINENO" 5
  1.4207 +fi
  1.4208 +cat >>confdefs.h <<_ACEOF
  1.4209 +#define LG_SIZEOF_LONG $LG_SIZEOF_LONG
  1.4210 +_ACEOF
  1.4211 +
  1.4212 +
  1.4213 +# The cast to long int works around a bug in the HP C Compiler
  1.4214 +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  1.4215 +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  1.4216 +# This bug is HP SR number 8606223364.
  1.4217 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of intmax_t" >&5
  1.4218 +$as_echo_n "checking size of intmax_t... " >&6; }
  1.4219 +if ${ac_cv_sizeof_intmax_t+:} false; then :
  1.4220 +  $as_echo_n "(cached) " >&6
  1.4221 +else
  1.4222 +  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (intmax_t))" "ac_cv_sizeof_intmax_t"        "$ac_includes_default"; then :
  1.4223 +
  1.4224 +else
  1.4225 +  if test "$ac_cv_type_intmax_t" = yes; then
  1.4226 +     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.4227 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.4228 +as_fn_error 77 "cannot compute sizeof (intmax_t)
  1.4229 +See \`config.log' for more details" "$LINENO" 5; }
  1.4230 +   else
  1.4231 +     ac_cv_sizeof_intmax_t=0
  1.4232 +   fi
  1.4233 +fi
  1.4234 +
  1.4235 +fi
  1.4236 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_intmax_t" >&5
  1.4237 +$as_echo "$ac_cv_sizeof_intmax_t" >&6; }
  1.4238 +
  1.4239 +
  1.4240 +
  1.4241 +cat >>confdefs.h <<_ACEOF
  1.4242 +#define SIZEOF_INTMAX_T $ac_cv_sizeof_intmax_t
  1.4243 +_ACEOF
  1.4244 +
  1.4245 +
  1.4246 +if test "x${ac_cv_sizeof_intmax_t}" = "x16" ; then
  1.4247 +  LG_SIZEOF_INTMAX_T=4
  1.4248 +elif test "x${ac_cv_sizeof_intmax_t}" = "x8" ; then
  1.4249 +  LG_SIZEOF_INTMAX_T=3
  1.4250 +elif test "x${ac_cv_sizeof_intmax_t}" = "x4" ; then
  1.4251 +  LG_SIZEOF_INTMAX_T=2
  1.4252 +else
  1.4253 +  as_fn_error $? "Unsupported intmax_t size: ${ac_cv_sizeof_intmax_t}" "$LINENO" 5
  1.4254 +fi
  1.4255 +cat >>confdefs.h <<_ACEOF
  1.4256 +#define LG_SIZEOF_INTMAX_T $LG_SIZEOF_INTMAX_T
  1.4257 +_ACEOF
  1.4258 +
  1.4259 +
  1.4260 +ac_aux_dir=
  1.4261 +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
  1.4262 +  if test -f "$ac_dir/install-sh"; then
  1.4263 +    ac_aux_dir=$ac_dir
  1.4264 +    ac_install_sh="$ac_aux_dir/install-sh -c"
  1.4265 +    break
  1.4266 +  elif test -f "$ac_dir/install.sh"; then
  1.4267 +    ac_aux_dir=$ac_dir
  1.4268 +    ac_install_sh="$ac_aux_dir/install.sh -c"
  1.4269 +    break
  1.4270 +  elif test -f "$ac_dir/shtool"; then
  1.4271 +    ac_aux_dir=$ac_dir
  1.4272 +    ac_install_sh="$ac_aux_dir/shtool install -c"
  1.4273 +    break
  1.4274 +  fi
  1.4275 +done
  1.4276 +if test -z "$ac_aux_dir"; then
  1.4277 +  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
  1.4278 +fi
  1.4279 +
  1.4280 +# These three variables are undocumented and unsupported,
  1.4281 +# and are intended to be withdrawn in a future Autoconf release.
  1.4282 +# They can cause serious problems if a builder's source tree is in a directory
  1.4283 +# whose full name contains unusual characters.
  1.4284 +ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
  1.4285 +ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
  1.4286 +ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
  1.4287 +
  1.4288 +
  1.4289 +# Make sure we can run config.sub.
  1.4290 +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
  1.4291 +  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
  1.4292 +
  1.4293 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
  1.4294 +$as_echo_n "checking build system type... " >&6; }
  1.4295 +if ${ac_cv_build+:} false; then :
  1.4296 +  $as_echo_n "(cached) " >&6
  1.4297 +else
  1.4298 +  ac_build_alias=$build_alias
  1.4299 +test "x$ac_build_alias" = x &&
  1.4300 +  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
  1.4301 +test "x$ac_build_alias" = x &&
  1.4302 +  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
  1.4303 +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
  1.4304 +  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
  1.4305 +
  1.4306 +fi
  1.4307 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
  1.4308 +$as_echo "$ac_cv_build" >&6; }
  1.4309 +case $ac_cv_build in
  1.4310 +*-*-*) ;;
  1.4311 +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
  1.4312 +esac
  1.4313 +build=$ac_cv_build
  1.4314 +ac_save_IFS=$IFS; IFS='-'
  1.4315 +set x $ac_cv_build
  1.4316 +shift
  1.4317 +build_cpu=$1
  1.4318 +build_vendor=$2
  1.4319 +shift; shift
  1.4320 +# Remember, the first character of IFS is used to create $*,
  1.4321 +# except with old shells:
  1.4322 +build_os=$*
  1.4323 +IFS=$ac_save_IFS
  1.4324 +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
  1.4325 +
  1.4326 +
  1.4327 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
  1.4328 +$as_echo_n "checking host system type... " >&6; }
  1.4329 +if ${ac_cv_host+:} false; then :
  1.4330 +  $as_echo_n "(cached) " >&6
  1.4331 +else
  1.4332 +  if test "x$host_alias" = x; then
  1.4333 +  ac_cv_host=$ac_cv_build
  1.4334 +else
  1.4335 +  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
  1.4336 +    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
  1.4337 +fi
  1.4338 +
  1.4339 +fi
  1.4340 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
  1.4341 +$as_echo "$ac_cv_host" >&6; }
  1.4342 +case $ac_cv_host in
  1.4343 +*-*-*) ;;
  1.4344 +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
  1.4345 +esac
  1.4346 +host=$ac_cv_host
  1.4347 +ac_save_IFS=$IFS; IFS='-'
  1.4348 +set x $ac_cv_host
  1.4349 +shift
  1.4350 +host_cpu=$1
  1.4351 +host_vendor=$2
  1.4352 +shift; shift
  1.4353 +# Remember, the first character of IFS is used to create $*,
  1.4354 +# except with old shells:
  1.4355 +host_os=$*
  1.4356 +IFS=$ac_save_IFS
  1.4357 +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
  1.4358 +
  1.4359 +
  1.4360 +CPU_SPINWAIT=""
  1.4361 +case "${host_cpu}" in
  1.4362 +  i[345]86)
  1.4363 +	;;
  1.4364 +  i686)
  1.4365 +
  1.4366 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __asm__ is compilable" >&5
  1.4367 +$as_echo_n "checking whether __asm__ is compilable... " >&6; }
  1.4368 +if ${je_cv_asm+:} false; then :
  1.4369 +  $as_echo_n "(cached) " >&6
  1.4370 +else
  1.4371 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.4372 +/* end confdefs.h.  */
  1.4373 +
  1.4374 +int
  1.4375 +main ()
  1.4376 +{
  1.4377 +__asm__ volatile("pause"); return 0;
  1.4378 +  ;
  1.4379 +  return 0;
  1.4380 +}
  1.4381 +_ACEOF
  1.4382 +if ac_fn_c_try_link "$LINENO"; then :
  1.4383 +  je_cv_asm=yes
  1.4384 +else
  1.4385 +  je_cv_asm=no
  1.4386 +fi
  1.4387 +rm -f core conftest.err conftest.$ac_objext \
  1.4388 +    conftest$ac_exeext conftest.$ac_ext
  1.4389 +fi
  1.4390 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $je_cv_asm" >&5
  1.4391 +$as_echo "$je_cv_asm" >&6; }
  1.4392 +
  1.4393 +	if test "x${je_cv_asm}" = "xyes" ; then
  1.4394 +	    CPU_SPINWAIT='__asm__ volatile("pause")'
  1.4395 +	fi
  1.4396 +	;;
  1.4397 +  x86_64)
  1.4398 +
  1.4399 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __asm__ syntax is compilable" >&5
  1.4400 +$as_echo_n "checking whether __asm__ syntax is compilable... " >&6; }
  1.4401 +if ${je_cv_asm+:} false; then :
  1.4402 +  $as_echo_n "(cached) " >&6
  1.4403 +else
  1.4404 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.4405 +/* end confdefs.h.  */
  1.4406 +
  1.4407 +int
  1.4408 +main ()
  1.4409 +{
  1.4410 +__asm__ volatile("pause"); return 0;
  1.4411 +  ;
  1.4412 +  return 0;
  1.4413 +}
  1.4414 +_ACEOF
  1.4415 +if ac_fn_c_try_link "$LINENO"; then :
  1.4416 +  je_cv_asm=yes
  1.4417 +else
  1.4418 +  je_cv_asm=no
  1.4419 +fi
  1.4420 +rm -f core conftest.err conftest.$ac_objext \
  1.4421 +    conftest$ac_exeext conftest.$ac_ext
  1.4422 +fi
  1.4423 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $je_cv_asm" >&5
  1.4424 +$as_echo "$je_cv_asm" >&6; }
  1.4425 +
  1.4426 +	if test "x${je_cv_asm}" = "xyes" ; then
  1.4427 +	    CPU_SPINWAIT='__asm__ volatile("pause")'
  1.4428 +	fi
  1.4429 +	;;
  1.4430 +  *)
  1.4431 +	;;
  1.4432 +esac
  1.4433 +cat >>confdefs.h <<_ACEOF
  1.4434 +#define CPU_SPINWAIT $CPU_SPINWAIT
  1.4435 +_ACEOF
  1.4436 +
  1.4437 +
  1.4438 +LD_PRELOAD_VAR="LD_PRELOAD"
  1.4439 +so="so"
  1.4440 +importlib="${so}"
  1.4441 +o="$ac_objext"
  1.4442 +a="a"
  1.4443 +exe="$ac_exeext"
  1.4444 +libprefix="lib"
  1.4445 +DSO_LDFLAGS='-shared -Wl,-soname,$(@F)'
  1.4446 +RPATH='-Wl,-rpath,$(1)'
  1.4447 +SOREV="${so}.${rev}"
  1.4448 +PIC_CFLAGS='-fPIC -DPIC'
  1.4449 +CTARGET='-o $@'
  1.4450 +LDTARGET='-o $@'
  1.4451 +EXTRA_LDFLAGS=
  1.4452 +MKLIB='ar crus $@'
  1.4453 +CC_MM=1
  1.4454 +
  1.4455 +default_munmap="1"
  1.4456 +JEMALLOC_USABLE_SIZE_CONST="const"
  1.4457 +case "${host}" in
  1.4458 +  *-*-darwin*)
  1.4459 +	CFLAGS="$CFLAGS"
  1.4460 +	abi="macho"
  1.4461 +	$as_echo "#define JEMALLOC_PURGE_MADVISE_FREE  " >>confdefs.h
  1.4462 +
  1.4463 +	RPATH=""
  1.4464 +	LD_PRELOAD_VAR="DYLD_INSERT_LIBRARIES"
  1.4465 +	so="dylib"
  1.4466 +	importlib="${so}"
  1.4467 +	force_tls="0"
  1.4468 +	DSO_LDFLAGS='-shared -Wl,-dylib_install_name,$(@F)'
  1.4469 +	SOREV="${rev}.${so}"
  1.4470 +	;;
  1.4471 +  *-*-freebsd*)
  1.4472 +	CFLAGS="$CFLAGS"
  1.4473 +	abi="elf"
  1.4474 +	$as_echo "#define JEMALLOC_PURGE_MADVISE_FREE  " >>confdefs.h
  1.4475 +
  1.4476 +	force_lazy_lock="1"
  1.4477 +	;;
  1.4478 +  *-*-linux*)
  1.4479 +	CFLAGS="$CFLAGS"
  1.4480 +	CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
  1.4481 +	abi="elf"
  1.4482 +	$as_echo "#define JEMALLOC_PURGE_MADVISE_DONTNEED  " >>confdefs.h
  1.4483 +
  1.4484 +	$as_echo "#define JEMALLOC_THREADED_INIT  " >>confdefs.h
  1.4485 +
  1.4486 +	JEMALLOC_USABLE_SIZE_CONST=""
  1.4487 +	default_munmap="0"
  1.4488 +	;;
  1.4489 +  *-*-netbsd*)
  1.4490 +	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking ABI" >&5
  1.4491 +$as_echo_n "checking ABI... " >&6; }
  1.4492 +        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.4493 +/* end confdefs.h.  */
  1.4494 +#ifdef __ELF__
  1.4495 +/* ELF */
  1.4496 +#else
  1.4497 +#error aout
  1.4498 +#endif
  1.4499 +
  1.4500 +int
  1.4501 +main ()
  1.4502 +{
  1.4503 +
  1.4504 +  ;
  1.4505 +  return 0;
  1.4506 +}
  1.4507 +_ACEOF
  1.4508 +if ac_fn_c_try_compile "$LINENO"; then :
  1.4509 +  CFLAGS="$CFLAGS"; abi="elf"
  1.4510 +else
  1.4511 +  abi="aout"
  1.4512 +fi
  1.4513 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.4514 +	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $abi" >&5
  1.4515 +$as_echo "$abi" >&6; }
  1.4516 +	$as_echo "#define JEMALLOC_PURGE_MADVISE_FREE  " >>confdefs.h
  1.4517 +
  1.4518 +	;;
  1.4519 +  *-*-solaris2*)
  1.4520 +	CFLAGS="$CFLAGS"
  1.4521 +	abi="elf"
  1.4522 +	RPATH='-Wl,-R,$(1)'
  1.4523 +		CPPFLAGS="$CPPFLAGS -D_POSIX_PTHREAD_SEMANTICS"
  1.4524 +	LIBS="$LIBS -lposix4 -lsocket -lnsl"
  1.4525 +	;;
  1.4526 +  *-ibm-aix*)
  1.4527 +	if "$LG_SIZEOF_PTR" = "8"; then
  1.4528 +	  	  LD_PRELOAD_VAR="LDR_PRELOAD64"
  1.4529 +	else
  1.4530 +	  	  LD_PRELOAD_VAR="LDR_PRELOAD"
  1.4531 +	fi
  1.4532 +	abi="xcoff"
  1.4533 +	;;
  1.4534 +  *-*-mingw*)
  1.4535 +	abi="pecoff"
  1.4536 +	force_tls="0"
  1.4537 +	RPATH=""
  1.4538 +	so="dll"
  1.4539 +	if test "x$je_cv_msvc" = "xyes" ; then
  1.4540 +	  importlib="lib"
  1.4541 +	  DSO_LDFLAGS="-LD"
  1.4542 +	  EXTRA_LDFLAGS="-link -DEBUG"
  1.4543 +	  CTARGET='-Fo$@'
  1.4544 +	  LDTARGET='-Fe$@'
  1.4545 +	  MKLIB='lib -nologo -out:$@'
  1.4546 +	  CC_MM=
  1.4547 +        else
  1.4548 +	  importlib="${so}"
  1.4549 +	  DSO_LDFLAGS="-shared"
  1.4550 +	fi
  1.4551 +	a="lib"
  1.4552 +	libprefix=""
  1.4553 +	SOREV="${so}"
  1.4554 +	PIC_CFLAGS=""
  1.4555 +	;;
  1.4556 +  *)
  1.4557 +	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Unsupported operating system: ${host}" >&5
  1.4558 +$as_echo "Unsupported operating system: ${host}" >&6; }
  1.4559 +	abi="elf"
  1.4560 +	;;
  1.4561 +esac
  1.4562 +cat >>confdefs.h <<_ACEOF
  1.4563 +#define JEMALLOC_USABLE_SIZE_CONST $JEMALLOC_USABLE_SIZE_CONST
  1.4564 +_ACEOF
  1.4565 +
  1.4566 +
  1.4567 +
  1.4568 +
  1.4569 +
  1.4570 +
  1.4571 +
  1.4572 +
  1.4573 +
  1.4574 +
  1.4575 +
  1.4576 +
  1.4577 +
  1.4578 +
  1.4579 +
  1.4580 +
  1.4581 +
  1.4582 +
  1.4583 +
  1.4584 +if test "x$abi" != "xpecoff"; then
  1.4585 +    LIBS="$LIBS -lm"
  1.4586 +fi
  1.4587 +
  1.4588 +
  1.4589 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __attribute__ syntax is compilable" >&5
  1.4590 +$as_echo_n "checking whether __attribute__ syntax is compilable... " >&6; }
  1.4591 +if ${je_cv_attribute+:} false; then :
  1.4592 +  $as_echo_n "(cached) " >&6
  1.4593 +else
  1.4594 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.4595 +/* end confdefs.h.  */
  1.4596 +static __attribute__((unused)) void foo(void){}
  1.4597 +int
  1.4598 +main ()
  1.4599 +{
  1.4600 +
  1.4601 +  ;
  1.4602 +  return 0;
  1.4603 +}
  1.4604 +_ACEOF
  1.4605 +if ac_fn_c_try_link "$LINENO"; then :
  1.4606 +  je_cv_attribute=yes
  1.4607 +else
  1.4608 +  je_cv_attribute=no
  1.4609 +fi
  1.4610 +rm -f core conftest.err conftest.$ac_objext \
  1.4611 +    conftest$ac_exeext conftest.$ac_ext
  1.4612 +fi
  1.4613 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $je_cv_attribute" >&5
  1.4614 +$as_echo "$je_cv_attribute" >&6; }
  1.4615 +
  1.4616 +if test "x${je_cv_attribute}" = "xyes" ; then
  1.4617 +  $as_echo "#define JEMALLOC_HAVE_ATTR  " >>confdefs.h
  1.4618 +
  1.4619 +  if test "x${GCC}" = "xyes" -a "x${abi}" = "xelf"; then
  1.4620 +
  1.4621 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports -fvisibility=hidden" >&5
  1.4622 +$as_echo_n "checking whether compiler supports -fvisibility=hidden... " >&6; }
  1.4623 +TCFLAGS="${CFLAGS}"
  1.4624 +if test "x${CFLAGS}" = "x" ; then
  1.4625 +  CFLAGS="-fvisibility=hidden"
  1.4626 +else
  1.4627 +  CFLAGS="${CFLAGS} -fvisibility=hidden"
  1.4628 +fi
  1.4629 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.4630 +/* end confdefs.h.  */
  1.4631 +
  1.4632 +
  1.4633 +int
  1.4634 +main ()
  1.4635 +{
  1.4636 +
  1.4637 +    return 0;
  1.4638 +
  1.4639 +  ;
  1.4640 +  return 0;
  1.4641 +}
  1.4642 +_ACEOF
  1.4643 +if ac_fn_c_try_compile "$LINENO"; then :
  1.4644 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1.4645 +$as_echo "yes" >&6; }
  1.4646 +else
  1.4647 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.4648 +$as_echo "no" >&6; }
  1.4649 +              CFLAGS="${TCFLAGS}"
  1.4650 +
  1.4651 +fi
  1.4652 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.4653 +
  1.4654 +  fi
  1.4655 +fi
  1.4656 +SAVED_CFLAGS="${CFLAGS}"
  1.4657 +
  1.4658 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports -Werror" >&5
  1.4659 +$as_echo_n "checking whether compiler supports -Werror... " >&6; }
  1.4660 +TCFLAGS="${CFLAGS}"
  1.4661 +if test "x${CFLAGS}" = "x" ; then
  1.4662 +  CFLAGS="-Werror"
  1.4663 +else
  1.4664 +  CFLAGS="${CFLAGS} -Werror"
  1.4665 +fi
  1.4666 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.4667 +/* end confdefs.h.  */
  1.4668 +
  1.4669 +
  1.4670 +int
  1.4671 +main ()
  1.4672 +{
  1.4673 +
  1.4674 +    return 0;
  1.4675 +
  1.4676 +  ;
  1.4677 +  return 0;
  1.4678 +}
  1.4679 +_ACEOF
  1.4680 +if ac_fn_c_try_compile "$LINENO"; then :
  1.4681 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1.4682 +$as_echo "yes" >&6; }
  1.4683 +else
  1.4684 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.4685 +$as_echo "no" >&6; }
  1.4686 +              CFLAGS="${TCFLAGS}"
  1.4687 +
  1.4688 +fi
  1.4689 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.4690 +
  1.4691 +
  1.4692 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether tls_model attribute is compilable" >&5
  1.4693 +$as_echo_n "checking whether tls_model attribute is compilable... " >&6; }
  1.4694 +if ${je_cv_tls_model+:} false; then :
  1.4695 +  $as_echo_n "(cached) " >&6
  1.4696 +else
  1.4697 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.4698 +/* end confdefs.h.  */
  1.4699 +
  1.4700 +int
  1.4701 +main ()
  1.4702 +{
  1.4703 +static __thread int
  1.4704 +               __attribute__((tls_model("initial-exec"))) foo;
  1.4705 +               foo = 0;
  1.4706 +  ;
  1.4707 +  return 0;
  1.4708 +}
  1.4709 +_ACEOF
  1.4710 +if ac_fn_c_try_link "$LINENO"; then :
  1.4711 +  je_cv_tls_model=yes
  1.4712 +else
  1.4713 +  je_cv_tls_model=no
  1.4714 +fi
  1.4715 +rm -f core conftest.err conftest.$ac_objext \
  1.4716 +    conftest$ac_exeext conftest.$ac_ext
  1.4717 +fi
  1.4718 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $je_cv_tls_model" >&5
  1.4719 +$as_echo "$je_cv_tls_model" >&6; }
  1.4720 +
  1.4721 +CFLAGS="${SAVED_CFLAGS}"
  1.4722 +if test "x${je_cv_tls_model}" = "xyes" ; then
  1.4723 +  $as_echo "#define JEMALLOC_TLS_MODEL __attribute__((tls_model(\"initial-exec\")))" >>confdefs.h
  1.4724 +
  1.4725 +else
  1.4726 +  $as_echo "#define JEMALLOC_TLS_MODEL  " >>confdefs.h
  1.4727 +
  1.4728 +fi
  1.4729 +
  1.4730 +
  1.4731 +# Check whether --with-rpath was given.
  1.4732 +if test "${with_rpath+set}" = set; then :
  1.4733 +  withval=$with_rpath; if test "x$with_rpath" = "xno" ; then
  1.4734 +  RPATH_EXTRA=
  1.4735 +else
  1.4736 +  RPATH_EXTRA="`echo $with_rpath | tr \":\" \" \"`"
  1.4737 +fi
  1.4738 +else
  1.4739 +  RPATH_EXTRA=
  1.4740 +
  1.4741 +fi
  1.4742 +
  1.4743 +
  1.4744 +
  1.4745 +# Check whether --enable-autogen was given.
  1.4746 +if test "${enable_autogen+set}" = set; then :
  1.4747 +  enableval=$enable_autogen; if test "x$enable_autogen" = "xno" ; then
  1.4748 +  enable_autogen="0"
  1.4749 +else
  1.4750 +  enable_autogen="1"
  1.4751 +fi
  1.4752 +
  1.4753 +else
  1.4754 +  enable_autogen="0"
  1.4755 +
  1.4756 +fi
  1.4757 +
  1.4758 +
  1.4759 +
  1.4760 +# Find a good install program.  We prefer a C program (faster),
  1.4761 +# so one script is as good as another.  But avoid the broken or
  1.4762 +# incompatible versions:
  1.4763 +# SysV /etc/install, /usr/sbin/install
  1.4764 +# SunOS /usr/etc/install
  1.4765 +# IRIX /sbin/install
  1.4766 +# AIX /bin/install
  1.4767 +# AmigaOS /C/install, which installs bootblocks on floppy discs
  1.4768 +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  1.4769 +# AFS /usr/afsws/bin/install, which mishandles nonexistent args
  1.4770 +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1.4771 +# OS/2's system install, which has a completely different semantic
  1.4772 +# ./install, which can be erroneously created by make from ./install.sh.
  1.4773 +# Reject install programs that cannot install multiple files.
  1.4774 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
  1.4775 +$as_echo_n "checking for a BSD-compatible install... " >&6; }
  1.4776 +if test -z "$INSTALL"; then
  1.4777 +if ${ac_cv_path_install+:} false; then :
  1.4778 +  $as_echo_n "(cached) " >&6
  1.4779 +else
  1.4780 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.4781 +for as_dir in $PATH
  1.4782 +do
  1.4783 +  IFS=$as_save_IFS
  1.4784 +  test -z "$as_dir" && as_dir=.
  1.4785 +    # Account for people who put trailing slashes in PATH elements.
  1.4786 +case $as_dir/ in #((
  1.4787 +  ./ | .// | /[cC]/* | \
  1.4788 +  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
  1.4789 +  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
  1.4790 +  /usr/ucb/* ) ;;
  1.4791 +  *)
  1.4792 +    # OSF1 and SCO ODT 3.0 have their own names for install.
  1.4793 +    # Don't use installbsd from OSF since it installs stuff as root
  1.4794 +    # by default.
  1.4795 +    for ac_prog in ginstall scoinst install; do
  1.4796 +      for ac_exec_ext in '' $ac_executable_extensions; do
  1.4797 +	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
  1.4798 +	  if test $ac_prog = install &&
  1.4799 +	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1.4800 +	    # AIX install.  It has an incompatible calling convention.
  1.4801 +	    :
  1.4802 +	  elif test $ac_prog = install &&
  1.4803 +	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
  1.4804 +	    # program-specific install script used by HP pwplus--don't use.
  1.4805 +	    :
  1.4806 +	  else
  1.4807 +	    rm -rf conftest.one conftest.two conftest.dir
  1.4808 +	    echo one > conftest.one
  1.4809 +	    echo two > conftest.two
  1.4810 +	    mkdir conftest.dir
  1.4811 +	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
  1.4812 +	      test -s conftest.one && test -s conftest.two &&
  1.4813 +	      test -s conftest.dir/conftest.one &&
  1.4814 +	      test -s conftest.dir/conftest.two
  1.4815 +	    then
  1.4816 +	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
  1.4817 +	      break 3
  1.4818 +	    fi
  1.4819 +	  fi
  1.4820 +	fi
  1.4821 +      done
  1.4822 +    done
  1.4823 +    ;;
  1.4824 +esac
  1.4825 +
  1.4826 +  done
  1.4827 +IFS=$as_save_IFS
  1.4828 +
  1.4829 +rm -rf conftest.one conftest.two conftest.dir
  1.4830 +
  1.4831 +fi
  1.4832 +  if test "${ac_cv_path_install+set}" = set; then
  1.4833 +    INSTALL=$ac_cv_path_install
  1.4834 +  else
  1.4835 +    # As a last resort, use the slow shell script.  Don't cache a
  1.4836 +    # value for INSTALL within a source directory, because that will
  1.4837 +    # break other packages using the cache if that directory is
  1.4838 +    # removed, or if the value is a relative name.
  1.4839 +    INSTALL=$ac_install_sh
  1.4840 +  fi
  1.4841 +fi
  1.4842 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
  1.4843 +$as_echo "$INSTALL" >&6; }
  1.4844 +
  1.4845 +# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1.4846 +# It thinks the first close brace ends the variable substitution.
  1.4847 +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  1.4848 +
  1.4849 +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
  1.4850 +
  1.4851 +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1.4852 +
  1.4853 +if test -n "$ac_tool_prefix"; then
  1.4854 +  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
  1.4855 +set dummy ${ac_tool_prefix}ranlib; ac_word=$2
  1.4856 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.4857 +$as_echo_n "checking for $ac_word... " >&6; }
  1.4858 +if ${ac_cv_prog_RANLIB+:} false; then :
  1.4859 +  $as_echo_n "(cached) " >&6
  1.4860 +else
  1.4861 +  if test -n "$RANLIB"; then
  1.4862 +  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  1.4863 +else
  1.4864 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.4865 +for as_dir in $PATH
  1.4866 +do
  1.4867 +  IFS=$as_save_IFS
  1.4868 +  test -z "$as_dir" && as_dir=.
  1.4869 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.4870 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.4871 +    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
  1.4872 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.4873 +    break 2
  1.4874 +  fi
  1.4875 +done
  1.4876 +  done
  1.4877 +IFS=$as_save_IFS
  1.4878 +
  1.4879 +fi
  1.4880 +fi
  1.4881 +RANLIB=$ac_cv_prog_RANLIB
  1.4882 +if test -n "$RANLIB"; then
  1.4883 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
  1.4884 +$as_echo "$RANLIB" >&6; }
  1.4885 +else
  1.4886 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.4887 +$as_echo "no" >&6; }
  1.4888 +fi
  1.4889 +
  1.4890 +
  1.4891 +fi
  1.4892 +if test -z "$ac_cv_prog_RANLIB"; then
  1.4893 +  ac_ct_RANLIB=$RANLIB
  1.4894 +  # Extract the first word of "ranlib", so it can be a program name with args.
  1.4895 +set dummy ranlib; ac_word=$2
  1.4896 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.4897 +$as_echo_n "checking for $ac_word... " >&6; }
  1.4898 +if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
  1.4899 +  $as_echo_n "(cached) " >&6
  1.4900 +else
  1.4901 +  if test -n "$ac_ct_RANLIB"; then
  1.4902 +  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
  1.4903 +else
  1.4904 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.4905 +for as_dir in $PATH
  1.4906 +do
  1.4907 +  IFS=$as_save_IFS
  1.4908 +  test -z "$as_dir" && as_dir=.
  1.4909 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.4910 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.4911 +    ac_cv_prog_ac_ct_RANLIB="ranlib"
  1.4912 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.4913 +    break 2
  1.4914 +  fi
  1.4915 +done
  1.4916 +  done
  1.4917 +IFS=$as_save_IFS
  1.4918 +
  1.4919 +fi
  1.4920 +fi
  1.4921 +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
  1.4922 +if test -n "$ac_ct_RANLIB"; then
  1.4923 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
  1.4924 +$as_echo "$ac_ct_RANLIB" >&6; }
  1.4925 +else
  1.4926 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.4927 +$as_echo "no" >&6; }
  1.4928 +fi
  1.4929 +
  1.4930 +  if test "x$ac_ct_RANLIB" = x; then
  1.4931 +    RANLIB=":"
  1.4932 +  else
  1.4933 +    case $cross_compiling:$ac_tool_warned in
  1.4934 +yes:)
  1.4935 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  1.4936 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  1.4937 +ac_tool_warned=yes ;;
  1.4938 +esac
  1.4939 +    RANLIB=$ac_ct_RANLIB
  1.4940 +  fi
  1.4941 +else
  1.4942 +  RANLIB="$ac_cv_prog_RANLIB"
  1.4943 +fi
  1.4944 +
  1.4945 +# Extract the first word of "ar", so it can be a program name with args.
  1.4946 +set dummy ar; ac_word=$2
  1.4947 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.4948 +$as_echo_n "checking for $ac_word... " >&6; }
  1.4949 +if ${ac_cv_path_AR+:} false; then :
  1.4950 +  $as_echo_n "(cached) " >&6
  1.4951 +else
  1.4952 +  case $AR in
  1.4953 +  [\\/]* | ?:[\\/]*)
  1.4954 +  ac_cv_path_AR="$AR" # Let the user override the test with a path.
  1.4955 +  ;;
  1.4956 +  *)
  1.4957 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.4958 +for as_dir in $PATH
  1.4959 +do
  1.4960 +  IFS=$as_save_IFS
  1.4961 +  test -z "$as_dir" && as_dir=.
  1.4962 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.4963 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.4964 +    ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext"
  1.4965 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.4966 +    break 2
  1.4967 +  fi
  1.4968 +done
  1.4969 +  done
  1.4970 +IFS=$as_save_IFS
  1.4971 +
  1.4972 +  ;;
  1.4973 +esac
  1.4974 +fi
  1.4975 +AR=$ac_cv_path_AR
  1.4976 +if test -n "$AR"; then
  1.4977 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
  1.4978 +$as_echo "$AR" >&6; }
  1.4979 +else
  1.4980 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.4981 +$as_echo "no" >&6; }
  1.4982 +fi
  1.4983 +
  1.4984 +
  1.4985 +# Extract the first word of "ld", so it can be a program name with args.
  1.4986 +set dummy ld; ac_word=$2
  1.4987 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.4988 +$as_echo_n "checking for $ac_word... " >&6; }
  1.4989 +if ${ac_cv_path_LD+:} false; then :
  1.4990 +  $as_echo_n "(cached) " >&6
  1.4991 +else
  1.4992 +  case $LD in
  1.4993 +  [\\/]* | ?:[\\/]*)
  1.4994 +  ac_cv_path_LD="$LD" # Let the user override the test with a path.
  1.4995 +  ;;
  1.4996 +  *)
  1.4997 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.4998 +for as_dir in $PATH
  1.4999 +do
  1.5000 +  IFS=$as_save_IFS
  1.5001 +  test -z "$as_dir" && as_dir=.
  1.5002 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.5003 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.5004 +    ac_cv_path_LD="$as_dir/$ac_word$ac_exec_ext"
  1.5005 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.5006 +    break 2
  1.5007 +  fi
  1.5008 +done
  1.5009 +  done
  1.5010 +IFS=$as_save_IFS
  1.5011 +
  1.5012 +  ;;
  1.5013 +esac
  1.5014 +fi
  1.5015 +LD=$ac_cv_path_LD
  1.5016 +if test -n "$LD"; then
  1.5017 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
  1.5018 +$as_echo "$LD" >&6; }
  1.5019 +else
  1.5020 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.5021 +$as_echo "no" >&6; }
  1.5022 +fi
  1.5023 +
  1.5024 +
  1.5025 +# Extract the first word of "autoconf", so it can be a program name with args.
  1.5026 +set dummy autoconf; ac_word=$2
  1.5027 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.5028 +$as_echo_n "checking for $ac_word... " >&6; }
  1.5029 +if ${ac_cv_path_AUTOCONF+:} false; then :
  1.5030 +  $as_echo_n "(cached) " >&6
  1.5031 +else
  1.5032 +  case $AUTOCONF in
  1.5033 +  [\\/]* | ?:[\\/]*)
  1.5034 +  ac_cv_path_AUTOCONF="$AUTOCONF" # Let the user override the test with a path.
  1.5035 +  ;;
  1.5036 +  *)
  1.5037 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.5038 +for as_dir in $PATH
  1.5039 +do
  1.5040 +  IFS=$as_save_IFS
  1.5041 +  test -z "$as_dir" && as_dir=.
  1.5042 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.5043 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.5044 +    ac_cv_path_AUTOCONF="$as_dir/$ac_word$ac_exec_ext"
  1.5045 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.5046 +    break 2
  1.5047 +  fi
  1.5048 +done
  1.5049 +  done
  1.5050 +IFS=$as_save_IFS
  1.5051 +
  1.5052 +  ;;
  1.5053 +esac
  1.5054 +fi
  1.5055 +AUTOCONF=$ac_cv_path_AUTOCONF
  1.5056 +if test -n "$AUTOCONF"; then
  1.5057 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOCONF" >&5
  1.5058 +$as_echo "$AUTOCONF" >&6; }
  1.5059 +else
  1.5060 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.5061 +$as_echo "no" >&6; }
  1.5062 +fi
  1.5063 +
  1.5064 +
  1.5065 +
  1.5066 +public_syms="malloc_conf malloc_message malloc calloc posix_memalign aligned_alloc realloc free malloc_usable_size malloc_stats_print mallctl mallctlnametomib mallctlbymib"
  1.5067 +
  1.5068 +ac_fn_c_check_func "$LINENO" "memalign" "ac_cv_func_memalign"
  1.5069 +if test "x$ac_cv_func_memalign" = xyes; then :
  1.5070 +  $as_echo "#define JEMALLOC_OVERRIDE_MEMALIGN  " >>confdefs.h
  1.5071 +
  1.5072 +	       public_syms="${public_syms} memalign"
  1.5073 +fi
  1.5074 +
  1.5075 +ac_fn_c_check_func "$LINENO" "valloc" "ac_cv_func_valloc"
  1.5076 +if test "x$ac_cv_func_valloc" = xyes; then :
  1.5077 +  $as_echo "#define JEMALLOC_OVERRIDE_VALLOC  " >>confdefs.h
  1.5078 +
  1.5079 +	       public_syms="${public_syms} valloc"
  1.5080 +fi
  1.5081 +
  1.5082 +
  1.5083 +# Check whether --enable-experimental was given.
  1.5084 +if test "${enable_experimental+set}" = set; then :
  1.5085 +  enableval=$enable_experimental; if test "x$enable_experimental" = "xno" ; then
  1.5086 +  enable_experimental="0"
  1.5087 +else
  1.5088 +  enable_experimental="1"
  1.5089 +fi
  1.5090 +
  1.5091 +else
  1.5092 +  enable_experimental="1"
  1.5093 +
  1.5094 +fi
  1.5095 +
  1.5096 +if test "x$enable_experimental" = "x1" ; then
  1.5097 +  $as_echo "#define JEMALLOC_EXPERIMENTAL  " >>confdefs.h
  1.5098 +
  1.5099 +  public_syms="${public_syms} allocm dallocm nallocm rallocm sallocm"
  1.5100 +fi
  1.5101 +
  1.5102 +
  1.5103 +
  1.5104 +# Check whether --with-mangling was given.
  1.5105 +if test "${with_mangling+set}" = set; then :
  1.5106 +  withval=$with_mangling; mangling_map="$with_mangling"
  1.5107 +else
  1.5108 +  mangling_map=""
  1.5109 +fi
  1.5110 +
  1.5111 +for nm in `echo ${mangling_map} |tr ',' ' '` ; do
  1.5112 +  k="`echo ${nm} |tr ':' ' ' |awk '{print $1}'`"
  1.5113 +  n="je_${k}"
  1.5114 +  m=`echo ${nm} |tr ':' ' ' |awk '{print $2}'`
  1.5115 +  cat >>confdefs.h <<_ACEOF
  1.5116 +#define ${n} ${m}
  1.5117 +_ACEOF
  1.5118 +
  1.5119 +    public_syms=`for sym in ${public_syms}; do echo "${sym}"; done |grep -v "^${k}\$" |tr '\n' ' '`
  1.5120 +done
  1.5121 +
  1.5122 +
  1.5123 +# Check whether --with-jemalloc_prefix was given.
  1.5124 +if test "${with_jemalloc_prefix+set}" = set; then :
  1.5125 +  withval=$with_jemalloc_prefix; JEMALLOC_PREFIX="$with_jemalloc_prefix"
  1.5126 +else
  1.5127 +  if test "x$abi" != "xmacho" -a "x$abi" != "xpecoff"; then
  1.5128 +  JEMALLOC_PREFIX=""
  1.5129 +else
  1.5130 +  JEMALLOC_PREFIX="je_"
  1.5131 +fi
  1.5132 +
  1.5133 +fi
  1.5134 +
  1.5135 +if test "x$JEMALLOC_PREFIX" != "x" ; then
  1.5136 +  JEMALLOC_CPREFIX=`echo ${JEMALLOC_PREFIX} | tr "a-z" "A-Z"`
  1.5137 +  cat >>confdefs.h <<_ACEOF
  1.5138 +#define JEMALLOC_PREFIX "$JEMALLOC_PREFIX"
  1.5139 +_ACEOF
  1.5140 +
  1.5141 +  cat >>confdefs.h <<_ACEOF
  1.5142 +#define JEMALLOC_CPREFIX "$JEMALLOC_CPREFIX"
  1.5143 +_ACEOF
  1.5144 +
  1.5145 +fi
  1.5146 +for stem in ${public_syms}; do
  1.5147 +  n="je_${stem}"
  1.5148 +  m="${JEMALLOC_PREFIX}${stem}"
  1.5149 +  cat >>confdefs.h <<_ACEOF
  1.5150 +#define ${n} ${m}
  1.5151 +_ACEOF
  1.5152 +
  1.5153 +done
  1.5154 +
  1.5155 +
  1.5156 +# Check whether --with-export was given.
  1.5157 +if test "${with_export+set}" = set; then :
  1.5158 +  withval=$with_export; if test "x$with_export" = "xno"; then
  1.5159 +  $as_echo "#define JEMALLOC_EXPORT /**/" >>confdefs.h
  1.5160 +
  1.5161 +fi
  1.5162 +]
  1.5163 +fi
  1.5164 +
  1.5165 +
  1.5166 +
  1.5167 +# Check whether --with-private_namespace was given.
  1.5168 +if test "${with_private_namespace+set}" = set; then :
  1.5169 +  withval=$with_private_namespace; JEMALLOC_PRIVATE_NAMESPACE="$with_private_namespace"
  1.5170 +else
  1.5171 +  JEMALLOC_PRIVATE_NAMESPACE=""
  1.5172 +
  1.5173 +fi
  1.5174 +
  1.5175 +cat >>confdefs.h <<_ACEOF
  1.5176 +#define JEMALLOC_PRIVATE_NAMESPACE "$JEMALLOC_PRIVATE_NAMESPACE"
  1.5177 +_ACEOF
  1.5178 +
  1.5179 +if test "x$JEMALLOC_PRIVATE_NAMESPACE" != "x" ; then
  1.5180 +  cat >>confdefs.h <<_ACEOF
  1.5181 +#define JEMALLOC_N(string_that_no_one_should_want_to_use_as_a_jemalloc_private_namespace_prefix) ${JEMALLOC_PRIVATE_NAMESPACE}##string_that_no_one_should_want_to_use_as_a_jemalloc_private_namespace_prefix
  1.5182 +_ACEOF
  1.5183 +
  1.5184 +else
  1.5185 +  cat >>confdefs.h <<_ACEOF
  1.5186 +#define JEMALLOC_N(string_that_no_one_should_want_to_use_as_a_jemalloc_private_namespace_prefix) string_that_no_one_should_want_to_use_as_a_jemalloc_private_namespace_prefix
  1.5187 +_ACEOF
  1.5188 +
  1.5189 +fi
  1.5190 +
  1.5191 +
  1.5192 +# Check whether --with-install_suffix was given.
  1.5193 +if test "${with_install_suffix+set}" = set; then :
  1.5194 +  withval=$with_install_suffix; INSTALL_SUFFIX="$with_install_suffix"
  1.5195 +else
  1.5196 +  INSTALL_SUFFIX=
  1.5197 +
  1.5198 +fi
  1.5199 +
  1.5200 +install_suffix="$INSTALL_SUFFIX"
  1.5201 +
  1.5202 +
  1.5203 +cfgoutputs_in="${srcroot}Makefile.in"
  1.5204 +cfgoutputs_in="${cfgoutputs_in} ${srcroot}doc/html.xsl.in"
  1.5205 +cfgoutputs_in="${cfgoutputs_in} ${srcroot}doc/manpages.xsl.in"
  1.5206 +cfgoutputs_in="${cfgoutputs_in} ${srcroot}doc/jemalloc.xml.in"
  1.5207 +cfgoutputs_in="${cfgoutputs_in} ${srcroot}include/jemalloc/jemalloc.h.in"
  1.5208 +cfgoutputs_in="${cfgoutputs_in} ${srcroot}include/jemalloc/internal/jemalloc_internal.h.in"
  1.5209 +cfgoutputs_in="${cfgoutputs_in} ${srcroot}test/jemalloc_test.h.in"
  1.5210 +
  1.5211 +cfgoutputs_out="Makefile"
  1.5212 +cfgoutputs_out="${cfgoutputs_out} doc/html.xsl"
  1.5213 +cfgoutputs_out="${cfgoutputs_out} doc/manpages.xsl"
  1.5214 +cfgoutputs_out="${cfgoutputs_out} doc/jemalloc${install_suffix}.xml"
  1.5215 +cfgoutputs_out="${cfgoutputs_out} include/jemalloc/jemalloc${install_suffix}.h"
  1.5216 +cfgoutputs_out="${cfgoutputs_out} include/jemalloc/internal/jemalloc_internal.h"
  1.5217 +cfgoutputs_out="${cfgoutputs_out} test/jemalloc_test.h"
  1.5218 +
  1.5219 +cfgoutputs_tup="Makefile"
  1.5220 +cfgoutputs_tup="${cfgoutputs_tup} doc/html.xsl:doc/html.xsl.in"
  1.5221 +cfgoutputs_tup="${cfgoutputs_tup} doc/manpages.xsl:doc/manpages.xsl.in"
  1.5222 +cfgoutputs_tup="${cfgoutputs_tup} doc/jemalloc${install_suffix}.xml:doc/jemalloc.xml.in"
  1.5223 +cfgoutputs_tup="${cfgoutputs_tup} include/jemalloc/jemalloc${install_suffix}.h:include/jemalloc/jemalloc.h.in"
  1.5224 +cfgoutputs_tup="${cfgoutputs_tup} include/jemalloc/internal/jemalloc_internal.h"
  1.5225 +cfgoutputs_tup="${cfgoutputs_tup} test/jemalloc_test.h:test/jemalloc_test.h.in"
  1.5226 +
  1.5227 +cfghdrs_in="${srcroot}include/jemalloc/jemalloc_defs.h.in"
  1.5228 +cfghdrs_in="${cfghdrs_in} ${srcroot}include/jemalloc/internal/size_classes.sh"
  1.5229 +
  1.5230 +cfghdrs_out="include/jemalloc/jemalloc_defs${install_suffix}.h"
  1.5231 +cfghdrs_out="${cfghdrs_out} include/jemalloc/internal/size_classes.h"
  1.5232 +
  1.5233 +cfghdrs_tup="include/jemalloc/jemalloc_defs${install_suffix}.h:include/jemalloc/jemalloc_defs.h.in"
  1.5234 +
  1.5235 +# Check whether --enable-cc-silence was given.
  1.5236 +if test "${enable_cc_silence+set}" = set; then :
  1.5237 +  enableval=$enable_cc_silence; if test "x$enable_cc_silence" = "xno" ; then
  1.5238 +  enable_cc_silence="0"
  1.5239 +else
  1.5240 +  enable_cc_silence="1"
  1.5241 +fi
  1.5242 +
  1.5243 +else
  1.5244 +  enable_cc_silence="0"
  1.5245 +
  1.5246 +fi
  1.5247 +
  1.5248 +if test "x$enable_cc_silence" = "x1" ; then
  1.5249 +  $as_echo "#define JEMALLOC_CC_SILENCE  " >>confdefs.h
  1.5250 +
  1.5251 +fi
  1.5252 +
  1.5253 +# Check whether --enable-debug was given.
  1.5254 +if test "${enable_debug+set}" = set; then :
  1.5255 +  enableval=$enable_debug; if test "x$enable_debug" = "xno" ; then
  1.5256 +  enable_debug="0"
  1.5257 +else
  1.5258 +  enable_debug="1"
  1.5259 +fi
  1.5260 +
  1.5261 +else
  1.5262 +  enable_debug="0"
  1.5263 +
  1.5264 +fi
  1.5265 +
  1.5266 +if test "x$enable_debug" = "x1" ; then
  1.5267 +  $as_echo "#define JEMALLOC_DEBUG  " >>confdefs.h
  1.5268 +
  1.5269 +  $as_echo "#define JEMALLOC_IVSALLOC  " >>confdefs.h
  1.5270 +
  1.5271 +fi
  1.5272 +
  1.5273 +
  1.5274 +if test "x$enable_debug" = "x0" -a "x$no_CFLAGS" = "xyes" ; then
  1.5275 +    optimize="no"
  1.5276 +  echo "$EXTRA_CFLAGS" | grep "\-O" >/dev/null || optimize="yes"
  1.5277 +  if test "x${optimize}" = "xyes" ; then
  1.5278 +    if test "x$GCC" = "xyes" ; then
  1.5279 +
  1.5280 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports -O3" >&5
  1.5281 +$as_echo_n "checking whether compiler supports -O3... " >&6; }
  1.5282 +TCFLAGS="${CFLAGS}"
  1.5283 +if test "x${CFLAGS}" = "x" ; then
  1.5284 +  CFLAGS="-O3"
  1.5285 +else
  1.5286 +  CFLAGS="${CFLAGS} -O3"
  1.5287 +fi
  1.5288 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.5289 +/* end confdefs.h.  */
  1.5290 +
  1.5291 +
  1.5292 +int
  1.5293 +main ()
  1.5294 +{
  1.5295 +
  1.5296 +    return 0;
  1.5297 +
  1.5298 +  ;
  1.5299 +  return 0;
  1.5300 +}
  1.5301 +_ACEOF
  1.5302 +if ac_fn_c_try_compile "$LINENO"; then :
  1.5303 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1.5304 +$as_echo "yes" >&6; }
  1.5305 +else
  1.5306 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.5307 +$as_echo "no" >&6; }
  1.5308 +              CFLAGS="${TCFLAGS}"
  1.5309 +
  1.5310 +fi
  1.5311 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.5312 +
  1.5313 +
  1.5314 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports -funroll-loops" >&5
  1.5315 +$as_echo_n "checking whether compiler supports -funroll-loops... " >&6; }
  1.5316 +TCFLAGS="${CFLAGS}"
  1.5317 +if test "x${CFLAGS}" = "x" ; then
  1.5318 +  CFLAGS="-funroll-loops"
  1.5319 +else
  1.5320 +  CFLAGS="${CFLAGS} -funroll-loops"
  1.5321 +fi
  1.5322 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.5323 +/* end confdefs.h.  */
  1.5324 +
  1.5325 +
  1.5326 +int
  1.5327 +main ()
  1.5328 +{
  1.5329 +
  1.5330 +    return 0;
  1.5331 +
  1.5332 +  ;
  1.5333 +  return 0;
  1.5334 +}
  1.5335 +_ACEOF
  1.5336 +if ac_fn_c_try_compile "$LINENO"; then :
  1.5337 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1.5338 +$as_echo "yes" >&6; }
  1.5339 +else
  1.5340 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.5341 +$as_echo "no" >&6; }
  1.5342 +              CFLAGS="${TCFLAGS}"
  1.5343 +
  1.5344 +fi
  1.5345 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.5346 +
  1.5347 +    elif test "x$je_cv_msvc" = "xyes" ; then
  1.5348 +
  1.5349 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports -O2" >&5
  1.5350 +$as_echo_n "checking whether compiler supports -O2... " >&6; }
  1.5351 +TCFLAGS="${CFLAGS}"
  1.5352 +if test "x${CFLAGS}" = "x" ; then
  1.5353 +  CFLAGS="-O2"
  1.5354 +else
  1.5355 +  CFLAGS="${CFLAGS} -O2"
  1.5356 +fi
  1.5357 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.5358 +/* end confdefs.h.  */
  1.5359 +
  1.5360 +
  1.5361 +int
  1.5362 +main ()
  1.5363 +{
  1.5364 +
  1.5365 +    return 0;
  1.5366 +
  1.5367 +  ;
  1.5368 +  return 0;
  1.5369 +}
  1.5370 +_ACEOF
  1.5371 +if ac_fn_c_try_compile "$LINENO"; then :
  1.5372 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1.5373 +$as_echo "yes" >&6; }
  1.5374 +else
  1.5375 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.5376 +$as_echo "no" >&6; }
  1.5377 +              CFLAGS="${TCFLAGS}"
  1.5378 +
  1.5379 +fi
  1.5380 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.5381 +
  1.5382 +    else
  1.5383 +
  1.5384 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports -O" >&5
  1.5385 +$as_echo_n "checking whether compiler supports -O... " >&6; }
  1.5386 +TCFLAGS="${CFLAGS}"
  1.5387 +if test "x${CFLAGS}" = "x" ; then
  1.5388 +  CFLAGS="-O"
  1.5389 +else
  1.5390 +  CFLAGS="${CFLAGS} -O"
  1.5391 +fi
  1.5392 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.5393 +/* end confdefs.h.  */
  1.5394 +
  1.5395 +
  1.5396 +int
  1.5397 +main ()
  1.5398 +{
  1.5399 +
  1.5400 +    return 0;
  1.5401 +
  1.5402 +  ;
  1.5403 +  return 0;
  1.5404 +}
  1.5405 +_ACEOF
  1.5406 +if ac_fn_c_try_compile "$LINENO"; then :
  1.5407 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1.5408 +$as_echo "yes" >&6; }
  1.5409 +else
  1.5410 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.5411 +$as_echo "no" >&6; }
  1.5412 +              CFLAGS="${TCFLAGS}"
  1.5413 +
  1.5414 +fi
  1.5415 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.5416 +
  1.5417 +    fi
  1.5418 +  fi
  1.5419 +fi
  1.5420 +
  1.5421 +# Check whether --enable-stats was given.
  1.5422 +if test "${enable_stats+set}" = set; then :
  1.5423 +  enableval=$enable_stats; if test "x$enable_stats" = "xno" ; then
  1.5424 +  enable_stats="0"
  1.5425 +else
  1.5426 +  enable_stats="1"
  1.5427 +fi
  1.5428 +
  1.5429 +else
  1.5430 +  enable_stats="1"
  1.5431 +
  1.5432 +fi
  1.5433 +
  1.5434 +if test "x$enable_stats" = "x1" ; then
  1.5435 +  $as_echo "#define JEMALLOC_STATS  " >>confdefs.h
  1.5436 +
  1.5437 +fi
  1.5438 +
  1.5439 +
  1.5440 +# Check whether --enable-prof was given.
  1.5441 +if test "${enable_prof+set}" = set; then :
  1.5442 +  enableval=$enable_prof; if test "x$enable_prof" = "xno" ; then
  1.5443 +  enable_prof="0"
  1.5444 +else
  1.5445 +  enable_prof="1"
  1.5446 +fi
  1.5447 +
  1.5448 +else
  1.5449 +  enable_prof="0"
  1.5450 +
  1.5451 +fi
  1.5452 +
  1.5453 +if test "x$enable_prof" = "x1" ; then
  1.5454 +  backtrace_method=""
  1.5455 +else
  1.5456 +  backtrace_method="N/A"
  1.5457 +fi
  1.5458 +
  1.5459 +# Check whether --enable-prof-libunwind was given.
  1.5460 +if test "${enable_prof_libunwind+set}" = set; then :
  1.5461 +  enableval=$enable_prof_libunwind; if test "x$enable_prof_libunwind" = "xno" ; then
  1.5462 +  enable_prof_libunwind="0"
  1.5463 +else
  1.5464 +  enable_prof_libunwind="1"
  1.5465 +fi
  1.5466 +
  1.5467 +else
  1.5468 +  enable_prof_libunwind="0"
  1.5469 +
  1.5470 +fi
  1.5471 +
  1.5472 +
  1.5473 +# Check whether --with-static_libunwind was given.
  1.5474 +if test "${with_static_libunwind+set}" = set; then :
  1.5475 +  withval=$with_static_libunwind; if test "x$with_static_libunwind" = "xno" ; then
  1.5476 +  LUNWIND="-lunwind"
  1.5477 +else
  1.5478 +  if test ! -f "$with_static_libunwind" ; then
  1.5479 +    as_fn_error $? "Static libunwind not found: $with_static_libunwind" "$LINENO" 5
  1.5480 +  fi
  1.5481 +  LUNWIND="$with_static_libunwind"
  1.5482 +fi
  1.5483 +else
  1.5484 +  LUNWIND="-lunwind"
  1.5485 +
  1.5486 +fi
  1.5487 +
  1.5488 +if test "x$backtrace_method" = "x" -a "x$enable_prof_libunwind" = "x1" ; then
  1.5489 +  for ac_header in libunwind.h
  1.5490 +do :
  1.5491 +  ac_fn_c_check_header_mongrel "$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
  1.5492 +if test "x$ac_cv_header_libunwind_h" = xyes; then :
  1.5493 +  cat >>confdefs.h <<_ACEOF
  1.5494 +#define HAVE_LIBUNWIND_H 1
  1.5495 +_ACEOF
  1.5496 +
  1.5497 +else
  1.5498 +  enable_prof_libunwind="0"
  1.5499 +fi
  1.5500 +
  1.5501 +done
  1.5502 +
  1.5503 +  if test "x$LUNWIND" = "x-lunwind" ; then
  1.5504 +    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for backtrace in -lunwind" >&5
  1.5505 +$as_echo_n "checking for backtrace in -lunwind... " >&6; }
  1.5506 +if ${ac_cv_lib_unwind_backtrace+:} false; then :
  1.5507 +  $as_echo_n "(cached) " >&6
  1.5508 +else
  1.5509 +  ac_check_lib_save_LIBS=$LIBS
  1.5510 +LIBS="-lunwind  $LIBS"
  1.5511 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.5512 +/* end confdefs.h.  */
  1.5513 +
  1.5514 +/* Override any GCC internal prototype to avoid an error.
  1.5515 +   Use char because int might match the return type of a GCC
  1.5516 +   builtin and then its argument prototype would still apply.  */
  1.5517 +#ifdef __cplusplus
  1.5518 +extern "C"
  1.5519 +#endif
  1.5520 +char backtrace ();
  1.5521 +int
  1.5522 +main ()
  1.5523 +{
  1.5524 +return backtrace ();
  1.5525 +  ;
  1.5526 +  return 0;
  1.5527 +}
  1.5528 +_ACEOF
  1.5529 +if ac_fn_c_try_link "$LINENO"; then :
  1.5530 +  ac_cv_lib_unwind_backtrace=yes
  1.5531 +else
  1.5532 +  ac_cv_lib_unwind_backtrace=no
  1.5533 +fi
  1.5534 +rm -f core conftest.err conftest.$ac_objext \
  1.5535 +    conftest$ac_exeext conftest.$ac_ext
  1.5536 +LIBS=$ac_check_lib_save_LIBS
  1.5537 +fi
  1.5538 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_unwind_backtrace" >&5
  1.5539 +$as_echo "$ac_cv_lib_unwind_backtrace" >&6; }
  1.5540 +if test "x$ac_cv_lib_unwind_backtrace" = xyes; then :
  1.5541 +  LIBS="$LIBS $LUNWIND"
  1.5542 +else
  1.5543 +  enable_prof_libunwind="0"
  1.5544 +fi
  1.5545 +
  1.5546 +  else
  1.5547 +    LIBS="$LIBS $LUNWIND"
  1.5548 +  fi
  1.5549 +  if test "x${enable_prof_libunwind}" = "x1" ; then
  1.5550 +    backtrace_method="libunwind"
  1.5551 +    $as_echo "#define JEMALLOC_PROF_LIBUNWIND  " >>confdefs.h
  1.5552 +
  1.5553 +  fi
  1.5554 +fi
  1.5555 +
  1.5556 +# Check whether --enable-prof-libgcc was given.
  1.5557 +if test "${enable_prof_libgcc+set}" = set; then :
  1.5558 +  enableval=$enable_prof_libgcc; if test "x$enable_prof_libgcc" = "xno" ; then
  1.5559 +  enable_prof_libgcc="0"
  1.5560 +else
  1.5561 +  enable_prof_libgcc="1"
  1.5562 +fi
  1.5563 +
  1.5564 +else
  1.5565 +  enable_prof_libgcc="1"
  1.5566 +
  1.5567 +fi
  1.5568 +
  1.5569 +if test "x$backtrace_method" = "x" -a "x$enable_prof_libgcc" = "x1" \
  1.5570 +     -a "x$GCC" = "xyes" ; then
  1.5571 +  for ac_header in unwind.h
  1.5572 +do :
  1.5573 +  ac_fn_c_check_header_mongrel "$LINENO" "unwind.h" "ac_cv_header_unwind_h" "$ac_includes_default"
  1.5574 +if test "x$ac_cv_header_unwind_h" = xyes; then :
  1.5575 +  cat >>confdefs.h <<_ACEOF
  1.5576 +#define HAVE_UNWIND_H 1
  1.5577 +_ACEOF
  1.5578 +
  1.5579 +else
  1.5580 +  enable_prof_libgcc="0"
  1.5581 +fi
  1.5582 +
  1.5583 +done
  1.5584 +
  1.5585 +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _Unwind_Backtrace in -lgcc" >&5
  1.5586 +$as_echo_n "checking for _Unwind_Backtrace in -lgcc... " >&6; }
  1.5587 +if ${ac_cv_lib_gcc__Unwind_Backtrace+:} false; then :
  1.5588 +  $as_echo_n "(cached) " >&6
  1.5589 +else
  1.5590 +  ac_check_lib_save_LIBS=$LIBS
  1.5591 +LIBS="-lgcc  $LIBS"
  1.5592 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.5593 +/* end confdefs.h.  */
  1.5594 +
  1.5595 +/* Override any GCC internal prototype to avoid an error.
  1.5596 +   Use char because int might match the return type of a GCC
  1.5597 +   builtin and then its argument prototype would still apply.  */
  1.5598 +#ifdef __cplusplus
  1.5599 +extern "C"
  1.5600 +#endif
  1.5601 +char _Unwind_Backtrace ();
  1.5602 +int
  1.5603 +main ()
  1.5604 +{
  1.5605 +return _Unwind_Backtrace ();
  1.5606 +  ;
  1.5607 +  return 0;
  1.5608 +}
  1.5609 +_ACEOF
  1.5610 +if ac_fn_c_try_link "$LINENO"; then :
  1.5611 +  ac_cv_lib_gcc__Unwind_Backtrace=yes
  1.5612 +else
  1.5613 +  ac_cv_lib_gcc__Unwind_Backtrace=no
  1.5614 +fi
  1.5615 +rm -f core conftest.err conftest.$ac_objext \
  1.5616 +    conftest$ac_exeext conftest.$ac_ext
  1.5617 +LIBS=$ac_check_lib_save_LIBS
  1.5618 +fi
  1.5619 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gcc__Unwind_Backtrace" >&5
  1.5620 +$as_echo "$ac_cv_lib_gcc__Unwind_Backtrace" >&6; }
  1.5621 +if test "x$ac_cv_lib_gcc__Unwind_Backtrace" = xyes; then :
  1.5622 +  LIBS="$LIBS -lgcc"
  1.5623 +else
  1.5624 +  enable_prof_libgcc="0"
  1.5625 +fi
  1.5626 +
  1.5627 +      { $as_echo "$as_me:${as_lineno-$LINENO}: checking libgcc-based backtracing reliability on ${host_cpu}" >&5
  1.5628 +$as_echo_n "checking libgcc-based backtracing reliability on ${host_cpu}... " >&6; }
  1.5629 +  case "${host_cpu}" in
  1.5630 +    i[3456]86)
  1.5631 +      { $as_echo "$as_me:${as_lineno-$LINENO}: result: unreliable" >&5
  1.5632 +$as_echo "unreliable" >&6; }
  1.5633 +      enable_prof_libgcc="0";
  1.5634 +      ;;
  1.5635 +    x86_64)
  1.5636 +      { $as_echo "$as_me:${as_lineno-$LINENO}: result: reliable" >&5
  1.5637 +$as_echo "reliable" >&6; }
  1.5638 +      ;;
  1.5639 +    *)
  1.5640 +      { $as_echo "$as_me:${as_lineno-$LINENO}: result: unreliable" >&5
  1.5641 +$as_echo "unreliable" >&6; }
  1.5642 +      enable_prof_libgcc="0";
  1.5643 +      ;;
  1.5644 +  esac
  1.5645 +  if test "x${enable_prof_libgcc}" = "x1" ; then
  1.5646 +    backtrace_method="libgcc"
  1.5647 +    $as_echo "#define JEMALLOC_PROF_LIBGCC  " >>confdefs.h
  1.5648 +
  1.5649 +  fi
  1.5650 +else
  1.5651 +  enable_prof_libgcc="0"
  1.5652 +fi
  1.5653 +
  1.5654 +# Check whether --enable-prof-gcc was given.
  1.5655 +if test "${enable_prof_gcc+set}" = set; then :
  1.5656 +  enableval=$enable_prof_gcc; if test "x$enable_prof_gcc" = "xno" ; then
  1.5657 +  enable_prof_gcc="0"
  1.5658 +else
  1.5659 +  enable_prof_gcc="1"
  1.5660 +fi
  1.5661 +
  1.5662 +else
  1.5663 +  enable_prof_gcc="1"
  1.5664 +
  1.5665 +fi
  1.5666 +
  1.5667 +if test "x$backtrace_method" = "x" -a "x$enable_prof_gcc" = "x1" \
  1.5668 +     -a "x$GCC" = "xyes" ; then
  1.5669 +  backtrace_method="gcc intrinsics"
  1.5670 +  $as_echo "#define JEMALLOC_PROF_GCC  " >>confdefs.h
  1.5671 +
  1.5672 +else
  1.5673 +  enable_prof_gcc="0"
  1.5674 +fi
  1.5675 +
  1.5676 +if test "x$backtrace_method" = "x" ; then
  1.5677 +  backtrace_method="none (disabling profiling)"
  1.5678 +  enable_prof="0"
  1.5679 +fi
  1.5680 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking configured backtracing method" >&5
  1.5681 +$as_echo_n "checking configured backtracing method... " >&6; }
  1.5682 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $backtrace_method" >&5
  1.5683 +$as_echo "$backtrace_method" >&6; }
  1.5684 +if test "x$enable_prof" = "x1" ; then
  1.5685 +  if test "x${force_tls}" = "x0" ; then
  1.5686 +    as_fn_error $? "Heap profiling requires TLS" "$LINENO" 5;
  1.5687 +  fi
  1.5688 +  force_tls="1"
  1.5689 +  $as_echo "#define JEMALLOC_PROF  " >>confdefs.h
  1.5690 +
  1.5691 +fi
  1.5692 +
  1.5693 +
  1.5694 +# Check whether --enable-tcache was given.
  1.5695 +if test "${enable_tcache+set}" = set; then :
  1.5696 +  enableval=$enable_tcache; if test "x$enable_tcache" = "xno" ; then
  1.5697 +  enable_tcache="0"
  1.5698 +else
  1.5699 +  enable_tcache="1"
  1.5700 +fi
  1.5701 +
  1.5702 +else
  1.5703 +  enable_tcache="1"
  1.5704 +
  1.5705 +fi
  1.5706 +
  1.5707 +if test "x$enable_tcache" = "x1" ; then
  1.5708 +  $as_echo "#define JEMALLOC_TCACHE  " >>confdefs.h
  1.5709 +
  1.5710 +fi
  1.5711 +
  1.5712 +
  1.5713 +# Check whether --enable-mremap was given.
  1.5714 +if test "${enable_mremap+set}" = set; then :
  1.5715 +  enableval=$enable_mremap; if test "x$enable_mremap" = "xno" ; then
  1.5716 +  enable_mremap="0"
  1.5717 +else
  1.5718 +  enable_mremap="1"
  1.5719 +fi
  1.5720 +
  1.5721 +else
  1.5722 +  enable_mremap="0"
  1.5723 +
  1.5724 +fi
  1.5725 +
  1.5726 +if test "x$enable_mremap" = "x1" ; then
  1.5727 +
  1.5728 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mremap(...MREMAP_FIXED...) is compilable" >&5
  1.5729 +$as_echo_n "checking whether mremap(...MREMAP_FIXED...) is compilable... " >&6; }
  1.5730 +if ${je_cv_mremap_fixed+:} false; then :
  1.5731 +  $as_echo_n "(cached) " >&6
  1.5732 +else
  1.5733 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.5734 +/* end confdefs.h.  */
  1.5735 +
  1.5736 +#define _GNU_SOURCE
  1.5737 +#include <sys/mman.h>
  1.5738 +
  1.5739 +int
  1.5740 +main ()
  1.5741 +{
  1.5742 +
  1.5743 +void *p = mremap((void *)0, 0, 0, MREMAP_MAYMOVE|MREMAP_FIXED, (void *)0);
  1.5744 +
  1.5745 +  ;
  1.5746 +  return 0;
  1.5747 +}
  1.5748 +_ACEOF
  1.5749 +if ac_fn_c_try_link "$LINENO"; then :
  1.5750 +  je_cv_mremap_fixed=yes
  1.5751 +else
  1.5752 +  je_cv_mremap_fixed=no
  1.5753 +fi
  1.5754 +rm -f core conftest.err conftest.$ac_objext \
  1.5755 +    conftest$ac_exeext conftest.$ac_ext
  1.5756 +fi
  1.5757 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $je_cv_mremap_fixed" >&5
  1.5758 +$as_echo "$je_cv_mremap_fixed" >&6; }
  1.5759 +
  1.5760 +  if test "x${je_cv_mremap_fixed}" = "xno" ; then
  1.5761 +    enable_mremap="0"
  1.5762 +  fi
  1.5763 +fi
  1.5764 +if test "x$enable_mremap" = "x1" ; then
  1.5765 +  $as_echo "#define JEMALLOC_MREMAP  " >>confdefs.h
  1.5766 +
  1.5767 +fi
  1.5768 +
  1.5769 +
  1.5770 +# Check whether --enable-munmap was given.
  1.5771 +if test "${enable_munmap+set}" = set; then :
  1.5772 +  enableval=$enable_munmap; if test "x$enable_munmap" = "xno" ; then
  1.5773 +  enable_munmap="0"
  1.5774 +else
  1.5775 +  enable_munmap="1"
  1.5776 +fi
  1.5777 +
  1.5778 +else
  1.5779 +  enable_munmap="${default_munmap}"
  1.5780 +
  1.5781 +fi
  1.5782 +
  1.5783 +if test "x$enable_munmap" = "x1" ; then
  1.5784 +  $as_echo "#define JEMALLOC_MUNMAP  " >>confdefs.h
  1.5785 +
  1.5786 +fi
  1.5787 +
  1.5788 +
  1.5789 +# Check whether --enable-dss was given.
  1.5790 +if test "${enable_dss+set}" = set; then :
  1.5791 +  enableval=$enable_dss; if test "x$enable_dss" = "xno" ; then
  1.5792 +  enable_dss="0"
  1.5793 +else
  1.5794 +  enable_dss="1"
  1.5795 +fi
  1.5796 +
  1.5797 +else
  1.5798 +  enable_dss="0"
  1.5799 +
  1.5800 +fi
  1.5801 +
  1.5802 +ac_fn_c_check_func "$LINENO" "sbrk" "ac_cv_func_sbrk"
  1.5803 +if test "x$ac_cv_func_sbrk" = xyes; then :
  1.5804 +  have_sbrk="1"
  1.5805 +else
  1.5806 +  have_sbrk="0"
  1.5807 +fi
  1.5808 +
  1.5809 +if test "x$have_sbrk" = "x1" ; then
  1.5810 +  $as_echo "#define JEMALLOC_HAVE_SBRK  " >>confdefs.h
  1.5811 +
  1.5812 +else
  1.5813 +  enable_dss="0"
  1.5814 +fi
  1.5815 +
  1.5816 +if test "x$enable_dss" = "x1" ; then
  1.5817 +  $as_echo "#define JEMALLOC_DSS  " >>confdefs.h
  1.5818 +
  1.5819 +fi
  1.5820 +
  1.5821 +
  1.5822 +# Check whether --enable-fill was given.
  1.5823 +if test "${enable_fill+set}" = set; then :
  1.5824 +  enableval=$enable_fill; if test "x$enable_fill" = "xno" ; then
  1.5825 +  enable_fill="0"
  1.5826 +else
  1.5827 +  enable_fill="1"
  1.5828 +fi
  1.5829 +
  1.5830 +else
  1.5831 +  enable_fill="1"
  1.5832 +
  1.5833 +fi
  1.5834 +
  1.5835 +if test "x$enable_fill" = "x1" ; then
  1.5836 +  $as_echo "#define JEMALLOC_FILL  " >>confdefs.h
  1.5837 +
  1.5838 +fi
  1.5839 +
  1.5840 +
  1.5841 +# Check whether --enable-utrace was given.
  1.5842 +if test "${enable_utrace+set}" = set; then :
  1.5843 +  enableval=$enable_utrace; if test "x$enable_utrace" = "xno" ; then
  1.5844 +  enable_utrace="0"
  1.5845 +else
  1.5846 +  enable_utrace="1"
  1.5847 +fi
  1.5848 +
  1.5849 +else
  1.5850 +  enable_utrace="0"
  1.5851 +
  1.5852 +fi
  1.5853 +
  1.5854 +
  1.5855 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether utrace(2) is compilable" >&5
  1.5856 +$as_echo_n "checking whether utrace(2) is compilable... " >&6; }
  1.5857 +if ${je_cv_utrace+:} false; then :
  1.5858 +  $as_echo_n "(cached) " >&6
  1.5859 +else
  1.5860 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.5861 +/* end confdefs.h.  */
  1.5862 +
  1.5863 +#include <sys/types.h>
  1.5864 +#include <sys/param.h>
  1.5865 +#include <sys/time.h>
  1.5866 +#include <sys/uio.h>
  1.5867 +#include <sys/ktrace.h>
  1.5868 +
  1.5869 +int
  1.5870 +main ()
  1.5871 +{
  1.5872 +
  1.5873 +	utrace((void *)0, 0);
  1.5874 +
  1.5875 +  ;
  1.5876 +  return 0;
  1.5877 +}
  1.5878 +_ACEOF
  1.5879 +if ac_fn_c_try_link "$LINENO"; then :
  1.5880 +  je_cv_utrace=yes
  1.5881 +else
  1.5882 +  je_cv_utrace=no
  1.5883 +fi
  1.5884 +rm -f core conftest.err conftest.$ac_objext \
  1.5885 +    conftest$ac_exeext conftest.$ac_ext
  1.5886 +fi
  1.5887 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $je_cv_utrace" >&5
  1.5888 +$as_echo "$je_cv_utrace" >&6; }
  1.5889 +
  1.5890 +if test "x${je_cv_utrace}" = "xno" ; then
  1.5891 +  enable_utrace="0"
  1.5892 +fi
  1.5893 +if test "x$enable_utrace" = "x1" ; then
  1.5894 +  $as_echo "#define JEMALLOC_UTRACE  " >>confdefs.h
  1.5895 +
  1.5896 +fi
  1.5897 +
  1.5898 +
  1.5899 +# Check whether --enable-valgrind was given.
  1.5900 +if test "${enable_valgrind+set}" = set; then :
  1.5901 +  enableval=$enable_valgrind; if test "x$enable_valgrind" = "xno" ; then
  1.5902 +  enable_valgrind="0"
  1.5903 +else
  1.5904 +  enable_valgrind="1"
  1.5905 +fi
  1.5906 +
  1.5907 +else
  1.5908 +  enable_valgrind="1"
  1.5909 +
  1.5910 +fi
  1.5911 +
  1.5912 +if test "x$enable_valgrind" = "x1" ; then
  1.5913 +
  1.5914 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether valgrind is compilable" >&5
  1.5915 +$as_echo_n "checking whether valgrind is compilable... " >&6; }
  1.5916 +if ${je_cv_valgrind+:} false; then :
  1.5917 +  $as_echo_n "(cached) " >&6
  1.5918 +else
  1.5919 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.5920 +/* end confdefs.h.  */
  1.5921 +
  1.5922 +#include <valgrind/valgrind.h>
  1.5923 +#include <valgrind/memcheck.h>
  1.5924 +
  1.5925 +#if !defined(VALGRIND_RESIZEINPLACE_BLOCK)
  1.5926 +#  error "Incompatible Valgrind version"
  1.5927 +#endif
  1.5928 +
  1.5929 +int
  1.5930 +main ()
  1.5931 +{
  1.5932 +
  1.5933 +  ;
  1.5934 +  return 0;
  1.5935 +}
  1.5936 +_ACEOF
  1.5937 +if ac_fn_c_try_link "$LINENO"; then :
  1.5938 +  je_cv_valgrind=yes
  1.5939 +else
  1.5940 +  je_cv_valgrind=no
  1.5941 +fi
  1.5942 +rm -f core conftest.err conftest.$ac_objext \
  1.5943 +    conftest$ac_exeext conftest.$ac_ext
  1.5944 +fi
  1.5945 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $je_cv_valgrind" >&5
  1.5946 +$as_echo "$je_cv_valgrind" >&6; }
  1.5947 +
  1.5948 +  if test "x${je_cv_valgrind}" = "xno" ; then
  1.5949 +    enable_valgrind="0"
  1.5950 +  fi
  1.5951 +  if test "x$enable_valgrind" = "x1" ; then
  1.5952 +    $as_echo "#define JEMALLOC_VALGRIND  " >>confdefs.h
  1.5953 +
  1.5954 +  fi
  1.5955 +fi
  1.5956 +
  1.5957 +
  1.5958 +# Check whether --enable-xmalloc was given.
  1.5959 +if test "${enable_xmalloc+set}" = set; then :
  1.5960 +  enableval=$enable_xmalloc; if test "x$enable_xmalloc" = "xno" ; then
  1.5961 +  enable_xmalloc="0"
  1.5962 +else
  1.5963 +  enable_xmalloc="1"
  1.5964 +fi
  1.5965 +
  1.5966 +else
  1.5967 +  enable_xmalloc="0"
  1.5968 +
  1.5969 +fi
  1.5970 +
  1.5971 +if test "x$enable_xmalloc" = "x1" ; then
  1.5972 +  $as_echo "#define JEMALLOC_XMALLOC  " >>confdefs.h
  1.5973 +
  1.5974 +fi
  1.5975 +
  1.5976 +
  1.5977 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking STATIC_PAGE_SHIFT" >&5
  1.5978 +$as_echo_n "checking STATIC_PAGE_SHIFT... " >&6; }
  1.5979 +if ${je_cv_static_page_shift+:} false; then :
  1.5980 +  $as_echo_n "(cached) " >&6
  1.5981 +else
  1.5982 +  if test "$cross_compiling" = yes; then :
  1.5983 +  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.5984 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.5985 +as_fn_error $? "cannot run test program while cross compiling
  1.5986 +See \`config.log' for more details" "$LINENO" 5; }
  1.5987 +else
  1.5988 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.5989 +/* end confdefs.h.  */
  1.5990 +
  1.5991 +#include <strings.h>
  1.5992 +#ifdef _WIN32
  1.5993 +#include <windows.h>
  1.5994 +#else
  1.5995 +#include <unistd.h>
  1.5996 +#endif
  1.5997 +#include <stdio.h>
  1.5998 +
  1.5999 +int
  1.6000 +main ()
  1.6001 +{
  1.6002 +
  1.6003 +    long result;
  1.6004 +    FILE *f;
  1.6005 +
  1.6006 +#ifdef _WIN32
  1.6007 +    SYSTEM_INFO si;
  1.6008 +    GetSystemInfo(&si);
  1.6009 +    result = si.dwPageSize;
  1.6010 +#else
  1.6011 +    result = sysconf(_SC_PAGESIZE);
  1.6012 +#endif
  1.6013 +    if (result == -1) {
  1.6014 +	return 1;
  1.6015 +    }
  1.6016 +    result = ffsl(result) - 1;
  1.6017 +
  1.6018 +    f = fopen("conftest.out", "w");
  1.6019 +    if (f == NULL) {
  1.6020 +	return 1;
  1.6021 +    }
  1.6022 +    fprintf(f, "%u\n", result);
  1.6023 +    fclose(f);
  1.6024 +
  1.6025 +    return 0;
  1.6026 +
  1.6027 +  ;
  1.6028 +  return 0;
  1.6029 +}
  1.6030 +_ACEOF
  1.6031 +if ac_fn_c_try_run "$LINENO"; then :
  1.6032 +  je_cv_static_page_shift=`cat conftest.out`
  1.6033 +else
  1.6034 +  je_cv_static_page_shift=undefined
  1.6035 +fi
  1.6036 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  1.6037 +  conftest.$ac_objext conftest.beam conftest.$ac_ext
  1.6038 +fi
  1.6039 +
  1.6040 +fi
  1.6041 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $je_cv_static_page_shift" >&5
  1.6042 +$as_echo "$je_cv_static_page_shift" >&6; }
  1.6043 +
  1.6044 +if test "x$je_cv_static_page_shift" != "xundefined"; then
  1.6045 +   cat >>confdefs.h <<_ACEOF
  1.6046 +#define STATIC_PAGE_SHIFT $je_cv_static_page_shift
  1.6047 +_ACEOF
  1.6048 +
  1.6049 +else
  1.6050 +   as_fn_error $? "cannot determine value for STATIC_PAGE_SHIFT" "$LINENO" 5
  1.6051 +fi
  1.6052 +
  1.6053 +
  1.6054 +if test -d "${srcroot}.git" ; then
  1.6055 +  git describe --long --abbrev=40 > ${srcroot}VERSION
  1.6056 +fi
  1.6057 +jemalloc_version=`cat ${srcroot}VERSION`
  1.6058 +jemalloc_version_major=`echo ${jemalloc_version} | tr ".g-" " " | awk '{print $1}'`
  1.6059 +jemalloc_version_minor=`echo ${jemalloc_version} | tr ".g-" " " | awk '{print $2}'`
  1.6060 +jemalloc_version_bugfix=`echo ${jemalloc_version} | tr ".g-" " " | awk '{print $3}'`
  1.6061 +jemalloc_version_nrev=`echo ${jemalloc_version} | tr ".g-" " " | awk '{print $4}'`
  1.6062 +jemalloc_version_gid=`echo ${jemalloc_version} | tr ".g-" " " | awk '{print $5}'`
  1.6063 +
  1.6064 +
  1.6065 +
  1.6066 +
  1.6067 +
  1.6068 +
  1.6069 +
  1.6070 +
  1.6071 +if test "x$abi" != "xpecoff" ; then
  1.6072 +  for ac_header in pthread.h
  1.6073 +do :
  1.6074 +  ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
  1.6075 +if test "x$ac_cv_header_pthread_h" = xyes; then :
  1.6076 +  cat >>confdefs.h <<_ACEOF
  1.6077 +#define HAVE_PTHREAD_H 1
  1.6078 +_ACEOF
  1.6079 +
  1.6080 +else
  1.6081 +  as_fn_error $? "pthread.h is missing" "$LINENO" 5
  1.6082 +fi
  1.6083 +
  1.6084 +done
  1.6085 +
  1.6086 +      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
  1.6087 +$as_echo_n "checking for pthread_create in -lpthread... " >&6; }
  1.6088 +if ${ac_cv_lib_pthread_pthread_create+:} false; then :
  1.6089 +  $as_echo_n "(cached) " >&6
  1.6090 +else
  1.6091 +  ac_check_lib_save_LIBS=$LIBS
  1.6092 +LIBS="-lpthread  $LIBS"
  1.6093 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6094 +/* end confdefs.h.  */
  1.6095 +
  1.6096 +/* Override any GCC internal prototype to avoid an error.
  1.6097 +   Use char because int might match the return type of a GCC
  1.6098 +   builtin and then its argument prototype would still apply.  */
  1.6099 +#ifdef __cplusplus
  1.6100 +extern "C"
  1.6101 +#endif
  1.6102 +char pthread_create ();
  1.6103 +int
  1.6104 +main ()
  1.6105 +{
  1.6106 +return pthread_create ();
  1.6107 +  ;
  1.6108 +  return 0;
  1.6109 +}
  1.6110 +_ACEOF
  1.6111 +if ac_fn_c_try_link "$LINENO"; then :
  1.6112 +  ac_cv_lib_pthread_pthread_create=yes
  1.6113 +else
  1.6114 +  ac_cv_lib_pthread_pthread_create=no
  1.6115 +fi
  1.6116 +rm -f core conftest.err conftest.$ac_objext \
  1.6117 +    conftest$ac_exeext conftest.$ac_ext
  1.6118 +LIBS=$ac_check_lib_save_LIBS
  1.6119 +fi
  1.6120 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
  1.6121 +$as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
  1.6122 +if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
  1.6123 +  LIBS="$LIBS -lpthread"
  1.6124 +else
  1.6125 +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pthread_create" >&5
  1.6126 +$as_echo_n "checking for library containing pthread_create... " >&6; }
  1.6127 +if ${ac_cv_search_pthread_create+:} false; then :
  1.6128 +  $as_echo_n "(cached) " >&6
  1.6129 +else
  1.6130 +  ac_func_search_save_LIBS=$LIBS
  1.6131 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6132 +/* end confdefs.h.  */
  1.6133 +
  1.6134 +/* Override any GCC internal prototype to avoid an error.
  1.6135 +   Use char because int might match the return type of a GCC
  1.6136 +   builtin and then its argument prototype would still apply.  */
  1.6137 +#ifdef __cplusplus
  1.6138 +extern "C"
  1.6139 +#endif
  1.6140 +char pthread_create ();
  1.6141 +int
  1.6142 +main ()
  1.6143 +{
  1.6144 +return pthread_create ();
  1.6145 +  ;
  1.6146 +  return 0;
  1.6147 +}
  1.6148 +_ACEOF
  1.6149 +for ac_lib in '' ; do
  1.6150 +  if test -z "$ac_lib"; then
  1.6151 +    ac_res="none required"
  1.6152 +  else
  1.6153 +    ac_res=-l$ac_lib
  1.6154 +    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
  1.6155 +  fi
  1.6156 +  if ac_fn_c_try_link "$LINENO"; then :
  1.6157 +  ac_cv_search_pthread_create=$ac_res
  1.6158 +fi
  1.6159 +rm -f core conftest.err conftest.$ac_objext \
  1.6160 +    conftest$ac_exeext
  1.6161 +  if ${ac_cv_search_pthread_create+:} false; then :
  1.6162 +  break
  1.6163 +fi
  1.6164 +done
  1.6165 +if ${ac_cv_search_pthread_create+:} false; then :
  1.6166 +
  1.6167 +else
  1.6168 +  ac_cv_search_pthread_create=no
  1.6169 +fi
  1.6170 +rm conftest.$ac_ext
  1.6171 +LIBS=$ac_func_search_save_LIBS
  1.6172 +fi
  1.6173 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pthread_create" >&5
  1.6174 +$as_echo "$ac_cv_search_pthread_create" >&6; }
  1.6175 +ac_res=$ac_cv_search_pthread_create
  1.6176 +if test "$ac_res" != no; then :
  1.6177 +  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
  1.6178 +
  1.6179 +else
  1.6180 +  as_fn_error $? "libpthread is missing" "$LINENO" 5
  1.6181 +fi
  1.6182 +
  1.6183 +fi
  1.6184 +
  1.6185 +fi
  1.6186 +
  1.6187 +CPPFLAGS="$CPPFLAGS -D_REENTRANT"
  1.6188 +
  1.6189 +ac_fn_c_check_func "$LINENO" "_malloc_thread_cleanup" "ac_cv_func__malloc_thread_cleanup"
  1.6190 +if test "x$ac_cv_func__malloc_thread_cleanup" = xyes; then :
  1.6191 +  have__malloc_thread_cleanup="1"
  1.6192 +else
  1.6193 +  have__malloc_thread_cleanup="0"
  1.6194 +
  1.6195 +fi
  1.6196 +
  1.6197 +if test "x$have__malloc_thread_cleanup" = "x1" ; then
  1.6198 +  $as_echo "#define JEMALLOC_MALLOC_THREAD_CLEANUP  " >>confdefs.h
  1.6199 +
  1.6200 +  force_tls="1"
  1.6201 +fi
  1.6202 +
  1.6203 +ac_fn_c_check_func "$LINENO" "_pthread_mutex_init_calloc_cb" "ac_cv_func__pthread_mutex_init_calloc_cb"
  1.6204 +if test "x$ac_cv_func__pthread_mutex_init_calloc_cb" = xyes; then :
  1.6205 +  have__pthread_mutex_init_calloc_cb="1"
  1.6206 +else
  1.6207 +  have__pthread_mutex_init_calloc_cb="0"
  1.6208 +
  1.6209 +fi
  1.6210 +
  1.6211 +if test "x$have__pthread_mutex_init_calloc_cb" = "x1" ; then
  1.6212 +  $as_echo "#define JEMALLOC_MUTEX_INIT_CB 1" >>confdefs.h
  1.6213 +
  1.6214 +fi
  1.6215 +
  1.6216 +# Check whether --enable-lazy_lock was given.
  1.6217 +if test "${enable_lazy_lock+set}" = set; then :
  1.6218 +  enableval=$enable_lazy_lock; if test "x$enable_lazy_lock" = "xno" ; then
  1.6219 +  enable_lazy_lock="0"
  1.6220 +else
  1.6221 +  enable_lazy_lock="1"
  1.6222 +fi
  1.6223 +
  1.6224 +else
  1.6225 +  enable_lazy_lock="0"
  1.6226 +
  1.6227 +fi
  1.6228 +
  1.6229 +if test "x$enable_lazy_lock" = "x0" -a "x${force_lazy_lock}" = "x1" ; then
  1.6230 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: Forcing lazy-lock to avoid allocator/threading bootstrap issues" >&5
  1.6231 +$as_echo "Forcing lazy-lock to avoid allocator/threading bootstrap issues" >&6; }
  1.6232 +  enable_lazy_lock="1"
  1.6233 +fi
  1.6234 +if test "x$enable_lazy_lock" = "x1" ; then
  1.6235 +  if test "x$abi" != "xpecoff" ; then
  1.6236 +    for ac_header in dlfcn.h
  1.6237 +do :
  1.6238 +  ac_fn_c_check_header_mongrel "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default"
  1.6239 +if test "x$ac_cv_header_dlfcn_h" = xyes; then :
  1.6240 +  cat >>confdefs.h <<_ACEOF
  1.6241 +#define HAVE_DLFCN_H 1
  1.6242 +_ACEOF
  1.6243 +
  1.6244 +else
  1.6245 +  as_fn_error $? "dlfcn.h is missing" "$LINENO" 5
  1.6246 +fi
  1.6247 +
  1.6248 +done
  1.6249 +
  1.6250 +    ac_fn_c_check_func "$LINENO" "dlsym" "ac_cv_func_dlsym"
  1.6251 +if test "x$ac_cv_func_dlsym" = xyes; then :
  1.6252 +
  1.6253 +else
  1.6254 +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlsym in -ldl" >&5
  1.6255 +$as_echo_n "checking for dlsym in -ldl... " >&6; }
  1.6256 +if ${ac_cv_lib_dl_dlsym+:} false; then :
  1.6257 +  $as_echo_n "(cached) " >&6
  1.6258 +else
  1.6259 +  ac_check_lib_save_LIBS=$LIBS
  1.6260 +LIBS="-ldl  $LIBS"
  1.6261 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6262 +/* end confdefs.h.  */
  1.6263 +
  1.6264 +/* Override any GCC internal prototype to avoid an error.
  1.6265 +   Use char because int might match the return type of a GCC
  1.6266 +   builtin and then its argument prototype would still apply.  */
  1.6267 +#ifdef __cplusplus
  1.6268 +extern "C"
  1.6269 +#endif
  1.6270 +char dlsym ();
  1.6271 +int
  1.6272 +main ()
  1.6273 +{
  1.6274 +return dlsym ();
  1.6275 +  ;
  1.6276 +  return 0;
  1.6277 +}
  1.6278 +_ACEOF
  1.6279 +if ac_fn_c_try_link "$LINENO"; then :
  1.6280 +  ac_cv_lib_dl_dlsym=yes
  1.6281 +else
  1.6282 +  ac_cv_lib_dl_dlsym=no
  1.6283 +fi
  1.6284 +rm -f core conftest.err conftest.$ac_objext \
  1.6285 +    conftest$ac_exeext conftest.$ac_ext
  1.6286 +LIBS=$ac_check_lib_save_LIBS
  1.6287 +fi
  1.6288 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlsym" >&5
  1.6289 +$as_echo "$ac_cv_lib_dl_dlsym" >&6; }
  1.6290 +if test "x$ac_cv_lib_dl_dlsym" = xyes; then :
  1.6291 +  LIBS="$LIBS -ldl"
  1.6292 +else
  1.6293 +  as_fn_error $? "libdl is missing" "$LINENO" 5
  1.6294 +fi
  1.6295 +
  1.6296 +
  1.6297 +fi
  1.6298 +
  1.6299 +  fi
  1.6300 +  $as_echo "#define JEMALLOC_LAZY_LOCK  " >>confdefs.h
  1.6301 +
  1.6302 +fi
  1.6303 +
  1.6304 +
  1.6305 +# Check whether --enable-tls was given.
  1.6306 +if test "${enable_tls+set}" = set; then :
  1.6307 +  enableval=$enable_tls; if test "x$enable_tls" = "xno" ; then
  1.6308 +  enable_tls="0"
  1.6309 +else
  1.6310 +  enable_tls="1"
  1.6311 +fi
  1.6312 +
  1.6313 +else
  1.6314 +  enable_tls="1"
  1.6315 +
  1.6316 +fi
  1.6317 +
  1.6318 +if test "x${enable_tls}" = "x0" -a "x${force_tls}" = "x1" ; then
  1.6319 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: Forcing TLS to avoid allocator/threading bootstrap issues" >&5
  1.6320 +$as_echo "Forcing TLS to avoid allocator/threading bootstrap issues" >&6; }
  1.6321 +  enable_tls="1"
  1.6322 +fi
  1.6323 +if test "x${enable_tls}" = "x1" -a "x${force_tls}" = "x0" ; then
  1.6324 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: Forcing no TLS to avoid allocator/threading bootstrap issues" >&5
  1.6325 +$as_echo "Forcing no TLS to avoid allocator/threading bootstrap issues" >&6; }
  1.6326 +  enable_tls="0"
  1.6327 +fi
  1.6328 +if test "x${enable_tls}" = "x1" ; then
  1.6329 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for TLS" >&5
  1.6330 +$as_echo_n "checking for TLS... " >&6; }
  1.6331 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6332 +/* end confdefs.h.  */
  1.6333 +
  1.6334 +    __thread int x;
  1.6335 +
  1.6336 +int
  1.6337 +main ()
  1.6338 +{
  1.6339 +
  1.6340 +    x = 42;
  1.6341 +
  1.6342 +    return 0;
  1.6343 +
  1.6344 +  ;
  1.6345 +  return 0;
  1.6346 +}
  1.6347 +_ACEOF
  1.6348 +if ac_fn_c_try_compile "$LINENO"; then :
  1.6349 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1.6350 +$as_echo "yes" >&6; }
  1.6351 +else
  1.6352 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1.6353 +$as_echo "no" >&6; }
  1.6354 +              enable_tls="0"
  1.6355 +fi
  1.6356 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.6357 +fi
  1.6358 +
  1.6359 +if test "x${enable_tls}" = "x1" ; then
  1.6360 +  cat >>confdefs.h <<_ACEOF
  1.6361 +#define JEMALLOC_TLS
  1.6362 +_ACEOF
  1.6363 +
  1.6364 +elif test "x${force_tls}" = "x1" ; then
  1.6365 +  as_fn_error $? "Failed to configure TLS, which is mandatory for correct function" "$LINENO" 5
  1.6366 +fi
  1.6367 +
  1.6368 +
  1.6369 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program using ffsl is compilable" >&5
  1.6370 +$as_echo_n "checking whether a program using ffsl is compilable... " >&6; }
  1.6371 +if ${je_cv_function_ffsl+:} false; then :
  1.6372 +  $as_echo_n "(cached) " >&6
  1.6373 +else
  1.6374 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6375 +/* end confdefs.h.  */
  1.6376 +
  1.6377 +#include <strings.h>
  1.6378 +#include <string.h>
  1.6379 +
  1.6380 +int
  1.6381 +main ()
  1.6382 +{
  1.6383 +
  1.6384 +	{
  1.6385 +		int rv = ffsl(0x08);
  1.6386 +	}
  1.6387 +
  1.6388 +  ;
  1.6389 +  return 0;
  1.6390 +}
  1.6391 +_ACEOF
  1.6392 +if ac_fn_c_try_link "$LINENO"; then :
  1.6393 +  je_cv_function_ffsl=yes
  1.6394 +else
  1.6395 +  je_cv_function_ffsl=no
  1.6396 +fi
  1.6397 +rm -f core conftest.err conftest.$ac_objext \
  1.6398 +    conftest$ac_exeext conftest.$ac_ext
  1.6399 +fi
  1.6400 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $je_cv_function_ffsl" >&5
  1.6401 +$as_echo "$je_cv_function_ffsl" >&6; }
  1.6402 +
  1.6403 +if test "x${je_cv_function_ffsl}" != "xyes" ; then
  1.6404 +   as_fn_error $? "Cannot build without ffsl(3)" "$LINENO" 5
  1.6405 +fi
  1.6406 +
  1.6407 +
  1.6408 +
  1.6409 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether atomic(9) is compilable" >&5
  1.6410 +$as_echo_n "checking whether atomic(9) is compilable... " >&6; }
  1.6411 +if ${je_cv_atomic9+:} false; then :
  1.6412 +  $as_echo_n "(cached) " >&6
  1.6413 +else
  1.6414 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6415 +/* end confdefs.h.  */
  1.6416 +
  1.6417 +#include <sys/types.h>
  1.6418 +#include <machine/atomic.h>
  1.6419 +#include <inttypes.h>
  1.6420 +
  1.6421 +int
  1.6422 +main ()
  1.6423 +{
  1.6424 +
  1.6425 +	{
  1.6426 +		uint32_t x32 = 0;
  1.6427 +		volatile uint32_t *x32p = &x32;
  1.6428 +		atomic_fetchadd_32(x32p, 1);
  1.6429 +	}
  1.6430 +	{
  1.6431 +		unsigned long xlong = 0;
  1.6432 +		volatile unsigned long *xlongp = &xlong;
  1.6433 +		atomic_fetchadd_long(xlongp, 1);
  1.6434 +	}
  1.6435 +
  1.6436 +  ;
  1.6437 +  return 0;
  1.6438 +}
  1.6439 +_ACEOF
  1.6440 +if ac_fn_c_try_link "$LINENO"; then :
  1.6441 +  je_cv_atomic9=yes
  1.6442 +else
  1.6443 +  je_cv_atomic9=no
  1.6444 +fi
  1.6445 +rm -f core conftest.err conftest.$ac_objext \
  1.6446 +    conftest$ac_exeext conftest.$ac_ext
  1.6447 +fi
  1.6448 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $je_cv_atomic9" >&5
  1.6449 +$as_echo "$je_cv_atomic9" >&6; }
  1.6450 +
  1.6451 +if test "x${je_cv_atomic9}" = "xyes" ; then
  1.6452 +  $as_echo "#define JEMALLOC_ATOMIC9 1" >>confdefs.h
  1.6453 +
  1.6454 +fi
  1.6455 +
  1.6456 +
  1.6457 +
  1.6458 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Darwin OSAtomic*() is compilable" >&5
  1.6459 +$as_echo_n "checking whether Darwin OSAtomic*() is compilable... " >&6; }
  1.6460 +if ${je_cv_osatomic+:} false; then :
  1.6461 +  $as_echo_n "(cached) " >&6
  1.6462 +else
  1.6463 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6464 +/* end confdefs.h.  */
  1.6465 +
  1.6466 +#include <libkern/OSAtomic.h>
  1.6467 +#include <inttypes.h>
  1.6468 +
  1.6469 +int
  1.6470 +main ()
  1.6471 +{
  1.6472 +
  1.6473 +	{
  1.6474 +		int32_t x32 = 0;
  1.6475 +		volatile int32_t *x32p = &x32;
  1.6476 +		OSAtomicAdd32(1, x32p);
  1.6477 +	}
  1.6478 +	{
  1.6479 +		int64_t x64 = 0;
  1.6480 +		volatile int64_t *x64p = &x64;
  1.6481 +		OSAtomicAdd64(1, x64p);
  1.6482 +	}
  1.6483 +
  1.6484 +  ;
  1.6485 +  return 0;
  1.6486 +}
  1.6487 +_ACEOF
  1.6488 +if ac_fn_c_try_link "$LINENO"; then :
  1.6489 +  je_cv_osatomic=yes
  1.6490 +else
  1.6491 +  je_cv_osatomic=no
  1.6492 +fi
  1.6493 +rm -f core conftest.err conftest.$ac_objext \
  1.6494 +    conftest$ac_exeext conftest.$ac_ext
  1.6495 +fi
  1.6496 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $je_cv_osatomic" >&5
  1.6497 +$as_echo "$je_cv_osatomic" >&6; }
  1.6498 +
  1.6499 +if test "x${je_cv_osatomic}" = "xyes" ; then
  1.6500 +  $as_echo "#define JEMALLOC_OSATOMIC  " >>confdefs.h
  1.6501 +
  1.6502 +fi
  1.6503 +
  1.6504 +
  1.6505 +
  1.6506 +
  1.6507 +if test "x${je_cv_atomic9}" != "xyes" -a "x${je_cv_osatomic}" != "xyes" ; then
  1.6508 +
  1.6509 +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to force 32-bit __sync_{add,sub}_and_fetch()" >&5
  1.6510 +$as_echo_n "checking whether to force 32-bit __sync_{add,sub}_and_fetch()... " >&6; }
  1.6511 +if ${je_cv_sync_compare_and_swap_4+:} false; then :
  1.6512 +  $as_echo_n "(cached) " >&6
  1.6513 +else
  1.6514 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6515 +/* end confdefs.h.  */
  1.6516 +
  1.6517 +                                                 #include <stdint.h>
  1.6518 +
  1.6519 +int
  1.6520 +main ()
  1.6521 +{
  1.6522 +
  1.6523 +                                                 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4
  1.6524 +                                                 {
  1.6525 +                                                    uint32_t x32 = 0;
  1.6526 +                                                    __sync_add_and_fetch(&x32, 42);
  1.6527 +                                                    __sync_sub_and_fetch(&x32, 1);
  1.6528 +                                                 }
  1.6529 +                                                 #else
  1.6530 +                                                 #error __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 is defined, no need to force
  1.6531 +                                                 #endif
  1.6532 +
  1.6533 +  ;
  1.6534 +  return 0;
  1.6535 +}
  1.6536 +_ACEOF
  1.6537 +if ac_fn_c_try_link "$LINENO"; then :
  1.6538 +  je_cv_sync_compare_and_swap_4=yes
  1.6539 +else
  1.6540 +  je_cv_sync_compare_and_swap_4=no
  1.6541 +fi
  1.6542 +rm -f core conftest.err conftest.$ac_objext \
  1.6543 +    conftest$ac_exeext conftest.$ac_ext
  1.6544 +fi
  1.6545 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $je_cv_sync_compare_and_swap_4" >&5
  1.6546 +$as_echo "$je_cv_sync_compare_and_swap_4" >&6; }
  1.6547 +
  1.6548 +  if test "x${je_cv_sync_compare_and_swap_4}" = "xyes" ; then
  1.6549 +    $as_echo "#define JE_FORCE_SYNC_COMPARE_AND_SWAP_4  " >>confdefs.h
  1.6550 +
  1.6551 +  fi
  1.6552 +
  1.6553 +
  1.6554 +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to force 64-bit __sync_{add,sub}_and_fetch()" >&5
  1.6555 +$as_echo_n "checking whether to force 64-bit __sync_{add,sub}_and_fetch()... " >&6; }
  1.6556 +if ${je_cv_sync_compare_and_swap_8+:} false; then :
  1.6557 +  $as_echo_n "(cached) " >&6
  1.6558 +else
  1.6559 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6560 +/* end confdefs.h.  */
  1.6561 +
  1.6562 +                                                 #include <stdint.h>
  1.6563 +
  1.6564 +int
  1.6565 +main ()
  1.6566 +{
  1.6567 +
  1.6568 +                                                 #ifndef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
  1.6569 +                                                 {
  1.6570 +                                                    uint64_t x64 = 0;
  1.6571 +                                                    __sync_add_and_fetch(&x64, 42);
  1.6572 +                                                    __sync_sub_and_fetch(&x64, 1);
  1.6573 +                                                 }
  1.6574 +                                                 #else
  1.6575 +                                                 #error __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 is defined, no need to force
  1.6576 +                                                 #endif
  1.6577 +
  1.6578 +  ;
  1.6579 +  return 0;
  1.6580 +}
  1.6581 +_ACEOF
  1.6582 +if ac_fn_c_try_link "$LINENO"; then :
  1.6583 +  je_cv_sync_compare_and_swap_8=yes
  1.6584 +else
  1.6585 +  je_cv_sync_compare_and_swap_8=no
  1.6586 +fi
  1.6587 +rm -f core conftest.err conftest.$ac_objext \
  1.6588 +    conftest$ac_exeext conftest.$ac_ext
  1.6589 +fi
  1.6590 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $je_cv_sync_compare_and_swap_8" >&5
  1.6591 +$as_echo "$je_cv_sync_compare_and_swap_8" >&6; }
  1.6592 +
  1.6593 +  if test "x${je_cv_sync_compare_and_swap_8}" = "xyes" ; then
  1.6594 +    $as_echo "#define JE_FORCE_SYNC_COMPARE_AND_SWAP_8  " >>confdefs.h
  1.6595 +
  1.6596 +  fi
  1.6597 +
  1.6598 +fi
  1.6599 +
  1.6600 +
  1.6601 +
  1.6602 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Darwin OSSpin*() is compilable" >&5
  1.6603 +$as_echo_n "checking whether Darwin OSSpin*() is compilable... " >&6; }
  1.6604 +if ${je_cv_osspin+:} false; then :
  1.6605 +  $as_echo_n "(cached) " >&6
  1.6606 +else
  1.6607 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6608 +/* end confdefs.h.  */
  1.6609 +
  1.6610 +#include <libkern/OSAtomic.h>
  1.6611 +#include <inttypes.h>
  1.6612 +
  1.6613 +int
  1.6614 +main ()
  1.6615 +{
  1.6616 +
  1.6617 +	OSSpinLock lock = 0;
  1.6618 +	OSSpinLockLock(&lock);
  1.6619 +	OSSpinLockUnlock(&lock);
  1.6620 +
  1.6621 +  ;
  1.6622 +  return 0;
  1.6623 +}
  1.6624 +_ACEOF
  1.6625 +if ac_fn_c_try_link "$LINENO"; then :
  1.6626 +  je_cv_osspin=yes
  1.6627 +else
  1.6628 +  je_cv_osspin=no
  1.6629 +fi
  1.6630 +rm -f core conftest.err conftest.$ac_objext \
  1.6631 +    conftest$ac_exeext conftest.$ac_ext
  1.6632 +fi
  1.6633 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $je_cv_osspin" >&5
  1.6634 +$as_echo "$je_cv_osspin" >&6; }
  1.6635 +
  1.6636 +if test "x${je_cv_osspin}" = "xyes" ; then
  1.6637 +  $as_echo "#define JEMALLOC_OSSPIN  " >>confdefs.h
  1.6638 +
  1.6639 +fi
  1.6640 +
  1.6641 +
  1.6642 +if test "x${abi}" = "xmacho" ; then
  1.6643 +  $as_echo "#define JEMALLOC_IVSALLOC  " >>confdefs.h
  1.6644 +
  1.6645 +  $as_echo "#define JEMALLOC_ZONE  " >>confdefs.h
  1.6646 +
  1.6647 +
  1.6648 +        { $as_echo "$as_me:${as_lineno-$LINENO}: checking malloc zone version" >&5
  1.6649 +$as_echo_n "checking malloc zone version... " >&6; }
  1.6650 +
  1.6651 +
  1.6652 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6653 +/* end confdefs.h.  */
  1.6654 +#include <malloc/malloc.h>
  1.6655 +int
  1.6656 +main ()
  1.6657 +{
  1.6658 +static foo[sizeof(malloc_zone_t) == sizeof(void *) * 14 ? 1 : -1]
  1.6659 +
  1.6660 +  ;
  1.6661 +  return 0;
  1.6662 +}
  1.6663 +_ACEOF
  1.6664 +if ac_fn_c_try_compile "$LINENO"; then :
  1.6665 +  JEMALLOC_ZONE_VERSION=3
  1.6666 +else
  1.6667 +
  1.6668 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6669 +/* end confdefs.h.  */
  1.6670 +#include <malloc/malloc.h>
  1.6671 +int
  1.6672 +main ()
  1.6673 +{
  1.6674 +static foo[sizeof(malloc_zone_t) == sizeof(void *) * 15 ? 1 : -1]
  1.6675 +
  1.6676 +  ;
  1.6677 +  return 0;
  1.6678 +}
  1.6679 +_ACEOF
  1.6680 +if ac_fn_c_try_compile "$LINENO"; then :
  1.6681 +  JEMALLOC_ZONE_VERSION=5
  1.6682 +else
  1.6683 +
  1.6684 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6685 +/* end confdefs.h.  */
  1.6686 +#include <malloc/malloc.h>
  1.6687 +int
  1.6688 +main ()
  1.6689 +{
  1.6690 +static foo[sizeof(malloc_zone_t) == sizeof(void *) * 16 ? 1 : -1]
  1.6691 +
  1.6692 +  ;
  1.6693 +  return 0;
  1.6694 +}
  1.6695 +_ACEOF
  1.6696 +if ac_fn_c_try_compile "$LINENO"; then :
  1.6697 +
  1.6698 +    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6699 +/* end confdefs.h.  */
  1.6700 +#include <malloc/malloc.h>
  1.6701 +int
  1.6702 +main ()
  1.6703 +{
  1.6704 +static foo[sizeof(malloc_introspection_t) == sizeof(void *) * 9 ? 1 : -1]
  1.6705 +
  1.6706 +  ;
  1.6707 +  return 0;
  1.6708 +}
  1.6709 +_ACEOF
  1.6710 +if ac_fn_c_try_compile "$LINENO"; then :
  1.6711 +  JEMALLOC_ZONE_VERSION=6
  1.6712 +else
  1.6713 +
  1.6714 +    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6715 +/* end confdefs.h.  */
  1.6716 +#include <malloc/malloc.h>
  1.6717 +int
  1.6718 +main ()
  1.6719 +{
  1.6720 +static foo[sizeof(malloc_introspection_t) == sizeof(void *) * 13 ? 1 : -1]
  1.6721 +
  1.6722 +  ;
  1.6723 +  return 0;
  1.6724 +}
  1.6725 +_ACEOF
  1.6726 +if ac_fn_c_try_compile "$LINENO"; then :
  1.6727 +  JEMALLOC_ZONE_VERSION=7
  1.6728 +else
  1.6729 +  JEMALLOC_ZONE_VERSION=
  1.6730 +
  1.6731 +fi
  1.6732 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.6733 +fi
  1.6734 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.6735 +else
  1.6736 +
  1.6737 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6738 +/* end confdefs.h.  */
  1.6739 +#include <malloc/malloc.h>
  1.6740 +int
  1.6741 +main ()
  1.6742 +{
  1.6743 +static foo[sizeof(malloc_zone_t) == sizeof(void *) * 17 ? 1 : -1]
  1.6744 +
  1.6745 +  ;
  1.6746 +  return 0;
  1.6747 +}
  1.6748 +_ACEOF
  1.6749 +if ac_fn_c_try_compile "$LINENO"; then :
  1.6750 +  JEMALLOC_ZONE_VERSION=8
  1.6751 +else
  1.6752 +
  1.6753 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6754 +/* end confdefs.h.  */
  1.6755 +#include <malloc/malloc.h>
  1.6756 +int
  1.6757 +main ()
  1.6758 +{
  1.6759 +static foo[sizeof(malloc_zone_t) > sizeof(void *) * 17 ? 1 : -1]
  1.6760 +
  1.6761 +  ;
  1.6762 +  return 0;
  1.6763 +}
  1.6764 +_ACEOF
  1.6765 +if ac_fn_c_try_compile "$LINENO"; then :
  1.6766 +  JEMALLOC_ZONE_VERSION=9
  1.6767 +else
  1.6768 +  JEMALLOC_ZONE_VERSION=
  1.6769 +
  1.6770 +fi
  1.6771 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.6772 +fi
  1.6773 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.6774 +fi
  1.6775 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.6776 +fi
  1.6777 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.6778 +fi
  1.6779 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.6780 +  if test "x${JEMALLOC_ZONE_VERSION}" = "x"; then
  1.6781 +    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
  1.6782 +$as_echo "unsupported" >&6; }
  1.6783 +    as_fn_error $? "Unsupported malloc zone version" "$LINENO" 5
  1.6784 +  fi
  1.6785 +  if test "${JEMALLOC_ZONE_VERSION}" = 9; then
  1.6786 +    JEMALLOC_ZONE_VERSION=8
  1.6787 +    { $as_echo "$as_me:${as_lineno-$LINENO}: result: > 8" >&5
  1.6788 +$as_echo "> 8" >&6; }
  1.6789 +  else
  1.6790 +    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JEMALLOC_ZONE_VERSION" >&5
  1.6791 +$as_echo "$JEMALLOC_ZONE_VERSION" >&6; }
  1.6792 +  fi
  1.6793 +  cat >>confdefs.h <<_ACEOF
  1.6794 +#define JEMALLOC_ZONE_VERSION $JEMALLOC_ZONE_VERSION
  1.6795 +_ACEOF
  1.6796 +
  1.6797 +fi
  1.6798 +
  1.6799 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
  1.6800 +$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
  1.6801 +if ${ac_cv_header_stdbool_h+:} false; then :
  1.6802 +  $as_echo_n "(cached) " >&6
  1.6803 +else
  1.6804 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.6805 +/* end confdefs.h.  */
  1.6806 +
  1.6807 +             #include <stdbool.h>
  1.6808 +             #ifndef bool
  1.6809 +              "error: bool is not defined"
  1.6810 +             #endif
  1.6811 +             #ifndef false
  1.6812 +              "error: false is not defined"
  1.6813 +             #endif
  1.6814 +             #if false
  1.6815 +              "error: false is not 0"
  1.6816 +             #endif
  1.6817 +             #ifndef true
  1.6818 +              "error: true is not defined"
  1.6819 +             #endif
  1.6820 +             #if true != 1
  1.6821 +              "error: true is not 1"
  1.6822 +             #endif
  1.6823 +             #ifndef __bool_true_false_are_defined
  1.6824 +              "error: __bool_true_false_are_defined is not defined"
  1.6825 +             #endif
  1.6826 +
  1.6827 +             struct s { _Bool s: 1; _Bool t; } s;
  1.6828 +
  1.6829 +             char a[true == 1 ? 1 : -1];
  1.6830 +             char b[false == 0 ? 1 : -1];
  1.6831 +             char c[__bool_true_false_are_defined == 1 ? 1 : -1];
  1.6832 +             char d[(bool) 0.5 == true ? 1 : -1];
  1.6833 +             /* See body of main program for 'e'.  */
  1.6834 +             char f[(_Bool) 0.0 == false ? 1 : -1];
  1.6835 +             char g[true];
  1.6836 +             char h[sizeof (_Bool)];
  1.6837 +             char i[sizeof s.t];
  1.6838 +             enum { j = false, k = true, l = false * true, m = true * 256 };
  1.6839 +             /* The following fails for
  1.6840 +                HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
  1.6841 +             _Bool n[m];
  1.6842 +             char o[sizeof n == m * sizeof n[0] ? 1 : -1];
  1.6843 +             char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
  1.6844 +             /* Catch a bug in an HP-UX C compiler.  See
  1.6845 +                http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
  1.6846 +                http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
  1.6847 +              */
  1.6848 +             _Bool q = true;
  1.6849 +             _Bool *pq = &q;
  1.6850 +
  1.6851 +int
  1.6852 +main ()
  1.6853 +{
  1.6854 +
  1.6855 +             bool e = &s;
  1.6856 +             *pq |= q;
  1.6857 +             *pq |= ! q;
  1.6858 +             /* Refer to every declared value, to avoid compiler optimizations.  */
  1.6859 +             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1.6860 +                     + !m + !n + !o + !p + !q + !pq);
  1.6861 +
  1.6862 +  ;
  1.6863 +  return 0;
  1.6864 +}
  1.6865 +_ACEOF
  1.6866 +if ac_fn_c_try_compile "$LINENO"; then :
  1.6867 +  ac_cv_header_stdbool_h=yes
  1.6868 +else
  1.6869 +  ac_cv_header_stdbool_h=no
  1.6870 +fi
  1.6871 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.6872 +fi
  1.6873 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
  1.6874 +$as_echo "$ac_cv_header_stdbool_h" >&6; }
  1.6875 +   ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
  1.6876 +if test "x$ac_cv_type__Bool" = xyes; then :
  1.6877 +
  1.6878 +cat >>confdefs.h <<_ACEOF
  1.6879 +#define HAVE__BOOL 1
  1.6880 +_ACEOF
  1.6881 +
  1.6882 +
  1.6883 +fi
  1.6884 +
  1.6885 +
  1.6886 +if test $ac_cv_header_stdbool_h = yes; then
  1.6887 +
  1.6888 +$as_echo "#define HAVE_STDBOOL_H 1" >>confdefs.h
  1.6889 +
  1.6890 +fi
  1.6891 +
  1.6892 +
  1.6893 +ac_config_commands="$ac_config_commands include/jemalloc/internal/size_classes.h"
  1.6894 +
  1.6895 +
  1.6896 +
  1.6897 +
  1.6898 +ac_config_headers="$ac_config_headers $cfghdrs_tup"
  1.6899 +
  1.6900 +
  1.6901 +ac_config_files="$ac_config_files $cfgoutputs_tup config.stamp bin/jemalloc.sh"
  1.6902 +
  1.6903 +
  1.6904 +
  1.6905 +cat >confcache <<\_ACEOF
  1.6906 +# This file is a shell script that caches the results of configure
  1.6907 +# tests run on this system so they can be shared between configure
  1.6908 +# scripts and configure runs, see configure's option --config-cache.
  1.6909 +# It is not useful on other systems.  If it contains results you don't
  1.6910 +# want to keep, you may remove or edit it.
  1.6911 +#
  1.6912 +# config.status only pays attention to the cache file if you give it
  1.6913 +# the --recheck option to rerun configure.
  1.6914 +#
  1.6915 +# `ac_cv_env_foo' variables (set or unset) will be overridden when
  1.6916 +# loading this file, other *unset* `ac_cv_foo' will be assigned the
  1.6917 +# following values.
  1.6918 +
  1.6919 +_ACEOF
  1.6920 +
  1.6921 +# The following way of writing the cache mishandles newlines in values,
  1.6922 +# but we know of no workaround that is simple, portable, and efficient.
  1.6923 +# So, we kill variables containing newlines.
  1.6924 +# Ultrix sh set writes to stderr and can't be redirected directly,
  1.6925 +# and sets the high bit in the cache file unless we assign to the vars.
  1.6926 +(
  1.6927 +  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
  1.6928 +    eval ac_val=\$$ac_var
  1.6929 +    case $ac_val in #(
  1.6930 +    *${as_nl}*)
  1.6931 +      case $ac_var in #(
  1.6932 +      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
  1.6933 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
  1.6934 +      esac
  1.6935 +      case $ac_var in #(
  1.6936 +      _ | IFS | as_nl) ;; #(
  1.6937 +      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
  1.6938 +      *) { eval $ac_var=; unset $ac_var;} ;;
  1.6939 +      esac ;;
  1.6940 +    esac
  1.6941 +  done
  1.6942 +
  1.6943 +  (set) 2>&1 |
  1.6944 +    case $as_nl`(ac_space=' '; set) 2>&1` in #(
  1.6945 +    *${as_nl}ac_space=\ *)
  1.6946 +      # `set' does not quote correctly, so add quotes: double-quote
  1.6947 +      # substitution turns \\\\ into \\, and sed turns \\ into \.
  1.6948 +      sed -n \
  1.6949 +	"s/'/'\\\\''/g;
  1.6950 +	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
  1.6951 +      ;; #(
  1.6952 +    *)
  1.6953 +      # `set' quotes correctly as required by POSIX, so do not add quotes.
  1.6954 +      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
  1.6955 +      ;;
  1.6956 +    esac |
  1.6957 +    sort
  1.6958 +) |
  1.6959 +  sed '
  1.6960 +     /^ac_cv_env_/b end
  1.6961 +     t clear
  1.6962 +     :clear
  1.6963 +     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
  1.6964 +     t end
  1.6965 +     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
  1.6966 +     :end' >>confcache
  1.6967 +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
  1.6968 +  if test -w "$cache_file"; then
  1.6969 +    if test "x$cache_file" != "x/dev/null"; then
  1.6970 +      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
  1.6971 +$as_echo "$as_me: updating cache $cache_file" >&6;}
  1.6972 +      if test ! -f "$cache_file" || test -h "$cache_file"; then
  1.6973 +	cat confcache >"$cache_file"
  1.6974 +      else
  1.6975 +        case $cache_file in #(
  1.6976 +        */* | ?:*)
  1.6977 +	  mv -f confcache "$cache_file"$$ &&
  1.6978 +	  mv -f "$cache_file"$$ "$cache_file" ;; #(
  1.6979 +        *)
  1.6980 +	  mv -f confcache "$cache_file" ;;
  1.6981 +	esac
  1.6982 +      fi
  1.6983 +    fi
  1.6984 +  else
  1.6985 +    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
  1.6986 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
  1.6987 +  fi
  1.6988 +fi
  1.6989 +rm -f confcache
  1.6990 +
  1.6991 +test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1.6992 +# Let make expand exec_prefix.
  1.6993 +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1.6994 +
  1.6995 +DEFS=-DHAVE_CONFIG_H
  1.6996 +
  1.6997 +ac_libobjs=
  1.6998 +ac_ltlibobjs=
  1.6999 +U=
  1.7000 +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  1.7001 +  # 1. Remove the extension, and $U if already installed.
  1.7002 +  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
  1.7003 +  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
  1.7004 +  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
  1.7005 +  #    will be set to the directory where LIBOBJS objects are built.
  1.7006 +  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
  1.7007 +  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
  1.7008 +done
  1.7009 +LIBOBJS=$ac_libobjs
  1.7010 +
  1.7011 +LTLIBOBJS=$ac_ltlibobjs
  1.7012 +
  1.7013 +
  1.7014 +
  1.7015 +: "${CONFIG_STATUS=./config.status}"
  1.7016 +ac_write_fail=0
  1.7017 +ac_clean_files_save=$ac_clean_files
  1.7018 +ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  1.7019 +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
  1.7020 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
  1.7021 +as_write_fail=0
  1.7022 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
  1.7023 +#! $SHELL
  1.7024 +# Generated by $as_me.
  1.7025 +# Run this file to recreate the current configuration.
  1.7026 +# Compiler output produced by configure, useful for debugging
  1.7027 +# configure, is in config.log if it exists.
  1.7028 +
  1.7029 +debug=false
  1.7030 +ac_cs_recheck=false
  1.7031 +ac_cs_silent=false
  1.7032 +
  1.7033 +SHELL=\${CONFIG_SHELL-$SHELL}
  1.7034 +export SHELL
  1.7035 +_ASEOF
  1.7036 +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
  1.7037 +## -------------------- ##
  1.7038 +## M4sh Initialization. ##
  1.7039 +## -------------------- ##
  1.7040 +
  1.7041 +# Be more Bourne compatible
  1.7042 +DUALCASE=1; export DUALCASE # for MKS sh
  1.7043 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  1.7044 +  emulate sh
  1.7045 +  NULLCMD=:
  1.7046 +  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  1.7047 +  # is contrary to our usage.  Disable this feature.
  1.7048 +  alias -g '${1+"$@"}'='"$@"'
  1.7049 +  setopt NO_GLOB_SUBST
  1.7050 +else
  1.7051 +  case `(set -o) 2>/dev/null` in #(
  1.7052 +  *posix*) :
  1.7053 +    set -o posix ;; #(
  1.7054 +  *) :
  1.7055 +     ;;
  1.7056 +esac
  1.7057 +fi
  1.7058 +
  1.7059 +
  1.7060 +as_nl='
  1.7061 +'
  1.7062 +export as_nl
  1.7063 +# Printing a long string crashes Solaris 7 /usr/bin/printf.
  1.7064 +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  1.7065 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
  1.7066 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
  1.7067 +# Prefer a ksh shell builtin over an external printf program on Solaris,
  1.7068 +# but without wasting forks for bash or zsh.
  1.7069 +if test -z "$BASH_VERSION$ZSH_VERSION" \
  1.7070 +    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
  1.7071 +  as_echo='print -r --'
  1.7072 +  as_echo_n='print -rn --'
  1.7073 +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
  1.7074 +  as_echo='printf %s\n'
  1.7075 +  as_echo_n='printf %s'
  1.7076 +else
  1.7077 +  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
  1.7078 +    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
  1.7079 +    as_echo_n='/usr/ucb/echo -n'
  1.7080 +  else
  1.7081 +    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
  1.7082 +    as_echo_n_body='eval
  1.7083 +      arg=$1;
  1.7084 +      case $arg in #(
  1.7085 +      *"$as_nl"*)
  1.7086 +	expr "X$arg" : "X\\(.*\\)$as_nl";
  1.7087 +	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
  1.7088 +      esac;
  1.7089 +      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
  1.7090 +    '
  1.7091 +    export as_echo_n_body
  1.7092 +    as_echo_n='sh -c $as_echo_n_body as_echo'
  1.7093 +  fi
  1.7094 +  export as_echo_body
  1.7095 +  as_echo='sh -c $as_echo_body as_echo'
  1.7096 +fi
  1.7097 +
  1.7098 +# The user is always right.
  1.7099 +if test "${PATH_SEPARATOR+set}" != set; then
  1.7100 +  PATH_SEPARATOR=:
  1.7101 +  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
  1.7102 +    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
  1.7103 +      PATH_SEPARATOR=';'
  1.7104 +  }
  1.7105 +fi
  1.7106 +
  1.7107 +
  1.7108 +# IFS
  1.7109 +# We need space, tab and new line, in precisely that order.  Quoting is
  1.7110 +# there to prevent editors from complaining about space-tab.
  1.7111 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
  1.7112 +# splitting by setting IFS to empty value.)
  1.7113 +IFS=" ""	$as_nl"
  1.7114 +
  1.7115 +# Find who we are.  Look in the path if we contain no directory separator.
  1.7116 +as_myself=
  1.7117 +case $0 in #((
  1.7118 +  *[\\/]* ) as_myself=$0 ;;
  1.7119 +  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.7120 +for as_dir in $PATH
  1.7121 +do
  1.7122 +  IFS=$as_save_IFS
  1.7123 +  test -z "$as_dir" && as_dir=.
  1.7124 +    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  1.7125 +  done
  1.7126 +IFS=$as_save_IFS
  1.7127 +
  1.7128 +     ;;
  1.7129 +esac
  1.7130 +# We did not find ourselves, most probably we were run as `sh COMMAND'
  1.7131 +# in which case we are not to be found in the path.
  1.7132 +if test "x$as_myself" = x; then
  1.7133 +  as_myself=$0
  1.7134 +fi
  1.7135 +if test ! -f "$as_myself"; then
  1.7136 +  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  1.7137 +  exit 1
  1.7138 +fi
  1.7139 +
  1.7140 +# Unset variables that we do not need and which cause bugs (e.g. in
  1.7141 +# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
  1.7142 +# suppresses any "Segmentation fault" message there.  '((' could
  1.7143 +# trigger a bug in pdksh 5.2.14.
  1.7144 +for as_var in BASH_ENV ENV MAIL MAILPATH
  1.7145 +do eval test x\${$as_var+set} = xset \
  1.7146 +  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
  1.7147 +done
  1.7148 +PS1='$ '
  1.7149 +PS2='> '
  1.7150 +PS4='+ '
  1.7151 +
  1.7152 +# NLS nuisances.
  1.7153 +LC_ALL=C
  1.7154 +export LC_ALL
  1.7155 +LANGUAGE=C
  1.7156 +export LANGUAGE
  1.7157 +
  1.7158 +# CDPATH.
  1.7159 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  1.7160 +
  1.7161 +
  1.7162 +# as_fn_error STATUS ERROR [LINENO LOG_FD]
  1.7163 +# ----------------------------------------
  1.7164 +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
  1.7165 +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
  1.7166 +# script with STATUS, using 1 if that was 0.
  1.7167 +as_fn_error ()
  1.7168 +{
  1.7169 +  as_status=$1; test $as_status -eq 0 && as_status=1
  1.7170 +  if test "$4"; then
  1.7171 +    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  1.7172 +    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
  1.7173 +  fi
  1.7174 +  $as_echo "$as_me: error: $2" >&2
  1.7175 +  as_fn_exit $as_status
  1.7176 +} # as_fn_error
  1.7177 +
  1.7178 +
  1.7179 +# as_fn_set_status STATUS
  1.7180 +# -----------------------
  1.7181 +# Set $? to STATUS, without forking.
  1.7182 +as_fn_set_status ()
  1.7183 +{
  1.7184 +  return $1
  1.7185 +} # as_fn_set_status
  1.7186 +
  1.7187 +# as_fn_exit STATUS
  1.7188 +# -----------------
  1.7189 +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
  1.7190 +as_fn_exit ()
  1.7191 +{
  1.7192 +  set +e
  1.7193 +  as_fn_set_status $1
  1.7194 +  exit $1
  1.7195 +} # as_fn_exit
  1.7196 +
  1.7197 +# as_fn_unset VAR
  1.7198 +# ---------------
  1.7199 +# Portably unset VAR.
  1.7200 +as_fn_unset ()
  1.7201 +{
  1.7202 +  { eval $1=; unset $1;}
  1.7203 +}
  1.7204 +as_unset=as_fn_unset
  1.7205 +# as_fn_append VAR VALUE
  1.7206 +# ----------------------
  1.7207 +# Append the text in VALUE to the end of the definition contained in VAR. Take
  1.7208 +# advantage of any shell optimizations that allow amortized linear growth over
  1.7209 +# repeated appends, instead of the typical quadratic growth present in naive
  1.7210 +# implementations.
  1.7211 +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
  1.7212 +  eval 'as_fn_append ()
  1.7213 +  {
  1.7214 +    eval $1+=\$2
  1.7215 +  }'
  1.7216 +else
  1.7217 +  as_fn_append ()
  1.7218 +  {
  1.7219 +    eval $1=\$$1\$2
  1.7220 +  }
  1.7221 +fi # as_fn_append
  1.7222 +
  1.7223 +# as_fn_arith ARG...
  1.7224 +# ------------------
  1.7225 +# Perform arithmetic evaluation on the ARGs, and store the result in the
  1.7226 +# global $as_val. Take advantage of shells that can avoid forks. The arguments
  1.7227 +# must be portable across $(()) and expr.
  1.7228 +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
  1.7229 +  eval 'as_fn_arith ()
  1.7230 +  {
  1.7231 +    as_val=$(( $* ))
  1.7232 +  }'
  1.7233 +else
  1.7234 +  as_fn_arith ()
  1.7235 +  {
  1.7236 +    as_val=`expr "$@" || test $? -eq 1`
  1.7237 +  }
  1.7238 +fi # as_fn_arith
  1.7239 +
  1.7240 +
  1.7241 +if expr a : '\(a\)' >/dev/null 2>&1 &&
  1.7242 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
  1.7243 +  as_expr=expr
  1.7244 +else
  1.7245 +  as_expr=false
  1.7246 +fi
  1.7247 +
  1.7248 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  1.7249 +  as_basename=basename
  1.7250 +else
  1.7251 +  as_basename=false
  1.7252 +fi
  1.7253 +
  1.7254 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  1.7255 +  as_dirname=dirname
  1.7256 +else
  1.7257 +  as_dirname=false
  1.7258 +fi
  1.7259 +
  1.7260 +as_me=`$as_basename -- "$0" ||
  1.7261 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  1.7262 +	 X"$0" : 'X\(//\)$' \| \
  1.7263 +	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  1.7264 +$as_echo X/"$0" |
  1.7265 +    sed '/^.*\/\([^/][^/]*\)\/*$/{
  1.7266 +	    s//\1/
  1.7267 +	    q
  1.7268 +	  }
  1.7269 +	  /^X\/\(\/\/\)$/{
  1.7270 +	    s//\1/
  1.7271 +	    q
  1.7272 +	  }
  1.7273 +	  /^X\/\(\/\).*/{
  1.7274 +	    s//\1/
  1.7275 +	    q
  1.7276 +	  }
  1.7277 +	  s/.*/./; q'`
  1.7278 +
  1.7279 +# Avoid depending upon Character Ranges.
  1.7280 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  1.7281 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  1.7282 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  1.7283 +as_cr_digits='0123456789'
  1.7284 +as_cr_alnum=$as_cr_Letters$as_cr_digits
  1.7285 +
  1.7286 +ECHO_C= ECHO_N= ECHO_T=
  1.7287 +case `echo -n x` in #(((((
  1.7288 +-n*)
  1.7289 +  case `echo 'xy\c'` in
  1.7290 +  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
  1.7291 +  xy)  ECHO_C='\c';;
  1.7292 +  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
  1.7293 +       ECHO_T='	';;
  1.7294 +  esac;;
  1.7295 +*)
  1.7296 +  ECHO_N='-n';;
  1.7297 +esac
  1.7298 +
  1.7299 +rm -f conf$$ conf$$.exe conf$$.file
  1.7300 +if test -d conf$$.dir; then
  1.7301 +  rm -f conf$$.dir/conf$$.file
  1.7302 +else
  1.7303 +  rm -f conf$$.dir
  1.7304 +  mkdir conf$$.dir 2>/dev/null
  1.7305 +fi
  1.7306 +if (echo >conf$$.file) 2>/dev/null; then
  1.7307 +  if ln -s conf$$.file conf$$ 2>/dev/null; then
  1.7308 +    as_ln_s='ln -s'
  1.7309 +    # ... but there are two gotchas:
  1.7310 +    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  1.7311 +    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  1.7312 +    # In both cases, we have to default to `cp -pR'.
  1.7313 +    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  1.7314 +      as_ln_s='cp -pR'
  1.7315 +  elif ln conf$$.file conf$$ 2>/dev/null; then
  1.7316 +    as_ln_s=ln
  1.7317 +  else
  1.7318 +    as_ln_s='cp -pR'
  1.7319 +  fi
  1.7320 +else
  1.7321 +  as_ln_s='cp -pR'
  1.7322 +fi
  1.7323 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  1.7324 +rmdir conf$$.dir 2>/dev/null
  1.7325 +
  1.7326 +
  1.7327 +# as_fn_mkdir_p
  1.7328 +# -------------
  1.7329 +# Create "$as_dir" as a directory, including parents if necessary.
  1.7330 +as_fn_mkdir_p ()
  1.7331 +{
  1.7332 +
  1.7333 +  case $as_dir in #(
  1.7334 +  -*) as_dir=./$as_dir;;
  1.7335 +  esac
  1.7336 +  test -d "$as_dir" || eval $as_mkdir_p || {
  1.7337 +    as_dirs=
  1.7338 +    while :; do
  1.7339 +      case $as_dir in #(
  1.7340 +      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
  1.7341 +      *) as_qdir=$as_dir;;
  1.7342 +      esac
  1.7343 +      as_dirs="'$as_qdir' $as_dirs"
  1.7344 +      as_dir=`$as_dirname -- "$as_dir" ||
  1.7345 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.7346 +	 X"$as_dir" : 'X\(//\)[^/]' \| \
  1.7347 +	 X"$as_dir" : 'X\(//\)$' \| \
  1.7348 +	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
  1.7349 +$as_echo X"$as_dir" |
  1.7350 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1.7351 +	    s//\1/
  1.7352 +	    q
  1.7353 +	  }
  1.7354 +	  /^X\(\/\/\)[^/].*/{
  1.7355 +	    s//\1/
  1.7356 +	    q
  1.7357 +	  }
  1.7358 +	  /^X\(\/\/\)$/{
  1.7359 +	    s//\1/
  1.7360 +	    q
  1.7361 +	  }
  1.7362 +	  /^X\(\/\).*/{
  1.7363 +	    s//\1/
  1.7364 +	    q
  1.7365 +	  }
  1.7366 +	  s/.*/./; q'`
  1.7367 +      test -d "$as_dir" && break
  1.7368 +    done
  1.7369 +    test -z "$as_dirs" || eval "mkdir $as_dirs"
  1.7370 +  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
  1.7371 +
  1.7372 +
  1.7373 +} # as_fn_mkdir_p
  1.7374 +if mkdir -p . 2>/dev/null; then
  1.7375 +  as_mkdir_p='mkdir -p "$as_dir"'
  1.7376 +else
  1.7377 +  test -d ./-p && rmdir ./-p
  1.7378 +  as_mkdir_p=false
  1.7379 +fi
  1.7380 +
  1.7381 +
  1.7382 +# as_fn_executable_p FILE
  1.7383 +# -----------------------
  1.7384 +# Test if FILE is an executable regular file.
  1.7385 +as_fn_executable_p ()
  1.7386 +{
  1.7387 +  test -f "$1" && test -x "$1"
  1.7388 +} # as_fn_executable_p
  1.7389 +as_test_x='test -x'
  1.7390 +as_executable_p=as_fn_executable_p
  1.7391 +
  1.7392 +# Sed expression to map a string onto a valid CPP name.
  1.7393 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  1.7394 +
  1.7395 +# Sed expression to map a string onto a valid variable name.
  1.7396 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  1.7397 +
  1.7398 +
  1.7399 +exec 6>&1
  1.7400 +## ----------------------------------- ##
  1.7401 +## Main body of $CONFIG_STATUS script. ##
  1.7402 +## ----------------------------------- ##
  1.7403 +_ASEOF
  1.7404 +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
  1.7405 +
  1.7406 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  1.7407 +# Save the log message, to keep $0 and so on meaningful, and to
  1.7408 +# report actual input values of CONFIG_FILES etc. instead of their
  1.7409 +# values after options handling.
  1.7410 +ac_log="
  1.7411 +This file was extended by $as_me, which was
  1.7412 +generated by GNU Autoconf 2.69.  Invocation command line was
  1.7413 +
  1.7414 +  CONFIG_FILES    = $CONFIG_FILES
  1.7415 +  CONFIG_HEADERS  = $CONFIG_HEADERS
  1.7416 +  CONFIG_LINKS    = $CONFIG_LINKS
  1.7417 +  CONFIG_COMMANDS = $CONFIG_COMMANDS
  1.7418 +  $ $0 $@
  1.7419 +
  1.7420 +on `(hostname || uname -n) 2>/dev/null | sed 1q`
  1.7421 +"
  1.7422 +
  1.7423 +_ACEOF
  1.7424 +
  1.7425 +case $ac_config_files in *"
  1.7426 +"*) set x $ac_config_files; shift; ac_config_files=$*;;
  1.7427 +esac
  1.7428 +
  1.7429 +case $ac_config_headers in *"
  1.7430 +"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
  1.7431 +esac
  1.7432 +
  1.7433 +
  1.7434 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1.7435 +# Files that config.status was made for.
  1.7436 +config_files="$ac_config_files"
  1.7437 +config_headers="$ac_config_headers"
  1.7438 +config_commands="$ac_config_commands"
  1.7439 +
  1.7440 +_ACEOF
  1.7441 +
  1.7442 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  1.7443 +ac_cs_usage="\
  1.7444 +\`$as_me' instantiates files and other configuration actions
  1.7445 +from templates according to the current configuration.  Unless the files
  1.7446 +and actions are specified as TAGs, all are instantiated by default.
  1.7447 +
  1.7448 +Usage: $0 [OPTION]... [TAG]...
  1.7449 +
  1.7450 +  -h, --help       print this help, then exit
  1.7451 +  -V, --version    print version number and configuration settings, then exit
  1.7452 +      --config     print configuration, then exit
  1.7453 +  -q, --quiet, --silent
  1.7454 +                   do not print progress messages
  1.7455 +  -d, --debug      don't remove temporary files
  1.7456 +      --recheck    update $as_me by reconfiguring in the same conditions
  1.7457 +      --file=FILE[:TEMPLATE]
  1.7458 +                   instantiate the configuration file FILE
  1.7459 +      --header=FILE[:TEMPLATE]
  1.7460 +                   instantiate the configuration header FILE
  1.7461 +
  1.7462 +Configuration files:
  1.7463 +$config_files
  1.7464 +
  1.7465 +Configuration headers:
  1.7466 +$config_headers
  1.7467 +
  1.7468 +Configuration commands:
  1.7469 +$config_commands
  1.7470 +
  1.7471 +Report bugs to the package provider."
  1.7472 +
  1.7473 +_ACEOF
  1.7474 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1.7475 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
  1.7476 +ac_cs_version="\\
  1.7477 +config.status
  1.7478 +configured by $0, generated by GNU Autoconf 2.69,
  1.7479 +  with options \\"\$ac_cs_config\\"
  1.7480 +
  1.7481 +Copyright (C) 2012 Free Software Foundation, Inc.
  1.7482 +This config.status script is free software; the Free Software Foundation
  1.7483 +gives unlimited permission to copy, distribute and modify it."
  1.7484 +
  1.7485 +ac_pwd='$ac_pwd'
  1.7486 +srcdir='$srcdir'
  1.7487 +INSTALL='$INSTALL'
  1.7488 +test -n "\$AWK" || AWK=awk
  1.7489 +_ACEOF
  1.7490 +
  1.7491 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  1.7492 +# The default lists apply if the user does not specify any file.
  1.7493 +ac_need_defaults=:
  1.7494 +while test $# != 0
  1.7495 +do
  1.7496 +  case $1 in
  1.7497 +  --*=?*)
  1.7498 +    ac_option=`expr "X$1" : 'X\([^=]*\)='`
  1.7499 +    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
  1.7500 +    ac_shift=:
  1.7501 +    ;;
  1.7502 +  --*=)
  1.7503 +    ac_option=`expr "X$1" : 'X\([^=]*\)='`
  1.7504 +    ac_optarg=
  1.7505 +    ac_shift=:
  1.7506 +    ;;
  1.7507 +  *)
  1.7508 +    ac_option=$1
  1.7509 +    ac_optarg=$2
  1.7510 +    ac_shift=shift
  1.7511 +    ;;
  1.7512 +  esac
  1.7513 +
  1.7514 +  case $ac_option in
  1.7515 +  # Handling of the options.
  1.7516 +  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1.7517 +    ac_cs_recheck=: ;;
  1.7518 +  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
  1.7519 +    $as_echo "$ac_cs_version"; exit ;;
  1.7520 +  --config | --confi | --conf | --con | --co | --c )
  1.7521 +    $as_echo "$ac_cs_config"; exit ;;
  1.7522 +  --debug | --debu | --deb | --de | --d | -d )
  1.7523 +    debug=: ;;
  1.7524 +  --file | --fil | --fi | --f )
  1.7525 +    $ac_shift
  1.7526 +    case $ac_optarg in
  1.7527 +    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  1.7528 +    '') as_fn_error $? "missing file argument" ;;
  1.7529 +    esac
  1.7530 +    as_fn_append CONFIG_FILES " '$ac_optarg'"
  1.7531 +    ac_need_defaults=false;;
  1.7532 +  --header | --heade | --head | --hea )
  1.7533 +    $ac_shift
  1.7534 +    case $ac_optarg in
  1.7535 +    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
  1.7536 +    esac
  1.7537 +    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
  1.7538 +    ac_need_defaults=false;;
  1.7539 +  --he | --h)
  1.7540 +    # Conflict between --help and --header
  1.7541 +    as_fn_error $? "ambiguous option: \`$1'
  1.7542 +Try \`$0 --help' for more information.";;
  1.7543 +  --help | --hel | -h )
  1.7544 +    $as_echo "$ac_cs_usage"; exit ;;
  1.7545 +  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  1.7546 +  | -silent | --silent | --silen | --sile | --sil | --si | --s)
  1.7547 +    ac_cs_silent=: ;;
  1.7548 +
  1.7549 +  # This is an error.
  1.7550 +  -*) as_fn_error $? "unrecognized option: \`$1'
  1.7551 +Try \`$0 --help' for more information." ;;
  1.7552 +
  1.7553 +  *) as_fn_append ac_config_targets " $1"
  1.7554 +     ac_need_defaults=false ;;
  1.7555 +
  1.7556 +  esac
  1.7557 +  shift
  1.7558 +done
  1.7559 +
  1.7560 +ac_configure_extra_args=
  1.7561 +
  1.7562 +if $ac_cs_silent; then
  1.7563 +  exec 6>/dev/null
  1.7564 +  ac_configure_extra_args="$ac_configure_extra_args --silent"
  1.7565 +fi
  1.7566 +
  1.7567 +_ACEOF
  1.7568 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1.7569 +if \$ac_cs_recheck; then
  1.7570 +  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
  1.7571 +  shift
  1.7572 +  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
  1.7573 +  CONFIG_SHELL='$SHELL'
  1.7574 +  export CONFIG_SHELL
  1.7575 +  exec "\$@"
  1.7576 +fi
  1.7577 +
  1.7578 +_ACEOF
  1.7579 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  1.7580 +exec 5>>config.log
  1.7581 +{
  1.7582 +  echo
  1.7583 +  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  1.7584 +## Running $as_me. ##
  1.7585 +_ASBOX
  1.7586 +  $as_echo "$ac_log"
  1.7587 +} >&5
  1.7588 +
  1.7589 +_ACEOF
  1.7590 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1.7591 +_ACEOF
  1.7592 +
  1.7593 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  1.7594 +
  1.7595 +# Handling of arguments.
  1.7596 +for ac_config_target in $ac_config_targets
  1.7597 +do
  1.7598 +  case $ac_config_target in
  1.7599 +    "include/jemalloc/internal/size_classes.h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/jemalloc/internal/size_classes.h" ;;
  1.7600 +    "$cfghdrs_tup") CONFIG_HEADERS="$CONFIG_HEADERS $cfghdrs_tup" ;;
  1.7601 +    "$cfgoutputs_tup") CONFIG_FILES="$CONFIG_FILES $cfgoutputs_tup" ;;
  1.7602 +    "config.stamp") CONFIG_FILES="$CONFIG_FILES config.stamp" ;;
  1.7603 +    "bin/jemalloc.sh") CONFIG_FILES="$CONFIG_FILES bin/jemalloc.sh" ;;
  1.7604 +
  1.7605 +  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  1.7606 +  esac
  1.7607 +done
  1.7608 +
  1.7609 +
  1.7610 +# If the user did not use the arguments to specify the items to instantiate,
  1.7611 +# then the envvar interface is used.  Set only those that are not.
  1.7612 +# We use the long form for the default assignment because of an extremely
  1.7613 +# bizarre bug on SunOS 4.1.3.
  1.7614 +if $ac_need_defaults; then
  1.7615 +  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  1.7616 +  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  1.7617 +  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
  1.7618 +fi
  1.7619 +
  1.7620 +# Have a temporary directory for convenience.  Make it in the build tree
  1.7621 +# simply because there is no reason against having it here, and in addition,
  1.7622 +# creating and moving files from /tmp can sometimes cause problems.
  1.7623 +# Hook for its removal unless debugging.
  1.7624 +# Note that there is a small window in which the directory will not be cleaned:
  1.7625 +# after its creation but before its name has been assigned to `$tmp'.
  1.7626 +$debug ||
  1.7627 +{
  1.7628 +  tmp= ac_tmp=
  1.7629 +  trap 'exit_status=$?
  1.7630 +  : "${ac_tmp:=$tmp}"
  1.7631 +  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
  1.7632 +' 0
  1.7633 +  trap 'as_fn_exit 1' 1 2 13 15
  1.7634 +}
  1.7635 +# Create a (secure) tmp directory for tmp files.
  1.7636 +
  1.7637 +{
  1.7638 +  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  1.7639 +  test -d "$tmp"
  1.7640 +}  ||
  1.7641 +{
  1.7642 +  tmp=./conf$$-$RANDOM
  1.7643 +  (umask 077 && mkdir "$tmp")
  1.7644 +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
  1.7645 +ac_tmp=$tmp
  1.7646 +
  1.7647 +# Set up the scripts for CONFIG_FILES section.
  1.7648 +# No need to generate them if there are no CONFIG_FILES.
  1.7649 +# This happens for instance with `./config.status config.h'.
  1.7650 +if test -n "$CONFIG_FILES"; then
  1.7651 +
  1.7652 +
  1.7653 +ac_cr=`echo X | tr X '\015'`
  1.7654 +# On cygwin, bash can eat \r inside `` if the user requested igncr.
  1.7655 +# But we know of no other shell where ac_cr would be empty at this
  1.7656 +# point, so we can use a bashism as a fallback.
  1.7657 +if test "x$ac_cr" = x; then
  1.7658 +  eval ac_cr=\$\'\\r\'
  1.7659 +fi
  1.7660 +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
  1.7661 +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  1.7662 +  ac_cs_awk_cr='\\r'
  1.7663 +else
  1.7664 +  ac_cs_awk_cr=$ac_cr
  1.7665 +fi
  1.7666 +
  1.7667 +echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
  1.7668 +_ACEOF
  1.7669 +
  1.7670 +
  1.7671 +{
  1.7672 +  echo "cat >conf$$subs.awk <<_ACEOF" &&
  1.7673 +  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
  1.7674 +  echo "_ACEOF"
  1.7675 +} >conf$$subs.sh ||
  1.7676 +  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
  1.7677 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
  1.7678 +ac_delim='%!_!# '
  1.7679 +for ac_last_try in false false false false false :; do
  1.7680 +  . ./conf$$subs.sh ||
  1.7681 +    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
  1.7682 +
  1.7683 +  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
  1.7684 +  if test $ac_delim_n = $ac_delim_num; then
  1.7685 +    break
  1.7686 +  elif $ac_last_try; then
  1.7687 +    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
  1.7688 +  else
  1.7689 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  1.7690 +  fi
  1.7691 +done
  1.7692 +rm -f conf$$subs.sh
  1.7693 +
  1.7694 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1.7695 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
  1.7696 +_ACEOF
  1.7697 +sed -n '
  1.7698 +h
  1.7699 +s/^/S["/; s/!.*/"]=/
  1.7700 +p
  1.7701 +g
  1.7702 +s/^[^!]*!//
  1.7703 +:repl
  1.7704 +t repl
  1.7705 +s/'"$ac_delim"'$//
  1.7706 +t delim
  1.7707 +:nl
  1.7708 +h
  1.7709 +s/\(.\{148\}\)..*/\1/
  1.7710 +t more1
  1.7711 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
  1.7712 +p
  1.7713 +n
  1.7714 +b repl
  1.7715 +:more1
  1.7716 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/
  1.7717 +p
  1.7718 +g
  1.7719 +s/.\{148\}//
  1.7720 +t nl
  1.7721 +:delim
  1.7722 +h
  1.7723 +s/\(.\{148\}\)..*/\1/
  1.7724 +t more2
  1.7725 +s/["\\]/\\&/g; s/^/"/; s/$/"/
  1.7726 +p
  1.7727 +b
  1.7728 +:more2
  1.7729 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/
  1.7730 +p
  1.7731 +g
  1.7732 +s/.\{148\}//
  1.7733 +t delim
  1.7734 +' <conf$$subs.awk | sed '
  1.7735 +/^[^""]/{
  1.7736 +  N
  1.7737 +  s/\n//
  1.7738 +}
  1.7739 +' >>$CONFIG_STATUS || ac_write_fail=1
  1.7740 +rm -f conf$$subs.awk
  1.7741 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1.7742 +_ACAWK
  1.7743 +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
  1.7744 +  for (key in S) S_is_set[key] = 1
  1.7745 +  FS = ""
  1.7746 +
  1.7747 +}
  1.7748 +{
  1.7749 +  line = $ 0
  1.7750 +  nfields = split(line, field, "@")
  1.7751 +  substed = 0
  1.7752 +  len = length(field[1])
  1.7753 +  for (i = 2; i < nfields; i++) {
  1.7754 +    key = field[i]
  1.7755 +    keylen = length(key)
  1.7756 +    if (S_is_set[key]) {
  1.7757 +      value = S[key]
  1.7758 +      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
  1.7759 +      len += length(value) + length(field[++i])
  1.7760 +      substed = 1
  1.7761 +    } else
  1.7762 +      len += 1 + keylen
  1.7763 +  }
  1.7764 +
  1.7765 +  print line
  1.7766 +}
  1.7767 +
  1.7768 +_ACAWK
  1.7769 +_ACEOF
  1.7770 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  1.7771 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
  1.7772 +  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
  1.7773 +else
  1.7774 +  cat
  1.7775 +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
  1.7776 +  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
  1.7777 +_ACEOF
  1.7778 +
  1.7779 +# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
  1.7780 +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
  1.7781 +# trailing colons and then remove the whole line if VPATH becomes empty
  1.7782 +# (actually we leave an empty line to preserve line numbers).
  1.7783 +if test "x$srcdir" = x.; then
  1.7784 +  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
  1.7785 +h
  1.7786 +s///
  1.7787 +s/^/:/
  1.7788 +s/[	 ]*$/:/
  1.7789 +s/:\$(srcdir):/:/g
  1.7790 +s/:\${srcdir}:/:/g
  1.7791 +s/:@srcdir@:/:/g
  1.7792 +s/^:*//
  1.7793 +s/:*$//
  1.7794 +x
  1.7795 +s/\(=[	 ]*\).*/\1/
  1.7796 +G
  1.7797 +s/\n//
  1.7798 +s/^[^=]*=[	 ]*$//
  1.7799 +}'
  1.7800 +fi
  1.7801 +
  1.7802 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  1.7803 +fi # test -n "$CONFIG_FILES"
  1.7804 +
  1.7805 +# Set up the scripts for CONFIG_HEADERS section.
  1.7806 +# No need to generate them if there are no CONFIG_HEADERS.
  1.7807 +# This happens for instance with `./config.status Makefile'.
  1.7808 +if test -n "$CONFIG_HEADERS"; then
  1.7809 +cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
  1.7810 +BEGIN {
  1.7811 +_ACEOF
  1.7812 +
  1.7813 +# Transform confdefs.h into an awk script `defines.awk', embedded as
  1.7814 +# here-document in config.status, that substitutes the proper values into
  1.7815 +# config.h.in to produce config.h.
  1.7816 +
  1.7817 +# Create a delimiter string that does not exist in confdefs.h, to ease
  1.7818 +# handling of long lines.
  1.7819 +ac_delim='%!_!# '
  1.7820 +for ac_last_try in false false :; do
  1.7821 +  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
  1.7822 +  if test -z "$ac_tt"; then
  1.7823 +    break
  1.7824 +  elif $ac_last_try; then
  1.7825 +    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
  1.7826 +  else
  1.7827 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  1.7828 +  fi
  1.7829 +done
  1.7830 +
  1.7831 +# For the awk script, D is an array of macro values keyed by name,
  1.7832 +# likewise P contains macro parameters if any.  Preserve backslash
  1.7833 +# newline sequences.
  1.7834 +
  1.7835 +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
  1.7836 +sed -n '
  1.7837 +s/.\{148\}/&'"$ac_delim"'/g
  1.7838 +t rset
  1.7839 +:rset
  1.7840 +s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
  1.7841 +t def
  1.7842 +d
  1.7843 +:def
  1.7844 +s/\\$//
  1.7845 +t bsnl
  1.7846 +s/["\\]/\\&/g
  1.7847 +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
  1.7848 +D["\1"]=" \3"/p
  1.7849 +s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
  1.7850 +d
  1.7851 +:bsnl
  1.7852 +s/["\\]/\\&/g
  1.7853 +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
  1.7854 +D["\1"]=" \3\\\\\\n"\\/p
  1.7855 +t cont
  1.7856 +s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
  1.7857 +t cont
  1.7858 +d
  1.7859 +:cont
  1.7860 +n
  1.7861 +s/.\{148\}/&'"$ac_delim"'/g
  1.7862 +t clear
  1.7863 +:clear
  1.7864 +s/\\$//
  1.7865 +t bsnlc
  1.7866 +s/["\\]/\\&/g; s/^/"/; s/$/"/p
  1.7867 +d
  1.7868 +:bsnlc
  1.7869 +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
  1.7870 +b cont
  1.7871 +' <confdefs.h | sed '
  1.7872 +s/'"$ac_delim"'/"\\\
  1.7873 +"/g' >>$CONFIG_STATUS || ac_write_fail=1
  1.7874 +
  1.7875 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1.7876 +  for (key in D) D_is_set[key] = 1
  1.7877 +  FS = ""
  1.7878 +}
  1.7879 +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
  1.7880 +  line = \$ 0
  1.7881 +  split(line, arg, " ")
  1.7882 +  if (arg[1] == "#") {
  1.7883 +    defundef = arg[2]
  1.7884 +    mac1 = arg[3]
  1.7885 +  } else {
  1.7886 +    defundef = substr(arg[1], 2)
  1.7887 +    mac1 = arg[2]
  1.7888 +  }
  1.7889 +  split(mac1, mac2, "(") #)
  1.7890 +  macro = mac2[1]
  1.7891 +  prefix = substr(line, 1, index(line, defundef) - 1)
  1.7892 +  if (D_is_set[macro]) {
  1.7893 +    # Preserve the white space surrounding the "#".
  1.7894 +    print prefix "define", macro P[macro] D[macro]
  1.7895 +    next
  1.7896 +  } else {
  1.7897 +    # Replace #undef with comments.  This is necessary, for example,
  1.7898 +    # in the case of _POSIX_SOURCE, which is predefined and required
  1.7899 +    # on some systems where configure will not decide to define it.
  1.7900 +    if (defundef == "undef") {
  1.7901 +      print "/*", prefix defundef, macro, "*/"
  1.7902 +      next
  1.7903 +    }
  1.7904 +  }
  1.7905 +}
  1.7906 +{ print }
  1.7907 +_ACAWK
  1.7908 +_ACEOF
  1.7909 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  1.7910 +  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
  1.7911 +fi # test -n "$CONFIG_HEADERS"
  1.7912 +
  1.7913 +
  1.7914 +eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
  1.7915 +shift
  1.7916 +for ac_tag
  1.7917 +do
  1.7918 +  case $ac_tag in
  1.7919 +  :[FHLC]) ac_mode=$ac_tag; continue;;
  1.7920 +  esac
  1.7921 +  case $ac_mode$ac_tag in
  1.7922 +  :[FHL]*:*);;
  1.7923 +  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
  1.7924 +  :[FH]-) ac_tag=-:-;;
  1.7925 +  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  1.7926 +  esac
  1.7927 +  ac_save_IFS=$IFS
  1.7928 +  IFS=:
  1.7929 +  set x $ac_tag
  1.7930 +  IFS=$ac_save_IFS
  1.7931 +  shift
  1.7932 +  ac_file=$1
  1.7933 +  shift
  1.7934 +
  1.7935 +  case $ac_mode in
  1.7936 +  :L) ac_source=$1;;
  1.7937 +  :[FH])
  1.7938 +    ac_file_inputs=
  1.7939 +    for ac_f
  1.7940 +    do
  1.7941 +      case $ac_f in
  1.7942 +      -) ac_f="$ac_tmp/stdin";;
  1.7943 +      *) # Look for the file first in the build tree, then in the source tree
  1.7944 +	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
  1.7945 +	 # because $ac_f cannot contain `:'.
  1.7946 +	 test -f "$ac_f" ||
  1.7947 +	   case $ac_f in
  1.7948 +	   [\\/$]*) false;;
  1.7949 +	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
  1.7950 +	   esac ||
  1.7951 +	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
  1.7952 +      esac
  1.7953 +      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
  1.7954 +      as_fn_append ac_file_inputs " '$ac_f'"
  1.7955 +    done
  1.7956 +
  1.7957 +    # Let's still pretend it is `configure' which instantiates (i.e., don't
  1.7958 +    # use $as_me), people would be surprised to read:
  1.7959 +    #    /* config.h.  Generated by config.status.  */
  1.7960 +    configure_input='Generated from '`
  1.7961 +	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
  1.7962 +	`' by configure.'
  1.7963 +    if test x"$ac_file" != x-; then
  1.7964 +      configure_input="$ac_file.  $configure_input"
  1.7965 +      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
  1.7966 +$as_echo "$as_me: creating $ac_file" >&6;}
  1.7967 +    fi
  1.7968 +    # Neutralize special characters interpreted by sed in replacement strings.
  1.7969 +    case $configure_input in #(
  1.7970 +    *\&* | *\|* | *\\* )
  1.7971 +       ac_sed_conf_input=`$as_echo "$configure_input" |
  1.7972 +       sed 's/[\\\\&|]/\\\\&/g'`;; #(
  1.7973 +    *) ac_sed_conf_input=$configure_input;;
  1.7974 +    esac
  1.7975 +
  1.7976 +    case $ac_tag in
  1.7977 +    *:-:* | *:-) cat >"$ac_tmp/stdin" \
  1.7978 +      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
  1.7979 +    esac
  1.7980 +    ;;
  1.7981 +  esac
  1.7982 +
  1.7983 +  ac_dir=`$as_dirname -- "$ac_file" ||
  1.7984 +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
  1.7985 +	 X"$ac_file" : 'X\(//\)[^/]' \| \
  1.7986 +	 X"$ac_file" : 'X\(//\)$' \| \
  1.7987 +	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
  1.7988 +$as_echo X"$ac_file" |
  1.7989 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
  1.7990 +	    s//\1/
  1.7991 +	    q
  1.7992 +	  }
  1.7993 +	  /^X\(\/\/\)[^/].*/{
  1.7994 +	    s//\1/
  1.7995 +	    q
  1.7996 +	  }
  1.7997 +	  /^X\(\/\/\)$/{
  1.7998 +	    s//\1/
  1.7999 +	    q
  1.8000 +	  }
  1.8001 +	  /^X\(\/\).*/{
  1.8002 +	    s//\1/
  1.8003 +	    q
  1.8004 +	  }
  1.8005 +	  s/.*/./; q'`
  1.8006 +  as_dir="$ac_dir"; as_fn_mkdir_p
  1.8007 +  ac_builddir=.
  1.8008 +
  1.8009 +case "$ac_dir" in
  1.8010 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1.8011 +*)
  1.8012 +  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  1.8013 +  # A ".." for each directory in $ac_dir_suffix.
  1.8014 +  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  1.8015 +  case $ac_top_builddir_sub in
  1.8016 +  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  1.8017 +  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  1.8018 +  esac ;;
  1.8019 +esac
  1.8020 +ac_abs_top_builddir=$ac_pwd
  1.8021 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
  1.8022 +# for backward compatibility:
  1.8023 +ac_top_builddir=$ac_top_build_prefix
  1.8024 +
  1.8025 +case $srcdir in
  1.8026 +  .)  # We are building in place.
  1.8027 +    ac_srcdir=.
  1.8028 +    ac_top_srcdir=$ac_top_builddir_sub
  1.8029 +    ac_abs_top_srcdir=$ac_pwd ;;
  1.8030 +  [\\/]* | ?:[\\/]* )  # Absolute name.
  1.8031 +    ac_srcdir=$srcdir$ac_dir_suffix;
  1.8032 +    ac_top_srcdir=$srcdir
  1.8033 +    ac_abs_top_srcdir=$srcdir ;;
  1.8034 +  *) # Relative name.
  1.8035 +    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
  1.8036 +    ac_top_srcdir=$ac_top_build_prefix$srcdir
  1.8037 +    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
  1.8038 +esac
  1.8039 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
  1.8040 +
  1.8041 +
  1.8042 +  case $ac_mode in
  1.8043 +  :F)
  1.8044 +  #
  1.8045 +  # CONFIG_FILE
  1.8046 +  #
  1.8047 +
  1.8048 +  case $INSTALL in
  1.8049 +  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  1.8050 +  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  1.8051 +  esac
  1.8052 +_ACEOF
  1.8053 +
  1.8054 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  1.8055 +# If the template does not know about datarootdir, expand it.
  1.8056 +# FIXME: This hack should be removed a few years after 2.60.
  1.8057 +ac_datarootdir_hack=; ac_datarootdir_seen=
  1.8058 +ac_sed_dataroot='
  1.8059 +/datarootdir/ {
  1.8060 +  p
  1.8061 +  q
  1.8062 +}
  1.8063 +/@datadir@/p
  1.8064 +/@docdir@/p
  1.8065 +/@infodir@/p
  1.8066 +/@localedir@/p
  1.8067 +/@mandir@/p'
  1.8068 +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
  1.8069 +*datarootdir*) ac_datarootdir_seen=yes;;
  1.8070 +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
  1.8071 +  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
  1.8072 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
  1.8073 +_ACEOF
  1.8074 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1.8075 +  ac_datarootdir_hack='
  1.8076 +  s&@datadir@&$datadir&g
  1.8077 +  s&@docdir@&$docdir&g
  1.8078 +  s&@infodir@&$infodir&g
  1.8079 +  s&@localedir@&$localedir&g
  1.8080 +  s&@mandir@&$mandir&g
  1.8081 +  s&\\\${datarootdir}&$datarootdir&g' ;;
  1.8082 +esac
  1.8083 +_ACEOF
  1.8084 +
  1.8085 +# Neutralize VPATH when `$srcdir' = `.'.
  1.8086 +# Shell code in configure.ac might set extrasub.
  1.8087 +# FIXME: do we really want to maintain this feature?
  1.8088 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1.8089 +ac_sed_extra="$ac_vpsub
  1.8090 +$extrasub
  1.8091 +_ACEOF
  1.8092 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  1.8093 +:t
  1.8094 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  1.8095 +s|@configure_input@|$ac_sed_conf_input|;t t
  1.8096 +s&@top_builddir@&$ac_top_builddir_sub&;t t
  1.8097 +s&@top_build_prefix@&$ac_top_build_prefix&;t t
  1.8098 +s&@srcdir@&$ac_srcdir&;t t
  1.8099 +s&@abs_srcdir@&$ac_abs_srcdir&;t t
  1.8100 +s&@top_srcdir@&$ac_top_srcdir&;t t
  1.8101 +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
  1.8102 +s&@builddir@&$ac_builddir&;t t
  1.8103 +s&@abs_builddir@&$ac_abs_builddir&;t t
  1.8104 +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
  1.8105 +s&@INSTALL@&$ac_INSTALL&;t t
  1.8106 +$ac_datarootdir_hack
  1.8107 +"
  1.8108 +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
  1.8109 +  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1.8110 +
  1.8111 +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  1.8112 +  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
  1.8113 +  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
  1.8114 +      "$ac_tmp/out"`; test -z "$ac_out"; } &&
  1.8115 +  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  1.8116 +which seems to be undefined.  Please make sure it is defined" >&5
  1.8117 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  1.8118 +which seems to be undefined.  Please make sure it is defined" >&2;}
  1.8119 +
  1.8120 +  rm -f "$ac_tmp/stdin"
  1.8121 +  case $ac_file in
  1.8122 +  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
  1.8123 +  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
  1.8124 +  esac \
  1.8125 +  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1.8126 + ;;
  1.8127 +  :H)
  1.8128 +  #
  1.8129 +  # CONFIG_HEADER
  1.8130 +  #
  1.8131 +  if test x"$ac_file" != x-; then
  1.8132 +    {
  1.8133 +      $as_echo "/* $configure_input  */" \
  1.8134 +      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
  1.8135 +    } >"$ac_tmp/config.h" \
  1.8136 +      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1.8137 +    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
  1.8138 +      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
  1.8139 +$as_echo "$as_me: $ac_file is unchanged" >&6;}
  1.8140 +    else
  1.8141 +      rm -f "$ac_file"
  1.8142 +      mv "$ac_tmp/config.h" "$ac_file" \
  1.8143 +	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1.8144 +    fi
  1.8145 +  else
  1.8146 +    $as_echo "/* $configure_input  */" \
  1.8147 +      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
  1.8148 +      || as_fn_error $? "could not create -" "$LINENO" 5
  1.8149 +  fi
  1.8150 + ;;
  1.8151 +
  1.8152 +  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
  1.8153 +$as_echo "$as_me: executing $ac_file commands" >&6;}
  1.8154 + ;;
  1.8155 +  esac
  1.8156 +
  1.8157 +
  1.8158 +  case $ac_file$ac_mode in
  1.8159 +    "include/jemalloc/internal/size_classes.h":C)
  1.8160 +  mkdir -p "include/jemalloc/internal"
  1.8161 +  "${srcdir}/include/jemalloc/internal/size_classes.sh" > "${objroot}include/jemalloc/internal/size_classes.h"
  1.8162 + ;;
  1.8163 +
  1.8164 +  esac
  1.8165 +done # for ac_tag
  1.8166 +
  1.8167 +
  1.8168 +as_fn_exit 0
  1.8169 +_ACEOF
  1.8170 +ac_clean_files=$ac_clean_files_save
  1.8171 +
  1.8172 +test $ac_write_fail = 0 ||
  1.8173 +  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
  1.8174 +
  1.8175 +
  1.8176 +# configure is writing to config.log, and then calls config.status.
  1.8177 +# config.status does its own redirection, appending to config.log.
  1.8178 +# Unfortunately, on DOS this fails, as config.log is still kept open
  1.8179 +# by configure, so config.status won't be able to write to it; its
  1.8180 +# output is simply discarded.  So we exec the FD to /dev/null,
  1.8181 +# effectively closing config.log, so it can be properly (re)opened and
  1.8182 +# appended to by config.status.  When coming back to configure, we
  1.8183 +# need to make the FD available again.
  1.8184 +if test "$no_create" != yes; then
  1.8185 +  ac_cs_success=:
  1.8186 +  ac_config_status_args=
  1.8187 +  test "$silent" = yes &&
  1.8188 +    ac_config_status_args="$ac_config_status_args --quiet"
  1.8189 +  exec 5>/dev/null
  1.8190 +  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  1.8191 +  exec 5>>config.log
  1.8192 +  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  1.8193 +  # would make configure fail if this is the last instruction.
  1.8194 +  $ac_cs_success || as_fn_exit 1
  1.8195 +fi
  1.8196 +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
  1.8197 +  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
  1.8198 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
  1.8199 +fi
  1.8200 +
  1.8201 +
  1.8202 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ===============================================================================" >&5
  1.8203 +$as_echo "===============================================================================" >&6; }
  1.8204 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: jemalloc version   : ${jemalloc_version}" >&5
  1.8205 +$as_echo "jemalloc version   : ${jemalloc_version}" >&6; }
  1.8206 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: library revision   : ${rev}" >&5
  1.8207 +$as_echo "library revision   : ${rev}" >&6; }
  1.8208 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
  1.8209 +$as_echo "" >&6; }
  1.8210 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: CC                 : ${CC}" >&5
  1.8211 +$as_echo "CC                 : ${CC}" >&6; }
  1.8212 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: CPPFLAGS           : ${CPPFLAGS}" >&5
  1.8213 +$as_echo "CPPFLAGS           : ${CPPFLAGS}" >&6; }
  1.8214 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: CFLAGS             : ${CFLAGS}" >&5
  1.8215 +$as_echo "CFLAGS             : ${CFLAGS}" >&6; }
  1.8216 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: LDFLAGS            : ${LDFLAGS}" >&5
  1.8217 +$as_echo "LDFLAGS            : ${LDFLAGS}" >&6; }
  1.8218 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: LIBS               : ${LIBS}" >&5
  1.8219 +$as_echo "LIBS               : ${LIBS}" >&6; }
  1.8220 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: RPATH_EXTRA        : ${RPATH_EXTRA}" >&5
  1.8221 +$as_echo "RPATH_EXTRA        : ${RPATH_EXTRA}" >&6; }
  1.8222 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
  1.8223 +$as_echo "" >&6; }
  1.8224 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: XSLTPROC           : ${XSLTPROC}" >&5
  1.8225 +$as_echo "XSLTPROC           : ${XSLTPROC}" >&6; }
  1.8226 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: XSLROOT            : ${XSLROOT}" >&5
  1.8227 +$as_echo "XSLROOT            : ${XSLROOT}" >&6; }
  1.8228 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
  1.8229 +$as_echo "" >&6; }
  1.8230 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: PREFIX             : ${PREFIX}" >&5
  1.8231 +$as_echo "PREFIX             : ${PREFIX}" >&6; }
  1.8232 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: BINDIR             : ${BINDIR}" >&5
  1.8233 +$as_echo "BINDIR             : ${BINDIR}" >&6; }
  1.8234 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: INCLUDEDIR         : ${INCLUDEDIR}" >&5
  1.8235 +$as_echo "INCLUDEDIR         : ${INCLUDEDIR}" >&6; }
  1.8236 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: LIBDIR             : ${LIBDIR}" >&5
  1.8237 +$as_echo "LIBDIR             : ${LIBDIR}" >&6; }
  1.8238 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: DATADIR            : ${DATADIR}" >&5
  1.8239 +$as_echo "DATADIR            : ${DATADIR}" >&6; }
  1.8240 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: MANDIR             : ${MANDIR}" >&5
  1.8241 +$as_echo "MANDIR             : ${MANDIR}" >&6; }
  1.8242 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
  1.8243 +$as_echo "" >&6; }
  1.8244 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: srcroot            : ${srcroot}" >&5
  1.8245 +$as_echo "srcroot            : ${srcroot}" >&6; }
  1.8246 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: abs_srcroot        : ${abs_srcroot}" >&5
  1.8247 +$as_echo "abs_srcroot        : ${abs_srcroot}" >&6; }
  1.8248 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: objroot            : ${objroot}" >&5
  1.8249 +$as_echo "objroot            : ${objroot}" >&6; }
  1.8250 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: abs_objroot        : ${abs_objroot}" >&5
  1.8251 +$as_echo "abs_objroot        : ${abs_objroot}" >&6; }
  1.8252 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
  1.8253 +$as_echo "" >&6; }
  1.8254 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: JEMALLOC_PREFIX    : ${JEMALLOC_PREFIX}" >&5
  1.8255 +$as_echo "JEMALLOC_PREFIX    : ${JEMALLOC_PREFIX}" >&6; }
  1.8256 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: JEMALLOC_PRIVATE_NAMESPACE" >&5
  1.8257 +$as_echo "JEMALLOC_PRIVATE_NAMESPACE" >&6; }
  1.8258 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result:                    : ${JEMALLOC_PRIVATE_NAMESPACE}" >&5
  1.8259 +$as_echo "                   : ${JEMALLOC_PRIVATE_NAMESPACE}" >&6; }
  1.8260 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: install_suffix     : ${install_suffix}" >&5
  1.8261 +$as_echo "install_suffix     : ${install_suffix}" >&6; }
  1.8262 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: autogen            : ${enable_autogen}" >&5
  1.8263 +$as_echo "autogen            : ${enable_autogen}" >&6; }
  1.8264 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: experimental       : ${enable_experimental}" >&5
  1.8265 +$as_echo "experimental       : ${enable_experimental}" >&6; }
  1.8266 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: cc-silence         : ${enable_cc_silence}" >&5
  1.8267 +$as_echo "cc-silence         : ${enable_cc_silence}" >&6; }
  1.8268 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: debug              : ${enable_debug}" >&5
  1.8269 +$as_echo "debug              : ${enable_debug}" >&6; }
  1.8270 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: stats              : ${enable_stats}" >&5
  1.8271 +$as_echo "stats              : ${enable_stats}" >&6; }
  1.8272 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: prof               : ${enable_prof}" >&5
  1.8273 +$as_echo "prof               : ${enable_prof}" >&6; }
  1.8274 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: prof-libunwind     : ${enable_prof_libunwind}" >&5
  1.8275 +$as_echo "prof-libunwind     : ${enable_prof_libunwind}" >&6; }
  1.8276 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: prof-libgcc        : ${enable_prof_libgcc}" >&5
  1.8277 +$as_echo "prof-libgcc        : ${enable_prof_libgcc}" >&6; }
  1.8278 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: prof-gcc           : ${enable_prof_gcc}" >&5
  1.8279 +$as_echo "prof-gcc           : ${enable_prof_gcc}" >&6; }
  1.8280 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: tcache             : ${enable_tcache}" >&5
  1.8281 +$as_echo "tcache             : ${enable_tcache}" >&6; }
  1.8282 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: fill               : ${enable_fill}" >&5
  1.8283 +$as_echo "fill               : ${enable_fill}" >&6; }
  1.8284 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: utrace             : ${enable_utrace}" >&5
  1.8285 +$as_echo "utrace             : ${enable_utrace}" >&6; }
  1.8286 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: valgrind           : ${enable_valgrind}" >&5
  1.8287 +$as_echo "valgrind           : ${enable_valgrind}" >&6; }
  1.8288 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: xmalloc            : ${enable_xmalloc}" >&5
  1.8289 +$as_echo "xmalloc            : ${enable_xmalloc}" >&6; }
  1.8290 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: mremap             : ${enable_mremap}" >&5
  1.8291 +$as_echo "mremap             : ${enable_mremap}" >&6; }
  1.8292 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: munmap             : ${enable_munmap}" >&5
  1.8293 +$as_echo "munmap             : ${enable_munmap}" >&6; }
  1.8294 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: dss                : ${enable_dss}" >&5
  1.8295 +$as_echo "dss                : ${enable_dss}" >&6; }
  1.8296 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: lazy_lock          : ${enable_lazy_lock}" >&5
  1.8297 +$as_echo "lazy_lock          : ${enable_lazy_lock}" >&6; }
  1.8298 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: tls                : ${enable_tls}" >&5
  1.8299 +$as_echo "tls                : ${enable_tls}" >&6; }
  1.8300 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ===============================================================================" >&5
  1.8301 +$as_echo "===============================================================================" >&6; }

mercurial