From c9d1d7fe7630496ac84428c53b56bc393a450af6 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 23 Nov 2009 00:36:03 -0500 Subject: Use flex for the tokenizer. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d1f03f2..c7d436d 100644 --- a/configure.ac +++ b/configure.ac @@ -22,6 +22,8 @@ AM_INIT_AUTOMAKE([parallel-tests]) dnl Programs AC_PROG_CC AM_PROG_CC_C_O +AM_PROG_LEX +AC_PROG_YACC AM_PROG_AS AC_PROG_INSTALL AC_PROG_LN_S -- cgit v1.2.3