diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-11-23 00:36:03 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-11-23 00:36:03 -0500 |
commit | c9d1d7fe7630496ac84428c53b56bc393a450af6 (patch) | |
tree | f13c353fbae9941baa073c553b9c29b9514f9f12 /configure.ac | |
parent | e99e915e306dd5316b90f87759176a55d62a686e (diff) | |
download | dimension-c9d1d7fe7630496ac84428c53b56bc393a450af6.tar.xz |
Use flex for the tokenizer.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
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 |