aboutsummaryrefslogtreecommitdiffstats
path: root/python.m4
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-06-03 04:45:58 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-06-03 04:45:58 +0000
commitc54dc3705b83ac36cf8d7e8122b52c4724e8f99a (patch)
treef908096d1da2cd69464d3727871a3ebda0626d71 /python.m4
parentdd3eae4a1b9136fb9e9cb694c48172aa3399ba23 (diff)
downloadlcd4linux-c54dc3705b83ac36cf8d7e8122b52c4724e8f99a.tar.gz
[lcd4linux @ 2005-06-03 04:45:57 by reinelt]
renamed AM_PYTHON to MY_PYTHON... git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@565 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'python.m4')
-rw-r--r--python.m48
1 files changed, 5 insertions, 3 deletions
diff --git a/python.m4 b/python.m4
index 98912fe..ce7c522 100644
--- a/python.m4
+++ b/python.m4
@@ -44,7 +44,9 @@
# doesn't meet the requirement. MINIMUM-VERSION should consist of
# numbers and dots only.
-AC_DEFUN([AM_PATH_PYTHON],
+# M.Reinelt 2005/06/03: Changed name from AM_... to MY_PYTH_PYTHON
+
+AC_DEFUN([MY_PATH_PYTHON],
[
dnl Find a Python interpreter. Python versions prior to 1.5 are not
dnl supported because the default installation locations changed from
@@ -179,11 +181,11 @@ dnl @author Andrew Collier <colliera@nu.ac.za>
dnl @version 2004-07-14
dnl @license GPLWithACException
-AC_DEFUN([AC_PYTHON_DEVEL],[
+AC_DEFUN([MY_PYTHON_DEVEL],[
#
# should allow for checking of python version here...
#
- AC_REQUIRE([AM_PATH_PYTHON])
+ AC_REQUIRE([MY_PATH_PYTHON])
# Check for Python include path
AC_MSG_CHECKING([for Python include path])