~brianaker/libmemcached/gear-clean

« back to all changes in this revision

Viewing changes to m4/ax_compiler_vendor.m4

  • Committer: Continuous Integration
  • Date: 2014-02-01 14:30:50 UTC
  • mfrom: (1174.1.10 libmemcached-1.0)
  • Revision ID: ci@tangent.org-20140201143050-39jzc18bxcrd3gj6
Merge lp:~brianaker/libmemcached/1215783 Build: jenkins-Libmemcached-438

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#
5
5
# SYNOPSIS
6
6
#
7
 
#   AX_COMPILER_VENDOR()
 
7
#   AX_COMPILER_VENDOR
8
8
#
9
9
# DESCRIPTION
10
10
#
44
44
#   modified version of the Autoconf Macro, you may extend this special
45
45
#   exception to the GPL to apply to your modified version as well.
46
46
 
47
 
#serial 11
 
47
#serial 12
48
48
 
49
49
AC_DEFUN([AX_COMPILER_VENDOR],
50
50
[AC_CACHE_CHECK([for _AC_LANG compiler vendor], ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor,
53
53
           ibm:       __xlc__,__xlC__,__IBMC__,__IBMCPP__
54
54
           pathscale: __PATHCC__,__PATHSCALE__
55
55
           clang:     __clang__
 
56
           fujitsu:   __FUJITSU
56
57
           gnu:       __GNUC__
57
58
           sun:       __SUNPRO_C,__SUNPRO_CC
58
59
           hp:        __HP_cc,__HP_aCC