X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=2cb42a89b11b80f48238c002fe8889eeed5ec0c5;hb=cb0d07ea3a0b520f8c1d495064fd7b6256d7027c;hp=59350f43d00ad728e9d257f6e36befd0e4cd45b0;hpb=edefe7d9a393574113f98ec7fb1ddbd5a30384cc;p=userspace-rcu.git diff --git a/configure.ac b/configure.ac index 59350f4..2cb42a8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([userspace-rcu],[0.11.2],[mathieu dot desnoyers at efficios dot com], [], [http://liburcu.org/]) +AC_INIT([userspace-rcu],[0.11.3],[mathieu dot desnoyers at efficios dot com], [], [http://liburcu.org/]) # Following the numbering scheme proposed by libtool for the library version # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html @@ -48,8 +48,8 @@ AC_ARG_ENABLE([compiler-tls], # Checks for C compiler AC_USE_SYSTEM_EXTENSIONS AC_PROG_CC -AC_PROG_CC_STDC - +# AC_PROG_CC_STDC was merged in AC_PROG_CC in autoconf 2.70 +m4_version_prereq([2.70], [], [AC_PROG_CC_STDC]) AS_IF([test "x$def_compiler_tls" = "xyes"], AC_DEFINE([CONFIG_RCU_TLS], [1]), [:]) # Checks for programs.