jfclere 2002/06/05 03:16:27
Modified: jk/native2 configure.in
Log:
Add AM_INIT_AUTOMAKE otherwise buildconf.sh complains it is missing.
Revision Changes Path
1.7 +4 -2 jakarta-tomcat-connectors/jk/native2/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/configure.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- configure.in 5 Jun 2002 09:38:28 -0000 1.6
+++ configure.in 5 Jun 2002 10:16:27 -0000 1.7
@@ -58,7 +58,7 @@
dnl --------------------------------------------------------------------------
dnl Author Henri Gomez <[EMAIL PROTECTED]>
dnl
-dnl Version $Id: configure.in,v 1.6 2002/06/05 09:38:28 hgomez Exp $
+dnl Version $Id: configure.in,v 1.7 2002/06/05 10:16:27 jfclere Exp $
dnl --------------------------------------------------------------------------
dnl sinclude(../support/jk_apache_static.m4)
@@ -71,7 +71,7 @@
dnl
dnl Process this file with autoconf to produce a configure script
dnl
-AC_REVISION($Id: configure.in,v 1.6 2002/06/05 09:38:28 hgomez Exp $)dnl
+AC_REVISION($Id: configure.in,v 1.7 2002/06/05 10:16:27 jfclere Exp $)dnl
AC_PREREQ(2.13)
AC_INIT(common/jk_config.c)
@@ -80,6 +80,8 @@
dnl package and version. (synchronization with common/jk_version.h ?)
PACKAGE=mod_jk2
VERSION=2.0.0
+
+AM_INIT_AUTOMAKE(${PACKAGE}, ${VERSION})
AC_PROG_CC
AC_PROG_LD
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>