/[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 2343 by persson, Sun Apr 29 16:14:45 2012 UTC revision 2360 by persson, Thu Aug 16 17:01:35 2012 UTC
# Line 45  AM_PROG_LIBTOOL Line 45  AM_PROG_LIBTOOL
45  AC_SUBST(SHLIB_VERSION_ARG)  AC_SUBST(SHLIB_VERSION_ARG)
46  AC_SUBST(SHARED_VERSION_INFO)  AC_SUBST(SHARED_VERSION_INFO)
47    
48    module=yes eval LIB_EXT=$shrext_cmds
49    AC_SUBST(LIB_EXT)
50    
51  AC_C_BIGENDIAN  AC_C_BIGENDIAN
52  AC_CANONICAL_HOST  AC_CANONICAL_HOST
53    
# Line 512  AC_CHECK_HEADERS(dssi.h, Line 515  AC_CHECK_HEADERS(dssi.h,
515  AM_CONDITIONAL(HAVE_DSSI, test $config_have_dssi = "yes")  AM_CONDITIONAL(HAVE_DSSI, test $config_have_dssi = "yes")
516    
517  # LV2  # LV2
518  PKG_CHECK_MODULES(LV2, lv2,  PKG_CHECK_MODULES(LV2, lv2 >= 1.0.0, config_have_lv2="yes", config_have_lv2="no")
   [config_have_lv2="yes"  
   AC_DEFINE(HAVE_LV2_PACKAGE, 1,  
             [Define to 1 if you have the lv2 package installed.])],  
   [config_have_lv2="no"  
   PKG_CHECK_MODULES(LV2, lv2core, config_have_lv2="yes",  
     [AC_CHECK_HEADER(lv2.h, config_have_lv2="yes")])])  
   
519  AC_SUBST(LV2_CFLAGS)  AC_SUBST(LV2_CFLAGS)
520  AC_SUBST(LV2_LIBS)  AC_SUBST(LV2_LIBS)
521  AM_CONDITIONAL(HAVE_LV2, test $config_have_lv2 = "yes")  AM_CONDITIONAL(HAVE_LV2, test $config_have_lv2 = "yes")
# Line 1345  AC_OUTPUT( \ Line 1341  AC_OUTPUT( \
1341      src/hostplugins/Makefile \      src/hostplugins/Makefile \
1342      src/hostplugins/dssi/Makefile \      src/hostplugins/dssi/Makefile \
1343      src/hostplugins/lv2/Makefile \      src/hostplugins/lv2/Makefile \
1344        src/hostplugins/lv2/manifest.ttl \
1345      src/hostplugins/vst/Makefile \      src/hostplugins/vst/Makefile \
1346      src/hostplugins/au/Makefile \      src/hostplugins/au/Makefile \
1347      linuxsampler.spec \      linuxsampler.spec \

Legend:
Removed from v.2343  
changed lines
  Added in v.2360

  ViewVC Help
Powered by ViewVC