|
Check-in Number:
|
2795 | |
| Date: |
2002-Nov-09 15:37:45 (local)
2002-Nov-09 14:37:45 (UTC) |
| User: | rse |
| Branch: | |
| Comment: |
ok, with the latest and greatest plus a little tweaking it works again. |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/l2/configure.ac 1.24 -> 1.25
--- 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)
|
|
ossp-pkg/l2/devtool.conf 1.7 -> 1.8
--- 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
|
|
ossp-pkg/l2/l2_spec_scan.l 1.9 -> 1.10
--- 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
|
|