1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/configure.developer
Tim Potter afa1a5abaa 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 697e8e6de5)
2000-12-01 01:22:17 +00:00

5 lines
167 B
Bash
Executable File

#!/bin/sh
CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD -DDEVELOPER"
export CFLAGS
`dirname $0`/configure $*