summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/autogen.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-27 23:28:23 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:46:35 +0100
commit8463b9aff99d05a61048c8dc9dc249d544109bcd (patch)
tree702bbedbe483c005a9447dda9f11bf024bf9aa6e /source4/lib/ldb/autogen.sh
parent84945d9fae931314da4d0e09f69fad9681fc949a (diff)
downloadsamba-8463b9aff99d05a61048c8dc9dc249d544109bcd.tar.gz
samba-8463b9aff99d05a61048c8dc9dc249d544109bcd.tar.bz2
samba-8463b9aff99d05a61048c8dc9dc249d544109bcd.zip
r26177: Allow prebuilding swig wrapper, install ldb.py.
(This used to be commit e61160dce4bdfc8ade8494c91c8bbec13d0afe4b)
Diffstat (limited to 'source4/lib/ldb/autogen.sh')
-rwxr-xr-xsource4/lib/ldb/autogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/ldb/autogen.sh b/source4/lib/ldb/autogen.sh
index aee9a6c2f7..921ef04d82 100755
--- a/source4/lib/ldb/autogen.sh
+++ b/source4/lib/ldb/autogen.sh
@@ -17,6 +17,8 @@ autoconf $IPATHS || exit 1
rm -rf autom4te.cache
+swig -python ldb.i # Ignore errors, for now
+
echo "Now run ./configure and then make."
exit 0