comparison Makefile.am @ 32142:6b443ffa2f8b

applied changes from 1d2a25ce8baec7e426910e310ed73db0a4961c31 through 341e86eb5b808e0eab3242d7be676f83eca02b08 Original commit message: Oh yeah, we're trying not to update ChangeLog.win32. Changing our release process to not verify the date in that file
author Mark Doliner <mark@kingant.net>
date Mon, 20 Jun 2011 05:29:11 +0000
parents a14c2e81fcf0
children 6f3df8fc3037 3e4b6ffbb551
comparison
equal deleted inserted replaced
32141:fbfbf2e0f049 32142:6b443ffa2f8b
53 # ChangeLog.API. 53 # ChangeLog.API.
54 echo $(PACKAGE_VERSION) | grep -v "^[0-9]\+\.[0-9]\+\.0$$" >/dev/null || head ChangeLog.API | grep "^version $(PACKAGE_VERSION) (`date +%m/%d/%Y`):$$" >/dev/null 54 echo $(PACKAGE_VERSION) | grep -v "^[0-9]\+\.[0-9]\+\.0$$" >/dev/null || head ChangeLog.API | grep "^version $(PACKAGE_VERSION) (`date +%m/%d/%Y`):$$" >/dev/null
55 55
56 # For all releases, check the ChangeLogs. 56 # For all releases, check the ChangeLogs.
57 head ChangeLog | grep "^version $(PACKAGE_VERSION) (`date +%m/%d/%Y`):$$" >/dev/null 57 head ChangeLog | grep "^version $(PACKAGE_VERSION) (`date +%m/%d/%Y`):$$" >/dev/null
58 head ChangeLog.win32 | grep "^version $(PACKAGE_VERSION) (`date +%m/%d/%Y`):$$" >/dev/null
59 head po/ChangeLog | grep "^version $(PACKAGE_VERSION)$$" >/dev/null 58 head po/ChangeLog | grep "^version $(PACKAGE_VERSION)$$" >/dev/null
60 59
61 # Ensure we're working from a tag... 60 # Ensure we're working from a tag...
62 test x`mtn automate select t:v$(PACKAGE_VERSION)` = x`mtn automate get_base_revision_id` 61 test x`mtn automate select t:v$(PACKAGE_VERSION)` = x`mtn automate get_base_revision_id`
63 # ... and have no changes in the working copy. 62 # ... and have no changes in the working copy.