bump up minimum autoconf requirement to 2.54 for new features

2003-08-17  Manish Singh  <yosh@gimp.org>

        * configure.in: bump up minimum autoconf requirement to 2.54 for
        new features
This commit is contained in:
Manish Singh 2003-08-16 22:45:18 +00:00 committed by Manish Singh
parent 3594236280
commit 6958515839
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-08-17 Manish Singh <yosh@gimp.org>
* configure.in: bump up minimum autoconf requirement to 2.54 for
new features
2003-08-17 Sven Neumann <sven@gimp.org>
* plug-ins/common/tiff.c (read_16bit): fixed bug that was

View File

@ -4,8 +4,8 @@ dnl Process this file with autoconf to produce a configure script.
# Sanity checks
###############
# require autoconf 2.52
AC_PREREQ(2.52)
# require autoconf 2.54
AC_PREREQ(2.54)
AC_INIT(app/core/gimp.c)