mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
98dc6158fc
-C --enable-socket-wrapper metze (This used to be commit 346bcd756c8ffb4bd53c98c6f0a600ff3486613e)
6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
`dirname $0`/configure -C \
|
|
--enable-developer \
|
|
--enable-socket-wrapper \
|
|
"$@"
|