summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2016-11-05 11:37:07 -0400
committerAngela Stegmaier <angelabaker@ti.com>2016-11-08 14:16:56 -0600
commita1852fc8b254ed207bd1c1c88f5b362c9b6cc454 (patch)
tree2186123b0d41ed47fe51d39ff0812f28e2a5fac6
parent3c777f252a3f7b72ab1aa88c4fd7d7d14536d373 (diff)
downloadipc-a1852fc8b254ed207bd1c1c88f5b362c9b6cc454.tar.gz
configure.ac: Update to avoid warnings with auroreconf3.44.00.00
Without these fixes, the following warnings were seen and now fixed configure.ac:54: warning: Unknown LT_INIT option `gcc' linux/src/api/Makefile.am:61: warning: source file '$(top_srcdir)/linux/src/heaps/HeapStd.c' is in a subdirectory, linux/src/api/Makefile.am:61: but option 'subdir-objects' is disabled Signed-off-by: Sam Nelson <sam.nelson@ti.com>
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9e6e55c..9521aaf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,12 +44,13 @@ AC_CONFIG_SRCDIR([packages/ti/ipc/MessageQ.h])
AC_CONFIG_AUX_DIR([linux/build-aux])
# Initilize automake
-AM_INIT_AUTOMAKE([foreign])
+AM_INIT_AUTOMAKE([foreign subdir-objects])
# Disabling maintainer mode to prevent rebuild of configure script
AM_MAINTAINER_MODE([disable])
# Initalize libtool but disable fortran check
+LT_INIT
define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
AC_PROG_LIBTOOL(gcc)