Require autoconf-2.53.
authorManish Singh <yosh@gimp.org>
Thu, 12 Dec 2002 19:05:26 +0000 (19:05 +0000)
committerManish Singh <yosh@src.gnome.org>
Thu, 12 Dec 2002 19:05:26 +0000 (19:05 +0000)
Thu Dec 12 11:04:05 2002  Manish Singh  <yosh@gimp.org>

        * configure.in: Require autoconf-2.53.

ChangeLog
configure.in

index 3ac445a..b0aa0b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Dec 12 11:04:05 2002  Manish Singh  <yosh@gimp.org>
+
+       * configure.in: Require autoconf-2.53.
+
 2002-12-12  Yanko Kaneti  <yaneti@declera.com>
 
        * configure.in (ALL_LINGUAS): Added Bulgarian (bg).
index 35935c7..6999fa9 100644 (file)
@@ -1,5 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
+AC_PREREQ(2.53)
+
 AC_INIT(ChangeLog)
 
 AM_CONFIG_HEADER(config.h)