diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-02 20:24:24 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:47:10 +0100 |
commit | da0640518f67545df6a1da30c916fbc452d38a39 (patch) | |
tree | ce20ee69d0807b0583564f987a56c6fb3506072a /source4/autogen.sh | |
parent | fface33dd731a711688b56593bb703c38090e782 (diff) | |
download | samba-da0640518f67545df6a1da30c916fbc452d38a39.tar.gz samba-da0640518f67545df6a1da30c916fbc452d38a39.tar.xz 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-x | source4/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/autogen.sh b/source4/autogen.sh index 667ac89a44f..5f71a09bf8c 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 |