source: branches/samba-3.3.x/source/m4/swat.m4@ 222

Last change on this file since 222 was 206, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.0.0 level (psmedley's port)

File size: 519 bytes
Line 
1dnl
2dnl Samba3 build environment SWAT configuration
3dnl
4dnl Copyright (C) Michael Adam 2008
5dnl
6dnl Released under the GNU General Public License
7dnl http://www.gnu.org/licenses/
8dnl
9
10
11SWAT_SBIN_TARGETS='bin/swat$(EXEEXT)'
12SWAT_INSTALL_TARGETS=installswat
13
14AC_ARG_ENABLE(swat,
15[AS_HELP_STRING([--enable-swat], [Build the SWAT tool (default=yes)])],
16[
17 case "$enable_swat" in
18 no)
19 SWAT_SBIN_TARGETS=''
20 SWAT_INSTALL_TARGETS=''
21 ;;
22 esac
23])
24
25AC_SUBST(SWAT_SBIN_TARGETS)
26AC_SUBST(SWAT_INSTALL_TARGETS)
27
Note: See TracBrowser for help on using the repository browser.