summaryrefslogtreecommitdiff
path: root/t/aclocal-print-acdir.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-04-06 10:46:27 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-04-27 23:43:36 +0200
commitbc1038325d663ab99a6f01e4db172b02743d8319 (patch)
tree969e582bd8a3ec51da1532a9ae7a78f9635eef5e /t/aclocal-print-acdir.sh
parent8ce1b6c9863659835c7a5bcd13d2c1b6b55a1e69 (diff)
downloadautomake-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-xt/aclocal-print-acdir.sh3
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