/[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 1702 by schoenebeck, Sun Feb 17 13:53:00 2008 UTC revision 1704 by capela, Tue Feb 19 09:18:45 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.9, rncbc@rncbc.org, qsampler)  AC_INIT(Qsampler, 0.2.1.10, 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 243  AC_CACHE_CHECK([for CHANNEL_MIDI LSCP ev Line 243  AC_CACHE_CHECK([for CHANNEL_MIDI LSCP ev
243      ], ac_lscp_channel_midi_event="yes", ac_lscp_channel_midi_event="no")      ], ac_lscp_channel_midi_event="yes", ac_lscp_channel_midi_event="no")
244  ])  ])
245  if test "x$ac_lscp_channel_midi_event" = "xyes"; then  if test "x$ac_lscp_channel_midi_event" = "xyes"; then
246     AC_DEFINE(CONFIG_LSCP_CHANNEL_MIDI, 1, [Define if LSCP CHANNEL_MIDI event support is available.])     AC_DEFINE(CONFIG_EVENT_CHANNEL_MIDI, 1, [Define if LSCP CHANNEL_MIDI event support is available.])
247  fi  fi
248    
249  AC_CACHE_CHECK([for DEVICE_MIDI LSCP event support in liblscp],  AC_CACHE_CHECK([for DEVICE_MIDI LSCP event support in liblscp],
# Line 257  AC_CACHE_CHECK([for DEVICE_MIDI LSCP eve Line 257  AC_CACHE_CHECK([for DEVICE_MIDI LSCP eve
257      ], ac_lscp_device_midi_event="yes", ac_lscp_device_midi_event="no")      ], ac_lscp_device_midi_event="yes", ac_lscp_device_midi_event="no")
258  ])  ])
259  if test "x$ac_lscp_device_midi_event" = "xyes"; then  if test "x$ac_lscp_device_midi_event" = "xyes"; then
260     AC_DEFINE(CONFIG_LSCP_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  # Check for optional libraries.  # Check for optional libraries.

Legend:
Removed from v.1702  
changed lines
  Added in v.1704

  ViewVC Help
Powered by ViewVC