~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_canonical.m4

  • Committer: Monty Taylor
  • Date: 2009-07-18 22:10:19 UTC
  • mto: (1093.1.21 captain)
  • mto: This revision was merged to the branch mainline in revision 1098.
  • Revision ID: mordred@inaugust.com-20090718221019-4xj37m3bdp2y3lpz
pandora-build v0.22 - fixes solaris build.

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.20])
 
7
AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.22])
8
8
 
9
9
AC_DEFUN([PANDORA_FORCE_DEPEND_TRACKING],[
10
10
  dnl Force dependency tracking on for Sun Studio builds
59
59
  
60
60
  AC_REQUIRE([AC_PROG_CC])
61
61
  AC_REQUIRE([PANDORA_MAC_GCC42])
 
62
  AC_REQUIRE([PANDORA_64BIT])
62
63
 
63
64
  dnl Once we can use a modern autoconf, we can use this
64
65
  dnl AC_PROG_CC_C99
66
67
  AC_PROG_CPP
67
68
  AM_PROG_CC_C_O
68
69
 
 
70
 
69
71
  gl_USE_SYSTEM_EXTENSIONS
70
72
  m4_if(PCT_FORCE_GCC42, [yes], [
71
73
    AS_IF([test "$GCC" = "yes"], PANDORA_ENSURE_GCC_VERSION)
111
113
  PANDORA_CHECK_CXX_VERSION
112
114
 
113
115
  PANDORA_OPTIMIZE
114
 
  PANDORA_64BIT
115
116
 
116
117
  dnl We need to inject error into the cflags to test if visibility works or not
117
118
  save_CFLAGS="${CFLAGS}"