From a78f5610f810662d3bb425e5190e43dd44266380 Mon Sep 17 00:00:00 2001 From: prascle Date: Fri, 17 Mar 2006 14:33:02 +0000 Subject: [PATCH] PR: allow execution from anywhere --- build_configure | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2