autoconf patches from PT M.

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1044 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
michael
2009-09-23 04:34:38 +00:00
parent f105fd58e8
commit a50e7c8b4e
11 changed files with 17501 additions and 9118 deletions

View File

@@ -94,9 +94,10 @@ AC_MSG_CHECKING(if python support is wanted)
AC_ARG_WITH(python,
[ --with-python enable python support [[default=no]]],
[AC_MSG_RESULT($withval)], [AC_MSG_RESULT(no)])
if test "$with_python" = "yes"; then
sinclude(ac_python_devel.m4)
AC_PYTHON_DEVEL
sinclude(ax_python_devel.m4)
AC_PYTHON_DEVEL
fi
# drivers
@@ -157,3 +158,6 @@ AC_MSG_RESULT(
[ $PLUGINS]
[-----------------------------------------]
)
AC_CONFIG_MACRO_DIR([m4])
LT_INIT