summaryrefslogtreecommitdiff
path: root/source4/autogen.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-02 20:24:24 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:47:10 +0100
commitda0640518f67545df6a1da30c916fbc452d38a39 (patch)
treece20ee69d0807b0583564f987a56c6fb3506072a /source4/autogen.sh
parentfface33dd731a711688b56593bb703c38090e782 (diff)
downloadsamba-da0640518f67545df6a1da30c916fbc452d38a39.tar.gz
samba-da0640518f67545df6a1da30c916fbc452d38a39.tar.bz2
samba-da0640518f67545df6a1da30c916fbc452d38a39.zip
r26232: Provide replacement for stdint.i for users of older versions of swig.
(This used to be commit fb2150a07aa6460165efb4587c86ecc820cdeac0)
Diffstat (limited to 'source4/autogen.sh')
-rwxr-xr-xsource4/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/autogen.sh b/source4/autogen.sh
index 667ac89a44..5f71a09bf8 100755
--- a/source4/autogen.sh
+++ b/source4/autogen.sh
@@ -70,7 +70,7 @@ if which $SWIG >/dev/null 2>&1; then
for I in $SWIG_FILES
do
echo "$0: running $SWIG for $I"
- swig -python -keyword $I
+ swig -python -keyword -Iscripting/python/replace $I
done
fi