X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=configure.ac.in;h=7f13cca4db96b050bc9951bbc3a36920703e1b55;hp=8372b98860ed705c21b34c3786eddc41ff26c738;hb=995e08e3de9aaff81e72227587ffcb4cc78175d0;hpb=f1599796efed1eb67759cf42f47fe4bf6a9bf93c diff --git a/configure.ac.in b/configure.ac.in index 8372b98..7f13cca 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -23,6 +23,8 @@ AC_PREFIX_DEFAULT([/usr/local]) AS_IF([test "x$CFLAGS" = "x"], [AC_SUBST([CFLAGS], [""])]) AC_PROG_CC +AC_PROG_LEX +AC_PROG_YACC AC_PROG_INSTALL AM_INIT_AUTOMAKE @@ -173,6 +175,14 @@ AC_ARG_ENABLE( ) #AM_CONDITIONAL([ENABLE_DEBUG], [test "x$enable_debug" = "xyes"]) +AC_ARG_ENABLE( + [test-valgrind], + [AS_HELP_STRING([--enable-test-valgrind], + [run all tests with valgrind] + )], +) +AM_CONDITIONAL([ENABLE_TEST_VALGRIND], [test "x$enable_test_valgrind" = "xyes"]) + # host program paths AC_DEFUN([DEFINE_HOST_PROG], [ @@ -222,6 +232,7 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([ Makefile discover/Makefile + discover/grub2/Makefile lib/Makefile man/Makefile test/Makefile