From afa1a5abaaedd4a722ba9c040dae4271be3ac277 Mon Sep 17 00:00:00 2001
From: Tim Potter <tpot@samba.org>
Date: Fri, 1 Dec 2000 01:22:17 +0000
Subject: Run configure script using dirname of $0.  This allows
 configure.developer to be run when the build directory != source directory.
 (This used to be commit 697e8e6de50ca4d1a37ec89330a6916429fd9a89)

---
 source3/configure.developer | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'source3/configure.developer')

diff --git a/source3/configure.developer b/source3/configure.developer
index 07ce9fcf12..c3856889ea 100755
--- a/source3/configure.developer
+++ b/source3/configure.developer
@@ -1,4 +1,4 @@
 #!/bin/sh
 CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD -DDEVELOPER"
 export CFLAGS
-./configure $*
+`dirname $0`/configure $*
-- 
cgit