[Toxine-cvs] CVS: toxine configure.in,1.4,1.5
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2002-05-20 22:11:33
|
Update of /cvsroot/toxine/toxine In directory usw-pr-cvs1:/tmp/cvs-serv19277 Modified Files: configure.in Log Message: test Index: configure.in =================================================================== RCS file: /cvsroot/toxine/toxine/configure.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- configure.in 20 May 2002 22:04:58 -0000 1.4 +++ configure.in 20 May 2002 22:11:31 -0000 1.5 @@ -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 |