summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-08-31 23:20:04 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-31 23:20:04 +0000
commit1cec8c4eda97bdbeee95b406719cad8abf472ea2 (patch)
tree64bfe06b58d3ed9cff131d3b02de8c6231f14f5f /Configure
parentd7bd2736634b49c2bce24e023017746e5f315e5d (diff)
downloadperl-1cec8c4eda97bdbeee95b406719cad8abf472ea2.tar.gz
Small tweaks all over.
p4raw-id: //depot/perl@6961
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/Configure b/Configure
index 428241e468..d63e46e370 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 Thu Aug 31 21:06:17 EET DST 2000 [metaconfig 3.0 PL70]
+# Generated on Fri Sep 1 02:17:50 EET DST 2000 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >/tmp/c1$$ <<EOF
@@ -7856,12 +7856,13 @@ EOP
case "$d_Gconvert" in
gconvert*) xxx_list='gconvert gcvt sprintf' ;;
gcvt*) xxx_list='gcvt gconvert sprintf' ;;
+sprintf*) xxx_list='sprintf gconvert gcvt' ;;
*) xxx_list='gconvert gcvt sprintf' ;;
esac
case "$d_longdbl$uselongdouble$d_PRIgldbl" in
"$define$define$define")
- # for long doubles prefer sprintf
+ # for long doubles prefer first qgcvt, then sprintf
xxx_list="`echo $xxx_list|sed s/sprintf//`"
xxx_list="sprintf $xxx_list"
case "$d_qgcvt" in