Blame configure

Packit 9f0df5
#! /bin/sh
Packit 9f0df5
# Guess values for system-dependent variables and create Makefiles.
Packit 9f0df5
# Generated by GNU Autoconf 2.69 for ccid 1.4.29.
Packit 9f0df5
#
Packit 9f0df5
#
Packit 9f0df5
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Packit 9f0df5
#
Packit 9f0df5
#
Packit 9f0df5
# This configure script is free software; the Free Software Foundation
Packit 9f0df5
# gives unlimited permission to copy, distribute and modify it.
Packit 9f0df5
## -------------------- ##
Packit 9f0df5
## M4sh Initialization. ##
Packit 9f0df5
## -------------------- ##
Packit 9f0df5
Packit 9f0df5
# Be more Bourne compatible
Packit 9f0df5
DUALCASE=1; export DUALCASE # for MKS sh
Packit 9f0df5
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
Packit 9f0df5
  emulate sh
Packit 9f0df5
  NULLCMD=:
Packit 9f0df5
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
Packit 9f0df5
  # is contrary to our usage.  Disable this feature.
Packit 9f0df5
  alias -g '${1+"$@"}'='"$@"'
Packit 9f0df5
  setopt NO_GLOB_SUBST
Packit 9f0df5
else
Packit 9f0df5
  case `(set -o) 2>/dev/null` in #(
Packit 9f0df5
  *posix*) :
Packit 9f0df5
    set -o posix ;; #(
Packit 9f0df5
  *) :
Packit 9f0df5
     ;;
Packit 9f0df5
esac
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
as_nl='
Packit 9f0df5
'
Packit 9f0df5
export as_nl
Packit 9f0df5
# Printing a long string crashes Solaris 7 /usr/bin/printf.
Packit 9f0df5
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
Packit 9f0df5
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
Packit 9f0df5
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
Packit 9f0df5
# Prefer a ksh shell builtin over an external printf program on Solaris,
Packit 9f0df5
# but without wasting forks for bash or zsh.
Packit 9f0df5
if test -z "$BASH_VERSION$ZSH_VERSION" \
Packit 9f0df5
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
Packit 9f0df5
  as_echo='print -r --'
Packit 9f0df5
  as_echo_n='print -rn --'
Packit 9f0df5
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
Packit 9f0df5
  as_echo='printf %s\n'
Packit 9f0df5
  as_echo_n='printf %s'
Packit 9f0df5
else
Packit 9f0df5
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
Packit 9f0df5
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
Packit 9f0df5
    as_echo_n='/usr/ucb/echo -n'
Packit 9f0df5
  else
Packit 9f0df5
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
Packit 9f0df5
    as_echo_n_body='eval
Packit 9f0df5
      arg=$1;
Packit 9f0df5
      case $arg in #(
Packit 9f0df5
      *"$as_nl"*)
Packit 9f0df5
	expr "X$arg" : "X\\(.*\\)$as_nl";
Packit 9f0df5
	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
Packit 9f0df5
      esac;
Packit 9f0df5
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
Packit 9f0df5
    '
Packit 9f0df5
    export as_echo_n_body
Packit 9f0df5
    as_echo_n='sh -c $as_echo_n_body as_echo'
Packit 9f0df5
  fi
Packit 9f0df5
  export as_echo_body
Packit 9f0df5
  as_echo='sh -c $as_echo_body as_echo'
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
# The user is always right.
Packit 9f0df5
if test "${PATH_SEPARATOR+set}" != set; then
Packit 9f0df5
  PATH_SEPARATOR=:
Packit 9f0df5
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
Packit 9f0df5
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
Packit 9f0df5
      PATH_SEPARATOR=';'
Packit 9f0df5
  }
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
# IFS
Packit 9f0df5
# We need space, tab and new line, in precisely that order.  Quoting is
Packit 9f0df5
# there to prevent editors from complaining about space-tab.
Packit 9f0df5
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
Packit 9f0df5
# splitting by setting IFS to empty value.)
Packit 9f0df5
IFS=" ""	$as_nl"
Packit 9f0df5
Packit 9f0df5
# Find who we are.  Look in the path if we contain no directory separator.
Packit 9f0df5
as_myself=
Packit 9f0df5
case $0 in #((
Packit 9f0df5
  *[\\/]* ) as_myself=$0 ;;
Packit 9f0df5
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9f0df5
for as_dir in $PATH
Packit 9f0df5
do
Packit 9f0df5
  IFS=$as_save_IFS
Packit 9f0df5
  test -z "$as_dir" && as_dir=.
Packit 9f0df5
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
Packit 9f0df5
  done
Packit 9f0df5
IFS=$as_save_IFS
Packit 9f0df5
Packit 9f0df5
     ;;
Packit 9f0df5
esac
Packit 9f0df5
# We did not find ourselves, most probably we were run as `sh COMMAND'
Packit 9f0df5
# in which case we are not to be found in the path.
Packit 9f0df5
if test "x$as_myself" = x; then
Packit 9f0df5
  as_myself=$0
Packit 9f0df5
fi
Packit 9f0df5
if test ! -f "$as_myself"; then
Packit 9f0df5
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
Packit 9f0df5
  exit 1
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
# Unset variables that we do not need and which cause bugs (e.g. in
Packit 9f0df5
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
Packit 9f0df5
# suppresses any "Segmentation fault" message there.  '((' could
Packit 9f0df5
# trigger a bug in pdksh 5.2.14.
Packit 9f0df5
for as_var in BASH_ENV ENV MAIL MAILPATH
Packit 9f0df5
do eval test x\${$as_var+set} = xset \
Packit 9f0df5
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
Packit 9f0df5
done
Packit 9f0df5
PS1='$ '
Packit 9f0df5
PS2='> '
Packit 9f0df5
PS4='+ '
Packit 9f0df5
Packit 9f0df5
# NLS nuisances.
Packit 9f0df5
LC_ALL=C
Packit 9f0df5
export LC_ALL
Packit 9f0df5
LANGUAGE=C
Packit 9f0df5
export LANGUAGE
Packit 9f0df5
Packit 9f0df5
# CDPATH.
Packit 9f0df5
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
Packit 9f0df5
Packit 9f0df5
# Use a proper internal environment variable to ensure we don't fall
Packit 9f0df5
  # into an infinite loop, continuously re-executing ourselves.
Packit 9f0df5
  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
Packit 9f0df5
    _as_can_reexec=no; export _as_can_reexec;
Packit 9f0df5
    # We cannot yet assume a decent shell, so we have to provide a
Packit 9f0df5
# neutralization value for shells without unset; and this also
Packit 9f0df5
# works around shells that cannot unset nonexistent variables.
Packit 9f0df5
# Preserve -v and -x to the replacement shell.
Packit 9f0df5
BASH_ENV=/dev/null
Packit 9f0df5
ENV=/dev/null
Packit 9f0df5
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
Packit 9f0df5
case $- in # ((((
Packit 9f0df5
  *v*x* | *x*v* ) as_opts=-vx ;;
Packit 9f0df5
  *v* ) as_opts=-v ;;
Packit 9f0df5
  *x* ) as_opts=-x ;;
Packit 9f0df5
  * ) as_opts= ;;
Packit 9f0df5
esac
Packit 9f0df5
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
Packit 9f0df5
# Admittedly, this is quite paranoid, since all the known shells bail
Packit 9f0df5
# out after a failed `exec'.
Packit 9f0df5
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
Packit 9f0df5
as_fn_exit 255
Packit 9f0df5
  fi
Packit 9f0df5
  # We don't want this to propagate to other subprocesses.
Packit 9f0df5
          { _as_can_reexec=; unset _as_can_reexec;}
Packit 9f0df5
if test "x$CONFIG_SHELL" = x; then
Packit 9f0df5
  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
Packit 9f0df5
  emulate sh
Packit 9f0df5
  NULLCMD=:
Packit 9f0df5
  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
Packit 9f0df5
  # is contrary to our usage.  Disable this feature.
Packit 9f0df5
  alias -g '\${1+\"\$@\"}'='\"\$@\"'
Packit 9f0df5
  setopt NO_GLOB_SUBST
Packit 9f0df5
else
Packit 9f0df5
  case \`(set -o) 2>/dev/null\` in #(
Packit 9f0df5
  *posix*) :
Packit 9f0df5
    set -o posix ;; #(
Packit 9f0df5
  *) :
Packit 9f0df5
     ;;
Packit 9f0df5
esac
Packit 9f0df5
fi
Packit 9f0df5
"
Packit 9f0df5
  as_required="as_fn_return () { (exit \$1); }
Packit 9f0df5
as_fn_success () { as_fn_return 0; }
Packit 9f0df5
as_fn_failure () { as_fn_return 1; }
Packit 9f0df5
as_fn_ret_success () { return 0; }
Packit 9f0df5
as_fn_ret_failure () { return 1; }
Packit 9f0df5
Packit 9f0df5
exitcode=0
Packit 9f0df5
as_fn_success || { exitcode=1; echo as_fn_success failed.; }
Packit 9f0df5
as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
Packit 9f0df5
as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
Packit 9f0df5
as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
Packit 9f0df5
if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
Packit 9f0df5
Packit 9f0df5
else
Packit 9f0df5
  exitcode=1; echo positional parameters were not saved.
Packit 9f0df5
fi
Packit 9f0df5
test x\$exitcode = x0 || exit 1
Packit 9f0df5
test -x / || exit 1"
Packit 9f0df5
  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
Packit 9f0df5
  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
Packit 9f0df5
  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
Packit 9f0df5
  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
Packit 9f0df5
test \$(( 1 + 1 )) = 2 || exit 1
Packit 9f0df5
Packit 9f0df5
  test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
Packit 9f0df5
    ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
Packit 9f0df5
    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
Packit 9f0df5
    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
Packit 9f0df5
    PATH=/empty FPATH=/empty; export PATH FPATH
Packit 9f0df5
    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
Packit 9f0df5
      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
Packit 9f0df5
  if (eval "$as_required") 2>/dev/null; then :
Packit 9f0df5
  as_have_required=yes
Packit 9f0df5
else
Packit 9f0df5
  as_have_required=no
Packit 9f0df5
fi
Packit 9f0df5
  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
Packit 9f0df5
Packit 9f0df5
else
Packit 9f0df5
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9f0df5
as_found=false
Packit 9f0df5
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
Packit 9f0df5
do
Packit 9f0df5
  IFS=$as_save_IFS
Packit 9f0df5
  test -z "$as_dir" && as_dir=.
Packit 9f0df5
  as_found=:
Packit 9f0df5
  case $as_dir in #(
Packit 9f0df5
	 /*)
Packit 9f0df5
	   for as_base in sh bash ksh sh5; do
Packit 9f0df5
	     # Try only shells that exist, to save several forks.
Packit 9f0df5
	     as_shell=$as_dir/$as_base
Packit 9f0df5
	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
Packit 9f0df5
		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
Packit 9f0df5
  CONFIG_SHELL=$as_shell as_have_required=yes
Packit 9f0df5
		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
Packit 9f0df5
  break 2
Packit 9f0df5
fi
Packit 9f0df5
fi
Packit 9f0df5
	   done;;
Packit 9f0df5
       esac
Packit 9f0df5
  as_found=false
Packit 9f0df5
done
Packit 9f0df5
$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
Packit 9f0df5
	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
Packit 9f0df5
  CONFIG_SHELL=$SHELL as_have_required=yes
Packit 9f0df5
fi; }
Packit 9f0df5
IFS=$as_save_IFS
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
      if test "x$CONFIG_SHELL" != x; then :
Packit 9f0df5
  export CONFIG_SHELL
Packit 9f0df5
             # We cannot yet assume a decent shell, so we have to provide a
Packit 9f0df5
# neutralization value for shells without unset; and this also
Packit 9f0df5
# works around shells that cannot unset nonexistent variables.
Packit 9f0df5
# Preserve -v and -x to the replacement shell.
Packit 9f0df5
BASH_ENV=/dev/null
Packit 9f0df5
ENV=/dev/null
Packit 9f0df5
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
Packit 9f0df5
case $- in # ((((
Packit 9f0df5
  *v*x* | *x*v* ) as_opts=-vx ;;
Packit 9f0df5
  *v* ) as_opts=-v ;;
Packit 9f0df5
  *x* ) as_opts=-x ;;
Packit 9f0df5
  * ) as_opts= ;;
Packit 9f0df5
esac
Packit 9f0df5
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
Packit 9f0df5
# Admittedly, this is quite paranoid, since all the known shells bail
Packit 9f0df5
# out after a failed `exec'.
Packit 9f0df5
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
Packit 9f0df5
exit 255
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
    if test x$as_have_required = xno; then :
Packit 9f0df5
  $as_echo "$0: This script requires a shell more modern than all"
Packit 9f0df5
  $as_echo "$0: the shells that I found on your system."
Packit 9f0df5
  if test x${ZSH_VERSION+set} = xset ; then
Packit 9f0df5
    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
Packit 9f0df5
    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
Packit 9f0df5
  else
Packit 9f0df5
    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
Packit 9f0df5
$0: including any error possibly output before this
Packit 9f0df5
$0: message. Then install a modern shell, or manually run
Packit 9f0df5
$0: the script under such a shell if you do have one."
Packit 9f0df5
  fi
Packit 9f0df5
  exit 1
Packit 9f0df5
fi
Packit 9f0df5
fi
Packit 9f0df5
fi
Packit 9f0df5
SHELL=${CONFIG_SHELL-/bin/sh}
Packit 9f0df5
export SHELL
Packit 9f0df5
# Unset more variables known to interfere with behavior of common tools.
Packit 9f0df5
CLICOLOR_FORCE= GREP_OPTIONS=
Packit 9f0df5
unset CLICOLOR_FORCE GREP_OPTIONS
Packit 9f0df5
Packit 9f0df5
## --------------------- ##
Packit 9f0df5
## M4sh Shell Functions. ##
Packit 9f0df5
## --------------------- ##
Packit 9f0df5
# as_fn_unset VAR
Packit 9f0df5
# ---------------
Packit 9f0df5
# Portably unset VAR.
Packit 9f0df5
as_fn_unset ()
Packit 9f0df5
{
Packit 9f0df5
  { eval $1=; unset $1;}
Packit 9f0df5
}
Packit 9f0df5
as_unset=as_fn_unset
Packit 9f0df5
Packit 9f0df5
# as_fn_set_status STATUS
Packit 9f0df5
# -----------------------
Packit 9f0df5
# Set $? to STATUS, without forking.
Packit 9f0df5
as_fn_set_status ()
Packit 9f0df5
{
Packit 9f0df5
  return $1
Packit 9f0df5
} # as_fn_set_status
Packit 9f0df5
Packit 9f0df5
# as_fn_exit STATUS
Packit 9f0df5
# -----------------
Packit 9f0df5
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
Packit 9f0df5
as_fn_exit ()
Packit 9f0df5
{
Packit 9f0df5
  set +e
Packit 9f0df5
  as_fn_set_status $1
Packit 9f0df5
  exit $1
Packit 9f0df5
} # as_fn_exit
Packit 9f0df5
Packit 9f0df5
# as_fn_mkdir_p
Packit 9f0df5
# -------------
Packit 9f0df5
# Create "$as_dir" as a directory, including parents if necessary.
Packit 9f0df5
as_fn_mkdir_p ()
Packit 9f0df5
{
Packit 9f0df5
Packit 9f0df5
  case $as_dir in #(
Packit 9f0df5
  -*) as_dir=./$as_dir;;
Packit 9f0df5
  esac
Packit 9f0df5
  test -d "$as_dir" || eval $as_mkdir_p || {
Packit 9f0df5
    as_dirs=
Packit 9f0df5
    while :; do
Packit 9f0df5
      case $as_dir in #(
Packit 9f0df5
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
Packit 9f0df5
      *) as_qdir=$as_dir;;
Packit 9f0df5
      esac
Packit 9f0df5
      as_dirs="'$as_qdir' $as_dirs"
Packit 9f0df5
      as_dir=`$as_dirname -- "$as_dir" ||
Packit 9f0df5
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
Packit 9f0df5
	 X"$as_dir" : 'X\(//\)[^/]' \| \
Packit 9f0df5
	 X"$as_dir" : 'X\(//\)$' \| \
Packit 9f0df5
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
Packit 9f0df5
$as_echo X"$as_dir" |
Packit 9f0df5
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
Packit 9f0df5
	    s//\1/
Packit 9f0df5
	    q
Packit 9f0df5
	  }
Packit 9f0df5
	  /^X\(\/\/\)[^/].*/{
Packit 9f0df5
	    s//\1/
Packit 9f0df5
	    q
Packit 9f0df5
	  }
Packit 9f0df5
	  /^X\(\/\/\)$/{
Packit 9f0df5
	    s//\1/
Packit 9f0df5
	    q
Packit 9f0df5
	  }
Packit 9f0df5
	  /^X\(\/\).*/{
Packit 9f0df5
	    s//\1/
Packit 9f0df5
	    q
Packit 9f0df5
	  }
Packit 9f0df5
	  s/.*/./; q'`
Packit 9f0df5
      test -d "$as_dir" && break
Packit 9f0df5
    done
Packit 9f0df5
    test -z "$as_dirs" || eval "mkdir $as_dirs"
Packit 9f0df5
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
} # as_fn_mkdir_p
Packit 9f0df5
Packit 9f0df5
# as_fn_executable_p FILE
Packit 9f0df5
# -----------------------
Packit 9f0df5
# Test if FILE is an executable regular file.
Packit 9f0df5
as_fn_executable_p ()
Packit 9f0df5
{
Packit 9f0df5
  test -f "$1" && test -x "$1"
Packit 9f0df5
} # as_fn_executable_p
Packit 9f0df5
# as_fn_append VAR VALUE
Packit 9f0df5
# ----------------------
Packit 9f0df5
# Append the text in VALUE to the end of the definition contained in VAR. Take
Packit 9f0df5
# advantage of any shell optimizations that allow amortized linear growth over
Packit 9f0df5
# repeated appends, instead of the typical quadratic growth present in naive
Packit 9f0df5
# implementations.
Packit 9f0df5
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
Packit 9f0df5
  eval 'as_fn_append ()
Packit 9f0df5
  {
Packit 9f0df5
    eval $1+=\$2
Packit 9f0df5
  }'
Packit 9f0df5
else
Packit 9f0df5
  as_fn_append ()
Packit 9f0df5
  {
Packit 9f0df5
    eval $1=\$$1\$2
Packit 9f0df5
  }
Packit 9f0df5
fi # as_fn_append
Packit 9f0df5
Packit 9f0df5
# as_fn_arith ARG...
Packit 9f0df5
# ------------------
Packit 9f0df5
# Perform arithmetic evaluation on the ARGs, and store the result in the
Packit 9f0df5
# global $as_val. Take advantage of shells that can avoid forks. The arguments
Packit 9f0df5
# must be portable across $(()) and expr.
Packit 9f0df5
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
Packit 9f0df5
  eval 'as_fn_arith ()
