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

source3/configure.developer

index 07ce9fcf12aef4f1fef98d9b0a4efd74cad84eb7..c3856889ea1458e86bd7e091fa843086fe7ba920 100755 (executable)
@@ -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 $*