pier 02/05/03 02:40:39 Modified: webapp configure.in Added: webapp VERSION Log: Versioning Revision Changes Path 1.55 +14 -3 jakarta-tomcat-connectors/webapp/configure.in Index: configure.in =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/configure.in,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- configure.in 1 May 2002 21:27:20 -0000 1.54 +++ configure.in 3 May 2002 09:40:39 -0000 1.55 @@ -57,7 +57,7 @@ dnl -------------------------------------------------------------------------- dnl Author Pier Fumagalli <mailto:[EMAIL PROTECTED]> -dnl Version $Id: configure.in,v 1.54 2002/05/01 21:27:20 pier Exp $ +dnl Version $Id: configure.in,v 1.55 2002/05/03 09:40:39 pier Exp $ dnl dnl NOTE: close all functions with ]) on the same line otherwise M4 will spit dnl out the last argument of the function with an extra newline. @@ -71,8 +71,8 @@ dnl -------------------------------------------------------------------------- dnl Initialize GNU Autoconf (note, this requires autoconf vers. >= 2.52) dnl -------------------------------------------------------------------------- -AC_INIT([WebApp Module],[2.0],[http://nagoya.apache.org/bugzilla]) -AC_CONFIG_SRCDIR([configure.in]) +AC_INIT([WebApp Module],[""],[http://nagoya.apache.org/bugzilla]) +AC_CONFIG_SRCDIR([VERSION]) dnl -------------------------------------------------------------------------- dnl Get rid of all that "--prefix" ... "--xxxdir" in the help message @@ -110,6 +110,12 @@ WA_VARIABLE([EXTRA_BUILD]) WA_VARIABLE([EXTRA_CLEAN]) +WA_VARIABLE([APACHE_VERSION]) +WA_VARIABLE([WEBAPP_VERSION]) +AC_MSG_CHECKING([for version]) +WEBAPP_VERSION=`cat ${SRC_DIR}/VERSION` +AC_MSG_RESULT([${WEBAPP_VERSION}]) + WA_VARIABLE([MODULE]) dnl -------------------------------------------------------------------------- @@ -236,6 +242,11 @@ MODULE="apache-2.0" fi + +dnl -------------------------------------------------------------------------- +dnl Get some informations about the server +dnl -------------------------------------------------------------------------- +WA_APXS_SERVER([APACHE_VERSION],[${APXS}]) dnl -------------------------------------------------------------------------- dnl All done 1.1 jakarta-tomcat-connectors/webapp/VERSION Index: VERSION =================================================================== 1.2.0-dev
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>