diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-07-18 10:27:06 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-07-18 10:27:06 +0000 |
commit | 5cadb3f3d2704caddd768175a2268bb01d157be9 (patch) | |
tree | a7ccf13f58d3a621974152a54f2ae6f9e5c37c24 /Configure | |
parent | b9c6780e44463d9474a65ddac5288e8488b8240a (diff) | |
download | perl-5cadb3f3d2704caddd768175a2268bb01d157be9.tar.gz |
1. Typo detected by Schwern (#25151)
2. Added proza about patches (#25152)
3. dirfd got the wrong define based on previous tests (#25168)
p4raw-id: //depot/perl@25169
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -17,10 +17,16 @@ # comp.sources.misc and is available on CPAN under authors/id/RAM so # you may fetch it yourself from your nearest archive site.) # +# +# Though this script was generated by metaconfig, it is OK to send +# patches against it. It's up to the Configure pumpkin to backport +# the patch to the metaunits if it is accepted. +# See Porting/pumpkin.pod for more information on metaconfig. +# # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Tue Jun 21 21:45:01 CEST 2005 [metaconfig 3.0 PL70] +# Generated on Mon Jul 18 12:48:03 CEST 2005 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -7758,7 +7764,7 @@ any other libraries needed on this system (such as -lm, etc.). Since your system supports dynamic loading, it is probably possible to build a shared libperl.$so. If you will have more than one executable linked to libperl.$so, this will significantly reduce the size of each -executable, but it may have a noticeable affect on performance. The +executable, but it may have a noticeable effect on performance. The default is probably sensible for your system. $also @@ -11025,6 +11031,7 @@ int main() { exit(1); } EOM +val=$undef set dirfd if eval $compile; then val="$define" |