Blame configure

Packit 56e0ee
#! /bin/sh
Packit 56e0ee
# Guess values for system-dependent variables and create Makefiles.
Packit 56e0ee
# Generated by GNU Autoconf 2.69 for libXau 1.0.9.
Packit 56e0ee
#
Packit 56e0ee
# Report bugs to <https://gitlab.freedesktop.org/xorg/lib/libXau/issues>.
Packit 56e0ee
#
Packit 56e0ee
#
Packit 56e0ee
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Packit 56e0ee
#
Packit 56e0ee
#
Packit 56e0ee
# This configure script is free software; the Free Software Foundation
Packit 56e0ee
# gives unlimited permission to copy, distribute and modify it.
Packit 56e0ee
## -------------------- ##
Packit 56e0ee
## M4sh Initialization. ##
Packit 56e0ee
## -------------------- ##
Packit 56e0ee
Packit 56e0ee
# Be more Bourne compatible
Packit 56e0ee
DUALCASE=1; export DUALCASE # for MKS sh
Packit 56e0ee
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
Packit 56e0ee
  emulate sh
Packit 56e0ee
  NULLCMD=:
Packit 56e0ee
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
Packit 56e0ee
  # is contrary to our usage.  Disable this feature.
Packit 56e0ee
  alias -g '${1+"$@"}'='"$@"'
Packit 56e0ee
  setopt NO_GLOB_SUBST
Packit 56e0ee
else
Packit 56e0ee
  case `(set -o) 2>/dev/null` in #(
Packit 56e0ee
  *posix*) :
Packit 56e0ee
    set -o posix ;; #(
Packit 56e0ee
  *) :
Packit 56e0ee
     ;;
Packit 56e0ee
esac
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
as_nl='
Packit 56e0ee
'
Packit 56e0ee
export as_nl
Packit 56e0ee
# Printing a long string crashes Solaris 7 /usr/bin/printf.
Packit 56e0ee
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
Packit 56e0ee
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
Packit 56e0ee
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
Packit 56e0ee
# Prefer a ksh shell builtin over an external printf program on Solaris,
Packit 56e0ee
# but without wasting forks for bash or zsh.
Packit 56e0ee
if test -z "$BASH_VERSION$ZSH_VERSION" \
Packit 56e0ee
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
Packit 56e0ee
  as_echo='print -r --'
Packit 56e0ee
  as_echo_n='print -rn --'
Packit 56e0ee
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
Packit 56e0ee
  as_echo='printf %s\n'
Packit 56e0ee
  as_echo_n='printf %s'
Packit 56e0ee
else
Packit 56e0ee
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
Packit 56e0ee
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
Packit 56e0ee
    as_echo_n='/usr/ucb/echo -n'
Packit 56e0ee
  else
Packit 56e0ee
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
Packit 56e0ee
    as_echo_n_body='eval
Packit 56e0ee
      arg=$1;
Packit 56e0ee
      case $arg in #(
Packit 56e0ee
      *"$as_nl"*)
Packit 56e0ee
	expr "X$arg" : "X\\(.*\\)$as_nl";
Packit 56e0ee
	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
Packit 56e0ee
      esac;
Packit 56e0ee
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
Packit 56e0ee
    '
Packit 56e0ee
    export as_echo_n_body
Packit 56e0ee
    as_echo_n='sh -c $as_echo_n_body as_echo'
Packit 56e0ee
  fi
Packit 56e0ee
  export as_echo_body
Packit 56e0ee
  as_echo='sh -c $as_echo_body as_echo'
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
# The user is always right.
Packit 56e0ee
if test "${PATH_SEPARATOR+set}" != set; then
Packit 56e0ee
  PATH_SEPARATOR=:
Packit 56e0ee
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
Packit 56e0ee
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
Packit 56e0ee
      PATH_SEPARATOR=';'
Packit 56e0ee
  }
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
# IFS
Packit 56e0ee
# We need space, tab and new line, in precisely that order.  Quoting is
Packit 56e0ee
# there to prevent editors from complaining about space-tab.
Packit 56e0ee
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
Packit 56e0ee
# splitting by setting IFS to empty value.)
Packit 56e0ee
IFS=" ""	$as_nl"
Packit 56e0ee
Packit 56e0ee
# Find who we are.  Look in the path if we contain no directory separator.
Packit 56e0ee
as_myself=
Packit 56e0ee
case $0 in #((
Packit 56e0ee
  *[\\/]* ) as_myself=$0 ;;
Packit 56e0ee
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 56e0ee
for as_dir in $PATH
Packit 56e0ee
do
Packit 56e0ee
  IFS=$as_save_IFS
Packit 56e0ee
  test -z "$as_dir" && as_dir=.
Packit 56e0ee
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
Packit 56e0ee
  done
Packit 56e0ee
IFS=$as_save_IFS
Packit 56e0ee
Packit 56e0ee
     ;;
Packit 56e0ee
esac
Packit 56e0ee
# We did not find ourselves, most probably we were run as `sh COMMAND'
Packit 56e0ee
# in which case we are not to be found in the path.
Packit 56e0ee
if test "x$as_myself" = x; then
Packit 56e0ee
  as_myself=$0
Packit 56e0ee
fi
Packit 56e0ee
if test ! -f "$as_myself"; then
Packit 56e0ee
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
Packit 56e0ee
  exit 1
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
# Unset variables that we do not need and which cause bugs (e.g. in
Packit 56e0ee
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
Packit 56e0ee
# suppresses any "Segmentation fault" message there.  '((' could
Packit 56e0ee
# trigger a bug in pdksh 5.2.14.
Packit 56e0ee
for as_var in BASH_ENV ENV MAIL MAILPATH
Packit 56e0ee
do eval test x\${$as_var+set} = xset \
Packit 56e0ee
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
Packit 56e0ee
done
Packit 56e0ee
PS1='$ '
Packit 56e0ee
PS2='> '
Packit 56e0ee
PS4='+ '
Packit 56e0ee
Packit 56e0ee
# NLS nuisances.
Packit 56e0ee
LC_ALL=C
Packit 56e0ee
export LC_ALL
Packit 56e0ee
LANGUAGE=C
Packit 56e0ee
export LANGUAGE
Packit 56e0ee
Packit 56e0ee
# CDPATH.
Packit 56e0ee
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
Packit 56e0ee
Packit 56e0ee
# Use a proper internal environment variable to ensure we don't fall
Packit 56e0ee
  # into an infinite loop, continuously re-executing ourselves.
Packit 56e0ee
  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
Packit 56e0ee
    _as_can_reexec=no; export _as_can_reexec;
Packit 56e0ee
    # We cannot yet assume a decent shell, so we have to provide a
Packit 56e0ee
# neutralization value for shells without unset; and this also
Packit 56e0ee
# works around shells that cannot unset nonexistent variables.
Packit 56e0ee
# Preserve -v and -x to the replacement shell.
Packit 56e0ee
BASH_ENV=/dev/null
Packit 56e0ee
ENV=/dev/null
Packit 56e0ee
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
Packit 56e0ee
case $- in # ((((
Packit 56e0ee
  *v*x* | *x*v* ) as_opts=-vx ;;
Packit 56e0ee
  *v* ) as_opts=-v ;;
Packit 56e0ee
  *x* ) as_opts=-x ;;
Packit 56e0ee
  * ) as_opts= ;;
Packit 56e0ee
esac
Packit 56e0ee
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
Packit 56e0ee
# Admittedly, this is quite paranoid, since all the known shells bail
Packit 56e0ee
# out after a failed `exec'.
Packit 56e0ee
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
Packit 56e0ee
as_fn_exit 255
Packit 56e0ee
  fi
Packit 56e0ee
  # We don't want this to propagate to other subprocesses.
Packit 56e0ee
          { _as_can_reexec=; unset _as_can_reexec;}
Packit 56e0ee
if test "x$CONFIG_SHELL" = x; then
Packit 56e0ee
  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
Packit 56e0ee
  emulate sh
Packit 56e0ee
  NULLCMD=:
Packit 56e0ee
  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
Packit 56e0ee
  # is contrary to our usage.  Disable this feature.
Packit 56e0ee
  alias -g '\${1+\"\$@\"}'='\"\$@\"'
Packit 56e0ee
  setopt NO_GLOB_SUBST
Packit 56e0ee
else
Packit 56e0ee
  case \`(set -o) 2>/dev/null\` in #(
Packit 56e0ee
  *posix*) :
Packit 56e0ee
    set -o posix ;; #(
Packit 56e0ee
  *) :
Packit 56e0ee
     ;;
Packit 56e0ee
esac
Packit 56e0ee
fi
Packit 56e0ee
"
Packit 56e0ee
  as_required="as_fn_return () { (exit \$1); }
Packit 56e0ee
as_fn_success () { as_fn_return 0; }
Packit 56e0ee
as_fn_failure () { as_fn_return 1; }
Packit 56e0ee
as_fn_ret_success () { return 0; }
Packit 56e0ee
as_fn_ret_failure () { return 1; }
Packit 56e0ee
Packit 56e0ee
exitcode=0
Packit 56e0ee
as_fn_success || { exitcode=1; echo as_fn_success failed.; }
Packit 56e0ee
as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
Packit 56e0ee
as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
Packit 56e0ee
as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
Packit 56e0ee
if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
Packit 56e0ee
Packit 56e0ee
else
Packit 56e0ee
  exitcode=1; echo positional parameters were not saved.
Packit 56e0ee
fi
Packit 56e0ee
test x\$exitcode = x0 || exit 1
Packit 56e0ee
test -x / || exit 1"
Packit 56e0ee
  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
Packit 56e0ee
  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
Packit 56e0ee
  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
Packit 56e0ee
  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
Packit 56e0ee
test \$(( 1 + 1 )) = 2 || exit 1
Packit 56e0ee
Packit 56e0ee
  test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
Packit 56e0ee
    ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
Packit 56e0ee
    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
Packit 56e0ee
    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
Packit 56e0ee
    PATH=/empty FPATH=/empty; export PATH FPATH
Packit 56e0ee
    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
Packit 56e0ee
      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
Packit 56e0ee
  if (eval "$as_required") 2>/dev/null; then :
Packit 56e0ee
  as_have_required=yes
Packit 56e0ee
else
Packit 56e0ee
  as_have_required=no
Packit 56e0ee
fi
Packit 56e0ee
  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
Packit 56e0ee
Packit 56e0ee
else
Packit 56e0ee
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 56e0ee
as_found=false
Packit 56e0ee
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
Packit 56e0ee
do
Packit 56e0ee
  IFS=$as_save_IFS
Packit 56e0ee
  test -z "$as_dir" && as_dir=.
Packit 56e0ee
  as_found=:
Packit 56e0ee
  case $as_dir in #(
Packit 56e0ee
	 /*)
Packit 56e0ee
	   for as_base in sh bash ksh sh5; do
Packit 56e0ee
	     # Try only shells that exist, to save several forks.
Packit 56e0ee
	     as_shell=$as_dir/$as_base
Packit 56e0ee
	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
Packit 56e0ee
		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
Packit 56e0ee
  CONFIG_SHELL=$as_shell as_have_required=yes
Packit 56e0ee
		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
Packit 56e0ee
  break 2
Packit 56e0ee
fi
Packit 56e0ee
fi
Packit 56e0ee
	   done;;
Packit 56e0ee
       esac
Packit 56e0ee
  as_found=false
Packit 56e0ee
done
Packit 56e0ee
$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
Packit 56e0ee
	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
Packit 56e0ee
  CONFIG_SHELL=$SHELL as_have_required=yes
Packit 56e0ee
fi; }
Packit 56e0ee
IFS=$as_save_IFS
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
      if test "x$CONFIG_SHELL" != x; then :
Packit 56e0ee
  export CONFIG_SHELL
Packit 56e0ee
             # We cannot yet assume a decent shell, so we have to provide a
Packit 56e0ee
# neutralization value for shells without unset; and this also
Packit 56e0ee
# works around shells that cannot unset nonexistent variables.
Packit 56e0ee
# Preserve -v and -x to the replacement shell.
Packit 56e0ee
BASH_ENV=/dev/null
Packit 56e0ee
ENV=/dev/null
Packit 56e0ee
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
Packit 56e0ee
case $- in # ((((
Packit 56e0ee
  *v*x* | *x*v* ) as_opts=-vx ;;
Packit 56e0ee
  *v* ) as_opts=-v ;;
Packit 56e0ee
  *x* ) as_opts=-x ;;
Packit 56e0ee
  * ) as_opts= ;;
Packit 56e0ee
esac
Packit 56e0ee
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
Packit 56e0ee
# Admittedly, this is quite paranoid, since all the known shells bail
Packit 56e0ee
# out after a failed `exec'.
Packit 56e0ee
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
Packit 56e0ee
exit 255
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
    if test x$as_have_required = xno; then :
Packit 56e0ee
  $as_echo "$0: This script requires a shell more modern than all"
Packit 56e0ee
  $as_echo "$0: the shells that I found on your system."
Packit 56e0ee
  if test x${ZSH_VERSION+set} = xset ; then
Packit 56e0ee
    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
Packit 56e0ee
    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
Packit 56e0ee
  else
Packit 56e0ee
    $as_echo "$0: Please tell bug-autoconf@gnu.org and
Packit 56e0ee
$0: https://gitlab.freedesktop.org/xorg/lib/libXau/issues
Packit 56e0ee
$0: about your system, including any error possibly output
Packit 56e0ee
$0: before this message. Then install a modern shell, or
Packit 56e0ee
$0: manually run the script under such a shell if you do
Packit 56e0ee
$0: have one."
Packit 56e0ee
  fi
Packit 56e0ee
  exit 1
Packit 56e0ee
fi
Packit 56e0ee
fi
Packit 56e0ee
fi
Packit 56e0ee
SHELL=${CONFIG_SHELL-/bin/sh}
Packit 56e0ee
export SHELL
Packit 56e0ee
# Unset more variables known to interfere with behavior of common tools.
Packit 56e0ee
CLICOLOR_FORCE= GREP_OPTIONS=
Packit 56e0ee
unset CLICOLOR_FORCE GREP_OPTIONS
Packit 56e0ee
Packit 56e0ee
## --------------------- ##
Packit 56e0ee
## M4sh Shell Functions. ##
Packit 56e0ee
## --------------------- ##
Packit 56e0ee
# as_fn_unset VAR
Packit 56e0ee
# ---------------
Packit 56e0ee
# Portably unset VAR.
Packit 56e0ee
as_fn_unset ()
Packit 56e0ee
{
Packit 56e0ee
  { eval $1=; unset $1;}
Packit 56e0ee
}
Packit 56e0ee
as_unset=as_fn_unset
Packit 56e0ee
Packit 56e0ee
# as_fn_set_status STATUS
Packit 56e0ee
# -----------------------
Packit 56e0ee
# Set $? to STATUS, without forking.
Packit 56e0ee
as_fn_set_status ()
Packit 56e0ee
{
Packit 56e0ee
  return $1
Packit 56e0ee
} # as_fn_set_status
Packit 56e0ee
Packit 56e0ee
# as_fn_exit STATUS
Packit 56e0ee
# -----------------
Packit 56e0ee
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
Packit 56e0ee
as_fn_exit ()
Packit 56e0ee
{
Packit 56e0ee
  set +e
Packit 56e0ee
  as_fn_set_status $1
Packit 56e0ee
  exit $1
Packit 56e0ee
} # as_fn_exit
Packit 56e0ee
Packit 56e0ee
# as_fn_mkdir_p
Packit 56e0ee
# -------------
Packit 56e0ee
# Create "$as_dir" as a directory, including parents if necessary.
Packit 56e0ee
as_fn_mkdir_p ()
Packit 56e0ee
{
Packit 56e0ee
Packit 56e0ee
  case $as_dir in #(
Packit 56e0ee
  -*) as_dir=./$as_dir;;
Packit 56e0ee
  esac
Packit 56e0ee
  test -d "$as_dir" || eval $as_mkdir_p || {
Packit 56e0ee
    as_dirs=
Packit 56e0ee
    while :; do
Packit 56e0ee
      case $as_dir in #(
Packit 56e0ee
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
Packit 56e0ee
      *) as_qdir=$as_dir;;
Packit 56e0ee
      esac
Packit 56e0ee
      as_dirs="'$as_qdir' $as_dirs"
Packit 56e0ee
      as_dir=`$as_dirname -- "$as_dir" ||
Packit 56e0ee
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
Packit 56e0ee
	 X"$as_dir" : 'X\(//\)[^/]' \| \
Packit 56e0ee
	 X"$as_dir" : 'X\(//\)$' \| \
Packit 56e0ee
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
Packit 56e0ee
$as_echo X"$as_dir" |
Packit 56e0ee
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
Packit 56e0ee
	    s//\1/
Packit 56e0ee
	    q
Packit 56e0ee
	  }
Packit 56e0ee
	  /^X\(\/\/\)[^/].*/{
Packit 56e0ee
	    s//\1/
Packit 56e0ee
	    q
Packit 56e0ee
	  }
Packit 56e0ee
	  /^X\(\/\/\)$/{
Packit 56e0ee
	    s//\1/
Packit 56e0ee
	    q
Packit 56e0ee
	  }
Packit 56e0ee
	  /^X\(\/\).*/{
Packit 56e0ee
	    s//\1/
Packit 56e0ee
	    q
Packit 56e0ee
	  }
Packit 56e0ee
	  s/.*/./; q'`
Packit 56e0ee
      test -d "$as_dir" && break
Packit 56e0ee
    done
Packit 56e0ee
    test -z "$as_dirs" || eval "mkdir $as_dirs"
Packit 56e0ee
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
} # as_fn_mkdir_p
Packit 56e0ee
Packit 56e0ee
# as_fn_executable_p FILE
Packit 56e0ee
# -----------------------
Packit 56e0ee
# Test if FILE is an executable regular file.
Packit 56e0ee
as_fn_executable_p ()
Packit 56e0ee
{
Packit 56e0ee
  test -f "$1" && test -x "$1"
Packit 56e0ee
} # as_fn_executable_p
Packit 56e0ee
# as_fn_append VAR VALUE
Packit 56e0ee
# ----------------------
Packit 56e0ee
# Append the text in VALUE to the end of the definition contained in VAR. Take
Packit 56e0ee
# advantage of any shell optimizations that allow amortized linear growth over
Packit 56e0ee
# repeated appends, instead of the typical quadratic growth present in naive
Packit 56e0ee
# implementations.
Packit 56e0ee
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
Packit 56e0ee
  eval 'as_fn_append ()
Packit 56e0ee
  {
Packit 56e0ee
    eval $1+=\$2
Packit 56e0ee
  }'
Packit 56e0ee
else
Packit 56e0ee
  as_fn_append ()
Packit 56e0ee
  {
Packit 56e0ee
    eval $1=\$$1\$2
Packit 56e0ee
  }
Packit 56e0ee
fi # as_fn_append
Packit 56e0ee
Packit 56e0ee
# as_fn_arith ARG...
Packit 56e0ee
# ------------------
Packit 56e0ee
# Perform arithmetic evaluation on the ARGs, and store the result in the
Packit 56e0ee
# global $as_val. Take advantage of shells that can avoid forks. The arguments
Packit 56e0ee
# must be portable across $(()) and expr.
Packit 56e0ee
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
Packit 56e0ee
  eval 'as_fn_arith ()
Packit 56e0ee
  {
Packit 56e0ee
    as_val=$(( $* ))
Packit 56e0ee
  }'
Packit 56e0ee
else
Packit 56e0ee
  as_fn_arith ()
