summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-16 15:50:15 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-16 15:50:15 +0000
commit1be5e274ff97618fbc84c1d759fff47d0770e2c6 (patch)
tree83916a46a7c1cd908f913cacfa84e37c5c214797
parent951fd806cf71e41fb5b1864779bcbd05dcdcb970 (diff)
downloadmpc-baserock/morph.tar.gz
configure.ac: add AM_PROG_AR to shut automake upbaserock/morph
autoreconf runs automake with warnings as errors It warns that it is not using a posix ar if AM_PROG_AR is not specified
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 97a4f26..533fe3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,6 +28,7 @@ AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([1.9 -Wall -Werror])
AM_MAINTAINER_MODE
+AM_PROG_AR
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])