aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index cd80f62..a964ab2 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -410,7 +410,7 @@ AC_DEFUN_ONCE([IT_OBTAIN_HG_REVISIONS],
if which ${HG} >&AS_MESSAGE_LOG_FD 2>&1; then
AC_MSG_CHECKING([for IcedTea Mercurial revision ID])
if test -e ${abs_top_srcdir}/.hg ; then
- ICEDTEA_REVISION="r`(cd ${abs_top_srcdir}; ${HG} tip --template '{node|short}')`" ;
+ ICEDTEA_REVISION="r`(cd ${abs_top_srcdir}; ${HG} id -i)`" ;
fi ;
AC_MSG_RESULT([${ICEDTEA_REVISION}])
AC_SUBST([ICEDTEA_REVISION])