Packit 56e0ee
  {
Packit 56e0ee
    as_val=`expr "$@" || test $? -eq 1`
Packit 56e0ee
  }
Packit 56e0ee
fi # as_fn_arith
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
# as_fn_error STATUS ERROR [LINENO LOG_FD]
Packit 56e0ee
# ----------------------------------------
Packit 56e0ee
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
Packit 56e0ee
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
Packit 56e0ee
# script with STATUS, using 1 if that was 0.
Packit 56e0ee
as_fn_error ()
Packit 56e0ee
{
Packit 56e0ee
  as_status=$1; test $as_status -eq 0 && as_status=1
Packit 56e0ee
  if test "$4"; then
Packit 56e0ee
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
Packit 56e0ee
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
Packit 56e0ee
  fi
Packit 56e0ee
  $as_echo "$as_me: error: $2" >&2
Packit 56e0ee
  as_fn_exit $as_status
Packit 56e0ee
} # as_fn_error
Packit 56e0ee
Packit 56e0ee
if expr a : '\(a\)' >/dev/null 2>&1 &&
Packit 56e0ee
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
Packit 56e0ee
  as_expr=expr
Packit 56e0ee
else
Packit 56e0ee
  as_expr=false
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
Packit 56e0ee
  as_basename=basename
Packit 56e0ee
else
Packit 56e0ee
  as_basename=false
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
Packit 56e0ee
  as_dirname=dirname
Packit 56e0ee
else
Packit 56e0ee
  as_dirname=false
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
as_me=`$as_basename -- "$0" ||
Packit 56e0ee
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
Packit 56e0ee
	 X"$0" : 'X\(//\)$' \| \
Packit 56e0ee
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
Packit 56e0ee
$as_echo X/"$0" |
Packit 56e0ee
    sed '/^.*\/\([^/][^/]*\)\/*$/{
Packit 56e0ee
	    s//\1/
Packit 56e0ee
	    q
Packit 56e0ee
	  }
Packit 56e0ee
	  /^X\/\(\/\/\)$/{
Packit 56e0ee
	    s//\1/
Packit 56e0ee
	    q
Packit 56e0ee
	  }
Packit 56e0ee
	  /^X\/\(\/\).*/{
Packit 56e0ee
	    s//\1/
Packit 56e0ee
	    q
Packit 56e0ee
	  }
Packit 56e0ee
	  s/.*/./; q'`
Packit 56e0ee
Packit 56e0ee
# Avoid depending upon Character Ranges.
Packit 56e0ee
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
Packit 56e0ee
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
Packit 56e0ee
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
Packit 56e0ee
as_cr_digits='0123456789'
Packit 56e0ee
as_cr_alnum=$as_cr_Letters$as_cr_digits
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
  as_lineno_1=$LINENO as_lineno_1a=$LINENO
Packit 56e0ee
  as_lineno_2=$LINENO as_lineno_2a=$LINENO
Packit 56e0ee
  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
Packit 56e0ee
  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
Packit 56e0ee
  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
Packit 56e0ee
  sed -n '
Packit 56e0ee
    p
Packit 56e0ee
    /[$]LINENO/=
Packit 56e0ee
  ' <$as_myself |
Packit 56e0ee
    sed '
Packit 56e0ee
      s/[$]LINENO.*/&-/
Packit 56e0ee
      t lineno
Packit 56e0ee
      b
Packit 56e0ee
      :lineno
Packit 56e0ee
      N
Packit 56e0ee
      :loop
Packit 56e0ee
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
Packit 56e0ee
      t loop
Packit 56e0ee
      s/-\n.*//
Packit 56e0ee
    ' >$as_me.lineno &&
Packit 56e0ee
  chmod +x "$as_me.lineno" ||
Packit 56e0ee
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
Packit 56e0ee
Packit 56e0ee
  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
Packit 56e0ee
  # already done that, so ensure we don't try to do so again and fall
Packit 56e0ee
  # in an infinite loop.  This has already happened in practice.
Packit 56e0ee
  _as_can_reexec=no; export _as_can_reexec
Packit 56e0ee
  # Don't try to exec as it changes $[0], causing all sort of problems
Packit 56e0ee
  # (the dirname of $[0] is not the place where we might find the
Packit 56e0ee
  # original and so on.  Autoconf is especially sensitive to this).
Packit 56e0ee
  . "./$as_me.lineno"
Packit 56e0ee
  # Exit status is that of the last command.
Packit 56e0ee
  exit
Packit 56e0ee
}
Packit 56e0ee
Packit 56e0ee
ECHO_C= ECHO_N= ECHO_T=
Packit 56e0ee
case `echo -n x` in #(((((
Packit 56e0ee
-n*)
Packit 56e0ee
  case `echo 'xy\c'` in
Packit 56e0ee
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
Packit 56e0ee
  xy)  ECHO_C='\c';;
Packit 56e0ee
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
Packit 56e0ee
       ECHO_T='	';;
Packit 56e0ee
  esac;;
Packit 56e0ee
*)
Packit 56e0ee
  ECHO_N='-n';;
Packit 56e0ee
esac
Packit 56e0ee
Packit 56e0ee
rm -f conf$$ conf$$.exe conf$$.file
Packit 56e0ee
if test -d conf$$.dir; then
Packit 56e0ee
  rm -f conf$$.dir/conf$$.file
Packit 56e0ee
else
Packit 56e0ee
  rm -f conf$$.dir
Packit 56e0ee
  mkdir conf$$.dir 2>/dev/null
Packit 56e0ee
fi
Packit 56e0ee
if (echo >conf$$.file) 2>/dev/null; then
Packit 56e0ee
  if ln -s conf$$.file conf$$ 2>/dev/null; then
Packit 56e0ee
    as_ln_s='ln -s'
Packit 56e0ee
    # ... but there are two gotchas:
Packit 56e0ee
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
Packit 56e0ee
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
Packit 56e0ee
    # In both cases, we have to default to `cp -pR'.
Packit 56e0ee
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
Packit 56e0ee
      as_ln_s='cp -pR'
Packit 56e0ee
  elif ln conf$$.file conf$$ 2>/dev/null; then
Packit 56e0ee
    as_ln_s=ln
Packit 56e0ee
  else
Packit 56e0ee
    as_ln_s='cp -pR'
Packit 56e0ee
  fi
Packit 56e0ee
else
Packit 56e0ee
  as_ln_s='cp -pR'
Packit 56e0ee
fi
Packit 56e0ee
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
Packit 56e0ee
rmdir conf$$.dir 2>/dev/null
Packit 56e0ee
Packit 56e0ee
if mkdir -p . 2>/dev/null; then
Packit 56e0ee
  as_mkdir_p='mkdir -p "$as_dir"'
Packit 56e0ee
else
Packit 56e0ee
  test -d ./-p && rmdir ./-p
Packit 56e0ee
  as_mkdir_p=false
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
as_test_x='test -x'
Packit 56e0ee
as_executable_p=as_fn_executable_p
Packit 56e0ee
Packit 56e0ee
# Sed expression to map a string onto a valid CPP name.
Packit 56e0ee
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
Packit 56e0ee
Packit 56e0ee
# Sed expression to map a string onto a valid variable name.
Packit 56e0ee
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
Packit 56e0ee
Packit 56e0ee
SHELL=${CONFIG_SHELL-/bin/sh}
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
test -n "$DJDIR" || exec 7<&0 
Packit 56e0ee
exec 6>&1
Packit 56e0ee
Packit 56e0ee
# Name of the host.
Packit 56e0ee
# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
Packit 56e0ee
# so uname gets run too.
Packit 56e0ee
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
Packit 56e0ee
Packit 56e0ee
#
Packit 56e0ee
# Initializations.
Packit 56e0ee
#
Packit 56e0ee
ac_default_prefix=/usr/local
Packit 56e0ee
ac_clean_files=
Packit 56e0ee
ac_config_libobj_dir=.
Packit 56e0ee
LIBOBJS=
Packit 56e0ee
cross_compiling=no
Packit 56e0ee
subdirs=
Packit 56e0ee
MFLAGS=
Packit 56e0ee
MAKEFLAGS=
Packit 56e0ee
Packit 56e0ee
# Identity of this package.
Packit 56e0ee
PACKAGE_NAME='libXau'
Packit 56e0ee
PACKAGE_TARNAME='libXau'
Packit 56e0ee
PACKAGE_VERSION='1.0.9'
Packit 56e0ee
PACKAGE_STRING='libXau 1.0.9'
Packit 56e0ee
PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/lib/libXau/issues'
Packit 56e0ee
PACKAGE_URL=''
Packit 56e0ee
Packit 56e0ee
ac_unique_file="Makefile.am"
Packit 56e0ee
# Factoring default headers for most tests.
Packit 56e0ee
ac_includes_default="\
Packit 56e0ee
#include <stdio.h>
Packit 56e0ee
#ifdef HAVE_SYS_TYPES_H
Packit 56e0ee
# include <sys/types.h>
Packit 56e0ee
#endif
Packit 56e0ee
#ifdef HAVE_SYS_STAT_H
Packit 56e0ee
# include <sys/stat.h>
Packit 56e0ee
#endif
Packit 56e0ee
#ifdef STDC_HEADERS
Packit 56e0ee
# include <stdlib.h>
Packit 56e0ee
# include <stddef.h>
Packit 56e0ee
#else
Packit 56e0ee
# ifdef HAVE_STDLIB_H
Packit 56e0ee
#  include <stdlib.h>
Packit 56e0ee
# endif
Packit 56e0ee
#endif
Packit 56e0ee
#ifdef HAVE_STRING_H
Packit 56e0ee
# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
Packit 56e0ee
#  include <memory.h>
Packit 56e0ee
# endif
Packit 56e0ee
# include <string.h>
Packit 56e0ee
#endif
Packit 56e0ee
#ifdef HAVE_STRINGS_H
Packit 56e0ee
# include <strings.h>
Packit 56e0ee
#endif
Packit 56e0ee
#ifdef HAVE_INTTYPES_H
Packit 56e0ee
# include <inttypes.h>
Packit 56e0ee
#endif
Packit 56e0ee
#ifdef HAVE_STDINT_H
Packit 56e0ee
# include <stdint.h>
Packit 56e0ee
#endif
Packit 56e0ee
#ifdef HAVE_UNISTD_H
Packit 56e0ee
# include <unistd.h>
Packit 56e0ee
#endif"
Packit 56e0ee
Packit 56e0ee
ac_subst_vars='am__EXEEXT_FALSE
Packit 56e0ee
am__EXEEXT_TRUE
Packit 56e0ee
LTLIBOBJS
Packit 56e0ee
LIBOBJS
Packit 56e0ee
MAKE_LINT_LIB_FALSE
Packit 56e0ee
MAKE_LINT_LIB_TRUE
Packit 56e0ee
LINTLIB
Packit 56e0ee
LINT_FALSE
Packit 56e0ee
LINT_TRUE
Packit 56e0ee
LINT_FLAGS
Packit 56e0ee
LINT
Packit 56e0ee
XAU_LIBS
Packit 56e0ee
XAU_CFLAGS
Packit 56e0ee
MAN_SUBSTS
Packit 56e0ee
XORG_MAN_PAGE
Packit 56e0ee
ADMIN_MAN_DIR
Packit 56e0ee
DRIVER_MAN_DIR
Packit 56e0ee
MISC_MAN_DIR
Packit 56e0ee
FILE_MAN_DIR
Packit 56e0ee
LIB_MAN_DIR
Packit 56e0ee
APP_MAN_DIR
Packit 56e0ee
ADMIN_MAN_SUFFIX
Packit 56e0ee
DRIVER_MAN_SUFFIX
Packit 56e0ee
MISC_MAN_SUFFIX
Packit 56e0ee
FILE_MAN_SUFFIX
Packit 56e0ee
LIB_MAN_SUFFIX
Packit 56e0ee
APP_MAN_SUFFIX
Packit 56e0ee
INSTALL_CMD
Packit 56e0ee
PKG_CONFIG_LIBDIR
Packit 56e0ee
PKG_CONFIG_PATH
Packit 56e0ee
PKG_CONFIG
Packit 56e0ee
CHANGELOG_CMD
Packit 56e0ee
STRICT_CFLAGS
Packit 56e0ee
CWARNFLAGS
Packit 56e0ee
BASE_CFLAGS
Packit 56e0ee
LT_SYS_LIBRARY_PATH
Packit 56e0ee
OTOOL64
Packit 56e0ee
OTOOL
Packit 56e0ee
LIPO
Packit 56e0ee
NMEDIT
Packit 56e0ee
DSYMUTIL
Packit 56e0ee
MANIFEST_TOOL
Packit 56e0ee
RANLIB
Packit 56e0ee
ac_ct_AR
Packit 56e0ee
AR
Packit 56e0ee
LN_S
Packit 56e0ee
NM
Packit 56e0ee
ac_ct_DUMPBIN
Packit 56e0ee
DUMPBIN
Packit 56e0ee
LD
Packit 56e0ee
FGREP
Packit 56e0ee
SED
Packit 56e0ee
LIBTOOL
Packit 56e0ee
OBJDUMP
Packit 56e0ee
DLLTOOL
Packit 56e0ee
AS
Packit 56e0ee
host_os
Packit 56e0ee
host_vendor
Packit 56e0ee
host_cpu
Packit 56e0ee
host
Packit 56e0ee
build_os
Packit 56e0ee
build_vendor
Packit 56e0ee
build_cpu
Packit 56e0ee
build
Packit 56e0ee
AM_BACKSLASH
Packit 56e0ee
AM_DEFAULT_VERBOSITY
Packit 56e0ee
AM_DEFAULT_V
Packit 56e0ee
AM_V
Packit 56e0ee
am__fastdepCC_FALSE
Packit 56e0ee
am__fastdepCC_TRUE
Packit 56e0ee
CCDEPMODE
Packit 56e0ee
am__nodep
Packit 56e0ee
AMDEPBACKSLASH
Packit 56e0ee
AMDEP_FALSE
Packit 56e0ee
AMDEP_TRUE
Packit 56e0ee
am__quote
Packit 56e0ee
am__include
Packit 56e0ee
DEPDIR
Packit 56e0ee
am__untar
Packit 56e0ee
am__tar
Packit 56e0ee
AMTAR
Packit 56e0ee
am__leading_dot
Packit 56e0ee
SET_MAKE
Packit 56e0ee
AWK
Packit 56e0ee
mkdir_p
Packit 56e0ee
MKDIR_P
Packit 56e0ee
INSTALL_STRIP_PROGRAM
Packit 56e0ee
STRIP
Packit 56e0ee
install_sh
Packit 56e0ee
MAKEINFO
Packit 56e0ee
AUTOHEADER
Packit 56e0ee
AUTOMAKE
Packit 56e0ee
AUTOCONF
Packit 56e0ee
ACLOCAL
Packit 56e0ee
VERSION
Packit 56e0ee
PACKAGE
Packit 56e0ee
CYGPATH_W
Packit 56e0ee
am__isrc
Packit 56e0ee
INSTALL_DATA
Packit 56e0ee
INSTALL_SCRIPT
Packit 56e0ee
INSTALL_PROGRAM
Packit 56e0ee
EGREP
Packit 56e0ee
GREP
Packit 56e0ee
CPP
Packit 56e0ee
OBJEXT
Packit 56e0ee
EXEEXT
Packit 56e0ee
ac_ct_CC
Packit 56e0ee
CPPFLAGS
Packit 56e0ee
LDFLAGS
Packit 56e0ee
CFLAGS
Packit 56e0ee
CC
Packit 56e0ee
target_alias
Packit 56e0ee
host_alias
Packit 56e0ee
build_alias
Packit 56e0ee
LIBS
Packit 56e0ee
ECHO_T
Packit 56e0ee
ECHO_N
Packit 56e0ee
ECHO_C
Packit 56e0ee
DEFS
Packit 56e0ee
mandir
Packit 56e0ee
localedir
Packit 56e0ee
libdir
Packit 56e0ee
psdir
Packit 56e0ee
pdfdir
Packit 56e0ee
dvidir
Packit 56e0ee
htmldir
Packit 56e0ee
infodir
Packit 56e0ee
docdir
Packit 56e0ee
oldincludedir
Packit 56e0ee
includedir
Packit 56e0ee
localstatedir
Packit 56e0ee
sharedstatedir
Packit 56e0ee
sysconfdir
Packit 56e0ee
datadir
Packit 56e0ee
datarootdir
Packit 56e0ee
libexecdir
Packit 56e0ee
sbindir
Packit 56e0ee
bindir
Packit 56e0ee
program_transform_name
Packit 56e0ee
prefix
Packit 56e0ee
exec_prefix
Packit 56e0ee
PACKAGE_URL
Packit 56e0ee
PACKAGE_BUGREPORT
Packit 56e0ee
PACKAGE_STRING
Packit 56e0ee
PACKAGE_VERSION
Packit 56e0ee
PACKAGE_TARNAME
Packit 56e0ee
PACKAGE_NAME
Packit 56e0ee
PATH_SEPARATOR
Packit 56e0ee
SHELL'
Packit 56e0ee
ac_subst_files=''
Packit 56e0ee
ac_user_opts='
Packit 56e0ee
enable_option_checking
Packit 56e0ee
enable_dependency_tracking
Packit 56e0ee
enable_silent_rules
Packit 56e0ee
enable_shared
Packit 56e0ee
enable_static
Packit 56e0ee
with_pic
Packit 56e0ee
enable_fast_install
Packit 56e0ee
with_aix_soname
Packit 56e0ee
with_gnu_ld
Packit 56e0ee
with_sysroot
Packit 56e0ee
enable_libtool_lock
Packit 56e0ee
enable_selective_werror
Packit 56e0ee
enable_strict_compilation
Packit 56e0ee
enable_xthreads
Packit 56e0ee
with_lint
Packit 56e0ee
enable_lint_library
Packit 56e0ee
'
Packit 56e0ee
      ac_precious_vars='build_alias
