Finaly fix configure.ac to export REVSION=`svnversion -n .` instead of the current revsion, so we get the correct revision on every make.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@515 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2006-08-03 09:55:24 +00:00
parent 937e9b243d
commit 7cf742e5b3
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ AC_SUBST(LFLAGS, "-olex.yy.c")
AC_SUBST(YFLAGS, "-oy.tab.c")
# Set revision to be used by src/Makefile.am
AC_SUBST(REVISION, [`svnversion -n .`])
AC_SUBST(REVISION, ["\`svnversion -n .\`"])
# add some required C flags here
# -DYY_STATIC is required by flex