From: prascle Date: Fri, 17 Mar 2006 14:33:02 +0000 (+0000) Subject: PR: allow execution from anywhere X-Git-Tag: T3_2_0b1_pre1~33 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a78f5610f810662d3bb425e5190e43dd44266380;p=modules%2Fkernel.git PR: allow execution from anywhere --- diff --git a/build_configure b/build_configure index c682f1fad..a9dd3c516 100755 --- a/build_configure +++ b/build_configure @@ -9,6 +9,10 @@ # ==================================================================== # +# CONF_DIR is the path containing the present script + +CONF_DIR=`echo $0 | sed -e "s,[^/]*$,,;s,/$,,;s,^$,.,"` +cd ${CONF_DIR} # ____________________________________________________________________ # aclocal creates the aclocal.m4 file from the standard macro and the