From 915364c9d1ab8bc952721991298ead8cdbadadab Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Tue, 25 Jan 2011 16:59:54 +0100 Subject: [PATCH] Version set to 0.1.5. --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8815ef9..8236d18 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([libgtkform], [0.1.4], [azagli@libero.it]) +AC_INIT([libgtkform], [0.1.5], [azagli@libero.it]) AC_CONFIG_SRCDIR([src/form.c]) AC_CONFIG_HEADER([config.h]) @@ -41,7 +41,8 @@ AM_GLIB_GNU_GETTEXT # Checks for libraries. PKG_CHECK_MODULES(GTKFORM, [gtk+-2.0 >= 2.12.0 libxml-2.0 >= 2.0.0 - libgdaex >= 0.1.0]) + libgdaex >= 0.1.0 + libgda-4.0 >= 4.2.3]) AC_SUBST(GTKFORM_CFLAGS) AC_SUBST(GTKFORM_LIBS) -- 2.49.0