Merge branch 'maint'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 28 Jun 2012 08:59:45 +0000 (10:59 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 28 Jun 2012 08:59:45 +0000 (10:59 +0200)
* maint:
  coverage: tests AM_MISSING_PROG usage
  docs: document AM_MISSING_PROG

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
1  2 
doc/automake.texi
t/list-of-tests.mk

@@@ -4043,10 -4062,19 +4043,20 @@@ variable.  The default @var{compiler-se
  This macro will abort @command{configure} if no Unified Parallel C
  compiler is found.
  
+ @item AM_MISSING_PROG(@var{name}, @var{program})
+ @acindex AM_MISSING_PROG
+ @vindex MISSING
+ Find a maintainer tool @var{program} and define the @var{name}
+ environment variable with its location.  If @var{program} is not
+ detected, then @var{name} will instead invoke the @command{missing}
+ script, in order to give useful advice to the user about the missing
+ maintainer tool.  @xref{maintainer-mode}, for more information on when
+ the @command{missing} script is appropriate.
  @item AM_SILENT_RULES
  @acindex AM_SILENT_RULES
 -Enable the machinery for less verbose build output (@pxref{Options}).
 +Control the machinery for less verbose build output
 +(@pxref{Automake Silent Rules}).
  
  @item AM_WITH_DMALLOC
  @acindex AM_WITH_DMALLOC
@@@ -124,9 -123,9 +124,9 @@@ t/alpha2.sh 
  t/amhello-cflags.sh \
  t/amhello-cross-compile.sh \
  t/amhello-binpkg.sh \
 -t/aminit-moreargs-deprecation.sh \
 +t/aminit-moreargs-no-more.sh \
  t/amassign.sh \
- t/ammissing.sh \
+ t/am-macro-not-found.sh \
  t/amopt.sh \
  t/amopts-location.sh \
  t/amopts-variable-expansion.sh \
@@@ -667,9 -680,15 +667,10 @@@ t/mdate3.sh 
  t/mdate4.sh \
  t/mdate5.sh \
  t/mdate6.sh \
 -t/missing.sh \
 -t/missing2.sh \
 +t/missing-version-mismatch.sh \
  t/missing3.sh \
 -t/missing4.sh \
 -t/missing5.sh \
 -t/missing6.sh \
+ t/am-missing-prog.sh \
  t/missing-auxfile-stops-makefiles-creation.sh \
 -t/mkdirp-deprecation.sh \
  t/mkinstall.sh \
  t/mkinst2.sh \
  t/mkinst3.sh \