summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-28 21:57:37 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-28 21:57:37 +0000
commitcfb04860622d52510e175abe062fa1f8ad5cb5ef (patch)
tree2c49dc194ce408b01dacac2a0faa495f99f7a38f /Configure
parent2d708654c8507079d72e5605d5b4d455ad567442 (diff)
downloadperl-cfb04860622d52510e175abe062fa1f8ad5cb5ef.tar.gz
DJGPP needs to know its exe soon, too.
p4raw-id: //depot/perl@14480
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure10
1 files changed, 8 insertions, 2 deletions
diff --git a/Configure b/Configure
index f57a474d2a..f00c447ced 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 Jan 28 20:12:30 EET 2002 [metaconfig 3.0 PL70]
+# Generated on Tue Jan 29 00:57:08 EET 2002 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -1036,8 +1036,14 @@ if test -f /etc/unixtovms.exe; then
eunicefix=/etc/unixtovms.exe
fi
+: Set executable suffix now -- needed before hints available
+: maybe Stratus VOS
if test -f "/system/gnu_library/bin/ar.pm"; then
- _exe=".pm"
+ _exe=".pm"
+fi
+: maybe dos djgpp
+if test -n "$DJGPP"; then
+ _exe=".exe"
fi
i_whoami=''