Rename AM_PATH_PYTHON_MODULES to AE_PATH_PYTHON_MODULES
[babeltrace.git] / configure.ac
index 24a2d212a2f09afca0d75ff411ec120e471cfefe..70cd018a683c834ed71762f727a0a529415c4035 100644 (file)
@@ -478,7 +478,7 @@ AE_IF_FEATURE_ENABLED([python-plugins],
 # Always check for python, we will fail later if some features require it and
 # it's unavailable.
 AM_PATH_PYTHON([3.0], [
 # Always check for python, we will fail later if some features require it and
 # it's unavailable.
 AM_PATH_PYTHON([3.0], [
-  AM_PATH_PYTHON_MODULES([PYTHON])
+  AE_PATH_PYTHON_MODULES([PYTHON])
 
   # pythondir is the path where extra modules are to be installed
   pythondir=$PYTHON_PREFIX/$PYTHON_MODULES_PATH
 
   # pythondir is the path where extra modules are to be installed
   pythondir=$PYTHON_PREFIX/$PYTHON_MODULES_PATH
This page took 0.023036 seconds and 4 git commands to generate.