#! /bin/sh

# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13 
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
#
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.

# Defaults:
ac_help=
ac_default_prefix=/usr/local
# Any additions from configure.in:
ac_default_prefix=/usr
ac_help="$ac_help
  --with-cross=dir        give the cross-compile prefix"
ac_help="$ac_help
  --with-kernel=dir       give the directory with kernel sources
                          [/usr/src/linux]"
ac_help="$ac_help
  --with-moddir=/path     give the path for the alsa driver kernel modules
                          [/lib/modules/<KVER>/misc]"
ac_help="$ac_help
  --enable-verbose-printk  enables verbose printk (file + line number)"
ac_help="$ac_help
  --with-debug=level      give the debug level (none,basic,memory,full,detect)"
ac_help="$ac_help
  --with-isapnp=yes,no,auto  driver will (not) be compiled with ISA PnP support"
ac_help="$ac_help
  --with-sequencer=yes,no  driver will (not) be compiled with sequencer support"
ac_help="$ac_help
  --with-oss=no,yes       driver will (not) be compiled with OSS/Free emulation"
ac_help="$ac_help
  --with-pcmcia=kernel,external   support kernel PCMCIA driver or external PCMCIA driver"
ac_help="$ac_help
  --with-pcmcia-root=dir  specify the root directory of external PCMCIA source-tree"
ac_help="$ac_help
  --with-cards=<list>     compile driver for cards in <list>; 
                          cards may be separated with commas; 
                          'all' compiles all drivers; 
                          Possible cards are: 
                          dummy, virmidi, serial-u16550, mtpav, mpu401, 
                          als100, azt2320, cmi8330, dt019x, es18xx, 
                          opl3sa2, sgalaxy, sscape, ad1816a, ad1848, 
                          cs4231, cs4232, cs4236, pc98-cs4232, es1688, 
                          gusclassic, gusmax, gusextreme, interwave, 
                          interwave-stb, opti92x-ad1848, opti92x-cs4231, 
                          opti93x, sb8, sb16, sbawe, es968, wavefront, 
                          als4000, cmipci, cs4281, ens1370, ens1371, 
                          es1938, es1968, fm801, intel8x0, maestro3, rme32, 
                          rme96, sonicvibes, via82xx, ali5451, cs46xx, 
                          emu10k1, ice1712, ice1724, korg1212, nm256, 
                          rme9652, hdsp, trident, vx222, ymfpci, powermac, 
                          sa11xx-uda1341, backpaq-uda1341, pxa-uda1380, 
                          usb-audio, harmony, vxpocket, vxp440, serialmidi, 
                          azt3328, pdplus, msnd-pinnacle "

# Initialize some variables set by options.
# The variables have the same names as the options, with
# dashes changed to underlines.
build=NONE
cache_file=./config.cache
exec_prefix=NONE
host=NONE
no_create=
nonopt=NONE
no_recursion=
prefix=NONE
program_prefix=NONE
program_suffix=NONE
program_transform_name=s,x,x,
silent=
site=
srcdir=
target=NONE
verbose=
x_includes=NONE
x_libraries=NONE
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
datadir='${prefix}/share'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
libdir='${exec_prefix}/lib'
includedir='${prefix}/include'
oldincludedir='/usr/include'
infodir='${prefix}/info'
mandir='${prefix}/man'

# Initialize some other variables.
subdirs=
MFLAGS= MAKEFLAGS=
SHELL=${CONFIG_SHELL-/bin/sh}
# Maximum number of lines to put in a shell here document.
ac_max_here_lines=12

ac_prev=
for ac_option
do

  # If the previous option needs an argument, assign it.
  if test -n "$ac_prev"; then
    eval "$ac_prev=\$ac_option"
    ac_prev=
    continue
  fi

  case "$ac_option" in
  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  *) ac_optarg= ;;
  esac

  # Accept the important Cygnus configure options, so we can diagnose typos.

  case "$ac_option" in

  -bindir | --bindir | --bindi | --bind | --bin | --bi)
    ac_prev=bindir ;;
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
    bindir="$ac_optarg" ;;

  -build | --build | --buil | --bui | --bu)
    ac_prev=build ;;
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
    build="$ac_optarg" ;;

  -cache-file | --cache-file | --cache-fil | --cache-fi \
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
    ac_prev=cache_file ;;
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
    cache_file="$ac_optarg" ;;

  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
    ac_prev=datadir ;;
  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  | --da=*)
    datadir="$ac_optarg" ;;

  -disable-* | --disable-*)
    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
    # Reject names that are not valid shell variable names.
    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
    fi
    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
    eval "enable_${ac_feature}=no" ;;

  -enable-* | --enable-*)
    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
    # Reject names that are not valid shell variable names.
    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
    fi
    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
    case "$ac_option" in
      *=*) ;;
      *) ac_optarg=yes ;;
    esac
    eval "enable_${ac_feature}='$ac_optarg'" ;;

  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  | --exec | --exe | --ex)
    ac_prev=exec_prefix ;;
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  | --exec=* | --exe=* | --ex=*)
    exec_prefix="$ac_optarg" ;;

  -gas | --gas | --ga | --g)
    # Obsolete; use --with-gas.
    with_gas=yes ;;

  -help | --help | --hel | --he)
    # Omit some internal or obsolete options to make the list less imposing.
    # This message is too long to be a string in the A/UX 3.1 sh.
    cat << EOF
Usage: configure [options] [host]
Options: [defaults in brackets after descriptions]
Configuration:
  --cache-file=FILE       cache test results in FILE
  --help                  print this message
  --no-create             do not create output files
  --quiet, --silent       do not print \`checking...' messages
  --version               print the version of autoconf that created configure
Directory and file names:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [$ac_default_prefix]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [same as prefix]
  --bindir=DIR            user executables in DIR [EPREFIX/bin]
  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  --datadir=DIR           read-only architecture-independent data in DIR
                          [PREFIX/share]
  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  --sharedstatedir=DIR    modifiable architecture-independent data in DIR
                          [PREFIX/com]
  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  --includedir=DIR        C header files in DIR [PREFIX/include]
  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  --infodir=DIR           info documentation in DIR [PREFIX/info]
  --mandir=DIR            man documentation in DIR [PREFIX/man]
  --srcdir=DIR            find the sources in DIR [configure dir or ..]
  --program-prefix=PREFIX prepend PREFIX to installed program names
  --program-suffix=SUFFIX append SUFFIX to installed program names
  --program-transform-name=PROGRAM
                          run sed PROGRAM on installed program names
EOF
    cat << EOF
Host type:
  --build=BUILD           configure for building on BUILD [BUILD=HOST]
  --host=HOST             configure for HOST [guessed]
  --target=TARGET         configure for TARGET [TARGET=HOST]
Features and packages:
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --x-includes=DIR        X include files are in DIR
  --x-libraries=DIR       X library files are in DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and --with options recognized:$ac_help"
    fi
    exit 0 ;;

  -host | --host | --hos | --ho)
    ac_prev=host ;;
  -host=* | --host=* | --hos=* | --ho=*)
    host="$ac_optarg" ;;

  -includedir | --includedir | --includedi | --included | --include \
  | --includ | --inclu | --incl | --inc)
    ac_prev=includedir ;;
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  | --includ=* | --inclu=* | --incl=* | --inc=*)
    includedir="$ac_optarg" ;;

  -infodir | --infodir | --infodi | --infod | --info | --inf)
    ac_prev=infodir ;;
  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
    infodir="$ac_optarg" ;;

  -libdir | --libdir | --libdi | --libd)
    ac_prev=libdir ;;
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
    libdir="$ac_optarg" ;;

  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  | --libexe | --libex | --libe)
    ac_prev=libexecdir ;;
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  | --libexe=* | --libex=* | --libe=*)
    libexecdir="$ac_optarg" ;;

  -localstatedir | --localstatedir | --localstatedi | --localstated \
  | --localstate | --localstat | --localsta | --localst \
  | --locals | --local | --loca | --loc | --lo)
    ac_prev=localstatedir ;;
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
    localstatedir="$ac_optarg" ;;

  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
    ac_prev=mandir ;;
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
    mandir="$ac_optarg" ;;

  -nfp | --nfp | --nf)
    # Obsolete; use --without-fp.
    with_fp=no ;;

  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  | --no-cr | --no-c)
    no_create=yes ;;

  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
    no_recursion=yes ;;

  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  | --oldin | --oldi | --old | --ol | --o)
    ac_prev=oldincludedir ;;
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
    oldincludedir="$ac_optarg" ;;

  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
    ac_prev=prefix ;;
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    prefix="$ac_optarg" ;;

  -program-prefix | --program-prefix | --program-prefi | --program-pref \
  | --program-pre | --program-pr | --program-p)
    ac_prev=program_prefix ;;
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
    program_prefix="$ac_optarg" ;;

  -program-suffix | --program-suffix | --program-suffi | --program-suff \
  | --program-suf | --program-su | --program-s)
    ac_prev=program_suffix ;;
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
    program_suffix="$ac_optarg" ;;

  -program-transform-name | --program-transform-name \
  | --program-transform-nam | --program-transform-na \
  | --program-transform-n | --program-transform- \
  | --program-transform | --program-transfor \
  | --program-transfo | --program-transf \
  | --program-trans | --program-tran \
  | --progr-tra | --program-tr | --program-t)
    ac_prev=program_transform_name ;;
  -program-transform-name=* | --program-transform-name=* \
  | --program-transform-nam=* | --program-transform-na=* \
  | --program-transform-n=* | --program-transform-=* \
  | --program-transform=* | --program-transfor=* \
  | --program-transfo=* | --program-transf=* \
  | --program-trans=* | --program-tran=* \
  | --progr-tra=* | --program-tr=* | --program-t=*)
    program_transform_name="$ac_optarg" ;;

  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  | -silent | --silent | --silen | --sile | --sil)
    silent=yes ;;

  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
    ac_prev=sbindir ;;
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  | --sbi=* | --sb=*)
    sbindir="$ac_optarg" ;;

  -sharedstatedir | --sharedstatedir | --sharedstatedi \
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  | --sharedst | --shareds | --shared | --share | --shar \
  | --sha | --sh)
    ac_prev=sharedstatedir ;;
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  | --sha=* | --sh=*)
    sharedstatedir="$ac_optarg" ;;

  -site | --site | --sit)
    ac_prev=site ;;
  -site=* | --site=* | --sit=*)
    site="$ac_optarg" ;;

  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    ac_prev=srcdir ;;
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
    srcdir="$ac_optarg" ;;

  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  | --syscon | --sysco | --sysc | --sys | --sy)
    ac_prev=sysconfdir ;;
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
    sysconfdir="$ac_optarg" ;;

  -target | --target | --targe | --targ | --tar | --ta | --t)
    ac_prev=target ;;
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
    target="$ac_optarg" ;;

  -v | -verbose | --verbose | --verbos | --verbo | --verb)
    verbose=yes ;;

  -version | --version | --versio | --versi | --vers)
    echo "configure generated by autoconf version 2.13"
    exit 0 ;;

  -with-* | --with-*)
    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
    # Reject names that are not valid shell variable names.
    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
    fi
    ac_package=`echo $ac_package| sed 's/-/_/g'`
    case "$ac_option" in
      *=*) ;;
      *) ac_optarg=yes ;;
    esac
    eval "with_${ac_package}='$ac_optarg'" ;;

  -without-* | --without-*)
    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
    # Reject names that are not valid shell variable names.
    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
    fi
    ac_package=`echo $ac_package| sed 's/-/_/g'`
    eval "with_${ac_package}=no" ;;

  --x)
    # Obsolete; use --with-x.
    with_x=yes ;;

  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  | --x-incl | --x-inc | --x-in | --x-i)
    ac_prev=x_includes ;;
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
    x_includes="$ac_optarg" ;;

  -x-libraries | --x-libraries | --x-librarie | --x-librari \
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
    ac_prev=x_libraries ;;
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
    x_libraries="$ac_optarg" ;;

  -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
    ;;

  *)
    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
      echo "configure: warning: $ac_option: invalid host type" 1>&2
    fi
    if test "x$nonopt" != xNONE; then
      { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
    fi
    nonopt="$ac_option"
    ;;

  esac
done

if test -n "$ac_prev"; then
  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
fi

trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15

# File descriptor usage:
# 0 standard input
# 1 file creation
# 2 errors and warnings
# 3 some systems may open it to /dev/tty
# 4 used on the Kubota Titan
# 6 checking for... messages and results
# 5 compiler messages saved in config.log
if test "$silent" = yes; then
  exec 6>/dev/null
else
  exec 6>&1
fi
exec 5>./config.log

echo "\
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
" 1>&5

# Strip out --no-create and --no-recursion so they do not pile up.
# Also quote any args containing shell metacharacters.
ac_configure_args=
for ac_arg
do
  case "$ac_arg" in
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  | --no-cr | --no-c) ;;
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  esac
done

# NLS nuisances.
# Only set these to C if already set.  These must not be set unconditionally
# because not all systems understand e.g. LANG=C (notably SCO).
# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
# Non-C LC_CTYPE values break the ctype check.
if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi

# confdefs.h avoids OS command line length limits that DEFS can exceed.
rm -rf conftest* confdefs.h
# AIX cpp loses on an empty file, so make sure it contains at least a newline.
echo > confdefs.h

# A filename unique to this package, relative to the directory that
# configure is in, which we can look for to find out if srcdir is correct.
ac_unique_file=acore/sound.patch

# Find the source files, if location was not specified.
if test -z "$srcdir"; then
  ac_srcdir_defaulted=yes
  # Try the directory containing this script, then its parent.
  ac_prog=$0
  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  srcdir=$ac_confdir
  if test ! -r $srcdir/$ac_unique_file; then
    srcdir=..
  fi
else
  ac_srcdir_defaulted=no
fi
if test ! -r $srcdir/$ac_unique_file; then
  if test "$ac_srcdir_defaulted" = yes; then
    { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  else
    { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  fi
fi
srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`

# Prefer explicitly selected file to automatically selected ones.
if test -z "$CONFIG_SITE"; then
  if test "x$prefix" != xNONE; then
    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  else
    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  fi
fi
for ac_site_file in $CONFIG_SITE; do
  if test -r "$ac_site_file"; then
    echo "loading site script $ac_site_file"
    . "$ac_site_file"
  fi
done

if test -r "$cache_file"; then
  echo "loading cache $cache_file"
  . $cache_file
else
  echo "creating cache $cache_file"
  > $cache_file
fi

ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cc_cross

ac_exeext=
ac_objext=o
if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
    ac_n= ac_c='
' ac_t='	'
  else
    ac_n=-n ac_c= ac_t=
  fi
else
  ac_n= ac_c='\c' ac_t=
fi



CONFIG_SND_VERSION="0.9.4"

# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:574: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_CC="gcc"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
CC="$ac_cv_prog_CC"
if test -n "$CC"; then
  echo "$ac_t""$CC" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

if test -z "$CC"; then
  # Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:604: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_prog_rejected=no
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
        ac_prog_rejected=yes
	continue
      fi
      ac_cv_prog_CC="cc"
      break
    fi
  done
  IFS="$ac_save_ifs"
if test $ac_prog_rejected = yes; then
  # We found a bogon in the path, so make sure we never use it.
  set dummy $ac_cv_prog_CC
  shift
  if test $# -gt 0; then
    # We chose a different compiler from the bogus one.
    # However, it has the same basename, so the bogon will be chosen
    # first if we set CC to just the basename; use the full file name.
    shift
    set dummy "$ac_dir/$ac_word" "$@"
    shift
    ac_cv_prog_CC="$@"
  fi
fi
fi
fi
CC="$ac_cv_prog_CC"
if test -n "$CC"; then
  echo "$ac_t""$CC" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

  if test -z "$CC"; then
    case "`uname -s`" in
    *win32* | *WIN32*)
      # Extract the first word of "cl", so it can be a program name with args.
set dummy cl; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:655: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_CC="cl"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
CC="$ac_cv_prog_CC"
if test -n "$CC"; then
  echo "$ac_t""$CC" 1>&6
else
  echo "$ac_t""no" 1>&6
fi
 ;;
    esac
  fi
  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
fi

echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
echo "configure:687: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5

ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cc_cross

cat > conftest.$ac_ext << EOF

#line 698 "configure"
#include "confdefs.h"

