summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/ax_boost_base.m42
-rw-r--r--m4/ax_cc_attrcommon.m42
-rw-r--r--m4/ax_cc_tentdef.m42
-rw-r--r--m4/ax_check_java_plugin.m42
-rw-r--r--m4/ax_cvs.m42
-rw-r--r--m4/ax_ext_have_lib.m42
-rw-r--r--m4/ax_ms_cpprest.m42
-rw-r--r--m4/ax_path_bdb.m42
-rw-r--r--m4/ax_pkg_mico.m42
-rw-r--r--m4/ax_python_config_var.m46
10 files changed, 12 insertions, 12 deletions
diff --git a/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4
index d2d5c24..8485cc9 100644
--- a/m4/ax_boost_base.m4
+++ b/m4/ax_boost_base.m4
@@ -33,7 +33,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 52
+#serial 54
# example boost program (need to pass version)
m4_define([_AX_BOOST_BASE_PROGRAM],
diff --git a/m4/ax_cc_attrcommon.m4 b/m4/ax_cc_attrcommon.m4
index 03c9f59..250d4f8 100644
--- a/m4/ax_cc_attrcommon.m4
+++ b/m4/ax_cc_attrcommon.m4
@@ -37,7 +37,7 @@
# You should have received a copy of the GNU General Public License along
# with this program. If not, see <https://www.gnu.org/licenses/>.
-#serial 2
+#serial 4
AC_ARG_WITH(attrcommon,
[ --with-attrcommon use __attribute__ for C tentative definitions],
diff --git a/m4/ax_cc_tentdef.m4 b/m4/ax_cc_tentdef.m4
index 1cc7005..e4af6fa 100644
--- a/m4/ax_cc_tentdef.m4
+++ b/m4/ax_cc_tentdef.m4
@@ -36,7 +36,7 @@
# You should have received a copy of the GNU General Public License along
# with this program. If not, see <https://www.gnu.org/licenses/>.
-#serial 2
+#serial 4
AC_ARG_WITH(tentdef,
[ --with-tentdef use C tentative definitions],
diff --git a/m4/ax_check_java_plugin.m4 b/m4/ax_check_java_plugin.m4
index f60203b..84aafbe 100644
--- a/m4/ax_check_java_plugin.m4
+++ b/m4/ax_check_java_plugin.m4
@@ -50,7 +50,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 11
+#serial 13
AU_ALIAS([DPS_CHECK_PLUGIN], [AX_CHECK_JAVA_PLUGIN])
AC_DEFUN([AX_CHECK_JAVA_PLUGIN],
diff --git a/m4/ax_cvs.m4 b/m4/ax_cvs.m4
index c0a8409..d481f7a 100644
--- a/m4/ax_cvs.m4
+++ b/m4/ax_cvs.m4
@@ -82,7 +82,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 21
+#serial 23
AC_DEFUN([AX_CVS],
[
diff --git a/m4/ax_ext_have_lib.m4 b/m4/ax_ext_have_lib.m4
index 094b758..58e34c0 100644
--- a/m4/ax_ext_have_lib.m4
+++ b/m4/ax_ext_have_lib.m4
@@ -38,7 +38,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 13
+#serial 15
AC_DEFUN([AX_EXT_HAVE_LIB],
[
diff --git a/m4/ax_ms_cpprest.m4 b/m4/ax_ms_cpprest.m4
index 6c041e3..24232ea 100644
--- a/m4/ax_ms_cpprest.m4
+++ b/m4/ax_ms_cpprest.m4
@@ -35,7 +35,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 2
+#serial 4
dnl This supporting method tests for the correct Microsoft C++ Rest SDK
dnl version by comparing the converted version string value as received
diff --git a/m4/ax_path_bdb.m4 b/m4/ax_path_bdb.m4
index 922c502..c95c95f 100644
--- a/m4/ax_path_bdb.m4
+++ b/m4/ax_path_bdb.m4
@@ -69,7 +69,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 30
+#serial 32
dnl #########################################################################
AC_DEFUN([AX_PATH_BDB], [
diff --git a/m4/ax_pkg_mico.m4 b/m4/ax_pkg_mico.m4
index fb5675e..21e52f0 100644
--- a/m4/ax_pkg_mico.m4
+++ b/m4/ax_pkg_mico.m4
@@ -49,7 +49,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 10
+#serial 12
AU_ALIAS([AC_PKG_MICO], [AX_PKG_MICO])
AC_DEFUN([AX_PKG_MICO],
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],
[