/[openvortex]/alsa/configure
ViewVC logotype

Diff of /alsa/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by vizard, Sun Jun 15 21:01:28 2003 UTC revision 1.5 by vizard, Mon Aug 11 00:14:17 2003 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2  # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
3  # Generated by Autoconf 2.52.  # Generated by GNU Autoconf 2.57.
4  #  #
5  # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001  # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
6  # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
7  # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
8  # gives unlimited permission to copy, distribute and modify it.  # gives unlimited permission to copy, distribute and modify it.
9    ## --------------------- ##
10    ## M4sh Initialization.  ##
11    ## --------------------- ##
12    
13    # Be Bourne compatible
14    if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
15      emulate sh
16      NULLCMD=:
17      # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
18      # is contrary to our usage.  Disable this feature.
19      alias -g '${1+"$@"}'='"$@"'
20    elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
21      set -o posix
22    fi
23    
24    # Support unset when possible.
25    if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
26      as_unset=unset
27    else
28      as_unset=false
29    fi
30    
31    
32    # Work around bugs in pre-3.0 UWIN ksh.
33    $as_unset ENV MAIL MAILPATH
34    PS1='$ '
35    PS2='> '
36    PS4='+ '
37    
38    # NLS nuisances.
39    for as_var in \
40      LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41      LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42      LC_TELEPHONE LC_TIME
43    do
44      if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
45        eval $as_var=C; export $as_var
46      else
47        $as_unset $as_var
48      fi
49    done
50    
51    # Required to use basename.
52    if expr a : '\(a\)' >/dev/null 2>&1; then
53      as_expr=expr
54    else
55      as_expr=false
56    fi
57    
58    if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59      as_basename=basename
60    else
61      as_basename=false
62    fi
63    
64    
65    # Name of the executable.
66    as_me=`$as_basename "$0" ||
67    $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68             X"$0" : 'X\(//\)$' \| \
69             X"$0" : 'X\(/\)$' \| \
70             .     : '\(.\)' 2>/dev/null ||
71    echo X/"$0" |
72        sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73              /^X\/\(\/\/\)$/{ s//\1/; q; }
74              /^X\/\(\/\).*/{ s//\1/; q; }
75              s/.*/./; q'`
76    
77    
78    # PATH needs CR, and LINENO needs CR and PATH.
79  # Avoid depending upon Character Ranges.  # Avoid depending upon Character Ranges.
80  as_cr_letters='abcdefghijklmnopqrstuvwxyz'  as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81  as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'  as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
# Line 14  as_cr_Letters=$as_cr_letters$as_cr_LETTE Line 83  as_cr_Letters=$as_cr_letters$as_cr_LETTE
83  as_cr_digits='0123456789'  as_cr_digits='0123456789'
84  as_cr_alnum=$as_cr_Letters$as_cr_digits  as_cr_alnum=$as_cr_Letters$as_cr_digits
85    
86  # Sed expression to map a string onto a valid variable name.  # The user is always right.
87  as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"  if test "${PATH_SEPARATOR+set}" != set; then
88      echo "#! /bin/sh" >conf$$.sh
89      echo  "exit 0"   >>conf$$.sh
90      chmod +x conf$$.sh
91      if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92        PATH_SEPARATOR=';'
93      else
94        PATH_SEPARATOR=:
95      fi
96      rm -f conf$$.sh
97    fi
98    
 # Sed expression to map a string onto a valid CPP name.  
 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"  
99    
100  # Be Bourne compatible    as_lineno_1=$LINENO
101  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then    as_lineno_2=$LINENO
102    emulate sh    as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103    NULLCMD=:    test "x$as_lineno_1" != "x$as_lineno_2" &&
104  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then    test "x$as_lineno_3"  = "x$as_lineno_2"  || {
105    set -o posix    # Find who we are.  Look in the path if we contain no path at all
106  fi    # relative or not.
107      case $0 in
108        *[\\/]* ) as_myself=$0 ;;
109        *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110    for as_dir in $PATH
111    do
112      IFS=$as_save_IFS
113      test -z "$as_dir" && as_dir=.
114      test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115    done
116    
117  # Name of the executable.         ;;
118  as_me=`echo "$0" |sed 's,.*[\\/],,'`    esac
119      # We did not find ourselves, most probably we were run as `sh COMMAND'
120      # in which case we are not to be found in the path.
121      if test "x$as_myself" = x; then
122        as_myself=$0
123      fi
124      if test ! -f "$as_myself"; then
125        { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126       { (exit 1); exit 1; }; }
127      fi
128      case $CONFIG_SHELL in
129      '')
130        as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131    for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132    do
133      IFS=$as_save_IFS
134      test -z "$as_dir" && as_dir=.
135      for as_base in sh bash ksh sh5; do
136             case $as_dir in
137             /*)
138               if ("$as_dir/$as_base" -c '
139      as_lineno_1=$LINENO
140      as_lineno_2=$LINENO
141      as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142      test "x$as_lineno_1" != "x$as_lineno_2" &&
143      test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
144                 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145                 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146                 CONFIG_SHELL=$as_dir/$as_base
147                 export CONFIG_SHELL
148                 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149               fi;;
150             esac
151           done
152    done
153    ;;
154      esac
155    
156      # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157      # uniformly replaced by the line number.  The first 'sed' inserts a
158      # line-number line before each line; the second 'sed' does the real
159      # work.  The second script uses 'N' to pair each line-number line
160      # with the numbered line, and appends trailing '-' during
161      # substitution so that $LINENO is not a special case at line end.
162      # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163      # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
164      sed '=' <$as_myself |
165        sed '
166          N
167          s,$,-,
168          : loop
169          s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170          t loop
171          s,-$,,
172          s,^['$as_cr_digits']*\n,,
173        ' >$as_me.lineno &&
174      chmod +x $as_me.lineno ||
175        { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176       { (exit 1); exit 1; }; }
177    
178      # Don't try to exec as it changes $[0], causing all sort of problems
179      # (the dirname of $[0] is not the place where we might find the
180      # original and so on.  Autoconf is especially sensible to this).
181      . ./$as_me.lineno
182      # Exit status is that of the last command.
183      exit
184    }
185    
186    
187    case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188      *c*,-n*) ECHO_N= ECHO_C='
189    ' ECHO_T='      ' ;;
190      *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191      *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
192    esac
193    
194  if expr a : '\(a\)' >/dev/null 2>&1; then  if expr a : '\(a\)' >/dev/null 2>&1; then
195    as_expr=expr    as_expr=expr
# Line 55  else Line 215  else
215  fi  fi
216  rm -f conf$$ conf$$.exe conf$$.file  rm -f conf$$ conf$$.exe conf$$.file
217    
218  as_executable_p="test -f"  if mkdir -p . 2>/dev/null; then
219      as_mkdir_p=:
 # Support unset when possible.  
 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then  
   as_unset=unset  
220  else  else
221    as_unset=false    as_mkdir_p=false
222  fi  fi
223    
224  # NLS nuisances.  as_executable_p="test -f"
225  $as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }  
226  $as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }  # Sed expression to map a string onto a valid CPP name.
227  $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }  as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
228  $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }  
229  $as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }  # Sed expression to map a string onto a valid variable name.
230  $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }  as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
231  $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }  
 $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }  
232    
233  # IFS  # IFS
234  # We need space, tab and new line, in precisely that order.  # We need space, tab and new line, in precisely that order.
# Line 81  as_nl=' Line 237  as_nl='
237  IFS="   $as_nl"  IFS="   $as_nl"
238    
239  # CDPATH.  # CDPATH.
240  $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }  $as_unset CDPATH
241    
242    
243  # Name of the host.  # Name of the host.
244  # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,  # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
# Line 94  exec 6>&1 Line 251  exec 6>&1
251  # Initializations.  # Initializations.
252  #  #
253  ac_default_prefix=/usr/local  ac_default_prefix=/usr/local
254    ac_config_libobj_dir=.
255  cross_compiling=no  cross_compiling=no
256  subdirs=  subdirs=
257  MFLAGS= MAKEFLAGS=  MFLAGS=
258    MAKEFLAGS=
259  SHELL=${CONFIG_SHELL-/bin/sh}  SHELL=${CONFIG_SHELL-/bin/sh}
260    
261  # Maximum number of lines to put in a shell here document.  # Maximum number of lines to put in a shell here document.
# Line 104  SHELL=${CONFIG_SHELL-/bin/sh} Line 263  SHELL=${CONFIG_SHELL-/bin/sh}
263  # only ac_max_sed_lines should be used.  # only ac_max_sed_lines should be used.
264  : ${ac_max_here_lines=38}  : ${ac_max_here_lines=38}
265    
266    # Identity of this package.
267    PACKAGE_NAME=
268    PACKAGE_TARNAME=
269    PACKAGE_VERSION=
270    PACKAGE_STRING=
271    PACKAGE_BUGREPORT=
272    
273  ac_unique_file="acore/sound.patch"  ac_unique_file="acore/sound.patch"
274  ac_default_prefix=/usr  ac_default_prefix=/usr
275    ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT RANLIB ac_ct_RANLIB INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AR AS CPP EGREP SRCDIR CROSS_COMPILE CONFIG_SND_KERNELDIR kaversion kversion kpatchlevel ksublevel kextraversion CONFIG_SND_MVERSION CONFIG_PCI CONFIG_SGI moddir modsubdir moddir_tree processor LD CONFIG_X86 CONFIG_ALPHA CONFIG_L3 CONFIG_ARM CONFIG_PPC CONFIG_ISA CONFIG_PARISC CONFIG_SND_BIT32_EMUL msmp CONFIG_ISAPNP_KERNEL CONFIG_PNP_KERNEL CONFIG_ISAPNP CONFIG_SND_VERSION CONFIG_SND_DATE CONFIG_SND_SEQUENCER CONFIG_SND_OSSEMUL CONFIG_SND_RTCTIMER CONFIG_RTC CONFIG_USB CONFIG_PCMCIA CONFIG_X86_PC9800 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_AZT3328 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_USB_AUDIO CONFIG_SND_HARMONY CONFIG_SND_VXPOCKET CONFIG_SND_VXP440 CONFIG_SND_SERIALMIDI CONFIG_SND_PDPLUS CONFIG_SND_MIXART CONFIG_SND_MSND_PINNACLE CONFIG_SND_PDAUDIOCF CONFIG_SND_AU8810 CONFIG_SND_AU8820 CONFIG_SND_AU8830 c_opts m_opts GENKSYMS EXTRA_INCLUDES LIBOBJS LTLIBOBJS'
276    ac_subst_files=''
277    
278  # Initialize some variables set by options.  # Initialize some variables set by options.
279  ac_init_help=  ac_init_help=
# Line 145  oldincludedir='/usr/include' Line 313  oldincludedir='/usr/include'
313  infodir='${prefix}/info'  infodir='${prefix}/info'
314  mandir='${prefix}/man'  mandir='${prefix}/man'
315    
 # Identity of this package.  
 PACKAGE_NAME=  
 PACKAGE_TARNAME=  
 PACKAGE_VERSION=  
 PACKAGE_STRING=  
 PACKAGE_BUGREPORT=  
   
316  ac_prev=  ac_prev=
317  for ac_option  for ac_option
318  do  do
# Line 284  do Line 445  do
445      with_fp=no ;;      with_fp=no ;;
446    
447    -no-create | --no-create | --no-creat | --no-crea | --no-cre \    -no-create | --no-create | --no-creat | --no-crea | --no-cre \
448    | --no-cr | --no-c)    | --no-cr | --no-c | -n)
449      no_create=yes ;;      no_create=yes ;;
450    
451    -no-recursion | --no-recursion | --no-recursio | --no-recursi \    -no-recursion | --no-recursion | --no-recursio | --no-recursi \
# Line 463  do Line 624  do
624    eval ac_val=$`echo $ac_var`    eval ac_val=$`echo $ac_var`
625    case $ac_val in    case $ac_val in
626      [\\/$]* | ?:[\\/]* | NONE | '' ) ;;      [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
627      *)  { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2      *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
628     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
629    esac    esac
630  done  done
# Line 475  do Line 636  do
636    eval ac_val=$`echo $ac_var`    eval ac_val=$`echo $ac_var`
637    case $ac_val in    case $ac_val in
638      [\\/$]* | ?:[\\/]* ) ;;      [\\/$]* | ?:[\\/]* ) ;;
639      *)  { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2      *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
640     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
641    esac    esac
642  done  done
643    
644  # There might be people who depend on the old broken behavior: `$host'  # There might be people who depend on the old broken behavior: `$host'
645  # used to hold the argument of --host etc.  # used to hold the argument of --host etc.
646    # FIXME: To remove some day.
647  build=$build_alias  build=$build_alias
648  host=$host_alias  host=$host_alias
649  target=$target_alias  target=$target_alias
650    
651  # FIXME: should be removed in autoconf 3.0.  # FIXME: To remove some day.
652  if test "x$host_alias" != x; then  if test "x$host_alias" != x; then
653    if test "x$build_alias" = x; then    if test "x$build_alias" = x; then
654      cross_compiling=maybe      cross_compiling=maybe
# Line 502  test -n "$host_alias" && ac_tool_prefix= Line 664  test -n "$host_alias" && ac_tool_prefix=
664    
665  test "$silent" = yes && exec 6>/dev/null  test "$silent" = yes && exec 6>/dev/null
666    
667    
668  # Find the source files, if location was not specified.  # Find the source files, if location was not specified.
669  if test -z "$srcdir"; then  if test -z "$srcdir"; then
670    ac_srcdir_defaulted=yes    ac_srcdir_defaulted=yes
671    # Try the directory containing this script, then its parent.    # Try the directory containing this script, then its parent.
672    ac_prog=$0    ac_confdir=`(dirname "$0") 2>/dev/null ||
673    ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'`  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
674    test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.           X"$0" : 'X\(//\)[^/]' \| \
675             X"$0" : 'X\(//\)$' \| \
676             X"$0" : 'X\(/\)' \| \
677             .     : '\(.\)' 2>/dev/null ||
678    echo X"$0" |
679        sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
680              /^X\(\/\/\)[^/].*/{ s//\1/; q; }
681              /^X\(\/\/\)$/{ s//\1/; q; }
682              /^X\(\/\).*/{ s//\1/; q; }
683              s/.*/./; q'`
684    srcdir=$ac_confdir    srcdir=$ac_confdir
685    if test ! -r $srcdir/$ac_unique_file; then    if test ! -r $srcdir/$ac_unique_file; then
686      srcdir=..      srcdir=..
# Line 518  else Line 690  else
690  fi  fi
691  if test ! -r $srcdir/$ac_unique_file; then  if test ! -r $srcdir/$ac_unique_file; then
692    if test "$ac_srcdir_defaulted" = yes; then    if test "$ac_srcdir_defaulted" = yes; then
693      { echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2      { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
694     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
695    else    else
696      { echo "$as_me: error: cannot find sources in $srcdir" >&2      { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
697     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
698    fi    fi
699  fi  fi
700    (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
701      { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
702       { (exit 1); exit 1; }; }
703  srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`  srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
704  ac_env_build_alias_set=${build_alias+set}  ac_env_build_alias_set=${build_alias+set}
705  ac_env_build_alias_value=$build_alias  ac_env_build_alias_value=$build_alias
# Line 565  ac_cv_env_CPP_value=$CPP Line 740  ac_cv_env_CPP_value=$CPP
740  if test "$ac_init_help" = "long"; then  if test "$ac_init_help" = "long"; then
741    # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
742    # This message is too long to be a string in the A/UX 3.1 sh.    # This message is too long to be a string in the A/UX 3.1 sh.
743    cat <<EOF    cat <<_ACEOF
744  \`configure' configures this package to adapt to many kinds of systems.  \`configure' configures this package to adapt to many kinds of systems.
745    
746  Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
# Line 586  Configuration: Line 761  Configuration:
761    -n, --no-create         do not create output files    -n, --no-create         do not create output files
762        --srcdir=DIR        find the sources in DIR [configure dir or \`..']        --srcdir=DIR        find the sources in DIR [configure dir or \`..']
763    
764  EOF  _ACEOF
765    
766    cat <<EOF    cat <<_ACEOF
767  Installation directories:  Installation directories:
768    --prefix=PREFIX         install architecture-independent files in PREFIX    --prefix=PREFIX         install architecture-independent files in PREFIX
769                            [$ac_default_prefix]                            [$ac_default_prefix]
# Line 615  Fine tuning of the installation director Line 790  Fine tuning of the installation director
790    --oldincludedir=DIR    C header files for non-gcc [/usr/include]    --oldincludedir=DIR    C header files for non-gcc [/usr/include]
791    --infodir=DIR          info documentation [PREFIX/info]    --infodir=DIR          info documentation [PREFIX/info]
792    --mandir=DIR           man documentation [PREFIX/man]    --mandir=DIR           man documentation [PREFIX/man]
793  EOF  _ACEOF
794    
795    cat <<\EOF    cat <<\_ACEOF
796  EOF  _ACEOF
797  fi  fi
798    
799  if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
800    
801    cat <<\EOF    cat <<\_ACEOF
802    
803  Optional Features:  Optional Features:
804    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
# Line 655  Optional Packages: Line 830  Optional Packages:
830                            gusclassic, gusmax, gusextreme, interwave,                            gusclassic, gusmax, gusextreme, interwave,
831                            interwave-stb, opti92x-ad1848, opti92x-cs4231,                            interwave-stb, opti92x-ad1848, opti92x-cs4231,
832                            opti93x, sb8, sb16, sbawe, es968, wavefront,                            opti93x, sb8, sb16, sbawe, es968, wavefront,
833                            als4000, cmipci, cs4281, ens1370, ens1371,                            als4000, azt3328, cmipci, cs4281, ens1370,
834                            es1938, es1968, fm801, intel8x0, maestro3, rme32,                            ens1371, es1938, es1968, fm801, intel8x0,
835                            rme96, sonicvibes, via82xx, ali5451, cs46xx,                            maestro3, rme32, rme96, sonicvibes, via82xx,
836                            emu10k1, ice1712, ice1724, korg1212, nm256,                            ali5451, cs46xx, emu10k1, ice1712, ice1724,
837                            rme9652, hdsp, trident, vx222, ymfpci, powermac,                            korg1212, nm256, rme9652, hdsp, trident, vx222,
838                            sa11xx-uda1341, usb-audio, harmony, vxpocket,                            ymfpci, powermac, sa11xx-uda1341, usb-audio,
839                            vxp440, serialmidi, azt3328, pdplus,                            harmony, vxpocket, vxp440, serialmidi, pdplus,
840                            msnd-pinnacle, au8810, au8820, au8830                            mixart, msnd-pinnacle, pdaudiocf, au8810, au8820,
841                              au8830
842    
843  Some influential environment variables:  Some influential environment variables:
844    CC          C compiler command    CC          C compiler command
# Line 676  Some influential environment variables: Line 852  Some influential environment variables:
852  Use these variables to override the choices made by `configure' or to help  Use these variables to override the choices made by `configure' or to help
853  it to find libraries and programs with nonstandard names/locations.  it to find libraries and programs with nonstandard names/locations.
854    
855  EOF  _ACEOF
856  fi  fi
857    
858  if test "$ac_init_help" = "recursive"; then  if test "$ac_init_help" = "recursive"; then
859    # If there are subdirs, report their specific --help.    # If there are subdirs, report their specific --help.
860    ac_popdir=`pwd`    ac_popdir=`pwd`
861    for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue    for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
862      cd $ac_subdir      test -d $ac_dir || continue
863      # A "../" for each directory in /$ac_subdir.      ac_builddir=.
864      ac_dots=`echo $ac_subdir |  
865               sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`  if test "$ac_dir" != .; then
866      ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
867      case $srcdir in    # A "../" for each directory in $ac_dir_suffix.
868      .) # No --srcdir option.  We are building in place.    ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
869        ac_sub_srcdir=$srcdir ;;  else
870      [\\/]* | ?:[\\/]* ) # Absolute path.    ac_dir_suffix= ac_top_builddir=
871        ac_sub_srcdir=$srcdir/$ac_subdir ;;  fi
872      *) # Relative path.  
873        ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;  case $srcdir in
874      esac    .)  # No --srcdir option.  We are building in place.
875        ac_srcdir=.
876        if test -z "$ac_top_builddir"; then
877           ac_top_srcdir=.
878        else
879           ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
880        fi ;;
881      [\\/]* | ?:[\\/]* )  # Absolute path.
882        ac_srcdir=$srcdir$ac_dir_suffix;
883        ac_top_srcdir=$srcdir ;;
884      *) # Relative path.
885        ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
886        ac_top_srcdir=$ac_top_builddir$srcdir ;;
887    esac
888    # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
889    # absolute.
890    ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
891    ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
892    ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
893    ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
894    
895        cd $ac_dir
896      # Check for guested configure; otherwise get Cygnus style configure.      # Check for guested configure; otherwise get Cygnus style configure.
897      if test -f $ac_sub_srcdir/configure.gnu; then      if test -f $ac_srcdir/configure.gnu; then
898        echo        echo
899        $SHELL $ac_sub_srcdir/configure.gnu  --help=recursive        $SHELL $ac_srcdir/configure.gnu  --help=recursive
900      elif test -f $ac_sub_srcdir/configure; then      elif test -f $ac_srcdir/configure; then
901        echo        echo
902        $SHELL $ac_sub_srcdir/configure  --help=recursive        $SHELL $ac_srcdir/configure  --help=recursive
903      elif test -f $ac_sub_srcdir/configure.ac ||      elif test -f $ac_srcdir/configure.ac ||
904             test -f $ac_sub_srcdir/configure.in; then             test -f $ac_srcdir/configure.in; then
905        echo        echo
906        $ac_configure --help        $ac_configure --help
907      else      else
908        echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2        echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
909      fi      fi
910      cd $ac_popdir      cd $ac_popdir
911    done    done
# Line 717  fi Line 913  fi
913    
914  test -n "$ac_init_help" && exit 0  test -n "$ac_init_help" && exit 0
915  if $ac_init_version; then  if $ac_init_version; then
916    cat <<\EOF    cat <<\_ACEOF
917    
918  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
919  Free Software Foundation, Inc.  Free Software Foundation, Inc.
920  This configure script is free software; the Free Software Foundation  This configure script is free software; the Free Software Foundation
921  gives unlimited permission to copy, distribute and modify it.  gives unlimited permission to copy, distribute and modify it.
922  EOF  _ACEOF
923    exit 0    exit 0
924  fi  fi
925  exec 5>config.log  exec 5>config.log
926  cat >&5 <<EOF  cat >&5 <<_ACEOF
927  This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
928  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
929    
930  It was created by $as_me, which was  It was created by $as_me, which was
931  generated by GNU Autoconf 2.52.  Invocation command line was  generated by GNU Autoconf 2.57.  Invocation command line was
932    
933    $ $0 $@    $ $0 $@
934    
935  EOF  _ACEOF
936  {  {
937  cat <<_ASUNAME  cat <<_ASUNAME
938  ## ---------- ##  ## --------- ##
939  ## Platform.  ##  ## Platform. ##
940  ## ---------- ##  ## --------- ##
941    
942  hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`  hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
943  uname -m = `(uname -m) 2>/dev/null || echo unknown`  uname -m = `(uname -m) 2>/dev/null || echo unknown`
# Line 760  hostinfo               = `(hostinfo) 2>/ Line 956  hostinfo               = `(hostinfo) 2>/
956  /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`  /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
957  /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`  /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
958    
 PATH = $PATH  
   
959  _ASUNAME  _ASUNAME
960    
961    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
962    for as_dir in $PATH
963    do
964      IFS=$as_save_IFS
965      test -z "$as_dir" && as_dir=.
966      echo "PATH: $as_dir"
967    done
968    
969  } >&5  } >&5
970    
971  cat >&5 <<EOF  cat >&5 <<_ACEOF
972  ## ------------ ##  
973  ## Core tests.  ##  
974  ## ------------ ##  ## ----------- ##
975    ## Core tests. ##
976    ## ----------- ##
977    
978    _ACEOF
979    
 EOF  
980    
981  # Keep a trace of the command line.  # Keep a trace of the command line.
982  # Strip out --no-create and --no-recursion so they do not pile up.  # Strip out --no-create and --no-recursion so they do not pile up.
983    # Strip out --silent because we don't want to record it for future runs.
984  # Also quote any args containing shell meta-characters.  # Also quote any args containing shell meta-characters.
985    # Make two passes to allow for proper duplicate-argument suppression.
986  ac_configure_args=  ac_configure_args=
987    ac_configure_args0=
988    ac_configure_args1=
989  ac_sep=  ac_sep=
990  for ac_arg  ac_must_keep_next=false
991    for ac_pass in 1 2
992  do  do
993    case $ac_arg in    for ac_arg
994    -no-create | --no-create | --no-creat | --no-crea | --no-cre \    do
995    | --no-cr | --no-c) ;;      case $ac_arg in
996    -no-recursion | --no-recursion | --no-recursio | --no-recursi \      -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
997    | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;      -q | -quiet | --quiet | --quie | --qui | --qu | --q \
998    *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)      | -silent | --silent | --silen | --sile | --sil)
999      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`        continue ;;
1000      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"      *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1001      ac_sep=" " ;;        ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1002    *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg"      esac
1003       ac_sep=" " ;;      case $ac_pass in
1004    esac      1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1005    # Get rid of the leading space.      2)
1006          ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1007          if test $ac_must_keep_next = true; then
1008            ac_must_keep_next=false # Got value, back to normal.
1009          else
1010            case $ac_arg in
1011              *=* | --config-cache | -C | -disable-* | --disable-* \
1012              | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1013              | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1014              | -with-* | --with-* | -without-* | --without-* | --x)
1015                case "$ac_configure_args0 " in
1016                  "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1017                esac
1018                ;;
1019              -* ) ac_must_keep_next=true ;;
1020            esac
1021          fi
1022          ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1023          # Get rid of the leading space.
1024          ac_sep=" "
1025          ;;
1026        esac
1027      done
1028  done  done
1029    $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1030    $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1031    
1032  # When interrupted or exit'd, cleanup temporary files, and complete  # When interrupted or exit'd, cleanup temporary files, and complete
1033  # config.log.  We remove comments because anyway the quotes in there  # config.log.  We remove comments because anyway the quotes in there
1034  # would cause problems or look ugly.  # would cause problems or look ugly.
1035    # WARNING: Be sure not to use single quotes in there, as some shells,
1036    # such as our DU 5.0 friend, will then `close' the trap.
1037  trap 'exit_status=$?  trap 'exit_status=$?
1038    # Save into config.log some information that might help in debugging.    # Save into config.log some information that might help in debugging.
1039    echo >&5    {
1040    echo "## ----------------- ##" >&5      echo
1041    echo "## Cache variables.  ##" >&5  
1042    echo "## ----------------- ##" >&5      cat <<\_ASBOX
1043    echo >&5  ## ---------------- ##
1044    # The following way of writing the cache mishandles newlines in values,  ## Cache variables. ##
1045    ## ---------------- ##
1046    _ASBOX
1047        echo
1048        # The following way of writing the cache mishandles newlines in values,
1049  {  {
1050    (set) 2>&1 |    (set) 2>&1 |
1051      case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in      case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
# Line 818  trap 'exit_status=$? Line 1059  trap 'exit_status=$?
1059          "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"          "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1060        ;;        ;;
1061      esac;      esac;
1062  } >&5  }
1063    sed "/^$/d" confdefs.h >conftest.log      echo
1064    if test -s conftest.log; then  
1065      echo >&5      cat <<\_ASBOX
1066      echo "## ------------ ##" >&5  ## ----------------- ##
1067      echo "## confdefs.h.  ##" >&5  ## Output variables. ##
1068      echo "## ------------ ##" >&5  ## ----------------- ##
1069      echo >&5  _ASBOX
1070      cat conftest.log >&5      echo
1071    fi      for ac_var in $ac_subst_vars
1072    (echo; echo) >&5      do
1073    test "$ac_signal" != 0 &&        eval ac_val=$`echo $ac_var`
1074      echo "$as_me: caught signal $ac_signal" >&5        echo "$ac_var='"'"'$ac_val'"'"'"
1075    echo "$as_me: exit $exit_status" >&5      done | sort
1076    rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&      echo
1077    
1078        if test -n "$ac_subst_files"; then
1079          cat <<\_ASBOX
1080    ## ------------- ##
1081    ## Output files. ##
1082    ## ------------- ##
1083    _ASBOX
1084          echo
1085          for ac_var in $ac_subst_files
1086          do
1087            eval ac_val=$`echo $ac_var`
1088            echo "$ac_var='"'"'$ac_val'"'"'"
1089          done | sort
1090          echo
1091        fi
1092    
1093        if test -s confdefs.h; then
1094          cat <<\_ASBOX
1095    ## ----------- ##
1096    ## confdefs.h. ##
1097    ## ----------- ##
1098    _ASBOX
1099          echo
1100          sed "/^$/d" confdefs.h | sort
1101          echo
1102        fi
1103        test "$ac_signal" != 0 &&
1104          echo "$as_me: caught signal $ac_signal"
1105        echo "$as_me: exit $exit_status"
1106      } >&5
1107      rm -f core core.* *.core &&
1108      rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1109      exit $exit_status      exit $exit_status
1110       ' 0       ' 0
1111  for ac_signal in 1 2 13 15; do  for ac_signal in 1 2 13 15; do
# Line 845  rm -rf conftest* confdefs.h Line 1118  rm -rf conftest* confdefs.h
1118  # AIX cpp loses on an empty file, so make sure it contains at least a newline.  # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1119  echo >confdefs.h  echo >confdefs.h
1120    
1121    # Predefined preprocessor variables.
1122    
1123    cat >>confdefs.h <<_ACEOF
1124    #define PACKAGE_NAME "$PACKAGE_NAME"
1125    _ACEOF
1126    
1127    
1128    cat >>confdefs.h <<_ACEOF
1129    #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1130    _ACEOF
1131    
1132    
1133    cat >>confdefs.h <<_ACEOF
1134    #define PACKAGE_VERSION "$PACKAGE_VERSION"
1135    _ACEOF
1136    
1137    
1138    cat >>confdefs.h <<_ACEOF
1139    #define PACKAGE_STRING "$PACKAGE_STRING"
1140    _ACEOF
1141    
1142    
1143    cat >>confdefs.h <<_ACEOF
1144    #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1145    _ACEOF
1146    
1147    
1148  # Let the site file select an alternate cache file if it wants to.  # Let the site file select an alternate cache file if it wants to.
1149  # Prefer explicitly selected file to automatically selected ones.  # Prefer explicitly selected file to automatically selected ones.
1150  if test -z "$CONFIG_SITE"; then  if test -z "$CONFIG_SITE"; then
# Line 856  if test -z "$CONFIG_SITE"; then Line 1156  if test -z "$CONFIG_SITE"; then
1156  fi  fi
1157  for ac_site_file in $CONFIG_SITE; do  for ac_site_file in $CONFIG_SITE; do
1158    if test -r "$ac_site_file"; then    if test -r "$ac_site_file"; then
1159      { echo "$as_me:859: loading site script $ac_site_file" >&5      { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1160  echo "$as_me: loading site script $ac_site_file" >&6;}  echo "$as_me: loading site script $ac_site_file" >&6;}
1161      cat "$ac_site_file" >&5      sed 's/^/| /' "$ac_site_file" >&5
1162      . "$ac_site_file"      . "$ac_site_file"
1163    fi    fi
1164  done  done
# Line 867  if test -r "$cache_file"; then Line 1167  if test -r "$cache_file"; then
1167    # Some versions of bash will fail to source /dev/null (special    # Some versions of bash will fail to source /dev/null (special
1168    # files actually), so we avoid doing that.    # files actually), so we avoid doing that.
1169    if test -f "$cache_file"; then    if test -f "$cache_file"; then
1170      { echo "$as_me:870: loading cache $cache_file" >&5      { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1171  echo "$as_me: loading cache $cache_file" >&6;}  echo "$as_me: loading cache $cache_file" >&6;}
1172      case $cache_file in      case $cache_file in
1173        [\\/]* | ?:[\\/]* ) . $cache_file;;        [\\/]* | ?:[\\/]* ) . $cache_file;;
# Line 875  echo "$as_me: loading cache $cache_file" Line 1175  echo "$as_me: loading cache $cache_file"
1175      esac      esac
1176    fi    fi
1177  else  else
1178    { echo "$as_me:878: creating cache $cache_file" >&5    { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1179  echo "$as_me: creating cache $cache_file" >&6;}  echo "$as_me: creating cache $cache_file" >&6;}
1180    >$cache_file    >$cache_file
1181  fi  fi
# Line 891  for ac_var in `(set) 2>&1 | Line 1191  for ac_var in `(set) 2>&1 |
1191    eval ac_new_val="\$ac_env_${ac_var}_value"    eval ac_new_val="\$ac_env_${ac_var}_value"
1192    case $ac_old_set,$ac_new_set in    case $ac_old_set,$ac_new_set in
1193      set,)      set,)
1194        { echo "$as_me:894: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5        { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1195  echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}  echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1196        ac_cache_corrupted=: ;;        ac_cache_corrupted=: ;;
1197      ,set)      ,set)
1198        { echo "$as_me:898: error: \`$ac_var' was not set in the previous run" >&5        { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1199  echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}  echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1200        ac_cache_corrupted=: ;;        ac_cache_corrupted=: ;;
1201      ,);;      ,);;
1202      *)      *)
1203        if test "x$ac_old_val" != "x$ac_new_val"; then        if test "x$ac_old_val" != "x$ac_new_val"; then
1204          { echo "$as_me:904: error: \`$ac_var' has changed since the previous run:" >&5          { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1205  echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}  echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1206          { echo "$as_me:906:   former value:  $ac_old_val" >&5          { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1207  echo "$as_me:   former value:  $ac_old_val" >&2;}  echo "$as_me:   former value:  $ac_old_val" >&2;}
1208          { echo "$as_me:908:   current value: $ac_new_val" >&5          { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1209  echo "$as_me:   current value: $ac_new_val" >&2;}  echo "$as_me:   current value: $ac_new_val" >&2;}
1210          ac_cache_corrupted=:          ac_cache_corrupted=:
1211        fi;;        fi;;
1212    esac    esac
1213    # Pass precious variables to config.status.  It doesn't matter if    # Pass precious variables to config.status.
   # we pass some twice (in addition to the command line arguments).  
1214    if test "$ac_new_set" = set; then    if test "$ac_new_set" = set; then
1215      case $ac_new_val in      case $ac_new_val in
1216      *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)      *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1217        ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"`        ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1218        ac_configure_args="$ac_configure_args '$ac_arg'"      *) ac_arg=$ac_var=$ac_new_val ;;
1219        ;;      esac
1220      *) ac_configure_args="$ac_configure_args $ac_var=$ac_new_val"      case " $ac_configure_args " in
1221         ;;        *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1222          *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1223      esac      esac
1224    fi    fi
1225  done  done
1226  if $ac_cache_corrupted; then  if $ac_cache_corrupted; then
1227    { echo "$as_me:927: error: changes in the environment can compromise the build" >&5    { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1228  echo "$as_me: error: changes in the environment can compromise the build" >&2;}  echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1229    { { echo "$as_me:929: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5    { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1230  echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}  echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1231     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1232  fi  fi
# Line 937  ac_compile='$CC -c $CFLAGS $CPPFLAGS con Line 1237  ac_compile='$CC -c $CFLAGS $CPPFLAGS con
1237  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1238  ac_compiler_gnu=$ac_cv_c_compiler_gnu  ac_compiler_gnu=$ac_cv_c_compiler_gnu
1239    
 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in  
   *c*,-n*) ECHO_N= ECHO_C='  
 ' ECHO_T='      ' ;;  
   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;  
   *)      ECHO_N= ECHO_C='\c' ECHO_T= ;;  
 esac  
 echo "#! $SHELL" >conftest.sh  
 echo  "exit 0"   >>conftest.sh  
 chmod +x conftest.sh  
 if { (echo "$as_me:949: PATH=\".;.\"; conftest.sh") >&5  
   (PATH=".;."; conftest.sh) 2>&5  
   ac_status=$?  
   echo "$as_me:952: \$? = $ac_status" >&5  
   (exit $ac_status); }; then  
   ac_path_separator=';'  
 else  
   ac_path_separator=:  
 fi  
 PATH_SEPARATOR="$ac_path_separator"  
 rm -f conftest.sh  
1240    
1241  CONFIG_SND_VERSION="0.9.4"  
1242    
1243    
1244    
1245    
1246    
1247    
1248    
1249    
1250    
1251    
1252    
1253    
1254    
1255    
1256    
1257    
1258    
1259    CONFIG_SND_VERSION="0.9.6"
1260    
1261  ac_ext=c  ac_ext=c
1262  ac_cpp='$CPP $CPPFLAGS'  ac_cpp='$CPP $CPPFLAGS'
# Line 968  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 1266  ac_compiler_gnu=$ac_cv_c_compiler_gnu
1266  if test -n "$ac_tool_prefix"; then  if test -n "$ac_tool_prefix"; then
1267    # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.    # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1268  set dummy ${ac_tool_prefix}gcc; ac_word=$2  set dummy ${ac_tool_prefix}gcc; ac_word=$2
1269  echo "$as_me:971: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
1270  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1271  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1272    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 976  else Line 1274  else
1274    if test -n "$CC"; then    if test -n "$CC"; then
1275    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
1276  else  else
1277    ac_save_IFS=$IFS; IFS=$ac_path_separator  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1278  ac_dummy="$PATH"  for as_dir in $PATH
1279  for ac_dir in $ac_dummy; do  do
1280    IFS=$ac_save_IFS    IFS=$as_save_IFS
1281    test -z "$ac_dir" && ac_dir=.    test -z "$as_dir" && as_dir=.
1282    $as_executable_p "$ac_dir/$ac_word" || continue    for ac_exec_ext in '' $ac_executable_extensions; do
1283  ac_cv_prog_CC="${ac_tool_prefix}gcc"    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1284  echo "$as_me:986: found $ac_dir/$ac_word" >&5      ac_cv_prog_CC="${ac_tool_prefix}gcc"
1285  break      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1286        break 2
1287      fi
1288    done
1289  done  done
1290    
1291  fi  fi
1292  fi  fi
1293  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1294  if test -n "$CC"; then  if test -n "$CC"; then
1295    echo "$as_me:994: result: $CC" >&5    echo "$as_me:$LINENO: result: $CC" >&5
1296  echo "${ECHO_T}$CC" >&6  echo "${ECHO_T}$CC" >&6
1297  else  else
1298    echo "$as_me:997: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
1299  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
1300  fi  fi
1301    
# Line 1003  if test -z "$ac_cv_prog_CC"; then Line 1304  if test -z "$ac_cv_prog_CC"; then
1304    ac_ct_CC=$CC    ac_ct_CC=$CC
1305    # Extract the first word of "gcc", so it can be a program name with args.    # Extract the first word of "gcc", so it can be a program name with args.
1306  set dummy gcc; ac_word=$2  set dummy gcc; ac_word=$2
1307  echo "$as_me:1006: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
1308  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1309  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1310    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1011  else Line 1312  else
1312    if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CC"; then
1313    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1314  else  else
1315    ac_save_IFS=$IFS; IFS=$ac_path_separator  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1316  ac_dummy="$PATH"  for as_dir in $PATH
1317  for ac_dir in $ac_dummy; do  do
1318    IFS=$ac_save_IFS    IFS=$as_save_IFS
1319    test -z "$ac_dir" && ac_dir=.    test -z "$as_dir" && as_dir=.
1320    $as_executable_p "$ac_dir/$ac_word" || continue    for ac_exec_ext in '' $ac_executable_extensions; do
1321  ac_cv_prog_ac_ct_CC="gcc"    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1322  echo "$as_me:1021: found $ac_dir/$ac_word" >&5      ac_cv_prog_ac_ct_CC="gcc"
1323  break      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1324        break 2
1325      fi
1326    done
1327  done  done
1328    
1329  fi  fi
1330  fi  fi
1331  ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
1332  if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
1333    echo "$as_me:1029: result: $ac_ct_CC" >&5    echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1334  echo "${ECHO_T}$ac_ct_CC" >&6  echo "${ECHO_T}$ac_ct_CC" >&6
1335  else  else
1336    echo "$as_me:1032: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
1337  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
1338  fi  fi
1339    
# Line 1042  if test -z "$CC"; then Line 1346  if test -z "$CC"; then
1346    if test -n "$ac_tool_prefix"; then    if test -n "$ac_tool_prefix"; then
1347    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1348  set dummy ${ac_tool_prefix}cc; ac_word=$2  set dummy ${ac_tool_prefix}cc; ac_word=$2
1349  echo "$as_me:1045: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
1350  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1351  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1352    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1050  else Line 1354  else
1354    if test -n "$CC"; then    if test -n "$CC"; then
1355    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
1356  else  else
1357    ac_save_IFS=$IFS; IFS=$ac_path_separator  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1358  ac_dummy="$PATH"  for as_dir in $PATH
1359  for ac_dir in $ac_dummy; do  do
1360    IFS=$ac_save_IFS    IFS=$as_save_IFS
1361    test -z "$ac_dir" && ac_dir=.    test -z "$as_dir" && as_dir=.
1362    $as_executable_p "$ac_dir/$ac_word" || continue    for ac_exec_ext in '' $ac_executable_extensions; do
1363  ac_cv_prog_CC="${ac_tool_prefix}cc"    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1364  echo "$as_me:1060: found $ac_dir/$ac_word" >&5      ac_cv_prog_CC="${ac_tool_prefix}cc"
1365  break      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1366        break 2
1367      fi
1368    done
1369  done  done
1370    
1371  fi  fi
1372  fi  fi
1373  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1374  if test -n "$CC"; then  if test -n "$CC"; then
1375    echo "$as_me:1068: result: $CC" >&5    echo "$as_me:$LINENO: result: $CC" >&5
1376  echo "${ECHO_T}$CC" >&6  echo "${ECHO_T}$CC" >&6
1377  else  else
1378    echo "$as_me:1071: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
1379  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
1380  fi  fi
1381    
# Line 1077  if test -z "$ac_cv_prog_CC"; then Line 1384  if test -z "$ac_cv_prog_CC"; then
1384    ac_ct_CC=$CC    ac_ct_CC=$CC
1385    # Extract the first word of "cc", so it can be a program name with args.    # Extract the first word of "cc", so it can be a program name with args.
1386  set dummy cc; ac_word=$2  set dummy cc; ac_word=$2
1387  echo "$as_me:1080: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
1388  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1389  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1390    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1085  else Line 1392  else
1392    if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CC"; then
1393    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1394  else  else
1395    ac_save_IFS=$IFS; IFS=$ac_path_separator  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1396  ac_dummy="$PATH"  for as_dir in $PATH
1397  for ac_dir in $ac_dummy; do  do
1398    IFS=$ac_save_IFS    IFS=$as_save_IFS
1399    test -z "$ac_dir" && ac_dir=.    test -z "$as_dir" && as_dir=.
1400    $as_executable_p "$ac_dir/$ac_word" || continue    for ac_exec_ext in '' $ac_executable_extensions; do
1401  ac_cv_prog_ac_ct_CC="cc"    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1402  echo "$as_me:1095: found $ac_dir/$ac_word" >&5      ac_cv_prog_ac_ct_CC="cc"
1403  break      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1404        break 2
1405      fi
1406    done
1407  done  done
1408    
1409  fi  fi
1410  fi  fi
1411  ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
1412  if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
1413    echo "$as_me:1103: result: $ac_ct_CC" >&5    echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1414  echo "${ECHO_T}$ac_ct_CC" >&6  echo "${ECHO_T}$ac_ct_CC" >&6
1415  else  else
1416    echo "$as_me:1106: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
1417  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
1418  fi  fi
1419    
# Line 1116  fi Line 1426  fi
1426  if test -z "$CC"; then  if test -z "$CC"; then
1427    # Extract the first word of "cc", so it can be a program name with args.    # Extract the first word of "cc", so it can be a program name with args.
1428  set dummy cc; ac_word=$2  set dummy cc; ac_word=$2
1429  echo "$as_me:1119: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
1430  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1431  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1432    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1125  else Line 1435  else
1435    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
1436  else  else
1437    ac_prog_rejected=no    ac_prog_rejected=no
1438    ac_save_IFS=$IFS; IFS=$ac_path_separator  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1439  ac_dummy="$PATH"  for as_dir in $PATH
1440  for ac_dir in $ac_dummy; do  do
1441    IFS=$ac_save_IFS    IFS=$as_save_IFS
1442    test -z "$ac_dir" && ac_dir=.    test -z "$as_dir" && as_dir=.
1443    $as_executable_p "$ac_dir/$ac_word" || continue    for ac_exec_ext in '' $ac_executable_extensions; do
1444  if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1445    ac_prog_rejected=yes      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1446    continue         ac_prog_rejected=yes
1447  fi         continue
1448  ac_cv_prog_CC="cc"       fi
1449  echo "$as_me:1139: found $ac_dir/$ac_word" >&5      ac_cv_prog_CC="cc"
1450  break      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1451        break 2
1452      fi
1453    done
1454  done  done
1455    
1456  if test $ac_prog_rejected = yes; then  if test $ac_prog_rejected = yes; then
# Line 1149  if test $ac_prog_rejected = yes; then Line 1462  if test $ac_prog_rejected = yes; then
1462      # However, it has the same basename, so the bogon will be chosen      # However, it has the same basename, so the bogon will be chosen
1463      # first if we set CC to just the basename; use the full file name.      # first if we set CC to just the basename; use the full file name.
1464      shift      shift
1465      set dummy "$ac_dir/$ac_word" ${1+"$@"}      ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
     shift  
     ac_cv_prog_CC="$@"  
1466    fi    fi
1467  fi  fi
1468  fi  fi
1469  fi  fi
1470  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1471  if test -n "$CC"; then  if test -n "$CC"; then
1472    echo "$as_me:1161: result: $CC" >&5    echo "$as_me:$LINENO: result: $CC" >&5
1473  echo "${ECHO_T}$CC" >&6  echo "${ECHO_T}$CC" >&6
1474  else  else
1475    echo "$as_me:1164: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
1476  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
1477  fi  fi
1478    
# Line 1172  if test -z "$CC"; then Line 1483  if test -z "$CC"; then
1483    do    do
1484      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1485  set dummy $ac_tool_prefix$ac_prog; ac_word=$2  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1486  echo "$as_me:1175: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
1487  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1488  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1489    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1180  else Line 1491  else
1491    if test -n "$CC"; then    if test -n "$CC"; then
1492    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
1493  else  else
1494    ac_save_IFS=$IFS; IFS=$ac_path_separator  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1495  ac_dummy="$PATH"  for as_dir in $PATH
1496  for ac_dir in $ac_dummy; do  do
1497    IFS=$ac_save_IFS    IFS=$as_save_IFS
1498    test -z "$ac_dir" && ac_dir=.    test -z "$as_dir" && as_dir=.
1499    $as_executable_p "$ac_dir/$ac_word" || continue    for ac_exec_ext in '' $ac_executable_extensions; do
1500  ac_cv_prog_CC="$ac_tool_prefix$ac_prog"    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1501  echo "$as_me:1190: found $ac_dir/$ac_word" >&5      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1502  break      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1503        break 2
1504      fi
1505    done
1506  done  done
1507    
1508  fi  fi
1509  fi  fi
1510  CC=$ac_cv_prog_CC  CC=$ac_cv_prog_CC
1511  if test -n "$CC"; then  if test -n "$CC"; then
1512    echo "$as_me:1198: result: $CC" >&5    echo "$as_me:$LINENO: result: $CC" >&5
1513  echo "${ECHO_T}$CC" >&6  echo "${ECHO_T}$CC" >&6
1514  else  else
1515    echo "$as_me:1201: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
1516  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
1517  fi  fi
1518    
# Line 1211  if test -z "$CC"; then Line 1525  if test -z "$CC"; then
1525  do  do
1526    # Extract the first word of "$ac_prog", so it can be a program name with args.    # Extract the first word of "$ac_prog", so it can be a program name with args.
1527  set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
1528  echo "$as_me:1214: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
1529  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1530  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1531    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1219  else Line 1533  else
1533    if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CC"; then
1534    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1535  else  else
1536    ac_save_IFS=$IFS; IFS=$ac_path_separator  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1537  ac_dummy="$PATH"  for as_dir in $PATH
1538  for ac_dir in $ac_dummy; do  do
1539    IFS=$ac_save_IFS    IFS=$as_save_IFS
1540    test -z "$ac_dir" && ac_dir=.    test -z "$as_dir" && as_dir=.
1541    $as_executable_p "$ac_dir/$ac_word" || continue    for ac_exec_ext in '' $ac_executable_extensions; do
1542  ac_cv_prog_ac_ct_CC="$ac_prog"    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1543  echo "$as_me:1229: found $ac_dir/$ac_word" >&5      ac_cv_prog_ac_ct_CC="$ac_prog"
1544  break      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1545        break 2
1546      fi
1547    done
1548  done  done
1549    
1550  fi  fi
1551  fi  fi
1552  ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CC=$ac_cv_prog_ac_ct_CC
1553  if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CC"; then
1554    echo "$as_me:1237: result: $ac_ct_CC" >&5    echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1555  echo "${ECHO_T}$ac_ct_CC" >&6  echo "${ECHO_T}$ac_ct_CC" >&6
1556  else  else
1557    echo "$as_me:1240: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
1558  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
1559  fi  fi
1560    
# Line 1249  fi Line 1566  fi
1566    
1567  fi  fi
1568    
1569  test -z "$CC" && { { echo "$as_me:1252: error: no acceptable cc found in \$PATH" >&5  
1570  echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1571    See \`config.log' for more details." >&5
1572    echo "$as_me: error: no acceptable C compiler found in \$PATH
1573    See \`config.log' for more details." >&2;}
1574     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1575    
1576  # Provide some information about the compiler.  # Provide some information about the compiler.
1577  echo "$as_me:1257:" \  echo "$as_me:$LINENO:" \
1578       "checking for C compiler version" >&5       "checking for C compiler version" >&5
1579  ac_compiler=`set X $ac_compile; echo $2`  ac_compiler=`set X $ac_compile; echo $2`
1580  { (eval echo "$as_me:1260: \"$ac_compiler --version </dev/null >&5\"") >&5  { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1581    (eval $ac_compiler --version </dev/null >&5) 2>&5    (eval $ac_compiler --version </dev/null >&5) 2>&5
1582    ac_status=$?    ac_status=$?
1583    echo "$as_me:1263: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1584    (exit $ac_status); }    (exit $ac_status); }
1585  { (eval echo "$as_me:1265: \"$ac_compiler -v </dev/null >&5\"") >&5  { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1586    (eval $ac_compiler -v </dev/null >&5) 2>&5    (eval $ac_compiler -v </dev/null >&5) 2>&5
1587    ac_status=$?    ac_status=$?
1588    echo "$as_me:1268: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1589    (exit $ac_status); }    (exit $ac_status); }
1590  { (eval echo "$as_me:1270: \"$ac_compiler -V </dev/null >&5\"") >&5  { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1591    (eval $ac_compiler -V </dev/null >&5) 2>&5    (eval $ac_compiler -V </dev/null >&5) 2>&5
1592    ac_status=$?    ac_status=$?
1593    echo "$as_me:1273: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1594    (exit $ac_status); }    (exit $ac_status); }
1595    
1596  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
1597  #line 1277 "configure"  #line $LINENO "configure"
1598  #include "confdefs.h"  /* confdefs.h.  */
1599    _ACEOF
1600    cat confdefs.h >>conftest.$ac_ext
1601    cat >>conftest.$ac_ext <<_ACEOF
1602    /* end confdefs.h.  */
1603    
1604  int  int
1605  main ()  main ()
# Line 1286  main () Line 1610  main ()
1610  }  }
1611  _ACEOF  _ACEOF
1612  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
1613  ac_clean_files="$ac_clean_files a.out a.exe"  ac_clean_files="$ac_clean_files a.out a.exe b.out"
1614  # Try to create an executable without -o first, disregard a.out.  # Try to create an executable without -o first, disregard a.out.
1615  # It will help us diagnose broken compilers, and finding out an intuition  # It will help us diagnose broken compilers, and finding out an intuition
1616  # of exeext.  # of exeext.
1617  echo "$as_me:1293: checking for C compiler default output" >&5  echo "$as_me:$LINENO: checking for C compiler default output" >&5
1618  echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6  echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
1619  ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`  ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1620  if { (eval echo "$as_me:1296: \"$ac_link_default\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1621    (eval $ac_link_default) 2>&5    (eval $ac_link_default) 2>&5
1622    ac_status=$?    ac_status=$?
1623    echo "$as_me:1299: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1624    (exit $ac_status); }; then    (exit $ac_status); }; then
1625    # Find the output, starting from the most likely.  This scheme is    # Find the output, starting from the most likely.  This scheme is
1626  # not robust to junk in `.', hence go to wildcards (a.*) only as a last  # not robust to junk in `.', hence go to wildcards (a.*) only as a last
1627  # resort.  # resort.
1628  for ac_file in `ls a.exe conftest.exe 2>/dev/null;  
1629                  ls a.out conftest 2>/dev/null;  # Be careful to initialize this variable, since it used to be cached.
1630                  ls a.* conftest.* 2>/dev/null`; do  # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1631    ac_cv_exeext=
1632    # b.out is created by i960 compilers.
1633    for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1634    do
1635      test -f "$ac_file" || continue
1636    case $ac_file in    case $ac_file in
1637      *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1638      a.out ) # We found the default executable, but exeext='' is most          ;;
1639              # certainly right.      conftest.$ac_ext )
1640              break;;          # This is the source file.
1641      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`          ;;
1642            # FIXME: I believe we export ac_cv_exeext for Libtool --akim.      [ab].out )
1643            export ac_cv_exeext          # We found the default executable, but exeext='' is most
1644            break;;          # certainly right.
1645      * ) break;;          break;;
1646        *.* )
1647            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1648            # FIXME: I believe we export ac_cv_exeext for Libtool,
1649            # but it would be cool to find out if it's true.  Does anybody
1650            # maintain Libtool? --akim.
1651            export ac_cv_exeext
1652            break;;
1653        * )
1654            break;;
1655    esac    esac
1656  done  done
1657  else  else
1658    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
1659  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
1660  { { echo "$as_me:1322: error: C compiler cannot create executables" >&5  
1661  echo "$as_me: error: C compiler cannot create executables" >&2;}  { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1662    See \`config.log' for more details." >&5
1663    echo "$as_me: error: C compiler cannot create executables
1664    See \`config.log' for more details." >&2;}
1665     { (exit 77); exit 77; }; }     { (exit 77); exit 77; }; }
1666  fi  fi
1667    
1668  ac_exeext=$ac_cv_exeext  ac_exeext=$ac_cv_exeext
1669  echo "$as_me:1328: result: $ac_file" >&5  echo "$as_me:$LINENO: result: $ac_file" >&5
1670  echo "${ECHO_T}$ac_file" >&6  echo "${ECHO_T}$ac_file" >&6
1671    
1672  # Check the compiler produces executables we can run.  If not, either  # Check the compiler produces executables we can run.  If not, either
1673  # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
1674  echo "$as_me:1333: checking whether the C compiler works" >&5  echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1675  echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6  echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1676  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1677  # If not cross compiling, check that we can run a simple program.  # If not cross compiling, check that we can run a simple program.
1678  if test "$cross_compiling" != yes; then  if test "$cross_compiling" != yes; then
1679    if { ac_try='./$ac_file'    if { ac_try='./$ac_file'
1680    { (eval echo "$as_me:1339: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1681    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
1682    ac_status=$?    ac_status=$?
1683    echo "$as_me:1342: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1684    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
1685      cross_compiling=no      cross_compiling=no
1686    else    else
1687      if test "$cross_compiling" = maybe; then      if test "$cross_compiling" = maybe; then
1688          cross_compiling=yes          cross_compiling=yes
1689      else      else
1690          { { echo "$as_me:1349: error: cannot run C compiled programs.          { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1691  If you meant to cross compile, use \`--host'." >&5  If you meant to cross compile, use \`--host'.
1692    See \`config.log' for more details." >&5
1693  echo "$as_me: error: cannot run C compiled programs.  echo "$as_me: error: cannot run C compiled programs.
1694  If you meant to cross compile, use \`--host'." >&2;}  If you meant to cross compile, use \`--host'.
1695    See \`config.log' for more details." >&2;}
1696     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1697      fi      fi
1698    fi    fi
1699  fi  fi
1700  echo "$as_me:1357: result: yes" >&5  echo "$as_me:$LINENO: result: yes" >&5
1701  echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
1702    
1703  rm -f a.out a.exe conftest$ac_cv_exeext  rm -f a.out a.exe conftest$ac_cv_exeext b.out
1704  ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
1705  # Check the compiler produces executables we can run.  If not, either  # Check the compiler produces executables we can run.  If not, either
1706  # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
1707  echo "$as_me:1364: checking whether we are cross compiling" >&5  echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1708  echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6  echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1709  echo "$as_me:1366: result: $cross_compiling" >&5  echo "$as_me:$LINENO: result: $cross_compiling" >&5
1710  echo "${ECHO_T}$cross_compiling" >&6  echo "${ECHO_T}$cross_compiling" >&6
1711    
1712  echo "$as_me:1369: checking for executable suffix" >&5  echo "$as_me:$LINENO: checking for suffix of executables" >&5
1713  echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6  echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1714  if { (eval echo "$as_me:1371: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1715    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
1716    ac_status=$?    ac_status=$?
1717    echo "$as_me:1374: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1718    (exit $ac_status); }; then    (exit $ac_status); }; then
1719    # If both `conftest.exe' and `conftest' are `present' (well, observable)    # If both `conftest.exe' and `conftest' are `present' (well, observable)
1720  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
1721  # work properly (i.e., refer to `conftest.exe'), while it won't with  # work properly (i.e., refer to `conftest.exe'), while it won't with
1722  # `rm'.  # `rm'.
1723  for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do  for ac_file in conftest.exe conftest conftest.*; do
1724      test -f "$ac_file" || continue
1725    case $ac_file in    case $ac_file in
1726      *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1727      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1728            export ac_cv_exeext            export ac_cv_exeext
1729            break;;            break;;
# Line 1387  for ac_file in `(ls conftest.exe; ls con Line 1731  for ac_file in `(ls conftest.exe; ls con
1731    esac    esac
1732  done  done
1733  else  else
1734    { { echo "$as_me:1390: error: cannot compute EXEEXT: cannot compile and link" >&5    { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1735  echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}  See \`config.log' for more details." >&5
1736    echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1737    See \`config.log' for more details." >&2;}
1738     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1739  fi  fi
1740    
1741  rm -f conftest$ac_cv_exeext  rm -f conftest$ac_cv_exeext
1742  echo "$as_me:1396: result: $ac_cv_exeext" >&5  echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1743  echo "${ECHO_T}$ac_cv_exeext" >&6  echo "${ECHO_T}$ac_cv_exeext" >&6
1744    
1745  rm -f conftest.$ac_ext  rm -f conftest.$ac_ext
1746  EXEEXT=$ac_cv_exeext  EXEEXT=$ac_cv_exeext
1747  ac_exeext=$EXEEXT  ac_exeext=$EXEEXT
1748  echo "$as_me:1402: checking for object suffix" >&5  echo "$as_me:$LINENO: checking for suffix of object files" >&5
1749  echo $ECHO_N "checking for object suffix... $ECHO_C" >&6  echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1750  if test "${ac_cv_objext+set}" = set; then  if test "${ac_cv_objext+set}" = set; then
1751    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1752  else  else
1753    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
1754  #line 1408 "configure"  #line $LINENO "configure"
1755  #include "confdefs.h"  /* confdefs.h.  */
1756    _ACEOF
1757    cat confdefs.h >>conftest.$ac_ext
1758    cat >>conftest.$ac_ext <<_ACEOF
1759    /* end confdefs.h.  */
1760    
1761  int  int
1762  main ()  main ()
# Line 1417  main () Line 1767  main ()
1767  }  }
1768  _ACEOF  _ACEOF
1769  rm -f conftest.o conftest.obj  rm -f conftest.o conftest.obj
1770  if { (eval echo "$as_me:1420: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1771    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
1772    ac_status=$?    ac_status=$?
1773    echo "$as_me:1423: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1774    (exit $ac_status); }; then    (exit $ac_status); }; then
1775    for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do    for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1776    case $ac_file in    case $ac_file in
1777      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
1778      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1779         break;;         break;;
1780    esac    esac
1781  done  done
1782  else  else
1783    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
1784  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
1785  { { echo "$as_me:1435: error: cannot compute OBJEXT: cannot compile" >&5  
1786  echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}  { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1787    See \`config.log' for more details." >&5
1788    echo "$as_me: error: cannot compute suffix of object files: cannot compile
1789    See \`config.log' for more details." >&2;}
1790     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
1791  fi  fi
1792    
1793  rm -f conftest.$ac_cv_objext conftest.$ac_ext  rm -f conftest.$ac_cv_objext conftest.$ac_ext
1794  fi  fi
1795  echo "$as_me:1442: result: $ac_cv_objext" >&5  echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1796  echo "${ECHO_T}$ac_cv_objext" >&6  echo "${ECHO_T}$ac_cv_objext" >&6
1797  OBJEXT=$ac_cv_objext  OBJEXT=$ac_cv_objext
1798  ac_objext=$OBJEXT  ac_objext=$OBJEXT
1799  echo "$as_me:1446: checking whether we are using the GNU C compiler" >&5  echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1800  echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6  echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1801  if test "${ac_cv_c_compiler_gnu+set}" = set; then  if test "${ac_cv_c_compiler_gnu+set}" = set; then
1802    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1803  else  else
1804    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
1805  #line 1452 "configure"  #line $LINENO "configure"
1806  #include "confdefs.h"  /* confdefs.h.  */
1807    _ACEOF
1808    cat confdefs.h >>conftest.$ac_ext
1809    cat >>conftest.$ac_ext <<_ACEOF
1810    /* end confdefs.h.  */
1811    
1812  int  int
1813  main ()  main ()
# Line 1464  main () Line 1821  main ()
1821  }  }
1822  _ACEOF  _ACEOF
1823  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
1824  if { (eval echo "$as_me:1467: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1825    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
1826    ac_status=$?    ac_status=$?
1827    echo "$as_me:1470: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1828    (exit $ac_status); } &&    (exit $ac_status); } &&
1829           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
1830    { (eval echo "$as_me:1473: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1831    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
1832    ac_status=$?    ac_status=$?
1833    echo "$as_me:1476: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1834    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
1835    ac_compiler_gnu=yes    ac_compiler_gnu=yes
1836  else  else
1837    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
1838  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
1839    
1840  ac_compiler_gnu=no  ac_compiler_gnu=no
1841  fi  fi
1842  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
1843  ac_cv_c_compiler_gnu=$ac_compiler_gnu  ac_cv_c_compiler_gnu=$ac_compiler_gnu
1844    
1845  fi  fi
1846  echo "$as_me:1488: result: $ac_cv_c_compiler_gnu" >&5  echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
1847  echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6  echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
1848  GCC=`test $ac_compiler_gnu = yes && echo yes`  GCC=`test $ac_compiler_gnu = yes && echo yes`
1849  ac_test_CFLAGS=${CFLAGS+set}  ac_test_CFLAGS=${CFLAGS+set}
1850  ac_save_CFLAGS=$CFLAGS  ac_save_CFLAGS=$CFLAGS
1851  CFLAGS="-g"  CFLAGS="-g"
1852  echo "$as_me:1494: checking whether $CC accepts -g" >&5  echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1853  echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6  echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
1854  if test "${ac_cv_prog_cc_g+set}" = set; then  if test "${ac_cv_prog_cc_g+set}" = set; then
1855    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1856  else  else
1857    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
1858  #line 1500 "configure"  #line $LINENO "configure"
1859  #include "confdefs.h"  /* confdefs.h.  */
1860    _ACEOF
1861    cat confdefs.h >>conftest.$ac_ext
1862    cat >>conftest.$ac_ext <<_ACEOF
1863    /* end confdefs.h.  */
1864    
1865  int  int
1866  main ()  main ()
# Line 1509  main () Line 1871  main ()
1871  }  }
1872  _ACEOF  _ACEOF
1873  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
1874  if { (eval echo "$as_me:1512: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1875    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
1876    ac_status=$?    ac_status=$?
1877    echo "$as_me:1515: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1878    (exit $ac_status); } &&    (exit $ac_status); } &&
1879           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
1880    { (eval echo "$as_me:1518: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1881    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
1882    ac_status=$?    ac_status=$?
1883    echo "$as_me:1521: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
1884    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
1885    ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
1886  else  else
1887    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
1888  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
1889    
1890  ac_cv_prog_cc_g=no  ac_cv_prog_cc_g=no
1891  fi  fi
1892  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
1893  fi  fi
1894  echo "$as_me:1531: result: $ac_cv_prog_cc_g" >&5  echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1895  echo "${ECHO_T}$ac_cv_prog_cc_g" >&6  echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
1896  if test "$ac_test_CFLAGS" = set; then  if test "$ac_test_CFLAGS" = set; then
1897    CFLAGS=$ac_save_CFLAGS    CFLAGS=$ac_save_CFLAGS
# Line 1545  else Line 1908  else
1908      CFLAGS=      CFLAGS=
1909    fi    fi
1910  fi  fi
1911    echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
1912    echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
1913    if test "${ac_cv_prog_cc_stdc+set}" = set; then
1914      echo $ECHO_N "(cached) $ECHO_C" >&6
1915    else
1916      ac_cv_prog_cc_stdc=no
1917    ac_save_CC=$CC
1918    cat >conftest.$ac_ext <<_ACEOF
1919    #line $LINENO "configure"
1920    /* confdefs.h.  */
1921    _ACEOF
1922    cat confdefs.h >>conftest.$ac_ext
1923    cat >>conftest.$ac_ext <<_ACEOF
1924    /* end confdefs.h.  */
1925    #include <stdarg.h>
1926    #include <stdio.h>
1927    #include <sys/types.h>
1928    #include <sys/stat.h>
1929    /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
1930    struct buf { int x; };
1931    FILE * (*rcsopen) (struct buf *, struct stat *, int);
1932    static char *e (p, i)
1933         char **p;
1934         int i;
1935    {
1936      return p[i];
1937    }
1938    static char *f (char * (*g) (char **, int), char **p, ...)
1939    {
1940      char *s;
1941      va_list v;
1942      va_start (v,p);
1943      s = g (p, va_arg (v,int));
1944      va_end (v);
1945      return s;
1946    }
1947    int test (int i, double x);
1948    struct s1 {int (*f) (int a);};
1949    struct s2 {int (*f) (double a);};
1950    int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
1951    int argc;
1952    char **argv;
1953    int
1954    main ()
1955    {
1956    return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
1957      ;
1958      return 0;
1959    }
1960    _ACEOF
1961    # Don't try gcc -ansi; that turns off useful extensions and
1962    # breaks some systems' header files.
1963    # AIX                   -qlanglvl=ansi
1964    # Ultrix and OSF/1      -std1
1965    # HP-UX 10.20 and later -Ae
1966    # HP-UX older versions  -Aa -D_HPUX_SOURCE
1967    # SVR4                  -Xc -D__EXTENSIONS__
1968    for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1969    do
1970      CC="$ac_save_CC $ac_arg"
1971      rm -f conftest.$ac_objext
1972    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1973      (eval $ac_compile) 2>&5
1974      ac_status=$?
1975      echo "$as_me:$LINENO: \$? = $ac_status" >&5
1976      (exit $ac_status); } &&
1977             { ac_try='test -s conftest.$ac_objext'
1978      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1979      (eval $ac_try) 2>&5
1980      ac_status=$?
1981      echo "$as_me:$LINENO: \$? = $ac_status" >&5
1982      (exit $ac_status); }; }; then
1983      ac_cv_prog_cc_stdc=$ac_arg
1984    break
1985    else
1986      echo "$as_me: failed program was:" >&5
1987    sed 's/^/| /' conftest.$ac_ext >&5
1988    
1989    fi
1990    rm -f conftest.$ac_objext
1991    done
1992    rm -f conftest.$ac_ext conftest.$ac_objext
1993    CC=$ac_save_CC
1994    
1995    fi
1996    
1997    case "x$ac_cv_prog_cc_stdc" in
1998      x|xno)
1999        echo "$as_me:$LINENO: result: none needed" >&5
2000    echo "${ECHO_T}none needed" >&6 ;;
2001      *)
2002        echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2003    echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2004        CC="$CC $ac_cv_prog_cc_stdc" ;;
2005    esac
2006    
2007  # Some people use a C++ compiler to compile C.  Since we use `exit',  # Some people use a C++ compiler to compile C.  Since we use `exit',
2008  # in C++ we need to declare it.  In case someone uses the same compiler  # in C++ we need to declare it.  In case someone uses the same compiler
2009  # for both compiling C and C++ we need to have the C++ compiler decide  # for both compiling C and C++ we need to have the C++ compiler decide
# Line 1555  cat >conftest.$ac_ext <<_ACEOF Line 2014  cat >conftest.$ac_ext <<_ACEOF
2014  #endif  #endif
2015  _ACEOF  _ACEOF
2016  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2017  if { (eval echo "$as_me:1558: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2018    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
2019    ac_status=$?    ac_status=$?
2020    echo "$as_me:1561: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2021    (exit $ac_status); } &&    (exit $ac_status); } &&
2022           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
2023    { (eval echo "$as_me:1564: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2024    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2025    ac_status=$?    ac_status=$?
2026    echo "$as_me:1567: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2027    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2028    for ac_declaration in \    for ac_declaration in \
2029     ''\     ''\
# Line 1576  if { (eval echo "$as_me:1558: \"$ac_comp Line 2035  if { (eval echo "$as_me:1558: \"$ac_comp
2035     'void exit (int);'     'void exit (int);'
2036  do  do
2037    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2038  #line 1579 "configure"  #line $LINENO "configure"
2039  #include "confdefs.h"  /* confdefs.h.  */
2040    _ACEOF
2041    cat confdefs.h >>conftest.$ac_ext
2042    cat >>conftest.$ac_ext <<_ACEOF
2043    /* end confdefs.h.  */
2044  #include <stdlib.h>  #include <stdlib.h>
2045  $ac_declaration  $ac_declaration
2046  int  int
# Line 1589  exit (42); Line 2052  exit (42);
2052  }  }
2053  _ACEOF  _ACEOF
2054  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2055  if { (eval echo "$as_me:1592: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2056    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
2057    ac_status=$?    ac_status=$?
2058    echo "$as_me:1595: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2059    (exit $ac_status); } &&    (exit $ac_status); } &&
2060           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
2061    { (eval echo "$as_me:1598: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2062    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2063    ac_status=$?    ac_status=$?
2064    echo "$as_me:1601: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2065    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2066    :    :
2067  else  else
2068    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2069  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2070    
2071  continue  continue
2072  fi  fi
2073  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
2074    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2075  #line 1611 "configure"  #line $LINENO "configure"
2076  #include "confdefs.h"  /* confdefs.h.  */
2077    _ACEOF
2078    cat confdefs.h >>conftest.$ac_ext
2079    cat >>conftest.$ac_ext <<_ACEOF
2080    /* end confdefs.h.  */
2081  $ac_declaration  $ac_declaration
2082  int  int
2083  main ()  main ()
# Line 1620  exit (42); Line 2088  exit (42);
2088  }  }
2089  _ACEOF  _ACEOF
2090  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2091  if { (eval echo "$as_me:1623: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2092    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
2093    ac_status=$?    ac_status=$?
2094    echo "$as_me:1626: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2095    (exit $ac_status); } &&    (exit $ac_status); } &&
2096           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
2097    { (eval echo "$as_me:1629: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2098    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2099    ac_status=$?    ac_status=$?
2100    echo "$as_me:1632: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2101    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2102    break    break
2103  else  else
2104    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2105  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2106    
2107  fi  fi
2108  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
2109  done  done
# Line 1647  fi Line 2116  fi
2116    
2117  else  else
2118    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2119  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2120    
2121  fi  fi
2122  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
2123  ac_ext=c  ac_ext=c
# Line 1659  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 2129  ac_compiler_gnu=$ac_cv_c_compiler_gnu
2129  if test -n "$ac_tool_prefix"; then  if test -n "$ac_tool_prefix"; then
2130    # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.    # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2131  set dummy ${ac_tool_prefix}ranlib; ac_word=$2  set dummy ${ac_tool_prefix}ranlib; ac_word=$2
2132  echo "$as_me:1662: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
2133  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2134  if test "${ac_cv_prog_RANLIB+set}" = set; then  if test "${ac_cv_prog_RANLIB+set}" = set; then
2135    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1667  else Line 2137  else
2137    if test -n "$RANLIB"; then    if test -n "$RANLIB"; then
2138    ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.    ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2139  else  else
2140    ac_save_IFS=$IFS; IFS=$ac_path_separator  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2141  ac_dummy="$PATH"  for as_dir in $PATH
2142  for ac_dir in $ac_dummy; do  do
2143    IFS=$ac_save_IFS    IFS=$as_save_IFS
2144    test -z "$ac_dir" && ac_dir=.    test -z "$as_dir" && as_dir=.
2145    $as_executable_p "$ac_dir/$ac_word" || continue    for ac_exec_ext in '' $ac_executable_extensions; do
2146  ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2147  echo "$as_me:1677: found $ac_dir/$ac_word" >&5      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
2148  break      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2149        break 2
2150      fi
2151    done
2152  done  done
2153    
2154  fi  fi
2155  fi  fi
2156  RANLIB=$ac_cv_prog_RANLIB  RANLIB=$ac_cv_prog_RANLIB
2157  if test -n "$RANLIB"; then  if test -n "$RANLIB"; then
2158    echo "$as_me:1685: result: $RANLIB" >&5    echo "$as_me:$LINENO: result: $RANLIB" >&5
2159  echo "${ECHO_T}$RANLIB" >&6  echo "${ECHO_T}$RANLIB" >&6
2160  else  else
2161    echo "$as_me:1688: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
2162  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
2163  fi  fi
2164    
# Line 1694  if test -z "$ac_cv_prog_RANLIB"; then Line 2167  if test -z "$ac_cv_prog_RANLIB"; then
2167    ac_ct_RANLIB=$RANLIB    ac_ct_RANLIB=$RANLIB
2168    # Extract the first word of "ranlib", so it can be a program name with args.    # Extract the first word of "ranlib", so it can be a program name with args.
2169  set dummy ranlib; ac_word=$2  set dummy ranlib; ac_word=$2
2170  echo "$as_me:1697: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
2171  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2172  if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then  if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
2173    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1702  else Line 2175  else
2175    if test -n "$ac_ct_RANLIB"; then    if test -n "$ac_ct_RANLIB"; then
2176    ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.    ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
2177  else  else
2178    ac_save_IFS=$IFS; IFS=$ac_path_separator  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2179  ac_dummy="$PATH"  for as_dir in $PATH
2180  for ac_dir in $ac_dummy; do  do
2181    IFS=$ac_save_IFS    IFS=$as_save_IFS
2182    test -z "$ac_dir" && ac_dir=.    test -z "$as_dir" && as_dir=.
2183    $as_executable_p "$ac_dir/$ac_word" || continue    for ac_exec_ext in '' $ac_executable_extensions; do
2184  ac_cv_prog_ac_ct_RANLIB="ranlib"    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2185  echo "$as_me:1712: found $ac_dir/$ac_word" >&5      ac_cv_prog_ac_ct_RANLIB="ranlib"
2186  break      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2187        break 2
2188      fi
2189    done
2190  done  done
2191    
2192    test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"    test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
# Line 1718  fi Line 2194  fi
2194  fi  fi
2195  ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB  ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
2196  if test -n "$ac_ct_RANLIB"; then  if test -n "$ac_ct_RANLIB"; then
2197    echo "$as_me:1721: result: $ac_ct_RANLIB" >&5    echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
2198  echo "${ECHO_T}$ac_ct_RANLIB" >&6  echo "${ECHO_T}$ac_ct_RANLIB" >&6
2199  else  else
2200    echo "$as_me:1724: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
2201  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
2202  fi  fi
2203    
# Line 1747  for ac_dir in $srcdir $srcdir/.. $srcdir Line 2223  for ac_dir in $srcdir $srcdir/.. $srcdir
2223    fi    fi
2224  done  done
2225  if test -z "$ac_aux_dir"; then  if test -z "$ac_aux_dir"; then
2226    { { echo "$as_me:1750: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5    { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
2227  echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}  echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
2228     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
2229  fi  fi
# Line 1767  ac_configure="$SHELL $ac_aux_dir/configu Line 2243  ac_configure="$SHELL $ac_aux_dir/configu
2243  # AFS /usr/afsws/bin/install, which mishandles nonexistent args  # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2244  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2245  # ./install, which can be erroneously created by make from ./install.sh.  # ./install, which can be erroneously created by make from ./install.sh.
2246  echo "$as_me:1770: checking for a BSD compatible install" >&5  echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2247  echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6  echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2248  if test -z "$INSTALL"; then  if test -z "$INSTALL"; then
2249  if test "${ac_cv_path_install+set}" = set; then  if test "${ac_cv_path_install+set}" = set; then
2250    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2251  else  else
2252      ac_save_IFS=$IFS; IFS=$ac_path_separator    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2253    for ac_dir in $PATH; do  for as_dir in $PATH
2254      IFS=$ac_save_IFS  do
2255      # Account for people who put trailing slashes in PATH elements.    IFS=$as_save_IFS
2256      case $ac_dir/ in    test -z "$as_dir" && as_dir=.
2257      / | ./ | .// | /cC/* \    # Account for people who put trailing slashes in PATH elements.
2258      | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \  case $as_dir/ in
2259      | /usr/ucb/* ) ;;    ./ | .// | /cC/* | \
2260      *)    /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2261        # OSF1 and SCO ODT 3.0 have their own names for install.    /usr/ucb/* ) ;;
2262        # Don't use installbsd from OSF since it installs stuff as root    *)
2263        # by default.      # OSF1 and SCO ODT 3.0 have their own names for install.
2264        for ac_prog in ginstall scoinst install; do      # Don't use installbsd from OSF since it installs stuff as root
2265          if $as_executable_p "$ac_dir/$ac_prog"; then      # by default.
2266            if test $ac_prog = install &&      for ac_prog in ginstall scoinst install; do
2267              grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then        for ac_exec_ext in '' $ac_executable_extensions; do
2268              # AIX install.  It has an incompatible calling convention.          if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2269              :            if test $ac_prog = install &&
2270            elif test $ac_prog = install &&              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2271              grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then              # AIX install.  It has an incompatible calling convention.
2272              # program-specific install script used by HP pwplus--don't use.              :
2273              :            elif test $ac_prog = install &&
2274            else              grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2275              ac_cv_path_install="$ac_dir/$ac_prog -c"              # program-specific install script used by HP pwplus--don't use.
2276              break 2              :
2277            fi            else
2278          fi              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2279                break 3
2280              fi
2281            fi
2282        done        done
2283        ;;      done
2284      esac      ;;
2285    done  esac
2286    done
2287    
2288    
2289  fi  fi
2290    if test "${ac_cv_path_install+set}" = set; then    if test "${ac_cv_path_install+set}" = set; then
# Line 1816  fi Line 2297  fi
2297      INSTALL=$ac_install_sh      INSTALL=$ac_install_sh
2298    fi    fi
2299  fi  fi
2300  echo "$as_me:1819: result: $INSTALL" >&5  echo "$as_me:$LINENO: result: $INSTALL" >&5
2301  echo "${ECHO_T}$INSTALL" >&6  echo "${ECHO_T}$INSTALL" >&6
2302    
2303  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# Line 1827  test -z "$INSTALL_SCRIPT" && INSTALL_SCR Line 2308  test -z "$INSTALL_SCRIPT" && INSTALL_SCR
2308    
2309  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2310    
2311    
2312  AR=ar  AR=ar
2313  AS=as  AS=as
2314    
2315    
2316    
2317    
2318  ac_ext=c  ac_ext=c
2319  ac_cpp='$CPP $CPPFLAGS'  ac_cpp='$CPP $CPPFLAGS'
2320  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2321  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2322  ac_compiler_gnu=$ac_cv_c_compiler_gnu  ac_compiler_gnu=$ac_cv_c_compiler_gnu
2323  echo "$as_me:1838: checking how to run the C preprocessor" >&5  echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2324  echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6  echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2325  # On Suns, sometimes $CPP names a directory.  # On Suns, sometimes $CPP names a directory.
2326  if test -n "$CPP" && test -d "$CPP"; then  if test -n "$CPP" && test -d "$CPP"; then
# Line 1853  for ac_c_preproc_warn_flag in '' yes Line 2338  for ac_c_preproc_warn_flag in '' yes
2338  do  do
2339    # Use a header file that comes with gcc, so configuring glibc    # Use a header file that comes with gcc, so configuring glibc
2340    # with a fresh cross-compiler works.    # with a fresh cross-compiler works.
2341      # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2342      # <limits.h> exists even on freestanding compilers.
2343    # On the NeXT, cc -E runs the code through the compiler's parser,    # On the NeXT, cc -E runs the code through the compiler's parser,
2344    # not just through cpp. "Syntax error" is here to catch this case.    # not just through cpp. "Syntax error" is here to catch this case.
2345    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2346  #line 1859 "configure"  #line $LINENO "configure"
2347  #include "confdefs.h"  /* confdefs.h.  */
2348  #include <assert.h>  _ACEOF
2349    cat confdefs.h >>conftest.$ac_ext
2350    cat >>conftest.$ac_ext <<_ACEOF
2351    /* end confdefs.h.  */
2352    #ifdef __STDC__
2353    # include <limits.h>
2354    #else
2355    # include <assert.h>
2356    #endif
2357                       Syntax error                       Syntax error
2358  _ACEOF  _ACEOF
2359  if { (eval echo "$as_me:1864: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2360    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2361    ac_status=$?    ac_status=$?
2362    egrep -v '^ *\+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2363    rm -f conftest.er1    rm -f conftest.er1
2364    cat conftest.err >&5    cat conftest.err >&5
2365    echo "$as_me:1870: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2366    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
2367    if test -s conftest.err; then    if test -s conftest.err; then
2368      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
# Line 1881  if test -z "$ac_cpp_err"; then Line 2376  if test -z "$ac_cpp_err"; then
2376    :    :
2377  else  else
2378    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2379    cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2380    
2381    # Broken: fails on valid input.    # Broken: fails on valid input.
2382  continue  continue
2383  fi  fi
# Line 1890  rm -f conftest.err conftest.$ac_ext Line 2386  rm -f conftest.err conftest.$ac_ext
2386    # OK, works on sane cases.  Now check whether non-existent headers    # OK, works on sane cases.  Now check whether non-existent headers
2387    # can be detected and how.    # can be detected and how.
2388    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2389  #line 1893 "configure"  #line $LINENO "configure"
2390  #include "confdefs.h"  /* confdefs.h.  */
2391    _ACEOF
2392    cat confdefs.h >>conftest.$ac_ext
2393    cat >>conftest.$ac_ext <<_ACEOF
2394    /* end confdefs.h.  */
2395  #include <ac_nonexistent.h>  #include <ac_nonexistent.h>
2396  _ACEOF  _ACEOF
2397  if { (eval echo "$as_me:1897: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2398    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2399    ac_status=$?    ac_status=$?
2400    egrep -v '^ *\+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2401    rm -f conftest.er1    rm -f conftest.er1
2402    cat conftest.err >&5    cat conftest.err >&5
2403    echo "$as_me:1903: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2404    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
2405    if test -s conftest.err; then    if test -s conftest.err; then
2406      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
# Line 1915  if test -z "$ac_cpp_err"; then Line 2415  if test -z "$ac_cpp_err"; then
2415  continue  continue
2416  else  else
2417    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2418    cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2419    
2420    # Passes both tests.    # Passes both tests.
2421  ac_preproc_ok=:  ac_preproc_ok=:
2422  break  break
# Line 1937  fi Line 2438  fi
2438  else  else
2439    ac_cv_prog_CPP=$CPP    ac_cv_prog_CPP=$CPP
2440  fi  fi
2441  echo "$as_me:1940: result: $CPP" >&5  echo "$as_me:$LINENO: result: $CPP" >&5
2442  echo "${ECHO_T}$CPP" >&6  echo "${ECHO_T}$CPP" >&6
2443  ac_preproc_ok=false  ac_preproc_ok=false
2444  for ac_c_preproc_warn_flag in '' yes  for ac_c_preproc_warn_flag in '' yes
2445  do  do
2446    # Use a header file that comes with gcc, so configuring glibc    # Use a header file that comes with gcc, so configuring glibc
2447    # with a fresh cross-compiler works.    # with a fresh cross-compiler works.
2448      # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2449      # <limits.h> exists even on freestanding compilers.
2450    # On the NeXT, cc -E runs the code through the compiler's parser,    # On the NeXT, cc -E runs the code through the compiler's parser,
2451    # not just through cpp. "Syntax error" is here to catch this case.    # not just through cpp. "Syntax error" is here to catch this case.
2452    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2453  #line 1950 "configure"  #line $LINENO "configure"
2454  #include "confdefs.h"  /* confdefs.h.  */
2455  #include <assert.h>  _ACEOF
2456    cat confdefs.h >>conftest.$ac_ext
2457    cat >>conftest.$ac_ext <<_ACEOF
2458    /* end confdefs.h.  */
2459    #ifdef __STDC__
2460    # include <limits.h>
2461    #else
2462    # include <assert.h>
2463    #endif
2464                       Syntax error                       Syntax error
2465  _ACEOF  _ACEOF
2466  if { (eval echo "$as_me:1955: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2467    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2468    ac_status=$?    ac_status=$?
2469    egrep -v '^ *\+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2470    rm -f conftest.er1    rm -f conftest.er1
2471    cat conftest.err >&5    cat conftest.err >&5
2472    echo "$as_me:1961: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2473    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
2474    if test -s conftest.err; then    if test -s conftest.err; then
2475      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
# Line 1972  if test -z "$ac_cpp_err"; then Line 2483  if test -z "$ac_cpp_err"; then
2483    :    :
2484  else  else
2485    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2486    cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2487    
2488    # Broken: fails on valid input.    # Broken: fails on valid input.
2489  continue  continue
2490  fi  fi
# Line 1981  rm -f conftest.err conftest.$ac_ext Line 2493  rm -f conftest.err conftest.$ac_ext
2493    # OK, works on sane cases.  Now check whether non-existent headers    # OK, works on sane cases.  Now check whether non-existent headers
2494    # can be detected and how.    # can be detected and how.
2495    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2496  #line 1984 "configure"  #line $LINENO "configure"
2497  #include "confdefs.h"  /* confdefs.h.  */
2498    _ACEOF
2499    cat confdefs.h >>conftest.$ac_ext
2500    cat >>conftest.$ac_ext <<_ACEOF
2501    /* end confdefs.h.  */
2502  #include <ac_nonexistent.h>  #include <ac_nonexistent.h>
2503  _ACEOF  _ACEOF
2504  if { (eval echo "$as_me:1988: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2505    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2506    ac_status=$?    ac_status=$?
2507    egrep -v '^ *\+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
2508    rm -f conftest.er1    rm -f conftest.er1
2509    cat conftest.err >&5    cat conftest.err >&5
2510    echo "$as_me:1994: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2511    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
2512    if test -s conftest.err; then    if test -s conftest.err; then
2513      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
# Line 2006  if test -z "$ac_cpp_err"; then Line 2522  if test -z "$ac_cpp_err"; then
2522  continue  continue
2523  else  else
2524    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2525    cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2526    
2527    # Passes both tests.    # Passes both tests.
2528  ac_preproc_ok=:  ac_preproc_ok=:
2529  break  break
# Line 2019  rm -f conftest.err conftest.$ac_ext Line 2536  rm -f conftest.err conftest.$ac_ext
2536  if $ac_preproc_ok; then  if $ac_preproc_ok; then
2537    :    :
2538  else  else
2539    { { echo "$as_me:2022: error: C preprocessor \"$CPP\" fails sanity check" >&5    { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
2540  echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}  See \`config.log' for more details." >&5
2541    echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
2542    See \`config.log' for more details." >&2;}
2543     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
2544  fi  fi
2545    
# Line 2030  ac_compile='$CC -c $CFLAGS $CPPFLAGS con Line 2549  ac_compile='$CC -c $CFLAGS $CPPFLAGS con
2549  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2550  ac_compiler_gnu=$ac_cv_c_compiler_gnu  ac_compiler_gnu=$ac_cv_c_compiler_gnu
2551    
2552  echo "$as_me:2033: checking for ANSI C header files" >&5  
2553    echo "$as_me:$LINENO: checking for egrep" >&5
2554    echo $ECHO_N "checking for egrep... $ECHO_C" >&6
2555    if test "${ac_cv_prog_egrep+set}" = set; then
2556      echo $ECHO_N "(cached) $ECHO_C" >&6
2557    else
2558      if echo a | (grep -E '(a|b)') >/dev/null 2>&1
2559        then ac_cv_prog_egrep='grep -E'
2560        else ac_cv_prog_egrep='egrep'
2561        fi
2562    fi
2563    echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
2564    echo "${ECHO_T}$ac_cv_prog_egrep" >&6
2565     EGREP=$ac_cv_prog_egrep
2566    
2567    
2568    echo "$as_me:$LINENO: checking for ANSI C header files" >&5
2569  echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6  echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
2570  if test "${ac_cv_header_stdc+set}" = set; then  if test "${ac_cv_header_stdc+set}" = set; then
2571    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2572  else  else
2573    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2574  #line 2039 "configure"  #line $LINENO "configure"
2575  #include "confdefs.h"  /* confdefs.h.  */
2576    _ACEOF
2577    cat confdefs.h >>conftest.$ac_ext
2578    cat >>conftest.$ac_ext <<_ACEOF
2579    /* end confdefs.h.  */
2580  #include <stdlib.h>  #include <stdlib.h>
2581  #include <stdarg.h>  #include <stdarg.h>
2582  #include <string.h>  #include <string.h>
2583  #include <float.h>  #include <float.h>
2584    
2585    int
2586    main ()
2587    {
2588    
2589      ;
2590      return 0;
2591    }
2592  _ACEOF  _ACEOF
2593  if { (eval echo "$as_me:2047: \"$ac_cpp conftest.$ac_ext\"") >&5  rm -f conftest.$ac_objext
2594    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2595      (eval $ac_compile) 2>&5
2596    ac_status=$?    ac_status=$?
2597    egrep -v '^ *\+' conftest.er1 >conftest.err    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2598    rm -f conftest.er1    (exit $ac_status); } &&
2599    cat conftest.err >&5           { ac_try='test -s conftest.$ac_objext'
2600    echo "$as_me:2053: \$? = $ac_status" >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2601    (exit $ac_status); } >/dev/null; then    (eval $ac_try) 2>&5
2602    if test -s conftest.err; then    ac_status=$?
2603      ac_cpp_err=$ac_c_preproc_warn_flag    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2604    else    (exit $ac_status); }; }; then
     ac_cpp_err=  
   fi  
 else  
   ac_cpp_err=yes  
 fi  
 if test -z "$ac_cpp_err"; then  
2605    ac_cv_header_stdc=yes    ac_cv_header_stdc=yes
2606  else  else
2607    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2608    cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2609    ac_cv_header_stdc=no  
2610    ac_cv_header_stdc=no
2611  fi  fi
2612  rm -f conftest.err conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
2613    
2614  if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
2615    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2616    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2617  #line 2075 "configure"  #line $LINENO "configure"
2618  #include "confdefs.h"  /* confdefs.h.  */
2619    _ACEOF
2620    cat confdefs.h >>conftest.$ac_ext
2621    cat >>conftest.$ac_ext <<_ACEOF
2622    /* end confdefs.h.  */
2623  #include <string.h>  #include <string.h>
2624    
2625  _ACEOF  _ACEOF
2626  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2627    egrep "memchr" >/dev/null 2>&1; then    $EGREP "memchr" >/dev/null 2>&1; then
2628    :    :
2629  else  else
2630    ac_cv_header_stdc=no    ac_cv_header_stdc=no
# Line 2090  fi Line 2636  fi
2636  if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
2637    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2638    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2639  #line 2093 "configure"  #line $LINENO "configure"
2640  #include "confdefs.h"  /* confdefs.h.  */
2641    _ACEOF
2642    cat confdefs.h >>conftest.$ac_ext
2643    cat >>conftest.$ac_ext <<_ACEOF
2644    /* end confdefs.h.  */
2645  #include <stdlib.h>  #include <stdlib.h>
2646    
2647  _ACEOF  _ACEOF
2648  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2649    egrep "free" >/dev/null 2>&1; then    $EGREP "free" >/dev/null 2>&1; then
2650    :    :
2651  else  else
2652    ac_cv_header_stdc=no    ac_cv_header_stdc=no
# Line 2111  if test $ac_cv_header_stdc = yes; then Line 2661  if test $ac_cv_header_stdc = yes; then
2661    :    :
2662  else  else
2663    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2664  #line 2114 "configure"  #line $LINENO "configure"
2665  #include "confdefs.h"  /* confdefs.h.  */
2666    _ACEOF
2667    cat confdefs.h >>conftest.$ac_ext
2668    cat >>conftest.$ac_ext <<_ACEOF
2669    /* end confdefs.h.  */
2670  #include <ctype.h>  #include <ctype.h>
2671  #if ((' ' & 0x0FF) == 0x020)  #if ((' ' & 0x0FF) == 0x020)
2672  # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')  # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
2673  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2674  #else  #else
2675  # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \  # define ISLOWER(c) \
2676                       (('a' <= (c) && (c) <= 'i') \
2677                       || ('j' <= (c) && (c) <= 'r') \                       || ('j' <= (c) && (c) <= 'r') \
2678                       || ('s' <= (c) && (c) <= 'z'))                       || ('s' <= (c) && (c) <= 'z'))
2679  # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))  # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
# Line 2137  main () Line 2692  main ()
2692  }  }
2693  _ACEOF  _ACEOF
2694  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
2695  if { (eval echo "$as_me:2140: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2696    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
2697    ac_status=$?    ac_status=$?
2698    echo "$as_me:2143: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2699    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
2700    { (eval echo "$as_me:2145: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2701    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2702    ac_status=$?    ac_status=$?
2703    echo "$as_me:2148: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2704    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2705    :    :
2706  else  else
2707    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
2708  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
2709  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2710    
2711    ( exit $ac_status )
2712  ac_cv_header_stdc=no  ac_cv_header_stdc=no
2713  fi  fi
2714  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
2715  fi  fi
2716  fi  fi
2717  fi  fi
2718  echo "$as_me:2161: result: $ac_cv_header_stdc" >&5  echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
2719  echo "${ECHO_T}$ac_cv_header_stdc" >&6  echo "${ECHO_T}$ac_cv_header_stdc" >&6
2720  if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
2721    
2722  cat >>confdefs.h <<\EOF  cat >>confdefs.h <<\_ACEOF
2723  #define STDC_HEADERS 1  #define STDC_HEADERS 1
 EOF  
   
 fi  
   
 ac_config_headers="$ac_config_headers include/config.h include/config1.h include/version.h"  
   
 echo "$as_me:2173: checking for $CC option to accept ANSI C" >&5  
 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6  
 if test "${ac_cv_prog_cc_stdc+set}" = set; then  
   echo $ECHO_N "(cached) $ECHO_C" >&6  
 else  
   ac_cv_prog_cc_stdc=no  
 ac_save_CC=$CC  
 cat >conftest.$ac_ext <<_ACEOF  
 #line 2181 "configure"  
 #include "confdefs.h"  
 #include <stdarg.h>  
 #include <stdio.h>  
 #include <sys/types.h>  
 #include <sys/stat.h>  
 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */  
 struct buf { int x; };  
 FILE * (*rcsopen) (struct buf *, struct stat *, int);  
 static char *e (p, i)  
      char **p;  
      int i;  
 {  
   return p[i];  
 }  
 static char *f (char * (*g) (char **, int), char **p, ...)  
 {  
   char *s;  
   va_list v;  
   va_start (v,p);  
   s = g (p, va_arg (v,int));  
   va_end (v);  
   return s;  
 }  
 int test (int i, double x);  
 struct s1 {int (*f) (int a);};  
 struct s2 {int (*f) (double a);};  
 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);  
 int argc;  
 char **argv;  
 int  
 main ()  
 {  
 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];  
   ;  
   return 0;  
 }  
2724  _ACEOF  _ACEOF
 # Don't try gcc -ansi; that turns off useful extensions and  
 # breaks some systems' header files.  
 # AIX                   -qlanglvl=ansi  
 # Ultrix and OSF/1      -std1  
 # HP-UX 10.20 and later -Ae  
 # HP-UX older versions  -Aa -D_HPUX_SOURCE  
 # SVR4                  -Xc -D__EXTENSIONS__  
 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"  
 do  
   CC="$ac_save_CC $ac_arg"  
   rm -f conftest.$ac_objext  
 if { (eval echo "$as_me:2230: \"$ac_compile\"") >&5  
   (eval $ac_compile) 2>&5  
   ac_status=$?  
   echo "$as_me:2233: \$? = $ac_status" >&5  
   (exit $ac_status); } &&  
          { ac_try='test -s conftest.$ac_objext'  
   { (eval echo "$as_me:2236: \"$ac_try\"") >&5  
   (eval $ac_try) 2>&5  
   ac_status=$?  
   echo "$as_me:2239: \$? = $ac_status" >&5  
   (exit $ac_status); }; }; then  
   ac_cv_prog_cc_stdc=$ac_arg  
 break  
 else  
   echo "$as_me: failed program was:" >&5  
 cat conftest.$ac_ext >&5  
 fi  
 rm -f conftest.$ac_objext  
 done  
 rm -f conftest.$ac_ext conftest.$ac_objext  
 CC=$ac_save_CC  
2725    
2726  fi  fi
2727    
2728  case "x$ac_cv_prog_cc_stdc" in                                ac_config_headers="$ac_config_headers include/config.h include/config1.h include/version.h"
   x|xno)  
     echo "$as_me:2256: result: none needed" >&5  
 echo "${ECHO_T}none needed" >&6 ;;  
   *)  
     echo "$as_me:2259: result: $ac_cv_prog_cc_stdc" >&5  
 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6  
     CC="$CC $ac_cv_prog_cc_stdc" ;;  
 esac  
2729    
2730  echo "$as_me:2264: checking for an ANSI C-conforming const" >&5  
2731    echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
2732  echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6  echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
2733  if test "${ac_cv_c_const+set}" = set; then  if test "${ac_cv_c_const+set}" = set; then
2734    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2735  else  else
2736    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2737  #line 2270 "configure"  #line $LINENO "configure"
2738  #include "confdefs.h"  /* confdefs.h.  */
2739    _ACEOF
2740    cat confdefs.h >>conftest.$ac_ext
2741    cat >>conftest.$ac_ext <<_ACEOF
2742    /* end confdefs.h.  */
2743    
2744  int  int
2745  main ()  main ()
# Line 2325  main () Line 2796  main ()
2796  }  }
2797  _ACEOF  _ACEOF
2798  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2799  if { (eval echo "$as_me:2328: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2800    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
2801    ac_status=$?    ac_status=$?
2802    echo "$as_me:2331: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2803    (exit $ac_status); } &&    (exit $ac_status); } &&
2804           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
2805    { (eval echo "$as_me:2334: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2806    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2807    ac_status=$?    ac_status=$?
2808    echo "$as_me:2337: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2809    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2810    ac_cv_c_const=yes    ac_cv_c_const=yes
2811  else  else
2812    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2813  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2814    
2815  ac_cv_c_const=no  ac_cv_c_const=no
2816  fi  fi
2817  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
2818  fi  fi
2819  echo "$as_me:2347: result: $ac_cv_c_const" >&5  echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
2820  echo "${ECHO_T}$ac_cv_c_const" >&6  echo "${ECHO_T}$ac_cv_c_const" >&6
2821  if test $ac_cv_c_const = no; then  if test $ac_cv_c_const = no; then
2822    
2823  cat >>confdefs.h <<\EOF  cat >>confdefs.h <<\_ACEOF
2824  #define const  #define const
2825  EOF  _ACEOF
2826    
2827  fi  fi
2828    
2829  echo "$as_me:2357: checking for inline" >&5  echo "$as_me:$LINENO: checking for inline" >&5
2830  echo $ECHO_N "checking for inline... $ECHO_C" >&6  echo $ECHO_N "checking for inline... $ECHO_C" >&6
2831  if test "${ac_cv_c_inline+set}" = set; then  if test "${ac_cv_c_inline+set}" = set; then
2832    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 2362  else Line 2834  else
2834    ac_cv_c_inline=no    ac_cv_c_inline=no
2835  for ac_kw in inline __inline__ __inline; do  for ac_kw in inline __inline__ __inline; do
2836    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2837  #line 2365 "configure"  #line $LINENO "configure"
2838  #include "confdefs.h"  /* confdefs.h.  */
2839    _ACEOF
2840    cat confdefs.h >>conftest.$ac_ext
2841    cat >>conftest.$ac_ext <<_ACEOF
2842    /* end confdefs.h.  */
2843  #ifndef __cplusplus  #ifndef __cplusplus
2844  static $ac_kw int static_foo () {return 0; }  typedef int foo_t;
2845  $ac_kw int foo () {return 0; }  static $ac_kw foo_t static_foo () {return 0; }
2846    $ac_kw foo_t foo () {return 0; }
2847  #endif  #endif
2848    
2849  _ACEOF  _ACEOF
2850  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2851  if { (eval echo "$as_me:2374: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2852    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
2853    ac_status=$?    ac_status=$?
2854    echo "$as_me:2377: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2855    (exit $ac_status); } &&    (exit $ac_status); } &&
2856           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
2857    { (eval echo "$as_me:2380: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2858    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2859    ac_status=$?    ac_status=$?
2860    echo "$as_me:2383: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2861    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2862    ac_cv_c_inline=$ac_kw; break    ac_cv_c_inline=$ac_kw; break
2863  else  else
2864    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2865  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2866    
2867  fi  fi
2868  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
2869  done  done
2870    
2871  fi  fi
2872  echo "$as_me:2394: result: $ac_cv_c_inline" >&5  echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
2873  echo "${ECHO_T}$ac_cv_c_inline" >&6  echo "${ECHO_T}$ac_cv_c_inline" >&6
2874  case $ac_cv_c_inline in  case $ac_cv_c_inline in
2875    inline | yes) ;;    inline | yes) ;;
2876    no)    no)
2877  cat >>confdefs.h <<\EOF  cat >>confdefs.h <<\_ACEOF
2878  #define inline  #define inline
2879  EOF  _ACEOF
2880   ;;   ;;
2881    *)  cat >>confdefs.h <<EOF    *)  cat >>confdefs.h <<_ACEOF
2882  #define inline $ac_cv_c_inline  #define inline $ac_cv_c_inline
2883  EOF  _ACEOF
2884   ;;   ;;
2885  esac  esac
2886    
2887  echo "$as_me:2409: checking whether time.h and sys/time.h may both be included" >&5  echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
2888  echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6  echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
2889  if test "${ac_cv_header_time+set}" = set; then  if test "${ac_cv_header_time+set}" = set; then
2890    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2891  else  else
2892    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2893  #line 2415 "configure"  #line $LINENO "configure"
2894  #include "confdefs.h"  /* confdefs.h.  */
2895    _ACEOF
2896    cat confdefs.h >>conftest.$ac_ext
2897    cat >>conftest.$ac_ext <<_ACEOF
2898    /* end confdefs.h.  */
2899  #include <sys/types.h>  #include <sys/types.h>
2900  #include <sys/time.h>  #include <sys/time.h>
2901  #include <time.h>  #include <time.h>
# Line 2428  return 0; Line 2910  return 0;
2910  }  }
2911  _ACEOF  _ACEOF
2912  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2913  if { (eval echo "$as_me:2431: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2914    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
2915    ac_status=$?    ac_status=$?
2916    echo "$as_me:2434: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2917    (exit $ac_status); } &&    (exit $ac_status); } &&
2918           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
2919    { (eval echo "$as_me:2437: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2920    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2921    ac_status=$?    ac_status=$?
2922    echo "$as_me:2440: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2923    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2924    ac_cv_header_time=yes    ac_cv_header_time=yes
2925  else  else
2926    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2927  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2928    
2929  ac_cv_header_time=no  ac_cv_header_time=no
2930  fi  fi
2931  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
2932  fi  fi
2933  echo "$as_me:2450: result: $ac_cv_header_time" >&5  echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
2934  echo "${ECHO_T}$ac_cv_header_time" >&6  echo "${ECHO_T}$ac_cv_header_time" >&6
2935  if test $ac_cv_header_time = yes; then  if test $ac_cv_header_time = yes; then
2936    
2937  cat >>confdefs.h <<\EOF  cat >>confdefs.h <<\_ACEOF
2938  #define TIME_WITH_SYS_TIME 1  #define TIME_WITH_SYS_TIME 1
2939  EOF  _ACEOF
2940    
2941  fi  fi
2942    
2943    
2944  if test $ac_cv_c_compiler_gnu = yes; then  if test $ac_cv_c_compiler_gnu = yes; then
2945      echo "$as_me:2461: checking whether $CC needs -traditional" >&5      echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
2946  echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6  echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
2947  if test "${ac_cv_prog_gcc_traditional+set}" = set; then  if test "${ac_cv_prog_gcc_traditional+set}" = set; then
2948    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2949  else  else
2950      ac_pattern="Autoconf.*'x'"      ac_pattern="Autoconf.*'x'"
2951    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2952  #line 2468 "configure"  #line $LINENO "configure"
2953  #include "confdefs.h"  /* confdefs.h.  */
2954    _ACEOF
2955    cat confdefs.h >>conftest.$ac_ext
2956    cat >>conftest.$ac_ext <<_ACEOF
2957    /* end confdefs.h.  */
2958  #include <sgtty.h>  #include <sgtty.h>
2959  Autoconf TIOCGETP  Autoconf TIOCGETP
2960  _ACEOF  _ACEOF
2961  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2962    egrep "$ac_pattern" >/dev/null 2>&1; then    $EGREP "$ac_pattern" >/dev/null 2>&1; then
2963    ac_cv_prog_gcc_traditional=yes    ac_cv_prog_gcc_traditional=yes
2964  else  else
2965    ac_cv_prog_gcc_traditional=no    ac_cv_prog_gcc_traditional=no
2966  fi  fi
2967  rm -f conftest*  rm -f conftest*
2968    
2969    
2970    if test $ac_cv_prog_gcc_traditional = no; then    if test $ac_cv_prog_gcc_traditional = no; then
2971      cat >conftest.$ac_ext <<_ACEOF      cat >conftest.$ac_ext <<_ACEOF
2972  #line 2483 "configure"  #line $LINENO "configure"
2973  #include "confdefs.h"  /* confdefs.h.  */
2974    _ACEOF
2975    cat confdefs.h >>conftest.$ac_ext
2976    cat >>conftest.$ac_ext <<_ACEOF
2977    /* end confdefs.h.  */
2978  #include <termio.h>  #include <termio.h>
2979  Autoconf TCGETA  Autoconf TCGETA
2980  _ACEOF  _ACEOF
2981  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2982    egrep "$ac_pattern" >/dev/null 2>&1; then    $EGREP "$ac_pattern" >/dev/null 2>&1; then
2983    ac_cv_prog_gcc_traditional=yes    ac_cv_prog_gcc_traditional=yes
2984  fi  fi
2985  rm -f conftest*  rm -f conftest*
2986    
2987    fi    fi
2988  fi  fi
2989  echo "$as_me:2496: result: $ac_cv_prog_gcc_traditional" >&5  echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
2990  echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6  echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
2991    if test $ac_cv_prog_gcc_traditional = yes; then    if test $ac_cv_prog_gcc_traditional = yes; then
2992      CC="$CC -traditional"      CC="$CC -traditional"
2993    fi    fi
2994  fi  fi
2995    
2996  echo "$as_me:2503: checking for current directory" >&5  
2997    echo "$as_me:$LINENO: checking for current directory" >&5
2998  echo $ECHO_N "checking for current directory... $ECHO_C" >&6  echo $ECHO_N "checking for current directory... $ECHO_C" >&6
2999  SRCDIR=`/bin/pwd`  SRCDIR=`/bin/pwd`
3000    
3001  echo "$as_me:2507: result: $SRCDIR" >&5  echo "$as_me:$LINENO: result: $SRCDIR" >&5
3002  echo "${ECHO_T}$SRCDIR" >&6  echo "${ECHO_T}$SRCDIR" >&6
3003    
3004  echo "$as_me:2510: checking cross compile" >&5  echo "$as_me:$LINENO: checking cross compile" >&5
3005  echo $ECHO_N "checking cross compile... $ECHO_C" >&6  echo $ECHO_N "checking cross compile... $ECHO_C" >&6
3006    
3007  # Check whether --with-cross or --without-cross was given.  # Check whether --with-cross or --without-cross was given.
# Line 2519  else Line 3013  else
3013  fi;  fi;
3014  CROSS_COMPILE="$crossprefix"  CROSS_COMPILE="$crossprefix"
3015    
3016  echo "$as_me:2522: result: $CROSS_COMPILE" >&5  echo "$as_me:$LINENO: result: $CROSS_COMPILE" >&5
3017  echo "${ECHO_T}$CROSS_COMPILE" >&6  echo "${ECHO_T}$CROSS_COMPILE" >&6
3018    
3019  if test "$crossprefix"; then  if test "$crossprefix"; then
# Line 2534  echo $CPP | grep ' ' >/dev/null && CPP_s Line 3028  echo $CPP | grep ' ' >/dev/null && CPP_s
3028  CPP="`basename $CPP` $CPP_save"  CPP="`basename $CPP` $CPP_save"
3029  fi  fi
3030    
3031  echo "$as_me:2537: checking for directory with kernel source" >&5  echo "$as_me:$LINENO: checking for directory with kernel source" >&5
3032  echo $ECHO_N "checking for directory with kernel source... $ECHO_C" >&6  echo $ECHO_N "checking for directory with kernel source... $ECHO_C" >&6
3033    
3034  # Check whether --with-kernel or --without-kernel was given.  # Check whether --with-kernel or --without-kernel was given.
# Line 2549  else Line 3043  else
3043    fi    fi
3044    
3045  fi;  fi;
3046  cat >>confdefs.h <<EOF  cat >>confdefs.h <<_ACEOF
3047  #define CONFIG_SND_KERNELDIR "$kerneldir"  #define CONFIG_SND_KERNELDIR "$kerneldir"
3048  EOF  _ACEOF
3049    
3050  CONFIG_SND_KERNELDIR="$kerneldir"  CONFIG_SND_KERNELDIR="$kerneldir"
3051    
3052  echo "$as_me:2558: result: $kerneldir" >&5  echo "$as_me:$LINENO: result: $kerneldir" >&5
3053  echo "${ECHO_T}$kerneldir" >&6  echo "${ECHO_T}$kerneldir" >&6
3054    
3055  echo "$as_me:2561: checking for kernel version" >&5  echo "$as_me:$LINENO: checking for kernel version" >&5
3056  echo $ECHO_N "checking for kernel version... $ECHO_C" >&6  echo $ECHO_N "checking for kernel version... $ECHO_C" >&6
3057  if ! test -r $CONFIG_SND_KERNELDIR/include/linux/version.h; then  if ! test -r $CONFIG_SND_KERNELDIR/include/linux/version.h; then
3058    cat << EOF    cat << EOF
# Line 2578  else Line 3072  else
3072    kaversion=""    kaversion=""
3073  else  else
3074    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3075  #line 2581 "configure"  #line $LINENO "configure"
3076  #include "confdefs.h"  /* confdefs.h.  */
3077    _ACEOF
3078    cat confdefs.h >>conftest.$ac_ext
3079    cat >>conftest.$ac_ext <<_ACEOF
3080    /* end confdefs.h.  */
3081    
3082  #include <stdio.h>  #include <stdio.h>
3083  #include <ctype.h>  #include <ctype.h>
# Line 2621  int main() Line 3119  int main()
3119  }  }
3120  _ACEOF  _ACEOF
3121  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
3122  if { (eval echo "$as_me:2624: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3123    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
3124    ac_status=$?    ac_status=$?
3125    echo "$as_me:2627: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3126    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3127    { (eval echo "$as_me:2629: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3128    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3129    ac_status=$?    ac_status=$?
3130    echo "$as_me:2632: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3131    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
3132    kaversion=`cat conftestdata`    kaversion=`cat conftestdata`
3133  else  else
3134    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
3135  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
3136  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
3137    
3138    ( exit $ac_status )
3139  kaversion=""  kaversion=""
3140  fi  fi
3141  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3142  fi  fi
3143  fi  fi
3144    
# Line 2656  if test -z "$kversion" || test -z "$kpat Line 3156  if test -z "$kversion" || test -z "$kpat
3156  fi  fi
3157  kaversion="$kversion.$kpatchlevel.$ksublevel$kextraversion"  kaversion="$kversion.$kpatchlevel.$ksublevel$kextraversion"
3158    
3159  echo "$as_me:2659: result: $kaversion" >&5  
3160    
3161    
3162    
3163    echo "$as_me:$LINENO: result: $kaversion" >&5
3164  echo "${ECHO_T}$kaversion" >&6  echo "${ECHO_T}$kaversion" >&6
3165    
3166  echo "$as_me:2662: checking for GCC version" >&5  echo "$as_me:$LINENO: checking for GCC version" >&5
3167  echo $ECHO_N "checking for GCC version... $ECHO_C" >&6  echo $ECHO_N "checking for GCC version... $ECHO_C" >&6
3168  ac_save_CFLAGS="$CFLAGS"  ac_save_CFLAGS="$CFLAGS"
3169  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
# Line 2670  else Line 3174  else
3174    kernel_compiler=""    kernel_compiler=""
3175  else  else
3176    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3177  #line 2673 "configure"  #line $LINENO "configure"
3178  #include "confdefs.h"  /* confdefs.h.  */
3179    _ACEOF
3180    cat confdefs.h >>conftest.$ac_ext
3181    cat >>conftest.$ac_ext <<_ACEOF
3182    /* end confdefs.h.  */
3183    
3184  #include <stdio.h>  #include <stdio.h>
3185  #include <ctype.h>  #include <ctype.h>
# Line 2707  int main() Line 3215  int main()
3215  }  }
3216  _ACEOF  _ACEOF
3217  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
3218  if { (eval echo "$as_me:2710: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3219    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
3220    ac_status=$?    ac_status=$?
3221    echo "$as_me:2713: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3222    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3223    { (eval echo "$as_me:2715: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3224    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3225    ac_status=$?    ac_status=$?
3226    echo "$as_me:2718: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3227    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
3228    kernel_compiler=`cat conftestdata`    kernel_compiler=`cat conftestdata`
3229  else  else
3230    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
3231  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
3232  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
3233    
3234    ( exit $ac_status )
3235  kernel_compiler=""  kernel_compiler=""
3236  fi  fi
3237  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3238  fi  fi
3239  fi  fi
3240    
3241  CFLAGS="$ac_save_CFLAGS"  CFLAGS="$ac_save_CFLAGS"
3242  my_compiler=`$CROSS_COMPILE$CC --version | head -n 1`  my_compiler=`$CROSS_COMPILE$CC --version | head -n 1`
3243  kernel_compiler_type=`echo $kernel_compiler | cut -d ' ' -f 1`  
3244  kernel_compiler_version=`echo $kernel_compiler | cut -d ' ' -f 2`  
3245  if test "${kernel_compiler_version:0:5}" = "egcs-"; then  
3246    kernel_compiler_type="egcs"  
3247    kernel_compiler_version=`echo ${kernel_compiler_version:5} | cut -d ' ' -f 1`    typevar=kernel_compiler_type
3248  fi    versionvar=kernel_compiler_version
3249  if test "${my_compiler:0:4}" = "gcc-"; then    ac_compiler_type=""
3250    my_compiler_type="gcc"    ac_compiler_version=""
3251    my_compiler_version=`echo ${my_compiler:4} | cut -d ' ' -f 1`    for i in $kernel_compiler; do
3252  else      case $i in
3253    if test "${my_compiler:0:5}" = "egcs-"; then      gcc-[0-9]*|*-gcc-[0-9]*)
3254      my_compiler_type="egcs"        if test -z "$ac_compiler_type"; then
3255      my_compiler_version=`echo ${my_compiler:5} | cut -d ' ' -f 1`          ac_compiler_type=gcc
3256    else        fi
3257      my_compiler_type=`echo $my_compiler | cut -d ' ' -f 1`        if test -z "$ac_compiler_version"; then
3258      my_compiler_version=`echo $my_compiler | cut -d ' ' -f 3`          ac_compiler_version=`echo $i | sed -e 's/^.*gcc-\(0-9.\+\).*$/\1/'`
3259    fi        fi
3260  fi        ;;
3261  if test "$my_compiler_type" = "$my_compiler_version"; then      *gcc*)
3262          if test -z "$ac_compiler_type"; then
3263            ac_compiler_type=gcc
3264          fi
3265          ;;
3266        egcs-*)
3267          ac_compiler_type=egcs
3268          if test -z "$ac_compiler_version"; then
3269            ac_compiler_version=`echo $i | sed -e 's/egcs-\(.\+\)$/\1/'`
3270          fi
3271          ;;
3272        *cc*)
3273          if test -z "$ac_compiler_type"; then
3274            ac_compiler_type=cc
3275          fi
3276          ;;
3277        [0-9].[0-9]*)
3278          if test -z "$ac_compiler_version"; then
3279            ac_compiler_version="$i"
3280          fi
3281          ;;
3282        esac
3283      done
3284      eval $typevar="$ac_compiler_type"
3285      eval $versionvar="$ac_compiler_version"
3286    
3287    
3288      typevar=my_compiler_type
3289      versionvar=my_compiler_version
3290      ac_compiler_type=""
3291      ac_compiler_version=""
3292      for i in $my_compiler; do
3293        case $i in
3294        gcc-[0-9]*|*-gcc-[0-9]*)
3295          if test -z "$ac_compiler_type"; then
3296            ac_compiler_type=gcc
3297          fi
3298          if test -z "$ac_compiler_version"; then
3299            ac_compiler_version=`echo $i | sed -e 's/^.*gcc-\(0-9.\+\).*$/\1/'`
3300          fi
3301          ;;
3302        *gcc*)
3303          if test -z "$ac_compiler_type"; then
3304            ac_compiler_type=gcc
3305          fi
3306          ;;
3307        egcs-*)
3308          ac_compiler_type=egcs
3309          if test -z "$ac_compiler_version"; then
3310            ac_compiler_version=`echo $i | sed -e 's/egcs-\(.\+\)$/\1/'`
3311          fi
3312          ;;
3313        *cc*)
3314          if test -z "$ac_compiler_type"; then
3315            ac_compiler_type=cc
3316          fi
3317          ;;
3318        [0-9].[0-9]*)
3319          if test -z "$ac_compiler_version"; then
3320            ac_compiler_version="$i"
3321          fi
3322          ;;
3323        esac
3324      done
3325      eval $typevar="$ac_compiler_type"
3326      eval $versionvar="$ac_compiler_version"
3327    
3328    if test -z "$my_compiler_type"; then
3329    my_compiler_type="gcc"    my_compiler_type="gcc"
3330  fi  fi
3331  echo "$as_me:2754: result: Kernel compiler: $kernel_compiler Used compiler: $my_compiler" >&5  echo "$as_me:$LINENO: result: Kernel compiler: $kernel_compiler Used compiler: $my_compiler" >&5
3332  echo "${ECHO_T}Kernel compiler: $kernel_compiler Used compiler: $my_compiler" >&6;  echo "${ECHO_T}Kernel compiler: $kernel_compiler Used compiler: $my_compiler" >&6;
3333  if test -z "$kernel_compiler"; then  if test -z "$kernel_compiler"; then
3334    echo    echo
# Line 2784  if test "$my_compiler_type" = "gcc" ; th Line 3361  if test "$my_compiler_type" = "gcc" ; th
3361  fi  fi
3362  fi  fi
3363    
3364    echo "$as_me:2787: checking for kernel linux/pm.h" >&5  
3365    
3366    
3367    
3368    
3369      echo "$as_me:$LINENO: checking for kernel linux/compiler.h" >&5
3370    echo $ECHO_N "checking for kernel linux/compiler.h... $ECHO_C" >&6
3371      if test -f "$CONFIG_SND_KERNELDIR/include/linux/compiler.h"; then
3372        echo "$as_me:$LINENO: result: \"yes\"" >&5
3373    echo "${ECHO_T}\"yes\"" >&6
3374        if test -f include/linux/compiler.h; then
3375          echo "Removing a dummy linux/compiler.h."
3376          rm -f include/linux/compiler.h
3377        fi
3378      else
3379        echo "$as_me:$LINENO: result: \"no\"" >&5
3380    echo "${ECHO_T}\"no\"" >&6
3381        if test ! -f include/linux/compiler.h; then
3382          if test -z "" ; then
3383            echo "Creating a dummy <linux/compiler.h>..."
3384            mkdir -p include/linux
3385            touch include/linux/compiler.h
3386          else
3387            echo "Creating <linux/compiler.h>..."
3388            mkdir -p include/linux
3389            echo "" > include/linux/compiler.h
3390          fi
3391        fi
3392      fi
3393    
3394    
3395      echo "$as_me:$LINENO: checking for kernel linux/pm.h" >&5
3396  echo $ECHO_N "checking for kernel linux/pm.h... $ECHO_C" >&6  echo $ECHO_N "checking for kernel linux/pm.h... $ECHO_C" >&6
3397    if test -f "$CONFIG_SND_KERNELDIR/include/linux/pm.h"; then    if test -f "$CONFIG_SND_KERNELDIR/include/linux/pm.h"; then
3398      echo "$as_me:2790: result: \"yes\"" >&5      echo "$as_me:$LINENO: result: \"yes\"" >&5
3399  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
3400      if test -f include/linux/pm.h; then      if test -f include/linux/pm.h; then
3401        echo "Removing a dummy linux/pm.h."        echo "Removing a dummy linux/pm.h."
3402        rm -f include/linux/pm.h        rm -f include/linux/pm.h
3403      fi      fi
3404    else    else
3405      echo "$as_me:2797: result: \"no\"" >&5      echo "$as_me:$LINENO: result: \"no\"" >&5
3406  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
3407      if test ! -f include/linux/pm.h; then      if test ! -f include/linux/pm.h; then
3408        echo "Creating a dummy <linux/pm.h>..."        if test -z "" ; then
3409        mkdir -p include/linux          echo "Creating a dummy <linux/pm.h>..."
3410        touch include/linux/pm.h          mkdir -p include/linux
3411            touch include/linux/pm.h
3412          else
3413            echo "Creating <linux/pm.h>..."
3414            mkdir -p include/linux
3415            echo "" > include/linux/pm.h
3416          fi
3417      fi      fi
3418    fi    fi
3419    
3420    echo "$as_me:2806: checking for kernel linux/spinlock.h" >&5  
3421      echo "$as_me:$LINENO: checking for kernel linux/spinlock.h" >&5
3422  echo $ECHO_N "checking for kernel linux/spinlock.h... $ECHO_C" >&6  echo $ECHO_N "checking for kernel linux/spinlock.h... $ECHO_C" >&6
3423    if test -f "$CONFIG_SND_KERNELDIR/include/linux/spinlock.h"; then    if test -f "$CONFIG_SND_KERNELDIR/include/linux/spinlock.h"; then
3424      echo "$as_me:2809: result: \"yes\"" >&5      echo "$as_me:$LINENO: result: \"yes\"" >&5
3425  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
3426      if test -f include/linux/spinlock.h; then      if test -f include/linux/spinlock.h; then
3427        echo "Removing a dummy linux/spinlock.h."        echo "Removing a dummy linux/spinlock.h."
3428        rm -f include/linux/spinlock.h        rm -f include/linux/spinlock.h
3429      fi      fi
3430    else    else
3431      echo "$as_me:2816: result: \"no\"" >&5      echo "$as_me:$LINENO: result: \"no\"" >&5
3432  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
3433      if test ! -f include/linux/spinlock.h; then      if test ! -f include/linux/spinlock.h; then
3434        echo "Creating a dummy <linux/spinlock.h>..."        if test -z "" ; then
3435        mkdir -p include/linux          echo "Creating a dummy <linux/spinlock.h>..."
3436        touch include/linux/spinlock.h          mkdir -p include/linux
3437            touch include/linux/spinlock.h
3438          else
3439            echo "Creating <linux/spinlock.h>..."
3440            mkdir -p include/linux
3441            echo "" > include/linux/spinlock.h
3442          fi
3443      fi      fi
3444    fi    fi
3445    
3446    echo "$as_me:2825: checking for kernel linux/irq.h" >&5  
3447      echo "$as_me:$LINENO: checking for kernel linux/irq.h" >&5
3448  echo $ECHO_N "checking for kernel linux/irq.h... $ECHO_C" >&6  echo $ECHO_N "checking for kernel linux/irq.h... $ECHO_C" >&6
3449    if test -f "$CONFIG_SND_KERNELDIR/include/linux/irq.h"; then    if test -f "$CONFIG_SND_KERNELDIR/include/linux/irq.h"; then
3450      echo "$as_me:2828: result: \"yes\"" >&5      echo "$as_me:$LINENO: result: \"yes\"" >&5
3451  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
3452      if test -f include/linux/irq.h; then      if test -f include/linux/irq.h; then
3453        echo "Removing a dummy linux/irq.h."        echo "Removing a dummy linux/irq.h."
3454        rm -f include/linux/irq.h        rm -f include/linux/irq.h
3455      fi      fi
3456    else    else
3457      echo "$as_me:2835: result: \"no\"" >&5      echo "$as_me:$LINENO: result: \"no\"" >&5
3458  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
3459      if test ! -f include/linux/irq.h; then      if test ! -f include/linux/irq.h; then
3460        echo "Creating a dummy <linux/irq.h>..."        if test -z "" ; then
3461        mkdir -p include/linux          echo "Creating a dummy <linux/irq.h>..."
3462        touch include/linux/irq.h          mkdir -p include/linux
3463            touch include/linux/irq.h
3464          else
3465            echo "Creating <linux/irq.h>..."
3466            mkdir -p include/linux
3467            echo "" > include/linux/irq.h
3468          fi
3469      fi      fi
3470    fi    fi
3471    
3472    echo "$as_me:2844: checking for kernel linux/threads.h" >&5  
3473      echo "$as_me:$LINENO: checking for kernel linux/threads.h" >&5
3474  echo $ECHO_N "checking for kernel linux/threads.h... $ECHO_C" >&6  echo $ECHO_N "checking for kernel linux/threads.h... $ECHO_C" >&6
3475    if test -f "$CONFIG_SND_KERNELDIR/include/linux/threads.h"; then    if test -f "$CONFIG_SND_KERNELDIR/include/linux/threads.h"; then
3476      echo "$as_me:2847: result: \"yes\"" >&5      echo "$as_me:$LINENO: result: \"yes\"" >&5
3477  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
3478      if test -f include/linux/threads.h; then      if test -f include/linux/threads.h; then
3479        echo "Removing a dummy linux/threads.h."        echo "Removing a dummy linux/threads.h."
3480        rm -f include/linux/threads.h        rm -f include/linux/threads.h
3481      fi      fi
3482    else    else
3483      echo "$as_me:2854: result: \"no\"" >&5      echo "$as_me:$LINENO: result: \"no\"" >&5
3484  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
3485      if test ! -f include/linux/threads.h; then      if test ! -f include/linux/threads.h; then
3486        echo "Creating a dummy <linux/threads.h>..."        if test -z "" ; then
3487        mkdir -p include/linux          echo "Creating a dummy <linux/threads.h>..."
3488        touch include/linux/threads.h          mkdir -p include/linux
3489            touch include/linux/threads.h
3490          else
3491            echo "Creating <linux/threads.h>..."
3492            mkdir -p include/linux
3493            echo "" > include/linux/threads.h
3494          fi
3495      fi      fi
3496    fi    fi
3497    
3498    echo "$as_me:2863: checking for kernel linux/rwsem.h" >&5  
3499      echo "$as_me:$LINENO: checking for kernel linux/rwsem.h" >&5
3500  echo $ECHO_N "checking for kernel linux/rwsem.h... $ECHO_C" >&6  echo $ECHO_N "checking for kernel linux/rwsem.h... $ECHO_C" >&6
3501    if test -f "$CONFIG_SND_KERNELDIR/include/linux/rwsem.h"; then    if test -f "$CONFIG_SND_KERNELDIR/include/linux/rwsem.h"; then
3502      echo "$as_me:2866: result: \"yes\"" >&5      echo "$as_me:$LINENO: result: \"yes\"" >&5
3503  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
3504      if test -f include/linux/rwsem.h; then      if test -f include/linux/rwsem.h; then
3505        echo "Removing a dummy linux/rwsem.h."        echo "Removing a dummy linux/rwsem.h."
3506        rm -f include/linux/rwsem.h        rm -f include/linux/rwsem.h
3507      fi      fi
3508    else    else
3509      echo "$as_me:2873: result: \"no\"" >&5      echo "$as_me:$LINENO: result: \"no\"" >&5
3510  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
3511      if test ! -f include/linux/rwsem.h; then      if test ! -f include/linux/rwsem.h; then
3512        echo "Creating a dummy <linux/rwsem.h>..."        if test -z "" ; then
3513        mkdir -p include/linux          echo "Creating a dummy <linux/rwsem.h>..."
3514        touch include/linux/rwsem.h          mkdir -p include/linux
3515            touch include/linux/rwsem.h
3516          else
3517            echo "Creating <linux/rwsem.h>..."
3518            mkdir -p include/linux
3519            echo "" > include/linux/rwsem.h
3520          fi
3521      fi      fi
3522    fi    fi
3523    
3524    echo "$as_me:2882: checking for kernel linux/gameport.h" >&5  
3525      echo "$as_me:$LINENO: checking for kernel linux/gameport.h" >&5
3526  echo $ECHO_N "checking for kernel linux/gameport.h... $ECHO_C" >&6  echo $ECHO_N "checking for kernel linux/gameport.h... $ECHO_C" >&6
3527    if test -f "$CONFIG_SND_KERNELDIR/include/linux/gameport.h"; then    if test -f "$CONFIG_SND_KERNELDIR/include/linux/gameport.h"; then
3528      echo "$as_me:2885: result: \"yes\"" >&5      echo "$as_me:$LINENO: result: \"yes\"" >&5
3529  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
3530      if test -f include/linux/gameport.h; then      if test -f include/linux/gameport.h; then
3531        echo "Removing a dummy linux/gameport.h."        echo "Removing a dummy linux/gameport.h."
3532        rm -f include/linux/gameport.h        rm -f include/linux/gameport.h
3533      fi      fi
3534    else    else
3535      echo "$as_me:2892: result: \"no\"" >&5      echo "$as_me:$LINENO: result: \"no\"" >&5
3536  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
3537      if test ! -f include/linux/gameport.h; then      if test ! -f include/linux/gameport.h; then
3538        echo "Creating a dummy <linux/gameport.h>..."        if test -z "" ; then
3539        mkdir -p include/linux          echo "Creating a dummy <linux/gameport.h>..."
3540        touch include/linux/gameport.h          mkdir -p include/linux
3541            touch include/linux/gameport.h
3542          else
3543            echo "Creating <linux/gameport.h>..."
3544            mkdir -p include/linux
3545            echo "" > include/linux/gameport.h
3546          fi
3547      fi      fi
3548    fi    fi
3549    
3550    echo "$as_me:2901: checking for kernel linux/devfs_fs_kernel.h" >&5  
3551      echo "$as_me:$LINENO: checking for kernel linux/devfs_fs_kernel.h" >&5
3552  echo $ECHO_N "checking for kernel linux/devfs_fs_kernel.h... $ECHO_C" >&6  echo $ECHO_N "checking for kernel linux/devfs_fs_kernel.h... $ECHO_C" >&6
3553    if test -f "$CONFIG_SND_KERNELDIR/include/linux/devfs_fs_kernel.h"; then    if test -f "$CONFIG_SND_KERNELDIR/include/linux/devfs_fs_kernel.h"; then
3554      echo "$as_me:2904: result: \"yes\"" >&5      echo "$as_me:$LINENO: result: \"yes\"" >&5
3555  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
3556      if test -f include/linux/devfs_fs_kernel.h; then      if test -f include/linux/devfs_fs_kernel.h; then
3557        echo "Removing a dummy linux/devfs_fs_kernel.h."        echo "Removing a dummy linux/devfs_fs_kernel.h."
3558        rm -f include/linux/devfs_fs_kernel.h        rm -f include/linux/devfs_fs_kernel.h
3559      fi      fi
3560    else    else
3561      echo "$as_me:2911: result: \"no\"" >&5      echo "$as_me:$LINENO: result: \"no\"" >&5
3562  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
3563      if test ! -f include/linux/devfs_fs_kernel.h; then      if test ! -f include/linux/devfs_fs_kernel.h; then
3564        echo "Creating a dummy <linux/devfs_fs_kernel.h>..."        if test -z "" ; then
3565        mkdir -p include/linux          echo "Creating a dummy <linux/devfs_fs_kernel.h>..."
3566        touch include/linux/devfs_fs_kernel.h          mkdir -p include/linux
3567            touch include/linux/devfs_fs_kernel.h
3568          else
3569            echo "Creating <linux/devfs_fs_kernel.h>..."
3570            mkdir -p include/linux
3571            echo "" > include/linux/devfs_fs_kernel.h
3572          fi
3573      fi      fi
3574    fi    fi
3575    
3576    echo "$as_me:2920: checking for kernel linux/highmem.h" >&5  
3577      echo "$as_me:$LINENO: checking for kernel linux/highmem.h" >&5
3578  echo $ECHO_N "checking for kernel linux/highmem.h... $ECHO_C" >&6  echo $ECHO_N "checking for kernel linux/highmem.h... $ECHO_C" >&6
3579    if test -f "$CONFIG_SND_KERNELDIR/include/linux/highmem.h"; then    if test -f "$CONFIG_SND_KERNELDIR/include/linux/highmem.h"; then
3580      echo "$as_me:2923: result: \"yes\"" >&5      echo "$as_me:$LINENO: result: \"yes\"" >&5
3581  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
3582      if test -f include/linux/highmem.h; then      if test -f include/linux/highmem.h; then
3583        echo "Removing a dummy linux/highmem.h."        echo "Removing a dummy linux/highmem.h."
3584        rm -f include/linux/highmem.h        rm -f include/linux/highmem.h
3585      fi      fi
3586    else    else
3587      echo "$as_me:2930: result: \"no\"" >&5      echo "$as_me:$LINENO: result: \"no\"" >&5
3588  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
3589      if test ! -f include/linux/highmem.h; then      if test ! -f include/linux/highmem.h; then
3590        echo "Creating a dummy <linux/highmem.h>..."        if test -z "" ; then
3591        mkdir -p include/linux          echo "Creating a dummy <linux/highmem.h>..."
3592        touch include/linux/highmem.h          mkdir -p include/linux
3593            touch include/linux/highmem.h
3594          else
3595            echo "Creating <linux/highmem.h>..."
3596            mkdir -p include/linux
3597            echo "" > include/linux/highmem.h
3598          fi
3599      fi      fi
3600    fi    fi
3601    
3602    echo "$as_me:2939: checking for kernel linux/workqueue.h" >&5  
3603      echo "$as_me:$LINENO: checking for kernel linux/workqueue.h" >&5
3604  echo $ECHO_N "checking for kernel linux/workqueue.h... $ECHO_C" >&6  echo $ECHO_N "checking for kernel linux/workqueue.h... $ECHO_C" >&6
3605    if test -f "$CONFIG_SND_KERNELDIR/include/linux/workqueue.h"; then    if test -f "$CONFIG_SND_KERNELDIR/include/linux/workqueue.h"; then
3606      echo "$as_me:2942: result: \"yes\"" >&5      echo "$as_me:$LINENO: result: \"yes\"" >&5
3607  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
3608      if test -f include/linux/workqueue.h; then      if test -f include/linux/workqueue.h; then
3609        echo "Removing a dummy linux/workqueue.h."        echo "Removing a dummy linux/workqueue.h."
3610        rm -f include/linux/workqueue.h        rm -f include/linux/workqueue.h
3611      fi      fi
3612    else    else
3613      echo "$as_me:2949: result: \"no\"" >&5      echo "$as_me:$LINENO: result: \"no\"" >&5
3614  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
3615      if test ! -f include/linux/workqueue.h; then      if test ! -f include/linux/workqueue.h; then
3616        echo "Creating a dummy <linux/workqueue.h>..."        if test -z "" ; then
3617        mkdir -p include/linux          echo "Creating a dummy <linux/workqueue.h>..."
3618        touch include/linux/workqueue.h          mkdir -p include/linux
3619            touch include/linux/workqueue.h
3620          else
3621            echo "Creating <linux/workqueue.h>..."
3622            mkdir -p include/linux
3623            echo "" > include/linux/workqueue.h
3624          fi
3625      fi      fi
3626    fi    fi
3627    
# Line 2959  if test ! -f include/linux/workqueue.h; Line 3629  if test ! -f include/linux/workqueue.h;
3629    if test "$kversion.$kpatchlevel.$ksublevel" = "2.4.20"; then    if test "$kversion.$kpatchlevel.$ksublevel" = "2.4.20"; then
3630    
3631    boolvar=RED_HAT_LINUX_KERNEL    boolvar=RED_HAT_LINUX_KERNEL
3632    echo "$as_me:2962: checking for redhat kernel" >&5    echo "$as_me:$LINENO: checking for redhat kernel" >&5
3633  echo $ECHO_N "checking for redhat kernel... $ECHO_C" >&6  echo $ECHO_N "checking for redhat kernel... $ECHO_C" >&6
3634    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
3635    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
3636    boolchk=""    boolchk=""
3637    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
3638    echo "$as_me:2968: result: \"unknown\"" >&5    echo "$as_me:$LINENO: result: \"unknown\"" >&5
3639  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
3640    
3641  else  else
3642    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3643  #line 2973 "configure"  #line $LINENO "configure"
3644  #include "confdefs.h"  /* confdefs.h.  */
3645    _ACEOF
3646    cat confdefs.h >>conftest.$ac_ext
3647    cat >>conftest.$ac_ext <<_ACEOF
3648    /* end confdefs.h.  */
3649    
3650  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
3651  int main( void ) {  int main( void ) {
# Line 2984  int main( void ) { Line 3658  int main( void ) {
3658    
3659  _ACEOF  _ACEOF
3660  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
3661  if { (eval echo "$as_me:2987: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3662    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
3663    ac_status=$?    ac_status=$?
3664    echo "$as_me:2990: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3665    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3666    { (eval echo "$as_me:2992: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3667    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3668    ac_status=$?    ac_status=$?
3669    echo "$as_me:2995: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3670    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
3671    echo "$as_me:2997: result: \"yes\"" >&5    echo "$as_me:$LINENO: result: \"yes\"" >&5
3672  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
3673  else  else
3674    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
3675  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
3676  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
3677  echo "$as_me:3003: result: \"no\"" >&5  
3678    ( exit $ac_status )
3679    echo "$as_me:$LINENO: result: \"no\"" >&5
3680  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
3681  fi  fi
3682  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3683  fi  fi
3684    CFLAGS="$ac_save_CFLAGS"    CFLAGS="$ac_save_CFLAGS"
3685    eval $boolvar="$boolchk"    eval $boolvar="$boolchk"
# Line 3017  fi Line 3693  fi
3693    fi    fi
3694  fi  fi
3695    
3696    echo "$as_me:3020: checking for kernel asm/hw_irq.h" >&5    echo "$as_me:$LINENO: checking for kernel asm/hw_irq.h" >&5
3697  echo $ECHO_N "checking for kernel asm/hw_irq.h... $ECHO_C" >&6  echo $ECHO_N "checking for kernel asm/hw_irq.h... $ECHO_C" >&6
3698    if test -f "$CONFIG_SND_KERNELDIR/include/asm/hw_irq.h"; then    if test -f "$CONFIG_SND_KERNELDIR/include/asm/hw_irq.h"; then
3699      echo "$as_me:3023: result: \"yes\"" >&5      echo "$as_me:$LINENO: result: \"yes\"" >&5
3700  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
3701      if test -f include/asm/hw_irq.h; then      if test -f include/asm/hw_irq.h; then
3702        echo "Removing a dummy asm/hw_irq.h."        echo "Removing a dummy asm/hw_irq.h."
3703        rm -f include/asm/hw_irq.h        rm -f include/asm/hw_irq.h
3704      fi      fi
3705    else    else
3706      echo "$as_me:3030: result: \"no\"" >&5      echo "$as_me:$LINENO: result: \"no\"" >&5
3707  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
3708      if test ! -f include/asm/hw_irq.h; then      if test ! -f include/asm/hw_irq.h; then
3709        echo "Creating a dummy <asm/hw_irq.h>..."        if test -z "" ; then
3710        mkdir -p include/linux          echo "Creating a dummy <asm/hw_irq.h>..."
3711        touch include/asm/hw_irq.h          mkdir -p include/linux
3712            touch include/asm/hw_irq.h
3713          else
3714            echo "Creating <asm/hw_irq.h>..."
3715            mkdir -p include/linux
3716            echo "" > include/asm/hw_irq.h
3717          fi
3718      fi      fi
3719    fi    fi
3720    
3721    echo "$as_me:3039: checking for kernel linux/jiffies.h" >&5  
3722      echo "$as_me:$LINENO: checking for kernel linux/jiffies.h" >&5
3723  echo $ECHO_N "checking for kernel linux/jiffies.h... $ECHO_C" >&6  echo $ECHO_N "checking for kernel linux/jiffies.h... $ECHO_C" >&6
3724    if test -f "$CONFIG_SND_KERNELDIR/include/linux/jiffies.h"; then    if test -f "$CONFIG_SND_KERNELDIR/include/linux/jiffies.h"; then
3725      echo "$as_me:3042: result: \"yes\"" >&5      echo "$as_me:$LINENO: result: \"yes\"" >&5
3726  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
3727      if test -f include/linux/jiffies.h; then      if test -f include/linux/jiffies.h; then
3728        echo "Removing a dummy linux/jiffies.h."        echo "Removing a dummy linux/jiffies.h."
3729        rm -f include/linux/jiffies.h        rm -f include/linux/jiffies.h
3730      fi      fi
3731    else    else
3732      echo "$as_me:3049: result: \"no\"" >&5      echo "$as_me:$LINENO: result: \"no\"" >&5
3733  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
3734      if test ! -f include/linux/jiffies.h; then      if test ! -f include/linux/jiffies.h; then
3735        echo "Creating a dummy <linux/jiffies.h> which points to <linux/sched.h>..."        if test -z "#include <linux/sched.h>
3736        mkdir -p include/linux  " ; then
3737        echo "#include <linux/sched.h>" > include/linux/jiffies.h          echo "Creating a dummy <linux/jiffies.h>..."
3738            mkdir -p include/linux
3739            touch include/linux/jiffies.h
3740          else
3741            echo "Creating <linux/jiffies.h>..."
3742            mkdir -p include/linux
3743            echo "#include <linux/sched.h>
3744    " > include/linux/jiffies.h
3745          fi
3746        fi
3747      fi
3748    
3749    
3750      echo "$as_me:$LINENO: checking for kernel linux/compat.h" >&5
3751    echo $ECHO_N "checking for kernel linux/compat.h... $ECHO_C" >&6
3752      if test -f "$CONFIG_SND_KERNELDIR/include/linux/compat.h"; then
3753        echo "$as_me:$LINENO: result: \"yes\"" >&5
3754    echo "${ECHO_T}\"yes\"" >&6
3755        if test -f include/linux/compat.h; then
3756          echo "Removing a dummy linux/compat.h."
3757          rm -f include/linux/compat.h
3758        fi
3759      else
3760        echo "$as_me:$LINENO: result: \"no\"" >&5
3761    echo "${ECHO_T}\"no\"" >&6
3762        if test ! -f include/linux/compat.h; then
3763          if test -z "#include \"compat_64.h\"
3764    " ; then
3765            echo "Creating a dummy <linux/compat.h>..."
3766            mkdir -p include/linux
3767            touch include/linux/compat.h
3768          else
3769            echo "Creating <linux/compat.h>..."
3770            mkdir -p include/linux
3771            echo "#include \"compat_64.h\"
3772    " > include/linux/compat.h
3773          fi
3774      fi      fi
3775    fi    fi
3776    
3777    echo "$as_me:3058: checking for kernel linux/adb.h" >&5  
3778      echo "$as_me:$LINENO: checking for kernel linux/adb.h" >&5
3779  echo $ECHO_N "checking for kernel linux/adb.h... $ECHO_C" >&6  echo $ECHO_N "checking for kernel linux/adb.h... $ECHO_C" >&6
3780    if test -f "$CONFIG_SND_KERNELDIR/include/linux/adb.h"; then    if test -f "$CONFIG_SND_KERNELDIR/include/linux/adb.h"; then
3781      echo "$as_me:3061: result: \"yes\"" >&5      echo "$as_me:$LINENO: result: \"yes\"" >&5
3782  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
3783      if test -f include/linux/adb.h; then      if test -f include/linux/adb.h; then
3784        echo "Removing a dummy linux/adb.h."        echo "Removing a dummy linux/adb.h."
3785        rm -f include/linux/adb.h        rm -f include/linux/adb.h
3786      fi      fi
3787    else    else
3788      echo "$as_me:3068: result: \"no\"" >&5      echo "$as_me:$LINENO: result: \"no\"" >&5
3789  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
3790      if test ! -f include/linux/adb.h; then      if test ! -f include/linux/adb.h; then
3791        echo "Creating a dummy <linux/adb.h> which points to <asm/adb.h>..."        if test -z "#include <asm/adb.h>
3792        mkdir -p include/linux  " ; then
3793        echo "#include <asm/adb.h>" > include/linux/adb.h          echo "Creating a dummy <linux/adb.h>..."
3794            mkdir -p include/linux
3795            touch include/linux/adb.h
3796          else
3797            echo "Creating <linux/adb.h>..."
3798            mkdir -p include/linux
3799            echo "#include <asm/adb.h>
3800    " > include/linux/adb.h
3801          fi
3802      fi      fi
3803    fi    fi
3804    
3805    echo "$as_me:3077: checking for kernel linux/cuda.h" >&5  
3806      echo "$as_me:$LINENO: checking for kernel linux/cuda.h" >&5
3807  echo $ECHO_N "checking for kernel linux/cuda.h... $ECHO_C" >&6  echo $ECHO_N "checking for kernel linux/cuda.h... $ECHO_C" >&6
3808    if test -f "$CONFIG_SND_KERNELDIR/include/linux/cuda.h"; then    if test -f "$CONFIG_SND_KERNELDIR/include/linux/cuda.h"; then
3809      echo "$as_me:3080: result: \"yes\"" >&5      echo "$as_me:$LINENO: result: \"yes\"" >&5
3810  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
3811      if test -f include/linux/cuda.h; then      if test -f include/linux/cuda.h; then
3812        echo "Removing a dummy linux/cuda.h."        echo "Removing a dummy linux/cuda.h."
3813        rm -f include/linux/cuda.h        rm -f include/linux/cuda.h
3814      fi      fi
3815    else    else
3816      echo "$as_me:3087: result: \"no\"" >&5      echo "$as_me:$LINENO: result: \"no\"" >&5
3817  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
3818      if test ! -f include/linux/cuda.h; then      if test ! -f include/linux/cuda.h; then
3819        echo "Creating a dummy <linux/cuda.h> which points to <asm/cuda.h>..."        if test -z "#include <asm/cuda.h>
3820        mkdir -p include/linux  " ; then
3821        echo "#include <asm/cuda.h>" > include/linux/cuda.h          echo "Creating a dummy <linux/cuda.h>..."
3822            mkdir -p include/linux
3823            touch include/linux/cuda.h
3824          else
3825            echo "Creating <linux/cuda.h>..."
3826            mkdir -p include/linux
3827            echo "#include <asm/cuda.h>
3828    " > include/linux/cuda.h
3829          fi
3830      fi      fi
3831    fi    fi
3832    
3833    echo "$as_me:3096: checking for kernel linux/pmu.h" >&5  
3834      echo "$as_me:$LINENO: checking for kernel linux/pmu.h" >&5
3835  echo $ECHO_N "checking for kernel linux/pmu.h... $ECHO_C" >&6  echo $ECHO_N "checking for kernel linux/pmu.h... $ECHO_C" >&6
3836    if test -f "$CONFIG_SND_KERNELDIR/include/linux/pmu.h"; then    if test -f "$CONFIG_SND_KERNELDIR/include/linux/pmu.h"; then
3837      echo "$as_me:3099: result: \"yes\"" >&5      echo "$as_me:$LINENO: result: \"yes\"" >&5
3838  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
3839      if test -f include/linux/pmu.h; then      if test -f include/linux/pmu.h; then
3840        echo "Removing a dummy linux/pmu.h."        echo "Removing a dummy linux/pmu.h."
3841        rm -f include/linux/pmu.h        rm -f include/linux/pmu.h
3842      fi      fi
3843    else    else
3844      echo "$as_me:3106: result: \"no\"" >&5      echo "$as_me:$LINENO: result: \"no\"" >&5
3845  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
3846      if test ! -f include/linux/pmu.h; then      if test ! -f include/linux/pmu.h; then
3847        echo "Creating a dummy <linux/pmu.h> which points to <asm/pmu.h>..."        if test -z "#include <asm/pmu.h>
3848        mkdir -p include/linux  " ; then
3849        echo "#include <asm/pmu.h>" > include/linux/pmu.h          echo "Creating a dummy <linux/pmu.h>..."
3850            mkdir -p include/linux
3851            touch include/linux/pmu.h
3852          else
3853            echo "Creating <linux/pmu.h>..."
3854            mkdir -p include/linux
3855            echo "#include <asm/pmu.h>
3856    " > include/linux/pmu.h
3857          fi
3858      fi      fi
3859    fi    fi
3860    
3861    
3862    
3863    boolvar=CONFIG_MODVERSIONS    boolvar=CONFIG_MODVERSIONS
3864    echo "$as_me:3116: checking for kernel module symbol versions" >&5    echo "$as_me:$LINENO: checking for kernel module symbol versions" >&5
3865  echo $ECHO_N "checking for kernel module symbol versions... $ECHO_C" >&6  echo $ECHO_N "checking for kernel module symbol versions... $ECHO_C" >&6
3866    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
3867    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
3868    boolchk=""    boolchk=""
3869    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
3870    echo "$as_me:3122: result: \"unknown\"" >&5    echo "$as_me:$LINENO: result: \"unknown\"" >&5
3871  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
3872    
3873  else  else
3874    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3875  #line 3127 "configure"  #line $LINENO "configure"
3876  #include "confdefs.h"  /* confdefs.h.  */
3877    _ACEOF
3878    cat confdefs.h >>conftest.$ac_ext
3879    cat >>conftest.$ac_ext <<_ACEOF
3880    /* end confdefs.h.  */
3881    
3882  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
3883  int main( void ) {  int main( void ) {
# Line 3138  int main( void ) { Line 3890  int main( void ) {
3890    
3891  _ACEOF  _ACEOF
3892  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
3893  if { (eval echo "$as_me:3141: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3894    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
3895    ac_status=$?    ac_status=$?
3896    echo "$as_me:3144: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3897    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3898    { (eval echo "$as_me:3146: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3899    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3900    ac_status=$?    ac_status=$?
3901    echo "$as_me:3149: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3902    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
3903    echo "$as_me:3151: result: \"yes\"" >&5    echo "$as_me:$LINENO: result: \"yes\"" >&5
3904  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
3905  else  else
3906    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
3907  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
3908  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
3909  echo "$as_me:3157: result: \"no\"" >&5  
3910    ( exit $ac_status )
3911    echo "$as_me:$LINENO: result: \"no\"" >&5
3912  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
3913  fi  fi
3914  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3915  fi  fi
3916    CFLAGS="$ac_save_CFLAGS"    CFLAGS="$ac_save_CFLAGS"
3917    eval $boolvar="$boolchk"    eval $boolvar="$boolchk"
# Line 3166  CONFIG_SND_MVERSION=$CONFIG_MODVERSIONS Line 3920  CONFIG_SND_MVERSION=$CONFIG_MODVERSIONS
3920    
3921  GENKSYMS="/sbin/genksyms -k $kversion.$kpatchlevel.$ksublevel"  GENKSYMS="/sbin/genksyms -k $kversion.$kpatchlevel.$ksublevel"
3922    
3923    
3924    boolvar=CONFIG_PCI    boolvar=CONFIG_PCI
3925    echo "$as_me:3170: checking for PCI support in kernel" >&5    echo "$as_me:$LINENO: checking for PCI support in kernel" >&5
3926  echo $ECHO_N "checking for PCI support in kernel... $ECHO_C" >&6  echo $ECHO_N "checking for PCI support in kernel... $ECHO_C" >&6
3927    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
3928    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
3929    boolchk=""    boolchk=""
3930    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
3931    echo "$as_me:3176: result: \"unknown\"" >&5    echo "$as_me:$LINENO: result: \"unknown\"" >&5
3932  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
3933    
3934  else  else
3935    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3936  #line 3181 "configure"  #line $LINENO "configure"
3937  #include "confdefs.h"  /* confdefs.h.  */
3938    _ACEOF
3939    cat confdefs.h >>conftest.$ac_ext
3940    cat >>conftest.$ac_ext <<_ACEOF
3941    /* end confdefs.h.  */
3942    
3943  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
3944  int main( void ) {  int main( void ) {
# Line 3192  int main( void ) { Line 3951  int main( void ) {
3951    
3952  _ACEOF  _ACEOF
3953  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
3954  if { (eval echo "$as_me:3195: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3955    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
3956    ac_status=$?    ac_status=$?
3957    echo "$as_me:3198: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3958    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3959    { (eval echo "$as_me:3200: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3960    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3961    ac_status=$?    ac_status=$?
3962    echo "$as_me:3203: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3963    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
3964    echo "$as_me:3205: result: \"yes\"" >&5    echo "$as_me:$LINENO: result: \"yes\"" >&5
3965  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
3966  else  else
3967    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
3968  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
3969  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
3970  echo "$as_me:3211: result: \"no\"" >&5  
3971    ( exit $ac_status )
3972    echo "$as_me:$LINENO: result: \"no\"" >&5
3973  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
3974  fi  fi
3975  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3976  fi  fi
3977    CFLAGS="$ac_save_CFLAGS"    CFLAGS="$ac_save_CFLAGS"
3978    eval $boolvar="$boolchk"    eval $boolvar="$boolchk"
3979    
3980  echo "$as_me:3219: checking for SGI/MIPS (HAL2) architecture" >&5  
3981    
3982    echo "$as_me:$LINENO: checking for SGI/MIPS (HAL2) architecture" >&5
3983  echo $ECHO_N "checking for SGI/MIPS (HAL2) architecture... $ECHO_C" >&6  echo $ECHO_N "checking for SGI/MIPS (HAL2) architecture... $ECHO_C" >&6
3984  CONFIG_SGI=""  CONFIG_SGI=""
3985  if test -r "$CONFIG_SND_KERNELDIR/include/asm/sgi/sgihpc.h"; then  if test -r "$CONFIG_SND_KERNELDIR/include/asm/sgi/sgihpc.h"; then
3986    CONFIG_SGI="y"    CONFIG_SGI="y"
3987  fi  fi
3988  if test "$CONFIG_SGI" = "y"; then  if test "$CONFIG_SGI" = "y"; then
3989    echo "$as_me:3226: result: \"yes\"" >&5    echo "$as_me:$LINENO: result: \"yes\"" >&5
3990  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
3991  else  else
3992    echo "$as_me:3229: result: \"no\"" >&5    echo "$as_me:$LINENO: result: \"no\"" >&5
3993  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
3994  fi  fi
3995    
3996  echo "$as_me:3233: checking for directory to store kernel modules" >&5  
3997    
3998    echo "$as_me:$LINENO: checking for directory to store kernel modules" >&5
3999  echo $ECHO_N "checking for directory to store kernel modules... $ECHO_C" >&6  echo $ECHO_N "checking for directory to store kernel modules... $ECHO_C" >&6
4000    
4001  # Check whether --with-moddir or --without-moddir was given.  # Check whether --with-moddir or --without-moddir was given.
# Line 3255  else Line 4020  else
4020    
4021  fi;  fi;
4022    
4023  echo "$as_me:3258: result: $moddir" >&5  
4024    
4025    echo "$as_me:$LINENO: result: $moddir" >&5
4026  echo "${ECHO_T}$moddir" >&6  echo "${ECHO_T}$moddir" >&6
4027    
4028  echo "$as_me:3261: checking for verbose printk" >&5  echo "$as_me:$LINENO: checking for verbose printk" >&5
4029  echo $ECHO_N "checking for verbose printk... $ECHO_C" >&6  echo $ECHO_N "checking for verbose printk... $ECHO_C" >&6
4030  # Check whether --enable-verbose-printk or --disable-verbose-printk was given.  # Check whether --enable-verbose-printk or --disable-verbose-printk was given.
4031  if test "${enable_verbose_printk+set}" = set; then  if test "${enable_verbose_printk+set}" = set; then
# Line 3269  else Line 4036  else
4036  fi;  fi;
4037  case "$verbose_printk" in  case "$verbose_printk" in
4038    yes)    yes)
4039      cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\_ACEOF
4040  #define CONFIG_SND_VERBOSE_PRINTK 1  #define CONFIG_SND_VERBOSE_PRINTK 1
4041  EOF  _ACEOF
4042    
4043      echo "$as_me:3276: result: on" >&5      echo "$as_me:$LINENO: result: on" >&5
4044  echo "${ECHO_T}on" >&6  echo "${ECHO_T}on" >&6
4045      ;;      ;;
4046    *)    *)
4047      echo "$as_me:3280: result: off" >&5      echo "$as_me:$LINENO: result: off" >&5
4048  echo "${ECHO_T}off" >&6  echo "${ECHO_T}off" >&6
4049      ;;      ;;
4050  esac  esac
4051    
4052  echo "$as_me:3285: checking for debug level" >&5  
4053    echo "$as_me:$LINENO: checking for debug level" >&5
4054  echo $ECHO_N "checking for debug level... $ECHO_C" >&6  echo $ECHO_N "checking for debug level... $ECHO_C" >&6
4055    
4056  # Check whether --with-debug or --without-debug was given.  # Check whether --with-debug or --without-debug was given.
# Line 3294  else Line 4062  else
4062  fi;  fi;
4063  case "$debug" in  case "$debug" in
4064    basic)    basic)
4065      echo "$as_me:3297: result: basic" >&5      echo "$as_me:$LINENO: result: basic" >&5
4066  echo "${ECHO_T}basic" >&6  echo "${ECHO_T}basic" >&6
4067      cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\_ACEOF
4068  #define CONFIG_SND_DEBUG 1  #define CONFIG_SND_DEBUG 1
4069  EOF  _ACEOF
4070    
4071      ;;      ;;
4072    memory)    memory)
4073      echo "$as_me:3305: result: memory" >&5      echo "$as_me:$LINENO: result: memory" >&5
4074  echo "${ECHO_T}memory" >&6  echo "${ECHO_T}memory" >&6
4075      cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\_ACEOF
4076  #define CONFIG_SND_DEBUG 1  #define CONFIG_SND_DEBUG 1
4077  EOF  _ACEOF
4078    
4079      cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\_ACEOF
4080  #define CONFIG_SND_DEBUG_MEMORY 1  #define CONFIG_SND_DEBUG_MEMORY 1
4081  EOF  _ACEOF
4082    
4083      ;;      ;;
4084    full)    full)
4085      echo "$as_me:3317: result: full" >&5      echo "$as_me:$LINENO: result: full" >&5
4086  echo "${ECHO_T}full" >&6  echo "${ECHO_T}full" >&6
4087      cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\_ACEOF
4088  #define CONFIG_SND_DEBUG 1  #define CONFIG_SND_DEBUG 1
4089  EOF  _ACEOF
4090    
4091      cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\_ACEOF
4092  #define CONFIG_SND_DEBUG_MEMORY 1  #define CONFIG_SND_DEBUG_MEMORY 1
4093  EOF  _ACEOF
4094    
4095      cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\_ACEOF
4096  #define CONFIG_SND_DEBUG_FULL 1  #define CONFIG_SND_DEBUG_FULL 1
4097  EOF  _ACEOF
4098    
4099      ;;      ;;
4100    detect)    detect)
4101      echo "$as_me:3333: result: detect" >&5      echo "$as_me:$LINENO: result: detect" >&5
4102  echo "${ECHO_T}detect" >&6  echo "${ECHO_T}detect" >&6
4103      cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\_ACEOF
4104  #define CONFIG_SND_DEBUG 1  #define CONFIG_SND_DEBUG 1
4105  EOF  _ACEOF
4106    
4107      cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\_ACEOF
4108  #define CONFIG_SND_DEBUG_MEMORY 1  #define CONFIG_SND_DEBUG_MEMORY 1
4109  EOF  _ACEOF
4110    
4111      cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\_ACEOF
4112  #define CONFIG_SND_DEBUG_FULL 1  #define CONFIG_SND_DEBUG_FULL 1
4113  EOF  _ACEOF
4114    
4115      cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\_ACEOF
4116  #define CONFIG_SND_DEBUG_DETECT 1  #define CONFIG_SND_DEBUG_DETECT 1
4117  EOF  _ACEOF
4118    
4119      ;;      ;;
4120    *)    *)
4121      echo "$as_me:3353: result: none" >&5      echo "$as_me:$LINENO: result: none" >&5
4122  echo "${ECHO_T}none" >&6  echo "${ECHO_T}none" >&6
4123      ;;      ;;
4124  esac  esac
# Line 3358  esac Line 4126  esac
4126  if test $kpatchlevel -ge 3; then  if test $kpatchlevel -ge 3; then
4127    
4128    boolvar=CONFIG_ISA    boolvar=CONFIG_ISA
4129    echo "$as_me:3361: checking for ISA support in kernel" >&5    echo "$as_me:$LINENO: checking for ISA support in kernel" >&5
4130  echo $ECHO_N "checking for ISA support in kernel... $ECHO_C" >&6  echo $ECHO_N "checking for ISA support in kernel... $ECHO_C" >&6
4131    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
4132    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
4133    boolchk=""    boolchk=""
4134    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
4135    echo "$as_me:3367: result: \"unknown\"" >&5    echo "$as_me:$LINENO: result: \"unknown\"" >&5
4136  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
4137    
4138  else  else
4139    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4140  #line 3372 "configure"  #line $LINENO "configure"
4141  #include "confdefs.h"  /* confdefs.h.  */
4142    _ACEOF
4143    cat confdefs.h >>conftest.$ac_ext
4144    cat >>conftest.$ac_ext <<_ACEOF
4145    /* end confdefs.h.  */
4146    
4147  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
4148  int main( void ) {  int main( void ) {
# Line 3383  int main( void ) { Line 4155  int main( void ) {
4155    
4156  _ACEOF  _ACEOF
4157  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
4158  if { (eval echo "$as_me:3386: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4159    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
4160    ac_status=$?    ac_status=$?
4161    echo "$as_me:3389: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4162    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4163    { (eval echo "$as_me:3391: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4164    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4165    ac_status=$?    ac_status=$?
4166    echo "$as_me:3394: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4167    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
4168    echo "$as_me:3396: result: \"yes\"" >&5    echo "$as_me:$LINENO: result: \"yes\"" >&5
4169  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
4170  else  else
4171    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
4172  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
4173  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4174  echo "$as_me:3402: result: \"no\"" >&5  
4175    ( exit $ac_status )
4176    echo "$as_me:$LINENO: result: \"no\"" >&5
4177  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
4178  fi  fi
4179  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4180  fi  fi
4181    CFLAGS="$ac_save_CFLAGS"    CFLAGS="$ac_save_CFLAGS"
4182    eval $boolvar="$boolchk"    eval $boolvar="$boolchk"
# Line 3411  else Line 4185  else
4185  CONFIG_ISA=probe  CONFIG_ISA=probe
4186  fi  fi
4187    
4188  echo "$as_me:3414: checking for processor type" >&5  echo "$as_me:$LINENO: checking for processor type" >&5
4189  echo $ECHO_N "checking for processor type... $ECHO_C" >&6  echo $ECHO_N "checking for processor type... $ECHO_C" >&6
4190  CONFIG_X86=  CONFIG_X86=
4191  CONFIG_ALPHA=  CONFIG_ALPHA=
# Line 3424  rm -f processor.id Line 4198  rm -f processor.id
4198  ac_save_CFLAGS="$CFLAGS"  ac_save_CFLAGS="$CFLAGS"
4199  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
4200  if test "$cross_compiling" = yes; then  if test "$cross_compiling" = yes; then
4201    echo "$as_me:3427: result: \"unknown\"" >&5    echo "$as_me:$LINENO: result: \"unknown\"" >&5
4202  echo "${ECHO_T}\"unknown\"" >&6;processor=""  echo "${ECHO_T}\"unknown\"" >&6;processor=""
4203    
4204  else  else
4205    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4206  #line 3432 "configure"  #line $LINENO "configure"
4207  #include "confdefs.h"  /* confdefs.h.  */
4208    _ACEOF
4209    cat confdefs.h >>conftest.$ac_ext
4210    cat >>conftest.$ac_ext <<_ACEOF
4211    /* end confdefs.h.  */
4212    
4213  #include <stdio.h>  #include <stdio.h>
4214  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
# Line 3512  int main(void) { Line 4290  int main(void) {
4290    
4291  _ACEOF  _ACEOF
4292  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
4293  if { (eval echo "$as_me:3515: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4294    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
4295    ac_status=$?    ac_status=$?
4296    echo "$as_me:3518: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4297    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4298    { (eval echo "$as_me:3520: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4299    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4300    ac_status=$?    ac_status=$?
4301    echo "$as_me:3523: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4302    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
4303    processor=`cat processor.id`;echo "$as_me:3525: result: $processor" >&5    processor=`cat processor.id`;echo "$as_me:$LINENO: result: $processor" >&5
4304  echo "${ECHO_T}$processor" >&6  echo "${ECHO_T}$processor" >&6
4305  else  else
4306    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
4307  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
4308  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4309  echo "$as_me:3531: result: \"unknown\"" >&5  
4310    ( exit $ac_status )
4311    echo "$as_me:$LINENO: result: \"unknown\"" >&5
4312  echo "${ECHO_T}\"unknown\"" >&6;processor=""  echo "${ECHO_T}\"unknown\"" >&6;processor=""
4313  fi  fi
4314  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4315  fi  fi
4316  CFLAGS="$ac_save_CFLAGS"  CFLAGS="$ac_save_CFLAGS"
4317  rm -f processor.id  rm -f processor.id
# Line 3719  case "$processor" in Line 4499  case "$processor" in
4499        CONFIG_X86=y        CONFIG_X86=y
4500      fi      fi
4501      if test -d $CONFIG_SND_KERNELDIR/include/asm-i386/mach-default; then      if test -d $CONFIG_SND_KERNELDIR/include/asm-i386/mach-default; then
4502          echo "$as_me:3722: checking for i386 machine type" >&5          echo "$as_me:$LINENO: checking for i386 machine type" >&5
4503  echo $ECHO_N "checking for i386 machine type... $ECHO_C" >&6  echo $ECHO_N "checking for i386 machine type... $ECHO_C" >&6
4504          machine="default"          machine="default"
4505          ac_save_CFLAGS="$CFLAGS"          ac_save_CFLAGS="$CFLAGS"
4506          CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"          CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
4507          rm -f machine.id          rm -f machine.id
4508          if test "$cross_compiling" = yes; then          if test "$cross_compiling" = yes; then
4509    { { echo "$as_me:3729: error: cannot run test program while cross compiling" >&5    { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
4510  echo "$as_me: error: cannot run test program while cross compiling" >&2;}  See \`config.log' for more details." >&5
4511    echo "$as_me: error: cannot run test program while cross compiling
4512    See \`config.log' for more details." >&2;}
4513     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4514  else  else
4515    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4516  #line 3734 "configure"  #line $LINENO "configure"
4517  #include "confdefs.h"  /* confdefs.h.  */
4518    _ACEOF
4519    cat confdefs.h >>conftest.$ac_ext
4520    cat >>conftest.$ac_ext <<_ACEOF
4521    /* end confdefs.h.  */
4522    
4523  #include <stdio.h>  #include <stdio.h>
4524  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
# Line 3761  int main(void) { Line 4547  int main(void) {
4547    
4548  _ACEOF  _ACEOF
4549  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
4550  if { (eval echo "$as_me:3764: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4551    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
4552    ac_status=$?    ac_status=$?
4553    echo "$as_me:3767: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4554    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4555    { (eval echo "$as_me:3769: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4556    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4557    ac_status=$?    ac_status=$?
4558    echo "$as_me:3772: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4559    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
4560    machine=`cat machine.id`;echo "$as_me:3774: result: $machine" >&5    machine=`cat machine.id`;echo "$as_me:$LINENO: result: $machine" >&5
4561  echo "${ECHO_T}$machine" >&6  echo "${ECHO_T}$machine" >&6
4562  else  else
4563    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
4564  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
4565  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4566    
4567  fi  fi
4568  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4569  fi  fi
4570          CFLAGS="$ac_save_CFLAGS"          CFLAGS="$ac_save_CFLAGS"
4571          rm -f machine.id          rm -f machine.id
# Line 3791  test "$CONFIG_ISA" = "probe" && CONFIG_I Line 4578  test "$CONFIG_ISA" = "probe" && CONFIG_I
4578    
4579  c_opts="-O2 $c_opts"  c_opts="-O2 $c_opts"
4580    
4581  test "$CONFIG_ISA" = "y" && cat >>confdefs.h <<\EOF  
4582    
4583    
4584    
4585    
4586    
4587    
4588    
4589    
4590    test "$CONFIG_ISA" = "y" && cat >>confdefs.h <<\_ACEOF
4591  #define CONFIG_SND_ISA 1  #define CONFIG_SND_ISA 1
4592  EOF  _ACEOF
4593    
4594  test "$CONFIG_SND_BIT32_EMUL" = "m" && cat >>confdefs.h <<\EOF  test "$CONFIG_SND_BIT32_EMUL" = "m" && cat >>confdefs.h <<\_ACEOF
4595  #define CONFIG_SND_BIT32_EMUL_MODULE 1  #define CONFIG_SND_BIT32_EMUL_MODULE 1
4596  EOF  _ACEOF
4597    
4598    
4599    
4600    boolvar=CONFIG_SMP    boolvar=CONFIG_SMP
4601    echo "$as_me:3803: checking for SMP" >&5    echo "$as_me:$LINENO: checking for SMP" >&5
4602  echo $ECHO_N "checking for SMP... $ECHO_C" >&6  echo $ECHO_N "checking for SMP... $ECHO_C" >&6
4603    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
4604    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
4605    boolchk=""    boolchk=""
4606    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
4607    echo "$as_me:3809: result: \"unknown\"" >&5    echo "$as_me:$LINENO: result: \"unknown\"" >&5
4608  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
4609    
4610  else  else
4611    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4612  #line 3814 "configure"  #line $LINENO "configure"
4613  #include "confdefs.h"  /* confdefs.h.  */
4614    _ACEOF
4615    cat confdefs.h >>conftest.$ac_ext
4616    cat >>conftest.$ac_ext <<_ACEOF
4617    /* end confdefs.h.  */
4618    
4619  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
4620  int main( void ) {  int main( void ) {
# Line 3825  int main( void ) { Line 4627  int main( void ) {
4627    
4628  _ACEOF  _ACEOF
4629  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
4630  if { (eval echo "$as_me:3828: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4631    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
4632    ac_status=$?    ac_status=$?
4633    echo "$as_me:3831: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4634    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4635    { (eval echo "$as_me:3833: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4636    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4637    ac_status=$?    ac_status=$?
4638    echo "$as_me:3836: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4639    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
4640    echo "$as_me:3838: result: \"yes\"" >&5    echo "$as_me:$LINENO: result: \"yes\"" >&5
4641  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
4642  else  else
4643    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
4644  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
4645  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4646  echo "$as_me:3844: result: \"no\"" >&5  
4647    ( exit $ac_status )
4648    echo "$as_me:$LINENO: result: \"no\"" >&5
4649  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
4650  fi  fi
4651  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4652  fi  fi
4653    CFLAGS="$ac_save_CFLAGS"    CFLAGS="$ac_save_CFLAGS"
4654    eval $boolvar="$boolchk"    eval $boolvar="$boolchk"
# Line 3857  else Line 4661  else
4661    msmp=""    msmp=""
4662  fi  fi
4663    
4664  echo "$as_me:3860: checking for ISA PnP driver in kernel" >&5  
4665    echo "$as_me:$LINENO: checking for ISA PnP driver in kernel" >&5
4666  echo $ECHO_N "checking for ISA PnP driver in kernel... $ECHO_C" >&6  echo $ECHO_N "checking for ISA PnP driver in kernel... $ECHO_C" >&6
4667  CONFIG_ISAPNP_KERNEL=  CONFIG_ISAPNP_KERNEL=
4668  if test -r $CONFIG_SND_KERNELDIR/include/linux/isapnp.h; then  if test -r $CONFIG_SND_KERNELDIR/include/linux/isapnp.h; then
4669    echo "$as_me:3864: result: yes" >&5    echo "$as_me:$LINENO: result: yes" >&5
4670  echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
4671    cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\_ACEOF
4672  #define CONFIG_ISAPNP_KERNEL 1  #define CONFIG_ISAPNP_KERNEL 1
4673  EOF  _ACEOF
4674    
4675    CONFIG_ISAPNP_KERNEL=y    CONFIG_ISAPNP_KERNEL=y
4676  else  else
4677    echo "$as_me:3872: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
4678  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
4679  fi  fi
4680    
4681  echo "$as_me:3876: checking for PnP driver in kernel" >&5  
4682    echo "$as_me:$LINENO: checking for PnP driver in kernel" >&5
4683  echo $ECHO_N "checking for PnP driver in kernel... $ECHO_C" >&6  echo $ECHO_N "checking for PnP driver in kernel... $ECHO_C" >&6
4684  CONFIG_PNP_KERNEL=  CONFIG_PNP_KERNEL=
4685  if test -r $CONFIG_SND_KERNELDIR/include/linux/pnp.h; then  if test -r $CONFIG_SND_KERNELDIR/include/linux/pnp.h; then
4686    echo "$as_me:3880: result: yes" >&5    echo "$as_me:$LINENO: result: yes" >&5
4687  echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
4688    cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\_ACEOF
4689  #define CONFIG_PNP_KERNEL 1  #define CONFIG_PNP_KERNEL 1
4690  EOF  _ACEOF
4691    
4692    CONFIG_PNP_KERNEL=y    CONFIG_PNP_KERNEL=y
4693  else  else
4694    echo "$as_me:3888: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
4695  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
4696  fi  fi
4697    
4698    
4699  if test "$CONFIG_ISAPNP_KERNEL" = y; then  if test "$CONFIG_ISAPNP_KERNEL" = y; then
4700    
4701    boolvar=CONFIG_ISAPNP    boolvar=CONFIG_ISAPNP
4702    echo "$as_me:3895: checking for Kernel ISA-PnP support" >&5    echo "$as_me:$LINENO: checking for Kernel ISA-PnP support" >&5
4703  echo $ECHO_N "checking for Kernel ISA-PnP support... $ECHO_C" >&6  echo $ECHO_N "checking for Kernel ISA-PnP support... $ECHO_C" >&6
4704    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
4705    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
4706    boolchk=""    boolchk=""
4707    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
4708    echo "$as_me:3901: result: \"unknown\"" >&5    echo "$as_me:$LINENO: result: \"unknown\"" >&5
4709  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
4710    
4711  else  else
4712    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4713  #line 3906 "configure"  #line $LINENO "configure"
4714  #include "confdefs.h"  /* confdefs.h.  */
4715    _ACEOF
4716    cat confdefs.h >>conftest.$ac_ext
4717    cat >>conftest.$ac_ext <<_ACEOF
4718    /* end confdefs.h.  */
4719    
4720  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
4721  int main( void ) {  int main( void ) {
# Line 3917  int main( void ) { Line 4728  int main( void ) {
4728    
4729  _ACEOF  _ACEOF
4730  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
4731  if { (eval echo "$as_me:3920: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4732    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
4733    ac_status=$?    ac_status=$?
4734    echo "$as_me:3923: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4735    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4736    { (eval echo "$as_me:3925: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4737    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4738    ac_status=$?    ac_status=$?
4739    echo "$as_me:3928: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4740    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
4741    echo "$as_me:3930: result: \"yes\"" >&5    echo "$as_me:$LINENO: result: \"yes\"" >&5
4742  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
4743  else  else
4744    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
4745  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
4746  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4747  echo "$as_me:3936: result: \"no\"" >&5  
4748    ( exit $ac_status )
4749    echo "$as_me:$LINENO: result: \"no\"" >&5
4750  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
4751  fi  fi
4752  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4753  fi  fi
4754    CFLAGS="$ac_save_CFLAGS"    CFLAGS="$ac_save_CFLAGS"
4755    eval $boolvar="$boolchk"    eval $boolvar="$boolchk"
# Line 3944  fi Line 4757  fi
4757    if test "$CONFIG_ISAPNP" != "y"; then    if test "$CONFIG_ISAPNP" != "y"; then
4758    
4759    boolvar=CONFIG_ISAPNP_MODULE    boolvar=CONFIG_ISAPNP_MODULE
4760    echo "$as_me:3947: checking for Kernel ISA-PnP module support" >&5    echo "$as_me:$LINENO: checking for Kernel ISA-PnP module support" >&5
4761  echo $ECHO_N "checking for Kernel ISA-PnP module support... $ECHO_C" >&6  echo $ECHO_N "checking for Kernel ISA-PnP module support... $ECHO_C" >&6
4762    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
4763    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
4764    boolchk=""    boolchk=""
4765    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
4766    echo "$as_me:3953: result: \"unknown\"" >&5    echo "$as_me:$LINENO: result: \"unknown\"" >&5
4767  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
4768    
4769  else  else
4770    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4771  #line 3958 "configure"  #line $LINENO "configure"
4772  #include "confdefs.h"  /* confdefs.h.  */
4773    _ACEOF
4774    cat confdefs.h >>conftest.$ac_ext
4775    cat >>conftest.$ac_ext <<_ACEOF
4776    /* end confdefs.h.  */
4777    
4778  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
4779  int main( void ) {  int main( void ) {
# Line 3969  int main( void ) { Line 4786  int main( void ) {
4786    
4787  _ACEOF  _ACEOF
4788  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
4789  if { (eval echo "$as_me:3972: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4790    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
4791    ac_status=$?    ac_status=$?
4792    echo "$as_me:3975: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4793    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4794    { (eval echo "$as_me:3977: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4795    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4796    ac_status=$?    ac_status=$?
4797    echo "$as_me:3980: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4798    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
4799    echo "$as_me:3982: result: \"yes\"" >&5    echo "$as_me:$LINENO: result: \"yes\"" >&5
4800  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
4801  else  else
4802    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
4803  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
4804  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4805  echo "$as_me:3988: result: \"no\"" >&5  
4806    ( exit $ac_status )
4807    echo "$as_me:$LINENO: result: \"no\"" >&5
4808  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
4809  fi  fi
4810  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4811  fi  fi
4812    CFLAGS="$ac_save_CFLAGS"    CFLAGS="$ac_save_CFLAGS"
4813    eval $boolvar="$boolchk"    eval $boolvar="$boolchk"
# Line 3998  fi Line 4817  fi
4817      fi      fi
4818    fi    fi
4819  else  else
4820    echo "$as_me:4001: checking for ISA PnP support" >&5    echo "$as_me:$LINENO: checking for ISA PnP support" >&5
4821  echo $ECHO_N "checking for ISA PnP support... $ECHO_C" >&6  echo $ECHO_N "checking for ISA PnP support... $ECHO_C" >&6
4822    
4823  # Check whether --with-isapnp or --without-isapnp was given.  # Check whether --with-isapnp or --without-isapnp was given.
# Line 4015  fi; Line 4834  fi;
4834    fi    fi
4835    if test "$pnp" = "yes"; then    if test "$pnp" = "yes"; then
4836      CONFIG_ISAPNP=y      CONFIG_ISAPNP=y
4837      echo "$as_me:4018: result: yes" >&5      echo "$as_me:$LINENO: result: yes" >&5
4838  echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
4839    else    else
4840      CONFIG_ISAPNP=      CONFIG_ISAPNP=
4841      echo "$as_me:4022: result: no" >&5      echo "$as_me:$LINENO: result: no" >&5
4842  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
4843    fi    fi
4844  fi  fi
4845    
4846    
4847  if test "$CONFIG_ISAPNP" = "y"; then  if test "$CONFIG_ISAPNP" = "y"; then
4848    cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\_ACEOF
4849  #define CONFIG_ISAPNP 1  #define CONFIG_ISAPNP 1
4850  EOF  _ACEOF
4851    
4852    CONFIG_PNP=$CONFIG_ISAPNP    CONFIG_PNP=$CONFIG_ISAPNP
4853    cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\_ACEOF
4854  #define CONFIG_PNP 1  #define CONFIG_PNP 1
4855  EOF  _ACEOF
4856    
4857  fi  fi
4858    
4859  echo "$as_me:4039: checking for strlcpy" >&5  echo "$as_me:$LINENO: checking for strlcpy" >&5
4860  echo $ECHO_N "checking for strlcpy... $ECHO_C" >&6  echo $ECHO_N "checking for strlcpy... $ECHO_C" >&6
4861  strlcpy="0"  strlcpy="0"
4862  ac_save_CFLAGS="$CFLAGS"  ac_save_CFLAGS="$CFLAGS"
4863  CFLAGS="-Wall -Werror $CFLAGS -I$CONFIG_SND_KERNELDIR/include"  CFLAGS="-Wall -Werror $CFLAGS -I$CONFIG_SND_KERNELDIR/include"
4864  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
4865  #line 4045 "configure"  #line $LINENO "configure"
4866  #include "confdefs.h"  /* confdefs.h.  */
4867    _ACEOF
4868    cat confdefs.h >>conftest.$ac_ext
4869    cat >>conftest.$ac_ext <<_ACEOF
4870    /* end confdefs.h.  */
4871    
4872  #define __KERNEL__  #define __KERNEL__
4873  #include "$CONFIG_SND_KERNELDIR/include/linux/config.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
# Line 4061  main () Line 4885  main ()
4885  }  }
4886  _ACEOF  _ACEOF
4887  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
4888  if { (eval echo "$as_me:4064: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4889    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
4890    ac_status=$?    ac_status=$?
4891    echo "$as_me:4067: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4892    (exit $ac_status); } &&    (exit $ac_status); } &&
4893           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
4894    { (eval echo "$as_me:4070: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4895    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4896    ac_status=$?    ac_status=$?
4897    echo "$as_me:4073: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4898    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
4899    echo "$as_me:4075: result: \"yes\"" >&5    echo "$as_me:$LINENO: result: \"yes\"" >&5
4900  echo "${ECHO_T}\"yes\"" >&6;strlcpy="1"  echo "${ECHO_T}\"yes\"" >&6;strlcpy="1"
4901  else  else
4902    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4903  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4904  echo "$as_me:4080: result: \"no\"" >&5  
4905    echo "$as_me:$LINENO: result: \"no\"" >&5
4906  echo "${ECHO_T}\"no\"" >&6;strlcpy="0"  echo "${ECHO_T}\"no\"" >&6;strlcpy="0"
4907  fi  fi
4908  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
4909  CFLAGS=$ac_save_CFLAGS  CFLAGS=$ac_save_CFLAGS
4910  CONFIG_HAVE_STRLCPY=$strlcpy  CONFIG_HAVE_STRLCPY=$strlcpy
4911  if test "$CONFIG_HAVE_STRLCPY" = "1"; then  if test "$CONFIG_HAVE_STRLCPY" = "1"; then
4912    cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\_ACEOF
4913  #define CONFIG_HAVE_STRLCPY 1  #define CONFIG_HAVE_STRLCPY 1
4914  EOF  _ACEOF
4915    
4916  fi  fi
4917    
4918  echo "$as_me:4093: checking for snprintf" >&5  echo "$as_me:$LINENO: checking for snprintf" >&5
4919  echo $ECHO_N "checking for snprintf... $ECHO_C" >&6  echo $ECHO_N "checking for snprintf... $ECHO_C" >&6
4920  snprintf="0"  snprintf="0"
4921  ac_save_CFLAGS="$CFLAGS"  ac_save_CFLAGS="$CFLAGS"
4922  CFLAGS="-Wall -Werror $CFLAGS -I$CONFIG_SND_KERNELDIR/include"  CFLAGS="-Wall -Werror $CFLAGS -I$CONFIG_SND_KERNELDIR/include"
4923  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
4924  #line 4099 "configure"  #line $LINENO "configure"
4925  #include "confdefs.h"  /* confdefs.h.  */
4926    _ACEOF
4927    cat confdefs.h >>conftest.$ac_ext
4928    cat >>conftest.$ac_ext <<_ACEOF
4929    /* end confdefs.h.  */
4930    
4931  #define __KERNEL__  #define __KERNEL__
4932  #include "$CONFIG_SND_KERNELDIR/include/linux/config.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
# Line 4115  main () Line 4944  main ()
4944  }  }
4945  _ACEOF  _ACEOF
4946  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
4947  if { (eval echo "$as_me:4118: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4948    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
4949    ac_status=$?    ac_status=$?
4950    echo "$as_me:4121: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4951    (exit $ac_status); } &&    (exit $ac_status); } &&
4952           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
4953    { (eval echo "$as_me:4124: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4954    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4955    ac_status=$?    ac_status=$?
4956    echo "$as_me:4127: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4957    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
4958    echo "$as_me:4129: result: \"yes\"" >&5    echo "$as_me:$LINENO: result: \"yes\"" >&5
4959  echo "${ECHO_T}\"yes\"" >&6;snprintf="1"  echo "${ECHO_T}\"yes\"" >&6;snprintf="1"
4960  else  else
4961    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4962  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
4963  echo "$as_me:4134: result: \"no\"" >&5  
4964    echo "$as_me:$LINENO: result: \"no\"" >&5
4965  echo "${ECHO_T}\"no\"" >&6;snprintf="0"  echo "${ECHO_T}\"no\"" >&6;snprintf="0"
4966  fi  fi
4967  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
4968  CFLAGS=$ac_save_CFLAGS  CFLAGS=$ac_save_CFLAGS
4969  CONFIG_HAVE_SNPRINTF=$snprintf  CONFIG_HAVE_SNPRINTF=$snprintf
4970  if test "$CONFIG_HAVE_SNPRINTF" = "1"; then  if test "$CONFIG_HAVE_SNPRINTF" = "1"; then
4971    cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\_ACEOF
4972  #define CONFIG_HAVE_SNPRINTF 1  #define CONFIG_HAVE_SNPRINTF 1
4973  EOF  _ACEOF
4974    
4975  fi  fi
4976    
4977  echo "$as_me:4147: checking for vmalloc_to_page" >&5  echo "$as_me:$LINENO: checking for vmalloc_to_page" >&5
4978  echo $ECHO_N "checking for vmalloc_to_page... $ECHO_C" >&6  echo $ECHO_N "checking for vmalloc_to_page... $ECHO_C" >&6
4979  vmalloc_to_page="0"  vmalloc_to_page="0"
4980  ac_save_CFLAGS="$CFLAGS"  ac_save_CFLAGS="$CFLAGS"
4981  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
4982  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
4983  #line 4153 "configure"  #line $LINENO "configure"
4984  #include "confdefs.h"  /* confdefs.h.  */
4985    _ACEOF
4986    cat confdefs.h >>conftest.$ac_ext
4987    cat >>conftest.$ac_ext <<_ACEOF
4988    /* end confdefs.h.  */
4989    
4990  #define __KERNEL__  #define __KERNEL__
4991  #include "$CONFIG_SND_KERNELDIR/include/linux/config.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
# Line 4170  main () Line 5004  main ()
5004  }  }
5005  _ACEOF  _ACEOF
5006  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
5007  if { (eval echo "$as_me:4173: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5008    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
5009    ac_status=$?    ac_status=$?
5010    echo "$as_me:4176: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5011    (exit $ac_status); } &&    (exit $ac_status); } &&
5012           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
5013    { (eval echo "$as_me:4179: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5014    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5015    ac_status=$?    ac_status=$?
5016    echo "$as_me:4182: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5017    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
5018    echo "$as_me:4184: result: \"yes\"" >&5    echo "$as_me:$LINENO: result: \"yes\"" >&5
5019  echo "${ECHO_T}\"yes\"" >&6;vmalloc_to_page="1"  echo "${ECHO_T}\"yes\"" >&6;vmalloc_to_page="1"
5020  else  else
5021    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5022  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
5023  echo "$as_me:4189: result: \"no\"" >&5  
5024    echo "$as_me:$LINENO: result: \"no\"" >&5
5025  echo "${ECHO_T}\"no\"" >&6;vmalloc_to_page="0"  echo "${ECHO_T}\"no\"" >&6;vmalloc_to_page="0"
5026  fi  fi
5027  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
5028  CFLAGS=$ac_save_CFLAGS  CFLAGS=$ac_save_CFLAGS
5029  CONFIG_HAVE_VMALLOC_TO_PAGE=$vmalloc_to_page  CONFIG_HAVE_VMALLOC_TO_PAGE=$vmalloc_to_page
5030  if test "$CONFIG_HAVE_VMALLOC_TO_PAGE" = "1"; then  if test "$CONFIG_HAVE_VMALLOC_TO_PAGE" = "1"; then
5031    cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\_ACEOF
5032  #define CONFIG_HAVE_VMALLOC_TO_PAGE 1  #define CONFIG_HAVE_VMALLOC_TO_PAGE 1
5033  EOF  _ACEOF
5034    
5035  fi  fi
5036    
5037  echo "$as_me:4202: checking for old kmod" >&5  echo "$as_me:$LINENO: checking for old kmod" >&5
5038  echo $ECHO_N "checking for old kmod... $ECHO_C" >&6  echo $ECHO_N "checking for old kmod... $ECHO_C" >&6
5039  old_kmod="0"  old_kmod="0"
5040  ac_save_CFLAGS="$CFLAGS"  ac_save_CFLAGS="$CFLAGS"
5041  CFLAGS="$CFLAGS -Wall -I$CONFIG_SND_KERNELDIR/include"  CFLAGS="$CFLAGS -Wall -I$CONFIG_SND_KERNELDIR/include"
5042  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
5043  #line 4208 "configure"  #line $LINENO "configure"
5044  #include "confdefs.h"  /* confdefs.h.  */
5045    _ACEOF
5046    cat confdefs.h >>conftest.$ac_ext
5047    cat >>conftest.$ac_ext <<_ACEOF
5048    /* end confdefs.h.  */
5049    
5050  #define __KERNEL__  #define __KERNEL__
5051  #include "$CONFIG_SND_KERNELDIR/include/linux/config.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
# Line 4223  main () Line 5062  main ()
5062  }  }
5063  _ACEOF  _ACEOF
5064  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
5065  if { (eval echo "$as_me:4226: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5066    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
5067    ac_status=$?    ac_status=$?
5068    echo "$as_me:4229: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5069    (exit $ac_status); } &&    (exit $ac_status); } &&
5070           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
5071    { (eval echo "$as_me:4232: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5072    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5073    ac_status=$?    ac_status=$?
5074    echo "$as_me:4235: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5075    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
5076    echo "$as_me:4237: result: \"yes\"" >&5    echo "$as_me:$LINENO: result: \"yes\"" >&5
5077  echo "${ECHO_T}\"yes\"" >&6;old_kmod="1"  echo "${ECHO_T}\"yes\"" >&6;old_kmod="1"
5078  else  else
5079    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5080  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
5081  echo "$as_me:4242: result: \"no\"" >&5  
5082    echo "$as_me:$LINENO: result: \"no\"" >&5
5083  echo "${ECHO_T}\"no\"" >&6;old_kmod="0"  echo "${ECHO_T}\"no\"" >&6;old_kmod="0"
5084  fi  fi
5085  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
5086  CFLAGS=$ac_save_CFLAGS  CFLAGS=$ac_save_CFLAGS
5087  CONFIG_HAVE_OLD_REQUEST_MODULE=$old_kmod  CONFIG_HAVE_OLD_REQUEST_MODULE=$old_kmod
5088  if test "$CONFIG_HAVE_OLD_REQUEST_MODULE" = "1"; then  if test "$CONFIG_HAVE_OLD_REQUEST_MODULE" = "1"; then
5089    cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\_ACEOF
5090  #define CONFIG_HAVE_OLD_REQUEST_MODULE 1  #define CONFIG_HAVE_OLD_REQUEST_MODULE 1
5091  EOF  _ACEOF
5092    
5093  fi  fi
5094    
5095  if test $kpatchlevel -le 2; then  if test $kpatchlevel -le 2; then
5096    
5097  echo "$as_me:4257: checking for old kill_fasync" >&5  echo "$as_me:$LINENO: checking for old kill_fasync" >&5
5098  echo $ECHO_N "checking for old kill_fasync... $ECHO_C" >&6  echo $ECHO_N "checking for old kill_fasync... $ECHO_C" >&6
5099  oldkfasync="0"  oldkfasync="0"
5100  ac_save_CFLAGS="$CFLAGS"  ac_save_CFLAGS="$CFLAGS"
5101  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
5102  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
5103  #line 4263 "configure"  #line $LINENO "configure"
5104  #include "confdefs.h"  /* confdefs.h.  */
5105    _ACEOF
5106    cat confdefs.h >>conftest.$ac_ext
5107    cat >>conftest.$ac_ext <<_ACEOF
5108    /* end confdefs.h.  */
5109    
5110  #define __KERNEL__  #define __KERNEL__
5111  #include "$CONFIG_SND_KERNELDIR/include/linux/config.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
# Line 4283  main () Line 5127  main ()
5127  }  }
5128  _ACEOF  _ACEOF
5129  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
5130  if { (eval echo "$as_me:4286: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5131    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
5132    ac_status=$?    ac_status=$?
5133    echo "$as_me:4289: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5134    (exit $ac_status); } &&    (exit $ac_status); } &&
5135           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
5136    { (eval echo "$as_me:4292: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5137    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5138    ac_status=$?    ac_status=$?
5139    echo "$as_me:4295: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5140    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
5141    echo "$as_me:4297: result: \"yes\"" >&5    echo "$as_me:$LINENO: result: \"yes\"" >&5
5142  echo "${ECHO_T}\"yes\"" >&6;oldkfasync="1"  echo "${ECHO_T}\"yes\"" >&6;oldkfasync="1"
5143  else  else
5144    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5145  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
5146  echo "$as_me:4302: result: \"no\"" >&5  
5147    echo "$as_me:$LINENO: result: \"no\"" >&5
5148  echo "${ECHO_T}\"no\"" >&6;oldkfasync="0"  echo "${ECHO_T}\"no\"" >&6;oldkfasync="0"
5149  fi  fi
5150  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
5151  CFLAGS=$ac_save_CFLAGS  CFLAGS=$ac_save_CFLAGS
5152  CONFIG_OLD_KILL_FASYNC=$oldkfasync  CONFIG_OLD_KILL_FASYNC=$oldkfasync
5153  if test "$CONFIG_OLD_KILL_FASYNC" = "1"; then  if test "$CONFIG_OLD_KILL_FASYNC" = "1"; then
5154    cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\_ACEOF
5155  #define CONFIG_OLD_KILL_FASYNC 1  #define CONFIG_OLD_KILL_FASYNC 1
5156  EOF  _ACEOF
5157    
5158  fi  fi
5159    
5160  echo "$as_me:4315: checking for dma_addr_t" >&5  echo "$as_me:$LINENO: checking for dma_addr_t" >&5
5161  echo $ECHO_N "checking for dma_addr_t... $ECHO_C" >&6  echo $ECHO_N "checking for dma_addr_t... $ECHO_C" >&6
5162  dma_addr_t="0"  dma_addr_t="0"
5163  ac_save_CFLAGS="$CFLAGS"  ac_save_CFLAGS="$CFLAGS"
5164  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
5165  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
5166  #line 4321 "configure"  #line $LINENO "configure"
5167  #include "confdefs.h"  /* confdefs.h.  */
5168    _ACEOF
5169    cat confdefs.h >>conftest.$ac_ext
5170    cat >>conftest.$ac_ext <<_ACEOF
5171    /* end confdefs.h.  */
5172    
5173  #define __KERNEL__  #define __KERNEL__
5174  #include "$CONFIG_SND_KERNELDIR/include/linux/config.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
# Line 4336  main () Line 5185  main ()
5185  }  }
5186  _ACEOF  _ACEOF
5187  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
5188  if { (eval echo "$as_me:4339: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5189    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
5190    ac_status=$?    ac_status=$?
5191    echo "$as_me:4342: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5192    (exit $ac_status); } &&    (exit $ac_status); } &&
5193           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
5194    { (eval echo "$as_me:4345: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5195    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5196    ac_status=$?    ac_status=$?
5197    echo "$as_me:4348: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5198    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
5199    echo "$as_me:4350: result: \"yes\"" >&5    echo "$as_me:$LINENO: result: \"yes\"" >&5
5200  echo "${ECHO_T}\"yes\"" >&6;dma_addr_t="1"  echo "${ECHO_T}\"yes\"" >&6;dma_addr_t="1"
5201  else  else
5202    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5203  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
5204  echo "$as_me:4355: result: \"no\"" >&5  
5205    echo "$as_me:$LINENO: result: \"no\"" >&5
5206  echo "${ECHO_T}\"no\"" >&6;dma_addr_t="0"  echo "${ECHO_T}\"no\"" >&6;dma_addr_t="0"
5207  fi  fi
5208  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
5209  CFLAGS=$ac_save_CFLAGS  CFLAGS=$ac_save_CFLAGS
5210  CONFIG_HAVE_DMA_ADDR_T=$dma_addr_t  CONFIG_HAVE_DMA_ADDR_T=$dma_addr_t
5211  if test "$CONFIG_HAVE_DMA_ADDR_T" = "1"; then  if test "$CONFIG_HAVE_DMA_ADDR_T" = "1"; then
5212    cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\_ACEOF
5213  #define CONFIG_HAVE_DMA_ADDR_T 1  #define CONFIG_HAVE_DMA_ADDR_T 1
5214  EOF  _ACEOF
5215    
5216  fi  fi
5217    
5218  echo "$as_me:4368: checking for MUTEX macros" >&5  echo "$as_me:$LINENO: checking for MUTEX macros" >&5
5219  echo $ECHO_N "checking for MUTEX macros... $ECHO_C" >&6  echo $ECHO_N "checking for MUTEX macros... $ECHO_C" >&6
5220  have_mutex_macros="0"  have_mutex_macros="0"
5221  ac_save_CFLAGS="$CFLAGS"  ac_save_CFLAGS="$CFLAGS"
5222  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
5223  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
5224  #line 4374 "configure"  #line $LINENO "configure"
5225  #include "confdefs.h"  /* confdefs.h.  */
5226    _ACEOF
5227    cat confdefs.h >>conftest.$ac_ext
5228    cat >>conftest.$ac_ext <<_ACEOF
5229    /* end confdefs.h.  */
5230    
5231  #define __KERNEL__  #define __KERNEL__
5232  #include "$CONFIG_SND_KERNELDIR/include/linux/config.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
# Line 4392  exit(0); Line 5246  exit(0);
5246  }  }
5247  _ACEOF  _ACEOF
5248  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
5249  if { (eval echo "$as_me:4395: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5250    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
5251    ac_status=$?    ac_status=$?
5252    echo "$as_me:4398: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5253    (exit $ac_status); } &&    (exit $ac_status); } &&
5254           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
5255    { (eval echo "$as_me:4401: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5256    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5257    ac_status=$?    ac_status=$?
5258    echo "$as_me:4404: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5259    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
5260    echo "$as_me:4406: result: \"yes\"" >&5    echo "$as_me:$LINENO: result: \"yes\"" >&5
5261  echo "${ECHO_T}\"yes\"" >&6;have_mutex_macros="1"  echo "${ECHO_T}\"yes\"" >&6;have_mutex_macros="1"
5262  else  else
5263    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
5264  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
5265  echo "$as_me:4411: result: \"no\"" >&5  
5266    echo "$as_me:$LINENO: result: \"no\"" >&5
5267  echo "${ECHO_T}\"no\"" >&6;have_mutex_macros="0"  echo "${ECHO_T}\"no\"" >&6;have_mutex_macros="0"
5268  fi  fi
5269  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
5270  CFLAGS=$ac_save_CFLAGS  CFLAGS=$ac_save_CFLAGS
5271  CONFIG_HAVE_MUTEX_MACROS=$have_mutex_macros  CONFIG_HAVE_MUTEX_MACROS=$have_mutex_macros
5272  if test "$CONFIG_HAVE_MUTEX_MACROS" = "1"; then  if test "$CONFIG_HAVE_MUTEX_MACROS" = "1"; then
5273    cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\_ACEOF
5274  #define CONFIG_HAVE_MUTEX_MACROS 1  #define CONFIG_HAVE_MUTEX_MACROS 1
5275  EOF  _ACEOF
5276    
5277  fi  fi
5278    
# Line 4449  else Line 5304  else
5304    fi    fi
5305  fi  fi
5306    
5307  echo "$as_me:4452: checking for driver version" >&5  echo "$as_me:$LINENO: checking for driver version" >&5
5308  echo $ECHO_N "checking for driver version... $ECHO_C" >&6  echo $ECHO_N "checking for driver version... $ECHO_C" >&6
5309  cat >>confdefs.h <<EOF  cat >>confdefs.h <<_ACEOF
5310  #define CONFIG_SND_VERSION "$CONFIG_SND_VERSION"  #define CONFIG_SND_VERSION "$CONFIG_SND_VERSION"
5311  EOF  _ACEOF
5312    
5313    
5314  CONFIG_SND_DATE=""  CONFIG_SND_DATE=""
5315  cat >>confdefs.h <<EOF  cat >>confdefs.h <<_ACEOF
5316  #define CONFIG_SND_DATE "$CONFIG_SND_DATE"  #define CONFIG_SND_DATE "$CONFIG_SND_DATE"
5317  EOF  _ACEOF
5318    
5319    
5320  echo "$as_me:4463: result: $CONFIG_SND_VERSION" >&5  echo "$as_me:$LINENO: result: $CONFIG_SND_VERSION" >&5
5321  echo "${ECHO_T}$CONFIG_SND_VERSION" >&6  echo "${ECHO_T}$CONFIG_SND_VERSION" >&6
5322    
5323  echo "$as_me:4466: checking for sequencer support" >&5  echo "$as_me:$LINENO: checking for sequencer support" >&5
5324  echo $ECHO_N "checking for sequencer support... $ECHO_C" >&6  echo $ECHO_N "checking for sequencer support... $ECHO_C" >&6
5325    
5326  # Check whether --with-sequencer or --without-sequencer was given.  # Check whether --with-sequencer or --without-sequencer was given.
# Line 4479  if test "$sequencer" = "yes"; then Line 5336  if test "$sequencer" = "yes"; then
5336  fi  fi
5337    
5338  if test "$CONFIG_SND_SEQUENCER" = "m"; then  if test "$CONFIG_SND_SEQUENCER" = "m"; then
5339    cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\_ACEOF
5340  #define CONFIG_SND_SEQUENCER 1  #define CONFIG_SND_SEQUENCER 1
5341  EOF  _ACEOF
5342    
5343    cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\_ACEOF
5344  #define CONFIG_SND_SEQ_DUMMY_MODULE 1  #define CONFIG_SND_SEQ_DUMMY_MODULE 1
5345  EOF  _ACEOF
5346    
5347    echo "$as_me:4490: result: yes" >&5    echo "$as_me:$LINENO: result: yes" >&5
5348  echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
5349  else  else
5350    echo "$as_me:4493: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
5351  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
5352  fi  fi
5353    
5354  echo "$as_me:4497: checking for OSS/Free emulation" >&5  echo "$as_me:$LINENO: checking for OSS/Free emulation" >&5
5355  echo $ECHO_N "checking for OSS/Free emulation... $ECHO_C" >&6  echo $ECHO_N "checking for OSS/Free emulation... $ECHO_C" >&6
5356    
5357  # Check whether --with-oss or --without-oss was given.  # Check whether --with-oss or --without-oss was given.
# Line 4510  if test "$ossemul" = "yes"; then Line 5367  if test "$ossemul" = "yes"; then
5367  fi  fi
5368    
5369  if test "$CONFIG_SND_OSSEMUL" = "y"; then  if test "$CONFIG_SND_OSSEMUL" = "y"; then
5370    cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\_ACEOF
5371  #define CONFIG_SND_OSSEMUL 1  #define CONFIG_SND_OSSEMUL 1
5372  EOF  _ACEOF
5373    
5374    cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\_ACEOF
5375  #define CONFIG_SND_MIXER_OSS 1  #define CONFIG_SND_MIXER_OSS 1
5376  EOF  _ACEOF
5377    
5378    cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\_ACEOF
5379  #define CONFIG_SND_PCM_OSS 1  #define CONFIG_SND_PCM_OSS 1
5380  EOF  _ACEOF
5381    
5382    if test "$CONFIG_SND_SEQUENCER" = "m"; then    if test "$CONFIG_SND_SEQUENCER" = "m"; then
5383      cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\_ACEOF
5384  #define CONFIG_SND_SEQUENCER_OSS 1  #define CONFIG_SND_SEQUENCER_OSS 1
5385  EOF  _ACEOF
5386    
5387    fi    fi
5388    echo "$as_me:4531: result: yes" >&5    echo "$as_me:$LINENO: result: yes" >&5
5389  echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
5390  else  else
5391    echo "$as_me:4534: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
5392  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
5393  fi  fi
5394    
5395  echo "$as_me:4538: checking for RTC callback support in kernel" >&5  echo "$as_me:$LINENO: checking for RTC callback support in kernel" >&5
5396  echo $ECHO_N "checking for RTC callback support in kernel... $ECHO_C" >&6  echo $ECHO_N "checking for RTC callback support in kernel... $ECHO_C" >&6
5397  rtcsup="0"  rtcsup="0"
5398  ac_save_CFLAGS="$CFLAGS"  ac_save_CFLAGS="$CFLAGS"
5399  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
5400  if test "$cross_compiling" = yes; then  if test "$cross_compiling" = yes; then
5401    echo "$as_me:4544: result: \"unknown\"" >&5    echo "$as_me:$LINENO: result: \"unknown\"" >&5
5402  echo "${ECHO_T}\"unknown\"" >&6;rtcsup=""  echo "${ECHO_T}\"unknown\"" >&6;rtcsup=""
5403    
5404  else  else
5405    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5406  #line 4549 "configure"  #line $LINENO "configure"
5407  #include "confdefs.h"  /* confdefs.h.  */
5408    _ACEOF
5409    cat confdefs.h >>conftest.$ac_ext
5410    cat >>conftest.$ac_ext <<_ACEOF
5411    /* end confdefs.h.  */
5412    
5413  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
5414  #if defined(__alpha__) || (!defined(CONFIG_RTC) && !defined(CONFIG_RTC_MODULE))  #if defined(__alpha__) || (!defined(CONFIG_RTC) && !defined(CONFIG_RTC_MODULE))
# Line 4570  int main(void) Line 5431  int main(void)
5431    
5432  _ACEOF  _ACEOF
5433  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
5434  if { (eval echo "$as_me:4573: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5435    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
5436    ac_status=$?    ac_status=$?
5437    echo "$as_me:4576: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5438    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5439    { (eval echo "$as_me:4578: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5440    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5441    ac_status=$?    ac_status=$?
5442    echo "$as_me:4581: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5443    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
5444    echo "$as_me:4583: result: \"yes\"" >&5    echo "$as_me:$LINENO: result: \"yes\"" >&5
5445  echo "${ECHO_T}\"yes\"" >&6;rtcsup="m"  echo "${ECHO_T}\"yes\"" >&6;rtcsup="m"
5446  else  else
5447    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
5448  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
5449  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
5450  echo "$as_me:4589: result: \"no\"" >&5  
5451    ( exit $ac_status )
5452    echo "$as_me:$LINENO: result: \"no\"" >&5
5453  echo "${ECHO_T}\"no\"" >&6;rtcsup=""  echo "${ECHO_T}\"no\"" >&6;rtcsup=""
5454  fi  fi
5455  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5456  fi  fi
5457  CFLAGS="$ac_save_CFLAGS"  CFLAGS="$ac_save_CFLAGS"
5458  CONFIG_SND_RTCTIMER=$rtcsup  CONFIG_SND_RTCTIMER=$rtcsup
5459    
5460  test "$CONFIG_SND_RTCTIMER" = "m" && cat >>confdefs.h <<\EOF  test "$CONFIG_SND_RTCTIMER" = "m" && cat >>confdefs.h <<\_ACEOF
5461  #define CONFIG_SND_RTCTIMER_MODULE 1  #define CONFIG_SND_RTCTIMER_MODULE 1
5462  EOF  _ACEOF
5463    
5464  CONFIG_RTC=$CONFIG_SND_RTCTIMER  CONFIG_RTC=$CONFIG_SND_RTCTIMER
5465    
5466    
5467    
5468    boolvar=CONFIG_USB    boolvar=CONFIG_USB
5469    echo "$as_me:4604: checking for USB support" >&5    echo "$as_me:$LINENO: checking for USB support" >&5
5470  echo $ECHO_N "checking for USB support... $ECHO_C" >&6  echo $ECHO_N "checking for USB support... $ECHO_C" >&6
5471    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
5472    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
5473    boolchk=""    boolchk=""
5474    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
5475    echo "$as_me:4610: result: \"unknown\"" >&5    echo "$as_me:$LINENO: result: \"unknown\"" >&5
5476  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
5477    
5478  else  else
5479    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5480  #line 4615 "configure"  #line $LINENO "configure"
5481  #include "confdefs.h"  /* confdefs.h.  */
5482    _ACEOF
5483    cat confdefs.h >>conftest.$ac_ext
5484    cat >>conftest.$ac_ext <<_ACEOF
5485    /* end confdefs.h.  */
5486    
5487  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
5488  int main( void ) {  int main( void ) {
# Line 4626  int main( void ) { Line 5495  int main( void ) {
5495    
5496  _ACEOF  _ACEOF
5497  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
5498  if { (eval echo "$as_me:4629: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5499    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
5500    ac_status=$?    ac_status=$?
5501    echo "$as_me:4632: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5502    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5503    { (eval echo "$as_me:4634: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5504    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5505    ac_status=$?    ac_status=$?
5506    echo "$as_me:4637: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5507    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
5508    echo "$as_me:4639: result: \"yes\"" >&5    echo "$as_me:$LINENO: result: \"yes\"" >&5
5509  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
5510  else  else
5511    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
5512  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
5513  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
5514  echo "$as_me:4645: result: \"no\"" >&5  
5515    ( exit $ac_status )
5516    echo "$as_me:$LINENO: result: \"no\"" >&5
5517  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
5518  fi  fi
5519  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5520  fi  fi
5521    CFLAGS="$ac_save_CFLAGS"    CFLAGS="$ac_save_CFLAGS"
5522    eval $boolvar="$boolchk"    eval $boolvar="$boolchk"
# Line 4653  fi Line 5524  fi
5524  if test "$CONFIG_USB" != "y"; then  if test "$CONFIG_USB" != "y"; then
5525    
5526    boolvar=CONFIG_USB_MODULE    boolvar=CONFIG_USB_MODULE
5527    echo "$as_me:4656: checking for USB module support" >&5    echo "$as_me:$LINENO: checking for USB module support" >&5
5528  echo $ECHO_N "checking for USB module support... $ECHO_C" >&6  echo $ECHO_N "checking for USB module support... $ECHO_C" >&6
5529    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
5530    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
5531    boolchk=""    boolchk=""
5532    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
5533    echo "$as_me:4662: result: \"unknown\"" >&5    echo "$as_me:$LINENO: result: \"unknown\"" >&5
5534  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
5535    
5536  else  else
5537    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5538  #line 4667 "configure"  #line $LINENO "configure"
5539  #include "confdefs.h"  /* confdefs.h.  */
5540    _ACEOF
5541    cat confdefs.h >>conftest.$ac_ext
5542    cat >>conftest.$ac_ext <<_ACEOF
5543    /* end confdefs.h.  */
5544    
5545  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
5546  int main( void ) {  int main( void ) {
# Line 4678  int main( void ) { Line 5553  int main( void ) {
5553    
5554  _ACEOF  _ACEOF
5555  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
5556  if { (eval echo "$as_me:4681: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5557    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
5558    ac_status=$?    ac_status=$?
5559    echo "$as_me:4684: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5560    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5561    { (eval echo "$as_me:4686: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5562    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5563    ac_status=$?    ac_status=$?
5564    echo "$as_me:4689: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5565    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
5566    echo "$as_me:4691: result: \"yes\"" >&5    echo "$as_me:$LINENO: result: \"yes\"" >&5
5567  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
5568  else  else
5569    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
5570  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
5571  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
5572  echo "$as_me:4697: result: \"no\"" >&5  
5573    ( exit $ac_status )
5574    echo "$as_me:$LINENO: result: \"no\"" >&5
5575  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
5576  fi  fi
5577  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5578  fi  fi
5579    CFLAGS="$ac_save_CFLAGS"    CFLAGS="$ac_save_CFLAGS"
5580    eval $boolvar="$boolchk"    eval $boolvar="$boolchk"
# Line 4705  fi Line 5582  fi
5582    CONFIG_USB=$CONFIG_USB_MODULE    CONFIG_USB=$CONFIG_USB_MODULE
5583  fi  fi
5584    
5585    
5586    
5587  # Check whether --with-pcmcia or --without-pcmcia was given.  # Check whether --with-pcmcia or --without-pcmcia was given.
5588  if test "${with_pcmcia+set}" = set; then  if test "${with_pcmcia+set}" = set; then
5589    withval="$with_pcmcia"    withval="$with_pcmcia"
# Line 4725  if test "$pcmcia" = "kernel"; then Line 5604  if test "$pcmcia" = "kernel"; then
5604    echo "checking for kernel PCMCIA"    echo "checking for kernel PCMCIA"
5605    
5606    boolvar=CONFIG_PCMCIA    boolvar=CONFIG_PCMCIA
5607    echo "$as_me:4728: checking for PCMCIA support" >&5    echo "$as_me:$LINENO: checking for PCMCIA support" >&5
5608  echo $ECHO_N "checking for PCMCIA support... $ECHO_C" >&6  echo $ECHO_N "checking for PCMCIA support... $ECHO_C" >&6
5609    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
5610    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
5611    boolchk=""    boolchk=""
5612    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
5613    echo "$as_me:4734: result: \"unknown\"" >&5    echo "$as_me:$LINENO: result: \"unknown\"" >&5
5614  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
5615    
5616  else  else
5617    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5618  #line 4739 "configure"  #line $LINENO "configure"
5619  #include "confdefs.h"  /* confdefs.h.  */
5620    _ACEOF
5621    cat confdefs.h >>conftest.$ac_ext
5622    cat >>conftest.$ac_ext <<_ACEOF
5623    /* end confdefs.h.  */
5624    
5625  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
5626  int main( void ) {  int main( void ) {
# Line 4750  int main( void ) { Line 5633  int main( void ) {
5633    
5634  _ACEOF  _ACEOF
5635  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
5636  if { (eval echo "$as_me:4753: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5637    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
5638    ac_status=$?    ac_status=$?
5639    echo "$as_me:4756: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5640    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5641    { (eval echo "$as_me:4758: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5642    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5643    ac_status=$?    ac_status=$?
5644    echo "$as_me:4761: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5645    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
5646    echo "$as_me:4763: result: \"yes\"" >&5    echo "$as_me:$LINENO: result: \"yes\"" >&5
5647  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
5648  else  else
5649    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
5650  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
5651  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
5652  echo "$as_me:4769: result: \"no\"" >&5  
5653    ( exit $ac_status )
5654    echo "$as_me:$LINENO: result: \"no\"" >&5
5655  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
5656  fi  fi
5657  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5658  fi  fi
5659    CFLAGS="$ac_save_CFLAGS"    CFLAGS="$ac_save_CFLAGS"
5660    eval $boolvar="$boolchk"    eval $boolvar="$boolchk"
# Line 4777  fi Line 5662  fi
5662    if test "$CONFIG_PCMCIA" != "y"; then    if test "$CONFIG_PCMCIA" != "y"; then
5663    
5664    boolvar=CONFIG_PCMCIA_MODULE    boolvar=CONFIG_PCMCIA_MODULE
5665    echo "$as_me:4780: checking for PCMCIA module support" >&5    echo "$as_me:$LINENO: checking for PCMCIA module support" >&5
5666  echo $ECHO_N "checking for PCMCIA module support... $ECHO_C" >&6  echo $ECHO_N "checking for PCMCIA module support... $ECHO_C" >&6
5667    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
5668    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
5669    boolchk=""    boolchk=""
5670    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
5671    echo "$as_me:4786: result: \"unknown\"" >&5    echo "$as_me:$LINENO: result: \"unknown\"" >&5
5672  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
5673    
5674  else  else
5675    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5676  #line 4791 "configure"  #line $LINENO "configure"
5677  #include "confdefs.h"  /* confdefs.h.  */
5678    _ACEOF
5679    cat confdefs.h >>conftest.$ac_ext
5680    cat >>conftest.$ac_ext <<_ACEOF
5681    /* end confdefs.h.  */
5682    
5683  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
5684  int main( void ) {  int main( void ) {
# Line 4802  int main( void ) { Line 5691  int main( void ) {
5691    
5692  _ACEOF  _ACEOF
5693  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
5694  if { (eval echo "$as_me:4805: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5695    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
5696    ac_status=$?    ac_status=$?
5697    echo "$as_me:4808: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5698    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5699    { (eval echo "$as_me:4810: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5700    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5701    ac_status=$?    ac_status=$?
5702    echo "$as_me:4813: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5703    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
5704    echo "$as_me:4815: result: \"yes\"" >&5    echo "$as_me:$LINENO: result: \"yes\"" >&5
5705  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
5706  else  else
5707    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
5708  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
5709  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
5710  echo "$as_me:4821: result: \"no\"" >&5  
5711    ( exit $ac_status )
5712    echo "$as_me:$LINENO: result: \"no\"" >&5
5713  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
5714  fi  fi
5715  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5716  fi  fi
5717    CFLAGS="$ac_save_CFLAGS"    CFLAGS="$ac_save_CFLAGS"
5718    eval $boolvar="$boolchk"    eval $boolvar="$boolchk"
# Line 4831  fi Line 5722  fi
5722  else  else
5723    echo "checking for external PCMCIA"    echo "checking for external PCMCIA"
5724    if test "$pcmciaroot" = ""; then    if test "$pcmciaroot" = ""; then
5725      { { echo "$as_me:4834: error: Please set the PCMCIA root directory via --with-pcmcia-root option" >&5      { { echo "$as_me:$LINENO: error: Please set the PCMCIA root directory via --with-pcmcia-root option" >&5
5726  echo "$as_me: error: Please set the PCMCIA root directory via --with-pcmcia-root option" >&2;}  echo "$as_me: error: Please set the PCMCIA root directory via --with-pcmcia-root option" >&2;}
5727     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
5728    fi    fi
5729    if test ! -d "$pcmciaroot"; then    if test ! -d "$pcmciaroot"; then
5730      { { echo "$as_me:4839: error: PCMCIA root $pcmciaroot is not a directory" >&5      { { echo "$as_me:$LINENO: error: PCMCIA root $pcmciaroot is not a directory" >&5
5731  echo "$as_me: error: PCMCIA root $pcmciaroot is not a directory" >&2;}  echo "$as_me: error: PCMCIA root $pcmciaroot is not a directory" >&2;}
5732     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
5733    fi    fi
# Line 4845  echo "$as_me: error: PCMCIA root $pcmcia Line 5736  echo "$as_me: error: PCMCIA root $pcmcia
5736    CONFIG_PCMCIA=y    CONFIG_PCMCIA=y
5737  fi  fi
5738    
5739    
5740    
5741    
5742    boolvar=CONFIG_X86_PC9800    boolvar=CONFIG_X86_PC9800
5743    echo "$as_me:4849: checking for PC9800 support in kernel" >&5    echo "$as_me:$LINENO: checking for PC9800 support in kernel" >&5
5744  echo $ECHO_N "checking for PC9800 support in kernel... $ECHO_C" >&6  echo $ECHO_N "checking for PC9800 support in kernel... $ECHO_C" >&6
5745    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
5746    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
5747    boolchk=""    boolchk=""
5748    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
5749    echo "$as_me:4855: result: \"unknown\"" >&5    echo "$as_me:$LINENO: result: \"unknown\"" >&5
5750  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
5751    
5752  else  else
5753    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
5754  #line 4860 "configure"  #line $LINENO "configure"
5755  #include "confdefs.h"  /* confdefs.h.  */
5756    _ACEOF
5757    cat confdefs.h >>conftest.$ac_ext
5758    cat >>conftest.$ac_ext <<_ACEOF
5759    /* end confdefs.h.  */
5760    
5761  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
5762  int main( void ) {  int main( void ) {
# Line 4871  int main( void ) { Line 5769  int main( void ) {
5769    
5770  _ACEOF  _ACEOF
5771  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
5772  if { (eval echo "$as_me:4874: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5773    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
5774    ac_status=$?    ac_status=$?
5775    echo "$as_me:4877: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5776    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5777    { (eval echo "$as_me:4879: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5778    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5779    ac_status=$?    ac_status=$?
5780    echo "$as_me:4882: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5781    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
5782    echo "$as_me:4884: result: \"yes\"" >&5    echo "$as_me:$LINENO: result: \"yes\"" >&5
5783  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
5784  else  else
5785    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
5786  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
5787  cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
5788  echo "$as_me:4890: result: \"no\"" >&5  
5789    ( exit $ac_status )
5790    echo "$as_me:$LINENO: result: \"no\"" >&5
5791  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
5792  fi  fi
5793  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5794  fi  fi
5795    CFLAGS="$ac_save_CFLAGS"    CFLAGS="$ac_save_CFLAGS"
5796    eval $boolvar="$boolchk"    eval $boolvar="$boolchk"
5797    
5798    
5799    
5800    
5801          CONFIG_SND_DUMMY=""          CONFIG_SND_DUMMY=""
5802          CONFIG_SND_VIRMIDI=""          CONFIG_SND_VIRMIDI=""
5803          CONFIG_SND_SERIAL_U16550=""          CONFIG_SND_SERIAL_U16550=""
# Line 4929  fi Line 5832  fi
5832          CONFIG_SND_ES968=""          CONFIG_SND_ES968=""
5833          CONFIG_SND_WAVEFRONT=""          CONFIG_SND_WAVEFRONT=""
5834          CONFIG_SND_ALS4000=""          CONFIG_SND_ALS4000=""
5835            CONFIG_SND_AZT3328=""
5836          CONFIG_SND_CMIPCI=""          CONFIG_SND_CMIPCI=""
5837          CONFIG_SND_CS4281=""          CONFIG_SND_CS4281=""
5838          CONFIG_SND_ENS1370=""          CONFIG_SND_ENS1370=""
# Line 4961  fi Line 5865  fi
5865          CONFIG_SND_VXPOCKET=""          CONFIG_SND_VXPOCKET=""
5866          CONFIG_SND_VXP440=""          CONFIG_SND_VXP440=""
5867          CONFIG_SND_SERIALMIDI=""          CONFIG_SND_SERIALMIDI=""
         CONFIG_SND_AZT3328=""  
5868          CONFIG_SND_PDPLUS=""          CONFIG_SND_PDPLUS=""
5869            CONFIG_SND_MIXART=""
5870          CONFIG_SND_MSND_PINNACLE=""          CONFIG_SND_MSND_PINNACLE=""
5871            CONFIG_SND_PDAUDIOCF=""
5872          CONFIG_SND_AU8810=""          CONFIG_SND_AU8810=""
5873          CONFIG_SND_AU8820=""          CONFIG_SND_AU8820=""
5874          CONFIG_SND_AU8830=""          CONFIG_SND_AU8830=""
5875    
5876  echo "$as_me:4305: checking for which soundcards to compile driver for" >&5  
5877    echo "$as_me:$LINENO: checking for which soundcards to compile driver for" >&5
5878  echo $ECHO_N "checking for which soundcards to compile driver for... $ECHO_C" >&6  echo $ECHO_N "checking for which soundcards to compile driver for... $ECHO_C" >&6
5879    
5880  # Check whether --with-cards or --without-cards was given.  # Check whether --with-cards or --without-cards was given.
# Line 4981  fi; Line 5887  fi;
5887  if test "$cards" = "all"; then  if test "$cards" = "all"; then
5888    
5889          CONFIG_SND_DUMMY="m"          CONFIG_SND_DUMMY="m"
5890          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
5891  #define CONFIG_SND_DUMMY_MODULE 1  #define CONFIG_SND_DUMMY_MODULE 1
5892  EOF  _ACEOF
5893    
5894          CONFIG_SND_VIRMIDI="m"          CONFIG_SND_VIRMIDI="m"
5895          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
5896  #define CONFIG_SND_VIRMIDI_MODULE 1  #define CONFIG_SND_VIRMIDI_MODULE 1
5897  EOF  _ACEOF
5898    
5899          CONFIG_SND_SERIAL_U16550="m"          CONFIG_SND_SERIAL_U16550="m"
5900          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
5901  #define CONFIG_SND_SERIAL_U16550_MODULE 1  #define CONFIG_SND_SERIAL_U16550_MODULE 1
5902  EOF  _ACEOF
5903    
5904          CONFIG_SND_MTPAV="m"          CONFIG_SND_MTPAV="m"
5905          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
5906  #define CONFIG_SND_MTPAV_MODULE 1  #define CONFIG_SND_MTPAV_MODULE 1
5907  EOF  _ACEOF
5908    
5909          CONFIG_SND_MPU401="m"          CONFIG_SND_MPU401="m"
5910          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
5911  #define CONFIG_SND_MPU401_MODULE 1  #define CONFIG_SND_MPU401_MODULE 1
5912  EOF  _ACEOF
5913    
5914          if test "$CONFIG_ISAPNP" = "y"; then          if test "$CONFIG_ISAPNP" = "y"; then
5915          CONFIG_SND_ALS100="m"          CONFIG_SND_ALS100="m"
5916          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
5917  #define CONFIG_SND_ALS100_MODULE 1  #define CONFIG_SND_ALS100_MODULE 1
5918  EOF  _ACEOF
5919    
5920          fi          fi
5921          if test "$CONFIG_ISAPNP" = "y"; then          if test "$CONFIG_ISAPNP" = "y"; then
5922          CONFIG_SND_AZT2320="m"          CONFIG_SND_AZT2320="m"
5923          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
5924  #define CONFIG_SND_AZT2320_MODULE 1  #define CONFIG_SND_AZT2320_MODULE 1
5925  EOF  _ACEOF
5926    
5927          fi          fi
5928          if test "$CONFIG_ISA" = "y"; then          if test "$CONFIG_ISA" = "y"; then
5929          CONFIG_SND_CMI8330="m"          CONFIG_SND_CMI8330="m"
5930          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
5931  #define CONFIG_SND_CMI8330_MODULE 1  #define CONFIG_SND_CMI8330_MODULE 1
5932  EOF  _ACEOF
5933    
5934          fi          fi
5935          if test "$CONFIG_ISAPNP" = "y"; then          if test "$CONFIG_ISAPNP" = "y"; then
5936          CONFIG_SND_DT019X="m"          CONFIG_SND_DT019X="m"
5937          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
5938  #define CONFIG_SND_DT019X_MODULE 1  #define CONFIG_SND_DT019X_MODULE 1
5939  EOF  _ACEOF
5940    
5941          fi          fi
5942          if test "$CONFIG_ISA" = "y"; then          if test "$CONFIG_ISA" = "y"; then
5943          CONFIG_SND_ES18XX="m"          CONFIG_SND_ES18XX="m"
5944          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
5945  #define CONFIG_SND_ES18XX_MODULE 1  #define CONFIG_SND_ES18XX_MODULE 1
5946  EOF  _ACEOF
5947    
5948          fi          fi
5949          if test "$CONFIG_ISA" = "y"; then          if test "$CONFIG_ISA" = "y"; then
5950          CONFIG_SND_OPL3SA2="m"          CONFIG_SND_OPL3SA2="m"
5951          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
5952  #define CONFIG_SND_OPL3SA2_MODULE 1  #define CONFIG_SND_OPL3SA2_MODULE 1
5953  EOF  _ACEOF
5954    
5955          fi          fi
5956          if test "$CONFIG_ISA" = "y"; then          if test "$CONFIG_ISA" = "y"; then
5957          CONFIG_SND_SGALAXY="m"          CONFIG_SND_SGALAXY="m"
5958          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
5959  #define CONFIG_SND_SGALAXY_MODULE 1  #define CONFIG_SND_SGALAXY_MODULE 1
5960  EOF  _ACEOF
5961    
5962          fi          fi
5963          if test "$CONFIG_ISA" = "y"; then          if test "$CONFIG_ISA" = "y"; then
5964          CONFIG_SND_SSCAPE="m"          CONFIG_SND_SSCAPE="m"
5965          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
5966  #define CONFIG_SND_SSCAPE_MODULE 1  #define CONFIG_SND_SSCAPE_MODULE 1
5967  EOF  _ACEOF
5968    
5969          fi          fi
5970          if test "$CONFIG_ISAPNP" = "y"; then          if test "$CONFIG_ISAPNP" = "y"; then
5971          CONFIG_SND_AD1816A="m"          CONFIG_SND_AD1816A="m"
5972          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
5973  #define CONFIG_SND_AD1816A_MODULE 1  #define CONFIG_SND_AD1816A_MODULE 1
5974  EOF  _ACEOF
5975    
5976          fi          fi
5977          if test "$CONFIG_ISA" = "y"; then          if test "$CONFIG_ISA" = "y"; then
5978          CONFIG_SND_AD1848="m"          CONFIG_SND_AD1848="m"
5979          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
5980  #define CONFIG_SND_AD1848_MODULE 1  #define CONFIG_SND_AD1848_MODULE 1
5981  EOF  _ACEOF
5982    
5983          fi          fi
5984          if test "$CONFIG_ISA" = "y"; then          if test "$CONFIG_ISA" = "y"; then
5985          CONFIG_SND_CS4231="m"          CONFIG_SND_CS4231="m"
5986          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
5987  #define CONFIG_SND_CS4231_MODULE 1  #define CONFIG_SND_CS4231_MODULE 1
5988  EOF  _ACEOF
5989    
5990          fi          fi
5991          if test "$CONFIG_ISA" = "y"; then          if test "$CONFIG_ISA" = "y"; then
5992          CONFIG_SND_CS4232="m"          CONFIG_SND_CS4232="m"
5993          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
5994  #define CONFIG_SND_CS4232_MODULE 1  #define CONFIG_SND_CS4232_MODULE 1
5995  EOF  _ACEOF
5996    
5997          fi          fi
5998          if test "$CONFIG_ISA" = "y"; then          if test "$CONFIG_ISA" = "y"; then
5999          CONFIG_SND_CS4236="m"          CONFIG_SND_CS4236="m"
6000          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6001  #define CONFIG_SND_CS4236_MODULE 1  #define CONFIG_SND_CS4236_MODULE 1
6002  EOF  _ACEOF
6003    
6004          fi          fi
6005          if test "$CONFIG_X86_PC9800" = "y"; then          if test "$CONFIG_X86_PC9800" = "y"; then
6006          CONFIG_SND_PC98_CS4232="m"          CONFIG_SND_PC98_CS4232="m"
6007          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6008  #define CONFIG_SND_PC98_CS4232_MODULE 1  #define CONFIG_SND_PC98_CS4232_MODULE 1
6009  EOF  _ACEOF
6010    
6011          fi          fi
6012          if test "$CONFIG_ISA" = "y"; then          if test "$CONFIG_ISA" = "y"; then
6013          CONFIG_SND_ES1688="m"          CONFIG_SND_ES1688="m"
6014          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6015  #define CONFIG_SND_ES1688_MODULE 1  #define CONFIG_SND_ES1688_MODULE 1
6016  EOF  _ACEOF
6017    
6018          fi          fi
6019          if test "$CONFIG_ISA" = "y"; then          if test "$CONFIG_ISA" = "y"; then
6020          CONFIG_SND_GUSCLASSIC="m"          CONFIG_SND_GUSCLASSIC="m"
6021          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6022  #define CONFIG_SND_GUSCLASSIC_MODULE 1  #define CONFIG_SND_GUSCLASSIC_MODULE 1
6023  EOF  _ACEOF
6024    
6025          fi          fi
6026          if test "$CONFIG_ISA" = "y"; then          if test "$CONFIG_ISA" = "y"; then
6027          CONFIG_SND_GUSMAX="m"          CONFIG_SND_GUSMAX="m"
6028          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6029  #define CONFIG_SND_GUSMAX_MODULE 1  #define CONFIG_SND_GUSMAX_MODULE 1
6030  EOF  _ACEOF
6031    
6032          fi          fi
6033          if test "$CONFIG_ISA" = "y"; then          if test "$CONFIG_ISA" = "y"; then
6034          CONFIG_SND_GUSEXTREME="m"          CONFIG_SND_GUSEXTREME="m"
6035          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6036  #define CONFIG_SND_GUSEXTREME_MODULE 1  #define CONFIG_SND_GUSEXTREME_MODULE 1
6037  EOF  _ACEOF
6038    
6039          fi          fi
6040          if test "$CONFIG_ISA" = "y"; then          if test "$CONFIG_ISA" = "y"; then
6041          CONFIG_SND_INTERWAVE="m"          CONFIG_SND_INTERWAVE="m"
6042          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6043  #define CONFIG_SND_INTERWAVE_MODULE 1  #define CONFIG_SND_INTERWAVE_MODULE 1
6044  EOF  _ACEOF
6045    
6046          fi          fi
6047          if test "$CONFIG_ISA" = "y"; then          if test "$CONFIG_ISA" = "y"; then
6048          CONFIG_SND_INTERWAVE_STB="m"          CONFIG_SND_INTERWAVE_STB="m"
6049          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6050  #define CONFIG_SND_INTERWAVE_STB_MODULE 1  #define CONFIG_SND_INTERWAVE_STB_MODULE 1
6051  EOF  _ACEOF
6052    
6053          fi          fi
6054          if test "$CONFIG_ISA" = "y"; then          if test "$CONFIG_ISA" = "y"; then
6055          CONFIG_SND_OPTI92X_AD1848="m"          CONFIG_SND_OPTI92X_AD1848="m"
6056          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6057  #define CONFIG_SND_OPTI92X_AD1848_MODULE 1  #define CONFIG_SND_OPTI92X_AD1848_MODULE 1
6058  EOF  _ACEOF
6059    
6060          fi          fi
6061          if test "$CONFIG_ISA" = "y"; then          if test "$CONFIG_ISA" = "y"; then
6062          CONFIG_SND_OPTI92X_CS4231="m"          CONFIG_SND_OPTI92X_CS4231="m"
6063          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6064  #define CONFIG_SND_OPTI92X_CS4231_MODULE 1  #define CONFIG_SND_OPTI92X_CS4231_MODULE 1
6065  EOF  _ACEOF
6066    
6067          fi          fi
6068          if test "$CONFIG_ISA" = "y"; then          if test "$CONFIG_ISA" = "y"; then
6069          CONFIG_SND_OPTI93X="m"          CONFIG_SND_OPTI93X="m"
6070          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6071  #define CONFIG_SND_OPTI93X_MODULE 1  #define CONFIG_SND_OPTI93X_MODULE 1
6072  EOF  _ACEOF
6073    
6074          fi          fi
6075          if test "$CONFIG_ISA" = "y"; then          if test "$CONFIG_ISA" = "y"; then
6076          CONFIG_SND_SB8="m"          CONFIG_SND_SB8="m"
6077          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6078  #define CONFIG_SND_SB8_MODULE 1  #define CONFIG_SND_SB8_MODULE 1
6079  EOF  _ACEOF
6080    
6081          fi          fi
6082          if test "$CONFIG_ISA" = "y"; then          if test "$CONFIG_ISA" = "y"; then
6083          CONFIG_SND_SB16="m"          CONFIG_SND_SB16="m"
6084          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6085  #define CONFIG_SND_SB16_MODULE 1  #define CONFIG_SND_SB16_MODULE 1
6086  EOF  _ACEOF
6087    
6088          fi          fi
6089          if test "$CONFIG_ISA" = "y"; then          if test "$CONFIG_ISA" = "y"; then
6090          CONFIG_SND_SBAWE="m"          CONFIG_SND_SBAWE="m"
6091          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6092  #define CONFIG_SND_SBAWE_MODULE 1  #define CONFIG_SND_SBAWE_MODULE 1
6093  EOF  _ACEOF
6094    
6095          fi          fi
6096          if test "$CONFIG_ISAPNP" = "y"; then          if test "$CONFIG_ISAPNP" = "y"; then
6097          CONFIG_SND_ES968="m"          CONFIG_SND_ES968="m"
6098          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6099  #define CONFIG_SND_ES968_MODULE 1  #define CONFIG_SND_ES968_MODULE 1
6100  EOF  _ACEOF
6101    
6102          fi          fi
6103          if test "$CONFIG_ISA" = "y"; then          if test "$CONFIG_ISA" = "y"; then
6104          CONFIG_SND_WAVEFRONT="m"          CONFIG_SND_WAVEFRONT="m"
6105          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6106  #define CONFIG_SND_WAVEFRONT_MODULE 1  #define CONFIG_SND_WAVEFRONT_MODULE 1
6107  EOF  _ACEOF
6108    
6109          fi          fi
6110          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6111          CONFIG_SND_ALS4000="m"          CONFIG_SND_ALS4000="m"
6112          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6113  #define CONFIG_SND_ALS4000_MODULE 1  #define CONFIG_SND_ALS4000_MODULE 1
6114  EOF  _ACEOF
6115    
6116            fi
6117            if test "$CONFIG_PCI" = "y"; then
6118            CONFIG_SND_AZT3328="m"
6119            cat >>confdefs.h <<\_ACEOF
6120    #define CONFIG_SND_AZT3328_MODULE 1
6121    _ACEOF
6122    
6123          fi          fi
6124          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6125          CONFIG_SND_CMIPCI="m"          CONFIG_SND_CMIPCI="m"
6126          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6127  #define CONFIG_SND_CMIPCI_MODULE 1  #define CONFIG_SND_CMIPCI_MODULE 1
6128  EOF  _ACEOF
6129    
6130          fi          fi
6131          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6132          CONFIG_SND_CS4281="m"          CONFIG_SND_CS4281="m"
6133          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6134  #define CONFIG_SND_CS4281_MODULE 1  #define CONFIG_SND_CS4281_MODULE 1
6135  EOF  _ACEOF
6136    
6137          fi          fi
6138          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6139          CONFIG_SND_ENS1370="m"          CONFIG_SND_ENS1370="m"
6140          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6141  #define CONFIG_SND_ENS1370_MODULE 1  #define CONFIG_SND_ENS1370_MODULE 1
6142  EOF  _ACEOF
6143    
6144          fi          fi
6145          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6146          CONFIG_SND_ENS1371="m"          CONFIG_SND_ENS1371="m"
6147          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6148  #define CONFIG_SND_ENS1371_MODULE 1  #define CONFIG_SND_ENS1371_MODULE 1
6149  EOF  _ACEOF
6150    
6151          fi          fi
6152          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6153          CONFIG_SND_ES1938="m"          CONFIG_SND_ES1938="m"
6154          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6155  #define CONFIG_SND_ES1938_MODULE 1  #define CONFIG_SND_ES1938_MODULE 1
6156  EOF  _ACEOF
6157    
6158          fi          fi
6159          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6160          CONFIG_SND_ES1968="m"          CONFIG_SND_ES1968="m"
6161          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6162  #define CONFIG_SND_ES1968_MODULE 1  #define CONFIG_SND_ES1968_MODULE 1
6163  EOF  _ACEOF
6164    
6165          fi          fi
6166          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6167          CONFIG_SND_FM801="m"          CONFIG_SND_FM801="m"
6168          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6169  #define CONFIG_SND_FM801_MODULE 1  #define CONFIG_SND_FM801_MODULE 1
6170  EOF  _ACEOF
6171    
6172          fi          fi
6173          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6174          CONFIG_SND_INTEL8X0="m"          CONFIG_SND_INTEL8X0="m"
6175          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6176  #define CONFIG_SND_INTEL8X0_MODULE 1  #define CONFIG_SND_INTEL8X0_MODULE 1
6177  EOF  _ACEOF
6178    
6179          fi          fi
6180          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6181          CONFIG_SND_MAESTRO3="m"          CONFIG_SND_MAESTRO3="m"
6182          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6183  #define CONFIG_SND_MAESTRO3_MODULE 1  #define CONFIG_SND_MAESTRO3_MODULE 1
6184  EOF  _ACEOF
6185    
6186          fi          fi
6187          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6188          CONFIG_SND_RME32="m"          CONFIG_SND_RME32="m"
6189          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6190  #define CONFIG_SND_RME32_MODULE 1  #define CONFIG_SND_RME32_MODULE 1
6191  EOF  _ACEOF
6192    
6193          fi          fi
6194          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6195          CONFIG_SND_RME96="m"          CONFIG_SND_RME96="m"
6196          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6197  #define CONFIG_SND_RME96_MODULE 1  #define CONFIG_SND_RME96_MODULE 1
6198  EOF  _ACEOF
6199    
6200          fi          fi
6201          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6202          CONFIG_SND_SONICVIBES="m"          CONFIG_SND_SONICVIBES="m"
6203          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6204  #define CONFIG_SND_SONICVIBES_MODULE 1  #define CONFIG_SND_SONICVIBES_MODULE 1
6205  EOF  _ACEOF
6206    
6207          fi          fi
6208          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6209          CONFIG_SND_VIA82XX="m"          CONFIG_SND_VIA82XX="m"
6210          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6211  #define CONFIG_SND_VIA82XX_MODULE 1  #define CONFIG_SND_VIA82XX_MODULE 1
6212  EOF  _ACEOF
6213    
6214          fi          fi
6215          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6216          CONFIG_SND_ALI5451="m"          CONFIG_SND_ALI5451="m"
6217          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6218  #define CONFIG_SND_ALI5451_MODULE 1  #define CONFIG_SND_ALI5451_MODULE 1
6219  EOF  _ACEOF
6220    
6221          fi          fi
6222          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6223          CONFIG_SND_CS46XX="m"          CONFIG_SND_CS46XX="m"
6224          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6225  #define CONFIG_SND_CS46XX_MODULE 1  #define CONFIG_SND_CS46XX_MODULE 1
6226  EOF  _ACEOF
6227    
6228          fi          fi
6229          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6230          CONFIG_SND_EMU10K1="m"          CONFIG_SND_EMU10K1="m"
6231          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6232  #define CONFIG_SND_EMU10K1_MODULE 1  #define CONFIG_SND_EMU10K1_MODULE 1
6233  EOF  _ACEOF
6234    
6235          fi          fi
6236          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6237          CONFIG_SND_ICE1712="m"          CONFIG_SND_ICE1712="m"
6238          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6239  #define CONFIG_SND_ICE1712_MODULE 1  #define CONFIG_SND_ICE1712_MODULE 1
6240  EOF  _ACEOF
6241    
6242          fi          fi
6243          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6244          CONFIG_SND_ICE1724="m"          CONFIG_SND_ICE1724="m"
6245          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6246  #define CONFIG_SND_ICE1724_MODULE 1  #define CONFIG_SND_ICE1724_MODULE 1
6247  EOF  _ACEOF
6248    
6249          fi          fi
6250          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6251          CONFIG_SND_KORG1212="m"          CONFIG_SND_KORG1212="m"
6252          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6253  #define CONFIG_SND_KORG1212_MODULE 1  #define CONFIG_SND_KORG1212_MODULE 1
6254  EOF  _ACEOF
6255    
6256          fi          fi
6257          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6258          CONFIG_SND_NM256="m"          CONFIG_SND_NM256="m"
6259          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6260  #define CONFIG_SND_NM256_MODULE 1  #define CONFIG_SND_NM256_MODULE 1
6261  EOF  _ACEOF
6262    
6263          fi          fi
6264          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6265          CONFIG_SND_RME9652="m"          CONFIG_SND_RME9652="m"
6266          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6267  #define CONFIG_SND_RME9652_MODULE 1  #define CONFIG_SND_RME9652_MODULE 1
6268  EOF  _ACEOF
6269    
6270          fi          fi
6271          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6272          CONFIG_SND_HDSP="m"          CONFIG_SND_HDSP="m"
6273          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6274  #define CONFIG_SND_HDSP_MODULE 1  #define CONFIG_SND_HDSP_MODULE 1
6275  EOF  _ACEOF
6276    
6277          fi          fi
6278          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6279          CONFIG_SND_TRIDENT="m"          CONFIG_SND_TRIDENT="m"
6280          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6281  #define CONFIG_SND_TRIDENT_MODULE 1  #define CONFIG_SND_TRIDENT_MODULE 1
6282  EOF  _ACEOF
6283    
6284          fi          fi
6285          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6286          CONFIG_SND_VX222="m"          CONFIG_SND_VX222="m"
6287          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6288  #define CONFIG_SND_VX222_MODULE 1  #define CONFIG_SND_VX222_MODULE 1
6289  EOF  _ACEOF
6290    
6291          fi          fi
6292          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6293          CONFIG_SND_YMFPCI="m"          CONFIG_SND_YMFPCI="m"
6294          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6295  #define CONFIG_SND_YMFPCI_MODULE 1  #define CONFIG_SND_YMFPCI_MODULE 1
6296  EOF  _ACEOF
6297    
6298          fi          fi
6299          if test "$CONFIG_PPC" = "y"; then          if test "$CONFIG_PPC" = "y"; then
6300          CONFIG_SND_POWERMAC="m"          CONFIG_SND_POWERMAC="m"
6301          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6302  #define CONFIG_SND_POWERMAC_MODULE 1  #define CONFIG_SND_POWERMAC_MODULE 1
6303  EOF  _ACEOF
6304    
6305          fi          fi
6306          if test "$CONFIG_ARM" = "y"; then          if test "$CONFIG_ARM" = "y"; then
6307          CONFIG_SND_SA11XX_UDA1341="m"          CONFIG_SND_SA11XX_UDA1341="m"
6308          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6309  #define CONFIG_SND_SA11XX_UDA1341_MODULE 1  #define CONFIG_SND_SA11XX_UDA1341_MODULE 1
6310  EOF  _ACEOF
6311    
6312          fi          fi
6313          if test "$CONFIG_USB" = "y"; then          if test "$CONFIG_USB" = "y"; then
6314          CONFIG_SND_USB_AUDIO="m"          CONFIG_SND_USB_AUDIO="m"
6315          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6316  #define CONFIG_SND_USB_AUDIO_MODULE 1  #define CONFIG_SND_USB_AUDIO_MODULE 1
6317  EOF  _ACEOF
6318    
6319          fi          fi
6320          if test "$CONFIG_PARISC" = "y"; then          if test "$CONFIG_PARISC" = "y"; then
6321          CONFIG_SND_HARMONY="m"          CONFIG_SND_HARMONY="m"
6322          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6323  #define CONFIG_SND_HARMONY_MODULE 1  #define CONFIG_SND_HARMONY_MODULE 1
6324  EOF  _ACEOF
6325    
6326          fi          fi
6327          CONFIG_SND_VXPOCKET="m"          CONFIG_SND_VXPOCKET="m"
6328          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6329  #define CONFIG_SND_VXPOCKET_MODULE 1  #define CONFIG_SND_VXPOCKET_MODULE 1
6330  EOF  _ACEOF
6331    
6332          CONFIG_SND_VXP440="m"          CONFIG_SND_VXP440="m"
6333          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6334  #define CONFIG_SND_VXP440_MODULE 1  #define CONFIG_SND_VXP440_MODULE 1
6335  EOF  _ACEOF
6336    
6337          CONFIG_SND_SERIALMIDI="m"          CONFIG_SND_SERIALMIDI="m"
6338          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6339  #define CONFIG_SND_SERIALMIDI_MODULE 1  #define CONFIG_SND_SERIALMIDI_MODULE 1
6340  EOF  _ACEOF
6341    
6342          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6343          CONFIG_SND_AZT3328="m"          CONFIG_SND_PDPLUS="m"
6344          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6345  #define CONFIG_SND_AZT3328_MODULE 1  #define CONFIG_SND_PDPLUS_MODULE 1
6346  EOF  _ACEOF
6347    
6348          fi          fi
6349          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6350          CONFIG_SND_PDPLUS="m"          CONFIG_SND_MIXART="m"
6351          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6352  #define CONFIG_SND_PDPLUS_MODULE 1  #define CONFIG_SND_MIXART_MODULE 1
6353  EOF  _ACEOF
6354    
6355          fi          fi
6356          if test "$CONFIG_ISA" = "y"; then          if test "$CONFIG_ISA" = "y"; then
6357          CONFIG_SND_MSND_PINNACLE="m"          CONFIG_SND_MSND_PINNACLE="m"
6358          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6359  #define CONFIG_SND_MSND_PINNACLE_MODULE 1  #define CONFIG_SND_MSND_PINNACLE_MODULE 1
6360  EOF  _ACEOF
6361    
6362          fi          fi
6363            CONFIG_SND_PDAUDIOCF="m"
6364            cat >>confdefs.h <<\_ACEOF
6365    #define CONFIG_SND_PDAUDIOCF_MODULE 1
6366    _ACEOF
6367    
6368          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6369          CONFIG_SND_AU8810="m"          CONFIG_SND_AU8810="m"
6370          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6371  #define CONFIG_SND_AU8810_MODULE 1  #define CONFIG_SND_AU8810_MODULE 1
6372  EOF  _ACEOF
6373    
6374          fi          fi
6375          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6376          CONFIG_SND_AU8820="m"          CONFIG_SND_AU8820="m"
6377          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6378  #define CONFIG_SND_AU8820_MODULE 1  #define CONFIG_SND_AU8820_MODULE 1
6379  EOF  _ACEOF
6380    
6381          fi          fi
6382          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
6383          CONFIG_SND_AU8830="m"          CONFIG_SND_AU8830="m"
6384          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\_ACEOF
6385  #define CONFIG_SND_AU8830_MODULE 1  #define CONFIG_SND_AU8830_MODULE 1
6386  EOF  _ACEOF
6387    
6388          fi          fi
6389    
6390    echo "$as_me:5190: result: all" >&5    echo "$as_me:$LINENO: result: all" >&5
6391  echo "${ECHO_T}all" >&6  echo "${ECHO_T}all" >&6
6392  else  else
6393    cards=`echo $cards | sed 's/,/ /g'`    cards=`echo $cards | sed 's/,/ /g'`
# Line 5478  else Line 6396  else
6396      case "$card" in      case "$card" in
6397          dummy)          dummy)
6398                  CONFIG_SND_DUMMY="m"                  CONFIG_SND_DUMMY="m"
6399                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6400  #define CONFIG_SND_DUMMY_MODULE 1  #define CONFIG_SND_DUMMY_MODULE 1
6401  EOF  _ACEOF
6402    
6403                  ;;                  ;;
6404          virmidi)          virmidi)
6405                  CONFIG_SND_VIRMIDI="m"                  CONFIG_SND_VIRMIDI="m"
6406                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6407  #define CONFIG_SND_VIRMIDI_MODULE 1  #define CONFIG_SND_VIRMIDI_MODULE 1
6408  EOF  _ACEOF
6409    
6410                  ;;                  ;;
6411          serial-u16550)          serial-u16550)
6412                  CONFIG_SND_SERIAL_U16550="m"                  CONFIG_SND_SERIAL_U16550="m"
6413                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6414  #define CONFIG_SND_SERIAL_U16550_MODULE 1  #define CONFIG_SND_SERIAL_U16550_MODULE 1
6415  EOF  _ACEOF
6416    
6417                  ;;                  ;;
6418          mtpav)          mtpav)
6419                  CONFIG_SND_MTPAV="m"                  CONFIG_SND_MTPAV="m"
6420                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6421  #define CONFIG_SND_MTPAV_MODULE 1  #define CONFIG_SND_MTPAV_MODULE 1
6422  EOF  _ACEOF
6423    
6424                  ;;                  ;;
6425          mpu401)          mpu401)
6426                  CONFIG_SND_MPU401="m"                  CONFIG_SND_MPU401="m"
6427                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6428  #define CONFIG_SND_MPU401_MODULE 1  #define CONFIG_SND_MPU401_MODULE 1
6429  EOF  _ACEOF
6430    
6431                  ;;                  ;;
6432          als100)          als100)
6433                  CONFIG_SND_ALS100="m"                  CONFIG_SND_ALS100="m"
6434                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6435  #define CONFIG_SND_ALS100_MODULE 1  #define CONFIG_SND_ALS100_MODULE 1
6436  EOF  _ACEOF
6437    
6438                  ;;                  ;;
6439          azt2320)          azt2320)
6440                  CONFIG_SND_AZT2320="m"                  CONFIG_SND_AZT2320="m"
6441                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6442  #define CONFIG_SND_AZT2320_MODULE 1  #define CONFIG_SND_AZT2320_MODULE 1
6443  EOF  _ACEOF
6444    
6445                  ;;                  ;;
6446          cmi8330)          cmi8330)
6447                  CONFIG_SND_CMI8330="m"                  CONFIG_SND_CMI8330="m"
6448                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6449  #define CONFIG_SND_CMI8330_MODULE 1  #define CONFIG_SND_CMI8330_MODULE 1
6450  EOF  _ACEOF
6451    
6452                  ;;                  ;;
6453          dt019x)          dt019x)
6454                  CONFIG_SND_DT019X="m"                  CONFIG_SND_DT019X="m"
6455                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6456  #define CONFIG_SND_DT019X_MODULE 1  #define CONFIG_SND_DT019X_MODULE 1
6457  EOF  _ACEOF
6458    
6459                  ;;                  ;;
6460          es18xx)          es18xx)
6461                  CONFIG_SND_ES18XX="m"                  CONFIG_SND_ES18XX="m"
6462                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6463  #define CONFIG_SND_ES18XX_MODULE 1  #define CONFIG_SND_ES18XX_MODULE 1
6464  EOF  _ACEOF
6465    
6466                  ;;                  ;;
6467          opl3sa2)          opl3sa2)
6468                  CONFIG_SND_OPL3SA2="m"                  CONFIG_SND_OPL3SA2="m"
6469                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6470  #define CONFIG_SND_OPL3SA2_MODULE 1  #define CONFIG_SND_OPL3SA2_MODULE 1
6471  EOF  _ACEOF
6472    
6473                  ;;                  ;;
6474          sgalaxy)          sgalaxy)
6475                  CONFIG_SND_SGALAXY="m"                  CONFIG_SND_SGALAXY="m"
6476                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6477  #define CONFIG_SND_SGALAXY_MODULE 1  #define CONFIG_SND_SGALAXY_MODULE 1
6478  EOF  _ACEOF
6479    
6480                  ;;                  ;;
6481          sscape)          sscape)
6482                  CONFIG_SND_SSCAPE="m"                  CONFIG_SND_SSCAPE="m"
6483                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6484  #define CONFIG_SND_SSCAPE_MODULE 1  #define CONFIG_SND_SSCAPE_MODULE 1
6485  EOF  _ACEOF
6486    
6487                  ;;                  ;;
6488          ad1816a)          ad1816a)
6489                  CONFIG_SND_AD1816A="m"                  CONFIG_SND_AD1816A="m"
6490                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6491  #define CONFIG_SND_AD1816A_MODULE 1  #define CONFIG_SND_AD1816A_MODULE 1
6492  EOF  _ACEOF
6493    
6494                  ;;                  ;;
6495          ad1848)          ad1848)
6496                  CONFIG_SND_AD1848="m"                  CONFIG_SND_AD1848="m"
6497                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6498  #define CONFIG_SND_AD1848_MODULE 1  #define CONFIG_SND_AD1848_MODULE 1
6499  EOF  _ACEOF
6500    
6501                  ;;                  ;;
6502          cs4231)          cs4231)
6503                  CONFIG_SND_CS4231="m"                  CONFIG_SND_CS4231="m"
6504                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6505  #define CONFIG_SND_CS4231_MODULE 1  #define CONFIG_SND_CS4231_MODULE 1
6506  EOF  _ACEOF
6507    
6508                  ;;                  ;;
6509          cs4232)          cs4232)
6510                  CONFIG_SND_CS4232="m"                  CONFIG_SND_CS4232="m"
6511                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6512  #define CONFIG_SND_CS4232_MODULE 1  #define CONFIG_SND_CS4232_MODULE 1
6513  EOF  _ACEOF
6514    
6515                  ;;                  ;;
6516          cs4236)          cs4236)
6517                  CONFIG_SND_CS4236="m"                  CONFIG_SND_CS4236="m"
6518                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6519  #define CONFIG_SND_CS4236_MODULE 1  #define CONFIG_SND_CS4236_MODULE 1
6520  EOF  _ACEOF
6521    
6522                  ;;                  ;;
6523          pc98-cs4232)          pc98-cs4232)
6524                  CONFIG_SND_PC98_CS4232="m"                  CONFIG_SND_PC98_CS4232="m"
6525                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6526  #define CONFIG_SND_PC98_CS4232_MODULE 1  #define CONFIG_SND_PC98_CS4232_MODULE 1
6527  EOF  _ACEOF
6528    
6529                  ;;                  ;;
6530          es1688)          es1688)
6531                  CONFIG_SND_ES1688="m"                  CONFIG_SND_ES1688="m"
6532                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6533  #define CONFIG_SND_ES1688_MODULE 1  #define CONFIG_SND_ES1688_MODULE 1
6534  EOF  _ACEOF
6535    
6536                  ;;                  ;;
6537          gusclassic)          gusclassic)
6538                  CONFIG_SND_GUSCLASSIC="m"                  CONFIG_SND_GUSCLASSIC="m"
6539                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6540  #define CONFIG_SND_GUSCLASSIC_MODULE 1  #define CONFIG_SND_GUSCLASSIC_MODULE 1
6541  EOF  _ACEOF
6542    
6543                  ;;                  ;;
6544          gusmax)          gusmax)
6545                  CONFIG_SND_GUSMAX="m"                  CONFIG_SND_GUSMAX="m"
6546                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6547  #define CONFIG_SND_GUSMAX_MODULE 1  #define CONFIG_SND_GUSMAX_MODULE 1
6548  EOF  _ACEOF
6549    
6550                  ;;                  ;;
6551          gusextreme)          gusextreme)
6552                  CONFIG_SND_GUSEXTREME="m"                  CONFIG_SND_GUSEXTREME="m"
6553                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6554  #define CONFIG_SND_GUSEXTREME_MODULE 1  #define CONFIG_SND_GUSEXTREME_MODULE 1
6555  EOF  _ACEOF
6556    
6557                  ;;                  ;;
6558          interwave)          interwave)
6559                  CONFIG_SND_INTERWAVE="m"                  CONFIG_SND_INTERWAVE="m"
6560                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6561  #define CONFIG_SND_INTERWAVE_MODULE 1  #define CONFIG_SND_INTERWAVE_MODULE 1
6562  EOF  _ACEOF
6563    
6564                  ;;                  ;;
6565          interwave-stb)          interwave-stb)
6566                  CONFIG_SND_INTERWAVE_STB="m"                  CONFIG_SND_INTERWAVE_STB="m"
6567                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6568  #define CONFIG_SND_INTERWAVE_STB_MODULE 1  #define CONFIG_SND_INTERWAVE_STB_MODULE 1
6569  EOF  _ACEOF
6570    
6571                  ;;                  ;;
6572          opti92x-ad1848)          opti92x-ad1848)
6573                  CONFIG_SND_OPTI92X_AD1848="m"                  CONFIG_SND_OPTI92X_AD1848="m"
6574                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6575  #define CONFIG_SND_OPTI92X_AD1848_MODULE 1  #define CONFIG_SND_OPTI92X_AD1848_MODULE 1
6576  EOF  _ACEOF
6577    
6578                  ;;                  ;;
6579          opti92x-cs4231)          opti92x-cs4231)
6580                  CONFIG_SND_OPTI92X_CS4231="m"                  CONFIG_SND_OPTI92X_CS4231="m"
6581                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6582  #define CONFIG_SND_OPTI92X_CS4231_MODULE 1  #define CONFIG_SND_OPTI92X_CS4231_MODULE 1
6583  EOF  _ACEOF
6584    
6585                  ;;                  ;;
6586          opti93x)          opti93x)
6587                  CONFIG_SND_OPTI93X="m"                  CONFIG_SND_OPTI93X="m"
6588                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6589  #define CONFIG_SND_OPTI93X_MODULE 1  #define CONFIG_SND_OPTI93X_MODULE 1
6590  EOF  _ACEOF
6591    
6592                  ;;                  ;;
6593          sb8)          sb8)
6594                  CONFIG_SND_SB8="m"                  CONFIG_SND_SB8="m"
6595                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6596  #define CONFIG_SND_SB8_MODULE 1  #define CONFIG_SND_SB8_MODULE 1
6597  EOF  _ACEOF
6598    
6599                  ;;                  ;;
6600          sb16)          sb16)
6601                  CONFIG_SND_SB16="m"                  CONFIG_SND_SB16="m"
6602                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6603  #define CONFIG_SND_SB16_MODULE 1  #define CONFIG_SND_SB16_MODULE 1
6604  EOF  _ACEOF
6605    
6606                  ;;                  ;;
6607          sbawe)          sbawe)
6608                  CONFIG_SND_SBAWE="m"                  CONFIG_SND_SBAWE="m"
6609                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6610  #define CONFIG_SND_SBAWE_MODULE 1  #define CONFIG_SND_SBAWE_MODULE 1
6611  EOF  _ACEOF
6612    
6613                  ;;                  ;;
6614          es968)          es968)
6615                  CONFIG_SND_ES968="m"                  CONFIG_SND_ES968="m"
6616                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6617  #define CONFIG_SND_ES968_MODULE 1  #define CONFIG_SND_ES968_MODULE 1
6618  EOF  _ACEOF
6619    
6620                  ;;                  ;;
6621          wavefront)          wavefront)
6622                  CONFIG_SND_WAVEFRONT="m"                  CONFIG_SND_WAVEFRONT="m"
6623                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6624  #define CONFIG_SND_WAVEFRONT_MODULE 1  #define CONFIG_SND_WAVEFRONT_MODULE 1
6625  EOF  _ACEOF
6626    
6627                  ;;                  ;;
6628          als4000)          als4000)
6629                  CONFIG_SND_ALS4000="m"                  CONFIG_SND_ALS4000="m"
6630                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6631  #define CONFIG_SND_ALS4000_MODULE 1  #define CONFIG_SND_ALS4000_MODULE 1
6632  EOF  _ACEOF
6633    
6634                    ;;
6635            azt3328)
6636                    CONFIG_SND_AZT3328="m"
6637                    cat >>confdefs.h <<\_ACEOF
6638    #define CONFIG_SND_AZT3328_MODULE 1
6639    _ACEOF
6640    
6641                  ;;                  ;;
6642          cmipci)          cmipci)
6643                  CONFIG_SND_CMIPCI="m"                  CONFIG_SND_CMIPCI="m"
6644                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6645  #define CONFIG_SND_CMIPCI_MODULE 1  #define CONFIG_SND_CMIPCI_MODULE 1
6646  EOF  _ACEOF
6647    
6648                  ;;                  ;;
6649          cs4281)          cs4281)
6650                  CONFIG_SND_CS4281="m"                  CONFIG_SND_CS4281="m"
6651                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6652  #define CONFIG_SND_CS4281_MODULE 1  #define CONFIG_SND_CS4281_MODULE 1
6653  EOF  _ACEOF
6654    
6655                  ;;                  ;;
6656          ens1370)          ens1370)
6657                  CONFIG_SND_ENS1370="m"                  CONFIG_SND_ENS1370="m"
6658                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6659  #define CONFIG_SND_ENS1370_MODULE 1  #define CONFIG_SND_ENS1370_MODULE 1
6660  EOF  _ACEOF
6661    
6662                  ;;                  ;;
6663          ens1371)          ens1371)
6664                  CONFIG_SND_ENS1371="m"                  CONFIG_SND_ENS1371="m"
6665                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6666  #define CONFIG_SND_ENS1371_MODULE 1  #define CONFIG_SND_ENS1371_MODULE 1
6667  EOF  _ACEOF
6668    
6669                  ;;                  ;;
6670          es1938)          es1938)
6671                  CONFIG_SND_ES1938="m"                  CONFIG_SND_ES1938="m"
6672                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6673  #define CONFIG_SND_ES1938_MODULE 1  #define CONFIG_SND_ES1938_MODULE 1
6674  EOF  _ACEOF
6675    
6676                  ;;                  ;;
6677          es1968)          es1968)
6678                  CONFIG_SND_ES1968="m"                  CONFIG_SND_ES1968="m"
6679                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6680  #define CONFIG_SND_ES1968_MODULE 1  #define CONFIG_SND_ES1968_MODULE 1
6681  EOF  _ACEOF
6682    
6683                  ;;                  ;;
6684          fm801)          fm801)
6685                  CONFIG_SND_FM801="m"                  CONFIG_SND_FM801="m"
6686                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6687  #define CONFIG_SND_FM801_MODULE 1  #define CONFIG_SND_FM801_MODULE 1
6688  EOF  _ACEOF
6689    
6690                  ;;                  ;;
6691          intel8x0)          intel8x0)
6692                  CONFIG_SND_INTEL8X0="m"                  CONFIG_SND_INTEL8X0="m"
6693                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6694  #define CONFIG_SND_INTEL8X0_MODULE 1  #define CONFIG_SND_INTEL8X0_MODULE 1
6695  EOF  _ACEOF
6696    
6697                  ;;                  ;;
6698          maestro3)          maestro3)
6699                  CONFIG_SND_MAESTRO3="m"                  CONFIG_SND_MAESTRO3="m"
6700                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6701  #define CONFIG_SND_MAESTRO3_MODULE 1  #define CONFIG_SND_MAESTRO3_MODULE 1
6702  EOF  _ACEOF
6703    
6704                  ;;                  ;;
6705          rme32)          rme32)
6706                  CONFIG_SND_RME32="m"                  CONFIG_SND_RME32="m"
6707                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6708  #define CONFIG_SND_RME32_MODULE 1  #define CONFIG_SND_RME32_MODULE 1
6709  EOF  _ACEOF
6710    
6711                  ;;                  ;;
6712          rme96)          rme96)
6713                  CONFIG_SND_RME96="m"                  CONFIG_SND_RME96="m"
6714                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6715  #define CONFIG_SND_RME96_MODULE 1  #define CONFIG_SND_RME96_MODULE 1
6716  EOF  _ACEOF
6717    
6718                  ;;                  ;;
6719          sonicvibes)          sonicvibes)
6720                  CONFIG_SND_SONICVIBES="m"                  CONFIG_SND_SONICVIBES="m"
6721                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6722  #define CONFIG_SND_SONICVIBES_MODULE 1  #define CONFIG_SND_SONICVIBES_MODULE 1
6723  EOF  _ACEOF
6724    
6725                  ;;                  ;;
6726          via82xx)          via82xx)
6727                  CONFIG_SND_VIA82XX="m"                  CONFIG_SND_VIA82XX="m"
6728                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6729  #define CONFIG_SND_VIA82XX_MODULE 1  #define CONFIG_SND_VIA82XX_MODULE 1
6730  EOF  _ACEOF
6731    
6732                  ;;                  ;;
6733          ali5451)          ali5451)
6734                  CONFIG_SND_ALI5451="m"                  CONFIG_SND_ALI5451="m"
6735                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6736  #define CONFIG_SND_ALI5451_MODULE 1  #define CONFIG_SND_ALI5451_MODULE 1
6737  EOF  _ACEOF
6738    
6739                  ;;                  ;;
6740          cs46xx)          cs46xx)
6741                  CONFIG_SND_CS46XX="m"                  CONFIG_SND_CS46XX="m"
6742                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6743  #define CONFIG_SND_CS46XX_MODULE 1  #define CONFIG_SND_CS46XX_MODULE 1
6744  EOF  _ACEOF
6745    
6746                  ;;                  ;;
6747          emu10k1)          emu10k1)
6748                  CONFIG_SND_EMU10K1="m"                  CONFIG_SND_EMU10K1="m"
6749                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6750  #define CONFIG_SND_EMU10K1_MODULE 1  #define CONFIG_SND_EMU10K1_MODULE 1
6751  EOF  _ACEOF
6752    
6753                  ;;                  ;;
6754          ice1712)          ice1712)
6755                  CONFIG_SND_ICE1712="m"                  CONFIG_SND_ICE1712="m"
6756                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6757  #define CONFIG_SND_ICE1712_MODULE 1  #define CONFIG_SND_ICE1712_MODULE 1
6758  EOF  _ACEOF
6759    
6760                  ;;                  ;;
6761          ice1724)          ice1724)
6762                  CONFIG_SND_ICE1724="m"                  CONFIG_SND_ICE1724="m"
6763                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6764  #define CONFIG_SND_ICE1724_MODULE 1  #define CONFIG_SND_ICE1724_MODULE 1
6765  EOF  _ACEOF
6766    
6767                  ;;                  ;;
6768          korg1212)          korg1212)
6769                  CONFIG_SND_KORG1212="m"                  CONFIG_SND_KORG1212="m"
6770                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6771  #define CONFIG_SND_KORG1212_MODULE 1  #define CONFIG_SND_KORG1212_MODULE 1
6772  EOF  _ACEOF
6773    
6774                  ;;                  ;;
6775          nm256)          nm256)
6776                  CONFIG_SND_NM256="m"                  CONFIG_SND_NM256="m"
6777                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6778  #define CONFIG_SND_NM256_MODULE 1  #define CONFIG_SND_NM256_MODULE 1
6779  EOF  _ACEOF
6780    
6781                  ;;                  ;;
6782          rme9652)          rme9652)
6783                  CONFIG_SND_RME9652="m"                  CONFIG_SND_RME9652="m"
6784                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6785  #define CONFIG_SND_RME9652_MODULE 1  #define CONFIG_SND_RME9652_MODULE 1
6786  EOF  _ACEOF
6787    
6788                  ;;                  ;;
6789          hdsp)          hdsp)
6790                  CONFIG_SND_HDSP="m"                  CONFIG_SND_HDSP="m"
6791                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6792  #define CONFIG_SND_HDSP_MODULE 1  #define CONFIG_SND_HDSP_MODULE 1
6793  EOF  _ACEOF
6794    
6795                  ;;                  ;;
6796          trident)          trident)
6797                  CONFIG_SND_TRIDENT="m"                  CONFIG_SND_TRIDENT="m"
6798                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6799  #define CONFIG_SND_TRIDENT_MODULE 1  #define CONFIG_SND_TRIDENT_MODULE 1
6800  EOF  _ACEOF
6801    
6802                  ;;                  ;;
6803          vx222)          vx222)
6804                  CONFIG_SND_VX222="m"                  CONFIG_SND_VX222="m"
6805                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6806  #define CONFIG_SND_VX222_MODULE 1  #define CONFIG_SND_VX222_MODULE 1
6807  EOF  _ACEOF
6808    
6809                  ;;                  ;;
6810          ymfpci)          ymfpci)
6811                  CONFIG_SND_YMFPCI="m"                  CONFIG_SND_YMFPCI="m"
6812                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6813  #define CONFIG_SND_YMFPCI_MODULE 1  #define CONFIG_SND_YMFPCI_MODULE 1
6814  EOF  _ACEOF
6815    
6816                  ;;                  ;;
6817          powermac)          powermac)
6818                  CONFIG_SND_POWERMAC="m"                  CONFIG_SND_POWERMAC="m"
6819                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6820  #define CONFIG_SND_POWERMAC_MODULE 1  #define CONFIG_SND_POWERMAC_MODULE 1
6821  EOF  _ACEOF
6822    
6823                  ;;                  ;;
6824          sa11xx-uda1341)          sa11xx-uda1341)
6825                  CONFIG_SND_SA11XX_UDA1341="m"                  CONFIG_SND_SA11XX_UDA1341="m"
6826                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6827  #define CONFIG_SND_SA11XX_UDA1341_MODULE 1  #define CONFIG_SND_SA11XX_UDA1341_MODULE 1
6828  EOF  _ACEOF
6829    
6830                  ;;                  ;;
6831          usb-audio)          usb-audio)
6832                  CONFIG_SND_USB_AUDIO="m"                  CONFIG_SND_USB_AUDIO="m"
6833                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6834  #define CONFIG_SND_USB_AUDIO_MODULE 1  #define CONFIG_SND_USB_AUDIO_MODULE 1
6835  EOF  _ACEOF
6836    
6837                  ;;                  ;;
6838          harmony)          harmony)
6839                  CONFIG_SND_HARMONY="m"                  CONFIG_SND_HARMONY="m"
6840                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6841  #define CONFIG_SND_HARMONY_MODULE 1  #define CONFIG_SND_HARMONY_MODULE 1
6842  EOF  _ACEOF
6843    
6844                  ;;                  ;;
6845          vxpocket)          vxpocket)
6846                  CONFIG_SND_VXPOCKET="m"                  CONFIG_SND_VXPOCKET="m"
6847                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6848  #define CONFIG_SND_VXPOCKET_MODULE 1  #define CONFIG_SND_VXPOCKET_MODULE 1
6849  EOF  _ACEOF
6850    
6851                  ;;                  ;;
6852          vxp440)          vxp440)
6853                  CONFIG_SND_VXP440="m"                  CONFIG_SND_VXP440="m"
6854                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6855  #define CONFIG_SND_VXP440_MODULE 1  #define CONFIG_SND_VXP440_MODULE 1
6856  EOF  _ACEOF
6857    
6858                  ;;                  ;;
6859          serialmidi)          serialmidi)
6860                  CONFIG_SND_SERIALMIDI="m"                  CONFIG_SND_SERIALMIDI="m"
6861                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6862  #define CONFIG_SND_SERIALMIDI_MODULE 1  #define CONFIG_SND_SERIALMIDI_MODULE 1
6863  EOF  _ACEOF
   
                 ;;  
         azt3328)  
                 CONFIG_SND_AZT3328="m"  
                 cat >>confdefs.h <<\EOF  
 #define CONFIG_SND_AZT3328_MODULE 1  
 EOF  
6864    
6865                  ;;                  ;;
6866          pdplus)          pdplus)
6867                  CONFIG_SND_PDPLUS="m"                  CONFIG_SND_PDPLUS="m"
6868                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6869  #define CONFIG_SND_PDPLUS_MODULE 1  #define CONFIG_SND_PDPLUS_MODULE 1
6870  EOF  _ACEOF
6871    
6872                    ;;
6873            mixart)
6874                    CONFIG_SND_MIXART="m"
6875                    cat >>confdefs.h <<\_ACEOF
6876    #define CONFIG_SND_MIXART_MODULE 1
6877    _ACEOF
6878    
6879                  ;;                  ;;
6880          msnd-pinnacle)          msnd-pinnacle)
6881                  CONFIG_SND_MSND_PINNACLE="m"                  CONFIG_SND_MSND_PINNACLE="m"
6882                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6883  #define CONFIG_SND_MSND_PINNACLE_MODULE 1  #define CONFIG_SND_MSND_PINNACLE_MODULE 1
6884  EOF  _ACEOF
6885    
6886                    ;;
6887            pdaudiocf)
6888                    CONFIG_SND_PDAUDIOCF="m"
6889                    cat >>confdefs.h <<\_ACEOF
6890    #define CONFIG_SND_PDAUDIOCF_MODULE 1
6891    _ACEOF
6892    
6893                  ;;                  ;;
6894          au8810)          au8810)
6895                  CONFIG_SND_AU8810="m"                  CONFIG_SND_AU8810="m"
6896                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6897  #define CONFIG_SND_AU8810_MODULE 1  #define CONFIG_SND_AU8810_MODULE 1
6898  EOF  _ACEOF
6899    
6900                  ;;                  ;;
6901          au8820)          au8820)
6902                  CONFIG_SND_AU8820="m"                  CONFIG_SND_AU8820="m"
6903                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6904  #define CONFIG_SND_AU8820_MODULE 1  #define CONFIG_SND_AU8820_MODULE 1
6905  EOF  _ACEOF
6906    
6907                  ;;                  ;;
6908          au8830)          au8830)
6909                  CONFIG_SND_AU8830="m"                  CONFIG_SND_AU8830="m"
6910                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\_ACEOF
6911  #define CONFIG_SND_AU8830_MODULE 1  #define CONFIG_SND_AU8830_MODULE 1
6912  EOF  _ACEOF
6913    
6914                  ;;                  ;;
6915          *)          *)
# Line 5986  EOF Line 6918  EOF
6918                  ;;                  ;;
6919      esac      esac
6920    done    done
6921    echo "$as_me:5944: result: $cards" >&5    echo "$as_me:$LINENO: result: $cards" >&5
6922  echo "${ECHO_T}$cards" >&6  echo "${ECHO_T}$cards" >&6
6923  fi  fi
6924    
6925    
6926    
6927    
6928    
6929    
6930    
6931    
6932    
6933    
6934    
6935    
6936    
6937    
6938    
6939    
6940    
6941    
6942    
6943    
6944    
6945    
6946    
6947    
6948    
6949    
6950    
6951    
6952    
6953    
6954    
6955    
6956    
6957    
6958    
6959    
6960    
6961    
6962    
6963    
6964    
6965    
6966    
6967    
6968    
6969    
6970    
6971    
6972    
6973    
6974    
6975    
6976    
6977    
6978    
6979    
6980    
6981    
6982    
6983    
6984    
6985    
6986    
6987    
6988    
6989    
6990    
6991    
6992    
6993    
6994    
6995    
6996    
6997    
6998    
6999    
7000  c_opts="$c_opts -DLINUX"  c_opts="$c_opts -DLINUX"
7001  m_opts=""  m_opts=""
7002  if test -r /etc/asound/make_opts; then  if test -r /etc/asound/make_opts; then
7003    m_opts="$m_opts `cat /etc/asound/make_opts`"    m_opts="$m_opts `cat /etc/asound/make_opts`"
7004  fi  fi
7005    
7006  ac_config_files="$ac_config_files version Makefile.conf snddevices utils/alsa-driver.spec utils/buildrpm toplevel.config"  
7007    
7008    
7009    
7010                                                                ac_config_files="$ac_config_files version Makefile.conf snddevices utils/alsa-driver.spec utils/buildrpm toplevel.config"
7011  cat >confcache <<\_ACEOF  cat >confcache <<\_ACEOF
7012  # This file is a shell script that caches the results of configure  # This file is a shell script that caches the results of configure
7013  # tests run on this system so they can be shared between configure  # tests run on this system so they can be shared between configure
# Line 6007  cat >confcache <<\_ACEOF Line 7018  cat >confcache <<\_ACEOF
7018  # config.status only pays attention to the cache file if you give it  # config.status only pays attention to the cache file if you give it
7019  # the --recheck option to rerun configure.  # the --recheck option to rerun configure.
7020  #  #
7021  # `ac_cv_env_foo' variables (set or unset) will be overriden when  # `ac_cv_env_foo' variables (set or unset) will be overridden when
7022  # loading this file, other *unset* `ac_cv_foo' will be assigned the  # loading this file, other *unset* `ac_cv_foo' will be assigned the
7023  # following values.  # following values.
7024    
# Line 6042  _ACEOF Line 7053  _ACEOF
7053       t end       t end
7054       /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/       /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
7055       : end' >>confcache       : end' >>confcache
7056  if cmp -s $cache_file confcache; then :; else  if diff $cache_file confcache >/dev/null 2>&1; then :; else
7057    if test -w $cache_file; then    if test -w $cache_file; then
7058      test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"      test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
7059      cat confcache >$cache_file      cat confcache >$cache_file
# Line 6073  fi Line 7084  fi
7084    
7085  DEFS=-DHAVE_CONFIG_H  DEFS=-DHAVE_CONFIG_H
7086    
7087    ac_libobjs=
7088    ac_ltlibobjs=
7089    for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
7090      # 1. Remove the extension, and $U if already installed.
7091      ac_i=`echo "$ac_i" |
7092             sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
7093      # 2. Add them.
7094      ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
7095      ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
7096    done
7097    LIBOBJS=$ac_libobjs
7098    
7099    LTLIBOBJS=$ac_ltlibobjs
7100    
7101    
7102    
7103  : ${CONFIG_STATUS=./config.status}  : ${CONFIG_STATUS=./config.status}
7104  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
7105  ac_clean_files="$ac_clean_files $CONFIG_STATUS"  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
7106  { echo "$as_me:6034: creating $CONFIG_STATUS" >&5  { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
7107  echo "$as_me: creating $CONFIG_STATUS" >&6;}  echo "$as_me: creating $CONFIG_STATUS" >&6;}
7108  cat >$CONFIG_STATUS <<_ACEOF  cat >$CONFIG_STATUS <<_ACEOF
7109  #! $SHELL  #! $SHELL
7110  # Generated automatically by configure.  # Generated by $as_me.
7111  # Run this file to recreate the current configuration.  # Run this file to recreate the current configuration.
7112  # Compiler output produced by configure, useful for debugging  # Compiler output produced by configure, useful for debugging
7113  # configure, is in config.log if it exists.  # configure, is in config.log if it exists.
7114    
7115  debug=false  debug=false
7116    ac_cs_recheck=false
7117    ac_cs_silent=false
7118  SHELL=\${CONFIG_SHELL-$SHELL}  SHELL=\${CONFIG_SHELL-$SHELL}
 ac_cs_invocation="\$0 \$@"  
   
7119  _ACEOF  _ACEOF
7120    
7121  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF
7122    ## --------------------- ##
7123    ## M4sh Initialization.  ##
7124    ## --------------------- ##
7125    
7126  # Be Bourne compatible  # Be Bourne compatible
7127  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
7128    emulate sh    emulate sh
7129    NULLCMD=:    NULLCMD=:
7130      # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
7131      # is contrary to our usage.  Disable this feature.
7132      alias -g '${1+"$@"}'='"$@"'
7133  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
7134    set -o posix    set -o posix
7135  fi  fi
7136    
7137    # Support unset when possible.
7138    if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
7139      as_unset=unset
7140    else
7141      as_unset=false
7142    fi
7143    
7144    
7145    # Work around bugs in pre-3.0 UWIN ksh.
7146    $as_unset ENV MAIL MAILPATH
7147    PS1='$ '
7148    PS2='> '
7149    PS4='+ '
7150    
7151    # NLS nuisances.
7152    for as_var in \
7153      LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
7154      LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
7155      LC_TELEPHONE LC_TIME
7156    do
7157      if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
7158        eval $as_var=C; export $as_var
7159      else
7160        $as_unset $as_var
7161      fi
7162    done
7163    
7164    # Required to use basename.
7165    if expr a : '\(a\)' >/dev/null 2>&1; then
7166      as_expr=expr
7167    else
7168      as_expr=false
7169    fi
7170    
7171    if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
7172      as_basename=basename
7173    else
7174      as_basename=false
7175    fi
7176    
7177    
7178  # Name of the executable.  # Name of the executable.
7179  as_me=`echo "$0" |sed 's,.*[\\/],,'`  as_me=`$as_basename "$0" ||
7180    $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
7181             X"$0" : 'X\(//\)$' \| \
7182             X"$0" : 'X\(/\)$' \| \
7183             .     : '\(.\)' 2>/dev/null ||
7184    echo X/"$0" |
7185        sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
7186              /^X\/\(\/\/\)$/{ s//\1/; q; }
7187              /^X\/\(\/\).*/{ s//\1/; q; }
7188              s/.*/./; q'`
7189    
7190    
7191    # PATH needs CR, and LINENO needs CR and PATH.
7192    # Avoid depending upon Character Ranges.
7193    as_cr_letters='abcdefghijklmnopqrstuvwxyz'
7194    as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
7195    as_cr_Letters=$as_cr_letters$as_cr_LETTERS
7196    as_cr_digits='0123456789'
7197    as_cr_alnum=$as_cr_Letters$as_cr_digits
7198    
7199    # The user is always right.
7200    if test "${PATH_SEPARATOR+set}" != set; then
7201      echo "#! /bin/sh" >conf$$.sh
7202      echo  "exit 0"   >>conf$$.sh
7203      chmod +x conf$$.sh
7204      if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
7205        PATH_SEPARATOR=';'
7206      else
7207        PATH_SEPARATOR=:
7208      fi
7209      rm -f conf$$.sh
7210    fi
7211    
7212    
7213      as_lineno_1=$LINENO
7214      as_lineno_2=$LINENO
7215      as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
7216      test "x$as_lineno_1" != "x$as_lineno_2" &&
7217      test "x$as_lineno_3"  = "x$as_lineno_2"  || {
7218      # Find who we are.  Look in the path if we contain no path at all
7219      # relative or not.
7220      case $0 in
7221        *[\\/]* ) as_myself=$0 ;;
7222        *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7223    for as_dir in $PATH
7224    do
7225      IFS=$as_save_IFS
7226      test -z "$as_dir" && as_dir=.
7227      test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
7228    done
7229    
7230           ;;
7231      esac
7232      # We did not find ourselves, most probably we were run as `sh COMMAND'
7233      # in which case we are not to be found in the path.
7234      if test "x$as_myself" = x; then
7235        as_myself=$0
7236      fi
7237      if test ! -f "$as_myself"; then
7238        { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
7239    echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
7240       { (exit 1); exit 1; }; }
7241      fi
7242      case $CONFIG_SHELL in
7243      '')
7244        as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7245    for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
7246    do
7247      IFS=$as_save_IFS
7248      test -z "$as_dir" && as_dir=.
7249      for as_base in sh bash ksh sh5; do
7250             case $as_dir in
7251             /*)
7252               if ("$as_dir/$as_base" -c '
7253      as_lineno_1=$LINENO
7254      as_lineno_2=$LINENO
7255      as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
7256      test "x$as_lineno_1" != "x$as_lineno_2" &&
7257      test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
7258                 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
7259                 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
7260                 CONFIG_SHELL=$as_dir/$as_base
7261                 export CONFIG_SHELL
7262                 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
7263               fi;;
7264             esac
7265           done
7266    done
7267    ;;
7268      esac
7269    
7270      # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
7271      # uniformly replaced by the line number.  The first 'sed' inserts a
7272      # line-number line before each line; the second 'sed' does the real
7273      # work.  The second script uses 'N' to pair each line-number line
7274      # with the numbered line, and appends trailing '-' during
7275      # substitution so that $LINENO is not a special case at line end.
7276      # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
7277      # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
7278      sed '=' <$as_myself |
7279        sed '
7280          N
7281          s,$,-,
7282          : loop
7283          s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
7284          t loop
7285          s,-$,,
7286          s,^['$as_cr_digits']*\n,,
7287        ' >$as_me.lineno &&
7288      chmod +x $as_me.lineno ||
7289        { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
7290    echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
7291       { (exit 1); exit 1; }; }
7292    
7293      # Don't try to exec as it changes $[0], causing all sort of problems
7294      # (the dirname of $[0] is not the place where we might find the
7295      # original and so on.  Autoconf is especially sensible to this).
7296      . ./$as_me.lineno
7297      # Exit status is that of the last command.
7298      exit
7299    }
7300    
7301    
7302    case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
7303      *c*,-n*) ECHO_N= ECHO_C='
7304    ' ECHO_T='      ' ;;
7305      *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
7306      *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
7307    esac
7308    
7309  if expr a : '\(a\)' >/dev/null 2>&1; then  if expr a : '\(a\)' >/dev/null 2>&1; then
7310    as_expr=expr    as_expr=expr
# Line 6127  else Line 7330  else
7330  fi  fi
7331  rm -f conf$$ conf$$.exe conf$$.file  rm -f conf$$ conf$$.exe conf$$.file
7332    
7333  as_executable_p="test -f"  if mkdir -p . 2>/dev/null; then
7334      as_mkdir_p=:
 # Support unset when possible.  
 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then  
   as_unset=unset  
7335  else  else
7336    as_unset=false    as_mkdir_p=false
7337  fi  fi
7338    
7339  # NLS nuisances.  as_executable_p="test -f"
7340  $as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }  
7341  $as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }  # Sed expression to map a string onto a valid CPP name.
7342  $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }  as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
7343  $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }  
7344  $as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }  # Sed expression to map a string onto a valid variable name.
7345  $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }  as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
7346  $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }  
 $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }  
7347    
7348  # IFS  # IFS
7349  # We need space, tab and new line, in precisely that order.  # We need space, tab and new line, in precisely that order.
# Line 6153  as_nl=' Line 7352  as_nl='
7352  IFS="   $as_nl"  IFS="   $as_nl"
7353    
7354  # CDPATH.  # CDPATH.
7355  $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }  $as_unset CDPATH
7356    
7357  exec 6>&1  exec 6>&1
7358    
7359    # Open the log real soon, to keep \$[0] and so on meaningful, and to
7360    # report actual input values of CONFIG_FILES etc. instead of their
7361    # values after options handling.  Logging --version etc. is OK.
7362    exec 5>>config.log
7363    {
7364      echo
7365      sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
7366    ## Running $as_me. ##
7367    _ASBOX
7368    } >&5
7369    cat >&5 <<_CSEOF
7370    
7371    This file was extended by $as_me, which was
7372    generated by GNU Autoconf 2.57.  Invocation command line was
7373    
7374      CONFIG_FILES    = $CONFIG_FILES
7375      CONFIG_HEADERS  = $CONFIG_HEADERS
7376      CONFIG_LINKS    = $CONFIG_LINKS
7377      CONFIG_COMMANDS = $CONFIG_COMMANDS
7378      $ $0 $@
7379    
7380    _CSEOF
7381    echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
7382    echo >&5
7383  _ACEOF  _ACEOF
7384    
7385  # Files that config.status was made for.  # Files that config.status was made for.
# Line 6176  if test -n "$ac_config_commands"; then Line 7399  if test -n "$ac_config_commands"; then
7399    echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS    echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
7400  fi  fi
7401    
7402  cat >>$CONFIG_STATUS <<\EOF  cat >>$CONFIG_STATUS <<\_ACEOF
7403    
7404  ac_cs_usage="\  ac_cs_usage="\
7405  \`$as_me' instantiates files from templates according to the  \`$as_me' instantiates files from templates according to the
# Line 6186  Usage: $0 [OPTIONS] [FILE]... Line 7409  Usage: $0 [OPTIONS] [FILE]...
7409    
7410    -h, --help       print this help, then exit    -h, --help       print this help, then exit
7411    -V, --version    print version number, then exit    -V, --version    print version number, then exit
7412      -q, --quiet      do not print progress messages
7413    -d, --debug      don't remove temporary files    -d, --debug      don't remove temporary files
7414        --recheck    update $as_me by reconfiguring in the same conditions        --recheck    update $as_me by reconfiguring in the same conditions
7415    --file=FILE[:TEMPLATE]    --file=FILE[:TEMPLATE]
# Line 6200  Configuration headers: Line 7424  Configuration headers:
7424  $config_headers  $config_headers
7425    
7426  Report bugs to <bug-autoconf@gnu.org>."  Report bugs to <bug-autoconf@gnu.org>."
7427  EOF  _ACEOF
7428    
7429  cat >>$CONFIG_STATUS <<EOF  cat >>$CONFIG_STATUS <<_ACEOF
7430  ac_cs_version="\\  ac_cs_version="\\
7431  config.status  config.status
7432  configured by $0, generated by GNU Autoconf 2.52,  configured by $0, generated by GNU Autoconf 2.57,
7433    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
7434    
7435  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
# Line 6214  This config.status script is free softwa Line 7438  This config.status script is free softwa
7438  gives unlimited permission to copy, distribute and modify it."  gives unlimited permission to copy, distribute and modify it."
7439  srcdir=$srcdir  srcdir=$srcdir
7440  INSTALL="$INSTALL"  INSTALL="$INSTALL"
7441  EOF  _ACEOF
7442    
7443  cat >>$CONFIG_STATUS <<\EOF  cat >>$CONFIG_STATUS <<\_ACEOF
7444  # If no file are specified by the user, then we need to provide default  # If no file are specified by the user, then we need to provide default
7445  # value.  By we need to know if files were specified by the user.  # value.  By we need to know if files were specified by the user.
7446  ac_need_defaults=:  ac_need_defaults=:
# Line 6226  do Line 7450  do
7450    --*=*)    --*=*)
7451      ac_option=`expr "x$1" : 'x\([^=]*\)='`      ac_option=`expr "x$1" : 'x\([^=]*\)='`
7452      ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`      ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
7453      shift      ac_shift=:
7454      set dummy "$ac_option" "$ac_optarg" ${1+"$@"}      ;;
7455      shift    -*)
7456        ac_option=$1
7457        ac_optarg=$2
7458        ac_shift=shift
7459      ;;      ;;
   -*);;  
7460    *) # This is not an option, so the user has probably given explicit    *) # This is not an option, so the user has probably given explicit
7461       # arguments.       # arguments.
7462         ac_option=$1
7463       ac_need_defaults=false;;       ac_need_defaults=false;;
7464    esac    esac
7465    
7466    case $1 in    case $ac_option in
7467    # Handling of the options.    # Handling of the options.
7468  EOF  _ACEOF
7469  cat >>$CONFIG_STATUS <<EOF  cat >>$CONFIG_STATUS <<\_ACEOF
7470    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
7471      echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"      ac_cs_recheck=: ;;
     exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;  
 EOF  
 cat >>$CONFIG_STATUS <<\EOF  
7472    --version | --vers* | -V )    --version | --vers* | -V )
7473      echo "$ac_cs_version"; exit 0 ;;      echo "$ac_cs_version"; exit 0 ;;
7474    --he | --h)    --he | --h)
7475      # Conflict between --help and --header      # Conflict between --help and --header
7476      { { echo "$as_me:6207: error: ambiguous option: $1      { { echo "$as_me:$LINENO: error: ambiguous option: $1
7477  Try \`$0 --help' for more information." >&5  Try \`$0 --help' for more information." >&5
7478  echo "$as_me: error: ambiguous option: $1  echo "$as_me: error: ambiguous option: $1
7479  Try \`$0 --help' for more information." >&2;}  Try \`$0 --help' for more information." >&2;}
# Line 6259  Try \`$0 --help' for more information." Line 7483  Try \`$0 --help' for more information."
7483    --debug | --d* | -d )    --debug | --d* | -d )
7484      debug=: ;;      debug=: ;;
7485    --file | --fil | --fi | --f )    --file | --fil | --fi | --f )
7486      shift      $ac_shift
7487      CONFIG_FILES="$CONFIG_FILES $1"      CONFIG_FILES="$CONFIG_FILES $ac_optarg"
7488      ac_need_defaults=false;;      ac_need_defaults=false;;
7489    --header | --heade | --head | --hea )    --header | --heade | --head | --hea )
7490      shift      $ac_shift
7491      CONFIG_HEADERS="$CONFIG_HEADERS $1"      CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
7492      ac_need_defaults=false;;      ac_need_defaults=false;;
7493      -q | -quiet | --quiet | --quie | --qui | --qu | --q \
7494      | -silent | --silent | --silen | --sile | --sil | --si | --s)
7495        ac_cs_silent=: ;;
7496    
7497    # This is an error.    # This is an error.
7498    -*) { { echo "$as_me:6226: error: unrecognized option: $1    -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
7499  Try \`$0 --help' for more information." >&5  Try \`$0 --help' for more information." >&5
7500  echo "$as_me: error: unrecognized option: $1  echo "$as_me: error: unrecognized option: $1
7501  Try \`$0 --help' for more information." >&2;}  Try \`$0 --help' for more information." >&2;}
# Line 6280  Try \`$0 --help' for more information." Line 7507  Try \`$0 --help' for more information."
7507    shift    shift
7508  done  done
7509    
7510  exec 5>>config.log  ac_configure_extra_args=
 cat >&5 << _ACEOF  
7511    
7512  ## ----------------------- ##  if $ac_cs_silent; then
7513  ## Running config.status.  ##    exec 6>/dev/null
7514  ## ----------------------- ##    ac_configure_extra_args="$ac_configure_extra_args --silent"
7515    fi
7516    
7517  This file was extended by $as_me 2.52, executed with  _ACEOF
7518    CONFIG_FILES    = $CONFIG_FILES  cat >>$CONFIG_STATUS <<_ACEOF
7519    CONFIG_HEADERS  = $CONFIG_HEADERS  if \$ac_cs_recheck; then
7520    CONFIG_LINKS    = $CONFIG_LINKS    echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
7521    CONFIG_COMMANDS = $CONFIG_COMMANDS    exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
7522    > $ac_cs_invocation  fi
 on `(hostname || uname -n) 2>/dev/null | sed 1q`  
7523    
7524  _ACEOF  _ACEOF
 EOF  
7525    
7526  cat >>$CONFIG_STATUS <<\EOF  
7527    
7528    
7529    
7530    cat >>$CONFIG_STATUS <<\_ACEOF
7531  for ac_config_target in $ac_config_targets  for ac_config_target in $ac_config_targets
7532  do  do
7533    case "$ac_config_target" in    case "$ac_config_target" in
# Line 6312  do Line 7541  do
7541    "include/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;    "include/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
7542    "include/config1.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/config1.h" ;;    "include/config1.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/config1.h" ;;
7543    "include/version.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/version.h" ;;    "include/version.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/version.h" ;;
7544    *) { { echo "$as_me:6270: error: invalid argument: $ac_config_target" >&5    *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
7545  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
7546     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
7547    esac    esac
# Line 6327  if $ac_need_defaults; then Line 7556  if $ac_need_defaults; then
7556    test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers    test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
7557  fi  fi
7558    
7559    # Have a temporary directory for convenience.  Make it in the build tree
7560    # simply because there is no reason to put it here, and in addition,
7561    # creating and moving files from /tmp can sometimes cause problems.
7562  # Create a temporary directory, and hook for its removal unless debugging.  # Create a temporary directory, and hook for its removal unless debugging.
7563  $debug ||  $debug ||
7564  {  {
# Line 6335  $debug || Line 7567  $debug ||
7567  }  }
7568    
7569  # Create a (secure) tmp directory for tmp files.  # Create a (secure) tmp directory for tmp files.
7570  : ${TMPDIR=/tmp}  
7571  {  {
7572    tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&    tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
7573    test -n "$tmp" && test -d "$tmp"    test -n "$tmp" && test -d "$tmp"
7574  }  ||  }  ||
7575  {  {
7576    tmp=$TMPDIR/cs$$-$RANDOM    tmp=./confstat$$-$RANDOM
7577    (umask 077 && mkdir $tmp)    (umask 077 && mkdir $tmp)
7578  } ||  } ||
7579  {  {
7580     echo "$me: cannot create a temporary directory in $TMPDIR" >&2     echo "$me: cannot create a temporary directory in ." >&2
7581     { (exit 1); exit 1; }     { (exit 1); exit 1; }
7582  }  }
7583    
7584  EOF  _ACEOF
7585    
7586  cat >>$CONFIG_STATUS <<EOF  cat >>$CONFIG_STATUS <<_ACEOF
7587    
7588  #  #
7589  # CONFIG_FILES section.  # CONFIG_FILES section.
# Line 6364  if test -n "\$CONFIG_FILES"; then Line 7596  if test -n "\$CONFIG_FILES"; then
7596    sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;    sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
7597     s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF     s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
7598  s,@SHELL@,$SHELL,;t t  s,@SHELL@,$SHELL,;t t
7599    s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
7600    s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
7601    s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
7602    s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
7603    s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
7604    s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
7605  s,@exec_prefix@,$exec_prefix,;t t  s,@exec_prefix@,$exec_prefix,;t t
7606  s,@prefix@,$prefix,;t t  s,@prefix@,$prefix,;t t
7607  s,@program_transform_name@,$program_transform_name,;t t  s,@program_transform_name@,$program_transform_name,;t t
# Line 6379  s,@includedir@,$includedir,;t t Line 7617  s,@includedir@,$includedir,;t t
7617  s,@oldincludedir@,$oldincludedir,;t t  s,@oldincludedir@,$oldincludedir,;t t
7618  s,@infodir@,$infodir,;t t  s,@infodir@,$infodir,;t t
7619  s,@mandir@,$mandir,;t t  s,@mandir@,$mandir,;t t
 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t  
 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t  
 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t  
 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t  
 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t  
7620  s,@build_alias@,$build_alias,;t t  s,@build_alias@,$build_alias,;t t
7621  s,@host_alias@,$host_alias,;t t  s,@host_alias@,$host_alias,;t t
7622  s,@target_alias@,$target_alias,;t t  s,@target_alias@,$target_alias,;t t
7623    s,@DEFS@,$DEFS,;t t
7624  s,@ECHO_C@,$ECHO_C,;t t  s,@ECHO_C@,$ECHO_C,;t t
7625  s,@ECHO_N@,$ECHO_N,;t t  s,@ECHO_N@,$ECHO_N,;t t
7626  s,@ECHO_T@,$ECHO_T,;t t  s,@ECHO_T@,$ECHO_T,;t t
 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t  
 s,@DEFS@,$DEFS,;t t  
7627  s,@LIBS@,$LIBS,;t t  s,@LIBS@,$LIBS,;t t
7628  s,@CC@,$CC,;t t  s,@CC@,$CC,;t t
7629  s,@CFLAGS@,$CFLAGS,;t t  s,@CFLAGS@,$CFLAGS,;t t
# Line 6408  s,@INSTALL_DATA@,$INSTALL_DATA,;t t Line 7640  s,@INSTALL_DATA@,$INSTALL_DATA,;t t
7640  s,@AR@,$AR,;t t  s,@AR@,$AR,;t t
7641  s,@AS@,$AS,;t t  s,@AS@,$AS,;t t
7642  s,@CPP@,$CPP,;t t  s,@CPP@,$CPP,;t t
7643    s,@EGREP@,$EGREP,;t t
7644  s,@SRCDIR@,$SRCDIR,;t t  s,@SRCDIR@,$SRCDIR,;t t
7645  s,@CROSS_COMPILE@,$CROSS_COMPILE,;t t  s,@CROSS_COMPILE@,$CROSS_COMPILE,;t t
7646  s,@CONFIG_SND_KERNELDIR@,$CONFIG_SND_KERNELDIR,;t t  s,@CONFIG_SND_KERNELDIR@,$CONFIG_SND_KERNELDIR,;t t
# Line 6479  s,@CONFIG_SND_SBAWE@,$CONFIG_SND_SBAWE,; Line 7712  s,@CONFIG_SND_SBAWE@,$CONFIG_SND_SBAWE,;
7712  s,@CONFIG_SND_ES968@,$CONFIG_SND_ES968,;t t  s,@CONFIG_SND_ES968@,$CONFIG_SND_ES968,;t t
7713  s,@CONFIG_SND_WAVEFRONT@,$CONFIG_SND_WAVEFRONT,;t t  s,@CONFIG_SND_WAVEFRONT@,$CONFIG_SND_WAVEFRONT,;t t
7714  s,@CONFIG_SND_ALS4000@,$CONFIG_SND_ALS4000,;t t  s,@CONFIG_SND_ALS4000@,$CONFIG_SND_ALS4000,;t t
7715    s,@CONFIG_SND_AZT3328@,$CONFIG_SND_AZT3328,;t t
7716  s,@CONFIG_SND_CMIPCI@,$CONFIG_SND_CMIPCI,;t t  s,@CONFIG_SND_CMIPCI@,$CONFIG_SND_CMIPCI,;t t
7717  s,@CONFIG_SND_CS4281@,$CONFIG_SND_CS4281,;t t  s,@CONFIG_SND_CS4281@,$CONFIG_SND_CS4281,;t t
7718  s,@CONFIG_SND_ENS1370@,$CONFIG_SND_ENS1370,;t t  s,@CONFIG_SND_ENS1370@,$CONFIG_SND_ENS1370,;t t
# Line 6511  s,@CONFIG_SND_HARMONY@,$CONFIG_SND_HARMO Line 7745  s,@CONFIG_SND_HARMONY@,$CONFIG_SND_HARMO
7745  s,@CONFIG_SND_VXPOCKET@,$CONFIG_SND_VXPOCKET,;t t  s,@CONFIG_SND_VXPOCKET@,$CONFIG_SND_VXPOCKET,;t t
7746  s,@CONFIG_SND_VXP440@,$CONFIG_SND_VXP440,;t t  s,@CONFIG_SND_VXP440@,$CONFIG_SND_VXP440,;t t
7747  s,@CONFIG_SND_SERIALMIDI@,$CONFIG_SND_SERIALMIDI,;t t  s,@CONFIG_SND_SERIALMIDI@,$CONFIG_SND_SERIALMIDI,;t t
 s,@CONFIG_SND_AZT3328@,$CONFIG_SND_AZT3328,;t t  
7748  s,@CONFIG_SND_PDPLUS@,$CONFIG_SND_PDPLUS,;t t  s,@CONFIG_SND_PDPLUS@,$CONFIG_SND_PDPLUS,;t t
7749    s,@CONFIG_SND_MIXART@,$CONFIG_SND_MIXART,;t t
7750  s,@CONFIG_SND_MSND_PINNACLE@,$CONFIG_SND_MSND_PINNACLE,;t t  s,@CONFIG_SND_MSND_PINNACLE@,$CONFIG_SND_MSND_PINNACLE,;t t
7751    s,@CONFIG_SND_PDAUDIOCF@,$CONFIG_SND_PDAUDIOCF,;t t
7752  s,@CONFIG_SND_AU8810@,$CONFIG_SND_AU8810,;t t  s,@CONFIG_SND_AU8810@,$CONFIG_SND_AU8810,;t t
7753  s,@CONFIG_SND_AU8820@,$CONFIG_SND_AU8820,;t t  s,@CONFIG_SND_AU8820@,$CONFIG_SND_AU8820,;t t
7754  s,@CONFIG_SND_AU8830@,$CONFIG_SND_AU8830,;t t  s,@CONFIG_SND_AU8830@,$CONFIG_SND_AU8830,;t t
# Line 6521  s,@c_opts@,$c_opts,;t t Line 7756  s,@c_opts@,$c_opts,;t t
7756  s,@m_opts@,$m_opts,;t t  s,@m_opts@,$m_opts,;t t
7757  s,@GENKSYMS@,$GENKSYMS,;t t  s,@GENKSYMS@,$GENKSYMS,;t t
7758  s,@EXTRA_INCLUDES@,$EXTRA_INCLUDES,;t t  s,@EXTRA_INCLUDES@,$EXTRA_INCLUDES,;t t
7759    s,@LIBOBJS@,$LIBOBJS,;t t
7760    s,@LTLIBOBJS@,$LTLIBOBJS,;t t
7761  CEOF  CEOF
7762    
7763  EOF  _ACEOF
7764    
7765    cat >>$CONFIG_STATUS <<\EOF    cat >>$CONFIG_STATUS <<\_ACEOF
7766    # Split the substitutions into bite-sized pieces for seds with    # Split the substitutions into bite-sized pieces for seds with
7767    # small command number limits, like on Digital OSF/1 and HP-UX.    # small command number limits, like on Digital OSF/1 and HP-UX.
7768    ac_max_sed_lines=48    ac_max_sed_lines=48
# Line 6564  EOF Line 7801  EOF
7801    fi    fi
7802  fi # test -n "$CONFIG_FILES"  fi # test -n "$CONFIG_FILES"
7803    
7804  EOF  _ACEOF
7805  cat >>$CONFIG_STATUS <<\EOF  cat >>$CONFIG_STATUS <<\_ACEOF
7806  for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue  for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
7807    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7808    case $ac_file in    case $ac_file in
# Line 6579  for ac_file in : $CONFIG_FILES; do test Line 7816  for ac_file in : $CONFIG_FILES; do test
7816    esac    esac
7817    
7818    # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.    # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
7819    ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \    ac_dir=`(dirname "$ac_file") 2>/dev/null ||
7820    $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7821           X"$ac_file" : 'X\(//\)[^/]' \| \           X"$ac_file" : 'X\(//\)[^/]' \| \
7822           X"$ac_file" : 'X\(//\)$' \| \           X"$ac_file" : 'X\(//\)$' \| \
7823           X"$ac_file" : 'X\(/\)' \| \           X"$ac_file" : 'X\(/\)' \| \
# Line 6590  echo X"$ac_file" | Line 7828  echo X"$ac_file" |
7828            /^X\(\/\/\)$/{ s//\1/; q; }            /^X\(\/\/\)$/{ s//\1/; q; }
7829            /^X\(\/\).*/{ s//\1/; q; }            /^X\(\/\).*/{ s//\1/; q; }
7830            s/.*/./; q'`            s/.*/./; q'`
7831    if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then    { if $as_mkdir_p; then
7832      { case "$ac_dir" in      mkdir -p "$ac_dir"
   [\\/]* | ?:[\\/]* ) as_incr_dir=;;  
   *)                      as_incr_dir=.;;  
 esac  
 as_dummy="$ac_dir"  
 for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do  
   case $as_mkdir_dir in  
     # Skip DOS drivespec  
     ?:) as_incr_dir=$as_mkdir_dir ;;  
     *)  
       as_incr_dir=$as_incr_dir/$as_mkdir_dir  
       test -d "$as_incr_dir" || mkdir "$as_incr_dir"  
     ;;  
   esac  
 done; }  
   
     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'`  
7833    else    else
7834      ac_dir_suffix= ac_dots=      as_dir="$ac_dir"
7835    fi      as_dirs=
7836        while test ! -d "$as_dir"; do
7837    case $srcdir in        as_dirs="$as_dir $as_dirs"
7838    .)  ac_srcdir=.        as_dir=`(dirname "$as_dir") 2>/dev/null ||
7839        if test -z "$ac_dots"; then  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7840           ac_top_srcdir=.           X"$as_dir" : 'X\(//\)[^/]' \| \
7841        else           X"$as_dir" : 'X\(//\)$' \| \
7842           ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`           X"$as_dir" : 'X\(/\)' \| \
7843        fi ;;           .     : '\(.\)' 2>/dev/null ||
7844    [\\/]* | ?:[\\/]* )  echo X"$as_dir" |
7845        ac_srcdir=$srcdir$ac_dir_suffix;      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7846        ac_top_srcdir=$srcdir ;;            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7847              /^X\(\/\/\)$/{ s//\1/; q; }
7848              /^X\(\/\).*/{ s//\1/; q; }
7849              s/.*/./; q'`
7850        done
7851        test ! -n "$as_dirs" || mkdir $as_dirs
7852      fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
7853    echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
7854       { (exit 1); exit 1; }; }; }
7855    
7856      ac_builddir=.
7857    
7858    if test "$ac_dir" != .; then
7859      ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
7860      # A "../" for each directory in $ac_dir_suffix.
7861      ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
7862    else
7863      ac_dir_suffix= ac_top_builddir=
7864    fi
7865    
7866    case $srcdir in
7867      .)  # No --srcdir option.  We are building in place.
7868        ac_srcdir=.
7869        if test -z "$ac_top_builddir"; then
7870           ac_top_srcdir=.
7871        else
7872           ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
7873        fi ;;
7874      [\\/]* | ?:[\\/]* )  # Absolute path.
7875        ac_srcdir=$srcdir$ac_dir_suffix;
7876        ac_top_srcdir=$srcdir ;;
7877    *) # Relative path.    *) # Relative path.
7878      ac_srcdir=$ac_dots$srcdir$ac_dir_suffix      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
7879      ac_top_srcdir=$ac_dots$srcdir ;;      ac_top_srcdir=$ac_top_builddir$srcdir ;;
7880    esac  esac
7881    # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
7882    # absolute.
7883    ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
7884    ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
7885    ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
7886    ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
7887    
7888    
7889    case $INSTALL in    case $INSTALL in
7890    [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;    [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
7891    *) ac_INSTALL=$ac_dots$INSTALL ;;    *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
7892    esac    esac
7893    
7894    if test x"$ac_file" != x-; then    if test x"$ac_file" != x-; then
7895      { echo "$as_me:6590: creating $ac_file" >&5      { echo "$as_me:$LINENO: creating $ac_file" >&5
7896  echo "$as_me: creating $ac_file" >&6;}  echo "$as_me: creating $ac_file" >&6;}
7897      rm -f "$ac_file"      rm -f "$ac_file"
7898    fi    fi
7899    # Let's still pretend it is `configure' which instantiates (i.e., don't    # Let's still pretend it is `configure' which instantiates (i.e., don't
7900    # use $as_me), people would be surprised to read:    # use $as_me), people would be surprised to read:
7901    #    /* config.h.  Generated automatically by config.status.  */    #    /* config.h.  Generated by config.status.  */
7902    configure_input="Generated automatically from `echo $ac_file_in |    if test x"$ac_file" = x-; then
7903                                                   sed 's,.*/,,'` by configure."      configure_input=
7904      else
7905        configure_input="$ac_file.  "
7906      fi
7907      configure_input=$configure_input"Generated from `echo $ac_file_in |
7908                                         sed 's,.*/,,'` by configure."
7909    
7910    # First look for the input files in the build tree, otherwise in the    # First look for the input files in the build tree, otherwise in the
7911    # src tree.    # src tree.
# Line 6653  echo "$as_me: creating $ac_file" >&6;} Line 7915  echo "$as_me: creating $ac_file" >&6;}
7915        -) echo $tmp/stdin ;;        -) echo $tmp/stdin ;;
7916        [\\/$]*)        [\\/$]*)
7917           # Absolute (can't be DOS-style, as IFS=:)           # Absolute (can't be DOS-style, as IFS=:)
7918           test -f "$f" || { { echo "$as_me:6608: error: cannot find input file: $f" >&5           test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7919  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
7920     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
7921           echo $f;;           echo $f;;
# Line 6666  echo "$as_me: error: cannot find input f Line 7928  echo "$as_me: error: cannot find input f
7928             echo $srcdir/$f             echo $srcdir/$f
7929           else           else
7930             # /dev/null tree             # /dev/null tree
7931             { { echo "$as_me:6621: error: cannot find input file: $f" >&5             { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7932  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
7933     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
7934           fi;;           fi;;
7935        esac        esac
7936      done` || { (exit 1); exit 1; }      done` || { (exit 1); exit 1; }
7937  EOF  _ACEOF
7938  cat >>$CONFIG_STATUS <<EOF  cat >>$CONFIG_STATUS <<_ACEOF
7939    sed "$ac_vpsub    sed "$ac_vpsub
7940  $extrasub  $extrasub
7941  EOF  _ACEOF
7942  cat >>$CONFIG_STATUS <<\EOF  cat >>$CONFIG_STATUS <<\_ACEOF
7943  :t  :t
7944  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
7945  s,@configure_input@,$configure_input,;t t  s,@configure_input@,$configure_input,;t t
7946  s,@srcdir@,$ac_srcdir,;t t  s,@srcdir@,$ac_srcdir,;t t
7947    s,@abs_srcdir@,$ac_abs_srcdir,;t t
7948  s,@top_srcdir@,$ac_top_srcdir,;t t  s,@top_srcdir@,$ac_top_srcdir,;t t
7949    s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
7950    s,@builddir@,$ac_builddir,;t t
7951    s,@abs_builddir@,$ac_abs_builddir,;t t
7952    s,@top_builddir@,$ac_top_builddir,;t t
7953    s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
7954  s,@INSTALL@,$ac_INSTALL,;t t  s,@INSTALL@,$ac_INSTALL,;t t
7955  " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out  " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
7956    rm -f $tmp/stdin    rm -f $tmp/stdin
# Line 6694  s,@INSTALL@,$ac_INSTALL,;t t Line 7962  s,@INSTALL@,$ac_INSTALL,;t t
7962    fi    fi
7963    
7964  done  done
7965  EOF  _ACEOF
7966  cat >>$CONFIG_STATUS <<\EOF  cat >>$CONFIG_STATUS <<\_ACEOF
7967    
7968  #  #
7969  # CONFIG_HEADER section.  # CONFIG_HEADER section.
# Line 6727  for ac_file in : $CONFIG_HEADERS; do tes Line 7995  for ac_file in : $CONFIG_HEADERS; do tes
7995    * )   ac_file_in=$ac_file.in ;;    * )   ac_file_in=$ac_file.in ;;
7996    esac    esac
7997    
7998    test x"$ac_file" != x- && { echo "$as_me:6682: creating $ac_file" >&5    test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
7999  echo "$as_me: creating $ac_file" >&6;}  echo "$as_me: creating $ac_file" >&6;}
8000    
8001    # First look for the input files in the build tree, otherwise in the    # First look for the input files in the build tree, otherwise in the
# Line 6738  echo "$as_me: creating $ac_file" >&6;} Line 8006  echo "$as_me: creating $ac_file" >&6;}
8006        -) echo $tmp/stdin ;;        -) echo $tmp/stdin ;;
8007        [\\/$]*)        [\\/$]*)
8008           # Absolute (can't be DOS-style, as IFS=:)           # Absolute (can't be DOS-style, as IFS=:)
8009           test -f "$f" || { { echo "$as_me:6693: error: cannot find input file: $f" >&5           test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8010  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
8011     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
8012           echo $f;;           echo $f;;
# Line 6751  echo "$as_me: error: cannot find input f Line 8019  echo "$as_me: error: cannot find input f
8019             echo $srcdir/$f             echo $srcdir/$f
8020           else           else
8021             # /dev/null tree             # /dev/null tree
8022             { { echo "$as_me:6706: error: cannot find input file: $f" >&5             { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8023  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
8024     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
8025           fi;;           fi;;
# Line 6760  echo "$as_me: error: cannot find input f Line 8028  echo "$as_me: error: cannot find input f
8028    # Remove the trailing spaces.    # Remove the trailing spaces.
8029    sed 's/[      ]*$//' $ac_file_inputs >$tmp/in    sed 's/[      ]*$//' $ac_file_inputs >$tmp/in
8030    
8031  EOF  _ACEOF
8032    
8033  # Transform confdefs.h into two sed scripts, `conftest.defines' and  # Transform confdefs.h into two sed scripts, `conftest.defines' and
8034  # `conftest.undefs', that substitutes the proper values into  # `conftest.undefs', that substitutes the proper values into
# Line 6776  rm -f conftest.defines conftest.undefs Line 8044  rm -f conftest.defines conftest.undefs
8044  # `end' is used to avoid that the second main sed command (meant for  # `end' is used to avoid that the second main sed command (meant for
8045  # 0-ary CPP macros) applies to n-ary macro definitions.  # 0-ary CPP macros) applies to n-ary macro definitions.
8046  # See the Autoconf documentation for `clear'.  # See the Autoconf documentation for `clear'.
8047  cat >confdef2sed.sed <<\EOF  cat >confdef2sed.sed <<\_ACEOF
8048  s/[\\&,]/\\&/g  s/[\\&,]/\\&/g
8049  s,[\\$`],\\&,g  s,[\\$`],\\&,g
8050  t clear  t clear
8051  : clear  : clear
8052  s,^[    ]*#[    ]*define[       ][      ]*\(\([^        (][^    (]*\)([^)]*)\)[         ]*\(.*\)$,${ac_dA}\2${ac_dB}\1${ac_dC}\3${ac_dD},gp  s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
8053  t end  t end
8054  s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp  s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
8055  : end  : end
8056  EOF  _ACEOF
8057  # If some macros were called several times there might be several times  # If some macros were called several times there might be several times
8058  # the same #defines, which is useless.  Nevertheless, we may not want to  # the same #defines, which is useless.  Nevertheless, we may not want to
8059  # sort them, since we want the *last* AC-DEFINE to be honored.  # sort them, since we want the *last* AC-DEFINE to be honored.
# Line 6796  rm -f confdef2sed.sed Line 8064  rm -f confdef2sed.sed
8064  # This sed command replaces #undef with comments.  This is necessary, for  # This sed command replaces #undef with comments.  This is necessary, for
8065  # example, in the case of _POSIX_SOURCE, which is predefined and required  # example, in the case of _POSIX_SOURCE, which is predefined and required
8066  # on some systems where configure will not decide to define it.  # on some systems where configure will not decide to define it.
8067  cat >>conftest.undefs <<\EOF  cat >>conftest.undefs <<\_ACEOF
8068  s,^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,  s,^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
8069  EOF  _ACEOF
8070    
8071  # Break up conftest.defines because some shells have a limit on the size  # Break up conftest.defines because some shells have a limit on the size
8072  # of here documents, and old seds have small limits too (100 cmds).  # of here documents, and old seds have small limits too (100 cmds).
8073  echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS  echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
8074  echo '  if egrep "^[    ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS  echo '  if grep "^[     ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
8075  echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS  echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
8076  echo '  :' >>$CONFIG_STATUS  echo '  :' >>$CONFIG_STATUS
8077  rm -f conftest.tail  rm -f conftest.tail
# Line 6827  do Line 8095  do
8095    mv conftest.tail conftest.defines    mv conftest.tail conftest.defines
8096  done  done
8097  rm -f conftest.defines  rm -f conftest.defines
8098  echo '  fi # egrep' >>$CONFIG_STATUS  echo '  fi # grep' >>$CONFIG_STATUS
8099  echo >>$CONFIG_STATUS  echo >>$CONFIG_STATUS
8100    
8101  # Break up conftest.undefs because some shells have a limit on the size  # Break up conftest.undefs because some shells have a limit on the size
# Line 6855  do Line 8123  do
8123  done  done
8124  rm -f conftest.undefs  rm -f conftest.undefs
8125    
8126  cat >>$CONFIG_STATUS <<\EOF  cat >>$CONFIG_STATUS <<\_ACEOF
8127    # Let's still pretend it is `configure' which instantiates (i.e., don't    # Let's still pretend it is `configure' which instantiates (i.e., don't
8128    # use $as_me), people would be surprised to read:    # use $as_me), people would be surprised to read:
8129    #    /* config.h.  Generated automatically by config.status.  */    #    /* config.h.  Generated by config.status.  */
8130    if test x"$ac_file" = x-; then    if test x"$ac_file" = x-; then
8131      echo "/* Generated automatically by configure.  */" >$tmp/config.h      echo "/* Generated by configure.  */" >$tmp/config.h
8132    else    else
8133      echo "/* $ac_file.  Generated automatically by configure.  */" >$tmp/config.h      echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
8134    fi    fi
8135    cat $tmp/in >>$tmp/config.h    cat $tmp/in >>$tmp/config.h
8136    rm -f $tmp/in    rm -f $tmp/in
8137    if test x"$ac_file" != x-; then    if test x"$ac_file" != x-; then
8138      if cmp -s $ac_file $tmp/config.h 2>/dev/null; then      if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
8139        { echo "$as_me:6823: $ac_file is unchanged" >&5        { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
8140  echo "$as_me: $ac_file is unchanged" >&6;}  echo "$as_me: $ac_file is unchanged" >&6;}
8141      else      else
8142        ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \        ac_dir=`(dirname "$ac_file") 2>/dev/null ||
8143    $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8144           X"$ac_file" : 'X\(//\)[^/]' \| \           X"$ac_file" : 'X\(//\)[^/]' \| \
8145           X"$ac_file" : 'X\(//\)$' \| \           X"$ac_file" : 'X\(//\)$' \| \
8146           X"$ac_file" : 'X\(/\)' \| \           X"$ac_file" : 'X\(/\)' \| \
# Line 6882  echo X"$ac_file" | Line 8151  echo X"$ac_file" |
8151            /^X\(\/\/\)$/{ s//\1/; q; }            /^X\(\/\/\)$/{ s//\1/; q; }
8152            /^X\(\/\).*/{ s//\1/; q; }            /^X\(\/\).*/{ s//\1/; q; }
8153            s/.*/./; q'`            s/.*/./; q'`
8154        if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then        { if $as_mkdir_p; then
8155          { case "$ac_dir" in      mkdir -p "$ac_dir"
8156    [\\/]* | ?:[\\/]* ) as_incr_dir=;;    else
8157    *)                      as_incr_dir=.;;      as_dir="$ac_dir"
8158  esac      as_dirs=
8159  as_dummy="$ac_dir"      while test ! -d "$as_dir"; do
8160  for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do        as_dirs="$as_dir $as_dirs"
8161    case $as_mkdir_dir in        as_dir=`(dirname "$as_dir") 2>/dev/null ||
8162      # Skip DOS drivespec  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8163      ?:) as_incr_dir=$as_mkdir_dir ;;           X"$as_dir" : 'X\(//\)[^/]' \| \
8164      *)           X"$as_dir" : 'X\(//\)$' \| \
8165        as_incr_dir=$as_incr_dir/$as_mkdir_dir           X"$as_dir" : 'X\(/\)' \| \
8166        test -d "$as_incr_dir" || mkdir "$as_incr_dir"           .     : '\(.\)' 2>/dev/null ||
8167      ;;  echo X"$as_dir" |
8168    esac      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8169  done; }            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8170              /^X\(\/\/\)$/{ s//\1/; q; }
8171              /^X\(\/\).*/{ s//\1/; q; }
8172              s/.*/./; q'`
8173        done
8174        test ! -n "$as_dirs" || mkdir $as_dirs
8175      fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
8176    echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
8177       { (exit 1); exit 1; }; }; }
8178    
       fi  
8179        rm -f $ac_file        rm -f $ac_file
8180        mv $tmp/config.h $ac_file        mv $tmp/config.h $ac_file
8181      fi      fi
# Line 6908  done; } Line 8184  done; }
8184      rm -f $tmp/config.h      rm -f $tmp/config.h
8185    fi    fi
8186  done  done
8187  EOF  _ACEOF
8188    
8189  cat >>$CONFIG_STATUS <<\EOF  cat >>$CONFIG_STATUS <<\_ACEOF
8190    
8191  { (exit 0); exit 0; }  { (exit 0); exit 0; }
8192  EOF  _ACEOF
8193  chmod +x $CONFIG_STATUS  chmod +x $CONFIG_STATUS
8194  ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
8195    
8196    
8197  # configure is writing to config.log, and then calls config.status.  # configure is writing to config.log, and then calls config.status.
8198  # config.status does its own redirection, appending to config.log.  # config.status does its own redirection, appending to config.log.
8199  # Unfortunately, on DOS this fails, as config.log is still kept open  # Unfortunately, on DOS this fails, as config.log is still kept open
# Line 6927  ac_clean_files=$ac_clean_files_save Line 8204  ac_clean_files=$ac_clean_files_save
8204  # need to make the FD available again.  # need to make the FD available again.
8205  if test "$no_create" != yes; then  if test "$no_create" != yes; then
8206    ac_cs_success=:    ac_cs_success=:
8207      ac_config_status_args=
8208      test "$silent" = yes &&
8209        ac_config_status_args="$ac_config_status_args --quiet"
8210    exec 5>/dev/null    exec 5>/dev/null
8211    $SHELL $CONFIG_STATUS || ac_cs_success=false    $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
8212    exec 5>>config.log    exec 5>>config.log
8213    # Use ||, not &&, to avoid exiting from the if with $? = 1, which    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
8214    # would make configure fail if this is the last instruction.    # would make configure fail if this is the last instruction.
8215    $ac_cs_success || { (exit 1); exit 1; }    $ac_cs_success || { (exit 1); exit 1; }
8216  fi  fi
8217    
8218    
8219  chmod 755 $srcdir/snddevices  chmod 755 $srcdir/snddevices

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26