diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-26 00:56:14 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-26 00:56:14 +0000 |
commit | aff0d67d6040325b97c3a65dfacc0da27cbd77e4 (patch) | |
tree | b69b33bcd3031fa271df5d9ddf897de13e07d307 /Configure | |
parent | f9829d6b7f5e582e30b0b79c4a27c2c93bcfcca2 (diff) | |
parent | 0f9dfb06316b99007b1cc3a8836f63496f8f2f8e (diff) | |
download | perl-aff0d67d6040325b97c3a65dfacc0da27cbd77e4.tar.gz |
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@4896
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Thu Jan 20 00:42:19 EET 2000 [metaconfig 3.0 PL70] +# Generated on Tue Jan 25 16:35:03 EET 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -2196,6 +2196,7 @@ EOM $test -f /dnix && osname=dnix $test -f /lynx.os && osname=lynxos $test -f /unicos && osname=unicos && osvers=`$uname -r` + $test -f /unicosmk && osname=unicosmk && osvers=`$uname -r` $test -f /unicosmk.ar && osname=unicosmk && osvers=`$uname -r` $test -f /bin/mips && /bin/mips && osname=mips $test -d /NextApps && set X `hostinfo | grep 'NeXT Mach.*:' | \ |