uatomic: Specify complete types for atomic function calls
[userspace-rcu.git] / configure.ac
index be664fdab0a3bae2291662925515105edf384391..bf1501caf24029fc9ef6e9d0ca3fd1201d2e3392 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 
-AC_INIT([userspace-rcu],[0.7.6],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([userspace-rcu],[0.7.14],[mathieu dot desnoyers at efficios dot com])
 
 # Following the numbering scheme proposed by libtool for the library version
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
@@ -72,6 +72,7 @@ AS_CASE([$host_cpu],
        [ppc], [ARCHTYPE="ppc"],
        [s390], [ARCHTYPE="s390"],
        [s390x], [ARCHTYPE="s390"],
+       [sparc], [ARCHTYPE="sparc64"],
        [sparc64], [ARCHTYPE="sparc64"],
        [alpha*], [ARCHTYPE="alpha"],
        [ia64], [ARCHTYPE="gcc"],
This page took 0.022808 seconds and 4 git commands to generate.