- rm -f .depend *.o snd.map*
- rm -f /*.ver
- rm -f modules/*.o modules/*.ko
- rm -f *~ out.txt *.orig *.rej .#* .gdb_history
- rm -f doc/*~
- rm -f config.cache config.log config.status Makefile.conf
- rm -f utils/alsa-driver.spec
- rm -f `find alsa-kernel -name "*~"`
- rm -f `find alsa-kernel -name "*.orig"`
- rm -f `find alsa-kernel -name "*.rej"`
- rm -f `find alsa-kernel -name ".#*"`
- rm -f `find alsa-kernel -name "out.txt"`
- rm -f `find . -name "Module.markers"`
- rm -f `find . -name "modules.order"`
- rm -rf autom4te.cache
- rm -f alsa-kernel/include/version.h
- rm -f include/sound
- rm -fr .tmp_versions
- rm -f Module.symvers
- find . -name "*.in" -a ! -name "configure.in" | sed 's/.in$//g' | xargs rm -f
- rm -fr builds
- checking for gcc... gcc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking for ranlib... ranlib
- checking for a BSD-compatible install... /usr/bin/install -c
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for ANSI C header files... yes
- checking for an ANSI C-conforming const... yes
- checking for inline... inline
- checking whether time.h and sys/time.h may both be included... yes
- checking whether gcc needs -traditional... no
- checking for current directory... /usr/lib/alsa-driver-linuxant
- checking cross compile...
- checking for directory with kernel source... ./configure: line 4710: cd: /usr/src/linux: No such file or directory
- /usr/src/linux
- checking for directory with kernel build...
- checking for kernel linux/version.h... no
- The file /include/linux/version.h does not exist.
- Please install the package with full kernel sources for your distribution
- or use --with-kernel=dir option to specify another directory with kernel
- sources (default is /usr/src/linux).
