comparison 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
comparison
equal deleted inserted replaced
3672:a0952f6b163e 3673:e0b46234555e
19 ### You should have received a copy of the GNU General Public License 19 ### You should have received a copy of the GNU General Public License
20 ### along with Octave; see the file COPYING. If not, write to the Free 20 ### along with Octave; see the file COPYING. If not, write to the Free
21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA
22 ### 02111-1307, USA. 22 ### 02111-1307, USA.
23 23
24 AC_REVISION($Revision: 1.326 $) 24 AC_REVISION($Revision: 1.327 $)
25 AC_PREREQ(2.9) 25 AC_PREREQ(2.9)
26 AC_INIT(src/octave.cc) 26 AC_INIT(src/octave.cc)
27 AC_CONFIG_HEADER(config.h) 27 AC_CONFIG_HEADER(config.h)
28 28
29 AC_DEFINE(OCTAVE_SOURCE, 1) 29 AC_DEFINE(OCTAVE_SOURCE, 1)
1097 INSTALL_SCRIPT='${INSTALL}' 1097 INSTALL_SCRIPT='${INSTALL}'
1098 AC_SUBST(INSTALL_SCRIPT) 1098 AC_SUBST(INSTALL_SCRIPT)
1099 1099
1100 OCTAVE_PROG_GNUPLOT 1100 OCTAVE_PROG_GNUPLOT
1101 OCTAVE_PROG_PAGER 1101 OCTAVE_PROG_PAGER
1102 OCTAVE_PROG_GPERF
1102 1103
1103 EXE= 1104 EXE=
1104 case "$canonical_host_type" in 1105 case "$canonical_host_type" in
1105 *-*-cygwin32) 1106 *-*-cygwin32)
1106 EXE=.exe 1107 EXE=.exe
1251 if test -n "$warn_termlibs"; then 1252 if test -n "$warn_termlibs"; then
1252 AC_MSG_WARN($warn_termlibs) 1253 AC_MSG_WARN($warn_termlibs)
1253 warn_msg_printed=true 1254 warn_msg_printed=true
1254 fi 1255 fi
1255 1256
1257 if test -n "$warn_gperf"; then
1258 AC_MSG_WARN($warn_gperf)
1259 warn_msg_printed=true
1260 fi
1261
1256 if test -n "$warn_flex"; then 1262 if test -n "$warn_flex"; then
1257 AC_MSG_WARN($warn_flex) 1263 AC_MSG_WARN($warn_flex)
1258 warn_msg_printed=true 1264 warn_msg_printed=true
1259 fi 1265 fi
1260 1266