summaryrefslogtreecommitdiff
path: root/source4/autogen.sh
diff options
context:
space:
mode:
authorDerrell Lipman <derrell@samba.org>2007-01-03 21:11:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:36:10 -0500
commitd0d846cd9bf1ea5439922ec2cedd445dc3195098 (patch)
tree25e038ca295915b4c29c4d0d795b60d34d795876 /source4/autogen.sh
parenteab632c31e376a3f3a2e18f89083cf9055d63a9f (diff)
downloadsamba-d0d846cd9bf1ea5439922ec2cedd445dc3195098.tar.gz
samba-d0d846cd9bf1ea5439922ec2cedd445dc3195098.tar.bz2
samba-d0d846cd9bf1ea5439922ec2cedd445dc3195098.zip
r20519: Web Application Framework
- No path given to web server means use old scripts (missed check-in) - Build Web Application (qooxdoo stuff) from autogen.sh since python isn't available or is differently-configured on various build-farm machines - Don't continually check in generated files - Properly identify SWAT "Statistics" module as "Status and Statistics" (This used to be commit 9d89b7663af218ee6ed941ac6c0597fab93cd03b)
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