diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-31 23:20:04 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-31 23:20:04 +0000 |
commit | 1cec8c4eda97bdbeee95b406719cad8abf472ea2 (patch) | |
tree | 64bfe06b58d3ed9cff131d3b02de8c6231f14f5f /Configure | |
parent | d7bd2736634b49c2bce24e023017746e5f315e5d (diff) | |
download | perl-1cec8c4eda97bdbeee95b406719cad8abf472ea2.tar.gz |
Small tweaks all over.
p4raw-id: //depot/perl@6961
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |