changeset 118:b816cf4363f1

Removed mercurial hash of configured version
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 07 Aug 2008 10:36:09 +0900
parents 67ec7dba49b1
children 039c5384ec7e
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Aug 07 10:35:25 2008 +0900
+++ b/configure.ac	Thu Aug 07 10:36:09 2008 +0900
@@ -29,7 +29,7 @@
 sinclude(acx_pthread.m4)
 
 # Test the version of the sources
-AS_IF( [test -d $srcdir/.hg], [hgstr=`cd $srcdir && hg log -r tip --template '{rev}:{node|short}'`],
+AS_IF( [test -d $srcdir/.hg], [hgstr=`cd $srcdir && hg log -r tip --template '{rev}'`],
 	      [hgstr='No Mercurial'])
 AC_DEFINE_UNQUOTED([PACKAGE_HG_REVISION], ["$hgstr"], [Mercurial version of package at configure time])
 
"Welcome to our mercurial repository"