@@ -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])
##########################################################################
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)