diff -cdPr ../perl5.001.org/Configure ./Configure *** ../perl5.001.org/Configure Sun Mar 12 09:35:24 1995 --- ./Configure Sat Apr 22 13:07:33 1995 *************** *** 75,85 **** PATH=.:$PATH export PATH ! : Sanity checks ! if test ! -t 0; then ! echo "Say 'sh $me', not 'sh <$me'" ! exit 1 ! fi : On HP-UX, large Configure scripts may exercise a bug in /bin/sh if test -f /hp-ux -a -f /bin/ksh; then --- 75,86 ---- PATH=.:$PATH export PATH ! #: Sanity checks (Disabled for FreeBSD build - users coming here [ws]ould ! # know what they are doing anyway) ;-) MarkM ! #if test ! -t 0; then ! # echo "Say 'sh $me', not 'sh <$me'" ! # exit 1 ! #fi : On HP-UX, large Configure scripts may exercise a bug in /bin/sh if test -f /hp-ux -a -f /bin/ksh; then diff -cdPr ../perl5.001.org/installperl ./installperl *** ../perl5.001.org/installperl Wed Feb 22 21:37:10 1995 --- ./installperl Sat Apr 22 13:14:50 1995 *************** *** 174,183 **** ((readlink "$mainperldir/perl") eq "$binexp/perl")); } if ((! $mainperl_is_instperl) && ! (&yn("Many scripts expect perl to be installed as " . ! "$mainperldir/perl.\n" . ! "Do you wish to have $mainperldir/perl be the same as\n" . ! "$binexp/perl? [y] "))) { unlink("$mainperldir/perl"); eval 'link("$installbin/perl", "$mainperldir/perl")' || --- 174,187 ---- ((readlink "$mainperldir/perl") eq "$binexp/perl")); } if ((! $mainperl_is_instperl) && ! 0) ! # Disable Perl5 from 'taking' over from the system Perl. ! # (nasty hack, but it is only for the FreeBSD build, so WTH. ! # ! # (&yn("Many scripts expect perl to be installed as " . ! # "$mainperldir/perl.\n" . ! # "Do you wish to have $mainperldir/perl be the same as\n" . ! # "$binexp/perl? [y] "))) { unlink("$mainperldir/perl"); eval 'link("$installbin/perl", "$mainperldir/perl")' ||