This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The metaconfig units changes for #10441.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 5 Jun 2001 00:55:46 +0000 (00:55 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 5 Jun 2001 00:55:46 +0000 (00:55 +0000)
p4raw-id: //depot/metaconfig@10442

U/modified/Extract.U
U/modified/Extractall.U
U/modified/Finish.U

index 857bd60..7c3b5da 100644 (file)
@@ -34,8 +34,8 @@
 cat >extract <<'EOS'
 PERL_CONFIG_SH=true
 echo "Doing variable substitutions on .SH files..."
-if test -f $src/MANIFEST; then
-       set x `awk '{print $1}' <$src/MANIFEST | grep '\.SH$'`
+if test -f MANIFEST; then
+       set x `awk '{print $1}' < MANIFEST | grep '\.SH$'`
 else
        echo "(Looking for .SH files under the source directory.)"
        set x `(cd $src; find . -name "*.SH" -print)`
index 8e0f516..2d767d0 100644 (file)
@@ -44,7 +44,7 @@ true)
 ?X: extract has to be run from the top directory, not within UU.
        . UU/extract
        rm -rf UU
-       echo "Done."
+       echo "Extraction done."
        exit 0
        ;;
 esac
index bea5ed6..3ed38ad 100644 (file)
@@ -43,7 +43,7 @@
 case "$alldone" in
 exit)
        $rm -rf UU
-       echo "Done."
+       echo "Extraction done."
        exit 0
        ;;
 cont)
@@ -108,7 +108,7 @@ elif test -f [Mm]akefile; then
        echo " "
        echo "Now you must run a $make."
 else
-       echo "Done."
+       echo "Configure done."
 fi
 
 if $test -f Policy.sh; then