Check-in [4688f0e933]
Overview
Comment:Updated to use MAKE environment variable as make command, if present

Updated to autogen cackey

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 4688f0e93358ef2f5202e08566b4e25f81d6a504
User & Date: rkeene on 2010-05-20 18:30:05
Other Links: manifest | tags
Context
2010-05-20
19:56
CACKey 0.5.0

Updated cackey to support independent releases check-in: 55c89f91a4 user: rkeene tags: trunk, 0.5.0

18:30
Updated to use MAKE environment variable as make command, if present

Updated to autogen cackey check-in: 4688f0e933 user: rkeene tags: trunk

17:58
Fixed issue with signing wrong data check-in: d76d28b9e9 user: rkeene tags: trunk
Changes

Modified autogen.sh from [0fece0ea10] to [c540dfc874].

1
2
3
4
5
6
7
8
#! /bin/sh

rm -f aclocal.m4

make -C aclocal
autoconf; autoheader

rm -rf autom4te.cache/




|



1
2
3
4
5
6
7
8
#! /bin/sh

rm -f aclocal.m4

${MAKE:-make} -C aclocal
autoconf; autoheader

rm -rf autom4te.cache/