main(){return(0);}
EOF
if { (eval echo configure:703: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  ac_cv_prog_cc_works=yes
  # If we can't run a trivial program, we are probably using a cross compiler.
  if (./conftest; exit) 2>/dev/null; then
    ac_cv_prog_cc_cross=no
  else
    ac_cv_prog_cc_cross=yes
  fi
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  ac_cv_prog_cc_works=no
fi
rm -fr conftest*
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cc_cross

echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
if test $ac_cv_prog_cc_works = no; then
  { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
fi
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
echo "configure:729: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
cross_compiling=$ac_cv_prog_cc_cross

echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
echo "configure:734: checking whether we are using GNU C" >&5
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.c <<EOF
#ifdef __GNUC__
  yes;
#endif
EOF
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:743: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  ac_cv_prog_gcc=yes
else
  ac_cv_prog_gcc=no
fi
fi

echo "$ac_t""$ac_cv_prog_gcc" 1>&6

if test $ac_cv_prog_gcc = yes; then
  GCC=yes
else
  GCC=
fi

ac_test_CFLAGS="${CFLAGS+set}"
ac_save_CFLAGS="$CFLAGS"
CFLAGS=
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
echo "configure:762: checking whether ${CC-cc} accepts -g" >&5
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  echo 'void f(){}' > conftest.c
if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  ac_cv_prog_cc_g=yes
else
  ac_cv_prog_cc_g=no
fi
rm -f conftest*

fi

echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
if test "$ac_test_CFLAGS" = set; then
  CFLAGS="$ac_save_CFLAGS"
elif test $ac_cv_prog_cc_g = yes; then
  if test "$GCC" = yes; then
    CFLAGS="-g -O2"
  else
    CFLAGS="-g"
  fi
else
  if test "$GCC" = yes; then
    CFLAGS="-O2"
  else
    CFLAGS=
  fi
fi

# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:796: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$RANLIB"; then
  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
else
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_RANLIB="ranlib"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
fi
fi
RANLIB="$ac_cv_prog_RANLIB"
if test -n "$RANLIB"; then
  echo "$ac_t""$RANLIB" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

ac_aux_dir=
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  if test -f $ac_dir/install-sh; then
    ac_aux_dir=$ac_dir
    ac_install_sh="$ac_aux_dir/install-sh -c"
    break
  elif test -f $ac_dir/install.sh; then
    ac_aux_dir=$ac_dir
    ac_install_sh="$ac_aux_dir/install.sh -c"
    break
  fi
done
if test -z "$ac_aux_dir"; then
  { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
fi
ac_config_guess=$ac_aux_dir/config.guess
ac_config_sub=$ac_aux_dir/config.sub
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.

# Find a good install program.  We prefer a C program (faster),
# so one script is as good as another.  But avoid the broken or
# incompatible versions:
# SysV /etc/install, /usr/sbin/install
# SunOS /usr/etc/install
# IRIX /sbin/install
# AIX /bin/install
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
echo "configure:854: checking for a BSD compatible install" >&5
if test -z "$INSTALL"; then
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
    IFS="${IFS= 	}"; ac_save_IFS="$IFS"; IFS=":"
  for ac_dir in $PATH; do
    # Account for people who put trailing slashes in PATH elements.
    case "$ac_dir/" in
    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
    *)
      # OSF1 and SCO ODT 3.0 have their own names for install.
      # Don't use installbsd from OSF since it installs stuff as root
      # by default.
      for ac_prog in ginstall scoinst install; do
        if test -f $ac_dir/$ac_prog; then
	  if test $ac_prog = install &&
            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
	    # AIX install.  It has an incompatible calling convention.
	    :
	  else
	    ac_cv_path_install="$ac_dir/$ac_prog -c"
	    break 2
	  fi
	fi
      done
      ;;
    esac
  done
  IFS="$ac_save_IFS"

fi
  if test "${ac_cv_path_install+set}" = set; then
    INSTALL="$ac_cv_path_install"
  else
    # As a last resort, use the slow shell script.  We don't cache a
    # path for INSTALL within a source directory, because that will
    # break other packages using the cache if that directory is
    # removed, or if the path is relative.
    INSTALL="$ac_install_sh"
  fi
fi
echo "$ac_t""$INSTALL" 1>&6

# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'

test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'

test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'


AR=ar
AS=as



echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
echo "configure:913: checking how to run the C preprocessor" >&5
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
  CPP=
fi
if test -z "$CPP"; then
if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
    # This must be in double quotes, not single quotes, because CPP may get
  # substituted into the Makefile and "${CC-cc}" will confuse make.
  CPP="${CC-cc} -E"
  # On the NeXT, cc -E runs the code through the compiler's parser,
  # not just through cpp.
  cat > conftest.$ac_ext <<EOF
#line 928 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:934: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
  :
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  CPP="${CC-cc} -E -traditional-cpp"
  cat > conftest.$ac_ext <<EOF
#line 945 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:951: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
  :
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  CPP="${CC-cc} -nologo -E"
  cat > conftest.$ac_ext <<EOF
#line 962 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:968: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
  :
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  CPP=/lib/cpp
fi
rm -f conftest*
fi
rm -f conftest*
fi
rm -f conftest*
  ac_cv_prog_CPP="$CPP"
fi
  CPP="$ac_cv_prog_CPP"
else
  ac_cv_prog_CPP="$CPP"
fi
echo "$ac_t""$CPP" 1>&6

echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
echo "configure:993: checking for ANSI C header files" >&5
if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 998 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <float.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
{ (eval echo configure:1006: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
  rm -rf conftest*
  ac_cv_header_stdc=yes
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  ac_cv_header_stdc=no
fi
rm -f conftest*

if test $ac_cv_header_stdc = yes; then
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat > conftest.$ac_ext <<EOF
#line 1023 "configure"
#include "confdefs.h"
#include <string.h>
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "memchr" >/dev/null 2>&1; then
  :
else
  rm -rf conftest*
  ac_cv_header_stdc=no
fi
rm -f conftest*

fi

if test $ac_cv_header_stdc = yes; then
  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat > conftest.$ac_ext <<EOF
#line 1041 "configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "free" >/dev/null 2>&1; then
  :
else
  rm -rf conftest*
  ac_cv_header_stdc=no
fi
rm -f conftest*

fi

if test $ac_cv_header_stdc = yes; then
  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
if test "$cross_compiling" = yes; then
  :
else
  cat > conftest.$ac_ext <<EOF
#line 1062 "configure"
#include "confdefs.h"
#include <ctype.h>
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
int main () { int i; for (i = 0; i < 256; i++)
if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
exit (0); }

EOF
if { (eval echo configure:1073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
  :
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  ac_cv_header_stdc=no
fi
rm -fr conftest*
fi

fi
fi

echo "$ac_t""$ac_cv_header_stdc" 1>&6
if test $ac_cv_header_stdc = yes; then
  cat >> confdefs.h <<\EOF
#define STDC_HEADERS 1
EOF

fi



echo $ac_n "checking for working const""... $ac_c" 1>&6
echo "configure:1099: checking for working const" >&5
if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 1104 "configure"
#include "confdefs.h"

int main() {

/* Ultrix mips cc rejects this.  */
typedef int charset[2]; const charset x;
/* SunOS 4.1.1 cc rejects this.  */
char const *const *ccp;
char **p;
/* NEC SVR4.0.2 mips cc rejects this.  */
struct point {int x, y;};
static struct point const zero = {0,0};
/* AIX XL C 1.02.0.0 rejects this.
   It does not let you subtract one const X* pointer from another in an arm
   of an if-expression whose if-part is not a constant expression */
const char *g = "string";
ccp = &g + (g ? g-g : 0);
/* HPUX 7.0 cc rejects these. */
++ccp;
p = (char**) ccp;
ccp = (char const *const *) p;
{ /* SCO 3.2v4 cc rejects this.  */
  char *t;
  char const *s = 0 ? (char *) 0 : (char const *) 0;

  *t++ = 0;
}
{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  int x[] = {25, 17};
  const int *foo = &x[0];
  ++foo;
}
{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  typedef const int *iptr;
  iptr p = 0;
  ++p;
}
{ /* AIX XL C 1.02.0.0 rejects this saying
     "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  struct s { int j; const int *ap[3]; };
  struct s *b; b->j = 5;
}
{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  const int foo = 10;
}

; return 0; }
EOF
if { (eval echo configure:1153: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  rm -rf conftest*
  ac_cv_c_const=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  ac_cv_c_const=no
fi
rm -f conftest*
fi

echo "$ac_t""$ac_cv_c_const" 1>&6
if test $ac_cv_c_const = no; then
  cat >> confdefs.h <<\EOF
#define const 
EOF

fi

echo $ac_n "checking for inline""... $ac_c" 1>&6
echo "configure:1174: checking for inline" >&5
if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
  cat > conftest.$ac_ext <<EOF
#line 1181 "configure"
#include "confdefs.h"

int main() {
} $ac_kw foo() {
; return 0; }
EOF
if { (eval echo configure:1188: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  rm -rf conftest*
  ac_cv_c_inline=$ac_kw; break
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
fi
rm -f conftest*
done

fi

echo "$ac_t""$ac_cv_c_inline" 1>&6
case "$ac_cv_c_inline" in
  inline | yes) ;;
  no) cat >> confdefs.h <<\EOF
#define inline 
EOF
 ;;
  *)  cat >> confdefs.h <<EOF
#define inline $ac_cv_c_inline
EOF
 ;;
esac

echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
echo "configure:1214: checking whether time.h and sys/time.h may both be included" >&5
if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
#line 1219 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/time.h>
#include <time.h>
int main() {
struct tm *tp;
; return 0; }
EOF
if { (eval echo configure:1228: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  rm -rf conftest*
  ac_cv_header_time=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  ac_cv_header_time=no
fi
rm -f conftest*
fi

echo "$ac_t""$ac_cv_header_time" 1>&6
if test $ac_cv_header_time = yes; then
  cat >> confdefs.h <<\EOF
#define TIME_WITH_SYS_TIME 1
EOF

fi


if test $ac_cv_prog_gcc = yes; then
    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
echo "configure:1251: checking whether ${CC-cc} needs -traditional" >&5
if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
    ac_pattern="Autoconf.*'x'"
  cat > conftest.$ac_ext <<EOF
#line 1257 "configure"
#include "confdefs.h"
#include <sgtty.h>
Autoconf TIOCGETP
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "$ac_pattern" >/dev/null 2>&1; then
  rm -rf conftest*
  ac_cv_prog_gcc_traditional=yes
else
  rm -rf conftest*
  ac_cv_prog_gcc_traditional=no
fi
rm -f conftest*


  if test $ac_cv_prog_gcc_traditional = no; then
    cat > conftest.$ac_ext <<EOF
#line 1275 "configure"
#include "confdefs.h"
#include <termio.h>
Autoconf TCGETA
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "$ac_pattern" >/dev/null 2>&1; then
  rm -rf conftest*
  ac_cv_prog_gcc_traditional=yes
fi
rm -f conftest*

  fi
fi

echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
  if test $ac_cv_prog_gcc_traditional = yes; then
    CC="$CC -traditional"
  fi
fi


echo $ac_n "checking for current directory""... $ac_c" 1>&6
echo "configure:1298: checking for current directory" >&5
SRCDIR=`/bin/pwd`

echo "$ac_t""$SRCDIR" 1>&6

echo $ac_n "checking cross compile""... $ac_c" 1>&6
echo "configure:1304: checking cross compile" >&5
# Check whether --with-cross or --without-cross was given.
if test "${with_cross+set}" = set; then
  withval="$with_cross"
  crossprefix="$withval"
else
  crossprefix=""
fi

CROSS_COMPILE="$crossprefix"

echo "$ac_t""$CROSS_COMPILE" 1>&6

if test "$crossprefix"; then
# modify CC, CPP and maybe some other variables. CC is set to
# e.g. /usr/local/bin/gcc by autoconf - this is then modified 
# to arm-linux-/usr/local/bin/gcc in Makefile.conf - that is bad - so
# cut the path out (but save optional params - e.g. gcc -E for CPP) 
echo $CC | grep ' ' >/dev/null && CC_save=`echo "$CC" | cut -d' ' -f2-` 
CC="`basename $CC` $CC_save"

echo $CPP | grep ' ' >/dev/null && CPP_save=`echo "$CPP" | cut -d' ' -f2-`
CPP="`basename $CPP` $CPP_save"
fi

echo $ac_n "checking for directory with kernel source""... $ac_c" 1>&6
echo "configure:1330: checking for directory with kernel source" >&5
# Check whether --with-kernel or --without-kernel was given.
if test "${with_kernel+set}" = set; then
  withval="$with_kernel"
  kerneldir="$withval"
else
  if test -d "/lib/modules/`uname -r`/build" -o -L "/lib/modules/`uname -r`/build"; then
    kerneldir="/lib/modules/`uname -r`/build"
  else
    kerneldir="/usr/src/linux"
  fi

fi

cat >> confdefs.h <<EOF
#define CONFIG_SND_KERNELDIR "$kerneldir"
EOF

CONFIG_SND_KERNELDIR="$kerneldir"

echo "$ac_t""$kerneldir" 1>&6

echo $ac_n "checking for kernel version""... $ac_c" 1>&6
echo "configure:1353: checking for kernel version" >&5
if ! test -r $CONFIG_SND_KERNELDIR/include/linux/version.h; then
  cat << EOF
The file $CONFIG_SND_KERNELDIR/include/linux/version.h does not exist.
Please, install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /usr/src/linux).
EOF
  exit 1
fi
ac_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
if eval "test \"`echo '$''{'kaversion'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
  kaversion=""
else
  cat > conftest.$ac_ext <<EOF
#line 1372 "configure"
#include "confdefs.h"

#include <stdio.h>
#include <ctype.h>
#include "$CONFIG_SND_KERNELDIR/include/linux/version.h"
int main()
{
 FILE *f;
 char kversion[128];
 char kpatchlevel[128];
 char ksublevel[128];
 char kextra[128];
 char *ptr, *dptr;
#ifdef UTS_RELEASE
 f=fopen("./conftestdata","w");
 if (f) {
   for (ptr = UTS_RELEASE, dptr = kversion; *ptr != '\0' && isdigit(*ptr); ptr++, dptr++)
     *dptr = *ptr;
   *dptr = '\0';
   if (*ptr == '.')
     ptr++;
   for (dptr = kpatchlevel; *ptr != '\0' && isdigit(*ptr); ptr++, dptr++)
     *dptr = *ptr;
   *dptr = '\0';
   if (*ptr == '.')
     ptr++;
   for (dptr = ksublevel; *ptr != '\0' && isdigit(*ptr); ptr++, dptr++)
     *dptr = *ptr;
   *dptr = '\0';
   for (dptr = kextra; *ptr != '\0'; ptr++, dptr++)
     *dptr = *ptr;
   *dptr = '\0';   
   fprintf(f,"%s:%s:%s:%s\n",kversion,kpatchlevel,ksublevel,kextra);
   fclose(f);
   }
 exit(0);
#else
 exit(1);
#endif
}
EOF
if { (eval echo configure:1414: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
  kaversion=`cat conftestdata`
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  kaversion=""
fi
rm -fr conftest*
fi

fi

CFLAGS="$ac_save_CFLAGS"
kversion=`echo $kaversion | cut -d : -f 1`
kpatchlevel=`echo $kaversion | cut -d : -f 2`
ksublevel=`echo $kaversion | cut -d : -f 3`
kextraversion=`echo $kaversion | cut -d : -f 4`
kversion=`expr $kversion + 0`
kpatchlevel=`expr $kpatchlevel + 0`
ksublevel=`expr $ksublevel + 0`
if test -z "$kversion" || test -z "$kpatchlevel" || test -z "$ksublevel"; then
  echo "failed (probably missing $CONFIG_SND_KERNELDIR/include/linux/version.h)"
  exit 1
fi
kaversion="$kversion.$kpatchlevel.$ksublevel$kextraversion"





echo "$ac_t""$kaversion" 1>&6

echo $ac_n "checking for GCC version""... $ac_c" 1>&6
echo "configure:1449: checking for GCC version" >&5
ac_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
if eval "test \"`echo '$''{'kernel_gcc'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
  kernel_compiler=""
else
  cat > conftest.$ac_ext <<EOF
#line 1459 "configure"
#include "confdefs.h"

#include <stdio.h>
#include <ctype.h>
#include "$CONFIG_SND_KERNELDIR/include/linux/compile.h"
int main()
{
 FILE *f;
 char compiler[128];
 char *ptr, *dptr;
#ifdef LINUX_COMPILER
 f=fopen("./conftestdata","w");
 if (f) {
   for (ptr = LINUX_COMPILER, dptr = compiler; *ptr != '\0' && *ptr != ' ' && *ptr != '\t'; ptr++, dptr++)
     *dptr = *ptr;
   if (*ptr != '\0' && (*ptr == ' ' || *ptr == '\t'))
     ptr++;
   if (!strncmp(ptr, "version", 7))
	ptr += 7;
   if (*ptr != '\0' && (*ptr == ' ' || *ptr == '\t'))
     ptr++;
   *dptr++ = ' ';
   for (; *ptr != '\0' && *ptr != '\n'; ptr++, dptr++)
     *dptr = *ptr;
   *dptr = '\t';
   *dptr = '\0';
   fprintf(f,"%s\n",compiler);
   fclose(f);
   }
 exit(0);
#else
 exit(1);
#endif
}
EOF
if { (eval echo configure:1495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
  kernel_compiler=`cat conftestdata`
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  kernel_compiler=""
fi
rm -fr conftest*
fi

fi

CFLAGS="$ac_save_CFLAGS"
my_compiler=`$CROSS_COMPILE$CC --version | head -n 1`
kernel_compiler_type=`echo $kernel_compiler | cut -d ' ' -f 1`
kernel_compiler_version=`echo $kernel_compiler | cut -d ' ' -f 2`
if test "${kernel_compiler_version:0:5}" = "egcs-"; then
  kernel_compiler_type="egcs"
  kernel_compiler_version=`echo ${kernel_compiler_version:5} | cut -d ' ' -f 1`
fi
if test "${my_compiler:0:4}" = "gcc-"; then
  my_compiler_type="gcc"
  my_compiler_version=`echo ${my_compiler:4} | cut -d ' ' -f 1`
else
  if test "${my_compiler:0:5}" = "egcs-"; then
    my_compiler_type="egcs"
    my_compiler_version=`echo ${my_compiler:5} | cut -d ' ' -f 1`
  else
    my_compiler_type=`echo $my_compiler | cut -d ' ' -f 1`
    my_compiler_version=`echo $my_compiler | cut -d ' ' -f 3`
  fi
fi
if test "$my_compiler_type" = "$my_compiler_version"; then
  my_compiler_type="gcc"
fi
echo "$ac_t""Kernel compiler: $kernel_compiler Used compiler: $my_compiler" 1>&6;
if test -z "$kernel_compiler"; then
  echo
  echo "*** NO PREDEFINED KERNEL COMPILER IS DETECTED"
  echo "*** Assuming the same compiler is used with the current system compiler."
  echo
  echo "*** Please make sure that the same compiler version was used for building kernel."
  echo
else
if test "$my_compiler_type" != "$kernel_compiler_type"; then
  echo "Fatal error: Compiler type does not match"
  echo "Decoded kernel compiler: type=$kernel_compiler_type version=$kernel_compiler_version"
  echo "Decoded used compiler: type=$my_compiler_type version=$my_compiler_version"
  echo "Please, send ./configure output to <alsa-devel@alsa-project.org>"
  # exit 1
fi
if test "$my_compiler_type" = "gcc" ; then
  kernel_major=`echo $kernel_compiler_version | cut -d '.' -f 1`
  my_major=`echo $kernel_compiler_version | cut -d '.' -f 1`
  if test $kernel_major -eq 2 -a $my_major -eq 3 ; then
    echo "Fatal error: Kernel is compiled with GCC 2.x and you are trying to use GCC 3.x."
    echo "             These two version of GCC are incompatible for binary code."
    exit 1
  fi
  if test $kernel_major -eq 3 -a $my_major -eq 2 ; then
    echo "Fatal error: Kernel is compiled with GCC 3.x and you are trying to use GCC 2.x."
    echo "             These two version of GCC are incompatible for binary code."
    exit 1
  fi
fi
fi








  echo $ac_n "checking for kernel linux/pm.h""... $ac_c" 1>&6
echo "configure:1572: checking for kernel linux/pm.h" >&5
  if test -f "$CONFIG_SND_KERNELDIR/include/linux/pm.h"; then
    echo "$ac_t"""yes"" 1>&6
    if test -f include/linux/pm.h; then
      echo "Removing a dummy linux/pm.h."
      rm -f include/linux/pm.h
    fi
  else
    echo "$ac_t"""no"" 1>&6
    if test ! -f include/linux/pm.h; then
      echo "Creating a dummy <linux/pm.h>..."
      mkdir -p include/linux
      touch include/linux/pm.h
    fi
  fi


  echo $ac_n "checking for kernel linux/spinlock.h""... $ac_c" 1>&6
echo "configure:1590: checking for kernel linux/spinlock.h" >&5
  if test -f "$CONFIG_SND_KERNELDIR/include/linux/spinlock.h"; then
    echo "$ac_t"""yes"" 1>&6
    if test -f include/linux/spinlock.h; then
      echo "Removing a dummy linux/spinlock.h."
      rm -f include/linux/spinlock.h
    fi
  else
    echo "$ac_t"""no"" 1>&6
    if test ! -f include/linux/spinlock.h; then
      echo "Creating a dummy <linux/spinlock.h>..."
      mkdir -p include/linux
      touch include/linux/spinlock.h
    fi
  fi


  echo $ac_n "checking for kernel linux/irq.h""... $ac_c" 1>&6
echo "configure:1608: checking for kernel linux/irq.h" >&5
  if test -f "$CONFIG_SND_KERNELDIR/include/linux/irq.h"; then
    echo "$ac_t"""yes"" 1>&6
    if test -f include/linux/irq.h; then
      echo "Removing a dummy linux/irq.h."
      rm -f include/linux/irq.h
    fi
  else
    echo "$ac_t"""no"" 1>&6
    if test ! -f include/linux/irq.h; then
      echo "Creating a dummy <linux/irq.h>..."
      mkdir -p include/linux
      touch include/linux/irq.h
    fi
  fi


  echo $ac_n "checking for kernel linux/threads.h""... $ac_c" 1>&6
echo "configure:1626: checking for kernel linux/threads.h" >&5
  if test -f "$CONFIG_SND_KERNELDIR/include/linux/threads.h"; then
    echo "$ac_t"""yes"" 1>&6
    if test -f include/linux/threads.h; then
      echo "Removing a dummy linux/threads.h."
      rm -f include/linux/threads.h
    fi
  else
    echo "$ac_t"""no"" 1>&6
    if test ! -f include/linux/threads.h; then
      echo "Creating a dummy <linux/threads.h>..."
      mkdir -p include/linux
      touch include/linux/threads.h
    fi
  fi


  echo $ac_n "checking for kernel linux/rwsem.h""... $ac_c" 1>&6
echo "configure:1644: checking for kernel linux/rwsem.h" >&5
  if test -f "$CONFIG_SND_KERNELDIR/include/linux/rwsem.h"; then
    echo "$ac_t"""yes"" 1>&6
    if test -f include/linux/rwsem.h; then
      echo "Removing a dummy linux/rwsem.h."
      rm -f include/linux/rwsem.h
    fi
  else
    echo "$ac_t"""no"" 1>&6
    if test ! -f include/linux/rwsem.h; then
      echo "Creating a dummy <linux/rwsem.h>..."
      mkdir -p include/linux
      touch include/linux/rwsem.h
    fi
  fi


  echo $ac_n "checking for kernel linux/gameport.h""... $ac_c" 1>&6
echo "configure:1662: checking for kernel linux/gameport.h" >&5
  if test -f "$CONFIG_SND_KERNELDIR/include/linux/gameport.h"; then
    echo "$ac_t"""yes"" 1>&6
    if test -f include/linux/gameport.h; then
      echo "Removing a dummy linux/gameport.h."
      rm -f include/linux/gameport.h
    fi
  else
    echo "$ac_t"""no"" 1>&6
    if test ! -f include/linux/gameport.h; then
      echo "Creating a dummy <linux/gameport.h>..."
      mkdir -p include/linux
      touch include/linux/gameport.h
    fi
  fi


  echo $ac_n "checking for kernel linux/devfs_fs_kernel.h""... $ac_c" 1>&6
echo "configure:1680: checking for kernel linux/devfs_fs_kernel.h" >&5
  if test -f "$CONFIG_SND_KERNELDIR/include/linux/devfs_fs_kernel.h"; then
    echo "$ac_t"""yes"" 1>&6
    if test -f include/linux/devfs_fs_kernel.h; then
      echo "Removing a dummy linux/devfs_fs_kernel.h."
      rm -f include/linux/devfs_fs_kernel.h
    fi
  else
    echo "$ac_t"""no"" 1>&6
    if test ! -f include/linux/devfs_fs_kernel.h; then
      echo "Creating a dummy <linux/devfs_fs_kernel.h>..."
      mkdir -p include/linux
      touch include/linux/devfs_fs_kernel.h
    fi
  fi


  echo $ac_n "checking for kernel linux/highmem.h""... $ac_c" 1>&6
echo "configure:1698: checking for kernel linux/highmem.h" >&5
  if test -f "$CONFIG_SND_KERNELDIR/include/linux/highmem.h"; then
    echo "$ac_t"""yes"" 1>&6
    if test -f include/linux/highmem.h; then
      echo "Removing a dummy linux/highmem.h."
      rm -f include/linux/highmem.h
    fi
  else
    echo "$ac_t"""no"" 1>&6
    if test ! -f include/linux/highmem.h; then
      echo "Creating a dummy <linux/highmem.h>..."
      mkdir -p include/linux
      touch include/linux/highmem.h
    fi
  fi


  echo $ac_n "checking for kernel linux/workqueue.h""... $ac_c" 1>&6
echo "configure:1716: checking for kernel linux/workqueue.h" >&5
  if test -f "$CONFIG_SND_KERNELDIR/include/linux/workqueue.h"; then
    echo "$ac_t"""yes"" 1>&6
    if test -f include/linux/workqueue.h; then
      echo "Removing a dummy linux/workqueue.h."
      rm -f include/linux/workqueue.h
    fi
  else
    echo "$ac_t"""no"" 1>&6
    if test ! -f include/linux/workqueue.h; then
      echo "Creating a dummy <linux/workqueue.h>..."
      mkdir -p include/linux
      touch include/linux/workqueue.h
    fi
  fi

if test ! -f include/linux/workqueue.h; then
  if test "$kversion.$kpatchlevel.$ksublevel" = "2.4.20"; then
    
  boolvar=RED_HAT_LINUX_KERNEL
  echo $ac_n "checking for redhat kernel""... $ac_c" 1>&6
echo "configure:1737: checking for redhat kernel" >&5
  ac_save_CFLAGS="$CFLAGS"
  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
  boolchk=""
  if test "$cross_compiling" = yes; then
  echo "$ac_t"""unknown"" 1>&6;boolchk=""
  
else
  cat > conftest.$ac_ext <<EOF
#line 1746 "configure"
#include "confdefs.h"

#include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
int main( void ) {
#ifndef $boolvar
  exit(1);
#else
  exit(0);
#endif
}

EOF
if { (eval echo configure:1759: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
  echo "$ac_t"""yes"" 1>&6;boolchk="y"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  echo "$ac_t"""no"" 1>&6;boolchk=""
fi
rm -fr conftest*
fi

  CFLAGS="$ac_save_CFLAGS"
  eval $boolvar="$boolchk"

    if test $RED_HAT_LINUX_KERNEL = y; then
      echo "It looks like you're using a RedHat 9 kernel."
      echo "Disabling their incomplete workqueue.h modification."
      mkdir -p include/linux
      touch include/linux/workqueue.h
    fi
  fi
fi

  echo $ac_n "checking for kernel asm/hw_irq.h""... $ac_c" 1>&6
echo "configure:1784: checking for kernel asm/hw_irq.h" >&5
  if test -f "$CONFIG_SND_KERNELDIR/include/asm/hw_irq.h"; then
    echo "$ac_t"""yes"" 1>&6
    if test -f include/asm/hw_irq.h; then
      echo "Removing a dummy asm/hw_irq.h."
      rm -f include/asm/hw_irq.h
    fi
  else
    echo "$ac_t"""no"" 1>&6
    if test ! -f include/asm/hw_irq.h; then
      echo "Creating a dummy <asm/hw_irq.h>..."
      mkdir -p include/linux
      touch include/asm/hw_irq.h
    fi
  fi


  echo $ac_n "checking for kernel linux/jiffies.h""... $ac_c" 1>&6
echo "configure:1802: checking for kernel linux/jiffies.h" >&5
  if test -f "$CONFIG_SND_KERNELDIR/include/linux/jiffies.h"; then
    echo "$ac_t"""yes"" 1>&6
    if test -f include/linux/jiffies.h; then
      echo "Removing a dummy linux/jiffies.h."
      rm -f include/linux/jiffies.h
    fi
  else
    echo "$ac_t"""no"" 1>&6
    if test ! -f include/linux/jiffies.h; then
      echo "Creating a dummy <linux/jiffies.h> which points to <linux/sched.h>..."
      mkdir -p include/linux
      echo "#include <linux/sched.h>" > include/linux/jiffies.h
    fi
  fi


  echo $ac_n "checking for kernel linux/adb.h""... $ac_c" 1>&6
echo "configure:1820: checking for kernel linux/adb.h" >&5
  if test -f "$CONFIG_SND_KERNELDIR/include/linux/adb.h"; then
    echo "$ac_t"""yes"" 1>&6
    if test -f include/linux/adb.h; then
      echo "Removing a dummy linux/adb.h."
      rm -f include/linux/adb.h
    fi
  else
    echo "$ac_t"""no"" 1>&6
    if test ! -f include/linux/adb.h; then
      echo "Creating a dummy <linux/adb.h> which points to <asm/adb.h>..."
      mkdir -p include/linux
      echo "#include <asm/adb.h>" > include/linux/adb.h
    fi
  fi


  echo $ac_n "checking for kernel linux/cuda.h""... $ac_c" 1>&6
echo "configure:1838: checking for kernel linux/cuda.h" >&5
  if test -f "$CONFIG_SND_KERNELDIR/include/linux/cuda.h"; then
    echo "$ac_t"""yes"" 1>&6
    if test -f include/linux/cuda.h; then
      echo "Removing a dummy linux/cuda.h."
      rm -f include/linux/cuda.h
    fi
  else
    echo "$ac_t"""no"" 1>&6
    if test ! -f include/linux/cuda.h; then
      echo "Creating a dummy <linux/cuda.h> which points to <asm/cuda.h>..."
      mkdir -p include/linux
      echo "#include <asm/cuda.h>" > include/linux/cuda.h
    fi
  fi


  echo $ac_n "checking for kernel linux/pmu.h""... $ac_c" 1>&6
echo "configure:1856: checking for kernel linux/pmu.h" >&5
  if test -f "$CONFIG_SND_KERNELDIR/include/linux/pmu.h"; then
    echo "$ac_t"""yes"" 1>&6
    if test -f include/linux/pmu.h; then
      echo "Removing a dummy linux/pmu.h."
      rm -f include/linux/pmu.h
    fi
  else
    echo "$ac_t"""no"" 1>&6
    if test ! -f include/linux/pmu.h; then
      echo "Creating a dummy <linux/pmu.h> which points to <asm/pmu.h>..."
      mkdir -p include/linux
      echo "#include <asm/pmu.h>" > include/linux/pmu.h
    fi
  fi



  boolvar=CONFIG_MODVERSIONS
  echo $ac_n "checking for kernel module symbol versions""... $ac_c" 1>&6
echo "configure:1876: checking for kernel module symbol versions" >&5
  ac_save_CFLAGS="$CFLAGS"
  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
  boolchk=""
  if test "$cross_compiling" = yes; then
  echo "$ac_t"""unknown"" 1>&6;boolchk=""
  
else
  cat > conftest.$ac_ext <<EOF
#line 1885 "configure"
#include "confdefs.h"

#include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
int main( void ) {
#ifndef $boolvar
  exit(1);
#else
  exit(0);
#endif
}

EOF
if { (eval echo configure:1898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
  echo "$ac_t"""yes"" 1>&6;boolchk="y"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  echo "$ac_t"""no"" 1>&6;boolchk=""
fi
rm -fr conftest*
fi

  CFLAGS="$ac_save_CFLAGS"
  eval $boolvar="$boolchk"

CONFIG_SND_MVERSION=$CONFIG_MODVERSIONS

GENKSYMS="/sbin/genksyms -k $kversion.$kpatchlevel.$ksublevel"


  boolvar=CONFIG_PCI
  echo $ac_n "checking for PCI support in kernel""... $ac_c" 1>&6
echo "configure:1920: checking for PCI support in kernel" >&5
  ac_save_CFLAGS="$CFLAGS"
  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
  boolchk=""
  if test "$cross_compiling" = yes; then
  echo "$ac_t"""unknown"" 1>&6;boolchk=""
  
else
  cat > conftest.$ac_ext <<EOF
#line 1929 "configure"
#include "confdefs.h"

#include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
int main( void ) {
#ifndef $boolvar
  exit(1);
#else
  exit(0);
#endif
}

EOF
if { (eval echo configure:1942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
  echo "$ac_t"""yes"" 1>&6;boolchk="y"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  echo "$ac_t"""no"" 1>&6;boolchk=""
fi
rm -fr conftest*
fi

  CFLAGS="$ac_save_CFLAGS"
  eval $boolvar="$boolchk"



echo $ac_n "checking for SGI/MIPS (HAL2) architecture""... $ac_c" 1>&6
echo "configure:1960: checking for SGI/MIPS (HAL2) architecture" >&5
CONFIG_SGI=""
if test -r "$CONFIG_SND_KERNELDIR/include/asm/sgi/sgihpc.h"; then
  CONFIG_SGI="y"
fi
if test "$CONFIG_SGI" = "y"; then
  echo "$ac_t"""yes"" 1>&6
else
  echo "$ac_t"""no"" 1>&6
fi



echo $ac_n "checking for directory to store kernel modules""... $ac_c" 1>&6
echo "configure:1974: checking for directory to store kernel modules" >&5
# Check whether --with-moddir or --without-moddir was given.
if test "${with_moddir+set}" = set; then
  withval="$with_moddir"
  moddir="$withval"
else
  moddir_tree=
  modsubdir="misc"
# Special test for RH 5.1
  if test -d /lib/modules/preferred; then
    moddir="/lib/modules/preferred/misc"
  else
    if test -d /lib/modules/$kaversion/kernel; then
      modsubdir="kernel/sound"
      moddir="/lib/modules/$kaversion/$modsubdir"
      moddir_tree=y
    else
      moddir="/lib/modules/$kaversion/misc"
    fi
  fi

fi




echo "$ac_t""$moddir" 1>&6

echo $ac_n "checking for verbose printk""... $ac_c" 1>&6
echo "configure:2003: checking for verbose printk" >&5
# Check whether --enable-verbose-printk or --disable-verbose-printk was given.
if test "${enable_verbose_printk+set}" = set; then
  enableval="$enable_verbose_printk"
  verbose_printk="$enableval"
else
  verbose_printk="yes"
fi

case "$verbose_printk" in
  yes)
    cat >> confdefs.h <<\EOF
#define CONFIG_SND_VERBOSE_PRINTK 1
EOF

    echo "$ac_t""on" 1>&6
    ;;
  *)
    echo "$ac_t""off" 1>&6
    ;;
esac


echo $ac_n "checking for debug level""... $ac_c" 1>&6
echo "configure:2027: checking for debug level" >&5
# Check whether --with-debug or --without-debug was given.
if test "${with_debug+set}" = set; then
  withval="$with_debug"
  debug="$withval"
else
  debug="none"
fi

case "$debug" in
  basic)
    echo "$ac_t""basic" 1>&6
    cat >> confdefs.h <<\EOF
#define CONFIG_SND_DEBUG 1
EOF

    ;;
  memory)
    echo "$ac_t""memory" 1>&6
    cat >> confdefs.h <<\EOF
#define CONFIG_SND_DEBUG 1
EOF

    cat >> confdefs.h <<\EOF
#define CONFIG_SND_DEBUG_MEMORY 1
EOF

    ;;
  full)
    echo "$ac_t""full" 1>&6
    cat >> confdefs.h <<\EOF
#define CONFIG_SND_DEBUG 1
EOF

    cat >> confdefs.h <<\EOF
#define CONFIG_SND_DEBUG_MEMORY 1
EOF

    cat >> confdefs.h <<\EOF
#define CONFIG_SND_DEBUG_FULL 1
EOF

    ;;    
  detect)
    echo "$ac_t""detect" 1>&6
    cat >> confdefs.h <<\EOF
#define CONFIG_SND_DEBUG 1
EOF

    cat >> confdefs.h <<\EOF
#define CONFIG_SND_DEBUG_MEMORY 1
EOF

    cat >> confdefs.h <<\EOF
#define CONFIG_SND_DEBUG_FULL 1
EOF

    cat >> confdefs.h <<\EOF
#define CONFIG_SND_DEBUG_DETECT 1
EOF

    ;;
  *)
    echo "$ac_t""none" 1>&6
    ;;
esac

if test $kpatchlevel -ge 3; then

  boolvar=CONFIG_ISA
  echo $ac_n "checking for ISA support in kernel""... $ac_c" 1>&6
echo "configure:2098: checking for ISA support in kernel" >&5
  ac_save_CFLAGS="$CFLAGS"
  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
  boolchk=""
  if test "$cross_compiling" = yes; then
  echo "$ac_t"""unknown"" 1>&6;boolchk=""
  
else
  cat > conftest.$ac_ext <<EOF
#line 2107 "configure"
#include "confdefs.h"

#include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
int main( void ) {
#ifndef $boolvar
  exit(1);
#else
  exit(0);
#endif
}

EOF
if { (eval echo configure:2120: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
  echo "$ac_t"""yes"" 1>&6;boolchk="y"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  echo "$ac_t"""no"" 1>&6;boolchk=""
fi
rm -fr conftest*
fi

  CFLAGS="$ac_save_CFLAGS"
  eval $boolvar="$boolchk"

else
CONFIG_ISA=probe
fi

echo $ac_n "checking for processor type""... $ac_c" 1>&6
echo "configure:2140: checking for processor type" >&5
CONFIG_X86=
CONFIG_ALPHA=
CONFIG_L3=
CONFIG_ARM=
CONFIG_PPC=
CONFIG_SND_BIT32_EMUL=
processor=""
rm -f processor.id
ac_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
if test "$cross_compiling" = yes; then
  echo "$ac_t"""unknown"" 1>&6;processor=""

else
  cat > conftest.$ac_ext <<EOF
#line 2156 "configure"
#include "confdefs.h"

#include <stdio.h>
#include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
int main(void) {
	FILE *file = fopen("processor.id", "w+");
	if (file == NULL)
		exit(1);
#if defined(CONFIG_M386)
	fprintf(file, "i386");
#elif defined(CONFIG_M486)
	fprintf(file, "i486");
#elif defined(CONFIG_M586)
	fprintf(file, "i586");
#elif defined(CONFIG_M586TSC)
	fprintf(file, "i586tsc");
#elif defined(CONFIG_M586MMX)
	fprintf(file, "i586mmx");
#elif defined(CONFIG_M686) || defined(CONFIG_MPENTIUMIII) || defined(CONFIG_MPENTIUM4)
	fprintf(file, "i686");
#elif defined(CONFIG_MK6)
	fprintf(file, "k6");
#elif defined(CONFIG_MK7)
	fprintf(file, "k7");
#elif defined(CONFIG_MCRUSOE)
	fprintf(file, "crusoe");
#elif defined(CONFIG_MWINCHIPC6) || defined(CONFIG_MWINCHIP2) || defined(CONFIG_MWINCHIP3D)
	fprintf(file, "mwinchip");
#elif defined(CONFIG_MCYRIXIII)
	fprintf(file, "mcyrixiii");
#elif defined(CONFIG_IA64)
	fprintf(file, "ia64");
#elif defined(CONFIG_ALPHA_GENERIC)
	fprintf(file, "alpha_generic");
#elif defined(CONFIG_ALPHA_SX164)
	fprintf(file, "alpha_sx164");
#elif defined(CONFIG_ALPHA_PYXIS)
	fprintf(file, "alpha_pyxis");
#elif defined(CONFIG_ALPHA_POLARIS)
	fprintf(file, "alpha_polaris");
#elif defined(CONFIG_EV4) || defined(CONFIG_ALPHA_EV4)
	fprintf(file, "alpha_ev4");
#elif defined(CONFIG_EV5) || defined(CONFIG_ALPHA_EV5)
	fprintf(file, "alpha_ev5");
#elif defined(CONFIG_EV6) || defined(CONFIG_ALPHA_EV6)
	fprintf(file, "alpha_ev6");
#elif defined(CONFIG_ALPHA_NONAME) || defined(CONFIG_ALPHA)
	fprintf(file, "alpha_noname");
#elif defined(CONFIG_PPC64)
	fprintf(file, "ppc64");
#elif defined(CONFIG_PPC)
	fprintf(file, "ppc");
#elif defined(CONFIG_CPU_R3000) || defined(CONFIG_CPU_R6000)
	fprintf(file, "mips");
#elif defined(CONFIG_CPU_R4300) || defined(CONFIG_CPU_R4X00)
	fprintf(file, "mips");
#elif defined(CONFIG_CPU_R5000) || defined(CONFIG_CPU_NEVADA)
	fprintf(file, "mips");
#elif defined(CONFIG_CPU_R8000) || defined(CONFIG_CPU_R10000)
	fprintf(file, "mips");
#elif defined(CONFIG_SPARC32)
	fprintf(file, "sparc");
#elif defined(CONFIG_SPARC64)
	fprintf(file, "sparc64");
#elif defined(CONFIG_X86_64)
	fprintf(file, "x86_64");
#elif defined(CONFIG_ARCH_SA1100)
	fprintf(file, "sa1100");
#elif defined(CONFIG_ARCH_PXA)
	fprintf(file, "pxa");
#elif defined(CONFIG_PARISC)
	fprintf(file, "parisc");
#else
	fclose(file);
	exit(1);
#endif
	fclose(file);
	exit(0);
}

EOF
if { (eval echo configure:2238: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
  processor=`cat processor.id`;echo "$ac_t""$processor" 1>&6
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  echo "$ac_t"""unknown"" 1>&6;processor=""
fi
rm -fr conftest*
fi

CFLAGS="$ac_save_CFLAGS"
rm -f processor.id
c_opts=""
LD=ld
case "$processor" in
  i386*)
    c_opts="-march=i386"
    ;;
  i486*)
    c_opts="-march=i486"
    ;;
  i586* | mwinchip)
    c_opts="-march=i586"
    ;;
  i686*)
    c_opts="-march=i686"
    ;;
  k6)
    if $CC -march=k6  -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then
      c_opts="-march=k6"
    else
      c_opts="-march=i586"
    fi
    ;;
  k7)
    if $CC -march=athlon -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then
      c_opts="-march=athlon"
    else
      if $CC -falign-functions=0 -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then
        c_opts="-march=i686 -falign-functions=4"
      else
	c_opts="-march=i686 -malign-functions=4"
      fi
    fi
    ;;
  crusoe)
    if $CC -falign-functions=0 -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then
      c_opts="-march=i686 -falign-functions=0 -falign-jumps=0 -falign-loops=0"
    else
      c_opts="-march=i686 -malign-functions=0 -malign-jumps=0 -malign-loops=0"
    fi
    ;;
  mcyrixiii)
    if $CC -march=c3 -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then
      c_opts="-march=c3"
    else
      c_opts="-march=i486"
    fi
    if $CC -falign-functions=0 -falign-jumps=0 -falign-loops=0 -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then
      c_opts="$c_opts -falign-functions=0 -falign-jumps=0 -falign-loops=0"
    else
      c_opts="$c_opts -malign-functions=0 -malign-jumps=0 -malign-loops=0"
    fi
    ;;
  ia64)
    c_opts="-Wa,-x -ffixed-r13 -mfixed-range=f10-f15,f32-f127 -funwind-tables -falign-functions=32"
    test "$CONFIG_ISA" = "probe" && CONFIG_ISA=
    CONFIG_IA64=y
    ;;
  alpha*)
    c_opts="-mno-fp-regs -ffixed-8"
    if $CC -mcpu=pca56 -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then
      have_pca56=yes
    fi
    if $CC -mcpu=ev5 -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then
      case "$processor" in
      alpha_generic)
        c_opts="$c_opts -mcpu=ev5"
        ;;
      alpha_sx164|alpha_polaris)
	if test x$have_pca56 = xyes; then
          c_opts="$c_opts -mcpu=pca56"
	else
          c_opts="$c_opts -mcpu=ev56"
        fi
	;;
      alpha_pyxis)
        c_opts="$c_opts -mcpu=ev56"
        ;;
      alpha_ev4)
        c_opts="$c_opts -mcpu=ev4"
        ;;
      alpha_ev6)
        if $CC -mcpu=ev6 -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then
	  c_opts="$c_opts -mcpu=ev6"
	elif test x$have_pca56 = xyes; then
	  c_opts="$c_opts -mcpu=pca56"
        else
	  c_opts="$c_opts -mcpu=ev56"
        fi
        ;;
      esac
    fi
    c_opts="$c_opts -Wa,-mev6"
    processor="alpha"
    CONFIG_ALPHA=y
    ;;
  ppc)
    c_opts="-D__powerpc__ -fsigned-char -fno-builtin -msoft-float -ffixed-r2 -Wno-uninitialized -mmultiple -mstring"
    CONFIG_PPC=y
    test "$CONFIG_ISA" = "probe" && CONFIG_ISA=
    ;;
  ppc64)
    c_opts="-D__powerpc__ -fsigned-char -msoft-float -Wno-uninitialized -mminimal-toc -fno-builtin"
    CONFIG_SND_BIT32_EMUL=m
    test "$CONFIG_ISA" = "probe" && CONFIG_ISA=
    ;;
  mips*)
    c_opts="-mcpu=r4600 -G 0 -mips2 -fno-pic -mno-abicalls -mlong-calls"
    processor="mips"
    test "$CONFIG_ISA" = "probe" && CONFIG_ISA=
    ;;
  sparc)
    IS_EGCS=n
    NEW_GAS=n
    test $CC -m32 -S -o /dev/null -xc /dev/null >/dev/null 2>&1 && IS_EGCS=y
    test $LD --version 2>&1 | grep 'elf64_sparc' > /dev/null && NEW_GAS=y
    if test $NEW_GAS = y; then
      LD="$LD -m elf32_sparc"
    fi
    if test $IS_EGCS = y; then
      c_opts="-mno-fpu -fcall-used-g5 -fcall-used-g7"
    else
      c_opts="-m32 -mno-fpu -fcall-used-g5 -fcall-used-g7"
    fi
    processor="sparc";
    test "$CONFIG_ISA" = "probe" && CONFIG_ISA=
    ;;
  sparc64)
    CC=gcc
    test gcc -m64 -S -o /dev/null -xc /dev/null >/dev/null 2>&1 || CC=sparc64-linux-gcc
    NEW_GCC=n
    NEW_GAS=n
    CC_UNDECL=""
    $CC -m64 -mcmodel=medlow -S -o /dev/null -xc /dev/null >/dev/null 2>&1 && NEW_GCC=y
    $LD --version 2>&1 | grep 'elf64_sparc' > /dev/null && NEW_GAS=y
    $CC -c -x assembler /dev/null -Wa,--help | grep undeclared-regs > /dev/null || CC_UNDECL="-Wa,--undeclared-regs"
    if test $NEW_GAS != y; then
      LD=sparc64-linux-ld
    else
      LD="$LD -m elf64_sparc"
    fi
    if test $NEW_GCC=y; then
      c_opts="-m64 -mno-fpu -mcpu=ultrasparc -mcmodel=medlow -ffixed-g4 -fcall-used-g5 -fcall-used-g7 -Wno-sign-compare $CC_UNDECL"
    else
      c_opts="-mno-fpu -mtune=ultrasparc -mmedlow -ffixed-g4 -fcall-used-g5 -fcall-used-g7 -Wno-sign-compare"
    fi
    processor="sparc64"
    CONFIG_SND_BIT32_EMUL=m
    test "$CONFIG_ISA" = "probe" && CONFIG_ISA=
    ;;
  x86_64)
    LD="ld -m elf_x86_64 -e stext"
    c_opts="-mno-red-zone -mcmodel=kernel -fno-reorder-blocks -fno-strength-reduce -finline-limit=2000"
    CONFIG_SND_BIT32_EMUL=m
    test "$CONFIG_ISA" = "probe" && CONFIG_ISA=
    ;;
  sa1100)
    c_opts="-march=armv4 -mtune=strongarm1100 -msoft-float"
    CONFIG_ARM=y
    CONFIG_L3=y
    test "$CONFIG_ISA" = "probe" && CONFIG_ISA=
    ;;
  pxa)
    c_opts="-O2 -mapcs-32 -mcpu=xscale -mtune=xscale -mshort-load-bytes -msoft-float"
    CONFIG_ARM=y
    CONFIG_L3=y
    test "$CONFIG_ISA" = "probe" && CONFIG_ISA=
    ;;
  parisc)
    c_opts="-mno-space-regs -mfast-indirect-calls -mschedule=7200 -mdisable-fpregs"
    test "$CONFIG_ISA" = "probe" && CONFIG_ISA=
    ;;
  *)
    processor="unknown"
    test "$CONFIG_ISA" = "probe" && CONFIG_ISA=
    ;;
esac

case "$processor" in
  i?86*|k?|crusoe|mcyrixiii|mwinchip)
    if $CC -mpreferred-stack-boundary=2 -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then
      c_opts="-mpreferred-stack-boundary=2 $c_opts"
      CONFIG_X86=y
    fi
    if test -d $CONFIG_SND_KERNELDIR/include/asm-i386/mach-default; then
	echo $ac_n "checking for i386 machine type""... $ac_c" 1>&6
echo "configure:2437: checking for i386 machine type" >&5
	machine="default"
	ac_save_CFLAGS="$CFLAGS"
	CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
	rm -f machine.id
	if test "$cross_compiling" = yes; then
    { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
else
  cat > conftest.$ac_ext <<EOF
#line 2446 "configure"
#include "confdefs.h"

#include <stdio.h>
#include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
int main(void) {
	FILE *file = fopen("machine.id", "w+");
	if (file == NULL)
		exit(1);
#if defined(CONFIG_X86_VOYAGER)
	fprintf(file, "voyager");
#elif defined(CONFIG_X86_VISWS)
	fprintf(file, "visws");
#elif defined(CONFIG_X86_NUMAQ)
	fprintf(file, "numaq");
#elif defined(CONFIG_X86_BIGSMP)
	fprintf(file, "bigsmp");
#elif defined(CONFIG_X86_SUMMIT)
	fprintf(file, "summit");
#elif defined(CONFIG_X86_PC9800)
	fprintf(file, "pc9800");
#else
	fprintf(file, "default");
#endif
	fclose(file);
	exit(0);
}

EOF
if { (eval echo configure:2475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
  machine=`cat machine.id`;echo "$ac_t""$machine" 1>&6
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
fi
rm -fr conftest*
fi

	CFLAGS="$ac_save_CFLAGS"
	rm -f machine.id
	c_opts="$c_opts -I\$(CONFIG_SND_KERNELDIR)/include/asm-i386/mach-$machine"
    fi
    ;;
esac

test "$CONFIG_ISA" = "probe" && CONFIG_ISA=y

c_opts="-O2 $c_opts"










test "$CONFIG_ISA" = "y" && cat >> confdefs.h <<\EOF
#define CONFIG_SND_ISA 1
EOF

test "$CONFIG_SND_BIT32_EMUL" = "m" && cat >> confdefs.h <<\EOF
#define CONFIG_SND_BIT32_EMUL_MODULE 1
EOF



  boolvar=CONFIG_SMP
  echo $ac_n "checking for SMP""... $ac_c" 1>&6
echo "configure:2517: checking for SMP" >&5
  ac_save_CFLAGS="$CFLAGS"
  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
  boolchk=""
  if test "$cross_compiling" = yes; then
  echo "$ac_t"""unknown"" 1>&6;boolchk=""
  
else
  cat > conftest.$ac_ext <<EOF
#line 2526 "configure"
#include "confdefs.h"

#include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
int main( void ) {
#ifndef $boolvar
  exit(1);
#else
  exit(0);
#endif
}

EOF
if { (eval echo configure:2539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
  echo "$ac_t"""yes"" 1>&6;boolchk="y"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  echo "$ac_t"""no"" 1>&6;boolchk=""
fi
rm -fr conftest*
fi

  CFLAGS="$ac_save_CFLAGS"
  eval $boolvar="$boolchk"

if test "$CONFIG_SMP" = "y"; then
  GENKSYMS="$GENKSYMS -p smp_"
  c_opts="$c_opts -D__SMP__ -DCONFIG_SMP"
  msmp=1
else
  msmp=""
fi


echo $ac_n "checking for ISA PnP driver in kernel""... $ac_c" 1>&6
echo "configure:2564: checking for ISA PnP driver in kernel" >&5
CONFIG_ISAPNP_KERNEL=
if test -r $CONFIG_SND_KERNELDIR/include/linux/isapnp.h; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define CONFIG_ISAPNP_KERNEL 1
EOF

  CONFIG_ISAPNP_KERNEL=y
else
  echo "$ac_t""no" 1>&6  
fi


echo $ac_n "checking for PnP driver in kernel""... $ac_c" 1>&6
echo "configure:2579: checking for PnP driver in kernel" >&5
CONFIG_PNP_KERNEL=
if test -r $CONFIG_SND_KERNELDIR/include/linux/pnp.h; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define CONFIG_PNP_KERNEL 1
EOF

  CONFIG_PNP_KERNEL=y
else
  echo "$ac_t""no" 1>&6  
fi


if test "$CONFIG_ISAPNP_KERNEL" = y; then
  
  boolvar=CONFIG_ISAPNP
  echo $ac_n "checking for Kernel ISA-PnP support""... $ac_c" 1>&6
echo "configure:2597: checking for Kernel ISA-PnP support" >&5
  ac_save_CFLAGS="$CFLAGS"
  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
  boolchk=""
  if test "$cross_compiling" = yes; then
  echo "$ac_t"""unknown"" 1>&6;boolchk=""
  
else
  cat > conftest.$ac_ext <<EOF
#line 2606 "configure"
#include "confdefs.h"

#include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
int main( void ) {
#ifndef $boolvar
  exit(1);
#else
  exit(0);
#endif
}

EOF
if { (eval echo configure:2619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
  echo "$ac_t"""yes"" 1>&6;boolchk="y"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  echo "$ac_t"""no"" 1>&6;boolchk=""
fi
rm -fr conftest*
fi

  CFLAGS="$ac_save_CFLAGS"
  eval $boolvar="$boolchk"

  if test "$CONFIG_ISAPNP" != "y"; then
    
  boolvar=CONFIG_ISAPNP_MODULE
  echo $ac_n "checking for Kernel ISA-PnP module support""... $ac_c" 1>&6
echo "configure:2638: checking for Kernel ISA-PnP module support" >&5
  ac_save_CFLAGS="$CFLAGS"
  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
  boolchk=""
  if test "$cross_compiling" = yes; then
  echo "$ac_t"""unknown"" 1>&6;boolchk=""
  
else
  cat > conftest.$ac_ext <<EOF
#line 2647 "configure"
#include "confdefs.h"

#include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
int main( void ) {
#ifndef $boolvar
  exit(1);
#else
  exit(0);
#endif
}

EOF
if { (eval echo configure:2660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
  echo "$ac_t"""yes"" 1>&6;boolchk="y"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  echo "$ac_t"""no"" 1>&6;boolchk=""
fi
rm -fr conftest*
fi

  CFLAGS="$ac_save_CFLAGS"
  eval $boolvar="$boolchk"

    if test "$CONFIG_ISAPNP_MODULE" = "y"; then
      CONFIG_ISAPNP=y
    fi
  fi
else
  echo $ac_n "checking for ISA PnP support""... $ac_c" 1>&6
echo "configure:2681: checking for ISA PnP support" >&5
  # Check whether --with-isapnp or --without-isapnp was given.
if test "${with_isapnp+set}" = set; then
  withval="$with_isapnp"
  pnp="$withval"
else
  pnp="yes"
fi

  if test "$pnp" = "auto"; then
    if test -f /proc/isapnp; then
      pnp=yes
    fi
  fi
  if test "$pnp" = "yes"; then
    CONFIG_ISAPNP=y
    echo "$ac_t""yes" 1>&6
  else
    CONFIG_ISAPNP=
    echo "$ac_t""no" 1>&6
  fi
fi


if test "$CONFIG_ISAPNP" = "y"; then
  cat >> confdefs.h <<\EOF
#define CONFIG_ISAPNP 1
EOF

  CONFIG_PNP=$CONFIG_ISAPNP
  cat >> confdefs.h <<\EOF
#define CONFIG_PNP 1
EOF

fi

echo $ac_n "checking for strlcpy""... $ac_c" 1>&6
echo "configure:2718: checking for strlcpy" >&5
strlcpy="0"
ac_save_CFLAGS="$CFLAGS"
CFLAGS="-Wall -Werror $CFLAGS -I$CONFIG_SND_KERNELDIR/include"
cat > conftest.$ac_ext <<EOF
#line 2723 "configure"
#include "confdefs.h"

#define __KERNEL__
#include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
#include "$CONFIG_SND_KERNELDIR/include/linux/kernel.h"

int main() {

  char buf[128];
  strlcpy(buf, "abcd", sizeof(buf));

; return 0; }
EOF
if { (eval echo configure:2737: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  rm -rf conftest*
  echo "$ac_t"""yes"" 1>&6;strlcpy="1"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  echo "$ac_t"""no"" 1>&6;strlcpy="0"
fi
rm -f conftest*
CFLAGS=$ac_save_CFLAGS
CONFIG_HAVE_STRLCPY=$strlcpy
if test "$CONFIG_HAVE_STRLCPY" = "1"; then
  cat >> confdefs.h <<\EOF
#define CONFIG_HAVE_STRLCPY 1
EOF

fi

echo $ac_n "checking for snprintf""... $ac_c" 1>&6
echo "configure:2757: checking for snprintf" >&5
snprintf="0"
ac_save_CFLAGS="$CFLAGS"
CFLAGS="-Wall -Werror $CFLAGS -I$CONFIG_SND_KERNELDIR/include"
cat > conftest.$ac_ext <<EOF
#line 2762 "configure"
#include "confdefs.h"

#define __KERNEL__
#include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
#include "$CONFIG_SND_KERNELDIR/include/linux/kernel.h"

int main() {

  char buf[128];
  snprintf(buf, sizeof(buf), "abcd");

; return 0; }
EOF
if { (eval echo configure:2776: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  rm -rf conftest*
  echo "$ac_t"""yes"" 1>&6;snprintf="1"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  echo "$ac_t"""no"" 1>&6;snprintf="0"
fi
rm -f conftest*
CFLAGS=$ac_save_CFLAGS
CONFIG_HAVE_SNPRINTF=$snprintf
if test "$CONFIG_HAVE_SNPRINTF" = "1"; then
  cat >> confdefs.h <<\EOF
#define CONFIG_HAVE_SNPRINTF 1
EOF

fi

echo $ac_n "checking for vmalloc_to_page""... $ac_c" 1>&6
echo "configure:2796: checking for vmalloc_to_page" >&5
vmalloc_to_page="0"
ac_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
cat > conftest.$ac_ext <<EOF
#line 2801 "configure"
#include "confdefs.h"

#define __KERNEL__
#include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
#include "$CONFIG_SND_KERNELDIR/include/linux/time.h"
#include "$CONFIG_SND_KERNELDIR/include/linux/slab.h"

int main() {

  struct page * (*func)(void*);
  func = vmalloc_to_page;

; return 0; }
EOF
if { (eval echo configure:2816: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  rm -rf conftest*
  echo "$ac_t"""yes"" 1>&6;vmalloc_to_page="1"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  echo "$ac_t"""no"" 1>&6;vmalloc_to_page="0"
fi
rm -f conftest*
CFLAGS=$ac_save_CFLAGS
CONFIG_HAVE_VMALLOC_TO_PAGE=$vmalloc_to_page
if test "$CONFIG_HAVE_VMALLOC_TO_PAGE" = "1"; then
  cat >> confdefs.h <<\EOF
#define CONFIG_HAVE_VMALLOC_TO_PAGE 1
EOF

fi

echo $ac_n "checking for old kmod""... $ac_c" 1>&6
echo "configure:2836: checking for old kmod" >&5
old_kmod="0"
ac_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -Wall -I$CONFIG_SND_KERNELDIR/include"
cat > conftest.$ac_ext <<EOF
#line 2841 "configure"
#include "confdefs.h"

#define __KERNEL__
#include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
#include "$CONFIG_SND_KERNELDIR/include/linux/module.h"

int main() {

	kmod("abcd", "def", "ixj");

; return 0; }
EOF
if { (eval echo configure:2854: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  rm -rf conftest*
  echo "$ac_t"""yes"" 1>&6;old_kmod="1"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  echo "$ac_t"""no"" 1>&6;old_kmod="0"
fi
rm -f conftest*
CFLAGS=$ac_save_CFLAGS
CONFIG_HAVE_OLD_REQUEST_MODULE=$old_kmod
if test "$CONFIG_HAVE_OLD_REQUEST_MODULE" = "1"; then
  cat >> confdefs.h <<\EOF
#define CONFIG_HAVE_OLD_REQUEST_MODULE 1
EOF

fi

if test $kpatchlevel -le 2; then

echo $ac_n "checking for old kill_fasync""... $ac_c" 1>&6
echo "configure:2876: checking for old kill_fasync" >&5
oldkfasync="0"
ac_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
cat > conftest.$ac_ext <<EOF
#line 2881 "configure"
#include "confdefs.h"

#define __KERNEL__
#include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
#ifdef __alpha__ /* it's required (at least for 2.2.18) */
#include "$CONFIG_SND_KERNELDIR/include/asm/current.h"
#endif
#include "$CONFIG_SND_KERNELDIR/include/linux/fs.h"

int main() {

 struct fasync_struct *fa;
 int sig;
 kill_fasync(fa, sig);

; return 0; }
EOF
if { (eval echo configure:2899: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  rm -rf conftest*
  echo "$ac_t"""yes"" 1>&6;oldkfasync="1"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  echo "$ac_t"""no"" 1>&6;oldkfasync="0"
fi
rm -f conftest*
CFLAGS=$ac_save_CFLAGS
CONFIG_OLD_KILL_FASYNC=$oldkfasync
if test "$CONFIG_OLD_KILL_FASYNC" = "1"; then
  cat >> confdefs.h <<\EOF
#define CONFIG_OLD_KILL_FASYNC 1
EOF

fi

echo $ac_n "checking for dma_addr_t""... $ac_c" 1>&6
echo "configure:2919: checking for dma_addr_t" >&5
dma_addr_t="0"
ac_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
cat > conftest.$ac_ext <<EOF
#line 2924 "configure"
#include "confdefs.h"

#define __KERNEL__
#include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
#include "$CONFIG_SND_KERNELDIR/include/asm/types.h"

int main() {

 dma_addr_t addr;

; return 0; }
EOF
if { (eval echo configure:2937: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  rm -rf conftest*
  echo "$ac_t"""yes"" 1>&6;dma_addr_t="1"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  echo "$ac_t"""no"" 1>&6;dma_addr_t="0"
fi
rm -f conftest*
CFLAGS=$ac_save_CFLAGS
CONFIG_HAVE_DMA_ADDR_T=$dma_addr_t
if test "$CONFIG_HAVE_DMA_ADDR_T" = "1"; then
  cat >> confdefs.h <<\EOF
#define CONFIG_HAVE_DMA_ADDR_T 1
EOF

fi

echo $ac_n "checking for MUTEX macros""... $ac_c" 1>&6
echo "configure:2957: checking for MUTEX macros" >&5
have_mutex_macros="0"
ac_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
cat > conftest.$ac_ext <<EOF
#line 2962 "configure"
#include "confdefs.h"

#define __KERNEL__
#include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
#include "$CONFIG_SND_KERNELDIR/include/asm/semaphore.h"

int main() {

#ifndef init_MUTEX
#error not defined
#endif
exit(0);

; return 0; }
EOF
if { (eval echo configure:2978: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  rm -rf conftest*
  echo "$ac_t"""yes"" 1>&6;have_mutex_macros="1"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  echo "$ac_t"""no"" 1>&6;have_mutex_macros="0"
fi
rm -f conftest*
CFLAGS=$ac_save_CFLAGS
CONFIG_HAVE_MUTEX_MACROS=$have_mutex_macros
if test "$CONFIG_HAVE_MUTEX_MACROS" = "1"; then
  cat >> confdefs.h <<\EOF
#define CONFIG_HAVE_MUTEX_MACROS 1
EOF

fi

fi

if test "$CONFIG_ISAPNP_KERNEL" = "y"; then
  if test -f include/linux/isapnp.h; then
    echo "Removing local linux/isapnp.h."
    rm include/linux/isapnp.h
  fi
else
  if test ! -f include/linux/isapnp.h; then
    echo "Symlinking <linux/isapnp.h>..."
    mkdir -p include/linux
    ln -sf ../../support/isapnp/isapnp.h include/linux/isapnp.h
  fi
fi

if test "$CONFIG_PNP_KERNEL" = "y"; then
  if test -f include/linux/pnp.h; then
    echo "Removing local linux/pnp.h."
    rm include/linux/pnp.h
  fi
else
  if test ! -f include/linux/pnp.h; then
    echo "Symlinking <linux/pnp.h>..."
    mkdir -p include/linux
    ln -sf ../../support/pnp/pnp.h include/linux/pnp.h
  fi
fi

echo $ac_n "checking for driver version""... $ac_c" 1>&6
echo "configure:3026: checking for driver version" >&5
cat >> confdefs.h <<EOF
#define CONFIG_SND_VERSION "$CONFIG_SND_VERSION"
EOF


CONFIG_SND_DATE=""
cat >> confdefs.h <<EOF
#define CONFIG_SND_DATE "$CONFIG_SND_DATE"
EOF


echo "$ac_t""$CONFIG_SND_VERSION" 1>&6

echo $ac_n "checking for sequencer support""... $ac_c" 1>&6
echo "configure:3041: checking for sequencer support" >&5
# Check whether --with-sequencer or --without-sequencer was given.
if test "${with_sequencer+set}" = set; then
  withval="$with_sequencer"
  sequencer="$withval"
else
  sequencer="yes"
fi

CONFIG_SND_SEQUENCER=""
if test "$sequencer" = "yes"; then
  CONFIG_SND_SEQUENCER="m"
fi

if test "$CONFIG_SND_SEQUENCER" = "m"; then
  cat >> confdefs.h <<\EOF
#define CONFIG_SND_SEQUENCER 1
EOF

  cat >> confdefs.h <<\EOF
#define CONFIG_SND_SEQ_DUMMY_MODULE 1
EOF

  echo "$ac_t""yes" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

echo $ac_n "checking for OSS/Free emulation""... $ac_c" 1>&6
echo "configure:3070: checking for OSS/Free emulation" >&5
# Check whether --with-oss or --without-oss was given.
if test "${with_oss+set}" = set; then
  withval="$with_oss"
  ossemul="$withval"
else
  ossemul="yes"
fi

CONFIG_SND_OSSEMUL=""
if test "$ossemul" = "yes"; then
  CONFIG_SND_OSSEMUL="y"
fi

if test "$CONFIG_SND_OSSEMUL" = "y"; then
  cat >> confdefs.h <<\EOF
#define CONFIG_SND_OSSEMUL 1
EOF

  cat >> confdefs.h <<\EOF
#define CONFIG_SND_MIXER_OSS 1
EOF

  cat >> confdefs.h <<\EOF
#define CONFIG_SND_PCM_OSS 1
EOF

  if test "$CONFIG_SND_SEQUENCER" = "m"; then
    cat >> confdefs.h <<\EOF
#define CONFIG_SND_SEQUENCER_OSS 1
EOF

  fi
  echo "$ac_t""yes" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

echo $ac_n "checking for RTC callback support in kernel""... $ac_c" 1>&6
echo "configure:3109: checking for RTC callback support in kernel" >&5
rtcsup="0"
ac_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
if test "$cross_compiling" = yes; then
  echo "$ac_t"""unknown"" 1>&6;rtcsup=""

else
  cat > conftest.$ac_ext <<EOF
#line 3118 "configure"
#include "confdefs.h"

#include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
#if defined(__alpha__) || (!defined(CONFIG_RTC) && !defined(CONFIG_RTC_MODULE))
int main(void) { exit(1); }
#else
#define __KERNEL__
#include "$CONFIG_SND_KERNELDIR/include/linux/version.h"
#include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 2, 12)	/* FIXME: which 2.2.x kernel? */
#include "$CONFIG_SND_KERNELDIR/include/linux/rtc.h"
#else
#include "$CONFIG_SND_KERNELDIR/include/linux/mc146818rtc.h"
#endif
int main(void)
{
  rtc_task_t *cb = 0;
  exit(0);
}
#endif

EOF
if { (eval echo configure:3141: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
  echo "$ac_t"""yes"" 1>&6;rtcsup="m"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  echo "$ac_t"""no"" 1>&6;rtcsup=""
fi
rm -fr conftest*
fi

CFLAGS="$ac_save_CFLAGS"
CONFIG_SND_RTCTIMER=$rtcsup

test "$CONFIG_SND_RTCTIMER" = "m" && cat >> confdefs.h <<\EOF
#define CONFIG_SND_RTCTIMER_MODULE 1
EOF

CONFIG_RTC=$CONFIG_SND_RTCTIMER



  boolvar=CONFIG_USB
  echo $ac_n "checking for USB support""... $ac_c" 1>&6
echo "configure:3166: checking for USB support" >&5
  ac_save_CFLAGS="$CFLAGS"
  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
  boolchk=""
  if test "$cross_compiling" = yes; then
  echo "$ac_t"""unknown"" 1>&6;boolchk=""
  
else
  cat > conftest.$ac_ext <<EOF
#line 3175 "configure"
#include "confdefs.h"

#include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
int main( void ) {
#ifndef $boolvar
  exit(1);
#else
  exit(0);
#endif
}

EOF
if { (eval echo configure:3188: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
  echo "$ac_t"""yes"" 1>&6;boolchk="y"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  echo "$ac_t"""no"" 1>&6;boolchk=""
fi
rm -fr conftest*
fi

  CFLAGS="$ac_save_CFLAGS"
  eval $boolvar="$boolchk"

if test "$CONFIG_USB" != "y"; then
  
  boolvar=CONFIG_USB_MODULE
  echo $ac_n "checking for USB module support""... $ac_c" 1>&6
echo "configure:3207: checking for USB module support" >&5
  ac_save_CFLAGS="$CFLAGS"
  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
  boolchk=""
  if test "$cross_compiling" = yes; then
  echo "$ac_t"""unknown"" 1>&6;boolchk=""
  
else
  cat > conftest.$ac_ext <<EOF
#line 3216 "configure"
#include "confdefs.h"

#include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
int main( void ) {
#ifndef $boolvar
  exit(1);
#else
  exit(0);
#endif
}

EOF
if { (eval echo configure:3229: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
  echo "$ac_t"""yes"" 1>&6;boolchk="y"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  echo "$ac_t"""no"" 1>&6;boolchk=""
fi
rm -fr conftest*
fi

  CFLAGS="$ac_save_CFLAGS"
  eval $boolvar="$boolchk"

  CONFIG_USB=$CONFIG_USB_MODULE
fi


# Check whether --with-pcmcia or --without-pcmcia was given.
if test "${with_pcmcia+set}" = set; then
  withval="$with_pcmcia"
  pcmcia="$withval"
else
  pcmcia="kernel"
fi

# Check whether --with-pcmcia_root or --without-pcmcia_root was given.
if test "${with_pcmcia_root+set}" = set; then
  withval="$with_pcmcia_root"
  pcmciaroot="$withval"
else
  pcmciaroot=""
fi

EXTRA_INCLUDES=""
if test "$pcmcia" = "kernel"; then
  echo "checking for kernel PCMCIA"
  
  boolvar=CONFIG_PCMCIA
  echo $ac_n "checking for PCMCIA support""... $ac_c" 1>&6
echo "configure:3270: checking for PCMCIA support" >&5
  ac_save_CFLAGS="$CFLAGS"
  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
  boolchk=""
  if test "$cross_compiling" = yes; then
  echo "$ac_t"""unknown"" 1>&6;boolchk=""
  
else
  cat > conftest.$ac_ext <<EOF
#line 3279 "configure"
#include "confdefs.h"

#include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
int main( void ) {
#ifndef $boolvar
  exit(1);
#else
  exit(0);
#endif
}

EOF
if { (eval echo configure:3292: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
  echo "$ac_t"""yes"" 1>&6;boolchk="y"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  echo "$ac_t"""no"" 1>&6;boolchk=""
fi
rm -fr conftest*
fi

  CFLAGS="$ac_save_CFLAGS"
  eval $boolvar="$boolchk"

  if test "$CONFIG_PCMCIA" != "y"; then
    
  boolvar=CONFIG_PCMCIA_MODULE
  echo $ac_n "checking for PCMCIA module support""... $ac_c" 1>&6
echo "configure:3311: checking for PCMCIA module support" >&5
  ac_save_CFLAGS="$CFLAGS"
  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
  boolchk=""
  if test "$cross_compiling" = yes; then
  echo "$ac_t"""unknown"" 1>&6;boolchk=""
  
else
  cat > conftest.$ac_ext <<EOF
#line 3320 "configure"
#include "confdefs.h"

#include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
int main( void ) {
#ifndef $boolvar
  exit(1);
#else
  exit(0);
#endif
}

EOF
if { (eval echo configure:3333: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
  echo "$ac_t"""yes"" 1>&6;boolchk="y"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  echo "$ac_t"""no"" 1>&6;boolchk=""
fi
rm -fr conftest*
fi

  CFLAGS="$ac_save_CFLAGS"
  eval $boolvar="$boolchk"

    CONFIG_PCMCIA=$CONFIG_PCMCIA_MODULE
  fi
else
  echo "checking for external PCMCIA"
  if test "$pcmciaroot" = ""; then
    { echo "configure: error: Please set the PCMCIA root directory via --with-pcmcia-root option" 1>&2; exit 1; }
  fi
  if test ! -d "$pcmciaroot"; then
    { echo "configure: error: PCMCIA root $pcmciaroot is not a directory" 1>&2; exit 1; }
  fi
  echo "PCMCIA root directory is $pcmciaroot"
  EXTRA_INCLUDES="-I$pcmciaroot/include"
  CONFIG_PCMCIA=y
fi
  



  boolvar=CONFIG_X86_PC9800
  echo $ac_n "checking for PC9800 support in kernel""... $ac_c" 1>&6
echo "configure:3368: checking for PC9800 support in kernel" >&5
  ac_save_CFLAGS="$CFLAGS"
  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
  boolchk=""
  if test "$cross_compiling" = yes; then
  echo "$ac_t"""unknown"" 1>&6;boolchk=""
  
else
  cat > conftest.$ac_ext <<EOF
#line 3377 "configure"
#include "confdefs.h"

#include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
int main( void ) {
#ifndef $boolvar
  exit(1);
#else
  exit(0);
#endif
}

EOF
if { (eval echo configure:3390: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
  echo "$ac_t"""yes"" 1>&6;boolchk="y"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
  echo "$ac_t"""no"" 1>&6;boolchk=""
fi
rm -fr conftest*
fi

  CFLAGS="$ac_save_CFLAGS"
  eval $boolvar="$boolchk"




	CONFIG_SND_DUMMY=""
	CONFIG_SND_VIRMIDI=""
	CONFIG_SND_SERIAL_U16550=""
	CONFIG_SND_MTPAV=""
	CONFIG_SND_MPU401=""
	CONFIG_SND_ALS100=""
	CONFIG_SND_AZT2320=""
	CONFIG_SND_CMI8330=""
	CONFIG_SND_DT019X=""
	CONFIG_SND_ES18XX=""
	CONFIG_SND_OPL3SA2=""
	CONFIG_SND_SGALAXY=""
	CONFIG_SND_SSCAPE=""
	CONFIG_SND_AD1816A=""
	CONFIG_SND_AD1848=""
	CONFIG_SND_CS4231=""
	CONFIG_SND_CS4232=""
	CONFIG_SND_CS4236=""
	CONFIG_SND_PC98_CS4232=""
	CONFIG_SND_ES1688=""
	CONFIG_SND_GUSCLASSIC=""
	CONFIG_SND_GUSMAX=""
	CONFIG_SND_GUSEXTREME=""
	CONFIG_SND_INTERWAVE=""
	CONFIG_SND_INTERWAVE_STB=""
	CONFIG_SND_OPTI92X_AD1848=""
	CONFIG_SND_OPTI92X_CS4231=""
	CONFIG_SND_OPTI93X=""
	CONFIG_SND_SB8=""
	CONFIG_SND_SB16=""
	CONFIG_SND_SBAWE=""
	CONFIG_SND_ES968=""
	CONFIG_SND_WAVEFRONT=""
	CONFIG_SND_ALS4000=""
	CONFIG_SND_CMIPCI=""
	CONFIG_SND_CS4281=""
	CONFIG_SND_ENS1370=""
	CONFIG_SND_ENS1371=""
	CONFIG_SND_ES1938=""
	CONFIG_SND_ES1968=""
	CONFIG_SND_FM801=""
	CONFIG_SND_INTEL8X0=""
	CONFIG_SND_MAESTRO3=""
	CONFIG_SND_RME32=""
	CONFIG_SND_RME96=""
	CONFIG_SND_SONICVIBES=""
	CONFIG_SND_VIA82XX=""
	CONFIG_SND_ALI5451=""
	CONFIG_SND_CS46XX=""
	CONFIG_SND_EMU10K1=""
	CONFIG_SND_ICE1712=""
	CONFIG_SND_ICE1724=""
	CONFIG_SND_KORG1212=""
	CONFIG_SND_NM256=""
	CONFIG_SND_RME9652=""
	CONFIG_SND_HDSP=""
	CONFIG_SND_TRIDENT=""
	CONFIG_SND_VX222=""
	CONFIG_SND_YMFPCI=""
	CONFIG_SND_POWERMAC=""
	CONFIG_SND_SA11XX_UDA1341=""
	CONFIG_SND_BACKPAQ_UDA1341=""
	CONFIG_SND_PXA_UDA1380=""
	CONFIG_SND_USB_AUDIO=""
	CONFIG_SND_HARMONY=""
	CONFIG_SND_VXPOCKET=""
	CONFIG_SND_VXP440=""
	CONFIG_SND_SERIALMIDI=""
	CONFIG_SND_AZT3328=""
	CONFIG_SND_PDPLUS=""
	CONFIG_SND_MSND_PINNACLE=""


echo $ac_n "checking for which soundcards to compile driver for""... $ac_c" 1>&6
echo "configure:3482: checking for which soundcards to compile driver for" >&5
# Check whether --with-cards or --without-cards was given.
if test "${with_cards+set}" = set; then
  withval="$with_cards"
  cards="$withval"
else
  cards="all"
fi

if test "$cards" = "all"; then
  
	CONFIG_SND_DUMMY="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_DUMMY_MODULE 1
EOF

	CONFIG_SND_VIRMIDI="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_VIRMIDI_MODULE 1
EOF

	CONFIG_SND_SERIAL_U16550="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_SERIAL_U16550_MODULE 1
EOF

	CONFIG_SND_MTPAV="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_MTPAV_MODULE 1
EOF

	CONFIG_SND_MPU401="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_MPU401_MODULE 1
EOF

	if test "$CONFIG_ISAPNP" = "y"; then
	CONFIG_SND_ALS100="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_ALS100_MODULE 1
EOF

	fi
	if test "$CONFIG_ISAPNP" = "y"; then
	CONFIG_SND_AZT2320="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_AZT2320_MODULE 1
EOF

	fi
	if test "$CONFIG_ISA" = "y"; then
	CONFIG_SND_CMI8330="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_CMI8330_MODULE 1
EOF

	fi
	if test "$CONFIG_ISAPNP" = "y"; then
	CONFIG_SND_DT019X="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_DT019X_MODULE 1
EOF

	fi
	if test "$CONFIG_ISA" = "y"; then
	CONFIG_SND_ES18XX="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_ES18XX_MODULE 1
EOF

	fi
	if test "$CONFIG_ISA" = "y"; then
	CONFIG_SND_OPL3SA2="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_OPL3SA2_MODULE 1
EOF

	fi
	if test "$CONFIG_ISA" = "y"; then
	CONFIG_SND_SGALAXY="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_SGALAXY_MODULE 1
EOF

	fi
	if test "$CONFIG_ISA" = "y"; then
	CONFIG_SND_SSCAPE="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_SSCAPE_MODULE 1
EOF

	fi
	if test "$CONFIG_ISAPNP" = "y"; then
	CONFIG_SND_AD1816A="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_AD1816A_MODULE 1
EOF

	fi
	if test "$CONFIG_ISA" = "y"; then
	CONFIG_SND_AD1848="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_AD1848_MODULE 1
EOF

	fi
	if test "$CONFIG_ISA" = "y"; then
	CONFIG_SND_CS4231="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_CS4231_MODULE 1
EOF

	fi
	if test "$CONFIG_ISA" = "y"; then
	CONFIG_SND_CS4232="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_CS4232_MODULE 1
EOF

	fi
	if test "$CONFIG_ISA" = "y"; then
	CONFIG_SND_CS4236="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_CS4236_MODULE 1
EOF

	fi
	if test "$CONFIG_X86_PC9800" = "y"; then
	CONFIG_SND_PC98_CS4232="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_PC98_CS4232_MODULE 1
EOF

	fi
	if test "$CONFIG_ISA" = "y"; then
	CONFIG_SND_ES1688="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_ES1688_MODULE 1
EOF

	fi
	if test "$CONFIG_ISA" = "y"; then
	CONFIG_SND_GUSCLASSIC="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_GUSCLASSIC_MODULE 1
EOF

	fi
	if test "$CONFIG_ISA" = "y"; then
	CONFIG_SND_GUSMAX="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_GUSMAX_MODULE 1
EOF

	fi
	if test "$CONFIG_ISA" = "y"; then
	CONFIG_SND_GUSEXTREME="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_GUSEXTREME_MODULE 1
EOF

	fi
	if test "$CONFIG_ISA" = "y"; then
	CONFIG_SND_INTERWAVE="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_INTERWAVE_MODULE 1
EOF

	fi
	if test "$CONFIG_ISA" = "y"; then
	CONFIG_SND_INTERWAVE_STB="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_INTERWAVE_STB_MODULE 1
EOF

	fi
	if test "$CONFIG_ISA" = "y"; then
	CONFIG_SND_OPTI92X_AD1848="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_OPTI92X_AD1848_MODULE 1
EOF

	fi
	if test "$CONFIG_ISA" = "y"; then
	CONFIG_SND_OPTI92X_CS4231="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_OPTI92X_CS4231_MODULE 1
EOF

	fi
	if test "$CONFIG_ISA" = "y"; then
	CONFIG_SND_OPTI93X="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_OPTI93X_MODULE 1
EOF

	fi
	if test "$CONFIG_ISA" = "y"; then
	CONFIG_SND_SB8="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_SB8_MODULE 1
EOF

	fi
	if test "$CONFIG_ISA" = "y"; then
	CONFIG_SND_SB16="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_SB16_MODULE 1
EOF

	fi
	if test "$CONFIG_ISA" = "y"; then
	CONFIG_SND_SBAWE="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_SBAWE_MODULE 1
EOF

	fi
	if test "$CONFIG_ISAPNP" = "y"; then
	CONFIG_SND_ES968="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_ES968_MODULE 1
EOF

	fi
	if test "$CONFIG_ISA" = "y"; then
	CONFIG_SND_WAVEFRONT="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_WAVEFRONT_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_ALS4000="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_ALS4000_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_CMIPCI="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_CMIPCI_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_CS4281="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_CS4281_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_ENS1370="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_ENS1370_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_ENS1371="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_ENS1371_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_ES1938="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_ES1938_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_ES1968="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_ES1968_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_FM801="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_FM801_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_INTEL8X0="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_INTEL8X0_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_MAESTRO3="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_MAESTRO3_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_RME32="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_RME32_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_RME96="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_RME96_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_SONICVIBES="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_SONICVIBES_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_VIA82XX="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_VIA82XX_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_ALI5451="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_ALI5451_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_CS46XX="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_CS46XX_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_EMU10K1="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_EMU10K1_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_ICE1712="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_ICE1712_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_ICE1724="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_ICE1724_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_KORG1212="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_KORG1212_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_NM256="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_NM256_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_RME9652="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_RME9652_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_HDSP="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_HDSP_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_TRIDENT="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_TRIDENT_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_VX222="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_VX222_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_YMFPCI="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_YMFPCI_MODULE 1
EOF

	fi
	if test "$CONFIG_PPC" = "y"; then
	CONFIG_SND_POWERMAC="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_POWERMAC_MODULE 1
EOF

	fi
	if test "$CONFIG_ARM" = "y"; then
	CONFIG_SND_SA11XX_UDA1341="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_SA11XX_UDA1341_MODULE 1
EOF

	fi
	if test "$CONFIG_ARM" = "y"; then
	CONFIG_SND_BACKPAQ_UDA1341="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_BACKPAQ_UDA1341_MODULE 1
EOF

	fi
	if test "$CONFIG_ARM" = "y"; then
	CONFIG_SND_PXA_UDA1380="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_PXA_UDA1380_MODULE 1
EOF

	fi
	if test "$CONFIG_USB" = "y"; then
	CONFIG_SND_USB_AUDIO="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_USB_AUDIO_MODULE 1
EOF

	fi
	if test "$CONFIG_PARISC" = "y"; then
	CONFIG_SND_HARMONY="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_HARMONY_MODULE 1
EOF

	fi
	CONFIG_SND_VXPOCKET="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_VXPOCKET_MODULE 1
EOF

	CONFIG_SND_VXP440="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_VXP440_MODULE 1
EOF

	CONFIG_SND_SERIALMIDI="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_SERIALMIDI_MODULE 1
EOF

	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_AZT3328="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_AZT3328_MODULE 1
EOF

	fi
	if test "$CONFIG_PCI" = "y"; then
	CONFIG_SND_PDPLUS="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_PDPLUS_MODULE 1
EOF

	fi
	if test "$CONFIG_ISA" = "y"; then
	CONFIG_SND_MSND_PINNACLE="m"
	cat >> confdefs.h <<\EOF
#define CONFIG_SND_MSND_PINNACLE_MODULE 1
EOF

	fi

  echo "$ac_t""all" 1>&6
else
  cards=`echo $cards | sed 's/,/ /g'`
  for card in $cards
  do
    case "$card" in
	dummy)
		CONFIG_SND_DUMMY="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_DUMMY_MODULE 1
EOF

		;;
	virmidi)
		CONFIG_SND_VIRMIDI="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_VIRMIDI_MODULE 1
EOF

		;;
	serial-u16550)
		CONFIG_SND_SERIAL_U16550="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_SERIAL_U16550_MODULE 1
EOF

		;;
	mtpav)
		CONFIG_SND_MTPAV="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_MTPAV_MODULE 1
EOF

		;;
	mpu401)
		CONFIG_SND_MPU401="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_MPU401_MODULE 1
EOF

		;;
	als100)
		CONFIG_SND_ALS100="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_ALS100_MODULE 1
EOF

		;;
	azt2320)
		CONFIG_SND_AZT2320="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_AZT2320_MODULE 1
EOF

		;;
	cmi8330)
		CONFIG_SND_CMI8330="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_CMI8330_MODULE 1
EOF

		;;
	dt019x)
		CONFIG_SND_DT019X="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_DT019X_MODULE 1
EOF

		;;
	es18xx)
		CONFIG_SND_ES18XX="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_ES18XX_MODULE 1
EOF

		;;
	opl3sa2)
		CONFIG_SND_OPL3SA2="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_OPL3SA2_MODULE 1
EOF

		;;
	sgalaxy)
		CONFIG_SND_SGALAXY="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_SGALAXY_MODULE 1
EOF

		;;
	sscape)
		CONFIG_SND_SSCAPE="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_SSCAPE_MODULE 1
EOF

		;;
	ad1816a)
		CONFIG_SND_AD1816A="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_AD1816A_MODULE 1
EOF

		;;
	ad1848)
		CONFIG_SND_AD1848="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_AD1848_MODULE 1
EOF

		;;
	cs4231)
		CONFIG_SND_CS4231="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_CS4231_MODULE 1
EOF

		;;
	cs4232)
		CONFIG_SND_CS4232="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_CS4232_MODULE 1
EOF

		;;
	cs4236)
		CONFIG_SND_CS4236="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_CS4236_MODULE 1
EOF

		;;
	pc98-cs4232)
		CONFIG_SND_PC98_CS4232="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_PC98_CS4232_MODULE 1
EOF

		;;
	es1688)
		CONFIG_SND_ES1688="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_ES1688_MODULE 1
EOF

		;;
	gusclassic)
		CONFIG_SND_GUSCLASSIC="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_GUSCLASSIC_MODULE 1
EOF

		;;
	gusmax)
		CONFIG_SND_GUSMAX="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_GUSMAX_MODULE 1
EOF

		;;
	gusextreme)
		CONFIG_SND_GUSEXTREME="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_GUSEXTREME_MODULE 1
EOF

		;;
	interwave)
		CONFIG_SND_INTERWAVE="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_INTERWAVE_MODULE 1
EOF

		;;
	interwave-stb)
		CONFIG_SND_INTERWAVE_STB="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_INTERWAVE_STB_MODULE 1
EOF

		;;
	opti92x-ad1848)
		CONFIG_SND_OPTI92X_AD1848="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_OPTI92X_AD1848_MODULE 1
EOF

		;;
	opti92x-cs4231)
		CONFIG_SND_OPTI92X_CS4231="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_OPTI92X_CS4231_MODULE 1
EOF

		;;
	opti93x)
		CONFIG_SND_OPTI93X="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_OPTI93X_MODULE 1
EOF

		;;
	sb8)
		CONFIG_SND_SB8="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_SB8_MODULE 1
EOF

		;;
	sb16)
		CONFIG_SND_SB16="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_SB16_MODULE 1
EOF

		;;
	sbawe)
		CONFIG_SND_SBAWE="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_SBAWE_MODULE 1
EOF

		;;
	es968)
		CONFIG_SND_ES968="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_ES968_MODULE 1
EOF

		;;
	wavefront)
		CONFIG_SND_WAVEFRONT="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_WAVEFRONT_MODULE 1
EOF

		;;
	als4000)
		CONFIG_SND_ALS4000="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_ALS4000_MODULE 1
EOF

		;;
	cmipci)
		CONFIG_SND_CMIPCI="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_CMIPCI_MODULE 1
EOF

		;;
	cs4281)
		CONFIG_SND_CS4281="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_CS4281_MODULE 1
EOF

		;;
	ens1370)
		CONFIG_SND_ENS1370="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_ENS1370_MODULE 1
EOF

		;;
	ens1371)
		CONFIG_SND_ENS1371="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_ENS1371_MODULE 1
EOF

		;;
	es1938)
		CONFIG_SND_ES1938="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_ES1938_MODULE 1
EOF

		;;
	es1968)
		CONFIG_SND_ES1968="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_ES1968_MODULE 1
EOF

		;;
	fm801)
		CONFIG_SND_FM801="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_FM801_MODULE 1
EOF

		;;
	intel8x0)
		CONFIG_SND_INTEL8X0="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_INTEL8X0_MODULE 1
EOF

		;;
	maestro3)
		CONFIG_SND_MAESTRO3="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_MAESTRO3_MODULE 1
EOF

		;;
	rme32)
		CONFIG_SND_RME32="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_RME32_MODULE 1
EOF

		;;
	rme96)
		CONFIG_SND_RME96="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_RME96_MODULE 1
EOF

		;;
	sonicvibes)
		CONFIG_SND_SONICVIBES="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_SONICVIBES_MODULE 1
EOF

		;;
	via82xx)
		CONFIG_SND_VIA82XX="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_VIA82XX_MODULE 1
EOF

		;;
	ali5451)
		CONFIG_SND_ALI5451="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_ALI5451_MODULE 1
EOF

		;;
	cs46xx)
		CONFIG_SND_CS46XX="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_CS46XX_MODULE 1
EOF

		;;
	emu10k1)
		CONFIG_SND_EMU10K1="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_EMU10K1_MODULE 1
EOF

		;;
	ice1712)
		CONFIG_SND_ICE1712="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_ICE1712_MODULE 1
