]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Merge branch 'maint'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 31 Dec 2012 12:45:05 +0000 (13:45 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 31 Dec 2012 12:45:05 +0000 (13:45 +0100)
* maint:
  tests: enhance and tweak some texinfo tests
  tests: remove a redundant texinfo test
  tests: don't list a removed tests in XFAIL_TESTS
  tests: more explicative names for some tests
  cleanup: drop a redundant %?FIRST% transform
  maint: state when compatibility cruft should be removed or warned about

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
1  2 
automake.in
lib/am/texinfos.am
m4/obsolete-err.m4
t/list-of-tests.mk

diff --cc automake.in
Simple merge
Simple merge
index 77dab8c95a2031e63b18aa08a60787cf625e14c9,01c2d6ef904938ceb4f42f202d38af9da1f83906..8754342629880fafbb40abae794d78add9541c0f
@@@ -18,12 -20,7 +20,14 @@@ AC_DEFUN([AM_PROG_CC_STDC]
      Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
      but upon 'ac_cv_prog_cc_stdc'.])])
  
++dnl TODO: Remove in Automake 1.16.
 +AC_DEFUN([AM_PROG_MKDIR_P],
 +[AC_FATAL(['$0': this macro is obsolete.
 +    You should simply use the 'AC][_PROG_MKDIR_P' macro instead, and
 +    use '$(MKDIR_P)' instead of '$(mkdir_p)' in your Makefile.am
 +    files.])])
 +
+ dnl TODO: Remove in Automake 1.14.
  AC_DEFUN([AM_C_PROTOTYPES],
           [AC_FATAL([automatic de-ANSI-fication support has been removed])])
  AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])
index cd41e6aca119cbc7575490063d364d668b248115,7b10d7cda9e11f512968a552366d9ec3aeded083..458a9e8d321d7e621e477e29cb3e072fc2d7b0a6
@@@ -1159,20 -1158,20 +1158,19 @@@ t/targetclash.sh 
  t/tests-environment-fd-redirect.sh \
  t/tests-environment-and-log-compiler.sh \
  t/txinfo.sh \
- t/txinfo2.sh \
- t/txinfo3.sh \
- t/txinfo4.sh \
- t/txinfo6.sh \
- t/txinfo7.sh \
- t/txinfo8.sh \
- t/txinfo9.sh \
+ t/txinfo-no-extra-dist.sh \
+ t/txinfo-suffix-less-info.sh \
+ t/txinfo-unrecognized-info-suffix.sh \
+ t/txinfo-other-suffixes.sh \
+ t/txinfo-add-missing-and-dist.sh \
+ t/txinfo-no-repeated-targets.sh \
  t/txinfo10.sh \
- t/txinfo13.sh \
- t/txinfo16.sh \
- t/txinfo17.sh \
+ t/txinfo-subdir-pr343.sh \
+ t/txinfo-info-in-srcdir.sh \
+ t/txinfo-setfilename-repeated.sh \
 -t/txinfo19.sh \
  t/txinfo20.sh \
- t/txinfo21.sh \
- t/txinfo22.sh \
+ t/txinfo-many-output-formats.sh \
+ t/txinfo-override-texinfo-tex.sh \
  t/txinfo23.sh \
  t/txinfo24.sh \
  t/txinfo25.sh \