when automake 1.8 is being used, require at least version 1.8.3. Earlier
2004-07-13 Sven Neumann <sven@gimp.org> * autogen.sh: when automake 1.8 is being used, require at least version 1.8.3. Earlier versions of the automake-1.8 series don't handle gimp-console correctly.
This commit is contained in:
parent
1175a64b3f
commit
3aff97c3aa
2 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2004-07-13 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* autogen.sh: when automake 1.8 is being used, require at least
|
||||
version 1.8.3. Earlier versions of the automake-1.8 series don't
|
||||
handle gimp-console correctly.
|
||||
|
||||
2004-07-13 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/config/gimpconfig-dump.c
|
||||
|
|
|
|||
|
|
@ -90,6 +90,7 @@ if (automake-1.7 --version) < /dev/null > /dev/null 2>&1; then
|
|||
elif (automake-1.8 --version) < /dev/null > /dev/null 2>&1; then
|
||||
AUTOMAKE=automake-1.8
|
||||
ACLOCAL=aclocal-1.8
|
||||
AUTOMAKE_REQUIRED_VERSION=1.8.3
|
||||
elif (automake-1.6 --version) < /dev/null > /dev/null 2>&1; then
|
||||
AUTOMAKE=automake-1.6
|
||||
ACLOCAL=aclocal-1.6
|
||||
|
|
|
|||
Loading…
Reference in a new issue