EOF

		;;
	ice1724)
		CONFIG_SND_ICE1724="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_ICE1724_MODULE 1
EOF

		;;
	korg1212)
		CONFIG_SND_KORG1212="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_KORG1212_MODULE 1
EOF

		;;
	nm256)
		CONFIG_SND_NM256="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_NM256_MODULE 1
EOF

		;;
	rme9652)
		CONFIG_SND_RME9652="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_RME9652_MODULE 1
EOF

		;;
	hdsp)
		CONFIG_SND_HDSP="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_HDSP_MODULE 1
EOF

		;;
	trident)
		CONFIG_SND_TRIDENT="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_TRIDENT_MODULE 1
EOF

		;;
	vx222)
		CONFIG_SND_VX222="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_VX222_MODULE 1
EOF

		;;
	ymfpci)
		CONFIG_SND_YMFPCI="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_YMFPCI_MODULE 1
EOF

		;;
	powermac)
		CONFIG_SND_POWERMAC="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_POWERMAC_MODULE 1
EOF

		;;
	sa11xx-uda1341)
		CONFIG_SND_SA11XX_UDA1341="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_SA11XX_UDA1341_MODULE 1
EOF

		;;
	backpaq-uda1341)
		CONFIG_SND_BACKPAQ_UDA1341="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_BACKPAQ_UDA1341_MODULE 1
