Merge branch 'maint'
[platform/upstream/automake.git] / t / txinfo21.sh
index 93543a7..5ad1254 100755 (executable)
@@ -17,8 +17,8 @@
 # Test support for building HTML documentation, and the many
 # install-DOC flavors.
 
-required='makeinfo-html tex texi2dvi'
-. ./defs || Exit 1
+required='makeinfo tex texi2dvi'
+. ./defs || exit 1
 
 cat >>configure.ac <<\EOF
 AC_CONFIG_FILES([rec/Makefile])
@@ -120,7 +120,8 @@ AM_MAKEINFOHTMLFLAGS = --no-headers --no-split
 AM_MAKEINFOFLAGS = --unsupported-option
 EOF
 $AUTOMAKE
-./configure --prefix "`pwd`"
+./configure --prefix "$(pwd)"
+
 $MAKE html
 test -f main.html
 test -f sub/main2.html