comparison aclocal.m4 @ 6103:a2fdc87184cf

[project @ 2006-10-26 21:32:17 by jwe]
author jwe
date Thu, 26 Oct 2006 21:32:17 +0000
parents c968f4198067
children a334206512b9
comparison
equal deleted inserted replaced
6102:ef9569e10d8b 6103:a2fdc87184cf
459 AC_MSG_RESULT(assuming $DEFAULT_PAGER exists on $canonical_host_type host) 459 AC_MSG_RESULT(assuming $DEFAULT_PAGER exists on $canonical_host_type host)
460 AC_SUBST(DEFAULT_PAGER) 460 AC_SUBST(DEFAULT_PAGER)
461 else 461 else
462 octave_possible_pagers="less more page pg" 462 octave_possible_pagers="less more page pg"
463 case "$canonical_host_type" in 463 case "$canonical_host_type" in
464 *-*-cygwin*) 464 *-*-cygwin* | *-*-mingw32* | *-*-msdosmsvc)
465 octave_possible_pagers="$octave_possible_pagers more.com" 465 octave_possible_pagers="$octave_possible_pagers more.com"
466 ;; 466 ;;
467 esac 467 esac
468 468
469 AC_CHECK_PROGS(DEFAULT_PAGER, $octave_possible_pagers, []) 469 AC_CHECK_PROGS(DEFAULT_PAGER, $octave_possible_pagers, [])
476 dnl 476 dnl
477 dnl Does gnuplot exist? Is it a recent version? 477 dnl Does gnuplot exist? Is it a recent version?
478 dnl 478 dnl
479 AC_DEFUN(OCTAVE_PROG_GNUPLOT, [ 479 AC_DEFUN(OCTAVE_PROG_GNUPLOT, [
480 case "$canonical_host_type" in 480 case "$canonical_host_type" in
481 *-*-cygwin* | *-*-mingw32* | *-*-msdos) 481 *-*-cygwin* | *-*-mingw32* | *-*-msdosmsvc)
482 gp_names="pgnuplot pipe-gnuplot gnuplot" 482 gp_names="pgnuplot pipe-gnuplot gnuplot"
483 gp_default=pgnuplot 483 gp_default=pgnuplot
484 ;; 484 ;;
485 *) 485 *)
486 gp_names=gnuplot 486 gp_names=gnuplot