From 4f3a870b9d66a7ea2ce2f15b9b9a64a4bda3facc Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Mon, 6 Aug 2018 09:46:19 +1000 Subject: [PATCH] Update unreleased version of m4/ax_compiler_vendor.m4 This version of ax_compiler_vendor.m4 has been submitted upstream; see https://savannah.gnu.org/patch/index.php?9671 for details. --- m4/ax_compiler_vendor.m4 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/m4/ax_compiler_vendor.m4 b/m4/ax_compiler_vendor.m4 index f553238..f4b2e55 100644 --- a/m4/ax_compiler_vendor.m4 +++ b/m4/ax_compiler_vendor.m4 @@ -60,13 +60,14 @@ #serial 19 -AC_DEFUN([AX_COMPILER_VENDOR], [ - AC_CACHE_CHECK([for _AC_LANG compiler vendor], ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor, [ - # If you modify this list of vendors, please add similar support - # to ax_compiler_version.m4 if at all possible. - - # Note: Do NOT check for GCC first since some other compilers - # define __GNUC__ to remain compatible with it. +AC_DEFUN([AX_COMPILER_VENDOR], [dnl + AC_CACHE_CHECK([for _AC_LANG compiler vendor], ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor, [dnl + dnl If you modify this list of vendors, please add similar support + dnl to ax_compiler_version.m4 if at all possible. + dnl + dnl Note: Do NOT check for GCC first since some other compilers + dnl define __GNUC__ to remain compatible with it. Compilers that + dnl are very slow to start (such as Intel) are listed first. vendors=" intel: __ICC,__ECC,__INTEL_COMPILER @@ -93,7 +94,6 @@ AC_DEFUN([AX_COMPILER_VENDOR], [ tcc: __TINYC__ unknown: UNKNOWN " - for ventest in $vendors; do case $ventest in *:)