mirror of https://github.com/GNOME/gimp.git
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:
parent
3594236280
commit
6958515839
|
@ -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>
|
2003-08-17 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* plug-ins/common/tiff.c (read_16bit): fixed bug that was
|
* plug-ins/common/tiff.c (read_16bit): fixed bug that was
|
||||||
|
|
|
@ -4,8 +4,8 @@ dnl Process this file with autoconf to produce a configure script.
|
||||||
# Sanity checks
|
# Sanity checks
|
||||||
###############
|
###############
|
||||||
|
|
||||||
# require autoconf 2.52
|
# require autoconf 2.54
|
||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.54)
|
||||||
|
|
||||||
AC_INIT(app/core/gimp.c)
|
AC_INIT(app/core/gimp.c)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue