set the default minimum version to 1.3.18.

2003-08-21  Sven Neumann  <sven@gimp.org>

	* m4macros/gimp-2.0.m4: set the default minimum version to 1.3.18.
This commit is contained in:
Sven Neumann 2003-08-21 09:50:23 +00:00 committed by Sven Neumann
parent ddef5fb886
commit 5ab05db882
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-08-21 Sven Neumann <sven@gimp.org>
* m4macros/gimp-2.0.m4: set the default minimum version to 1.3.18.
2003-08-21 Simon Budig <simon@gimp.org> 2003-08-21 Simon Budig <simon@gimp.org>
* app/tools/gimpvectortool.c: Don't allow to create a new stroke * app/tools/gimpvectortool.c: Don't allow to create a new stroke

View file

@ -30,7 +30,7 @@ AC_ARG_ENABLE(gimptest, [ --disable-gimptest Do not try to compile and run
fi fi
AC_PATH_PROG(GIMPTOOL, gimptool-1.3, no) AC_PATH_PROG(GIMPTOOL, gimptool-1.3, no)
min_gimp_version=ifelse([$1], ,1.3.0,$1) min_gimp_version=ifelse([$1], ,1.3.18,$1)
AC_MSG_CHECKING(for GIMP - version >= $min_gimp_version) AC_MSG_CHECKING(for GIMP - version >= $min_gimp_version)
no_gimp="" no_gimp=""
if test "$GIMPTOOL" = "no" ; then if test "$GIMPTOOL" = "no" ; then