Differences From Artifact [0fece0ea10]:
- Executable file autogen.sh — part of check-in [5f05cafcb7] at 2010-05-04 18:05:37 on branch trunk — Added CACKey project (user: rkeene, size: 91) [annotate] [blame] [check-ins using]
To Artifact [c540dfc874]:
- Executable file
autogen.sh
— part of check-in
[4688f0e933]
at
2010-05-20 18:30:05
on branch trunk
— Updated to use MAKE environment variable as make command, if present
Updated to autogen cackey (user: rkeene, size: 100) [annotate] [blame] [check-ins using]
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/
|