~lifeless/debian/sid/pandora-build/debian

« back to all changes in this revision

Viewing changes to m4/pandora_canonical.m4

  • Committer: Monty Taylor
  • Date: 2009-07-29 18:42:11 UTC
  • Revision ID: mordred@inaugust.com-20090729184211-78bxy92wcef9d9s5
Incorporated Eric's changes for disable-able libs.

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.30])
 
7
AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.35])
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