Overview
Comment: | Removed built aclocal.m4 from release |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
32c1e0acef76aa038589ef816e4844e9 |
User & Date: | rkeene on 2010-10-11 00:10:36 |
Other Links: | manifest | tags |
Context
2010-10-11
| ||
00:18 | Tclpkcs11 0.9.3 check-in: 85a967cfa3 user: rkeene tags: release-0.9.3, trunk | |
00:10 | Removed built aclocal.m4 from release check-in: 32c1e0acef user: rkeene tags: trunk | |
00:08 | Added local build script check-in: e44bf4f1c8 user: rkeene tags: trunk | |
Changes
Modified build/pre.sh from [6745dcefa1] to [a1a7b0be0e].
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 |