From a10e07908ef3b4834fc44840f504d1240aa5c8d6 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Wed, 28 Aug 2013 14:53:29 -0700 Subject: [PATCH] Precompile vhdlpp/lexor_keyword.gperf in autoconf.sh --- autoconf.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autoconf.sh b/autoconf.sh index 55a6f0e6e..0840ac287 100644 --- a/autoconf.sh +++ b/autoconf.sh @@ -11,3 +11,6 @@ autoconf -f echo "Precompiling lexor_keyword.gperf" gperf -o -i 7 -C -k 1-4,6,9,\$ -L ANSI-C -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc + +echo "Precompiling vhdlpp/lexor_keyword.gperf" +(cd vhdlpp ; gperf -o -i 7 --ignore-case -C -k 1-4,6,9,\$ -L ANSI-C -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc )