aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2016-03-29 20:23:32 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-03-30 16:19:06 +0300
commit359f0a4e6f325229a0460985789ff0def9d35111 (patch)
tree96801911132daed966bca07dde6a0373f8877d92 /configure.ac
parent81d09b1e183c26d7edcf60731eea9dd349b2d4f9 (diff)
configure: move example configure to the others
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Tested-and-reviewed-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 883f52f1a..e25c7a4b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,6 +85,7 @@ AC_SUBST([platform_with_platform_test], ["platform/${with_platform}/test"])
# Include m4 files
##########################################################################
m4_include([./doc/m4/configure.m4])
+m4_include([./example/m4/configure.m4])
m4_include([./helper/m4/configure.m4])
m4_include([./test/m4/configure.m4])
@@ -254,8 +255,6 @@ AC_CONFIG_FILES([Makefile
scripts/Makefile
])
-m4_include([./example/m4/configure.m4])
-
AC_SEARCH_LIBS([timer_create],[rt posix4])
##########################################################################