diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-01-10 11:50:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:37:26 -0500 |
commit | 1c211a2e43db46c649a963ec883481cc4321870a (patch) | |
tree | 8b8a62b0670b3b640dde83b4c7caea5d763f9132 /source4/autogen.sh | |
parent | c6ccfeb9cb78a95048ce0d91317b5948ae4ca46e (diff) | |
download | samba-1c211a2e43db46c649a963ec883481cc4321870a.tar.gz |
r20650: revert a bunch of code I didn't mean to commit yet
(This used to be commit b3e2d4908781781a487eaeb683d22eb967e5597d)
Diffstat (limited to 'source4/autogen.sh')
-rwxr-xr-x | source4/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/autogen.sh b/source4/autogen.sh index a27364c7e2..8d842a9cb5 100755 --- a/source4/autogen.sh +++ b/source4/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 |