1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

r22436: allow:

AUTOGEN_SKIP_SWAT=yes ./autogen.sh

metze
(This used to be commit 8f86e6eba9c2a0c2015f36e3302c94bda1d469a2)
This commit is contained in:
Stefan Metzmacher 2007-04-21 22:07:10 +00:00 committed by Gerald (Jerry) Carter
parent c6343915bf
commit 75d36415e9

View File

@ -63,8 +63,10 @@ $AUTOCONF $IPATHS || exit 1
rm -rf autom4te*.cache
echo "$0: building Web Application Framework (SWAT)"
make -C ../webapps/swat distclean build || exit 1
if test x"${AUTOGEN_SKIP_SWAT}" != x"yes"; then
echo "$0: building Web Application Framework (SWAT)"
make -C ../webapps/swat distclean build || exit 1
fi
echo "Now run ./configure and then make."
exit 0