summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>2014-12-05 16:31:41 +0100
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>2014-12-05 16:38:00 +0100
commitcaa02b8d89daf83533eee4e8ce6244becc073648 (patch)
tree8ee7325f6b0bf66c5268ce609a23ea45fc2a58ab /configure.ac
parent165868e3ca2d034e4eec9d285e6531c1cc018738 (diff)
downloadlibslp-location-caa02b8d89daf83533eee4e8ce6244becc073648.tar.gz
libslp-location-caa02b8d89daf83533eee4e8ce6244becc073648.tar.bz2
libslp-location-caa02b8d89daf83533eee4e8ce6244becc073648.zip
fix: support automake 1.14
Bug-Tizen: TC-2174/1of2 Change-Id: Ic00090e24c3c2ef611c5fd10983f8dd74a271b66 Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7b2f4b3..e84a4a8 100755
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_SRCDIR([location])
-AM_INIT_AUTOMAKE([1.10.2 foreign -Wall -Werror])
+AM_INIT_AUTOMAKE([1.10.2 foreign -Wall -Werror subdir-objects])
# Check programs for making executable
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])