diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2012-01-15 01:04:26 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2012-01-15 01:04:26 +0100 |
commit | e0babe6738c6b8a8485d4b4725ade4eb54a3a12d (patch) | |
tree | c7d2e5920900240b2e3a7d6321f17b5df2fd30d2 /configure.ac | |
parent | cb7fcbe1ef4ffba4c3041c4d4414d5b41856691c (diff) | |
download | crosstool-ng-e0babe6738c6b8a8485d4b4725ade4eb54a3a12d.tar.gz crosstool-ng-e0babe6738c6b8a8485d4b4725ade4eb54a3a12d.tar.bz2 crosstool-ng-e0babe6738c6b8a8485d4b4725ade4eb54a3a12d.zip |
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.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0be5b907..51ce5279 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]) |