mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
5 lines
66 B
Plaintext
5 lines
66 B
Plaintext
|
#!/bin/sh
|
||
|
`dirname $0`/configure -C \
|
||
|
--enable-developer \
|
||
|
"$@"
|