Packit 56e0ee
host_alias
Packit 56e0ee
target_alias
Packit 56e0ee
CC
Packit 56e0ee
CFLAGS
Packit 56e0ee
LDFLAGS
Packit 56e0ee
LIBS
Packit 56e0ee
CPPFLAGS
Packit 56e0ee
CPP
Packit 56e0ee
LT_SYS_LIBRARY_PATH
Packit 56e0ee
PKG_CONFIG
Packit 56e0ee
PKG_CONFIG_PATH
Packit 56e0ee
PKG_CONFIG_LIBDIR
Packit 56e0ee
XAU_CFLAGS
Packit 56e0ee
XAU_LIBS
Packit 56e0ee
LINT
Packit 56e0ee
LINT_FLAGS'
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
# Initialize some variables set by options.
Packit 56e0ee
ac_init_help=
Packit 56e0ee
ac_init_version=false
Packit 56e0ee
ac_unrecognized_opts=
Packit 56e0ee
ac_unrecognized_sep=
Packit 56e0ee
# The variables have the same names as the options, with
Packit 56e0ee
# dashes changed to underlines.
Packit 56e0ee
cache_file=/dev/null
Packit 56e0ee
exec_prefix=NONE
Packit 56e0ee
no_create=
Packit 56e0ee
no_recursion=
Packit 56e0ee
prefix=NONE
Packit 56e0ee
program_prefix=NONE
Packit 56e0ee
program_suffix=NONE
Packit 56e0ee
program_transform_name=s,x,x,
Packit 56e0ee
silent=
Packit 56e0ee
site=
Packit 56e0ee
srcdir=
Packit 56e0ee
verbose=
Packit 56e0ee
x_includes=NONE
Packit 56e0ee
x_libraries=NONE
Packit 56e0ee
Packit 56e0ee
# Installation directory options.
Packit 56e0ee
# These are left unexpanded so users can "make install exec_prefix=/foo"
Packit 56e0ee
# and all the variables that are supposed to be based on exec_prefix
Packit 56e0ee
# by default will actually change.
Packit 56e0ee
# Use braces instead of parens because sh, perl, etc. also accept them.
Packit 56e0ee
# (The list follows the same order as the GNU Coding Standards.)
Packit 56e0ee
bindir='${exec_prefix}/bin'
Packit 56e0ee
sbindir='${exec_prefix}/sbin'
Packit 56e0ee
libexecdir='${exec_prefix}/libexec'
Packit 56e0ee
datarootdir='${prefix}/share'
Packit 56e0ee
datadir='${datarootdir}'
Packit 56e0ee
sysconfdir='${prefix}/etc'
Packit 56e0ee
sharedstatedir='${prefix}/com'
Packit 56e0ee
localstatedir='${prefix}/var'
Packit 56e0ee
includedir='${prefix}/include'
Packit 56e0ee
oldincludedir='/usr/include'
Packit 56e0ee
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
Packit 56e0ee
infodir='${datarootdir}/info'
Packit 56e0ee
htmldir='${docdir}'
Packit 56e0ee
dvidir='${docdir}'
Packit 56e0ee
pdfdir='${docdir}'
Packit 56e0ee
psdir='${docdir}'
Packit 56e0ee
libdir='${exec_prefix}/lib'
Packit 56e0ee
localedir='${datarootdir}/locale'
Packit 56e0ee
mandir='${datarootdir}/man'
Packit 56e0ee
Packit 56e0ee
ac_prev=
Packit 56e0ee
ac_dashdash=
Packit 56e0ee
for ac_option
Packit 56e0ee
do
Packit 56e0ee
  # If the previous option needs an argument, assign it.
Packit 56e0ee
  if test -n "$ac_prev"; then
Packit 56e0ee
    eval $ac_prev=\$ac_option
Packit 56e0ee
    ac_prev=
Packit 56e0ee
    continue
Packit 56e0ee
  fi
Packit 56e0ee
Packit 56e0ee
  case $ac_option in
Packit 56e0ee
  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
Packit 56e0ee
  *=)   ac_optarg= ;;
Packit 56e0ee
  *)    ac_optarg=yes ;;
Packit 56e0ee
  esac
Packit 56e0ee
Packit 56e0ee
  # Accept the important Cygnus configure options, so we can diagnose typos.
Packit 56e0ee
Packit 56e0ee
  case $ac_dashdash$ac_option in
Packit 56e0ee
  --)
Packit 56e0ee
    ac_dashdash=yes ;;
Packit 56e0ee
Packit 56e0ee
  -bindir | --bindir | --bindi | --bind | --bin | --bi)
Packit 56e0ee
    ac_prev=bindir ;;
Packit 56e0ee
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
Packit 56e0ee
    bindir=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -build | --build | --buil | --bui | --bu)
Packit 56e0ee
    ac_prev=build_alias ;;
Packit 56e0ee
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
Packit 56e0ee
    build_alias=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -cache-file | --cache-file | --cache-fil | --cache-fi \
Packit 56e0ee
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
Packit 56e0ee
    ac_prev=cache_file ;;
Packit 56e0ee
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
Packit 56e0ee
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
Packit 56e0ee
    cache_file=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  --config-cache | -C)
Packit 56e0ee
    cache_file=config.cache ;;
Packit 56e0ee
Packit 56e0ee
  -datadir | --datadir | --datadi | --datad)
Packit 56e0ee
    ac_prev=datadir ;;
Packit 56e0ee
  -datadir=* | --datadir=* | --datadi=* | --datad=*)
Packit 56e0ee
    datadir=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
Packit 56e0ee
  | --dataroo | --dataro | --datar)
Packit 56e0ee
    ac_prev=datarootdir ;;
Packit 56e0ee
  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
Packit 56e0ee
  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
Packit 56e0ee
    datarootdir=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -disable-* | --disable-*)
Packit 56e0ee
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
Packit 56e0ee
    # Reject names that are not valid shell variable names.
Packit 56e0ee
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Packit 56e0ee
      as_fn_error $? "invalid feature name: $ac_useropt"
Packit 56e0ee
    ac_useropt_orig=$ac_useropt
Packit 56e0ee
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
Packit 56e0ee
    case $ac_user_opts in
Packit 56e0ee
      *"
Packit 56e0ee
"enable_$ac_useropt"
Packit 56e0ee
"*) ;;
Packit 56e0ee
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
Packit 56e0ee
	 ac_unrecognized_sep=', ';;
Packit 56e0ee
    esac
Packit 56e0ee
    eval enable_$ac_useropt=no ;;
Packit 56e0ee
Packit 56e0ee
  -docdir | --docdir | --docdi | --doc | --do)
Packit 56e0ee
    ac_prev=docdir ;;
Packit 56e0ee
  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
Packit 56e0ee
    docdir=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
Packit 56e0ee
    ac_prev=dvidir ;;
Packit 56e0ee
  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
Packit 56e0ee
    dvidir=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -enable-* | --enable-*)
Packit 56e0ee
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
Packit 56e0ee
    # Reject names that are not valid shell variable names.
Packit 56e0ee
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Packit 56e0ee
      as_fn_error $? "invalid feature name: $ac_useropt"
Packit 56e0ee
    ac_useropt_orig=$ac_useropt
Packit 56e0ee
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
Packit 56e0ee
    case $ac_user_opts in
Packit 56e0ee
      *"
Packit 56e0ee
"enable_$ac_useropt"
Packit 56e0ee
"*) ;;
Packit 56e0ee
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
Packit 56e0ee
	 ac_unrecognized_sep=', ';;
Packit 56e0ee
    esac
Packit 56e0ee
    eval enable_$ac_useropt=\$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
Packit 56e0ee
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
Packit 56e0ee
  | --exec | --exe | --ex)
Packit 56e0ee
    ac_prev=exec_prefix ;;
Packit 56e0ee
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
Packit 56e0ee
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
Packit 56e0ee
  | --exec=* | --exe=* | --ex=*)
Packit 56e0ee
    exec_prefix=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -gas | --gas | --ga | --g)
Packit 56e0ee
    # Obsolete; use --with-gas.
Packit 56e0ee
    with_gas=yes ;;
Packit 56e0ee
Packit 56e0ee
  -help | --help | --hel | --he | -h)
Packit 56e0ee
    ac_init_help=long ;;
Packit 56e0ee
  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
Packit 56e0ee
    ac_init_help=recursive ;;
Packit 56e0ee
  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
Packit 56e0ee
    ac_init_help=short ;;
Packit 56e0ee
Packit 56e0ee
  -host | --host | --hos | --ho)
Packit 56e0ee
    ac_prev=host_alias ;;
Packit 56e0ee
  -host=* | --host=* | --hos=* | --ho=*)
Packit 56e0ee
    host_alias=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
Packit 56e0ee
    ac_prev=htmldir ;;
Packit 56e0ee
  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
Packit 56e0ee
  | --ht=*)
Packit 56e0ee
    htmldir=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -includedir | --includedir | --includedi | --included | --include \
Packit 56e0ee
  | --includ | --inclu | --incl | --inc)
Packit 56e0ee
    ac_prev=includedir ;;
Packit 56e0ee
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
Packit 56e0ee
  | --includ=* | --inclu=* | --incl=* | --inc=*)
Packit 56e0ee
    includedir=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -infodir | --infodir | --infodi | --infod | --info | --inf)
Packit 56e0ee
    ac_prev=infodir ;;
Packit 56e0ee
  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
Packit 56e0ee
    infodir=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -libdir | --libdir | --libdi | --libd)
Packit 56e0ee
    ac_prev=libdir ;;
Packit 56e0ee
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
Packit 56e0ee
    libdir=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
Packit 56e0ee
  | --libexe | --libex | --libe)
Packit 56e0ee
    ac_prev=libexecdir ;;
Packit 56e0ee
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
Packit 56e0ee
  | --libexe=* | --libex=* | --libe=*)
Packit 56e0ee
    libexecdir=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -localedir | --localedir | --localedi | --localed | --locale)
Packit 56e0ee
    ac_prev=localedir ;;
Packit 56e0ee
  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
Packit 56e0ee
    localedir=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -localstatedir | --localstatedir | --localstatedi | --localstated \
Packit 56e0ee
  | --localstate | --localstat | --localsta | --localst | --locals)
Packit 56e0ee
    ac_prev=localstatedir ;;
Packit 56e0ee
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
Packit 56e0ee
  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
Packit 56e0ee
    localstatedir=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
Packit 56e0ee
    ac_prev=mandir ;;
Packit 56e0ee
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
Packit 56e0ee
    mandir=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -nfp | --nfp | --nf)
Packit 56e0ee
    # Obsolete; use --without-fp.
Packit 56e0ee
    with_fp=no ;;
Packit 56e0ee
Packit 56e0ee
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
Packit 56e0ee
  | --no-cr | --no-c | -n)
Packit 56e0ee
    no_create=yes ;;
Packit 56e0ee
Packit 56e0ee
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
Packit 56e0ee
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
Packit 56e0ee
    no_recursion=yes ;;
Packit 56e0ee
Packit 56e0ee
  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
Packit 56e0ee
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
Packit 56e0ee
  | --oldin | --oldi | --old | --ol | --o)
Packit 56e0ee
    ac_prev=oldincludedir ;;
Packit 56e0ee
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
Packit 56e0ee
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
Packit 56e0ee
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
Packit 56e0ee
    oldincludedir=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
Packit 56e0ee
    ac_prev=prefix ;;
Packit 56e0ee
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
Packit 56e0ee
    prefix=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -program-prefix | --program-prefix | --program-prefi | --program-pref \
Packit 56e0ee
  | --program-pre | --program-pr | --program-p)
Packit 56e0ee
    ac_prev=program_prefix ;;
Packit 56e0ee
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
Packit 56e0ee
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
Packit 56e0ee
    program_prefix=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -program-suffix | --program-suffix | --program-suffi | --program-suff \
Packit 56e0ee
  | --program-suf | --program-su | --program-s)
Packit 56e0ee
    ac_prev=program_suffix ;;
Packit 56e0ee
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
Packit 56e0ee
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
Packit 56e0ee
    program_suffix=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -program-transform-name | --program-transform-name \
Packit 56e0ee
  | --program-transform-nam | --program-transform-na \
Packit 56e0ee
  | --program-transform-n | --program-transform- \
Packit 56e0ee
  | --program-transform | --program-transfor \
Packit 56e0ee
  | --program-transfo | --program-transf \
Packit 56e0ee
  | --program-trans | --program-tran \
Packit 56e0ee
  | --progr-tra | --program-tr | --program-t)
Packit 56e0ee
    ac_prev=program_transform_name ;;
Packit 56e0ee
  -program-transform-name=* | --program-transform-name=* \
Packit 56e0ee
  | --program-transform-nam=* | --program-transform-na=* \
Packit 56e0ee
  | --program-transform-n=* | --program-transform-=* \
Packit 56e0ee
  | --program-transform=* | --program-transfor=* \
Packit 56e0ee
  | --program-transfo=* | --program-transf=* \
Packit 56e0ee
  | --program-trans=* | --program-tran=* \
Packit 56e0ee
  | --progr-tra=* | --program-tr=* | --program-t=*)
Packit 56e0ee
    program_transform_name=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
Packit 56e0ee
    ac_prev=pdfdir ;;
Packit 56e0ee
  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
Packit 56e0ee
    pdfdir=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -psdir | --psdir | --psdi | --psd | --ps)
Packit 56e0ee
    ac_prev=psdir ;;
Packit 56e0ee
  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
Packit 56e0ee
    psdir=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
Packit 56e0ee
  | -silent | --silent | --silen | --sile | --sil)
Packit 56e0ee
    silent=yes ;;
Packit 56e0ee
Packit 56e0ee
  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
Packit 56e0ee
    ac_prev=sbindir ;;
Packit 56e0ee
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
Packit 56e0ee
  | --sbi=* | --sb=*)
Packit 56e0ee
    sbindir=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -sharedstatedir | --sharedstatedir | --sharedstatedi \
Packit 56e0ee
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
Packit 56e0ee
  | --sharedst | --shareds | --shared | --share | --shar \
Packit 56e0ee
  | --sha | --sh)
Packit 56e0ee
    ac_prev=sharedstatedir ;;
Packit 56e0ee
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
Packit 56e0ee
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
Packit 56e0ee
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
Packit 56e0ee
  | --sha=* | --sh=*)
Packit 56e0ee
    sharedstatedir=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -site | --site | --sit)
Packit 56e0ee
    ac_prev=site ;;
Packit 56e0ee
  -site=* | --site=* | --sit=*)
Packit 56e0ee
    site=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
Packit 56e0ee
    ac_prev=srcdir ;;
Packit 56e0ee
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
Packit 56e0ee
    srcdir=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
Packit 56e0ee
  | --syscon | --sysco | --sysc | --sys | --sy)
Packit 56e0ee
    ac_prev=sysconfdir ;;
Packit 56e0ee
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
Packit 56e0ee
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
Packit 56e0ee
    sysconfdir=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -target | --target | --targe | --targ | --tar | --ta | --t)
Packit 56e0ee
    ac_prev=target_alias ;;
Packit 56e0ee
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
Packit 56e0ee
    target_alias=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -v | -verbose | --verbose | --verbos | --verbo | --verb)
Packit 56e0ee
    verbose=yes ;;
Packit 56e0ee
Packit 56e0ee
  -version | --version | --versio | --versi | --vers | -V)
Packit 56e0ee
    ac_init_version=: ;;
Packit 56e0ee
Packit 56e0ee
  -with-* | --with-*)
Packit 56e0ee
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
Packit 56e0ee
    # Reject names that are not valid shell variable names.
Packit 56e0ee
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Packit 56e0ee
      as_fn_error $? "invalid package name: $ac_useropt"
Packit 56e0ee
    ac_useropt_orig=$ac_useropt
Packit 56e0ee
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
Packit 56e0ee
    case $ac_user_opts in
Packit 56e0ee
      *"
Packit 56e0ee
"with_$ac_useropt"
Packit 56e0ee
"*) ;;
Packit 56e0ee
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
Packit 56e0ee
	 ac_unrecognized_sep=', ';;
Packit 56e0ee
    esac
Packit 56e0ee
    eval with_$ac_useropt=\$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -without-* | --without-*)
Packit 56e0ee
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
Packit 56e0ee
    # Reject names that are not valid shell variable names.
Packit 56e0ee
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Packit 56e0ee
      as_fn_error $? "invalid package name: $ac_useropt"
Packit 56e0ee
    ac_useropt_orig=$ac_useropt
Packit 56e0ee
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
Packit 56e0ee
    case $ac_user_opts in
Packit 56e0ee
      *"
Packit 56e0ee
"with_$ac_useropt"
Packit 56e0ee
"*) ;;
Packit 56e0ee
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
Packit 56e0ee
	 ac_unrecognized_sep=', ';;
Packit 56e0ee
    esac
Packit 56e0ee
    eval with_$ac_useropt=no ;;
Packit 56e0ee
Packit 56e0ee
  --x)
Packit 56e0ee
    # Obsolete; use --with-x.
Packit 56e0ee
    with_x=yes ;;
Packit 56e0ee
Packit 56e0ee
  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
Packit 56e0ee
  | --x-incl | --x-inc | --x-in | --x-i)
Packit 56e0ee
    ac_prev=x_includes ;;
Packit 56e0ee
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
Packit 56e0ee
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
Packit 56e0ee
    x_includes=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -x-libraries | --x-libraries | --x-librarie | --x-librari \
Packit 56e0ee
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
Packit 56e0ee
    ac_prev=x_libraries ;;
Packit 56e0ee
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
Packit 56e0ee
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
Packit 56e0ee
    x_libraries=$ac_optarg ;;
Packit 56e0ee
Packit 56e0ee
  -*) as_fn_error $? "unrecognized option: \`$ac_option'
Packit 56e0ee
Try \`$0 --help' for more information"
Packit 56e0ee
    ;;
Packit 56e0ee
Packit 56e0ee
  *=*)
Packit 56e0ee
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
Packit 56e0ee
    # Reject names that are not valid shell variable names.
Packit 56e0ee
    case $ac_envvar in #(
Packit 56e0ee
      '' | [0-9]* | *[!_$as_cr_alnum]* )
Packit 56e0ee
      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
Packit 56e0ee
    esac
Packit 56e0ee
    eval $ac_envvar=\$ac_optarg
Packit 56e0ee
    export $ac_envvar ;;
Packit 56e0ee
Packit 56e0ee
  *)
Packit 56e0ee
    # FIXME: should be removed in autoconf 3.0.
Packit 56e0ee
    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
Packit 56e0ee
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
Packit 56e0ee
      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
Packit 56e0ee
    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
Packit 56e0ee
    ;;
Packit 56e0ee
Packit 56e0ee
  esac
Packit 56e0ee
done
Packit 56e0ee
Packit 56e0ee
if test -n "$ac_prev"; then
Packit 56e0ee
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
Packit 56e0ee
  as_fn_error $? "missing argument to $ac_option"
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
if test -n "$ac_unrecognized_opts"; then
Packit 56e0ee
  case $enable_option_checking in
Packit 56e0ee
    no) ;;
Packit 56e0ee
    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
Packit 56e0ee
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
Packit 56e0ee
  esac
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
# Check all directory arguments for consistency.
Packit 56e0ee
for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
Packit 56e0ee
		datadir sysconfdir sharedstatedir localstatedir includedir \
Packit 56e0ee
		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
Packit 56e0ee
		libdir localedir mandir
Packit 56e0ee
do
Packit 56e0ee
  eval ac_val=\$$ac_var
Packit 56e0ee
  # Remove trailing slashes.
Packit 56e0ee
  case $ac_val in
Packit 56e0ee
    */ )
Packit 56e0ee
      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
Packit 56e0ee
      eval $ac_var=\$ac_val;;
Packit 56e0ee
  esac
Packit 56e0ee
  # Be sure to have absolute directory names.
Packit 56e0ee
  case $ac_val in
Packit 56e0ee
    [\\/$]* | ?:[\\/]* )  continue;;
Packit 56e0ee
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
Packit 56e0ee
  esac
Packit 56e0ee
  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
Packit 56e0ee
done
Packit 56e0ee
Packit 56e0ee
# There might be people who depend on the old broken behavior: `$host'
Packit 56e0ee
# used to hold the argument of --host etc.
Packit 56e0ee
# FIXME: To remove some day.
Packit 56e0ee
build=$build_alias
Packit 56e0ee
host=$host_alias
Packit 56e0ee
target=$target_alias
Packit 56e0ee
Packit 56e0ee
# FIXME: To remove some day.
Packit 56e0ee
if test "x$host_alias" != x; then
Packit 56e0ee
  if test "x$build_alias" = x; then
Packit 56e0ee
    cross_compiling=maybe
Packit 56e0ee
  elif test "x$build_alias" != "x$host_alias"; then
Packit 56e0ee
    cross_compiling=yes
Packit 56e0ee
  fi
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
ac_tool_prefix=
Packit 56e0ee
test -n "$host_alias" && ac_tool_prefix=$host_alias-
Packit 56e0ee
Packit 56e0ee
test "$silent" = yes && exec 6>/dev/null
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
ac_pwd=`pwd` && test -n "$ac_pwd" &&
Packit 56e0ee
ac_ls_di=`ls -di .` &&
Packit 56e0ee
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
Packit 56e0ee
  as_fn_error $? "working directory cannot be determined"
