From: Gilad Ben-Yossef <[email protected]> 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. Signed-off-by: Gilad Ben-Yossef <[email protected]> CC: Barry Spinney <[email protected]> --- bootstrap | 2 +- 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 -- 1.7.1 _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
