Check-in Number:
|
4672 | |
Date: |
2004-Aug-11 21:32:35 (local)
2004-Aug-11 19:32:35 (UTC) |
User: | rse |
Branch: | |
Comment: |
upgraded to GNU libtool 1.5.8 and GNU shtool 2.0.1 |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/pth/ChangeLog 1.613 -> 1.614
--- ChangeLog 2004/07/13 11:03:40 1.613
+++ ChangeLog 2004/08/11 19:32:35 1.614
@@ -19,7 +19,11 @@
/ __/ | |_| |
__|_____(_)___/_________________________________________________________
- Changes between 2.0.0 and 2.0.1 (17-Feb-2003 to 13-Jul-2004)
+ Changes between 2.0.0 and 2.0.1 (17-Feb-2003 to 11-Aug-2004)
+
+ *) Upgraded build environment to GNU autoconf 2.59, GNU libtool 1.5.8
+ and GNU shtool 2.0.1.
+ [Ralf S. Engelschall]
*) Fix handling/casting of "int (*)(void *)" callback functions.
[Ralf S. Engelschall]
@@ -34,10 +38,6 @@
are not acceptable in "strict aliasing" for GCC.
[Ralf S. Engelschall]
- *) Upgraded build environment to GNU autoconf 2.59, GNU libtool 1.5.6
- and GNU shtool 2.0.0.
- [Ralf S. Engelschall]
-
*) Fixed implementation so that --enable-pthread now correctly
implies --enable-syscall-soft.
[Steve Alstrin <Steve.Alstrin@NetIQ.com>, Ralf S. Engelschall]
|
|
ossp-pkg/pth/PORTING 1.188 -> 1.189
--- PORTING 2002/11/08 11:28:09 1.188
+++ PORTING 2004/08/11 19:32:35 1.189
@@ -15,6 +15,7 @@
(and should automatically adjust to other platforms, of course):
__PLATFORM_ID_________________________ __MACHINE_CONTEXT__ _STACK_ _VERSION_
+ i386-unknown-freebsd4.10 | sjlj/ssjlj/sas | down | 2.0.1
i386-unknown-freebsd4.7 | sjlj/ssjlj/sas | down | 2.0b0
i386-pc-solaris2.8 | mcsc/sc/mc | down | 1.4.1
i686-gnu-linux-gnu2.2glibc2.2 | sjlj/ssjlj/sas | down | 1.4.1
|
|
ossp-pkg/pth/devtool.conf 1.16 -> 1.17
--- devtool.conf 2004/07/13 10:47:22 1.16
+++ devtool.conf 2004/08/11 19:32:35 1.17
@@ -3,8 +3,8 @@
##
%autogen
- @autogen shtool 2.0.0 "1.6.*" echo version scpp mkdir install fixperm tarball
- @autogen libtool 1.5.6 "1.5*"
+ @autogen shtool 2.0.1 "2.0.*" echo version scpp mkdir install fixperm tarball
+ @autogen libtool 1.5.8 "1.5*"
@autogen autoconf 2.59 "2.5*"
%autoclean
|
|