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-861f7616d084master
parent
937e9b243d
commit
7cf742e5b3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue