summaryrefslogtreecommitdiff
path: root/m4/ax_python_config_var.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/ax_python_config_var.m4')
-rw-r--r--m4/ax_python_config_var.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/ax_python_config_var.m4 b/m4/ax_python_config_var.m4
index af19e7b..6677179 100644
--- a/m4/ax_python_config_var.m4
+++ b/m4/ax_python_config_var.m4
@@ -16,8 +16,8 @@
# configuration variable. PYTHON_VARIABLE is the name of the variable to
# request from Python, and SHELL_VARIABLE is the name of the shell
# variable into which the results should be deposited. If SHELL_VARIABLE
-# is not specified, the macro will prefix PY_ to the PYTHON_VARIABLE, e.g.,
-# LIBS -> PY_LIBS.
+# is not specified, the macro will prefix PY_ to the PYTHON_VARIABLE,
+# e.g., LIBS -> PY_LIBS.
#
# SHELL_VARIABLE is AC_SUBST'd. No action is taken if an error occurs.
# Note if $PYTHON is not set, AC_CHECK_PROG(PYTHON, python, python) will
@@ -53,7 +53,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 10
+#serial 12
AC_DEFUN([AX_PYTHON_CONFIG_VAR],
[