Packit 9f0df5
  {
Packit 9f0df5
    as_val=$(( $* ))
Packit 9f0df5
  }'
Packit 9f0df5
else
Packit 9f0df5
  as_fn_arith ()
Packit 9f0df5
  {
Packit 9f0df5
    as_val=`expr "$@" || test $? -eq 1`
Packit 9f0df5
  }
Packit 9f0df5
fi # as_fn_arith
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
# as_fn_error STATUS ERROR [LINENO LOG_FD]
Packit 9f0df5
# ----------------------------------------
Packit 9f0df5
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
Packit 9f0df5
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
Packit 9f0df5
# script with STATUS, using 1 if that was 0.
Packit 9f0df5
as_fn_error ()
Packit 9f0df5
{
Packit 9f0df5
  as_status=$1; test $as_status -eq 0 && as_status=1
Packit 9f0df5
  if test "$4"; then
Packit 9f0df5
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
Packit 9f0df5
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
Packit 9f0df5
  fi
Packit 9f0df5
  $as_echo "$as_me: error: $2" >&2
Packit 9f0df5
  as_fn_exit $as_status
Packit 9f0df5
} # as_fn_error
Packit 9f0df5
Packit 9f0df5
if expr a : '\(a\)' >/dev/null 2>&1 &&
Packit 9f0df5
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
Packit 9f0df5
  as_expr=expr
Packit 9f0df5
else
Packit 9f0df5
  as_expr=false
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
Packit 9f0df5
  as_basename=basename
Packit 9f0df5
else
Packit 9f0df5
  as_basename=false
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
Packit 9f0df5
  as_dirname=dirname
Packit 9f0df5
else
Packit 9f0df5
  as_dirname=false
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
as_me=`$as_basename -- "$0" ||
Packit 9f0df5
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
Packit 9f0df5
	 X"$0" : 'X\(//\)$' \| \
Packit 9f0df5
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
Packit 9f0df5
$as_echo X/"$0" |
Packit 9f0df5
    sed '/^.*\/\([^/][^/]*\)\/*$/{
Packit 9f0df5
	    s//\1/
Packit 9f0df5
	    q
Packit 9f0df5
	  }
Packit 9f0df5
	  /^X\/\(\/\/\)$/{
Packit 9f0df5
	    s//\1/
Packit 9f0df5
	    q
Packit 9f0df5
	  }
Packit 9f0df5
	  /^X\/\(\/\).*/{
Packit 9f0df5
	    s//\1/
Packit 9f0df5
	    q
Packit 9f0df5
	  }
Packit 9f0df5
	  s/.*/./; q'`
Packit 9f0df5
Packit 9f0df5
# Avoid depending upon Character Ranges.
Packit 9f0df5
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
Packit 9f0df5
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
Packit 9f0df5
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
Packit 9f0df5
as_cr_digits='0123456789'
Packit 9f0df5
as_cr_alnum=$as_cr_Letters$as_cr_digits
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
  as_lineno_1=$LINENO as_lineno_1a=$LINENO
Packit 9f0df5
  as_lineno_2=$LINENO as_lineno_2a=$LINENO
Packit 9f0df5
  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
Packit 9f0df5
  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
Packit 9f0df5
  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
Packit 9f0df5
  sed -n '
Packit 9f0df5
    p
Packit 9f0df5
    /[$]LINENO/=
Packit 9f0df5
  ' <$as_myself |
Packit 9f0df5
    sed '
Packit 9f0df5
      s/[$]LINENO.*/&-/
Packit 9f0df5
      t lineno
Packit 9f0df5
      b
Packit 9f0df5
      :lineno
Packit 9f0df5
      N
Packit 9f0df5
      :loop
Packit 9f0df5
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
Packit 9f0df5
      t loop
Packit 9f0df5
      s/-\n.*//
Packit 9f0df5
    ' >$as_me.lineno &&
Packit 9f0df5
  chmod +x "$as_me.lineno" ||
Packit 9f0df5
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
Packit 9f0df5
Packit 9f0df5
  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
Packit 9f0df5
  # already done that, so ensure we don't try to do so again and fall
Packit 9f0df5
  # in an infinite loop.  This has already happened in practice.
Packit 9f0df5
  _as_can_reexec=no; export _as_can_reexec
Packit 9f0df5
  # Don't try to exec as it changes $[0], causing all sort of problems
Packit 9f0df5
  # (the dirname of $[0] is not the place where we might find the
Packit 9f0df5
  # original and so on.  Autoconf is especially sensitive to this).
Packit 9f0df5
  . "./$as_me.lineno"
Packit 9f0df5
  # Exit status is that of the last command.
Packit 9f0df5
  exit
Packit 9f0df5
}
Packit 9f0df5
Packit 9f0df5
ECHO_C= ECHO_N= ECHO_T=
Packit 9f0df5
case `echo -n x` in #(((((
Packit 9f0df5
-n*)
Packit 9f0df5
  case `echo 'xy\c'` in
Packit 9f0df5
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
Packit 9f0df5
  xy)  ECHO_C='\c';;
Packit 9f0df5
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
Packit 9f0df5
       ECHO_T='	';;
Packit 9f0df5
  esac;;
Packit 9f0df5
*)
Packit 9f0df5
  ECHO_N='-n';;
Packit 9f0df5
esac
Packit 9f0df5
Packit 9f0df5
rm -f conf$$ conf$$.exe conf$$.file
Packit 9f0df5
if test -d conf$$.dir; then
Packit 9f0df5
  rm -f conf$$.dir/conf$$.file
Packit 9f0df5
else
Packit 9f0df5
  rm -f conf$$.dir
Packit 9f0df5
  mkdir conf$$.dir 2>/dev/null
Packit 9f0df5
fi
Packit 9f0df5
if (echo >conf$$.file) 2>/dev/null; then
Packit 9f0df5
  if ln -s conf$$.file conf$$ 2>/dev/null; then
Packit 9f0df5
    as_ln_s='ln -s'
Packit 9f0df5
    # ... but there are two gotchas:
Packit 9f0df5
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
Packit 9f0df5
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
Packit 9f0df5
    # In both cases, we have to default to `cp -pR'.
Packit 9f0df5
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
Packit 9f0df5
      as_ln_s='cp -pR'
Packit 9f0df5
  elif ln conf$$.file conf$$ 2>/dev/null; then
Packit 9f0df5
    as_ln_s=ln
Packit 9f0df5
  else
Packit 9f0df5
    as_ln_s='cp -pR'
Packit 9f0df5
  fi
Packit 9f0df5
else
Packit 9f0df5
  as_ln_s='cp -pR'
Packit 9f0df5
fi
Packit 9f0df5
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
Packit 9f0df5
rmdir conf$$.dir 2>/dev/null
Packit 9f0df5
Packit 9f0df5
if mkdir -p . 2>/dev/null; then
Packit 9f0df5
  as_mkdir_p='mkdir -p "$as_dir"'
Packit 9f0df5
else
Packit 9f0df5
  test -d ./-p && rmdir ./-p
Packit 9f0df5
  as_mkdir_p=false
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
as_test_x='test -x'
Packit 9f0df5
as_executable_p=as_fn_executable_p
Packit 9f0df5
Packit 9f0df5
# Sed expression to map a string onto a valid CPP name.
Packit 9f0df5
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
Packit 9f0df5
Packit 9f0df5
# Sed expression to map a string onto a valid variable name.
Packit 9f0df5
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
Packit 9f0df5
Packit 9f0df5
SHELL=${CONFIG_SHELL-/bin/sh}
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
test -n "$DJDIR" || exec 7<&0 
Packit 9f0df5
exec 6>&1
Packit 9f0df5
Packit 9f0df5
# Name of the host.
Packit 9f0df5
# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
Packit 9f0df5
# so uname gets run too.
Packit 9f0df5
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
Packit 9f0df5
Packit 9f0df5
#
Packit 9f0df5
# Initializations.
Packit 9f0df5
#
Packit 9f0df5
ac_default_prefix=/usr/local
Packit 9f0df5
ac_clean_files=
Packit 9f0df5
ac_config_libobj_dir=.
Packit 9f0df5
LIBOBJS=
Packit 9f0df5
cross_compiling=no
Packit 9f0df5
subdirs=
Packit 9f0df5
MFLAGS=
Packit 9f0df5
MAKEFLAGS=
Packit 9f0df5
Packit 9f0df5
# Identity of this package.
Packit 9f0df5
PACKAGE_NAME='ccid'
Packit 9f0df5
PACKAGE_TARNAME='ccid'
Packit 9f0df5
PACKAGE_VERSION='1.4.29'
Packit 9f0df5
PACKAGE_STRING='ccid 1.4.29'
Packit 9f0df5
PACKAGE_BUGREPORT=''
Packit 9f0df5
PACKAGE_URL=''
Packit 9f0df5
Packit 9f0df5
ac_unique_file="src/ifdhandler.c"
Packit 9f0df5
ac_default_prefix=/usr/local
Packit 9f0df5
# Factoring default headers for most tests.
Packit 9f0df5
ac_includes_default="\
Packit 9f0df5
#include <stdio.h>
Packit 9f0df5
#ifdef HAVE_SYS_TYPES_H
Packit 9f0df5
# include <sys/types.h>
Packit 9f0df5
#endif
Packit 9f0df5
#ifdef HAVE_SYS_STAT_H
Packit 9f0df5
# include <sys/stat.h>
Packit 9f0df5
#endif
Packit 9f0df5
#ifdef STDC_HEADERS
Packit 9f0df5
# include <stdlib.h>
Packit 9f0df5
# include <stddef.h>
Packit 9f0df5
#else
Packit 9f0df5
# ifdef HAVE_STDLIB_H
Packit 9f0df5
#  include <stdlib.h>
Packit 9f0df5
# endif
Packit 9f0df5
#endif
Packit 9f0df5
#ifdef HAVE_STRING_H
Packit 9f0df5
# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
Packit 9f0df5
#  include <memory.h>
Packit 9f0df5
# endif
Packit 9f0df5
# include <string.h>
Packit 9f0df5
#endif
Packit 9f0df5
#ifdef HAVE_STRINGS_H
Packit 9f0df5
# include <strings.h>
Packit 9f0df5
#endif
Packit 9f0df5
#ifdef HAVE_INTTYPES_H
Packit 9f0df5
# include <inttypes.h>
Packit 9f0df5
#endif
Packit 9f0df5
#ifdef HAVE_STDINT_H
Packit 9f0df5
# include <stdint.h>
Packit 9f0df5
#endif
Packit 9f0df5
#ifdef HAVE_UNISTD_H
Packit 9f0df5
# include <unistd.h>
Packit 9f0df5
#endif"
Packit 9f0df5
Packit 9f0df5
ac_subst_vars='am__EXEEXT_FALSE
Packit 9f0df5
am__EXEEXT_TRUE
Packit 9f0df5
LTLIBOBJS
Packit 9f0df5
LIBOBJS
Packit 9f0df5
sysconfdir_exp
Packit 9f0df5
bindir_exp
Packit 9f0df5
serialconfdir
Packit 9f0df5
ccidtwindir
Packit 9f0df5
usbdropdir
Packit 9f0df5
bundle
Packit 9f0df5
ac_aux_dir
Packit 9f0df5
NOCLASS
Packit 9f0df5
WITHOUT_PCSC_FALSE
Packit 9f0df5
WITHOUT_PCSC_TRUE
Packit 9f0df5
WITH_TWIN_SERIAL_FALSE
Packit 9f0df5
WITH_TWIN_SERIAL_TRUE
Packit 9f0df5
PTHREAD_CFLAGS
Packit 9f0df5
PTHREAD_LIBS
Packit 9f0df5
PTHREAD_CC
Packit 9f0df5
ax_pthread_config
Packit 9f0df5
SYMBOL_VISIBILITY
Packit 9f0df5
WITH_LIBUSB_FALSE
Packit 9f0df5
WITH_LIBUSB_TRUE
Packit 9f0df5
LIBUSB_LIBS
Packit 9f0df5
LIBUSB_CFLAGS
Packit 9f0df5
DYN_LIB_EXT
Packit 9f0df5
BUNDLE_HOST
Packit 9f0df5
LIBTOOL_DEPS
Packit 9f0df5
LT_SYS_LIBRARY_PATH
Packit 9f0df5
OTOOL64
Packit 9f0df5
OTOOL
Packit 9f0df5
LIPO
Packit 9f0df5
NMEDIT
Packit 9f0df5
DSYMUTIL
Packit 9f0df5
MANIFEST_TOOL
Packit 9f0df5
RANLIB
Packit 9f0df5
DLLTOOL
Packit 9f0df5
OBJDUMP
Packit 9f0df5
NM
Packit 9f0df5
ac_ct_DUMPBIN
Packit 9f0df5
DUMPBIN
Packit 9f0df5
LD
Packit 9f0df5
FGREP
Packit 9f0df5
SED
Packit 9f0df5
LIBTOOL
Packit 9f0df5
EGREP
Packit 9f0df5
GREP
Packit 9f0df5
PCSC_LIBS
Packit 9f0df5
PCSC_CFLAGS
Packit 9f0df5
PKG_CONFIG_LIBDIR
Packit 9f0df5
PKG_CONFIG_PATH
Packit 9f0df5
PKG_CONFIG
Packit 9f0df5
ac_ct_AR
Packit 9f0df5
AR
Packit 9f0df5
LEXLIB
Packit 9f0df5
LEX_OUTPUT_ROOT
Packit 9f0df5
LEX
Packit 9f0df5
LN_S
Packit 9f0df5
CPP
Packit 9f0df5
am__fastdepCC_FALSE
Packit 9f0df5
am__fastdepCC_TRUE
Packit 9f0df5
CCDEPMODE
Packit 9f0df5
am__nodep
Packit 9f0df5
AMDEPBACKSLASH
Packit 9f0df5
AMDEP_FALSE
Packit 9f0df5
AMDEP_TRUE
Packit 9f0df5
am__quote
Packit 9f0df5
am__include
Packit 9f0df5
DEPDIR
Packit 9f0df5
OBJEXT
Packit 9f0df5
EXEEXT
Packit 9f0df5
ac_ct_CC
Packit 9f0df5
CPPFLAGS
Packit 9f0df5
LDFLAGS
Packit 9f0df5
CFLAGS
Packit 9f0df5
CC
Packit 9f0df5
MAINT
Packit 9f0df5
MAINTAINER_MODE_FALSE
Packit 9f0df5
MAINTAINER_MODE_TRUE
Packit 9f0df5
host_os
Packit 9f0df5
host_vendor
Packit 9f0df5
host_cpu
Packit 9f0df5
host
Packit 9f0df5
build_os
Packit 9f0df5
build_vendor
Packit 9f0df5
build_cpu
Packit 9f0df5
build
Packit 9f0df5
AM_BACKSLASH
Packit 9f0df5
AM_DEFAULT_VERBOSITY
Packit 9f0df5
AM_DEFAULT_V
Packit 9f0df5
AM_V
Packit 9f0df5
am__untar
Packit 9f0df5
am__tar
Packit 9f0df5
AMTAR
Packit 9f0df5
am__leading_dot
Packit 9f0df5
SET_MAKE
Packit 9f0df5
AWK
Packit 9f0df5
mkdir_p
Packit 9f0df5
MKDIR_P
Packit 9f0df5
INSTALL_STRIP_PROGRAM
Packit 9f0df5
STRIP
Packit 9f0df5
install_sh
Packit 9f0df5
MAKEINFO
Packit 9f0df5
AUTOHEADER
Packit 9f0df5
AUTOMAKE
Packit 9f0df5
AUTOCONF
Packit 9f0df5
ACLOCAL
Packit 9f0df5
VERSION
Packit 9f0df5
PACKAGE
Packit 9f0df5
CYGPATH_W
Packit 9f0df5
am__isrc
Packit 9f0df5
INSTALL_DATA
Packit 9f0df5
INSTALL_SCRIPT
Packit 9f0df5
INSTALL_PROGRAM
Packit 9f0df5
target_alias
Packit 9f0df5
host_alias
Packit 9f0df5
build_alias
Packit 9f0df5
LIBS
Packit 9f0df5
ECHO_T
Packit 9f0df5
ECHO_N
Packit 9f0df5
ECHO_C
Packit 9f0df5
DEFS
Packit 9f0df5
mandir
Packit 9f0df5
localedir
Packit 9f0df5
libdir
Packit 9f0df5
psdir
Packit 9f0df5
pdfdir
Packit 9f0df5
dvidir
Packit 9f0df5
htmldir
Packit 9f0df5
infodir
Packit 9f0df5
docdir
Packit 9f0df5
oldincludedir
Packit 9f0df5
includedir
Packit 9f0df5
runstatedir
Packit 9f0df5
localstatedir
Packit 9f0df5
sharedstatedir
Packit 9f0df5
sysconfdir
Packit 9f0df5
datadir
Packit 9f0df5
datarootdir
Packit 9f0df5
libexecdir
Packit 9f0df5
sbindir
Packit 9f0df5
bindir
Packit 9f0df5
program_transform_name
Packit 9f0df5
prefix
Packit 9f0df5
exec_prefix
Packit 9f0df5
PACKAGE_URL
Packit 9f0df5
PACKAGE_BUGREPORT
Packit 9f0df5
PACKAGE_STRING
Packit 9f0df5
PACKAGE_VERSION
Packit 9f0df5
PACKAGE_TARNAME
Packit 9f0df5
PACKAGE_NAME
Packit 9f0df5
PATH_SEPARATOR
Packit 9f0df5
SHELL'
Packit 9f0df5
ac_subst_files=''
Packit 9f0df5
ac_user_opts='
Packit 9f0df5
enable_option_checking
Packit 9f0df5
enable_silent_rules
Packit 9f0df5
enable_maintainer_mode
Packit 9f0df5
enable_dependency_tracking
Packit 9f0df5
enable_static
Packit 9f0df5
enable_shared
Packit 9f0df5
with_pic
Packit 9f0df5
enable_fast_install
Packit 9f0df5
with_aix_soname
Packit 9f0df5
with_gnu_ld
Packit 9f0df5
with_sysroot
Packit 9f0df5
enable_libtool_lock
Packit 9f0df5
enable_libusb
Packit 9f0df5
enable_composite_as_multislot
Packit 9f0df5
enable_multi_thread
Packit 9f0df5
enable_bundle
Packit 9f0df5
enable_usbdropdir
Packit 9f0df5
enable_twinserial
Packit 9f0df5
enable_ccidtwindir
Packit 9f0df5
enable_serialconfdir
Packit 9f0df5
enable_pcsclite
Packit 9f0df5
enable_syslog
Packit 9f0df5
enable_class
Packit 9f0df5
enable_embedded
Packit 9f0df5
enable_zlp
Packit 9f0df5
'
Packit 9f0df5
      ac_precious_vars='build_alias
