Update of /cvsroot/toxine/toxine
In directory usw-pr-cvs1:/tmp/cvs-serv15474
Modified Files:
configure.in
Log Message:
CVS log test.
Index: configure.in
===================================================================
RCS file: /cvsroot/toxine/toxine/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- configure.in 20 May 2002 16:14:26 -0000 1.2
+++ configure.in 20 May 2002 21:56:12 -0000 1.3
@@ -19,7 +19,7 @@
TOXINE_MAJOR=0
TOXINE_MINOR=3
TOXINE_SUB=0
-TOXINE_PRE="`if test -f ./.cvsversion; then echo cvs; fi`"
+TOXINE_PRE="`if test -f ./.cvsversion; then echo cvs;fi`"
TAR_NAME="toxine-"$TOXINE_MAJOR.$TOXINE_MINOR.$TOXINE_SUB$TOXINE_PRE
SPEC_VERSION=$TOXINE_MAJOR.$TOXINE_MINOR.$TOXINE_SUB$TOXINE_PRE
|