From dfa46e8eebb5db6d1d41aa891c8ee1927ea2c2aa Mon Sep 17 00:00:00 2001 From: helge Date: Mon, 12 Feb 2007 17:09:05 +0000 Subject: [PATCH] fixed configure for embedded GNUstep-make git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1423 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure b/configure index da398b03..06608f38 100755 --- 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 -- 2.39.5