]> Pileus Git - ~andy/gtk/commitdiff
Bump the required version of autoconf to 2.62
authorJohan Dahlin <johan@gnome.org>
Wed, 9 Dec 2009 22:12:46 +0000 (20:12 -0200)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:51:52 +0000 (20:51 -0400)
It's need by the new introspection macro.

configure.in

index 426750e33b5c00081f27b02f1451ad5702a22dc9..8a95a4686ae3d6e9c1c2995a95ddb39721d734a8 100644 (file)
@@ -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;