27
27
## jump out if one of the programs returns 'false'
31
33
echo "Grabbing changelog and version information from bzr"
32
34
bzr log --short > ChangeLog || touch ChangeLog
34
36
BZR_REVID=`bzr log -r-1 --show-ids | grep revision-id | awk '{print $2}' | head -1`
50
52
if test -f m4/bzr_version.m4.in