mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
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:
parent
ddef5fb886
commit
5ab05db882
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue