From: Stefano Lattarini Date: Sun, 17 Apr 2011 12:53:00 +0000 (+0200) Subject: Merge branch 'tests-depcomp-extend' into maint X-Git-Tag: v1.11.1b~26^2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e7c4339cefd512255d30446053a9d84bdb619b1;p=thirdparty%2Fautomake.git Merge branch 'tests-depcomp-extend' into maint --- 9e7c4339cefd512255d30446053a9d84bdb619b1 diff --cc ChangeLog index ee6319d1e,ad95a5a16..a126dc2fd --- a/ChangeLog +++ b/ChangeLog @@@ -1,17 -1,13 +1,27 @@@ + 2011-04-17 Stefano Lattarini + + depcomp tests: don't reject slower dependency extractors + * tests/depcomp8b.test: Add the `--enable-dependency-tracking' + option to `configure' invocations, so that slower dependency + extractors are not rejected. + * tests/depcomp8b.test: Likewise. Also ... + (foo.c): ... since we are at it, fix spacing to be consistent + with GNU coding standards. + +2011-04-17 Stefano Lattarini + + m4: add missing serial numbers to a few files + Related to automake bug#8483. + * m4/amversion.in: Add serial number. + * m4/auxdir.m4: Likewise. + * m4/gcj.m4: Likewise. + * m4/install-sh.m4: Likewise. + * m4/mkdirp.m4: Likewise. + * m4/python.m4: Likewise. + * m4/runlog.m4: Likewise. + * m4/strip.m4: Likewise. + * m4/upc.m4: Likewise. + 2011-04-16 Jim Meyering depcomp: correct invalid sed invocation