Changed keyword anchor
git-svn-id: https://shellinabox.googlecode.com/svn/trunk@68 0da03de8-d603-11dd-86c2-0f8696b7b6f9
This commit is contained in:
parent
cc09440d27
commit
9414759983
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ AC_PREREQ(2.57)
|
|||
|
||||
dnl This is the one location where the authoritative version number is stored
|
||||
AC_INIT(shellinabox, 2.4, markus@shellinabox.com)
|
||||
VCS_REVISION=`echo '$Revision: 66$'|sed 's/.Revision: \(.*\)./\1/'`
|
||||
VCS_REVISION=`echo '$Rev$'|sed 's/.Revision: \(.*\)./\1/'`
|
||||
AC_SUBST(VCS_REVISION)
|
||||
AC_DEFINE_UNQUOTED(VCS_REVISION, "${VCS_REVISION}",
|
||||
[Most recent revision number in the version control system])
|
||||
|
|
Loading…
Reference in a new issue