/[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 2643 by capela, Tue Jun 17 09:32:58 2014 UTC revision 2646 by capela, Wed Jun 18 08:39:54 2014 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.3.10, rncbc@rncbc.org, qsampler)  AC_INIT(Qsampler, 0.2.3.11, rncbc@rncbc.org, qsampler)
3    
4  AC_CONFIG_SRCDIR(src/qsampler.cpp)  AC_CONFIG_SRCDIR(src/qsampler.cpp)
5  AC_CONFIG_HEADERS(src/config.h)  AC_CONFIG_HEADERS(src/config.h)
# Line 361  if test "x$ac_libgig" = "xyes"; then Line 361  if test "x$ac_libgig" = "xyes"; then
361     ac_libs="$ac_libs $LIBGIG_LIBS"     ac_libs="$ac_libs $LIBGIG_LIBS"
362     if test "x$ac_libgig" = "xyes"; then     if test "x$ac_libgig" = "xyes"; then
363        AC_DEFINE(CONFIG_LIBGIG, 1, [Define if libgig is available.])        AC_DEFINE(CONFIG_LIBGIG, 1, [Define if libgig is available.])
364        AC_DEFINE(HAVE_LIBGIG_SETAUTOLOAD, 1, [Define if libgig provides gig::File::SetAutoLoad() method.])        AC_DEFINE(CONFIG_LIBGIG_SETAUTOLOAD, 1, [Define if libgig provides gig::File::SetAutoLoad() method.])
365        have_libgig_setautoload="yes"        ac_libgig_setautoload="yes"
366     fi     fi
367  fi  fi
368    
# Line 397  if test "x$ac_lscp_h" = "xno"; then Line 397  if test "x$ac_lscp_h" = "xno"; then
397     AC_MSG_ERROR([LSCP headers not found.])     AC_MSG_ERROR([LSCP headers not found.])
398  fi  fi
399    
400    if test "x$ac_libgig" = "xyes"; then
401       AC_CHECK_HEADER(SF.h, [ac_libgig_sf2="yes"], [ac_libgig_sf2="no"])
402       if test "x$ac_libgig_sf2" = "xyes"; then
403          AC_DEFINE(CONFIG_LIBGIG_SF2, 1, [Define if libgig SF.h is available.])
404       fi
405    fi
406    
407  # Checks for typedefs, structures, and compiler characteristics.  # Checks for typedefs, structures, and compiler characteristics.
408  # AC_C_CONST  # AC_C_CONST
409    
# Line 426  echo "  LSCP volume support  . . . . . . Line 433  echo "  LSCP volume support  . . . . . .
433  echo "  LSCP edit instrument support . . . . . . . . . . .: $ac_edit_instrument"  echo "  LSCP edit instrument support . . . . . . . . . . .: $ac_edit_instrument"
434  echo "  GigaSampler instrument file support (libgig) . . .: $ac_libgig"  echo "  GigaSampler instrument file support (libgig) . . .: $ac_libgig"
435  if test "x$ac_libgig" = "xyes"; then  if test "x$ac_libgig" = "xyes"; then
436  echo "  libgig supports fast information retrieval . . . .: $have_libgig_setautoload"  echo "  libgig supports fast information retrieval . . . .: $ac_libgig_setautoload"
437    echo "  libgig supports SoundFont2 instruments files . . .: $ac_libgig_sf2"
438  fi  fi
439  echo "  LSCP channel MIDI event support  . . . . . . . . .: $ac_channel_midi_event"  echo "  LSCP channel MIDI event support  . . . . . . . . .: $ac_channel_midi_event"
440  echo "  LSCP device MIDI event support . . . . . . . . . .: $ac_device_midi_event"  echo "  LSCP device MIDI event support . . . . . . . . . .: $ac_device_midi_event"

Legend:
Removed from v.2643  
changed lines
  Added in v.2646

  ViewVC Help
Powered by ViewVC