diff mbox

Configure: use stricter warnings

Message ID 1437156910-3458-1-git-send-email-mike.holmes@linaro.org
State New
Headers show

Commit Message

Mike Holmes July 17, 2015, 6:15 p.m. UTC
Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---
 Makefile.inc | 2 +-
 bootstrap    | 2 +-
 configure.ac | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/Makefile.inc b/Makefile.inc
index fa3fac4..8158f37 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1 +1 @@ 
-DEFAULT_INCLUDES=-I.
+#DEFAULT_INCLUDES=-I.
diff --git a/bootstrap b/bootstrap
index cd759b0..7c3d220 100755
--- a/bootstrap
+++ b/bootstrap
@@ -3,5 +3,5 @@  set -x
 aclocal -I config -I m4
 libtoolize --copy
 autoheader
-automake --add-missing --copy
+automake --add-missing --copy --warnings=all
 autoconf
diff --git a/configure.ac b/configure.ac
index 2ea1368..24a3fa1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,6 +18,7 @@  AC_PROG_CXX
 AC_PROG_INSTALL
 AC_PROG_MAKE_SET
 
+AM_PROG_AR
 #Use libtool
 LT_INIT([])
 AC_SUBST([LIBTOOL_DEPS])