summaryrefslogtreecommitdiff
path: root/m4/ax_compiler_vendor.m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-02-14 13:40:08 +0100
committerPeter Simons <simons@cryp.to>2019-02-14 13:42:35 +0100
commit2e5f29d4bdef4060d3cabf6e7d29b456ded2ca65 (patch)
treebfaa7dc4a1a794fab797af1c7d16ca3deb2f12f0 /m4/ax_compiler_vendor.m4
parent9ff2983899c50f781d645de4a6cca310b8452098 (diff)
downloadautoconf-archive-2e5f29d4bdef4060d3cabf6e7d29b456ded2ca65.tar.gz
AX_COMPILER_VENDOR: fix comment formatting
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 f43146d..f06e865 100644
--- a/m4/ax_compiler_vendor.m4
+++ b/m4/ax_compiler_vendor.m4
@@ -20,11 +20,11 @@
# To check for a Fortran compiler, you must first call AC_FC_PP_SRCEXT
# with an appropriate preprocessor-enabled extension. For example:
#
-# AC_LANG_PUSH([Fortran])
-# AC_PROG_FC
-# AC_FC_PP_SRCEXT([F])
-# AX_COMPILER_VENDOR
-# AC_LANG_POP([Fortran])
+# AC_LANG_PUSH([Fortran])
+# AC_PROG_FC
+# AC_FC_PP_SRCEXT([F])
+# AX_COMPILER_VENDOR
+# AC_LANG_POP([Fortran])
#
# LICENSE
#
@@ -58,7 +58,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 21
+#serial 30
AC_DEFUN([AX_COMPILER_VENDOR], [dnl
AC_CACHE_CHECK([for _AC_LANG compiler vendor], ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor, [dnl