Mercurial > urweb
comparison configure @ 1526:b5d78407886d
Fix to use of .hg_archival.txt (thanks to Austin Seipp)
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 02 Aug 2011 20:17:41 -0400 |
parents | 52fbd8534ef3 |
children | 7770ef82c463 |
comparison
equal
deleted
inserted
replaced
1525:a479947efbcd | 1526:b5d78407886d |
---|---|
12175 if test -z $SQHEADER; then | 12175 if test -z $SQHEADER; then |
12176 SQHEADER=sqlite3.h | 12176 SQHEADER=sqlite3.h |
12177 fi | 12177 fi |
12178 | 12178 |
12179 if test $WORKING_VERSION = "1"; then | 12179 if test $WORKING_VERSION = "1"; then |
12180 VERSION="$VERSION + `hg identify || cat .hg_archival.txt || echo ?`" | 12180 VERSION="$VERSION + `hg identify || (cat .hg_archival.txt | grep 'node\:') || echo ?`" |
12181 fi | 12181 fi |
12182 | 12182 |
12183 | 12183 |
12184 | 12184 |
12185 | 12185 |