Change 25169 by [EMAIL PROTECTED] on 2005/07/18 10:27:06
1. Typo detected by Schwern (#25151)
2. Added proza about patches (#25152)
3. dirfd got the wrong define based on previous tests (#25168)
Affected files ...
... //depot/perl/Configure#583 edit
Differences ...
==== //depot/perl/Configure#583 (xtext) ====
Index: perl/Configure
--- perl/Configure#582~24934~ Tue Jun 21 12:27:38 2005
+++ perl/Configure Mon Jul 18 03:27:06 2005
@@ -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 [EMAIL PROTECTED])
cat >c1$$ <<EOF
@@ -7758,7 +7764,7 @@
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 @@
exit(1);
}
EOM
+val=$undef
set dirfd
if eval $compile; then
val="$define"
End of Patch.