Stop relying on echo being available
Florian Ragwitz [Sat, 28 May 2011 01:30:10 +0000 (03:30 +0200)]
EUMM knows the portable way of calling echo.

perl/Makefile.PL

index cacc67d..f3f0cf7 100644 (file)
@@ -119,7 +119,7 @@ WriteMakefile(
             (map {"libfcgi/$_"} @dist2),
             map {"include/$_"} @dist3).' $(DISTVNAME);'.
                 '$(CP) MANIFEST MANIFEST.old;'.
-                'echo '. join('\\\n',@dist1,@dist2,@dist3) .
+                '$(ECHO) '. join('\\\n',@dist1,@dist2,@dist3) .
                 '>> $(DISTVNAME)/MANIFEST',
                   'POSTOP' => 
                 '$(MV) MANIFEST.old MANIFEST',