]> git.ipfire.org Git - thirdparty/automake.git/commit
cygnus: remove support for Cygnus-style trees
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 6 Apr 2012 09:18:38 +0000 (11:18 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 30 Apr 2012 16:44:48 +0000 (18:44 +0200)
commit5b0cc39546e984928814bb947f6cd701aa9d4ced
tree4243623c8f5a98c824ba27aac7e9a75081799b09
parent71cc0e0920d9dd864a3e4eae08ec91af177a8071
cygnus: remove support for Cygnus-style trees

Support for "Cygnus-style" tree as enabled by the 'cygnus' option
has been deprecated in the documentation and with runtime warning
since Automake 1.12.1.  It's now time to remove it.

Closes automake bug#11034.

* lib/Automake/Options.pm (_process_option_list): Issue a proper
error when the 'cygnus' option is seen.
* automake.in: Don't handle the 'cygnus' option anymore.
* docs/automake.texi: Remove references to cygnus option and
Cygnus-style trees.
* lib/am/dejagnu.am, lib/am/texinfos.am: Drop special setups for
cygnus mode.
* NEWS: Update.
* t/cygnus-no-more.sh: New test.
* t/flavor.sh: Adjust.
* t/cygnus-deprecation.sh: Remove.
* t/cygnus-check-without-all.sh: Likewise.
* 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/txinfo5.sh: Likewise.
* t/txinfo5b.sh: Likewise.
* t/list-of-tests.mk: Update.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
18 files changed:
NEWS
automake.in
doc/automake.texi
lib/Automake/Options.pm
lib/am/dejagnu.am
lib/am/texinfos.am
t/clean2.sh [deleted file]
t/cygnus-check-without-all.sh [deleted file]
t/cygnus-dependency-tracking.sh [deleted file]
t/cygnus-imply-foreign.sh [deleted file]
t/cygnus-no-dist.sh [deleted file]
t/cygnus-no-installinfo.sh [deleted file]
t/cygnus-no-more.sh [moved from t/cygnus-deprecation.sh with 65% similarity]
t/cygnus-requires-maintainer-mode.sh [deleted file]
t/flavor.sh
t/list-of-tests.mk
t/txinfo5.sh [deleted file]
t/txinfo5b.sh [deleted file]