perl 5.002gamma: configure
Perl 5 Porters [Sun, 4 Feb 1996 02:38:05 +0000 (02:38 +0000)]
Add explicit call to 'sh'.  This appears to keep the x2p/Makefile.SH
extraction from clobbering the main Makefile on Linux.

configure

index 9d61bd6..29e7d35 100755 (executable)
--- a/configure
+++ b/configure
@@ -102,7 +102,7 @@ case "$verbose" in
 *) copt="$copt -d";;
 esac
 
-set X ./Configure $copt $create $opts
+set X sh Configure $copt $create $opts
 shift
 echo "$@"
 exec "$@"