~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_canonical.m4

  • Committer: Padraig O'Sullivan
  • Date: 2009-08-07 14:14:58 UTC
  • mfrom: (1112 staging)
  • mto: (1115.3.4 captain)
  • mto: This revision was merged to the branch mainline in revision 1117.
  • Revision ID: osullivan.padraig@gmail.com-20090807141458-qrc3don58s304ore
Merge from trunk.

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