cygnus: warn when it's used (flagged as 'obsolete' now)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 31 Mar 2012 12:53:24 +0000 (14:53 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 30 Apr 2012 16:05:30 +0000 (18:05 +0200)
commit71cc0e0920d9dd864a3e4eae08ec91af177a8071
tree510132e6a7ad46dcfc2327bbedae2b6d6446f90c
parentb4653256c2210d721e603023220e6fe05277286b
cygnus: warn when it's used (flagged as 'obsolete' now)

Support for "Cygnus-style" tree as enabled by the 'cygnus'
option is now reported as obsolete when the warnings in the
'obsolete' category are enabled.

See automake bug#11034.

* automake.in (check_cygnus): Report the use of 'cygnus' mode as
obsolete.
* NEWS: Update.
* docs/automake.texi: Minor adjustments.
* t/cygnus-deprecation.sh: New test.
* t/list-of-tests.mk: Add it.
* tests/cygnus-check-without-all.sh: Adjust by calling automake
with the warnings in the 'obsolete' category disabled.
* t/cygnus-requires-maintainer-mode.sh: Likewise.
* t/cygnus-dependency-tracking.sh: Likewise.
* t/cygnus-imply-foreign.sh: Likewise.
* t/cygnus-no-installinfo.sh: Likewise.
* t/cygnus-no-dist.sh: Likewise.
* t/clean2.sh: Likewise.
* t/flavor.sh: Likewise.
* t/txinfo5.sh: Likewise.
* t/txinfo5b.sh: Likewise.
* t/library.sh: Remove use of 'cygnus' and 'dejagnu' options,
and of AM_MAINTAINER_MODE macro.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
15 files changed:
NEWS
automake.in
doc/automake.texi
t/clean2.sh
t/cygnus-check-without-all.sh
t/cygnus-dependency-tracking.sh
t/cygnus-deprecation.sh [new file with mode: 0755]
t/cygnus-no-dist.sh
t/cygnus-no-installinfo.sh
t/cygnus-requires-maintainer-mode.sh
t/flavor.sh
t/library.sh
t/list-of-tests.mk
t/txinfo5.sh
t/txinfo5b.sh