uatomic: update atomic set/read, use STORE_SHARED/LOAD_SHARED
[urcu.git] / configure.ac
index ca711ad79be36c87c03fc1281084cc214b0338a7..3d772e3a479ed2958172f2be7eb2a6c97cdc0384 100644 (file)
@@ -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])
 AM_PROG_MKDIR_P
-AC_CONFIG_MACRO_DIR([m4])
 
 AC_CONFIG_HEADERS([config.h urcu/config.h])
 
This page took 0.022062 seconds and 4 git commands to generate.