Fix autoconf.sh gperf key flags

When I added the SV/Verilog-AMS keywords I forgot to update the
gperf keys in autoconf.sh. This patch makes them match the Makefile.
This commit is contained in:
Cary R 2010-02-04 10:41:35 -08:00 committed by Stephen Williams
parent 8d65d0735a
commit 09a7c63692
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ echo "Autoconf in root..."
autoconf -f
echo "Precompiling lexor_keyword.gperf"
gperf -o -i 7 -C -k 1-4,\$ -L ANSI-C -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc
gperf -o -i 7 -C -k 1-4,9,\$ -L ANSI-C -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc