~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_canonical.m4

  • Committer: mordred
  • Date: 2009-07-15 05:28:57 UTC
  • mto: (1093.1.16 captain)
  • mto: This revision was merged to the branch mainline in revision 1097.
  • Revision ID: mordred@orisndriz02-20090715052857-fyizopg1m23l8vfo
pandora-build v0.18
Added support for ICC

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
dnl with or without modifications, as long as this notice is preserved.
5
5
 
6
6
dnl Which version of the canonical setup we're using
7
 
AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.15])
 
7
AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.18])
8
8
 
9
9
AC_DEFUN([PANDORA_FORCE_DEPEND_TRACKING],[
10
10
  dnl Force dependency tracking on for Sun Studio builds
70
70
  m4_if(PCT_FORCE_GCC42, [yes], [
71
71
    AS_IF([test "$GCC" = "yes"], PANDORA_ENSURE_GCC_VERSION)
72
72
  ])
73
 
  
 
73
 
 
74
  AC_CHECK_DECL([__SUNPRO_C], [SUNCC="yes"], [SUNCC="no"])
 
75
  AC_CHECK_DECL([__ICC], [INTELCC="yes"], [INTELCC="no"])
 
76
  AS_IF([test "x$INTELCC" = "xyes"], [enable_rpath=no])
74
77
 
75
78
  PANDORA_LIBTOOL
76
79
 
97
100
  AC_C_CONST
98
101
  AC_C_INLINE
99
102
  AC_C_VOLATILE
 
103
  AC_C_RESTRICT
100
104
 
101
105
  AC_HEADER_TIME
102
106
  AC_TYPE_SIZE_T
103
 
 
104
 
  AC_CHECK_DECL([__SUNPRO_C], [SUNCC="yes"], [SUNCC="no"])
105
 
 
106
107
  AC_SYS_LARGEFILE
107
108
 
108
109