fi
AC_MSG_RESULT($ALSA_CFLAGS)
-dnl Check for asound.h localtion
-ASOUND_PATH=""
-if test x"$kerneldir" != x""; then
- if test -f $kerneldir/include/sound/asound.h; then
- ASOUND_PATH=$kerneldir/include/sound
- fi
-fi
-if test x$asound_loc = x ; then
- if test -f /usr/include/sound/asound.h; then
- ASOUND_PATH=/usr/include/sound
- else
- ASOUND_PATH=../../alsa-driver/include
- fi
-fi
-AC_SUBST(ASOUND_PATH)
+dnl dnl Check for asound.h localtion
+dnl ASOUND_PATH=""
+dnl if test x"$kerneldir" != x""; then
+dnl if test -f $kerneldir/include/sound/asound.h; then
+dnl ASOUND_PATH=$kerneldir/include/sound
+dnl fi
+dnl fi
+dnl if test x$asound_loc = x ; then
+dnl if test -f /usr/include/sound/asound.h; then
+dnl ASOUND_PATH=/usr/include/sound
+dnl else
+dnl ASOUND_PATH=../../alsa-driver/include
+dnl fi
+dnl fi
+dnl AC_SUBST(ASOUND_PATH)
dnl Checks for header files.
AC_HEADER_STDC
src/compat/Makefile src/conf/Makefile \
src/conf/cards/Makefile src/conf/pcm/Makefile \
aserver/Makefile test/Makefile utils/Makefile \
- utils/alsa-lib.spec doc/doxygen.cfg)
+ utils/alsa-lib.spec)