Packit 56e0ee
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
Packit 56e0ee
  as_fn_error $? "pwd does not report name of working directory"
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
# Find the source files, if location was not specified.
Packit 56e0ee
if test -z "$srcdir"; then
Packit 56e0ee
  ac_srcdir_defaulted=yes
Packit 56e0ee
  # Try the directory containing this script, then the parent directory.
Packit 56e0ee
  ac_confdir=`$as_dirname -- "$as_myself" ||
Packit 56e0ee
$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
Packit 56e0ee
	 X"$as_myself" : 'X\(//\)[^/]' \| \
Packit 56e0ee
	 X"$as_myself" : 'X\(//\)$' \| \
Packit 56e0ee
	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
Packit 56e0ee
$as_echo X"$as_myself" |
Packit 56e0ee
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
Packit 56e0ee
	    s//\1/
Packit 56e0ee
	    q
Packit 56e0ee
	  }
Packit 56e0ee
	  /^X\(\/\/\)[^/].*/{
Packit 56e0ee
	    s//\1/
Packit 56e0ee
	    q
Packit 56e0ee
	  }
Packit 56e0ee
	  /^X\(\/\/\)$/{
Packit 56e0ee
	    s//\1/
Packit 56e0ee
	    q
Packit 56e0ee
	  }
Packit 56e0ee
	  /^X\(\/\).*/{
Packit 56e0ee
	    s//\1/
Packit 56e0ee
	    q
Packit 56e0ee
	  }
Packit 56e0ee
	  s/.*/./; q'`
Packit 56e0ee
  srcdir=$ac_confdir
Packit 56e0ee
  if test ! -r "$srcdir/$ac_unique_file"; then
Packit 56e0ee
    srcdir=..
Packit 56e0ee
  fi
Packit 56e0ee
else
Packit 56e0ee
  ac_srcdir_defaulted=no
Packit 56e0ee
fi
Packit 56e0ee
if test ! -r "$srcdir/$ac_unique_file"; then
Packit 56e0ee
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
Packit 56e0ee
  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
Packit 56e0ee
fi
Packit 56e0ee
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
Packit 56e0ee
ac_abs_confdir=`(
Packit 56e0ee
	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
Packit 56e0ee
	pwd)`
Packit 56e0ee
# When building in place, set srcdir=.
Packit 56e0ee
if test "$ac_abs_confdir" = "$ac_pwd"; then
Packit 56e0ee
  srcdir=.
Packit 56e0ee
fi
Packit 56e0ee
# Remove unnecessary trailing slashes from srcdir.
Packit 56e0ee
# Double slashes in file names in object file debugging info
Packit 56e0ee
# mess up M-x gdb in Emacs.
Packit 56e0ee
case $srcdir in
Packit 56e0ee
*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
Packit 56e0ee
esac
Packit 56e0ee
for ac_var in $ac_precious_vars; do
Packit 56e0ee
  eval ac_env_${ac_var}_set=\${${ac_var}+set}
Packit 56e0ee
  eval ac_env_${ac_var}_value=\$${ac_var}
Packit 56e0ee
  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
Packit 56e0ee
  eval ac_cv_env_${ac_var}_value=\$${ac_var}
Packit 56e0ee
done
Packit 56e0ee
Packit 56e0ee
#
Packit 56e0ee
# Report the --help message.
Packit 56e0ee
#
Packit 56e0ee
if test "$ac_init_help" = "long"; then
Packit 56e0ee
  # Omit some internal or obsolete options to make the list less imposing.
Packit 56e0ee
  # This message is too long to be a string in the A/UX 3.1 sh.
Packit 56e0ee
  cat <<_ACEOF
Packit 56e0ee
\`configure' configures libXau 1.0.9 to adapt to many kinds of systems.
Packit 56e0ee
Packit 56e0ee
Usage: $0 [OPTION]... [VAR=VALUE]...
Packit 56e0ee
Packit 56e0ee
To assign environment variables (e.g., CC, CFLAGS...), specify them as
Packit 56e0ee
VAR=VALUE.  See below for descriptions of some of the useful variables.
Packit 56e0ee
Packit 56e0ee
Defaults for the options are specified in brackets.
Packit 56e0ee
Packit 56e0ee
Configuration:
Packit 56e0ee
  -h, --help              display this help and exit
Packit 56e0ee
      --help=short        display options specific to this package
Packit 56e0ee
      --help=recursive    display the short help of all the included packages
Packit 56e0ee
  -V, --version           display version information and exit
Packit 56e0ee
  -q, --quiet, --silent   do not print \`checking ...' messages
Packit 56e0ee
      --cache-file=FILE   cache test results in FILE [disabled]
Packit 56e0ee
  -C, --config-cache      alias for \`--cache-file=config.cache'
Packit 56e0ee
  -n, --no-create         do not create output files
Packit 56e0ee
      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
Packit 56e0ee
Packit 56e0ee
Installation directories:
Packit 56e0ee
  --prefix=PREFIX         install architecture-independent files in PREFIX
Packit 56e0ee
                          [$ac_default_prefix]
Packit 56e0ee
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
Packit 56e0ee
                          [PREFIX]
Packit 56e0ee
Packit 56e0ee
By default, \`make install' will install all the files in
Packit 56e0ee
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
Packit 56e0ee
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
Packit 56e0ee
for instance \`--prefix=\$HOME'.
Packit 56e0ee
Packit 56e0ee
For better control, use the options below.
Packit 56e0ee
Packit 56e0ee
Fine tuning of the installation directories:
Packit 56e0ee
  --bindir=DIR            user executables [EPREFIX/bin]
Packit 56e0ee
  --sbindir=DIR           system admin executables [EPREFIX/sbin]
Packit 56e0ee
  --libexecdir=DIR        program executables [EPREFIX/libexec]
Packit 56e0ee
  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
Packit 56e0ee
  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
Packit 56e0ee
  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
Packit 56e0ee
  --libdir=DIR            object code libraries [EPREFIX/lib]
Packit 56e0ee
  --includedir=DIR        C header files [PREFIX/include]
Packit 56e0ee
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
Packit 56e0ee
  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
Packit 56e0ee
  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
Packit 56e0ee
  --infodir=DIR           info documentation [DATAROOTDIR/info]
Packit 56e0ee
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
Packit 56e0ee
  --mandir=DIR            man documentation [DATAROOTDIR/man]
Packit 56e0ee
  --docdir=DIR            documentation root [DATAROOTDIR/doc/libXau]
Packit 56e0ee
  --htmldir=DIR           html documentation [DOCDIR]
Packit 56e0ee
  --dvidir=DIR            dvi documentation [DOCDIR]
Packit 56e0ee
  --pdfdir=DIR            pdf documentation [DOCDIR]
Packit 56e0ee
  --psdir=DIR             ps documentation [DOCDIR]
Packit 56e0ee
_ACEOF
Packit 56e0ee
Packit 56e0ee
  cat <<\_ACEOF
Packit 56e0ee
Packit 56e0ee
Program names:
Packit 56e0ee
  --program-prefix=PREFIX            prepend PREFIX to installed program names
Packit 56e0ee
  --program-suffix=SUFFIX            append SUFFIX to installed program names
Packit 56e0ee
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
Packit 56e0ee
Packit 56e0ee
System types:
Packit 56e0ee
  --build=BUILD     configure for building on BUILD [guessed]
Packit 56e0ee
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
Packit 56e0ee
_ACEOF
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
if test -n "$ac_init_help"; then
Packit 56e0ee
  case $ac_init_help in
Packit 56e0ee
     short | recursive ) echo "Configuration of libXau 1.0.9:";;
Packit 56e0ee
   esac
Packit 56e0ee
  cat <<\_ACEOF
Packit 56e0ee
Packit 56e0ee
Optional Features:
Packit 56e0ee
  --disable-option-checking  ignore unrecognized --enable/--with options
Packit 56e0ee
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
Packit 56e0ee
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
Packit 56e0ee
  --enable-dependency-tracking
Packit 56e0ee
                          do not reject slow dependency extractors
Packit 56e0ee
  --disable-dependency-tracking
Packit 56e0ee
                          speeds up one-time build
Packit 56e0ee
  --enable-silent-rules   less verbose build output (undo: "make V=1")
Packit 56e0ee
  --disable-silent-rules  verbose build output (undo: "make V=0")
Packit 56e0ee
  --enable-shared[=PKGS]  build shared libraries [default=yes]
Packit 56e0ee
  --enable-static[=PKGS]  build static libraries [default=yes]
Packit 56e0ee
  --enable-fast-install[=PKGS]
Packit 56e0ee
                          optimize for fast installation [default=yes]
Packit 56e0ee
  --disable-libtool-lock  avoid locking (might break parallel builds)
Packit 56e0ee
  --disable-selective-werror
Packit 56e0ee
                          Turn off selective compiler errors. (default:
Packit 56e0ee
                          enabled)
Packit 56e0ee
  --enable-strict-compilation
Packit 56e0ee
                          Enable all warnings from compiler and make them
Packit 56e0ee
                          errors (default: disabled)
Packit 56e0ee
  --disable-xthreads      Disable libXau support for Multithreading
Packit 56e0ee
  --enable-lint-library   Create lint library (default: disabled)
Packit 56e0ee
Packit 56e0ee
Optional Packages:
Packit 56e0ee
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
Packit 56e0ee
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
Packit 56e0ee
  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
Packit 56e0ee
                          both]
Packit 56e0ee
  --with-aix-soname=aix|svr4|both
Packit 56e0ee
                          shared library versioning (aka "SONAME") variant to
Packit 56e0ee
                          provide on AIX, [default=aix].
Packit 56e0ee
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
Packit 56e0ee
  --with-sysroot[=DIR]    Search for dependent libraries within DIR (or the
Packit 56e0ee
                          compiler's sysroot if not specified).
Packit 56e0ee
  --with-lint             Use a lint-style source code checker (default:
Packit 56e0ee
                          disabled)
Packit 56e0ee
Packit 56e0ee
Some influential environment variables:
Packit 56e0ee
  CC          C compiler command
Packit 56e0ee
  CFLAGS      C compiler flags
Packit 56e0ee
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
Packit 56e0ee
              nonstandard directory <lib dir>
Packit 56e0ee
  LIBS        libraries to pass to the linker, e.g. -l<library>
Packit 56e0ee
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
Packit 56e0ee
              you have headers in a nonstandard directory <include dir>
Packit 56e0ee
  CPP         C preprocessor
Packit 56e0ee
  LT_SYS_LIBRARY_PATH
Packit 56e0ee
              User-defined run-time library search path.
Packit 56e0ee
  PKG_CONFIG  path to pkg-config utility
Packit 56e0ee
  PKG_CONFIG_PATH
Packit 56e0ee
              directories to add to pkg-config's search path
Packit 56e0ee
  PKG_CONFIG_LIBDIR
Packit 56e0ee
              path overriding pkg-config's built-in search path
Packit 56e0ee
  XAU_CFLAGS  C compiler flags for XAU, overriding pkg-config
Packit 56e0ee
  XAU_LIBS    linker flags for XAU, overriding pkg-config
Packit 56e0ee
  LINT        Path to a lint-style command
Packit 56e0ee
  LINT_FLAGS  Flags for the lint-style command
Packit 56e0ee
Packit 56e0ee
Use these variables to override the choices made by `configure' or to help
Packit 56e0ee
it to find libraries and programs with nonstandard names/locations.
Packit 56e0ee
Packit 56e0ee
Report bugs to <https://gitlab.freedesktop.org/xorg/lib/libXau/issues>.
Packit 56e0ee
_ACEOF
Packit 56e0ee
ac_status=$?
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
if test "$ac_init_help" = "recursive"; then
Packit 56e0ee
  # If there are subdirs, report their specific --help.
Packit 56e0ee
  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
Packit 56e0ee
    test -d "$ac_dir" ||
Packit 56e0ee
      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
Packit 56e0ee
      continue
Packit 56e0ee
    ac_builddir=.
Packit 56e0ee
Packit 56e0ee
case "$ac_dir" in
Packit 56e0ee
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
Packit 56e0ee
*)
Packit 56e0ee
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
Packit 56e0ee
  # A ".." for each directory in $ac_dir_suffix.
Packit 56e0ee
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
Packit 56e0ee
  case $ac_top_builddir_sub in
Packit 56e0ee
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
Packit 56e0ee
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
Packit 56e0ee
  esac ;;
Packit 56e0ee
esac
Packit 56e0ee
ac_abs_top_builddir=$ac_pwd
Packit 56e0ee
ac_abs_builddir=$ac_pwd$ac_dir_suffix
Packit 56e0ee
# for backward compatibility:
Packit 56e0ee
ac_top_builddir=$ac_top_build_prefix
Packit 56e0ee
Packit 56e0ee
case $srcdir in
Packit 56e0ee
  .)  # We are building in place.
Packit 56e0ee
    ac_srcdir=.
Packit 56e0ee
    ac_top_srcdir=$ac_top_builddir_sub
Packit 56e0ee
    ac_abs_top_srcdir=$ac_pwd ;;
Packit 56e0ee
  [\\/]* | ?:[\\/]* )  # Absolute name.
Packit 56e0ee
    ac_srcdir=$srcdir$ac_dir_suffix;
Packit 56e0ee
    ac_top_srcdir=$srcdir
Packit 56e0ee
    ac_abs_top_srcdir=$srcdir ;;
Packit 56e0ee
  *) # Relative name.
Packit 56e0ee
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
Packit 56e0ee
    ac_top_srcdir=$ac_top_build_prefix$srcdir
Packit 56e0ee
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
Packit 56e0ee
esac
Packit 56e0ee
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
Packit 56e0ee
Packit 56e0ee
    cd "$ac_dir" || { ac_status=$?; continue; }
Packit 56e0ee
    # Check for guested configure.
Packit 56e0ee
    if test -f "$ac_srcdir/configure.gnu"; then
Packit 56e0ee
      echo &&
Packit 56e0ee
      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
Packit 56e0ee
    elif test -f "$ac_srcdir/configure"; then
Packit 56e0ee
      echo &&
Packit 56e0ee
      $SHELL "$ac_srcdir/configure" --help=recursive
Packit 56e0ee
    else
Packit 56e0ee
      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
Packit 56e0ee
    fi || ac_status=$?
Packit 56e0ee
    cd "$ac_pwd" || { ac_status=$?; break; }
Packit 56e0ee
  done
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
test -n "$ac_init_help" && exit $ac_status
Packit 56e0ee
if $ac_init_version; then
Packit 56e0ee
  cat <<\_ACEOF
Packit 56e0ee
libXau configure 1.0.9
Packit 56e0ee
generated by GNU Autoconf 2.69
Packit 56e0ee
Packit 56e0ee
Copyright (C) 2012 Free Software Foundation, Inc.
Packit 56e0ee
This configure script is free software; the Free Software Foundation
Packit 56e0ee
gives unlimited permission to copy, distribute and modify it.
Packit 56e0ee
_ACEOF
Packit 56e0ee
  exit
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
## ------------------------ ##
Packit 56e0ee
## Autoconf initialization. ##
Packit 56e0ee
## ------------------------ ##
Packit 56e0ee
Packit 56e0ee
# ac_fn_c_try_compile LINENO
Packit 56e0ee
# --------------------------
Packit 56e0ee
# Try to compile conftest.$ac_ext, and return whether this succeeded.
Packit 56e0ee
ac_fn_c_try_compile ()
Packit 56e0ee
{
Packit 56e0ee
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
Packit 56e0ee
  rm -f conftest.$ac_objext
Packit 56e0ee
  if { { ac_try="$ac_compile"
Packit 56e0ee
case "(($ac_try" in
Packit 56e0ee
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
Packit 56e0ee
  *) ac_try_echo=$ac_try;;
Packit 56e0ee
esac
Packit 56e0ee
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
Packit 56e0ee
$as_echo "$ac_try_echo"; } >&5
Packit 56e0ee
  (eval "$ac_compile") 2>conftest.err
Packit 56e0ee
  ac_status=$?
Packit 56e0ee
  if test -s conftest.err; then
Packit 56e0ee
    grep -v '^ *+' conftest.err >conftest.er1
Packit 56e0ee
    cat conftest.er1 >&5
Packit 56e0ee
    mv -f conftest.er1 conftest.err
Packit 56e0ee
  fi
Packit 56e0ee
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
Packit 56e0ee
  test $ac_status = 0; } && {
Packit 56e0ee
	 test -z "$ac_c_werror_flag" ||
Packit 56e0ee
	 test ! -s conftest.err
Packit 56e0ee
       } && test -s conftest.$ac_objext; then :
Packit 56e0ee
  ac_retval=0
Packit 56e0ee
else
Packit 56e0ee
  $as_echo "$as_me: failed program was:" >&5
Packit 56e0ee
sed 's/^/| /' conftest.$ac_ext >&5
Packit 56e0ee
Packit 56e0ee
	ac_retval=1
Packit 56e0ee
fi
Packit 56e0ee
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
Packit 56e0ee
  as_fn_set_status $ac_retval
Packit 56e0ee
Packit 56e0ee
} # ac_fn_c_try_compile
Packit 56e0ee
Packit 56e0ee
# ac_fn_c_try_cpp LINENO
Packit 56e0ee
# ----------------------
Packit 56e0ee
# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
Packit 56e0ee
ac_fn_c_try_cpp ()
Packit 56e0ee
{
Packit 56e0ee
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
Packit 56e0ee
  if { { ac_try="$ac_cpp conftest.$ac_ext"
Packit 56e0ee
case "(($ac_try" in
Packit 56e0ee
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
Packit 56e0ee
  *) ac_try_echo=$ac_try;;
Packit 56e0ee
esac
Packit 56e0ee
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
Packit 56e0ee
$as_echo "$ac_try_echo"; } >&5
Packit 56e0ee
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
Packit 56e0ee
  ac_status=$?
Packit 56e0ee
  if test -s conftest.err; then
Packit 56e0ee
    grep -v '^ *+' conftest.err >conftest.er1
Packit 56e0ee
    cat conftest.er1 >&5
Packit 56e0ee
    mv -f conftest.er1 conftest.err
Packit 56e0ee
  fi
Packit 56e0ee
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
Packit 56e0ee
  test $ac_status = 0; } > conftest.i && {
Packit 56e0ee
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
Packit 56e0ee
	 test ! -s conftest.err
Packit 56e0ee
       }; then :
Packit 56e0ee
  ac_retval=0
Packit 56e0ee
else
Packit 56e0ee
  $as_echo "$as_me: failed program was:" >&5
Packit 56e0ee
sed 's/^/| /' conftest.$ac_ext >&5
Packit 56e0ee
Packit 56e0ee
    ac_retval=1
Packit 56e0ee
fi
Packit 56e0ee
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
Packit 56e0ee
  as_fn_set_status $ac_retval
Packit 56e0ee
Packit 56e0ee
} # ac_fn_c_try_cpp
Packit 56e0ee
Packit 56e0ee
# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
Packit 56e0ee
# -------------------------------------------------------
Packit 56e0ee
# Tests whether HEADER exists, giving a warning if it cannot be compiled using
Packit 56e0ee
# the include files in INCLUDES and setting the cache variable VAR
Packit 56e0ee
# accordingly.
Packit 56e0ee
ac_fn_c_check_header_mongrel ()
Packit 56e0ee
{
Packit 56e0ee
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
Packit 56e0ee
  if eval \${$3+:} false; then :
Packit 56e0ee
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
Packit 56e0ee
$as_echo_n "checking for $2... " >&6; }
Packit 56e0ee
if eval \${$3+:} false; then :
Packit 56e0ee
  $as_echo_n "(cached) " >&6
