Differences From 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]
To Artifact [f7c6eaae4e]:
- Executable file build/pre.sh — part of check-in [1a31c6f305] at 2012-05-12 17:12:51 on branch trunk — Updated to begin to use KitDLL SDKs for building (user: rkeene, size: 71) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 | #! /bin/bash ./build/autogen.sh rm -f aclocal.m4 exit 0 | > > | 1 2 3 4 5 6 7 8 | #! /bin/bash ./build/autogen.sh rm -f aclocal.m4 rm -rf work exit 0 |