summaryrefslogtreecommitdiffstats
path: root/configure.ac.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac.in b/configure.ac.in
index be372a6..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
@@ -230,6 +232,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([
Makefile
discover/Makefile
+ discover/grub2/Makefile
lib/Makefile
man/Makefile
test/Makefile
OpenPOWER on IntegriCloud