[Mod-auth-commit] mod_dbi_pool Makefile.am,1.1,1.2 autogen.sh,1.1,1.2
Brought to you by:
firechipmunk,
honx
From: Paul Q. <fir...@us...> - 2004-05-10 06:49:47
|
Update of /cvsroot/mod-auth/mod_dbi_pool In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7262 Modified Files: Makefile.am autogen.sh Log Message: remove APR_HAS_THREADS update build scripts Index: Makefile.am =================================================================== RCS file: /cvsroot/mod-auth/mod_dbi_pool/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 8 Feb 2004 22:00:18 -0000 1.1 +++ Makefile.am 10 May 2004 06:49:37 -0000 1.2 @@ -1,4 +1,4 @@ -EXTRA_DIST = +EXTRA_DIST = m4/apache.m4 m4/outoforder.m4 SUBDIRS = src Index: autogen.sh =================================================================== RCS file: /cvsroot/mod-auth/mod_dbi_pool/autogen.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- autogen.sh 8 Feb 2004 22:00:18 -0000 1.1 +++ autogen.sh 10 May 2004 06:49:37 -0000 1.2 @@ -3,11 +3,8 @@ # $Id$ libtoolize --force --copy #libtoolize14 --force --copy -aclocal +aclocal -I m4 autoheader -touch NEWS -automake --add-missing --copy -rm NEWS +automake --add-missing --copy --foreign autoconf rm -rf autom4te.cache - |