EOF

		;;
	pxa-uda1380)
		CONFIG_SND_PXA_UDA1380="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_PXA_UDA1380_MODULE 1
EOF

		;;
	usb-audio)
		CONFIG_SND_USB_AUDIO="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_USB_AUDIO_MODULE 1
EOF

		;;
	harmony)
		CONFIG_SND_HARMONY="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_HARMONY_MODULE 1
EOF

		;;
	vxpocket)
		CONFIG_SND_VXPOCKET="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_VXPOCKET_MODULE 1
EOF

		;;
	vxp440)
		CONFIG_SND_VXP440="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_VXP440_MODULE 1
EOF

		;;
	serialmidi)
		CONFIG_SND_SERIALMIDI="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_SERIALMIDI_MODULE 1
EOF

		;;
	azt3328)
		CONFIG_SND_AZT3328="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_AZT3328_MODULE 1
EOF

		;;
	pdplus)
		CONFIG_SND_PDPLUS="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_PDPLUS_MODULE 1
EOF

		;;
	msnd-pinnacle)
		CONFIG_SND_MSND_PINNACLE="m"
		cat >> confdefs.h <<\EOF
#define CONFIG_SND_MSND_PINNACLE_MODULE 1
EOF

		;;
	*)
		echo "Unknown soundcard $card, exiting!"
		exit 1
		;;
    esac
  done
  echo "$ac_t""$cards" 1>&6
