summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2008-03-15 02:52:12 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2008-03-15 02:52:12 +0100
commit2838e8ac852bf9dd89878b1fb17f01c7e4e0906e (patch)
tree01c8b0bcf685731283b6f88ba04eed212dc20f9b
parent1cc9f52423628c0c22a3128ad11143c9c49e531b (diff)
downloadmdk-2838e8ac852bf9dd89878b1fb17f01c7e4e0906e.tar.gz
mdk-2838e8ac852bf9dd89878b1fb17f01c7e4e0906e.tar.bz2
Version bump and GTK+ >= 2.12.0 required.
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index d96b4bf..ddb74f3 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
@@ -8,8 +8,8 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-AC_INIT([GNU MDK],1.2.3,[bug-mdk@gnu.org],mdk)
-AM_INIT_AUTOMAKE(mdk,1.2.3)
+AC_INIT([GNU MDK],1.2.4,[bug-mdk@gnu.org],mdk)
+AM_INIT_AUTOMAKE(mdk,1.2.4)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
@@ -123,7 +123,7 @@ esac],[gui=true])
dnl Check for gtk+
if test x$gui = xtrue; then
-PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.4.0 libglade-2.0 >= 2.0.0 pango >= 1.4,
+PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.12.0 libglade-2.0 >= 2.0.0 pango >= 1.4,
[LIBS="$LIBS $GTK_LIBS" AM_CFLAGS="$AM_CFLAGS $GTK_CFLAGS"],
[AC_MSG_WARN(Cannot find GTK+/Glade/Pango: the GUI shall not be built)
gui=false])