summaryrefslogtreecommitdiff
path: root/source4/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/autogen.sh')
-rwxr-xr-xsource4/autogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/autogen.sh b/source4/autogen.sh
index a88e5577c4..8d842a9cb5 100755
--- a/source4/autogen.sh
+++ b/source4/autogen.sh
@@ -63,6 +63,9 @@ $AUTOCONF $IPATHS || exit 1
rm -rf autom4te*.cache
+echo "$0: building Web Application Framework (SWAT)"
+make -C ../webapps/swat distclean build || exit 1
+
echo "Now run ./configure and then make."
exit 0