Packit 56e0ee
fi
Packit 56e0ee
eval ac_res=\$$3
Packit 56e0ee
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
Packit 56e0ee
$as_echo "$ac_res" >&6; }
Packit 56e0ee
else
Packit 56e0ee
  # Is the header compilable?
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
Packit 56e0ee
$as_echo_n "checking $2 usability... " >&6; }
Packit 56e0ee
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 56e0ee
/* end confdefs.h.  */
Packit 56e0ee
$4
Packit 56e0ee
#include <$2>
Packit 56e0ee
_ACEOF
Packit 56e0ee
if ac_fn_c_try_compile "$LINENO"; then :
Packit 56e0ee
  ac_header_compiler=yes
Packit 56e0ee
else
Packit 56e0ee
  ac_header_compiler=no
Packit 56e0ee
fi
Packit 56e0ee
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
Packit 56e0ee
$as_echo "$ac_header_compiler" >&6; }
Packit 56e0ee
Packit 56e0ee
# Is the header present?
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
Packit 56e0ee
$as_echo_n "checking $2 presence... " >&6; }
Packit 56e0ee
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 56e0ee
/* end confdefs.h.  */
Packit 56e0ee
#include <$2>
Packit 56e0ee
_ACEOF
Packit 56e0ee
if ac_fn_c_try_cpp "$LINENO"; then :
Packit 56e0ee
  ac_header_preproc=yes
Packit 56e0ee
else
Packit 56e0ee
  ac_header_preproc=no
Packit 56e0ee
fi
Packit 56e0ee
rm -f conftest.err conftest.i conftest.$ac_ext
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
Packit 56e0ee
$as_echo "$ac_header_preproc" >&6; }
Packit 56e0ee
Packit 56e0ee
# So?  What about this header?
Packit 56e0ee
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
Packit 56e0ee
  yes:no: )
Packit 56e0ee
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
Packit 56e0ee
$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
Packit 56e0ee
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
Packit 56e0ee
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
Packit 56e0ee
    ;;
Packit 56e0ee
  no:yes:* )
Packit 56e0ee
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
Packit 56e0ee
$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
Packit 56e0ee
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
Packit 56e0ee
$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
Packit 56e0ee
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
Packit 56e0ee
$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
Packit 56e0ee
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
Packit 56e0ee
$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
Packit 56e0ee
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
Packit 56e0ee
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
Packit 56e0ee
( $as_echo "## -------------------------------------------------------------------- ##
Packit 56e0ee
## Report this to https://gitlab.freedesktop.org/xorg/lib/libXau/issues ##
Packit 56e0ee
## -------------------------------------------------------------------- ##"
Packit 56e0ee
     ) | sed "s/^/$as_me: WARNING:     /" >&2
Packit 56e0ee
    ;;
Packit 56e0ee
esac
Packit 56e0ee
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
Packit 56e0ee
$as_echo_n "checking for $2... " >&6; }
Packit 56e0ee
if eval \${$3+:} false; then :
Packit 56e0ee
  $as_echo_n "(cached) " >&6
Packit 56e0ee
else
Packit 56e0ee
  eval "$3=\$ac_header_compiler"
Packit 56e0ee
fi
Packit 56e0ee
eval ac_res=\$$3
Packit 56e0ee
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
Packit 56e0ee
$as_echo "$ac_res" >&6; }
Packit 56e0ee
fi
Packit 56e0ee
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
Packit 56e0ee
Packit 56e0ee
} # ac_fn_c_check_header_mongrel
Packit 56e0ee
Packit 56e0ee
# ac_fn_c_try_run LINENO
Packit 56e0ee
# ----------------------
Packit 56e0ee
# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
Packit 56e0ee
# that executables *can* be run.
Packit 56e0ee
ac_fn_c_try_run ()
Packit 56e0ee
{
Packit 56e0ee
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
Packit 56e0ee
  if { { ac_try="$ac_link"
Packit 56e0ee
case "(($ac_try" in
Packit 56e0ee
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
Packit 56e0ee
  *) ac_try_echo=$ac_try;;
Packit 56e0ee
esac
Packit 56e0ee
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
Packit 56e0ee
$as_echo "$ac_try_echo"; } >&5
Packit 56e0ee
  (eval "$ac_link") 2>&5
Packit 56e0ee
  ac_status=$?
Packit 56e0ee
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
Packit 56e0ee
  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
Packit 56e0ee
  { { case "(($ac_try" in
Packit 56e0ee
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
Packit 56e0ee
  *) ac_try_echo=$ac_try;;
Packit 56e0ee
esac
Packit 56e0ee
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
Packit 56e0ee
$as_echo "$ac_try_echo"; } >&5
Packit 56e0ee
  (eval "$ac_try") 2>&5
Packit 56e0ee
  ac_status=$?
Packit 56e0ee
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
Packit 56e0ee
  test $ac_status = 0; }; }; then :
Packit 56e0ee
  ac_retval=0
Packit 56e0ee
else
Packit 56e0ee
  $as_echo "$as_me: program exited with status $ac_status" >&5
Packit 56e0ee
       $as_echo "$as_me: failed program was:" >&5
Packit 56e0ee
sed 's/^/| /' conftest.$ac_ext >&5
Packit 56e0ee
Packit 56e0ee
       ac_retval=$ac_status
Packit 56e0ee
fi
Packit 56e0ee
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
Packit 56e0ee
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
Packit 56e0ee
  as_fn_set_status $ac_retval
Packit 56e0ee
Packit 56e0ee
} # ac_fn_c_try_run
Packit 56e0ee
Packit 56e0ee
# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
Packit 56e0ee
# -------------------------------------------------------
Packit 56e0ee
# Tests whether HEADER exists and can be compiled using the include files in
Packit 56e0ee
# INCLUDES, setting the cache variable VAR accordingly.
Packit 56e0ee
ac_fn_c_check_header_compile ()
Packit 56e0ee
{
Packit 56e0ee
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
Packit 56e0ee
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
Packit 56e0ee
$as_echo_n "checking for $2... " >&6; }
Packit 56e0ee
if eval \${$3+:} false; then :
Packit 56e0ee
  $as_echo_n "(cached) " >&6
Packit 56e0ee
else
Packit 56e0ee
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 56e0ee
/* end confdefs.h.  */
Packit 56e0ee
$4
Packit 56e0ee
#include <$2>
Packit 56e0ee
_ACEOF
Packit 56e0ee
if ac_fn_c_try_compile "$LINENO"; then :
Packit 56e0ee
  eval "$3=yes"
Packit 56e0ee
else
Packit 56e0ee
  eval "$3=no"
Packit 56e0ee
fi
Packit 56e0ee
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Packit 56e0ee
fi
Packit 56e0ee
eval ac_res=\$$3
Packit 56e0ee
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
Packit 56e0ee
$as_echo "$ac_res" >&6; }
Packit 56e0ee
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
Packit 56e0ee
Packit 56e0ee
} # ac_fn_c_check_header_compile
Packit 56e0ee
Packit 56e0ee
# ac_fn_c_try_link LINENO
Packit 56e0ee
# -----------------------
Packit 56e0ee
# Try to link conftest.$ac_ext, and return whether this succeeded.
Packit 56e0ee
ac_fn_c_try_link ()
Packit 56e0ee
{
Packit 56e0ee
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
Packit 56e0ee
  rm -f conftest.$ac_objext conftest$ac_exeext
Packit 56e0ee
  if { { ac_try="$ac_link"
Packit 56e0ee
case "(($ac_try" in
Packit 56e0ee
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
Packit 56e0ee
  *) ac_try_echo=$ac_try;;
Packit 56e0ee
esac
Packit 56e0ee
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
Packit 56e0ee
$as_echo "$ac_try_echo"; } >&5
Packit 56e0ee
  (eval "$ac_link") 2>conftest.err
Packit 56e0ee
  ac_status=$?
Packit 56e0ee
  if test -s conftest.err; then
Packit 56e0ee
    grep -v '^ *+' conftest.err >conftest.er1
Packit 56e0ee
    cat conftest.er1 >&5
Packit 56e0ee
    mv -f conftest.er1 conftest.err
Packit 56e0ee
  fi
Packit 56e0ee
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
Packit 56e0ee
  test $ac_status = 0; } && {
Packit 56e0ee
	 test -z "$ac_c_werror_flag" ||
Packit 56e0ee
	 test ! -s conftest.err
Packit 56e0ee
       } && test -s conftest$ac_exeext && {
Packit 56e0ee
	 test "$cross_compiling" = yes ||
Packit 56e0ee
	 test -x conftest$ac_exeext
Packit 56e0ee
       }; then :
Packit 56e0ee
  ac_retval=0
Packit 56e0ee
else
Packit 56e0ee
  $as_echo "$as_me: failed program was:" >&5
Packit 56e0ee
sed 's/^/| /' conftest.$ac_ext >&5
Packit 56e0ee
Packit 56e0ee
	ac_retval=1
Packit 56e0ee
fi
Packit 56e0ee
  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
Packit 56e0ee
  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
Packit 56e0ee
  # interfere with the next link command; also delete a directory that is
Packit 56e0ee
  # left behind by Apple's compiler.  We do this before executing the actions.
Packit 56e0ee
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
Packit 56e0ee
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
Packit 56e0ee
  as_fn_set_status $ac_retval
Packit 56e0ee
Packit 56e0ee
} # ac_fn_c_try_link
Packit 56e0ee
Packit 56e0ee
# ac_fn_c_check_func LINENO FUNC VAR
Packit 56e0ee
# ----------------------------------
Packit 56e0ee
# Tests whether FUNC exists, setting the cache variable VAR accordingly
Packit 56e0ee
ac_fn_c_check_func ()
Packit 56e0ee
{
Packit 56e0ee
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
Packit 56e0ee
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
Packit 56e0ee
$as_echo_n "checking for $2... " >&6; }
Packit 56e0ee
if eval \${$3+:} false; then :
Packit 56e0ee
  $as_echo_n "(cached) " >&6
Packit 56e0ee
else
Packit 56e0ee
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 56e0ee
/* end confdefs.h.  */
Packit 56e0ee
/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
Packit 56e0ee
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
Packit 56e0ee
#define $2 innocuous_$2
Packit 56e0ee
Packit 56e0ee
/* System header to define __stub macros and hopefully few prototypes,
Packit 56e0ee
    which can conflict with char $2 (); below.
Packit 56e0ee
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
Packit 56e0ee
    <limits.h> exists even on freestanding compilers.  */
Packit 56e0ee
Packit 56e0ee
#ifdef __STDC__
Packit 56e0ee
# include <limits.h>
Packit 56e0ee
#else
Packit 56e0ee
# include <assert.h>
Packit 56e0ee
#endif
Packit 56e0ee
Packit 56e0ee
#undef $2
Packit 56e0ee
Packit 56e0ee
/* Override any GCC internal prototype to avoid an error.
Packit 56e0ee
   Use char because int might match the return type of a GCC
Packit 56e0ee
   builtin and then its argument prototype would still apply.  */
Packit 56e0ee
#ifdef __cplusplus
Packit 56e0ee
extern "C"
Packit 56e0ee
#endif
Packit 56e0ee
char $2 ();
Packit 56e0ee
/* The GNU C library defines this for functions which it implements
Packit 56e0ee
    to always fail with ENOSYS.  Some functions are actually named
Packit 56e0ee
    something starting with __ and the normal name is an alias.  */
Packit 56e0ee
#if defined __stub_$2 || defined __stub___$2
Packit 56e0ee
choke me
Packit 56e0ee
#endif
Packit 56e0ee
Packit 56e0ee
int
Packit 56e0ee
main ()
Packit 56e0ee
{
Packit 56e0ee
return $2 ();
Packit 56e0ee
  ;
Packit 56e0ee
  return 0;
Packit 56e0ee
}
Packit 56e0ee
_ACEOF
Packit 56e0ee
if ac_fn_c_try_link "$LINENO"; then :
Packit 56e0ee
  eval "$3=yes"
Packit 56e0ee
else
Packit 56e0ee
  eval "$3=no"
Packit 56e0ee
fi
Packit 56e0ee
rm -f core conftest.err conftest.$ac_objext \
Packit 56e0ee
    conftest$ac_exeext conftest.$ac_ext
Packit 56e0ee
fi
Packit 56e0ee
eval ac_res=\$$3
Packit 56e0ee
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
Packit 56e0ee
$as_echo "$ac_res" >&6; }
Packit 56e0ee
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
Packit 56e0ee
Packit 56e0ee
} # ac_fn_c_check_func
Packit 56e0ee
Packit 56e0ee
# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
Packit 56e0ee
# ---------------------------------------------
Packit 56e0ee
# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
Packit 56e0ee
# accordingly.
Packit 56e0ee
ac_fn_c_check_decl ()
Packit 56e0ee
{
Packit 56e0ee
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
Packit 56e0ee
  as_decl_name=`echo $2|sed 's/ *(.*//'`
Packit 56e0ee
  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
Packit 56e0ee
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
Packit 56e0ee
$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
Packit 56e0ee
if eval \${$3+:} false; then :
Packit 56e0ee
  $as_echo_n "(cached) " >&6
Packit 56e0ee
else
Packit 56e0ee
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 56e0ee
/* end confdefs.h.  */
Packit 56e0ee
$4
Packit 56e0ee
int
Packit 56e0ee
main ()
Packit 56e0ee
{
Packit 56e0ee
#ifndef $as_decl_name
Packit 56e0ee
#ifdef __cplusplus
Packit 56e0ee
  (void) $as_decl_use;
Packit 56e0ee
#else
Packit 56e0ee
  (void) $as_decl_name;
Packit 56e0ee
#endif
Packit 56e0ee
#endif
Packit 56e0ee
Packit 56e0ee
  ;
Packit 56e0ee
  return 0;
Packit 56e0ee
}
Packit 56e0ee
_ACEOF
Packit 56e0ee
if ac_fn_c_try_compile "$LINENO"; then :
Packit 56e0ee
  eval "$3=yes"
Packit 56e0ee
else
Packit 56e0ee
  eval "$3=no"
Packit 56e0ee
fi
Packit 56e0ee
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Packit 56e0ee
fi
Packit 56e0ee
eval ac_res=\$$3
Packit 56e0ee
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
Packit 56e0ee
$as_echo "$ac_res" >&6; }
Packit 56e0ee
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
Packit 56e0ee
Packit 56e0ee
} # ac_fn_c_check_decl
Packit 56e0ee
cat >config.log <<_ACEOF
Packit 56e0ee
This file contains any messages produced by compilers while
Packit 56e0ee
running configure, to aid debugging if configure makes a mistake.
Packit 56e0ee
Packit 56e0ee
It was created by libXau $as_me 1.0.9, which was
Packit 56e0ee
generated by GNU Autoconf 2.69.  Invocation command line was
Packit 56e0ee
Packit 56e0ee
  $ $0 $@
Packit 56e0ee
Packit 56e0ee
_ACEOF
Packit 56e0ee
exec 5>>config.log
Packit 56e0ee
{
Packit 56e0ee
cat <<_ASUNAME
Packit 56e0ee
## --------- ##
Packit 56e0ee
## Platform. ##
Packit 56e0ee
## --------- ##
Packit 56e0ee
Packit 56e0ee
hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
Packit 56e0ee
uname -m = `(uname -m) 2>/dev/null || echo unknown`
Packit 56e0ee
uname -r = `(uname -r) 2>/dev/null || echo unknown`
Packit 56e0ee
uname -s = `(uname -s) 2>/dev/null || echo unknown`
Packit 56e0ee
uname -v = `(uname -v) 2>/dev/null || echo unknown`
Packit 56e0ee
Packit 56e0ee
/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
Packit 56e0ee
/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
Packit 56e0ee
Packit 56e0ee
/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
Packit 56e0ee
/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
Packit 56e0ee
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
Packit 56e0ee
/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
Packit 56e0ee
/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
Packit 56e0ee
/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
Packit 56e0ee
/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
Packit 56e0ee
Packit 56e0ee
_ASUNAME
Packit 56e0ee
Packit 56e0ee
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 56e0ee
for as_dir in $PATH
Packit 56e0ee
do
Packit 56e0ee
  IFS=$as_save_IFS
Packit 56e0ee
  test -z "$as_dir" && as_dir=.
Packit 56e0ee
    $as_echo "PATH: $as_dir"
Packit 56e0ee
  done
Packit 56e0ee
IFS=$as_save_IFS
Packit 56e0ee
Packit 56e0ee
} >&5
Packit 56e0ee
Packit 56e0ee
cat >&5 <<_ACEOF
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
## ----------- ##
Packit 56e0ee
## Core tests. ##
Packit 56e0ee
## ----------- ##
Packit 56e0ee
Packit 56e0ee
_ACEOF
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
# Keep a trace of the command line.
Packit 56e0ee
# Strip out --no-create and --no-recursion so they do not pile up.
Packit 56e0ee
# Strip out --silent because we don't want to record it for future runs.
Packit 56e0ee
# Also quote any args containing shell meta-characters.
Packit 56e0ee
# Make two passes to allow for proper duplicate-argument suppression.
Packit 56e0ee
ac_configure_args=
Packit 56e0ee
ac_configure_args0=
Packit 56e0ee
ac_configure_args1=
Packit 56e0ee
ac_must_keep_next=false
Packit 56e0ee
for ac_pass in 1 2
Packit 56e0ee
do
Packit 56e0ee
  for ac_arg
Packit 56e0ee
  do
Packit 56e0ee
    case $ac_arg in
Packit 56e0ee
    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
Packit 56e0ee
    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
Packit 56e0ee
    | -silent | --silent | --silen | --sile | --sil)
Packit 56e0ee
      continue ;;
Packit 56e0ee
    *\'*)
Packit 56e0ee
      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
Packit 56e0ee
    esac
Packit 56e0ee
    case $ac_pass in
Packit 56e0ee
    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
Packit 56e0ee
    2)
Packit 56e0ee
      as_fn_append ac_configure_args1 " '$ac_arg'"
Packit 56e0ee
      if test $ac_must_keep_next = true; then
Packit 56e0ee
	ac_must_keep_next=false # Got value, back to normal.
Packit 56e0ee
      else
Packit 56e0ee
	case $ac_arg in
Packit 56e0ee
	  *=* | --config-cache | -C | -disable-* | --disable-* \
Packit 56e0ee
	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
Packit 56e0ee
	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
Packit 56e0ee
	  | -with-* | --with-* | -without-* | --without-* | --x)
Packit 56e0ee
	    case "$ac_configure_args0 " in
Packit 56e0ee
	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
Packit 56e0ee
	    esac
Packit 56e0ee
	    ;;
Packit 56e0ee
	  -* ) ac_must_keep_next=true ;;
Packit 56e0ee
	esac
Packit 56e0ee
      fi
Packit 56e0ee
      as_fn_append ac_configure_args " '$ac_arg'"
Packit 56e0ee
      ;;
Packit 56e0ee
    esac
Packit 56e0ee
  done
Packit 56e0ee
done
Packit 56e0ee
{ ac_configure_args0=; unset ac_configure_args0;}
Packit 56e0ee
{ ac_configure_args1=; unset ac_configure_args1;}
Packit 56e0ee
Packit 56e0ee
# When interrupted or exit'd, cleanup temporary files, and complete
Packit 56e0ee
# config.log.  We remove comments because anyway the quotes in there
Packit 56e0ee
# would cause problems or look ugly.
Packit 56e0ee
# WARNING: Use '\'' to represent an apostrophe within the trap.
Packit 56e0ee
# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
Packit 56e0ee
trap 'exit_status=$?
Packit 56e0ee
  # Save into config.log some information that might help in debugging.
