Check-in Number:
|
4449 | |
Date: |
2004-Mar-18 16:51:16 (local)
2004-Mar-18 15:51:16 (UTC) |
User: | rse |
Branch: | |
Comment: |
Upgrade build environment to GNU autoconf 2.59 and GNU libtool 1.5.2 |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/ex/ChangeLog 1.8 -> 1.9
--- ChangeLog 2004/03/18 15:50:34 1.8
+++ ChangeLog 2004/03/18 15:51:16 1.9
@@ -13,6 +13,9 @@
Changes between 1.0.2 and 1.0.3 (30-Jan-2003 to xx-Feb-2003)
+ *) Upgrade build environment to GNU autoconf 2.59 and GNU libtool 1.5.2
+ [Ralf S. Engelschall]
+
*) Constifiy the ex_file and ex_func fields of the exception
context structure because __FUNCTION__ and __FILE__ are usually
(especially under strict C99 environments) constant values.
|
|
ossp-pkg/ex/devtool.conf 1.9 -> 1.10
--- devtool.conf 2003/01/06 15:31:24 1.9
+++ devtool.conf 2004/03/18 15:51:16 1.10
@@ -4,8 +4,8 @@
%autogen
@autogen shtool 1.6.2 "1.6.*" all
- @autogen libtool 1.4.3 "1.4*"
- @autogen autoconf 2.57 "2.5[3-9]*"
+ @autogen libtool 1.5.2 "1.4*"
+ @autogen autoconf 2.59 "2.5[3-9]*"
%autoclean
@autoclean shtool
|
|