/[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 3368 by schoenebeck, Thu Nov 16 19:18:42 2017 UTC revision 3374 by schoenebeck, Sat Nov 25 22:24:28 2017 UTC
# Line 4  dnl Process this file with autoconf to p Line 4  dnl Process this file with autoconf to p
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, 1)  m4_define(gigedit_ver_major, 1)
7  m4_define(gigedit_ver_minor, 0)  m4_define(gigedit_ver_minor, 1)
8  m4_define(gigedit_ver_release, 0.svn65)  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])
11  AC_CONFIG_SRCDIR([configure.ac])  AC_CONFIG_SRCDIR([configure.ac])
# 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=3  LIBGIGEDIT_LT_CURRENT=4
32  LIBGIGEDIT_LT_REVISION=0  LIBGIGEDIT_LT_REVISION=0
33  LIBGIGEDIT_LT_AGE=0  LIBGIGEDIT_LT_AGE=0
34    
# Line 94  PKG_CHECK_MODULES(SIGC, sigc++-2.0) Line 94  PKG_CHECK_MODULES(SIGC, sigc++-2.0)
94  AC_SUBST(SIGC_CFLAGS)  AC_SUBST(SIGC_CFLAGS)
95  AC_SUBST(SIGC_LIBS)  AC_SUBST(SIGC_LIBS)
96    
97  PKG_CHECK_MODULES(GIG, gig >= 4.0.0)  PKG_CHECK_MODULES(GIG, gig >= 4.1.0)
98  AC_SUBST(GIG_CFLAGS)  AC_SUBST(GIG_CFLAGS)
99  AC_SUBST(GIG_LIBS)  AC_SUBST(GIG_LIBS)
100    
# Line 104  AC_SUBST(SNDFILE_CFLAGS) Line 104  AC_SUBST(SNDFILE_CFLAGS)
104  AC_SUBST(SNDFILE_LIBS)  AC_SUBST(SNDFILE_LIBS)
105    
106  # check for (optional) presence of liblinuxsampler  # check for (optional) presence of liblinuxsampler
107  liblinuxsampler_version="2.0.0"  liblinuxsampler_version="2.1.0"
108  PKG_CHECK_MODULES(  PKG_CHECK_MODULES(
109      LINUXSAMPLER, linuxsampler >= $liblinuxsampler_version,      LINUXSAMPLER, linuxsampler >= $liblinuxsampler_version,
110      have_linuxsampler=1, have_linuxsampler=0      have_linuxsampler=1, have_linuxsampler=0

Legend:
Removed from v.3368  
changed lines
  Added in v.3374

  ViewVC Help
Powered by ViewVC