This fixes the autoreconf problems with automake 1.12. Tired of having to keep making these edits.
commit 701616f6479e520f837a87472fd39aa0b0a074ae
Author: Scott Talbert <s...@techie.net>
Date:   Wed May 15 23:12:33 2013 -0400

    Fixes for automake 1.12.
    
    Signed-off-by: Scott Talbert <s...@techie.net>

diff --git a/concordance/configure.ac b/concordance/configure.ac
index 264d260..0f2b274 100644
--- a/concordance/configure.ac
+++ b/concordance/configure.ac
@@ -1,5 +1,6 @@
 AC_INIT([concordance], [1.0], [bug-autom...@gnu.org])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AM_PROG_CC_C_O
 AC_CONFIG_MACRO_DIR([m4])
 AC_PROG_LIBTOOL
 AC_PROG_CXX
diff --git a/libconcord/configure.ac b/libconcord/configure.ac
index 094e93f..47fc747 100644
--- a/libconcord/configure.ac
+++ b/libconcord/configure.ac
@@ -1,6 +1,7 @@
 AC_INIT([libconcord], [1.0], [bug-autom...@gnu.org])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 AC_CONFIG_MACRO_DIR([m4])
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
 AC_PROG_LIBTOOL
 AC_PROG_CXX
 a=1
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to