r26232: Provide replacement for stdint.i for users of older versions of swig.
[samba.git] / source4 / autogen.sh
index 667ac89a44f7c3da3e847aa3cc6bbd7a9b67f7e5..5f71a09bf8c3c246ac5fb370373e2d6e7f2ce757 100755 (executable)
@@ -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