Run configure script using dirname of $0. This allows configure.developer
[sfrench/samba-autobuild/.git] / source3 / configure.developer
1 #!/bin/sh
2 CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD -DDEVELOPER"
3 export CFLAGS
4 `dirname $0`/configure $*