diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-04-08 14:12:54 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-04-08 14:12:54 +0000 |
commit | 7b7f248700c2e3f625d40a59dc7467377a3b7547 (patch) | |
tree | d6e4e679888e8a32a8ac2f5066bd38aef5cbc72a /Configure | |
parent | b19bbeda6b26f3e23a2972d1e2954d2ad559f3eb (diff) | |
download | perl-7b7f248700c2e3f625d40a59dc7467377a3b7547.tar.gz |
Drop d_sitecustomize again. (usesitecustomize is enough)
p4raw-id: //depot/perl@24208
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 33 |
1 files changed, 15 insertions, 18 deletions
@@ -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 Fri Apr 8 16:30:10 CEST 2005 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -663,7 +663,6 @@ d_shmget='' d_sigaction='' d_sigprocmask='' d_sigsetjmp='' -d_sitecustomize='' usesitecustomize='' d_sockatmark='' d_sockatmarkproto='' @@ -14102,6 +14101,10 @@ esac +: see if this is a math.h system +set math.h i_math +eval $inhdr + : see if sqrtl exists set sqrtl d_sqrtl eval $inlibc @@ -14114,10 +14117,6 @@ eval $inlibc set modfl d_modfl eval $inlibc -: see if this is a math.h system -set math.h i_math -eval $inhdr - : see if prototype for modfl is available echo " " set d_modflproto modfl $i_math math.h @@ -16137,17 +16136,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 @@ -19500,6 +19488,16 @@ case "$uidsign" in ;; esac + +case "$usesitecustomize" in + $define|true|[Yy]*) + usesitecustomize="$define" + ;; + *) + usesitecustomize="$undef" + ;; + esac + : determine compiler compiler case "$yacc" in '') @@ -20884,7 +20882,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' |