summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2012-01-15 00:04:26 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2012-01-15 00:04:26 (GMT)
commite0babe6738c6b8a8485d4b4725ade4eb54a3a12d (patch)
treec7d2e5920900240b2e3a7d6321f17b5df2fd30d2 /configure.ac
parentcb7fcbe1ef4ffba4c3041c4d4414d5b41856691c (diff)
kconfig: add missing files
The real sources for a few files are the lex/yacc/gperf files, and the C files are only generated... Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0be5b90..51ce527 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,6 +124,7 @@ ACX_PATH_TOOL_REQ([READELF], [readelf])
ACX_CHECK_PROGS_REQ([bison], [bison])
ACX_CHECK_PROGS_REQ([flex], [flex])
+ACX_CHECK_PROGS_REQ([gperf], [gperf])
ACX_CHECK_PROGS_REQ([awk], [gawk mawk nawk awk])
ACX_CHECK_PROGS_REQ([makeinfo], [makeinfo])
ACX_CHECK_PROGS_REQ([cut], [cut])