Index: ossp-pkg/fsl/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/fsl/ChangeLog,v rcsdiff -q -kk '-r1.27' '-r1.28' -u '/v/ossp/cvs/ossp-pkg/fsl/ChangeLog,v' 2>/dev/null --- ChangeLog 2004/01/12 09:08:36 1.27 +++ ChangeLog 2004/03/19 22:36:07 1.28 @@ -8,6 +8,18 @@ CHANGELOG + Changes between 1.4.0 and 1.5a1 (dd-mmm-2004) + + *) Fix PR#39: configure --with-l2 does not work because it checks + for a function that no longer exists. Reported by Kimura Fuyuki. + [Thomas Lotterer ] + + *) Upgrade and unify build environment devtool an devtool.func; + change devtool.conf to require current versions of shtool, + libtool and autoconf; get rid of "AC_CONFIG_SUBDIRS: you should + use literals" warning. + [Thomas Lotterer ] + Changes between 1.4b1 and 1.4 (12-Jan-2004) *) None. OpenPKG build farm succeeded on Index: ossp-pkg/fsl/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/fsl/configure.ac,v rcsdiff -q -kk '-r1.17' '-r1.18' -u '/v/ossp/cvs/ossp-pkg/fsl/configure.ac,v' 2>/dev/null --- configure.ac 2004/03/19 15:43:49 1.17 +++ configure.ac 2004/03/19 22:36:08 1.18 @@ -63,7 +63,7 @@ dnl # check for OSSP l2 library AC_CHECK_EXTLIB([OSSP l2], - l2, l2_stream_log, l2.h, + l2, l2_channel_log, l2.h, [SUBDIR_L2=""], [SUBDIR_L2="lib_l2" CPPFLAGS="$CPPFLAGS -Ilib_l2"