fix case for uname checks (needs to be in all CAPS).

2003-09-03  Manish Singh  <yosh@gimp.org>

        * autogen.sh: fix case for uname checks (needs to be in all CAPS).
This commit is contained in:
Manish Singh 2003-09-03 17:46:16 +00:00 committed by Manish Singh
parent daa5f9e673
commit 2962d49048
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
2003-09-03 Manish Singh <yosh@gimp.org>
* autogen.sh: fix case for uname checks (needs to be in all CAPS).
2003-09-03 Sven Neumann <sven@gimp.org>
* 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 <mitch@gimp.org>
* app/core/gimpimage-mask.[ch]: removed the _bounds() and

View File

@ -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