You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by pi...@apache.org on 2002/05/03 18:17:56 UTC

cvs commit: jakarta-tomcat-connectors/webapp DETAILS.txt.in configure.in

pier        02/05/03 09:17:56

  Modified:    webapp   configure.in
  Added:       webapp   DETAILS.txt.in
  Log:
  Output details for this build in DETAILS.txt, and add support for the
  "dist" and "tarball" targets.
  
  Revision  Changes    Path
  1.58      +15 -2     jakarta-tomcat-connectors/webapp/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/configure.in,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- configure.in	3 May 2002 13:30:25 -0000	1.57
  +++ configure.in	3 May 2002 16:17:55 -0000	1.58
  @@ -57,7 +57,7 @@
   
   dnl --------------------------------------------------------------------------
   dnl Author Pier Fumagalli <ma...@betaversion.org>
  -dnl Version $Id: configure.in,v 1.57 2002/05/03 13:30:25 pier Exp $
  +dnl Version $Id: configure.in,v 1.58 2002/05/03 16:17:55 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.
  @@ -74,6 +74,9 @@
   dnl --------------------------------------------------------------------------
   AC_INIT([WebApp Module],[""],[http://nagoya.apache.org/bugzilla])
   AC_CONFIG_SRCDIR([configure.in])
  +AC_CONFIG_AUX_DIR([support])
  +AC_CANONICAL_HOST()
  +
   
   dnl --------------------------------------------------------------------------
   dnl Get rid of all that "--prefix" ... "--xxxdir" in the help message
  @@ -113,6 +116,13 @@
   
   WA_VARIABLE([MODULE])
   
  +WA_VARIABLE([APACHE_VERSION])
  +WA_VARIABLE([WEBAPP_VERSION])
  +WA_VARIABLE([HOST])
  +WA_VARIABLE([DATE])
  +HOST="${host}"
  +DATE="`date`"
  +
   dnl --------------------------------------------------------------------------
   dnl Figure out if we have APXS, where it's located, and what version it is
   dnl --------------------------------------------------------------------------
  @@ -238,10 +248,13 @@
       MODULE="apache-2.0"
   fi
   
  +dnl --------------------------------------------------------------------------
  +dnl Retrieve Apache and WebApp version
  +dnl --------------------------------------------------------------------------
   WA_APXS_SERVER([APACHE_VERSION],[${APXS}])
   WA_VERSION([WEBAPP_VERSION],[${CC}])
   
   dnl --------------------------------------------------------------------------
   dnl All done
   dnl --------------------------------------------------------------------------
  -AC_OUTPUT([Makedefs Makefile lib/Makefile ${MODULE}/Makefile])
  +AC_OUTPUT([Makedefs Makefile lib/Makefile ${MODULE}/Makefile DETAILS.txt])
  
  
  
  1.1                  jakarta-tomcat-connectors/webapp/DETAILS.txt.in
  
  Index: DETAILS.txt.in
  ===================================================================
  Coonfiguration details:
  
  module version:  @WEBAPP_VERSION@
  httpd version:   @APACHE_VERSION@
  host machine/os: @HOST@
  cration date:    @DATE@
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>