TclPKCS11

Check-in [5bfd2336f5]
Login
Overview
Comment:Switched to using "aclocal" to generate aclocal.m4
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5bfd2336f5422696ff13dbec8f3d93542cbd36192969efee70d6c2604b32abf7
User & Date: rkeene on 2012-03-10 20:46:28
Other Links: manifest | tags
Context
2012-05-12
17:12
Updated to begin to use KitDLL SDKs for building check-in: 1a31c6f305 user: rkeene tags: trunk
2012-03-10
20:46
Switched to using "aclocal" to generate aclocal.m4 check-in: 5bfd2336f5 user: rkeene tags: trunk
2011-06-30
03:34
Added mipsel cross compile build script Consolidated Linux cross compile build scripts check-in: 1dd8b89ef1 user: rkeene tags: trunk
Changes

Modified build/autogen.sh from [cbb78b6ccf] to [8acaa4c155].

1
2
3
4
5
#! /bin/bash

cat aclocal/*.m4 > aclocal.m4
autoconf
rm -rf autom4te.cache


|


1
2
3
4
5
#! /bin/bash

aclocal -I aclocal
autoconf
rm -rf autom4te.cache