fi









































































c_opts="$c_opts -DLINUX"
m_opts=""
if test -r /etc/asound/make_opts; then
  m_opts="$m_opts `cat /etc/asound/make_opts`"
fi





trap '' 1 2 15
cat > confcache <<\EOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs.  It is not useful on other systems.
# If it contains results you don't want to keep, you may remove or edit it.
#
# By default, configure uses ./config.cache as the cache file,
# creating it if it does not exist already.  You can give configure
# the --cache-file=FILE option to use a different cache file; that is
# what configure does when it calls configure scripts in
# subdirectories, so they share the cache.
# Giving --cache-file=/dev/null disables caching, for debugging configure.
# config.status only pays attention to the cache file if you give it the
# --recheck option to rerun configure.
#
EOF
# The following way of writing the cache mishandles newlines in values,
# but we know of no workaround that is simple, portable, and efficient.
# So, don't put newlines in cache variables' values.
# Ultrix sh set writes to stderr and can't be redirected directly,
# and sets the high bit in the cache file unless we assign to the vars.
(set) 2>&1 |
  case `(ac_space=' '; set | grep ac_space) 2>&1` in
  *ac_space=\ *)
    # `set' does not quote correctly, so add quotes (double-quote substitution
    # turns \\\\ into \\, and sed turns \\ into \).
    sed -n \
      -e "s/'/'\\\\''/g" \
      -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
    ;;
  *)
    # `set' quotes correctly as required by POSIX, so do not add quotes.
    sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
    ;;
  esac >> confcache
if cmp -s $cache_file confcache; then
  :
else
  if test -w $cache_file; then
    echo "updating cache $cache_file"
    cat confcache > $cache_file
  else
    echo "not updating unwritable cache $cache_file"
  fi
fi
rm -f confcache

trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15

test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'

# Any assignment to VPATH causes Sun make to only execute
# the first set of double-colon rules, so remove it if not needed.
# If there is a colon in the path, we need to keep it.
if test "x$srcdir" = x.; then
  ac_vpsub='/^[ 	]*VPATH[ 	]*=[^:]*$/d'
fi

trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15

DEFS=-DHAVE_CONFIG_H

# Without the "./", some shells look in PATH for config.status.
: ${CONFIG_STATUS=./config.status}

echo creating $CONFIG_STATUS
rm -f $CONFIG_STATUS
cat > $CONFIG_STATUS <<EOF
#! /bin/sh
# Generated automatically by configure.
# Run this file to recreate the current configuration.
# This directory was configured as follows,
# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
#
# $0 $ac_configure_args
#
# Compiler output produced by configure, useful for debugging
# configure, is in ./config.log if it exists.

ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
for ac_option
do
  case "\$ac_option" in
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    echo "$CONFIG_STATUS generated by autoconf version 2.13"
    exit 0 ;;
  -help | --help | --hel | --he | --h)
    echo "\$ac_cs_usage"; exit 0 ;;
  *) echo "\$ac_cs_usage"; exit 1 ;;
  esac
done

ac_given_srcdir=$srcdir
ac_given_INSTALL="$INSTALL"

trap 'rm -fr `echo "version Makefile.conf snddevices utils/alsa-driver.spec utils/buildrpm toplevel.config include/config.h include/config1.h include/version.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF

