Mercurial > hg > octave-lyh
comparison aclocal.m4 @ 3750:c922e2d23c8c
[project @ 2000-12-09 07:34:11 by jwe]
author | jwe |
---|---|
date | Sat, 09 Dec 2000 07:34:12 +0000 |
parents | c06bae7229cf |
children | 7c8e3c42ed04 |
comparison
equal
deleted
inserted
replaced
3749:55df6f9044f6 | 3750:c922e2d23c8c |
---|---|
873 AC_CHECK_PROG(GPERF, gperf, gperf, []) | 873 AC_CHECK_PROG(GPERF, gperf, gperf, []) |
874 if test -n "$GPERF"; then | 874 if test -n "$GPERF"; then |
875 if echo "%{ | 875 if echo "%{ |
876 %} | 876 %} |
877 %% | 877 %% |
878 " | $GPERF -t -C -D -E -G -L ANSI-C -H octave_kw_hash -N octave_kw_lookup > /dev/null 2>&1; then | 878 foo" | $GPERF -t -C -D -E -G -L ANSI-C -H octave_kw_hash -N octave_kw_lookup > /dev/null 2>&1; then |
879 true | 879 true |
880 else | 880 else |
881 GPERF="" | 881 GPERF="" |
882 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" | 882 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" |
883 AC_MSG_WARN($warn_gperf) | 883 AC_MSG_WARN($warn_gperf) |