grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v2.14-21-g7f80b88


From: Paul Eggert
Subject: grep branch, master, updated. v2.14-21-g7f80b88
Date: Fri, 11 Jan 2013 19:04:52 +0000

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 "grep".

The branch, master has been updated
       via  7f80b88964637357541f6e54608a5828d9bcae3f (commit)
      from  8a4c470574713bbf2fc5bfc100f694650aec0845 (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=7f80b88964637357541f6e54608a5828d9bcae3f


commit 7f80b88964637357541f6e54608a5828d9bcae3f
Author: Stefano Lattarini <address@hidden>
Date:   Fri Jan 11 11:03:54 2013 -0800

    build: update gettext version to 0.18.2
    
    * configure.ac (AM_GNU_GETTEXT_VERSION): Update to 0.18.2.
    This is necessary to have the gettext-provided m4 files to use
    AC_PROG_MKDIR_P rather than AM_PROG_MKDIR_P.  This latter macro,
    planned to disappear in Automake 1.14, has already been removed
    in the development version of Automake, so that, without this
    change, grep fails to bootstrap with bleeding-edge Automake.

diff --git a/configure.ac b/configure.ac
index 78d5a79..5c93d04 100644
--- a/configure.ac
+++ b/configure.ac
@@ -195,7 +195,7 @@ AC_FUNC_CLOSEDIR_VOID
 AC_CHECK_FUNCS_ONCE(isascii setlocale)
 
 dnl I18N feature
-AM_GNU_GETTEXT_VERSION([0.18])
+AM_GNU_GETTEXT_VERSION([0.18.2])
 AM_GNU_GETTEXT([external])
 
 dnl Some installers want to be informed if we do not use our regex.

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

Summary of changes:
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]