diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-04-06 10:46:27 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-04-27 23:43:36 +0200 |
commit | bc1038325d663ab99a6f01e4db172b02743d8319 (patch) | |
tree | 969e582bd8a3ec51da1532a9ae7a78f9635eef5e /t/aclocal-print-acdir.sh | |
parent | 8ce1b6c9863659835c7a5bcd13d2c1b6b55a1e69 (diff) | |
download | automake-bc1038325d663ab99a6f01e4db172b02743d8319.tar.gz |
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>
Diffstat (limited to 't/aclocal-print-acdir.sh')
-rwxr-xr-x | t/aclocal-print-acdir.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/t/aclocal-print-acdir.sh b/t/aclocal-print-acdir.sh index 3d8bf4e7d..53ad5561e 100755 --- a/t/aclocal-print-acdir.sh +++ b/t/aclocal-print-acdir.sh @@ -22,9 +22,6 @@ am_create_testdir=empty $ACLOCAL --print-ac-dir test "`$ACLOCAL --print-ac-dir`" = "$am_system_acdir" -$ACLOCAL -Wno-obsolete --acdir foo --print-ac-dir -test "`$ACLOCAL -Wno-obsolete --acdir foo --print-ac-dir`" = foo - $ACLOCAL --system-acdir /bar --print-ac-dir test "`$ACLOCAL --system-acdir /bar --print-ac-dir`" = /bar |