summaryrefslogtreecommitdiff
path: root/m4/ax_compiler_vendor.m4
diff options
context:
space:
mode:
authorBastien ROUCARIÈS <roucaries.bastien@gmail.com>2015-01-03 14:17:38 +0100
committerBastien ROUCARIÈS <roucaries.bastien@gmail.com>2015-01-04 12:53:51 +0100
commit8930a060bd70ab3abcf050ff7dccfec8c450c7ca (patch)
treee5313475562372ed4b27da55957c9633a6d196b7 /m4/ax_compiler_vendor.m4
parentd100723fcedca0238ad789fed2af8fbdf546078c (diff)
downloadautoconf-archive-8930a060bd70ab3abcf050ff7dccfec8c450c7ca.tar.gz
Add tcc to m4/ax_compiler_vendor.m4
Diffstat (limited to 'm4/ax_compiler_vendor.m4')
-rw-r--r--m4/ax_compiler_vendor.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/m4/ax_compiler_vendor.m4 b/m4/ax_compiler_vendor.m4
index ba6897d..39ca3c0 100644
--- a/m4/ax_compiler_vendor.m4
+++ b/m4/ax_compiler_vendor.m4
@@ -44,10 +44,11 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 14
+#serial 15
AC_DEFUN([AX_COMPILER_VENDOR],
[AC_CACHE_CHECK([for _AC_LANG compiler vendor], ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor,
+ dnl Please add if possible support to ax_compiler_version.m4
[# note: don't check for gcc first since some other compilers define __GNUC__
vendors="intel: __ICC,__ECC,__INTEL_COMPILER
ibm: __xlc__,__xlC__,__IBMC__,__IBMCPP__
@@ -68,6 +69,7 @@ AC_DEFUN([AX_COMPILER_VENDOR],
metrowerks: __MWERKS__
watcom: __WATCOMC__
portland: __PGI
+ tcc: __TINYC__
unknown: UNKNOWN"
for ventest in $vendors; do
case $ventest in