2 dnl Samba3 build environment SWAT configuration
4 dnl Copyright (C) Michael Adam 2008
6 dnl Released under the GNU General Public License
7 dnl http://www.gnu.org/licenses/
11 SWAT_SBIN_TARGETS='bin/swat$(EXEEXT)'
12 SWAT_INSTALL_TARGETS=installswat
15 [AS_HELP_STRING([--enable-swat], [Build the SWAT tool (default=yes)])],
17 case "$enable_swat" in
20 SWAT_INSTALL_TARGETS=''
25 AC_SUBST(SWAT_SBIN_TARGETS)
26 AC_SUBST(SWAT_INSTALL_TARGETS)