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
|
#serial 19
|
||||||
|
|
||||||
AC_DEFUN([AX_COMPILER_VENDOR], [
|
AC_DEFUN([AX_COMPILER_VENDOR], [dnl
|
||||||
AC_CACHE_CHECK([for _AC_LANG compiler vendor], ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor, [
|
AC_CACHE_CHECK([for _AC_LANG compiler vendor], ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor, [dnl
|
||||||
# If you modify this list of vendors, please add similar support
|
dnl If you modify this list of vendors, please add similar support
|
||||||
# to ax_compiler_version.m4 if at all possible.
|
dnl to ax_compiler_version.m4 if at all possible.
|
||||||
|
dnl
|
||||||
# Note: Do NOT check for GCC first since some other compilers
|
dnl Note: Do NOT check for GCC first since some other compilers
|
||||||
# define __GNUC__ to remain compatible with it.
|
dnl define __GNUC__ to remain compatible with it. Compilers that
|
||||||
|
dnl are very slow to start (such as Intel) are listed first.
|
||||||
|
|
||||||
vendors="
|
vendors="
|
||||||
intel: __ICC,__ECC,__INTEL_COMPILER
|
intel: __ICC,__ECC,__INTEL_COMPILER
|
||||||
@ -93,7 +94,6 @@ AC_DEFUN([AX_COMPILER_VENDOR], [
|
|||||||
tcc: __TINYC__
|
tcc: __TINYC__
|
||||||
unknown: UNKNOWN
|
unknown: UNKNOWN
|
||||||
"
|
"
|
||||||
|
|
||||||
for ventest in $vendors; do
|
for ventest in $vendors; do
|
||||||
case $ventest in
|
case $ventest in
|
||||||
*:)
|
*:)
|
||||||
|
Loading…
Reference in New Issue
Block a user