/[openvortex]/alsa/configure
ViewVC logotype

Diff of /alsa/configure

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

revision 1.3 by vizard, Sat May 31 02:35:09 2003 UTC revision 1.4 by vizard, Sun Jun 15 21:01:28 2003 UTC
# Line 104  SHELL=${CONFIG_SHELL-/bin/sh} Line 104  SHELL=${CONFIG_SHELL-/bin/sh}
104  # only ac_max_sed_lines should be used.  # only ac_max_sed_lines should be used.
105  : ${ac_max_here_lines=38}  : ${ac_max_here_lines=38}
106    
107  ac_unique_file="acore/sound.c"  ac_unique_file="acore/sound.patch"
108  ac_default_prefix=/usr  ac_default_prefix=/usr
109    
110  # Initialize some variables set by options.  # Initialize some variables set by options.
# Line 650  Optional Packages: Line 650  Optional Packages:
650                            Possible cards are:                            Possible cards are:
651                            dummy, virmidi, serial-u16550, mtpav, mpu401,                            dummy, virmidi, serial-u16550, mtpav, mpu401,
652                            als100, azt2320, cmi8330, dt019x, es18xx,                            als100, azt2320, cmi8330, dt019x, es18xx,
653                            opl3sa2, sgalaxy, ad1816a, ad1848, cs4231,                            opl3sa2, sgalaxy, sscape, ad1816a, ad1848,
654                            cs4232, cs4236, pc98-cs4232, es1688, gusclassic,                            cs4231, cs4232, cs4236, pc98-cs4232, es1688,
655                            gusmax, gusextreme, interwave, interwave-stb,                            gusclassic, gusmax, gusextreme, interwave,
656                            opti92x-ad1848, opti92x-cs4231, opti93x, sb8,                            interwave-stb, opti92x-ad1848, opti92x-cs4231,
657                            sb16, sbawe, es968, wavefront, als4000, cmipci,                            opti93x, sb8, sb16, sbawe, es968, wavefront,
658                            cs4281, ens1370, ens1371, es1938, es1968, fm801,                            als4000, cmipci, cs4281, ens1370, ens1371,
659                            intel8x0, maestro3, rme32, rme96, sonicvibes,                            es1938, es1968, fm801, intel8x0, maestro3, rme32,
660                            via82xx, ali5451, cs46xx, emu10k1, ice1712,                            rme96, sonicvibes, via82xx, ali5451, cs46xx,
661                            ice1724, korg1212, nm256, rme9652, hdsp, trident,                            emu10k1, ice1712, ice1724, korg1212, nm256,
662                            ymfpci, powermac, sa11xx-uda1341, usb-audio,                            rme9652, hdsp, trident, vx222, ymfpci, powermac,
663                            serialmidi, azt3328, vx222, pdplus, sscape,                            sa11xx-uda1341, usb-audio, harmony, vxpocket,
664                            msnd-pinnacle, vxpocket, vxp440, harmony, au8810,                            vxp440, serialmidi, azt3328, pdplus,
665                            au8820, au8830                            msnd-pinnacle, au8810, au8820, au8830
666    
667  Some influential environment variables:  Some influential environment variables:
668    CC          C compiler command    CC          C compiler command
# Line 958  fi Line 958  fi
958  PATH_SEPARATOR="$ac_path_separator"  PATH_SEPARATOR="$ac_path_separator"
959  rm -f conftest.sh  rm -f conftest.sh
960    
961  CONFIG_SND_VERSION="0.9.3c"  CONFIG_SND_VERSION="0.9.4"
962    
963  ac_ext=c  ac_ext=c
964  ac_cpp='$CPP $CPPFLAGS'  ac_cpp='$CPP $CPPFLAGS'
# Line 2729  fi Line 2729  fi
2729  fi  fi
2730    
2731  CFLAGS="$ac_save_CFLAGS"  CFLAGS="$ac_save_CFLAGS"
2732    my_compiler=`$CROSS_COMPILE$CC --version | head -n 1`
2733  kernel_compiler_type=`echo $kernel_compiler | cut -d ' ' -f 1`  kernel_compiler_type=`echo $kernel_compiler | cut -d ' ' -f 1`
2734  kernel_compiler_version=`echo $kernel_compiler | cut -d ' ' -f 2`  kernel_compiler_version=`echo $kernel_compiler | cut -d ' ' -f 2`
2735  my_compiler=`$CROSS_COMPILE$CC --version | head -n 1`  if test "${kernel_compiler_version:0:5}" = "egcs-"; then
2736  my_compiler_type=`echo $my_compiler | cut -d ' ' -f 1`    kernel_compiler_type="egcs"
2737  my_compiler_version=`echo $my_compiler | cut -d ' ' -f 3`    kernel_compiler_version=`echo ${kernel_compiler_version:5} | cut -d ' ' -f 1`
2738  if test -z "$my_compiler_version" -o "$my_compiler_type" = "$my_compiler_version" ; then  fi
2739    my_compiler_version="$my_compiler_type"  if test "${my_compiler:0:4}" = "gcc-"; then
2740    my_compiler_type="gcc"    my_compiler_type="gcc"
2741    my_compiler="gcc $my_compiler"    my_compiler_version=`echo ${my_compiler:4} | cut -d ' ' -f 1`
2742    else
2743      if test "${my_compiler:0:5}" = "egcs-"; then
2744        my_compiler_type="egcs"
2745        my_compiler_version=`echo ${my_compiler:5} | cut -d ' ' -f 1`
2746      else
2747        my_compiler_type=`echo $my_compiler | cut -d ' ' -f 1`
2748        my_compiler_version=`echo $my_compiler | cut -d ' ' -f 3`
2749      fi
2750  fi  fi
2751  echo "$as_me:2742: result: Kernel compiler: $kernel_compiler Used compiler: $my_compiler" >&5  if test "$my_compiler_type" = "$my_compiler_version"; then
2752      my_compiler_type="gcc"
2753    fi
2754    echo "$as_me:2754: result: Kernel compiler: $kernel_compiler Used compiler: $my_compiler" >&5
2755  echo "${ECHO_T}Kernel compiler: $kernel_compiler Used compiler: $my_compiler" >&6;  echo "${ECHO_T}Kernel compiler: $kernel_compiler Used compiler: $my_compiler" >&6;
2756  if test -z "$kernel_compiler"; then  if test -z "$kernel_compiler"; then
2757    echo    echo
# Line 2751  if test -z "$kernel_compiler"; then Line 2763  if test -z "$kernel_compiler"; then
2763  else  else
2764  if test "$my_compiler_type" != "$kernel_compiler_type"; then  if test "$my_compiler_type" != "$kernel_compiler_type"; then
2765    echo "Fatal error: Compiler type does not match"    echo "Fatal error: Compiler type does not match"
2766      echo "Decoded kernel compiler: type=$kernel_compiler_type version=$kernel_compiler_version"
2767      echo "Decoded used compiler: type=$my_compiler_type version=$my_compiler_version"
2768      echo "Please, send ./configure output to <alsa-devel@alsa-project.org>"
2769    exit 1    exit 1
2770  fi  fi
2771  if test "$my_compiler_type" = "gcc" ; then  if test "$my_compiler_type" = "gcc" ; then
# Line 2759  if test "$my_compiler_type" = "gcc" ; th Line 2774  if test "$my_compiler_type" = "gcc" ; th
2774    if test $kernel_major -eq 2 -a $my_major -eq 3 ; then    if test $kernel_major -eq 2 -a $my_major -eq 3 ; then
2775      echo "Fatal error: Kernel is compiled with GCC 2.x and you are trying to use GCC 3.x."      echo "Fatal error: Kernel is compiled with GCC 2.x and you are trying to use GCC 3.x."
2776      echo "             These two version of GCC are incompatible for binary code."      echo "             These two version of GCC are incompatible for binary code."
2777        exit 1
2778    fi    fi
2779    if test $kernel_major -eq 3 -a $my_major -eq 2 ; then    if test $kernel_major -eq 3 -a $my_major -eq 2 ; then
2780      echo "Fatal error: Kernel is compiled with GCC 3.x and you are trying to use GCC 2.x."      echo "Fatal error: Kernel is compiled with GCC 3.x and you are trying to use GCC 2.x."
2781      echo "             These two version of GCC are incompatible for binary code."      echo "             These two version of GCC are incompatible for binary code."
2782        exit 1
2783    fi    fi
2784  fi  fi
2785  fi  fi
2786    
2787    echo "$as_me:2770: checking for kernel linux/pm.h" >&5    echo "$as_me:2787: checking for kernel linux/pm.h" >&5
2788  echo $ECHO_N "checking for kernel linux/pm.h... $ECHO_C" >&6  echo $ECHO_N "checking for kernel linux/pm.h... $ECHO_C" >&6
2789    if test -f "$CONFIG_SND_KERNELDIR/include/linux/pm.h"; then    if test -f "$CONFIG_SND_KERNELDIR/include/linux/pm.h"; then
2790      echo "$as_me:2773: result: \"yes\"" >&5      echo "$as_me:2790: result: \"yes\"" >&5
2791  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
2792      if test -f include/linux/pm.h; then      if test -f include/linux/pm.h; then
2793        echo "Removing a dummy linux/pm.h."        echo "Removing a dummy linux/pm.h."
2794        rm -f include/linux/pm.h        rm -f include/linux/pm.h
2795      fi      fi
2796    else    else
2797      echo "$as_me:2780: result: \"no\"" >&5      echo "$as_me:2797: result: \"no\"" >&5
2798  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
2799      if test ! -f include/linux/pm.h; then      if test ! -f include/linux/pm.h; then
2800        echo "Creating a dummy <linux/pm.h>..."        echo "Creating a dummy <linux/pm.h>..."
# Line 2786  echo "${ECHO_T}\"no\"" >&6 Line 2803  echo "${ECHO_T}\"no\"" >&6
2803      fi      fi
2804    fi    fi
2805    
2806    echo "$as_me:2789: checking for kernel linux/spinlock.h" >&5    echo "$as_me:2806: checking for kernel linux/spinlock.h" >&5
2807  echo $ECHO_N "checking for kernel linux/spinlock.h... $ECHO_C" >&6  echo $ECHO_N "checking for kernel linux/spinlock.h... $ECHO_C" >&6
2808    if test -f "$CONFIG_SND_KERNELDIR/include/linux/spinlock.h"; then    if test -f "$CONFIG_SND_KERNELDIR/include/linux/spinlock.h"; then
2809      echo "$as_me:2792: result: \"yes\"" >&5      echo "$as_me:2809: result: \"yes\"" >&5
2810  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
2811      if test -f include/linux/spinlock.h; then      if test -f include/linux/spinlock.h; then
2812        echo "Removing a dummy linux/spinlock.h."        echo "Removing a dummy linux/spinlock.h."
2813        rm -f include/linux/spinlock.h        rm -f include/linux/spinlock.h
2814      fi      fi
2815    else    else
2816      echo "$as_me:2799: result: \"no\"" >&5      echo "$as_me:2816: result: \"no\"" >&5
2817  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
2818      if test ! -f include/linux/spinlock.h; then      if test ! -f include/linux/spinlock.h; then
2819        echo "Creating a dummy <linux/spinlock.h>..."        echo "Creating a dummy <linux/spinlock.h>..."
# Line 2805  echo "${ECHO_T}\"no\"" >&6 Line 2822  echo "${ECHO_T}\"no\"" >&6
2822      fi      fi
2823    fi    fi
2824    
2825    echo "$as_me:2808: checking for kernel linux/irq.h" >&5    echo "$as_me:2825: checking for kernel linux/irq.h" >&5
2826  echo $ECHO_N "checking for kernel linux/irq.h... $ECHO_C" >&6  echo $ECHO_N "checking for kernel linux/irq.h... $ECHO_C" >&6
2827    if test -f "$CONFIG_SND_KERNELDIR/include/linux/irq.h"; then    if test -f "$CONFIG_SND_KERNELDIR/include/linux/irq.h"; then
2828      echo "$as_me:2811: result: \"yes\"" >&5      echo "$as_me:2828: result: \"yes\"" >&5
2829  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
2830      if test -f include/linux/irq.h; then      if test -f include/linux/irq.h; then
2831        echo "Removing a dummy linux/irq.h."        echo "Removing a dummy linux/irq.h."
2832        rm -f include/linux/irq.h        rm -f include/linux/irq.h
2833      fi      fi
2834    else    else
2835      echo "$as_me:2818: result: \"no\"" >&5      echo "$as_me:2835: result: \"no\"" >&5
2836  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
2837      if test ! -f include/linux/irq.h; then      if test ! -f include/linux/irq.h; then
2838        echo "Creating a dummy <linux/irq.h>..."        echo "Creating a dummy <linux/irq.h>..."
# Line 2824  echo "${ECHO_T}\"no\"" >&6 Line 2841  echo "${ECHO_T}\"no\"" >&6
2841      fi      fi
2842    fi    fi
2843    
2844    echo "$as_me:2827: checking for kernel linux/threads.h" >&5    echo "$as_me:2844: checking for kernel linux/threads.h" >&5
2845  echo $ECHO_N "checking for kernel linux/threads.h... $ECHO_C" >&6  echo $ECHO_N "checking for kernel linux/threads.h... $ECHO_C" >&6
2846    if test -f "$CONFIG_SND_KERNELDIR/include/linux/threads.h"; then    if test -f "$CONFIG_SND_KERNELDIR/include/linux/threads.h"; then
2847      echo "$as_me:2830: result: \"yes\"" >&5      echo "$as_me:2847: result: \"yes\"" >&5
2848  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
2849      if test -f include/linux/threads.h; then      if test -f include/linux/threads.h; then
2850        echo "Removing a dummy linux/threads.h."        echo "Removing a dummy linux/threads.h."
2851        rm -f include/linux/threads.h        rm -f include/linux/threads.h
2852      fi      fi
2853    else    else
2854      echo "$as_me:2837: result: \"no\"" >&5      echo "$as_me:2854: result: \"no\"" >&5
2855  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
2856      if test ! -f include/linux/threads.h; then      if test ! -f include/linux/threads.h; then
2857        echo "Creating a dummy <linux/threads.h>..."        echo "Creating a dummy <linux/threads.h>..."
# Line 2843  echo "${ECHO_T}\"no\"" >&6 Line 2860  echo "${ECHO_T}\"no\"" >&6
2860      fi      fi
2861    fi    fi
2862    
2863    echo "$as_me:2846: checking for kernel linux/rwsem.h" >&5    echo "$as_me:2863: checking for kernel linux/rwsem.h" >&5
2864  echo $ECHO_N "checking for kernel linux/rwsem.h... $ECHO_C" >&6  echo $ECHO_N "checking for kernel linux/rwsem.h... $ECHO_C" >&6
2865    if test -f "$CONFIG_SND_KERNELDIR/include/linux/rwsem.h"; then    if test -f "$CONFIG_SND_KERNELDIR/include/linux/rwsem.h"; then
2866      echo "$as_me:2849: result: \"yes\"" >&5      echo "$as_me:2866: result: \"yes\"" >&5
2867  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
2868      if test -f include/linux/rwsem.h; then      if test -f include/linux/rwsem.h; then
2869        echo "Removing a dummy linux/rwsem.h."        echo "Removing a dummy linux/rwsem.h."
2870        rm -f include/linux/rwsem.h        rm -f include/linux/rwsem.h
2871      fi      fi
2872    else    else
2873      echo "$as_me:2856: result: \"no\"" >&5      echo "$as_me:2873: result: \"no\"" >&5
2874  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
2875      if test ! -f include/linux/rwsem.h; then      if test ! -f include/linux/rwsem.h; then
2876        echo "Creating a dummy <linux/rwsem.h>..."        echo "Creating a dummy <linux/rwsem.h>..."
# Line 2862  echo "${ECHO_T}\"no\"" >&6 Line 2879  echo "${ECHO_T}\"no\"" >&6
2879      fi      fi
2880    fi    fi
2881    
2882    echo "$as_me:2865: checking for kernel linux/gameport.h" >&5    echo "$as_me:2882: checking for kernel linux/gameport.h" >&5
2883  echo $ECHO_N "checking for kernel linux/gameport.h... $ECHO_C" >&6  echo $ECHO_N "checking for kernel linux/gameport.h... $ECHO_C" >&6
2884    if test -f "$CONFIG_SND_KERNELDIR/include/linux/gameport.h"; then    if test -f "$CONFIG_SND_KERNELDIR/include/linux/gameport.h"; then
2885      echo "$as_me:2868: result: \"yes\"" >&5      echo "$as_me:2885: result: \"yes\"" >&5
2886  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
2887      if test -f include/linux/gameport.h; then      if test -f include/linux/gameport.h; then
2888        echo "Removing a dummy linux/gameport.h."        echo "Removing a dummy linux/gameport.h."
2889        rm -f include/linux/gameport.h        rm -f include/linux/gameport.h
2890      fi      fi
2891    else    else
2892      echo "$as_me:2875: result: \"no\"" >&5      echo "$as_me:2892: result: \"no\"" >&5
2893  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
2894      if test ! -f include/linux/gameport.h; then      if test ! -f include/linux/gameport.h; then
2895        echo "Creating a dummy <linux/gameport.h>..."        echo "Creating a dummy <linux/gameport.h>..."
# Line 2881  echo "${ECHO_T}\"no\"" >&6 Line 2898  echo "${ECHO_T}\"no\"" >&6
2898      fi      fi
2899    fi    fi
2900    
2901    echo "$as_me:2884: checking for kernel linux/devfs_fs_kernel.h" >&5    echo "$as_me:2901: checking for kernel linux/devfs_fs_kernel.h" >&5
2902  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
2903    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
2904      echo "$as_me:2887: result: \"yes\"" >&5      echo "$as_me:2904: result: \"yes\"" >&5
2905  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
2906      if test -f include/linux/devfs_fs_kernel.h; then      if test -f include/linux/devfs_fs_kernel.h; then
2907        echo "Removing a dummy linux/devfs_fs_kernel.h."        echo "Removing a dummy linux/devfs_fs_kernel.h."
2908        rm -f include/linux/devfs_fs_kernel.h        rm -f include/linux/devfs_fs_kernel.h
2909      fi      fi
2910    else    else
2911      echo "$as_me:2894: result: \"no\"" >&5      echo "$as_me:2911: result: \"no\"" >&5
2912  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
2913      if test ! -f include/linux/devfs_fs_kernel.h; then      if test ! -f include/linux/devfs_fs_kernel.h; then
2914        echo "Creating a dummy <linux/devfs_fs_kernel.h>..."        echo "Creating a dummy <linux/devfs_fs_kernel.h>..."
# Line 2900  echo "${ECHO_T}\"no\"" >&6 Line 2917  echo "${ECHO_T}\"no\"" >&6
2917      fi      fi
2918    fi    fi
2919    
2920    echo "$as_me:2903: checking for kernel linux/highmem.h" >&5    echo "$as_me:2920: checking for kernel linux/highmem.h" >&5
2921  echo $ECHO_N "checking for kernel linux/highmem.h... $ECHO_C" >&6  echo $ECHO_N "checking for kernel linux/highmem.h... $ECHO_C" >&6
2922    if test -f "$CONFIG_SND_KERNELDIR/include/linux/highmem.h"; then    if test -f "$CONFIG_SND_KERNELDIR/include/linux/highmem.h"; then
2923      echo "$as_me:2906: result: \"yes\"" >&5      echo "$as_me:2923: result: \"yes\"" >&5
2924  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
2925      if test -f include/linux/highmem.h; then      if test -f include/linux/highmem.h; then
2926        echo "Removing a dummy linux/highmem.h."        echo "Removing a dummy linux/highmem.h."
2927        rm -f include/linux/highmem.h        rm -f include/linux/highmem.h
2928      fi      fi
2929    else    else
2930      echo "$as_me:2913: result: \"no\"" >&5      echo "$as_me:2930: result: \"no\"" >&5
2931  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
2932      if test ! -f include/linux/highmem.h; then      if test ! -f include/linux/highmem.h; then
2933        echo "Creating a dummy <linux/highmem.h>..."        echo "Creating a dummy <linux/highmem.h>..."
# Line 2919  echo "${ECHO_T}\"no\"" >&6 Line 2936  echo "${ECHO_T}\"no\"" >&6
2936      fi      fi
2937    fi    fi
2938    
2939    echo "$as_me:2922: checking for kernel linux/workqueue.h" >&5    echo "$as_me:2939: checking for kernel linux/workqueue.h" >&5
2940  echo $ECHO_N "checking for kernel linux/workqueue.h... $ECHO_C" >&6  echo $ECHO_N "checking for kernel linux/workqueue.h... $ECHO_C" >&6
2941    if test -f "$CONFIG_SND_KERNELDIR/include/linux/workqueue.h"; then    if test -f "$CONFIG_SND_KERNELDIR/include/linux/workqueue.h"; then
2942      echo "$as_me:2925: result: \"yes\"" >&5      echo "$as_me:2942: result: \"yes\"" >&5
2943  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
2944      if test -f include/linux/workqueue.h; then      if test -f include/linux/workqueue.h; then
2945        echo "Removing a dummy linux/workqueue.h."        echo "Removing a dummy linux/workqueue.h."
2946        rm -f include/linux/workqueue.h        rm -f include/linux/workqueue.h
2947      fi      fi
2948    else    else
2949      echo "$as_me:2932: result: \"no\"" >&5      echo "$as_me:2949: result: \"no\"" >&5
2950  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
2951      if test ! -f include/linux/workqueue.h; then      if test ! -f include/linux/workqueue.h; then
2952        echo "Creating a dummy <linux/workqueue.h>..."        echo "Creating a dummy <linux/workqueue.h>..."
# Line 2942  if test ! -f include/linux/workqueue.h; Line 2959  if test ! -f include/linux/workqueue.h;
2959    if test "$kversion.$kpatchlevel.$ksublevel" = "2.4.20"; then    if test "$kversion.$kpatchlevel.$ksublevel" = "2.4.20"; then
2960    
2961    boolvar=RED_HAT_LINUX_KERNEL    boolvar=RED_HAT_LINUX_KERNEL
2962    echo "$as_me:2945: checking for redhat kernel" >&5    echo "$as_me:2962: checking for redhat kernel" >&5
2963  echo $ECHO_N "checking for redhat kernel... $ECHO_C" >&6  echo $ECHO_N "checking for redhat kernel... $ECHO_C" >&6
2964    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
2965    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
2966    boolchk=""    boolchk=""
2967    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
2968    echo "$as_me:2951: result: \"unknown\"" >&5    echo "$as_me:2968: result: \"unknown\"" >&5
2969  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
2970    
2971  else  else
2972    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
2973  #line 2956 "configure"  #line 2973 "configure"
2974  #include "confdefs.h"  #include "confdefs.h"
2975    
2976  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
# Line 2967  int main( void ) { Line 2984  int main( void ) {
2984    
2985  _ACEOF  _ACEOF
2986  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
2987  if { (eval echo "$as_me:2970: \"$ac_link\"") >&5  if { (eval echo "$as_me:2987: \"$ac_link\"") >&5
2988    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
2989    ac_status=$?    ac_status=$?
2990    echo "$as_me:2973: \$? = $ac_status" >&5    echo "$as_me:2990: \$? = $ac_status" >&5
2991    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
2992    { (eval echo "$as_me:2975: \"$ac_try\"") >&5    { (eval echo "$as_me:2992: \"$ac_try\"") >&5
2993    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2994    ac_status=$?    ac_status=$?
2995    echo "$as_me:2978: \$? = $ac_status" >&5    echo "$as_me:2995: \$? = $ac_status" >&5
2996    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2997    echo "$as_me:2980: result: \"yes\"" >&5    echo "$as_me:2997: result: \"yes\"" >&5
2998  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
2999  else  else
3000    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
3001  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
3002  cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
3003  echo "$as_me:2986: result: \"no\"" >&5  echo "$as_me:3003: result: \"no\"" >&5
3004  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
3005  fi  fi
3006  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
# Line 3000  fi Line 3017  fi
3017    fi    fi
3018  fi  fi
3019    
3020    echo "$as_me:3003: checking for kernel asm/hw_irq.h" >&5    echo "$as_me:3020: checking for kernel asm/hw_irq.h" >&5
3021  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
3022    if test -f "$CONFIG_SND_KERNELDIR/include/asm/hw_irq.h"; then    if test -f "$CONFIG_SND_KERNELDIR/include/asm/hw_irq.h"; then
3023      echo "$as_me:3006: result: \"yes\"" >&5      echo "$as_me:3023: result: \"yes\"" >&5
3024  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
3025      if test -f include/asm/hw_irq.h; then      if test -f include/asm/hw_irq.h; then
3026        echo "Removing a dummy asm/hw_irq.h."        echo "Removing a dummy asm/hw_irq.h."
3027        rm -f include/asm/hw_irq.h        rm -f include/asm/hw_irq.h
3028      fi      fi
3029    else    else
3030      echo "$as_me:3013: result: \"no\"" >&5      echo "$as_me:3030: result: \"no\"" >&5
3031  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
3032      if test ! -f include/asm/hw_irq.h; then      if test ! -f include/asm/hw_irq.h; then
3033        echo "Creating a dummy <asm/hw_irq.h>..."        echo "Creating a dummy <asm/hw_irq.h>..."
# Line 3019  echo "${ECHO_T}\"no\"" >&6 Line 3036  echo "${ECHO_T}\"no\"" >&6
3036      fi      fi
3037    fi    fi
3038    
3039      echo "$as_me:3039: checking for kernel linux/jiffies.h" >&5
3040    echo $ECHO_N "checking for kernel linux/jiffies.h... $ECHO_C" >&6
3041      if test -f "$CONFIG_SND_KERNELDIR/include/linux/jiffies.h"; then
3042        echo "$as_me:3042: result: \"yes\"" >&5
3043    echo "${ECHO_T}\"yes\"" >&6
3044        if test -f include/linux/jiffies.h; then
3045          echo "Removing a dummy linux/jiffies.h."
3046          rm -f include/linux/jiffies.h
3047        fi
3048      else
3049        echo "$as_me:3049: result: \"no\"" >&5
3050    echo "${ECHO_T}\"no\"" >&6
3051        if test ! -f include/linux/jiffies.h; then
3052          echo "Creating a dummy <linux/jiffies.h> which points to <linux/sched.h>..."
3053          mkdir -p include/linux
3054          echo "#include <linux/sched.h>" > include/linux/jiffies.h
3055        fi
3056      fi
3057    
3058      echo "$as_me:3058: checking for kernel linux/adb.h" >&5
3059    echo $ECHO_N "checking for kernel linux/adb.h... $ECHO_C" >&6
3060      if test -f "$CONFIG_SND_KERNELDIR/include/linux/adb.h"; then
3061        echo "$as_me:3061: result: \"yes\"" >&5
3062    echo "${ECHO_T}\"yes\"" >&6
3063        if test -f include/linux/adb.h; then
3064          echo "Removing a dummy linux/adb.h."
3065          rm -f include/linux/adb.h
3066        fi
3067      else
3068        echo "$as_me:3068: result: \"no\"" >&5
3069    echo "${ECHO_T}\"no\"" >&6
3070        if test ! -f include/linux/adb.h; then
3071          echo "Creating a dummy <linux/adb.h> which points to <asm/adb.h>..."
3072          mkdir -p include/linux
3073          echo "#include <asm/adb.h>" > include/linux/adb.h
3074        fi
3075      fi
3076    
3077      echo "$as_me:3077: checking for kernel linux/cuda.h" >&5
3078    echo $ECHO_N "checking for kernel linux/cuda.h... $ECHO_C" >&6
3079      if test -f "$CONFIG_SND_KERNELDIR/include/linux/cuda.h"; then
3080        echo "$as_me:3080: result: \"yes\"" >&5
3081    echo "${ECHO_T}\"yes\"" >&6
3082        if test -f include/linux/cuda.h; then
3083          echo "Removing a dummy linux/cuda.h."
3084          rm -f include/linux/cuda.h
3085        fi
3086      else
3087        echo "$as_me:3087: result: \"no\"" >&5
3088    echo "${ECHO_T}\"no\"" >&6
3089        if test ! -f include/linux/cuda.h; then
3090          echo "Creating a dummy <linux/cuda.h> which points to <asm/cuda.h>..."
3091          mkdir -p include/linux
3092          echo "#include <asm/cuda.h>" > include/linux/cuda.h
3093        fi
3094      fi
3095    
3096      echo "$as_me:3096: checking for kernel linux/pmu.h" >&5
3097    echo $ECHO_N "checking for kernel linux/pmu.h... $ECHO_C" >&6
3098      if test -f "$CONFIG_SND_KERNELDIR/include/linux/pmu.h"; then
3099        echo "$as_me:3099: result: \"yes\"" >&5
3100    echo "${ECHO_T}\"yes\"" >&6
3101        if test -f include/linux/pmu.h; then
3102          echo "Removing a dummy linux/pmu.h."
3103          rm -f include/linux/pmu.h
3104        fi
3105      else
3106        echo "$as_me:3106: result: \"no\"" >&5
3107    echo "${ECHO_T}\"no\"" >&6
3108        if test ! -f include/linux/pmu.h; then
3109          echo "Creating a dummy <linux/pmu.h> which points to <asm/pmu.h>..."
3110          mkdir -p include/linux
3111          echo "#include <asm/pmu.h>" > include/linux/pmu.h
3112        fi
3113      fi
3114    
3115    boolvar=CONFIG_MODVERSIONS    boolvar=CONFIG_MODVERSIONS
3116    echo "$as_me:3023: checking for kernel module symbol versions" >&5    echo "$as_me:3116: checking for kernel module symbol versions" >&5
3117  echo $ECHO_N "checking for kernel module symbol versions... $ECHO_C" >&6  echo $ECHO_N "checking for kernel module symbol versions... $ECHO_C" >&6
3118    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
3119    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
3120    boolchk=""    boolchk=""
3121    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
3122    echo "$as_me:3029: result: \"unknown\"" >&5    echo "$as_me:3122: result: \"unknown\"" >&5
3123  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
3124    
3125  else  else
3126    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3127  #line 3034 "configure"  #line 3127 "configure"
3128  #include "confdefs.h"  #include "confdefs.h"
3129    
3130  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
# Line 3045  int main( void ) { Line 3138  int main( void ) {
3138    
3139  _ACEOF  _ACEOF
3140  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
3141  if { (eval echo "$as_me:3048: \"$ac_link\"") >&5  if { (eval echo "$as_me:3141: \"$ac_link\"") >&5
3142    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
3143    ac_status=$?    ac_status=$?
3144    echo "$as_me:3051: \$? = $ac_status" >&5    echo "$as_me:3144: \$? = $ac_status" >&5
3145    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3146    { (eval echo "$as_me:3053: \"$ac_try\"") >&5    { (eval echo "$as_me:3146: \"$ac_try\"") >&5
3147    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3148    ac_status=$?    ac_status=$?
3149    echo "$as_me:3056: \$? = $ac_status" >&5    echo "$as_me:3149: \$? = $ac_status" >&5
3150    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
3151    echo "$as_me:3058: result: \"yes\"" >&5    echo "$as_me:3151: result: \"yes\"" >&5
3152  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
3153  else  else
3154    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
3155  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
3156  cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
3157  echo "$as_me:3064: result: \"no\"" >&5  echo "$as_me:3157: result: \"no\"" >&5
3158  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
3159  fi  fi
3160  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
# Line 3074  CONFIG_SND_MVERSION=$CONFIG_MODVERSIONS Line 3167  CONFIG_SND_MVERSION=$CONFIG_MODVERSIONS
3167  GENKSYMS="/sbin/genksyms -k $kversion.$kpatchlevel.$ksublevel"  GENKSYMS="/sbin/genksyms -k $kversion.$kpatchlevel.$ksublevel"
3168    
3169    boolvar=CONFIG_PCI    boolvar=CONFIG_PCI
3170    echo "$as_me:3077: checking for PCI support in kernel" >&5    echo "$as_me:3170: checking for PCI support in kernel" >&5
3171  echo $ECHO_N "checking for PCI support in kernel... $ECHO_C" >&6  echo $ECHO_N "checking for PCI support in kernel... $ECHO_C" >&6
3172    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
3173    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
3174    boolchk=""    boolchk=""
3175    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
3176    echo "$as_me:3083: result: \"unknown\"" >&5    echo "$as_me:3176: result: \"unknown\"" >&5
3177  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
3178    
3179  else  else
3180    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3181  #line 3088 "configure"  #line 3181 "configure"
3182  #include "confdefs.h"  #include "confdefs.h"
3183    
3184  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
# Line 3099  int main( void ) { Line 3192  int main( void ) {
3192    
3193  _ACEOF  _ACEOF
3194  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
3195  if { (eval echo "$as_me:3102: \"$ac_link\"") >&5  if { (eval echo "$as_me:3195: \"$ac_link\"") >&5
3196    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
3197    ac_status=$?    ac_status=$?
3198    echo "$as_me:3105: \$? = $ac_status" >&5    echo "$as_me:3198: \$? = $ac_status" >&5
3199    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3200    { (eval echo "$as_me:3107: \"$ac_try\"") >&5    { (eval echo "$as_me:3200: \"$ac_try\"") >&5
3201    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3202    ac_status=$?    ac_status=$?
3203    echo "$as_me:3110: \$? = $ac_status" >&5    echo "$as_me:3203: \$? = $ac_status" >&5
3204    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
3205    echo "$as_me:3112: result: \"yes\"" >&5    echo "$as_me:3205: result: \"yes\"" >&5
3206  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
3207  else  else
3208    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
3209  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
3210  cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
3211  echo "$as_me:3118: result: \"no\"" >&5  echo "$as_me:3211: result: \"no\"" >&5
3212  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
3213  fi  fi
3214  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
# Line 3123  fi Line 3216  fi
3216    CFLAGS="$ac_save_CFLAGS"    CFLAGS="$ac_save_CFLAGS"
3217    eval $boolvar="$boolchk"    eval $boolvar="$boolchk"
3218    
3219  echo "$as_me:3126: checking for SGI/MIPS (HAL2) architecture" >&5  echo "$as_me:3219: checking for SGI/MIPS (HAL2) architecture" >&5
3220  echo $ECHO_N "checking for SGI/MIPS (HAL2) architecture... $ECHO_C" >&6  echo $ECHO_N "checking for SGI/MIPS (HAL2) architecture... $ECHO_C" >&6
3221  CONFIG_SGI=""  CONFIG_SGI=""
3222  if test -r "$CONFIG_SND_KERNELDIR/include/asm/sgi/sgihpc.h"; then  if test -r "$CONFIG_SND_KERNELDIR/include/asm/sgi/sgihpc.h"; then
3223    CONFIG_SGI="y"    CONFIG_SGI="y"
3224  fi  fi
3225  if test "$CONFIG_SGI" = "y"; then  if test "$CONFIG_SGI" = "y"; then
3226    echo "$as_me:3133: result: \"yes\"" >&5    echo "$as_me:3226: result: \"yes\"" >&5
3227  echo "${ECHO_T}\"yes\"" >&6  echo "${ECHO_T}\"yes\"" >&6
3228  else  else
3229    echo "$as_me:3136: result: \"no\"" >&5    echo "$as_me:3229: result: \"no\"" >&5
3230  echo "${ECHO_T}\"no\"" >&6  echo "${ECHO_T}\"no\"" >&6
3231  fi  fi
3232    
3233  echo "$as_me:3140: checking for directory to store kernel modules" >&5  echo "$as_me:3233: checking for directory to store kernel modules" >&5
3234  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
3235    
3236  # Check whether --with-moddir or --without-moddir was given.  # Check whether --with-moddir or --without-moddir was given.
# Line 3162  else Line 3255  else
3255    
3256  fi;  fi;
3257    
3258  echo "$as_me:3165: result: $moddir" >&5  echo "$as_me:3258: result: $moddir" >&5
3259  echo "${ECHO_T}$moddir" >&6  echo "${ECHO_T}$moddir" >&6
3260    
3261  echo "$as_me:3168: checking for verbose printk" >&5  echo "$as_me:3261: checking for verbose printk" >&5
3262  echo $ECHO_N "checking for verbose printk... $ECHO_C" >&6  echo $ECHO_N "checking for verbose printk... $ECHO_C" >&6
3263  # Check whether --enable-verbose-printk or --disable-verbose-printk was given.  # Check whether --enable-verbose-printk or --disable-verbose-printk was given.
3264  if test "${enable_verbose_printk+set}" = set; then  if test "${enable_verbose_printk+set}" = set; then
# Line 3180  case "$verbose_printk" in Line 3273  case "$verbose_printk" in
3273  #define CONFIG_SND_VERBOSE_PRINTK 1  #define CONFIG_SND_VERBOSE_PRINTK 1
3274  EOF  EOF
3275    
3276      echo "$as_me:3183: result: on" >&5      echo "$as_me:3276: result: on" >&5
3277  echo "${ECHO_T}on" >&6  echo "${ECHO_T}on" >&6
3278      ;;      ;;
3279    *)    *)
3280      echo "$as_me:3187: result: off" >&5      echo "$as_me:3280: result: off" >&5
3281  echo "${ECHO_T}off" >&6  echo "${ECHO_T}off" >&6
3282      ;;      ;;
3283  esac  esac
3284    
3285  echo "$as_me:3192: checking for debug level" >&5  echo "$as_me:3285: checking for debug level" >&5
3286  echo $ECHO_N "checking for debug level... $ECHO_C" >&6  echo $ECHO_N "checking for debug level... $ECHO_C" >&6
3287    
3288  # Check whether --with-debug or --without-debug was given.  # Check whether --with-debug or --without-debug was given.
# Line 3201  else Line 3294  else
3294  fi;  fi;
3295  case "$debug" in  case "$debug" in
3296    basic)    basic)
3297      echo "$as_me:3204: result: basic" >&5      echo "$as_me:3297: result: basic" >&5
3298  echo "${ECHO_T}basic" >&6  echo "${ECHO_T}basic" >&6
3299      cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
3300  #define CONFIG_SND_DEBUG 1  #define CONFIG_SND_DEBUG 1
# Line 3209  EOF Line 3302  EOF
3302    
3303      ;;      ;;
3304    memory)    memory)
3305      echo "$as_me:3212: result: memory" >&5      echo "$as_me:3305: result: memory" >&5
3306  echo "${ECHO_T}memory" >&6  echo "${ECHO_T}memory" >&6
3307      cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
3308  #define CONFIG_SND_DEBUG 1  #define CONFIG_SND_DEBUG 1
# Line 3221  EOF Line 3314  EOF
3314    
3315      ;;      ;;
3316    full)    full)
3317      echo "$as_me:3224: result: full" >&5      echo "$as_me:3317: result: full" >&5
3318  echo "${ECHO_T}full" >&6  echo "${ECHO_T}full" >&6
3319      cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
3320  #define CONFIG_SND_DEBUG 1  #define CONFIG_SND_DEBUG 1
# Line 3237  EOF Line 3330  EOF
3330    
3331      ;;      ;;
3332    detect)    detect)
3333      echo "$as_me:3240: result: detect" >&5      echo "$as_me:3333: result: detect" >&5
3334  echo "${ECHO_T}detect" >&6  echo "${ECHO_T}detect" >&6
3335      cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
3336  #define CONFIG_SND_DEBUG 1  #define CONFIG_SND_DEBUG 1
# Line 3257  EOF Line 3350  EOF
3350    
3351      ;;      ;;
3352    *)    *)
3353      echo "$as_me:3260: result: none" >&5      echo "$as_me:3353: result: none" >&5
3354  echo "${ECHO_T}none" >&6  echo "${ECHO_T}none" >&6
3355      ;;      ;;
3356  esac  esac
# Line 3265  esac Line 3358  esac
3358  if test $kpatchlevel -ge 3; then  if test $kpatchlevel -ge 3; then
3359    
3360    boolvar=CONFIG_ISA    boolvar=CONFIG_ISA
3361    echo "$as_me:3268: checking for ISA support in kernel" >&5    echo "$as_me:3361: checking for ISA support in kernel" >&5
3362  echo $ECHO_N "checking for ISA support in kernel... $ECHO_C" >&6  echo $ECHO_N "checking for ISA support in kernel... $ECHO_C" >&6
3363    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
3364    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
3365    boolchk=""    boolchk=""
3366    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
3367    echo "$as_me:3274: result: \"unknown\"" >&5    echo "$as_me:3367: result: \"unknown\"" >&5
3368  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
3369    
3370  else  else
3371    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3372  #line 3279 "configure"  #line 3372 "configure"
3373  #include "confdefs.h"  #include "confdefs.h"
3374    
3375  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
# Line 3290  int main( void ) { Line 3383  int main( void ) {
3383    
3384  _ACEOF  _ACEOF
3385  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
3386  if { (eval echo "$as_me:3293: \"$ac_link\"") >&5  if { (eval echo "$as_me:3386: \"$ac_link\"") >&5
3387    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
3388    ac_status=$?    ac_status=$?
3389    echo "$as_me:3296: \$? = $ac_status" >&5    echo "$as_me:3389: \$? = $ac_status" >&5
3390    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3391    { (eval echo "$as_me:3298: \"$ac_try\"") >&5    { (eval echo "$as_me:3391: \"$ac_try\"") >&5
3392    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3393    ac_status=$?    ac_status=$?
3394    echo "$as_me:3301: \$? = $ac_status" >&5    echo "$as_me:3394: \$? = $ac_status" >&5
3395    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
3396    echo "$as_me:3303: result: \"yes\"" >&5    echo "$as_me:3396: result: \"yes\"" >&5
3397  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
3398  else  else
3399    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
3400  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
3401  cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
3402  echo "$as_me:3309: result: \"no\"" >&5  echo "$as_me:3402: result: \"no\"" >&5
3403  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
3404  fi  fi
3405  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
# Line 3318  else Line 3411  else
3411  CONFIG_ISA=probe  CONFIG_ISA=probe
3412  fi  fi
3413    
3414  echo "$as_me:3321: checking for processor type" >&5  echo "$as_me:3414: checking for processor type" >&5
3415  echo $ECHO_N "checking for processor type... $ECHO_C" >&6  echo $ECHO_N "checking for processor type... $ECHO_C" >&6
3416  CONFIG_X86=  CONFIG_X86=
3417  CONFIG_ALPHA=  CONFIG_ALPHA=
# Line 3331  rm -f processor.id Line 3424  rm -f processor.id
3424  ac_save_CFLAGS="$CFLAGS"  ac_save_CFLAGS="$CFLAGS"
3425  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
3426  if test "$cross_compiling" = yes; then  if test "$cross_compiling" = yes; then
3427    echo "$as_me:3334: result: \"unknown\"" >&5    echo "$as_me:3427: result: \"unknown\"" >&5
3428  echo "${ECHO_T}\"unknown\"" >&6;processor=""  echo "${ECHO_T}\"unknown\"" >&6;processor=""
3429    
3430  else  else
3431    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3432  #line 3339 "configure"  #line 3432 "configure"
3433  #include "confdefs.h"  #include "confdefs.h"
3434    
3435  #include <stdio.h>  #include <stdio.h>
# Line 3419  int main(void) { Line 3512  int main(void) {
3512    
3513  _ACEOF  _ACEOF
3514  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
3515  if { (eval echo "$as_me:3422: \"$ac_link\"") >&5  if { (eval echo "$as_me:3515: \"$ac_link\"") >&5
3516    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
3517    ac_status=$?    ac_status=$?
3518    echo "$as_me:3425: \$? = $ac_status" >&5    echo "$as_me:3518: \$? = $ac_status" >&5
3519    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3520    { (eval echo "$as_me:3427: \"$ac_try\"") >&5    { (eval echo "$as_me:3520: \"$ac_try\"") >&5
3521    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3522    ac_status=$?    ac_status=$?
3523    echo "$as_me:3430: \$? = $ac_status" >&5    echo "$as_me:3523: \$? = $ac_status" >&5
3524    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
3525    processor=`cat processor.id`;echo "$as_me:3432: result: $processor" >&5    processor=`cat processor.id`;echo "$as_me:3525: result: $processor" >&5
3526  echo "${ECHO_T}$processor" >&6  echo "${ECHO_T}$processor" >&6
3527  else  else
3528    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
3529  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
3530  cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
3531  echo "$as_me:3438: result: \"unknown\"" >&5  echo "$as_me:3531: result: \"unknown\"" >&5
3532  echo "${ECHO_T}\"unknown\"" >&6;processor=""  echo "${ECHO_T}\"unknown\"" >&6;processor=""
3533  fi  fi
3534  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
# Line 3626  case "$processor" in Line 3719  case "$processor" in
3719        CONFIG_X86=y        CONFIG_X86=y
3720      fi      fi
3721      if test -d $CONFIG_SND_KERNELDIR/include/asm-i386/mach-default; then      if test -d $CONFIG_SND_KERNELDIR/include/asm-i386/mach-default; then
3722          echo "$as_me:3629: checking for i386 machine type" >&5          echo "$as_me:3722: checking for i386 machine type" >&5
3723  echo $ECHO_N "checking for i386 machine type... $ECHO_C" >&6  echo $ECHO_N "checking for i386 machine type... $ECHO_C" >&6
3724          machine="default"          machine="default"
3725          ac_save_CFLAGS="$CFLAGS"          ac_save_CFLAGS="$CFLAGS"
3726          CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"          CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
3727          rm -f machine.id          rm -f machine.id
3728          if test "$cross_compiling" = yes; then          if test "$cross_compiling" = yes; then
3729    { { echo "$as_me:3636: error: cannot run test program while cross compiling" >&5    { { echo "$as_me:3729: error: cannot run test program while cross compiling" >&5
3730  echo "$as_me: error: cannot run test program while cross compiling" >&2;}  echo "$as_me: error: cannot run test program while cross compiling" >&2;}
3731     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
3732  else  else
3733    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3734  #line 3641 "configure"  #line 3734 "configure"
3735  #include "confdefs.h"  #include "confdefs.h"
3736    
3737  #include <stdio.h>  #include <stdio.h>
# Line 3668  int main(void) { Line 3761  int main(void) {
3761    
3762  _ACEOF  _ACEOF
3763  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
3764  if { (eval echo "$as_me:3671: \"$ac_link\"") >&5  if { (eval echo "$as_me:3764: \"$ac_link\"") >&5
3765    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
3766    ac_status=$?    ac_status=$?
3767    echo "$as_me:3674: \$? = $ac_status" >&5    echo "$as_me:3767: \$? = $ac_status" >&5
3768    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3769    { (eval echo "$as_me:3676: \"$ac_try\"") >&5    { (eval echo "$as_me:3769: \"$ac_try\"") >&5
3770    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3771    ac_status=$?    ac_status=$?
3772    echo "$as_me:3679: \$? = $ac_status" >&5    echo "$as_me:3772: \$? = $ac_status" >&5
3773    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
3774    machine=`cat machine.id`;echo "$as_me:3681: result: $machine" >&5    machine=`cat machine.id`;echo "$as_me:3774: result: $machine" >&5
3775  echo "${ECHO_T}$machine" >&6  echo "${ECHO_T}$machine" >&6
3776  else  else
3777    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
# Line 3707  test "$CONFIG_SND_BIT32_EMUL" = "m" && c Line 3800  test "$CONFIG_SND_BIT32_EMUL" = "m" && c
3800  EOF  EOF
3801    
3802    boolvar=CONFIG_SMP    boolvar=CONFIG_SMP
3803    echo "$as_me:3710: checking for SMP" >&5    echo "$as_me:3803: checking for SMP" >&5
3804  echo $ECHO_N "checking for SMP... $ECHO_C" >&6  echo $ECHO_N "checking for SMP... $ECHO_C" >&6
3805    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
3806    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
3807    boolchk=""    boolchk=""
3808    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
3809    echo "$as_me:3716: result: \"unknown\"" >&5    echo "$as_me:3809: result: \"unknown\"" >&5
3810  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
3811    
3812  else  else
3813    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3814  #line 3721 "configure"  #line 3814 "configure"
3815  #include "confdefs.h"  #include "confdefs.h"
3816    
3817  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
# Line 3732  int main( void ) { Line 3825  int main( void ) {
3825    
3826  _ACEOF  _ACEOF
3827  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
3828  if { (eval echo "$as_me:3735: \"$ac_link\"") >&5  if { (eval echo "$as_me:3828: \"$ac_link\"") >&5
3829    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
3830    ac_status=$?    ac_status=$?
3831    echo "$as_me:3738: \$? = $ac_status" >&5    echo "$as_me:3831: \$? = $ac_status" >&5
3832    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3833    { (eval echo "$as_me:3740: \"$ac_try\"") >&5    { (eval echo "$as_me:3833: \"$ac_try\"") >&5
3834    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3835    ac_status=$?    ac_status=$?
3836    echo "$as_me:3743: \$? = $ac_status" >&5    echo "$as_me:3836: \$? = $ac_status" >&5
3837    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
3838    echo "$as_me:3745: result: \"yes\"" >&5    echo "$as_me:3838: result: \"yes\"" >&5
3839  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
3840  else  else
3841    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
3842  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
3843  cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
3844  echo "$as_me:3751: result: \"no\"" >&5  echo "$as_me:3844: result: \"no\"" >&5
3845  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
3846  fi  fi
3847  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
# Line 3764  else Line 3857  else
3857    msmp=""    msmp=""
3858  fi  fi
3859    
3860  echo "$as_me:3767: checking for ISA PnP driver in kernel" >&5  echo "$as_me:3860: checking for ISA PnP driver in kernel" >&5
3861  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
3862  CONFIG_ISAPNP_KERNEL=  CONFIG_ISAPNP_KERNEL=
3863  if test -r $CONFIG_SND_KERNELDIR/include/linux/isapnp.h; then  if test -r $CONFIG_SND_KERNELDIR/include/linux/isapnp.h; then
3864    echo "$as_me:3771: result: yes" >&5    echo "$as_me:3864: result: yes" >&5
3865  echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
3866    cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\EOF
3867  #define CONFIG_ISAPNP_KERNEL 1  #define CONFIG_ISAPNP_KERNEL 1
# Line 3776  EOF Line 3869  EOF
3869    
3870    CONFIG_ISAPNP_KERNEL=y    CONFIG_ISAPNP_KERNEL=y
3871  else  else
3872    echo "$as_me:3779: result: no" >&5    echo "$as_me:3872: result: no" >&5
3873  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
3874  fi  fi
3875    
3876  echo "$as_me:3783: checking for PnP driver in kernel" >&5  echo "$as_me:3876: checking for PnP driver in kernel" >&5
3877  echo $ECHO_N "checking for PnP driver in kernel... $ECHO_C" >&6  echo $ECHO_N "checking for PnP driver in kernel... $ECHO_C" >&6
3878  CONFIG_PNP_KERNEL=  CONFIG_PNP_KERNEL=
3879  if test -r $CONFIG_SND_KERNELDIR/include/linux/pnp.h; then  if test -r $CONFIG_SND_KERNELDIR/include/linux/pnp.h; then
3880    echo "$as_me:3787: result: yes" >&5    echo "$as_me:3880: result: yes" >&5
3881  echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
3882    cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\EOF
3883  #define CONFIG_PNP_KERNEL 1  #define CONFIG_PNP_KERNEL 1
# Line 3792  EOF Line 3885  EOF
3885    
3886    CONFIG_PNP_KERNEL=y    CONFIG_PNP_KERNEL=y
3887  else  else
3888    echo "$as_me:3795: result: no" >&5    echo "$as_me:3888: result: no" >&5
3889  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
3890  fi  fi
3891    
3892  if test "$CONFIG_ISAPNP_KERNEL" = y; then  if test "$CONFIG_ISAPNP_KERNEL" = y; then
3893    
3894    boolvar=CONFIG_ISAPNP    boolvar=CONFIG_ISAPNP
3895    echo "$as_me:3802: checking for Kernel ISA-PnP support" >&5    echo "$as_me:3895: checking for Kernel ISA-PnP support" >&5
3896  echo $ECHO_N "checking for Kernel ISA-PnP support... $ECHO_C" >&6  echo $ECHO_N "checking for Kernel ISA-PnP support... $ECHO_C" >&6
3897    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
3898    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
3899    boolchk=""    boolchk=""
3900    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
3901    echo "$as_me:3808: result: \"unknown\"" >&5    echo "$as_me:3901: result: \"unknown\"" >&5
3902  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
3903    
3904  else  else
3905    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3906  #line 3813 "configure"  #line 3906 "configure"
3907  #include "confdefs.h"  #include "confdefs.h"
3908    
3909  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
# Line 3824  int main( void ) { Line 3917  int main( void ) {
3917    
3918  _ACEOF  _ACEOF
3919  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
3920  if { (eval echo "$as_me:3827: \"$ac_link\"") >&5  if { (eval echo "$as_me:3920: \"$ac_link\"") >&5
3921    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
3922    ac_status=$?    ac_status=$?
3923    echo "$as_me:3830: \$? = $ac_status" >&5    echo "$as_me:3923: \$? = $ac_status" >&5
3924    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3925    { (eval echo "$as_me:3832: \"$ac_try\"") >&5    { (eval echo "$as_me:3925: \"$ac_try\"") >&5
3926    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3927    ac_status=$?    ac_status=$?
3928    echo "$as_me:3835: \$? = $ac_status" >&5    echo "$as_me:3928: \$? = $ac_status" >&5
3929    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
3930    echo "$as_me:3837: result: \"yes\"" >&5    echo "$as_me:3930: result: \"yes\"" >&5
3931  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
3932  else  else
3933    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
3934  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
3935  cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
3936  echo "$as_me:3843: result: \"no\"" >&5  echo "$as_me:3936: result: \"no\"" >&5
3937  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
3938  fi  fi
3939  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
# Line 3851  fi Line 3944  fi
3944    if test "$CONFIG_ISAPNP" != "y"; then    if test "$CONFIG_ISAPNP" != "y"; then
3945    
3946    boolvar=CONFIG_ISAPNP_MODULE    boolvar=CONFIG_ISAPNP_MODULE
3947    echo "$as_me:3854: checking for Kernel ISA-PnP module support" >&5    echo "$as_me:3947: checking for Kernel ISA-PnP module support" >&5
3948  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
3949    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
3950    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
3951    boolchk=""    boolchk=""
3952    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
3953    echo "$as_me:3860: result: \"unknown\"" >&5    echo "$as_me:3953: result: \"unknown\"" >&5
3954  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
3955    
3956  else  else
3957    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
3958  #line 3865 "configure"  #line 3958 "configure"
3959  #include "confdefs.h"  #include "confdefs.h"
3960    
3961  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
# Line 3876  int main( void ) { Line 3969  int main( void ) {
3969    
3970  _ACEOF  _ACEOF
3971  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
3972  if { (eval echo "$as_me:3879: \"$ac_link\"") >&5  if { (eval echo "$as_me:3972: \"$ac_link\"") >&5
3973    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
3974    ac_status=$?    ac_status=$?
3975    echo "$as_me:3882: \$? = $ac_status" >&5    echo "$as_me:3975: \$? = $ac_status" >&5
3976    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3977    { (eval echo "$as_me:3884: \"$ac_try\"") >&5    { (eval echo "$as_me:3977: \"$ac_try\"") >&5
3978    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3979    ac_status=$?    ac_status=$?
3980    echo "$as_me:3887: \$? = $ac_status" >&5    echo "$as_me:3980: \$? = $ac_status" >&5
3981    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
3982    echo "$as_me:3889: result: \"yes\"" >&5    echo "$as_me:3982: result: \"yes\"" >&5
3983  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
3984  else  else
3985    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
3986  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
3987  cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
3988  echo "$as_me:3895: result: \"no\"" >&5  echo "$as_me:3988: result: \"no\"" >&5
3989  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
3990  fi  fi
3991  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
# Line 3905  fi Line 3998  fi
3998      fi      fi
3999    fi    fi
4000  else  else
4001    echo "$as_me:3908: checking for ISA PnP support" >&5    echo "$as_me:4001: checking for ISA PnP support" >&5
4002  echo $ECHO_N "checking for ISA PnP support... $ECHO_C" >&6  echo $ECHO_N "checking for ISA PnP support... $ECHO_C" >&6
4003    
4004  # Check whether --with-isapnp or --without-isapnp was given.  # Check whether --with-isapnp or --without-isapnp was given.
# Line 3922  fi; Line 4015  fi;
4015    fi    fi
4016    if test "$pnp" = "yes"; then    if test "$pnp" = "yes"; then
4017      CONFIG_ISAPNP=y      CONFIG_ISAPNP=y
4018      echo "$as_me:3925: result: yes" >&5      echo "$as_me:4018: result: yes" >&5
4019  echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
4020    else    else
4021      CONFIG_ISAPNP=      CONFIG_ISAPNP=
4022      echo "$as_me:3929: result: no" >&5      echo "$as_me:4022: result: no" >&5
4023  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
4024    fi    fi
4025  fi  fi
# Line 3943  EOF Line 4036  EOF
4036    
4037  fi  fi
4038    
4039    echo "$as_me:4039: checking for strlcpy" >&5
4040    echo $ECHO_N "checking for strlcpy... $ECHO_C" >&6
4041    strlcpy="0"
4042    ac_save_CFLAGS="$CFLAGS"
4043    CFLAGS="-Wall -Werror $CFLAGS -I$CONFIG_SND_KERNELDIR/include"
4044    cat >conftest.$ac_ext <<_ACEOF
4045    #line 4045 "configure"
4046    #include "confdefs.h"
4047    
4048    #define __KERNEL__
4049    #include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
4050    #include "$CONFIG_SND_KERNELDIR/include/linux/kernel.h"
4051    
4052    int
4053    main ()
4054    {
4055    
4056      char buf[128];
4057      strlcpy(buf, "abcd", sizeof(buf));
4058    
4059      ;
4060      return 0;
4061    }
4062    _ACEOF
4063    rm -f conftest.$ac_objext
4064    if { (eval echo "$as_me:4064: \"$ac_compile\"") >&5
4065      (eval $ac_compile) 2>&5
4066      ac_status=$?
4067      echo "$as_me:4067: \$? = $ac_status" >&5
4068      (exit $ac_status); } &&
4069             { ac_try='test -s conftest.$ac_objext'
4070      { (eval echo "$as_me:4070: \"$ac_try\"") >&5
4071      (eval $ac_try) 2>&5
4072      ac_status=$?
4073      echo "$as_me:4073: \$? = $ac_status" >&5
4074      (exit $ac_status); }; }; then
4075      echo "$as_me:4075: result: \"yes\"" >&5
4076    echo "${ECHO_T}\"yes\"" >&6;strlcpy="1"
4077    else
4078      echo "$as_me: failed program was:" >&5
4079    cat conftest.$ac_ext >&5
4080    echo "$as_me:4080: result: \"no\"" >&5
4081    echo "${ECHO_T}\"no\"" >&6;strlcpy="0"
4082    fi
4083    rm -f conftest.$ac_objext conftest.$ac_ext
4084    CFLAGS=$ac_save_CFLAGS
4085    CONFIG_HAVE_STRLCPY=$strlcpy
4086    if test "$CONFIG_HAVE_STRLCPY" = "1"; then
4087      cat >>confdefs.h <<\EOF
4088    #define CONFIG_HAVE_STRLCPY 1
4089    EOF
4090    
4091    fi
4092    
4093    echo "$as_me:4093: checking for snprintf" >&5
4094    echo $ECHO_N "checking for snprintf... $ECHO_C" >&6
4095    snprintf="0"
4096    ac_save_CFLAGS="$CFLAGS"
4097    CFLAGS="-Wall -Werror $CFLAGS -I$CONFIG_SND_KERNELDIR/include"
4098    cat >conftest.$ac_ext <<_ACEOF
4099    #line 4099 "configure"
4100    #include "confdefs.h"
4101    
4102    #define __KERNEL__
4103    #include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
4104    #include "$CONFIG_SND_KERNELDIR/include/linux/kernel.h"
4105    
4106    int
4107    main ()
4108    {
4109    
4110      char buf[128];
4111      snprintf(buf, sizeof(buf), "abcd");
4112    
4113      ;
4114      return 0;
4115    }
4116    _ACEOF
4117    rm -f conftest.$ac_objext
4118    if { (eval echo "$as_me:4118: \"$ac_compile\"") >&5
4119      (eval $ac_compile) 2>&5
4120      ac_status=$?
4121      echo "$as_me:4121: \$? = $ac_status" >&5
4122      (exit $ac_status); } &&
4123             { ac_try='test -s conftest.$ac_objext'
4124      { (eval echo "$as_me:4124: \"$ac_try\"") >&5
4125      (eval $ac_try) 2>&5
4126      ac_status=$?
4127      echo "$as_me:4127: \$? = $ac_status" >&5
4128      (exit $ac_status); }; }; then
4129      echo "$as_me:4129: result: \"yes\"" >&5
4130    echo "${ECHO_T}\"yes\"" >&6;snprintf="1"
4131    else
4132      echo "$as_me: failed program was:" >&5
4133    cat conftest.$ac_ext >&5
4134    echo "$as_me:4134: result: \"no\"" >&5
4135    echo "${ECHO_T}\"no\"" >&6;snprintf="0"
4136    fi
4137    rm -f conftest.$ac_objext conftest.$ac_ext
4138    CFLAGS=$ac_save_CFLAGS
4139    CONFIG_HAVE_SNPRINTF=$snprintf
4140    if test "$CONFIG_HAVE_SNPRINTF" = "1"; then
4141      cat >>confdefs.h <<\EOF
4142    #define CONFIG_HAVE_SNPRINTF 1
4143    EOF
4144    
4145    fi
4146    
4147    echo "$as_me:4147: checking for vmalloc_to_page" >&5
4148    echo $ECHO_N "checking for vmalloc_to_page... $ECHO_C" >&6
4149    vmalloc_to_page="0"
4150    ac_save_CFLAGS="$CFLAGS"
4151    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
4152    cat >conftest.$ac_ext <<_ACEOF
4153    #line 4153 "configure"
4154    #include "confdefs.h"
4155    
4156    #define __KERNEL__
4157    #include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
4158    #include "$CONFIG_SND_KERNELDIR/include/linux/time.h"
4159    #include "$CONFIG_SND_KERNELDIR/include/linux/slab.h"
4160    
4161    int
4162    main ()
4163    {
4164    
4165      struct page * (*func)(void*);
4166      func = vmalloc_to_page;
4167    
4168      ;
4169      return 0;
4170    }
4171    _ACEOF
4172    rm -f conftest.$ac_objext
4173    if { (eval echo "$as_me:4173: \"$ac_compile\"") >&5
4174      (eval $ac_compile) 2>&5
4175      ac_status=$?
4176      echo "$as_me:4176: \$? = $ac_status" >&5
4177      (exit $ac_status); } &&
4178             { ac_try='test -s conftest.$ac_objext'
4179      { (eval echo "$as_me:4179: \"$ac_try\"") >&5
4180      (eval $ac_try) 2>&5
4181      ac_status=$?
4182      echo "$as_me:4182: \$? = $ac_status" >&5
4183      (exit $ac_status); }; }; then
4184      echo "$as_me:4184: result: \"yes\"" >&5
4185    echo "${ECHO_T}\"yes\"" >&6;vmalloc_to_page="1"
4186    else
4187      echo "$as_me: failed program was:" >&5
4188    cat conftest.$ac_ext >&5
4189    echo "$as_me:4189: result: \"no\"" >&5
4190    echo "${ECHO_T}\"no\"" >&6;vmalloc_to_page="0"
4191    fi
4192    rm -f conftest.$ac_objext conftest.$ac_ext
4193    CFLAGS=$ac_save_CFLAGS
4194    CONFIG_HAVE_VMALLOC_TO_PAGE=$vmalloc_to_page
4195    if test "$CONFIG_HAVE_VMALLOC_TO_PAGE" = "1"; then
4196      cat >>confdefs.h <<\EOF
4197    #define CONFIG_HAVE_VMALLOC_TO_PAGE 1
4198    EOF
4199    
4200    fi
4201    
4202    echo "$as_me:4202: checking for old kmod" >&5
4203    echo $ECHO_N "checking for old kmod... $ECHO_C" >&6
4204    old_kmod="0"
4205    ac_save_CFLAGS="$CFLAGS"
4206    CFLAGS="$CFLAGS -Wall -I$CONFIG_SND_KERNELDIR/include"
4207    cat >conftest.$ac_ext <<_ACEOF
4208    #line 4208 "configure"
4209    #include "confdefs.h"
4210    
4211    #define __KERNEL__
4212    #include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
4213    #include "$CONFIG_SND_KERNELDIR/include/linux/module.h"
4214    
4215    int
4216    main ()
4217    {
4218    
4219            kmod("abcd", "def", "ixj");
4220    
4221      ;
4222      return 0;
4223    }
4224    _ACEOF
4225    rm -f conftest.$ac_objext
4226    if { (eval echo "$as_me:4226: \"$ac_compile\"") >&5
4227      (eval $ac_compile) 2>&5
4228      ac_status=$?
4229      echo "$as_me:4229: \$? = $ac_status" >&5
4230      (exit $ac_status); } &&
4231             { ac_try='test -s conftest.$ac_objext'
4232      { (eval echo "$as_me:4232: \"$ac_try\"") >&5
4233      (eval $ac_try) 2>&5
4234      ac_status=$?
4235      echo "$as_me:4235: \$? = $ac_status" >&5
4236      (exit $ac_status); }; }; then
4237      echo "$as_me:4237: result: \"yes\"" >&5
4238    echo "${ECHO_T}\"yes\"" >&6;old_kmod="1"
4239    else
4240      echo "$as_me: failed program was:" >&5
4241    cat conftest.$ac_ext >&5
4242    echo "$as_me:4242: result: \"no\"" >&5
4243    echo "${ECHO_T}\"no\"" >&6;old_kmod="0"
4244    fi
4245    rm -f conftest.$ac_objext conftest.$ac_ext
4246    CFLAGS=$ac_save_CFLAGS
4247    CONFIG_HAVE_OLD_REQUEST_MODULE=$old_kmod
4248    if test "$CONFIG_HAVE_OLD_REQUEST_MODULE" = "1"; then
4249      cat >>confdefs.h <<\EOF
4250    #define CONFIG_HAVE_OLD_REQUEST_MODULE 1
4251    EOF
4252    
4253    fi
4254    
4255  if test $kpatchlevel -le 2; then  if test $kpatchlevel -le 2; then
4256    
4257  echo "$as_me:3948: checking for old kill_fasync" >&5  echo "$as_me:4257: checking for old kill_fasync" >&5
4258  echo $ECHO_N "checking for old kill_fasync... $ECHO_C" >&6  echo $ECHO_N "checking for old kill_fasync... $ECHO_C" >&6
4259  oldkfasync="0"  oldkfasync="0"
4260  ac_save_CFLAGS="$CFLAGS"  ac_save_CFLAGS="$CFLAGS"
4261  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
4262  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
4263  #line 3954 "configure"  #line 4263 "configure"
4264  #include "confdefs.h"  #include "confdefs.h"
4265    
4266  #define __KERNEL__  #define __KERNEL__
4267    #include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
4268  #ifdef __alpha__ /* it's required (at least for 2.2.18) */  #ifdef __alpha__ /* it's required (at least for 2.2.18) */
4269  #include <asm/current.h>  #include "$CONFIG_SND_KERNELDIR/include/asm/current.h"
4270  #endif  #endif
4271  #include <linux/fs.h>  #include "$CONFIG_SND_KERNELDIR/include/linux/fs.h"
4272    
4273  int  int
4274  main ()  main ()
# Line 3973  main () Line 4283  main ()
4283  }  }
4284  _ACEOF  _ACEOF
4285  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
4286  if { (eval echo "$as_me:3976: \"$ac_compile\"") >&5  if { (eval echo "$as_me:4286: \"$ac_compile\"") >&5
4287    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
4288    ac_status=$?    ac_status=$?
4289    echo "$as_me:3979: \$? = $ac_status" >&5    echo "$as_me:4289: \$? = $ac_status" >&5
4290    (exit $ac_status); } &&    (exit $ac_status); } &&
4291           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
4292    { (eval echo "$as_me:3982: \"$ac_try\"") >&5    { (eval echo "$as_me:4292: \"$ac_try\"") >&5
4293    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4294    ac_status=$?    ac_status=$?
4295    echo "$as_me:3985: \$? = $ac_status" >&5    echo "$as_me:4295: \$? = $ac_status" >&5
4296    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
4297    echo "$as_me:3987: result: \"yes\"" >&5    echo "$as_me:4297: result: \"yes\"" >&5
4298  echo "${ECHO_T}\"yes\"" >&6;oldkfasync="1"  echo "${ECHO_T}\"yes\"" >&6;oldkfasync="1"
4299  else  else
4300    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4301  cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
4302  echo "$as_me:3992: result: \"no\"" >&5  echo "$as_me:4302: result: \"no\"" >&5
4303  echo "${ECHO_T}\"no\"" >&6;oldkfasync="0"  echo "${ECHO_T}\"no\"" >&6;oldkfasync="0"
4304  fi  fi
4305  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 4002  EOF Line 4312  EOF
4312    
4313  fi  fi
4314    
4315  echo "$as_me:4005: checking for dma_addr_t" >&5  echo "$as_me:4315: checking for dma_addr_t" >&5
4316  echo $ECHO_N "checking for dma_addr_t... $ECHO_C" >&6  echo $ECHO_N "checking for dma_addr_t... $ECHO_C" >&6
4317  dma_addr_t="0"  dma_addr_t="0"
4318  ac_save_CFLAGS="$CFLAGS"  ac_save_CFLAGS="$CFLAGS"
4319  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
4320  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
4321  #line 4011 "configure"  #line 4321 "configure"
4322  #include "confdefs.h"  #include "confdefs.h"
4323    
4324  #define __KERNEL__  #define __KERNEL__
4325  #include <asm/types.h>  #include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
4326    #include "$CONFIG_SND_KERNELDIR/include/asm/types.h"
4327    
4328  int  int
4329  main ()  main ()
# Line 4025  main () Line 4336  main ()
4336  }  }
4337  _ACEOF  _ACEOF
4338  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
4339  if { (eval echo "$as_me:4028: \"$ac_compile\"") >&5  if { (eval echo "$as_me:4339: \"$ac_compile\"") >&5
4340    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
4341    ac_status=$?    ac_status=$?
4342    echo "$as_me:4031: \$? = $ac_status" >&5    echo "$as_me:4342: \$? = $ac_status" >&5
4343    (exit $ac_status); } &&    (exit $ac_status); } &&
4344           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
4345    { (eval echo "$as_me:4034: \"$ac_try\"") >&5    { (eval echo "$as_me:4345: \"$ac_try\"") >&5
4346    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4347    ac_status=$?    ac_status=$?
4348    echo "$as_me:4037: \$? = $ac_status" >&5    echo "$as_me:4348: \$? = $ac_status" >&5
4349    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
4350    echo "$as_me:4039: result: \"yes\"" >&5    echo "$as_me:4350: result: \"yes\"" >&5
4351  echo "${ECHO_T}\"yes\"" >&6;dma_addr_t="1"  echo "${ECHO_T}\"yes\"" >&6;dma_addr_t="1"
4352  else  else
4353    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4354  cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
4355  echo "$as_me:4044: result: \"no\"" >&5  echo "$as_me:4355: result: \"no\"" >&5
4356  echo "${ECHO_T}\"no\"" >&6;dma_addr_t="0"  echo "${ECHO_T}\"no\"" >&6;dma_addr_t="0"
4357  fi  fi
4358  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 4054  EOF Line 4365  EOF
4365    
4366  fi  fi
4367    
4368  echo "$as_me:4057: checking for MUTEX macros" >&5  echo "$as_me:4368: checking for MUTEX macros" >&5
4369  echo $ECHO_N "checking for MUTEX macros... $ECHO_C" >&6  echo $ECHO_N "checking for MUTEX macros... $ECHO_C" >&6
4370  have_mutex_macros="0"  have_mutex_macros="0"
4371  ac_save_CFLAGS="$CFLAGS"  ac_save_CFLAGS="$CFLAGS"
4372  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
4373  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
4374  #line 4063 "configure"  #line 4374 "configure"
4375  #include "confdefs.h"  #include "confdefs.h"
4376    
4377  #define __KERNEL__  #define __KERNEL__
4378  #include <asm/semaphore.h>  #include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
4379    #include "$CONFIG_SND_KERNELDIR/include/asm/semaphore.h"
4380    
4381  int  int
4382  main ()  main ()
# Line 4080  exit(0); Line 4392  exit(0);
4392  }  }
4393  _ACEOF  _ACEOF
4394  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
4395  if { (eval echo "$as_me:4083: \"$ac_compile\"") >&5  if { (eval echo "$as_me:4395: \"$ac_compile\"") >&5
4396    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
4397    ac_status=$?    ac_status=$?
4398    echo "$as_me:4086: \$? = $ac_status" >&5    echo "$as_me:4398: \$? = $ac_status" >&5
4399    (exit $ac_status); } &&    (exit $ac_status); } &&
4400           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
4401    { (eval echo "$as_me:4089: \"$ac_try\"") >&5    { (eval echo "$as_me:4401: \"$ac_try\"") >&5
4402    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4403    ac_status=$?    ac_status=$?
4404    echo "$as_me:4092: \$? = $ac_status" >&5    echo "$as_me:4404: \$? = $ac_status" >&5
4405    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
4406    echo "$as_me:4094: result: \"yes\"" >&5    echo "$as_me:4406: result: \"yes\"" >&5
4407  echo "${ECHO_T}\"yes\"" >&6;have_mutex_macros="1"  echo "${ECHO_T}\"yes\"" >&6;have_mutex_macros="1"
4408  else  else
4409    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
4410  cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
4411  echo "$as_me:4099: result: \"no\"" >&5  echo "$as_me:4411: result: \"no\"" >&5
4412  echo "${ECHO_T}\"no\"" >&6;have_mutex_macros="0"  echo "${ECHO_T}\"no\"" >&6;have_mutex_macros="0"
4413  fi  fi
4414  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
# Line 4137  else Line 4449  else
4449    fi    fi
4450  fi  fi
4451    
4452  echo "$as_me:4140: checking for vmalloc_to_page" >&5  echo "$as_me:4452: checking for driver version" >&5
 echo $ECHO_N "checking for vmalloc_to_page... $ECHO_C" >&6  
 vmalloc_to_page="0"  
 ac_save_CFLAGS="$CFLAGS"  
 CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"  
 cat >conftest.$ac_ext <<_ACEOF  
 #line 4146 "configure"  
 #include "confdefs.h"  
   
 #define __KERNEL__  
 #include <linux/config.h>  
 #include <linux/time.h>  
 #include <linux/slab.h>  
   
 int  
 main ()  
 {  
   
   struct page * (*func)(void*);  
   func = vmalloc_to_page;  
   
   ;  
   return 0;  
 }  
 _ACEOF  
 rm -f conftest.$ac_objext  
 if { (eval echo "$as_me:4166: \"$ac_compile\"") >&5  
   (eval $ac_compile) 2>&5  
   ac_status=$?  
   echo "$as_me:4169: \$? = $ac_status" >&5  
   (exit $ac_status); } &&  
          { ac_try='test -s conftest.$ac_objext'  
   { (eval echo "$as_me:4172: \"$ac_try\"") >&5  
   (eval $ac_try) 2>&5  
   ac_status=$?  
   echo "$as_me:4175: \$? = $ac_status" >&5  
   (exit $ac_status); }; }; then  
   echo "$as_me:4177: result: \"yes\"" >&5  
 echo "${ECHO_T}\"yes\"" >&6;vmalloc_to_page="1"  
 else  
   echo "$as_me: failed program was:" >&5  
 cat conftest.$ac_ext >&5  
 echo "$as_me:4182: result: \"no\"" >&5  
 echo "${ECHO_T}\"no\"" >&6;vmalloc_to_page="0"  
 fi  
 rm -f conftest.$ac_objext conftest.$ac_ext  
 CFLAGS=$ac_save_CFLAGS  
 CONFIG_HAVE_VMALLOC_TO_PAGE=$vmalloc_to_page  
 if test "$CONFIG_HAVE_VMALLOC_TO_PAGE" = "1"; then  
   cat >>confdefs.h <<\EOF  
 #define CONFIG_HAVE_VMALLOC_TO_PAGE 1  
 EOF  
   
 fi  
   
 echo "$as_me:4195: checking for driver version" >&5  
4453  echo $ECHO_N "checking for driver version... $ECHO_C" >&6  echo $ECHO_N "checking for driver version... $ECHO_C" >&6
4454  cat >>confdefs.h <<EOF  cat >>confdefs.h <<EOF
4455  #define CONFIG_SND_VERSION "$CONFIG_SND_VERSION"  #define CONFIG_SND_VERSION "$CONFIG_SND_VERSION"
# Line 4203  cat >>confdefs.h <<EOF Line 4460  cat >>confdefs.h <<EOF
4460  #define CONFIG_SND_DATE "$CONFIG_SND_DATE"  #define CONFIG_SND_DATE "$CONFIG_SND_DATE"
4461  EOF  EOF
4462    
4463  echo "$as_me:4206: result: $CONFIG_SND_VERSION" >&5  echo "$as_me:4463: result: $CONFIG_SND_VERSION" >&5
4464  echo "${ECHO_T}$CONFIG_SND_VERSION" >&6  echo "${ECHO_T}$CONFIG_SND_VERSION" >&6
4465    
4466  echo "$as_me:4209: checking for sequencer support" >&5  echo "$as_me:4466: checking for sequencer support" >&5
4467  echo $ECHO_N "checking for sequencer support... $ECHO_C" >&6  echo $ECHO_N "checking for sequencer support... $ECHO_C" >&6
4468    
4469  # Check whether --with-sequencer or --without-sequencer was given.  # Check whether --with-sequencer or --without-sequencer was given.
# Line 4230  EOF Line 4487  EOF
4487  #define CONFIG_SND_SEQ_DUMMY_MODULE 1  #define CONFIG_SND_SEQ_DUMMY_MODULE 1
4488  EOF  EOF
4489    
4490    echo "$as_me:4233: result: yes" >&5    echo "$as_me:4490: result: yes" >&5
4491  echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
4492  else  else
4493    echo "$as_me:4236: result: no" >&5    echo "$as_me:4493: result: no" >&5
4494  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
4495  fi  fi
4496    
4497  echo "$as_me:4240: checking for OSS/Free emulation" >&5  echo "$as_me:4497: checking for OSS/Free emulation" >&5
4498  echo $ECHO_N "checking for OSS/Free emulation... $ECHO_C" >&6  echo $ECHO_N "checking for OSS/Free emulation... $ECHO_C" >&6
4499    
4500  # Check whether --with-oss or --without-oss was given.  # Check whether --with-oss or --without-oss was given.
# Line 4271  EOF Line 4528  EOF
4528  EOF  EOF
4529    
4530    fi    fi
4531    echo "$as_me:4274: result: yes" >&5    echo "$as_me:4531: result: yes" >&5
4532  echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
4533  else  else
4534    echo "$as_me:4277: result: no" >&5    echo "$as_me:4534: result: no" >&5
4535  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
4536  fi  fi
4537    
4538  echo "$as_me:4281: checking for RTC callback support in kernel" >&5  echo "$as_me:4538: checking for RTC callback support in kernel" >&5
4539  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
4540  rtcsup="0"  rtcsup="0"
4541  ac_save_CFLAGS="$CFLAGS"  ac_save_CFLAGS="$CFLAGS"
4542  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"  CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
4543  if test "$cross_compiling" = yes; then  if test "$cross_compiling" = yes; then
4544    echo "$as_me:4287: result: \"unknown\"" >&5    echo "$as_me:4544: result: \"unknown\"" >&5
4545  echo "${ECHO_T}\"unknown\"" >&6;rtcsup=""  echo "${ECHO_T}\"unknown\"" >&6;rtcsup=""
4546    
4547  else  else
4548    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4549  #line 4292 "configure"  #line 4549 "configure"
4550  #include "confdefs.h"  #include "confdefs.h"
4551    
4552  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
# Line 4297  else Line 4554  else
4554  int main(void) { exit(1); }  int main(void) { exit(1); }
4555  #else  #else
4556  #define __KERNEL__  #define __KERNEL__
4557  #include <linux/version.h>  #include "$CONFIG_SND_KERNELDIR/include/linux/version.h"
4558    #include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
4559  #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 2, 12)       /* FIXME: which 2.2.x kernel? */  #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 2, 12)       /* FIXME: which 2.2.x kernel? */
4560  #include <linux/rtc.h>  #include "$CONFIG_SND_KERNELDIR/include/linux/rtc.h"
4561  #else  #else
4562  #include <linux/mc146818rtc.h>  #include "$CONFIG_SND_KERNELDIR/include/linux/mc146818rtc.h"
4563  #endif  #endif
4564  int main(void)  int main(void)
4565  {  {
# Line 4312  int main(void) Line 4570  int main(void)
4570    
4571  _ACEOF  _ACEOF
4572  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
4573  if { (eval echo "$as_me:4315: \"$ac_link\"") >&5  if { (eval echo "$as_me:4573: \"$ac_link\"") >&5
4574    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
4575    ac_status=$?    ac_status=$?
4576    echo "$as_me:4318: \$? = $ac_status" >&5    echo "$as_me:4576: \$? = $ac_status" >&5
4577    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4578    { (eval echo "$as_me:4320: \"$ac_try\"") >&5    { (eval echo "$as_me:4578: \"$ac_try\"") >&5
4579    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4580    ac_status=$?    ac_status=$?
4581    echo "$as_me:4323: \$? = $ac_status" >&5    echo "$as_me:4581: \$? = $ac_status" >&5
4582    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
4583    echo "$as_me:4325: result: \"yes\"" >&5    echo "$as_me:4583: result: \"yes\"" >&5
4584  echo "${ECHO_T}\"yes\"" >&6;rtcsup="m"  echo "${ECHO_T}\"yes\"" >&6;rtcsup="m"
4585  else  else
4586    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
4587  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
4588  cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
4589  echo "$as_me:4331: result: \"no\"" >&5  echo "$as_me:4589: result: \"no\"" >&5
4590  echo "${ECHO_T}\"no\"" >&6;rtcsup=""  echo "${ECHO_T}\"no\"" >&6;rtcsup=""
4591  fi  fi
4592  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
# Line 4343  EOF Line 4601  EOF
4601  CONFIG_RTC=$CONFIG_SND_RTCTIMER  CONFIG_RTC=$CONFIG_SND_RTCTIMER
4602    
4603    boolvar=CONFIG_USB    boolvar=CONFIG_USB
4604    echo "$as_me:4346: checking for USB support" >&5    echo "$as_me:4604: checking for USB support" >&5
4605  echo $ECHO_N "checking for USB support... $ECHO_C" >&6  echo $ECHO_N "checking for USB support... $ECHO_C" >&6
4606    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
4607    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
4608    boolchk=""    boolchk=""
4609    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
4610    echo "$as_me:4352: result: \"unknown\"" >&5    echo "$as_me:4610: result: \"unknown\"" >&5
4611  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
4612    
4613  else  else
4614    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4615  #line 4357 "configure"  #line 4615 "configure"
4616  #include "confdefs.h"  #include "confdefs.h"
4617    
4618  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
# Line 4368  int main( void ) { Line 4626  int main( void ) {
4626    
4627  _ACEOF  _ACEOF
4628  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
4629  if { (eval echo "$as_me:4371: \"$ac_link\"") >&5  if { (eval echo "$as_me:4629: \"$ac_link\"") >&5
4630    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
4631    ac_status=$?    ac_status=$?
4632    echo "$as_me:4374: \$? = $ac_status" >&5    echo "$as_me:4632: \$? = $ac_status" >&5
4633    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4634    { (eval echo "$as_me:4376: \"$ac_try\"") >&5    { (eval echo "$as_me:4634: \"$ac_try\"") >&5
4635    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4636    ac_status=$?    ac_status=$?
4637    echo "$as_me:4379: \$? = $ac_status" >&5    echo "$as_me:4637: \$? = $ac_status" >&5
4638    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
4639    echo "$as_me:4381: result: \"yes\"" >&5    echo "$as_me:4639: result: \"yes\"" >&5
4640  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
4641  else  else
4642    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
4643  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
4644  cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
4645  echo "$as_me:4387: result: \"no\"" >&5  echo "$as_me:4645: result: \"no\"" >&5
4646  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
4647  fi  fi
4648  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
# Line 4395  fi Line 4653  fi
4653  if test "$CONFIG_USB" != "y"; then  if test "$CONFIG_USB" != "y"; then
4654    
4655    boolvar=CONFIG_USB_MODULE    boolvar=CONFIG_USB_MODULE
4656    echo "$as_me:4398: checking for USB module support" >&5    echo "$as_me:4656: checking for USB module support" >&5
4657  echo $ECHO_N "checking for USB module support... $ECHO_C" >&6  echo $ECHO_N "checking for USB module support... $ECHO_C" >&6
4658    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
4659    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
4660    boolchk=""    boolchk=""
4661    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
4662    echo "$as_me:4404: result: \"unknown\"" >&5    echo "$as_me:4662: result: \"unknown\"" >&5
4663  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
4664    
4665  else  else
4666    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4667  #line 4409 "configure"  #line 4667 "configure"
4668  #include "confdefs.h"  #include "confdefs.h"
4669    
4670  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
# Line 4420  int main( void ) { Line 4678  int main( void ) {
4678    
4679  _ACEOF  _ACEOF
4680  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
4681  if { (eval echo "$as_me:4423: \"$ac_link\"") >&5  if { (eval echo "$as_me:4681: \"$ac_link\"") >&5
4682    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
4683    ac_status=$?    ac_status=$?
4684    echo "$as_me:4426: \$? = $ac_status" >&5    echo "$as_me:4684: \$? = $ac_status" >&5
4685    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4686    { (eval echo "$as_me:4428: \"$ac_try\"") >&5    { (eval echo "$as_me:4686: \"$ac_try\"") >&5
4687    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4688    ac_status=$?    ac_status=$?
4689    echo "$as_me:4431: \$? = $ac_status" >&5    echo "$as_me:4689: \$? = $ac_status" >&5
4690    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
4691    echo "$as_me:4433: result: \"yes\"" >&5    echo "$as_me:4691: result: \"yes\"" >&5
4692  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
4693  else  else
4694    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
4695  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
4696  cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
4697  echo "$as_me:4439: result: \"no\"" >&5  echo "$as_me:4697: result: \"no\"" >&5
4698  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
4699  fi  fi
4700  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
# Line 4467  if test "$pcmcia" = "kernel"; then Line 4725  if test "$pcmcia" = "kernel"; then
4725    echo "checking for kernel PCMCIA"    echo "checking for kernel PCMCIA"
4726    
4727    boolvar=CONFIG_PCMCIA    boolvar=CONFIG_PCMCIA
4728    echo "$as_me:4470: checking for PCMCIA support" >&5    echo "$as_me:4728: checking for PCMCIA support" >&5
4729  echo $ECHO_N "checking for PCMCIA support... $ECHO_C" >&6  echo $ECHO_N "checking for PCMCIA support... $ECHO_C" >&6
4730    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
4731    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
4732    boolchk=""    boolchk=""
4733    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
4734    echo "$as_me:4476: result: \"unknown\"" >&5    echo "$as_me:4734: result: \"unknown\"" >&5
4735  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
4736    
4737  else  else
4738    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4739  #line 4481 "configure"  #line 4739 "configure"
4740  #include "confdefs.h"  #include "confdefs.h"
4741    
4742  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
# Line 4492  int main( void ) { Line 4750  int main( void ) {
4750    
4751  _ACEOF  _ACEOF
4752  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
4753  if { (eval echo "$as_me:4495: \"$ac_link\"") >&5  if { (eval echo "$as_me:4753: \"$ac_link\"") >&5
4754    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
4755    ac_status=$?    ac_status=$?
4756    echo "$as_me:4498: \$? = $ac_status" >&5    echo "$as_me:4756: \$? = $ac_status" >&5
4757    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4758    { (eval echo "$as_me:4500: \"$ac_try\"") >&5    { (eval echo "$as_me:4758: \"$ac_try\"") >&5
4759    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4760    ac_status=$?    ac_status=$?
4761    echo "$as_me:4503: \$? = $ac_status" >&5    echo "$as_me:4761: \$? = $ac_status" >&5
4762    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
4763    echo "$as_me:4505: result: \"yes\"" >&5    echo "$as_me:4763: result: \"yes\"" >&5
4764  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
4765  else  else
4766    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
4767  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
4768  cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
4769  echo "$as_me:4511: result: \"no\"" >&5  echo "$as_me:4769: result: \"no\"" >&5
4770  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
4771  fi  fi
4772  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
# Line 4519  fi Line 4777  fi
4777    if test "$CONFIG_PCMCIA" != "y"; then    if test "$CONFIG_PCMCIA" != "y"; then
4778    
4779    boolvar=CONFIG_PCMCIA_MODULE    boolvar=CONFIG_PCMCIA_MODULE
4780    echo "$as_me:4522: checking for PCMCIA module support" >&5    echo "$as_me:4780: checking for PCMCIA module support" >&5
4781  echo $ECHO_N "checking for PCMCIA module support... $ECHO_C" >&6  echo $ECHO_N "checking for PCMCIA module support... $ECHO_C" >&6
4782    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
4783    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
4784    boolchk=""    boolchk=""
4785    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
4786    echo "$as_me:4528: result: \"unknown\"" >&5    echo "$as_me:4786: result: \"unknown\"" >&5
4787  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
4788    
4789  else  else
4790    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4791  #line 4533 "configure"  #line 4791 "configure"
4792  #include "confdefs.h"  #include "confdefs.h"
4793    
4794  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
# Line 4544  int main( void ) { Line 4802  int main( void ) {
4802    
4803  _ACEOF  _ACEOF
4804  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
4805  if { (eval echo "$as_me:4547: \"$ac_link\"") >&5  if { (eval echo "$as_me:4805: \"$ac_link\"") >&5
4806    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
4807    ac_status=$?    ac_status=$?
4808    echo "$as_me:4550: \$? = $ac_status" >&5    echo "$as_me:4808: \$? = $ac_status" >&5
4809    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4810    { (eval echo "$as_me:4552: \"$ac_try\"") >&5    { (eval echo "$as_me:4810: \"$ac_try\"") >&5
4811    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4812    ac_status=$?    ac_status=$?
4813    echo "$as_me:4555: \$? = $ac_status" >&5    echo "$as_me:4813: \$? = $ac_status" >&5
4814    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
4815    echo "$as_me:4557: result: \"yes\"" >&5    echo "$as_me:4815: result: \"yes\"" >&5
4816  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
4817  else  else
4818    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
4819  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
4820  cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
4821  echo "$as_me:4563: result: \"no\"" >&5  echo "$as_me:4821: result: \"no\"" >&5
4822  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
4823  fi  fi
4824  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
# Line 4573  fi Line 4831  fi
4831  else  else
4832    echo "checking for external PCMCIA"    echo "checking for external PCMCIA"
4833    if test "$pcmciaroot" = ""; then    if test "$pcmciaroot" = ""; then
4834      { { echo "$as_me:4576: error: Please set the PCMCIA root directory via --with-pcmcia-root option" >&5      { { echo "$as_me:4834: error: Please set the PCMCIA root directory via --with-pcmcia-root option" >&5
4835  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;}
4836     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4837    fi    fi
4838    if test ! -d "$pcmciaroot"; then    if test ! -d "$pcmciaroot"; then
4839      { { echo "$as_me:4581: error: PCMCIA root $pcmciaroot is not a directory" >&5      { { echo "$as_me:4839: error: PCMCIA root $pcmciaroot is not a directory" >&5
4840  echo "$as_me: error: PCMCIA root $pcmciaroot is not a directory" >&2;}  echo "$as_me: error: PCMCIA root $pcmciaroot is not a directory" >&2;}
4841     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
4842    fi    fi
# Line 4588  echo "$as_me: error: PCMCIA root $pcmcia Line 4846  echo "$as_me: error: PCMCIA root $pcmcia
4846  fi  fi
4847    
4848    boolvar=CONFIG_X86_PC9800    boolvar=CONFIG_X86_PC9800
4849    echo "$as_me:4591: checking for PC9800 support in kernel" >&5    echo "$as_me:4849: checking for PC9800 support in kernel" >&5
4850  echo $ECHO_N "checking for PC9800 support in kernel... $ECHO_C" >&6  echo $ECHO_N "checking for PC9800 support in kernel... $ECHO_C" >&6
4851    ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
4852    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"    CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
4853    boolchk=""    boolchk=""
4854    if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
4855    echo "$as_me:4597: result: \"unknown\"" >&5    echo "$as_me:4855: result: \"unknown\"" >&5
4856  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""  echo "${ECHO_T}\"unknown\"" >&6;boolchk=""
4857    
4858  else  else
4859    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
4860  #line 4602 "configure"  #line 4860 "configure"
4861  #include "confdefs.h"  #include "confdefs.h"
4862    
4863  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"  #include "$CONFIG_SND_KERNELDIR/include/linux/autoconf.h"
# Line 4613  int main( void ) { Line 4871  int main( void ) {
4871    
4872  _ACEOF  _ACEOF
4873  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
4874  if { (eval echo "$as_me:4616: \"$ac_link\"") >&5  if { (eval echo "$as_me:4874: \"$ac_link\"") >&5
4875    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
4876    ac_status=$?    ac_status=$?
4877    echo "$as_me:4619: \$? = $ac_status" >&5    echo "$as_me:4877: \$? = $ac_status" >&5
4878    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4879    { (eval echo "$as_me:4621: \"$ac_try\"") >&5    { (eval echo "$as_me:4879: \"$ac_try\"") >&5
4880    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4881    ac_status=$?    ac_status=$?
4882    echo "$as_me:4624: \$? = $ac_status" >&5    echo "$as_me:4882: \$? = $ac_status" >&5
4883    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
4884    echo "$as_me:4626: result: \"yes\"" >&5    echo "$as_me:4884: result: \"yes\"" >&5
4885  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"  echo "${ECHO_T}\"yes\"" >&6;boolchk="y"
4886  else  else
4887    echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
4888  echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
4889  cat conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
4890  echo "$as_me:4632: result: \"no\"" >&5  echo "$as_me:4890: result: \"no\"" >&5
4891  echo "${ECHO_T}\"no\"" >&6;boolchk=""  echo "${ECHO_T}\"no\"" >&6;boolchk=""
4892  fi  fi
4893  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
# Line 4694  fi Line 4952  fi
4952          CONFIG_SND_RME9652=""          CONFIG_SND_RME9652=""
4953          CONFIG_SND_HDSP=""          CONFIG_SND_HDSP=""
4954          CONFIG_SND_TRIDENT=""          CONFIG_SND_TRIDENT=""
4955            CONFIG_SND_VX222=""
4956          CONFIG_SND_YMFPCI=""          CONFIG_SND_YMFPCI=""
4957          CONFIG_SND_POWERMAC=""          CONFIG_SND_POWERMAC=""
4958          CONFIG_SND_SA11XX_UDA1341=""          CONFIG_SND_SA11XX_UDA1341=""
4959          CONFIG_SND_USB_AUDIO=""          CONFIG_SND_USB_AUDIO=""
4960            CONFIG_SND_HARMONY=""
4961            CONFIG_SND_VXPOCKET=""
4962            CONFIG_SND_VXP440=""
4963          CONFIG_SND_SERIALMIDI=""          CONFIG_SND_SERIALMIDI=""
4964          CONFIG_SND_AZT3328=""          CONFIG_SND_AZT3328=""
         CONFIG_SND_VX222=""  
4965          CONFIG_SND_PDPLUS=""          CONFIG_SND_PDPLUS=""
         CONFIG_SND_SSCAPE=""  
4966          CONFIG_SND_MSND_PINNACLE=""          CONFIG_SND_MSND_PINNACLE=""
         CONFIG_SND_VXPOCKET=""  
         CONFIG_SND_VXP440=""  
         CONFIG_SND_HARMONY=""  
4967          CONFIG_SND_AU8810=""          CONFIG_SND_AU8810=""
4968          CONFIG_SND_AU8820=""          CONFIG_SND_AU8820=""
4969          CONFIG_SND_AU8830=""          CONFIG_SND_AU8830=""
# Line 5113  EOF Line 5370  EOF
5370    
5371          fi          fi
5372          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
5373            CONFIG_SND_VX222="m"
5374            cat >>confdefs.h <<\EOF
5375    #define CONFIG_SND_VX222_MODULE 1
5376    EOF
5377    
5378            fi
5379            if test "$CONFIG_PCI" = "y"; then
5380          CONFIG_SND_YMFPCI="m"          CONFIG_SND_YMFPCI="m"
5381          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\EOF
5382  #define CONFIG_SND_YMFPCI_MODULE 1  #define CONFIG_SND_YMFPCI_MODULE 1
# Line 5140  EOF Line 5404  EOF
5404  EOF  EOF
5405    
5406          fi          fi
5407            if test "$CONFIG_PARISC" = "y"; then
5408            CONFIG_SND_HARMONY="m"
5409            cat >>confdefs.h <<\EOF
5410    #define CONFIG_SND_HARMONY_MODULE 1
5411    EOF
5412    
5413            fi
5414            CONFIG_SND_VXPOCKET="m"
5415            cat >>confdefs.h <<\EOF
5416    #define CONFIG_SND_VXPOCKET_MODULE 1
5417    EOF
5418    
5419            CONFIG_SND_VXP440="m"
5420            cat >>confdefs.h <<\EOF
5421    #define CONFIG_SND_VXP440_MODULE 1
5422    EOF
5423    
5424          CONFIG_SND_SERIALMIDI="m"          CONFIG_SND_SERIALMIDI="m"
5425          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\EOF
5426  #define CONFIG_SND_SERIALMIDI_MODULE 1  #define CONFIG_SND_SERIALMIDI_MODULE 1
# Line 5153  EOF Line 5434  EOF
5434    
5435          fi          fi
5436          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
         CONFIG_SND_VX222="m"  
         cat >>confdefs.h <<\EOF  
 #define CONFIG_SND_VX222_MODULE 1  
 EOF  
   
         fi  
         if test "$CONFIG_PCI" = "y"; then  
5437          CONFIG_SND_PDPLUS="m"          CONFIG_SND_PDPLUS="m"
5438          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\EOF
5439  #define CONFIG_SND_PDPLUS_MODULE 1  #define CONFIG_SND_PDPLUS_MODULE 1
# Line 5173  EOF Line 5447  EOF
5447  EOF  EOF
5448    
5449          fi          fi
         CONFIG_SND_VXPOCKET="m"  
         cat >>confdefs.h <<\EOF  
 #define CONFIG_SND_VXPOCKET_MODULE 1  
 EOF  
   
         CONFIG_SND_VXP440="m"  
         cat >>confdefs.h <<\EOF  
 #define CONFIG_SND_VXP440_MODULE 1  
 EOF  
   
         if test "$CONFIG_PARISC" = "y"; then  
         CONFIG_SND_HARMONY="m"  
         cat >>confdefs.h <<\EOF  
 #define CONFIG_SND_HARMONY_MODULE 1  
 EOF  
   
         fi  
5450          if test "$CONFIG_PCI" = "y"; then          if test "$CONFIG_PCI" = "y"; then
5451          CONFIG_SND_AU8810="m"          CONFIG_SND_AU8810="m"
5452          cat >>confdefs.h <<\EOF          cat >>confdefs.h <<\EOF
# Line 5618  EOF Line 5875  EOF
5875  EOF  EOF
5876    
5877                  ;;                  ;;
5878            vx222)
5879                    CONFIG_SND_VX222="m"
5880                    cat >>confdefs.h <<\EOF
5881    #define CONFIG_SND_VX222_MODULE 1
5882    EOF
5883    
5884                    ;;
5885          ymfpci)          ymfpci)
5886                  CONFIG_SND_YMFPCI="m"                  CONFIG_SND_YMFPCI="m"
5887                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\EOF
# Line 5646  EOF Line 5910  EOF
5910  EOF  EOF
5911    
5912                  ;;                  ;;
5913          serialmidi)          harmony)
5914                  CONFIG_SND_SERIALMIDI="m"                  CONFIG_SND_HARMONY="m"
                 cat >>confdefs.h <<\EOF  
 #define CONFIG_SND_SERIALMIDI_MODULE 1  
 EOF  
   
                 ;;  
         azt3328)  
                 CONFIG_SND_AZT3328="m"  
5915                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\EOF
5916  #define CONFIG_SND_AZT3328_MODULE 1  #define CONFIG_SND_HARMONY_MODULE 1
5917  EOF  EOF
5918    
5919                  ;;                  ;;
5920          vx222)          vxpocket)
5921                  CONFIG_SND_VX222="m"                  CONFIG_SND_VXPOCKET="m"
5922                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\EOF
5923  #define CONFIG_SND_VX222_MODULE 1  #define CONFIG_SND_VXPOCKET_MODULE 1
5924  EOF  EOF
5925    
5926                  ;;                  ;;
5927          pdplus)          vxp440)
5928                  CONFIG_SND_PDPLUS="m"                  CONFIG_SND_VXP440="m"
5929                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\EOF
5930  #define CONFIG_SND_PDPLUS_MODULE 1  #define CONFIG_SND_VXP440_MODULE 1
5931  EOF  EOF
5932    
5933                  ;;                  ;;
5934          msnd-pinnacle)          serialmidi)
5935                  CONFIG_SND_MSND_PINNACLE="m"                  CONFIG_SND_SERIALMIDI="m"
5936                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\EOF
5937  #define CONFIG_SND_MSND_PINNACLE_MODULE 1  #define CONFIG_SND_SERIALMIDI_MODULE 1
5938  EOF  EOF
5939    
5940                  ;;                  ;;
5941          vxpocket)          azt3328)
5942                  CONFIG_SND_VXPOCKET="m"                  CONFIG_SND_AZT3328="m"
5943                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\EOF
5944  #define CONFIG_SND_VXPOCKET_MODULE 1  #define CONFIG_SND_AZT3328_MODULE 1
5945  EOF  EOF
5946    
5947                  ;;                  ;;
5948          vxp440)          pdplus)
5949                  CONFIG_SND_VXP440="m"                  CONFIG_SND_PDPLUS="m"
5950                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\EOF
5951  #define CONFIG_SND_VXP440_MODULE 1  #define CONFIG_SND_PDPLUS_MODULE 1
5952  EOF  EOF
5953    
5954                  ;;                  ;;
5955          harmony)          msnd-pinnacle)
5956                  CONFIG_SND_HARMONY="m"                  CONFIG_SND_MSND_PINNACLE="m"
5957                  cat >>confdefs.h <<\EOF                  cat >>confdefs.h <<\EOF
5958  #define CONFIG_SND_HARMONY_MODULE 1  #define CONFIG_SND_MSND_PINNACLE_MODULE 1
5959  EOF  EOF
5960    
5961                  ;;                  ;;
# Line 5729  EOF Line 5986  EOF
5986                  ;;                  ;;
5987      esac      esac
5988    done    done
5989    echo "$as_me:5686: result: $cards" >&5    echo "$as_me:5944: result: $cards" >&5
5990  echo "${ECHO_T}$cards" >&6  echo "${ECHO_T}$cards" >&6
5991  fi  fi
5992    
# Line 5819  DEFS=-DHAVE_CONFIG_H Line 6076  DEFS=-DHAVE_CONFIG_H
6076  : ${CONFIG_STATUS=./config.status}  : ${CONFIG_STATUS=./config.status}
6077  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
6078  ac_clean_files="$ac_clean_files $CONFIG_STATUS"  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
6079  { echo "$as_me:5776: creating $CONFIG_STATUS" >&5  { echo "$as_me:6034: creating $CONFIG_STATUS" >&5
6080  echo "$as_me: creating $CONFIG_STATUS" >&6;}  echo "$as_me: creating $CONFIG_STATUS" >&6;}
6081  cat >$CONFIG_STATUS <<_ACEOF  cat >$CONFIG_STATUS <<_ACEOF
6082  #! $SHELL  #! $SHELL
# Line 5992  cat >>$CONFIG_STATUS <<\EOF Line 6249  cat >>$CONFIG_STATUS <<\EOF
6249      echo "$ac_cs_version"; exit 0 ;;      echo "$ac_cs_version"; exit 0 ;;
6250    --he | --h)    --he | --h)
6251      # Conflict between --help and --header      # Conflict between --help and --header
6252      { { echo "$as_me:5949: error: ambiguous option: $1      { { echo "$as_me:6207: error: ambiguous option: $1
6253  Try \`$0 --help' for more information." >&5  Try \`$0 --help' for more information." >&5
6254  echo "$as_me: error: ambiguous option: $1  echo "$as_me: error: ambiguous option: $1
6255  Try \`$0 --help' for more information." >&2;}  Try \`$0 --help' for more information." >&2;}
# Line 6011  Try \`$0 --help' for more information." Line 6268  Try \`$0 --help' for more information."
6268      ac_need_defaults=false;;      ac_need_defaults=false;;
6269    
6270    # This is an error.    # This is an error.
6271    -*) { { echo "$as_me:5968: error: unrecognized option: $1    -*) { { echo "$as_me:6226: error: unrecognized option: $1
6272  Try \`$0 --help' for more information." >&5  Try \`$0 --help' for more information." >&5
6273  echo "$as_me: error: unrecognized option: $1  echo "$as_me: error: unrecognized option: $1
6274  Try \`$0 --help' for more information." >&2;}  Try \`$0 --help' for more information." >&2;}
# Line 6055  do Line 6312  do
6312    "include/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;    "include/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
6313    "include/config1.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/config1.h" ;;    "include/config1.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/config1.h" ;;
6314    "include/version.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/version.h" ;;    "include/version.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/version.h" ;;
6315    *) { { echo "$as_me:6012: error: invalid argument: $ac_config_target" >&5    *) { { echo "$as_me:6270: error: invalid argument: $ac_config_target" >&5
6316  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
6317     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
6318    esac    esac
# Line 6245  s,@CONFIG_SND_NM256@,$CONFIG_SND_NM256,; Line 6502  s,@CONFIG_SND_NM256@,$CONFIG_SND_NM256,;
6502  s,@CONFIG_SND_RME9652@,$CONFIG_SND_RME9652,;t t  s,@CONFIG_SND_RME9652@,$CONFIG_SND_RME9652,;t t
6503  s,@CONFIG_SND_HDSP@,$CONFIG_SND_HDSP,;t t  s,@CONFIG_SND_HDSP@,$CONFIG_SND_HDSP,;t t
6504  s,@CONFIG_SND_TRIDENT@,$CONFIG_SND_TRIDENT,;t t  s,@CONFIG_SND_TRIDENT@,$CONFIG_SND_TRIDENT,;t t
6505    s,@CONFIG_SND_VX222@,$CONFIG_SND_VX222,;t t
6506  s,@CONFIG_SND_YMFPCI@,$CONFIG_SND_YMFPCI,;t t  s,@CONFIG_SND_YMFPCI@,$CONFIG_SND_YMFPCI,;t t
6507  s,@CONFIG_SND_POWERMAC@,$CONFIG_SND_POWERMAC,;t t  s,@CONFIG_SND_POWERMAC@,$CONFIG_SND_POWERMAC,;t t
6508  s,@CONFIG_SND_SA11XX_UDA1341@,$CONFIG_SND_SA11XX_UDA1341,;t t  s,@CONFIG_SND_SA11XX_UDA1341@,$CONFIG_SND_SA11XX_UDA1341,;t t
6509  s,@CONFIG_SND_USB_AUDIO@,$CONFIG_SND_USB_AUDIO,;t t  s,@CONFIG_SND_USB_AUDIO@,$CONFIG_SND_USB_AUDIO,;t t
6510    s,@CONFIG_SND_HARMONY@,$CONFIG_SND_HARMONY,;t t
6511    s,@CONFIG_SND_VXPOCKET@,$CONFIG_SND_VXPOCKET,;t t
6512    s,@CONFIG_SND_VXP440@,$CONFIG_SND_VXP440,;t t
6513  s,@CONFIG_SND_SERIALMIDI@,$CONFIG_SND_SERIALMIDI,;t t  s,@CONFIG_SND_SERIALMIDI@,$CONFIG_SND_SERIALMIDI,;t t
6514  s,@CONFIG_SND_AZT3328@,$CONFIG_SND_AZT3328,;t t  s,@CONFIG_SND_AZT3328@,$CONFIG_SND_AZT3328,;t t
 s,@CONFIG_SND_VX222@,$CONFIG_SND_VX222,;t t  
6515  s,@CONFIG_SND_PDPLUS@,$CONFIG_SND_PDPLUS,;t t  s,@CONFIG_SND_PDPLUS@,$CONFIG_SND_PDPLUS,;t t
6516  s,@CONFIG_SND_MSND_PINNACLE@,$CONFIG_SND_MSND_PINNACLE,;t t  s,@CONFIG_SND_MSND_PINNACLE@,$CONFIG_SND_MSND_PINNACLE,;t t
 s,@CONFIG_SND_VXPOCKET@,$CONFIG_SND_VXPOCKET,;t t  
 s,@CONFIG_SND_VXP440@,$CONFIG_SND_VXP440,;t t  
 s,@CONFIG_SND_HARMONY@,$CONFIG_SND_HARMONY,;t t  
6517  s,@CONFIG_SND_AU8810@,$CONFIG_SND_AU8810,;t t  s,@CONFIG_SND_AU8810@,$CONFIG_SND_AU8810,;t t
6518  s,@CONFIG_SND_AU8820@,$CONFIG_SND_AU8820,;t t  s,@CONFIG_SND_AU8820@,$CONFIG_SND_AU8820,;t t
6519  s,@CONFIG_SND_AU8830@,$CONFIG_SND_AU8830,;t t  s,@CONFIG_SND_AU8830@,$CONFIG_SND_AU8830,;t t
# Line 6378  done; } Line 6635  done; }
6635    esac    esac
6636    
6637    if test x"$ac_file" != x-; then    if test x"$ac_file" != x-; then
6638      { echo "$as_me:6332: creating $ac_file" >&5      { echo "$as_me:6590: creating $ac_file" >&5
6639  echo "$as_me: creating $ac_file" >&6;}  echo "$as_me: creating $ac_file" >&6;}
6640      rm -f "$ac_file"      rm -f "$ac_file"
6641    fi    fi
# Line 6396  echo "$as_me: creating $ac_file" >&6;} Line 6653  echo "$as_me: creating $ac_file" >&6;}
6653        -) echo $tmp/stdin ;;        -) echo $tmp/stdin ;;
6654        [\\/$]*)        [\\/$]*)
6655           # Absolute (can't be DOS-style, as IFS=:)           # Absolute (can't be DOS-style, as IFS=:)
6656           test -f "$f" || { { echo "$as_me:6350: error: cannot find input file: $f" >&5           test -f "$f" || { { echo "$as_me:6608: error: cannot find input file: $f" >&5
6657  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
6658     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
6659           echo $f;;           echo $f;;
# Line 6409  echo "$as_me: error: cannot find input f Line 6666  echo "$as_me: error: cannot find input f
6666             echo $srcdir/$f             echo $srcdir/$f
6667           else           else
6668             # /dev/null tree             # /dev/null tree
6669             { { echo "$as_me:6363: error: cannot find input file: $f" >&5             { { echo "$as_me:6621: error: cannot find input file: $f" >&5
6670  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
6671     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
6672           fi;;           fi;;
# Line 6470  for ac_file in : $CONFIG_HEADERS; do tes Line 6727  for ac_file in : $CONFIG_HEADERS; do tes
6727    * )   ac_file_in=$ac_file.in ;;    * )   ac_file_in=$ac_file.in ;;
6728    esac    esac
6729    
6730    test x"$ac_file" != x- && { echo "$as_me:6424: creating $ac_file" >&5    test x"$ac_file" != x- && { echo "$as_me:6682: creating $ac_file" >&5
6731  echo "$as_me: creating $ac_file" >&6;}  echo "$as_me: creating $ac_file" >&6;}
6732    
6733    # 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 6481  echo "$as_me: creating $ac_file" >&6;} Line 6738  echo "$as_me: creating $ac_file" >&6;}
6738        -) echo $tmp/stdin ;;        -) echo $tmp/stdin ;;
6739        [\\/$]*)        [\\/$]*)
6740           # Absolute (can't be DOS-style, as IFS=:)           # Absolute (can't be DOS-style, as IFS=:)
6741           test -f "$f" || { { echo "$as_me:6435: error: cannot find input file: $f" >&5           test -f "$f" || { { echo "$as_me:6693: error: cannot find input file: $f" >&5
6742  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
6743     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
6744           echo $f;;           echo $f;;
# Line 6494  echo "$as_me: error: cannot find input f Line 6751  echo "$as_me: error: cannot find input f
6751             echo $srcdir/$f             echo $srcdir/$f
6752           else           else
6753             # /dev/null tree             # /dev/null tree
6754             { { echo "$as_me:6448: error: cannot find input file: $f" >&5             { { echo "$as_me:6706: error: cannot find input file: $f" >&5
6755  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
6756     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
6757           fi;;           fi;;
# Line 6611  cat >>$CONFIG_STATUS <<\EOF Line 6868  cat >>$CONFIG_STATUS <<\EOF
6868    rm -f $tmp/in    rm -f $tmp/in
6869    if test x"$ac_file" != x-; then    if test x"$ac_file" != x-; then
6870      if cmp -s $ac_file $tmp/config.h 2>/dev/null; then      if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
6871        { echo "$as_me:6565: $ac_file is unchanged" >&5        { echo "$as_me:6823: $ac_file is unchanged" >&5
6872  echo "$as_me: $ac_file is unchanged" >&6;}  echo "$as_me: $ac_file is unchanged" >&6;}
6873      else      else
6874        ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \        ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \

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

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