Mod Cplusplus CVS committal
Author : gr84b8
Module : mod_cplusplus
Dir : mod_cplusplus
Modified Files:
INSTALL Makefile.am configure.in
Log Message:
now we distribute tarballs using the auto tools dist maker
===================================================================
RCS file: /cvsroot/modcplusplus/mod_cplusplus/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 22 May 2001 19:51:56 -0000 1.2
+++ Makefile.am 21 Apr 2002 18:58:07 -0000 1.3
@@ -1,3 +1,4 @@
SUBDIRS = src example test
-
-
+DISTFILES = AUTHORS README COPYING aclocal.m4 config.guess configure \
+ install-sh missing mkinstalldirs config.sub Makefile.am \
+ configure.in INSTALL ChangeLog NEWS libtool include
===================================================================
RCS file: /cvsroot/modcplusplus/mod_cplusplus/configure.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- configure.in 29 Mar 2002 23:12:58 -0000 1.7
+++ configure.in 21 Apr 2002 18:58:07 -0000 1.8
@@ -1,5 +1,5 @@
AC_INIT(src/mod_cplusplus.c)
-AM_INIT_AUTOMAKE(mod_cplusplus, 1.0)
+AM_INIT_AUTOMAKE(mod_cplusplus, 1.0.1)
AC_PROG_CC
AC_PROG_CXX
|