Update of /cvsroot/alsa/alsa-tools/hdspconf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24452/hdspconf
Modified Files:
configure.in
Log Message:
removed --with-soundbase and --with-kernel configure options.
the header files are now included in alsa-lib.
Index: configure.in
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/hdspconf/configure.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- configure.in 25 Nov 2003 12:16:41 -0000 1.6
+++ configure.in 19 Mar 2004 15:31:13 -0000 1.7
@@ -8,47 +8,6 @@
AM_PATH_ALSA(1.0.0)
-dnl kernel header files
-AC_MSG_CHECKING(for kernel header files)
-AC_ARG_WITH(kernel,
- [ --with-kernel=ver specify kernel version (for example 2.5.5-pre1)],
- [kerneldir="$withval"], [kerneldir=""])
-if test "$kerneldir" != "" -a -r "/lib/modules/$kerneldir/build/include/sound"; then
- kerneldir="/lib/modules/$kerneldir/build/include"
- AC_MSG_RESULT($kerneldir)
-else
- if test -z "$kerneldir"; then
- AC_MSG_RESULT("not specified")
- else
- AC_MSG_RESULT("directory /lib/modules/$kerneldir/build/include/sound not found")
- fi
- kerneldir=""
-fi
-
-dnl path for sound/asound.h
-AC_MSG_CHECKING(for directory with ALSA kernel headers)
-AC_ARG_WITH(soundbase,
- [ --with-soundbase=dir specify base directory with kernel sound headers
(optional)],
- [soundbasedir="$withval"], [soundbasedir="$kerneldir"])
-if test "$soundbasedir" != "" -a -r "$soundbasedir/sound" ; then
- ALSA_CFLAGS="$ALSA_CFLAGS -I$soundbasedir"
- CXXFLAGS="$CXXFLAGS -I$soundbasedir"
- AC_MSG_RESULT($ALSA_CFLAGS)
-else
- if test "x$prefix" != xNONE; then
- aprefix=$prefix
- else
- aprefix=$ac_default_prefix
- fi
- if test -z "$soundbasedir" -a -r "$aprefix/include/sound"; then
- ALSA_CFLAGS="$ALSA_CFLAGS -I$aprefix/include"
- CXXFLAGS="$CXXFLAGS -I$aprefix/include"
- AC_MSG_RESULT($ALSA_CFLAGS)
- else
- AC_MSG_RESULT("not specified - using C compiler defaults")
- fi
-fi
-
dnl desktop install
AC_ARG_WITH(desktop-dir,
[ --with-desktop-dir specify the path to install desktop file],
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog