Index: ossp-pkg/cfg/cfg_syn_parse.y RCS File: /v/ossp/cvs/ossp-pkg/cfg/cfg_syn_parse.y,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/cfg/cfg_syn_parse.y,v' 2>/dev/null --- cfg_syn_parse.y 2002/11/18 09:51:29 1.5 +++ cfg_syn_parse.y 2003/01/06 11:08:26 1.6 @@ -28,7 +28,7 @@ ** ** cfg_syn_parse.y: context free grammar specification for GNU Bison ** -** ATTENTION: This requires GNU Bison 1.30 or newer! +** ATTENTION: This requires GNU Bison 1.875 or newer! */ #include @@ -54,7 +54,6 @@ #undef yyerror #define yyerror(msg) \ cfg_syn_error(CTX, CFG_ERR_SYN, &yylloc, msg) -#define YYERROR_VERBOSE /* scanner state transition */ extern void cfg_syn_scan_push(cfg_syn_ctx_t *, const char *state); @@ -62,6 +61,7 @@ %} /* parser options */ +%error-verbose %pure_parser %locations %defines Index: ossp-pkg/cfg/cfg_syn_scan.l RCS File: /v/ossp/cvs/ossp-pkg/cfg/cfg_syn_scan.l,v rcsdiff -q -kk '-r1.14' '-r1.15' -u '/v/ossp/cvs/ossp-pkg/cfg/cfg_syn_scan.l,v' 2>/dev/null --- cfg_syn_scan.l 2002/11/18 09:51:29 1.14 +++ cfg_syn_scan.l 2003/01/06 11:08:26 1.15 @@ -28,7 +28,7 @@ ** ** cfg_syn_scan.l: regular grammar specification for GNU Flex ** -** ATTENTION: This requires GNU Flex 2.5.6 or newer! +** ATTENTION: This requires GNU Flex 2.5.10 or newer! */ #include Index: ossp-pkg/cfg/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/cfg/configure.ac,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/cfg/configure.ac,v' 2>/dev/null --- configure.ac 2002/11/18 09:51:29 1.7 +++ configure.ac 2003/01/06 11:08:26 1.8 @@ -41,7 +41,7 @@ sinclude(libtool.m4) AC_PROG_LIBTOOL -AC_CHECK_BISON(BISON, 1.75, [1.7[[5-9]]|1.[[8-9]][[0-9]]]) +AC_CHECK_BISON(BISON, 1.875, [1.[[8-9]][[0-9]]|1.[[8-9]][[0-9]][[0-9]]]) AC_CHECK_FLEX(FLEX, 2.5.10, [2.5.1[[0-9]]|2.5.[[2-9]][[0-9]]|2.[[6-9]].*]) sinclude(cfg.ac) Index: ossp-pkg/cfg/devtool.conf RCS File: /v/ossp/cvs/ossp-pkg/cfg/devtool.conf,v rcsdiff -q -kk '-r1.8' '-r1.9' -u '/v/ossp/cvs/ossp-pkg/cfg/devtool.conf,v' 2>/dev/null --- devtool.conf 2002/11/18 09:51:29 1.8 +++ devtool.conf 2003/01/06 11:08:26 1.9 @@ -5,7 +5,7 @@ %autogen @autogen shtool 1.6.2 "1.6.*" all @autogen libtool 1.4.3 "1.4*" - @autogen autoconf 2.56 "2.5[4-9]*" + @autogen autoconf 2.57 "2.5[4-9]*" %autoclean @autoclean shtool @@ -16,7 +16,6 @@ ./configure \ --prefix=/tmp/cfg \ --disable-shared \ - --with-dmalloc=/usr/opkg \ --enable-maintainer \ --enable-debug \ "$@"