diff --git a/autoconf.sh b/autoconf.sh index 36a7303d8..9bbdca34e 100644 --- a/autoconf.sh +++ b/autoconf.sh @@ -14,3 +14,6 @@ do echo "Autoconf in $dir..." ( cd $dir ; autoconf ) 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