summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-12-31 01:52:25 +0000
committerGlynn Foster <gman@src.gnome.org>2003-12-31 01:52:25 +0000
commit104a45c0f772ec07866c717861d8cbf1128b1e58 (patch)
treefebf8bc252c53ce3a0ce050c61c0045283929345 /configure.in
parent569271da40c3a0066539264965224931b3ba6f1b (diff)
Release 2.5.1, a ridiculous bump so that we sync with the GNOME desktop
2003-12-30 Glynn Foster <glynn.foster@sun.com> * configure.in: Release 2.5.1, a ridiculous bump so that we sync with the GNOME desktop releases. 2003-12-30 Jan Arne Petersen <jpetersen@uni-bonn.de> * src/fileselection.c: (zenity_fileselection), (zenity_fileselection_dialog_response): Replace GtkFileSelection with GtkFileChooser.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index a5ba0ae..0e8361d 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
AC_PREREQ(2.53)
AC_INIT(src)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(zenity, 1.8)
+AM_INIT_AUTOMAKE(zenity, 2.5.1)
AM_MAINTAINER_MODE
@@ -9,7 +9,9 @@ AC_PROG_INTLTOOL([0.21])
AC_PROG_CC
-PKG_CHECK_MODULES(ZENITY, gtk+-2.0 libglade-2.0 gconf-2.0 libgnomecanvas-2.0)
+GTK_REQUIRED=2.3.1
+
+PKG_CHECK_MODULES(ZENITY, gtk+-2.0 >= $GTK_REQUIRED libglade-2.0 gconf-2.0 libgnomecanvas-2.0)
AC_SUBST(ZENITY_CFLAGS)
AC_SUBST(ZENITY_LIBS)