From 6121c06f159507b9d7607e4b85b3dacb7b69b4d1 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Tue, 20 May 2008 10:09:53 -0700 Subject: [PATCH] Reconcile autoconf.sh to new gperf usage gperf command line changed in Makefile.in as of commit cde87ed4a3f86cc6620dc5a4c704c13a868604c7 this patch propagates that change to autoconf.sh --- autoconf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconf.sh b/autoconf.sh index 4bf779ebd..1ace2dc34 100644 --- a/autoconf.sh +++ b/autoconf.sh @@ -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