randyk 2003/02/20 15:13:34
Modified: . Makefile.PL Log: Reviewed by: stas remove commented-out lines from previous commits. Revision Changes Path 1.209 +0 -2 modperl/Makefile.PL Index: Makefile.PL =================================================================== RCS file: /home/cvs/modperl/Makefile.PL,v retrieving revision 1.208 retrieving revision 1.209 diff -u -r1.208 -r1.209 --- Makefile.PL 20 Feb 2003 16:42:46 -0000 1.208 +++ Makefile.PL 20 Feb 2003 23:13:33 -0000 1.209 @@ -792,7 +792,6 @@ "(need 1.2.0 or higher)"; } -# $PERL_SECTIONS = $PERL_SSI = 0 if $Is_Win32; $PERL_SSI = 0 if $Is_Win32; unless ($Is_Win32) { for (qw(PERL_SECTIONS PERL_SSI), keys %experimental) { @@ -1602,7 +1601,6 @@ my $to = '$(INST_ARCHLIB)/' . "auto/Apache/include/$_"; unless ($self->{PM}->{$from}) { $self->{PM}->{$from} = $to; -# system "$Config{touch} $from"; my @args = ($Config{perlpath}, '-MExtUtils::Command', '-e', 'touch', $from); system(@args) == 0