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

Diff of /qsampler/trunk/configure.ac

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

revision 1788 by capela, Sun Oct 26 15:44:42 2008 UTC revision 1803 by schoenebeck, Sun Dec 7 13:58:16 2008 UTC
# Line 1  Line 1 
1  # Process this file with autoconf to produce a configure script.  # Process this file with autoconf to produce a configure script.
2  AC_INIT(Qsampler, 0.2.1.19, rncbc@rncbc.org, qsampler)  AC_INIT(Qsampler, 0.2.1.20, rncbc@rncbc.org, qsampler)
3    
4  AC_CONFIG_SRCDIR(src/qsamplerMainForm.ui)  AC_CONFIG_SRCDIR(src/qsamplerMainForm.ui)
5  AC_CONFIG_HEADERS(config.h)  AC_CONFIG_HEADERS(config.h)
# Line 260  if test "x$ac_lscp_device_midi_event" = Line 260  if test "x$ac_lscp_device_midi_event" =
260     AC_DEFINE(CONFIG_EVENT_DEVICE_MIDI, 1, [Define if LSCP DEVICE_MIDI event support is available.])     AC_DEFINE(CONFIG_EVENT_DEVICE_MIDI, 1, [Define if LSCP DEVICE_MIDI event support is available.])
261  fi  fi
262    
263    AC_CHECK_LIB(lscp, lscp_get_voices, [ac_max_voices="yes"], [ac_max_voices="no"])
264    if test "x$ac_max_voices" = "xyes"; then
265      AC_DEFINE(CONFIG_MAX_VOICES, 1, [Define if max. voices / streams is available.])
266    fi
267    
268  # Check for optional libraries.  # Check for optional libraries.
269  if test "x$ac_libgig" = "xyes"; then  if test "x$ac_libgig" = "xyes"; then
270     AC_CHECK_LIB(gig, main, [ac_libgig="yes"], [ac_libgig="no"])     AC_CHECK_LIB(gig, main, [ac_libgig="yes"], [ac_libgig="no"])
# Line 343  echo "  libgig supports fast information Line 348  echo "  libgig supports fast information
348  fi  fi
349  echo "  LSCP channel MIDI event support  . . . . . . . . .: $ac_lscp_channel_midi_event"  echo "  LSCP channel MIDI event support  . . . . . . . . .: $ac_lscp_channel_midi_event"
350  echo "  LSCP device MIDI event support . . . . . . . . . .: $ac_lscp_device_midi_event"  echo "  LSCP device MIDI event support . . . . . . . . . .: $ac_lscp_device_midi_event"
351    echo "  LSCP runtime max. voices / disk streams support  .: $ac_max_voices"
352  echo  echo
353  echo "  Install prefix . . . . . . . . . . . . . . . . . .: $ac_prefix"  echo "  Install prefix . . . . . . . . . . . . . . . . . .: $ac_prefix"
354  echo  echo

Legend:
Removed from v.1788  
changed lines
  Added in v.1803

  ViewVC Help
Powered by ViewVC