~skinny.moey/drizzle/innodb-replication

« back to all changes in this revision

Viewing changes to m4/pandora_canonical.m4

  • Committer: Brian Aker
  • Date: 2010-11-08 22:35:57 UTC
  • mfrom: (1802.1.114 trunk)
  • Revision ID: brian@tangent.org-20101108223557-w3xzwp9hjjtjhtc1
MergeĀ inĀ trunk.

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.161])
8
8
 
9
9
AC_DEFUN([PANDORA_FORCE_DEPEND_TRACKING],[
10
10
  AC_ARG_ENABLE([fat-binaries],
108
108
    PANDORA_VC_VERSION
109
109
  ],[
110
110
    PANDORA_TEST_VC_DIR
 
111
 
 
112
    changequote(<<, >>)dnl
 
113
    PANDORA_RELEASE_ID=`echo $VERSION | sed 's/[^0-9]//g'`
 
114
    changequote([, ])dnl
 
115
 
 
116
    PANDORA_RELEASE_COMMENT=""
 
117
    AC_DEFINE_UNQUOTED([PANDORA_RELEASE_VERSION],["$VERSION"],
 
118
                       [Version of the software])
 
119
 
 
120
    AC_SUBST(PANDORA_RELEASE_COMMENT)
 
121
    AC_SUBST(PANDORA_RELEASE_VERSION)
 
122
    AC_SUBST(PANDORA_RELEASE_ID)
111
123
  ])
112
124
  PANDORA_VERSION
113
125
 
233
245
  AC_CHECK_PROGS([DOXYGEN], [doxygen])
234
246
  AC_CHECK_PROGS([PERL], [perl])
235
247
  AC_CHECK_PROGS([DPKG_GENSYMBOLS], [dpkg-gensymbols], [:])
 
248
  AC_CHECK_PROGS([LCOV], [lcov], [echo lcov not found])
 
249
  AC_CHECK_PROGS([LCOV_GENHTML], [genhtml], [echo genhtml not found])
 
250
 
236
251
  AC_CHECK_PROGS([SPHINXBUILD], [sphinx-build], [:])
237
252
  AS_IF([test "x${SPHINXBUILD}" != "x:"],[
238
253
    AC_CACHE_CHECK([if sphinx is new enough],[ac_cv_recent_sphinx],[