summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/autogen.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-28 01:20:00 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:46:37 +0100
commit7ab84481d6b0bee4d1820d9e70950fa126e5269c (patch)
treedc1c476305870175d6beb40510a0261dbc30da1f /source4/lib/tdb/autogen.sh
parente12c724f07f087bb969ca4fb3639a77b78858de6 (diff)
downloadsamba-7ab84481d6b0bee4d1820d9e70950fa126e5269c.tar.gz
samba-7ab84481d6b0bee4d1820d9e70950fa126e5269c.tar.bz2
samba-7ab84481d6b0bee4d1820d9e70950fa126e5269c.zip
r26180: Allow prebuilding swig output files.
(This used to be commit 52106ad04edc3e80e3e3feb8d4b2d4e9e945cbbb)
Diffstat (limited to 'source4/lib/tdb/autogen.sh')
-rwxr-xr-xsource4/lib/tdb/autogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/tdb/autogen.sh b/source4/lib/tdb/autogen.sh
index bf84eeee19..8660843d2b 100755
--- a/source4/lib/tdb/autogen.sh
+++ b/source4/lib/tdb/autogen.sh
@@ -9,6 +9,8 @@ autoheader $IPATHS || exit 1
rm -rf autom4te.cache
+swig -python -keyword tdb.i # Ignore errors for now
+
echo "Now run ./configure and then make."
exit 0