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 Guile".
http://git.savannah.gnu.org/cgit/guile.git/commit/?id=579b6041730357abcbb01e1f259e37c6e573cb7c The branch, branch_release-1-8 has been updated via 579b6041730357abcbb01e1f259e37c6e573cb7c (commit) from 2e14ce0e43a58d111b8af5f86dc2892bf6046ee6 (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 579b6041730357abcbb01e1f259e37c6e573cb7c Author: Cyprien Nicolas <[email protected]> Date: Thu Apr 25 00:15:40 2013 +0200 Fix configure.in macro for automake-1.13 Reported through https://bugs.gentoo.org/show_bug.cgi?id=467064 Fix by Arfrever Frehtes Taifersar Arahesis * Replace AM_CONFIG_HEADER by AC_CONFIG_HEADERS, the former being deprecated since automake-1.13 Signed-off-by: Ludovic Courtès <[email protected]> ----------------------------------------------------------------------- Summary of changes: guile-readline/configure.in | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/guile-readline/configure.in b/guile-readline/configure.in index 7c9d3d9..c17bee6 100644 --- a/guile-readline/configure.in +++ b/guile-readline/configure.in @@ -9,14 +9,13 @@ AC_INIT(guile-readline, AC_CONFIG_AUX_DIR([.]) AC_CONFIG_SRCDIR(readline.c) -AM_CONFIG_HEADER([guile-readline-config.h]) +AC_CONFIG_HEADERS([guile-readline-config.h]) AM_INIT_AUTOMAKE([foreign no-define]) . $srcdir/../GUILE-VERSION AC_PROG_INSTALL AC_PROG_CC -AM_PROG_CC_STDC AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL hooks/post-receive -- GNU Guile
