[PD-cvs] pd/src configure.in, 1.5.4.5.2.5, 1.5.4.5.2.6 configure, 1.6.2.3, 1.6.2.4

Mathieu Bouchard matju at users.sourceforge.net
Tue Nov 21 19:09:58 CET 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22469

Modified Files:
      Tag: devel_0_39
	configure.in configure 
Log Message:
--enable-jack by default


Index: configure
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/configure,v
retrieving revision 1.6.2.3
retrieving revision 1.6.2.4
diff -C2 -d -r1.6.2.3 -r1.6.2.4
*** configure	21 Nov 2006 17:57:20 -0000	1.6.2.3
--- configure	21 Nov 2006 18:09:56 -0000	1.6.2.4
***************
*** 1299,1303 ****
  alsa=yes
  
! jack=no
  
  portaudio=no
--- 1299,1303 ----
  alsa=yes
  
! jack=yes
  
  portaudio=no

Index: configure.in
===================================================================
RCS file: /cvsroot/pure-data/pd/src/configure.in,v
retrieving revision 1.5.4.5.2.5
retrieving revision 1.5.4.5.2.6
diff -C2 -d -r1.5.4.5.2.5 -r1.5.4.5.2.6
*** configure.in	21 Nov 2006 17:56:34 -0000	1.5.4.5.2.5
--- configure.in	21 Nov 2006 18:09:56 -0000	1.5.4.5.2.6
***************
*** 10,14 ****
  
  AC_SUBST(alsa, yes)
! AC_SUBST(jack, no)
  AC_SUBST(portaudio, no)
  AC_SUBST(portmidi, no)
--- 10,14 ----
  
  AC_SUBST(alsa, yes)
! AC_SUBST(jack, yes)
  AC_SUBST(portaudio, no)
  AC_SUBST(portmidi, no)
***************
*** 84,105 ****
  fi
  if test $foundit == "no"; then
!     AC_CHECK_HEADER(tcl8.7/tcl.h,
!     	GUIFLAGS="$GUIFLAGS -I/usr/include/tcl8.7";foundit=yes,)
  fi
  if test $foundit == "no"; then
!     AC_CHECK_HEADER(tcl8.6/tcl.h,
!     	GUIFLAGS="$GUIFLAGS -I/usr/include/tcl8.6";foundit=yes,)
  fi
  if test $foundit == "no"; then
!     AC_CHECK_HEADER(tcl8.5/tcl.h,
!     	GUIFLAGS="$GUIFLAGS -I/usr/include/tcl8.5";foundit=yes,)
  fi
  if test $foundit == "no"; then
!     AC_CHECK_HEADER(tcl8.4/tcl.h,
!     	GUIFLAGS="$GUIFLAGS -I/usr/include/tcl8.4";foundit=yes,)
  fi
  if test $foundit == "no"; then
!     AC_CHECK_HEADER(tcl8.3/tcl.h,
!     	GUIFLAGS="$GUIFLAGS -I/usr/include/tcl8.3";foundit=yes,)
  fi
  if test $foundit == "no"; then
--- 84,100 ----
  fi
  if test $foundit == "no"; then
!     AC_CHECK_HEADER(tcl8.7/tcl.h, GUIFLAGS="$GUIFLAGS -I/usr/include/tcl8.7";foundit=yes,)
  fi
  if test $foundit == "no"; then
!     AC_CHECK_HEADER(tcl8.6/tcl.h, GUIFLAGS="$GUIFLAGS -I/usr/include/tcl8.6";foundit=yes,)
  fi
  if test $foundit == "no"; then
!     AC_CHECK_HEADER(tcl8.5/tcl.h, GUIFLAGS="$GUIFLAGS -I/usr/include/tcl8.5";foundit=yes,)
  fi
  if test $foundit == "no"; then
!     AC_CHECK_HEADER(tcl8.4/tcl.h, GUIFLAGS="$GUIFLAGS -I/usr/include/tcl8.4";foundit=yes,)
  fi
  if test $foundit == "no"; then
!     AC_CHECK_HEADER(tcl8.3/tcl.h, GUIFLAGS="$GUIFLAGS -I/usr/include/tcl8.3";foundit=yes,)
  fi
  if test $foundit == "no"; then





More information about the Pd-cvs mailing list