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=3f65aa84e013948949e674e3970b5569383e7455 The branch, master has been updated via 3f65aa84e013948949e674e3970b5569383e7455 (commit) via 46b57220ee19890aea59e790c7e03f7291f13f07 (commit) from 1fa16dbcc735a46778cd4cffb48dcf507fb1ab3b (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 3f65aa84e013948949e674e3970b5569383e7455 Author: Eric Blake <[EMAIL PROTECTED]> Date: Fri Jul 11 07:43:03 2008 -0600 Bump required automake to 1.10a; regression introduced 2008-01-22. * configure.ac (AM_INIT_AUTOMAKE): Undo requirement downgrade to 1.10.1, since we also rely on pkglibexecdir. * HACKING: Fix minimum requirement. * bootstrap: Likewise. * THANKS: Update. Reported by Joel E. Denny. Signed-off-by: Eric Blake <[EMAIL PROTECTED]> commit 46b57220ee19890aea59e790c7e03f7291f13f07 Author: Eric Blake <[EMAIL PROTECTED]> Date: Fri Jul 11 07:34:30 2008 -0600 Avoid bogus whitespace in @ovar, @dvar. * doc/m4.texinfo (ovar, dvar): Add @c. Based on patch by Ralf Wildenhues to Autoconf manual. Signed-off-by: Eric Blake <[EMAIL PROTECTED]> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 14 ++++++++++++++ HACKING | 2 +- THANKS | 1 + bootstrap | 4 ++-- configure.ac | 2 +- doc/m4.texinfo | 8 ++++---- 6 files changed, 23 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4c07a80..e28fcc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2008-07-11 Eric Blake <[EMAIL PROTECTED]> + + Bump required automake to 1.10a; regression introduced 2008-01-22. + * configure.ac (AM_INIT_AUTOMAKE): Undo requirement downgrade to + 1.10.1, since we also rely on pkglibexecdir. + * HACKING: Fix minimum requirement. + * bootstrap: Likewise. + * THANKS: Update. + Reported by Joel E. Denny. + + Avoid bogus whitespace in @ovar, @dvar. + * doc/m4.texinfo (ovar, dvar): Add @c. + Based on patch by Ralf Wildenhues to Autoconf manual. + 2008-06-23 Eric Blake <[EMAIL PROTECTED]> Adjust to new gnulib-tool layout. diff --git a/HACKING b/HACKING index 799b11a..1c2ff82 100644 --- a/HACKING +++ b/HACKING @@ -65,7 +65,7 @@ and is not part of a release distribution. - A pre-installed version of GNU M4 1.4.5 or later, built from a package (recommend 1.4.11 or later) - Autoconf 2.62 or later - - Automake 1.10.1 or later + - Automake 1.10a or later - Libtool 2.2 or later - Gettext 0.16 or later - Gperf 3.0 or later diff --git a/THANKS b/THANKS index f6a22d6..6e7e706 100644 --- a/THANKS +++ b/THANKS @@ -65,6 +65,7 @@ Jean-Charles Longuet [EMAIL PROTECTED] Jim Avera [EMAIL PROTECTED] Jim Kingdom [EMAIL PROTECTED] Jim Meyering [EMAIL PROTECTED] +Joel E. Denny [EMAIL PROTECTED] Joel Sherrill [EMAIL PROTECTED] John Brzustowski [EMAIL PROTECTED] John David Anglin [EMAIL PROTECTED] diff --git a/bootstrap b/bootstrap index d169d30..591cd37 100755 --- a/bootstrap +++ b/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# bootstrap (GNU M4) version 2008-06-23 +# bootstrap (GNU M4) version 2008-07-11 # Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> # This is free software: you are free to change and redistribute it. @@ -37,7 +37,7 @@ # This script bootstraps a git or CVS checkout of GNU M4 by correctly calling # out to parts of the GNU Build Platform. Currently this requires GNU # Gettext 0.16 or better, Autoconf 2.62 or better, GNU M4 1.4.5 or better, -# Automake 1.10.1 or better, Libtool 2.2 or better, +# the latest git Automake 1.10a or better, Libtool 2.2 or better, # and the latest git or CVS checkout of Gnulib. # Libtool must be installed; either with the same --prefix as # automake, or made accessible to aclocal's search path via diff --git a/configure.ac b/configure.ac index 8591b61..1aa9397 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,7 @@ M4_default_preload="M4_DEFAULT_PRELOAD" ## ------------------------ ## ## Automake Initialization. ## ## ------------------------ ## -AM_INIT_AUTOMAKE([1.10.1 subdir-objects dist-bzip2 dist-lzma] +AM_INIT_AUTOMAKE([1.10a subdir-objects dist-bzip2 dist-lzma] m4_bmatch(m4_defn([M4_VERSION]), [-], [gnu], [gnits])) diff --git a/doc/m4.texinfo b/doc/m4.texinfo index 1c7e4ef..871679a 100644 --- a/doc/m4.texinfo +++ b/doc/m4.texinfo @@ -23,17 +23,17 @@ @c @ovar{ARG} @c ------------------- @c The ARG is an optional argument. To be used for macro arguments in [EMAIL PROTECTED] their documentation. [EMAIL PROTECTED] their documentation (@defmac). @macro ovar{varname} [EMAIL PROTECTED]@[EMAIL PROTECTED] [EMAIL PROTECTED]@[EMAIL PROTECTED]@c @end macro @c @dvar{ARG, DEFAULT} @c ------------------- @c The ARG is an optional argument, defaulting to DEFAULT. To be used [EMAIL PROTECTED] for macro arguments in their documentation. [EMAIL PROTECTED] for macro arguments in their documentation (@defmac). @macro dvar{varname, default} [EMAIL PROTECTED]@var{\varname\} = @[EMAIL PROTECTED] [EMAIL PROTECTED]@var{\varname\} = @[EMAIL PROTECTED]@c @end macro @comment %**end of header hooks/post-receive -- GNU M4 source repository
