]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Require texi2dvi in tests, makeinfo may not be enough.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 8 Oct 2008 21:25:11 +0000 (23:25 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 8 Oct 2008 21:25:11 +0000 (23:25 +0200)
* 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.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
THANKS
tests/txinfo16.test
tests/txinfo18.test
tests/txinfo21.test
tests/txinfo22.test
tests/txinfo3.test
tests/version7.test

index a5b808d0a3b06ad9f4e7161e5291f48554aee4ad..cff858f78890df29dd3cd6f5a2e8beab8a78a61a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
 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.
 
diff --git a/THANKS b/THANKS
index b40cfa6c31baf2196c370eff5657caf2562ad911..18a1ecede3f9ce8cc8e5dd52c8166df30a346b6c 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -9,6 +9,7 @@ Alan Modra              amodra@bigpond.net.au
 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
index ec5d4cb3d0833851be81c1bfb99ce2e5829e66b6..a82cb2714f1559d08d485871b4d3aef14aa431e8 100755 (executable)
@@ -1,5 +1,5 @@
 #! /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
@@ -16,7 +16,7 @@
 
 # Check that info files are not built in $(srcdir).
 
-required='makeinfo tex'
+required='makeinfo tex texi2dvi'
 . ./defs || Exit 1
 
 set -e
index 1ee6f3e4b58a31dd5415cd9b0756dfbdedd8f2a8..f847b63f2b138422c4dd415fc5caa933268f26c5 100755 (executable)
@@ -1,5 +1,5 @@
 #! /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
@@ -18,7 +18,7 @@
 # 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
index c4c47eb0006fac538f9a2f3db408b5108a271017..c94f7983c64bbf6179f6b845e1d6c4b829f822eb 100755 (executable)
@@ -1,5 +1,5 @@
 #! /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
@@ -17,7 +17,7 @@
 # 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
index 5533f98a90d61403dc83d47ada563ded3a70cd45..f90a02ba710414b7160195182ed347fc82f3fabc 100755 (executable)
@@ -20,7 +20,7 @@
 # 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
index 6dd553f7358dd5eede68989fa53c23eafec60361..367547e8c804bab3917836ab5ba373ed9667146e 100755 (executable)
@@ -1,5 +1,6 @@
 #! /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
@@ -16,7 +17,7 @@
 
 # Test to make sure .info-less @setfilename works.
 
-required='makeinfo tex'
+required='makeinfo tex texi2dvi'
 . ./defs || Exit 1
 
 set -e
index dc2846547c9ef5ec3fa65637f5dca3689448d2dd..91f7a99060eda012e0ab361c056ff1ac39bf21ca 100755 (executable)
@@ -1,5 +1,5 @@
 #! /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
@@ -19,7 +19,7 @@
 # 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