check for weird library-combo
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@685
e4a50df8-12e2-0310-a44c-
efbce7f8a7e3
fi
}
+function setupAppleArgs() {
+ ARG_WITH_STRIP=0
+ ARG_WITH_GNUSTEP=1
+
+ if test "xLIBRARY_COMBO" != "apple-apple-nil"; then
+ if test "xLIBRARY_COMBO" != "apple-apple-apple"; then
+ echo "WARNING: detected unusual GNUstep setup: $LIBRARY_COMBO"
+ echo ""
+ fi
+ fi
+}
+
function validateArgs() {
# validate prefix (could be better?)
case "x$ARG_PREFIX" in
printGNUstepSetup;
fi
+# setup some GNUstep dependend defaults
+if test "x$GNUSTEP_HOST_VENDOR" = "xapple"; then
+ setupAppleArgs;
+fi
+
# ensure the parameters make sense
validateArgs