aclocal: remove the --acdir option
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 6 Apr 2012 08:46:27 +0000 (10:46 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 27 Apr 2012 21:43:36 +0000 (23:43 +0200)
commitbc1038325d663ab99a6f01e4db172b02743d8319
tree969e582bd8a3ec51da1532a9ae7a78f9635eef5e
parent8ce1b6c9863659835c7a5bcd13d2c1b6b55a1e69
aclocal: remove the --acdir option

It not documented in the manual anymore, its use has already been
causing a deprecation warning, and its oncoming removal has already
been announced in the NEWS file.  So let's finally remove it.

* aclocal.in (parse_arguments): Don't recognize the '--acdir' option
anymore.
(handle_acdir_option): Remove subroutine.
* configure.ac ($ACLOCAL): Adjust.
($AUTOMAKE): Cosmetic changes, for consistency.
* tests/aclocal-acdir.test: Remove usages of the '--acdir' option.
* tests/aclocal-print-acdir.test: Likewise.
* NEWS: Update.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NEWS
aclocal.in
configure.ac
t/aclocal-acdir.sh
t/aclocal-print-acdir.sh