Update of /cvsroot/mod-auth/mod_authn_cache
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5350
Modified Files:
TODO autogen.sh
Log Message:
ho hum.
Index: TODO
===================================================================
RCS file: /cvsroot/mod-auth/mod_authn_cache/TODO,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- TODO 8 Feb 2004 22:57:09 -0000 1.1
+++ TODO 8 Feb 2004 23:04:04 -0000 1.2
@@ -2,5 +2,5 @@
? = In Progress
+ = Complete
-0.0.1
- - Move to 2.1 AAA Framework
+0.1.0
+ - Write a Cache Backend
Index: autogen.sh
===================================================================
RCS file: /cvsroot/mod-auth/mod_authn_cache/autogen.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- autogen.sh 8 Feb 2004 22:57:09 -0000 1.1
+++ autogen.sh 8 Feb 2004 23:04:04 -0000 1.2
@@ -1,6 +1,5 @@
#!/bin/sh
# autogen.sh - generates configure using the autotools
-# $Id$
libtoolize --force --copy
#libtoolize14 --force --copy
aclocal
|