Signed-off-by: Anders Roxell <anders.rox...@linaro.org> --- configure.ac | 13 ++----------- helper/m4/configure.m4 | 9 +++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 helper/m4/configure.m4
diff --git a/configure.ac b/configure.ac index 0a9918b..8ba0538 100644 --- a/configure.ac +++ b/configure.ac @@ -84,6 +84,7 @@ AC_SUBST([platform_with_platform_test], ["platform/${with_platform}/test"]) ########################################################################## # Include m4 files ########################################################################## +m4_include([./helper/m4/configure.m4]) m4_include([./test/m4/configure.m4]) ########################################################################## @@ -140,6 +141,7 @@ AM_CONDITIONAL([SDK_INSTALL_PATH_], [test "x${SDK_INSTALL_PATH_}" = "x1"]) AM_CONDITIONAL([test_installdir], [test "$testdir" != ""]) AM_CONDITIONAL([test_perf], [test x$test_perf = xyes ]) AM_CONDITIONAL([test_cpp], [test x$test_cpp = xyes ]) +AM_CONDITIONAL([test_helper], [test x$test_helper = xyes ]) ########################################################################## # Setup doxygen documentation @@ -162,17 +164,6 @@ AC_ARG_ENABLE([test_vald], AM_CONDITIONAL([test_vald], [test x$test_vald = xyes ]) ########################################################################## -# Enable/disable test-helper -########################################################################## -test_helper=no -AC_ARG_ENABLE([test-helper], - [ --enable-test-helper run test in helper/test], - [if test "x$enableval" = "xyes"; then - test_helper=yes - fi]) - -AM_CONDITIONAL([test_helper], [test x$test_helper = xyes ]) -########################################################################## # Set optional CUnit path ########################################################################## AC_ARG_WITH([cunit-path], diff --git a/helper/m4/configure.m4 b/helper/m4/configure.m4 new file mode 100644 index 0000000..480f79b --- /dev/null +++ b/helper/m4/configure.m4 @@ -0,0 +1,9 @@ +########################################################################## +# Enable/disable test-helper +########################################################################## +test_helper=no +AC_ARG_ENABLE([test-helper], + [ --enable-test-helper run test in helper/test], + [if test "x$enableval" = "xyes"; then + test_helper=yes + fi]) -- 2.1.4 _______________________________________________ lng-odp mailing list lng-odp@lists.linaro.org https://lists.linaro.org/mailman/listinfo/lng-odp