X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=c7978318337f9e9637470fb40607d8622e7dc5ba;hb=806f8114cdc8ed02ca1feba0ecb69aac9c0fbd5d;hp=da0ba906650f998fb22bb3e1b8353e8d7f4849b7;hpb=d61c552befa1db66d9e1d44a9e88112f50c33c65;p=urcu.git diff --git a/configure.ac b/configure.ac index da0ba90..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.4.0], [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