pier 02/05/03 09:12:07
Modified: webapp/support wa_version.m4
Log:
Only retrieve the REVISION part instead of the full VERSION.
Revision Changes Path
1.3 +3 -3 jakarta-tomcat-connectors/webapp/support/wa_version.m4
Index: wa_version.m4
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/support/wa_version.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wa_version.m4 3 May 2002 13:37:46 -0000 1.2
+++ wa_version.m4 3 May 2002 16:12:07 -0000 1.3
@@ -57,7 +57,7 @@
dnl --------------------------------------------------------------------------
dnl Author Pier Fumagalli <[EMAIL PROTECTED]>
-dnl Version $Id: wa_version.m4,v 1.2 2002/05/03 13:37:46 pier Exp $
+dnl Version $Id: wa_version.m4,v 1.3 2002/05/03 16:12:07 pier Exp $
dnl --------------------------------------------------------------------------
dnl --------------------------------------------------------------------------
@@ -74,11 +74,11 @@
#include "stdio.h"
int main(void) [ {
- printf(WA_VERSION "\n");
+ printf(WA_REVISION "\n");
exit(0);
} ]
EOF
- AC_MSG_CHECKING([for version])
+ AC_MSG_CHECKING([for webapp version])
$2 ${TGT_DIR}/wa_version.c -o ${TGT_DIR}/wa_version.o
if test "$?" != "0" ; then
AC_MSG_ERROR([compiler didn't run successfully])
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>