summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-08-06 21:17:16 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-08-06 21:17:16 +0000
commit534ac15aa7d714c56796b14eed5f07767707bb93 (patch)
tree2685c404be384379bb421157b2aab73933903c84 /Configure
parent11eeea96a679f7b20489fe2e2eab4958ef273d62 (diff)
downloadperl-534ac15aa7d714c56796b14eed5f07767707bb93.tar.gz
Regen Configure to include change #3915.
p4raw-link: @3915 on //depot/metaconfig: 59f727b5b92dc1f484242a311cbb15243d425aef p4raw-id: //depot/cfgperl@3932
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure7
1 files changed, 3 insertions, 4 deletions
diff --git a/Configure b/Configure
index bd158a4232..2d310f4ec7 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Mon Aug 2 17:42:55 EET DST 1999 [metaconfig 3.0 PL70]
+# Generated on Sat Aug 7 00:11:31 EET DST 1999 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
@@ -13361,9 +13361,8 @@ case "$d_portable" in
echo " "
echo "Stripping down executable paths..." >&4
for file in $loclist $trylist; do
- if test X$file != Xln -a X$file != Xar -o X$osname != Xos2; then
- eval $file="\$file"
- fi
+ eval temp=\$$file
+ eval $file=`basename $temp`
done
;;
esac