]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Merge branch 'maint'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 17 Mar 2011 22:31:48 +0000 (23:31 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 17 Mar 2011 22:31:48 +0000 (23:31 +0100)
1  2 
ChangeLog
tests/alloca.test
tests/alloca2.test

diff --cc ChangeLog
index f2955580d5f1c2269b74059971b2a33c0b9b1c65,804fae6f7c826ae36ab9e8227a41128cf537aef7..a5945257d51dd73e8973008094e3c7b384d3df14
+++ b/ChangeLog
@@@ -1,27 -1,16 +1,40 @@@
+ 2011-03-04  Stefano Lattarini  <stefano.lattarini@gmail.com>
+       tests: fix bug in alloca*.test
+       * tests/alloca.test: Make grepping of automake stderr stricter,
+       add a trailing `:' command; also, add AC_PROG_CC to configure.in,
+       and create a dummy alloca.c file, to ensure that we fail for the
+       proper reason.
+       * tests/alloca2.test: Likewise.  Also, look for LT_INIT, not
+       AC_PROG_LIBTOOL, in the error message (bug introduced with commit
+       v1.11-315-gd51e7b7 "libtool: suggest LT_INIT if LTLIBRARIES
+       primary is used").
+       From a report by Patrick Welche.
 +2011-03-17  Stefano Lattarini  <stefano.lattarini@gmail.com>
 +
 +      cosmetics: better use of m4 quoting and m4sugar macros
 +      * m4/dmalloc.m4: Better use of m4 quoting.  Bump serial number.
 +      * m4/gcj.m4: Likewise.
 +      * m4/init.m4: Likewise.
 +      * m4/install-sh.m4: Likewise.
 +      * m4/lex.m4: Likewise.
 +      * m4/multi.m4: Likewise.
 +      * m4/option.m4: Likewise.
 +      * m4/python.m4: Likewise.
 +      * m4/sanity.m4: Likewise.
 +      * m4/cond.m4: Likewise.  Also, prefer the m4sugar macro 'm4_if'
 +      over the plain m4 macro 'ifelse'.
 +      * m4/depend.m4: Likewise.
 +
 +2011-03-17  Stefano Lattarini  <stefano.lattarini@gmail.com>
 +
 +      tests: add test about deprecated use of AC_INIT
 +      * tests/deprecated-acinit.test: New test, check that automake
 +      and autoconf complain about an old-style AC_INIT call used with
 +      a new-style AM_AUTOMAKE_INIT call.
 +      * tests/Makefile.am (TESTS): Update.
 +
  2011-03-04  Stefano Lattarini  <stefano.lattarini@gmail.com>
  
        tests: fix bug (comments-in-var-defn.test + autoconf 2.62)
index bbf452f39623fb64772cddcb75db8bbcf5aa2322,8a1e06e37194e58ec05640a58d768bf57ede79bf..cff66413ac77f5b1f053e7fba20127573912ea73
  
  . ./defs || Exit 1
  
 -set -e
 -
+ cat >> configure.in <<'END'
+ AC_PROG_CC
+ END
  cat > Makefile.am << 'END'
  noinst_LIBRARIES = libtu.a
  libtu_a_SOURCES =
index 9976f3f09c26ef744547c10728cdb43c7795d889,caf11a34d3f126aa0dddd34361dd6f7c4900519e..8ebdcd7053306cc5e68c943cf0632c6d43ae52c2
  
  . ./defs || Exit 1
  
 -set -e
 -
+ cat >> configure.in <<'END'
+ AC_PROG_CC
+ END
  cat > Makefile.am << 'END'
  noinst_LTLIBRARIES = libtu.la
  libtu_la_SOURCES =