summaryrefslogtreecommitdiff
path: root/source/autogen.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-01-10 11:16:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:37:24 -0500
commit5870830b99a8d76bda1ff5af3fcf8dda9aba50ec (patch)
treefbf751ee0d5d6b3f2d958df19b8f6e06f118b761 /source/autogen.sh
parent2365abaa991d57d68c6ebe9be608e01c907102eb (diff)
downloadsamba-5870830b99a8d76bda1ff5af3fcf8dda9aba50ec.tar.gz
r20647: add cluster code
Diffstat (limited to 'source/autogen.sh')
-rwxr-xr-xsource/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/autogen.sh b/source/autogen.sh
index 8d842a9cb5c..a27364c7e20 100755
--- a/source/autogen.sh
+++ b/source/autogen.sh
@@ -64,7 +64,7 @@ $AUTOCONF $IPATHS || exit 1
rm -rf autom4te*.cache
echo "$0: building Web Application Framework (SWAT)"
-make -C ../webapps/swat distclean build || exit 1
+#make -C ../webapps/swat distclean build || exit 1
echo "Now run ./configure and then make."
exit 0