summaryrefslogtreecommitdiff
path: root/m4/ax_compiler_vendor.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/ax_compiler_vendor.m4
parentbdb3223d040ca915a14e4256e3b285faaf1aef81 (diff)
downloadautoconf-archive-ac921ddd7db834d9f7452c60603c99eed06f719a.tar.gz
Re-format macros into the canonical format.
Diffstat (limited to 'm4/ax_compiler_vendor.m4')
-rw-r--r--m4/ax_compiler_vendor.m412
1 files changed, 6 insertions, 6 deletions
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