~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_canonical.m4

  • Committer: Monty Taylor
  • Date: 2009-07-26 21:39:19 UTC
  • mto: (1093.7.1 captain)
  • mto: This revision was merged to the branch mainline in revision 1101.
  • Revision ID: mordred@inaugust.com-20090726213919-05i1k1ir694qujzb
pandora-buildĀ v0.28

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.27])
 
7
AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.28])
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_PLATFORM])
62
63
  AC_REQUIRE([PANDORA_64BIT])
63
64
 
64
65
  dnl Once we can use a modern autoconf, we can use this
73
74
    AS_IF([test "$GCC" = "yes"], PANDORA_ENSURE_GCC_VERSION)
74
75
  ])
75
76
 
76
 
  PANDORA_PLATFORM
77
 
 
78
77
  PANDORA_LIBTOOL
79
78
 
80
79
  dnl autoconf doesn't automatically provide a fail-if-no-C++ macro