This is what it took for me to build Kevin
--- logging-log4cxx-orig/configure.in 2004-12-26 00:31:52.000000000 -0700 +++ logging-log4cxx/configure.in 2005-01-07 10:13:30.000000000 -0700 @@ -381,6 +381,7 @@ include/log4cxx/xml/Makefile include/log4cxx/config/Makefile include/log4cxx/db/Makefile +include/log4cxx/rolling/Makefile simplesocketserver/Makefile tests/Makefile tests/input/Makefile @@ -397,6 +398,7 @@ tests/src/xml/Makefile tests/src/varia/Makefile tests/witness/Makefile +tests/src/rolling/Makefile performance/Makefile performance/xml/Makefile examples/Makefile
--- logging-log4cxx-orig/tests/src/rolling/Makefile.am 2005-01-06 18:25:20.000000000 -0700
+++ logging-log4cxx/tests/src/rolling/Makefile.am 2005-01-07 10:16:13.000000000 -0700
@@ -7,7 +7,7 @@
INCLUDES = -I$(top_srcdir)/include
librolling_a_SOURCES = \ - timebasedrollingtest.cpp \ + timebasedrollingtest.cpp
check: librolling.a
