This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU M4 source repository".
http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=100007945eb513e9f2a4baa436ce5cbca51334b2 The branch, branch-1.4 has been updated via 100007945eb513e9f2a4baa436ce5cbca51334b2 (commit) from b692198dd701f8391c8c278bc597b0b38f6f9dbf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 100007945eb513e9f2a4baa436ce5cbca51334b2 Author: Eric Blake <[email protected]> Date: Tue Jun 26 18:23:34 2012 -0600 build: get missing from automake, not gnulib Automake recently changed 'missing' in a backwards-incompatible manner (that is, the 'missing' from newer automake won't meet the usage pattern of a makefile generated by an older automake). While this has since been fixed, the consensus was that gnulib should not be tracking 'missing' in the first place, since it is too heavily tied to automake internals and not independently useful. We can prepare for this by getting 'missing' as part of our bootstrap process instead of linking into gnulib. See https://lists.gnu.org/archive/html/automake-patches/2012-06/msg00154.html for more discussion. * build-aux/missing: Break link to gnulib. * .gitignore: Reflect this. Signed-off-by: Eric Blake <[email protected]> ----------------------------------------------------------------------- Summary of changes: .gitignore | 1 + ChangeLog | 6 ++++++ build-aux/missing | 1 - 3 files changed, 7 insertions(+), 1 deletions(-) delete mode 120000 build-aux/missing diff --git a/.gitignore b/.gitignore index 0ea0794..0aac84c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ .version aclocal.m4 autom4te.cache +/build-aux/missing config.cache /config.guess config.h diff --git a/ChangeLog b/ChangeLog index 37e1e18..8b186c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-06-26 Eric Blake <[email protected]> + + build: get missing from automake, not gnulib + * build-aux/missing: Break link to gnulib. + * .gitignore: Reflect this. + 2012-06-25 Eric Blake <[email protected]> maint: update copyright year diff --git a/build-aux/missing b/build-aux/missing deleted file mode 120000 index 9b777ed..0000000 --- a/build-aux/missing +++ /dev/null @@ -1 +0,0 @@ -../gnulib/build-aux/missing \ No newline at end of file hooks/post-receive -- GNU M4 source repository
