X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Configure;h=cd5e7d493f504bc9ad1df2eca36b88af659d2bd1;hb=7dbf5f4e6069c22d26a7471f2237d212d602f47c;hp=4aaa8f8d0ace5cb1893e07c0ff20656c0421391e;hpb=5f106f9c27148e746d86e2ea943381cda96398b4;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Configure b/Configure index 4aaa8f8..cd5e7d4 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 Wed Mar 30 16:17:23 CEST 2005 [metaconfig 3.0 PL70] +# Generated on Mon Apr 11 12:33:25 CEST 2005 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <&4 + $cat >try.c < +#include +int main (int argc, char *argv[]) +{ + printf ("%d\n", _LIB_VERSION); + return (0); + } /* main */ +EOCP + set try + if eval $compile; then + foo=`$run ./try` + echo "Yes, it does ($foo)" >&4 + d_libm_lib_version="$define" + else + echo "No, it does not (probably harmless)\n" >&4 + fi + $rm -f try.* try core core.try.* + ;; + + esac + : see if link exists set link d_link eval $inlibc @@ -14116,7 +14148,7 @@ eval $inlibc : see if prototype for modfl is available echo " " -set d_modflproto modfl math.h +set d_modflproto modfl $i_math math.h eval $hasproto d_modfl_pow32_bug="$undef" @@ -16133,17 +16165,6 @@ set d_sigsetjmp eval $setvar $rm -f try.c try - -d_sitecustomize="$undef" -case "$usesitecustomize" in - $define|true|[Yy]*) - usesitecustomize="$define" - d_sitecustomize="$define" - ;; - *) - usesitecustomize="$undef" - esac - : see if sockatmark exists set sockatmark d_sockatmark eval $inlibc @@ -19496,6 +19517,16 @@ case "$uidsign" in ;; esac + +case "$usesitecustomize" in + $define|true|[Yy]*) + usesitecustomize="$define" + ;; + *) + usesitecustomize="$undef" + ;; + esac + : determine compiler compiler case "$yacc" in '') @@ -19556,10 +19587,6 @@ fi -: see if this is a math.h system -set math.h i_math -eval $inhdr - : see if this is a mntent.h system set mntent.h i_mntent eval $inhdr @@ -20745,6 +20772,7 @@ d_isnanl='$d_isnanl' d_killpg='$d_killpg' d_lchown='$d_lchown' d_ldbl_dig='$d_ldbl_dig' +d_libm_lib_version='$d_libm_lib_version' d_link='$d_link' d_localtime_r='$d_localtime_r' d_locconv='$d_locconv' @@ -20884,7 +20912,6 @@ d_shmget='$d_shmget' d_sigaction='$d_sigaction' d_sigprocmask='$d_sigprocmask' d_sigsetjmp='$d_sigsetjmp' -d_sitecustomize='$d_sitecustomize' d_sockatmark='$d_sockatmark' d_sockatmarkproto='$d_sockatmarkproto' d_socket='$d_socket'