summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2011-08-02 20:17:41 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2011-08-02 20:17:41 -0400
commit04e96a26b7d92426fd0de62fd2e2905e57eea1de (patch)
treef7891118ab277ee00add03fc3e4adb2ba2497040 /configure.ac
parent2d778aff9a95c2957e22df27091dc1789489ede0 (diff)
Fix to use of .hg_archival.txt (thanks to Austin Seipp)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a4563564..62f0c3aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -81,7 +81,7 @@ if test [-z $SQHEADER]; then
fi
if test [$WORKING_VERSION = "1"]; then
- VERSION="$VERSION + `hg identify || cat .hg_archival.txt || echo ?`"
+ VERSION="$VERSION + `hg identify || (cat .hg_archival.txt | grep 'node\:') || echo ?`"
fi
AC_SUBST(CC)