Merge branch 'vpath-autoexp-fix-maint' into maint
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 22 Jan 2011 17:21:45 +0000 (18:21 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 22 Jan 2011 17:21:45 +0000 (18:21 +0100)
* vpath-autoexp-fix-maint:
  tests: fix VPATH auto-expansion workarounds.

1  2 
ChangeLog

diff --cc ChangeLog
+++ b/ChangeLog
+ 2011-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+       tests: fix VPATH auto-expansion workarounds.
+       * tests/parallel-tests8.test, tests/suffix13.test:
+       Ensure $< is not surrounded by white space, to prevent Solaris
+       make from applying automatic VPATH text expansion.
 +2011-01-22  Stefano Lattarini  <stefano.lattarini@gmail.com>
 +
 +      tests: fix spurious failures in yflags*.test
 +      * tests/yflags.test: Remove 'YACC' from the environment, so
 +      that it won't be erroneously picked up by `make -e'.
 +      * tests/yflags2.test: Likewise.
 +
 +2011-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +
 +      tests: avoid fn99*.test failures due to buggy AIX 5.3 cp -R.
 +      * tests/fn99.test, tests/fn99subdir.test: Skip if an initial
 +      `cp -R' of the subdir tree already fails; AIX 5.3 cp messes
 +      up its internal memory when copying this tree.
 +
 +2011-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +          Stefano Lattarini  <stefano.lattarini@gmail.com>
 +
 +      Add comment to check-TESTS rule working around make 3.80 bug.
 +      * lib/am/check.am (check-TESTS): Update comment.
 +
 +2011-01-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +
 +      tests: less strict double-colon spy.test again.
 +      * tests/spy.test: We know BSD make doesn't invoke more than one
 +      double-colon rule, so no need to expose that failure.
 +
 +2011-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +
 +      install-sh: avoid Tru64 sh `test' operator precedence issues.
 +      * lib/install-sh: Protect file names and directory components
 +      that consist of `=', `(', `)', or `!'.  Move protection as early
 +      as possible, to avoid errors such as with Tru64 sh `test -z ='.
 +      * tests/instsh2.test: Extend test to cover more possibilities.
 +      Fixes 1.12 instspc-equal-install.test failure on Tru64/OSF 5.1.
 +
 +2011-01-19  Stefano Lattarini  <stefano.lattarini@gmail.com>
 +          Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +
 +      docs: automake testsuite doesn't use TESTS_ENVIRONMENT anymore
 +      * doc/automake.texi (Simple Tests): Do not claim Automake uses
 +      TESTS_ENVIRONMENT for the perl driver.  Instead, point to the
 +      parallel-tests driver.
 +
 +2011-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +
 +      Allow _AM_DEPENDENCIES to be used later in configure.
 +      * m4/depend.m4 (_AM_DEPENDENCIES): Remove a previously existing
 +      conftest.dir before recreating it.
 +      Fixes bug#7864.
 +      Report by Eric Blake, from report by Scott McCreary against M4.
 +
 +2011-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +
 +      tests: avoid failure on w32 file systems.
 +      * tests/parallel-tests-unreadable-log.test: SKIP if file cannot
 +      be turned unreadable.
 +
 +2011-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +
 +      tests: allow double-colon spy.test to work with HP-UX make.
 +      * tests/spy.test: Fix comment typos.  Ensure prerequisites we
 +      do not want to depend on are strictly older than the target.
 +      Also test with a target out of date wrt. more than one rule.
 +
 +2011-01-16  Stefano Lattarini  <stefano.lattarini@gmail.com>
 +
 +      tests: remove useless requirements from cond36.test
 +      * tests/cond36.test ($required): Remove.
 +      Since we are at it, add a trailing `:' command.
 +
 +2011-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +          Stefano Lattarini  <stefano.lattarini@gmail.com>
 +
 +      parallel-tests: work around Tru64/OSF 5.1 sh read bugs.
 +      * lib/am/check.am ($(TEST_SUITE_LOG), recheck, recheck-html):
 +      Test file readability before redirecting input from it, to avoid
 +      exiting Tru64/OSF 5.1 sh which treats read as special builtin.
 +      * tests/parallel-tests-unreadable-log.test: New test.
 +      * tests/Makefile.am (TESTS): Update.
 +      * NEWS: Update.
 +
 +2011-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +
 +      * NEWS, README: Update copyright years.
 +
 +      Fix parallel-tests.test failure with HP-UX make.
 +      * tests/parallel-tests.test: Sleep inside inner tests, so logs
 +      are newer than logs of tests they depend on, for HP-UX make.
 +
 +2011-01-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +
 +      docs: ensure example are separated with empty lines in the input
 +      * doc/automake.texi (Extending aclocal, Emacs Lisp, Rebuilding)
 +      (API Versioning, Renamed Objects, Multiple Outputs): Add empty
 +      lines before `@example' and after `@end example' lines, so info
 +      output is rendered correctly, and a following @noindent honored.
 +      Report by Stefano Lattarini.
 +
 +2011-01-15  Jim Meyering <meyering@redhat.com>
 +
 +      tests: fix comment typo
 +      * tests/substref.test: Fix grammar in a comment.
 +
 +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.
 +      * tests/instdir-texi.test: Add a call to `ls -l' after that to
 +      `make', for debugging.  When looking for required tools, do not
 +      redirect the output of "$tool --help" to /dev/null, and do not
 +      uselessly run it in a subshell.
 +      * tests/txinfo.test: Rewritten to run autoconf, ./configure and
 +      make.  All checks moved into Makefile.am.
 +      * tests/txinfo8.test: Likewise, and modernize the generated
 +      configure.in.
 +      * tests/txinfo2.test: Moved checks into Makefile.am, and other
 +      minor improvements.
 +      * tests/txinfo5.test: Enable `errexit' shell flag, and related
 +      changes.  Add trailing `:' command.
 +      * tests/txinfo6.test: Likewise, and make grepping of generated
 +      Makefile.in stricter.
 +      * tests/txinfo7.test: Enable `errexit' shell flag, and related
 +      changes.  Add trailing `:' command.  Do not add unnecessary stuff
 +      to Makefile.am.
 +      * tests/txinfo9.test: Verify that more targets which are expected
 +      to be generated only once really are.  Make grepping less strict,
 +      to avoid exposing too much internal details.  More minor changes.
 +      * tests/txinfo16.test: Add trailing `:'.  Prefer cat over echo
 +      for appending to configure.in.  Updated/fixed heading comments.
 +      * tests/txinfo23.test: Likewise, and extended a little by making
 +      it check that no info file is created in the $(srcdir).
 +      * tests/txinfo24.test: Likewise.
 +      * tests/txinfo25.test: Likewise.
 +      * tests/txinfo18.test: Add trailing `:'.  Prefer cat over echo
 +      for appending to configure.in.  Also, check that index files are
 +      cleaned also by "make clean", not only by "make distclean".
 +      * tests/txinfo22.test: Prefer `$me' over hard-coded test name,
 +      and added trailing `:' command.  This testcase also used to check
 +      that automake ignores in-line comments when using variables, but
 +      preserves them in the output; these checks (added in commit
 +      "Release-1-7f-4-g9177ef8") do not really pertain to this test,
 +      so they have been moved ...
 +      * tests/comments-in-var-defn.test: ... into this new test.
 +      * tests/txinfo4.test: Escape literal dots in grep regexps.  Add
 +      trailing `:' command.
 +      * tests/txinfo29.test: Likewise.  Relax grepping of generated
 +      Makefile.in w.r.t. whitespaces.  Prefer `cat' over `echo' to
 +      append to configure.in.
 +      * tests/txinfo3.test: Likewise.
 +      * tests/vtexi.test: Improve grepping of Makefile.in (sometimes
 +      make it stricter, sometimes laxer).  Move `set -e' setting just
 +      after the inclusion of ./defs.  De-uglify a sed command.  Other
 +      minor cosmetic improvements.
 +      * tests/vtexi2.test: Make grepping of Makefile.in stricter.  Add
 +      trailing `:' command.
 +      * tests/vtexi3.test: New test on version.texi support.
 +      * tests/vtexi4.test: Likewise.
 +      * tests/Makefile.am (TESTS): Updated.
 +
 +2011-01-09  Peter Rosin  <peda@lysator.liu.se>
 +
 +      Fix another typo in Rule.pm comment.
 +      * lib/Automake/Rule.pm: Fix typo.
 +
 +2011-01-09   Stefano Lattarini  <stefano.lattarini@gmail.com>
 +
 +      cosmetics: remove trailing whitespaces
 +      * doc/automake.texi: Remove trailing whitespaces.
 +      * tests/cond13.test: Likewise.
 +      * tests/cond14.test: Likewise.
 +      * tests/fort4.test: Likewise.
 +      * tests/fort5.test: Likewise.
 +      * tests/suffix7.test: Likewise.
 +      * tests/vtexi2.test: Likewise.
 +
 +      automake: minor fixes in comments
 +      * automake.in: Some minor fixes and enhancements in comments.
 +
 +2011-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +
 +      Add test coverage for deleted header files.
 +      * tests/depcomp6.test, tests/depcomp7.test: Update tests to
 +      also check for the deleted header bug.  If no dependency
 +      tracking mechanism could be found, SKIP rather than exit
 +      successfully.  Use GNU style spacing and ANSI C prototypes.
 +
 +      Fix typos in Rule.pm comments.
 +      * lib/Automake/Rule.pm: Fix typos in comments.
 +
 +      docs: split 'amhello Explained' node.
 +      * doc/automake.texi (amhello Explained): Split node ...
 +      (amhello's configure.ac Setup Explained)
 +      (amhello's Makefile.am Setup Explained) : ... into these two.
 +      (Top, Hello World): Adjust, and add @anchor for stable URL links.
 +      Suggestion by Karl Berry in automake bug#7766.
 +
 +2011-01-08  Karl Berry  <karl@freefriends.org>
 +          Eric Blake  <eblake@redhat.com>
 +
 +      docs: reference defining directories in amhello node.
 +      * doc/automake.texi (amhello Explained): Point to Autoconf
 +      manual for how to convert directory values into macros.
 +      (Optional): Fix grammar nit.
 +
 +2011-01-02   Stefano Lattarini  <stefano.lattarini@gmail.com>
 +
 +      * NEWS: Fix typo (forgotten word).
 +
 +2011-01-02   Stefano Lattarini  <stefano.lattarini@gmail.com>
 +           Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +
 +      docs: how to work around checks on invalid primary/directory couples
 +      * doc/automake.texi (Uniform): Document the blessed idiom which can
 +      be used to work around automake checks on invalid primary/directory
 +      couples (such as `lib_PROGRAMS' or `doc_LIBRARIES').
 +
 +2011-01-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +
 +      Sync auxiliary files from upstream.
 +      * lib/config.guess, lib/config.sub, lib/texinfo.tex:
 +      Sync from upstream.
 +
 +      Fix maintainer-check regression.
 +      * tests/subobj11a.test: Pass DISTCHECK_CONFIGURE_FLAGS in the
 +      environment.
 +
 +      Bump copyright years.
 +      * aclocal.in (write_aclocal, version): Bump copyright years.
 +      * automake.in (gen_copyright, version): Likewise.
 +      * doc/automake.texi: Likewise.
 +
 +2010-12-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +          Stefano Lattarini  <stefano.lattarini@gmail.com>
 +
 +      Work around a bug in file-inclusion mechanism of Solaris make.
 +      * automake.in (handle_single_transform): In the name of the
 +      dependency file: collapse multiple slash characters into a single
 +      one.
 +      * tests/subobj11a.test: New test.
 +      * tests/subobj11b.test: Likewise.
 +      * tests/subobj11c.test: Likewise.
 +      * tests/depcomp8a.test: Likewise.
 +      * tests/depcomp8b.test: Likewise.
 +      * tests/Makefile.am (TESTS): Updated.
 +      * NEWS: Updated.
 +      Report by Stefano Lattarini, quick fix by Ralf Wildenhues, final
 +      patch and tests by Stefano Lattarini.
 +
  2010-12-22  Stefano Lattarini  <stefano.lattarini@gmail.com>
  
        Fix two spurious testsuite failures on IRIX 6.5.