From ace7f200fbf66c305e2b9ec2f66b09c519108897 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 16 Aug 2014 18:23:34 -0700 Subject: [PATCH] Revert "Revert "configure.ac: Avoid that automake complains that AM_PROG_AR is missing"" After checking several platforms, we do need this change in order to build. If CentOS does not manage we need to figure out why and how to fix it. This reverts commit b9cf7e8cd204add080645587afa14b036d61a896. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 4e31f05..695a845 100644 --- a/configure.ac +++ b/configure.ac @@ -5,6 +5,7 @@ AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([-Wall -Werror subdir-objects]) AM_SILENT_RULES +AM_PROG_AR LT_INIT AC_CANONICAL_HOST