Packit 56e0ee
  {
Packit 56e0ee
    echo
Packit 56e0ee
Packit 56e0ee
    $as_echo "## ---------------- ##
Packit 56e0ee
## Cache variables. ##
Packit 56e0ee
## ---------------- ##"
Packit 56e0ee
    echo
Packit 56e0ee
    # The following way of writing the cache mishandles newlines in values,
Packit 56e0ee
(
Packit 56e0ee
  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
Packit 56e0ee
    eval ac_val=\$$ac_var
Packit 56e0ee
    case $ac_val in #(
Packit 56e0ee
    *${as_nl}*)
Packit 56e0ee
      case $ac_var in #(
Packit 56e0ee
      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
Packit 56e0ee
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
Packit 56e0ee
      esac
Packit 56e0ee
      case $ac_var in #(
Packit 56e0ee
      _ | IFS | as_nl) ;; #(
Packit 56e0ee
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
Packit 56e0ee
      *) { eval $ac_var=; unset $ac_var;} ;;
Packit 56e0ee
      esac ;;
Packit 56e0ee
    esac
Packit 56e0ee
  done
Packit 56e0ee
  (set) 2>&1 |
Packit 56e0ee
    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
Packit 56e0ee
    *${as_nl}ac_space=\ *)
Packit 56e0ee
      sed -n \
Packit 56e0ee
	"s/'\''/'\''\\\\'\'''\''/g;
Packit 56e0ee
	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
Packit 56e0ee
      ;; #(
Packit 56e0ee
    *)
Packit 56e0ee
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
Packit 56e0ee
      ;;
Packit 56e0ee
    esac |
Packit 56e0ee
    sort
Packit 56e0ee
)
Packit 56e0ee
    echo
Packit 56e0ee
Packit 56e0ee
    $as_echo "## ----------------- ##
Packit 56e0ee
## Output variables. ##
Packit 56e0ee
## ----------------- ##"
Packit 56e0ee
    echo
Packit 56e0ee
    for ac_var in $ac_subst_vars
Packit 56e0ee
    do
Packit 56e0ee
      eval ac_val=\$$ac_var
Packit 56e0ee
      case $ac_val in
Packit 56e0ee
      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
Packit 56e0ee
      esac
Packit 56e0ee
      $as_echo "$ac_var='\''$ac_val'\''"
Packit 56e0ee
    done | sort
Packit 56e0ee
    echo
Packit 56e0ee
Packit 56e0ee
    if test -n "$ac_subst_files"; then
Packit 56e0ee
      $as_echo "## ------------------- ##
Packit 56e0ee
## File substitutions. ##
Packit 56e0ee
## ------------------- ##"
Packit 56e0ee
      echo
Packit 56e0ee
      for ac_var in $ac_subst_files
Packit 56e0ee
      do
Packit 56e0ee
	eval ac_val=\$$ac_var
Packit 56e0ee
	case $ac_val in
Packit 56e0ee
	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
Packit 56e0ee
	esac
Packit 56e0ee
	$as_echo "$ac_var='\''$ac_val'\''"
Packit 56e0ee
      done | sort
Packit 56e0ee
      echo
Packit 56e0ee
    fi
Packit 56e0ee
Packit 56e0ee
    if test -s confdefs.h; then
Packit 56e0ee
      $as_echo "## ----------- ##
Packit 56e0ee
## confdefs.h. ##
Packit 56e0ee
## ----------- ##"
Packit 56e0ee
      echo
Packit 56e0ee
      cat confdefs.h
Packit 56e0ee
      echo
Packit 56e0ee
    fi
Packit 56e0ee
    test "$ac_signal" != 0 &&
Packit 56e0ee
      $as_echo "$as_me: caught signal $ac_signal"
Packit 56e0ee
    $as_echo "$as_me: exit $exit_status"
Packit 56e0ee
  } >&5
Packit 56e0ee
  rm -f core *.core core.conftest.* &&
Packit 56e0ee
    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
Packit 56e0ee
    exit $exit_status
Packit 56e0ee
' 0
Packit 56e0ee
for ac_signal in 1 2 13 15; do
Packit 56e0ee
  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
Packit 56e0ee
done
Packit 56e0ee
ac_signal=0
Packit 56e0ee
Packit 56e0ee
# confdefs.h avoids OS command line length limits that DEFS can exceed.
Packit 56e0ee
rm -f -r conftest* confdefs.h
Packit 56e0ee
Packit 56e0ee
$as_echo "/* confdefs.h */" > confdefs.h
Packit 56e0ee
Packit 56e0ee
# Predefined preprocessor variables.
Packit 56e0ee
Packit 56e0ee
cat >>confdefs.h <<_ACEOF
Packit 56e0ee
#define PACKAGE_NAME "$PACKAGE_NAME"
Packit 56e0ee
_ACEOF
Packit 56e0ee
Packit 56e0ee
cat >>confdefs.h <<_ACEOF
Packit 56e0ee
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
Packit 56e0ee
_ACEOF
Packit 56e0ee
Packit 56e0ee
cat >>confdefs.h <<_ACEOF
Packit 56e0ee
#define PACKAGE_VERSION "$PACKAGE_VERSION"
Packit 56e0ee
_ACEOF
Packit 56e0ee
Packit 56e0ee
cat >>confdefs.h <<_ACEOF
Packit 56e0ee
#define PACKAGE_STRING "$PACKAGE_STRING"
Packit 56e0ee
_ACEOF
Packit 56e0ee
Packit 56e0ee
cat >>confdefs.h <<_ACEOF
Packit 56e0ee
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
Packit 56e0ee
_ACEOF
Packit 56e0ee
Packit 56e0ee
cat >>confdefs.h <<_ACEOF
Packit 56e0ee
#define PACKAGE_URL "$PACKAGE_URL"
Packit 56e0ee
_ACEOF
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
# Let the site file select an alternate cache file if it wants to.
Packit 56e0ee
# Prefer an explicitly selected file to automatically selected ones.
Packit 56e0ee
ac_site_file1=NONE
Packit 56e0ee
ac_site_file2=NONE
Packit 56e0ee
if test -n "$CONFIG_SITE"; then
Packit 56e0ee
  # We do not want a PATH search for config.site.
Packit 56e0ee
  case $CONFIG_SITE in #((
Packit 56e0ee
    -*)  ac_site_file1=./$CONFIG_SITE;;
Packit 56e0ee
    */*) ac_site_file1=$CONFIG_SITE;;
Packit 56e0ee
    *)   ac_site_file1=./$CONFIG_SITE;;
Packit 56e0ee
  esac
Packit 56e0ee
elif test "x$prefix" != xNONE; then
Packit 56e0ee
  ac_site_file1=$prefix/share/config.site
Packit 56e0ee
  ac_site_file2=$prefix/etc/config.site
Packit 56e0ee
else
Packit 56e0ee
  ac_site_file1=$ac_default_prefix/share/config.site
Packit 56e0ee
  ac_site_file2=$ac_default_prefix/etc/config.site
Packit 56e0ee
fi
Packit 56e0ee
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
Packit 56e0ee
do
Packit 56e0ee
  test "x$ac_site_file" = xNONE && continue
Packit 56e0ee
  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
Packit 56e0ee
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
Packit 56e0ee
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
Packit 56e0ee
    sed 's/^/| /' "$ac_site_file" >&5
Packit 56e0ee
    . "$ac_site_file" \
Packit 56e0ee
      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Packit 56e0ee
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Packit 56e0ee
as_fn_error $? "failed to load site script $ac_site_file
Packit 56e0ee
See \`config.log' for more details" "$LINENO" 5; }
Packit 56e0ee
  fi
Packit 56e0ee
done
Packit 56e0ee
Packit 56e0ee
if test -r "$cache_file"; then
Packit 56e0ee
  # Some versions of bash will fail to source /dev/null (special files
Packit 56e0ee
  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
Packit 56e0ee
  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
Packit 56e0ee
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
Packit 56e0ee
$as_echo "$as_me: loading cache $cache_file" >&6;}
Packit 56e0ee
    case $cache_file in
Packit 56e0ee
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
Packit 56e0ee
      *)                      . "./$cache_file";;
Packit 56e0ee
    esac
Packit 56e0ee
  fi
Packit 56e0ee
else
Packit 56e0ee
  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
Packit 56e0ee
$as_echo "$as_me: creating cache $cache_file" >&6;}
Packit 56e0ee
  >$cache_file
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
# Check that the precious variables saved in the cache have kept the same
Packit 56e0ee
# value.
Packit 56e0ee
ac_cache_corrupted=false
Packit 56e0ee
for ac_var in $ac_precious_vars; do
Packit 56e0ee
  eval ac_old_set=\$ac_cv_env_${ac_var}_set
Packit 56e0ee
  eval ac_new_set=\$ac_env_${ac_var}_set
Packit 56e0ee
  eval ac_old_val=\$ac_cv_env_${ac_var}_value
Packit 56e0ee
  eval ac_new_val=\$ac_env_${ac_var}_value
Packit 56e0ee
  case $ac_old_set,$ac_new_set in
Packit 56e0ee
    set,)
Packit 56e0ee
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
Packit 56e0ee
$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
Packit 56e0ee
      ac_cache_corrupted=: ;;
Packit 56e0ee
    ,set)
Packit 56e0ee
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
Packit 56e0ee
$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
Packit 56e0ee
      ac_cache_corrupted=: ;;
Packit 56e0ee
    ,);;
Packit 56e0ee
    *)
Packit 56e0ee
      if test "x$ac_old_val" != "x$ac_new_val"; then
Packit 56e0ee
	# differences in whitespace do not lead to failure.
Packit 56e0ee
	ac_old_val_w=`echo x $ac_old_val`
Packit 56e0ee
	ac_new_val_w=`echo x $ac_new_val`
Packit 56e0ee
	if test "$ac_old_val_w" != "$ac_new_val_w"; then
Packit 56e0ee
	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
Packit 56e0ee
$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
Packit 56e0ee
	  ac_cache_corrupted=:
Packit 56e0ee
	else
Packit 56e0ee
	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
Packit 56e0ee
$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
Packit 56e0ee
	  eval $ac_var=\$ac_old_val
Packit 56e0ee
	fi
Packit 56e0ee
	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
Packit 56e0ee
$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
Packit 56e0ee
	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
Packit 56e0ee
$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
Packit 56e0ee
      fi;;
Packit 56e0ee
  esac
Packit 56e0ee
  # Pass precious variables to config.status.
Packit 56e0ee
  if test "$ac_new_set" = set; then
Packit 56e0ee
    case $ac_new_val in
Packit 56e0ee
    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
Packit 56e0ee
    *) ac_arg=$ac_var=$ac_new_val ;;
Packit 56e0ee
    esac
Packit 56e0ee
    case " $ac_configure_args " in
Packit 56e0ee
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
Packit 56e0ee
      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
Packit 56e0ee
    esac
Packit 56e0ee
  fi
Packit 56e0ee
done
Packit 56e0ee
if $ac_cache_corrupted; then
Packit 56e0ee
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Packit 56e0ee
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Packit 56e0ee
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
Packit 56e0ee
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
Packit 56e0ee
  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
Packit 56e0ee
fi
Packit 56e0ee
## -------------------- ##
Packit 56e0ee
## Main body of script. ##
Packit 56e0ee
## -------------------- ##
Packit 56e0ee
Packit 56e0ee
ac_ext=c
Packit 56e0ee
ac_cpp='$CPP $CPPFLAGS'
Packit 56e0ee
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
Packit 56e0ee
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Packit 56e0ee
ac_compiler_gnu=$ac_cv_c_compiler_gnu
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
ac_config_headers="$ac_config_headers config.h"
Packit 56e0ee
Packit 56e0ee
ac_aux_dir=
Packit 56e0ee
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
Packit 56e0ee
  if test -f "$ac_dir/install-sh"; then
Packit 56e0ee
    ac_aux_dir=$ac_dir
Packit 56e0ee
    ac_install_sh="$ac_aux_dir/install-sh -c"
Packit 56e0ee
    break
Packit 56e0ee
  elif test -f "$ac_dir/install.sh"; then
Packit 56e0ee
    ac_aux_dir=$ac_dir
Packit 56e0ee
    ac_install_sh="$ac_aux_dir/install.sh -c"
Packit 56e0ee
    break
Packit 56e0ee
  elif test -f "$ac_dir/shtool"; then
Packit 56e0ee
    ac_aux_dir=$ac_dir
Packit 56e0ee
    ac_install_sh="$ac_aux_dir/shtool install -c"
Packit 56e0ee
    break
Packit 56e0ee
  fi
Packit 56e0ee
done
Packit 56e0ee
if test -z "$ac_aux_dir"; then
Packit 56e0ee
  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
# These three variables are undocumented and unsupported,
Packit 56e0ee
# and are intended to be withdrawn in a future Autoconf release.
Packit 56e0ee
# They can cause serious problems if a builder's source tree is in a directory
Packit 56e0ee
# whose full name contains unusual characters.
Packit 56e0ee
ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
Packit 56e0ee
ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
Packit 56e0ee
ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
# Expand $ac_aux_dir to an absolute path.
Packit 56e0ee
am_aux_dir=`cd "$ac_aux_dir" && pwd`
Packit 56e0ee
Packit 56e0ee
ac_ext=c
Packit 56e0ee
ac_cpp='$CPP $CPPFLAGS'
Packit 56e0ee
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
Packit 56e0ee
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Packit 56e0ee
ac_compiler_gnu=$ac_cv_c_compiler_gnu
Packit 56e0ee
if test -n "$ac_tool_prefix"; then
Packit 56e0ee
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
Packit 56e0ee
set dummy ${ac_tool_prefix}gcc; ac_word=$2
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Packit 56e0ee
$as_echo_n "checking for $ac_word... " >&6; }
Packit 56e0ee
if ${ac_cv_prog_CC+:} false; then :
Packit 56e0ee
  $as_echo_n "(cached) " >&6
Packit 56e0ee
else
Packit 56e0ee
  if test -n "$CC"; then
Packit 56e0ee
  ac_cv_prog_CC="$CC" # Let the user override the test.
Packit 56e0ee
else
Packit 56e0ee
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 56e0ee
for as_dir in $PATH
Packit 56e0ee
do
Packit 56e0ee
  IFS=$as_save_IFS
Packit 56e0ee
  test -z "$as_dir" && as_dir=.
Packit 56e0ee
    for ac_exec_ext in '' $ac_executable_extensions; do
Packit 56e0ee
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Packit 56e0ee
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
Packit 56e0ee
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Packit 56e0ee
    break 2
Packit 56e0ee
  fi
Packit 56e0ee
done
Packit 56e0ee
  done
Packit 56e0ee
IFS=$as_save_IFS
Packit 56e0ee
Packit 56e0ee
fi
Packit 56e0ee
fi
Packit 56e0ee
CC=$ac_cv_prog_CC
Packit 56e0ee
if test -n "$CC"; then
Packit 56e0ee
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Packit 56e0ee
$as_echo "$CC" >&6; }
Packit 56e0ee
else
Packit 56e0ee
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 56e0ee
$as_echo "no" >&6; }
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
fi
Packit 56e0ee
if test -z "$ac_cv_prog_CC"; then
Packit 56e0ee
  ac_ct_CC=$CC
Packit 56e0ee
  # Extract the first word of "gcc", so it can be a program name with args.
Packit 56e0ee
set dummy gcc; ac_word=$2
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Packit 56e0ee
$as_echo_n "checking for $ac_word... " >&6; }
Packit 56e0ee
if ${ac_cv_prog_ac_ct_CC+:} false; then :
Packit 56e0ee
  $as_echo_n "(cached) " >&6
Packit 56e0ee
else
Packit 56e0ee
  if test -n "$ac_ct_CC"; then
Packit 56e0ee
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
Packit 56e0ee
else
Packit 56e0ee
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 56e0ee
for as_dir in $PATH
Packit 56e0ee
do
Packit 56e0ee
  IFS=$as_save_IFS
Packit 56e0ee
  test -z "$as_dir" && as_dir=.
Packit 56e0ee
    for ac_exec_ext in '' $ac_executable_extensions; do
Packit 56e0ee
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Packit 56e0ee
    ac_cv_prog_ac_ct_CC="gcc"
Packit 56e0ee
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Packit 56e0ee
    break 2
Packit 56e0ee
  fi
Packit 56e0ee
done
Packit 56e0ee
  done
Packit 56e0ee
IFS=$as_save_IFS
Packit 56e0ee
Packit 56e0ee
fi
Packit 56e0ee
fi
Packit 56e0ee
ac_ct_CC=$ac_cv_prog_ac_ct_CC
Packit 56e0ee
if test -n "$ac_ct_CC"; then
Packit 56e0ee
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
Packit 56e0ee
$as_echo "$ac_ct_CC" >&6; }
Packit 56e0ee
else
Packit 56e0ee
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 56e0ee
$as_echo "no" >&6; }
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
  if test "x$ac_ct_CC" = x; then
Packit 56e0ee
    CC=""
Packit 56e0ee
  else
Packit 56e0ee
    case $cross_compiling:$ac_tool_warned in
Packit 56e0ee
yes:)
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Packit 56e0ee
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Packit 56e0ee
ac_tool_warned=yes ;;
Packit 56e0ee
esac
Packit 56e0ee
    CC=$ac_ct_CC
Packit 56e0ee
  fi
Packit 56e0ee
else
Packit 56e0ee
  CC="$ac_cv_prog_CC"
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
if test -z "$CC"; then
Packit 56e0ee
          if test -n "$ac_tool_prefix"; then
Packit 56e0ee
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
Packit 56e0ee
set dummy ${ac_tool_prefix}cc; ac_word=$2
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Packit 56e0ee
$as_echo_n "checking for $ac_word... " >&6; }
Packit 56e0ee
if ${ac_cv_prog_CC+:} false; then :
Packit 56e0ee
  $as_echo_n "(cached) " >&6
Packit 56e0ee
else
Packit 56e0ee
  if test -n "$CC"; then
Packit 56e0ee
  ac_cv_prog_CC="$CC" # Let the user override the test.
Packit 56e0ee
else
Packit 56e0ee
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 56e0ee
for as_dir in $PATH
Packit 56e0ee
do
Packit 56e0ee
  IFS=$as_save_IFS
Packit 56e0ee
  test -z "$as_dir" && as_dir=.
Packit 56e0ee
    for ac_exec_ext in '' $ac_executable_extensions; do
Packit 56e0ee
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Packit 56e0ee
    ac_cv_prog_CC="${ac_tool_prefix}cc"
Packit 56e0ee
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Packit 56e0ee
    break 2
Packit 56e0ee
  fi
Packit 56e0ee
done
Packit 56e0ee
  done
Packit 56e0ee
IFS=$as_save_IFS
Packit 56e0ee
Packit 56e0ee
fi
Packit 56e0ee
fi
Packit 56e0ee
CC=$ac_cv_prog_CC
Packit 56e0ee
if test -n "$CC"; then
Packit 56e0ee
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Packit 56e0ee
$as_echo "$CC" >&6; }
Packit 56e0ee
else
Packit 56e0ee
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 56e0ee
$as_echo "no" >&6; }
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
  fi
Packit 56e0ee
fi
Packit 56e0ee
if test -z "$CC"; then
Packit 56e0ee
  # Extract the first word of "cc", so it can be a program name with args.
Packit 56e0ee
set dummy cc; ac_word=$2
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Packit 56e0ee
$as_echo_n "checking for $ac_word... " >&6; }
Packit 56e0ee
if ${ac_cv_prog_CC+:} false; then :
Packit 56e0ee
  $as_echo_n "(cached) " >&6
Packit 56e0ee
else
Packit 56e0ee
  if test -n "$CC"; then
Packit 56e0ee
  ac_cv_prog_CC="$CC" # Let the user override the test.
Packit 56e0ee
else
Packit 56e0ee
  ac_prog_rejected=no
Packit 56e0ee
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 56e0ee
for as_dir in $PATH
Packit 56e0ee
do
Packit 56e0ee
  IFS=$as_save_IFS
Packit 56e0ee
  test -z "$as_dir" && as_dir=.
Packit 56e0ee
    for ac_exec_ext in '' $ac_executable_extensions; do
Packit 56e0ee
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Packit 56e0ee
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
Packit 56e0ee
       ac_prog_rejected=yes
Packit 56e0ee
       continue
Packit 56e0ee
     fi
Packit 56e0ee
    ac_cv_prog_CC="cc"
Packit 56e0ee
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Packit 56e0ee
    break 2
Packit 56e0ee
  fi
Packit 56e0ee
done
Packit 56e0ee
  done
Packit 56e0ee
IFS=$as_save_IFS
Packit 56e0ee
Packit 56e0ee
if test $ac_prog_rejected = yes; then
Packit 56e0ee
  # We found a bogon in the path, so make sure we never use it.
Packit 56e0ee
  set dummy $ac_cv_prog_CC
Packit 56e0ee
  shift
Packit 56e0ee
  if test $# != 0; then
Packit 56e0ee
    # We chose a different compiler from the bogus one.
Packit 56e0ee
    # However, it has the same basename, so the bogon will be chosen
Packit 56e0ee
    # first if we set CC to just the basename; use the full file name.
Packit 56e0ee
    shift
Packit 56e0ee
    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
Packit 56e0ee
  fi
Packit 56e0ee
fi
Packit 56e0ee
fi
Packit 56e0ee
fi
Packit 56e0ee
CC=$ac_cv_prog_CC
Packit 56e0ee
if test -n "$CC"; then
Packit 56e0ee
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Packit 56e0ee
$as_echo "$CC" >&6; }
Packit 56e0ee
else
Packit 56e0ee
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 56e0ee
$as_echo "no" >&6; }
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
fi
Packit 56e0ee
if test -z "$CC"; then
Packit 56e0ee
  if test -n "$ac_tool_prefix"; then
Packit 56e0ee
  for ac_prog in cl.exe
Packit 56e0ee
  do
Packit 56e0ee
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
Packit 56e0ee
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Packit 56e0ee
$as_echo_n "checking for $ac_word... " >&6; }
Packit 56e0ee
if ${ac_cv_prog_CC+:} false; then :
Packit 56e0ee
  $as_echo_n "(cached) " >&6
Packit 56e0ee
else
Packit 56e0ee
  if test -n "$CC"; then
Packit 56e0ee
  ac_cv_prog_CC="$CC" # Let the user override the test.
Packit 56e0ee
else
Packit 56e0ee
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 56e0ee
for as_dir in $PATH
Packit 56e0ee
do
Packit 56e0ee
  IFS=$as_save_IFS
Packit 56e0ee
  test -z "$as_dir" && as_dir=.
Packit 56e0ee
    for ac_exec_ext in '' $ac_executable_extensions; do
Packit 56e0ee
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Packit 56e0ee
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
Packit 56e0ee
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Packit 56e0ee
    break 2
Packit 56e0ee
  fi
Packit 56e0ee
done
Packit 56e0ee
  done
Packit 56e0ee
IFS=$as_save_IFS
Packit 56e0ee
Packit 56e0ee
fi
Packit 56e0ee
fi
Packit 56e0ee
CC=$ac_cv_prog_CC
Packit 56e0ee
if test -n "$CC"; then
Packit 56e0ee
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Packit 56e0ee
$as_echo "$CC" >&6; }
Packit 56e0ee
else
Packit 56e0ee
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 56e0ee
$as_echo "no" >&6; }
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
    test -n "$CC" && break
Packit 56e0ee
  done
Packit 56e0ee
fi
Packit 56e0ee
if test -z "$CC"; then
Packit 56e0ee
  ac_ct_CC=$CC
Packit 56e0ee
  for ac_prog in cl.exe
Packit 56e0ee
do
Packit 56e0ee
  # Extract the first word of "$ac_prog", so it can be a program name with args.
Packit 56e0ee
set dummy $ac_prog; ac_word=$2
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Packit 56e0ee
$as_echo_n "checking for $ac_word... " >&6; }
Packit 56e0ee
if ${ac_cv_prog_ac_ct_CC+:} false; then :
Packit 56e0ee
  $as_echo_n "(cached) " >&6
Packit 56e0ee
else
Packit 56e0ee
  if test -n "$ac_ct_CC"; then
Packit 56e0ee
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
Packit 56e0ee
else
Packit 56e0ee
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 56e0ee
for as_dir in $PATH
Packit 56e0ee
do
Packit 56e0ee
  IFS=$as_save_IFS
Packit 56e0ee
  test -z "$as_dir" && as_dir=.
Packit 56e0ee
    for ac_exec_ext in '' $ac_executable_extensions; do
Packit 56e0ee
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Packit 56e0ee
    ac_cv_prog_ac_ct_CC="$ac_prog"
Packit 56e0ee
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Packit 56e0ee
    break 2
Packit 56e0ee
  fi
Packit 56e0ee
done
Packit 56e0ee
  done
Packit 56e0ee
IFS=$as_save_IFS
Packit 56e0ee
Packit 56e0ee
fi
Packit 56e0ee
fi
Packit 56e0ee
ac_ct_CC=$ac_cv_prog_ac_ct_CC
Packit 56e0ee
if test -n "$ac_ct_CC"; then
Packit 56e0ee
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
Packit 56e0ee
$as_echo "$ac_ct_CC" >&6; }
Packit 56e0ee
else
Packit 56e0ee
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 56e0ee
$as_echo "no" >&6; }
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
  test -n "$ac_ct_CC" && break
Packit 56e0ee
done
Packit 56e0ee
Packit 56e0ee
  if test "x$ac_ct_CC" = x; then
Packit 56e0ee
    CC=""
Packit 56e0ee
  else
Packit 56e0ee
    case $cross_compiling:$ac_tool_warned in
Packit 56e0ee
yes:)
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Packit 56e0ee
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Packit 56e0ee
ac_tool_warned=yes ;;
Packit 56e0ee
esac
Packit 56e0ee
    CC=$ac_ct_CC
Packit 56e0ee
  fi
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Packit 56e0ee
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Packit 56e0ee
as_fn_error $? "no acceptable C compiler found in \$PATH
Packit 56e0ee
See \`config.log' for more details" "$LINENO" 5; }
Packit 56e0ee
Packit 56e0ee
# Provide some information about the compiler.
Packit 56e0ee
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
Packit 56e0ee
set X $ac_compile
Packit 56e0ee
ac_compiler=$2
Packit 56e0ee
for ac_option in --version -v -V -qversion; do
Packit 56e0ee
  { { ac_try="$ac_compiler $ac_option >&5"
Packit 56e0ee
case "(($ac_try" in
Packit 56e0ee
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
Packit 56e0ee
  *) ac_try_echo=$ac_try;;
Packit 56e0ee
esac
Packit 56e0ee
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
Packit 56e0ee
$as_echo "$ac_try_echo"; } >&5
Packit 56e0ee
  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
Packit 56e0ee
  ac_status=$?
Packit 56e0ee
  if test -s conftest.err; then
Packit 56e0ee
    sed '10a\
Packit 56e0ee
... rest of stderr output deleted ...
Packit 56e0ee
         10q' conftest.err >conftest.er1
Packit 56e0ee
    cat conftest.er1 >&5
Packit 56e0ee
  fi
Packit 56e0ee
  rm -f conftest.er1 conftest.err
Packit 56e0ee
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
Packit 56e0ee
  test $ac_status = 0; }
Packit 56e0ee
done
Packit 56e0ee
Packit 56e0ee
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 56e0ee
/* end confdefs.h.  */
Packit 56e0ee
Packit 56e0ee
int
Packit 56e0ee
main ()
Packit 56e0ee
{
Packit 56e0ee
Packit 56e0ee
  ;
Packit 56e0ee
  return 0;
Packit 56e0ee
}
Packit 56e0ee
_ACEOF
Packit 56e0ee
ac_clean_files_save=$ac_clean_files
Packit 56e0ee
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
Packit 56e0ee
# Try to create an executable without -o first, disregard a.out.
Packit 56e0ee
# It will help us diagnose broken compilers, and finding out an intuition
Packit 56e0ee
# of exeext.
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
Packit 56e0ee
$as_echo_n "checking whether the C compiler works... " >&6; }
Packit 56e0ee
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
Packit 56e0ee
Packit 56e0ee
# The possible output files:
Packit 56e0ee
ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
Packit 56e0ee
Packit 56e0ee
ac_rmfiles=
Packit 56e0ee
for ac_file in $ac_files
Packit 56e0ee
do
Packit 56e0ee
  case $ac_file in
