/[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 2535 by schoenebeck, Tue Apr 15 19:35:35 2014 UTC revision 2594 by schoenebeck, Thu Jun 5 00:16:25 2014 UTC
# Line 3  Line 3 
3    
4  m4_define(linuxsampler_release_major, 1)  m4_define(linuxsampler_release_major, 1)
5  m4_define(linuxsampler_release_minor, 0)  m4_define(linuxsampler_release_minor, 0)
6  m4_define(linuxsampler_release_build, 0.svn38)  m4_define(linuxsampler_release_build, 0.svn42)
7    
8    
9  AC_INIT([linuxsampler],[linuxsampler_release_major.linuxsampler_release_minor.linuxsampler_release_build])  AC_INIT([linuxsampler],[linuxsampler_release_major.linuxsampler_release_minor.linuxsampler_release_build])
# Line 40  LSCP_RELEASE_MINOR=6 Line 40  LSCP_RELEASE_MINOR=6
40  AC_DEFINE_UNQUOTED(LSCP_RELEASE_MAJOR, ${LSCP_RELEASE_MAJOR}, [LSCP spec major version this release complies with.])  AC_DEFINE_UNQUOTED(LSCP_RELEASE_MAJOR, ${LSCP_RELEASE_MAJOR}, [LSCP spec major version this release complies with.])
41  AC_DEFINE_UNQUOTED(LSCP_RELEASE_MINOR, ${LSCP_RELEASE_MINOR}, [LSCP spec minor version this release complies with.])  AC_DEFINE_UNQUOTED(LSCP_RELEASE_MINOR, ${LSCP_RELEASE_MINOR}, [LSCP spec minor version this release complies with.])
42    
43    AM_INIT_AUTOMAKE([subdir-objects])
44  AC_PROG_CC  AC_PROG_CC
45  AC_PROG_CXX  AC_PROG_CXX
46  AC_LIBTOOL_WIN32_DLL  AC_LIBTOOL_WIN32_DLL
47  AC_PROG_LIBTOOL  AC_PROG_LIBTOOL
48    AC_PROG_LEX
49  AC_PROG_YACC  AC_PROG_YACC
50    
51  AC_SUBST(SHLIB_VERSION_ARG)  AC_SUBST(SHLIB_VERSION_ARG)
# Line 1324  AC_DEFINE_UNQUOTED(CONFIG_UNSIGNED_TRIAN Line 1326  AC_DEFINE_UNQUOTED(CONFIG_UNSIGNED_TRIAN
1326  # Create Build Files  # Create Build Files
1327    
1328  AC_CONFIG_HEADERS([config.h])  AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([subdir-objects])  
1329    
1330  AC_LANG([C++])  AC_LANG([C++])
1331    
# Line 1358  AC_CONFIG_FILES([\ Line 1359  AC_CONFIG_FILES([\
1359      src/hostplugins/lv2/manifest.ttl \      src/hostplugins/lv2/manifest.ttl \
1360      src/hostplugins/vst/Makefile \      src/hostplugins/vst/Makefile \
1361      src/hostplugins/au/Makefile \      src/hostplugins/au/Makefile \
1362        src/scriptvm/Makefile \
1363      src/shell/Makefile \      src/shell/Makefile \
1364      linuxsampler.spec \      linuxsampler.spec \
1365      debian/Makefile \      debian/Makefile \

Legend:
Removed from v.2535  
changed lines
  Added in v.2594

  ViewVC Help
Powered by ViewVC