In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/0cf583b0808e2fb2ac90751d506f2b8ff75aed86?hp=5f04a188f28cd870c5b5d8c805befaab4126fb6c>
- Log ----------------------------------------------------------------- commit 0cf583b0808e2fb2ac90751d506f2b8ff75aed86 Author: Chris 'BinGOs' Williams <[email protected]> Date: Wed Jan 14 14:12:22 2015 +0000 uname -r works on MINIX as well ----------------------------------------------------------------------- Summary of changes: Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index 6601ddb..6e7d8f1 100755 --- a/Configure +++ b/Configure @@ -3341,7 +3341,7 @@ EOM $test -f /bin/mips && /bin/mips && osname=mips $test -d /usr/apollo/bin && osname=apollo $test -f /etc/saf/_sactab && osname=svr4 - $test -d /usr/include/minix && osname=minix + $test -d /usr/include/minix && osname=minix && osvers=`$uname -r` $test -f /system/gnu_library/bin/ar.pm && osname=vos if $test -d /MachTen -o -d /MachTen_Folder; then osname=machten -- Perl5 Master Repository
