/[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 4021 by schoenebeck, Wed Jan 5 16:11:04 2022 UTC revision 4079 by schoenebeck, Fri Jan 26 17:10:04 2024 UTC
# Line 2  Line 2 
2  # LinuxSampler's / liblinuxsampler's "official" release version:  # LinuxSampler's / liblinuxsampler's "official" release version:
3    
4  m4_define(linuxsampler_release_major, 2)  m4_define(linuxsampler_release_major, 2)
5  m4_define(linuxsampler_release_minor, 2)  m4_define(linuxsampler_release_minor, 3)
6  m4_define(linuxsampler_release_build, 0.svn16)  m4_define(linuxsampler_release_build, 0)
7    
8  AC_INIT([linuxsampler],[linuxsampler_release_major.linuxsampler_release_minor.linuxsampler_release_build])  AC_INIT([linuxsampler],[linuxsampler_release_major.linuxsampler_release_minor.linuxsampler_release_build])
9  AC_CONFIG_SRCDIR([configure.ac])  AC_CONFIG_SRCDIR([configure.ac])
# Line 25  AC_CONFIG_SRCDIR([configure.ac]) Line 25  AC_CONFIG_SRCDIR([configure.ac])
25  #  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
26  #     to 0.  #     to 0.
27    
28  LIBLINUXSAMPLER_LT_CURRENT=6  LIBLINUXSAMPLER_LT_CURRENT=7
29  LIBLINUXSAMPLER_LT_REVISION=0  LIBLINUXSAMPLER_LT_REVISION=0
30  LIBLINUXSAMPLER_LT_AGE=0  LIBLINUXSAMPLER_LT_AGE=0
31  SHARED_VERSION_INFO="$LIBLINUXSAMPLER_LT_CURRENT:$LIBLINUXSAMPLER_LT_REVISION:$LIBLINUXSAMPLER_LT_AGE"  SHARED_VERSION_INFO="$LIBLINUXSAMPLER_LT_CURRENT:$LIBLINUXSAMPLER_LT_REVISION:$LIBLINUXSAMPLER_LT_AGE"
# Line 705  fi Line 705  fi
705  # Checks for various DLL libraries  # Checks for various DLL libraries
706    
707  # Check presence of libgig  # Check presence of libgig
708  libgig_version="4.3.0"  libgig_version="4.4.0"
709  PKG_CHECK_MODULES(GIG, gig >= $libgig_version, HAVE_GIG=true, HAVE_GIG=false)  PKG_CHECK_MODULES(GIG, gig >= $libgig_version, HAVE_GIG=true, HAVE_GIG=false)
710  if test "$HAVE_GIG" = "false"; then  if test "$HAVE_GIG" = "false"; then
711      echo "Required libgig version not found!"      echo "Required libgig version not found!"

Legend:
Removed from v.4021  
changed lines
  Added in v.4079

  ViewVC Help
Powered by ViewVC