--- gigedit/trunk/configure.ac 2009/01/10 11:47:00 1824 +++ gigedit/trunk/configure.ac 2010/09/25 13:57:22 2129 @@ -6,8 +6,8 @@ # The following is the current, official release version of gigedit: GIGEDIT_VER_MAJOR=0 -GIGEDIT_VER_MINOR=1 -GIGEDIT_VER_RELEASE=1 +GIGEDIT_VER_MINOR=2 +GIGEDIT_VER_RELEASE=0 #------------------------------------------------------------------------------------ # The following is the libtool / shared library version. This doesn't have to @@ -26,7 +26,7 @@ # 6. If any interfaces have been removed since the last public release, then set age # to 0. -LIBGIGEDIT_LT_CURRENT=1 +LIBGIGEDIT_LT_CURRENT=2 LIBGIGEDIT_LT_REVISION=0 LIBGIGEDIT_LT_AGE=0 @@ -66,7 +66,7 @@ AM_CONDITIONAL(WINDOWS, test "$windows" = "yes") PKG_CHECK_MODULES(GTKMM, gtkmm-2.4 >= 2.4.10 gthread-2.0) -PKG_CHECK_MODULES(GIG, gig >= 3.2.0) +PKG_CHECK_MODULES(GIG, gig >= 3.3.0) # check for presence of libsndfile PKG_CHECK_MODULES(SNDFILE, sndfile >= 1.0.2) @@ -98,7 +98,7 @@ else echo "Found linuxsampler $liblinuxsampler_version" echo -n "Retrieving LinuxSampler's plugin dir... " - LINUXSAMPLER_PLUGIN_DIR=`pkg-config --variable plugindir linuxsampler` + LINUXSAMPLER_PLUGIN_DIR=`$PKG_CONFIG --variable plugindir linuxsampler` if test "$LINUXSAMPLER_PLUGIN_DIR" = ""; then have_linuxsampler=0 echo "Error"