/[svn]/linuxsampler/trunk/configure.ac
ViewVC logotype

Diff of /linuxsampler/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1852 by schoenebeck, Sun Mar 1 22:22:03 2009 UTC revision 1857 by schoenebeck, Sat Mar 7 19:23:10 2009 UTC
# Line 5  AC_INIT(configure.in) Line 5  AC_INIT(configure.in)
5    
6  LINUXSAMPLER_RELEASE_MAJOR=0  LINUXSAMPLER_RELEASE_MAJOR=0
7  LINUXSAMPLER_RELEASE_MINOR=5  LINUXSAMPLER_RELEASE_MINOR=5
8  LINUXSAMPLER_RELEASE_BUILD=1.10cvs  LINUXSAMPLER_RELEASE_BUILD=1.11cvs
9    
10  #------------------------------------------------------------------------------------  #------------------------------------------------------------------------------------
11  # The following is the libtool / shared library version. This doesn't have to  # The following is the libtool / shared library version. This doesn't have to
# Line 490  AC_CHECK_HEADERS(AudioUnit/AudioUnit.h, Line 490  AC_CHECK_HEADERS(AudioUnit/AudioUnit.h,
490          have_au=1,          have_au=1,
491          have_au=0)          have_au=0)
492  AM_CONDITIONAL(HAVE_AU, test $have_au = "1")  AM_CONDITIONAL(HAVE_AU, test $have_au = "1")
493  AM_CONDITIONAL(HAVE_AUFLAGS, test test "$AUFLAGS" != "")  AM_CONDITIONAL(HAVE_AUFLAGS, test "$AUFLAGS" != "")
494    
495    
496  # have we found at least one MIDI input and one audio output driver ?  # have we found at least one MIDI input and one audio output driver ?

Legend:
Removed from v.1852  
changed lines
  Added in v.1857

  ViewVC Help
Powered by ViewVC