]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Merge branch 'tests-texinfo' into maint
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 13 Jan 2011 20:35:05 +0000 (21:35 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 13 Jan 2011 20:35:05 +0000 (21:35 +0100)
1  2 
ChangeLog

diff --cc ChangeLog
index dc0db29c825653ed8262d7a9a092eb9e83ce7e76,9d5a29617b579a901341793b5eed5aaff9e0b94e..ab9fa23648a336d985a6c977db597a0f8965c688
+++ b/ChangeLog
@@@ -1,50 -1,12 +1,59 @@@
+ 2011-01-13  Stefano Lattarini  <stefano.lattarini@gmail.com>
+       tests: fix spurious failures in two texinfo tests
+       * tests/txinfo.test ($required): Add 'makeinfo'.
+       * tests/txinfo8.test: Create a dummy 'textutils.info' file, so
+       that make won't try to run makeinfo (which could be unavailable)
+       to build it.
+       Found by NixOS Hydra, reported by Ralf Wildenhues.
 +2011-01-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +
 +      Avoid testsuite failures due to Autoconf Fortran change.
 +      Autoconf v2.68-21-g727ce95 causes AC_F77_LIBRARY_LDFLAGS to
 +      require computing the canonical host name.  Ensure config.guess
 +      and config.sub files are present for respective checks.
 +      * tests/compile_f_c_cxx.test: Add stub files.
 +      * tests/flibs.test: Likewise.
 +      * tests/fort4.test: Use $AUTOMAKE -a for installing files.
 +
 +2011-01-12   Stefano Lattarini  <stefano.lattarini@gmail.com>
 +
 +      docs: clustered '-d' not recognized in YFLAGS
 +      This change fixes automake bug#7828.
 +      * doc/automake.texi (Yacc and Lex): Document that automake
 +      recognizes '-d' in AM_YFLAGS only if it's not clustered with
 +      other options.
 +      From a report by Юрий Пухальский.
 +
 +2011-01-10   Stefano Lattarini  <stefano.lattarini@gmail.com>
 +
 +      tests: add checks on automatically-distributed files
 +      Related to automake bug#7819.
 +      * tests/autodist.test: New test.
 +      * tests/autodist-subdir.test: Likewise.
 +      * tests/autodist-acconfig.test: Likewise.
 +      * tests/autodist-acconfig-no-subdir.test: Likewise.
 +      * tests/autodist-aclocal-m4.test: Likewise.
 +      * tests/autodist-config-headers.test: Likewise.
 +      * tests/autodist-configure-no-subdir.test: Likewise.
 +      * tests/autodist-stamp-vti.test: Likewise.
 +      * tests/Makefile.am (TESTS): Update.
 +
 +2011-01-11  Stefano Lattarini  <stefano.lattarini@gmail.com>
 +
 +      tests: work around a texi+cygnus bug causing a spurious XFAIL
 +      * tests/txinfo5b.test: New test, like txinfo5.test but calling
 +      automake with the `-Wno-override' option to work around a bug
 +      in the texinfo + cygnus interaction.
 +      * tests/txinfo5.test: Update heading comments.
 +      * tests/Makefile.am (TEST): Updated.
 +
 +2011-01-09  Dave Hart  <davehart@gmail.com>  (tiny change)
 +
 +      Fix another typo in Rule.pm comment.
 +      * lib/Automake/Rule.pm: Fix typo.
 +
  2011-01-11  Stefano Lattarini  <stefano.lattarini@gmail.com>
  
        Improve, extend and tweak tests on Texinfo support.