X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=c7978318337f9e9637470fb40607d8622e7dc5ba;hb=806f8114cdc8ed02ca1feba0ecb69aac9c0fbd5d;hp=6925926bcf9bd00772944cc5ddd94ee194c4a203;hpb=02be55611d3b1c7bf4fdfcb3a9c98f621882d417;p=urcu.git diff --git a/configure.ac b/configure.ac index 6925926..c797831 100644 --- a/configure.ac +++ b/configure.ac @@ -2,11 +2,13 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([userspace-rcu], [0.3.4], [mathieu dot desnoyers at polymtl dot ca]) +AC_INIT([userspace-rcu], [0.4.1], [mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + AC_CONFIG_SRCDIR([urcu.h]) AM_PROG_MKDIR_P