summaryrefslogtreecommitdiff
path: root/t/txinfo24.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-06-20 11:52:20 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-06-20 11:52:20 +0200
commit32d81dcd41d33c3e31fe64c243946570b2d400d3 (patch)
tree3427844bb415cd69d9e87af9a2c66c41bb13d701 /t/txinfo24.sh
parent205c7572497789676bea3167b9cdeede69236a16 (diff)
downloadautomake-32d81dcd41d33c3e31fe64c243946570b2d400d3.tar.gz
tests: drop requirement 'texi2dvi-o'; 'texi2dvi' is enough
* defs: Since we now require Texinfo 4.9 or later in the Automake generated Makefiles, and since the '-o' option of texi2dvi has been supported since Texinfo 4.1, the requirement 'texi2dvi-o' is obsolete -- the simpler requirement 'texi2dvi' is enough. * t/silent8.sh ($required): Adjust by using simply 'texi2dvi' instead of 'texi2dvi-o' * t/txinfo-no-clutter.sh: Likewise. * t/txinfo13.sh: Likewise. * t/txinfo23.sh: Likewise. * t/txinfo24.sh: Likewise. * t/txinfo25.sh: Likewise. * t/txinfo28.sh: Likewise. * t/txinfo33.sh: Likewise. * t/vtexi4.sh: Likewise. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/txinfo24.sh')
-rwxr-xr-xt/txinfo24.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/txinfo24.sh b/t/txinfo24.sh
index 709cee71f..ecf4e9c0b 100755
--- a/t/txinfo24.sh
+++ b/t/txinfo24.sh
@@ -18,7 +18,7 @@
# (Similar to txinfo16.test, plus CLEANFILES).
# (See also txinfo23.test and txinfo25.test).
-required='makeinfo tex texi2dvi-o'
+required='makeinfo tex texi2dvi'
. ./defs || Exit 1
cat >> configure.ac << 'END'