]> git.ipfire.org Git - thirdparty/autoconf.git/commit
doc: avoid hard-coding usage of automake's missing
authorEric Blake <eblake@redhat.com>
Fri, 29 Jun 2012 14:54:43 +0000 (08:54 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 29 Jun 2012 14:54:43 +0000 (08:54 -0600)
commit7f1e05a5fc721a3bf2a51e0cd09ec5833e877bd1
tree246d065624e25528eba81754f516238c9a04481e
parent4d78ca217d775efe9e6e78fa16761cc8a530fa49
doc: avoid hard-coding usage of automake's missing

Now that automake documents AM_MISSING_PROG, and given that automake
has reserved the right to change the calling conventions of 'missing',
we should not recommend a hard-coded use of 'missing --run'.

* doc/autoconf.texi (Making testsuite Scripts): Recommend
AM_MISSING_PROG when using automake, and avoid hard-coding use of
'missing' otherwise.
doc/autoconf.texi