summaryrefslogtreecommitdiff
path: root/source4/autogen.sh
diff options
context:
space:
mode:
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