~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_canonical.m4

  • Committer: Monty Taylor
  • Date: 2010-03-10 18:23:59 UTC
  • mfrom: (1273.23.17 pandora-build)
  • mto: This revision was merged to the branch mainline in revision 1381.
  • Revision ID: mordred@inaugust.com-20100310182359-f5yzmmd1a1sr02rs
Merged latest pandora-build.

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.108])
 
7
AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.112])
8
8
 
9
9
AC_DEFUN([PANDORA_FORCE_DEPEND_TRACKING],[
10
10
  AC_ARG_ENABLE([fat-binaries],
94
94
 
95
95
  m4_if(PCT_VERSION_FROM_VC,yes,[
96
96
    PANDORA_VC_VERSION
 
97
  ],[
 
98
    PANDORA_TEST_VC_DIR
97
99
  ])
98
100
  PANDORA_VERSION
99
101