Reconcile autoconf.sh to new gperf usage

gperf command line changed in Makefile.in as of
commit cde87ed4a3
this patch propagates that change to autoconf.sh
This commit is contained in:
Larry Doolittle 2008-05-20 10:09:53 -07:00 committed by Stephen Williams
parent b289d740e2
commit 6121c06f15
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ do
done
echo "Precompiling lexor_keyword.gperf"
gperf -o -i 7 -C -k 1-3,\$ -L ANSI-C -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc
gperf -o -i 7 -C -k 1-4,\$ -L ANSI-C -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc