diff configure.in @ 3673:e0b46234555e

[project @ 2000-06-05 18:28:54 by jwe]
author jwe
date Mon, 05 Jun 2000 18:28:54 +0000
parents 0886bbb236cb
children b5a285d1c1f4
line wrap: on
line diff
--- a/configure.in	Wed May 31 20:57:50 2000 +0000
+++ b/configure.in	Mon Jun 05 18:28:54 2000 +0000
@@ -21,7 +21,7 @@
 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 ### 02111-1307, USA. 
 
-AC_REVISION($Revision: 1.326 $)
+AC_REVISION($Revision: 1.327 $)
 AC_PREREQ(2.9)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -1099,6 +1099,7 @@
 
 OCTAVE_PROG_GNUPLOT
 OCTAVE_PROG_PAGER
+OCTAVE_PROG_GPERF
 
 EXE=
 case "$canonical_host_type" in
@@ -1253,6 +1254,11 @@
   warn_msg_printed=true
 fi
 
+if test -n "$warn_gperf"; then
+  AC_MSG_WARN($warn_gperf)
+  warn_msg_printed=true
+fi
+
 if test -n "$warn_flex"; then
   AC_MSG_WARN($warn_flex)
   warn_msg_printed=true