comparison aclocal.m4 @ 3971:41e7fa40ff4c

[project @ 2002-07-02 23:46:48 by jwe]
author jwe
date Tue, 02 Jul 2002 23:46:49 +0000
parents a10df4059532
children e97fb79fc1d5
comparison
equal deleted inserted replaced
3970:4f884e25aab9 3971:41e7fa40ff4c
400 AC_MSG_RESULT(assuming $DEFAULT_PAGER exists on $canonical_host_type host) 400 AC_MSG_RESULT(assuming $DEFAULT_PAGER exists on $canonical_host_type host)
401 AC_SUBST(DEFAULT_PAGER) 401 AC_SUBST(DEFAULT_PAGER)
402 else 402 else
403 octave_possible_pagers="less more page pg" 403 octave_possible_pagers="less more page pg"
404 case "$canonical_host_type" in 404 case "$canonical_host_type" in
405 *-*-cygwin32) 405 *-*-cygwin*)
406 octave_possible_pagers="$octave_possible_pagers more.com" 406 octave_possible_pagers="$octave_possible_pagers more.com"
407 ;; 407 ;;
408 esac 408 esac
409 409
410 AC_CHECK_PROGS(DEFAULT_PAGER, $octave_possible_pagers, []) 410 AC_CHECK_PROGS(DEFAULT_PAGER, $octave_possible_pagers, [])