summaryrefslogtreecommitdiffstats
path: root/tdb/autogen.sh
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2008-12-22 17:30:41 -0500
committerSimo Sorce <idra@samba.org>2008-12-22 18:52:37 -0500
commit9e1e585aa2740bd55bd60d965bd6c271ee9caa2e (patch)
tree02d225bc01207e2838e056a175d91f14576698dd /tdb/autogen.sh
parent6582952ae76c03c53227499028652b47692448e4 (diff)
downloadsssd-9e1e585aa2740bd55bd60d965bd6c271ee9caa2e.tar.gz
sssd-9e1e585aa2740bd55bd60d965bd6c271ee9caa2e.tar.xz
sssd-9e1e585aa2740bd55bd60d965bd6c271ee9caa2e.zip
Rebase tdb code with all changes in samba master
Diffstat (limited to 'tdb/autogen.sh')
-rwxr-xr-xtdb/autogen.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tdb/autogen.sh b/tdb/autogen.sh
index 88ac4cfcf..bf84eeee1 100755
--- a/tdb/autogen.sh
+++ b/tdb/autogen.sh
@@ -9,8 +9,6 @@ autoheader $IPATHS || exit 1
rm -rf autom4te.cache
-swig -O -Wall -python -keyword tdb.i # Ignore errors for now
-
echo "Now run ./configure and then make."
exit 0