From: Jarkko Hietaniemi Date: Fri, 21 Dec 2001 20:38:28 +0000 (+0000) Subject: VOS config from Paul Green. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=92d4dc7f414eb6bd3671a3f7306b6c87f0268487;p=p5sagit%2Fp5-mst-13.2.git VOS config from Paul Green. p4raw-id: //depot/perl@13841 --- diff --git a/hints/vos.sh b/hints/vos.sh index 10b4212..037a6f3 100644 --- a/hints/vos.sh +++ b/hints/vos.sh @@ -63,3 +63,8 @@ uselargefiles="n" # Don't use malloc that comes with perl. usemymalloc="n" +# Make bison the default compiler-compiler. +yacc="/system/gnu_library/bin/bison" + +# VOS doesn't have (or need) a pager, but perl needs one. +pager="/system/gnu_library/bin/cat.pm"