Packit 56e0ee
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
Packit 56e0ee
    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
Packit 56e0ee
  esac
Packit 56e0ee
done
Packit 56e0ee
rm -f $ac_rmfiles
Packit 56e0ee
Packit 56e0ee
if { { ac_try="$ac_link_default"
Packit 56e0ee
case "(($ac_try" in
Packit 56e0ee
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
Packit 56e0ee
  *) ac_try_echo=$ac_try;;
Packit 56e0ee
esac
Packit 56e0ee
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
Packit 56e0ee
$as_echo "$ac_try_echo"; } >&5
Packit 56e0ee
  (eval "$ac_link_default") 2>&5
Packit 56e0ee
  ac_status=$?
Packit 56e0ee
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
Packit 56e0ee
  test $ac_status = 0; }; then :
Packit 56e0ee
  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
Packit 56e0ee
# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
Packit 56e0ee
# in a Makefile.  We should not override ac_cv_exeext if it was cached,
Packit 56e0ee
# so that the user can short-circuit this test for compilers unknown to
Packit 56e0ee
# Autoconf.
Packit 56e0ee
for ac_file in $ac_files ''
Packit 56e0ee
do
Packit 56e0ee
  test -f "$ac_file" || continue
Packit 56e0ee
  case $ac_file in
Packit 56e0ee
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
Packit 56e0ee
	;;
Packit 56e0ee
    [ab].out )
Packit 56e0ee
	# We found the default executable, but exeext='' is most
Packit 56e0ee
	# certainly right.
Packit 56e0ee
	break;;
Packit 56e0ee
    *.* )
Packit 56e0ee
	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
Packit 56e0ee
	then :; else
Packit 56e0ee
	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
Packit 56e0ee
	fi
Packit 56e0ee
	# We set ac_cv_exeext here because the later test for it is not
Packit 56e0ee
	# safe: cross compilers may not add the suffix if given an `-o'
Packit 56e0ee
	# argument, so we may need to know it at that point already.
Packit 56e0ee
	# Even if this section looks crufty: it has the advantage of
Packit 56e0ee
	# actually working.
Packit 56e0ee
	break;;
Packit 56e0ee
    * )
Packit 56e0ee
	break;;
Packit 56e0ee
  esac
Packit 56e0ee
done
Packit 56e0ee
test "$ac_cv_exeext" = no && ac_cv_exeext=
Packit 56e0ee
Packit 56e0ee
else
Packit 56e0ee
  ac_file=''
Packit 56e0ee
fi
Packit 56e0ee
if test -z "$ac_file"; then :
Packit 56e0ee
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 56e0ee
$as_echo "no" >&6; }
Packit 56e0ee
$as_echo "$as_me: failed program was:" >&5
Packit 56e0ee
sed 's/^/| /' conftest.$ac_ext >&5
Packit 56e0ee
Packit 56e0ee
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Packit 56e0ee
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Packit 56e0ee
as_fn_error 77 "C compiler cannot create executables
Packit 56e0ee
See \`config.log' for more details" "$LINENO" 5; }
Packit 56e0ee
else
Packit 56e0ee
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Packit 56e0ee
$as_echo "yes" >&6; }
Packit 56e0ee
fi
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
Packit 56e0ee
$as_echo_n "checking for C compiler default output file name... " >&6; }
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
Packit 56e0ee
$as_echo "$ac_file" >&6; }
Packit 56e0ee
ac_exeext=$ac_cv_exeext
Packit 56e0ee
Packit 56e0ee
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
Packit 56e0ee
ac_clean_files=$ac_clean_files_save
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
Packit 56e0ee
$as_echo_n "checking for suffix of executables... " >&6; }
Packit 56e0ee
if { { ac_try="$ac_link"
Packit 56e0ee
case "(($ac_try" in
Packit 56e0ee
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
Packit 56e0ee
  *) ac_try_echo=$ac_try;;
Packit 56e0ee
esac
Packit 56e0ee
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
Packit 56e0ee
$as_echo "$ac_try_echo"; } >&5
Packit 56e0ee
  (eval "$ac_link") 2>&5
Packit 56e0ee
  ac_status=$?
Packit 56e0ee
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
Packit 56e0ee
  test $ac_status = 0; }; then :
Packit 56e0ee
  # If both `conftest.exe' and `conftest' are `present' (well, observable)
Packit 56e0ee
# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
Packit 56e0ee
# work properly (i.e., refer to `conftest.exe'), while it won't with
Packit 56e0ee
# `rm'.
Packit 56e0ee
for ac_file in conftest.exe conftest conftest.*; do
Packit 56e0ee
  test -f "$ac_file" || continue
Packit 56e0ee
  case $ac_file in
Packit 56e0ee
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
Packit 56e0ee
    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
Packit 56e0ee
	  break;;
Packit 56e0ee
    * ) break;;
Packit 56e0ee
  esac
