2008-10-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ Require texi2dvi in tests, makeinfo may not be enough.
+ * tests/txinfo16.test: RHEL 5.2 has makeinfo and texi2dvi in
+ separate packages, so also list the latter as required, as the
+ test generates DVI and/or PDF output (through distcheck).
+ * tests/txinfo18.test: Likewise.
+ * tests/txinfo21.test: Likewise.
+ * tests/txinfo22.test: Likewise.
+ * tests/txinfo3.test: Likewise.
+ * tests/version7.test: Likewise.
+ * THANKS: Update.
+ Report by Alexander Martens.
+
Fix bootstrap to remove read-only directories right.
* bootstrap: Remove automake-$APIVERSION correctly.
Alex Hornby alex@anvil.co.uk
Alex Unleashed unledev@gmail.com
Alexander Mai st002279@hrzpub.tu-darmstadt.de
+Alexander Martens alexander.martens@gtd.es
Alexander V. Lukyanov lav@yars.free.net
Alexander Turbov zaufi@sendmail.ru
Alexandre Duret-Lutz duret_g@epita.fr
#! /bin/sh
-# Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2008 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# Check that info files are not built in $(srcdir).
-required='makeinfo tex'
+required='makeinfo tex texi2dvi'
. ./defs || Exit 1
set -e
#! /bin/sh
-# Copyright (C) 2002 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2008 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# Only *new* indexes need to be declared at the top-level.
# PR/375.
-required='makeinfo tex'
+required='makeinfo tex texi2dvi'
. ./defs || Exit 1
set -e
#! /bin/sh
-# Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004, 2006, 2008 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# Test support for building HTML documentation, and the many
# install-DOC flavors.
-required='makeinfo-html tex'
+required='makeinfo-html tex texi2dvi'
. ./defs || Exit 1
set -e
# but preserve them in the output.
# Also make sure TEXINFO_TEX is not distributed.
-required='makeinfo tex'
+required='makeinfo tex texi2dvi'
. ./defs || Exit 1
set -e
#! /bin/sh
-# Copyright (C) 1997, 2001, 2002, 2003 Free Software Foundation, Inc.
+# Copyright (C) 1997, 2001, 2002, 2003, 2008 Free Software Foundation,
+# Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# Test to make sure .info-less @setfilename works.
-required='makeinfo tex'
+required='makeinfo tex texi2dvi'
. ./defs || Exit 1
set -e
#! /bin/sh
-# Copyright (C) 2002 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2008 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# is to make sure Makefile.ins get rebuilt when a m4_included file
# changes -- we don't support this feature on non-GNU Makes).
-required='makeinfo tex GNUmake'
+required='makeinfo tex texi2dvi GNUmake'
. ./defs || Exit 1
set -e