aboutsummaryrefslogtreecommitdiff
path: root/helper/m4
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2017-01-20 15:32:00 -0500
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-01-22 21:54:25 +0300
commit0f18e317ede15081828deca1ff61d65b72e12926 (patch)
tree292cc013b7ddf5c5a3cc8e59d7ca4f2b485de4c3 /helper/m4
parent3875d6ebf690e07b69f11621caefab1afc58e100 (diff)
configure: use helper configure.m4
Don't keep helper data in the main configure, split it to an m4 just like the other sub dirs Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Christophe Milard <christophe.milard@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'helper/m4')
-rw-r--r--helper/m4/configure.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/helper/m4/configure.m4 b/helper/m4/configure.m4
index 480f79b58..7b208fae1 100644
--- a/helper/m4/configure.m4
+++ b/helper/m4/configure.m4
@@ -7,3 +7,6 @@ AC_ARG_ENABLE([test-helper],
[if test "x$enableval" = "xyes"; then
test_helper=yes
fi])
+
+AC_CONFIG_FILES([helper/Makefile
+ helper/test/Makefile])