summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2009-12-09 20:12:46 -0200
committerJohan Dahlin <johan@gnome.org>2009-12-16 17:22:01 -0200
commitb3c48a4501d77c15ae236f1fe4514cc02de187f3 (patch)
tree41e0a3eaf7e1a9b059fc5d0fa675f39299cb4273
parent80c7937d6037f412fe6349139d75da279c7fa75f (diff)
downloadgtk+-b3c48a4501d77c15ae236f1fe4514cc02de187f3.tar.gz
Bump the required version of autoconf to 2.62
It's need by the new introspection macro.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 426750e33b..8a95a4686a 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
# require autoconf 2.54
-AC_PREREQ(2.54)
+AC_PREREQ(2.62)
# Making releases:
# GTK_MICRO_VERSION += 1;