summaryrefslogtreecommitdiff
path: root/m4/ax_compiler_version.m4
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-03-28 05:00:55 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-03-28 05:00:55 +0000
commit08be6c36a1cf5e72d94fe2eed2010e27dc852f53 (patch)
tree13379d3584ad3575bf2a86ab3005fe2948680bfc /m4/ax_compiler_version.m4
parent0229b1fe627e2229ebf7aea7cdd7bf79cef31171 (diff)
downloadautoconf-archive-08be6c36a1cf5e72d94fe2eed2010e27dc852f53.tar.gz
spelling: borlandc
Diffstat (limited to 'm4/ax_compiler_version.m4')
-rw-r--r--m4/ax_compiler_version.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/m4/ax_compiler_version.m4 b/m4/ax_compiler_version.m4
index 96dc180..2db6c0a 100644
--- a/m4/ax_compiler_version.m4
+++ b/m4/ax_compiler_version.m4
@@ -20,8 +20,8 @@
# Epoch use: * borland compiler use chronologically 0turboc for turboc
# era,
#
-# 1borlanc BORLANC++ before 5, 2cppbuilder for cppbuilder era,
-# 3borlancpp for return of BORLANC++ (after version 5.5),
+# 1borlanc BORLANDC++ before 5, 2cppbuilder for cppbuilder era,
+# 3borlancpp for return of BORLANDC++ (after version 5.5),
# 4cppbuilder for cppbuilder with year version,
# and 5xe for XE era.
#
@@ -299,7 +299,7 @@ AC_DEFUN([_AX_COMPILER_VERSION_BORLAND],[dnl
_AX_COMPILER_VERSION_BORLANDC_NUMBER,,
AC_MSG_FAILURE([[[$0]] unknown borlandc version]))
AS_CASE([$_ax_[]_AC_LANG_ABBREV[]_compiler_version_borlandc_raw],
- dnl BORLANC++ before 5.5
+ dnl BORLANDC++ before 5.5
[512] ,[ax_cv_[]_AC_LANG_ABBREV[]_compiler_version="1borlanc:2.00"],
[1024],[ax_cv_[]_AC_LANG_ABBREV[]_compiler_version="1borlanc:3.00"],
[1024],[ax_cv_[]_AC_LANG_ABBREV[]_compiler_version="1borlanc:3.00"],
@@ -310,7 +310,7 @@ AC_DEFUN([_AX_COMPILER_VERSION_BORLAND],[dnl
dnl C++ Builder era
[1328],[ax_cv_[]_AC_LANG_ABBREV[]_compiler_version="2cppbuilder:3.0"],
[1344],[ax_cv_[]_AC_LANG_ABBREV[]_compiler_version="2cppbuilder:4.0"],
- dnl BORLANC++ after 5.5
+ dnl BORLANDC++ after 5.5
[1360],[ax_cv_[]_AC_LANG_ABBREV[]_compiler_version="3borlancpp:5.5"],
[1361],[ax_cv_[]_AC_LANG_ABBREV[]_compiler_version="3borlancpp:5.51"],
[1378],[ax_cv_[]_AC_LANG_ABBREV[]_compiler_version="3borlancpp:5.6.4"],
@@ -325,7 +325,7 @@ AC_DEFUN([_AX_COMPILER_VERSION_BORLAND],[dnl
[1616],[ax_cv_[]_AC_LANG_ABBREV[]_compiler_version="5xe:3"],
[1632],[ax_cv_[]_AC_LANG_ABBREV[]_compiler_version="5xe:4"],
[
- AC_MSG_WARN([[[$0]] Unknow borlanc compiler version $_ax_[]_AC_LANG_ABBREV[]_compiler_version_borlandc_raw please report bug])
+ AC_MSG_WARN([[[$0]] Unknow borlandc compiler version $_ax_[]_AC_LANG_ABBREV[]_compiler_version_borlandc_raw please report bug])
])
])
])