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

Diff of /gigedit/trunk/configure.ac

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

revision 2627 by schoenebeck, Thu Jun 12 16:12:55 2014 UTC revision 2795 by schoenebeck, Fri Jul 17 12:06:00 2015 UTC
# Line 3  dnl Process this file with autoconf to p Line 3  dnl Process this file with autoconf to p
3  #------------------------------------------------------------------------------------  #------------------------------------------------------------------------------------
4  # The following is the current, official release version of gigedit:  # The following is the current, official release version of gigedit:
5    
6  m4_define(gigedit_ver_major, 0)  m4_define(gigedit_ver_major, 1)
7  m4_define(gigedit_ver_minor, 2)  m4_define(gigedit_ver_minor, 0)
8  m4_define(gigedit_ver_release, 0)  m4_define(gigedit_ver_release, 0)
9    
10  AC_INIT([gigedit], [gigedit_ver_major.gigedit_ver_minor.gigedit_ver_release])  AC_INIT([gigedit], [gigedit_ver_major.gigedit_ver_minor.gigedit_ver_release])
# Line 28  AC_CONFIG_AUX_DIR([.]) Line 28  AC_CONFIG_AUX_DIR([.])
28  #  6. If any interfaces have been removed since the last public release, then set age  #  6. If any interfaces have been removed since the last public release, then set age
29  #     to 0.  #     to 0.
30    
31  LIBGIGEDIT_LT_CURRENT=2  LIBGIGEDIT_LT_CURRENT=3
32  LIBGIGEDIT_LT_REVISION=0  LIBGIGEDIT_LT_REVISION=0
33  LIBGIGEDIT_LT_AGE=0  LIBGIGEDIT_LT_AGE=0
34    
# Line 85  PKG_CHECK_MODULES(SIGC, sigc++-2.0) Line 85  PKG_CHECK_MODULES(SIGC, sigc++-2.0)
85  AC_SUBST(SIGC_CFLAGS)  AC_SUBST(SIGC_CFLAGS)
86  AC_SUBST(SIGC_LIBS)  AC_SUBST(SIGC_LIBS)
87    
88  PKG_CHECK_MODULES(GIG, gig >= 3.3.0)  PKG_CHECK_MODULES(GIG, gig >= 4.0.0)
89  AC_SUBST(GIG_CFLAGS)  AC_SUBST(GIG_CFLAGS)
90  AC_SUBST(GIG_LIBS)  AC_SUBST(GIG_LIBS)
91    
# Line 95  AC_SUBST(SNDFILE_CFLAGS) Line 95  AC_SUBST(SNDFILE_CFLAGS)
95  AC_SUBST(SNDFILE_LIBS)  AC_SUBST(SNDFILE_LIBS)
96    
97  # check for (optional) presence of liblinuxsampler  # check for (optional) presence of liblinuxsampler
98  liblinuxsampler_version="1.0.0"  liblinuxsampler_version="2.0.0"
99  PKG_CHECK_MODULES(  PKG_CHECK_MODULES(
100      LINUXSAMPLER, linuxsampler >= $liblinuxsampler_version,      LINUXSAMPLER, linuxsampler >= $liblinuxsampler_version,
101      have_linuxsampler=1, have_linuxsampler=0      have_linuxsampler=1, have_linuxsampler=0

Legend:
Removed from v.2627  
changed lines
  Added in v.2795

  ViewVC Help
Powered by ViewVC