Update of /cvsroot/alsa/alsa-lib
In directory sc8-pr-cvs1:/tmp/cvs-serv30973

Modified Files:
        configure.in 
Log Message:
create a symlink for inclusion of alsa/xxx.h in the alsa-lib tree itself.
the symlink is created by configure script.



Index: configure.in
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/configure.in,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- configure.in        8 Jul 2003 08:21:21 -0000       1.109
+++ configure.in        14 Jul 2003 10:16:38 -0000      1.110
@@ -134,6 +134,9 @@
 i?86*)
   AC_MSG_RESULT(x86)
   ;;
+x86_64*)
+  AC_MSG_RESULT(x86)
+  ;;
 alpha*)
   AC_MSG_RESULT(alpha)
   ;;
@@ -158,6 +161,13 @@
   echo "No atomic operations supported.." 
   ;;
 esac
+
+dnl Make a symlink for inclusion of alsa/xxx.h
+if test ! -L include/alsa ; then
+  echo "Making a symlink include/alsa"
+  rm -f include/alsa
+  ln -sf . include/alsa
+fi
 
 AC_OUTPUT(Makefile doc/Makefile doc/pictures/Makefile include/Makefile
          include/sound/Makefile src/Makefile \



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to