Index: ossp-pkg/l2/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/l2/configure.ac,v rcsdiff -q -kk '-r1.24' '-r1.25' -u '/v/ossp/cvs/ossp-pkg/l2/configure.ac,v' 2>/dev/null --- configure.ac 2002/10/11 16:00:48 1.24 +++ configure.ac 2002/11/09 14:37:45 1.25 @@ -27,7 +27,7 @@ dnl ## configure.in: Autoconf specification dnl ## -AC_PREREQ(2.53) +AC_PREREQ(2.54) AC_INIT AC_HEADLINE(dnl OSSP l2, Logging Library, dnl @@ -44,7 +44,7 @@ AC_CHECK_MAINTAINER AC_CONFIGURE_LIBTOOL -AC_CHECK_BISON(BISON, 1.30, [1.3[[0-9]]|1.[[4-9]][[0-9]]]) +AC_CHECK_BISON(BISON, 1.75, [1.7[[5-9]]|1.[[8-9]][[0-9]]]) AC_CHECK_FLEX(FLEX, 2.5.10, [2.5.1[[0-9]]|2.5.[[2-9]][[0-9]]|2.[[6-9]].*]) AC_CHECK_LIB(nsl, gethostname) Index: ossp-pkg/l2/devtool.conf RCS File: /v/ossp/cvs/ossp-pkg/l2/devtool.conf,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/l2/devtool.conf,v' 2>/dev/null --- devtool.conf 2002/10/11 16:00:48 1.7 +++ devtool.conf 2002/11/09 14:37:45 1.8 @@ -3,8 +3,8 @@ ## %autogen - @autogen shtool 1.6.1 "1.6.*" all - @autogen libtool 1.4.2 "1.4*" + @autogen shtool 1.6.2 "1.6.*" all + @autogen libtool 1.4.3 "1.4*" @autogen autoconf 2.54 "2.5[4-9]*" %autoclean Index: ossp-pkg/l2/l2_spec_scan.l RCS File: /v/ossp/cvs/ossp-pkg/l2/l2_spec_scan.l,v rcsdiff -q -kk '-r1.9' '-r1.10' -u '/v/ossp/cvs/ossp-pkg/l2/l2_spec_scan.l,v' 2>/dev/null --- l2_spec_scan.l 2002/07/30 19:08:25 1.9 +++ l2_spec_scan.l 2002/11/09 14:37:45 1.10 @@ -57,7 +57,8 @@ /* scanner options */ %pointer %option stack -%option reentrant-bison +%option reentrant +%option bison-bridge %option never-interactive %option noyywrap