m4 stable port information

Package: m4
Version: 1.4.16
Revision: 1
Source: mirror:gnu:%n/%n-%v.tar.bz2
Source-MD5: 8a7cef47fecab6272eb86a6be6363b2f
SetCFLAGS: -Os
BuildDepends: fink (>= 0.24.12), texinfo, libsigsegv2
Depends: libsigsegv2-shlibs
ConfigureParams: --disable-dependency-tracking
# CVS log for the CPP= ./configure says "distcc friendly", I have my
# doubts about its necessity, but meh.
CompileScript: <<
CPP= ./configure %c
make
<<
# Avoid the gnulib tests (one fails without libsigsegv).
InfoTest: TestScript: make check || exit 2
InstallScript: <<
make install DESTDIR=%d
(cd %i/bin ; ln -s m4 gm4)
# libdir only contains charset.alias
rm -rf %i/lib
mkdir -p %i/share/doc/%n
<<
DocFiles: README COPYING NEWS THANKS
InfoDocs: m4.info
#
Description: Advanced macro processing language
License: GPL
Homepage: http://www.gnu.org/software/m4
Maintainer: Peter O'Gorman