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=e8bf3ba075c1946f66e302f187b9012f26a742a2 The branch, master has been updated via e8bf3ba075c1946f66e302f187b9012f26a742a2 (commit) from f9d8c9ac448afd144085adb30ca5d23c3a0f1351 (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 e8bf3ba075c1946f66e302f187b9012f26a742a2 Author: Ralf Wildenhues <[EMAIL PROTECTED]> Date: Wed Oct 24 15:43:51 2007 -0600 Fix 'make distcheck'. * Makefile.am (dist_pkgdata_DATA): Add examples/capitalize2.m4. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 4 ++++ Makefile.am | 1 + 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0e927bd..4e9dcbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-10-24 Ralf Wildenhues <[EMAIL PROTECTED]> + + * Makefile.am (dist_pkgdata_DATA): Add examples/capitalize2.m4. + 2007-10-22 Eric Blake <[EMAIL PROTECTED]> Never let printf failures go undetected. diff --git a/Makefile.am b/Makefile.am index 01b34ea..1b2fe01 100644 --- a/Makefile.am +++ b/Makefile.am @@ -315,6 +315,7 @@ EXTRA_DIST += \ dist_pkgdata_DATA = \ examples/capitalize.m4 \ + examples/capitalize2.m4 \ examples/comments.m4 \ examples/ddivert.m4 \ examples/debug.m4 \ hooks/post-receive -- GNU M4 source repository
