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=bb213870593b17fa7501413334053e85cd58e062

The branch, branch-1.4 has been updated
       via  bb213870593b17fa7501413334053e85cd58e062 (commit)
       via  d84d56e5a5fc13f8598fb78c69cb3811f6a1b8e8 (commit)
       via  a82e6b74a462b16effb7304b850f72faf727aec5 (commit)
      from  a3c84d62587e977137e12e4d62b16d11d2c7a6f5 (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 bb213870593b17fa7501413334053e85cd58e062
Author: Gary V. Vaughan <[email protected]>
Date:   Fri Mar 8 23:57:28 2013 +0700

    bootstrap: require newer texinfo release.
    
    * bootstrap.conf (buildreq): Bump required makeinfo binary
    release number to 5.0 to support --build-dir option.
    
    Signed-off-by: Gary V. Vaughan <[email protected]>

commit d84d56e5a5fc13f8598fb78c69cb3811f6a1b8e8
Author: Gary V. Vaughan <[email protected]>
Date:   Fri Mar 8 23:19:21 2013 +0700

    bootstrap: remove reintroduced CVS cruft.
    
    * bootstrap.conf (m4_ignore_gnulib_ignore): Remove.
    The code this was factored from was removed between making the
    bootstrap branch, and merging, so this function is actually
    obsolete.
    
    Signed-off-by: Gary V. Vaughan <[email protected]>

commit a82e6b74a462b16effb7304b850f72faf727aec5
Author: Gary V. Vaughan <[email protected]>
Date:   Fri Mar 8 23:03:12 2013 +0700

    maint: automake 1.11.5 and earlier generate insecure dist rules.
    
    * configure.ac (AM_INIT_AUTOMAKE): Require 1.11.6 or newer.
    
    Signed-off-by: Gary V. Vaughan <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog      |   18 ++++++++++++++++++
 bootstrap.conf |   29 +----------------------------
 configure.ac   |    2 +-
 3 files changed, 20 insertions(+), 29 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 115c27b..bde099a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2013-03-08  Gary V. Vaughan  <[email protected]>
+
+       bootstrap: require newer texinfo release.
+       * bootstrap.conf (buildreq): Bump required makeinfo binary
+       release number to 5.0 to support --build-dir option.
+
+2013-03-08  Gary V. Vaughan  <[email protected]>
+
+       bootstrap: remove reintroduced CVS cruft.
+       * bootstrap.conf (m4_ignore_gnulib_ignore): Remove.
+       The code this was factored from was removed between making the
+       bootstrap branch, and merging, so this function is actually
+       obsolete.
+
+       maint: automake 1.11.5 and earlier generate insecure dist
+       rules.
+       * configure.ac (AM_INIT_AUTOMAKE): Require 1.11.5 or newer.
+
 2010-09-17  Gary V. Vaughan  <[email protected]>
 
        bootstrap: upgrade to canonical upstream version.
diff --git a/bootstrap.conf b/bootstrap.conf
index 7440bc0..bba6148 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -27,7 +27,7 @@
 # and release Libtool.
 buildreq='
         help2man   1.29        http://www.gnu.org/s/help2man
-        makeinfo   4.8         http://www.gnu.org/s/texinfo
+        makeinfo   5.0         http://www.gnu.org/s/texinfo
         xz         -           http://tukaani.org/xz
 '
 
@@ -60,33 +60,6 @@ vc_ignore=".cvsignore .gitignore"
 ## Hook functions. ##
 ## --------------- ##
 
-# m4_ignore_gnulib_ignore
-# -----------------------
-# gnulib-tool updates m4/.gitignore and lib/.gitignore, and keeping
-# generated files under version control does not make sense.  Since
-# lib is entirely ignored, we only need to prepopulate the m4 ignore
-# files with generated files not tracked by gnulib-tool.
-m4_ignore_gnulib_ignore ()
-{
-    $debug_cmd
-
-    $require_macro_dir
-
-    if test -f "$macro_dir/.gitignore" ; then
-      :
-    else
-      func_echo "creating initial \`$macro_dir/.gitignore'"
-      cat > $macro_dir/.gitignore <<\EOF
-# files created by gnulib, but that gnulib doesn't track
-*~
-.gitignore
-gnulib-comp.m4
-EOF
-    fi
-}
-func_add_hook func_prep m4_ignore_gnulib_ignore
-
-
 # m4_install_texinfo_diff_driver
 # ------------------------------
 # Help git to do a better job of merging texinfo files.
diff --git a/configure.ac b/configure.ac
index 0394bef..2572ae6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ AC_INIT([GNU M4], m4_esyscmd([build-aux/git-version-gen 
.tarball-version]),
   [[email protected]])
 AC_CONFIG_AUX_DIR([build-aux])
 
-AM_INIT_AUTOMAKE([1.11.1 dist-bzip2 dist-xz color-tests parallel-tests
+AM_INIT_AUTOMAKE([1.11.6 dist-bzip2 dist-xz color-tests parallel-tests
 silent-rules gnu])
 
 m4_pattern_forbid([^M4_[A-Z]])


hooks/post-receive
-- 
GNU M4 source repository

Reply via email to