mirror of
https://git.zap.org.au/git/trader.git
synced 2024-12-04 14:46:45 -05:00
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.
This commit is contained in:
parent
cef694cab6
commit
4f3a870b9d
@ -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
|
||||
*:)
|
||||
|
Loading…
Reference in New Issue
Block a user