From b3c48a4501d77c15ae236f1fe4514cc02de187f3 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Wed, 9 Dec 2009 20:12:46 -0200 Subject: [PATCH] Bump the required version of autoconf to 2.62 It's need by the new introspection macro. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;