Packit 9f0df5
host_alias
Packit 9f0df5
target_alias
Packit 9f0df5
CC
Packit 9f0df5
CFLAGS
Packit 9f0df5
LDFLAGS
Packit 9f0df5
LIBS
Packit 9f0df5
CPPFLAGS
Packit 9f0df5
CPP
Packit 9f0df5
PKG_CONFIG
Packit 9f0df5
PKG_CONFIG_PATH
Packit 9f0df5
PKG_CONFIG_LIBDIR
Packit 9f0df5
PCSC_CFLAGS
Packit 9f0df5
PCSC_LIBS
Packit 9f0df5
LT_SYS_LIBRARY_PATH
Packit 9f0df5
LIBUSB_CFLAGS
Packit 9f0df5
LIBUSB_LIBS'
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
# Initialize some variables set by options.
Packit 9f0df5
ac_init_help=
Packit 9f0df5
ac_init_version=false
Packit 9f0df5
ac_unrecognized_opts=
Packit 9f0df5
ac_unrecognized_sep=
Packit 9f0df5
# The variables have the same names as the options, with
Packit 9f0df5
# dashes changed to underlines.
Packit 9f0df5
cache_file=/dev/null
Packit 9f0df5
exec_prefix=NONE
Packit 9f0df5
no_create=
Packit 9f0df5
no_recursion=
Packit 9f0df5
prefix=NONE
Packit 9f0df5
program_prefix=NONE
Packit 9f0df5
program_suffix=NONE
Packit 9f0df5
program_transform_name=s,x,x,
Packit 9f0df5
silent=
Packit 9f0df5
site=
Packit 9f0df5
srcdir=
Packit 9f0df5
verbose=
Packit 9f0df5
x_includes=NONE
Packit 9f0df5
x_libraries=NONE
Packit 9f0df5
Packit 9f0df5
# Installation directory options.
Packit 9f0df5
# These are left unexpanded so users can "make install exec_prefix=/foo"
Packit 9f0df5
# and all the variables that are supposed to be based on exec_prefix
Packit 9f0df5
# by default will actually change.
Packit 9f0df5
# Use braces instead of parens because sh, perl, etc. also accept them.
Packit 9f0df5
# (The list follows the same order as the GNU Coding Standards.)
Packit 9f0df5
bindir='${exec_prefix}/bin'
Packit 9f0df5
sbindir='${exec_prefix}/sbin'
Packit 9f0df5
libexecdir='${exec_prefix}/libexec'
Packit 9f0df5
datarootdir='${prefix}/share'
Packit 9f0df5
datadir='${datarootdir}'
Packit 9f0df5
sysconfdir='${prefix}/etc'
Packit 9f0df5
sharedstatedir='${prefix}/com'
Packit 9f0df5
localstatedir='${prefix}/var'
Packit 9f0df5
runstatedir='${localstatedir}/run'
Packit 9f0df5
includedir='${prefix}/include'
Packit 9f0df5
oldincludedir='/usr/include'
Packit 9f0df5
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
Packit 9f0df5
infodir='${datarootdir}/info'
Packit 9f0df5
htmldir='${docdir}'
Packit 9f0df5
dvidir='${docdir}'
Packit 9f0df5
pdfdir='${docdir}'
Packit 9f0df5
psdir='${docdir}'
Packit 9f0df5
libdir='${exec_prefix}/lib'
Packit 9f0df5
localedir='${datarootdir}/locale'
Packit 9f0df5
mandir='${datarootdir}/man'
Packit 9f0df5
Packit 9f0df5
ac_prev=
Packit 9f0df5
ac_dashdash=
Packit 9f0df5
for ac_option
Packit 9f0df5
do
Packit 9f0df5
  # If the previous option needs an argument, assign it.
Packit 9f0df5
  if test -n "$ac_prev"; then
Packit 9f0df5
    eval $ac_prev=\$ac_option
Packit 9f0df5
    ac_prev=
Packit 9f0df5
    continue
Packit 9f0df5
  fi
Packit 9f0df5
Packit 9f0df5
  case $ac_option in
Packit 9f0df5
  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
Packit 9f0df5
  *=)   ac_optarg= ;;
Packit 9f0df5
  *)    ac_optarg=yes ;;
Packit 9f0df5
  esac
Packit 9f0df5
Packit 9f0df5
  # Accept the important Cygnus configure options, so we can diagnose typos.
Packit 9f0df5
Packit 9f0df5
  case $ac_dashdash$ac_option in
Packit 9f0df5
  --)
Packit 9f0df5
    ac_dashdash=yes ;;
Packit 9f0df5
Packit 9f0df5
  -bindir | --bindir | --bindi | --bind | --bin | --bi)
Packit 9f0df5
    ac_prev=bindir ;;
Packit 9f0df5
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
Packit 9f0df5
    bindir=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -build | --build | --buil | --bui | --bu)
Packit 9f0df5
    ac_prev=build_alias ;;
Packit 9f0df5
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
Packit 9f0df5
    build_alias=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -cache-file | --cache-file | --cache-fil | --cache-fi \
Packit 9f0df5
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
Packit 9f0df5
    ac_prev=cache_file ;;
Packit 9f0df5
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
Packit 9f0df5
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
Packit 9f0df5
    cache_file=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  --config-cache | -C)
Packit 9f0df5
    cache_file=config.cache ;;
Packit 9f0df5
Packit 9f0df5
  -datadir | --datadir | --datadi | --datad)
Packit 9f0df5
    ac_prev=datadir ;;
Packit 9f0df5
  -datadir=* | --datadir=* | --datadi=* | --datad=*)
Packit 9f0df5
    datadir=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
Packit 9f0df5
  | --dataroo | --dataro | --datar)
Packit 9f0df5
    ac_prev=datarootdir ;;
Packit 9f0df5
  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
Packit 9f0df5
  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
Packit 9f0df5
    datarootdir=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -disable-* | --disable-*)
Packit 9f0df5
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
Packit 9f0df5
    # Reject names that are not valid shell variable names.
Packit 9f0df5
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Packit 9f0df5
      as_fn_error $? "invalid feature name: $ac_useropt"
Packit 9f0df5
    ac_useropt_orig=$ac_useropt
Packit 9f0df5
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
Packit 9f0df5
    case $ac_user_opts in
Packit 9f0df5
      *"
Packit 9f0df5
"enable_$ac_useropt"
Packit 9f0df5
"*) ;;
Packit 9f0df5
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
Packit 9f0df5
	 ac_unrecognized_sep=', ';;
Packit 9f0df5
    esac
Packit 9f0df5
    eval enable_$ac_useropt=no ;;
Packit 9f0df5
Packit 9f0df5
  -docdir | --docdir | --docdi | --doc | --do)
Packit 9f0df5
    ac_prev=docdir ;;
Packit 9f0df5
  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
Packit 9f0df5
    docdir=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
Packit 9f0df5
    ac_prev=dvidir ;;
Packit 9f0df5
  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
Packit 9f0df5
    dvidir=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -enable-* | --enable-*)
Packit 9f0df5
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
Packit 9f0df5
    # Reject names that are not valid shell variable names.
Packit 9f0df5
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Packit 9f0df5
      as_fn_error $? "invalid feature name: $ac_useropt"
Packit 9f0df5
    ac_useropt_orig=$ac_useropt
Packit 9f0df5
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
Packit 9f0df5
    case $ac_user_opts in
Packit 9f0df5
      *"
Packit 9f0df5
"enable_$ac_useropt"
Packit 9f0df5
"*) ;;
Packit 9f0df5
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
Packit 9f0df5
	 ac_unrecognized_sep=', ';;
Packit 9f0df5
    esac
Packit 9f0df5
    eval enable_$ac_useropt=\$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
Packit 9f0df5
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
Packit 9f0df5
  | --exec | --exe | --ex)
Packit 9f0df5
    ac_prev=exec_prefix ;;
Packit 9f0df5
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
Packit 9f0df5
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
Packit 9f0df5
  | --exec=* | --exe=* | --ex=*)
Packit 9f0df5
    exec_prefix=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -gas | --gas | --ga | --g)
Packit 9f0df5
    # Obsolete; use --with-gas.
Packit 9f0df5
    with_gas=yes ;;
Packit 9f0df5
Packit 9f0df5
  -help | --help | --hel | --he | -h)
Packit 9f0df5
    ac_init_help=long ;;
Packit 9f0df5
  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
Packit 9f0df5
    ac_init_help=recursive ;;
Packit 9f0df5
  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
Packit 9f0df5
    ac_init_help=short ;;
Packit 9f0df5
Packit 9f0df5
  -host | --host | --hos | --ho)
Packit 9f0df5
    ac_prev=host_alias ;;
Packit 9f0df5
  -host=* | --host=* | --hos=* | --ho=*)
Packit 9f0df5
    host_alias=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
Packit 9f0df5
    ac_prev=htmldir ;;
Packit 9f0df5
  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
Packit 9f0df5
  | --ht=*)
Packit 9f0df5
    htmldir=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -includedir | --includedir | --includedi | --included | --include \
Packit 9f0df5
  | --includ | --inclu | --incl | --inc)
Packit 9f0df5
    ac_prev=includedir ;;
Packit 9f0df5
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
Packit 9f0df5
  | --includ=* | --inclu=* | --incl=* | --inc=*)
Packit 9f0df5
    includedir=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -infodir | --infodir | --infodi | --infod | --info | --inf)
Packit 9f0df5
    ac_prev=infodir ;;
Packit 9f0df5
  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
Packit 9f0df5
    infodir=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -libdir | --libdir | --libdi | --libd)
Packit 9f0df5
    ac_prev=libdir ;;
Packit 9f0df5
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
Packit 9f0df5
    libdir=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
Packit 9f0df5
  | --libexe | --libex | --libe)
Packit 9f0df5
    ac_prev=libexecdir ;;
Packit 9f0df5
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
Packit 9f0df5
  | --libexe=* | --libex=* | --libe=*)
Packit 9f0df5
    libexecdir=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -localedir | --localedir | --localedi | --localed | --locale)
Packit 9f0df5
    ac_prev=localedir ;;
Packit 9f0df5
  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
Packit 9f0df5
    localedir=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -localstatedir | --localstatedir | --localstatedi | --localstated \
Packit 9f0df5
  | --localstate | --localstat | --localsta | --localst | --locals)
Packit 9f0df5
    ac_prev=localstatedir ;;
Packit 9f0df5
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
Packit 9f0df5
  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
Packit 9f0df5
    localstatedir=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
Packit 9f0df5
    ac_prev=mandir ;;
Packit 9f0df5
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
Packit 9f0df5
    mandir=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -nfp | --nfp | --nf)
Packit 9f0df5
    # Obsolete; use --without-fp.
Packit 9f0df5
    with_fp=no ;;
Packit 9f0df5
Packit 9f0df5
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
Packit 9f0df5
  | --no-cr | --no-c | -n)
Packit 9f0df5
    no_create=yes ;;
Packit 9f0df5
Packit 9f0df5
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
Packit 9f0df5
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
Packit 9f0df5
    no_recursion=yes ;;
Packit 9f0df5
Packit 9f0df5
  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
Packit 9f0df5
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
Packit 9f0df5
  | --oldin | --oldi | --old | --ol | --o)
Packit 9f0df5
    ac_prev=oldincludedir ;;
Packit 9f0df5
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
Packit 9f0df5
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
Packit 9f0df5
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
Packit 9f0df5
    oldincludedir=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
Packit 9f0df5
    ac_prev=prefix ;;
Packit 9f0df5
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
Packit 9f0df5
    prefix=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -program-prefix | --program-prefix | --program-prefi | --program-pref \
Packit 9f0df5
  | --program-pre | --program-pr | --program-p)
Packit 9f0df5
    ac_prev=program_prefix ;;
Packit 9f0df5
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
Packit 9f0df5
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
Packit 9f0df5
    program_prefix=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -program-suffix | --program-suffix | --program-suffi | --program-suff \
Packit 9f0df5
  | --program-suf | --program-su | --program-s)
Packit 9f0df5
    ac_prev=program_suffix ;;
Packit 9f0df5
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
Packit 9f0df5
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
Packit 9f0df5
    program_suffix=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -program-transform-name | --program-transform-name \
Packit 9f0df5
  | --program-transform-nam | --program-transform-na \
Packit 9f0df5
  | --program-transform-n | --program-transform- \
Packit 9f0df5
  | --program-transform | --program-transfor \
Packit 9f0df5
  | --program-transfo | --program-transf \
Packit 9f0df5
  | --program-trans | --program-tran \
Packit 9f0df5
  | --progr-tra | --program-tr | --program-t)
Packit 9f0df5
    ac_prev=program_transform_name ;;
Packit 9f0df5
  -program-transform-name=* | --program-transform-name=* \
Packit 9f0df5
  | --program-transform-nam=* | --program-transform-na=* \
Packit 9f0df5
  | --program-transform-n=* | --program-transform-=* \
Packit 9f0df5
  | --program-transform=* | --program-transfor=* \
Packit 9f0df5
  | --program-transfo=* | --program-transf=* \
Packit 9f0df5
  | --program-trans=* | --program-tran=* \
Packit 9f0df5
  | --progr-tra=* | --program-tr=* | --program-t=*)
Packit 9f0df5
    program_transform_name=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
Packit 9f0df5
    ac_prev=pdfdir ;;
Packit 9f0df5
  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
Packit 9f0df5
    pdfdir=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -psdir | --psdir | --psdi | --psd | --ps)
Packit 9f0df5
    ac_prev=psdir ;;
Packit 9f0df5
  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
Packit 9f0df5
    psdir=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
Packit 9f0df5
  | -silent | --silent | --silen | --sile | --sil)
Packit 9f0df5
    silent=yes ;;
Packit 9f0df5
Packit 9f0df5
  -runstatedir | --runstatedir | --runstatedi | --runstated \
Packit 9f0df5
  | --runstate | --runstat | --runsta | --runst | --runs \
Packit 9f0df5
  | --run | --ru | --r)
Packit 9f0df5
    ac_prev=runstatedir ;;
Packit 9f0df5
  -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
Packit 9f0df5
  | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
Packit 9f0df5
  | --run=* | --ru=* | --r=*)
Packit 9f0df5
    runstatedir=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
Packit 9f0df5
    ac_prev=sbindir ;;
Packit 9f0df5
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
Packit 9f0df5
  | --sbi=* | --sb=*)
Packit 9f0df5
    sbindir=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -sharedstatedir | --sharedstatedir | --sharedstatedi \
Packit 9f0df5
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
Packit 9f0df5
  | --sharedst | --shareds | --shared | --share | --shar \
Packit 9f0df5
  | --sha | --sh)
Packit 9f0df5
    ac_prev=sharedstatedir ;;
Packit 9f0df5
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
Packit 9f0df5
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
Packit 9f0df5
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
Packit 9f0df5
  | --sha=* | --sh=*)
Packit 9f0df5
    sharedstatedir=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -site | --site | --sit)
Packit 9f0df5
    ac_prev=site ;;
Packit 9f0df5
  -site=* | --site=* | --sit=*)
Packit 9f0df5
    site=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
Packit 9f0df5
    ac_prev=srcdir ;;
Packit 9f0df5
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
Packit 9f0df5
    srcdir=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
Packit 9f0df5
  | --syscon | --sysco | --sysc | --sys | --sy)
Packit 9f0df5
    ac_prev=sysconfdir ;;
Packit 9f0df5
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
Packit 9f0df5
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
Packit 9f0df5
    sysconfdir=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -target | --target | --targe | --targ | --tar | --ta | --t)
Packit 9f0df5
    ac_prev=target_alias ;;
Packit 9f0df5
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
Packit 9f0df5
    target_alias=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -v | -verbose | --verbose | --verbos | --verbo | --verb)
Packit 9f0df5
    verbose=yes ;;
Packit 9f0df5
Packit 9f0df5
  -version | --version | --versio | --versi | --vers | -V)
Packit 9f0df5
    ac_init_version=: ;;
Packit 9f0df5
Packit 9f0df5
  -with-* | --with-*)
Packit 9f0df5
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
Packit 9f0df5
    # Reject names that are not valid shell variable names.
Packit 9f0df5
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Packit 9f0df5
      as_fn_error $? "invalid package name: $ac_useropt"
Packit 9f0df5
    ac_useropt_orig=$ac_useropt
Packit 9f0df5
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
Packit 9f0df5
    case $ac_user_opts in
Packit 9f0df5
      *"
Packit 9f0df5
"with_$ac_useropt"
Packit 9f0df5
"*) ;;
Packit 9f0df5
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
Packit 9f0df5
	 ac_unrecognized_sep=', ';;
Packit 9f0df5
    esac
Packit 9f0df5
    eval with_$ac_useropt=\$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -without-* | --without-*)
Packit 9f0df5
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
Packit 9f0df5
    # Reject names that are not valid shell variable names.
Packit 9f0df5
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Packit 9f0df5
      as_fn_error $? "invalid package name: $ac_useropt"
Packit 9f0df5
    ac_useropt_orig=$ac_useropt
Packit 9f0df5
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
Packit 9f0df5
    case $ac_user_opts in
Packit 9f0df5
      *"
Packit 9f0df5
"with_$ac_useropt"
Packit 9f0df5
"*) ;;
Packit 9f0df5
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
Packit 9f0df5
	 ac_unrecognized_sep=', ';;
Packit 9f0df5
    esac
Packit 9f0df5
    eval with_$ac_useropt=no ;;
Packit 9f0df5
Packit 9f0df5
  --x)
Packit 9f0df5
    # Obsolete; use --with-x.
Packit 9f0df5
    with_x=yes ;;
Packit 9f0df5
Packit 9f0df5
  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
Packit 9f0df5
  | --x-incl | --x-inc | --x-in | --x-i)
Packit 9f0df5
    ac_prev=x_includes ;;
Packit 9f0df5
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
Packit 9f0df5
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
Packit 9f0df5
    x_includes=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -x-libraries | --x-libraries | --x-librarie | --x-librari \
Packit 9f0df5
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
Packit 9f0df5
    ac_prev=x_libraries ;;
Packit 9f0df5
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
Packit 9f0df5
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
Packit 9f0df5
    x_libraries=$ac_optarg ;;
Packit 9f0df5
Packit 9f0df5
  -*) as_fn_error $? "unrecognized option: \`$ac_option'
