Check-in Number:
|
4984 | |
Date: |
2005-Jan-24 16:32:38 (local)
2005-Jan-24 15:32:38 (UTC) |
User: | rse |
Branch: | |
Comment: |
Upgraded build environment to GNU autoconf 2.59, GNU
libtool 1.5.10 and GNU shtool 2.0.1. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/str/ChangeLog 1.49 -> 1.50
--- ChangeLog 2005/01/24 15:30:04 1.49
+++ ChangeLog 2005/01/24 15:32:38 1.50
@@ -11,6 +11,10 @@
Changes between 0.9.9 and 0.9.10 (23-Apr-2004 to 24-Jan-2004):
+ *) Upgraded build environment to GNU autoconf 2.59, GNU
+ libtool 1.5.10 and GNU shtool 2.0.1.
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
*) Add Autoconf detection for va_copy() existence and fallbacks.
[Ralf S. Engelschall <rse@engelschall.com>]
|
|
ossp-pkg/str/devtool.conf 1.6 -> 1.7
--- devtool.conf 2004/04/23 09:59:53 1.6
+++ devtool.conf 2005/01/24 15:32:38 1.7
@@ -3,9 +3,9 @@
##
%autogen
- @autogen shtool 1.6.2 "1.6.*" echo install mkdir fixperm tarball version
- @autogen libtool 1.5.2 "1.5*"
- @autogen autoconf 2.59 "2.5[4-9]*"
+ @autogen shtool 2.0.1 "2.0.*" echo install mkdir fixperm tarball version
+ @autogen libtool 1.5.10 "1.5*"
+ @autogen autoconf 2.59 "2.5[4-9]*"
%autoclean
@autoclean shtool
|
|