]> git.webhop.me Git - lcd4linux.git/commitdiff
[lcd4linux @ 2005-06-03 04:45:57 by reinelt]
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Fri, 3 Jun 2005 04:45:58 +0000 (04:45 +0000)
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Fri, 3 Jun 2005 04:45:58 +0000 (04:45 +0000)
renamed AM_PYTHON to MY_PYTHON...

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@565 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

configure
configure.in
python.m4

index b24f2174c923be796f7928de82e86bf3ac1f871e..49b21f8e80506cfee6c91124293461dffb26d870 100755 (executable)
--- a/configure
+++ b/configure
@@ -5665,6 +5665,8 @@ if test "$with_python" = "yes"; then
 # doesn't meet the requirement.  MINIMUM-VERSION should consist of
 # numbers and dots only.
 
+# M.Reinelt 2005/06/03: Changed name from AM_... to MY_PYTH_PYTHON
+
 
 
 
index f3509d9bdfabcabf9a21b4b4bc359a794de16d22..f013ac88ed9f734a87de913f9a9e580b9b6ccde8 100644 (file)
@@ -64,7 +64,7 @@ AC_ARG_WITH(python,
 [AC_MSG_RESULT($withval)], [AC_MSG_RESULT(no)])
 if test "$with_python" = "yes"; then
   sinclude(python.m4)
-  AC_PYTHON_DEVEL
+  MY_PYTHON_DEVEL
 fi
 
 # drivers
index 98912feb2c543e2519c92b78e3381409d383223b..ce7c52204aac12ae21e9261511dfc378240ec713 100644 (file)
--- 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])