Packit 9f0df5
Try \`$0 --help' for more information"
Packit 9f0df5
    ;;
Packit 9f0df5
Packit 9f0df5
  *=*)
Packit 9f0df5
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
Packit 9f0df5
    # Reject names that are not valid shell variable names.
Packit 9f0df5
    case $ac_envvar in #(
Packit 9f0df5
      '' | [0-9]* | *[!_$as_cr_alnum]* )
Packit 9f0df5
      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
Packit 9f0df5
    esac
Packit 9f0df5
    eval $ac_envvar=\$ac_optarg
Packit 9f0df5
    export $ac_envvar ;;
Packit 9f0df5
Packit 9f0df5
  *)
Packit 9f0df5
    # FIXME: should be removed in autoconf 3.0.
Packit 9f0df5
    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
Packit 9f0df5
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
Packit 9f0df5
      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
Packit 9f0df5
    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
Packit 9f0df5
    ;;
Packit 9f0df5
Packit 9f0df5
  esac
Packit 9f0df5
done
Packit 9f0df5
Packit 9f0df5
if test -n "$ac_prev"; then
Packit 9f0df5
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
Packit 9f0df5
  as_fn_error $? "missing argument to $ac_option"
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
if test -n "$ac_unrecognized_opts"; then
Packit 9f0df5
  case $enable_option_checking in
Packit 9f0df5
    no) ;;
Packit 9f0df5
    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
Packit 9f0df5
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
Packit 9f0df5
  esac
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
# Check all directory arguments for consistency.
Packit 9f0df5
for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
Packit 9f0df5
		datadir sysconfdir sharedstatedir localstatedir includedir \
Packit 9f0df5
		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
Packit 9f0df5
		libdir localedir mandir runstatedir
Packit 9f0df5
do
Packit 9f0df5
  eval ac_val=\$$ac_var
Packit 9f0df5
  # Remove trailing slashes.
Packit 9f0df5
  case $ac_val in
Packit 9f0df5
    */ )
Packit 9f0df5
      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
Packit 9f0df5
      eval $ac_var=\$ac_val;;
Packit 9f0df5
  esac
Packit 9f0df5
  # Be sure to have absolute directory names.
Packit 9f0df5
  case $ac_val in
Packit 9f0df5
    [\\/$]* | ?:[\\/]* )  continue;;
Packit 9f0df5
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
Packit 9f0df5
  esac
Packit 9f0df5
  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
Packit 9f0df5
done
Packit 9f0df5
Packit 9f0df5
# There might be people who depend on the old broken behavior: `$host'
Packit 9f0df5
# used to hold the argument of --host etc.
Packit 9f0df5
# FIXME: To remove some day.
Packit 9f0df5
build=$build_alias
Packit 9f0df5
host=$host_alias
Packit 9f0df5
target=$target_alias
Packit 9f0df5
Packit 9f0df5
# FIXME: To remove some day.
Packit 9f0df5
if test "x$host_alias" != x; then
Packit 9f0df5
  if test "x$build_alias" = x; then
Packit 9f0df5
    cross_compiling=maybe
Packit 9f0df5
  elif test "x$build_alias" != "x$host_alias"; then
Packit 9f0df5
    cross_compiling=yes
Packit 9f0df5
  fi
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
ac_tool_prefix=
Packit 9f0df5
test -n "$host_alias" && ac_tool_prefix=$host_alias-
Packit 9f0df5
Packit 9f0df5
test "$silent" = yes && exec 6>/dev/null
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
ac_pwd=`pwd` && test -n "$ac_pwd" &&
Packit 9f0df5
ac_ls_di=`ls -di .` &&
Packit 9f0df5
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
Packit 9f0df5
  as_fn_error $? "working directory cannot be determined"
Packit 9f0df5
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
Packit 9f0df5
  as_fn_error $? "pwd does not report name of working directory"
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
# Find the source files, if location was not specified.
Packit 9f0df5
if test -z "$srcdir"; then
Packit 9f0df5
  ac_srcdir_defaulted=yes
Packit 9f0df5
  # Try the directory containing this script, then the parent directory.
Packit 9f0df5
  ac_confdir=`$as_dirname -- "$as_myself" ||
Packit 9f0df5
$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
Packit 9f0df5
	 X"$as_myself" : 'X\(//\)[^/]' \| \
Packit 9f0df5
	 X"$as_myself" : 'X\(//\)$' \| \
Packit 9f0df5
	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
Packit 9f0df5
$as_echo X"$as_myself" |
Packit 9f0df5
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
Packit 9f0df5
	    s//\1/
Packit 9f0df5
	    q
Packit 9f0df5
	  }
Packit 9f0df5
	  /^X\(\/\/\)[^/].*/{
Packit 9f0df5
	    s//\1/
Packit 9f0df5
	    q
Packit 9f0df5
	  }
Packit 9f0df5
	  /^X\(\/\/\)$/{
Packit 9f0df5
	    s//\1/
Packit 9f0df5
	    q
Packit 9f0df5
	  }
Packit 9f0df5
	  /^X\(\/\).*/{
Packit 9f0df5
	    s//\1/
Packit 9f0df5
	    q
Packit 9f0df5
	  }
Packit 9f0df5
	  s/.*/./; q'`
Packit 9f0df5
  srcdir=$ac_confdir
Packit 9f0df5
  if test ! -r "$srcdir/$ac_unique_file"; then
Packit 9f0df5
    srcdir=..
Packit 9f0df5
  fi
Packit 9f0df5
else
Packit 9f0df5
  ac_srcdir_defaulted=no
Packit 9f0df5
fi
Packit 9f0df5
if test ! -r "$srcdir/$ac_unique_file"; then
Packit 9f0df5
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
Packit 9f0df5
  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
Packit 9f0df5
fi
Packit 9f0df5
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
Packit 9f0df5
ac_abs_confdir=`(
Packit 9f0df5
	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
Packit 9f0df5
	pwd)`
Packit 9f0df5
# When building in place, set srcdir=.
Packit 9f0df5
if test "$ac_abs_confdir" = "$ac_pwd"; then
Packit 9f0df5
  srcdir=.
Packit 9f0df5
fi
Packit 9f0df5
# Remove unnecessary trailing slashes from srcdir.
Packit 9f0df5
# Double slashes in file names in object file debugging info
Packit 9f0df5
# mess up M-x gdb in Emacs.
Packit 9f0df5
case $srcdir in
Packit 9f0df5
*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
Packit 9f0df5
esac
Packit 9f0df5
for ac_var in $ac_precious_vars; do
Packit 9f0df5
  eval ac_env_${ac_var}_set=\${${ac_var}+set}
Packit 9f0df5
  eval ac_env_${ac_var}_value=\$${ac_var}
Packit 9f0df5
  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
Packit 9f0df5
  eval ac_cv_env_${ac_var}_value=\$${ac_var}
Packit 9f0df5
done
Packit 9f0df5
Packit 9f0df5
#
Packit 9f0df5
# Report the --help message.
Packit 9f0df5
#
Packit 9f0df5
if test "$ac_init_help" = "long"; then
Packit 9f0df5
  # Omit some internal or obsolete options to make the list less imposing.
Packit 9f0df5
  # This message is too long to be a string in the A/UX 3.1 sh.
Packit 9f0df5
  cat <<_ACEOF
Packit 9f0df5
\`configure' configures ccid 1.4.29 to adapt to many kinds of systems.
Packit 9f0df5
Packit 9f0df5
Usage: $0 [OPTION]... [VAR=VALUE]...
Packit 9f0df5
Packit 9f0df5
To assign environment variables (e.g., CC, CFLAGS...), specify them as
Packit 9f0df5
VAR=VALUE.  See below for descriptions of some of the useful variables.
Packit 9f0df5
Packit 9f0df5
Defaults for the options are specified in brackets.
Packit 9f0df5
Packit 9f0df5
Configuration:
Packit 9f0df5
  -h, --help              display this help and exit
Packit 9f0df5
      --help=short        display options specific to this package
Packit 9f0df5
      --help=recursive    display the short help of all the included packages
Packit 9f0df5
  -V, --version           display version information and exit
Packit 9f0df5
  -q, --quiet, --silent   do not print \`checking ...' messages
Packit 9f0df5
      --cache-file=FILE   cache test results in FILE [disabled]
Packit 9f0df5
  -C, --config-cache      alias for \`--cache-file=config.cache'
Packit 9f0df5
  -n, --no-create         do not create output files
Packit 9f0df5
      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
Packit 9f0df5
Packit 9f0df5
Installation directories:
Packit 9f0df5
  --prefix=PREFIX         install architecture-independent files in PREFIX
Packit 9f0df5
                          [$ac_default_prefix]
Packit 9f0df5
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
Packit 9f0df5
                          [PREFIX]
Packit 9f0df5
Packit 9f0df5
By default, \`make install' will install all the files in
Packit 9f0df5
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
Packit 9f0df5
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
Packit 9f0df5
for instance \`--prefix=\$HOME'.
Packit 9f0df5
Packit 9f0df5
For better control, use the options below.
Packit 9f0df5
Packit 9f0df5
Fine tuning of the installation directories:
Packit 9f0df5
  --bindir=DIR            user executables [EPREFIX/bin]
Packit 9f0df5
  --sbindir=DIR           system admin executables [EPREFIX/sbin]
Packit 9f0df5
  --libexecdir=DIR        program executables [EPREFIX/libexec]
Packit 9f0df5
  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
Packit 9f0df5
  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
Packit 9f0df5
  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
Packit 9f0df5
  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
Packit 9f0df5
  --libdir=DIR            object code libraries [EPREFIX/lib]
Packit 9f0df5
  --includedir=DIR        C header files [PREFIX/include]
Packit 9f0df5
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
Packit 9f0df5
  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
Packit 9f0df5
  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
Packit 9f0df5
  --infodir=DIR           info documentation [DATAROOTDIR/info]
Packit 9f0df5
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
Packit 9f0df5
  --mandir=DIR            man documentation [DATAROOTDIR/man]
Packit 9f0df5
  --docdir=DIR            documentation root [DATAROOTDIR/doc/ccid]
Packit 9f0df5
  --htmldir=DIR           html documentation [DOCDIR]
Packit 9f0df5
  --dvidir=DIR            dvi documentation [DOCDIR]
Packit 9f0df5
  --pdfdir=DIR            pdf documentation [DOCDIR]
Packit 9f0df5
  --psdir=DIR             ps documentation [DOCDIR]
Packit 9f0df5
_ACEOF
Packit 9f0df5
Packit 9f0df5
  cat <<\_ACEOF
Packit 9f0df5
Packit 9f0df5
Program names:
Packit 9f0df5
  --program-prefix=PREFIX            prepend PREFIX to installed program names
Packit 9f0df5
  --program-suffix=SUFFIX            append SUFFIX to installed program names
Packit 9f0df5
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
Packit 9f0df5
Packit 9f0df5
System types:
Packit 9f0df5
  --build=BUILD     configure for building on BUILD [guessed]
Packit 9f0df5
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
Packit 9f0df5
_ACEOF
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
if test -n "$ac_init_help"; then
Packit 9f0df5
  case $ac_init_help in
Packit 9f0df5
     short | recursive ) echo "Configuration of ccid 1.4.29:";;
Packit 9f0df5
   esac
Packit 9f0df5
  cat <<\_ACEOF
Packit 9f0df5
Packit 9f0df5
Optional Features:
Packit 9f0df5
  --disable-option-checking  ignore unrecognized --enable/--with options
Packit 9f0df5
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
Packit 9f0df5
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
Packit 9f0df5
  --enable-silent-rules   less verbose build output (undo: "make V=1")
Packit 9f0df5
  --disable-silent-rules  verbose build output (undo: "make V=0")
Packit 9f0df5
  --enable-maintainer-mode
Packit 9f0df5
                          enable make rules and dependencies not useful (and
Packit 9f0df5
                          sometimes confusing) to the casual installer
Packit 9f0df5
  --enable-dependency-tracking
Packit 9f0df5
                          do not reject slow dependency extractors
Packit 9f0df5
  --disable-dependency-tracking
Packit 9f0df5
                          speeds up one-time build
Packit 9f0df5
  --enable-static[=PKGS]  build static libraries [default=no]
Packit 9f0df5
  --enable-shared[=PKGS]  build shared libraries [default=yes]
Packit 9f0df5
  --enable-fast-install[=PKGS]
Packit 9f0df5
                          optimize for fast installation [default=yes]
Packit 9f0df5
  --disable-libtool-lock  avoid locking (might break parallel builds)
Packit 9f0df5
  --disable-libusb        do not use libusb
Packit 9f0df5
  --enable-composite-as-multislot
Packit 9f0df5
                          composite device are seen as multi-slots
Packit 9f0df5
  --disable-multi-thread  disable multi threading
Packit 9f0df5
  --enable-bundle=NAME    bundle directory name (default ifd-ccid.bundle)
Packit 9f0df5
  --enable-usbdropdir=DIR directory containing USB drivers (default to pcscd
Packit 9f0df5
                          config or $(prefix)/pcsc/drivers)
Packit 9f0df5
  --enable-twinserial     also compile and install the serial Twin driver
Packit 9f0df5
  --enable-ccidtwindir=DIR
Packit 9f0df5
                          directory to install the serial Twin driver (default
Packit 9f0df5
                          to pcscd config or $(prefix)/pcsc/drivers/serial)
Packit 9f0df5
  --enable-serialconfdir=dir
Packit 9f0df5
                          directory containing serial drivers (default to
Packit 9f0df5
                          pcscd config)
Packit 9f0df5
  --disable-pcsclite      do not use pcsc-lite debug support
Packit 9f0df5
  --enable-syslog         use syslog instead of printf for debug (Yosemite)
Packit 9f0df5
  --disable-class         remove the CCIDCLASSDRIVER from Info.plist
Packit 9f0df5
  --enable-embedded       limit RAM and CPU ressources by disabling features
Packit 9f0df5
                          (log)
Packit 9f0df5
  --enable-zlp            enable the Zero Length Packet patch for some Gemalto
Packit 9f0df5
                          readers
Packit 9f0df5
Packit 9f0df5
Optional Packages:
Packit 9f0df5
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
Packit 9f0df5
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
Packit 9f0df5
  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
Packit 9f0df5
                          both]
Packit 9f0df5
  --with-aix-soname=aix|svr4|both
Packit 9f0df5
                          shared library versioning (aka "SONAME") variant to
Packit 9f0df5
                          provide on AIX, [default=aix].
Packit 9f0df5
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
Packit 9f0df5
  --with-sysroot[=DIR]    Search for dependent libraries within DIR (or the
Packit 9f0df5
                          compiler's sysroot if not specified).
Packit 9f0df5
Packit 9f0df5
Some influential environment variables:
Packit 9f0df5
  CC          C compiler command
Packit 9f0df5
  CFLAGS      C compiler flags
Packit 9f0df5
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
Packit 9f0df5
              nonstandard directory <lib dir>
Packit 9f0df5
  LIBS        libraries to pass to the linker, e.g. -l<library>
Packit 9f0df5
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
Packit 9f0df5
              you have headers in a nonstandard directory <include dir>
Packit 9f0df5
  CPP         C preprocessor
Packit 9f0df5
  PKG_CONFIG  path to pkg-config utility
Packit 9f0df5
  PKG_CONFIG_PATH
Packit 9f0df5
              directories to add to pkg-config's search path
Packit 9f0df5
  PKG_CONFIG_LIBDIR
Packit 9f0df5
              path overriding pkg-config's built-in search path
Packit 9f0df5
  PCSC_CFLAGS C compiler flags for PCSC, overriding pkg-config
Packit 9f0df5
  PCSC_LIBS   linker flags for PCSC, overriding pkg-config
Packit 9f0df5
  LT_SYS_LIBRARY_PATH
Packit 9f0df5
              User-defined run-time library search path.
Packit 9f0df5
  LIBUSB_CFLAGS
Packit 9f0df5
              C compiler flags for LIBUSB, overriding pkg-config
Packit 9f0df5
  LIBUSB_LIBS linker flags for LIBUSB, overriding pkg-config
Packit 9f0df5
Packit 9f0df5
Use these variables to override the choices made by `configure' or to help
Packit 9f0df5
it to find libraries and programs with nonstandard names/locations.
Packit 9f0df5
Packit 9f0df5
Report bugs to the package provider.
Packit 9f0df5
_ACEOF
Packit 9f0df5
ac_status=$?
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
if test "$ac_init_help" = "recursive"; then
Packit 9f0df5
  # If there are subdirs, report their specific --help.
Packit 9f0df5
  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
Packit 9f0df5
    test -d "$ac_dir" ||
Packit 9f0df5
      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
Packit 9f0df5
      continue
Packit 9f0df5
    ac_builddir=.
Packit 9f0df5
Packit 9f0df5
case "$ac_dir" in
Packit 9f0df5
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
Packit 9f0df5
*)
Packit 9f0df5
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
Packit 9f0df5
  # A ".." for each directory in $ac_dir_suffix.
Packit 9f0df5
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
Packit 9f0df5
  case $ac_top_builddir_sub in
Packit 9f0df5
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
Packit 9f0df5
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
Packit 9f0df5
  esac ;;
Packit 9f0df5
esac
Packit 9f0df5
ac_abs_top_builddir=$ac_pwd
Packit 9f0df5
ac_abs_builddir=$ac_pwd$ac_dir_suffix
Packit 9f0df5
# for backward compatibility:
Packit 9f0df5
ac_top_builddir=$ac_top_build_prefix
Packit 9f0df5
Packit 9f0df5
case $srcdir in
Packit 9f0df5
  .)  # We are building in place.
Packit 9f0df5
    ac_srcdir=.
Packit 9f0df5
    ac_top_srcdir=$ac_top_builddir_sub
Packit 9f0df5
    ac_abs_top_srcdir=$ac_pwd ;;
Packit 9f0df5
  [\\/]* | ?:[\\/]* )  # Absolute name.
Packit 9f0df5
    ac_srcdir=$srcdir$ac_dir_suffix;
Packit 9f0df5
    ac_top_srcdir=$srcdir
Packit 9f0df5
    ac_abs_top_srcdir=$srcdir ;;
Packit 9f0df5
  *) # Relative name.
Packit 9f0df5
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
Packit 9f0df5
    ac_top_srcdir=$ac_top_build_prefix$srcdir
Packit 9f0df5
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
Packit 9f0df5
esac
Packit 9f0df5
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
Packit 9f0df5
Packit 9f0df5
    cd "$ac_dir" || { ac_status=$?; continue; }
Packit 9f0df5
    # Check for guested configure.
Packit 9f0df5
    if test -f "$ac_srcdir/configure.gnu"; then
Packit 9f0df5
      echo &&
Packit 9f0df5
      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
Packit 9f0df5
    elif test -f "$ac_srcdir/configure"; then
Packit 9f0df5
      echo &&
Packit 9f0df5
      $SHELL "$ac_srcdir/configure" --help=recursive
Packit 9f0df5
    else
Packit 9f0df5
      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
Packit 9f0df5
    fi || ac_status=$?
Packit 9f0df5
    cd "$ac_pwd" || { ac_status=$?; break; }
Packit 9f0df5
  done
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
test -n "$ac_init_help" && exit $ac_status
Packit 9f0df5
if $ac_init_version; then
Packit 9f0df5
  cat <<\_ACEOF
