diff options
author | Rafał Mużyło <galtgendo@o2.pl> | 2011-08-03 02:51:29 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2011-08-03 17:15:28 -0400 |
commit | d519434c19d658838322ae95f28e7a19325eba0c (patch) | |
tree | 8f8d3b4202bff059e5613e7c2a900aa7b37c0633 /configure.ac | |
parent | 76c5f905c7178cf76cdf8a5817bb1575d8cdba82 (diff) |
Readd requred flex/bison stuff and fix it for autotools
Signed-off-by: Rafał Mużyło <galtgendo@o2.pl>
Signed-off-by: Matt Turner <mattst88@gmail.com>
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 80931fc..f70e53f 100644 --- a/configure.ac +++ b/configure.ac @@ -7,6 +7,8 @@ AC_CONFIG_SRCDIR([Makefile.am]) # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE +AC_PROG_LEX +AC_PROG_YACC # Initialize libtool AC_PROG_LIBTOOL |