diff mbox

[PATCHv2,08/10] configure: move example configure to the others

Message ID 1459275814-19876-9-git-send-email-anders.roxell@linaro.org
State Accepted
Commit 359f0a4e6f325229a0460985789ff0def9d35111
Headers show

Commit Message

Anders Roxell March 29, 2016, 6:23 p.m. UTC
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 configure.ac | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index 883f52f..e25c7a4 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])
 
 ##########################################################################