X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=3a2674753b16bb4163cff611937c59e85744506f;hb=0cc154431c66aadf445511b7ab29df2266285187;hp=be9fd72b499b7e9fef75d02da51ce01f93a8bbae;hpb=49617de1d80d771ac9a1d45b1710b16fac65e0aa;p=urcu.git diff --git a/configure.ac b/configure.ac index be9fd72..3a26747 100644 --- a/configure.ac +++ b/configure.ac @@ -8,11 +8,14 @@ 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_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