]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Merge branch 'minor'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 26 Dec 2013 20:01:30 +0000 (21:01 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 26 Dec 2013 20:01:30 +0000 (21:01 +0100)
* minor:
  Allow user to extend .PRECIOUS target
  cosmetics: remove a couple of extra trailing white spaces
  tests: fix a spurious failure on Mac OS X
  docs: make clear the JAVA primary is frozen
  install-sh: a slightly better diagnostic, and tests enhancements
  install-sh: be stricter in catching invalid usages
  tests: more significant names for some tests
  tests: some cosmetic fixes
  tests: more significant names for a test
  docs: drop a few obsolescent FIXME/TODO comments, and associated text
  testsuite harness: report test exit status in log file
  TAP driver: no need to invoke AC_PROG_AWK directly
  TAP driver: remove perl implementation (move it into contrib/)

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
1  2 
NEWS
bin/automake.in
doc/automake.texi
m4/init.m4
t/list-of-tests.mk

diff --cc NEWS
Simple merge
diff --cc bin/automake.in
Simple merge
Simple merge
diff --cc m4/init.m4
index 06605a613dd4b597178048e81a9cdef4920b32ba,05ad294fcce119dd8def4735890b7e535ca35138..7a285ef003f4bd44c2bbe5e0a54fec3b21fdd0d9
@@@ -87,10 -85,16 +87,10 @@@ AM_MISSING_PROG([MAKEINFO], [makeinfo]
  AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
  AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
  AC_REQUIRE([AC_PROG_MKDIR_P])dnl
- # We need awk for the "check" target.  The system "awk" is bad on
- # some platforms.
 -# For better backward compatibility.  To be removed once Automake 1.9.x
 -# dies out for good.  For more background, see:
 -# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
 -# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
 -AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
+ # We need awk for the "check" target (and possibly the TAP driver).  The
+ # system "awk" is bad on some platforms.
  AC_REQUIRE([AC_PROG_AWK])dnl
  AC_REQUIRE([AC_PROG_MAKE_SET])dnl
 -AC_REQUIRE([AM_SET_LEADING_DOT])dnl
  _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
                             [_AM_PROG_TAR([v7])])])
index 1a21f1cf95d9f9ab8603c59f40b06c8386e4a814,a9694d8169a7afc159b600ea8065adfd57f3c892..dfbf3e2935713691170fdda4b3300038e5518876
@@@ -512,15 -512,14 +512,15 @@@ t/help-silent.sh 
  t/help-upc.sh \
  t/hfs.sh \
  t/implicit.sh \
 +t/includes-deprecation.sh \
  t/init.sh \
  t/init2.sh \
- t/insh2.sh \
- t/install2.sh \
+ t/dist-install-sh.sh \
+ t/dist-with-unreadable-makefile-fails.sh \
  t/installdir.sh \
- t/instsh.sh \
- t/instsh2.sh \
- t/instsh3.sh \
+ t/add-missing-install-sh.sh \
+ t/install-sh-unittests.sh \
+ t/install-sh-option-C.sh \
  t/instdat.sh \
  t/instdat2.sh \
  t/instdir.sh \