Packit 56e0ee
done
Packit 56e0ee
else
Packit 56e0ee
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Packit 56e0ee
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Packit 56e0ee
as_fn_error $? "cannot compute suffix of executables: cannot compile and link
Packit 56e0ee
See \`config.log' for more details" "$LINENO" 5; }
Packit 56e0ee
fi
Packit 56e0ee
rm -f conftest conftest$ac_cv_exeext
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
Packit 56e0ee
$as_echo "$ac_cv_exeext" >&6; }
Packit 56e0ee
Packit 56e0ee
rm -f conftest.$ac_ext
Packit 56e0ee
EXEEXT=$ac_cv_exeext
Packit 56e0ee
ac_exeext=$EXEEXT
Packit 56e0ee
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 56e0ee
/* end confdefs.h.  */
Packit 56e0ee
#include <stdio.h>
Packit 56e0ee
int
Packit 56e0ee
main ()
Packit 56e0ee
{
Packit 56e0ee
FILE *f = fopen ("conftest.out", "w");
Packit 56e0ee
 return ferror (f) || fclose (f) != 0;
Packit 56e0ee
Packit 56e0ee
  ;
Packit 56e0ee
  return 0;
Packit 56e0ee
}
Packit 56e0ee
_ACEOF
Packit 56e0ee
ac_clean_files="$ac_clean_files conftest.out"
Packit 56e0ee
# Check that the compiler produces executables we can run.  If not, either
Packit 56e0ee
# the compiler is broken, or we cross compile.
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
Packit 56e0ee
$as_echo_n "checking whether we are cross compiling... " >&6; }
Packit 56e0ee
if test "$cross_compiling" != yes; then
Packit 56e0ee
  { { ac_try="$ac_link"
Packit 56e0ee
case "(($ac_try" in
Packit 56e0ee
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
Packit 56e0ee
  *) ac_try_echo=$ac_try;;
Packit 56e0ee
esac
Packit 56e0ee
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
Packit 56e0ee
$as_echo "$ac_try_echo"; } >&5
Packit 56e0ee
  (eval "$ac_link") 2>&5
Packit 56e0ee
  ac_status=$?
Packit 56e0ee
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
Packit 56e0ee
  test $ac_status = 0; }
Packit 56e0ee
  if { ac_try='./conftest$ac_cv_exeext'
Packit 56e0ee
  { { case "(($ac_try" in
Packit 56e0ee
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
Packit 56e0ee
  *) ac_try_echo=$ac_try;;
Packit 56e0ee
esac
Packit 56e0ee
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
Packit 56e0ee
$as_echo "$ac_try_echo"; } >&5
Packit 56e0ee
  (eval "$ac_try") 2>&5
Packit 56e0ee
  ac_status=$?
Packit 56e0ee
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
Packit 56e0ee
  test $ac_status = 0; }; }; then
Packit 56e0ee
    cross_compiling=no
Packit 56e0ee
  else
Packit 56e0ee
    if test "$cross_compiling" = maybe; then
Packit 56e0ee
	cross_compiling=yes
Packit 56e0ee
    else
Packit 56e0ee
	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Packit 56e0ee
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Packit 56e0ee
as_fn_error $? "cannot run C compiled programs.
Packit 56e0ee
If you meant to cross compile, use \`--host'.
Packit 56e0ee
See \`config.log' for more details" "$LINENO" 5; }
Packit 56e0ee
    fi
Packit 56e0ee
  fi
Packit 56e0ee
fi
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
Packit 56e0ee
$as_echo "$cross_compiling" >&6; }
Packit 56e0ee
Packit 56e0ee
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
Packit 56e0ee
ac_clean_files=$ac_clean_files_save
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
Packit 56e0ee
$as_echo_n "checking for suffix of object files... " >&6; }
Packit 56e0ee
if ${ac_cv_objext+:} false; then :
Packit 56e0ee
  $as_echo_n "(cached) " >&6
Packit 56e0ee
else
Packit 56e0ee
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 56e0ee
/* end confdefs.h.  */
Packit 56e0ee
Packit 56e0ee
int
Packit 56e0ee
main ()
Packit 56e0ee
{
Packit 56e0ee
Packit 56e0ee
  ;
Packit 56e0ee
  return 0;
Packit 56e0ee
}
Packit 56e0ee
_ACEOF
Packit 56e0ee
rm -f conftest.o conftest.obj
Packit 56e0ee
if { { ac_try="$ac_compile"
Packit 56e0ee
case "(($ac_try" in
Packit 56e0ee
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
Packit 56e0ee
  *) ac_try_echo=$ac_try;;
Packit 56e0ee
esac
Packit 56e0ee
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
Packit 56e0ee
$as_echo "$ac_try_echo"; } >&5
Packit 56e0ee
  (eval "$ac_compile") 2>&5
Packit 56e0ee
  ac_status=$?
Packit 56e0ee
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
Packit 56e0ee
  test $ac_status = 0; }; then :
Packit 56e0ee
  for ac_file in conftest.o conftest.obj conftest.*; do
Packit 56e0ee
  test -f "$ac_file" || continue;
Packit 56e0ee
  case $ac_file in
Packit 56e0ee
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
Packit 56e0ee
    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
Packit 56e0ee
       break;;
Packit 56e0ee
  esac
Packit 56e0ee
done
Packit 56e0ee
else
Packit 56e0ee
  $as_echo "$as_me: failed program was:" >&5
Packit 56e0ee
sed 's/^/| /' conftest.$ac_ext >&5
Packit 56e0ee
Packit 56e0ee
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Packit 56e0ee
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Packit 56e0ee
as_fn_error $? "cannot compute suffix of object files: cannot compile
Packit 56e0ee
See \`config.log' for more details" "$LINENO" 5; }
Packit 56e0ee
fi
Packit 56e0ee
rm -f conftest.$ac_cv_objext conftest.$ac_ext
Packit 56e0ee
fi
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
Packit 56e0ee
$as_echo "$ac_cv_objext" >&6; }
Packit 56e0ee
OBJEXT=$ac_cv_objext
Packit 56e0ee
ac_objext=$OBJEXT
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
Packit 56e0ee
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
Packit 56e0ee
if ${ac_cv_c_compiler_gnu+:} false; then :
Packit 56e0ee
  $as_echo_n "(cached) " >&6
Packit 56e0ee
else
Packit 56e0ee
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 56e0ee
/* end confdefs.h.  */
Packit 56e0ee
Packit 56e0ee
int
Packit 56e0ee
main ()
Packit 56e0ee
{
Packit 56e0ee
#ifndef __GNUC__
Packit 56e0ee
       choke me
Packit 56e0ee
#endif
Packit 56e0ee
Packit 56e0ee
  ;
Packit 56e0ee
  return 0;
Packit 56e0ee
}
Packit 56e0ee
_ACEOF
Packit 56e0ee
if ac_fn_c_try_compile "$LINENO"; then :
Packit 56e0ee
  ac_compiler_gnu=yes
Packit 56e0ee
else
Packit 56e0ee
  ac_compiler_gnu=no
Packit 56e0ee
fi
Packit 56e0ee
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Packit 56e0ee
ac_cv_c_compiler_gnu=$ac_compiler_gnu
Packit 56e0ee
Packit 56e0ee
fi
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
Packit 56e0ee
$as_echo "$ac_cv_c_compiler_gnu" >&6; }
Packit 56e0ee
if test $ac_compiler_gnu = yes; then
Packit 56e0ee
  GCC=yes
Packit 56e0ee
else
Packit 56e0ee
  GCC=
Packit 56e0ee
fi
Packit 56e0ee
ac_test_CFLAGS=${CFLAGS+set}
Packit 56e0ee
ac_save_CFLAGS=$CFLAGS
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
Packit 56e0ee
$as_echo_n "checking whether $CC accepts -g... " >&6; }
Packit 56e0ee
if ${ac_cv_prog_cc_g+:} false; then :
Packit 56e0ee
  $as_echo_n "(cached) " >&6
Packit 56e0ee
else
Packit 56e0ee
  ac_save_c_werror_flag=$ac_c_werror_flag
Packit 56e0ee
   ac_c_werror_flag=yes
Packit 56e0ee
   ac_cv_prog_cc_g=no
Packit 56e0ee
   CFLAGS="-g"
Packit 56e0ee
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 56e0ee
/* end confdefs.h.  */
Packit 56e0ee
Packit 56e0ee
int
Packit 56e0ee
main ()
Packit 56e0ee
{
Packit 56e0ee
Packit 56e0ee
  ;
Packit 56e0ee
  return 0;
Packit 56e0ee
}
Packit 56e0ee
_ACEOF
Packit 56e0ee
if ac_fn_c_try_compile "$LINENO"; then :
Packit 56e0ee
  ac_cv_prog_cc_g=yes
Packit 56e0ee
else
Packit 56e0ee
  CFLAGS=""
Packit 56e0ee
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 56e0ee
/* end confdefs.h.  */
Packit 56e0ee
Packit 56e0ee
int
Packit 56e0ee
main ()
Packit 56e0ee
{
Packit 56e0ee
Packit 56e0ee
  ;
Packit 56e0ee
  return 0;
Packit 56e0ee
}
Packit 56e0ee
_ACEOF
Packit 56e0ee
if ac_fn_c_try_compile "$LINENO"; then :
Packit 56e0ee
Packit 56e0ee
else
Packit 56e0ee
  ac_c_werror_flag=$ac_save_c_werror_flag
Packit 56e0ee
	 CFLAGS="-g"
Packit 56e0ee
	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 56e0ee
/* end confdefs.h.  */
Packit 56e0ee
Packit 56e0ee
int
Packit 56e0ee
main ()
Packit 56e0ee
{
Packit 56e0ee
Packit 56e0ee
  ;
Packit 56e0ee
  return 0;
Packit 56e0ee
}
Packit 56e0ee
_ACEOF
Packit 56e0ee
if ac_fn_c_try_compile "$LINENO"; then :
Packit 56e0ee
  ac_cv_prog_cc_g=yes
Packit 56e0ee
fi
Packit 56e0ee
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Packit 56e0ee
fi
Packit 56e0ee
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Packit 56e0ee
fi
Packit 56e0ee
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Packit 56e0ee
   ac_c_werror_flag=$ac_save_c_werror_flag
Packit 56e0ee
fi
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
Packit 56e0ee
$as_echo "$ac_cv_prog_cc_g" >&6; }
Packit 56e0ee
if test "$ac_test_CFLAGS" = set; then
Packit 56e0ee
  CFLAGS=$ac_save_CFLAGS
Packit 56e0ee
elif test $ac_cv_prog_cc_g = yes; then
Packit 56e0ee
  if test "$GCC" = yes; then
Packit 56e0ee
    CFLAGS="-g -O2"
Packit 56e0ee
  else
Packit 56e0ee
    CFLAGS="-g"
Packit 56e0ee
  fi
Packit 56e0ee
else
Packit 56e0ee
  if test "$GCC" = yes; then
Packit 56e0ee
    CFLAGS="-O2"
Packit 56e0ee
  else
Packit 56e0ee
    CFLAGS=
Packit 56e0ee
  fi
Packit 56e0ee
fi
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
Packit 56e0ee
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
Packit 56e0ee
if ${ac_cv_prog_cc_c89+:} false; then :
Packit 56e0ee
  $as_echo_n "(cached) " >&6
Packit 56e0ee
else
Packit 56e0ee
  ac_cv_prog_cc_c89=no
Packit 56e0ee
ac_save_CC=$CC
Packit 56e0ee
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 56e0ee
/* end confdefs.h.  */
Packit 56e0ee
#include <stdarg.h>
Packit 56e0ee
#include <stdio.h>
Packit 56e0ee
struct stat;
Packit 56e0ee
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
Packit 56e0ee
struct buf { int x; };
Packit 56e0ee
FILE * (*rcsopen) (struct buf *, struct stat *, int);
Packit 56e0ee
static char *e (p, i)
Packit 56e0ee
     char **p;
Packit 56e0ee
     int i;
Packit 56e0ee
{
Packit 56e0ee
  return p[i];
Packit 56e0ee
}
Packit 56e0ee
static char *f (char * (*g) (char **, int), char **p, ...)
Packit 56e0ee
{
Packit 56e0ee
  char *s;
Packit 56e0ee
  va_list v;
Packit 56e0ee
  va_start (v,p);
Packit 56e0ee
  s = g (p, va_arg (v,int));
Packit 56e0ee
  va_end (v);
Packit 56e0ee
  return s;
Packit 56e0ee
}
Packit 56e0ee
Packit 56e0ee
/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
Packit 56e0ee
   function prototypes and stuff, but not '\xHH' hex character constants.
Packit 56e0ee
   These don't provoke an error unfortunately, instead are silently treated
Packit 56e0ee
   as 'x'.  The following induces an error, until -std is added to get
Packit 56e0ee
   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
Packit 56e0ee
   array size at least.  It's necessary to write '\x00'==0 to get something
Packit 56e0ee
   that's true only with -std.  */
Packit 56e0ee
int osf4_cc_array ['\x00' == 0 ? 1 : -1];
Packit 56e0ee
Packit 56e0ee
/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
Packit 56e0ee
   inside strings and character constants.  */
Packit 56e0ee
#define FOO(x) 'x'
Packit 56e0ee
int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
Packit 56e0ee
Packit 56e0ee
int test (int i, double x);
Packit 56e0ee
struct s1 {int (*f) (int a);};
Packit 56e0ee
struct s2 {int (*f) (double a);};
Packit 56e0ee
int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
Packit 56e0ee
int argc;
Packit 56e0ee
char **argv;
Packit 56e0ee
int
Packit 56e0ee
main ()
Packit 56e0ee
{
Packit 56e0ee
return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
Packit 56e0ee
  ;
Packit 56e0ee
  return 0;
Packit 56e0ee
}
Packit 56e0ee
_ACEOF
Packit 56e0ee
for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
Packit 56e0ee
	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
Packit 56e0ee
do
Packit 56e0ee
  CC="$ac_save_CC $ac_arg"
Packit 56e0ee
  if ac_fn_c_try_compile "$LINENO"; then :
Packit 56e0ee
  ac_cv_prog_cc_c89=$ac_arg
Packit 56e0ee
fi
Packit 56e0ee
rm -f core conftest.err conftest.$ac_objext
Packit 56e0ee
  test "x$ac_cv_prog_cc_c89" != "xno" && break
Packit 56e0ee
done
Packit 56e0ee
rm -f conftest.$ac_ext
Packit 56e0ee
CC=$ac_save_CC
Packit 56e0ee
Packit 56e0ee
fi
Packit 56e0ee
# AC_CACHE_VAL
Packit 56e0ee
case "x$ac_cv_prog_cc_c89" in
Packit 56e0ee
  x)
Packit 56e0ee
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
Packit 56e0ee
$as_echo "none needed" >&6; } ;;
Packit 56e0ee
  xno)
Packit 56e0ee
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
Packit 56e0ee
$as_echo "unsupported" >&6; } ;;
Packit 56e0ee
  *)
Packit 56e0ee
    CC="$CC $ac_cv_prog_cc_c89"
Packit 56e0ee
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
Packit 56e0ee
$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
Packit 56e0ee
esac
Packit 56e0ee
if test "x$ac_cv_prog_cc_c89" != xno; then :
Packit 56e0ee
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
ac_ext=c
Packit 56e0ee
ac_cpp='$CPP $CPPFLAGS'
Packit 56e0ee
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
Packit 56e0ee
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Packit 56e0ee
ac_compiler_gnu=$ac_cv_c_compiler_gnu
Packit 56e0ee
Packit 56e0ee
ac_ext=c
Packit 56e0ee
ac_cpp='$CPP $CPPFLAGS'
Packit 56e0ee
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
Packit 56e0ee
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Packit 56e0ee
ac_compiler_gnu=$ac_cv_c_compiler_gnu
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
Packit 56e0ee
$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
Packit 56e0ee
if ${am_cv_prog_cc_c_o+:} false; then :
Packit 56e0ee
  $as_echo_n "(cached) " >&6
Packit 56e0ee
else
Packit 56e0ee
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 56e0ee
/* end confdefs.h.  */
Packit 56e0ee
Packit 56e0ee
int
Packit 56e0ee
main ()
Packit 56e0ee
{
Packit 56e0ee
Packit 56e0ee
  ;
Packit 56e0ee
  return 0;
Packit 56e0ee
}
Packit 56e0ee
_ACEOF
Packit 56e0ee
  # Make sure it works both with $CC and with simple cc.
Packit 56e0ee
  # Following AC_PROG_CC_C_O, we do the test twice because some
Packit 56e0ee
  # compilers refuse to overwrite an existing .o file with -o,
Packit 56e0ee
  # though they will create one.
Packit 56e0ee
  am_cv_prog_cc_c_o=yes
Packit 56e0ee
  for am_i in 1 2; do
Packit 56e0ee
    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
Packit 56e0ee
   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
Packit 56e0ee
   ac_status=$?
Packit 56e0ee
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
Packit 56e0ee
   (exit $ac_status); } \
Packit 56e0ee
         && test -f conftest2.$ac_objext; then
Packit 56e0ee
      : OK
Packit 56e0ee
    else
Packit 56e0ee
      am_cv_prog_cc_c_o=no
Packit 56e0ee
      break
Packit 56e0ee
    fi
Packit 56e0ee
  done
Packit 56e0ee
  rm -f core conftest*
Packit 56e0ee
  unset am_i
Packit 56e0ee
fi
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
Packit 56e0ee
$as_echo "$am_cv_prog_cc_c_o" >&6; }
Packit 56e0ee
if test "$am_cv_prog_cc_c_o" != yes; then
Packit 56e0ee
   # Losing compiler, so override with the script.
Packit 56e0ee
   # FIXME: It is wrong to rewrite CC.
Packit 56e0ee
   # But if we don't then we get into trouble of one sort or another.
Packit 56e0ee
   # A longer-term fix would be to have automake use am__CC in this case,
Packit 56e0ee
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
Packit 56e0ee
   CC="$am_aux_dir/compile $CC"
Packit 56e0ee
fi
Packit 56e0ee
ac_ext=c
Packit 56e0ee
ac_cpp='$CPP $CPPFLAGS'
Packit 56e0ee
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
Packit 56e0ee
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Packit 56e0ee
ac_compiler_gnu=$ac_cv_c_compiler_gnu
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
ac_ext=c
Packit 56e0ee
ac_cpp='$CPP $CPPFLAGS'
Packit 56e0ee
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
Packit 56e0ee
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Packit 56e0ee
ac_compiler_gnu=$ac_cv_c_compiler_gnu
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
Packit 56e0ee
$as_echo_n "checking how to run the C preprocessor... " >&6; }
Packit 56e0ee
# On Suns, sometimes $CPP names a directory.
Packit 56e0ee
if test -n "$CPP" && test -d "$CPP"; then
Packit 56e0ee
  CPP=
Packit 56e0ee
fi
Packit 56e0ee
if test -z "$CPP"; then
Packit 56e0ee
  if ${ac_cv_prog_CPP+:} false; then :
Packit 56e0ee
  $as_echo_n "(cached) " >&6
Packit 56e0ee
else
Packit 56e0ee
      # Double quotes because CPP needs to be expanded
Packit 56e0ee
    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
Packit 56e0ee
    do
Packit 56e0ee
      ac_preproc_ok=false
Packit 56e0ee
for ac_c_preproc_warn_flag in '' yes
Packit 56e0ee
do
Packit 56e0ee
  # Use a header file that comes with gcc, so configuring glibc
Packit 56e0ee
  # with a fresh cross-compiler works.
Packit 56e0ee
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
Packit 56e0ee
  # <limits.h> exists even on freestanding compilers.
Packit 56e0ee
  # On the NeXT, cc -E runs the code through the compiler's parser,
Packit 56e0ee
  # not just through cpp. "Syntax error" is here to catch this case.
Packit 56e0ee
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 56e0ee
/* end confdefs.h.  */
Packit 56e0ee
#ifdef __STDC__
Packit 56e0ee
# include <limits.h>
Packit 56e0ee
#else
Packit 56e0ee
# include <assert.h>
Packit 56e0ee
#endif
Packit 56e0ee
		     Syntax error
Packit 56e0ee
_ACEOF
Packit 56e0ee
if ac_fn_c_try_cpp "$LINENO"; then :
Packit 56e0ee
Packit 56e0ee
else
Packit 56e0ee
  # Broken: fails on valid input.
Packit 56e0ee
continue
Packit 56e0ee
fi
Packit 56e0ee
rm -f conftest.err conftest.i conftest.$ac_ext
Packit 56e0ee
Packit 56e0ee
  # OK, works on sane cases.  Now check whether nonexistent headers
Packit 56e0ee
  # can be detected and how.
Packit 56e0ee
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 56e0ee
/* end confdefs.h.  */
Packit 56e0ee
#include <ac_nonexistent.h>
Packit 56e0ee
_ACEOF
Packit 56e0ee
if ac_fn_c_try_cpp "$LINENO"; then :
Packit 56e0ee
  # Broken: success on invalid input.
Packit 56e0ee
continue
Packit 56e0ee
else
Packit 56e0ee
  # Passes both tests.
Packit 56e0ee
ac_preproc_ok=:
Packit 56e0ee
break
Packit 56e0ee
fi
Packit 56e0ee
rm -f conftest.err conftest.i conftest.$ac_ext
Packit 56e0ee
Packit 56e0ee
done
Packit 56e0ee
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
Packit 56e0ee
rm -f conftest.i conftest.err conftest.$ac_ext
Packit 56e0ee
if $ac_preproc_ok; then :
Packit 56e0ee
  break
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
    done
Packit 56e0ee
    ac_cv_prog_CPP=$CPP
Packit 56e0ee
Packit 56e0ee
fi
Packit 56e0ee
  CPP=$ac_cv_prog_CPP
Packit 56e0ee
else
Packit 56e0ee
  ac_cv_prog_CPP=$CPP
Packit 56e0ee
fi
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
Packit 56e0ee
$as_echo "$CPP" >&6; }
Packit 56e0ee
ac_preproc_ok=false
Packit 56e0ee
for ac_c_preproc_warn_flag in '' yes
Packit 56e0ee
do
Packit 56e0ee
  # Use a header file that comes with gcc, so configuring glibc
Packit 56e0ee
  # with a fresh cross-compiler works.
Packit 56e0ee
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
Packit 56e0ee
  # <limits.h> exists even on freestanding compilers.
Packit 56e0ee
  # On the NeXT, cc -E runs the code through the compiler's parser,
Packit 56e0ee
  # not just through cpp. "Syntax error" is here to catch this case.
Packit 56e0ee
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 56e0ee
/* end confdefs.h.  */
Packit 56e0ee
#ifdef __STDC__
Packit 56e0ee
# include <limits.h>
Packit 56e0ee
#else
Packit 56e0ee
# include <assert.h>
Packit 56e0ee
#endif
Packit 56e0ee
		     Syntax error
Packit 56e0ee
_ACEOF
Packit 56e0ee
if ac_fn_c_try_cpp "$LINENO"; then :
Packit 56e0ee
Packit 56e0ee
else
Packit 56e0ee
  # Broken: fails on valid input.
Packit 56e0ee
continue
Packit 56e0ee
fi
Packit 56e0ee
rm -f conftest.err conftest.i conftest.$ac_ext
Packit 56e0ee
Packit 56e0ee
  # OK, works on sane cases.  Now check whether nonexistent headers
Packit 56e0ee
  # can be detected and how.
Packit 56e0ee
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 56e0ee
/* end confdefs.h.  */
Packit 56e0ee
#include <ac_nonexistent.h>
Packit 56e0ee
_ACEOF
Packit 56e0ee
if ac_fn_c_try_cpp "$LINENO"; then :
Packit 56e0ee
  # Broken: success on invalid input.
Packit 56e0ee
continue
Packit 56e0ee
else
Packit 56e0ee
  # Passes both tests.
Packit 56e0ee
ac_preproc_ok=:
Packit 56e0ee
break
Packit 56e0ee
fi
Packit 56e0ee
rm -f conftest.err conftest.i conftest.$ac_ext
Packit 56e0ee
Packit 56e0ee
done
Packit 56e0ee
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
Packit 56e0ee
rm -f conftest.i conftest.err conftest.$ac_ext
Packit 56e0ee
if $ac_preproc_ok; then :
Packit 56e0ee
Packit 56e0ee
else
Packit 56e0ee
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Packit 56e0ee
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Packit 56e0ee
as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
Packit 56e0ee
See \`config.log' for more details" "$LINENO" 5; }
Packit 56e0ee
fi
Packit 56e0ee
Packit 56e0ee
ac_ext=c
Packit 56e0ee
ac_cpp='$CPP $CPPFLAGS'
Packit 56e0ee
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
Packit 56e0ee
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Packit 56e0ee
ac_compiler_gnu=$ac_cv_c_compiler_gnu
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
Packit 56e0ee
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
Packit 56e0ee
if ${ac_cv_path_GREP+:} false; then :
Packit 56e0ee
  $as_echo_n "(cached) " >&6
Packit 56e0ee
else
Packit 56e0ee
  if test -z "$GREP"; then
<