~piotr-sikora/libmemcached/fix-tests-on-openbsd

« back to all changes in this revision

Viewing changes to m4/pandora_canonical.m4

Merge in all of 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.171])
 
7
AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.175])
8
8
 
9
9
AC_DEFUN([PANDORA_FORCE_DEPEND_TRACKING],[
10
10
  AC_ARG_ENABLE([fat-binaries],
115
115
    vc_changelog=yes
116
116
  ])
117
117
  m4_if(PCT_VERSION_FROM_VC,yes,[
118
 
    PANDORA_VC_VERSION
 
118
    PANDORA_VC_INFO_HEADER
119
119
  ],[
120
120
    PANDORA_TEST_VC_DIR
121
121
 
268
268
 
269
269
  AC_LIB_PREFIX
270
270
  PANDORA_HAVE_BETTER_MALLOC
 
271
  PANDORA_WITH_VALGRIND
271
272
 
272
273
  AC_CHECK_PROGS([DOXYGEN], [doxygen])
273
274
  AC_CHECK_PROGS([PERL], [perl])
328
329
#error "You should include config.h as your first include file"
329
330
#endif
330
331
 
 
332
#include <config/top.h>
331
333
])
332
334
  mkdir -p config
333
335
  cat > config/top.h.stamp <<EOF_CONFIG_TOP