Index: ossp-pkg/xds/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/xds/ChangeLog,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/xds/ChangeLog,v' 2>/dev/null --- ChangeLog 2005/06/02 18:43:06 1.6 +++ ChangeLog 2005/06/02 18:45:48 1.7 @@ -13,6 +13,9 @@ Changes between 0.9.1 and 0.9.2 (17-Sep-2004 to xx-xxx-2005) + o Upgraded build environment to GNU libtool 1.5.18 + [Ralf S. Engelschall ] + o Fix XDR string decoding function by NUL terminating the target buffer (instead of the source buffer). [Unknown ] Index: ossp-pkg/xds/devtool.conf RCS File: /v/ossp/cvs/ossp-pkg/xds/devtool.conf,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/xds/devtool.conf,v' 2>/dev/null --- devtool.conf 2004/09/12 17:20:36 1.7 +++ devtool.conf 2005/06/02 18:45:48 1.8 @@ -3,9 +3,9 @@ ## %autogen - @autogen shtool 2.0.1 "2.0.*" all - @autogen libtool 1.5.8 "1.5*" - @autogen autoconf 2.59 "2.5[3-9]*" + @autogen shtool 2.0.1 "2.0.*" all + @autogen libtool 1.5.18 "1.5*" + @autogen autoconf 2.59 "2.5[3-9]*" %autoclean @autoclean shtool @@ -13,7 +13,7 @@ @autoclean autoconf %configure - CC=gcc35 ./configure \ + ./configure \ --prefix=/tmp/xds \ --disable-shared \ --enable-maintainer \