From e72596d1f179c11231458344449b508a6dcb9096 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 8 Oct 2009 18:08:23 -0400 Subject: [PATCH] Make urcu/config.h work. Signed-off-by: Mathieu Desnoyers --- bootstrap | 1 + configure.ac | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 530ec0a..c507425 100755 --- a/bootstrap +++ b/bootstrap @@ -6,6 +6,7 @@ if [ ! -e config ]; then fi aclocal libtoolize --force --copy +autoheader automake --add-missing --copy autoconf diff --git a/configure.ac b/configure.ac index be9fd72..8c9ce5a 100644 --- a/configure.ac +++ b/configure.ac @@ -9,10 +9,12 @@ AC_CANONICAL_HOST AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip]) AC_CONFIG_SRCDIR([urcu.h]) +AC_CONFIG_HEADERS([config.h urcu/config.h]) + +# Keep at the end to do not pollute installed header. AH_TEMPLATE([CONFIG_URCU_SMP], [Enable SMP support. With SMP support enabled, uniprocessors are also supported. With SMP support disabled, UP systems work fine, but the behavior of SMP systems is undefined.]) AH_TEMPLATE([CONFIG_URCU_HAVE_FENCE], [Defined when on a system that has memory fence instructions.]) AH_TEMPLATE([CONFIG_URCU_HAVE_FUTEX], [Defined when on a system with futex support.]) -AC_CONFIG_HEADERS([urcu/config.h]) # Checks for programs. AC_PROG_CC -- 2.34.1