summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorChip Salzenberg <chip@atlantic.net>1997-01-28 23:10:08 +1200
committerChip Salzenberg <chip@atlantic.net>1997-01-29 18:11:00 +1200
commitaa7e9289d521a390f0002e9df061b76cfaaa445e (patch)
tree2e67973dfbb6a65fe1f334708582cf1df0b799b6 /Configure
parent1dd15ed44b060a6466d83e3d6d09175516a30e5c (diff)
downloadperl-aa7e9289d521a390f0002e9df061b76cfaaa445e.tar.gz
Configure fixes: set $archlib, omit _NO_PROTO
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index ec4cfa20be..bc7beb824f 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.8 1995/07/25 13:40:02 ram Exp $
#
-# Generated on Thu Jan 23 14:39:28 EST 1997 [metaconfig 3.0 PL60]
+# Generated on Mon Jan 27 12:33:55 EST 1997 [metaconfig 3.0 PL60]
cat >/tmp/c1$$ <<EOF
ARGGGHHHH!!!!!
@@ -2482,6 +2482,7 @@ case "$archlib" in
echo $baserev $patchlevel $subversion | \
$awk '{ printf "%.5f\n", $1 + $2/1000.0 + $3/100000.0 }'`
fi
+ dflt="$privlib/$archname/$version"
;;
esac
;;
@@ -3616,7 +3617,6 @@ if ./osf1; then
else
set signal.h LANGUAGE_C; eval $inctest
fi
-set signal.h _NO_PROTO; eval $inctest
case "$hint" in
none|recommended) dflt="$ccflags $dflt" ;;