]> err.no Git - sope/commitdiff
install in /usr/local in case no prefix is given AND the internal gsmake is used
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 8 Aug 2005 13:38:46 +0000 (13:38 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 8 Aug 2005 13:38:46 +0000 (13:38 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1004 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

configure

index 19825d05a9135d4eeea9ae531324d87c6918d254..cbce2dd23fd9d7092e21a1dc9c5e0b993073487d 100755 (executable)
--- 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