ACK

On 02/01/15 13:07, Jan Friesse wrote:
Corosync needs automake version at least 1.11. Patch adds minimum
version check.

Signed-off-by: Jan Friesse <[email protected]>
---
  configure.ac |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4f374fc..0c371aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_INIT([corosync],

  AC_USE_SYSTEM_EXTENSIONS

-AM_INIT_AUTOMAKE([-Wno-portability])
+AM_INIT_AUTOMAKE([-Wno-portability 1.11])

  LT_PREREQ([2.2.6])
  LT_INIT


_______________________________________________
discuss mailing list
[email protected]
http://lists.corosync.org/mailman/listinfo/discuss

Reply via email to