Signed-off-by: Mike Holmes <[email protected]> --- Makefile.inc | 2 +- bootstrap | 2 +- configure.ac | 1 + 3 files changed, 3 insertions(+), 2 deletions(-)
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]) -- 2.1.4 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
