aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorGilad Ben-Yossef <gilad@benyossef.com>2014-08-24 13:04:50 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-09-01 19:24:12 +0400
commitd62136bc1600dc0180b9460676f8ae68fcda8e68 (patch)
treec57e1a424ad244011441c9ca1eedafa07d3ebf92 /bootstrap
parent4b18b9fd607f23cf1cffb71fc7bae6738938a64b (diff)
bootstrap: add include m4 directory in bootstrap
First time configure was failing due to missing Doxygen includes from m4/ directory. Include m4/ directory during bootstrap generation to get autoconf to create a correct configure script. As per Anders Roxell, the dependency on autoconf-archive was meant to resolve this, but it seems this patch is simpler. Signed-off-by: Gilad Ben-Yossef <giladb@ezchip.com> CC: Barry Spinney <spinney@tilera.com> Reviewed-and-Tested-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 12f9388..cd759b0 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
set -x
-aclocal -I config
+aclocal -I config -I m4
libtoolize --copy
autoheader
automake --add-missing --copy