From: Jarkko Hietaniemi Date: Sat, 2 Oct 1999 23:39:16 +0000 (+0000) Subject: Configure fixfest continues. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d426514622e02e19e0f7d80565d8bdc52b55f520;p=p5sagit%2Fp5-mst-13.2.git Configure fixfest continues. p4raw-id: //depot/cfgperl@4290 --- diff --git a/Configure b/Configure index 9351a57..54636fe 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 Sat Oct 2 15:53:32 EET DST 1999 [metaconfig 3.0 PL70] +# Generated on Sun Oct 3 02:41:02 EET DST 1999 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <&4 + $echo $n "Checking to see if your system supports int64_t...$c" >&4 $cat >try.c < #$i_inttypes I_INTTYPES @@ -6795,7 +6795,7 @@ $rm -f intsize intsize.* : check for long long echo " " -echo $n "Checking to see if your system supports long long...$c" >&4 +$echo $n "Checking to see if your system supports long long...$c" >&4 echo 'long long foo() { long long x; x = 7; return x; }' > try.c if $cc $optimize $ccflags -c try.c >/dev/null 2>&1; then val="$define" @@ -7028,7 +7028,7 @@ $rm -f try.c try : check for long doubles echo " " -echo $n "Checking to see if your system supports long double...$c" >&4 +$echo $n "Checking to see if your system supports long double...$c" >&4 echo 'long double foo() { long double x; x = 7.0; return x; }' > try.c if $cc $optimize $ccflags -c try.c >/dev/null 2>&1; then val="$define" @@ -8582,7 +8582,7 @@ eval $inlibc : check for off64_t echo " " -echo $n "Checking to see if your system supports off64_t...$c" >&4 +$echo $n "Checking to see if your system supports off64_t...$c" >&4 $cat >try.c < #include @@ -8601,7 +8601,7 @@ eval $setvar : check for fpos64_t echo " " -echo $n "Checking to see if your system supports fpos64_t...$c" >&4 +$echo $n "Checking to see if your system supports fpos64_t...$c" >&4 $cat >try.c < fpos64_t foo() { fpos64_t x; x = 7; return x; }' @@ -12536,6 +12536,7 @@ int main() { printf("1\n"); } EOCP +set try if eval $compile; then yyy=`./try` case "$yyy" in