X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=configure.ac;h=3d772e3a479ed2958172f2be7eb2a6c97cdc0384;hp=707c06e367fd43e88e06ae99c37033285c27c013;hb=b46b23cb9949c585ddf8ccb691458c8c7c60c7ad;hpb=6cb4ed53643d87e44bac652c3928d97115d048a9 diff --git a/configure.ac b/configure.ac index 707c06e..3d772e3 100644 --- a/configure.ac +++ b/configure.ac @@ -2,14 +2,13 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([userspace-rcu], [0.2.3-alpha], [mathieu dot desnoyers at polymtl dot ca]) +AC_INIT([userspace-rcu], [0.2.3], [mathieu dot desnoyers at polymtl dot ca]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip]) AC_CONFIG_SRCDIR([urcu.h]) -AC_PROG_MKDIR_P -AC_CONFIG_MACRO_DIR([m4]) +AM_PROG_MKDIR_P AC_CONFIG_HEADERS([config.h urcu/config.h])