]> git.ipfire.org Git - thirdparty/automake.git/commit
docs: document AM_MISSING_PROG
authorEric Blake <eblake@redhat.com>
Wed, 27 Jun 2012 21:55:14 +0000 (15:55 -0600)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 28 Jun 2012 08:05:24 +0000 (10:05 +0200)
commite677ba931c0a9bb2dee3197b49b6fe088065e96c
treef8780aa6938e3b597110fc6683f6dedbfe7b3dc7
parentdabdb014914477f54049468b47fa6bf8a2d2f8e5
docs: document AM_MISSING_PROG

Addresses automake bug#11793.

This macro has been present for a long time, and coreutils has been
relying on it despite no documentation, which argues that it is stable
enough to be worth documenting.

Furthermore, since we are hoping to change our preferred invocation
from 'missing --run program' to 'missing program' in a future version
of automake, we need a way for packages to consistently get the
preferred invocation form rather than open-coding a call to 'missing'.
In particular, the Autoconf manual would love to recommend this macro
when discussing how to integrate an autotest suite with automake.

* doc/automake.texi (Public Macros): Document AM_MISSING_PROG.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
doc/automake.texi