use kernel style makefile output
[urcu.git] / configure.ac
index da0ba906650f998fb22bb3e1b8353e8d7f4849b7..c7978318337f9e9637470fb40607d8622e7dc5ba 100644 (file)
@@ -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
 
This page took 0.023474 seconds and 4 git commands to generate.