Monotone-Parent: 6ee05d0c936007b3767c0ac188a7d0d32c932d7a

Monotone-Revision: 7e4ce901b4c13b7bc91a9cf02ff8ff0946502aaf

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-03-25T22:40:57
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-03-25 22:40:57 +00:00
parent e2cfe1058f
commit f8a8a0c6dc

4
configure vendored
View File

@@ -120,6 +120,10 @@ validateGNUstepArgs() {
ARG_GSMAKE="$HOME/GNUstep/Library/Makefiles/"
elif test -f /usr/GNUstep/System/Library/Makefiles/GNUstep.sh; then
ARG_GSMAKE="/usr/GNUstep/System/Library/Makefiles/"
elif test -f /usr/share/GNUstep/Makefiles/GNUstep.sh; then
ARG_GSMAKE="/usr/share/GNUstep/Makefiles/"
elif test -f $GNUSTEP_MAKEFILES/GNUstep.sh; then
ARG_GSMAKE="$GNUSTEP_MAKEFILES/"
else
echo "error: please specify a GNUstep make tree!"
exit 1