aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-09-23 04:34:38 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-09-23 04:34:38 +0000
commita50e7c8b4e39f0b11bebe70b43e2a39e72a3fb71 (patch)
treed6577feb4d8d7321733c8fff933d7f5787dde65e /configure.in
parentf105fd58e80d8a3668998b5e498518b41822779b (diff)
downloadlcd4linux-a50e7c8b4e39f0b11bebe70b43e2a39e72a3fb71.tar.gz
autoconf patches from PT M.
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1044 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r--configure.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 20a7524..7e5a7f4 100644
--- a/configure.in
+++ b/configure.in
@@ -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