From 8aef782411de0e6ad2890454df0bf78f5aa66c92 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 7 Jan 2002 04:59:21 +0000 Subject: [PATCH] Make lexor_keyword.cc for distributions. --- autoconf.sh | 3 +++ 1 file changed, 3 insertions(+) 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