aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2006-08-27 12:19:49 +0200
committerReinhard Tartler <siretart@tauware.de>2006-08-27 12:19:49 +0200
commitc8c20c41a94e5635aad5f7fb2a7fc1b36fe42327 (patch)
treea1851d9ffb290260aee0fe82a28a36494d59f5b8 /configure.in
parentc03dcf9e9da07503c6ef0389b2311ebfa26b79c3 (diff)
downloadlcd4linux-c8c20c41a94e5635aad5f7fb2a7fc1b36fe42327.tar.gz
remove old and broken python.m4
install ac_python_devel.m4 from autoconf-archive beautofy bootstrap rebootstrap
Diffstat (limited to '')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 17dd4c5..6cdb068 100644
--- a/configure.in
+++ b/configure.in
@@ -78,8 +78,8 @@ 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(python.m4)
- PYTHON__DEVEL
+ sinclude(ac_python_devel.m4)
+ AC_PYTHON_DEVEL
fi
# drivers