summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-12-09 19:49:49 +0100
committerDave Davenport <qball@gmpclient.org>2016-12-09 19:49:49 +0100
commitd18f037d1c82f5081711753caec7d819000e0054 (patch)
treee74c04b1b38ff7f36b709d5f6cb15c1fe171050c /configure.ac
parentea28bcdc74dc4085b1c337dcb469aa641b3a8a6c (diff)
Add lex/bison parser for theme.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c5df0ea6..ca32299e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,6 +3,10 @@ AC_INIT([rofi], [1.2.0], [https://github.com/DaveDavenport/rofi/],[],[https://fo
AC_CONFIG_SRCDIR([source/rofi.c])
AC_CONFIG_HEADER([config.h])
+
+AC_PROG_LEX
+AC_PROG_YACC
+
dnl ---------------------------------------------------------------------
dnl Setup automake to be silent and in foreign mode.
dnl We want xz distribution