~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_canonical.m4

  • Committer: Brian Aker
  • Date: 2009-08-06 15:04:21 UTC
  • mfrom: (1093.1.52 captain)
  • Revision ID: brian@gaz-20090806150421-w8yrasl1m8exorxs
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.33])
 
7
AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.38])
8
8
 
9
9
AC_DEFUN([PANDORA_FORCE_DEPEND_TRACKING],[
10
10
  dnl Force dependency tracking on for Sun Studio builds
63
63
 
64
64
  dnl Once we can use a modern autoconf, we can use this
65
65
  dnl AC_PROG_CC_C99
66
 
  AC_PROG_CXX
 
66
  AC_REQUIRE([AC_PROG_CXX])
67
67
  AC_PROG_CPP
68
68
  AM_PROG_CC_C_O
69
69