Differences From Artifact [6745dcefa1]:
- Executable file build/pre.sh — part of check-in [712876ec1c] at 2010-10-10 18:06:12 on branch trunk — Added pre-release script Fixed issue with sanity check (user: rkeene, size: 41) [annotate] [blame] [check-ins using]
To Artifact [a1a7b0be0e]:
- Executable file build/pre.sh — part of check-in [32c1e0acef] at 2010-10-11 00:10:36 on branch trunk — Removed built aclocal.m4 from release (user: rkeene, size: 58) [annotate] [blame] [check-ins using]
1 2 3 4 5 | #! /bin/bash ./build/autogen.sh exit 0 | > | 1 2 3 4 5 6 | #! /bin/bash ./build/autogen.sh rm -f aclocal.m4 exit 0 |