From 5aee99276720194eea7cc11903aa1f896ba04217 Mon Sep 17 00:00:00 2001 From: helge Date: Mon, 8 Aug 2005 13:38:46 +0000 Subject: [PATCH] install in /usr/local in case no prefix is given AND the internal gsmake is used git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1004 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- configure | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 19825d05..cbce2dd2 100755 --- a/configure +++ b/configure @@ -118,7 +118,7 @@ function setupInternalGSMake() { fi pregsmdir="$PWD" - echo -n "configuring builtin gnustep-make environment .." + echo -n "configuring builtin gnustep-make environment (${SETUP_LOGNAME}) .." cd "$GSTEPMAKE_SRCDIR" ./configure >${pregsmdir}/${SETUP_LOGNAME} \ @@ -131,7 +131,13 @@ function setupInternalGSMake() { echo -n ".. install .." make install >>${pregsmdir}/${SETUP_LOGNAME} + ARG_GSMAKE="${SETUP_MAKEDIR}/Library/Makefiles/" + DARG_IS_FHS=1 + ARG_WITH_GNUSTEP=0; + if test "x$ARG_PREFIX" = "x"; then + ARG_PREFIX="/usr/local/" + fi cd "$pregsmdir" if test -f $ARG_GSMAKE/GNUstep.sh; then -- 2.39.5