~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_canonical.m4

  • Committer: Brian Aker
  • Date: 2010-10-10 02:09:29 UTC
  • mfrom: (1823.5.3 update-pandora)
  • Revision ID: brian@tangent.org-20101010020929-4t99k61avvhsgv1f
Merge in Monty.

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.155])
 
7
AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.159])
8
8
 
9
9
AC_DEFUN([PANDORA_FORCE_DEPEND_TRACKING],[
10
10
  AC_ARG_ENABLE([fat-binaries],
233
233
  AC_CHECK_PROGS([DOXYGEN], [doxygen])
234
234
  AC_CHECK_PROGS([PERL], [perl])
235
235
  AC_CHECK_PROGS([DPKG_GENSYMBOLS], [dpkg-gensymbols], [:])
 
236
  AC_CHECK_PROGS([LCOV], [lcov], [echo lcov not found])
 
237
  AC_CHECK_PROGS([LCOV_GENHTML], [genhtml], [echo genhtml not found])
 
238
 
236
239
  AC_CHECK_PROGS([SPHINXBUILD], [sphinx-build], [:])
237
240
  AS_IF([test "x${SPHINXBUILD}" != "x:"],[
238
241
    AC_CACHE_CHECK([if sphinx is new enough],[ac_cv_recent_sphinx],[