]> err.no Git - sope/commitdiff
fixed configure for embedded GNUstep-make
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 12 Feb 2007 17:09:05 +0000 (17:09 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 12 Feb 2007 17:09:05 +0000 (17:09 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1423 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

configure

index da398b03d4690d259ad5f58b97de5e4fdbbfc430..06608f3863b74f3e752f30722332a00245094566 100755 (executable)
--- a/configure
+++ b/configure
@@ -141,7 +141,8 @@ function setupInternalGSMake() {
     ./configure >${pregsmdir}/${SETUP_LOGNAME} \
       ${ENABLE_PCH_OPT} \
       --prefix="${INTERNAL_MAKEDIR}" \
-      --without-system-root \
+      --with-config-file="${INTERNAL_MAKEDIR}/GNUstep.conf" \
+      --with-system-root="${INTERNAL_MAKEDIR}" \
       --with-network-root="${INTERNAL_MAKEDIR}" \
       --with-local-root="${INTERNAL_MAKEDIR}" \
       --with-user-root="${INTERNAL_MAKEDIR}" \
@@ -164,7 +165,7 @@ function setupInternalGSMake() {
       echo ".. done (log in ${SETUP_LOGNAME})."
     else
       echo "error: failed to setup embedded gnustep-make sources!"
-      cat ${pregsmdir}/${SETUP_LOGNAME}
+      tail ${pregsmdir}/${SETUP_LOGNAME}
       exit 1
     fi
   else