# Protect against being on the right side of a sed subst in config.status.
sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
$ac_vpsub
$extrasub
s%@SHELL@%$SHELL%g
s%@CFLAGS@%$CFLAGS%g
s%@CPPFLAGS@%$CPPFLAGS%g
s%@CXXFLAGS@%$CXXFLAGS%g
s%@FFLAGS@%$FFLAGS%g
s%@DEFS@%$DEFS%g
s%@LDFLAGS@%$LDFLAGS%g
s%@LIBS@%$LIBS%g
s%@exec_prefix@%$exec_prefix%g
s%@prefix@%$prefix%g
s%@program_transform_name@%$program_transform_name%g
s%@bindir@%$bindir%g
s%@sbindir@%$sbindir%g
s%@libexecdir@%$libexecdir%g
s%@datadir@%$datadir%g
s%@sysconfdir@%$sysconfdir%g
s%@sharedstatedir@%$sharedstatedir%g
s%@localstatedir@%$localstatedir%g
s%@libdir@%$libdir%g
s%@includedir@%$includedir%g
s%@oldincludedir@%$oldincludedir%g
s%@infodir@%$infodir%g
s%@mandir@%$mandir%g
s%@CC@%$CC%g
s%@RANLIB@%$RANLIB%g
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
s%@INSTALL_DATA@%$INSTALL_DATA%g
s%@AR@%$AR%g
s%@AS@%$AS%g
s%@CPP@%$CPP%g
s%@SRCDIR@%$SRCDIR%g
s%@CROSS_COMPILE@%$CROSS_COMPILE%g
s%@CONFIG_SND_KERNELDIR@%$CONFIG_SND_KERNELDIR%g
s%@kaversion@%$kaversion%g
s%@kversion@%$kversion%g
s%@kpatchlevel@%$kpatchlevel%g
s%@ksublevel@%$ksublevel%g
s%@kextraversion@%$kextraversion%g
s%@CONFIG_SND_MVERSION@%$CONFIG_SND_MVERSION%g
s%@CONFIG_PCI@%$CONFIG_PCI%g
s%@CONFIG_SGI@%$CONFIG_SGI%g
s%@moddir@%$moddir%g
s%@modsubdir@%$modsubdir%g
s%@moddir_tree@%$moddir_tree%g
s%@processor@%$processor%g
s%@LD@%$LD%g
s%@CONFIG_X86@%$CONFIG_X86%g
s%@CONFIG_ALPHA@%$CONFIG_ALPHA%g
s%@CONFIG_L3@%$CONFIG_L3%g
s%@CONFIG_ARM@%$CONFIG_ARM%g
s%@CONFIG_PPC@%$CONFIG_PPC%g
s%@CONFIG_ISA@%$CONFIG_ISA%g
s%@CONFIG_PARISC@%$CONFIG_PARISC%g
s%@CONFIG_SND_BIT32_EMUL@%$CONFIG_SND_BIT32_EMUL%g
s%@msmp@%$msmp%g
s%@CONFIG_ISAPNP_KERNEL@%$CONFIG_ISAPNP_KERNEL%g
s%@CONFIG_PNP_KERNEL@%$CONFIG_PNP_KERNEL%g
s%@CONFIG_ISAPNP@%$CONFIG_ISAPNP%g
s%@CONFIG_SND_VERSION@%$CONFIG_SND_VERSION%g
s%@CONFIG_SND_DATE@%$CONFIG_SND_DATE%g
s%@CONFIG_SND_SEQUENCER@%$CONFIG_SND_SEQUENCER%g
s%@CONFIG_SND_OSSEMUL@%$CONFIG_SND_OSSEMUL%g
s%@CONFIG_SND_RTCTIMER@%$CONFIG_SND_RTCTIMER%g
s%@CONFIG_RTC@%$CONFIG_RTC%g
s%@CONFIG_USB@%$CONFIG_USB%g
s%@CONFIG_PCMCIA@%$CONFIG_PCMCIA%g
s%@CONFIG_X86_PC9800@%$CONFIG_X86_PC9800%g
s%@CONFIG_SND_DUMMY@%$CONFIG_SND_DUMMY%g
s%@CONFIG_SND_VIRMIDI@%$CONFIG_SND_VIRMIDI%g
s%@CONFIG_SND_SERIAL_U16550@%$CONFIG_SND_SERIAL_U16550%g
s%@CONFIG_SND_MTPAV@%$CONFIG_SND_MTPAV%g
s%@CONFIG_SND_MPU401@%$CONFIG_SND_MPU401%g
s%@CONFIG_SND_ALS100@%$CONFIG_SND_ALS100%g
s%@CONFIG_SND_AZT2320@%$CONFIG_SND_AZT2320%g
s%@CONFIG_SND_CMI8330@%$CONFIG_SND_CMI8330%g
s%@CONFIG_SND_DT019X@%$CONFIG_SND_DT019X%g
s%@CONFIG_SND_ES18XX@%$CONFIG_SND_ES18XX%g
s%@CONFIG_SND_OPL3SA2@%$CONFIG_SND_OPL3SA2%g
s%@CONFIG_SND_SGALAXY@%$CONFIG_SND_SGALAXY%g
s%@CONFIG_SND_SSCAPE@%$CONFIG_SND_SSCAPE%g
s%@CONFIG_SND_AD1816A@%$CONFIG_SND_AD1816A%g
s%@CONFIG_SND_AD1848@%$CONFIG_SND_AD1848%g
s%@CONFIG_SND_CS4231@%$CONFIG_SND_CS4231%g
s%@CONFIG_SND_CS4232@%$CONFIG_SND_CS4232%g
s%@CONFIG_SND_CS4236@%$CONFIG_SND_CS4236%g
s%@CONFIG_SND_PC98_CS4232@%$CONFIG_SND_PC98_CS4232%g
s%@CONFIG_SND_ES1688@%$CONFIG_SND_ES1688%g
s%@CONFIG_SND_GUSCLASSIC@%$CONFIG_SND_GUSCLASSIC%g
s%@CONFIG_SND_GUSMAX@%$CONFIG_SND_GUSMAX%g
s%@CONFIG_SND_GUSEXTREME@%$CONFIG_SND_GUSEXTREME%g
s%@CONFIG_SND_INTERWAVE@%$CONFIG_SND_INTERWAVE%g
s%@CONFIG_SND_INTERWAVE_STB@%$CONFIG_SND_INTERWAVE_STB%g
s%@CONFIG_SND_OPTI92X_AD1848@%$CONFIG_SND_OPTI92X_AD1848%g
s%@CONFIG_SND_OPTI92X_CS4231@%$CONFIG_SND_OPTI92X_CS4231%g
s%@CONFIG_SND_OPTI93X@%$CONFIG_SND_OPTI93X%g
s%@CONFIG_SND_SB8@%$CONFIG_SND_SB8%g
s%@CONFIG_SND_SB16@%$CONFIG_SND_SB16%g
s%@CONFIG_SND_SBAWE@%$CONFIG_SND_SBAWE%g
s%@CONFIG_SND_ES968@%$CONFIG_SND_ES968%g
s%@CONFIG_SND_WAVEFRONT@%$CONFIG_SND_WAVEFRONT%g
s%@CONFIG_SND_ALS4000@%$CONFIG_SND_ALS4000%g
s%@CONFIG_SND_CMIPCI@%$CONFIG_SND_CMIPCI%g
s%@CONFIG_SND_CS4281@%$CONFIG_SND_CS4281%g
s%@CONFIG_SND_ENS1370@%$CONFIG_SND_ENS1370%g
s%@CONFIG_SND_ENS1371@%$CONFIG_SND_ENS1371%g
s%@CONFIG_SND_ES1938@%$CONFIG_SND_ES1938%g
s%@CONFIG_SND_ES1968@%$CONFIG_SND_ES1968%g
s%@CONFIG_SND_FM801@%$CONFIG_SND_FM801%g
s%@CONFIG_SND_INTEL8X0@%$CONFIG_SND_INTEL8X0%g
s%@CONFIG_SND_MAESTRO3@%$CONFIG_SND_MAESTRO3%g
s%@CONFIG_SND_RME32@%$CONFIG_SND_RME32%g
s%@CONFIG_SND_RME96@%$CONFIG_SND_RME96%g
s%@CONFIG_SND_SONICVIBES@%$CONFIG_SND_SONICVIBES%g
s%@CONFIG_SND_VIA82XX@%$CONFIG_SND_VIA82XX%g
s%@CONFIG_SND_ALI5451@%$CONFIG_SND_ALI5451%g
s%@CONFIG_SND_CS46XX@%$CONFIG_SND_CS46XX%g
s%@CONFIG_SND_EMU10K1@%$CONFIG_SND_EMU10K1%g
s%@CONFIG_SND_ICE1712@%$CONFIG_SND_ICE1712%g
s%@CONFIG_SND_ICE1724@%$CONFIG_SND_ICE1724%g
s%@CONFIG_SND_KORG1212@%$CONFIG_SND_KORG1212%g
s%@CONFIG_SND_NM256@%$CONFIG_SND_NM256%g
s%@CONFIG_SND_RME9652@%$CONFIG_SND_RME9652%g
s%@CONFIG_SND_HDSP@%$CONFIG_SND_HDSP%g
s%@CONFIG_SND_TRIDENT@%$CONFIG_SND_TRIDENT%g
s%@CONFIG_SND_VX222@%$CONFIG_SND_VX222%g
s%@CONFIG_SND_YMFPCI@%$CONFIG_SND_YMFPCI%g
s%@CONFIG_SND_POWERMAC@%$CONFIG_SND_POWERMAC%g
s%@CONFIG_SND_SA11XX_UDA1341@%$CONFIG_SND_SA11XX_UDA1341%g
s%@CONFIG_SND_BACKPAQ_UDA1341@%$CONFIG_SND_BACKPAQ_UDA1341%g
s%@CONFIG_SND_PXA_UDA1380@%$CONFIG_SND_PXA_UDA1380%g
s%@CONFIG_SND_USB_AUDIO@%$CONFIG_SND_USB_AUDIO%g
s%@CONFIG_SND_HARMONY@%$CONFIG_SND_HARMONY%g
s%@CONFIG_SND_VXPOCKET@%$CONFIG_SND_VXPOCKET%g
s%@CONFIG_SND_VXP440@%$CONFIG_SND_VXP440%g
s%@CONFIG_SND_SERIALMIDI@%$CONFIG_SND_SERIALMIDI%g
s%@CONFIG_SND_AZT3328@%$CONFIG_SND_AZT3328%g
s%@CONFIG_SND_PDPLUS@%$CONFIG_SND_PDPLUS%g
s%@CONFIG_SND_MSND_PINNACLE@%$CONFIG_SND_MSND_PINNACLE%g
s%@c_opts@%$c_opts%g
s%@m_opts@%$m_opts%g
s%@GENKSYMS@%$GENKSYMS%g
s%@EXTRA_INCLUDES@%$EXTRA_INCLUDES%g

CEOF
EOF

cat >> $CONFIG_STATUS <<\EOF

# Split the substitutions into bite-sized pieces for seds with
# small command number limits, like on Digital OSF/1 and HP-UX.
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
ac_file=1 # Number of current file.
ac_beg=1 # First line for current file.
ac_end=$ac_max_sed_cmds # Line after last line for current file.
ac_more_lines=:
ac_sed_cmds=""
while $ac_more_lines; do
  if test $ac_beg -gt 1; then
    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  else
    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  fi
  if test ! -s conftest.s$ac_file; then
    ac_more_lines=false
    rm -f conftest.s$ac_file
  else
    if test -z "$ac_sed_cmds"; then
      ac_sed_cmds="sed -f conftest.s$ac_file"
    else
      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
    fi
    ac_file=`expr $ac_file + 1`
    ac_beg=$ac_end
    ac_end=`expr $ac_end + $ac_max_sed_cmds`
  fi
done
if test -z "$ac_sed_cmds"; then
  ac_sed_cmds=cat
fi
EOF

cat >> $CONFIG_STATUS <<EOF

CONFIG_FILES=\${CONFIG_FILES-"version Makefile.conf snddevices utils/alsa-driver.spec utils/buildrpm toplevel.config"}
EOF
cat >> $CONFIG_STATUS <<\EOF
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  case "$ac_file" in
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  *) ac_file_in="${ac_file}.in" ;;
  esac

  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.

  # Remove last slash and all that follows it.  Not all systems have dirname.
  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
    # The file is in a subdirectory.
    test ! -d "$ac_dir" && mkdir "$ac_dir"
    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
    # A "../" for each directory in $ac_dir_suffix.
    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  else
    ac_dir_suffix= ac_dots=
  fi

  case "$ac_given_srcdir" in
  .)  srcdir=.
      if test -z "$ac_dots"; then top_srcdir=.
      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  *) # Relative path.
    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
    top_srcdir="$ac_dots$ac_given_srcdir" ;;
  esac

  case "$ac_given_INSTALL" in
  [/$]*) INSTALL="$ac_given_INSTALL" ;;
  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  esac

  echo creating "$ac_file"
  rm -f "$ac_file"
  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  case "$ac_file" in
  *Makefile*) ac_comsub="1i\\
# $configure_input" ;;
  *) ac_comsub= ;;
  esac

  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  sed -e "$ac_comsub
s%@configure_input@%$configure_input%g
s%@srcdir@%$srcdir%g
s%@top_srcdir@%$top_srcdir%g
s%@INSTALL@%$INSTALL%g
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
fi; done
rm -f conftest.s*

# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
# NAME is the cpp macro being defined and VALUE is the value it is being given.
#
# ac_d sets the value in "#define NAME VALUE" lines.
ac_dA='s%^\([ 	]*\)#\([ 	]*define[ 	][ 	]*\)'
ac_dB='\([ 	][ 	]*\)[^ 	]*%\1#\2'
ac_dC='\3'
ac_dD='%g'
# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
ac_uA='s%^\([ 	]*\)#\([ 	]*\)undef\([ 	][ 	]*\)'
ac_uB='\([ 	]\)%\1#\2define\3'
ac_uC=' '
ac_uD='\4%g'
# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ac_eA='s%^\([ 	]*\)#\([ 	]*\)undef\([ 	][ 	]*\)'
ac_eB='$%\1#\2define\3'
ac_eC=' '
ac_eD='%g'

if test "${CONFIG_HEADERS+set}" != set; then
EOF
cat >> $CONFIG_STATUS <<EOF
  CONFIG_HEADERS="include/config.h include/config1.h include/version.h"
EOF
cat >> $CONFIG_STATUS <<\EOF
fi
for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  case "$ac_file" in
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  *) ac_file_in="${ac_file}.in" ;;
  esac

  echo creating $ac_file

  rm -f conftest.frag conftest.in conftest.out
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  cat $ac_file_inputs > conftest.in

EOF

# Transform confdefs.h into a sed script conftest.vals that substitutes
# the proper values into config.h.in to produce config.h.  And first:
# Protect against being on the right side of a sed subst in config.status.
# Protect against being in an unquoted here document in config.status.
rm -f conftest.vals
cat > conftest.hdr <<\EOF
s/[\\&%]/\\&/g
s%[\\$`]%\\&%g
s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
s%ac_d%ac_u%gp
s%ac_u%ac_e%gp
EOF
sed -n -f conftest.hdr confdefs.h > conftest.vals
rm -f conftest.hdr

# This sed command replaces #undef with comments.  This is necessary, for
# example, in the case of _POSIX_SOURCE, which is predefined and required
# on some systems where configure will not decide to define it.
cat >> conftest.vals <<\EOF
s%^[ 	]*#[ 	]*undef[ 	][ 	]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
EOF

# Break up conftest.vals because some shells have a limit on
# the size of here documents, and old seds have small limits too.

rm -f conftest.tail
while :
do
  ac_lines=`grep -c . conftest.vals`
  # grep -c gives empty output for an empty file on some AIX systems.
  if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  # Write a limited-size here document to conftest.frag.
  echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  echo 'CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in
' >> $CONFIG_STATUS
  sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  rm -f conftest.vals
  mv conftest.tail conftest.vals
done
rm -f conftest.vals

cat >> $CONFIG_STATUS <<\EOF
  rm -f conftest.frag conftest.h
  echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  cat conftest.in >> conftest.h
  rm -f conftest.in
  if cmp -s $ac_file conftest.h 2>/dev/null; then
    echo "$ac_file is unchanged"
    rm -f conftest.h
  else
    # Remove last slash and all that follows it.  Not all systems have dirname.
      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
      # The file is in a subdirectory.
      test ! -d "$ac_dir" && mkdir "$ac_dir"
    fi
    rm -f $ac_file
    mv conftest.h $ac_file
  fi
fi; done

EOF
cat >> $CONFIG_STATUS <<EOF

EOF
cat >> $CONFIG_STATUS <<\EOF

exit 0
EOF
chmod +x $CONFIG_STATUS
rm -fr confdefs* $ac_clean_files
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1


chmod 755 $srcdir/snddevices
