summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2022-02-11 11:11:32 +0100
committerPeter Simons <simons@cryp.to>2022-02-11 11:16:54 +0100
commitac921ddd7db834d9f7452c60603c99eed06f719a (patch)
tree97baafa52b36921ed881b11dca0b6f73614c5ae6 /m4
parentbdb3223d040ca915a14e4256e3b285faaf1aef81 (diff)
downloadautoconf-archive-ac921ddd7db834d9f7452c60603c99eed06f719a.tar.gz
Re-format macros into the canonical format.
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_cc_for_build.m46
-rw-r--r--m4/ax_cc_maxopt.m42
-rw-r--r--m4/ax_compiler_vendor.m412
-rw-r--r--m4/ax_compiler_version.m42
-rw-r--r--m4/ax_cxx_compile_stdcxx.m43
-rw-r--r--m4/ax_have_qt.m42
-rw-r--r--m4/ax_path_bdb.m42
-rw-r--r--m4/ax_valgrind_check.m42
8 files changed, 15 insertions, 16 deletions
diff --git a/m4/ax_cc_for_build.m4 b/m4/ax_cc_for_build.m4
index 9962795..0a2a18f 100644
--- a/m4/ax_cc_for_build.m4
+++ b/m4/ax_cc_for_build.m4
@@ -10,8 +10,8 @@
#
# Find a build-time compiler. Sets CC_FOR_BUILD and EXEEXT_FOR_BUILD.
#
-# AX_CC_FOR_BUILD is deprecated; it expands into AX_PROG_CC_FOR_BUILD which
-# renames EXEEXT_FOR_BUILD to BUILD_EXEEXT.
+# AX_CC_FOR_BUILD is deprecated; it expands into AX_PROG_CC_FOR_BUILD
+# which renames EXEEXT_FOR_BUILD to BUILD_EXEEXT.
#
# LICENSE
#
@@ -44,7 +44,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 4
+#serial 5
AC_DEFUN([AX_CC_FOR_BUILD],
[dnl
diff --git a/m4/ax_cc_maxopt.m4 b/m4/ax_cc_maxopt.m4
index a6e573f..05218e3 100644
--- a/m4/ax_cc_maxopt.m4
+++ b/m4/ax_cc_maxopt.m4
@@ -55,7 +55,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 19
+#serial 22
AC_DEFUN([AX_CC_MAXOPT],
[
diff --git a/m4/ax_compiler_vendor.m4 b/m4/ax_compiler_vendor.m4
index ce37e85..039f99d 100644
--- a/m4/ax_compiler_vendor.m4
+++ b/m4/ax_compiler_vendor.m4
@@ -12,11 +12,11 @@
# returned in the cache variable $ax_cv_c_compiler_vendor for C,
# $ax_cv_cxx_compiler_vendor for C++ or $ax_cv_fc_compiler_vendor for
# (modern) Fortran. The value is one of "intel", "ibm", "pathscale",
-# "clang" (LLVM), "cray", "fujitsu", "sdcc", "sx",
-# "nvhpc" (NVIDIA HPC Compiler), "portland" (PGI), "gnu" (GCC),
-# "sun" (Oracle Developer Studio), "hp", "dec", "borland", "comeau", "kai",
-# "lcc", "sgi", "microsoft", "metrowerks", "watcom", "tcc" (Tiny CC) or
-# "unknown" (if the compiler cannot be determined).
+# "clang" (LLVM), "cray", "fujitsu", "sdcc", "sx", "nvhpc" (NVIDIA HPC
+# Compiler), "portland" (PGI), "gnu" (GCC), "sun" (Oracle Developer
+# Studio), "hp", "dec", "borland", "comeau", "kai", "lcc", "sgi",
+# "microsoft", "metrowerks", "watcom", "tcc" (Tiny CC) or "unknown" (if
+# the compiler cannot be determined).
#
# To check for a Fortran compiler, you must first call AC_FC_PP_SRCEXT
# with an appropriate preprocessor-enabled extension. For example:
@@ -59,7 +59,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 30
+#serial 32
AC_DEFUN([AX_COMPILER_VENDOR], [dnl
AC_CACHE_CHECK([for _AC_LANG compiler vendor], ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor, [dnl
diff --git a/m4/ax_compiler_version.m4 b/m4/ax_compiler_version.m4
index 6a5dde2..01d1ed5 100644
--- a/m4/ax_compiler_version.m4
+++ b/m4/ax_compiler_version.m4
@@ -36,7 +36,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 12
+#serial 14
# for intel
AC_DEFUN([_AX_COMPILER_VERSION_INTEL],
diff --git a/m4/ax_cxx_compile_stdcxx.m4 b/m4/ax_cxx_compile_stdcxx.m4
index 1977df8..51a3505 100644
--- a/m4/ax_cxx_compile_stdcxx.m4
+++ b/m4/ax_cxx_compile_stdcxx.m4
@@ -43,7 +43,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 13
+#serial 14
dnl This macro is based on the code from the AX_CXX_COMPILE_STDCXX_11 macro
dnl (serial version number 13).
@@ -1003,4 +1003,3 @@ namespace cxx20
#endif // __cplusplus < 202002L
]])
-
diff --git a/m4/ax_have_qt.m4 b/m4/ax_have_qt.m4
index 1d20f7e..ee83a5e 100644
--- a/m4/ax_have_qt.m4
+++ b/m4/ax_have_qt.m4
@@ -54,7 +54,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 17
+#serial 19
AU_ALIAS([BNV_HAVE_QT], [AX_HAVE_QT])
AC_DEFUN([AX_HAVE_QT],
diff --git a/m4/ax_path_bdb.m4 b/m4/ax_path_bdb.m4
index 32590ce..3174761 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 25
+#serial 30
dnl #########################################################################
AC_DEFUN([AX_PATH_BDB], [
diff --git a/m4/ax_valgrind_check.m4 b/m4/ax_valgrind_check.m4
index 34097ff..e0d8a2f 100644
--- a/m4/ax_valgrind_check.m4
+++ b/m4/ax_valgrind_check.m4
@@ -65,7 +65,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 18
+#serial 23
dnl Configured tools
m4_define([valgrind_tool_list], [[memcheck], [helgrind], [drd], [sgcheck]])