Blame configure

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