Add Pythonizing wrappers for the Python-bindings.
[util-vserver.git] / configure.ac
index e5c6854..fa47ee6 100644 (file)
@@ -449,6 +449,42 @@ AM_CONDITIONAL(HAVE_GENTOO_INIT, test x"$ensc_with_init" = xgentoo)
 AM_CONDITIONAL(HAVE_SYSV_INIT, test x"$ensc_with_init" = xsysv)
 
 
+dnl ########################
+dnl Check for Python
+
+ensc_have_python=yes
+AM_PATH_PYTHON(,, [:])
+if test "x$PYTHON" = x:; then
+       ensc_have_python=no
+fi
+if test x$ensc_have_python = xyes; then
+       PYTHON_CFLAGS=-I`$PYTHON -c 'from distutils.sysconfig import get_python_inc; print get_python_inc(1)'`
+       PYTHON_LDFLAGS=-L`$PYTHON -c 'from distutils.sysconfig import get_python_lib; print get_python_lib(1)'`
+       AC_SUBST(PYTHON_CFLAGS)
+       AC_SUBST(PYTHON_LDFLAGS)
+else
+       ensc_have_python=no
+fi
+AC_PATH_PROG([CTAGS], [ctags], [no])
+if test "x$CTAGS" = xno; then
+       ensc_have_python=no
+fi
+AM_CONDITIONAL([HAVE_PYTHON], [test x$ensc_have_python = xyes])
+
+dnl Python stuff ends here
+dnl ########################
+
+
+dnl ########################
+dnl Library versioning
+
+AM_CONDITIONAL([HAVE_VERSIONING], [true])
+AC_DEFINE([HAVE_VERSIONING], [1], [Define this to use library versioning])
+
+dnl /Library versioning
+dnl ########################
+
+
 dnl BIG HACK! Do some autodetection here!
 AC_DEFINE(UTMP_GID, [22], [The utmp gid-number])
 
@@ -492,6 +528,7 @@ Features:
     syscall(2) invocation: $with_syscall
       vserver(2) syscall#: $ensc_cv_value_syscall_vserver
                crypto api: $ensc_crypto_api
+          python bindings: $ensc_have_python
    
 Paths:
                    prefix: $prefix