Change 34911 by [EMAIL PROTECTED] on 2008/11/25 16:28:51
Integrate:
[ 34906]
Subject: [PATCH] Re: [perl #56826] Perl-5.8.8 compilation on AIX 5.1
From: Andy Dougherty <[EMAIL PROTECTED]>
Date: Fri, 11 Jul 2008 11:27:13 -0400 (EDT)
Message-ID: <[EMAIL PROTECTED]>
[ 34910]
Add Rainer Tammer and Torsten Schönfeld to AUTHORS.
Affected files ...
... //depot/maint-5.10/perl/AUTHORS#8 integrate
... //depot/maint-5.10/perl/INSTALL#3 integrate
Differences ...
==== //depot/maint-5.10/perl/AUTHORS#8 (text) ====
Index: perl/AUTHORS
--- perl/AUTHORS#7~34850~ 2008-11-16 11:41:58.000000000 -0800
+++ perl/AUTHORS 2008-11-25 08:28:51.000000000 -0800
@@ -732,6 +732,7 @@
Rafael Garcia-Suarez <[EMAIL PROTECTED]>
Rainer Keuchel <[EMAIL PROTECTED]>
Rainer Orth <[EMAIL PROTECTED]>
+Rainer Tammer <[EMAIL PROTECTED]>
Rajesh Vaidheeswarran <[EMAIL PROTECTED]>
Ralf S. Engelschall <[EMAIL PROTECTED]>
Randal L. Schwartz <[EMAIL PROTECTED]>
@@ -899,6 +900,7 @@
Tony Sanders <[EMAIL PROTECTED]>
Tor Lillqvist <[EMAIL PROTECTED]>
Torsten Foertsch <[EMAIL PROTECTED]>
+Torsten Schönfeld <[EMAIL PROTECTED]>
Trevor Blackwell <[EMAIL PROTECTED]>
Tuomas J. Lukka <[EMAIL PROTECTED]>
Tsutomu IKEGAMI <[EMAIL PROTECTED]>
==== //depot/maint-5.10/perl/INSTALL#3 (text) ====
Index: perl/INSTALL
--- perl/INSTALL#2~33884~ 2008-05-20 08:07:58.000000000 -0700
+++ perl/INSTALL 2008-11-25 08:28:51.000000000 -0800
@@ -1534,11 +1534,9 @@
then don't worry about the warning message. The extension
Makefile.PL goes looking for various libraries needed on various
systems; few systems will need all the possible libraries listed.
-For example, a system may have -lcposix or -lposix, but it's
-unlikely to have both, so most users will see warnings for the one
-they don't have. The phrase 'probably harmless' is intended to
-reassure you that nothing unusual is happening, and the build
-process is continuing.
+Most users will see warnings for the ones they don't have. The
+phrase 'probably harmless' is intended to reassure you that nothing
+unusual is happening, and the build process is continuing.
On the other hand, if you are building GDBM_File and you get the
message
End of Patch.