--- gigedit/trunk/configure.ac 2008/12/14 15:52:10 1809 +++ gigedit/branches/release0_2_0/configure.ac 2009/07/31 10:58:39 1963 @@ -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 @@ -59,8 +59,14 @@ IT_PROG_INTLTOOL(0.35.0) AM_GLIB_GNU_GETTEXT +case $host in + *mingw*|*cygwin*) windows=yes ;; + *) windows=no ;; +esac +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) @@ -188,5 +194,6 @@ win32/gigedit.dev win32/gigedit.nsi win32/Makefile + gigedit.spec ]) AC_OUTPUT