diff aclocal.m4 @ 5094:1dbe2c93af51

[project @ 2004-12-03 13:40:28 by jwe]
author jwe
date Fri, 03 Dec 2004 13:40:28 +0000
parents dc5f6082aa74
children 86fa011d6404
line wrap: on
line diff
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -564,11 +564,11 @@
 %}
 struct octave_kw { const char *name; int tok; octave_kw_id kw_id; };
 %%
-foo" | $GPERF -t -C -D -E -G -L ANSI-C -H octave_kw_hash -N octave_kw_lookup > /dev/null 2>&1; then
+foo" | $GPERF -t -C -D -E -G -L C++ -H octave_kw_hash -N octave_kw_lookup > /dev/null 2>&1; then
       true
     else
       GPERF=""
-      warn_gperf="I found gperf, but it does not support all of the following options: -t -C -D -E -G -L ANSI-C -H -N; you need gperf 2.7 or a more recent version"
+      warn_gperf="I found gperf, but it does not support all of the following options: -t -C -D -E -G -L C++ -H -N; you need gperf 3.0.1 or a more recent version"
       AC_MSG_WARN($warn_gperf)
     fi
   else