1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-15 16:23:49 +03:00

r26248: Check in SWIG output so SWIG is not required when running out of svn.

This commit is contained in:
Jelmer Vernooij
2007-12-03 13:48:09 +01:00
committed by Stefan Metzmacher
parent def0ae919b
commit 08501fbef3
27 changed files with 45612 additions and 210 deletions

View File

@@ -5,7 +5,7 @@ AC_ARG_VAR([PYTHON_VERSION],[The installed Python
will be appended to the Python interpreter
canonical name.])
AC_PROG_SWIG(1.3.25)
AC_PROG_SWIG(1.3.31)
AC_PATH_PROG([PYTHON],[python[$PYTHON_VERSION]])
if test -z "$PYTHON"; then