From 2443aee56387aa761591b9d98a030605b7afc0db Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Fri, 25 Sep 1998 04:47:32 +0000 Subject: [PATCH] s/MAKEMAKEROPT/PERL_MM_OPT/ p4raw-id: //depot/perl@1886 --- lib/ExtUtils/MakeMaker.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ExtUtils/MakeMaker.pm b/lib/ExtUtils/MakeMaker.pm index f370640..4b3fed7 100644 --- a/lib/ExtUtils/MakeMaker.pm +++ b/lib/ExtUtils/MakeMaker.pm @@ -452,7 +452,7 @@ sub ExtUtils::MakeMaker::new { } $self->{PARENT}->{CHILDREN}->{$newclass} = $self if $self->{PARENT}; } else { - parse_args($self,split(' ', $ENV{MAKEMAKEROPT} || ''),@ARGV); + parse_args($self,split(' ', $ENV{PERL_MM_OPT} || ''),@ARGV); } $self->{NAME} ||= $self->guess_name; @@ -1927,7 +1927,7 @@ different means on the current architecture). =over 8 -=item MAKEMAKEROPT +=item PERL_MM_OPT Command line options used by Cnew()>, and thus by C. The string is split on whitespace, and the result -- 2.7.4