~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_canonical.m4

  • Committer: Monty Taylor
  • Date: 2009-07-09 00:46:46 UTC
  • mto: (1093.1.9 captain)
  • mto: This revision was merged to the branch mainline in revision 1097.
  • Revision ID: mordred@inaugust.com-20090709004646-zmkgkaaqkdwk0w69
pandora-build v0.8
Removed leftover charset bits.

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.7])
 
7
AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.8])
8
8
 
9
9
AC_DEFUN([PANDORA_FORCE_DEPEND_TRACKING],[
10
10
  dnl Force dependency tracking on for Sun Studio builds
23
23
  m4_define([PCT_REQUIRE_CXX],[no])
24
24
  m4_define([PCT_IGNORE_SHARED_PTR],[no])
25
25
  m4_define([PCT_FORCE_GCC42],[no])
26
 
  m4_foreach([pct_arg],$*,[
 
26
  m4_foreach([pct_arg],[$*],[
27
27
    m4_case(pct_arg,
28
28
      [use-gnulib], [
29
29
        m4_undefine([PCT_USE_GNULIB])