Commit graph

11 commits

Author SHA1 Message Date
jlam
fcb7da800b Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or
"automake14".  Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.
2005-06-01 20:07:59 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ben
2af3a75a2e Update compface to version 1.5.1, addresses PR#29128. 2005-01-26 17:42:53 +00:00
adam
0b7a8b4af1 Changes 1.5:
* Minor feature enhancements
2005-01-10 13:40:02 +00:00
jlam
326169077a USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
minskim
d41cb93b37 bl3ify 2004-02-14 18:08:44 +00:00
grant
59daad6697 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:46:42 +00:00
jlam
d463f2b9f1 Note conflict with mail/faces. 2002-09-21 12:13:17 +00:00
jlam
21f6d90637 buildlink1 -> buildlink2 2002-09-21 11:56:47 +00:00
hubertf
cc7b2e1018 Add compface 1.4: 48x48x1 image compression and decompression (X-face utility)
The programme (two programmes really - but they're just links to each
other) converts 48x48x1 images to and from a compressed format.  The
uncompressed images are expected to contain 48x48/4 (576) hex digits.
All other characters and any `0's followed by `X' or `x' are ignored.
Usually the files are 48 lines of "0x%04X,0x%04X,0x%04X,".  The
compressed images contain some number of printable characters.  Non
printable characters, including ` ' are ignored.  The purpose of the
programme is to allow the inclusion of face images within mail headers
using the field name `X-face: '.

Submitted by Osamu OISHI <oishi@alef.ims.ac.jp> in PR 17541
2002-07-19 01:13:52 +00:00