~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_canonical.m4

  • Committer: Brian Aker
  • Date: 2009-07-16 19:30:03 UTC
  • mfrom: (1093.1.17 captain)
  • Revision ID: brian@gaz-20090716193003-gwt4i1le2g02ay0j
Merge Jay

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.9])
 
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
 
115
113
  PANDORA_OPTIMIZE
116
114
  PANDORA_64BIT
117
115
 
 
116
  dnl We need to inject error into the cflags to test if visibility works or not
 
117
  save_CFLAGS="${CFLAGS}"
 
118
  CFLAGS="${CFLAGS} -Werror"
118
119
  gl_VISIBILITY
 
120
  CFLAGS="${save_CFLAGS}"
 
121
 
 
122
  PANDORA_HEADER_ASSERT
119
123
 
120
124
  PANDORA_WARNINGS(PCT_ALL_ARGS)
121
125
 
122
126
  PANDORA_ENABLE_DTRACE
123
 
  PANDORA_HEADER_ASSERT
 
127
 
 
128
  AC_LIB_PREFIX
 
129
  PANDORA_HAVE_BETTER_MALLOC
124
130
 
125
131
  AC_CHECK_PROGS([DOXYGEN], [doxygen])
126
132
  AC_CHECK_PROGS([PERL], [perl])