~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_canonical.m4

Merge pandora-build and fixes from Monty after a cloned build on Solaris failed.

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.12])
 
7
AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.20])
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
 
  AC_FUNC_MALLOC
104
 
  AC_FUNC_REALLOC
105
 
  
106
 
 
107
 
  AC_CHECK_DECL([__SUNPRO_C], [SUNCC="yes"], [SUNCC="no"])
108
 
 
109
107
  AC_SYS_LARGEFILE
110
108
 
111
109
 
123
121
 
124
122
  PANDORA_HEADER_ASSERT
125
123
 
126
 
  PANDORA_HEADER_ASSERT
127
 
 
128
124
  PANDORA_WARNINGS(PCT_ALL_ARGS)
129
125
 
130
126
  PANDORA_ENABLE_DTRACE
131
127
 
 
128
  AC_LIB_PREFIX
 
129
  PANDORA_HAVE_BETTER_MALLOC
 
130
 
132
131
  AC_CHECK_PROGS([DOXYGEN], [doxygen])
133
132
  AC_CHECK_PROGS([PERL], [perl])
134
133