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 "".
The branch, monarch_lts has been updated via 5481d365e81f35d940b7eb3bd57ef5246332f4d5 (commit) from 6dac46d9c8dd8cc1f27638215704effcf6269baf (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 5481d365e81f35d940b7eb3bd57ef5246332f4d5 Author: Mike Holmes mike.holmes@linaro.org Date: Thu Dec 1 14:28:20 2016 -0500
configure.ac: fix builds from raw git tar
Signed-off-by: Mike Holmes mike.holmes@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/configure.ac b/configure.ac index 48fe0be..5c7ddd0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.5]) -AC_INIT([OpenDataPlane], m4_esyscmd(./scripts/git_hash.sh .), [lng-odp@lists.linaro.org]) +AC_INIT([OpenDataPlane], m4_esyscmd_s(./scripts/git_hash.sh .), [lng-odp@lists.linaro.org]) AM_INIT_AUTOMAKE([1.9 tar-pax subdir-objects]) AC_CONFIG_SRCDIR([helper/config.h.in]) AM_CONFIG_HEADER([helper/config.h])
-----------------------------------------------------------------------
Summary of changes: configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive