From 2962d49048389e835b8f36bdff03dfd31faf77dd Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Wed, 3 Sep 2003 17:46:16 +0000 Subject: [PATCH] fix case for uname checks (needs to be in all CAPS). 2003-09-03 Manish Singh * autogen.sh: fix case for uname checks (needs to be in all CAPS). --- ChangeLog | 10 ++++++++++ autogen.sh | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 953e7a6c7e..d0d7820d4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-09-03 Manish Singh + + * autogen.sh: fix case for uname checks (needs to be in all CAPS). + +2003-09-03 Sven Neumann + + * HACKING + * autogen.sh: require libtool version 1.5.0 or newer when building + on Win32. Completely untested but it should fix bug #120953. + 2003-09-03 Michael Natterer * app/core/gimpimage-mask.[ch]: removed the _bounds() and diff --git a/autogen.sh b/autogen.sh index bf0128ff94..968077eb52 100755 --- a/autogen.sh +++ b/autogen.sh @@ -49,7 +49,7 @@ DIE=0 OS=`uname -s` case $OS in - *ygwin* | *ingw*) + *YGWIN* | *INGW*) echo "Looks like Win32, you will need libtool $LIBTOOL_WIN32 or newer." echo LIBTOOL_REQUIRED_VERSION=$LIBTOOL_WIN32