Packit 9f0df5
ccid configure 1.4.29
Packit 9f0df5
generated by GNU Autoconf 2.69
Packit 9f0df5
Packit 9f0df5
Copyright (C) 2012 Free Software Foundation, Inc.
Packit 9f0df5
This configure script is free software; the Free Software Foundation
Packit 9f0df5
gives unlimited permission to copy, distribute and modify it.
Packit 9f0df5
_ACEOF
Packit 9f0df5
  exit
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
## ------------------------ ##
Packit 9f0df5
## Autoconf initialization. ##
Packit 9f0df5
## ------------------------ ##
Packit 9f0df5
Packit 9f0df5
# ac_fn_c_try_compile LINENO
Packit 9f0df5
# --------------------------
Packit 9f0df5
# Try to compile conftest.$ac_ext, and return whether this succeeded.
Packit 9f0df5
ac_fn_c_try_compile ()
Packit 9f0df5
{
Packit 9f0df5
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
Packit 9f0df5
  rm -f conftest.$ac_objext
Packit 9f0df5
  if { { ac_try="$ac_compile"
Packit 9f0df5
case "(($ac_try" in
Packit 9f0df5
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
Packit 9f0df5
  *) ac_try_echo=$ac_try;;
Packit 9f0df5
esac
Packit 9f0df5
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
Packit 9f0df5
$as_echo "$ac_try_echo"; } >&5
Packit 9f0df5
  (eval "$ac_compile") 2>conftest.err
Packit 9f0df5
  ac_status=$?
Packit 9f0df5
  if test -s conftest.err; then
Packit 9f0df5
    grep -v '^ *+' conftest.err >conftest.er1
Packit 9f0df5
    cat conftest.er1 >&5
Packit 9f0df5
    mv -f conftest.er1 conftest.err
Packit 9f0df5
  fi
Packit 9f0df5
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
Packit 9f0df5
  test $ac_status = 0; } && {
Packit 9f0df5
	 test -z "$ac_c_werror_flag" ||
Packit 9f0df5
	 test ! -s conftest.err
Packit 9f0df5
       } && test -s conftest.$ac_objext; then :
Packit 9f0df5
  ac_retval=0
Packit 9f0df5
else
Packit 9f0df5
  $as_echo "$as_me: failed program was:" >&5
Packit 9f0df5
sed 's/^/| /' conftest.$ac_ext >&5
Packit 9f0df5
Packit 9f0df5
	ac_retval=1
Packit 9f0df5
fi
Packit 9f0df5
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
Packit 9f0df5
  as_fn_set_status $ac_retval
Packit 9f0df5
Packit 9f0df5
} # ac_fn_c_try_compile
Packit 9f0df5
Packit 9f0df5
# ac_fn_c_try_cpp LINENO
Packit 9f0df5
# ----------------------
Packit 9f0df5
# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
Packit 9f0df5
ac_fn_c_try_cpp ()
Packit 9f0df5
{
Packit 9f0df5
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
Packit 9f0df5
  if { { ac_try="$ac_cpp conftest.$ac_ext"
Packit 9f0df5
case "(($ac_try" in
Packit 9f0df5
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
Packit 9f0df5
  *) ac_try_echo=$ac_try;;
Packit 9f0df5
esac
Packit 9f0df5
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
Packit 9f0df5
$as_echo "$ac_try_echo"; } >&5
Packit 9f0df5
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
Packit 9f0df5
  ac_status=$?
Packit 9f0df5
  if test -s conftest.err; then
Packit 9f0df5
    grep -v '^ *+' conftest.err >conftest.er1
Packit 9f0df5
    cat conftest.er1 >&5
Packit 9f0df5
    mv -f conftest.er1 conftest.err
Packit 9f0df5
  fi
Packit 9f0df5
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
Packit 9f0df5
  test $ac_status = 0; } > conftest.i && {
Packit 9f0df5
	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
Packit 9f0df5
	 test ! -s conftest.err
Packit 9f0df5
       }; then :
Packit 9f0df5
  ac_retval=0
Packit 9f0df5
else
Packit 9f0df5
  $as_echo "$as_me: failed program was:" >&5
Packit 9f0df5
sed 's/^/| /' conftest.$ac_ext >&5
Packit 9f0df5
Packit 9f0df5
    ac_retval=1
Packit 9f0df5
fi
Packit 9f0df5
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
Packit 9f0df5
  as_fn_set_status $ac_retval
Packit 9f0df5
Packit 9f0df5
} # ac_fn_c_try_cpp
Packit 9f0df5
Packit 9f0df5
# ac_fn_c_try_link LINENO
Packit 9f0df5
# -----------------------
Packit 9f0df5
# Try to link conftest.$ac_ext, and return whether this succeeded.
Packit 9f0df5
ac_fn_c_try_link ()
Packit 9f0df5
{
Packit 9f0df5
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
Packit 9f0df5
  rm -f conftest.$ac_objext conftest$ac_exeext
Packit 9f0df5
  if { { ac_try="$ac_link"
Packit 9f0df5
case "(($ac_try" in
Packit 9f0df5
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
Packit 9f0df5
  *) ac_try_echo=$ac_try;;
Packit 9f0df5
esac
Packit 9f0df5
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
Packit 9f0df5
$as_echo "$ac_try_echo"; } >&5
Packit 9f0df5
  (eval "$ac_link") 2>conftest.err
Packit 9f0df5
  ac_status=$?
Packit 9f0df5
  if test -s conftest.err; then
Packit 9f0df5
    grep -v '^ *+' conftest.err >conftest.er1
Packit 9f0df5
    cat conftest.er1 >&5
Packit 9f0df5
    mv -f conftest.er1 conftest.err
Packit 9f0df5
  fi
Packit 9f0df5
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
Packit 9f0df5
  test $ac_status = 0; } && {
Packit 9f0df5
	 test -z "$ac_c_werror_flag" ||
Packit 9f0df5
	 test ! -s conftest.err
Packit 9f0df5
       } && test -s conftest$ac_exeext && {
Packit 9f0df5
	 test "$cross_compiling" = yes ||
Packit 9f0df5
	 test -x conftest$ac_exeext
Packit 9f0df5
       }; then :
Packit 9f0df5
  ac_retval=0
Packit 9f0df5
else
Packit 9f0df5
  $as_echo "$as_me: failed program was:" >&5
Packit 9f0df5
sed 's/^/| /' conftest.$ac_ext >&5
Packit 9f0df5
Packit 9f0df5
	ac_retval=1
Packit 9f0df5
fi
Packit 9f0df5
  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
Packit 9f0df5
  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
Packit 9f0df5
  # interfere with the next link command; also delete a directory that is
Packit 9f0df5
  # left behind by Apple's compiler.  We do this before executing the actions.
Packit 9f0df5
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
Packit 9f0df5
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
Packit 9f0df5
  as_fn_set_status $ac_retval
Packit 9f0df5
Packit 9f0df5
} # ac_fn_c_try_link
Packit 9f0df5
Packit 9f0df5
# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
Packit 9f0df5
# -------------------------------------------------------
Packit 9f0df5
# Tests whether HEADER exists, giving a warning if it cannot be compiled using
Packit 9f0df5
# the include files in INCLUDES and setting the cache variable VAR
Packit 9f0df5
# accordingly.
Packit 9f0df5
ac_fn_c_check_header_mongrel ()
Packit 9f0df5
{
Packit 9f0df5
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
Packit 9f0df5
  if eval \${$3+:} false; then :
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
Packit 9f0df5
$as_echo_n "checking for $2... " >&6; }
Packit 9f0df5
if eval \${$3+:} false; then :
Packit 9f0df5
  $as_echo_n "(cached) " >&6
Packit 9f0df5
fi
Packit 9f0df5
eval ac_res=\$$3
Packit 9f0df5
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
Packit 9f0df5
$as_echo "$ac_res" >&6; }
Packit 9f0df5
else
Packit 9f0df5
  # Is the header compilable?
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
Packit 9f0df5
$as_echo_n "checking $2 usability... " >&6; }
Packit 9f0df5
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 9f0df5
/* end confdefs.h.  */
Packit 9f0df5
$4
Packit 9f0df5
#include <$2>
Packit 9f0df5
_ACEOF
Packit 9f0df5
if ac_fn_c_try_compile "$LINENO"; then :
Packit 9f0df5
  ac_header_compiler=yes
Packit 9f0df5
else
Packit 9f0df5
  ac_header_compiler=no
Packit 9f0df5
fi
Packit 9f0df5
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
Packit 9f0df5
$as_echo "$ac_header_compiler" >&6; }
Packit 9f0df5
Packit 9f0df5
# Is the header present?
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
Packit 9f0df5
$as_echo_n "checking $2 presence... " >&6; }
Packit 9f0df5
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 9f0df5
/* end confdefs.h.  */
Packit 9f0df5
#include <$2>
Packit 9f0df5
_ACEOF
Packit 9f0df5
if ac_fn_c_try_cpp "$LINENO"; then :
Packit 9f0df5
  ac_header_preproc=yes
Packit 9f0df5
else
Packit 9f0df5
  ac_header_preproc=no
Packit 9f0df5
fi
Packit 9f0df5
rm -f conftest.err conftest.i conftest.$ac_ext
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
Packit 9f0df5
$as_echo "$ac_header_preproc" >&6; }
Packit 9f0df5
Packit 9f0df5
# So?  What about this header?
Packit 9f0df5
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
Packit 9f0df5
  yes:no: )
Packit 9f0df5
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
Packit 9f0df5
$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
Packit 9f0df5
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
Packit 9f0df5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
Packit 9f0df5
    ;;
Packit 9f0df5
  no:yes:* )
Packit 9f0df5
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
Packit 9f0df5
$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
Packit 9f0df5
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
Packit 9f0df5
$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
Packit 9f0df5
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
Packit 9f0df5
$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
Packit 9f0df5
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
Packit 9f0df5
$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
Packit 9f0df5
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
Packit 9f0df5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
Packit 9f0df5
    ;;
Packit 9f0df5
esac
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
Packit 9f0df5
$as_echo_n "checking for $2... " >&6; }
Packit 9f0df5
if eval \${$3+:} false; then :
Packit 9f0df5
  $as_echo_n "(cached) " >&6
Packit 9f0df5
else
Packit 9f0df5
  eval "$3=\$ac_header_compiler"
Packit 9f0df5
fi
Packit 9f0df5
eval ac_res=\$$3
Packit 9f0df5
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
Packit 9f0df5
$as_echo "$ac_res" >&6; }
Packit 9f0df5
fi
Packit 9f0df5
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
Packit 9f0df5
Packit 9f0df5
} # ac_fn_c_check_header_mongrel
Packit 9f0df5
Packit 9f0df5
# ac_fn_c_try_run LINENO
Packit 9f0df5
# ----------------------
Packit 9f0df5
# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
Packit 9f0df5
# that executables *can* be run.
Packit 9f0df5
ac_fn_c_try_run ()
Packit 9f0df5
{
Packit 9f0df5
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
Packit 9f0df5
  if { { ac_try="$ac_link"
Packit 9f0df5
case "(($ac_try" in
Packit 9f0df5
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
Packit 9f0df5
  *) ac_try_echo=$ac_try;;
Packit 9f0df5
esac
Packit 9f0df5
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
Packit 9f0df5
$as_echo "$ac_try_echo"; } >&5
Packit 9f0df5
  (eval "$ac_link") 2>&5
Packit 9f0df5
  ac_status=$?
Packit 9f0df5
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
Packit 9f0df5
  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
Packit 9f0df5
  { { case "(($ac_try" in
Packit 9f0df5
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
Packit 9f0df5
  *) ac_try_echo=$ac_try;;
Packit 9f0df5
esac
Packit 9f0df5
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
Packit 9f0df5
$as_echo "$ac_try_echo"; } >&5
Packit 9f0df5
  (eval "$ac_try") 2>&5
Packit 9f0df5
  ac_status=$?
Packit 9f0df5
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
Packit 9f0df5
  test $ac_status = 0; }; }; then :
Packit 9f0df5
  ac_retval=0
Packit 9f0df5
else
Packit 9f0df5
  $as_echo "$as_me: program exited with status $ac_status" >&5
Packit 9f0df5
       $as_echo "$as_me: failed program was:" >&5
Packit 9f0df5
sed 's/^/| /' conftest.$ac_ext >&5
Packit 9f0df5
Packit 9f0df5
       ac_retval=$ac_status
Packit 9f0df5
fi
Packit 9f0df5
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
Packit 9f0df5
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
Packit 9f0df5
  as_fn_set_status $ac_retval
Packit 9f0df5
Packit 9f0df5
} # ac_fn_c_try_run
Packit 9f0df5
Packit 9f0df5
# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
Packit 9f0df5
# -------------------------------------------------------
Packit 9f0df5
# Tests whether HEADER exists and can be compiled using the include files in
Packit 9f0df5
# INCLUDES, setting the cache variable VAR accordingly.
Packit 9f0df5
ac_fn_c_check_header_compile ()
Packit 9f0df5
{
Packit 9f0df5
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
Packit 9f0df5
$as_echo_n "checking for $2... " >&6; }
Packit 9f0df5
if eval \${$3+:} false; then :
Packit 9f0df5
  $as_echo_n "(cached) " >&6
Packit 9f0df5
else
Packit 9f0df5
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 9f0df5
/* end confdefs.h.  */
Packit 9f0df5
$4
Packit 9f0df5
#include <$2>
Packit 9f0df5
_ACEOF
Packit 9f0df5
if ac_fn_c_try_compile "$LINENO"; then :
Packit 9f0df5
  eval "$3=yes"
Packit 9f0df5
else
Packit 9f0df5
  eval "$3=no"
Packit 9f0df5
fi
Packit 9f0df5
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Packit 9f0df5
fi
Packit 9f0df5
eval ac_res=\$$3
Packit 9f0df5
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
Packit 9f0df5
$as_echo "$ac_res" >&6; }
Packit 9f0df5
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
Packit 9f0df5
Packit 9f0df5
} # ac_fn_c_check_header_compile
Packit 9f0df5
Packit 9f0df5
# ac_fn_c_check_func LINENO FUNC VAR
Packit 9f0df5
# ----------------------------------
Packit 9f0df5
# Tests whether FUNC exists, setting the cache variable VAR accordingly
Packit 9f0df5
ac_fn_c_check_func ()
Packit 9f0df5
{
Packit 9f0df5
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
Packit 9f0df5
$as_echo_n "checking for $2... " >&6; }
Packit 9f0df5
if eval \${$3+:} false; then :
Packit 9f0df5
  $as_echo_n "(cached) " >&6
Packit 9f0df5
else
Packit 9f0df5
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 9f0df5
/* end confdefs.h.  */
Packit 9f0df5
/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
Packit 9f0df5
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
Packit 9f0df5
#define $2 innocuous_$2
Packit 9f0df5
Packit 9f0df5
/* System header to define __stub macros and hopefully few prototypes,
Packit 9f0df5
    which can conflict with char $2 (); below.
Packit 9f0df5
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
Packit 9f0df5
    <limits.h> exists even on freestanding compilers.  */
Packit 9f0df5
Packit 9f0df5
#ifdef __STDC__
Packit 9f0df5
# include <limits.h>
Packit 9f0df5
#else
Packit 9f0df5
# include <assert.h>
Packit 9f0df5
#endif
Packit 9f0df5
Packit 9f0df5
#undef $2
Packit 9f0df5
Packit 9f0df5
/* Override any GCC internal prototype to avoid an error.
Packit 9f0df5
   Use char because int might match the return type of a GCC
Packit 9f0df5
   builtin and then its argument prototype would still apply.  */
Packit 9f0df5
#ifdef __cplusplus
Packit 9f0df5
extern "C"
Packit 9f0df5
#endif
Packit 9f0df5
char $2 ();
Packit 9f0df5
/* The GNU C library defines this for functions which it implements
Packit 9f0df5
    to always fail with ENOSYS.  Some functions are actually named
Packit 9f0df5
    something starting with __ and the normal name is an alias.  */
Packit 9f0df5
#if defined __stub_$2 || defined __stub___$2
Packit 9f0df5
choke me
Packit 9f0df5
#endif
Packit 9f0df5
Packit 9f0df5
int
Packit 9f0df5
main ()
Packit 9f0df5
{
Packit 9f0df5
return $2 ();
Packit 9f0df5
  ;
Packit 9f0df5
  return 0;
Packit 9f0df5
}
Packit 9f0df5
_ACEOF
Packit 9f0df5
if ac_fn_c_try_link "$LINENO"; then :
Packit 9f0df5
  eval "$3=yes"
Packit 9f0df5
else
Packit 9f0df5
  eval "$3=no"
Packit 9f0df5
fi
Packit 9f0df5
rm -f core conftest.err conftest.$ac_objext \
Packit 9f0df5
    conftest$ac_exeext conftest.$ac_ext
Packit 9f0df5
fi
Packit 9f0df5
eval ac_res=\$$3
Packit 9f0df5
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
Packit 9f0df5
$as_echo "$ac_res" >&6; }
Packit 9f0df5
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
Packit 9f0df5
Packit 9f0df5
} # ac_fn_c_check_func
Packit 9f0df5
Packit 9f0df5
# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
Packit 9f0df5
# -------------------------------------------
Packit 9f0df5
# Tests whether TYPE exists after having included INCLUDES, setting cache
Packit 9f0df5
# variable VAR accordingly.
Packit 9f0df5
ac_fn_c_check_type ()
Packit 9f0df5
{
Packit 9f0df5
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
Packit 9f0df5
$as_echo_n "checking for $2... " >&6; }
Packit 9f0df5
if eval \${$3+:} false; then :
Packit 9f0df5
  $as_echo_n "(cached) " >&6
Packit 9f0df5
else
Packit 9f0df5
  eval "$3=no"
Packit 9f0df5
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 9f0df5
/* end confdefs.h.  */
Packit 9f0df5
$4
Packit 9f0df5
int
Packit 9f0df5
main ()
Packit 9f0df5
{
Packit 9f0df5
if (sizeof ($2))
Packit 9f0df5
	 return 0;
Packit 9f0df5
  ;
Packit 9f0df5
  return 0;
Packit 9f0df5
}
Packit 9f0df5
_ACEOF
Packit 9f0df5
if ac_fn_c_try_compile "$LINENO"; then :
Packit 9f0df5
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Packit 9f0df5
/* end confdefs.h.  */
Packit 9f0df5
$4
Packit 9f0df5
int
Packit 9f0df5
main ()
Packit 9f0df5
{
Packit 9f0df5
if (sizeof (($2)))
Packit 9f0df5
	    return 0;
Packit 9f0df5
  ;
Packit 9f0df5
  return 0;
Packit 9f0df5
}
Packit 9f0df5
_ACEOF
Packit 9f0df5
if ac_fn_c_try_compile "$LINENO"; then :
Packit 9f0df5
Packit 9f0df5
else
Packit 9f0df5
  eval "$3=yes"
Packit 9f0df5
fi
Packit 9f0df5
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Packit 9f0df5
fi
Packit 9f0df5
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Packit 9f0df5
fi
Packit 9f0df5
eval ac_res=\$$3
Packit 9f0df5
	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
Packit 9f0df5
$as_echo "$ac_res" >&6; }
Packit 9f0df5
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
Packit 9f0df5
Packit 9f0df5
} # ac_fn_c_check_type
Packit 9f0df5
cat >config.log <<_ACEOF
Packit 9f0df5
This file contains any messages produced by compilers while
Packit 9f0df5
running configure, to aid debugging if configure makes a mistake.
Packit 9f0df5
Packit 9f0df5
It was created by ccid $as_me 1.4.29, which was
Packit 9f0df5
generated by GNU Autoconf 2.69.  Invocation command line was
Packit 9f0df5
Packit 9f0df5
  $ $0 $@
Packit 9f0df5
Packit 9f0df5
_ACEOF
Packit 9f0df5
exec 5>>config.log
Packit 9f0df5
{
Packit 9f0df5
cat <<_ASUNAME
Packit 9f0df5
## --------- ##
Packit 9f0df5
## Platform. ##
Packit 9f0df5
## --------- ##
Packit 9f0df5
Packit 9f0df5
hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
Packit 9f0df5
uname -m = `(uname -m) 2>/dev/null || echo unknown`
Packit 9f0df5
uname -r = `(uname -r) 2>/dev/null || echo unknown`
Packit 9f0df5
uname -s = `(uname -s) 2>/dev/null || echo unknown`
Packit 9f0df5
uname -v = `(uname -v) 2>/dev/null || echo unknown`
Packit 9f0df5
Packit 9f0df5
/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
Packit 9f0df5
/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
Packit 9f0df5
Packit 9f0df5
/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
Packit 9f0df5
/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
Packit 9f0df5
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
Packit 9f0df5
/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
Packit 9f0df5
/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
Packit 9f0df5
/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
Packit 9f0df5
/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
Packit 9f0df5
Packit 9f0df5
_ASUNAME
Packit 9f0df5
Packit 9f0df5
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9f0df5
for as_dir in $PATH
Packit 9f0df5
do
Packit 9f0df5
  IFS=$as_save_IFS
Packit 9f0df5
  test -z "$as_dir" && as_dir=.
Packit 9f0df5
    $as_echo "PATH: $as_dir"
Packit 9f0df5
  done
Packit 9f0df5
IFS=$as_save_IFS
Packit 9f0df5
Packit 9f0df5
} >&5
Packit 9f0df5
Packit 9f0df5
cat >&5 <<_ACEOF
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
## ----------- ##
Packit 9f0df5
## Core tests. ##
Packit 9f0df5
## ----------- ##
Packit 9f0df5
Packit 9f0df5
_ACEOF
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
# Keep a trace of the command line.
Packit 9f0df5
# Strip out --no-create and --no-recursion so they do not pile up.
Packit 9f0df5
# Strip out --silent because we don't want to record it for future runs.
Packit 9f0df5
# Also quote any args containing shell meta-characters.
Packit 9f0df5
# Make two passes to allow for proper duplicate-argument suppression.
Packit 9f0df5
ac_configure_args=
Packit 9f0df5
ac_configure_args0=
Packit 9f0df5
ac_configure_args1=
Packit 9f0df5
ac_must_keep_next=false
Packit 9f0df5
for ac_pass in 1 2
Packit 9f0df5
do
Packit 9f0df5
  for ac_arg
Packit 9f0df5
  do
Packit 9f0df5
    case $ac_arg in
Packit 9f0df5
    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
Packit 9f0df5
    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
Packit 9f0df5
    | -silent | --silent | --silen | --sile | --sil)
Packit 9f0df5
      continue ;;
Packit 9f0df5
    *\'*)
Packit 9f0df5
      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
Packit 9f0df5
    esac
Packit 9f0df5
    case $ac_pass in
Packit 9f0df5
    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
Packit 9f0df5
    2)
Packit 9f0df5
      as_fn_append ac_configure_args1 " '$ac_arg'"
Packit 9f0df5
      if test $ac_must_keep_next = true; then
Packit 9f0df5
	ac_must_keep_next=false # Got value, back to normal.
Packit 9f0df5
      else
Packit 9f0df5
	case $ac_arg in
Packit 9f0df5
	  *=* | --config-cache | -C | -disable-* | --disable-* \
Packit 9f0df5
	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
Packit 9f0df5
	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
Packit 9f0df5
	  | -with-* | --with-* | -without-* | --without-* | --x)
Packit 9f0df5
	    case "$ac_configure_args0 " in
Packit 9f0df5
	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
Packit 9f0df5
	    esac
Packit 9f0df5
	    ;;
Packit 9f0df5
	  -* ) ac_must_keep_next=true ;;
Packit 9f0df5
	esac
Packit 9f0df5
      fi
Packit 9f0df5
      as_fn_append ac_configure_args " '$ac_arg'"
Packit 9f0df5
      ;;
Packit 9f0df5
    esac
Packit 9f0df5
  done
Packit 9f0df5
done
Packit 9f0df5
{ ac_configure_args0=; unset ac_configure_args0;}
Packit 9f0df5
{ ac_configure_args1=; unset ac_configure_args1;}
Packit 9f0df5
Packit 9f0df5
# When interrupted or exit'd, cleanup temporary files, and complete
Packit 9f0df5
# config.log.  We remove comments because anyway the quotes in there
Packit 9f0df5
# would cause problems or look ugly.
Packit 9f0df5
# WARNING: Use '\'' to represent an apostrophe within the trap.
Packit 9f0df5
# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
Packit 9f0df5
trap 'exit_status=$?
Packit 9f0df5
  # Save into config.log some information that might help in debugging.
Packit 9f0df5
  {
Packit 9f0df5
    echo
Packit 9f0df5
Packit 9f0df5
    $as_echo "## ---------------- ##
Packit 9f0df5
## Cache variables. ##
Packit 9f0df5
## ---------------- ##"
Packit 9f0df5
    echo
Packit 9f0df5
    # The following way of writing the cache mishandles newlines in values,
Packit 9f0df5
(
Packit 9f0df5
  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
Packit 9f0df5
    eval ac_val=\$$ac_var
Packit 9f0df5
    case $ac_val in #(
Packit 9f0df5
    *${as_nl}*)
Packit 9f0df5
      case $ac_var in #(
Packit 9f0df5
      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
Packit 9f0df5
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
Packit 9f0df5
      esac
Packit 9f0df5
      case $ac_var in #(
Packit 9f0df5
      _ | IFS | as_nl) ;; #(
Packit 9f0df5
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
Packit 9f0df5
      *) { eval $ac_var=; unset $ac_var;} ;;
Packit 9f0df5
      esac ;;
Packit 9f0df5
    esac
Packit 9f0df5
  done
Packit 9f0df5
  (set) 2>&1 |
Packit 9f0df5
    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
Packit 9f0df5
    *${as_nl}ac_space=\ *)
Packit 9f0df5
      sed -n \
Packit 9f0df5
	"s/'\''/'\''\\\\'\'''\''/g;
Packit 9f0df5
	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
Packit 9f0df5
      ;; #(
Packit 9f0df5
    *)
Packit 9f0df5
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
Packit 9f0df5
      ;;
Packit 9f0df5
    esac |
Packit 9f0df5
    sort
Packit 9f0df5
)
Packit 9f0df5
    echo
Packit 9f0df5
Packit 9f0df5
    $as_echo "## ----------------- ##
Packit 9f0df5
## Output variables. ##
Packit 9f0df5
## ----------------- ##"
Packit 9f0df5
    echo
Packit 9f0df5
    for ac_var in $ac_subst_vars
Packit 9f0df5
    do
Packit 9f0df5
      eval ac_val=\$$ac_var
Packit 9f0df5
      case $ac_val in
Packit 9f0df5
      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
Packit 9f0df5
      esac
Packit 9f0df5
      $as_echo "$ac_var='\''$ac_val'\''"
Packit 9f0df5
    done | sort
Packit 9f0df5
    echo
Packit 9f0df5
Packit 9f0df5
    if test -n "$ac_subst_files"; then
Packit 9f0df5
      $as_echo "## ------------------- ##
Packit 9f0df5
## File substitutions. ##
Packit 9f0df5
## ------------------- ##"
Packit 9f0df5
      echo
Packit 9f0df5
      for ac_var in $ac_subst_files
Packit 9f0df5
      do
Packit 9f0df5
	eval ac_val=\$$ac_var
Packit 9f0df5
	case $ac_val in
Packit 9f0df5
	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
Packit 9f0df5
	esac
Packit 9f0df5
	$as_echo "$ac_var='\''$ac_val'\''"
Packit 9f0df5
      done | sort
Packit 9f0df5
      echo
Packit 9f0df5
    fi
Packit 9f0df5
Packit 9f0df5
    if test -s confdefs.h; then
Packit 9f0df5
      $as_echo "## ----------- ##
Packit 9f0df5
## confdefs.h. ##
Packit 9f0df5
## ----------- ##"
Packit 9f0df5
      echo
Packit 9f0df5
      cat confdefs.h
Packit 9f0df5
      echo
Packit 9f0df5
    fi
Packit 9f0df5
    test "$ac_signal" != 0 &&
Packit 9f0df5
      $as_echo "$as_me: caught signal $ac_signal"
Packit 9f0df5
    $as_echo "$as_me: exit $exit_status"
Packit 9f0df5
  } >&5
Packit 9f0df5
  rm -f core *.core core.conftest.* &&
Packit 9f0df5
    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
Packit 9f0df5
    exit $exit_status
Packit 9f0df5
' 0
Packit 9f0df5
for ac_signal in 1 2 13 15; do
Packit 9f0df5
  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
Packit 9f0df5
done
Packit 9f0df5
ac_signal=0
Packit 9f0df5
Packit 9f0df5
# confdefs.h avoids OS command line length limits that DEFS can exceed.
Packit 9f0df5
rm -f -r conftest* confdefs.h
Packit 9f0df5
Packit 9f0df5
$as_echo "/* confdefs.h */" > confdefs.h
Packit 9f0df5
Packit 9f0df5
# Predefined preprocessor variables.
Packit 9f0df5
Packit 9f0df5
cat >>confdefs.h <<_ACEOF
Packit 9f0df5
#define PACKAGE_NAME "$PACKAGE_NAME"
Packit 9f0df5
_ACEOF
Packit 9f0df5
Packit 9f0df5
cat >>confdefs.h <<_ACEOF
Packit 9f0df5
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
Packit 9f0df5
_ACEOF
Packit 9f0df5
Packit 9f0df5
cat >>confdefs.h <<_ACEOF
Packit 9f0df5
#define PACKAGE_VERSION "$PACKAGE_VERSION"
Packit 9f0df5
_ACEOF
Packit 9f0df5
Packit 9f0df5
cat >>confdefs.h <<_ACEOF
Packit 9f0df5
#define PACKAGE_STRING "$PACKAGE_STRING"
Packit 9f0df5
_ACEOF
Packit 9f0df5
Packit 9f0df5
cat >>confdefs.h <<_ACEOF
Packit 9f0df5
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
Packit 9f0df5
_ACEOF
Packit 9f0df5
Packit 9f0df5
cat >>confdefs.h <<_ACEOF
Packit 9f0df5
#define PACKAGE_URL "$PACKAGE_URL"
Packit 9f0df5
_ACEOF
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
# Let the site file select an alternate cache file if it wants to.
Packit 9f0df5
# Prefer an explicitly selected file to automatically selected ones.
Packit 9f0df5
ac_site_file1=NONE
Packit 9f0df5
ac_site_file2=NONE
Packit 9f0df5
if test -n "$CONFIG_SITE"; then
Packit 9f0df5
  # We do not want a PATH search for config.site.
Packit 9f0df5
  case $CONFIG_SITE in #((
Packit 9f0df5
    -*)  ac_site_file1=./$CONFIG_SITE;;
Packit 9f0df5
    */*) ac_site_file1=$CONFIG_SITE;;
Packit 9f0df5
    *)   ac_site_file1=./$CONFIG_SITE;;
Packit 9f0df5
  esac
Packit 9f0df5
elif test "x$prefix" != xNONE; then
Packit 9f0df5
  ac_site_file1=$prefix/share/config.site
Packit 9f0df5
  ac_site_file2=$prefix/etc/config.site
Packit 9f0df5
else
Packit 9f0df5
  ac_site_file1=$ac_default_prefix/share/config.site
Packit 9f0df5
  ac_site_file2=$ac_default_prefix/etc/config.site
Packit 9f0df5
fi
Packit 9f0df5
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
Packit 9f0df5
do
Packit 9f0df5
  test "x$ac_site_file" = xNONE && continue
Packit 9f0df5
  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
Packit 9f0df5
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
Packit 9f0df5
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
Packit 9f0df5
    sed 's/^/| /' "$ac_site_file" >&5
Packit 9f0df5
    . "$ac_site_file" \
Packit 9f0df5
      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Packit 9f0df5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Packit 9f0df5
as_fn_error $? "failed to load site script $ac_site_file
Packit 9f0df5
See \`config.log' for more details" "$LINENO" 5; }
Packit 9f0df5
  fi
Packit 9f0df5
done
Packit 9f0df5
Packit 9f0df5
if test -r "$cache_file"; then
Packit 9f0df5
  # Some versions of bash will fail to source /dev/null (special files
Packit 9f0df5
  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
Packit 9f0df5
  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
Packit 9f0df5
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
Packit 9f0df5
$as_echo "$as_me: loading cache $cache_file" >&6;}
Packit 9f0df5
    case $cache_file in
Packit 9f0df5
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
Packit 9f0df5
      *)                      . "./$cache_file";;
Packit 9f0df5
    esac
Packit 9f0df5
  fi
Packit 9f0df5
else
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
Packit 9f0df5
$as_echo "$as_me: creating cache $cache_file" >&6;}
Packit 9f0df5
  >$cache_file
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
# Check that the precious variables saved in the cache have kept the same
Packit 9f0df5
# value.
Packit 9f0df5
ac_cache_corrupted=false
Packit 9f0df5
for ac_var in $ac_precious_vars; do
Packit 9f0df5
  eval ac_old_set=\$ac_cv_env_${ac_var}_set
Packit 9f0df5
  eval ac_new_set=\$ac_env_${ac_var}_set
Packit 9f0df5
  eval ac_old_val=\$ac_cv_env_${ac_var}_value
Packit 9f0df5
  eval ac_new_val=\$ac_env_${ac_var}_value
Packit 9f0df5
  case $ac_old_set,$ac_new_set in
Packit 9f0df5
    set,)
Packit 9f0df5
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
Packit 9f0df5
$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
Packit 9f0df5
      ac_cache_corrupted=: ;;
Packit 9f0df5
    ,set)
Packit 9f0df5
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
Packit 9f0df5
$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
Packit 9f0df5
      ac_cache_corrupted=: ;;
Packit 9f0df5
    ,);;
Packit 9f0df5
    *)
Packit 9f0df5
      if test "x$ac_old_val" != "x$ac_new_val"; then
Packit 9f0df5
	# differences in whitespace do not lead to failure.
Packit 9f0df5
	ac_old_val_w=`echo x $ac_old_val`
Packit 9f0df5
	ac_new_val_w=`echo x $ac_new_val`
Packit 9f0df5
	if test "$ac_old_val_w" != "$ac_new_val_w"; then
Packit 9f0df5
	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
Packit 9f0df5
$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
Packit 9f0df5
	  ac_cache_corrupted=:
Packit 9f0df5
	else
Packit 9f0df5
	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
Packit 9f0df5
$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
Packit 9f0df5
	  eval $ac_var=\$ac_old_val
Packit 9f0df5
	fi
Packit 9f0df5
	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
Packit 9f0df5
$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
Packit 9f0df5
	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
Packit 9f0df5
$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
Packit 9f0df5
      fi;;
Packit 9f0df5
  esac
Packit 9f0df5
  # Pass precious variables to config.status.
Packit 9f0df5
  if test "$ac_new_set" = set; then
Packit 9f0df5
    case $ac_new_val in
Packit 9f0df5
    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
Packit 9f0df5
    *) ac_arg=$ac_var=$ac_new_val ;;
Packit 9f0df5
    esac
Packit 9f0df5
    case " $ac_configure_args " in
Packit 9f0df5
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
Packit 9f0df5
      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
Packit 9f0df5
    esac
Packit 9f0df5
  fi
Packit 9f0df5
done
Packit 9f0df5
if $ac_cache_corrupted; then
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Packit 9f0df5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
Packit 9f0df5
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
Packit 9f0df5
  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
Packit 9f0df5
fi
Packit 9f0df5
## -------------------- ##
Packit 9f0df5
## Main body of script. ##
Packit 9f0df5
## -------------------- ##
Packit 9f0df5
Packit 9f0df5
ac_ext=c
Packit 9f0df5
ac_cpp='$CPP $CPPFLAGS'
Packit 9f0df5
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
Packit 9f0df5
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Packit 9f0df5
ac_compiler_gnu=$ac_cv_c_compiler_gnu
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
ac_aux_dir=
Packit 9f0df5
for ac_dir in . "$srcdir"/.; do
Packit 9f0df5
  if test -f "$ac_dir/install-sh"; then
Packit 9f0df5
    ac_aux_dir=$ac_dir
Packit 9f0df5
    ac_install_sh="$ac_aux_dir/install-sh -c"
Packit 9f0df5
    break
Packit 9f0df5
  elif test -f "$ac_dir/install.sh"; then
Packit 9f0df5
    ac_aux_dir=$ac_dir
Packit 9f0df5
    ac_install_sh="$ac_aux_dir/install.sh -c"
Packit 9f0df5
    break
Packit 9f0df5
  elif test -f "$ac_dir/shtool"; then
Packit 9f0df5
    ac_aux_dir=$ac_dir
Packit 9f0df5
    ac_install_sh="$ac_aux_dir/shtool install -c"
Packit 9f0df5
    break
Packit 9f0df5
  fi
Packit 9f0df5
done
Packit 9f0df5
if test -z "$ac_aux_dir"; then
Packit 9f0df5
  as_fn_error $? "cannot find install-sh, install.sh, or shtool in . \"$srcdir\"/." "$LINENO" 5
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
# These three variables are undocumented and unsupported,
Packit 9f0df5
# and are intended to be withdrawn in a future Autoconf release.
Packit 9f0df5
# They can cause serious problems if a builder's source tree is in a directory
Packit 9f0df5
# whose full name contains unusual characters.
Packit 9f0df5
ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
Packit 9f0df5
ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
Packit 9f0df5
ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
am__api_version='1.15'
Packit 9f0df5
Packit 9f0df5
# Find a good install program.  We prefer a C program (faster),
Packit 9f0df5
# so one script is as good as another.  But avoid the broken or
Packit 9f0df5
# incompatible versions:
Packit 9f0df5
# SysV /etc/install, /usr/sbin/install
Packit 9f0df5
# SunOS /usr/etc/install
Packit 9f0df5
# IRIX /sbin/install
Packit 9f0df5
# AIX /bin/install
Packit 9f0df5
# AmigaOS /C/install, which installs bootblocks on floppy discs
Packit 9f0df5
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
Packit 9f0df5
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
Packit 9f0df5
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
Packit 9f0df5
# OS/2's system install, which has a completely different semantic
Packit 9f0df5
# ./install, which can be erroneously created by make from ./install.sh.
Packit 9f0df5
# Reject install programs that cannot install multiple files.
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
Packit 9f0df5
$as_echo_n "checking for a BSD-compatible install... " >&6; }
Packit 9f0df5
if test -z "$INSTALL"; then
Packit 9f0df5
if ${ac_cv_path_install+:} false; then :
Packit 9f0df5
  $as_echo_n "(cached) " >&6
Packit 9f0df5
else
Packit 9f0df5
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9f0df5
for as_dir in $PATH
Packit 9f0df5
do
Packit 9f0df5
  IFS=$as_save_IFS
Packit 9f0df5
  test -z "$as_dir" && as_dir=.
Packit 9f0df5
    # Account for people who put trailing slashes in PATH elements.
Packit 9f0df5
case $as_dir/ in #((
Packit 9f0df5
  ./ | .// | /[cC]/* | \
Packit 9f0df5
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
Packit 9f0df5
  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
Packit 9f0df5
  /usr/ucb/* ) ;;
Packit 9f0df5
  *)
Packit 9f0df5
    # OSF1 and SCO ODT 3.0 have their own names for install.
Packit 9f0df5
    # Don't use installbsd from OSF since it installs stuff as root
Packit 9f0df5
    # by default.
Packit 9f0df5
    for ac_prog in ginstall scoinst install; do
Packit 9f0df5
      for ac_exec_ext in '' $ac_executable_extensions; do
Packit 9f0df5
	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
Packit 9f0df5
	  if test $ac_prog = install &&
Packit 9f0df5
	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
Packit 9f0df5
	    # AIX install.  It has an incompatible calling convention.
Packit 9f0df5
	    :
Packit 9f0df5
	  elif test $ac_prog = install &&
Packit 9f0df5
	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
Packit 9f0df5
	    # program-specific install script used by HP pwplus--don't use.
Packit 9f0df5
	    :
Packit 9f0df5
	  else
Packit 9f0df5
	    rm -rf conftest.one conftest.two conftest.dir
Packit 9f0df5
	    echo one > conftest.one
Packit 9f0df5
	    echo two > conftest.two
Packit 9f0df5
	    mkdir conftest.dir
Packit 9f0df5
	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
Packit 9f0df5
	      test -s conftest.one && test -s conftest.two &&
Packit 9f0df5
	      test -s conftest.dir/conftest.one &&
Packit 9f0df5
	      test -s conftest.dir/conftest.two
Packit 9f0df5
	    then
Packit 9f0df5
	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
Packit 9f0df5
	      break 3
Packit 9f0df5
	    fi
Packit 9f0df5
	  fi
Packit 9f0df5
	fi
Packit 9f0df5
      done
Packit 9f0df5
    done
Packit 9f0df5
    ;;
Packit 9f0df5
esac
Packit 9f0df5
Packit 9f0df5
  done
Packit 9f0df5
IFS=$as_save_IFS
Packit 9f0df5
Packit 9f0df5
rm -rf conftest.one conftest.two conftest.dir
Packit 9f0df5
Packit 9f0df5
fi
Packit 9f0df5
  if test "${ac_cv_path_install+set}" = set; then
Packit 9f0df5
    INSTALL=$ac_cv_path_install
Packit 9f0df5
  else
Packit 9f0df5
    # As a last resort, use the slow shell script.  Don't cache a
Packit 9f0df5
    # value for INSTALL within a source directory, because that will
Packit 9f0df5
    # break other packages using the cache if that directory is
Packit 9f0df5
    # removed, or if the value is a relative name.
Packit 9f0df5
    INSTALL=$ac_install_sh
Packit 9f0df5
  fi
Packit 9f0df5
fi
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
Packit 9f0df5
$as_echo "$INSTALL" >&6; }
Packit 9f0df5
Packit 9f0df5
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
Packit 9f0df5
# It thinks the first close brace ends the variable substitution.
Packit 9f0df5
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
Packit 9f0df5
Packit 9f0df5
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
Packit 9f0df5
Packit 9f0df5
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
Packit 9f0df5
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
Packit 9f0df5
$as_echo_n "checking whether build environment is sane... " >&6; }
Packit 9f0df5
# Reject unsafe characters in $srcdir or the absolute working directory
Packit 9f0df5
# name.  Accept space and tab only in the latter.
Packit 9f0df5
am_lf='
Packit 9f0df5
'
Packit 9f0df5
case `pwd` in
Packit 9f0df5
  *[\\\"\#\$\&\'\`$am_lf]*)
Packit 9f0df5
    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
Packit 9f0df5
esac
Packit 9f0df5
case $srcdir in
Packit 9f0df5
  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
Packit 9f0df5
    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
Packit 9f0df5
esac
Packit 9f0df5
Packit 9f0df5
# Do 'set' in a subshell so we don't clobber the current shell's
Packit 9f0df5
# arguments.  Must try -L first in case configure is actually a
Packit 9f0df5
# symlink; some systems play weird games with the mod time of symlinks
Packit 9f0df5
# (eg FreeBSD returns the mod time of the symlink's containing
Packit 9f0df5
# directory).
Packit 9f0df5
if (
Packit 9f0df5
   am_has_slept=no
Packit 9f0df5
   for am_try in 1 2; do
Packit 9f0df5
     echo "timestamp, slept: $am_has_slept" > conftest.file
Packit 9f0df5
     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
Packit 9f0df5
     if test "$*" = "X"; then
Packit 9f0df5
	# -L didn't work.
Packit 9f0df5
	set X `ls -t "$srcdir/configure" conftest.file`
Packit 9f0df5
     fi
Packit 9f0df5
     if test "$*" != "X $srcdir/configure conftest.file" \
Packit 9f0df5
	&& test "$*" != "X conftest.file $srcdir/configure"; then
Packit 9f0df5
Packit 9f0df5
	# If neither matched, then we have a broken ls.  This can happen
Packit 9f0df5
	# if, for instance, CONFIG_SHELL is bash and it inherits a
Packit 9f0df5
	# broken ls alias from the environment.  This has actually
Packit 9f0df5
	# happened.  Such a system could not be considered "sane".
Packit 9f0df5
	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
Packit 9f0df5
  alias in your environment" "$LINENO" 5
Packit 9f0df5
     fi
Packit 9f0df5
     if test "$2" = conftest.file || test $am_try -eq 2; then
Packit 9f0df5
       break
Packit 9f0df5
     fi
Packit 9f0df5
     # Just in case.
Packit 9f0df5
     sleep 1
Packit 9f0df5
     am_has_slept=yes
Packit 9f0df5
   done
Packit 9f0df5
   test "$2" = conftest.file
Packit 9f0df5
   )
Packit 9f0df5
then
Packit 9f0df5
   # Ok.
Packit 9f0df5
   :
Packit 9f0df5
else
Packit 9f0df5
   as_fn_error $? "newly created file is older than distributed files!
Packit 9f0df5
Check your system clock" "$LINENO" 5
Packit 9f0df5
fi
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Packit 9f0df5
$as_echo "yes" >&6; }
Packit 9f0df5
# If we didn't sleep, we still need to ensure time stamps of config.status and
Packit 9f0df5
# generated files are strictly newer.
Packit 9f0df5
am_sleep_pid=
Packit 9f0df5
if grep 'slept: no' conftest.file >/dev/null 2>&1; then
Packit 9f0df5
  ( sleep 1 ) &
Packit 9f0df5
  am_sleep_pid=$!
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
rm -f conftest.file
Packit 9f0df5
Packit 9f0df5
test "$program_prefix" != NONE &&
Packit 9f0df5
  program_transform_name="s&^&$program_prefix&;$program_transform_name"
Packit 9f0df5
# Use a double $ so make ignores it.
Packit 9f0df5
test "$program_suffix" != NONE &&
Packit 9f0df5
  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
Packit 9f0df5
# Double any \ or $.
Packit 9f0df5
# By default was `s,x,x', remove it if useless.
Packit 9f0df5
ac_script='s/[\\$]/&&/;;s/;s,x,x,$//'
Packit 9f0df5
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
Packit 9f0df5
Packit 9f0df5
# Expand $ac_aux_dir to an absolute path.
Packit 9f0df5
am_aux_dir=`cd "$ac_aux_dir" && pwd`
Packit 9f0df5
Packit 9f0df5
if test x"${MISSING+set}" != xset; then
Packit 9f0df5
  case $am_aux_dir in
Packit 9f0df5
  *\ * | *\	*)
Packit 9f0df5
    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
Packit 9f0df5
  *)
Packit 9f0df5
    MISSING="\${SHELL} $am_aux_dir/missing" ;;
Packit 9f0df5
  esac
Packit 9f0df5
fi
Packit 9f0df5
# Use eval to expand $SHELL
Packit 9f0df5
if eval "$MISSING --is-lightweight"; then
Packit 9f0df5
  am_missing_run="$MISSING "
Packit 9f0df5
else
Packit 9f0df5
  am_missing_run=
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
Packit 9f0df5
$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
if test x"${install_sh+set}" != xset; then
Packit 9f0df5
  case $am_aux_dir in
Packit 9f0df5
  *\ * | *\	*)
Packit 9f0df5
    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
Packit 9f0df5
  *)
Packit 9f0df5
    install_sh="\${SHELL} $am_aux_dir/install-sh"
Packit 9f0df5
  esac
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
# Installed binaries are usually stripped using 'strip' when the user
Packit 9f0df5
# run "make install-strip".  However 'strip' might not be the right
Packit 9f0df5
# tool to use in cross-compilation environments, therefore Automake
Packit 9f0df5
# will honor the 'STRIP' environment variable to overrule this program.
Packit 9f0df5
if test "$cross_compiling" != no; then
Packit 9f0df5
  if test -n "$ac_tool_prefix"; then
Packit 9f0df5
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
Packit 9f0df5
set dummy ${ac_tool_prefix}strip; ac_word=$2
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Packit 9f0df5
$as_echo_n "checking for $ac_word... " >&6; }
Packit 9f0df5
if ${ac_cv_prog_STRIP+:} false; then :
Packit 9f0df5
  $as_echo_n "(cached) " >&6
Packit 9f0df5
else
Packit 9f0df5
  if test -n "$STRIP"; then
Packit 9f0df5
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
Packit 9f0df5
else
Packit 9f0df5
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9f0df5
for as_dir in $PATH
Packit 9f0df5
do
Packit 9f0df5
  IFS=$as_save_IFS
Packit 9f0df5
  test -z "$as_dir" && as_dir=.
Packit 9f0df5
    for ac_exec_ext in '' $ac_executable_extensions; do
Packit 9f0df5
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Packit 9f0df5
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
Packit 9f0df5
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Packit 9f0df5
    break 2
Packit 9f0df5
  fi
Packit 9f0df5
done
Packit 9f0df5
  done
Packit 9f0df5
IFS=$as_save_IFS
Packit 9f0df5
Packit 9f0df5
fi
Packit 9f0df5
fi
Packit 9f0df5
STRIP=$ac_cv_prog_STRIP
Packit 9f0df5
if test -n "$STRIP"; then
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
Packit 9f0df5
$as_echo "$STRIP" >&6; }
Packit 9f0df5
else
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 9f0df5
$as_echo "no" >&6; }
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
fi
Packit 9f0df5
if test -z "$ac_cv_prog_STRIP"; then
Packit 9f0df5
  ac_ct_STRIP=$STRIP
Packit 9f0df5
  # Extract the first word of "strip", so it can be a program name with args.
Packit 9f0df5
set dummy strip; ac_word=$2
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Packit 9f0df5
$as_echo_n "checking for $ac_word... " >&6; }
Packit 9f0df5
if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
Packit 9f0df5
  $as_echo_n "(cached) " >&6
Packit 9f0df5
else
Packit 9f0df5
  if test -n "$ac_ct_STRIP"; then
Packit 9f0df5
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
Packit 9f0df5
else
Packit 9f0df5
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9f0df5
for as_dir in $PATH
Packit 9f0df5
do
Packit 9f0df5
  IFS=$as_save_IFS
Packit 9f0df5
  test -z "$as_dir" && as_dir=.
Packit 9f0df5
    for ac_exec_ext in '' $ac_executable_extensions; do
Packit 9f0df5
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Packit 9f0df5
    ac_cv_prog_ac_ct_STRIP="strip"
Packit 9f0df5
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Packit 9f0df5
    break 2
Packit 9f0df5
  fi
Packit 9f0df5
done
Packit 9f0df5
  done
Packit 9f0df5
IFS=$as_save_IFS
Packit 9f0df5
Packit 9f0df5
fi
Packit 9f0df5
fi
Packit 9f0df5
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
Packit 9f0df5
if test -n "$ac_ct_STRIP"; then
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
Packit 9f0df5
$as_echo "$ac_ct_STRIP" >&6; }
Packit 9f0df5
else
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 9f0df5
$as_echo "no" >&6; }
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
  if test "x$ac_ct_STRIP" = x; then
Packit 9f0df5
    STRIP=":"
Packit 9f0df5
  else
Packit 9f0df5
    case $cross_compiling:$ac_tool_warned in
Packit 9f0df5
yes:)
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Packit 9f0df5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Packit 9f0df5
ac_tool_warned=yes ;;
Packit 9f0df5
esac
Packit 9f0df5
    STRIP=$ac_ct_STRIP
Packit 9f0df5
  fi
Packit 9f0df5
else
Packit 9f0df5
  STRIP="$ac_cv_prog_STRIP"
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
fi
Packit 9f0df5
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
Packit 9f0df5
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
Packit 9f0df5
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
Packit 9f0df5
if test -z "$MKDIR_P"; then
Packit 9f0df5
  if ${ac_cv_path_mkdir+:} false; then :
Packit 9f0df5
  $as_echo_n "(cached) " >&6
Packit 9f0df5
else
Packit 9f0df5
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9f0df5
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
Packit 9f0df5
do
Packit 9f0df5
  IFS=$as_save_IFS
Packit 9f0df5
  test -z "$as_dir" && as_dir=.
Packit 9f0df5
    for ac_prog in mkdir gmkdir; do
Packit 9f0df5
	 for ac_exec_ext in '' $ac_executable_extensions; do
Packit 9f0df5
	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
Packit 9f0df5
	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
Packit 9f0df5
	     'mkdir (GNU coreutils) '* | \
Packit 9f0df5
	     'mkdir (coreutils) '* | \
Packit 9f0df5
	     'mkdir (fileutils) '4.1*)
Packit 9f0df5
	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
Packit 9f0df5
	       break 3;;
Packit 9f0df5
	   esac
Packit 9f0df5
	 done
Packit 9f0df5
       done
Packit 9f0df5
  done
Packit 9f0df5
IFS=$as_save_IFS
Packit 9f0df5
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
  test -d ./--version && rmdir ./--version
Packit 9f0df5
  if test "${ac_cv_path_mkdir+set}" = set; then
Packit 9f0df5
    MKDIR_P="$ac_cv_path_mkdir -p"
Packit 9f0df5
  else
Packit 9f0df5
    # As a last resort, use the slow shell script.  Don't cache a
Packit 9f0df5
    # value for MKDIR_P within a source directory, because that will
Packit 9f0df5
    # break other packages using the cache if that directory is
Packit 9f0df5
    # removed, or if the value is a relative name.
Packit 9f0df5
    MKDIR_P="$ac_install_sh -d"
Packit 9f0df5
  fi
Packit 9f0df5
fi
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
Packit 9f0df5
$as_echo "$MKDIR_P" >&6; }
Packit 9f0df5
Packit 9f0df5
for ac_prog in gawk mawk nawk awk
Packit 9f0df5
do
Packit 9f0df5
  # Extract the first word of "$ac_prog", so it can be a program name with args.
Packit 9f0df5
set dummy $ac_prog; ac_word=$2
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Packit 9f0df5
$as_echo_n "checking for $ac_word... " >&6; }
Packit 9f0df5
if ${ac_cv_prog_AWK+:} false; then :
Packit 9f0df5
  $as_echo_n "(cached) " >&6
Packit 9f0df5
else
Packit 9f0df5
  if test -n "$AWK"; then
Packit 9f0df5
  ac_cv_prog_AWK="$AWK" # Let the user override the test.
Packit 9f0df5
else
Packit 9f0df5
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9f0df5
for as_dir in $PATH
Packit 9f0df5
do
Packit 9f0df5
  IFS=$as_save_IFS
Packit 9f0df5
  test -z "$as_dir" && as_dir=.
Packit 9f0df5
    for ac_exec_ext in '' $ac_executable_extensions; do
Packit 9f0df5
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Packit 9f0df5
    ac_cv_prog_AWK="$ac_prog"
Packit 9f0df5
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Packit 9f0df5
    break 2
Packit 9f0df5
  fi
Packit 9f0df5
done
Packit 9f0df5
  done
Packit 9f0df5
IFS=$as_save_IFS
Packit 9f0df5
Packit 9f0df5
fi
Packit 9f0df5
fi
Packit 9f0df5
AWK=$ac_cv_prog_AWK
Packit 9f0df5
if test -n "$AWK"; then
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
Packit 9f0df5
$as_echo "$AWK" >&6; }
Packit 9f0df5
else
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 9f0df5
$as_echo "no" >&6; }
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
  test -n "$AWK" && break
Packit 9f0df5
done
Packit 9f0df5
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
Packit 9f0df5
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
Packit 9f0df5
set x ${MAKE-make}
Packit 9f0df5
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
Packit 9f0df5
if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
Packit 9f0df5
  $as_echo_n "(cached) " >&6
Packit 9f0df5
else
Packit 9f0df5
  cat >conftest.make <<\_ACEOF
Packit 9f0df5
SHELL = /bin/sh
Packit 9f0df5
all:
Packit 9f0df5
	@echo '@@@%%%=$(MAKE)=@@@%%%'
Packit 9f0df5
_ACEOF
Packit 9f0df5
# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
Packit 9f0df5
case `${MAKE-make} -f conftest.make 2>/dev/null` in
Packit 9f0df5
  *@@@%%%=?*=@@@%%%*)
Packit 9f0df5
    eval ac_cv_prog_make_${ac_make}_set=yes;;
Packit 9f0df5
  *)
Packit 9f0df5
    eval ac_cv_prog_make_${ac_make}_set=no;;
Packit 9f0df5
esac
Packit 9f0df5
rm -f conftest.make
Packit 9f0df5
fi
Packit 9f0df5
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Packit 9f0df5
$as_echo "yes" >&6; }
Packit 9f0df5
  SET_MAKE=
Packit 9f0df5
else
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 9f0df5
$as_echo "no" >&6; }
Packit 9f0df5
  SET_MAKE="MAKE=${MAKE-make}"
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
rm -rf .tst 2>/dev/null
Packit 9f0df5
mkdir .tst 2>/dev/null
Packit 9f0df5
if test -d .tst; then
Packit 9f0df5
  am__leading_dot=.
Packit 9f0df5
else
Packit 9f0df5
  am__leading_dot=_
Packit 9f0df5
fi
Packit 9f0df5
rmdir .tst 2>/dev/null
Packit 9f0df5
Packit 9f0df5
# Check whether --enable-silent-rules was given.
Packit 9f0df5
if test "${enable_silent_rules+set}" = set; then :
Packit 9f0df5
  enableval=$enable_silent_rules;
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
case $enable_silent_rules in # (((
Packit 9f0df5
  yes) AM_DEFAULT_VERBOSITY=0;;
Packit 9f0df5
   no) AM_DEFAULT_VERBOSITY=1;;
Packit 9f0df5
    *) AM_DEFAULT_VERBOSITY=1;;
Packit 9f0df5
esac
Packit 9f0df5
am_make=${MAKE-make}
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
Packit 9f0df5
$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
Packit 9f0df5
if ${am_cv_make_support_nested_variables+:} false; then :
Packit 9f0df5
  $as_echo_n "(cached) " >&6
Packit 9f0df5
else
Packit 9f0df5
  if $as_echo 'TRUE=$(BAR$(V))
Packit 9f0df5
BAR0=false
Packit 9f0df5
BAR1=true
Packit 9f0df5
V=1
Packit 9f0df5
am__doit:
Packit 9f0df5
	@$(TRUE)
Packit 9f0df5
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
Packit 9f0df5
  am_cv_make_support_nested_variables=yes
Packit 9f0df5
else
Packit 9f0df5
  am_cv_make_support_nested_variables=no
Packit 9f0df5
fi
Packit 9f0df5
fi
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
Packit 9f0df5
$as_echo "$am_cv_make_support_nested_variables" >&6; }
Packit 9f0df5
if test $am_cv_make_support_nested_variables = yes; then
Packit 9f0df5
    AM_V='$(V)'
Packit 9f0df5
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
Packit 9f0df5
else
Packit 9f0df5
  AM_V=$AM_DEFAULT_VERBOSITY
Packit 9f0df5
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
Packit 9f0df5
fi
Packit 9f0df5
AM_BACKSLASH='\'
Packit 9f0df5
Packit 9f0df5
if test "`cd $srcdir && pwd`" != "`pwd`"; then
Packit 9f0df5
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
Packit 9f0df5
  # is not polluted with repeated "-I."
Packit 9f0df5
  am__isrc=' -I$(srcdir)'
Packit 9f0df5
  # test to see if srcdir already configured
Packit 9f0df5
  if test -f $srcdir/config.status; then
Packit 9f0df5
    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
Packit 9f0df5
  fi
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
# test whether we have cygpath
Packit 9f0df5
if test -z "$CYGPATH_W"; then
Packit 9f0df5
  if (cygpath --version) >/dev/null 2>/dev/null; then
Packit 9f0df5
    CYGPATH_W='cygpath -w'
Packit 9f0df5
  else
Packit 9f0df5
    CYGPATH_W=echo
Packit 9f0df5
  fi
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
# Define the identity of the package.
Packit 9f0df5
 PACKAGE='ccid'
Packit 9f0df5
 VERSION='1.4.29'
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
cat >>confdefs.h <<_ACEOF
Packit 9f0df5
#define PACKAGE "$PACKAGE"
Packit 9f0df5
_ACEOF
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
cat >>confdefs.h <<_ACEOF
Packit 9f0df5
#define VERSION "$VERSION"
Packit 9f0df5
_ACEOF
Packit 9f0df5
Packit 9f0df5
# Some tools Automake needs.
Packit 9f0df5
Packit 9f0df5
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
Packit 9f0df5
Packit 9f0df5
# For better backward compatibility.  To be removed once Automake 1.9.x
Packit 9f0df5
# dies out for good.  For more background, see:
Packit 9f0df5
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
Packit 9f0df5
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
Packit 9f0df5
mkdir_p='$(MKDIR_P)'
Packit 9f0df5
Packit 9f0df5
# We need awk for the "check" target (and possibly the TAP driver).  The
Packit 9f0df5
# system "awk" is bad on some platforms.
Packit 9f0df5
# Always define AMTAR for backward compatibility.  Yes, it's still used
Packit 9f0df5
# in the wild :-(  We should find a proper way to deprecate it ...
Packit 9f0df5
AMTAR='$${TAR-tar}'
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
# We'll loop over all known methods to create a tar archive until one works.
Packit 9f0df5
_am_tools='gnutar  pax cpio none'
Packit 9f0df5
Packit 9f0df5
am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
# POSIX will say in a future version that running "rm -f" with no argument
Packit 9f0df5
# is OK; and we want to be able to make that assumption in our Makefile
Packit 9f0df5
# recipes.  So use an aggressive probe to check that the usage we want is
Packit 9f0df5
# actually supported "in the wild" to an acceptable degree.
Packit 9f0df5
# See automake bug#10828.
Packit 9f0df5
# To make any issue more visible, cause the running configure to be aborted
Packit 9f0df5
# by default if the 'rm' program in use doesn't match our expectations; the
Packit 9f0df5
# user can still override this though.
Packit 9f0df5
if rm -f && rm -fr && rm -rf; then : OK; else
Packit 9f0df5
  cat >&2 <<'END'
Packit 9f0df5
Oops!
Packit 9f0df5
Packit 9f0df5
Your 'rm' program seems unable to run without file operands specified
Packit 9f0df5
on the command line, even when the '-f' option is present.  This is contrary
Packit 9f0df5
to the behaviour of most rm programs out there, and not conforming with
Packit 9f0df5
the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
Packit 9f0df5
Packit 9f0df5
Please tell bug-automake@gnu.org about your system, including the value
Packit 9f0df5
of your $PATH and any error possibly output before this message.  This
Packit 9f0df5
can help us improve future automake versions.
Packit 9f0df5
Packit 9f0df5
END
Packit 9f0df5
  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
Packit 9f0df5
    echo 'Configuration will proceed anyway, since you have set the' >&2
Packit 9f0df5
    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
Packit 9f0df5
    echo >&2
Packit 9f0df5
  else
Packit 9f0df5
    cat >&2 <<'END'
Packit 9f0df5
Aborting the configuration process, to ensure you take notice of the issue.
Packit 9f0df5
Packit 9f0df5
You can download and install GNU coreutils to get an 'rm' implementation
Packit 9f0df5
that behaves properly: <http://www.gnu.org/software/coreutils/>.
Packit 9f0df5
Packit 9f0df5
If you want to complete the configuration process using your problematic
Packit 9f0df5
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
Packit 9f0df5
to "yes", and re-run configure.
Packit 9f0df5
Packit 9f0df5
END
Packit 9f0df5
    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
Packit 9f0df5
  fi
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
# silent build by default
Packit 9f0df5
# Check whether --enable-silent-rules was given.
Packit 9f0df5
if test "${enable_silent_rules+set}" = set; then :
Packit 9f0df5
  enableval=$enable_silent_rules;
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
case $enable_silent_rules in # (((
Packit 9f0df5
  yes) AM_DEFAULT_VERBOSITY=0;;
Packit 9f0df5
   no) AM_DEFAULT_VERBOSITY=1;;
Packit 9f0df5
    *) AM_DEFAULT_VERBOSITY=0;;
Packit 9f0df5
esac
Packit 9f0df5
am_make=${MAKE-make}
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
Packit 9f0df5
$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
Packit 9f0df5
if ${am_cv_make_support_nested_variables+:} false; then :
Packit 9f0df5
  $as_echo_n "(cached) " >&6
Packit 9f0df5
else
Packit 9f0df5
  if $as_echo 'TRUE=$(BAR$(V))
Packit 9f0df5
BAR0=false
Packit 9f0df5
BAR1=true
Packit 9f0df5
V=1
Packit 9f0df5
am__doit:
Packit 9f0df5
	@$(TRUE)
Packit 9f0df5
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
Packit 9f0df5
  am_cv_make_support_nested_variables=yes
Packit 9f0df5
else
Packit 9f0df5
  am_cv_make_support_nested_variables=no
Packit 9f0df5
fi
Packit 9f0df5
fi
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
Packit 9f0df5
$as_echo "$am_cv_make_support_nested_variables" >&6; }
Packit 9f0df5
if test $am_cv_make_support_nested_variables = yes; then
Packit 9f0df5
    AM_V='$(V)'
Packit 9f0df5
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
Packit 9f0df5
else
Packit 9f0df5
  AM_V=$AM_DEFAULT_VERBOSITY
Packit 9f0df5
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
Packit 9f0df5
fi
Packit 9f0df5
AM_BACKSLASH='\'
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
# Default install dir
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
# Automake boilerplate.
Packit 9f0df5
# Make sure we can run config.sub.
Packit 9f0df5
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
Packit 9f0df5
  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
Packit 9f0df5
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
Packit 9f0df5
$as_echo_n "checking build system type... " >&6; }
Packit 9f0df5
if ${ac_cv_build+:} false; then :
Packit 9f0df5
  $as_echo_n "(cached) " >&6
Packit 9f0df5
else
Packit 9f0df5
  ac_build_alias=$build_alias
Packit 9f0df5
test "x$ac_build_alias" = x &&
Packit 9f0df5
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
Packit 9f0df5
test "x$ac_build_alias" = x &&
Packit 9f0df5
  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
Packit 9f0df5
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
Packit 9f0df5
  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
Packit 9f0df5
Packit 9f0df5
fi
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
Packit 9f0df5
$as_echo "$ac_cv_build" >&6; }
Packit 9f0df5
case $ac_cv_build in
Packit 9f0df5
*-*-*) ;;
Packit 9f0df5
*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
Packit 9f0df5
esac
Packit 9f0df5
build=$ac_cv_build
Packit 9f0df5
ac_save_IFS=$IFS; IFS='-'
Packit 9f0df5
set x $ac_cv_build
Packit 9f0df5
shift
Packit 9f0df5
build_cpu=$1
Packit 9f0df5
build_vendor=$2
Packit 9f0df5
shift; shift
Packit 9f0df5
# Remember, the first character of IFS is used to create $*,
Packit 9f0df5
# except with old shells:
Packit 9f0df5
build_os=$*
Packit 9f0df5
IFS=$ac_save_IFS
Packit 9f0df5
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
Packit 9f0df5
$as_echo_n "checking host system type... " >&6; }
Packit 9f0df5
if ${ac_cv_host+:} false; then :
Packit 9f0df5
  $as_echo_n "(cached) " >&6
Packit 9f0df5
else
Packit 9f0df5
  if test "x$host_alias" = x; then
Packit 9f0df5
  ac_cv_host=$ac_cv_build
Packit 9f0df5
else
Packit 9f0df5
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
Packit 9f0df5
    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
fi
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
Packit 9f0df5
$as_echo "$ac_cv_host" >&6; }
Packit 9f0df5
case $ac_cv_host in
Packit 9f0df5
*-*-*) ;;
Packit 9f0df5
*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
Packit 9f0df5
esac
Packit 9f0df5
host=$ac_cv_host
Packit 9f0df5
ac_save_IFS=$IFS; IFS='-'
Packit 9f0df5
set x $ac_cv_host
Packit 9f0df5
shift
Packit 9f0df5
host_cpu=$1
Packit 9f0df5
host_vendor=$2
Packit 9f0df5
shift; shift
Packit 9f0df5
# Remember, the first character of IFS is used to create $*,
Packit 9f0df5
# except with old shells:
Packit 9f0df5
host_os=$*
Packit 9f0df5
IFS=$ac_save_IFS
Packit 9f0df5
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
# create a config.h file (Automake will add -DHAVE_CONFIG_H)
Packit 9f0df5
ac_config_headers="$ac_config_headers config.h"
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
# Options
Packit 9f0df5
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
Packit 9f0df5
$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
Packit 9f0df5
    # Check whether --enable-maintainer-mode was given.
Packit 9f0df5
if test "${enable_maintainer_mode+set}" = set; then :
Packit 9f0df5
  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
Packit 9f0df5
else
Packit 9f0df5
  USE_MAINTAINER_MODE=no
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
Packit 9f0df5
$as_echo "$USE_MAINTAINER_MODE" >&6; }
Packit 9f0df5
   if test $USE_MAINTAINER_MODE = yes; then
Packit 9f0df5
  MAINTAINER_MODE_TRUE=
Packit 9f0df5
  MAINTAINER_MODE_FALSE='#'
Packit 9f0df5
else
Packit 9f0df5
  MAINTAINER_MODE_TRUE='#'
Packit 9f0df5
  MAINTAINER_MODE_FALSE=
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
  MAINT=$MAINTAINER_MODE_TRUE
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
# Checks for programs.
Packit 9f0df5
ac_ext=c
Packit 9f0df5
ac_cpp='$CPP $CPPFLAGS'
Packit 9f0df5
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
Packit 9f0df5
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Packit 9f0df5
ac_compiler_gnu=$ac_cv_c_compiler_gnu
Packit 9f0df5
if test -n "$ac_tool_prefix"; then
Packit 9f0df5
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
Packit 9f0df5
set dummy ${ac_tool_prefix}gcc; ac_word=$2
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Packit 9f0df5
$as_echo_n "checking for $ac_word... " >&6; }
Packit 9f0df5
if ${ac_cv_prog_CC+:} false; then :
Packit 9f0df5
  $as_echo_n "(cached) " >&6
Packit 9f0df5
else
Packit 9f0df5
  if test -n "$CC"; then
Packit 9f0df5
  ac_cv_prog_CC="$CC" # Let the user override the test.
Packit 9f0df5
else
Packit 9f0df5
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9f0df5
for as_dir in $PATH
Packit 9f0df5
do
Packit 9f0df5
  IFS=$as_save_IFS
Packit 9f0df5
  test -z "$as_dir" && as_dir=.
Packit 9f0df5
    for ac_exec_ext in '' $ac_executable_extensions; do
Packit 9f0df5
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Packit 9f0df5
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
Packit 9f0df5
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Packit 9f0df5
    break 2
Packit 9f0df5
  fi
Packit 9f0df5
done
Packit 9f0df5
  done
Packit 9f0df5
IFS=$as_save_IFS
Packit 9f0df5
Packit 9f0df5
fi
Packit 9f0df5
fi
Packit 9f0df5
CC=$ac_cv_prog_CC
Packit 9f0df5
if test -n "$CC"; then
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Packit 9f0df5
$as_echo "$CC" >&6; }
Packit 9f0df5
else
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 9f0df5
$as_echo "no" >&6; }
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
fi
Packit 9f0df5
if test -z "$ac_cv_prog_CC"; then
Packit 9f0df5
  ac_ct_CC=$CC
Packit 9f0df5
  # Extract the first word of "gcc", so it can be a program name with args.
Packit 9f0df5
set dummy gcc; ac_word=$2
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Packit 9f0df5
$as_echo_n "checking for $ac_word... " >&6; }
Packit 9f0df5
if ${ac_cv_prog_ac_ct_CC+:} false; then :
Packit 9f0df5
  $as_echo_n "(cached) " >&6
Packit 9f0df5
else
Packit 9f0df5
  if test -n "$ac_ct_CC"; then
Packit 9f0df5
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
Packit 9f0df5
else
Packit 9f0df5
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9f0df5
for as_dir in $PATH
Packit 9f0df5
do
Packit 9f0df5
  IFS=$as_save_IFS
Packit 9f0df5
  test -z "$as_dir" && as_dir=.
Packit 9f0df5
    for ac_exec_ext in '' $ac_executable_extensions; do
Packit 9f0df5
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Packit 9f0df5
    ac_cv_prog_ac_ct_CC="gcc"
Packit 9f0df5
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Packit 9f0df5
    break 2
Packit 9f0df5
  fi
Packit 9f0df5
done
Packit 9f0df5
  done
Packit 9f0df5
IFS=$as_save_IFS
Packit 9f0df5
Packit 9f0df5
fi
Packit 9f0df5
fi
Packit 9f0df5
ac_ct_CC=$ac_cv_prog_ac_ct_CC
Packit 9f0df5
if test -n "$ac_ct_CC"; then
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
Packit 9f0df5
$as_echo "$ac_ct_CC" >&6; }
Packit 9f0df5
else
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 9f0df5
$as_echo "no" >&6; }
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
  if test "x$ac_ct_CC" = x; then
Packit 9f0df5
    CC=""
Packit 9f0df5
  else
Packit 9f0df5
    case $cross_compiling:$ac_tool_warned in
Packit 9f0df5
yes:)
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Packit 9f0df5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Packit 9f0df5
ac_tool_warned=yes ;;
Packit 9f0df5
esac
Packit 9f0df5
    CC=$ac_ct_CC
Packit 9f0df5
  fi
Packit 9f0df5
else
Packit 9f0df5
  CC="$ac_cv_prog_CC"
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
if test -z "$CC"; then
Packit 9f0df5
          if test -n "$ac_tool_prefix"; then
Packit 9f0df5
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
Packit 9f0df5
set dummy ${ac_tool_prefix}cc; ac_word=$2
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Packit 9f0df5
$as_echo_n "checking for $ac_word... " >&6; }
Packit 9f0df5
if ${ac_cv_prog_CC+:} false; then :
Packit 9f0df5
  $as_echo_n "(cached) " >&6
Packit 9f0df5
else
Packit 9f0df5
  if test -n "$CC"; then
Packit 9f0df5
  ac_cv_prog_CC="$CC" # Let the user override the test.
Packit 9f0df5
else
Packit 9f0df5
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9f0df5
for as_dir in $PATH
Packit 9f0df5
do
Packit 9f0df5
  IFS=$as_save_IFS
Packit 9f0df5
  test -z "$as_dir" && as_dir=.
Packit 9f0df5
    for ac_exec_ext in '' $ac_executable_extensions; do
Packit 9f0df5
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Packit 9f0df5
    ac_cv_prog_CC="${ac_tool_prefix}cc"
Packit 9f0df5
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Packit 9f0df5
    break 2
Packit 9f0df5
  fi
Packit 9f0df5
done
Packit 9f0df5
  done
Packit 9f0df5
IFS=$as_save_IFS
Packit 9f0df5
Packit 9f0df5
fi
Packit 9f0df5
fi
Packit 9f0df5
CC=$ac_cv_prog_CC
Packit 9f0df5
if test -n "$CC"; then
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Packit 9f0df5
$as_echo "$CC" >&6; }
Packit 9f0df5
else
Packit 9f0df5
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 9f0df5
$as_echo "no" >&6; }
Packit 9f0df5
fi
Packit 9f0df5
Packit 9f0df5
Packit 9f0df5
  fi
Packit 9f0df5
fi
Packit 9f0df5
if test -z "$CC"; then
Packit 9f0df5
  # Extract the first word of "cc", so it can be a program name with args.
Packit 9f0df5
set dummy cc; ac_word=$2
Packit 9f0df5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
</