/[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 2197 by persson, Sat Jul 2 09:55:42 2011 UTC revision 2304 by schoenebeck, Wed Jan 18 01:32:26 2012 UTC
# Line 5  AC_INIT(configure.in) Line 5  AC_INIT(configure.in)
5    
6  LINUXSAMPLER_RELEASE_MAJOR=1  LINUXSAMPLER_RELEASE_MAJOR=1
7  LINUXSAMPLER_RELEASE_MINOR=0  LINUXSAMPLER_RELEASE_MINOR=0
8  LINUXSAMPLER_RELEASE_BUILD=0.cvs10  LINUXSAMPLER_RELEASE_BUILD=0.svn16
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 552  if test $config_have_au = "yes" ; then Line 552  if test $config_have_au = "yes" ; then
552      AC_SUBST(DEVELOPER_EXTRAS_DIR)      AC_SUBST(DEVELOPER_EXTRAS_DIR)
553  fi  fi
554    
555    if test "x$MAC_PLUGIN_INSTALL_DIR" = "x" ; then
556        MAC_PLUGIN_INSTALL_DIR=/Library/Audio/Plug-Ins
557    fi
558    AC_SUBST(MAC_PLUGIN_INSTALL_DIR)
559    
560  # 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 ?
561  if test "$have_midi_input_driver" = "false"; then  if test "$have_midi_input_driver" = "false"; then
562      echo "No supported MIDI input system found!"      echo "No supported MIDI input system found!"

Legend:
Removed from v.2197  
changed lines
  Added in v.2304

  ViewVC Help
Powered by ViewVC