~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_canonical.m4

Merged in changes fixing VC detection.

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